.banner-wrap {
    width: 100%;
    height: 600px;
    position: relative;
    background: #161d87 url("../images/banner_bg.jpg") center no-repeat;
    background-size: cover
}

.banner-inner {
    width: 700px;
    height: 480px;
    margin: 0 auto;
    background: url("../images/banner_inner.png") center no-repeat
}
.register-primary .form-control:focus {
    border-color: #0052d9;
    border-right-width: 1px;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(26 97 220 / 20%);
}
.api_banner img {margin:0;padding:0}
.userform .form-control:focus {
    border-color: #0052d9;
    border-right-width: 1px;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(26 97 220 / 20%);
}
.title_icon {
    z-index: 10;
    width: 20px;
    height: 22px;
    position: absolute;
    margin-left: 288px;
}
form#signup {
    margin-left: 9%;
}
.notify {
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}
.login-primary .signform .form-control:focus {
    border: 2px solid #277ff8;
}
.notify-bg {
    width: 100%;
    height: 66px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30)
}
.page_body h2 {
    color: #333;
    font-size: 24px;
    margin-top: -10px;
}

.news-row {
    background-color: #fff;
}
.notify-txt {
    height: 66px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    z-index: 2
}

.notify-txt>.left {
    display: inline-block;
    width: 75%
}

.notify-txt strong {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px dashed #fff
}

.notify-txt strong i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    margin-right: 8px;
    background: url("../images/sprite_index.png") -92px -195px no-repeat
}

.notify-txt a.link {
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    color: #fff;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.notify-txt a.more {
    float: right;
    color: #5BAFFF;
    line-height: 66px
}

.notify-txt .left span {
    margin-left: 20px;
    vertical-align: middle
}

.notify-list {
    width: 75%;
    height: 66px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block
}

.notify-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.notify-list li a {
    line-height: 66px
}

.banner-btn {
    width: 100%;
    height: 85px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 66px;
    text-align: center
}

.banner-btn a {
    display: inline-block;
    text-align: center;
    height: 64px;
    font-size: 24px;
    line-height: 64px;
    padding: 0 30px;
    white-space: nowrap;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    color: #fff;
    background: #519cff;
    background: linear-gradient(to right, #519cff 0%, #bb71ff 100%);
    background: -webkit-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -moz-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -o-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -ms-linear-gradient(left, #519cff 0%, #bb71ff 100%)
}

.banner-btn a:hover {
    background: #fff;
    color: #1925a0;
    transition: color 0.3s
}

.join-step-index {
    /* background: #f8faff */
}

.join-step-index .w1400 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    white-space: nowrap;    
}

.join-step-index ul {
    display: inline-block;
    padding: 50px 0;
    text-align: center;
}

.join-step-index li {
    display: inline-block;
    vertical-align: middle;
    height: 114px
}

.join-step-index li.first {
    margin-left: 0px
}

.join-step-index li.last {
    /*margin-right: 38px*/
}

.join-step-index li.txt {
    text-align: center
}

.join-step-index li i {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    background: url("../images/sprite-card-step.png") no-repeat
}

.join-step-index li .s1 {
    background-position: 0 0
}

.join-step-index li .s2 {
    background-position: 0 -81px
}

.join-step-index li .s3 {
    background-position: 0 -162px
}

.join-step-index li .s4 {
    background-position: 0 -243px
}

.join-step-index li .s5 {
    background-position: 0 -324px
}

.join-step-index li .s6 {
    background-position: 0 -405px
}

.join-step-index li b {
    font-size: 16px
}

.join-step-index li em {
    display: block;
    width: 5px;
    height: 5px;
    font-size: 0;
    position: absolute;
    right: 2px;
    top: 45%;
    background: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.join-step-index li .line {
    width: 136px;
    margin-top:27px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    position: relative
}

.join-step-index li .line:before,
.join-step-index li .line:after {
    content: "";
    width: 20px;
    height: 0;
    position: absolute;
    top: 50%;
    border-top: 1px dashed #999
}

.join-step-index li .line:before {
    left: 0
}

.join-step-index li .line:after {
    right: 3px
}

@media (max-width:1440px) {}

.card-intros {
    background:  #fff;
    padding-bottom:50px;
}

.card-intros .w1400 {
    margin: 0 auto
}

.title {
    padding-top: 50px;
    text-align: center
}

.title h3 {
    font-size: 30px;
    line-height: 180%;
    color: #333;
}
.title h3 i{
    display: inline-block;
    position:relative;
    top: 10px;
}
.title b {
    color: #399EFF
}
.title b span{
    background-color: #f57634;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    margin-right: -8px;
    border: solid 1px #fff;
}
 .title p {
    color: #999
}

.card-intros .list ul>li {
    float: left;
    width: 18%;
    padding: 2%;
    margin: 0 3%
}

.card-intros li:hover h4:after {
    border-top-color: #5596FD
}

.card-intros li:hover i {
    animation: shake 0.4s linear
}

@keyframes shake {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-45deg)
    }

    75% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(0)
    }
}

.card-intros li i {
    display: block;
    width: 102px;
    height: 102px;
    margin: 0 auto;
    transition: 0.3s;
    background: url("../images/sprite-card-intro.png") no-repeat
}

.card-intros li h4 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.card-intros li p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.card-intros li .s1 {
    background-position: 0 0px
}

.card-intros li .s2 {
    background-position: 0 -102px
}

.card-intros li .s3 {
    background-position: 0 -204px
}

.card-intros li .s4 {
    background-position: 0 -306px
}

.news {
   
}

.news .w1400 {
    margin: 0 auto;
}

.news .title {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 10px;
}

.news .title h3 {
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 3px;
    background: url("../images/img9.png") center no-repeat
}

.news .title b {
    color: #399EFF
}

.news .tab-links {
    text-align: center;
    margin: 30px 0;
    color: #bbb;
    white-space: nowrap
}

.news .tab-links a {
    display: inline-block;
    padding: 5px 30px;
    margin: 0 15px;
    background-color: #FFF;
    border: 1px #d4d6db solid;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.news .tab-links i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    background: url("../images/sprite_index.png") no-repeat
}

.news .tab-links a:hover {
    background: #0052d9;
    color: #fff;
    border: 1px #0052d9 solid;
    transition: all .3s ease-in-out;
}
.layui-layer-btn a:hover {
    transition: all .3s ease-in-out;
}
.news .tab-links .s7 {
    background-position: -294px -1px
}

.news .tab-links .s8 {
    background-position: -312px -1px
}

.news .tab-links .s9 {
    background-position: -216px -53px
}

.news .tab-links .s10 {
    background-position: -216px -70px
}

.news .tab-links .s12 {
    background-position: -269px -69px
}

.news .tab-links .s11 {
    background-position: -137px 0
}

.news .main .top b {
    font-size: 24px;
    font-weight: bold
}

