﻿/*首页背景设置：新年、党建等大型活动*/
/*html, body { background-image: url('../../Images/indexNew/2023year.png') !important; background-repeat: no-repeat !important; background-size: 100% auto !important; background-position-y: 12px !important; }

    .topline { position: relative; margin-bottom: 88px }

    .main { background: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; }

    .mainbody { width: 1200px; margin-top: 0px !important; background: rgb(247,247,247); }

    #nav { width: 1200px; margin: 0 auto; }

    .index_latest { background: #fff }*/
/*结束*/
#index_banner {
    width: 650px;
    margin: 0 auto;
    height: 340px;
    padding-top: 10px;
    position: relative; /*z-index:100;*/
}

.left-ad {
    width: 146px;
    height: 315px;
    position: absolute;
    top: 0;
    left: -385px;
}

    .left-ad img,
    .right-ad img {
        width: 146px;
        height: 315px;
    }

.right-ad {
    width: 146px;
    height: 315px;
    position: absolute;
    top: 0;
    left: 980px;
}
/*.float_nav .main {
        margin-top: 0px !important;
    }
    .main {
        margin-top: 140px !important;
        background: #fff !important;
    }
    #nav{
        background:rgba(0,0,0,0) !important;
    }
        #nav .content{
            background:#fff;
        }*/

.purchaseBox {
    width: 100%;
    height: 216px;
    background: #fff;
}

.purchaseData {
    height: 90px;
}

.purchaseDataTitle {
    height: 20px;
    display: flex;
    padding-top: 10px;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
}

    .purchaseDataTitle img {
        margin-right: 6px;
        margin-left: 5px;
    }

.purchaseDataInfo {
    width: 210px;
    margin: 0 auto;
    height: 50px;
    background: #f5f5f5;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .purchaseDataInfo .left {
        width: 50%;
        display: flex;
        border-right: 1px solid #D9D9D9;
        height: 40px;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 12px;
        color: #666666;
    }

    .purchaseDataInfo .right {
        width: 50%;
        display: flex;
        height: 40px;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 12px;
        color: #666666;
    }

    .purchaseDataInfo strong {
        font-size: 18px;
        font-weight: bold;
        color: #FF4400;
    }

.purchaseShowList .list-item span {
    display: block;
    overflow: hidden;
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .purchaseShowList .list-item span:nth-child(2) {
        padding-left: 5px;
    }

.purchaseShowList {
    height: 80px;
    margin-top: 5px;
}

    .purchaseShowList .list-item {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .purchaseShowList .list-item:hover {
        color: #f40
    }

    .purchaseShowList .list-item img {
        width: 10px;
        height: 10px;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

.leftdown-ad {
    width: 146px;
    height: 315px;
    position: absolute;
    top: 315px;
    left: -385px;
}

.rightdown-ad {
    width: 146px;
    height: 315px;
    position: absolute;
    top: 315px;
    left: 980px;
}

    .leftdown-ad img,
    .rightdown-ad img {
        width: 146px; /*height: 315px;*/
    }

.banner .banner_right .login .login_box dt .login_btn a { /*   margin-left:0px;
        margin-right:5px;*/
}

.box, .box1 {
    width: 850px; /*margin: 50px auto;*/
}

.box_imgBox {
    width: 960px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

/*.imgsBox {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: absolute;*/
/*transition: all linear 20ms;*/
/*}*/

/* .imgsBox > div {
            width: 850px;
            height: 410px;
            display: flex;
            flex-wrap: wrap
        }*/

.item { /*display: inline-block;*/ /* width: 150px;
        height: 140px;*/ /*background-color: #fff;*/ /*line-height: 140px;*/
}

.box111 {
    width: 850px;
    margin: 0 auto;
    border: 1px solid #ff6700;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: -5px;
}

.animate {
    padding-left: 20px;
    line-height: 23px;
    font-size: 12px;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    animation: 12s wordsLoop linear infinite normal;
}

    .animate:hover { /*animation-play-state: paused;*/
    }

@keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.productgsm_img {
    width: 30px;
    position: absolute;
    right: 5px;
}

.zgw-second-supply-box .productgsm_img {
    top: 15px;
}

.zgw-third-supply-box .productgsm_img {
    top: 5px;
}

.login_box {
    position: relative;
}

.bubble {
    position: absolute;
    bottom: -99px;
    right: 5px;
    display: none;
    z-index: 10;
}

#toast {
    box-sizing: border-box;
    width: 210px;
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 7px 13px 0px rgba(76,76,76,0.29);
    border-radius: 5px;
    color: #F44119;
    padding: 10px 0 0 4px;
    font-size: 12px;
    animation-name: fadeinT;
    animation-duration: 7.3s;
    animation-iteration-count: 1;
    opacity: 0;
    position: relative;
}

    #toast::before {
        content: '';
        position: absolute;
        top: -12px;
        right: 128px;
        width: 0;
        height: 0;
        border-right: 12px solid transparent;
        border-bottom: 18px solid #ffffff;
        border-left: 12px solid transparent;
    }

@-webkit-keyframes fadeinT {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0
    }
}

.toast_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F44119;
    line-height: 20px;
}


