@charset "utf-8";

body{ background-color: #f5f5f5; }

.wrap { max-width: 640px; margin: 0 auto; position: relative; overflow-x: hidden; table-layout: fixed; word-break: break-all;margin-bottom: 70px; }
.head_fixed{ width: 100%; max-width: 640px; position: fixed; left: 50%; top: 0; z-index: 99; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.foot_fixed{ width: 100%; max-width: 640px; position: fixed; left: 50%; bottom: 0; z-index: 99; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.head_fixed ~ .main{ padding-top: 40px;}
.foot_fixed ~ .main{ padding-bottom: 45px;}
.last-bb .bb:last-child{ border-bottom: none; }
.col_own{ color: #ffae00; }
.bg_own{ background-color: #1b338a; }

/*flex垂直对齐列表*/
.m-list-flex{ display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.m-list-flex .m-cell-bd{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: hidden; }
.m-list-flex_strentch{ display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: justify; -webkit-align-items: justify; align-items: justify; }
.m-list-flex_strentch .m-cell-bd{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: hidden; }
.align-top{align-self: flex-start;}
.wrap-flex{ display: -webkit-box;display: -webkit-flex;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; width: 100%;min-height: 100vh; }
.wrap-flex .main{ width: 100%;-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.w100{width:100%}

/* flex组件 - 箭头 */
[class^="m-arrow-"] .m-cell-rt:after,[class*="m-arrow-"] .m-cell-rt:after{ display: inline-block; height: 10px; width: 10px; border-width: 1px 1px 0 0; border-color: #c8c8c8; border-style: solid; position: absolute; top: 50%; right: 2px; }
.m-arrow-right .m-cell-rt,.m-arrow-down .m-cell-rt,.m-arrow-up .m-cell-rt{ padding-right: 13px; position: relative; }
.m-arrow-right .m-cell-rt:after{ content: " "; -webkit-transform: matrix(.71,.71,-.71,.71,0,0); transform: matrix(.71,.71,-.71,.71,0,0); margin-top: -4px; }
.m-arrow-down .m-cell-rt:after{ content: " "; -webkit-transform: matrix(-.71,.71,-.71,-.71,0,0); transform: matrix(-.71,.71,-.71,-.71,0,0); margin-top: -7px; }
.m-arrow-up .m-cell-rt:after{ content: " "; -webkit-transform: matrix(.71,-.71,.71,.71,0,0); transform: matrix(.71,-.71,.71,.71,0,0); margin-top: -3px; }

/*富文本编辑器*/
.m-editor img{ display: block; max-width: 100%!important; height: auto; margin-left: auto; margin-right: auto;}
.wrap-flex{ display: -webkit-box;display: -webkit-flex;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; width: 100%;min-height: 100vh; }
.wrap-flex .main{ width: 100%;-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
button{outline:none;border:none;}

/*1.1首页*/
.brodcast_banner{padding:15px 12px;background-color: #fff;}
.brodcast_banner_inner{padding:0 12px;border-radius:20px;-webkit-border-radius:20px;background-color: #f5f5f5;}
.brodcast_banner_inner i{display: block;width:22px;height:20px;}
.brodcast_banner_inner .m-cell-bd{padding-left:10px;font-size:14px;color:#000;height:24px;overflow: hidden;}
.brodcast_banner_inner .m-cell-bd b{font-weight: normal;color: #ec3d48;}
.index_tabs {background-color: #fff;}
.index_tabs li{float:left;width:25%;margin-bottom:15px;}
.index_tabs li a{display:block;text-align: center;font-size: 14px;color:#000;}
.index_tabs li a i{position:relative;display:block;margin:0 auto 7px;width: 30px;height:30px;background-repeat: no-repeat;background-size: 100% auto;background-position: center;}
.index_tabs li a i.i1{background-image: url(../images/ind1.png);}
.index_tabs li a i.i2{background-image: url(../images/ind2.png);}
.index_tabs li a i.i3{background-image: url(../images/ind3.png);}
.index_tabs li a i.i4{background-image: url(../images/ind4.png);}
.index_tabs li a i.i5{background-image: url(../images/ind5.png);}
.index_tabs li a i.i6{background-image: url(../images/ind6.png);}
.index_tabs li a i.i7{background-image: url(../images/ind7.png);}
.index_tabs li a i.i8{background-image: url(../images/ind8.png);}
.m-tag{ position: relative; overflow: hidden; }
.m-tag-item{ display: block; width: 100px; height: 8px; background-color: #ff7e15; line-height: 8px; text-align: center; font-size: 6px; font-weight:normal;color: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 4px; right: -42px; z-index: 9; }
.m-tag-item.tag-bg1{ background-color: #f23c2f; }
.m-tag-item.tag-bg2{ background-color: #ff7e15; }
.item_pic{position:absolute; top: 0px; right:0; z-index: 9;width:28px;height:29px;}
.hot_index_cards_wrap{padding:15px;background-color: #fff;}
.hot_index_cards_tit{line-height:20px;}
.hot_index_cards_tit span{color:#010101;font-weight:bold;letter-spacing: 1px;}
.hot_index_cards_tit i{color:#a4a4a4;}
.hot_index_cards_tit:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background-color: #fdd000;}
.hot_index_cardsex a{display: block;float: left;width:20%;text-align: center;}
.hot_index_cardsex a .pic-view_check{width:40px;height:40px;margin:0 auto 10px;}
.hot_index_cardsex a i{display: block;margin:10px auto;width:40px;height:40px;border-radius: 50%;-webkit-border-radius: 50%;border:1px solid #e4e4e4;}
.hot_index_cardsex a.active i{border:1px solid #fdd000;box-shadow:0 0 10px 3px #fff2ed;-webkit-box-shadow:0 0 10px 3px #fff2ed;}
.check_bank_icon{position:absolute;top:-1px;right:-1px;z-index:9;width:15px;height:15px;box-shadow:1px 1px 5px #fff2ed;-webkit-box-shadow:1px 1px 5px #fff2ed;}
.loan-list li{padding:10px 15px 0;background: #fff;border-bottom:1px solid #f1f1f1;}
.loan-list-top .loan-left i{display:inline-block;margin-right:2px;width:17px;height:17px;vertical-align:middle;margin-top:-3px;background-repeat:no-repeat;background-size:cover;background-position:center;border:1px solid #e1e1e1;border-radius: 50%;-webkit-border-radius: 50%;}
.loan-list-top .loan-left b{font-size: 14px;}
.loan-list-top .loan-left span{display:inline-block;margin-left:2px;vertical-align:middle;margin-top:-3px;line-height:14px;padding:0 3px;border:1px solid #ff6c00;font-size: 10px;}
.loan-list-top .loan-left .ma_high{border-color:#ff6c00;color:#ff6c00;}
.loan-list-top .loan-left .easy_passed{border-color:#0fab4a;color:#0fab4a;}
.loan-list-top .loan-right:after{content: "";display:inline-block;vertical-align:middle;margin-top:-3px;margin-left:1px;border: 3px solid #9f9f9f;border-bottom: none;border-left-color:transparent;border-right-color: transparent;}
.loan-list-top .loan-right img{width:29px;height:auto;vertical-align: middle;/*margin-top:0px;*/}
.loan-list-top .loan-right span{font-size: 11px;color:#ff4122;}
.loan-list-body{padding:15px 0;}
.loan-list-body .loan-list-body-left{width:40%;padding-right:12px;border-right:1px solid #e1e1e1;}
.loan-list-body .loan-list-body-left p{margin-bottom:10px;font-size: 18px;color:#ec3d48;}
.loan-list-body .loan-list-body-left i{font-size: 12px;}
.loan-list-body .loan-list-body-right{position:relative;padding-left: 12px;}
.loan-list-body .loan-list-body-right p{color:#8c8c8c;font-size: 12px;}
/*.loan-list-body .loan-list-body-right a{position: absolute;right:0;top: 50%;margin-top:-14px;padding:4px 12px;border:1px solid #c6c6c6;color:#ec3d48;font-size: 11px;}*/
.apply_loan_btn{position: absolute;right:0;top: 50%;/*margin-top:-14px;*/transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.apply_loan_btn a{display:block;/*padding:2px 8px;*/width:70px;text-align:center;line-height:22px;color:#fff;font-size: 12px;border:1px solid #a5a5a5;color:#ec3d48;/*background-color: #ec3d48;border-radius:3px;-webkit-border-radius:3px;*/}
/*.apply_loan_btn a.btn2{background-color: #fdd000;}*/

/*1.2.1积分兑换*/
.pre_telephone{background-color: #ffefe1;border-radius:20px;-webkit-border-radius:20px;line-height:30px;padding:0 12px;}
.calculate_wrap .m-cell-bd{background-color:#f5f5f5;border-radius:20px;-webkit-border-radius:20px;}
.calculate_wrap .m-cell-bd .form-unify{padding-left:45px;padding-top:5px;padding-bottom:5px;background-image: url(../images/q1.png);background-repeat: no-repeat;background-size:20px auto;background-position:15px  center;}
.calculate_wrap .m-cell-bd .form-unify::-webkit-input-placeholder{color: #999999;font-size: 13px;}
.calculate{margin-left:10px;font-size:13px;display: block;width:20%;line-height:28px;border:1px solid #a5a5a5;border-radius:20px;-webkit-border-radius:20px;}
.about_rmb_wrap{height:30px;line-height:30px;font-size:13px;padding-left:45px;color:#000;font-size: 13px;background-color:#f5f5f5;border-radius:20px;-webkit-border-radius:20px;background-image: url(../images/q2.png);background-repeat: no-repeat;background-size:20px auto;background-position:15px  center;}
.about_rmb_wrap i{margin:0 3px;color:#ff3844;}
.pehand i{color:#ff3844;}
.imt_cdbtn_wrap{padding:25px 12px 15px;width:100%;}
.imt_cdbtn{display:block;text-align:center;line-height:42px;background-color: #fdd000;border-radius:20px;-webkit-border-radius:20px;letter-spacing: 2px;box-shadow: 0 3px 15px #fff5c9;-webkit-box-shadow: 0 3px 15px #fff5c9;font-weight:bold;}

/*1.2.2兑换步骤*/
.canmen{padding:12px;background-color: #fff;}
.canmen b{color:#ff3844;font-weight: normal;}
.canmen a{color:#fdd000;text-decoration: underline;}
.block_table .tit{height:30px;line-height: 30px;background-color: #faebd3;}
.block_table_list li{padding:10px 0; font-size: 12px;color:#333;text-align: center;}
.block_table_list li:nth-of-type(2n){background-color: #f5f5f5;}
.after_conv{color:#ff3844;font-size: 13px;}
.logis{padding:10px;font-size: 14px;background: #fff;color:#666;}
.log-wrap{margin-top:8px;background-color: #fff;padding-left:65px;}
.log-wrap li{position:relative;padding:10px 20px 10px 0;color:#000;font-size:13px;}
.log-wrap li i{color:#ff3844;}
.log-wrap li.now p:first-child{color:#000;}
.log-wrap li:before{content: "";position:absolute;left:-30px;top:0;width:0;height:100%;border-right:2px dashed #faebd3;}
.log-wrap li:after{ content: attr(tip-word);position:absolute;left:-44px;top:10px;width:30px;height:30px;line-height:30px;text-align:center;background-color:#fdd000;border-radius:50%;-webkit-border-radius:50%;font-size: 14px;color:#000;}
.log-wrap li:first-child:before{height:50%;top:50%;}
.log-wrap li:last-child:before{height:30%;top:0;}
.prced_bottom {background-color: #fff;box-shadow: 0 -2px 10px #ececec;-webkit-box-shadow: 0 -2px 10px #ececec;}
.prced_bottom a{height:42px;line-height:42px;}
.prced_bottom .a1{width:30%;color:#999;font-size:13px;text-align: center;}
.prced_bottom .a1:before{content:"";display: inline-block;vertical-align: middle;margin: -3px 5px 0 0;width:16px;height:14px;background-image: url(../images/bz.png);background-repeat: no-repeat;background-size: 100% auto;background-position: center;}
.prced_bottom .a2{background-color: #fdd000;color:#000;letter-spacing: 3px;text-align: center;font-weight:bold;}

/*弹窗*/
.bg-pop{position:fixed;z-index:99;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.5);cursor:pointer;}
.code_ad_friend{position:fixed;left:0;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);z-index:100;padding:0 12px;}
.code_ad_friend_inner{position:relative;padding:15px 0;background-color:#fdf2e0;max-width:380px;border:4px solid #fff;margin:auto;}
.code_ad_friend_inner .codd{width:150px;height:150px;margin-top:20px;margin-bottom:10px;}
.close_btn{position:absolute;top:15px;right:15px;width:20px;height:20px;}

/*1.2.3报单*/
/*弹窗*/
.standard_iluu_wrap{position:fixed;left:0;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);z-index:100;padding:0 12px;}
.standard_iluu{position:relative;padding:15px 15px 35px;background-color:#fff;max-width:380px;margin:auto;}
.standard_iluu h2{font-weight:bold;}
.standard_iluu >img{margin-top:30px;}
.serious_m{padding:8px 15px;background-color: #faebd3;}
.serious_m i{display:block;width:20px;height:23px;}
.serious_m .m-cell-bd{padding-left:10px;color:#ec3d48;font-size: 13px;}
.acion_form_wrap{padding:15px;}
.thousand_list {margin-top:10px;margin-bottom:15px;}
.thousand_list a{display:block;float:left;margin-right:10px;margin-bottom:10px;padding:0 10px;line-height:25px;background-color: #f5f5f5;color:#333;font-size: 14px;border-radius:20px;-webkit-border-radius:20px;}
.thousand_list a.active{background-color: #fdd000;color:#010101;}
.see_pop{font-size: 14px;color:#ec3d48;}
.see_pop:before{content:"";display: inline-block;vertical-align: middle;margin:-3px 5px 0 0;width:15px;height:15px;background-image: url(../images/ss.png);background-repeat: no-repeat;background-size: 100% auto;background-position: center;}
.multi-upload .upload-img{ float: left; width: 90px; height: 90px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: relative;}
.multi-upload .upload-close{ display: block; width: 16px; height: 16px; background-color: rgba(0,0,0,0.5); position: absolute; top: -5px; right: -5px;}
.multi-upload .upload-close:before,.multi-upload .upload-close:after{ content: ""; display: block; width: 60%; height: 2px; background-color: #fff; position: absolute; top: 50%; margin-top: -1px; left: 20%; }
.multi-upload .upload-close:before{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.multi-upload .upload-close:after{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.multi-upload .upload-file{ float: left; width: 90px; height: 90px; /*border: 1px #e3e3e3 dashed;*/ position: relative;background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
/*.multi-upload .upload-file:before,.multi-upload .upload-file:after{ content: ""; display: block; width: 50%; height: 2px; background: #e3e3e3; position: absolute; top: 50%; margin-top: -1px; left: 25%; }*/
/*.multi-upload .upload-file:after{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }*/
.multi-upload .upload-file input[type=file]{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; -webkit-tap-highlight-color: rgba(0,0,0,0);}
.textarea{background-color: #f5f5f5;color:#999;font-size: 13px;height:90px;padding:5px 10px;}
.textarea::-webkit-input-placeholder{color: #999999;font-size: 13px;}

/*2.2注册*/
.reg_form{padding:25px 12px;}
.reg_form li{padding:0 12px;background-color: #f5f5f5;margin-bottom: 10px;border-radius:20px;-webkit-border-radius:20px;}
.reg_form li i{display:block;width:19px;height:19px;}
.reg_form li .form-unify{font-size:13px;color:#000;}
.reg_form li .form-unify::-webkit-input-placeholder{font-size: 13px;color:#999;}
.who_reco{font-size:13px;color:#000;}
.achieve_ma{color:#ff3844;font-size: 13px;width:70px;text-align: center;}
.wrap_bot_btn{padding:15px 12px;width:100%;}
.wrap_bot_btn button{display: block;width:100%;color:#fff;line-height:42px;background-color: #FDD001;text-align: center;font-weight:bold;letter-spacing:3px;box-shadow:3px 3px 10px #fff5c9;-webkit-box-shadow:3px 3px 10px #fff5c9;border-radius:20px;-webkit-border-radius:20px;}

/*2.3注册成功*/
.suc-top{padding:25px 0 30px;}
.suc-top .pic-view{width:62px;height:62px;margin:auto;}
.suc-top p{margin-top:10px;text-align: center;font-size:13px;color:#0c0d0e;}
.mid-wo-wrap{padding:0 10px;}
.mid-wo{padding:25px 25px 15px 22px;background-color: #fff;font-size: 13px;color:#0c0d0e;text-align:center}
.mid-wo p{margin-bottom:10px;}
.gz{margin-top:15px;font-size:13px;color:#0c0d0e;padding-left:10px;line-height:2;}
.wrap-code-xl{padding:0 10px;}
.code-xl {padding:10px 15px;background-color: #fff;}
.code-xl .pic-view{width:120px;height:120px;}
.code-xl .m-cell-bd{align-self:flex-start;color:#a4a4a4;font-size:12px;padding-left:10px;}
/*.bt-btn-wrap{position:fixed;bottom:0;left:0;width:100%;padding:10px;background: #fff;z-index:2}
.bt-btn-wrap a{display:block;width:100%;background: #ffd54b;text-align: center;line-height:32px;font-size:13px ;color:#000;border-radius:5px;-webkit-border-radius:5px;}*/

/*5.5.1代理升级*/
.kinds_mem{padding:20px 20px 0;background-color: #1b1b1b;}
.kinds_mem >.pic-view{width:100%;padding-top:36.4%;background-repeat: no-repeat;background-size: 100% auto;background-position: center top;border-radius:20px 20px 0 0 ;-webkit-border-radius:20px 20px 0 0;}
.ind_proxy_head{position:absolute;top:20px;left:0;width:100%;padding:0 15px;}
.ind_proxy_head .pic-view{width:70px;height:70px;border:4px solid #333;border-radius:50%;-webkit-border-radius:50%;}
.ind_proxy_head .m-cell-bd h2{font-size: 13px;color: #fdd000}
.ind_proxy_head .m-cell-bd h3{font-size: 11px;color: #ffffff}
.type_mems{position:absolute;bottom:0;left:0;width:100%;z-index: 4;padding:8px;background-color: #1b1b1b;transform: translate(0,100%);-webkit-transform: translate(0,100%);}
.type_mems i{float:left;margin-right:5px;width: calc((100% - 5px*3)/4);border:1px solid #fff;color:#fff;border-radius:3px;-webkit-border-radius:3px;text-align: center;line-height:30px;}
.type_mems i:last-child{margin-right:0;}
.table_price{margin-bottom:15px;}
.table_price h3{background-color: #faebd3;text-align: center;font-weight:bold;line-height:30px;border-right:1px solid #eadeca;border-left:1px solid #eadeca;}
.real_table_lay{width:100%;border:1px solid #eadeca;border-top:none;}
.real_table_lay th{line-height:34px;font-size: 12px;color:#585d66;border-right:1px solid #eadeca;}
.real_table_lay tr td{text-align: center;padding:10px 2px;font-size: 12px;color:#333333;border-right:1px solid #eadeca;}
.real_table_lay tr th,.real_table_lay  tr td{width:18%;}
.real_table_lay tr th:first-child,.real_table_lay  tr td:first-child{width:10%;}
.real_table_lay  tr:nth-of-type(2n){background-color: #f5f5f5;}
.imt_cdbtn_wrap_fixed{position:fixed;padding:15px 12px;background-color: #fff;z-index:10;width: 100%;left:0;right:0;max-width:640px;margin:auto;bottom:0;}
.imt_cdbtn{display:block;text-align:center;line-height:42px;background-color: #fdd000;border-radius:20px;-webkit-border-radius:20px;letter-spacing: 2px;box-shadow: 0 3px 15px #fff5c9;-webkit-box-shadow: 0 3px 15px #fff5c9;font-weight:bold;}

/*1.3.1办信用卡*/
.card-body > li{padding:0 15px;}
.card-body > li .m-arrow-right{padding:10px 12px;border-bottom: 1px solid #e1e1e1;}
.card-body > li span{color:#3b3b41;font-size: 14px;}
.card-body ol li{float:left;margin-right:5px;margin-bottom:5px;width:calc((100% - 5px)/2);box-shadow: 0 0 5px 5px #f5f5f5;-webkit-box-shadow: 0 0 5px 5px #f5f5f5;border-radius:5px;-webkit-border-radius:5px;}
.card-body ol li:nth-of-type(2n){margin-right:0;}
.card-body ol li a{padding:10px 12px;}
.card-body ol li .m-cell-bd{padding-right:10px;}
.card-body ol li h3{font-size: 14px;color:#333;}
.card-body ol li p{font-size: 11px;color:#747474;}
.card-body ol li .pic-view{width:65px;height:40px;border-radius: 5px;-webkit-border-radius: 5px;}

/*第二部分*/
.card-body > li.li2 ul {padding-top:0 0 10px;}
.card-body ul li{float:left;width:calc((100% - 15px*2)/3);margin-right:15px;margin-bottom:10px;padding:0 9px;box-shadow: 0 0 5px 5px #f5f5f5;-webkit-box-shadow: 0 0 5px 5px #f5f5f5;border-radius:5px;-webkit-border-radius:5px;}
.card-body ul li:nth-of-type(3n){margin-right:0;}
.card-body ul li a{display:block;}
.card-body ul .li2-middle-top{position:relative;padding:10px 0;border-bottom:1px solid #e1e1e1;}
.card-body ul .li2-middle-top .pic-view{width:65px ;height:65px;margin:auto;}
.card-body ul .li2-middle-top .to-middle{position:absolute;z-index:9;bottom:0;left:50%;-webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%);white-space: nowrap;text-align: center;}
.card-body ul .li2-middle-top .to-middle span{display:inline-block;margin-right:2px;font-size:11px;color:#fff;white-space: nowrap;background-color:#fc4321;padding:0 3px;}
.card-body ul .li2-middle-top .to-middle span:last-child{margin-right:0;}
.card-body ul .li2-middle-mid{padding:15px 0 10px 0}
.card-body ul .li2-middle-mid h4{font-size: 14px;color:#333;text-align: center;}
.card-body ul .li2-middle-mid p{font-size:10px;color:#999;text-align: center;min-height:40px;}
.card-body ul .li2-middle-bot{border-top: 1px dotted #e1e1e1;cursor: pointer;text-align: center}
.card-body ul .li2-middle-bot:after{content: "";display:inline-block;position: absolute;right: 0;top:9px;border: 3px solid #9f9f9f;border-bottom: none;border-left-color:transparent;border-right-color: transparent;}
.card-body ul .li2-middle-bot span{display:inline-block;vertical-align:middle;margin-top:-1px;width:29px;height:10px;background-image: url(../images/jiangjin3.png);background-repeat:no-repeat;background-size:100% 100%;background-position:center;}
.card-body ul .li2-middle-bot i{display:inline-block;font-size: 11px;color:#ff4122;padding-right:6px;}

/*下面一部分*/
.card-bottom{padding:12px 0;background: #fff;}
.card-bottom .table-cell{text-align: center;}
.card-bottom .pic-view{margin:auto;width:50px;height:50px;background-image: url(../images/ser-pro.png);background-repeat:no-repeat;background-size:100% auto;background-position:center;border:1px solid #f1534a;border-radius: 50%;-webkit-border-radius: 50%;}
.card-bottom .pic-view.pic2{background-image: url(../images/save-money.png);border-color:#f2933a;}
.card-bottom h3{margin-top:5px;font-size: 12px;font-weight: bold;}
.card-bottom p{margin-top:5px;color:#666;font-size: 11px;}

/*1.3.1办信用卡改轮播*/
.ban-row .pic-view{width:185px;height:115px;border-radius:10px;-webkit-border-radius:10px;}
.align-top{align-self: flex-start;}
.ban-row h3{font-weight:bold;}
.aplnow{display:block;text-align:center;border-radius: 5px;-webkit-border-radius: 5px;background-color: #ffae00;color:#fff;padding: 5px 30px;position: absolute;bottom: 6px}
.h-list-flex{ display: -webkit-box;display: -webkit-flex;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: justify; justify-content: justify; /*-webkit-box-align: flex-start; -webkit-align-items: flex-start; align-items: flex-start;*/ width: 100%; }
.h-list-flex .h-cell-bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}

/*1.3.2弹框*/
.pop-under{position:fixed;z-index:199;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.4);cursor:pointer;}
.card-pop{position:fixed;z-index:200;top:50%;left:50%;min-width:300px;width:80%;max-width:400px;padding:30px 15px 20px;background:#fff;border-radius:5px;-webkit-border-radius:5px;transform: translate(-50%,-70%);-webkit-transform: translate(-50%,-70%);}
.card-pop .table{background-color:#f2f2f2;}
.card-pop .table-cell{text-align:center;padding:7px 0;}
.pop-bottom2 {padding-top:10px;line-height:1.6;font-size: 14px;border-top:1px dashed #e1e1e1;}
.pop-bottom2  p{color:#333;}
.pop-bottom2 span{color:#666;font-size: 14px;}
.close-btn{position:absolute;right:8px;top:5px; width: 20px; height: 20px;}
.close-btn:before,.close-btn:after{ content: ""; display: block; width: 60%; height: 1px; background-color: #ababab; position: absolute; top: 50%; margin-top: -1px; left: 20%; }
.close-btn:before{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.close-btn:after{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }

/*1.3.3办信用卡详情*/
.diffrent_bot{padding:7px 10px;box-shadow:0 -3px 10px rgba(0,0,0,.1);-webkit-box-shadow:0 -3px 10px  rgba(0,0,0,.1);}
.diffrent_bot i{display: block;margin: 0 auto 0;width:25px;height:25px;background-position: center;background-size: 100% auto;background-repeat: no-repeat;}
.diffrent_bot .aleft:first-child i{background-image: url(../images/promt.png);}
.diffrent_bot .aleft2 i{background-image: url(../images/guiding.png);}
.diffrent_bot .aleft{width:20%;}
.diffrent_bot .aleft:first-child{border-right: 1px solid #dadada;}
.icbc_to_apply a{display:block;background-color: #FDD001;color:#fff;letter-spacing:3px;line-height:40px;border-radius:20px;-webkit-border-radius:40px;font-weight:bold;}

/*1.3.4填写资料*/
.must_warning{padding-left:23px;}
.fill-msg_box{padding:0 10px;}
.fill-msg{border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;}
.fill-msg li{border-radius:20px;-webkit-border-radius:20px;background-color: #f5f5f5;padding:0 12px;margin-bottom:10px;}
.fill-msg li:last-child{margin-bottom: 0;}
.log_icon{display:block;width:20px;height:20px;}
.btn_confm{display:block;color:#ff3844;width:90px;line-height:26px;text-align: center;font-size: 13px;}
.m-agree{ display: block; padding: 10px; text-align: center}
.m-agree .agree-main:before{content: ""; display: inline-block; width: 13px; height: 13px; vertical-align: middle; margin-top: -3px; margin-right: 10px; border: 1px #d3d3d3 solid; border-radius: 3px;-webkit-border-radius: 3px;}
.m-agree .weui-check:checked + .agree-main:before{content:"✔"; text-align: center; line-height: 11px; font-size: 11px; color: #ff3844;}
.m-agree .agree-main a{ color: #00a0e2; pointer-events: auto; }
.save_yellow_bot_wrap{position:fixed;padding:15px 12px;background-color: #fff;z-index:10;width: 100%;left:0;right:0;max-width:640px;margin:auto;bottom:0;}
.save_yellow_bot{display:block;width:100%;text-align:center;line-height:42px;color:#fff;background-color: #FDD001;border-radius:20px;-webkit-border-radius:20px;letter-spacing: 2px;box-shadow: 3px 5px 12px rgba(253,208,0,.3);-webkit-box-shadow: 3px 5px 12px rgba(253,208,0,.3);font-weight:bold;}

/*1.3.5选择申请人信息*/
.add-list li{position:relative;margin-bottom:10px;padding: 5px 0;border-radius:5px;-webkit-border-radius:5px;background-color: #fdd000;overflow:hidden;}
.add-list li .m-cell-bd{padding:5px 12px;font-size: 14px;}
.add-list li .m-cell-bd p{line-height: 2;}
.m-check{align-self: flex-start;}
.m-check .check-main:before{content: ""; display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin-top: -3px; margin-right: 5px; border: 1px #fff solid; -webkit-border-radius: 50%; border-radius:50%;}
.m-check .weui-check:checked + .check-main:before{ content:""; background-image: url(../images/gou.png);border:none;background-position: center center;background-repeat:no-repeat;background-size:cover;}
.m-check .check-main { color: #fff; }
.add-apply-info{display:block;font-size: 13px;color:#666;text-align: center;line-height:38px;border-radius:30px;-webkit-border-radius:30px;background-color: #f5f5f5;}
.add-apply-info i{font-size: 16px;margin-right:7px;}

/*1.3.6确认信息申请*/
/*弹窗*/
.pop-confirm-msg-wrap{position:fixed;z-index:200;bottom:0;left:0;width:100%;background: #fff;}
.pop-confirm-msg h3{padding:0 12px;line-height:48px;font-size: 15px;border-bottom: 1px solid #e7e7e9;}
.pop-confirm-wrap{padding: 10px 12px;}
.pop-confirm-wrap p{font-size: 14px;line-height:2;color:#000;}
.con-choose-btn-wrap{padding:12px;}
.con-choose-btn-wrap a{float: left;width:calc((100% - 70px)/2);line-height:42px;margin-right:70px;text-align:center;font-size:14px;border-radius: 50px;-webkit-border-radius: 50px;background:#dcdcdc;}
.con-choose-btn-wrap a.a2{margin-right:0;background-color: #fdd000;}
.chane{position:absolute;top:16px;right:15px;width:16px;height:16px;}

/*1.4.2贷款资料*/
.un-vip-det{background: #fff;}
.det-top{padding:10px 10px 20px;}
.det-top{border-bottom:1px solid #e1e1e1;}
.det-top .det-top-left{align-self:flex-start;width:45px;height:45px;background-repeat:no-repeat;background-size:32px auto;background-position:center center;border:1px solid #ededed;border-radius: 5px;-webkit-border-radius: 5px;}
.det-top .m-cell-bd{padding-left:10px;}
.det-top .m-cell-bd h2{font-size: 16px;}
.det-top .m-cell-bd p{margin-top:5px;line-height:2;font-size: 12px;color:#666;}
.det-bottom{padding:10px;}
.det-bottom ul li{float:left;width: 50%;font-size: 12px;color:#333;margin-bottom:5px;}
.what_loank {padding:0 10px 10px}
.what_loank h5{color:#111;}
.vip-application{margin-top:7px;padding-left:10px;background: #fff;}
.vip-application h4{border-bottom: 1px solid #e1e1e1;font-size: 14px;line-height:36px;}
.vip-application-con{padding:10px 0 ;line-height: 2;font-size: 12px;color:#666;}
.ap_proc{line-height:1.8;}

/*1.5.1保险*/
.insurance_wrap{padding:0 12px;}
.isur_type{text-align: center;background: #fff;}
.isur_type a{font-size: 15px;color:#909090;padding:10px 5px;}
.isur_type a.active span{display:inline-block;color:#000;}
.ensure-type{background-color: #fff;}
.ensure-type li{position:relative;}
.ensure-type li a{border-bottom:1px solid #ececec;padding: 10px;}
.ensure-type li .po-tip{position:absolute;z-index:9;top:15px;right:10px;font-size: 11px;color:#ff4122;}
.ensure-type li .po-tip:after{content: "";display:inline-block;vertical-align:middle;margin-top:-3px;margin-left:3px;border: 3px solid #9f9f9f;border-bottom: none;border-left-color:transparent;border-right-color: transparent;}
.ensure-type li .po-tip b{display:inline-block;vertical-align: middle;margin:-3px 3px 0 0;width:29px;height:10px;}
.ensure-type li a .m-cell-bd{padding-left:10px;}
.ensure-type li a .pic-view{width:75px;height:60px;}
.ensure-type li a .m-cell-bd h2{margin-bottom:2px;padding-right:64px;color:#303030;font-size: 15px;/*font-weight:bold;*/}
.ensure-type li a .m-cell-bd h2 span{border-radius:3px;-webkit-border-radius:3px;margin-right:5px;background-color:#ff4122;color: #fff;font-size: 11px;padding:1px 5px;}
.ensure-tip span{font-size: 13px;color:#666;padding:0 3px;line-height:1;}
.proce{margin-top:10px;}
.proce span{font-size:18px;color:#ec3d48;}
.proce span span{font-size: 12px;}
.proce  i{font-size:12px;color:#999;line-height:21px;}

/*2.1推广海报*/
.invite_share{padding: 15px 6% 0;}
.invite_share img{box-shadow:0 0 10px rgba(0,0,0,.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);}
.long_save{letter-spacing: 2px;}
.post_btn_num3{padding:15px 12px;}
.post_btn_num3 a{float:left;margin-right:18px;display: block;background: #fdd000;border-radius:50px;-webkit-border-radius:50px;color:#000;letter-spacing: 3px;text-align: center;line-height:42px;width:calc((100% - 18px*2)/3);font-weight:bold;-webkit-box-shadow: 0 6px 9px rgba(253,208,0,.22);box-shadow: 0 6px 9px rgba(253,208,0,.22);}
.post_btn_num3 a:last-child{margin-right:0;}

/*1.6.1进度查询*/
.tip-notice{padding: 10px 15px;font-size: 13px;color:#333;background: #fffdf3;border-top:1px solid #ffce59 ;border-bottom: 1px solid #ffce59;}
.tip-notice i{display:inline-block;vertical-align: middle;margin-top:-3px;margin-right:5px;width:12px;height:auto;}
.bank-list{margin-bottom:10px;padding-top:17px;background: #fff;}
.bank-list li{float:left;width:33.33%;padding-bottom:17px;}
.bank-list li a{display:block;text-align: center;font-size: 14px;color:#666;}
.bank-list li a .pic-view{margin:0 auto 7px;width: 50px;height:50px;border-radius: 50%;-webkit-border-radius: 50%;border:1px solid #e6e6e6;}

/*1.6.3查询结果*/
.ser-result-pop{position:fixed;z-index:200;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:310px;background:#fff;border-radius:5px;-webkit-border-radius:5px;}
.ser-result-pop h2{line-height:55px;font-size:18px;text-align: center;font-weight: bold;}
.ser-result-table .table-cell{padding:10px 0;}
.ser-result-table .contin{font-weight:bold;}
.col5{color:#555;}
.col-orange{color:#e80202;}
.ser-result-bottom{padding:15px 10px;}
.ser-result-bottom1 h4{margin-bottom:15px;font-size: 14px;color:#333;}
.ser-result-bottom1 ul li{float:left;width:33.33%;text-align: center;}
.ser-result-bottom1 ul li.active p{color:#24a1f5;}
.ser-result-bottom1 ul li i{display:block;width:50px;height:50px;margin:auto;background-image: url(../images/pic8.png);background-repeat:no-repeat;background-size:31px auto;background-position:center center;border:1px solid #e1e1e1;border-radius: 50%;-webkit-border-radius: 50%;}
.ser-result-bottom1 ul li .i1{background-image: url(../images/s1.png);}
.ser-result-bottom1 ul li .i2{background-image: url(../images/s2.png);}
.ser-result-bottom1 ul li .i3{background-image: url(../images/s3.png);}
.ser-result-bottom1 ul li.active .i1{border:1px solid #24a1f5;background-image: url(../images/s11.png);}
.ser-result-bottom1 ul li.active .i2{border:1px solid #24a1f5;background-image: url(../images/s22.png);}
.ser-result-bottom1 ul li.active .i3{border:1px solid #24a1f5;background-image: url(../images/s33.png);}
.ser-result-bottom1 ul li p{margin-top:5px;font-size: 12px;color:#454545;}
.ser-result-bottom2 {margin-top:10px;}
.ser-result-bottom2 h4{margin-bottom:5px;font-size: 14px;color:#333;font-weight:bold;}
.ser-result-bottom2 div{font-size: 12px;line-height:2;}
.ser-result-bottom2 div b{align-self: flex-start;}
.ser-result-bottom2 p{color:#666;}

/*3.1今日口子*/
.save-way-wrap{padding:0 10px 0 15px;}
.save-way{padding:10px 0;text-align:center;border-bottom:1px solid #e5e5e5;}
.save-way a{font-size: 15px;color:#909090;}
.save-way a.active span{display:inline-block;padding:2px 5px;color:#000;border-bottom:2px solid #ffb400;}
.save-list li{padding:12px 0;border-bottom: 1px solid #e1e1e1;}
.save-list li:last-child{border-bottom:none; }
.save-list li .pic-view{width:90px;height:72px;}
.save-list li .m-cell-bd{align-self:flex-start;padding-left:10px;padding-right:15px;}
.save-list li .m-cell-bd h3{font-size:15px;color:#303030;}
.save-list li .m-cell-bd p{margin-top:5px;font-size:13px;color:#666;}

/*3.2口子详情*/
.strategy-det{background: #fff;padding:10px 0;}
.strategy-det h1{font-size: 17px;padding:6px 12px;font-weight:bold;}
.det-tip{font-size: 13px;color:#878686;padding:0 12px;}
.strategy-det_in{line-height:1.7;padding:0 12px;}

/*5.1我的*/
.kinds_mem_cent >.pic-view{padding-top:43.75%;}
.dark_line{margin-top:-1px;height:2px;background-image: url(../images/dark_line.png);background-repeat: no-repeat;background-size: 105% 2px;background-position: center;}
.personal-center-bottom{padding:15px 20px;background-color: #000;}
.personal-center-bottom .table span{color:#fff;font-size: 12px;}
.personal-center-bottom .table1 h4 a{font-size:25px ;color:#fdd000;}
.personal-center-bottom .table2{margin-top:7px;}
.personal-center-bottom .table2 h4 a{font-size:16px ;color:#fdd000;}
.center-list{padding:10px 0}
.center-list li{float: left;width: 33.3%; margin:10px 0}
.center-list li a{display: block;text-align: center;font-size: 14px;color:#000;}
.center-list li a b{display: block;width:30px;height:30px;margin:0 auto 7px;}

/*5.2我的订单*/
.order-det-top{margin-bottom:10px;padding:12px 6px 8px;background: #fff;}
.order-det-top .table-cell i{display:block;width:30px;height:30px;margin:0 auto 7px;background-repeat:no-repeat;background-size:auto 60px;background-image: url(../images/my_odi.png);}
.order-det-top .table-cell p{text-align:center;font-size: 11px;color:#afafaf;}
.order-det-top .table-cell i.i1{background-position:1px 0;}
.order-det-top .table-cell i.i2{background-position:-39px 0;}
.order-det-top .table-cell i.i3{background-position:-77px 0;}
.order-det-top .table-cell i.i4{background-position:-111px 0;}
.order-det-top .table-cell i.i5{background-position:-147px 0;}
.order-det-top .table-cell.active i {background-position-y:-35px;}
.order-det-top .table-cell.active p{color:#454545;}
.ser-bar{padding:0 12px;background: #fff;}
.ser-bar input{font-size:12px ;padding-left:25px;background-image:url(../images/img6.png);background-repeat: no-repeat;background-position: left center;background-size: 15px auto;}
.ser-bar input.form-unify ::-webkit-placeholder{color:#bdbdbd;}
.ser-bar a{font-size: 13px;color:#FDD001;}
.order-state{text-align: center;background: #fff;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.order-state a span{display:inline-block; padding:10px 5px;font-size: 13px;color:#909090;}
.order-state a.active span{color:#000;border-bottom:2px solid #FDD001;font-weight:bold;}
.order-list li{position:relative;padding:12px 12px;border-bottom: 1px solid #e1e1e1;}
.order-list li .m-list-flex > p{align-self:flex-start;width:18px;text-align:center;line-height:1.2;padding:6px 0;font-size: 11px;color:#fff;background: #fdb900;}
.order-list li .m-cell-bd{padding-left:10px;}
.order-list li .m-cell-bd h3{position:relative;font-size: 12px;color: #000;}
.order-list li .m-cell-bd h3.apply{padding-right:70px;}
.order-list li .m-cell-bd h3.apply span{position:absolute;right:5px;color:red;font-size: 11px;}
.order-list li .m-cell-bd p{line-height:2;font-size: 11px;color:#6b6b6b;}
.n-btn{font-size: 11px;}
.n-btn .check-progress{float:right;margin-left:10px;text-align:center;border-radius:5px;-webkit-border-radius:5px;color:#fff;background-color:#36b2eb;line-height:22px;width:75px;cursor: pointer}
.n-btn .check-progress.btn2{background-color: #fdd000;color:#000;}
.n-btn .check-progress.btn3{background-color: #999;color:#fff;}

/*5.3.1收入明细*/
.top-wrap{padding:15px 0;background:url(../img/order_top_bg.png) no-repeat;color: white;}
.top-wrap .top{text-align: center;}
.top-wrap .top p{font-size: 11px;color:#b9b9b8;}
.top-wrap .top h2{font-size: 26px;color:#ffcc46;}
.top-wrap .bottom{margin-top:15px;text-align: center;}
.top-wrap .bottom .table-cell{position: relative;}
.top-wrap .bottom .table-cell:first-of-type:after{content: "";position:absolute;right:0;top:10px;width:0;height:34px;border-right:1px solid #333;}
.top-wrap .bottom p{font-size: 11px;color:#fff;}
.top-wrap .bottom h4{font-size: 20px;color:#fff;}
.earn-list{background: #fff;}
.earn-list li{padding:15px;border-bottom: 1px solid #e1e1e1;}
.earn-list li .m-list-flex > .yi{align-self:flex-start;width:18px;text-align:center;line-height:1.2;height:70px;font-size: 11px;color:#fff;}
.earn-list li .m-list-flex > .yi.col-o{background-color:#2cc7c9;}
.earn-list li .m-list-flex > .yi.col-r{background-color:#f66437;}
.earn-list li .m-list-flex > .yi.col-p{background-color: #ff5151;}
.earn-list li .m-list-flex > .yi p{margin-bottom:10px;}
.earn-list li .m-cell-bd{align-self:flex-start;padding-left:10px;}
.earn-list li .m-cell-bd h3{margin-bottom:6px;font-size: 15px;color: #000;}
.earn-list li .m-cell-bd p{line-height:1.7;font-size: 13px;color:#6b6b6b;}

/*5.3.2去结算*/
.to-pay-wrap{padding:20px 30px 0;background: #fff;}
.to-pay-wrap h6{font-size: 14px;color:#000;text-align: center;}
.to-pay-wrap .pay-num{margin:12px auto 20px;width:90px;border-bottom:1px solid #e1e1e1;padding:0 7px;font-size: 11px;color:#000;}
.to-pay-wrap .pay-num span{font-size: 15px;color:#000;}
.to-pay-wrap .pay-num input{padding:0 4px ;font-size: 26px;color:#303030;line-height:1;}
.num-tip p{font-size: 12px;color:#808080;}
.txlist span{display:block;width:70px;font-size: 13px;}
.txlist .form-unify{padding:6px 8px;}

/*5.4团队管理*/
.manage-top{padding:12px 6px 8px;border-bottom:10px solid #f5f5f5;}
.manage-top .table-cell i{display:block;margin:0 auto 7px;width:27px;height:27px;background-repeat:no-repeat;background-size:cover;background-position: center center;}
.manage-top .table-cell i.i1{background-image:url("../images/gpic1.png") ;}
.manage-top .table-cell i.i2{background-image:url("../images/gpic2.png") ;}
.manage-top .table-cell.active .i1{background-image:url("../images/rpic1.png") ;}
.manage-top .table-cell.active .i2{background-image:url("../images/rpic2.png") ;}
.manage-top .table-cell p{text-align:center;font-size: 12px;color:#afafaf;}
.manage-top .table-cell.active p{color:#454545;font-size: 12px}
.manage-body{border-top:1px solid #f5f5f5;}
.manage-body li{padding:12px;border-bottom: 1px solid #f5f5f5;}
.manage-body li .pic-view{width:50px;height:50px;border-radius:5px;-webkit-border-radius:5px;}
.manage-body li .m-cell-bd{padding-left: 10px;padding-right:10px;}
.manage-body li .m-cell-bd h3{font-size: 12px;color:#000;}
.manage-body li .m-cell-bd h3 b{display:inline-block;vertical-align: middle;margin-top:-3px;margin-left:3px;width:15px;height:15px;}
.manage-body li .m-cell-bd p{line-height:1.6;font-size: 11px;color:#6b6b6b;}
.manage-body li .right{align-self: flex-start;}
.manage-body li .right a{display:block;font-size:11px;border-radius: 20px;-webkit-border-radius: 20px;padding:2px 8px;}
.manage-body li .right a.a1{color:#0aa1e7;border:1px solid #0aa1e7;}
.manage-body li .right a.a2{margin-top:7px;color:#45ab18;border:1px solid #45ab18;}
.manage-body li .right a i{display:inline-block;width: 14px;height: 14px;vertical-align: middle;margin-top:-3px;margin-right:5px;}

/*二维码弹窗*/
.pop-code-wrap{position:fixed;z-index:200;bottom:0;left:0;width:100%;background:#fff;}
.pop-code-wrap p{position:relative;font-size:15px;padding:10px 15px;color:#000;border-bottom:1px solid #e7e7e9;}
.pop-code-wrap p a{position:absolute;width:15px;height:15px;right:15px;top:12px;}
.bottom-code{padding:30px 0  50px 0;}
.bottom-code img{width:205px;height:205px;text-align: center}
.col_orange{color:#ffa627;}
.copybtn{display:block;border:1px solid #ffa627;width:90px;text-align: center;line-height:26px;cursor: pointer;}

/*5.5.1代理升级*/
.mem_kinds{padding:15px 15px;}
.mem_kinds a{line-height:1.3;font-size:14px;float:left;margin-right:15px;display: block;background: #dcdcdc;border-radius:45px;-webkit-border-radius:45px;letter-spacing: 1px;text-align: center;padding:5px 0;width:calc((100% - 15px*2)/3);font-weight:bold;-webkit-box-shadow: 3px 5px 12px rgba(220,220,220,.3);box-shadow: 3px 5px 12px rgba(220,220,220,.3);}
.mem_kinds a:last-child{margin-right:0;}
.mem_kinds a.active{background-color: #fdd000;-webkit-box-shadow: 3px 4px 12px rgba(253,208,0,.3);box-shadow: 3px 4px 12px rgba(253,208,0,.3);}
.kinds_mem_code_wrap{padding:15px;}
.kinds_mem_code{background-color: #fdf2e0;padding:20px;color:#ff7800;font-size:16px;text-align: center;}
.kinds_mem_code img{width:200px;margin:15px auto 12px;}
.aft_pay{color:#ff7800;margin-top:40px;}

/*5.6.1应知应会1*/
.pre-know-wrap{padding:25px 0;background: #000;}
.pre-know-wrap h3{text-align:center;font-size:21px;color:#fff;}
.pre-know-wrap a{margin:15px auto 0;display:block;font-size: 13px;width:185px;line-height:30px;text-align:center;font-size:15px;color:#251e00;background:#fdd000;border-radius: 20px;-webkit-border-radius: 20px;font-weight:bold;}
.pre-know-body{padding: 15px 10px 15px 15px;}
.pre-know-body .cell1{width:165px;}
.pre-know-body .cell2{padding-left:15px;}
.pre-know-body .cell2 li{margin-bottom:15px;font-size: 12px;color:#251e00;}
.pre-know-body .cell2 li:last-child{margin-bottom:0;}
.know_btn2{padding:15px;background-color: #fff}
.know_btn2 a{display: block;width: calc((100% - 70px)/2);margin-right:70px;line-height:44px;text-align:center;border-radius:42px;-webkit-border-radius:42px;-webkit-box-shadow: 3px 5px 12px rgba(220,220,220,.3);box-shadow: 3px 5px 12px rgba(220,220,220,.3);letter-spacing: 2px;background-color: #dcdcdc;font-weight:bold;}
.know_btn2 a:last-child{margin-right:0;}
.know_btn2 a.active{background-color: #fdd000;-webkit-box-shadow: 3px 5px 12px rgba(253,208,0,.3);box-shadow: 3px 5px 12px rgba(253,208,0,.3);}

/*5.6.3代理商答卷*/
.question-answer-wrap{background: #fff;border-bottom: 1px solid #e5e5e5;}
.question-answer{padding:0 10px 20px 10px;}
.question-answer li{padding-top:15px;}
.question-answer li h3{font-size:14px;color:#000;}
.m-answer{ display: block; padding:7px 0 7px 10px;}
.m-answer .answer-main:before{content: ""; display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin-top: -3px; margin-right: 10px; border: 1px #e1e1e1 solid; border-radius: 50%;-webkit-border-radius: 50%;}
.m-answer .weui-check:checked + .answer-main:before{ content:"";  border:1px  solid #fdd000;background-image: url(../images/dot.png);background-position: center center;background-repeat:no-repeat;background-size:6px 6px;}
.m-answer .answer-main { color: #666; }

/*5.7推广素材*/
.promote_material_wrap{padding:0 15px;}
.promote_material_tit{text-align: center;background: #fff;border-bottom:1px solid #ececec;}
.promote_material_tit a{font-size: 15px;color:#909090;padding:10px 5px;}
.promote_material_tit a.active span{display:inline-block;color:#000;border-bottom:2px solid #fdd000;}
.official_selection li{padding:10px 0;border-bottom:1px solid #ececec;}
.official_selection_wd{color:#555;  font-size:  14px; }
.official_pic_list .pic-view{float:left;margin-right:10px;margin-bottom:5px;width:80px;height:80px;}
.official_selection_wd span{min-width: 50px; display: inline-block; border-radius:3px;-webkit-border-radius:3px;margin-right:5px;background-color:#ff4122;color: #fff;font-size: 11px;padding:1px 5px;}

/*5.8专属客服*/
.private-service{background: #fff;}
.private-service .top{position:relative;padding: 35px 0 25px;}
.private-service .top a{position:absolute;right:15px; top:20px;font-size: 13px;color:#333;}
.private-service .top .pic-view{margin:0 auto 12px;width:80px;height:80px;border:5px solid #f2f2f2;border-radius: 50%;-webkit-border-radius: 50%;}
.private-service .top h4{text-align: center;font-size:13px;color:#000;}
.private-service .top .number{text-align:center;color:#777;font-size:12px;}
.private-service .top .number span{color: #929292;}
.private-service .top .number i{display: inline-block;vertical-align:middle;margin-top:-3px;margin-left:5px;width:15px;height:15px;}
.private-service .bottom .cell1{border-right:1px solid #e5e5e5;}
.private-service .bottom  i{margin:0 auto 7px;display:block;width:35px;height:35px;border-radius:50%;-webkit-border-radius:50%;background-repeat: no-repeat;background-size: 100% auto;background-position:center center;}
.private-service .bottom  .table-cell:first-child i{background-color: #00a2ed;background-image: url(../images/tel_c.png);}
.private-service .bottom  .table-cell:last-child i{background-color: #36b200;background-image: url(../images/weixin_c.png);}
.private-service .bottom span{display:block;margin:auto;width:80px;text-align:center;background: #e5e5e5;font-size: 11px;line-height:18px;}
.private-service-des{padding:30px 20px;color:#333;font-size: 14px;}
.private-service-des i{color:#ff4242;}
.of-kf:before{content: "";display:inline-block;vertical-align: middle;margin-right:5px;margin-top:-3px;width:20px;height:20px;background-image: url(../images/kf.png);background-position: center center;background-repeat: no-repeat;background-size: cover;}

/*打电话的弹窗*/
.tel_pop{position:fixed;width:80%;max-width:270px;z-index:200;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background-color: #fff;border-radius:10px;-webkit-border-radius:10px;}
.tel_pop .top{padding:25px 0 15px;border-bottom: 1px solid #e1e1e1;text-align: center;}
.tel_pop .top i{display:inline-block;vertical-align: middle;margin: -3px 10px  0 0;width:35px;height:35px;}
.pop-dialog{display: block;line-height:42px;color:#ff4242;text-align: center;font-weight: bold;letter-spacing: 1px;}

/*5.9商务合作*/
/*5.10系统消息*/
.system_msg{padding:10px;}
.system_msg li{margin-bottom:10px;background-color: #fff;border-radius:10px;-webkit-border-radius:10px;overflow: hidden;}
.system_msg li a{display: block;padding:10px 15px;}
.system_msg li h3{color:#909090;}
.system_msg li p{color:#707070;}
.hint_red:after{content:"";display:inline-block;vertical-align:top;margin:3px 0 0  5px;width:5px;height:5px;background-color: #ff0000;border-radius: 50%;-webkit-border-radius: 50%;}

/*5.11个人资料*/
.member{background: #fff;}
.member li{border-bottom:1px solid #eee;padding:0 10px;}
.member .member_top{padding:10px;}
.member_top .m-cell-hd{ width: 70px; height: 70px; border: 3px solid rgba(255,255,255,0.7); margin-right: 15px; color:#999;}
.member li h2{font-size: 14px;color:#666;}
.member li p,.member li input{padding:10px 12px;text-align:right;color:#333;}

/*微信登录单页 2018-6-6*/
.weixinlogin{width:75px;margin:0 auto 5%}

/*app头部*/
.app_fixed{position:fixed;margin-top: -5px!important;top:0;left:0;right:0;margin:auto;max-width:640px;z-index:999;background-color: #fff;padding:21.5px 15px 0;}
.app_fixed .backtoprevius{font-size:14px;width:50px;}
.app_fixed .backtoprevius i{display: inline-block;vertical-align:middle;margin:-3px 5px 0 0;width:11px;height:20px;background-image: url(../images/backto.png);background-repeat: no-repeat;background-size: 100% auto;background-position: center center;}
.app_fixed h1{line-height:45px;height:45px;}
.app_fixed .colf { color: #333; }
.app_fixed .take-place{width:50px;}
.app_fixed .share{width:50px;height:20px;background-image: url(../images/share.png);background-repeat: no-repeat;background-size:20px auto;background-position: center right;}
.app_fixed ~ .main{padding-top: 47px}

/*分享弹出*/
.share_bot{position:fixed;bottom:0;left:0;right:0;max-width:640px;margin:auto;z-index:100;}
.bg_pop{position:fixed;z-index:99;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.5);cursor: pointer;}
.share_bot_top{padding:0 30px 15px;border-bottom:1px solid #f0f0f0;}
.share_bot_top h5{padding:10px 0;}
.share_table i{display: block;margin:0 auto 5px;width:33px ;height: 33px;background-repeat: no-repeat;background-size: 100% auto;background-position: center;}
.share_table i.i1{background-image: url(../images/wechat.png);}
.share_table i.i2{background-image: url(../images/friend-circle.png);}
.share_bot>a{line-height:50px;width:100%;display: block;color:#0a0104;}