.card-banner{
    width: 100%;
    min-width: 1200px;
    height: 814px;
    margin: 0 auto;
}
.card-banner2{
    background: url(../img/card-banner2.jpg) top center #11183b no-repeat;
}
.card-banner1{
    background: url(../img/card-banner.jpg) top center #11183b no-repeat;
}
.special-card-apply{
    padding-top: 516px;
}
.card-bg{
    background: #11183b;
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
}
.cardWidth{
    width: 1100px;
    margin: 0 auto;
}
.card-apply-box .card-title{
    text-align: right;
    height: 60px;
    line-height: 60px;
    float: right;
    cursor: pointer;
}
.card-apply-box .card-title:hover span{
    color:#d8c06c;
}
.card-apply-box .card-title span{
    font-size: 14px;
    color: #cbab85;
    display: inline-block;
    float: left;
}
.card-apply-box .card-title i{
    width: 14px;
    height: 60px;
    display: inline-block;
    background: url(../img/tringle01.png) center no-repeat;
    float: left;
    margin-left: 4px;
}
.card-apply-box .card-title:hover i{
    background: url(../img/tringle01-hover.png) center no-repeat;
}
.card-choose-box .same{
    width: 320px;
    float: left;
}
.card-choose-box .second{
    margin: 0 70px;
}
.card-choose-box .same .top-card{
    width: 100%;
    height: 201px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.card-choose-box .first .top-card{
    background: url(../img/card-img01.png) no-repeat;
}
.card-choose-box .first .top-card:hover{
    box-shadow:0px 18px 56px rgba(200,147,85,0.5);
}
.card-choose-box .second .top-card{
    background: url(../img/card-img02.png) no-repeat;
}
.card-choose-box .second .top-card:hover{
    box-shadow:0px 14px 36px rgba(197,212,251,0.5);
}
.card-choose-box .third .top-card{
    background: url(../img/card-img03.png) no-repeat;
}
.card-choose-box .third .top-card:hover{
    box-shadow:0px 18px 56px rgba(85,118,200,0.88);
}
.card-choose-box .same .top-card{
    cursor: pointer;
}
.card-choose-box .apply-btns{
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    background: url(../img/tringle02.png) 70px center no-repeat;
    margin-left: 24px;
    display: block;
    margin-top: 21px;
    transition:all .2s linear;
    -webkit-transition:all .2s linear;
}
.card-choose-box .apply-btns:hover{
    background: url(../img/tringle02.png) 74px center no-repeat;
}
.top-card .modern-money{
    padding-top: 124px;
    padding-left: 24px;
    height: 22px;
    line-height: 22px;
}
.top-card .modern-money .left span{
    font-size: 20px;
    color: #303032;
    font-weight: bold;
    display: inline-block;
    float: left;
}
.top-card .modern-money .left .count2{
    font-size: 18px;
}
.top-card .modern-money .left .count3{
    font-size: 16px;
}
.top-card .modern-money .right{
    width: 64px;
    height: 22px;
    background: url(../img/advance-icon.png) no-repeat;
    margin-left: 8px;
}
.card-choose-box .third .left span{
    color: #a9b6c8;
}
.top-card .original-price{
    padding-left: 24px;
    font-size: 16px;
    color: #a48b72;
    line-height: 16px;
    text-decoration: line-through;
    margin-top: 10px;
}
.card-choose-box .second .top-card .original-price{
    color: #9c9cb7;
}
.card-choose-box .third .top-card .original-price{
    color: #5a7290;
}
.card-choose-box .apply-btns:hover{
    cursor: pointer;
}
.card-statement{
    width: 464px;
    height: 34px;
    text-align: center;
    background: url(../img/statement-bg.png) no-repeat;
    margin: 0 auto;
}
.card-statement .state-box{
    font-size: 14px;
}
.card-statement .state-box .state1{
    color: #cccccc;
    line-height: 34px;
    display: inline-block;
}
.card-statement .state-box .state2{
    color: #999999;
    line-height: 34px;
    display: inline-block;
}
.card-statement .state-box .state3{
    color: #cbab85;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
}
.card-statement .state-box .state3:hover{
    color:#d8c06c;
}
.top-card .online-modern-money{
    padding-top: 105px;
}
.reduction-box{
    padding: 8px 0 0 24px;
}
.reduction-box .reduction-p{
    font-size: 12px;
    color: #916a34;
    background: url(../img/tringle03.png) left center no-repeat;
    text-indent: 14px;
    line-height: 20px;
}
.reduction-box2 .reduction-p{
    color: #4f556b;
    background: url(../img/tringle04.png) left center no-repeat;
}
.reduction-box3 .reduction-p{
    color: #8f8fa6;
    background: url(../img/tringle05.png) left center no-repeat;
}
.card-equity-title{
    width: 100%;
    height: 80px;
    background: #282f58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 40px;
}
.card-equity-title .equity-title{
    width: 454px;
    margin: 0 auto;
    text-align: center;
    position:relative;
}
.card-equity-title .equity-title .same-img{
    width: 122px;
    height: 14px;
    margin-top: 33px;
}
.card-equity-title .equity-title .left-img{
    background: url(../img/equity-left-img.png) no-repeat;
}
.card-equity-title .equity-title .right-img{
    background: url(../img/equity-right-img.png) no-repeat;
}
.card-introduce-box{
    padding-bottom: 60px;
}
.card-equity-title .equity-title h2{
    font-size: 24px;
    color: #e0c281;
    line-height: 80px;
    width:210px;
    float:left;
    text-align:center;
    margin: 0 auto;
    position:absolute;
    top:0px;
    left:122px;
    font-weight:bold;
}
.card-introduce-same{
    margin-top: 30px;
    height: 404px;
}
.card-introduct-special{
    height: 372px;
}
.card-introduce-same .introduce-left{
    width: 240px;
    height: 100%;
}
.card-introduce-same .introduct-right{
    width: 780px;
    padding: 0 30px;
    height: 100%;
    background: #282f58;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.card-introduce-same .introduct-first{
    background: url(../img/intrlduct-img01.png) no-repeat;
}
.card-introduce-same .introduct-second{
    background: url(../img/intrlduct-img02.png) no-repeat;
}
.card-introduce-same .introduct-third{
    background: url(../img/intrlduct-img03.png) no-repeat;
}
.card-introduce-same .card-money{
    margin-top: 260px;
    text-align: center;
}
.card-introduce-same .card-money span{
    color: #794b0e;
    line-height: 16px;
    vertical-align: bottom;
    display: inline-block;
}
.card-introduce-same .introduct-second .card-money span{
    color:#464b56;
}
.card-introduce-same .card-money .count1{
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
} 
.card-introduce-same .card-money .count2{
    font-size: 18px;
} 
.card-introduce-same .card-money .count3{
    font-size: 16px;
} 
.introduct-right .introudct-title{
    margin-top: 42px;
}
.introduct-right .introudct-title h2{
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    float: left;
}
.introduct-right .introudct-title p{
    font-size: 14px;
    color: #ababb2;
    line-height: 14px;
    float: left;
    margin-top: 5px;
}
.introduct-first-box{
    margin-top: 20px;
}
.introduct-first-left{
    width: 378px;
    height: 110px;
    border: 1px solid #f2f4f8;
}
.introduct-first-left .left{
    width: 70px;
}
.introduct-first-left .comm-ps{
    margin-top: 21px;
}
.introduct-first-left .right{
    width: 294px;
}
.introduct-first-left .right p{
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 5px;
    background: url(../img/tringle06.png) left 6px no-repeat;
    text-indent: 15px;
}
.introduct-first-left .right p b{
    color: #f88840;
    font-weight: bold;
}
.introduct-first-left .right p .length{
    padding-left: 15px;
}
.introudct-second-box .business-left{
    width: 380px;
}
.introudct-second-box .business-box{
    border: 1px solid #f2f4f8;
    margin-top: 20px;
    padding: 24px 0 12px 14px;
}
.introudct-second-box .business-box p{
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 12px;
    background: url(../img/tringle06.png) left center no-repeat;
    text-indent: 15px;
}
.introudct-second-box .business-box-special p{
    float: left;
    width: 178px;
}
.introudct-second-box .business-box p b{
    color: #f88840;
    font-weight: bold;
}
.card-introudce-box3 .introduct-first-left{
    border:1px solid #6d7c93;
}
.card-introudce-box3 .introudct-second-box .business-box{
    border:1px solid #6d7c93;
}
.card-introudce-box3 .card-money span{
    color: #b2bdcc;
}
.card-introduct-special .introduct-first-left{
    border:1px solid #e8cd8e;
}
.card-introduct-special .introudct-second-box .business-box{
    border:1px solid #e8cd8e;
}
.card-introduct-special .introduct-first-left{
    height: 78px;
}
.card-introduct-special .introduct-first-left .comm-ps{
    margin-top: 28px;
}
/*弹框*/
.card-full-bg,.alert-full-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 3000;
    display: none;
}
.alert-full-bg{
    z-index: 4001;
}
.activity-card{
    width: 414px;
    height: 373px;
    position: fixed;
    left:50%;
    top: 50%;
    margin: -138px 0 0 -207px;
    background: url(../img/activate-card-bg.png) no-repeat;
    z-index: 3010;
    display: none;
}
.activity-comm{
    position: relative;
    width: 360px;
    height: 373px;
    margin: 0 27px;
}
.quits-btn{
    width:40px;
    height: 40px;
    position: absolute; 
    top: -95px;
    right:0px;
    background: url(../img/quity-btn.png) no-repeat;
    display: inline-block;
    cursor: pointer;
}
.activity-membership{
    padding-top: 170px;
    margin: 0 auto;
    width: 260px;
}
input::-webkit-input-placeholder{
    color:#b3b3b3;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b3b3b3;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b3b3b3;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b3b3b3;
}
.activity-membership .card-input{
    width: 260px;
    height: 46px;
    line-height: 46px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.activity-membership .member-kinds-btn1{
    margin-top: 20px;
}
.member-kinds-btn{
    width: 260px;
    height: 46px;
    line-height: 46px;
    background: -webkit-linear-gradient(left top,#53637c, #122032);
    background: -moz-linear-gradient(bottom right, #53637c, #122032);
    background: -o-linear-gradient(bottom right, #53637c, #122032);
    background: linear-gradient(to bottom right, #53637c, #122032);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 5px 10px rgba(69,47,9,0.5);
}
.member-kinds-btn:hover{
    cursor: pointer;
    background: -webkit-linear-gradient(left top,#455672, #0a1420);
    background: -moz-linear-gradient(bottom right, #455672, #0a1420);
    background: -o-linear-gradient(bottom right, #455672, #0a1420);
    background: linear-gradient(to bottom right, #455672, #0a1420);
}
.member-kinds-btn .mem-btn1{
    display: block;
    font-size: 18px;
    color: #e1e7f2;
    text-shadow:0 2px 5px rgba(7,22,42,0.5);
    background: url(../img/tringle07.png) 168px 14px no-repeat;
    text-indent: 91px;
}
.member-kinds-btn .mem-btn2{
    display: block;
    font-size: 18px;
    color: #e1e7f2;
    text-shadow:0 2px 5px rgba(7,22,42,0.5);
    text-align: center;
}
.activity-comm p.xy{
    font-size: 12px;
    color: #fff8e4;
    line-height: 12px;
    margin-top: 10px;
    text-align: center;
}
.activity-comm p.xy .agree-btn{
    font-weight: bold;
    color: #ffffff;
    line-height: 12px;
}
.actvite-gold-bg{
    width: 414px;
    height: 383px;
    position: fixed;
    left:50%;
    top: 50%;
    margin: -141px 0 0 -207px;
    z-index: 3010;
    display: none;
}
.actvite-gold-bg1{
    background: url(../img/actvite-gold-bg1.png) no-repeat;
}
.actvite-gold-bg2{
    background: url(../img/actvite-gold-bg2.png) no-repeat;
}
.actvite-gold-bg2 .member-kinds-btn{
    box-shadow: 0 5px 10px rgba(24,37,54,0.5);
}
.actvite-gold-bg3{
    background: url(../img/actvite-gold-bg3.png) no-repeat;
}
.actvite-gold-bg4{
    background: url(../img/actvite-gold-bg4.png) no-repeat;
}
.actvite-gold-bg6{
    background: url(../img/actvite-gold-bg6.png) no-repeat;
    z-index: 4010;
}
.actvite-gold-bg6 .alert-comm{
    margin: 80px auto 0;
    width: 258px;
    height: 76px;
    overflow: hidden;
}
.actvite-gold-bg6 .alert-comm p{
    font-size: 28px;
    color: #997433;
    line-height: 38px;
    text-align: center;
}
.actvite-gold-bg3 .member-kinds-btn{
    box-shadow: 0 5px 10px rgba(18,32,50,0.5);
}
.activity-gold{
    margin: 0 27px;
    width: 360px;
    position: relative;
    padding-top: 37px;
}
.activity-gold .quits-btn{
    top: -58px;
}
.actvite-gold-bg .member-kinds-btn{
    margin: 231px auto 0;
}
.activite-choice{
    width: 814px;
    height: 462px;
    position: fixed;
    left:50%;
    top: 50%;
    margin: -181px 0 0 -407px;
    z-index: 3010;
    display: none;
    background: url(../img/actvite-gold-bg5.png) no-repeat;
}
.activite-choice-comm{
    width: 760px;
    margin: 0 27px;
    padding-top: 44px;
    position: relative;
}
.activite-choice-comm .quits-btn{
    top: -58px;
}
.activite-choice-comm .choiceBox{
    padding: 70px 0 0 36px;
    width: 690px;
}
.activite-choice-comm .choiceItems li{
    width: 229px;
    float: left;
    text-align: center;
    height: 173px;
    position: relative;
}
.activite-choice-comm .choiceItems li:hover{
    cursor: pointer;
}
.activite-choice-comm .choiceItems li h2{
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 21px;
}
.activite-choice-comm .money-box{
    margin-top: 30px;
}
.activite-choice-comm .money-box span{
    font-size: 20px;
    color: #fc666f;
    line-height: 17px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.activite-choice-comm .money-box .count2{
    font-size: 18px;
}
.activite-choice-comm .money-box .count3{
    font-size: 16px;
}
.activite-choice-comm .choiceItems li h3{
    font-size: 16px;
    color: #c0c2c9;
    line-height: 16px;
    text-decoration: line-through;
    margin-top: 10px;
}
.activite-choice-comm .choiceItems li p{
    font-size: 16px;
    color: #94959d;
    line-height: 16px;
    margin-top: 20px;
}
.activite-choice-comm .choiceItems li.selected .tringle{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/top-selected.png) no-repeat;
}
.actvite-gold-bg6 .member-kinds-btn{
    margin-top: 76px;
}
.activite-choice-comm .choiceItems li.selected h2,.activite-choice-comm .choiceItems li:hover h2{
    color: #b89145;
}
.activite-choice-comm .choiceItems li.selected p,.activite-choice-comm .choiceItems li:hover p{
    color: #b89145;
}

.activite-choice-comm .choiceItems li.selected.first{
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.activite-choice-comm .choiceItems li.selected.third{
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
.activite-choice-comm .choiceItems li.second{
    border-left: 1px solid #dfc385;
    border-right: 1px solid #dfc385;
}
.activite-choice-comm .subclassBox{
    margin: 19px 0 21px 35px;
    width: 690px;
    position:relative;
}
.activite-choice-comm .subclassBox .absolt-sepcial{
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    font-size:14px;
    color:#999999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position:absolute;
    top:0px;
    left:120px;
    z-index:10;
    background:#ffffff;
    text-align:center;
    cursor:pointer;
}
.activite-choice-comm .subclassBox .business{
    width: 120px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}
.subclassBox .subclassItems li{
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfc385;
    background: #ffffff;
    float: left;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    margin-right: 10px;
}
.subclassBox .subclassItems li.selected{
    background: #f9f3e7;
}
.subclassBox .subclassItems li:hover{
    background: #f9f3e7;
}
.activite-choice-comm .choiceItems li.selected{
    background: #f9f3e7;
}
.activite-choice-comm .choiceItems li:hover{
    background: #f9f3e7;
}
.subclassBox .subclassItems li:hover{
    cursor: pointer;
}
.subclassBox .subclassItems li a{
    font-size: 14px;
    color: #966f29;
    line-height: 30px;
    display: inline-block;
}
.subclassBox .subclassItems li.selected a{
    color: #966f29;
}
.subclassBox .subclassItems li.selected .tringle{
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/bottom-selected.png) no-repeat;
}
.subclassBox .datess{
    font-size: 14px;
    color: #966f29;
    line-height: 32px;
    background: url(../img/notice-icon.png) left center no-repeat;
    float: left;
    text-indent: 18px;
    margin-left: 20px;
}
.activite-apply{
    padding: 24px 0 0 102px;
}
.activite-apply .agree{
    font-size: 12px;
    color: #c39950;
    line-height: 46px;
    margin-right: 30px;
}
.activite-apply .agree .xy{
    color: #aa8544;
    font-weight: bold;
    cursor: pointer;
}
.activite-choice-comm .choiceItems li h2.formal{
    margin-top: 30px;
}
.activite-choice-comm .money-box.formal{
    margin-top: 40px;
}
.activite-choice-comm .choiceItems li p.formal{
    margin-top: 14px;
}
/*底部横符*/
.activite-crossbar{
    height: 100px;
    width: 100%;
    min-width: 1200px;
    background: rgba(0,0,0,0.9);
    position: fixed;
    bottom: 0px;
    left:0px;
    z-index: 1000;
    display:none;
}
.activite-crossbar .crossbar-footter{
    width: 1008px;
    height: 100px;
    background: url(../img/crossbar-bg.png) no-repeat;
    margin: 0 auto;
    position: relative;
}
.activite-crossbar .crossbar-btn{
    width: 220px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 25px;
    cursor: pointer;
    background: url(../img/bottom-active.gif) no-repeat;
}
.choiceItems .choice-tringle{
    position: absolute;
    width: 8px;
    height: 8px;
    display: inline-block;
    top: 8px;
}
.choiceItems .left-tringle{
    background: url(../img/left-tringle.png) no-repeat;
    left: 8px;
}
.choiceItems .right-tringle{
    background: url(../img/right-tringle.png) no-repeat;
    right: 8px;
}


