.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
}

.notify {
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.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)
}

.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
}

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

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

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

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

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

.join-step-index li i {
    display: block;
    width: 109px;
    height: 115px;
    margin: 0 auto;
    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 -117px
}

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

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

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

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

.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: #434343;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.join-step-index li .line {
    width: 136px;
    margin-top:45px;
    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 #434343
}

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

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

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

.card-intros {
    background:  #ececec;
    border-bottom: 1px solid #ECF0F6;
    padding-bottom:50px;
}

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

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

.title h3 {
    font-size: 30px;
    line-height: 180%;
    color: #333;
    background: url("../images/indexh3Bg.png") center no-repeat;
    color: #f89339;
  
    
}
.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 {
    padding: 30px 0 0px 0
}

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

.card-intros li:hover {
    background: #fff;
    box-shadow: 0 0 12px 4px #eee;
    color: #5596FD;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 4px #eee;
    -webkit-border-radius: 10px
}

.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: 195px;
        height: 198px;
    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;
    line-height: 240%
}

.card-intros li h4:after {
    content: "";
    width: 14px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 48%;
    border-top: 4px solid #666
}

.card-intros li p {
    margin-top: 12px;
    font-size: 16px
}

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

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

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

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

.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;
}

.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: #0669b2;
    color: #fff;
   
}

.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: 18px;
    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: #333;
   
    padding: 3px 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

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

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

.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: #f89339
}
.news_list{
    background-color: #FFF;
    padding: 2% 2%;
    margin-top: 20px;
}
.news .main .news_list li {
    height: 25px;
    padding: 5px;
}

.news .main .news_list li a:hover {
    color: #f89339
}

.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{
    background-color: #FFF;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 1200px;
}
.header-logo{
    display: inline-block;
    width: 200px;
    height: 100%;
    
    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;
    width: 55%;
    line-height: 70px;
    height: 70px;
    vertical-align: top;
}
.index_logo{
    float: left;
}
.header-login{
    display: inline-block;
    float: right;
    margin-right: 100px;
    height: 70px;
    line-height: 70px;
}
.index-nav{
    margin-left: 20%;
}
.index-nav ul li{
    margin-right: 3%;
    margin-left: 3%;
    text-align: center;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 70px;
}
.index-nav ul li a{
    font-size: 18px;
    color: #797979;
}
.index-nav ul li a:hover{
    color: #f89339;
}
.index-nav ul li a::after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
}
.index-nav ul li a:hover::after{
    display: block;
    content: "";
    height: 6px;
    background-image: linear-gradient(to right, #f57634, #fdbe3e);
    border-radius: 15px;
    bottom: 10px;
}

.index-nav ul li.on a{
    color: #f89339;
}
.index-nav ul li.on a::after{
    display: block;
    content: "";
    height: 6px;
    background-image: linear-gradient(to right, #f57634, #fdbe3e);
    border-radius: 15px;
    bottom: 10px;
}

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

.index-login{

    display: inline-block;
}
.index-login a{
    padding: 5px 30px;
    border-radius: 35px;
    margin-left: 15px;
    color: #5c5959;
    background-color: #ffffff;
    border: 1px solid #f89339;
}
.index-login a:nth-child(1){
    background-image: linear-gradient(to right, #fdbe3e, #f57634);
    color: #fff;
}
.index-banner{
    width: 100%;
    position: fixed;
    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: 80%;
    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: #ccc; }
.index-notice-text > h5{ font-size: 18px; height: 25px; overflow: hidden; }
.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: #303030;
    color: #fff;
    padding: 7px 0;
    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: #f89339;
}
.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: #f89339; 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); }

.discount {
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    color: #fff;
    background-color: #f89339;
    border-radius: 4px 0 4px 0;
    transition: .3s;
    opacity: 1;
    filter: alpha(opacity=0);
}
.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: #f89339 transparent transparent #f89339;
    transition: .3s;
}

.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 #f89339;
}

.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: #e91e63 !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: #f89339;
    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;
}
.textarea-wrapper .form-control {
    width: 100%;
    padding-right: 35%;
    height: 330px;
    line-height: 33px;
    font-size: 14px;
    margin: 0;
    padding-left: 5px;
    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;
}


.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: #f89339;
    background-color: #f9841c;
    box-shadow: 1px 1px 3px #f89339;
}

.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: #f89339;
    border-color: #f89339;
    background-color: #ffffff;
}

.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{
    width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
}
.about_le{
    width: 265px;
    float: left;
    border: solid 1px #e7e7e7;
}

.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: 1px;
    left: 3px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    color: #ffa2cc;
    text-indent: -1.5px;
    border: 2px solid #fff;
    background-color: #fff;
}
.avatar i{
    font-size: 26px;
    display: block;
    line-height: 26px;
    margin-left: 1px;
}
.navbar-avatar{
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 40px;
}
.about_le h3{
    text-align: center;
    color: #4994fb;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about_le ul li{
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.about_le ul li a{
    font-size: 16px;
    display: inline-block;
    width: 80px;
    height: 50px;
    margin: auto;
}
.current a{
    color:#4994fc!important;
}
.current a::before{
    width: 80px!important;
}
.about_le ul li a::before{
    content: "";
    border-bottom: 2px solid #4994fc;
    width: 0px;
    display: block;
    position: absolute;
    bottom: 10px;
}
.about_le ul li a:hover{
    color: #4994fb;
    display: block;

}
.about_le ul li a:hover::before{
    width: 80px;
    transition: 0.2s all linear;
    transition-delay: 0.1s;
}

.about_le ul li:nth-child(1){
    background: url(../images/about_ico1.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(2) {
    background: url(../images/about_ico6.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) {
    background: url(../images/about_ico14.png) no-repeat 55px 50%;
}
.about_ri{
    width: 1050px;
    float: left;
    margin-left: 25px;
     border: solid 1px #e7e7e7;
     padding: 25px;
}
.page_h3{
    margin-top: 15px;
    background-color: #fff;
    color: #888888;
    font-size: 24px;
    padding: 20px 10px;
   
}
.page_h3 h3{
 font-weight: normal;
}
.page_body{
     background-color: #fff;
     padding: 20px 10px;
     margin-top: 25px;
}
.page_body p{
    text-indent: 2em;
}
.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: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card-intros_2{
    padding-bottom: 168px;
}
.title_2{
    padding: 0;
}
.join-step-index_2{
    padding-bottom: 100px;
}