
@keyframes zzbd{
    0%{
        transform: rotate(0deg)
    }
    25%{
        transform: rotate(10deg)
    }
    50%{
        transform: rotate(-10deg)
    }
    75%{
        transform: rotate(10deg)
    }
    100%{
        transform: rotate(0deg)
    }
}
#decorate-box{
    position: fixed;
    width: 135px;
    height: 175px;
    bottom: 200px;
    left: 10px;
    cursor: pointer;
    z-index: 999;
}
.decorate{
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 120px;
    height: 120px;
    animation: zzbd 1s infinite;
    -moz-animation: zzbd 1s infinite;
    -webkit-animation: zzbd 1s infinite;
    -o-animation: zzbd 1s infinite;
}
.decorate img{
    max-width: 100%;
    max-height: 100%;
}
.dialog{
    width: 120px;
    height: 100px;
    line-height: 108px;
    text-align: center;
    background: url(../image/dialog2.png) -6px 5px no-repeat;
    background-size: 112% 100%;
    position: absolute;
    left: 0px;
    top: -15px;
}
#open-box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999999;
    position: fixed;
      top:0;
}
.open-div{
    width: 500px;
    height: 500px;
    background: url("../image/open-background.png") no-repeat 0px 0px;
    background-size: 100% 100%;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
}
.open-div>p{
    width: 460px;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    height: 205px;
    line-height: 35px;
}
#close-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    border: 1px rgb(51,51,51) solid;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.hide{
    display: none;
}
/***************** 悬浮导航栏开始 *****************/
.floatNav-divBox{
    position: fixed;
    height: 160px;
    right: 0px;
    top: 50%;
    margin-top: -80px;
    z-index:9999;
}
.floatNav-div{
    width: 100px;
}
.floatNav-hidOutBox{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51,0.5);
    z-index:9999;
}
/* 主体块 */
    .floatNav-div div{
        float: right;
        width:40px;
        height: 40px;
        margin:1px 2px;
        border-radius: 5px;
        cursor: pointer;
    }
    .floatNav-div::after{
        content: "";
        display: block;
        clear: both;
    }
    .floatNav-div div:first-child{
        background: url("../../public/image/floatNav.png") no-repeat;
        background-position: -182px -9px;
    }
    .floatNav-div div:first-child:hover{
        background-position: -126.5px -9px;
    }
    .floatNav-QR div:first-child{
        background-position: -182px -66px;
    }
    .floatNav-QR div:first-child:hover{
        background-position: -126px -65px;
    }
    .floatNav-TorF div:first-child{
        background-position: -182px -121px;
    }
    .floatNav-TorF div:first-child:hover{
        background-position: -126.5px -121px;
    }
    .floatNav-Up div:first-child{
        background-position: -182px -175px;
    }
    .floatNav-Up div:first-child:hover{
        background-position: -126.5px -175px;
    }
    .floatNav-div div:last-child{
        position: absolute;
        display: none
    }
    .floatNav-server div:last-child,.floatNav-TorF div:last-child{
        top: -5px;
        right: 40px;
        width: 105px;
        height: 50px;
        margin-right: 0px;
        background:url("../../public/image/floatNav.png") no-repeat;
        background-position: -12px -7px;
    }
    .floatNav-TorF div:last-child{
        top: 67px;
        background-position: -13px -113px;
    }
    .floatNav-QR div:last-child{
        top: -27px;
        right: 38px;
        width: 135px;
        height: 290px;
        background:url("../../public/image/floatNav.png") no-repeat;
        background-position: -227px -5px;
    }
/* 隐藏块 */
    .floatNav-hidBox{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -285px;
        margin-left: -375px;
        display: flex;
        width: 750px;
        height: 530px;
        justify-content: center;
        align-items: center;
    }
    .floatNav-hidServer{
        width: 710px;
        height: 310px;
        border-radius:10px;
        background: rgb(255,255,255)
    }
    /* 节日边框 */