.news .main .top i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.news .main .top .que {
    background-position: -168px -192px
}

.news .main .top .mes {
    background-position: -135px -192px
}

.news .main .top .more {
    color: #999;
    padding: 3px 6px;
    border-radius: 10px;
    -webkit-border-radius: 20px;
}

.news .main .top .more:hover {
    background: #0052d9;
    color: #fff
}

.news .main .part {
    width: 47%;
   
}

.news .main .tab-title {
    padding: 10px 0 0 20px;
    font-size: 14px;
    color: #999
}

.news .main .tab-title a {
    display: inline-block;
    margin: 0 16px;
    font-weight: 600;
    color: #999
}

.news .main .tab-title a:hover {
    color: #0052d9
}
.news_list{
    background-color: #FFF;
    padding: 2% 0;
}
.news .main .news_list li {
    height: 25px;
    padding: 5px 0;
}
.top.clear {
    padding-bottom: 15px;
    border-bottom: 1px #e3e3e3 solid;
}
.news .main .news_list li a:hover {
    color: #0052d9
}

.news .main .news_list li a {
    padding-left: 12px;
    position: relative
}

.news .main .news_list li a:before {
    content: ".";
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 20px;
    font-weight: bold
}

.news .main .news_list li span.left {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word
}

.news .main .news_list li span.right {
    color: #999;
    display: inline-block;
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap
}
.index-header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FFF;
    height: 70px;
    position: fixed;
    z-index: 9999;
    left: 0;
    padding: 0 30px;
    min-width: 1300px;
    top: 0;
    right: 0;
    white-space: nowrap;
    border-color: rgba(255,255,255,.01);
    transition: background-color .3s;
    box-shadow: 0 5px 30px -15px rgb(0 0 0 / 20%);   
}
.header-logo{
    transition: background .3s;
}
.paginations {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.index-header-max{
    text-align: center;
    display: inline-block;
    line-height: 70px;
    height: 70px;
    vertical-align: top;
    flex-grow: 1;
}
.index_logo{
    float: left;
    width: 150px;
}
.header-login{
    display: inline-block;
    float: right;
    height: 70px;
    line-height: 70px;
    right: 0px;
    background-color: #fff;
}
.index-nav ul li{
    padding: 0 30px;
    text-align: center;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 70px;
}
.index-nav ul li a{
    font-size: 18px;
    color: #333;
}
.index-nav ul li a:hover{
    color: #0052d9;
}

.index-nav ul li.on a{
    color: #0052d9;
}

.index-nav ul li i{
    font-size: 18px;
}

.index-login{

    display: inline-block;
}
.index-login a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #0052d9;
    background-color: #ffffff;
    border: 1px solid #0052d9;
    box-shadow: 1px 3px 13px rgb(200 200 200 / 20%);
}
.index-login a:nth-child(1){
    background: #0052d9;
    color: #fff;
    margin-right: 10px;
    box-shadow: 1px 3px 13px #a4c3f9;
}
.index-nav {
    display: inline-block;
}
.index-login a:nth-child(1):hover {
    border: 1px solid #007dfe;
    background-color: #007dfe;
    transition: all .3s ease-in-out;
    color: #fff;
}
.index-login a:nth-child(2):hover {
    border: 1px solid #007dfe;
    color: #007dfe;
}
.index-banner{
    width: 100%;
    top: 0;
    z-index: 99;
    height: 70px;
    border-color: rgba(255,255,255,.01);
    transition: background-color .3s;
    box-shadow: 0 5px 30px -15px rgb(0 0 0 / 20%);
}
.jumbotron{
    position: relative;
    height: 500px;
    overflow: hidden;
    padding: 20px 0 120px 0;
    text-align: center;
    /*background: url(../images/bg.jpg) center 0 no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}



.index-notice{
    margin: auto;
    margin-top: -45px;
    width: 75%;
    min-width: 800px;
    position: relative;
    z-index: 5;
    height: 90px;
    border: 1px solid #f0f0f0;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 10px 40px -5px rgba(0,0,0,.11);
}
.index-notice-icon{ position: absolute; top: -1px; left: -1px; }
.index-notice-icon .iconimg-notice{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    background: url(../images/notice.png) 0 0 no-repeat;
    border-radius: 100px 0 0 100px;
}
.index-notice-time{ position: absolute; top: 22px; left: 30px; line-height: 20px; padding-right: 20px; text-align: right; border-right: 1px dashed #eee; }
.index-notice-time > span{ font-size: 16px; color: #999; }
.index-notice-time > strong{ display: block; font-size: 22px; color: #333; font-weight: 400; margin-top: 3px; }
.index-notice-text{ margin: 0 100px 0 138px; padding: 20px 0 0 0; line-height: 25px; color: #999; }
.index-notice-text > h5{ font-size: 18px; height: 25px; overflow: hidden; font-weight: 400;}
.index-notice-text > p { font-size: 14px; height: 25px; }
.index-notice-text > p > a{ color: #888; }
.index-notice-text > p > a:hover{ color: #007dfe; }
.index-notice-text a{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;     height: 32px;}

.index-notice-more{ position: absolute; top: 26px; right: 0; height: 36px; line-height: 18px; overflow: hidden; border-left: 1px dashed #eee; }
.index-notice-more a{ display: block; padding: 0 30px 0 20px; color: #999; }
.index-notice-more a:hover{ color: #007dfe; }
.index-notice-more span{ display: block; width: 30px; text-align: center; margin: auto; }
.index-notice-more .iconfont{ position: absolute; color: #ccc; right: 10px; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; }
.index-title{
   
}
.index-title>img{
   
}


 .swiper-container {
     width: 100%;
     height: 100%;
 }

 .swiper-slide {
     text-align: center;
     font-size: 18px;
    
     border-radius: 8px;

     /* Center slide text vertically */
    
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
 }
  .swiper-slide-li{
      height: 320px !important;
  }
 .swiper-slide-li img{
     width: 47px;
     height: 50px;
     border: solid 1px #d5d5d5;
     border-radius: 100%;
     padding: 15px;
     margin: 30px 0;
 }
  .swiper-slide-li h1{
      font-size: 14px;
  }
    .swiper-slide-li h2 {
        color: #ae0606;
        font-size: 14px;
    }
