.home_top {
    margin-top: 15px;
}

.home_top_left {
    width: 930px;
}

.banner .swiper {
    height: 352px;
    width: 930px;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 0;
}

.banner .swiper img {
    width: 930px;
    height: 352px;
    border-radius: 8px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #EE1C25;
}

.banner .swiper-button-prev {
    width: 40px;
    height: 66px;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    opacity: 0.5;
}

.banner .swiper-button-prev:after {
    background: url(../img/home/zuo.png);
    content: '';
    width: 15px;
    height: 25px;
    background-size: 100%;
}

.banner .swiper-button-next {
    width: 40px;
    height: 66px;
    background: rgba(0, 0, 0, 0.35);
    right: 0;
    opacity: 0.5;
}

.banner .swiper-button-next:after {
    background: url(../img/home/you.png);
    content: '';
    width: 15px;
    height: 25px;
    background-size: 100%;
}

.home_top_recomend {
    width: 457px;
    height: 228px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

.home_top_recomend::before {
    content: "";
    width: 457px;
    height: 84px;
    background: linear-gradient(180deg, #FFF1E8 0%, #FFFFFF 100%);
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.home .title {
    position: relative;
    padding: 20px 15px 0;
    display: block;
}

.home .title>div.fl {
    position: relative;
}

.home .title .zhuimg {
    height: 18px;
    position: relative;
    z-index: 1;
}

.home .title>div.fl .icon {
    width: 32px;
    position: absolute;
    top: -7px;
    right: -19px;
    z-index: 0;
}

.home .title .msg {
    color: #EE1C25;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 1px;
}

.home .title .fr {
    font-size: 13px;
    color: #A1A5B6;
    cursor: pointer;
}

.home .title .fr a {
    color: #A1A5B6;
}

.home .title .more .icon {
    width: 14px;
    margin: 2px 0 0 4px;
}

.home .recomendBox {
    padding-left: 15px;
    position: relative;
    margin-top: 13px;
}

.home .recomendBox .swipercon {
    width: 386px;
    overflow: hidden !important;
}

.home .recomendBox .con {
    width: 118px;
    margin-right: 16px;
    font-size: 14px;
    color: #091831;
}

.home .recomendBox .con:last-child {
    margin-right: 0;
}

.home .recomendBox .con .img {
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin-bottom: 7px;
}

.home .recomendBox .con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .recomendBox .con p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
}

.home .recomendBox .con .msg {
    color: #FF5500;
    margin-top: 4px;
}

.home .recomendBox .more {
    width: 15px;
    text-align: center;
    color: #A1A5B6;
    font-size: 14px;
    margin-left: 21px;
    margin-top: 45px;
    line-height: 16px;
    cursor: pointer;
}

.home .recomendBox .more a {
    color: #A1A5B6;
}

.home .recomendBox .more img {
    width: 15px;
    margin: 5px auto 0;
    display: block;
}

.home_top_news {
    width: 457px;
    height: 228px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}

.home_top_news::before {
    content: "";
    width: 457px;
    height: 84px;
    background: linear-gradient(180deg, #C3DCFF 0%, #FFFFFF 100%);
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.home_top_news .newsBox {
    position: relative;
    z-index: 1;
    padding: 15px;
    margin-top: 15px;
}

.home_top_news .newsBox ul li {
    list-style: square;
    margin-left: 17px;
    margin-bottom: 20px;

}

.home_top_news .newsBox ul li a {
    color: #091831;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;

}

.home_top_news .newsBox ul li::marker {
    color: #A1A5B6;
}

.home_top_right {
    width: 255px;
    height: 595px;
    background: #fff;
    border-radius: 8px;
}

.home_userinfo {
    padding: 26px 16px 0;
    background: linear-gradient(180deg, #FFE8E9 0%, #FFFFFF 50%);
    border-radius: 8px 8px 0 0;
}

.home_userinfo .headimg {
    width: 61px;
    height: 61px;
    border-radius: 100px;
    margin-right: 11px;
}

.home_userinfo .info {
    font-size: 14px;
    color: #0F131A;
    margin-bottom: 22px;
}

.home_userinfo .info .name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.home_userinfo .btns a {
    width: 102px;
    height: 34px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}

.home_userinfo .btns .login {
    background: #EE1C25;
    border: 1px solid #EE1C25;
    color: #fff;
    width: 100%;
    display: block;
}

.home_userinfo .btns .register {
    border: 1px solid #EE1C25;
    color: #EE1C25;
}

.home_userinfo .btns .exit {
    border: 1px solid #bbb;
    color: #666;
}

.home_code .codeimg {
    width: 138px;
    height: 138px;
    margin: 32px auto 18px;
}

.home_code .text {
    color: #EE1C25;
    font-size: 14px;
    text-align: center;
    margin-bottom: 26px;
}

.home_tabs {
    margin-top: 18px;
    padding: 0 10px;
}

.home_tabs .tabcon {
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #505765;
    margin-bottom: 15px;
}

.home_tabs .tabcon .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
}

.home_popular {
    width: 1200px;
    height: 328px;
    background: url(../img/home/bg1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
    border-radius: 8px;
}

.home_popular .title {
    padding: 12px 0;
}

.home_popular .title .text {
    color: #EE1C25;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.home_popular .productsCon {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 15px;
    margin-left: 10px;
}

.home_popular .productsCon .products_item {
    width: 172px;
    margin-right: 17px;
    font-size: 14px;
    color: #091831;
}

.home_popular .productsCon .products_item:last-child {
    margin-right: 0;
}

.home_popular .productsCon .products_item .img {
    width: 172px;
    height: 172px;
    overflow: hidden;
    margin-bottom: 8px;
}

.home_popular .productsCon .products_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_popular .productsCon .products_item .name {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home_popular .productsCon .products_item .msg {
    color: #FF5500;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home_popular .products .more {
    width: 15px;
    font-size: 14px;
    color: #EE1C25;
    line-height: 17px;
    margin: 71px 0 0 15px;
}

.home_popular .products .more a {
    color: #EE1C25;
}

.home_popular .products .more img {
    width: 15px;
    margin: 3px auto 0;
}

.home_ads {
    margin-top: 14px;
}

.home_ads img {
    border-radius: 8px;
}

.home .classify {
    margin-top: 30px;
    height: 474px;
    background: #fff;
}

.home .classify .classify_fl {
    width: 228px;
    height: 474px;
}

.home .classify .classify_fl .tit {
    width: 190px;
    height: 44px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 8px 0px rgba(188, 6, 0, 0.1);
    border-radius: 10px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    padding-left: 14px;
    margin: 28px 0 0 20px;
    letter-spacing: 2px;
}

.home .classify .classify_fl .tit a {
    color: #fff;
}

.home .classify .classify_fl .ads {
    width: 210px;
    height: 210px;
    margin: 55px auto 0;
    overflow: hidden;
}

.home .classify .classify_fl .ads img {
    width: 100%;
    height: 100%;
}

.home .classify .ads_swiper {
    width: 100%;
    height: 100%;
}

.home .classify .classify_fl .more {
    width: 81px;
    height: 24px;
    border-radius: 100px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    margin-left: 34px;
    margin-top: 76px;
}

.home .classify .classify_fl .more a {
    color: #FFFFFF;
}

.home .classify:nth-child(1) {
    border-top: 1px solid #FF2825;
}

.home .classify:nth-child(1) .classify_fl {
    background: url(../img/home/c1.png) no-repeat;
    background-size: 100% 100%;
}

.home .classify:nth-child(1) .classify_fl .more {
    background: linear-gradient(90deg, #FF7C4D 0%, #FF554F 100%);
}

.home .classify:nth-child(2) {
    border-top: 1px solid #01E881;
}

.home .classify:nth-child(2) .classify_fl {
    background: url(../img/home/c2.png) no-repeat;
    background-size: 100% 100%;
}

.home .classify:nth-child(2) .classify_fl .more {
    background: linear-gradient(-90deg, #39DBC3 0%, #6BF6DF 100%);
}

.home .classify:nth-child(3) {
    border-top: 1px solid #E7691F;
}

.home .classify:nth-child(3) .classify_fl {
    background: url(../img/home/c3.png) no-repeat;
    background-size: 100% 100%;
}

.home .classify:nth-child(3) .classify_fl .more {
    background: linear-gradient(-90deg, #EE5B00 0%, #F9BB83 100%);
}

.home .classify:nth-child(4) {
    border-top: 1px solid #8288FE;
}

.home .classify:nth-child(4) .classify_fl {
    background: url(../img/home/c4.png) no-repeat;
    background-size: 100% 100%;
}

.home .classify:nth-child(4) .classify_fl .more {
    background: linear-gradient(90deg, #BE92FF 0%, #9F61FD 100%);
}

.home .classify_con {
    width: 719px;
    padding-left: 10px;
    padding-top: 20px;
}

.home .classify_con .item {
    float: left;
    width: 168px;
    margin-right: 12px;
    margin-bottom: 13px;
}

.home .classify_con .item:nth-child(4n) {
    margin-right: 0;
}

.home .classify_con .item .img {
    width: 168px;
    height: 168px;
    overflow: hidden;
}

.home .classify_con .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .classify_con .item .name {
    margin-top: 10px;
    height: 38px;
    font-size: 14px;
    color: #091831;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home .classify_fr {
    width: 222px;
    height: 474px;
    padding: 0 10px;
    border-left: 1px solid #F0F1F7;
}

.home .classify_fr .tit {
    font-weight: bold;
    font-size: 16px;
    color: #091831;
    position: relative;
    padding: 15px 0;
    padding-left: 9px;
}

.home .classify_fr .tit::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #F22115;
    position: absolute;
    border-radius: 10px;
    top: 18px;
    left: 0;
}

.home .classify_fr .img {
    width: 212px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.home .classify_fr .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .classify_fr .item {
    margin-bottom: 10px;
}

.home .classify_fr .item .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    color: #091831;
    margin-top: 10px;
    text-align: center;
}


.switch {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
}

.switch .account {
    width: 858px;
    /* height: 599px; */
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    margin: 10% auto 0;
}

.switch .account .close {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.switch .account .header {
    width: 300px;
    margin: 0 auto;
    padding: 54px 0 51px;
}

.switch .account .header .logo {
    width: 121px;
}

.switch .account .header .t1 {
    width: 103px;
    margin-top: 27px;
    margin-left: 50px;
}

.switch .list {
    padding-bottom: 50px;
}

.switch .listcon {
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.switch .list .default .img {
    width: 61px;
    height: 61px;
    background: #FFFFFF;
    border-radius: 100px;
}

.switch .list .default .img img {
    width: 23px;
    margin: 18px auto 0;
}

.switch .list .default .info .name {
    margin-top: 23px !important;
}

.switch .list .item {
    background: #F6F7FA;
    border-radius: 12px;
    margin: 0 74px 15px;
    padding: 23px 40px;
    cursor: pointer;
}

.switch .list .item .headimg {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.switch .list .item .info {
    margin-left: 22px;
    color: #0F131A;
    font-size: 14px;
}

.switch .list .item .info .name {
    font-size: 16px;
    margin: 8px 0;
}

.switch .list .item .btns {
    margin-top: 24px;
    color: #6AA2FF;
    font-size: 14px;
}

.switch .list .item .btns .active {
    color: #EE1C25;
}