/*19800店铺*/

body {
    background: #eee;
}

.mySwiper_vipBox {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

    .mySwiper_vipBox .swiper-slide {
        width: 380px;
        height: 322px;
        font-size: 18px;
        background: white;
        padding: 0 5px 0 5px;
        box-sizing: border-box;
        margin-right: 30px;
    }

    .mySwiper_vipBox .swiper-slide:hover {
        cursor: pointer;
        box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.11);
    }

    .mySwiper_vipBox .swiper-slide:hover h4 {
        color: #FF4400;
    }

    .mySwiper_vipBox > .swiper-wrapper_box {
        -webkit-transition-timing-function: linear; /*之前是ease-out*/
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .mySwiper_vipBox .swiper-slide_tit {
        width: 100%;
        height: 73px;
        display: flex;
        position: relative;
        padding: 8px 0 0 0;
        box-sizing: border-box;
        margin-bottom: 3px;
    }

    .mySwiper_vipBox .swiper-slide_tit_left {
        width: 70px;
        height: 65px;
        background-color: rgb(170, 166, 166);
    }

        .mySwiper_vipBox .swiper-slide_tit_left img {
            width: 100%;
            height: 100%;
        }

    .mySwiper_vipBox .swiper-slide_tit_mid {
        width: 240px;
        margin: 10px 0 0 12px;
        position: relative;
    }

    .mySwiper_vipBox .swiper-slide_tit_mid h4 {
        margin: 0;
        width: 100%;
        font-size: 18px;
        margin: 0 0 0 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .mySwiper_vipBox .swiper-slide_tit_mid p {
        margin: 6px 0 0 0;
    }

    .mySwiper_vipBox .swiper-slide_tit_mid p span {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        color: #a7a7a7;
        margin-right: 8px;
    }

    .mySwiper_vipBox .swiper-slide_tit_mid p span:nth-of-type(2) {
        color: #FF4400;
    }

    .mySwiper_vipBox .swiper-slide_tit_mid p b {
        font-weight: normal;
        display: inline-block;
    }

    .mySwiper_vipBox .swiper-slide_tit .icon {
        width: 60px;
        position: absolute;
        top: -2px;
        right: -4px;
    }

    .mySwiper_vipBox .swiper-slide_tit .newIcon_s {
        width: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

.swiper-slide_tit_con {
    border-top: 1px solid #f7f7f7;
    font-size: 14px;
    color: #999999;
}

.swiper-slide_tit_con img {
    margin-right: 5px;
}

.swiper-slide_tit_con b {
    font-weight: normal;
    color: black;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.swiper-slide_tit_con p {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.swiper-slide_tit_con p em {
    font-style: normal;
}

.swiper-slide_tit_con p span {
    display: inline-flex;
    align-items: center;
}

.swiper-slide_tit_bottom {
    width: 350px;
    height: 110px;
    margin: 12px auto 0 auto;
    background-color: rgb(110, 80, 80);
}

    .swiper-slide_tit_bottom img {
        width: 100%;
        height: 100%;
    }

.mySwiper_vipBox .swiper-wrapper_box {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}


/* .swiper {
        width: 80%;
        height: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: calc((100% - 30px));
        display: flex;
        flex-direction: column;
    }*/

.items {
    width: 100% !important;
}

/*.new-swiper-slide {
        width:212.5px!important;
        margin-right:0!important;
    }*/