.swiper-slide-li a{
    background-color: #d8d8d8;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 15px;
    margin-top: 30px;
    display: inline-block;
}
.swiper-slide-li a:hover{
    background-color: #2078ec;
    color: #fff;
}
.swiper-pagination-bullet{
    width: 40px !important;
    height: 8px;
    display: inline-block;
    border-radius: 5px !important;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active{
 background-color: #00a8ec !important;
}
.link{
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.link h3{
    display: inline-block;
    font-size: 14px;
}
.link a{
    color: #434343;
}
.index-footer{
    width: 100%;
    height: 560px;
    background: url(../images/footbg.png) no-repeat;
}
.foot{
    margin: 0 auto;
    position: relative;
}
.foot01{
    text-align: center;
}
.foot01_le{
    float: left;
    color: #fff;
    margin-top: 55px;
}
.foot01_le h3{
    font-weight: normal;
    margin-top: 15px;
}
.foot01_ri {
    float: right;
}
.foot02_le{
    width: 40%;
    float: left;
}
.foot02_le h3{
    color: #fff;
}
.foot02_le span{
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_le ul{
    margin-top: 35px;
}
.foot02_le ul li{
    float: left;
    width: 20%;
}
.foot02_le ul li a{
    color: #fff;
}
.foot02_ri{
    float: left;
}

.foot02_ri h3 {
    color: #fff;
}

.foot02_ri span {
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_ri h4 {
    color: #fff;
     margin-top: 40px;
     font-size: 48px;
}
.foot02_ri h4 i{
    font-size: 18px;
}
.foot03{
   position: absolute;
    top:450px;
}
.foot03 ul li{
    float: left;
    margin-right: 20px;
    border: 1px dotted #d8d8d8;
    border-radius: 5px;
    padding: 5px 8px;
    background: #FFF;
}
.foot03 ul li img{
    width: 50px;
    height: 50px;
}
.copyright{
    background-color: #f5f7fa;
    color: #666;
    padding: 5px 0 30px;
    text-align: center;
}
.login_max{
    width: 100%;
    height: 1079px;
    background: url(../images/login_bg.png) no-repeat;
}
.logon_w{
    width: 1230px;
    margin: auto;
}

.logon_w form{
    width: 450px;
    background-color: #fff;
    float: right;
    margin-top: 380px;
}
.login_head{
    text-align: center;
}
.login_head a{
    font-size: 24px;
    color: #434343;
}
.login_head .on{
    color: #0088ff;
}
.input_d{
    margin-top: 40px;
    position: relative;
}
.input_d input{
    width: 90%;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #dadee4;
    padding-left: 10%;
    position: relative;
}
.input_p .code{
    position: absolute;
    top: 0;
    display: block;
    width: 120px;
    height: 47px;
    line-height: 47px;
    right: -1px;
    background-image: linear-gradient(to right, #f57634,#fdbe3e);
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
    cursor: pointer;
    border: none;
}




.input_d img{
    position: absolute;
    left: 10px;
    top: 12px;
}
.input_login{
    margin-top: 40px;
}
.input_login a{
    background-color: #0088ff;
    width: 100%;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 24px;
     border-radius: 5px;
}
.login_text{
    padding: 0px 10px;
}
.login_text span{
    color: #999999;
}

.login_text span:nth-child(2){
    float: right;
}
.login_wx{
    margin-top: 25px;

}
.login_wx span:first-child{
  background: #0052d9;
}
.login_wx span{
    background-color: #06c304;
    color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
    margin: 0 5px;
}
.login_wx h3{
    color: #434343;
    font-weight: normal;
}
.yzm_ma{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #005ef5;
    display: inline-block;
    color: #fff;
    height: 47px;
    line-height: 47px;
    width: 100px;
    text-align: center;
}
.yzm_ma2{
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: #005ef5;
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.regiserr_max{
    width: 100%;
    height: 1210px;
    background: url(../images/regiser_bg.jpg) no-repeat;
    padding-top: 85px;
}
.regiserr_min{
    width:900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 180px 25px;
    border-radius: 3px;
    
}
.regiserr_max{
    margin-top: 120px;
}
.regiserr_title h3{
    float: left;
}
.regiserr_title span {
    float: right;
}
.div_ressr{
    position: relative;
}
.regiserr_min form{
    width: 500px;
    margin: 0 auto;
}
.regiserr_min form .div_ressr{
    margin-top: 25px;
    
}
.regiserr_min form .div_ressr label{
    width: 15%;
    display: inline-block;
}
.regiserr_min form .div_ressr input{
    border: solid 1px #c1c1c1;
    width: 80%;
    height: 35px;
    padding-left: 5px;
    border-radius: 5px;
}
.div_ressr_text{
    text-align: center;
    margin-top: 25px;
}
.tijiao input{
    background: none;
    color: #fff;
    text-align: center;
    background-color: #005ef5;
   width: 100%;
   height: 45px;
    border-radius: 5px;
}
.tijiao{
    
    margin-top: 40px;
}
.kl_max {
    width: 80%;
    min-width: 1400px;
    max-width: 1500px;
    margin: auto;
    margin-top: 100px;
}
.kl_max label {
    float: left; 
    font-size: 18px;
    margin-top: 15px;
}   
.kl_max .kale_ul{
    width: 80%;
    float: left;
    margin-left: 15px;
}
.kale_ul li i{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/sprite_icategory.png) -999px -999px no-repeat;
}
.kale_ul i.cost {
    background-position: 1px -3px;
}
.kale_ul i.game {
    background-position: -4px -47px;
}
.kale_ul i.ecard {
    background-position: -1px -175px;
}
.kale_ul i.foods {
    background-position: -3px -132px;
}
.kale_ul i.video {
    background-position: -3px -212px;
}
.kale_ul i.oils {
    background-position: -3px -88px;
}
.pl_tj_02_pos p{
    text-align: center;
    color: #ffa23a;
}
.pl_tj_02_pos img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}
.btn-card-ecard{ background-color: #f5465a; box-shadow: 1px 3px 13px rgba(245,70,90,.2); }
.btn-card-cost { background-color: #f96197; box-shadow: 1px 3px 13px rgba(249,97,151,.2); }
.btn-card-game { background-color: #0052d9; box-shadow: 1px 3px 13px rgba(16,174,255,.2); }
.btn-card-oils { background-color: #926dde; box-shadow: 1px 3px 13px rgba(146,109,222,.2); }
.btn-card-foods{ background-color: #fd7400; box-shadow: 1px 3px 13px rgba(253,166,0,.2); }
.btn-card-video{ background-color: #20d071; box-shadow: 1px 3px 13px rgba(32,208,113,.2); }

.recycle-former .btn-group .btn .discount {
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    color: #fff;
    background-color: #f04848;
    border-radius: 4px 0 4px 0;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.recycle-former .btn-group .btn:hover {
    border-color: #fb8b8e;
    background-color: #fff;
}
.recycle-former .btn-group-tall .btn:hover .discount:after {
    border-color: #fb8b8e transparent transparent #fb8b8e;
}
.recycle-former .btn-group-tall .btn:hover .discount {
    background-color: #fb8b8e;
}

.discounth{
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
}
.discount:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #f04848 transparent transparent  #f04848;
    transition: .3s;
}
		.recycle-former .btn-group-tall .btn:hover .discount,
		.recycle-former .btn-group-tall .active .btn .discount{ opacity: 1; filter: alpha(opacity=100); }
		.recycle-former .btn-group-tall .btn:hover .discount{ background-color: #fb8b8e; }
		.recycle-former .btn-group-tall .btn:hover .discount:after{ border-color: #fb8b8e transparent transparent #fb8b8e; }
		.recycle-former .btn-group-tall .active .btn .discount{ background-color: #f04848; }
		.recycle-former .btn-group-tall .active .btn .discount:after{ border-color: #f04848 transparent transparent #f04848; }	
.kl_max .kale_ul li{
    font-size: 14px;
    color: #000000;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 8px;
    position: relative;
    cursor:pointer;
}

.kl_max .kale_ul strong{
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 15px;
    padding: 12px 0 7px 0;
    margin: 0 5px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kl_max .kale_ul  small {
    color: #666;
    font-size: 14px;
    margin-top: -23px;
    display: block;
}
.kl_max .kale_ul em{
    margin:0 5px;
}

.text-red {
    color: #ff5c38 !important;
}
.text-blue {
    color: #007dfe !important;
}


.kl_max .kale_ul li a{
    position: relative;
    width: 100%;
    display: block;
}
.kz_max .kale_ul .btn-card{
    border: 2px solid #0052d9;
}

.kl_max .kale_ul .btn-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/selected.png?2017);
    background-repeat: no-repeat;
    background-position: -70px 0;
    border-radius: 0 0 6px 0;
}

.kl_max .kale_ul  .dispose-auto {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 16px;
    line-height: 13px;
    text-align: center;
    padding: 2px 3px;
    overflow: hidden;
    font-style: normal;
    font-size: 12px;
    white-space: normal;
    color: #f60;
    background-color: transparent;
    margin: auto;
}
.dingyi{
    margin-left: 15px;
    display: inline-block;
}
.feilv {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #e4ecfa;
    padding-left: 8px;
    font-size: 18px;
    float: left;
}

.dingyi .feilvnote {
    display: block;
    width: 50%;
    float: left;
    margin-left: 20px;
}

.text-orange {
    color: #ff5c38 !important;
}


.kz_max{
    margin-top: 25px;
}
.kz_max .kale_ul li {
    background-image: none !important;
    border: solid #e4ecfa 2px;
    box-sizing: border-box;
}
.mz_max .kale_ul li{
    height: 58px;
    line-height: 58px;
    
}
.kazho_ul li .btn-card::before{
    content: "98.8折";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 80px;
    height: 22px;
    line-height: 20px;
    background-color: #005ef5;
    color: #fff;
    border-radius: 15px 5px 0 0;
}

.mz_ul .hd .on{
    background-color: #0052d9;
    color: #fff;
}
.mz_ul .hd .on a{
    color: #fff;
}
.pl_tj_01{
    margin: 15px 0;
    
}
.pl_tj_01 p{
    display: inline-block;
}

.pl_tj_02{
    position: relative;
    width: 1200px;
}
.pl_tj_02_pos{
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    height: 100%;
    background: rgba(218, 218, 218, 0.5);
}
.textarea-wrapper {
    display: flex;
    border: 2px solid #dedede;
    border-radius: 5px;
}
#cardlizi {
    color: #999;
}
p.text-red.nocode {
    margin-top: 5px;
}
.textarea-wrapper .form-control {
    width: 100%;
    padding-right: 35%;
    height: 330px;
    line-height: 33px;
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
    padding-top: 0px;
    background: url(../images/textarea.gif) 0 0;
    background-attachment: local;
    border: none;
    font-family: auto;
}
.textarea-wrapper .textarea-tips {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 34%;
    height: 330px;
    overflow: hidden;
    pointer-events: none;
}
.textarea-wrapper .textarea-tips .mask-black {
    z-index: 1;
    background-color: #007dfe;
    opacity: .02;
    width: 100%;
    height: 100%;
}
.textarea-wrapper .textarea-tips ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.textarea-wrapper .textarea-tips li {
    height: 33px;
    line-height: 33px;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    font-size: 14px;
    color: #e4393c;
    border:none
}
.textarea-wrapper .textarea-tips li.textarea-attention {
    text-align: center;
    white-space: normal;
    font-size: 16px;
    height: auto;
    border:none;
    padding: 53px 0 0 0;
}
.textarea-wrapper .textarea-tips li.textarea-attention strong{
    display: inline-block;
    padding: 0;
    font-size: 18px;
}

.textarea-wrapper .textarea-tips li.textarea-attention .iconfont-tips {
    display: block;
    text-align: center;
    padding-right: 35px;
    font-size: 64px;
    line-height: 1;
    height: 66px;
    margin: auto;
    margin-bottom: 13px;
    overflow: hidden;
    width: 64px;
}
.textarea-wrapper i {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/sprite_icategory.png) -999px -999px no-repeat;
}
.textarea-wrapper .textarea-tips li.textarea-attention p {
    text-align: center;
}

.pl_tj .help-block {
    margin-top: 10px;
    display: block;
    color: #808080;
    font-size: 14px;
}
.usercenter-cash .btn-primary {
    background-color: #0052d9;
    color: #fff;
}

.help-block .btn-sm,.xieyi .btn-sm {
    font-size: 14px;
    padding: 5px 15px;
}
.xieyi .btn-lg {
    padding: 10px 30px!important;
    margin-right: 20px;
    font-size: 18px!important;
}

.help-block .btn,.xieyi .btn,.input_login .btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.help-block  .btn-primary,.input_login .btn-primary {
    color: #fff;
    border-color: #0052d9;
    background-color: #0052d9;
    box-shadow: 1px 1px 3px #ccd9ed;
}

.input_login .login{
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    width: 180px;
    margin-bottom: 20px;
    padding: 10px;
}

.btn-green {
    color: #fff;
    border-color: #01cf75;
    background-color: #01cf75;
    box-shadow: 1px 3px 13px rgb(1 207 117 / 21%);
}

.help-block .btn-primary:hover,.input_login .btn-primary:hover{
    color: #ffffff;
    border-color: #007dfe;
    background-color: #007dfe;
}

.help-block  .pl20 {
    padding-left: 20px !important;
}
.help-block  .inline-block {
    display: inline-block !important;
    vertical-align: middle;
}

.help-block .inline-block strong{
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    font-weight: 600;
    color: #ff5c38;
    overflow: unset;
}


.pl_tj_02  dl {
    border: solid 1px #c1c1c1;
}
.pl_tj_02 dl dt{
    height: 35px;
}
.pl_tj_02 dl dt input{
   background: none;
}
.pl_tj_02 dl dt:nth-child(even) {
    background-color: #f1f1f1;
}
.pl_tj_03{
    margin-top: 25px;
}
.pl_tj_03 div{
    margin-top: 25px;
    line-height: 50px;
}
.pl_tj_03 div label{
    margin: 0;
}
.pl_tj_03 div input {
    width: 410px;
    height: 40px;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    margin-left: 14px;
    padding-left:3px
}

.btn-disabled:hover, .btn-disabled:active, .btn-disabled{
    cursor: default;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
    color: #ccc!important;
    border-color: #f0f0f0!important;
    background-color: #f5f5f5;
    pointer-events: none;
    background-image: none!important;
}
.xieyi{
    width: 1320px;
    margin: 0 auto;
}
.xieyi{
    margin-top: 25px;
}
.xieyi p{
    margin-top: 10px;
}
.tjmk input{
    width: 410px;
    height: 40px;
    background-color: #0000ff;
    color: #fff;
    border-radius: 5px;
}
.page_abhout{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.about_le{
    width: 18%;
    float: left;
    box-shadow: 0px 0px 10px 0px rgb(0 33 71 / 20%);
    border-radius: 8px;
}

.about_le img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 25px;
}
.index-loginto{

    display: inline-block;
}
.avatar {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    color: #0052d9;
    text-indent: -0.5px;
    border: 1px solid #fff;
    background-color: #fff;
}
.avatar i{
    font-size: 25px;
    display: block;
    line-height: 27px;
    margin-left: 1px;
}
.navbar-avatar{
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 35px;
}
.about_le h3{
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 24px;
    border-bottom: 1px solid #efefef;
    background-image: linear-gradient( 135deg, #52E5E7 10%, #0052d9 100%);
    border-radius: 8px 8px 0 0;
}
.about_le ul li{
    text-align: center;
    height: 46px;
    line-height: 46px;
    position: relative;
}
.about_le ul li a{
    font-size: 16px;
    display: inline-block;
    width: 80px;
    height: 50px;
    margin: auto;
}
.current a{
    color:#007dfe!important;
    font-weight: 700;
}

.about_le ul li a:hover{
    color: #007dfe;
    display: block;

}

.about_le ul li:nth-child(1){
    margin-top: 10px;
    background: url(../images/about_ico1.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(2) {
    background: url(../images/about_ico2.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(3) {
    background: url(../images/about_ico3.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(4) {
    background: url(../images/about_ico4.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(5) {
    background: url(../images/about_ico5.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(6) {
    background: url(../images/about_ico6.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(7) {
    background: url(../images/about_ico7.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(8) {
    background: url(../images/about_ico8.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(9) {
    background: url(../images/about_ico9.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(10) {
    background: url(../images/about_ico10.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(11) {
    background: url(../images/about_ico11.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(12) {
    background: url(../images/about_ico12.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(13) {
    background: url(../images/about_ico13.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(14) {
    margin-bottom: 20px;
    background: url(../images/about_ico14.png) no-repeat 55px 50%;
}
.about_ri{
    width: 76.5%;
    float: right;
    box-shadow: 0px 0px 10px 0px rgb(0 33 71 / 20%);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}
.about_ri .page_body{
    margin: 20px;
}
.page_h3{
    background-color: #fff;
    border-bottom: 1px solid #f2f2f3;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 20px 20px;
   
}
.page_body{
     background-color: #fff;
     padding: 20px 10px;
     margin-top: 25px;
}
.page_body{
    padding: 0;
}
.page_list ul li{
    margin-top: 25px;
    background-color: #fff;
    padding: 20px;
}
.page_list ul li a:hover{
    color: #399EFF;
}
.page_list_le{
    width: 75%;
    float: left;
}
.page_list_le p{
    text-indent: 0;
}
.page_list_ri {
    width: 20%;
    float: right;
}
.page_list_ri span{
    display: block;
}
.api_banner img{
    max-width: 100%;
    text-align: center;
}
.api_01{
    width: 1100px;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
}
.api_01-le{
    text-align: center;
    width: 270px;
    float: left;
}
.api_01-le h3{
    font-size: 30px;
}
.api_01-ri{
    width: 590px;
    float: right;
    font-size: 18px;
    text-align: center;
}
.api_01-ri p{
    line-height: 35px;
}
.api_lei img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card-intros_2{
    padding-bottom: 100px;
}
.title_2{
    padding: 0;
}
.join-step-index_2{
    padding-bottom: 100px;
}

.Title--title--dJXDXWe {
    white-space: pre-wrap;
    font-size: 48px;
    color: rgb(23, 26, 29);
    margin-bottom: 40px;	
    font-family: PingFangSC-Medium;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.CasePlay--casePlay--xEnEM2L{
    background-color:#ebedf0;
    padding:80px 0
}
.CasePlay--casePlay--xEnEM2L .CasePlay--btnBox--fIWJifh{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    margin-top:44px
}
.CasePlay--casePlay--xEnEM2L .CasePlay--casePlay_main--RrNl78l{
    margin:0 auto;
    max-width:1400px;
}
.CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:before{
    background-image:-webkit-linear-gradient(left,#ebedf0 20%,rgba(235,237,240,0));
    content:"";
    height:120%;
    left:-15px;
    position:absolute;
    top:-10px;
    width:100px;
    z-index:2
}
.CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:after{
    background-image:-webkit-linear-gradient(right,#ebedf0 20%,rgba(235,237,240,0));
    content:"";
    height:120%;
    position:absolute;
    right:-15px;
    top:-10px;
    width:100px;
    z-index:2
}
.CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:nth-child(3):before{
    height:100%
}
@media screen and (max-width:1200px){
    .CasePlay--casePlay--xEnEM2L{
        padding:calc(106px - 96 + 8vw) 0
    }
    .CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:before{
        display:none
    }
    .CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:after{
        display:none
    }
}
@media screen and (max-width:750px){
    .CasePlay--casePlay--xEnEM2L{
        padding:70px 0
    }
    .CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:before{
        display:none
    }
    .CasePlay--casePlay--xEnEM2L .CasePlay--sliderPlay--KR9eKRp:after{
        display:none
    }
}
.CasePlay--sliderPlay--KR9eKRp{
    overflow:hidden;
    position:relative
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item--FFV287v{
    padding-bottom:16px;
    padding-right:16px
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box--CcmNEfq,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData--_8moMJ6{
    background-color:#fff;
    border-radius:8px;
    cursor:pointer;
    position:relative;
    -webkit-transition:-webkit-box-shadow .3s;
    transition:-webkit-box-shadow .3s;
    -moz-transition:box-shadow .3s;
    transition:box-shadow .3s;
    transition:box-shadow .3s,-webkit-box-shadow .3s
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_img--HA7BsoC,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_img--aduiim2{
    height:100px;
    opacity:1;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    width:200px
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_text--HcscPiU,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_text--Ut5m1hW{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#fff;
    border-radius:8px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    font-size:18px;
    height:100%;
    justify-content:center;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    width:100%
}
@media screen and (max-width:1200px){
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item--FFV287v{
        padding-top:calc(-26.66667px + 3.55556vw) 0
    }
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_img--HA7BsoC,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_img--aduiim2{
        height:-moz-calc(46.66667px + 4.44444vw);
        height:calc(46.66667px + 4.44444vw);
        width:-moz-calc(93.33333px + 8.88889vw);
        width:calc(93.33333px + 8.88889vw)
    }
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_text--HcscPiU,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_text--Ut5m1hW{
        font-size:-moz-calc(12.66667px + .44444vw);
        font-size:calc(12.66667px + .44444vw)
    }
}
@media screen and (max-width:750px){
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_img--HA7BsoC,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_img--aduiim2{
        height:80px;
        width:160px
    }
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_text--HcscPiU,.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_text--Ut5m1hW{
        font-size:16px
    }
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box--CcmNEfq:hover{
    -webkit-box-shadow:0 4px 10px 0 rgba(12,13,15,.12);
    box-shadow:0 4px 10px 0 rgba(12,13,15,.12);
    -webkit-transition:-webkit-box-shadow .3s;
    transition:-webkit-box-shadow .3s;
    -moz-transition:box-shadow .3s;
    transition:box-shadow .3s;
    transition:box-shadow .3s,-webkit-box-shadow .3s
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box--CcmNEfq:hover .CasePlay--sliderPlay_item_box_img--HA7BsoC{
    opacity:0;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box--CcmNEfq:hover .CasePlay--sliderPlay_item_box_text--Ut5m1hW{
    color:#3e9eff;
    opacity:1;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--animationBox--pNvzWdV{
    -webkit-box-flex:0;
    -moz-box-flex:0;
    -webkit-animation:CasePlay--move--zgwQAZu 10s linear infinite;
    -moz-animation:CasePlay--move--zgwQAZu 10s linear infinite;
    animation:CasePlay--move--zgwQAZu 10s linear infinite;
    -ms-flex:0 0 1296px;
    flex:0 0 1296px
}
@media screen and (max-width:1200px){
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--animationBox--pNvzWdV{
        -webkit-box-flex:0;
        -moz-box-flex:0;
        -ms-flex:0 0 calc(655px + 53.33333vw);
        flex:0 0 calc(655px + 53.33333vw)
    }
}
@media screen and (max-width:750px){
    .CasePlay--sliderPlay--KR9eKRp .CasePlay--animationBox--pNvzWdV{
        -webkit-box-flex:0;
        -moz-box-flex:0;
        -ms-flex:0 0 1056px;
        flex:0 0 1056px
    }
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np:hover .CasePlay--animationBox--pNvzWdV{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    animation-play-state:paused
}
@-webkit-keyframes CasePlay--move--zgwQAZu{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    to{
        -webkit-transform:translate(-100%);
        transform:translate(-100%)
    }
}
@-moz-keyframes CasePlay--move--zgwQAZu{
    0%{
        -moz-transform:translate(0);
        transform:translate(0)
    }
    to{
        -moz-transform:translate(-100%);
        transform:translate(-100%)
    }
}
@keyframes CasePlay--move--zgwQAZu{
    0%{
        -webkit-transform:translate(0);
        -moz-transform:translate(0);
        transform:translate(0)
    }
    to{
        -webkit-transform:translate(-100%);
        -moz-transform:translate(-100%);
        transform:translate(-100%)
    }
}

 .pls-footer {
    min-width: 320px;
    background: #f5f7fa
}

.pls-footer-inner {
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1400px;
    border-bottom: 1px solid rgba(73,87,112,.15);
    -webkit-font-smoothing: antialiased
}

.pls-footer-service .pls-footer-inner {
    font-size: 0;
    text-align: center;
    padding: 15px 36px;
}

.pls-footer-service-list {
    box-sizing: border-box;
    display: table;
    width: 100%
}

.pls-footer-service-list>li {
    display: table-cell;
    width: 25.5%;
    vertical-align: top;
    text-align: left;
    white-space: nowrap
}

.pls-footer-service-list>li:last-child {
    width: 13.5%
}

.pls-footer-service-item {
    display: block;
    font-size: 16px;
    color: #000
}

ul.pls-footer-service-list a {
    color: inherit;
    cursor: default;
}

.pls-footer-service-item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    -webkit-animation: plsFooterLeave .3s steps(16) forwards;
    animation: plsFooterLeave .3s steps(16) forwards
}

@-webkit-keyframes plsFooterEnter {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 -960px
    }
}

@keyframes plsFooterEnter {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 -960px
    }
}

@-webkit-keyframes plsFooterLeave {
    0% {
        background-position: 0 -960px
    }

    100% {
        background-position: 0 0
    }
}

@keyframes plsFooterLeave {
    0% {
        background-position: 0 -960px
    }

    100% {
        background-position: 0 0
    }
}

.pls-footer-service-item:hover .icon {
    -webkit-animation: plsFooterEnter .3s steps(16) forwards;
    animation: plsFooterEnter .3s steps(16) forwards
}

.pls-footer-service-item .icon-1 {
    background-image: url("../images/footer-icon.png")
}

.pls-footer-service-item .icon-2 {
    background-image: url("../images/footer-icon-2.png")
}

.pls-footer-service-item .icon-3 {
    background-image: url("../images/footer-icon-3.png")
}

.pls-footer-service-item .icon-4 {
    background-image: url("../images/footer-icon-4.png")
}

.pls-footer-website .pls-footer-inner {
    position: relative;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px
}

.pls-footer-website-columns {
    margin-left: 0;
    flex: 1;
    width: 1px;
    padding: 0
}

.pls-footer-website-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #000
}

.pls-footer-website-title a,.pls-footer-website-title a:hover {
    display: block;
    color: inherit;
    cursor: default;
    text-decoration: none
}

.pls-footer-website-list a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #495770
}

.pls-footer-website-list a:hover {
    text-decoration: none
}

.pls-footer-copyright {
    position: absolute;
    right: 0;
    top: 30px;
    width: 190px
}

.pls-footer-share-links {
    margin-bottom: 24px;
    font-size: 0
}
    /* authentication */
    .authentication{ text-align: center;}
    .authentication li{ display: inline-block; padding: 0 5px;}
    .authentication li a{
        display: block;
        height: 36px;
        padding: 8px 10px;
        font-size: 12px;
        overflow: hidden;
        text-align: left;
        line-height: 16px;
        color: #808080;
        border-radius: 6px;
        background-color: #fff;
        background-image: linear-gradient(0deg,#fff,#f3f5f8);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    }
.authentication li a:hover {
    color: #007dfe;
    background-color: #f9fbff;
}
        .authentication li a img{ width: 36px; height: 36px; cursor: pointer; float: left;}
        .authentication li a span{
            display: inline-block;
            height: 36px;
            line-height: 36px;
            vertical-align: middle;
            cursor: pointer;
        }
.pls-footer-share-links>li {
    display: inline-block;
    vertical-align: middle;
    width: 20%
}

.pls-footer-website-contact {
    width: 346px
}

.pls-footer-website-contact-title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 22px
}

.pls-footer-website-contact-text {
    font-size: 14px;
    color: #495770;
    line-height: 24px;
    margin-top: 16px
}

.pls-footer-website-contact-view {
    margin-top: 16px
}

.pls-footer-website-contact-view-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 74px;
    padding: 2px;
    height: 74px;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    border-radius: 4px
}

.pls-footer-website-contact-view-box img {
    width: 100%;
    height: 100%
}

.pls-footer-website-contact-view-box:first-child {
    margin-right: 20px
}
.pls-footer-website-list a:hover {
    color: #007dfe;;
}
.pls-footer-website-hotline {
    margin-top: 10px
}

.pls-footer-website-hotline-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    display: inline;
    color: #495770
}

.pls-footer-website-hotline-phone {
    display: inline
}

.pls-footer-website-hotline-phone span {
    font-size: 18px;
    color: #294edc;
    line-height: 24px;
    font-weight: 700;
}

.pls-footer-website-hotline-phone i {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px
}

.pls-footer-website-btn {
    margin-top: 12px;
    display: block;
    width: 100%;
    max-width: 194px;
    height: 34px;
    line-height: 34px;
    background: #0052d9;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    color: #fff;
    text-align: center;
    border-radius: 100px;
}

.pls-footer-website-btn:hover {
    background-color: #007dfe ;
    color: #fff ;
    transition: all .3s ease-in-out
}
.index-loginto .btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.index-loginto a:nth-child(2):hover {
    color: #ffffff;
    background-color: #007dfe;
    border-color: #007dfe;
}
.index-loginto a:hover {
    color: #007dfe;
    background-color: #fff;
    border-color: #fff;
}
.pls-footer-blogroll .pls-footer-inner {
    position: relative;
    min-height: 25px;
    border-bottom: none;
    padding-top: 25px;
}

.pls-footer-blogroll-links {
    font-size: 0
}

.pls-footer-blogroll-links .slide {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 12px;
    line-height: 22px;
    color: #495770;
    white-space: nowrap
}

.pls-footer-blogroll-links.copyright .slide:first-child {
    white-space: normal
}

.pls-footer-blogroll-links.copyright .slide:first-child span {
    white-space: nowrap
}

.pls-footer-blogroll-text {
    font-size: 12px;
    color: #495770;
    line-height: 18px;
    margin-top: 20px
}

.pls-footer-blogroll-links-separate {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none
}

.pls-footer-blogroll-extra {
    position: absolute;
    right: 0;
    top: 40px;
    width: 190px
}

.pls-footer-lang-switch {
    display: none;
    text-align: center;
    margin-top: 15px
}

.pls-footer-lang-switch a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: #ccc;
    min-width: 70px;
    text-align: left
}

.pls-footer-lang-switch a:first-child {
    text-align: right
}

.pls-footer-lang-switch a:active {
    color: #0052d9
}

.pls-footer-lang-switch .split {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background-color: #666
}

.pls-footer-select {
    position: relative
}

.pls-footer-select-trigger {
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0 12px;
    height: 36px;
    border: 2px solid #fff;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 32px;
    color: #495770;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1)
}

.pls-footer-select-trigger:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ccc transparent;
    transition: transform .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}

.pls-footer-select .pls-footer-dropdown {
    display: none
}

.pls-footer-select:hover .pls-footer-dropdown,.pls-footer-select.hover .pls-footer-dropdown {
    display: block
}

.pls-footer-select:hover .pls-footer-select-trigger:after,.pls-footer-select.hover .pls-footer-select-trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pls-footer-dropdown {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 999;
    padding-bottom: 4px;
    width: 100%
}

.pls-footer-dropdown-menu {
    position: relative;
    background-color: #f5f7fa;
    padding: 7px 2px
}

.pls-footer-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #e8e8e8;
    border: 2px solid #d2d6de;
    box-shadow: inset 8px 8px 6px 0 rgba(55,99,170,.11);
    box-sizing: border-box
}

.pls-footer-dropdown-menu a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #495770
}

.pls-footer-dropdown-menu a:hover {
    color: #0052d9;
    text-decoration: none
}

.pls-footer-dropdown-menu .actived a,.pls-footer-dropdown-menu .actived a:hover {
    color: #0052d9;
    cursor: default
}

.pls-footer-website-international-list {
    display: none
}

.pls-footer-website-hotline-phon-m,.pls-footer-website-rss,.pls-footer-website-copyright,.pls-footer-dialog-phone {
    display: none
}

.pls-footer-short .pls-footer-website-group {
    display: none
}

.pls-footer-bubble {
    position: absolute;
    z-index: 300;
    width: 200px;
    text-align: center
}

.pls-footer-bubble-wrap {
    position: relative
}

.pls-footer-bubble-wrap .pls-footer-bubble {
    visibility: hidden;
    transition: all .3s ease-in-out
}

.pls-footer-bubble-wrap .pls-footer-bubble--bottom {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0
}

.pls-footer-bubble-wrap:hover .pls-footer-bubble--bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.pls-footer-bubble__inner {
    position: static !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
    padding: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 1px 1.73px 3px 0 rgba(0,0,0,.1)
}

.pls-footer-bubble__inner:after,.pls-footer-bubble__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    content: ""
}

.pls-footer-bubble--top .pls-footer-bubble__inner {
    bottom: 100%;
    left: 50%
}

.pls-footer-bubble--top .pls-footer-bubble__inner:before {
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: -6px;
    border-bottom-color: #ddd
}

.pls-footer-bubble--top .pls-footer-bubble__inner:after {
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin-bottom: -1px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner {
    left: 15px
}

.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner {
    right: 15px;
    left: auto
}

.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner:after,.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner:before,.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner:after,.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner:before {
    margin-left: 0
}

.pls-footer-bubble--bottom {
    left: 50%;
    bottom: 100%;
    margin-left: -100px;
    margin-bottom: 6px
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner {
    top: 100%;
    left: 50%
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner:before {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-left: -6px;
    border-top-color: #ddd
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner:after {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-top: -1px;
    margin-left: -6px;
    border-top-color: #fff
}


@media screen and (min-width: 320px) {
    .pls-footer {
        padding-left:10px;
        padding-right: 10px;
        margin: 0 auto;
    }

    .pls-footer-website-columns {
        margin-left: -10px;
        display: flex;
        align-items: flex-start
    }

    .pls-footer-website-columns>li {
        flex: 1;
        width: 1px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

}
@media (max-width:1440px) {
    .my1400 {
        width: 1200px
    }
}

input[type=checkbox] {
    cursor: pointer;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

input[type=checkbox]:checked::after {
    content: "";
    background-color: #007dfe;
    border-color: #007dfe;
    background-color: #007dfe;
}

input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}
.checkbox input {
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: -3px;
    box-shadow: 0px 2px 8px 0 rgb(55 99 170 / 50%), -8px -8px 20px 0 #fff;
}    
.kale .container {
    margin-bottom: 80px;
}
.news-content {
    width: 65%;
    padding: 4%;
    background: #fff;
    box-shadow: 0 0 20px 4px #eee;
    -webkit-box-shadow: 0 0 20px 4px #eee;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 50px
}
.detail p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
}
.news-content p img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dylist ul>li a:hover {
    color: #007dfe;
}
.news-content .title {
    padding-top: 10px;
    padding-bottom: 15px;
}
.left {
    float: left;
}
.mgt20 {
    margin: 20px 0;
}
.sidebar {
    width: 24.5%;
}
.partt .bt {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 10px 15px;
    border-bottom: 1px solid #e7e7e7;
}
.right {
    float: right;
}
.partt {
    background: #fff;
    padding: 4% 5%;
    box-shadow: 0 0 20px 4px #eee;
    -webkit-box-shadow: 0 0 20px 4px #eee;
    border-radius: 8px;
}
.sidebar.right {
    margin-top: 30px;
}
.main-news {
    margin: 0 auto;
    padding-bottom: 40px;
}
.zuozhe {
    margin-right: 20px;
}
.avoid {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 25px;
    color: #999;
    line-height: 1.5;
}
    .dyquick-link {
        padding-top: 20px;
        font: 16px/180% "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        color: #666;
        text-decoration: none;
        border-top: 1px solid #eee;
    }
    .dylist {
        padding: 4%;
    }
    .dylist ul {
        list-style: none;
    }
    .dylist ul li {
        padding: 5px 0;
        position: relative;
    }
    .dylist ul li a {
        display: block;
        width: 78%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 10px;
        font: 16px/180% "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        color: #666;
        text-decoration: none;
    }
    .dylist ul li .date {
        position: absolute;
        right: 0;
        top: 6px;
        color: #bebebe;
    }
    .dylist ul li:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 47%;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: #bebebe;
    }

/* app-focus */
.app-focus {
    background: url(../images/sprites/app_pc.jpg) center 0 no-repeat #35a8fc;
    height: 610px;
    zoom: 1;
    background-size: cover;
}

.app-focus .container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

/* .app-phoneqr */
.app-phoneqr {
    position: absolute;
    left: 50%;
    bottom: 89px;
    z-index: 2;
    margin-left: -194px;
    width: 388px;
    height: 480px;
    overflow: hidden;
    background: url(../images/sprites/apps.png) 0 0 no-repeat;
}

.app-phoneqr img {
    display: block;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    margin-top: 122px;
}

/* .app-download */
.app-download .app-download-item {
    position: absolute;
    bottom: 300px;
    z-index: 3;
    display: block;
    width: 252px;
    text-align: center;;
    color: #fff;
    font-size: 14px;
    display: none;
}

.app-download .app-download-android {
    left: 0;
}

.app-download .app-download-ios {
    right: 0;
}

.app-download .app-btn {
    display: block;
    width: 252px;
    height: 88px;
    overflow: hidden;
    margin-bottom: 10px;
    text-indent: -999px;
    background-image: url(../images/sprites/apps.png);
    background-repeat: no-repeat;
    transition: all .3s;
}

.app-download .app-btn-android {
    background-position: -400px 0;
}

.app-download .app-btn-android:hover {
    background-position: -400px -100px;
}

.app-download .app-btn-ios {
    background-position: -400px -200px;
}

.app-download .app-btn-ios:hover {
    background-position: -400px -300px;
}

/* app-features */
.app-features {
    text-align: center;
    padding: 30px 0 100px 0;
    background-color: #fff;
}

.app-features h2 {
    font-size: 36px;
    text-align: center;
    display: none;
}

.app-features-group {
    margin-top: 100px;
}

.app-features-group li {
    float: left;
    width: 33.33%;
    overflow: hidden;
}

.app-features-group h3 {
    padding: 26px 0 18px;
    font-size: 24px;
}

.app-features-group p {
    margin: 0 50px;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.app-features-group .iconimg {
    display: block;
    width: 108px;
    height: 108px;
    margin: 0 auto;
    background-image: url(../images/sprites/features.png);
}

.app-features-group .iconimg-fast {
    background-position: 0 0;
}

.app-features-group .iconimg-anys {
    background-position: -120px 0;
}

.app-features-group .iconimg-fair {
    background-position: -240px 0;
}    
.dropdown-menu {
    margin-left: -32px;
    background-color: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navbar-cardnav {
    width: 700px;
    padding: 10px 20px 15px 20px;
}

.navbar-cardnav li {
    float: left;
    width: 220px;
    padding: 20px 20px 0 20px;
}

.navbar-cardnav .card {
    position: relative;
    width: 180px;
    height: 98px;
    border-radius: 4px;
    transition: .3s;
}

.navbar-cardnav img {
    position: absolute;
    display: block;
    height: 98px;
    border-radius: 4px;
    transition: .3s;
}

.navbar-cardnav img.cover {
    left: 0;
    top: 0;
    z-index: 3;
    width: 180px;
}

.navbar-cardnav img.mid {
    left: 4px;
    top: 4px;
    z-index: 2;
    width: 172px;
    opacity: .3;
    filter: alpha(opacity=30);
}

.navbar-cardnav img.down {
    left: 8px;
    top: 8px;
    z-index: 1;
    width: 164px;
    opacity: .1;
    filter: alpha(opacity=10);
}

.navbar-cardnav a:hover img.cover {
    left: 0;
    top: -8px;
    width: 180px;
}

.navbar-cardnav a:hover img.mid {
    left: 8px;
    top: 0;
    width: 164px;
}

.navbar-cardnav a:hover img.down {
    left: 16px;
    top: 8px;
    width: 148px;
}

.navbar-cardnav span {
    position: relative;
    display: block;
    padding: 15px 0 5px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/* navbar-hotcard */
.navbar-hotcard {
    padding: 18px 20px 20px 20px;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    white-space: nowrap;
}

.navbar-hotcard > strong {
    font-size: 16px;
    font-weight: 400;
}

.navbar-hotcard > a + a {
    margin-left: 13px;
}

.navbar-hotcard > a {
    color: #929292;
}

.navbar-hotcard > a:hover {
    color: #007dfe;
}

#qcportal-kit-footer {
    margin: 0 auto;
    background: #f5f7fa;
}