/*     .floatNav-hidServer>.floatNav-Cheek{
    background: url("../image/Christmas-cheek.png") no-repeat;
    width: 755px;
    height: 410px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    top: 34px;
    left: -2px;
}
.floatNav-hidServer>.floatNav-CheekSmall{
    background: url("../image/Christmas-Cap.png") no-repeat;
    width: 57px;
    height: 35px;
    padding: 0px;
    position: absolute;
    top: 65px;
    right: -40px;
} */
    /* 节日边框 */
        .floatNav-hidServer>.floatNav-Cheek{
        /* background: url("../image/NewYear-cheek.png") no-repeat; */
        width: 800px;
        height: 410px;
        position: absolute;
        padding: 0px;
        top: -52px;
        left: 85px;
        }
        .floatNav-hidServer>.floatNav-CheekSmall{
        background: url() no-repeat;
        width: 57px;
        height: 35px;
        padding: 0px;
        position: absolute;
        top: 65px;
        right: -40px;
        }
    /* 服务 */
        .floatNav-hidServerBox{
            display: none;
        }
        .Server-close{
            width:30px;
            height: 30px; 
            position: absolute;
            right:-10px;
            top: 85px;
            z-index: 999;
            background:url('../../public/image/floatNav.png') no-repeat;  
            background-position:-480px -460px
        }
        .float-close{
            cursor: pointer;
        }
        .hidDiv-header{
            display: flex;
            justify-content: space-between;
            align-items:center;                
            height: 50px;
            line-height: 50px;
            color: rgb(255,255,255);
            font-size: 22px;
            border-radius:10px 10px 0 0;
            background: rgb(191,10,16);
        }
        .floatNav-hidServer>div{
            padding: 0 18px;
            line-height: 50px;
        }
        .hidDiv-header>div div:first-child{
            width: 50px;
            height: 50px;
            float: left;
            background: url('../../public/image/floatNav.png') no-repeat;
            background-position: -469px -279px;
        }
        .hidDiv-header>div:last-child div:first-child{
            background-position: -469px -334px;
        }
        .hidServer-body{
            height: 179px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 18px 0;
        }
        .hidServer-divBox{
            width:318px;
            height:50px;
            line-height:50px;
            margin-bottom: 12px;
            z-index: 9999;
            color: rgb(51, 51, 51)
        }
        .hidServer-divBox div,.hidServer-divBox span{
            float: left;
        }
        .hidServer-divBox>span{
            display: block;
            margin: 0 10px 0 15px;
            width: 70px;
        }
        .hidServer-divBox>div:first-child{
            width: 50px;
            height: 50px;
            background:url('../../public/image/floatNav.png') no-repeat;
            background-position:-469px -5px;            
        }
        .hidServer-divBox:nth-child(2)>div:first-child{
            background-position:-469px -170px;            
        }
        .hidServer-divBox:nth-child(3)>div:first-child,.hidServer-divBox:nth-child(4)>div:first-child{
            background-position:-469px -225px;            
        }
        .hidServer-divBox:nth-child(5)>div:first-child{
            background-position:-469px -60px;            
        }
        .hidServer-divBox:nth-child(6)>div:first-child{
            background-position:-469px -115px;            
        }
        .hidServer-div{
            width:76px;
            height: 26px;
            border: 1px rgb(0,168,236) solid;
            margin:12px 5px 0 0;
            padding:0 3px;
            border-radius: 5px;
        }
        .hidServer-div span{
            margin: 0;
            float: right;
            line-height: 26px;
            font-size: 12px;
        }
        .hidServer-divQQ div:first-child{
            width: 20px;
            height: 20px;
            margin-top: 3px;
            background:url('../../public/image/floatNav.png') no-repeat ;
            background-position:-484px -570px          
        }
        .hidServer-divWX div:first-child{
            width: 20px;
            height: 20px;
            margin-top: 3px;
            background:url('../../public/image/floatNav.png') no-repeat;
            background-position:-484px -515px;         
        }
        .hidServer-divWX{
            margin-right: 0px;
        }
        .floatNav-hidServer>.hidServer-button{
            width: 170px;
            height: 35px;
            color: rgb(255,255,255);
            background: rgb(191,10,16);
            border-radius: 5px;
            margin:auto;
            text-align: center;
            line-height: 35px;
            font-size: 16px;
            cursor: pointer;
        }
        /* 微信弹窗 */
        .WX-out{
            width:150px;
            height:180px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            text-align: center;
            font-size: 18px
        }
        .WX-out img{
            width: 150px;
            height: 150px;
        }
    /* 真假 */
        .floatNav-hidTorFBox{
            display: none;
            width: 690px;
            height: auto;
            border-radius: 10px;
            background: rgb(255,255,255)
        }
        .floatNav-hidTorFBox .hidDiv-header{
            width: 690px;
        }
        .floatNav-hidTorFBox .hidDiv-header>div:last-child div:first-child{
            background-position: -469px -445px
        }
        .hidTorF-bodyInput{
            width: 100%;
            height: 136px;
            padding: 50px 0 44px 0;
        }
        .hidTorF-bodyInput input{
            width: 443px;
            height: 50px;
            border-radius: 5px;
            color: rgb(204,204,204);
            font-size: 14px;
            display: block;
            margin:0px auto 39px;
            padding: 0 15px;
            border: 1px solid rgb(204,204,204);
        }
        .hidTorF-bodyInput div{
            width: 262px;
            height: 48px;
            background:url('../../public/image/floatNav.png') no-repeat ;
            background-position:-23px -531px;
            cursor: pointer;
            margin: auto
        }
        .hidTorF-TorF{
            height: 198px;
            color: rgb(153,153,153);
            font-size: 14px;
            padding: 0 15px;
            background: rgb(242,242,242);
        }
        .hidTorF-TorF div:first-child{
            padding-top: 30px;
        }
        .hidTorF-TorF span{
            font-size: 20px;
        }
        .hidTorF-TorF>div span:first-child{
            color: rgb(255,0,0)
        }
        .hidTorF-TorF div:last-child{
            width: 310px;
            height: 80px;
            background:url(../../public/image/floatNav.png) no-repeat;
            margin: 39px auto 28px;
            background-position:0px -426px;
        }
        .hidTorF-foot{
            width: 500px;
            height: 33px;
            font-size: 12px;
            padding:9px;
            color: rgb(153,153,153);
        }
/***************** 悬浮导航栏结束 *****************/
    .footer{
        width: 100%;
        height: 500px;
        padding: 70px 0 20px 0;
        background: rgb(20,24,33);
        box-sizing: content-box;
         font-size:14px;
    }
    .footer-box{
        width: 1200px;
        height: 200px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto; 
    }
    .footer_MapBox{
        width: 100%;
        height: 100px;
      
    }
    .footer-mapBox{
        width: 1200px;
        height: 70px;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .footer-mapDiv{
        width: 23%;
        padding: 0 1%;
        height: 100px;
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }
    .footer-mapDivWord{
        width: 70px;
        height: 70px;
        display: flex;
        background:transparent;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .footer-mapDivWord div{
        width: 35px;
        height: 35px;
        border:1px solid rgb(0,164,255);
        color: rgb(0,164,255);
        border-radius: 5px;
        font-size: 20px;
        text-align:center;
        line-height: 35px;
    }
    .footer-mapDiv:nth-child(1):hover .footer-mapDivWord{
        background:url('../image/Map-Background.png') no-repeat 0px 0px;
    }
    .footer-mapDiv:nth-child(2):hover .footer-mapDivWord{
        background:url('../image/Map-Background.png') no-repeat 0px -70px;
    }
    .footer-mapDiv:nth-child(3):hover .footer-mapDivWord{
        background:url('../image/Map-Background.png') no-repeat 0 -140px;
    }
    .footer-mapDiv:nth-child(4):hover .footer-mapDivWord{
        background:url('../image/Map-Background.png') no-repeat 0 -210px;
    }
    .footer-mapDiv:hover .footer-mapDivWord div{
        background:rgb(0,164,255);
        color: #fff
    }
    .footer-mapDivTxt p{
        height: 32px;
        width: 185px;
        padding: 0 10px;
        font-size: 12px;
        color: rgb(101,101,101);
    }
    .footer-mapDivTxt p:first-child{
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }



    .footer-divbox {
        width: 1200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-verticalBox {
        width: 120px;
        height: 200px;
        display: flex;
        justify-content: center;
    }
    .footer-divs {
        width: 320px;
        height: 200px;
        padding-top: 30px;
        color: #999
    }
    .footer-divs ul {
        float: left;
    }
    .footer-divs ul li {
        width: 100px;
        margin-bottom: 17px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        color: #999
    }
    .footer-divs ul div:first-child li {
        font-size: 14px;
        color: white;
        margin-bottom: 25px;
    }
    .footer-QRBox {
        width: 192px;
        margin: auto;
        color: #fff
    }
    .footer-vertical {
        height: 200px;
        width: 1px;
        background: rgb(76, 77, 78);
        border-radius: 50%/50%
    }
    .footer-QR {
        width: 80.5px;
        height: 95.5px;
        float: left;
        text-align: center;
    }
    .footer-QR img {
        margin-bottom: 11px;
    }
    .footer-QRBox div:first-child {
        margin-right: 30px;
    }
    .footer-QRBox::after {
        content: "";
        display: block;
        clear: both;
    }
    .footer-divs>div:last-child {
        width: 192px;
        height: 35px;
        margin: auto;
        background: rgb(0, 164, 255);
        color: #fff;
        text-align: center;
        line-height: 35px;
        border-radius: 5px;
        margin-top: 40px;
    }
    .footer-p {
        width: 1200px;
        border-bottom: 1px solid rgb(153, 153, 153);
        margin: auto;
        margin-top: 100px;
        padding-bottom: 17px;
        color: #fff;
    }
    .footer-p span {
        color: rgb(153, 153, 153);
        margin: 0px 5px;
    }
    .footer-bottom {
        width: 665px;
        height: 75px;
        margin: 20px auto;
    }
    .footer-bottom div {
        width: 665px;
        display: flex;
        justify-content: space-between
    }
    .footer-bottom div a img {
        width: 90px;
        height: 31px;
        margin: 0 10.4px;
    }
    .footer-bottom div::after {
        content: "";
        display: block;
        clear: both;
    }
    .footer-bottom p {
        text-align: center;
        color: rgb(153, 153, 153);
        font-size: 12px;
        margin-top: 30px;
    }
    .footer-divs ul li:hover {
        color: rgb(7, 158, 221)
    }
    .footer-friend {
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
        width: 98%;
        padding: 0 1%;
        border-bottom: 1px solid #4f4f4f;
    }
	.footer-friend  ul {
		text-align:center;
	}
    .footer-friend div ul li {
        display:inline-block;
        font-size: 6px;
        margin: 3px 5px;
    }
    .footer-friend div:nth-child(2) {
        width: 70%;
        overflow: hidden;
        flex-wrap: nowrap
    }

    .footer-friend div ul li a {
        color: rgb(102, 102, 102)!important;
    }
    .footer-friend div:first-child {
        border-bottom: 1px solid #eb0d1d;
        height: 26px;
        color: #fff;
        margin-top: 26px;
    }
    .footer-friend div:last-child {
        float: left;
        border-bottom: 1px solid #eb0d1d;
        height: 26px;
        margin-top: 26px;
    }
    .footer-friend div:last-child a {
        color: #fff;
    }

    /* 底部客服 start*/
.footer_service{z-index: 99999}
.footer_service_nav{height:98px;width:200px;position: fixed;bottom: 50px;border-radius: 0px 39px 39px 0px;background:url('../image/footer_service_bg1.png') no-repeat;}
.footer_service_nav .img{
    position: absolute;
    display: block;
    top:-22px;
}
.hidden{visibility:hidden;}
.footer_service_main_f{position: fixed;bottom: 0px;height: 150px;background:url('../image/footer_service_bg2.png') no-repeat center;width: 100%;z-index: 9999}
.footer_service_main_h{position: fixed;bottom: 150px;height: 67.5px;width: 100%;z-index: 999999;}
.footer_service_close{width: 1200px;margin:0px auto;    }
.footer_service_close>div{float: right;width: 30px;height: 30px;color: #ffffff;border-radius:15px;background: #827676;line-height: 30px;cursor: pointer;text-align: center;}
.footer_service_main_b{overflow: hidden;margin: 0px auto;z-index: 99999;max-width: 1200px;margin-left: -600px; position: fixed;bottom: 7.5px; left: 50%;height: 205px;}
/* .footer_service_main_b ul{z-index: 99999} */
.footer_service_main_b ul li{float: left;width: 160px;margin: 0px 70px;text-align: center;}
.footer_service_main_b ul li img{height: 135px;border-radius: 67.5px;margin: 0px auto;}
.footer_service_main_b ul li p{color: #ffffff;font-size: 12px;line-height: 25px;}
.footer_service_main_b ul li p a{color: #ffffff;width: 100px;background: #079edd;display: block;border-radius: 3px;text-align: center;height:20px;line-height: 20px;margin: 0px auto;}
/* 底部客服结束 */
/***************** 页头开始 *****************/
    .body-header{
        position: fixed;
        z-index: 99999;
    }
    .body-headerSBox{
        height:35px;
        background:rgb(243,243,243) 
    }
    .body-headerS{
        font-size: 12px;
        line-height: 35px;
        display: flex;
        align-items: center;
        justify-content:flex-end;
    }
    .body-headerS>span{
        margin-right: 10px;
    }
    .body-headerS a>span{
        margin-right: 5px;
        font-weight: bold
    }
    .body-headerS a>span:hover{
        color: rgb(7,158,221);
    }
    .body-headerS img{
        margin:0 8px 0 24px; 
    }
    .body-headerS span:first-child{
        color: rgb(107, 94, 94)
    }
    .body-headerS span:first-child>span{
        color: red;
        margin: 0 5px;
        font-weight: bold
    }
    .body-headerS a .bodyHeader_ourSlf{
        color: red;
    }
    .body-headerS a .bodyHeader_ourSlf:hover{
        color: red;
    }
    .header-fixed{
        background: white;
        height: 68px;
        line-height: 68px;
    }
    .body-headerB{
        font-size:14px;
        color: rgb(51, 51, 51); 
    }
    .body-headerB img{
        float: left;
        width: 137px;
        height: 43px;
        margin: 12.5px 115px 0px 0px;
    }
    .body-fixSkip{
        width: 900px;
        float: right;
    }
    .body-fixSkip div{
        display: inline-block;
    height: 60px;
    margin-left: 18px;
    text-align: center;
    }
    .body-fixSkip div:hover{
        cursor:pointer;
        color: rgb(7, 158, 221);
    }
    .body-fixSkip a:first-child div{
        width: 35px;
        margin-left: 0rem;
    }
    .body-Login{
        float: right;
    }
    .body-Login a div{
        margin-top: 15px;
        float: left;
        width: 60px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: white;
        background: rgb(7,158,221);
        border-radius: 0.05rem;
    }
    .body-Login a:first-child div{
        background: white;
        border: 0.01rem solid rgb(7,158,221);
        color: rgb(7,158,221);
        margin-right: 10px;
    }
    .active{
        cursor:pointer;
        color: rgb(7, 158, 221);
        border-bottom:2px #079edd solid
    }
    .hid{
        display: none
    }
/***************** 页头结束 *****************/
/* 头部信息 */
.header {
    width: 100%;
}
.header.active {
    position: fixed;
    z-index: 999;
    height: 68px;
    background: #ffffff;
    top: 0px;
}
.header.active .nav_1 {
    display: none;
}
.header .nav1_m {
    max-width: 1200px;
    margin: 0px auto;
    line-height: 35px;
    font-size: 12px;
    color: #999;
    height: 35px;
}
.header .nav1_m .p1 {
    width: 120px;
    float: right;
    text-align: right;
    margin-left: 23px;
}
.header .nav1_m .p1 img {
    vertical-align: middle;
    margin-right: 7px;
}
.header .nav1_m .p2 {
    width: 300px;
    text-align: right;
    float: right;
}
.header .nav_1 {
    background: #f3f3f3;
    height: 35px;
}
.header .nav_2 {
    height: 68px;
    margin: 0px auto;
    background: #ffffff;
}
.header .nav2_m {
    margin: 0px auto;
    height: 68px;
    max-width: 1200px;
}
.nav2_m .logo {
    width: 300px;
    float: left;
}
.nav2_m .logo img {
    height: 44px;
    margin-top: 11px;
}
.nav2_m .p1 {
    width: 700px;
    height: 65px;
    float: left;
}
.nav2_m .p1 li {
    float: left;
    margin: 18px 8px;
    padding: 10px 10px;
}
.nav2_m .p1 li:hover a {
    color: #079edd;
}
.nav2_m .p1 li a {
    color: #333333;
    font-size: 15px;
}
.nav2_m .p2 {
    width: 200px;
    float: left;
}
.nav2_m .p2 div {
    float: right;
    width: 60px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
    border: 1px solid #079edd;
    height: 28px;
}
.login {
    background: #079edd;
}
.register a {
    color: #079edd;
}
.login a {
    color: #ffffff;
}
.userinfo {
    position: relative;
    display: inline-block;
    z-index: 999;
    float: right;
}
.userinfo .center {
    margin-top: 25px;
    width: 80px;
    background: #079edd;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    background: #079edd;
    text-align: center;
    padding: 12px 0px;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-content a {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}

.userinfo:hover .center{
    border-radius: 4px 4px 0px 0px;
}
.userinfo:hover .dropdown-content {
    display: block;
}

/*  */



/* 右侧导航栏 */

.rightSidebar {
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 20;
}
.rightSidebar .hd {
    width: 46px;
    float: right;
    margin-right: 5px;
}
.rightSidebar .hd ul li {
    width: 46px;
    height: 46px;
    background: #a1a1a1;
    margin: 5px 0px;
    border-radius: 4px;
    cursor: pointer;
}
.rightSidebar .hd ul li img {
    margin: 7px 7px;
}
.rightSidebar .bd {
    float: right;
    height: 265px;
    width: 260px;
}
.rightSidebar .bd .rs_1 {
    border-radius: 4px;
    width: 150px;
    height: 150px;
    background: url('../img/consulting.png') no-repeat;
    float: right;
    margin-right: 0px;
    margin-top: -65px;
    text-align: center;
}
.rs_1 a {
    color: #ff0000;
    line-height: 150px;
    font-size: 15px;
    padding-right: 40px;
}
.rightSidebar .bd .rs_2 {
    background: red;
    border-radius: 4px;
    height: 46px;
    width: 120px;
    float: right;
    margin-top: 56px;
    text-align: center;
}
.rs_2 {
    color: #fff;
    line-height: 46px;
    font-size: 18px;
}
.rightSidebar .bd .rs3_l {
    width: 240px;
    height: 140px;
    float: left;
    margin-top: 70px;
    background: #ffffff;
    border-radius: 4px;
}
.rightSidebar .bd .rs3_l>div {
    float: left;
    width: 100px;
    margin: 10px 10px;
}
.rs3_tit {
    color: #403f3f;
    font-size: 14px;
    text-align: center;
}
.rs3_r {
    margin-top: 120px;
    float: left;
}
.rs3_r img {
    width: 20px;
}
.rightSidebar .bd .rs_4 {
    background: red;
    border-radius: 4px;
    height: 46px;
    width: 120px;
    float: right;
    margin-top: 158px;
    text-align: center;
}
.rs_4 a {
    color: #fff;
    line-height: 46px;
    font-size: 18px;
}
/* 网站弹窗*/

.ui-online {
    width: 700px;
}
.ui-online {
    margin-top: -175px;
    margin-left: -290px;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}
.ui-onleft {
    width: 244px;
    border-right: solid 1px #ddd;
    float: left;
    overflow: hidden;
    height: 205px;
}
.ui-online h1 {
    background-color: #3399e8;
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    font-weight: normal;
}
.ui-online h1 .ui-tel {
    float: left;
    margin: 0 0 0 20px;
}
.ui-online h1 .ui-time {
    float: right;
    margin: 0 20px 0 0;
}
.ui-onleft {
    width: 350px;
    border-right: solid 1px #ddd;
    float: left;
    overflow: hidden;
    height: 205px;
}
.ui-qq {
    padding-left: 30px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}
.ui-qq img {
    
     vertical-align:middle;
}
.ui-qq span a {
    padding: 4px 10px;
    background-color: #3399e8;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.ui-shkf {
    border: solid 1px #3399e8;
    border-radius: 3px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
}
.ui-shkf a {
    color: #3399e8;
}
.ui-online-small {
    width: 190px;
    height: 35px;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    line-height: 35px;
    z-index: 50;
    text-indent: 15px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.ui-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
    z-index: 666;
    left: 50%;
    top: 55%;
    margin-left: 420px;
    margin-top: -240px;
    /*  display: none; */
}
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}
.ui-online {
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 666;
    overflow: hidden;
    padding: 10px auto;
}
.ui-online-m {
    width: 700px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    vertical-align: middle;
    overflow: hidden;
}
.mytrueservice_wrap {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#75000000,
        endColorstr=#40000000);
    position: fixed;
    padding: 10px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    margin-left: -344px;
    margin-top: -262px;
    height: 525px;
}

.mytrueservice {
    background: #fff;
}

.mytrueservice .pop_hd {
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 42px;
    background: #65b71d;
    padding-left: 25px;
    background: url(../image/pop_verify_tbg.jpg) left top repeat-x;
}

.mytrueservice .pop_hd span {
    background: url(../image/icon_pop_verify.png) left center no-repeat;
    padding-left: 42px;
    margin-right: 18px;
}

.mytrueservice .pop_hd .close {
    display: block;
    width: 22px;
    height: 48px;
    position: absolute;
    right: 36px;
    top: 10px;
    background: url(../image/icon.png) no-repeat -238px -402px;
    cursor: pointer;
    z-index: 10;
}

.mytrueservice .bid_con {
    margin-left: 38px;
}

.mytrueservice_cont .tit .btn {
    font-size: 16px;
}

.mytrueservice_tit {
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    margin-top: 60px;
}

.mytrueservice_tit img {
    margin-right: 20px;
    display: inline-block;
}

.mytrueservice_cont {
    width: 688px;
    margin: 40px auto;
}

.mytrueservice_cont .tit {
    text-align: center;
}

.mytrueservice_cont .tit .inp {
    width: 413px;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #898888;
    margin-bottom: 20px;
}

.mytrueservice_cont .tit .btn {
    cursor: pointer;
    background: #ffa200;
    font-weight: bold;
    width: 260px;
    line-height: 42px;
    color: #fff;
}

.mytrueservice_cont .cont {
    margin-top: 40px;
    background: #f2f2f2;
    padding: 40px 0;
    height: 195px;
    position: relative;
    text-align: center;
}

.mytrueservice_cont .true {
    position: relative;
}
.mytrueservice_cont .true .num {
    line-height: 34px;
    margin-bottom: 10px;
}
.mytrueservice_cont .true .num strong {
    font-size: 30px;
}
.mytrueservice_cont .true .info {
    font-size: 18px;
    line-height: 32px;
}
.mytrueservice_cont .cont .tips {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 35px;
}
.mytrueservice_cont .cont .img {
    position: absolute;
    left: 66%;
    top: 0;
}
.myadvice_form .form_hd {
    margin-bottom: 30px;
    border: none;
    height: 80px;
}
.darkbg {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
}

/*真假客服验证结束*/




/* 网站footer*/
.box {
    /* width: 1200px; */
    margin: 0 auto;
    position: relative;
}
.foot-help {
    background: #eaeaea;
    height: 57px;
    padding: 32px 0;
    margin-top: 57px
}
.foot-help li {
    float: left;
    width: 240px
}
.foot-helpl {
    float: left;
    width: 49px;
}
.foot-helpr {
    float: left;
    width: 160px;
    padding-left: 11px
}
.foot-helpr-a {
    color: #404040;
    font-size: 16px;
    padding-top: 5px
}
.foot-helpr-b {
    color: #737373;
    line-height: 16px;
    padding-top: 5px
}
.foot {
    background: #403d3d;
    padding-bottom: 40px
}
/* .footer_service {
    overflow: hidden;
    padding: 5px 0 30px 0;
    text-align: center;
}
.footer_service ul {
    margin: 0px auto;
    max-width: 1200px;
}
.footer_service li {
    float: left;
    overflow: hidden;
    padding-right: 5px;
    width: 190px;
    height: 160px;
}
.footer_service li .tit {
    font-size: 16px;
    padding-top: 30px;
    color: #fff;
}
.footer_service li .links {
    clear: both;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
}
.footer_service li .links a {
    display: block;
    color: #a5a5a5;
    font-size: 14px;
    padding-top: 5px
}
.footer_service li.last {
    background: url(../images/common/footer_map.png) no-repeat right 10px;
    height: 206px;
    width: 309px;
}
.footer_service li.last .t1 {
    font-size: 14px;
    padding-top: 30px;
    color: #fff;
}
.footer_service li.last .t2 {
    color: #b3b3b3;
    overflow: hidden;
    padding-top: 10px;
    width: 180px;
}
.footer_service li.last .t2 a {
    color: #f26709;
} */
.foot-a {
    color: #ffffff;
    font-size: 14px;
    text-align: center
}
.foot-a a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px 0
}
.foot-b {
    padding-top: 10px;
    text-align: center
}
.foot-b p {
    color: #fff
}
.foot-c {
    padding-top: 40px;
    overflow: hidden;
}
.foot-c ul {
    margin: 0 auto;
    max-width: 850px;
}
.foot-c li {
    float: left;
    padding: 20px 20px 0 0
}
.foot-d {
    padding-top: 40px;
    border-bottom: 1px solid #4f4f4f;
    height: 26px
}
.foot-dl {
    float: left;
    border-bottom: 1px solid #eb0d1d;
    height: 26px;
    color: #fff
}
.foot-dr {
    float: right;
    padding-right: 10px
}
.foot-dr a {
    color: #fff
}
.foot-e {
    padding-top: 10px
}
.foot-e a {
    color: #a2a1a1;
    padding: 0 10px 0 0;
    display: inline-block;
}
.foot-e a:hover {
    color: #fff
}
.foot-f {
    position: absolute;
    right: 190px;
    top: 240px;
    width: 108px;
    text-align: center;
}
.foot-f img {
    width: 108px;
    height: 108px
}
.foot-f p {
    font-size: 12px;
    color: #fff;
    padding-top: 5px
}
.link {
    width: 100%;
    height: 15px;
    background: #403d3d;
}
.link li a {
    font-size: 6px;
    float: left;
    color: #403d3d;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
