@charset "utf-8";/* CSS Document */
/* Style Reset */
body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}
html{overflow-x:hidden;-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,li,dl,dt,dd{display:block;list-style:none}
img{border:0 none;vertical-align:top;max-width:100%}
a{text-decoration:none;color:#333;}
a:link,a:visited{text-decoration:none;outline:0}
input{-webkit-border-radius:0;-webkit-appearance:none}
body{font-size:12px;color:#333;}


.fl{ float:left}
.fr{ float:right}
.pa{ position:absolute}
.pr{ position:relative}
.fn-clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.fn-clear{zoom:1}
body{font-family:\5FAE\8F6F\96C5\9ED1;}
.all{position:relative;z-index:10;right:0;background:#fff;}
#wrapper{ max-width:640px; margin:0 auto}
.wrap{}
.cb{ clear:both;}
.clear{diplay:block!important;float:none!important;clear:both;overflow:hidden;width:auto!important;height:0!important;margin:0 auto!important;padding:0!important;font-size:0;line-height:0}
.feenWait{width: 100px;height: 100px;background: rgba(0,0,0,.3);border-radius: 10px;position: fixed;top: 50%;left: 50%;margin: -50px 0 0 -50px;padding: 35px;box-sizing: border-box;}
@keyframes feenWait{
	form {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
.feenTip{background: rgba(0,0,0,.5);border-radius: 10px;position: fixed;top: 50%;left: 50%;margin: -50px 0 0 -50px;padding:14px 25px;color:#fff;box-sizing: border-box;z-index:999;}

.common_head{overflow:Hidden;height:70px;position:relative;text-align:center;background:#FFF;}
.common_head .bdy{width:100%;line-height:90px;color:#fff;text-align:center;font-size:18px;text-align:center;}
.common_head .back{position:absolute;left:5%;top:25px;height:18px;}
.common_head .top_logo{height:40px;display:block;margin:15px auto;}

.login_t_type{width:50%;margin:0px auto;overflow:hidden;}
.login_t_type a{display:block;width:50%;float:left;line-height:26px; letter-spacing:1px;color:#12263e;font-size:16px;display:inline-block;text-align:center;}
.login_t_type .cur{color:#2a2016;font-weight:bold;}
.login_t_type a.cur label{height:3px;display:block;background:#ff472d;width:30px;margin:5px auto;}

.login_bdy{width:94%;margin:10px auto;overflow:hidden;}
.login_bdy .login_img{width:50%;margin:0px auto;}
.login_bdy .login_img img{display:block;width:100%;}
.login_bdy .single_input{overflow:hidden;margin-bottom:15px;position:relative;}
.login_bdy .single_input .txt_input{border:none;width:95%;padding-left:3%;font-size:14px;border-radius:0px;height:48px;line-height:48px;border-bottom:solid 1px #eeeeee;}
.login_bdy .single_input img{position:absolute;top:15px;right:5%;height:15px;}
.login_bdy .single_link{overflow:hidden;margin:0 auto;margin-bottom:10px;text-align:right;width:94%;}
.login_bdy .single_link a{color:#409efe;line-height:30px;font-size:14px;}
.login_bdy .single_tip{overflow:hidden;margin-bottom:5px;line-height:30px;font-weight:550;color:#333;font-size:15px;padding-left:3%;}
.login_bdy .single_select{overflow:hidden;margin-bottom:15px;position:relative;border-bottom:solid 1px #eee;}
.login_bdy .single_select select{margin-left:2%;border:none;width:98%;line-height:48px;height:48px;}

.login_btn{width:84%;margin:10px auto;}
.login_btn input{height:50px;width:100%;line-height:50px;background:linear-gradient(90deg,#409efe,#409efe);color:#fff;font-size:18px;border:none;border-radius:50px;box-shadow:0px 3px 5px #409efe;}

.register_bdy{width:94%;margin:20px auto;overflow:hidden;}
.register_bdy .single_location{width:93%;overflow:hidden;height:52px;padding-left:5%;border-radius:10px;font-size:14px;border:solid 1px #cccccc;}
.register_bdy .single_location span{display:block;font-size:12px;color:#999;margin-top:5px;margin-bottom:5px;line-height:14px;}
.register_bdy .single_location div{display:block;}
.register_bdy .single_location div img{height:20px;float:left;margin-right:10px;}
.register_bdy .single_tip{overflow:hidden;margin-bottom:15px;margin-top:5px;}
.register_bdy .single_tip span{color:#999;line-height:24px;text-decoration: underline;}
.register_bdy .single_phone{width:93%;overflow:hidden;height:52px;padding-left:5%;border-radius:10px;font-size:14px;border:solid 1px #cccccc;margin-bottom:15px;}
.register_bdy .single_phone .l_code{float:left;width:26%;height:40px;margin-top:6px;border-right:solid 1px #ccc;line-height:40px;font-size:16px;}
.register_bdy .single_phone .r_num{float:left;width:68.9%;height:40px;margin-top:6px;line-height:40px;font-size:14px;}
.register_bdy .single_phone .r_num input{height:40px;width:95%;padding-left:5%;line-height:40px;font-size:14px;border:none;}
.register_bdy .single_input{overflow:hidden;margin-bottom:15px;}
.register_bdy .single_input .txt_input{width:95%;padding-left:3%;font-size:14px;border-radius:10px;height:48px;line-height:48px;border:solid 1px #cccccc;border-radius:5px;}

.fm-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    display:none;
}
.fm-dialog-mask {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
}
.fm-dialog-content {
    width: 100%;
    height: 100%;
}
.fm-dialog-content {
    position: absolute;
}
.batman-address-tip-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.batman-address-tip-mask {
    position: absolute;
    width: 100%;
    height: 100%;
}
.batman-address-tip-body {
    position: relative;
    width: 300px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    box-shadow: 0 2px 14px 0 rgba(220,136,136,.2);
    overflow: hidden;
}
.batman-address-tip-btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(94deg,#ff0a0a,#ff7539);
    border-radius: 200px;
    cursor: pointer;
}
.batman-address-tip-title {
    line-height: 26px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.batman-address-tip-content {
    padding: 8px 0 16px;
    font-size: 13px;
}
.batman-address-tip-content>pre {
    line-height: 16px;
    font-family: OpenSans;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.lan_mask{position: fixed;top:0px;left:0px;width:100%;height:100%;z-index:1020;background:rgba(0,0,0,0.3);display:None;}
.multi_lan{display:none;width:100%;min-height:90px;position:fixed;left:0px;bottom:0px;z-index:1021;border-radius:10px 10px 0 0;background:#fff;}
.multi_lan .s_t{height:40px;display:block;}
.multi_lan .s_t .s_close{float:right;margin-right:5%;margin-top:10px;}
.multi_lan .s_bdy{overflow:hidden;}
.multi_lan .s_bdy ul li{height:44px;border-bottom:solid 1px #f9f9f9;}
.multi_lan .s_bdy ul li a{float:left;margin-left:5%;width:85%;line-height:45px;font-size:14px;color:#222;}
.multi_lan .s_bdy ul li svg{float:left;margin-top:10px;display:none}
.multi_lan .s_bdy ul li.cur svg{display:inline-block;}

.index_head{width:94%;padding:10px 3%;background:#fff;margin:0px auto;overflow:hidden;}
.index_head .s_menu{float:left;}
.index_head .s_logo{float:left;height:36px;display:block;margin-left:10px;margin-top:2px;}
.index_head .s_member{float:right;margin-top:2px;margin-right:15px;}
.index_head .s_cart{float:right;margin-top:2px;}
.index_head .s_search{overflow:hidden;display:block;width:100%;margin-top:10px;position: relative;}
.index_head .s_search .s_select{left:10px;position: absolute;top:8px;padding-right:5px;border-right:solid 1px #ccc;}
.index_head .s_search select{border:none;height:24px;line-height:24px;background:none;}
.index_head .s_search input{width:75%;height:40px;border-radius:20px;background:rgba(0,0,0,.08);border:none;padding:0px;padding-left:25%;}
.clear{clear:both;}
.index_head .s_search svg{position: absolute;top:7px;right:5%;z-index:1;}
.index_pro1{background-color:#c8071c;overflow:hidden;}
.index_pro1 .s_t{overflow:hidden;height:50px;background:url(../images/index_bg1.jpg) top right no-repeat;background-size:auto 50px;}
.index_pro1 .s_t span{font-size:16px;font-weight:600;color:#fff;line-height:50px;margin-left:3%;}
.index_pro1 .s_bdy{overflow:hidden;overflow-x:scroll;margin-top:10px;padding-bottom:5px;}
.index_pro1 .s_bdy ul li{float:left;width:130px;margin-left:10px;background:#fff;border-radius:10px;}
.index_pro1 .s_bdy ul li img{display:block;width:94%;height:120px;margin:5px auto;border-radius:5px;}
.index_pro1 .s_bdy ul li .txt_a{display:block;width:94%;display:flex;align-items: center;font-size:13px;text-align:center;color:#000;font-weight:550;margin-bottom:5px;}
.index_pro2{background-color:#fff;overflow:hidden;}
.index_pro2 .s_t{overflow:hidden;height:50px;margin-top:15px;}
.index_pro2 .s_t span{font-size:16px;display:block;font-weight:600;color:rgba(0,0,0,.9);line-height:25px;margin-left:3%;}
.index_pro2 .s_t label{font-size:14px;display:block;font-weight:500;color:rgba(0,0,0,.5);line-height:25px;margin-left:3%;}
.index_pro2 .s_bdy{overflow:hidden;overflow-x:scroll;margin-top:10px;padding-bottom:5px;}
.index_pro2 .s_bdy ul li{float:left;width:130px;margin-left:10px;background:#fff;border-radius:10px;}
.index_pro2 .s_bdy ul li img{display:block;width:100%;height:120px;margin:5px auto;border-radius:5px;}
.index_pro2 .s_bdy ul li span{float:left;color:#ff0000;font-weight:bold;font-size:14px;}
.index_pro2 .s_bdy ul li label{float:left;margin-left:5px;color:rgba(0,0,0,.5);text-decoration:line-through;}
.index_pro2 .s_bdy ul li div{clear:both;display:block;width:100%;color:rgba(0,0,0,.9);line-height:20px;}
.index_pro2 .s_bdy ul li .s_more{width:40px;color:#000;font-size:16px;font-weight:bold;margin-left:10px;}
.index_pro2 .s_bdy ul li .s_more span{display:block;color:#000;text-align:right;margin-top:35px;}
.index_pro2 .s_bdy ul li .s_more img{display:block;height:15px;width:auto;margin-top:10px;clear:both;}
.index_pro3{background-color:#fff;overflow:hidden;padding-bottom:50px;}
.index_pro3 .s_t{overflow:hidden;height:30px;margin-top:15px;margin-bottom:10px;}
.index_pro3 .s_t span{font-size:16px;display:block;font-weight:600;color:rgba(0,0,0,.9);line-height:25px;margin-left:3%;}
.index_pro3 .s_bdy{overflow:hidden;}
.index_pro3 .s_bdy ul li{width:47%;margin:0px 1.5%;overflow:hidden;float:left;margin-bottom:15px;}
.index_pro3 .s_bdy ul li img.pic{display:block;width:100%;height:160px;border-radius:10px;}
.index_pro3 .s_bdy ul li .tit_a{line-height:30px;height:30px;width:98%;display:inline-block;white-space: nowrap;text-overflow: ellipsis;}
.index_pro3 .s_bdy ul li .star_div{display:block;width:100%;clear:both;height:25px;}
.index_pro3 .s_bdy ul li .star_div img{float:left;width:12px;margin-left:2px;margin-top:5px;}
.index_pro3 .s_bdy ul li .star_div span{float:left;font-weight:600;color:#000;font-size:16px;margin-right:5px;}
.index_pro3 .s_bdy ul li .star_div span font{font-size:12px;margin-right:2px;}
.index_pro3 .s_bdy ul li .star_div label{float:left;color:rgba(0,0,0,.5);font-size:13px;margin-top:3px;margin-left:5px;}
.index_pro3 .s_bdy ul li .other{width:100%;color:rba(25,25,25);line-height:14px;display:block;clear:both;margin-top:0px;}

.login_tip{width:90%;margin:0 0;bottom:80px;left:5%;height:70px;border-radius:6px;position: fixed;background:#fff;box-shadow:0px 0px 15px #ccc;display:None;}
.login_tip .s_l{float:left;width:62%;margin-left:5%;margin-top:10px;font-size:16px;font-weight:bold;}
.login_tip .s_r{float:left;width:19%;margin-left:2%;}
.login_tip .s_r a{display:block;width:100%;height:32px;margin-top:15px;border-radius:10px;text-align:center;background:rgb(253, 56, 79);color:#fff;line-height:30px;font-weight:bold;font-size:14px;}
.login_tip .s_close{float:right;margin:8px 5px 0 0px;height:20px;display:block;}

.foot_menu{position:fixed;bottom:0px;left:0px;width:100%;overflow:hidden;background:#fff;}
.foot_menu ul li{float:left;width:25%;overflow:hidden;}
.foot_menu ul li svg {
    width: 28px;
    height: 30px;
    padding: 4px;
    stroke: #414141;
    margin:3px auto;
    margin-bottom:0px;
    display:block;
}
.foot_menu ul li.cur svg {
    stroke: #fc494d;
}
.foot_menu ul li span{display:block;width:100%;text-align:center;margin-bottom:5px;font-size:14px;}
.foot_menu ul li.cur span{color:#fc494d;}

.pop_menu_bg{display:None;width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;z-index:998;left:0px;top:0px;}
.pop_menu{display:None;width:80%;height:100%;background:#fff;z-index:999;position: fixed;top:0px;left:-80%;overflow:hidden;overflow-y: scroll;}
.pop_menu .s_tit{height:50px;overflow:hidden;padding-left:5%;border-bottom:1px solid #ebebeb;}
.pop_menu .s_tit svg{float:left;height:28px;display:block;color:#000;margin:10px 5px 0 0;}
.pop_menu .s_tit img{display:block;float:left;height:35px;margin-top:9px;}
.pop_menu .s_bdy{padding-left:5%;overflow:hidden;}
.pop_menu .s_bdy .s_big{height:50px;line-height:50px;font-weight:bold;font-size:16px;margin-top:5px;}
.pop_menu .s_bdy .s_big svg{float:right;height:20px;width:20px;margin:15px 5% 0 0;}
.pop_menu .s_bdy .s_small{height:34px;overflow:hidden;margin-top:10px;}
.pop_menu .s_bdy .s_small img{float:left;height:34px;}
.pop_menu .s_bdy .s_small span{float:left;line-height:34px;font-size:14px;margin-left:10px;color:rgba(0,0,0,.9);}

.my_top{overflow:hidden;margin-top:3px;width:92%;padding:15px 4%;
	background:none;
}
.my_top .t1{overflow:hidden;margin-top:10px;}
.my_top .t1 img{float:left;width:60px;height:60px;border-radius:60px;display:block;margin-right:15px;border:solid 2px #fff;}
.my_top .t1 .r_txt{float:left;width:40%;}
.my_top .t1 .r_txt .t1_1{overflow:hidden;display:block;color:#fff;font-size:14px;}
.my_top .t1 .r_txt .t1_1 span{float:left;font-size:15px;line-height:34px;}
.my_top .t1 .r_txt .t1_1 label{float:left;background:rgba(0, 0, 0, 0.1);line-height:34px;padding:0 5px;border-radius:5px;margin-left:10px;}
.my_top .t1 .r_txt .sb{display:block;line-height:30px;color:#fff;font-size:14px;}
.my_top .t1 .r_btn{float:right;margin-top:18px;}
.my_top .t1 .r_btn .dot_div{position:relative;float:right;}
.my_top .t1 .r_btn .dot{position:absolute;top:-2px;right:0px;width:10px;height:10px;border-radius:100%;background:red;}
.my_top .t1 .r_btn i{font-size:24px;color:#fff;margin-left:10px;margin-right:5px;}
.my_top .t2{overflow:hidden;margin:10px auto;width:100%;background:#fff;padding:17px 0;border-radius:10px;margin-top:20px;}
.my_top .t2 .single{float:left;width:33.3%;position:relative;text-align:center;}
.my_top .t2 .single .split{height:30px;width:1px;background:#eee;position:absolute;top:20px;right:0;}
.my_top .t2 .single img{width:28px;height:28px;display:inline-block;margin:7px auto;}
.my_top .t2 .single span{display:block;width:100%;text-align:center;font-size:14px;color:#666;}
.my_top .t21{overflow:hidden;margin:10px auto;width:100%;background:#fff;padding:17px 0;border-radius:10px;margin-top:20px;}
.my_top .t21 .single{float:left;width:33.3%;position:relative;margin-bottom:15px;}
.my_top .t21 .single .split{height:30px;width:1px;background:#eee;position:absolute;top:20px;right:0;}
.my_top .t21 .single img{width:28px;height:28px;display:block;margin:7px auto;}
.my_top .t21 .single span{display:block;width:100%;text-align:center;font-size:14px;color:#666;}
.my_top .t3{overflow:hidden;margin:10px auto;width:92%;background:#fff;padding:17px 4%;border-radius:10px;margin-bottom:0px;}
.my_top .t3 .tab_t{overflow:hidden;margin-bottom:10px;}
.my_top .t3 .tab_t .single{float:left;width:50%;text-align:center;font-size:14px;color:#666;}
.my_top .t3 .tab_t .cur{color:#333;font-weight:550;}
.my_top .t3 .tab_t .cur label{display:block;width:20px;margin:5px auto;margin-top:8px;height:3px;background:#409eff;}
.my_top .t3 .tab_bdy{overflow:hidden;}
.my_top .t3 .tab_bdy .single{float:left;width:41%;padding:0 3%;border:solid 1px #eeeeee;overflow:hidden;border-radius:10px;}
.my_top .t3 .tab_bdy .single span{display:block;line-height:30px;color:#333;margin-top:5px;font-size:14px;}
.my_top .t3 .tab_bdy .single img{float:left;height:20px;margin:5px 0;margin-bottom:20px;}
.my_top .t3 .tab_bdy .single label{float:right;margin-top:5px;font-size:14px;}

.my_top2{overflow:hidden;background:#fff;width:94%;padding:5px 0%;margin:0 auto;border-radius:10px;}
.my_top2 .t1{width:92%;padding:0 4%;margin:10px auto;border-bottom:solid 1px #eee;overflow:hidden;padding-bottom:15px;}
.my_top2 .t1 span{float:left;color:#222;font-size:16px;font-weight:550;line-height:20px;}
.my_top2 .t1 label{float:right;color:#999;font-size:14px;line-height:20px;margin-right:5px;}
.my_top2 .t1 svg{float:right;color:#999;height:18px;margin-top:0px;}
.my_top2 .t2{overflow:hidden;width:92%;margin:0 auto;margin-top:10px;border-bottom:soldi 1px #eee;padding-bottom:5px;}
.my_top2 .t2 .single{float:left;width:33.3%;margin-bottom:10px;text-align:center;}
.my_top2 .t2 .single img{width:26px;height:26px;display:inlne-block;margin:7px auto;}
.my_top2 .t2 .single span{display:block;width:100%;text-align:center;font-size:14px;color:#646566}

.my_top3{overflow:hidden;margin-top:0px;background:#fff;width:92%;padding:7px 4%;padding-bottom:0px;border: 1px solid #eee;
}
.my_top3 .single{width:96%;border-bottom:solid 1px #eee;margin:0 auto;height:36px;overflow:hidden;padding-bottom:10px;margin-bottom:5px;}
.my_top3 .single span{float:left;line-height:44px;font-size:15px;color:#333;}
.my_top3 .single svg{float:right;height:16px;width:16px;color:#969799;margin-top:15px;margin-left:5px;}
.my_top3 .single img{float:right;margin-right:10px;height:40px;width:40px;border-radius:100%;margin-top:0px;}
.my_top3 .single:last-child{border-bottom:none;margin-bottom:0px;}
.my_top3 .single label{float:right;color:#969799;line-height:44px;font-size:14px;}
.my_top3 .single .txtInput{float:left;width:60%;line-height:44px;border:none;margin-left:4%;}
.my_top3 .single .slt{float:right;line-height:30px;height:30px;border:none;margin-top:6px;padding-right:10px;}

.my_top4{overflow:hidden;width:92%;margin:15px auto;}
.my_top4 .single{width:49.2%;float:left;margin-bottom:2px;}
.my_top4 .single img{display:block;width:100%;}
.my_top4 .single:nth-child(2n){float:right;}

.my_top5{overflow:hidden;background:#fff;width:94%;padding:5px 0%;margin:0 auto;border-radius:10px;margin-top:10px;}
.my_top5 .t1{width:92%;padding:0 4%;margin:10px auto;border-bottom:solid 1px #eee;overflow:hidden;padding-bottom:15px;}
.my_top5 .t1 span{float:left;color:#222;font-size:16px;font-weight:550;line-height:20px;}
.my_top5 .t1 label{float:right;color:#999;font-size:14px;line-height:20px;margin-right:5px;}
.my_top5 .t1 svg{float:right;color:#999;height:18px;margin-top:0px;}
.my_top5 .t2{overflow:hidden;width:92%;margin:0 auto;margin-top:10px;border-bottom:soldi 1px #eee;padding-bottom:5px;}
.my_top5 .t2 .single{float:left;width:25%;margin-bottom:10px;text-align:center;}
.my_top5 .t2 .single i{font-size:28px;display:block;margin:7px auto;color:#409eff;}
.my_top5 .t2 .single span{display:block;width:100%;text-align:center;font-size:14px;color:#646566}


.my_btn{width:90%;margin:40px auto;overflow:hidden;}
.my_btn input{width:100%;height:44px;background:#409eff;line-height:44px;border:none;font-size:16px;color:#fff;border-radius:20px;}

.help_list{overflow:hidden;}
.help_list .s_t{background:rgb(255, 133, 46);padding:20px 5%;padding-bottom:0px;overflow:hidden;}
.help_list .s_t img{float:right;display:block;height:70px;}
.help_list .s_t .l_txt{float:left;width:70%;color:#fff;}
.help_list .s_t .l_txt span{display:block;line-height:30px;font-weight:550;font-size:20px;}
.help_list .s_t .l_txt label{display:block;line-height:20px;font-weight:400;font-size:14px;}
.help_list .s_single svg{width:16px;height:16px;display:block;margin-top:13px;color:#aaa;float:right;}
.help_list .s_single span{display:block;width:100%;text-align:center;font-size:14px;color:#222;}
.help_list .s_t2{padding:15px 5%;padding-bottom:0px;overflow:hidden;font-size:16px;font-weight:500;}
.help_list .s_list{width:90%;margin:15px auto;overflow:hidden;}
.help_list .s_list .s_single{border-bottom:solid 1px #eee;height:45px;line-height:45px;}
.help_list .s_list .s_single span{text-align:left;display:block;width:80%;float:left;line-height:45px;height:45px;overflow:Hidden;color:#222;}
.help_con{overflow:hidden;}
.help_con .s_t{border-bottom:solid 1px #eee;width:92%;padding:10px 4%;display:flex;align-items: center;}
.help_con .s_t label{display:inline-block;height:16px;width:3px;background:#ff442b;}
.help_con .s_t span{margin-left:10px;font-size:16px;}
.help_con .s_bdy{overflow:hidden;padding:20px 4%;line-height:28px;font-size:14px;color:#333;}

.category_div{overflow:Hidden;width:100%;}
.category_div .l_menu{width:24.7%;height:100vh;background:#fff;float:left;border-right:solid 1px #eee;}
.category_div .l_menu .single{overflow:hidden;border-bottom:solid 1px #eee;padding:14px 0;}
.category_div .l_menu .single a{display:block;width:90%;line-height:20px;padding:0px 5%;text-align:center;font-size:14px;}
.category_div .l_menu .single a.cur{background:#fff;border-left:solid 3px #409eff;}
.category_div .r_list{width:75%;padding-bottom:80px;overflow-y:scroll;float:left;}
.category_div .r_list .single{float:left;width:46%;margin-top:10px;margin-left:2%;background:#fff;}
.category_div .r_list .single img{display:block;width:100%;margin:0px auto;height:150px;}
.category_div .r_list .single span.stitle{display:block;width:90%;margin:0px auto;margin-top:5px;height:50px;overflow:hidden;text-align:center;line-height:25px;color:#333;text-align:left;font-weight:550;}
.category_div .r_list .single label.ssale{line-height:30px;width:90%;display:block;margin:0px auto;margin-bottom:10px;color:#999;line-height:20px;}
.category_div .r_list .single .other{overflow:hidden;width:90%;margin:5px auto;margin-bottom:10px;}
.category_div .r_list .single .other .s_price{float:left;color:red;}
.category_div .r_list .single .other .s_price font{font-size:12px;}
.category_div .r_list .single .other .s_price span{font-size:16px;font-weight:550;}
.category_div .r_list .single .other img{float:right;display:block;width:auto;height:16px;margin-top:2px;}
.category_div .r_list .no_more{width:100%;color:#969799;overflow:hidden;font-size:14px;text-align:center;margin:15px 0;}
.category_div .r_list .r_menu{overflow:hidden;width:100%;display:block;background:#fff;padding:5px 0;}
.category_div .r_list .r_menu .menu_single{width:25%;float:left;text-align:center;}
.category_div .r_list .r_menu .menu_single span{line-height:30px;}
.category_div .r_list .r_menu .menu_single .cur{color:#409eff}
.category_div .r_list .r_menu .menu_single .ii{float:right;margin-top:5px;margin-right:15%;}
.category_div .r_list .r_menu .menu_single .ii i{font-size:12px;color:#666;display:block;}
.category_div .r_list .r_menu .menu_single .ii2{overflow:Hidden;width:100%;text-align:center;}
.category_div .r_list .r_menu .menu_single .ii2 i{font-size:24px;line-height:30px;}

.productDetail_top{overflow:Hidden;}
.productDetail_top img{display:block;width:100%;}
.prodcutDetail_price{overflow:hidden;background:#fff;padding:12px 4%;color:#f44444;}
.prodcutDetail_price .t1{overflow:hidden;font-size:13px;line-height:24px;font-weight:550;}
.prodcutDetail_price .t1 label{font-size:22px;font-weight:550;}
.prodcutDetail_price .t1 .ss{font-size:14px;text-decoration:line-through;color:#999;font-weight:400;margin-left:10px;}
.prodcutDetail_price .t1 .ss2{font-size:12px;color:#999;font-weight:400;float:right;margin-top:15px;}
.prodcutDetail_price .t2{overflow:hidden;font-size:16px;line-height:24px;color:#333;font-weight:550;}
.prodcutDetail_bdy{overflow:hidden;margin:15px auto;overflow:hidden;margin-bottom:50px;}
.prodcutDetail_bdy .tit{color:#666;overflow:hidden;width:94%;margin:0 auto;text-align:center;margin-bottom:10px;}
.prodcutDetail_bdy .tit span{color:#666;font-size:14px;line-height:28px;}
.prodcutDetail_bdy .tit .r{float:right;line-height:25px;font-size:14px;}
.prodcutDetail_bdy .tit .r img{margin-right:7px;width:25px;}
.prodcutDetail_bdy .pri{color:#c8ae75;overflow:hidden;width:94%;margin:0 auto;font-size:14px;margin-top:10px;}
.prodcutDetail_bdy .other{color:#959595;overflow:hidden;width:94%;margin:0 auto;font-size:13px;margin-top:10px;}
.prodcutDetail_bdy .other span{width:30%;float:left;}
.prodcutDetail_bdy .split{overflow:Hidden;background:#f6f6f6;margin-top:10px;}
.prodcutDetail_bdy .split span{display:block;width:50%;float:left;text-align:center;height:32px;line-height:32px;color:#59c848;font-size:14px;}
.prodcutDetail_bdy .productDetail_con{overflow:Hidden;background:#fff;margin:0px 0;}
.prodcutDetail_bdy .productDetail_con .slt{color:#515151;height:45px;line-height:45px;font-size:14px;background:#fff;margin-bottom:10px;overflow:hidden;padding:0 3%;position:relative;}
.prodcutDetail_bdy .productDetail_con .slt img{right:8%;top:18px;position:absolute;}
.prodcutDetail_bdy .con_t{color:#515151;height:45px;line-height:45px;font-size:14px;background:#fff;margin-bottom:10px;overflow:hidden;padding:0 3%;border-bottom:solid 1px #e5e5e5;}
.prodcutDetail_bdy .con_t ul li{float:left;width:100%;text-align:center;}
.prodcutDetail_bdy .con_t ul li a{width:97%;margin-left:3%;display:inline-block;color:#333;margin:0 auto;font-size:16px;text-align:left;font-weight:bold;line-height:40px;border-bottom:solid 2px #fff;}
.prodcutDetail_bdy .con_con{width:100%;margin:10px auto;overflow:hidden;font-size:13px;line-height:20px;background:#fff;padding:10px 0;margin-bottom:0px;}
.prodcutDetail_bdy .con_con img{display:block;width:100%;}

.brand_ad{overflow:hidden;}
.brand_ad img{display:block;width:100%;}
.brand_list{padding:20px 4%;overflow:hidden;background:#000;}
.brand_list .single{width:31.3%;margin:0 1%;float:left;margin-bottom:15px;}
.brand_list .single img{display:block;width:100%;}

.shop_list{width:96%;margin:0 auto;overflow:hidden;}
.shop_list .single{width:100%;border-radius:10px;background:#f5f4f0;margin-top:10px;overflow:hidden;}
.shop_list .single .s_t{overflow:hidden;margin:10px 3%;}
.shop_list .single .s_t .s_icon{height:60px;width:60px;display:block;border-radius:50%;float:left;}
.shop_list .single .s_t .s_c{width:55%;float:left;margin-left:10px;}
.shop_list .single .s_t .s_c label{display:block;line-height:30px;font-size:16px;margin-bottom:5px;}
.shop_list .single .s_t .s_c div img{display:block;height:16px;float:left;margin-right:3px;}
.s_r{float:right;margin-right:0%;width:70px;margin-top:15px;height:30px;font-size:16px;line-height:30px;border-radius:15px;background:#f95903;color:#fff;text-align:center;}
.shop_list .single .s_list{width:96%;overflow:hidden;margin:10px 2%;padding-bottom:5px;overflow-x:scroll;}
.shop_list .single .s_list .s_list_bdy{overflow:hidden;width:100px;}
.shop_list .single .s_list .s_single{width:150px;margin-left:10px;margin-top:10px;float:left;overflow:hidden;}
.shop_list .single .s_list .s_single img{width:96%;height:150px;display:block;border-radius:10px;margin-bottom:5px;}
.shop_list .single .s_list .s_single span{display:block;line-height:20px;font-size:14px;height:40px;overflow: hidden;}

.shop_detail_t{width:94%;margin:0 auto;border-radius:10px;background:#f5f4f0;margin-top:10px;overflow:hidden;}
.shop_detail_t .s_t{overflow:hidden;margin:10px 3%;}
.shop_detail_t .s_t .s_icon{height:60px;width:60px;display:block;border-radius:50%;float:left;}
.shop_detail_t .s_t .s_c{width:78%;float:left;margin-left:10px;}
.shop_detail_t .s_t .s_c label{display:block;line-height:30px;font-size:16px;margin-bottom:5px;}
.shop_detail_t .s_t .s_c div{display:block;width:100%;}
.shop_detail_t .s_t .s_c div img{display:block;height:16px;float:left;margin-right:3px;}
.shop_detail_t .s_t .s_c span{display:block;width:100%;clear:both;margin-top:5px;font-size:14px;line-height:24px;}

.page_nav{overflow:hidden;width:100%;margin:15px 0;text-align:center;}
.page_nav a{width:auto;padding:0 7px;font-size:13px;height:24px;line-height:24px;border:solid 1px #000;display:inline-block;}
.page_nav a.cur{color:#fff;background:#fc494d;border:solid 1px #fc494d;}
.page_nav a.no{color:#ccc;border:solid 1px #ccc;}

.invite_t{overflow:hidden;padding:10px 3%;width:94%;color:#fff;background:#409eff;}
.invite_t span{display:block;color:#fff;font-size:18px;line-height:30px;font-weight:550;margin-bottom:5px;}
.invite_bg{background:#eee;}
.invite_bdy{overflow:hidden;width:94%;margin:20px auto;}
.invite_bdy .slt_1{width:100%;background:#fff;height:40px;border-radius:5px;}
.invite_bdy .slt_1 select{width:94%;display:block;margin:0 auto;height:40px;font-size:15px;background:#fff;border:none;}
.invite_bdy .list_1{overflow:hidden;}
.invite_bdy .list_1 .tit{color:#666;line-height:40px;font-size:14px;}
.invite_bdy .list_1 .single{position:relative;overflow:hidden;background:#fff;border-radius:5px;padding:10px 4%;width:92%;margin-bottom:10px;}
.invite_bdy .list_1 .single .l_img{float:left;width:20%;}
.invite_bdy .list_1 .single .l_img img{display:block;width:100%;}
.invite_bdy .list_1 .single .r_txt{float:left;width:65%;margin-left:5%;padding-top:20px;}
.invite_bdy .list_1 .single .r_t1{color:#333;font-size:16px;overflow:hidden;margin-bottom:10px;}
.invite_bdy .list_1 .single .r_t1 label{display:inline-block;padding:2px 5px;font-size:12px;border-radius:10px;border:solid 1px #1989fa;color:#1989fa;margin-left:10px;}
.invite_bdy .list_1 .single .r_t2{color:#333;font-size:12px;overflow:hidden;margin-bottom:10px;}
.invite_bdy .list_1 .single .checked_img{position:absolute;top:50px;right:5%;height:18px;}
.invite_bdy .btn_next{width:100%;overflow:hidden;margin-top:20px;padding-top:10px;}
.invite_bdy .btn_next input{width:100%;border:None;background:#409eff;margin:0 auto;display:block;line-height:40px;text-align:center;color:#fff;font-size:15px;border-radius:20px;}
.invite_btns{position:fixed;bottom:10px;left:0px;width:100%;padding:5px 0;background:#fff;}
.invite_btns input{width:92%;border:None;background:#409eff;margin:0 auto;display:block;line-height:40px;text-align:center;color:#fff;font-size:15px;border-radius:20px;}
.invite_t2{overflow:hidden;padding:15px 3%;width:94%;color:#333;background:#fff;}
.invite_t2 .l_img{float:left;width:20%;display:block;border-radius:100%;}
.invite_t2 .r_txt{float:left;width:70%;margin-left:5%;padding-top:10px;}
.invite_t2 .r_txt span{display:block;color:#333;font-size:14px;line-height:30px;font-weight:550;margin-bottom:5px;}
.invite_t2 .r_txt label{display:block;font-size:13px;color:#333;}
.contract_t{overflow:hidden;padding:40px 3%;text-align:center;font-size:24px;font-weight:550;}
.contract_con{padding:20px 4%;padding-bottom:120px;overflow:hidden;font-size:14px;line-height:24px;}
.contract_btn{position:fixed;bottom:0px;left:0px;width:100%;background:#fff;}
.contract_btn .t1{background:#fef7cb;padding:10px 4%;color:#f56723;}
.contract_btn .t1 .chk{cursor:pointer;width:18px;height:18px;border:solid 1px #cdcbb6;background:none;float:left;margin-right:10px;}
.contract_btn .t1 .chk_checked{cursor:pointer;width:20px;height:20px;border:none;background:url(../images/chk_checked2.jpg) top center no-repeat;background-size:20px;float:left;margin-right:10px;}
.contract_btn .t1 .other span{color:#409eff}
.contract_btn .t2{overflow:hidden;width:94%;margin:0 auto;padding:7px 0;margin-bottom:5px;}
.contract_btn .t2 .sl{float:left;line-height:40px;}
.contract_btn .t2 a.a2{display:none;float:right;padding:5px 15px;background:#409eff;color:#fff;border-radius:10px;margin-top:7px;}
.contract_btn .t2 a.a1{float:right;padding:5px 15px;background:#a0ceff;color:#fff;border-radius:10px;margin-top:7px;}

.reg_t{overflow:hidden;padding:15px 3%;width:94%;color:#333;background:#fff;border-bottom:solid 1px #f3f4f6}
.reg_t .l_img{float:left;width:20%;display:block;border-radius:100%;}
.reg_t .r_txt{float:left;width:70%;margin-left:5%;padding-top:10px;}
.reg_t .r_txt span{display:block;color:#333;font-size:14px;line-height:30px;font-weight:550;margin-bottom:5px;}
.reg_t .r_txt label{display:block;font-size:13px;color:#333;}
.reg_t2{width:90%;margin:20px auto;overflow:hidden;}
.reg_t2 img{display:block;}
.reg_t3{width:94%;padding:10px 3%;overflow:hidden;line-height:30px;background:#f7f7f7;}
.reg_t3 span{color:#666;font-size:16px;}
.reg_t3 label{color:#303133;font-size:16px;float:right;}
.reg_bdy{width:94%;padding:10px 3%;overflow:hidden;}
.reg_bdy .tit{overflow:Hidden;width:96%;margin:0 auto;}
.reg_bdy .single_tip{overflow:hidden;color:#999;}
.reg_bdy .single_input{width:96%;margin:0 auto;border-bottom:solid 1px #ecedf1;overflow:hidden;margin-top:12px;line-height:40px;font-size:14px;}
.reg_bdy .single_input:last-child{border-bottom:none;}
.reg_bdy .single_input font{color:red;float:left;margin-right:5px;}
.reg_bdy .single_input span{float:left;margin-right:5px;color:#646566;font-size:14px;}
.reg_bdy .single_input input{width:40%;float:right;border:none;height:40px;text-align:right;}
.reg_bdy .single_input select{padding-right:10px;width:40%;float:right;border:none;height:40px;text-align:right;}
.reg_bdy .single_input .upload_icon{float:right;height:60px;display:block;margin-bottom:12px;}
.reg_bdy .single_input .slt2{padding-right:10px;float:left;width:55px;}
.reg_bdy .single_input .split_div{float:left;height:30px;margin-top:5px;width:1px;margin-left:5px;padding-right:10px;border-right:solid 1px #e5e5e5;}
.reg_bdy .single_input .input2{float:left;text-align:left;margin-left:20px;}
.reg_bottom{overflow:hidden;background:#eee;}
.reg_bottom .t1{padding:15px 4%;color:#999;line-height:24px;}
.reg_bottom .t1 .chk{cursor:pointer;width:18px;height:18px;border:solid 1px #cdcbb6;background:none;float:left;margin-right:10px;}
.reg_bottom .t1 .chk_checked{cursor:pointer;width:20px;height:20px;border:none;background:url(../images/chk_checked2.jpg) top center no-repeat;background-size:20px;float:left;margin-right:10px;}
.reg_bottom .t1 .other span{color:#409eff}
.reg_bottom .btn1{width:90%;margin:10px auto;}
.reg_bottom .btn1 input{width:100%;height:40px;line-height:40px;color:#fff;border:none;background:#409eff;border-radius:40px;font-size:16px;}
.reg_bottom .btn2{width:90%;margin:0px auto;margin-bottom:20px;}
.reg_bottom .btn2 input{width:100%;height:40px;color:#999;line-height:40px;border:none;background:#fff;border:solid 1px #bbb;border-radius:40px;font-size:16px;}
.reg2_t3{width:94%;padding:10px 3%;overflow:hidden;line-height:30px;background:#fff;margin-top:15px;}
.reg2_t3 span{color:#333;font-size:14px;}
.reg2_t3 label{color:#303133;font-size:14px;float:right;}
.reg2_t2{width:90%;padding:20px 5%;overflow:hidden;background:#fff;}
.reg2_t2 img{display:block;}
.reg2_bg{background:#eee;}
.reg2_t4{width:94%;padding:10px 3%;background:#fff;margin-top:15px;margin-bottom:15px;}
.reg2_t4 .t{line-height:40px;padding-bottom:10px;border-bottom:solid 1px #eee;font-weight:550;font-size:16px;background:#fff;margin-bottom:15px;}
.reg2_t4 span{color:#333;font-size:14px;}
.reg2_t4 label{color:#303133;font-size:14px;float:right;}
.my_bg{background:url(../images/my_bg.jpg) top center no-repeat;background-size:100%;background-color:#eee;}

.foot_supply{overflow:hidden;margin-top:10px;color:#c5c5c5;text-align:center;margin-bottom:20px;}

.error_tip{overflow:hidden;tex-align:center;line-height:50px;color:#999;margin:50px 0;font-size:16px;text-align:center;}
.error_btn{overflow:hidden;text-align:center;}
.error_btn .prev_a{display:inline-block;padding:10px 20px;background:#fff;font-size:14px;color:#666;border-radius:5px;margin-right:10px;}
.error_btn .home_a{display:inline-block;padding:10px 20px;background:#409eff;font-size:14px;color:#fff;border-radius:5px;margin-right:10px;}


.category_head{width:94%;padding:10px 3%;background:#fff;border-bottom:solid 1px #eee;margin:0px auto;overflow:hidden;position:relative;}
.category_head img{float:left;height:34px;display:block;}
.category_head .cc{width:100%;height:34px;line-height:34px;text-align:center;color:#333;font-size:14px;font-weight:550;}
.clear{clear:both;}
.category_head svg{position: absolute;top:15px;right:3%;z-index:1;}

.pop_check{width:100%;height:100%;background:rgba(0,0,0,0.8);position:fixed;top:0px;left:0px;display:none;z-index:9999999}
.pop_check .bdy{width:80%;margin:40% auto;overflow:hidden;background:#fff;border-radius:10px;}
.pop_check .bdy .tt{width:30%;display:block;margin:0 auto;margin-top:20px;}
.pop_check .bdy .tt2{margin-top:15px;width:100%;overflow:hidden;display:block;text-align:center;color:#333;font-size:14px;font-weight:550;}
.pop_check .bdy .tt3{margin-top:15px;width:100%;overflow:hidden;display:block;text-align:center;color:#666;font-size:14px;}
.pop_check .bdy .tt3 label{color:#ecb869;margin-left:10px;margin-right:5px;}
.pop_check .bdy .tt4{border-top:solid 1px #f7f8f9;margin-top:10px;overflow:hidden;width:100%;}
.pop_check .bdy .tt4 .cancel_a{width:49.8%;display:block;float:left;border-right:solid 1px #f7f8f9;text-align:center;line-height:44px;color:#323233;}
.pop_check .bdy .tt4 .confirm_a{width:49.8%;display:block;float:left;text-align:center;line-height:44px;color:#409eff;}
.pop_check .bdy .tt4 .confirm_a2{width:100%;display:block;text-align:center;line-height:44px;color:#409eff;}
.pop_check .bdy .tt5{margin-top:15px;width:100%;overflow:hidden;display:block;text-align:center;color:#333;font-size:16px;font-weight:550;padding-top:10px;}
.pop_check .bdy .tt6{margin-top:15px;width:100%;overflow:hidden;padding:30px 0;display:block;text-align:center;color:#333;font-size:14px;font-weight:400;}
.fw_img{overflow:hidden;}
.fw_img img{display:block;width:100%;}
.fw_bdy{overflow:hidden;width:92%;margin:20px auto;}
.fw_bdy .single{overflow:hidden;}
.fw_bdy .single .l_img{float:left;width:10%;}
.fw_bdy .single .l_img img{display:block;height:26px;float:left;margin-top:7px;}
.fw_bdy .single .r_txt{float:left;width:85%;margin-left:5%;line-height:44px;border-bottom:1px solid #eeeeee;font-size:14px;color:#333;}
.fw_bdy .single .r_txt label{color:red;letter-spacing:1px;font-size:16px;}

.category_bottom{position:fixed;bottom:0px;left:0px;width:100%;background:#fff;height:44px;z-index:10;}
.category_bottom .scart{float:left;margin-top:-20px;margin-left:5%;position:relative;}
.category_bottom .scart img{height:55px;display:block;}
.category_bottom .scart span{display:block;position:absolute;top:-10px;right:-30px;color:#fff;background:red;width:32px;height:32px;line-height:32px;border-radius:100%;text-align:center;}
.category_bottom .sbtn{float:right;color:#fff;background:#409eff;height:44px;line-height:44px;width:30%;text-align:center;border:None;font-size:15px;} 
.category_bottom .snum{float:left;line-height:44px;margin-left:2%;}
.category_bottom .snum span{color:#333;font-size:15px;}
.category_bottom .snum label{color:red;font-size:14px;font-weight:550;}
.category_bottom .snum font{font-weight:400;font-size:12px;letter-spacing:1px;}
.pop_bg{display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;bottom:0px;left:0px;z-index:2;}
.pop_bg2{display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;bottom:0px;left:0px;z-index:50;}
.category_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;min-height:200px;background:#fff;border-radius:10px 10px 0 0;padding:10px 0%;width:100%;}
.category_pop .t1{overflow:hidden;padding:0 3%;}
.category_pop .t1 .l_img{float:left;height:100px;display:block;}
.category_pop .t1 .r_txt{float:right;width:70%;} 
.category_pop .t1 .r_txt .sclose{overflow:hidden;margin-top:5px;margin-bottom:15px;}
.category_pop .t1 .r_txt .sclose img{float:right;height:25px;}
.category_pop .t1 .r_txt .stxt{overflow:hidden;}
.category_pop .t1 .r_txt .stxt span{color:red;font-size:16px;letter-spacing:1px;display:block;}
.category_pop .t1 .r_txt .stxt span font{font-size:12px;}
.category_pop .t1 .r_txt .stxt label{color:#999;font-size:12px;letter-spacing:1px;display:block;margin-top:10px;}
.category_pop .t2{overflow:hidden;margin-top:15px;padding:0 3%;border-top:solid 1px #eee;padding-top:10px;}
.category_pop .t2 span{float:left;font-size:14px;font-weight:550;color:#333;}
.category_pop .t2 .label_r{float:right;font-size:16px;font-weight:400;color:#999;}
.category_pop .t3{overflow:hidden;margin-top:10px;padding:0 3%;}
.category_pop .t3 .srow{overflow:hidden;margin-top:13px;}
.category_pop .t3 .srow .single1{float:left;width:25%;text-align:center;color:#333;font-size:14px;line-height:30px;}
.category_pop .t3 .srow .single2{float:left;width:30%;text-align:left;color:#999;font-size:14px;line-height:30px;}
.category_pop .t3 .srow .single3{float:left;width:45%;text-align:center;color:#999;font-size:14px;line-height:30px;}
.category_pop .t3 .srow .single3 img{display:inline-block;height:30px;width:30px;}
.category_pop .t3 .srow .single3 input{width:30%;color:#323233;height:30px;text-align:center;display:inline-block;border:None;background:rgb(247, 247, 247);}
.category_pop .t4{overflow:hidden;margin-top:10px;border-top:solid 1px #eee;padding:0 3%;}
.category_pop .t4 .l_cart{width:20%;float:left;text-align:center;position:relative;}
.category_pop .t4 .l_cart img{display:block;height:16px;margin:5px auto;}
.category_pop .t4 .l_cart label{display:block;text-align:center;color:#666;}
.category_pop .t4 .l_cart span{position:absolute;top:0px;right:-3px;width:30px;height:24px;line-height:24px;font-size::11px;color:#fff;border-radius:100%;background:red;}
.category_pop .t4 .r_btn1{width:40%;float:left;text-align:center;margin-top:10px;}
.category_pop .t4 .r_btn1 input{width:90%;display:block;height:34px;line-height:34px;border-radius:17px;color:#fff;margin:0 auto;border:none;background:rgba(64,158,255,0.26);color:#409eff;}
.category_pop .t4 .r_btn2{width:40%;float:left;text-align:center;margin-top:10px;}
.category_pop .t4 .r_btn2 input{width:90%;display:block;height:34px;line-height:34px;border-radius:17px;color:#fff;margin:0 auto;border:none;background:#409eff;color:#fff;}

.invite2_t{width:90%;margin:20px auto;overflow:hidden;background:#fff;}
.invite2_t2{width:90%;margin:0px auto;overflow:hidden;}
.invite2_t2 .single{float:left;width:33.3%;overflow:hidden;}
.invite2_t2 .single img{display:block;height:47px;margin:5px auto;}
.invite2_t2 .single span{display:block;color:#666;text-align:center;}

.pop_tips{width:100%;height:100%;background:rgba(0,0,0,0.8);position:fixed;top:0px;left:0px;display:none;}
.pop_tips .bdy{width:80%;margin:45% auto;margin-bottom:0;min-height:100px;overflow:hidden;background:#fff;border-radius:10px;}
.pop_tips .bdy .tt{width:80%;display:block;margin:30px auto;margin-top:30px;text-align:center;color:#333;font-size:14px;}
.pop_tips .bdy .tt2{width:100%;overflow:hidden;display:block;text-align:center;color:#333;font-size:14px;border-top:solid 1px #eee;color:#409eff;line-height:45px;}

.pop_tips2{width:100%;height:100%;background:rgba(0,0,0,0.8);position:fixed;top:0px;left:0px;display:none;}
.pop_tips2 .bdy{width:70%;margin:0px auto;}
.pop_tips2 .bdy img{display:block;width:100%;}

.orderSubmit_t1{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;}
.orderSubmit_t1 .l{float:left;width:12%;display:flex;height:70px;align-items:center;justify-content:center;overflow:hidden;}
.orderSubmit_t1 .l img{display:inline-block;height:20px;;}
.orderSubmit_t1 .c{float:left;width:76%;overflow:hidden;padding-bottom:10px;}
.orderSubmit_t1 .c .c1{display:block;margin:10px 0;overflow:hidden;margin-bottom:5px;}
.orderSubmit_t1 .c .c1 span{float:left;font-size:14px;color:#333;}
.orderSubmit_t1 .c .c1 label{float:left;font-size:12px;color:#999999;margin-left:5px;margin-top:3px;}
.orderSubmit_t1 .c .c2{color:#666666;font-size:12px;display:block;line-height:16px;}
.orderSubmit_t1 .r{float:left;width:12%;display:flex;height:70px;align-items:center;justify-content:center;overflow:hidden;}
.orderSubmit_t1 .r img{display:inline-block;height:15px;}

.orderSubmit_t2{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;}
.orderSubmit_t2 .t1{overflow:hidden;padding:10px 4%;}
.orderSubmit_t2 .t1 img{display:block;width:20%;float:left;}
.orderSubmit_t2 .t1 .r_txt{width:77%;float:left;margin-left:3%;}
.orderSubmit_t2 .t1 .span_1{display:block;color:#333;line-height:30px;font-size:14px;}
.orderSubmit_t2 .t1 .span_1 label{float:right;font-size:12px;}
.orderSubmit_t2 .t1 .span_2{display:block;color:#999;line-height:24px;font-size:12px;text-align:right;}
.orderSubmit_t2 .t2{overflow:hidden;line-height:20px;text-align:right;width:92%;margin:0 auto;}
.orderSubmit_t2 .t2 span{color:#999;}
.orderSubmit_t2 .t2 label{color:#333;font-size:14px;}
.orderSubmit_t2 .t2 font{color:red;font-weight:550;font-size:14px;}
.orderSubmit_t2 .t3{overflow:hidden;line-height:40px;margin:5px 0 10px 0;}
.orderSubmit_t2 .t3 span{float:left;width:25%;text-align:center;color:#646566;font-size:14px;line-height:40px;}
.orderSubmit_t2 .t3 input{float:left;width:70%;margin-left:5%;text-align:left;border:none;line-height:40px;color:#333;font-size:14px;}
.orderSubmit_t2 .t4{overflow:hidden;padding:10px 4%;padding-top:15px;}
.orderSubmit_t2 .t4 .l_img{width:68%;float:left;overflow-x:scroll;}
.orderSubmit_t2 .t4 img{display:block;height:80px;width:80px;float:left;margin-right:10px;}
.orderSubmit_t2 .t4 .r_txt{width:30%;float:right;margin-left:2%;margin-top:30px;}
.orderSubmit_t2 .t4 .r_txt svg{float:right;height:14px;width:14px;color:#333;}
.orderSubmit_t2 .t4 .r_txt span{float:right;line-height:14px;}

.orderSubmit_t3{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;}
.orderSubmit_t3 .tit{overflow:hidden;line-height:40px;text-align:center;}
.orderSubmit_t3 .tit span{position:relative;display:inline-block;padding:0 60px;color:#e6a23c;}
.orderSubmit_t3 .tit span:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 0px;
    background: #e6a23c;
    height: 1px;
    top: 50%;
	left:0px;
}
.orderSubmit_t3 .tit span:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 0px;
    background: #e6a23c;
    height: 1px;
    top: 50%;
	right:0px;
}
.orderSubmit_t3 .t2{width:94%;margin:5px auto;overflow:hidden;line-height:30px;color:#646566;font-size:14px;}
.orderSubmit_t3 .t2 label{float:right;color:#f44444;}
.orderSubmit_t3 .t2 .r{float:right;text-align:right;}
.orderSubmit_t3 .t2 .r input{color:#333;margin-right:10px;border:None;height:30px;line-height:30px;text-align:right;}
.orderSubmit_t3 .t2 .r img{height:13px;display:inline-block;width:auto;margin-top:9px;}
.orderSubmit_t4{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;margin-bottom:75px;}
.orderSubmit_t4 .tit{width:94%;margin:10px auto;font-size:14px;color:#333;font-weight:550;line-height:30px;margin-bottom:5px;}
.orderSubmit_t4 .t2{width:94%;margin:5px auto;overflow:hidden;line-height:30px;color:#646566;font-size:14px;}
.orderSubmit_t4 .t2 label{width:25%;display:inline-block;}
.orderSubmit_t4 .t2 label font{color:red;margin-right:3px;}
.orderSubmit_t4 .t3{width:94%;margin:5px auto;overflow:hidden;line-height:30px;color:#646566;font-size:14px;background:rgb(247, 247, 247);padding:15px 0;margin-bottom:15px;}
.orderSubmit_t4 .t3 .sl{float:left;margin-left:4%;height:20px;margin-top:10px;}
.orderSubmit_t4 .t3 span{float:left;margin-left:4%;color:#333;margin-top:5px;}
.orderSubmit_t4 .t3 div.selectedAccount{float:left;margin-left:4%;color:#333;display:none;}
.orderSubmit_t4 .t3 label{display:block;line-height:20px;color:#333;font-size:12px;}
.orderSubmit_t4 .t3 div.selectedAccount label:last-child{color:#666;}
.orderSubmit_t4 .t3 .sr{float:right;margin-right:4%;height:16px;margin-top:13px;}
.orderSubmit_t4 .t4{width:94%;margin:5px auto;overflow:hidden;line-height:30px;color:#646566;font-size:14px;margin-bottom:5px;}
.orderSubmit_t4 .t4 label{width:25%;display:inline-block;float:left;}
.orderSubmit_t4 .t4 label font{color:red;margin-right:3px;}
.orderSubmit_t4 .t4 .r{float:left;width:75%;}
.orderSubmit_t4 .t4 .r .upload_img{float:left;width:29.3%;margin:0px 2%;height:70px;margin-bottom:10px;}
.orderSubmit_t4 .t4 .r .img_list{float:left;width:29.3%;margin:0px 2%;margin-bottom:10px;position:relative;}
.orderSubmit_t4 .t4 .r .img_list img.imgs{display:block;width:100%;height:70px;}
.orderSubmit_t4 .t4 .r .img_list .sbtn{position:absolute;top:0px;right:0px;width:28%;}

.orderSubmit_bottom{position:fixed;width:92%;bottom:0px;background:#fff;left:0px;padding:10px 4%;}
.orderSubmit_bottom .l{float:left;width:40%;}
.orderSubmit_bottom .l .st{color:#323233;font-size:14px;display:block;margin-bottom:2px;}
.orderSubmit_bottom .l .sb{color:#323233;font-size:14px;}
.orderSubmit_bottom .l .sb label{color:#f44444;font-size:16px;}
.orderSubmit_bottom .l .sb font{font-size:13px;margin-right:3px;}
.orderSubmit_bottom .r{float:right;width:34%;}
.orderSubmit_bottom .r input{width:100%;height:40px;line-height:40px;border-radius:20px;background:#409eff;color:#fff;border:None;text-align:center;}


.address_t{background:#fff;padding:10px 0;overflow:hidden;}
.address_t .bdy{overflow:hidden;width:90%;margin:0 auto;height:30px;border-radius:15px;background:#eee;}
.address_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.address_t .bdy input{float:left;border:None;height:30px;background:none;line-height:30px;width:60%;}
.address_t2{width:90%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;}
.address_t2 .c{float:left;width:81%;margin-left:4%;overflow:hidden;padding-bottom:10px;}
.address_t2 .c .c1{display:block;margin:10px 0;overflow:hidden;margin-bottom:5px;}
.address_t2 .c .c1 span{float:left;font-size:14px;color:#333;}
.address_t2 .c .c1 label{float:left;font-size:12px;color:#999999;margin-left:5px;margin-top:3px;}
.address_t2 .c .c2{color:#000;font-size:12px;display:block;line-height:16px;}
.address_t2 .r{float:left;width:15%;display:flex;height:70px;align-items:center;justify-content:center;overflow:hidden;}
.address_t2 .r img{display:inline-block;height:15px;}

.address_set{width:96%;margin:0 auto;overflow:hidden;height:40px;padding:10px 0;border-radius:5px;background:#fff;margin-top:10px;}
.address_set span{float:left;line-height:40px;color:#333;font-size:14px;margin-left:5%;}
.address_set .chk{margin-top:4px;cursor:pointer;width:63px;height:33px;background:url(../images/switch_1.jpg) top center no-repeat;background-size:63px 33px;float:right;margin-right:10px;display:block;}
.address_set .chk_checked{margin-top:4px;cursor:pointer;width:63px;height:33px;border:none;background:url(../images/switch_1_hover.jpg) top center no-repeat;background-size:63px 33px;float:right;margin-right:10px;}

.detail_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:3;min-height:200px;background:#fff;border-radius:10px 10px 0 0;padding:0px 0%;width:100%;}
.detail_pop .bdy{position:relative;height:400px;}
.detail_pop .t1{overflow:hidden;padding:0 3%;text-align:center;position:relative;line-height:50px;font-size:14px;font-weight:550;color:#333;}
.detail_pop .t1 span{position:absolute;top:0px;right:5%;font-size:24px;color:#999;font-weight:normal;}
.detail_pop .t2{height:350px;overflow-y:scroll;width:100%;}
.detail_pop .t2 img{display:block;width:100%;}
.detail_pop .btns{position:absolute;bottom:0px;left:0px;width:100%;height:50px;background:#fff;overflow:hidden;}
.detail_pop .btns input{width:90%;display:block;height:40px;margin:5px auto;background:#409eff;line-height:40px;border:none;font-size:16px;color:#fff;border-radius:20px;}

.category_bottom_tip{text-align:center;position:fixed;bottom:40px;left:0px;width:100%;background:#fff7cb;height:40px;line-height:40px;font-size:14px;color:#333;z-index:1;}
.category_bottom_tip label{color:#ec872d;}
.pop_cart_detail{display:none;position:fixed;bottom:0px;left:0px;z-index:3;background:#fff;border-radius:10px 10px 0 0;padding:10px 0%;width:100%;z-index:9;}
.pop_cart_detail .t1{overflow:hidden;width:94%;margin:10px auto;line-height:20px;margin-top:5px;}
.pop_cart_detail .t1 .chk_div{width:10%;float:left;display:flex;justify-content:center;}
.pop_cart_detail .t1 .chk{cursor:pointer;width:20px;height:20px;background:url(../images/chk_2.jpg) top center no-repeat;background-size:20px;display:block;}
.pop_cart_detail .t1 .chk_checked{cursor:pointer;width:20px;height:20px;border:none;background:url(../images/chk_2_checked.jpg) top center no-repeat;background-size:20px;display:block;}
.pop_cart_detail .t1 a{float:right;line-height:20px;color:#f56c6c;} 
.pop_cart_detail .lists{overflow:hidden;width:94%;margin:0 auto;margin-top:10px;margin-bottom:60px;height:300px;overflow-y:scroll;}
.pop_cart_detail .lists .single{overflow:hidden;margin-top:15px;}
.pop_cart_detail .lists .single .l{float:left;width:10%;height:80px;display:flex;align-items:center;justify-content:center;}
.pop_cart_detail .lists .single .l .chk_single{cursor:pointer;width:20px;height:20px;background:url(../images/chk_2.jpg) top center no-repeat;background-size:20px;display:block;}
.pop_cart_detail .lists .single .l .chk_single_checked{cursor:pointer;width:20px;height:20px;border:none;background:url(../images/chk_2_checked.jpg) top center no-repeat;background-size:20px;display:block;}
.pop_cart_detail .lists .single .r{float:left;width:90%;overflow:hidden;}
.pop_cart_detail .lists .single .r .r_img{float:left;width:30%;height:80px;display:block;}
.pop_cart_detail .lists .single .rr{float:left;width:67%;margin-left:3%;margin-top:0px;overflow:hidden;}
.pop_cart_detail .lists .single .rr .st{height:80px;line-height:20px;overflow:hidden;}
.pop_cart_detail .lists .single .rr .sb{overflow:hidden;}
.pop_cart_detail .lists .single .rr .sb .sprice{float:left;color:red;font-size:14px;font-weight:550;}
.pop_cart_detail .lists .single .rr .sb .sprice font{color:red;margin-right:2px;font-weight:400;}
.pop_cart_detail .lists .single .rr .sb .snum{float:left;color:#999;margin-left:10px;}
.pop_cart_detail .lists .single .rr .sb .snum2{float:right;color:#999;margin-left:5px;}
.pop_cart_detail .lists .single .rr .sb .sedit{float:right;margin-left:5px;}
.pop_cart_detail .lists .single .rr .sb .sedit i{font-size:18px;display:block;color:#409eff;}

.pop_confirm{width:100%;height:100%;background:rgba(0,0,0,0.8);position:fixed;top:0px;left:0px;display:none;z-index:99;}
.pop_confirm .bdy{width:80%;margin:50% auto;overflow:hidden;background:#fff;border-radius:10px;}
.pop_confirm .bdy .tt{width:30%;display:block;margin:0 auto;margin-top:20px;}
.pop_confirm .bdy .tt2{margin-top:30px;margin-bottom:30px;width:100%;overflow:hidden;display:block;text-align:center;color:#333;font-size:15px;font-weight:5500;}
.pop_confirm .bdy .tt3{margin-top:15px;width:100%;overflow:hidden;display:block;text-align:center;color:#666;font-size:14px;}
.pop_confirm .bdy .tt3 label{color:#ecb869;margin-left:10px;margin-right:5px;}
.pop_confirm .bdy .tt4{border-top:solid 1px #f7f8f9;margin-top:10px;overflow:hidden;width:100%;}
.pop_confirm .bdy .tt4 .cancel_a{width:49.8%;display:block;float:left;border-right:solid 1px #f7f8f9;text-align:center;line-height:44px;color:#323233;}
.pop_confirm .bdy .tt4 .confirm_a{width:49.8%;display:block;float:left;text-align:center;line-height:44px;color:#409eff;}

.prodcutDetail_guige{overflow:hidden;padding:10px 4%;background:#fff;margin:15px 0;}
.prodcutDetail_guige span{float:left;line-height:30px;color:#666;margin-right:10px;}
.prodcutDetail_guige label{float:left;line-height:30px;color:#333;font-size:15px;margin-right:20px;}
.prodcutDetail_guige svg{float:right;width:16px;height:16px;margin-top:7px;color:#969799;font-weight:bold;}

.account_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#eee;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.account_pop .t1{overflow:hidden;padding:0 3%;background:#fff;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.account_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.account_pop .t1 .sclose img{float:right;height:25px;}
.account_pop .t2{overflow:hidden;margin-top:15px;padding:0 3%;border-top:solid 1px #eee;padding-top:10px;}
.account_pop .t2 span{float:left;font-size:14px;font-weight:550;color:#333;}
.account_pop .t2 .label_r{float:right;font-size:16px;font-weight:400;color:#999;}
.account_pop .t3{overflow:hidden;width:padding:0 3%;}
.account_pop .t3 .srow{overflow:hidden;margin-top:13px;background:#fff;width:94%;margin:10px auto;border-radius:5px;}
.account_pop .t3 .srow .single1{float:left;width:15%;text-align:center;color:#333;font-size:14px;line-height:30px;display:flex;height:80px;align-items:center;justify-content:center;}
.account_pop .t3 .srow .single1 img{display:block;height:34px;}
.account_pop .t3 .srow .single2{float:left;width:66%;padding:10px 2%;height:60px;display:flex;text-align:left;color:#999;font-size:14px;line-height:30px;align-items:center;flex-wrap:wrap;}
.account_pop .t3 .srow .single2 span{display:block;color:#333;font-size:14px;line-height:20px;width:100%;}
.account_pop .t3 .srow .single2 label{display:block;color:#999;font-size:12px;line-height:20px;width:100%;}
.account_pop .t3 .srow .single3{float:left;width:15%;text-align:center;color:#333;font-size:14px;line-height:30px;display:flex;height:80px;align-items:center;justify-content:center;}
.account_pop .t3 .srow .single3 .chk_single{cursor:pointer;width:20px;height:20px;background:url(../images/chk_2.jpg) top center no-repeat;background-size:20px;display:block;}
.account_pop .t3 .srow .single3 .chk_single_checked{cursor:pointer;width:20px;height:20px;border:none;background:url(../images/chk_2_checked.jpg) top center no-repeat;background-size:20px;display:block;}
.account_pop .t4{overflow:hidden;background:#fff;padding:10px 3%;}
.account_pop .t4 input{width:90%;display:block;height:34px;line-height:34px;border-radius:17px;color:#fff;margin:0 auto;border:none;background:#409eff;color:#fff;}

.orderFinish_t1{overflow:hidden;position:relative}
.orderFinish_t1 img{display:block;width:100%;}
.orderFinish_t1 div.price{overflow:hidden;line-height:40px;line-height:40px;position:absolute;bottom:12px;left:)px;width:100%;text-align:center;font-size:24px;color:#333;font-weight:550;}
.orderFinish_t1 div.price font{font-size:14px;margin-right:5px;}
.orderFinish_t2{overflow:hidden;position:relative}
.orderFinish_t2 img{display:block;width:100%;}
.orderFinish_t2 div.infor{overflow:hidden;line-height:30px;line-height:30px;position:absolute;bottom:20px;left:0px;width:100%;text-align:center;font-size:24px;color:#333;font-weight:400;}
.orderFinish_t2 div.infor .t1{color:#666;font-size:14px;width:84%;margin:5px auto;overflow:hidden;text-align:left;}
.orderFinish_t2 div.infor .t2{color:#666;font-size:14px;width:84%;margin:0px auto;text-align:left;}
.orderFinish_btn{width:80%;margin:50px auto;overflow:hidden;}
.orderFinish_btn input{width:100%;height:44px;line-height:44px;border-radius:22px;text-align:center;color:#fff;font-size:14px;border:none;background:#409efe;}

.agreement-close {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    position: fixed;
    top: 20%;
    right: 0;
    background: #409eff;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}

.bankList{width:90%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;}
.bankList .l{float:left;width:20%;display:flex;height:70px;align-items:center;justify-content:center;overflow:hidden;}
.bankList .l img{display:inline-block;height:40px;}
.bankList .c{float:left;width:61%;margin-left:4%;overflow:hidden;padding-bottom:10px;}
.bankList .c .c1{display:block;margin:15px 0;overflow:hidden;margin-bottom:5px;}
.bankList .c .c1 span{float:left;font-size:14px;color:#333;}
.bankList .c .c1 label{float:left;font-size:13px;color:#999999;margin-left:5px;margin-top:3px;}
.bankList .c .c2{color:#999999;font-size:12px;display:block;line-height:16px;}
.bankList .r{float:left;width:15%;display:flex;height:70px;align-items:center;justify-content:center;overflow:hidden;}
.bankList .r img{display:inline-block;height:15px;}

.bank_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#fff;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.bank_pop .single{padding:10px 0;padding-left:40%;overflow:hidden;line-height:30px;text-align:left;display:flex;}
.bank_pop .single img{display:inline-block;height:30px;margin-right:10px;}
.bank_pop .single span{line-height:30px;font-size:14px;}
.bank_pop .single_split{overflow:hidden;height:10px;background:#f7f8fa;}
.bank_pop .single_cancel{padding:10px 0;overflow:hidden;line-height:30px;text-align:center;}
.bank_pop .single_cancel span{line-height:30px;font-size:15px;color:#646566;}

.noticeList_t{width:92%;margin:10px auto;overflow:hidden;}
.noticeList_t .single{width:50%;float:left;overflow:hidden;}
.noticeList_t .single a{display:block;height:40px;line-height:40px;color:#999;text-align:center;}
.noticeList_t .single span{display:block;height:2px;background:#eee;width:30px;margin:0px auto;}
.noticeList_t .cur span{background:#409eff;}
.noticeList_t .cur a{color:#409eff;}
.noticeList_bdy{width:92%;margin:20px auto;overflow:hidden;}
.noticeList_bdy .single{overflow:Hidden;background:#fff;border-radius:10px;margin-bottom:10px;}
.noticeList_bdy .l{float:left;width:22%;display:flex;height:90px;align-items:center;justify-content:center;overflow:hidden;}
.noticeList_bdy .l img{display:inline-block;height:40px;}
.noticeList_bdy .c{float:left;width:73%;margin-left:0%;overflow:hidden;padding-bottom:10px;}
.noticeList_bdy .c .c1{display:block;color:#333;font-size:15px;margin:15px 0;overflow:hidden;margin-bottom:5px;}
.noticeList_bdy .c .c1 span{float:right;color:red;}
.noticeList_bdy .c .c2{color:#999999;font-size:12px;display:block;line-height:16px;}
.noticeList_bdy .c .c2 span{display:block;color:#999;line-height:20px;height:20px;overflow:hidden;}
.noticeList_bdy .c .c2 label{display:block;color:#999;line-height:20px;}

.myOrder_t{padding:10px 0;overflow:hidden;}
.myOrder_t .bdy{overflow:hidden;width:90%;margin:0 auto;height:30px;border-radius:15px;background:#fff;}
.myOrder_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.myOrder_t .bdy input{float:left;border:None;height:30px;background:#fff;line-height:30px;width:60%;}
.myOrder_t2{width:92%;margin:0px auto;height:42px;overflow:hidden;overflow-x:scroll;}
.myOrder_t2 .bdy{display:block;overflow:hidden;height:42px;}
.myOrder_t2 .single{float:left;overflow:hidden;}
.myOrder_t2 .single a{display:block;height:40px;width:55px;font-size:13px;padding:0 10px;line-height:40px;color:#666;text-align:center;}
.myOrder_t2 .single span{display:block;height:2px;background:#eee;width:20px;margin:0px auto;}
.myOrder_t2 .cur span{background:#409eff;}
.myOrder_t2 .cur a{color:#409eff;}

.myOrder_bdy{width:94%;margin:15px auto;overflow:hidden;}
.myOrder_bdy .single{overflow:hidden;background:#fff;border-radius:5px;margin-bottom:15px;padding-bottom:15px;}
.myOrder_bdy .t{overflow:hidden;padding:10px 0px;width:92%;margin:0px auto;border-bottom:solid 1px #efefef;}
.myOrder_bdy .t span{float:left;background:#409eff;color:#fff;font-size:12px;padding:3px 10px;border-radius:5px;margin-right:5px;}
.myOrder_bdy .t label{float:left;font-size:12px;padding:3px 0;}
.myOrder_bdy .t label.zhuan{float:left;font-size:12px;padding:3px 3px;color: #f99f40;background: rgba(249, 159, 64, 0.1);margin-right:5px;}
.myOrder_bdy .t a{float:right;color:#409eff;padding:3px 0;}
.myOrder_bdy .t1{overflow:hidden;padding:10px 4%;}
.myOrder_bdy .t1 img{display:block;width:20%;float:left;}
.myOrder_bdy .t1 .r_txt{width:77%;float:left;margin-left:3%;}
.myOrder_bdy .t1 .span_1{display:block;color:#333;line-height:30px;font-size:12px;}
.myOrder_bdy .t1 .span_1 label{float:right;font-size:12px;}
.myOrder_bdy .t1 .span_2{display:block;color:#999;line-height:24px;font-size:12px;text-align:right;}
.myOrder_bdy .t2{overflow:hidden;width:90%;margin:0 auto;line-height:20px;text-align:right;}
.myOrder_bdy .t2 span{color:#999;}
.myOrder_bdy .t2 label{color:#333;font-size:12px;}
.myOrder_bdy .t2 font{color:red;font-weight:400;font-size:12px;}
.myOrder_bdy .t2 .s_user{float:left;}
.myOrder_bdy .t2 .s_user img{float:left;width:20px;height:20px;border-radius:100%;margin-right:10px;}
.myOrder_bdy .t2 .s_user span{float:left;line-height:20px;color:#333;}
.myOrder_bdy .t3{overflow:hidden;width:92%;margin:15px auto;margin-bottom:0px;}
.myOrder_bdy .t3 input{float:right;padding:0 15px;margin-left:5%;text-align:center;border:solid 1px #409eff;background:#fff;line-height:34px;border-radius:17px;color:#409eff;font-size:14px;}
.myOrder_bdy .t4{overflow:hidden;padding:10px 4%;}
.myOrder_bdy .t4 .l_img{width:68%;float:left;overflow-x:scroll;}
.myOrder_bdy .t4 img{display:block;height:80px;width:80px;float:left;margin-right:10px;}
.myOrder_bdy .t4 .r_txt{width:30%;float:right;margin-left:2%;margin-top:30px;}
.myOrder_bdy .t4 .r_txt svg{float:right;height:14px;width:14px;color:#333;}
.myOrder_bdy .t4 .r_txt span{float:right;line-height:14px;}

.translate_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#eee;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.translate_pop .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.translate_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.translate_pop .t1 .sclose img{float:right;height:25px;}
.translate_pop .t2{overflow:hidden;margin:15px auto;width:94%;background:#fff;font-size:13px;padding-bottom:10px;border-radius:5px;}
.translate_pop .t2 .tt{width:94%;padding:0px 3%;line-height:40px;overflow:hidden;border-bottom:solid 1px #eee;}
.translate_pop .t2 .tt span{float:left;color:#666;}
.translate_pop .t2 .tt label{float:right;color:#67c23a;}
.translate_pop .t2 .tt2{width:94%;padding:0px 3%;overflow:hidden;line-height:50px;}
.translate_pop .t2 .tt2 span{float:left;color:#666;line-height:50px;}
.translate_pop .t2 .tt2 label{float:right;color:#323233;line-height:50px;}
.translate_pop .t2 .tt2 .img1{height:30px;margin-top:10px;float:right;display:block;margin-left:10px;}
.translate_pop .t2 .tt2 .img2{height:60px;float:right;display:block;margin-left:10px;}
.translate_pop .t2 .tt2 .lbl2{color:#999;margin-right:10px;}
.translate_pop .btn{background:#fff;width:100%;overflow:hidden;}
.translate_pop .btn input{width:90%;display:block;margin:10px auto;height:40px;background:#409eff;text-align:center;border:none;border-radius:20px;color:#fff;font-size:14px;text-align:center;}

.goodslist_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#fff;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.goodslist_pop .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.goodslist_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.goodslist_pop .t1 .sclose img{float:right;height:25px;}
.goodslist_pop .t2{overflow:hidden;margin:5px auto;width:94%;background:#fff;font-size:13px;padding-bottom:10px;border-radius:5px;height:400px;overflow-y:scroll;}
.goodslist_pop .t2 .single{overflow:hidden;margin-bottom:15px;}
.goodslist_pop .t2 .single .l_img{float:left;height:80px;width:25%;}
.goodslist_pop .t2 .single .r_txt{width:70%;float:right;}
.goodslist_pop .t2 .single .r_txt .stit{color:#333;overflow:hidden;line-height:30px;}
.goodslist_pop .t2 .single .r_txt .sb{overflow:hidden;margin-top:35px;}
.goodslist_pop .t2 .single .r_txt .sb span{float:left;color:#f44444;font-weight:550;font-size:14px;}
.goodslist_pop .t2 .single .r_txt .sb font{float:left;margin-left:15px;color:#999;font-size:12px;}
.goodslist_pop .t2 .single .r_txt .sb label{float:right;margin-left:15px;color:#999;font-size:12px;}

.orderDetail_bg{background:url(../images/orderDetail_bg.jpg) top center no-repeat;background-size:100%;background-color:#eee;}
.orderDetail_t{overflow:hidden;width:92%;margin:0px auto;margin-top:0px;min-height:50px;}
.orderDetail_t .l_txt{float:left;overflow:hidden;margin-top:25px;}
.orderDetail_t .l_txt span{display:block;color:#fff;font-size:16px;}
.orderDetail_t .l_txt label{display:block;font-size:13px;color:#fff;margin-top:10px;}
.orderDetail_t .r_img{float:right;height:75px;margin-right:5%;margin-top:10px;}
.orderDetail_t2{width:94%;margin:10px auto;overflow:hidden;padding:7px 0;background:#fff;border-radius:5px;}
.orderDetail_t2 .l{float:left;width:12%;display:flex;height:60px;align-items:center;justify-content:center;overflow:hidden;}
.orderDetail_t2 .l img{display:inline-block;height:20px;;}
.orderDetail_t2 .c{float:left;width:74%;overflow:hidden;padding-bottom:5px;}
.orderDetail_t2 .c .c1{display:block;margin:10px 0;overflow:hidden;margin-bottom:5px;}
.orderDetail_t2 .c .c1 span{float:left;font-size:14px;color:#333;}
.orderDetail_t2 .c .c1 label{float:left;font-size:12px;color:#999999;margin-left:5px;margin-top:3px;}
.orderDetail_t2 .c .c2{color:#666666;font-size:12px;display:block;line-height:16px;}
.orderDetail_t2 .r{float:left;width:14%;display:flex;height:60px;align-items:center;justify-content:center;overflow:hidden;color:#576A94;}
.orderDetail_t3{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;padding-bottom:15px;}
.orderDetail_t3 .t{overflow:hidden;padding:12px 4%;border-bottom:solid 1px #f7f7f7;}
.orderDetail_t3 .t span{float:left;background:#409eff;padding:3px 10px;display:inline-block;color:#fff;border-radius:5px;}
.orderDetail_t3 .t label{float:left;color:#333;margin-left:5px;padding:3px 0;}
.orderDetail_t3 .t1{overflow:hidden;padding:10px 4%;}
.orderDetail_t3 .t1 img{display:block;width:20%;float:left;}
.orderDetail_t3 .t1 .r_txt{width:77%;float:left;margin-left:3%;}
.orderDetail_t3 .t1 .span_1{display:block;color:#333;line-height:30px;font-size:14px;}
.orderDetail_t3 .t1 .span_1 label{float:right;font-size:12px;}
.orderDetail_t3 .t1 .span_2{display:block;color:#999;line-height:24px;font-size:12px;text-align:right;}
.orderDetail_t3 .t2{overflow:hidden;line-height:20px;text-align:right;width:92%;margin:0 auto;}
.orderDetail_t3 .t2 span{color:#999;}
.orderDetail_t3 .t2 label{color:#333;font-size:12px;}
.orderDetail_t3 .t2 font{color:red;font-weight:400;font-size:12px;}
.orderDetail_t4{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;padding-bottom:15px;}
.orderDetail_t4 .tit{font-size:15px;width:92%;margin:5px auto;line-height:40px;overflow:hidden;border-bottom:solid 1px #f7f7f7;}
.orderDetail_t4 .single{overflow:hidden;width:92%;margin:12px auto;line-height:24px;}
.orderDetail_t4 .single span{float:left;color:#333;font-size:13px;}
.orderDetail_t4 .single a{float:right;color:#5a6d96;}
.orderDetail_t4 .single label{float:left;color:#999;font-size:13px;margin-left:5px;}
.orderDetail_t4 .single img{float:left;height:50px;margin-left:10px;}
.orderDetail_t4 .btn{display:block;height:34px;line-height:34px;font-size:14px;width:100px;text-align:center;margin:0 auto;border-radius:17px;border:solid 1px #bbb;}
.orderDetail_t4 .btn img{margin-top:12px;margin-left:5px;}
.orderDetail_t4 .btn2{display:none;height:34px;line-height:34px;font-size:14px;width:150px;text-align:center;margin:0 auto;border-radius:17px;border:solid 1px #bbb;}
.orderDetail_t4 .btn2 img{margin-top:12px;margin-left:5px;}

.pop_wuliu{display:none;position:fixed;top:20%;left:5%;z-index:55;padding:0px 0%;width:90%;border-radius:10px 10px 0 0;}
.pop_wuliu .bdys{overflow:Hidden;border-radius:10px;background:#fff;position:relative;}
.pop_wuliu .tops{background: linear-gradient(180deg, #409eff 0%, #247cff 100%);width:92%;padding:15px 4.1%;overflow:hidden;}
.pop_wuliu .tops .l_img{float:left;width:20%;position:relative;height:60px;overflow:hidden;}
.pop_wuliu .tops .l_img img{display:block;height:60px;width:100%;}
.pop_wuliu .tops .l_img div{position:absolute;line-height:20px;font-size:12px;bottom:0px;width:100%;background:rgba(0,0,0,0.6);color:#fff;text-align:center;}
.pop_wuliu .tops .r_txt{float:left;width:77%;margin-left:3%;}
.pop_wuliu .tops .r_txt span{display:block;color:#fff;line-height:20px;}
.pop_wuliu .cons{width:92%;margin:20px auto;margin-bottom:0px;overflow:hidden;background:url(../images/wuliu_bg.jpg) repeat-y;height:300px;overflow-y:scroll;}
.pop_wuliu .cons .t1{overflow:hidden;}
.pop_wuliu .cons .t1 .l_img{float:left;width:10%;height:60px;overflow:hidden;}
.pop_wuliu .cons .t1 .l_img img{height:26px;float:left;margin:0px 0 0 8px;}
.pop_wuliu .cons .t1 .r_txt{float:left;font-size:13px;width:88%;margin-left:2%;display:flex;border-bottom:solid 1px #f7f7f7;padding-bottom:10px;}
.pop_wuliu .cons .t1 .r_txt .sl{float:left;color:#666;width:25%;}
.pop_wuliu .cons .t1 .r_txt .sr{float:left;color:#666;line-height:20px;}
.pop_wuliu .cons .cur{overflow:hidden;}
.pop_wuliu .cons .cur .l_img{float:left;width:10%;height:60px;overflow:hidden;}
.pop_wuliu .cons .cur .l_img img{height:22px;float:left;margin:0px 0 0 7px;}
.pop_wuliu .cons .cur .r_txt{float:left;font-size:13px;width:88%;line-height:22px;margin-left:2%;color:#666;border-bottom:solid 1px #f7f7f7;padding-bottom:10px;}
.pop_wuliu .cons .cur .time{color:#666;color:#999;font-size:13px;clear:both;overflow:hidden;display:block;margin:5px 0;margin-bottom:0px;letter-spacing:1px;font-size:12px;}
.pop_wuliu .cons .single{overflow:hidden;margin-top:10px;}
.pop_wuliu .cons .single .l_img{float:left;width:10%;height:60px;overflow:hidden;}
.pop_wuliu .cons .single .l_img img{height:10px;float:left;margin:0px 0 0 14px;}
.pop_wuliu .cons .single .r_txt{float:left;font-size:13px;width:88%;line-height:22px;margin-left:2%;color:#666;border-bottom:solid 1px #f7f7f7;padding-bottom:10px;}
.pop_wuliu .cons .single .time{color:#666;color:#999;font-size:13px;clear:both;overflow:hidden;display:block;margin:5px 0;margin-bottom:0px;letter-spacing:1px;font-size:12px;}
.pop_wuliu .cons .single:last-child{background:#fff;padding-bottom:10px;}
.pop_wuliu .cons .single:last-child .r_txt{border-bottom:none;}
.pop_wuliu .bdys .btns{height:40px;line-height:40px;border-top:solid 1px #eee;color:#409eff;font-size:14px;text-align:center;}
.pop_wuliu .closes{overflow:hidden;margin:20px auto;text-align:center;}
.pop_wuliu .closes img{display:block;height:28px;margin:0 auto;}

.inventoryRecord_t{background:#eee;padding:16px 4%;width:92%;overflow:hidden;}
.inventoryRecord_t .single{float:left;padding:7px 15px;border-radius:15px;background:#fff;margin-right:15px;}
.inventoryRecord_t .single select{border:none;padding-right:10px;}
.inventoryRecord_list{padding:5px 4%;width:92%;overflow:hidden;}
.inventoryRecord_list .single{overflow:hidden;margin-top:10px;}
.inventoryRecord_list .single .l_img{float:left;width:23%;}
.inventoryRecord_list .single .l_img img{display:block;height:60px;width:60px;}
.inventoryRecord_list .single .r_txt{float:left;width:77%;overflow:hidden;}
.inventoryRecord_list .single .r_txt .tops{overflow:hidden;padding-bottom:10px;border-bottom:solid 1px #f7f7f7;}
.inventoryRecord_list .single .r_txt .ll{float:left;width:70%;}
.inventoryRecord_list .single .r_txt .ll span{font-size:16px;color:#333;display:block;margin-top:5px;margin-bottom:10px;}
.inventoryRecord_list .single .r_txt .ll label{display:block;font-size:13px;color:#999999;}
.inventoryRecord_list .single .r_txt .rr{margin-top:18px;color:#00c070;float:left;width:30%;text-align:right;font-size:16px;font-weight:550;}
.inventoryRecord_list .single .r_txt .rr img{display:inline-block;margin-top:7px;}
.inventoryRecord_list .single .r_txt .rr .ups{display:none;}
.inventoryRecord_list .single .r_txt .rr span.color2{color:red;}
.inventoryRecord_list .single .r_txt .bottoms{display:None;overflow:hidden;padding-bottom:10px;border-bottom:solid 1px #f7f7f7;}
.inventoryRecord_list .single .r_txt .bottoms span{display:block;margin-top:5px;line-height:20px;}
.inventoryRecord_list .single .r_txt .bottoms label{color:#999;}

.stock_t{padding:5px 0;overflow:hidden;background:#fff;}
.stock_t .bdy{overflow:hidden;width:90%;margin:0 auto;height:30px;border-radius:15px;background:#f7f8fa;}
.stock_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.stock_t .bdy input{float:left;border:None;height:30px;background:#f7f8fa;line-height:30px;width:60%;}
.stock_list{padding:5px 4%;width:92%;overflow:hidden;}
.stock_list .single{overflow:hidden;margin-top:10px;width:92%;padding:15px 4%;padding-bottom:10px;background:#fff;border-radius:10px;}
.stock_list .single .l_img{float:left;width:23%;position:relative;}
.stock_list .single .l_img img{display:block;height:60px;width:60px;}
.stock_list .single .l_img .outs{position:absolute;top:0px;left:0px;display:block;height:60px;width:60px;}
.stock_list .single .r_txt{float:left;width:77%;overflow:hidden;}
.stock_list .single .r_txt .tops{overflow:hidden;padding-bottom:3px;}
.stock_list .single .r_txt .tops span{font-size:16px;color:#333;display:block;margin-top:0px;margin-bottom:7px;}
.stock_list .single .r_txt .tops label.color1{display:inline-block;padding:2px 5px;font-size:12px;color:#409eff;background:rgba(64,158,255,0.12);border:solid 1px #409eff;}
.stock_list .single .r_txt .tops label.color2{display:block;color:red;margin-top:7px;}

.newAddCustomer_t{padding:10px 0;overflow:hidden;background:#ff;}
.newAddCustomer_t .bdy{overflow:hidden;width:94%;margin:0 auto;height:30px;border-radius:15px;background:#f7f8fa;}
.newAddCustomer_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.newAddCustomer_t .bdy input{float:left;border:None;height:30px;background:#f7f8fa;line-height:30px;width:60%;}
.newAddCustomer_list{padding:5px 4%;width:92%;overflow:hidden;}
.newAddCustomer_list .lists{overflow:hidden;border-bottom:solid 1px #f7f7f7;padding-bottom:15px;margin-top:5px;margin-bottom:17px;}
.newAddCustomer_list .lists .tit{overflow:hidden;color:#333;}
.newAddCustomer_list .lists .tit div{float:left;background:url(../images/arr_right2.jpg) top center no-repeat;width:8px;height:13px;background-size:100%;margin-top:2px;margin-right:5px;}
.newAddCustomer_list .lists .tit div.up{background:url(../images/arr_down.jpg) top center no-repeat;width:13px;height:7px;background-size:100%;margin-top:5px;margin-right:0px;}
.newAddCustomer_list .lists .tit span{float:left;line-height:20px;font-size:16px;margin-left:5px;}
.newAddCustomer_list .lists .tit label{float:right;font-size:16px;line-height:20px;}
.newAddCustomer_list .single{overflow:hidden;margin-top:5px;width:92%;padding:10px 4%;padding-bottom:10px;background:#fff;border-radius:10px;}
.newAddCustomer_list .single .l_img{float:left;width:23%;position:relative;}
.newAddCustomer_list .single .l_img img{display:block;height:60px;width:60px;}
.newAddCustomer_list .single .l_img .outs{position:absolute;top:0px;left:0px;display:block;height:60px;width:65px;}
.newAddCustomer_list .single .r_txt{float:left;width:60%;overflow:hidden;border-bottom:solid 1px #f7f7f7;height:65px;}
.newAddCustomer_list .single .r_txt .tops{overflow:hidden;padding-bottom:3px;}
.newAddCustomer_list .single .r_txt .tops span{font-size:14px;color:#576a94;display:block;margin-top:0px;margin-bottom:7px;}
.newAddCustomer_list .single .r_txt .tops span label{margin-left:10px;display:inline-block;padding:2px 3px;font-size:12px;color: #e6a23c;border: 1px solid rgba(230, 162, 60, 0.502);background: #fdf6eb;}
.newAddCustomer_list .single .r_txt .tops label.color1{display:inline-block;padding:2px 0px;font-size:12px;color:#999;}
.newAddCustomer_list .single .r_txt .tops label.color2{display:block;color:red;margin-top:7px;}
.newAddCustomer_list .single .r_img{float:left;width:15%;overflow:hidden;border-bottom:solid 1px #f7f7f7;height:65px;}
.newAddCustomer_list .single .r_img img{display:block;height:50px;width:auto;}
.newAddCustomer_list .single .r_img span{display:block;margin-top:10px;color:red;font-s0ze:14px;}
.newAddCustomer_list .lists .single{display:none;}
.newAddCustomer_list .lists .single:last-child{border-bottom:none;}
.newAddCustomer_t2{width:92%;margin:0px auto;overflow:hidden;margin-bottom:10px;}
.newAddCustomer_t2 .single{float:left;overflow:hidden;width:33.3%;}
.newAddCustomer_t2 .single a{display:block;height:40px;font-size:13px;padding:0 10px;line-height:40px;color:#666;text-align:center;}
.newAddCustomer_t2 .single span{display:block;height:2px;background:#fff;width:25px;margin:0px auto;}
.newAddCustomer_t2 .cur span{background:#409eff;}
.newAddCustomer_t2 .cur a{color:#409eff;}
.myMonthPurchase_t{
	height: 80px;
	border-radius: 5px;
	margin: 15px 3%;
	width:94%;
	-webkit-box-shadow: 0px 0.06rem 0.12rem 0px rgba(59, 157, 255, 0.3);
	box-shadow: 0px 0.06rem 0.12rem 0px rgba(59, 157, 255, 0.3);	
	background: -webkit-gradient(linear, left top, right top, from(#409eff), to(#247cff)) !important;
    background: -webkit-linear-gradient(left, #409eff 0%, #247cff 100%) !important;
    background: linear-gradient(90deg, #409eff 0%, #247cff 100%) !important;		
}
.myMonthPurchase_t .single{float:left;width:33.3%;position:relative;}
.myMonthPurchase_t .single .num{font-weight:500;text-align:center;color:#fff;font-size:16px;display:block;margin:15px 0;margin-bottom:10px;}
.myMonthPurchase_t .single span{display:block;color:#fff;font-size:14px;text-align:center;}
.myMonthPurchase_t .single .line{height:25px;width:1px;background:#efefef;position:absolute;top:30px;right:0px;}
.myMonthPurchase_list{padding:5px 4%;width:92%;overflow:hidden;border-top:15px solid #f7f7f7}
.myMonthPurchase_list .lists{overflow:hidden;border-bottom:solid 1px #f7f7f7;padding-bottom:15px;margin-top:5px;margin-bottom:17px;}
.myMonthPurchase_list .lists .tit{overflow:hidden;color:#333;}
.myMonthPurchase_list .lists .tit div{float:left;background:url(../images/arr_down.jpg) top center no-repeat;width:17px;height:9px;background-size:100%;margin-top:5px;}
.myMonthPurchase_list .lists .tit div.up{background:url(../images/arr_up.jpg) top center no-repeat;width:17px;height:9px;background-size:100%;}
.myMonthPurchase_list .lists .tit span{float:left;line-height:20px;font-size:16px;margin-left:5px;}
.myMonthPurchase_list .lists .tit label{float:right;font-size:16px;line-height:20px;}
.myMonthPurchase_list .single{overflow:hidden;margin-top:5px;width:92%;padding:10px 4%;padding-bottom:10px;background:#fff;border-radius:10px;}
.myMonthPurchase_list .single .l_img{float:left;width:23%;position:relative;}
.myMonthPurchase_list .single .l_img img{display:block;height:60px;width:60px;}
.myMonthPurchase_list .single .l_img .outs{position:absolute;top:0px;left:0px;display:block;height:60px;width:65px;}
.myMonthPurchase_list .single .r_txt{float:left;width:60%;overflow:hidden;border-bottom:solid 1px #f7f7f7;height:65px;}
.myMonthPurchase_list .single .r_txt .tops{overflow:hidden;padding-bottom:3px;}
.myMonthPurchase_list .single .r_txt .tops span{font-size:14px;color:#576a94;display:block;margin-top:0px;margin-bottom:7px;}
.myMonthPurchase_list .single .r_txt .tops span label{margin-left:10px;display:inline-block;padding:2px 3px;font-size:12px;color: #e6a23c;border: 1px solid rgba(230, 162, 60, 0.502);background: #fdf6eb;}
.myMonthPurchase_list .single .r_txt .tops label.color1{display:inline-block;padding:2px 0px;font-size:12px;color:#999;}
.myMonthPurchase_list .single .r_txt .tops label.color2{display:block;color:red;margin-top:7px;}
.myMonthPurchase_list .single .r_img{float:left;width:15%;overflow:hidden;border-bottom:solid 1px #f7f7f7;height:65px;}
.myMonthPurchase_list .single .r_img img{display:block;height:50px;width:auto;}
.myMonthPurchase_list .single .r_img span{display:block;margin-top:10px;color:red;font-s0ze:14px;}
.no_data{font-size:14px;color:#969799;text-align:center;line-height:30px;margin:20px 0;}

.authorizedReview_t{padding:10px 0;overflow:hidden;background:#ff;margin-top:10px;}
.authorizedReview_t .bdy{overflow:hidden;width:94%;margin:0 auto;height:30px;border-radius:15px;background:#f7f8fa;}
.authorizedReview_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.authorizedReview_t .bdy input{float:left;border:None;height:30px;background:#f7f8fa;line-height:30px;width:60%;}
.authorizedReview_t2{width:92%;margin:0px auto;overflow:hidden;margin-bottom:10px;}
.authorizedReview_t2 .single{float:left;overflow:hidden;width:25%;}
.authorizedReview_t2 .single a{display:block;height:40px;font-size:13px;padding:0 10px;line-height:40px;color:#666;text-align:center;}
.authorizedReview_t2 .single span{display:block;height:2px;background:#eee;width:30px;margin:0px auto;}
.authorizedReview_t2 .cur span{background:#409eff;}
.authorizedReview_t2 .cur a{color:#409eff;}
.authorizedReview_list{overflow:Hidden;width:92%;margin:20px auto;}
.authorizedReview_list .single{overflow:hidden;background:#fff;border-radius:10px;margin-bottom:15px;}
.authorizedReview_list .single .tit{font-size:14px;overflow:hidden;width:92%;padding:8px 4%;color:#333;line-height:30px;}
.authorizedReview_list .single .tit label{float:right;color:#409eff;}
.authorizedReview_list .single .t2{overflow:hidden;margin-top:10px;margin-bottom:10px;border-bottom:solid 1px #f7f7f7;padding-bottom:7px;}
.authorizedReview_list .single .t2 .l_img{float:left;width:24%;display:flex;justify-content:center;}
.authorizedReview_list .single .t2 .l_img img{display:block;height:50px;width:auto;border-radius:100%;}
.authorizedReview_list .single .t2 .r_txt{float:right;width:76%;}
.authorizedReview_list .single .t2 .r_txt span{display:block;width:100%;line-height:24px;color:#333;clear:both;}
.authorizedReview_list .single .t2 .r_txt span label{float:left;margin-top:3px;}
.authorizedReview_list .single .t2 .r_txt span label.l2{float:left;font-size:11px;line-height:12px;border:solid 1px #ff444c;padding:1px 1px;color:#ff444c;margin-top:2px;margin-left:5px;}
.authorizedReview_list .single .t3{overflow:hidden;padding:0px 4%;padding-bottom:10px;width:92%;margin:0 auto;}
.authorizedReview_list .single .t3 a{float:right;border:solid 1px #409eff;color:#409eff;width:80px;height:30px;text-align:center;line-height:30px;border-radius:15px;}

.upgrade_t{overflow:hidden;background:#fff;border-radius:5px;width:92%;margin:20px auto;}
.upgrade_t .l_img{float:left;width:24%;display:flex;justify-content:center;align-items:center;height:100px;}
.upgrade_t .l_img img{display:block;height:60px;width:auto;border-radius:100%;}
.upgrade_t .c{float:left;width:43%;text-align:center;}
.upgrade_t .c span{display:block;width:100%;height:24px;font-size:14px;margin-top:24px;line-height:30px;color:#999;text-align:center;}
.upgrade_t .c label{display:block;width:100%;line-height:24px;margin-top:7px;font-size:18px;font-weight:550;text-align:center;color:#333;}
.upgrade_t .r{width:33%;}

.no_data2{overflow:hidden;margin:30% auto;}
.no_data2 img{display:block;height:80px;margin:5px auto;}
.no_data2 span{display:block;color:#666;text-align:center;font-size:14px;}

.scanCodeShipRecord_t{padding:15px 0;overflow:hidden;padding-bottom:10px;background:#fff;}
.scanCodeShipRecord_t .bdy{overflow:hidden;width:94%;margin:0 auto;height:30px;border-radius:15px;background:#f6f6f6;}
.scanCodeShipRecord_t .bdy svg{float:left;margin:5px 2% 0 5%;}
.scanCodeShipRecord_t .bdy input{float:left;border:None;height:30px;background:#f6f6f6;line-height:30px;width:60%;}
.scanCodeShipRecord_t2{width:92%;margin:0px auto;padding:0px 4%;padding-bottom:0px;overflow:hidden;background:#fff;}
.scanCodeShipRecord_t2 .single{float:left;overflow:hidden;width:25%;}
.scanCodeShipRecord_t2 .single a{display:block;height:40px;font-size:14px;padding:0 10px;line-height:40px;color:#666;text-align:center;}
.scanCodeShipRecord_t2 .single span{display:block;height:2px;background:#fff;width:30px;margin:0px auto;}
.scanCodeShipRecord_t2 .cur span{background:#409eff;}
.scanCodeShipRecord_t2 .cur a{color:#409eff;}
.scanCodeShipRecord_list{overflow:Hidden;width:92%;margin:20px auto;}
.scanCodeShipRecord_list .single{overflow:hidden;background:#fff;border-radius:10px;margin-bottom:15px;}
.scanCodeShipRecord_list .single .tit{font-size:14px;overflow:hidden;width:92%;padding:8px 4%;color:#333;line-height:30px;}
.scanCodeShipRecord_list .single .tit label{float:right;color:#409eff;}
.scanCodeShipRecord_list .single .t2{overflow:hidden;margin-top:10px;margin-bottom:10px;border-bottom:solid 1px #f7f7f7;padding-bottom:7px;}
.scanCodeShipRecord_list .single .t2 .l_img{float:left;width:24%;display:flex;justify-content:center;}
.scanCodeShipRecord_list .single .t2 .l_img img{display:block;height:60px;width:60px;}
.scanCodeShipRecord_list .single .t2 .r_txt{float:right;width:76%;}
.scanCodeShipRecord_list .single .t2 .r_txt span{display:block;width:100%;line-height:20px;color:#333;clear:both;}
.scanCodeShipRecord_list .single .t2 .r_txt span label{float:left;margin-top:3px;}
.scanCodeShipRecord_list .single .t2 .r_txt span label.l2{float:left;font-size:11px;line-height:12px;border:solid 1px #ff444c;padding:1px 1px;color:#ff444c;margin-top:2px;margin-left:5px;}
.scanCodeShipRecord_list .single .t3{overflow:hidden;padding:0px 4%;padding-bottom:10px;width:92%;margin:0 auto;}
.scanCodeShipRecord_list .single .t3 a{float:right;border:solid 1px #409eff;color:#409eff;width:80px;height:30px;text-align:center;line-height:30px;border-radius:15px;}

.withdraw_t_wrap{
	background:#fff;
	overflow:hidden;
}
.withdraw_t{
	border-radius: 5px;
	margin: 15px 3%;
	width:94%;
	-webkit-box-shadow: 0px 0.06rem 0.12rem 0px rgba(59, 157, 255, 0.3);
	box-shadow: 0px 0.06rem 0.12rem 0px rgba(59, 157, 255, 0.3);	
	background: -webkit-gradient(linear, left top, right top, from(#409eff), to(#247cff)) !important;
    background: -webkit-linear-gradient(left, #409eff 0%, #247cff 100%) !important;
    background: linear-gradient(90deg, #409eff 0%, #247cff 100%) !important;	
	overflow:hidden;
	padding:10px 0;
}
.withdraw_t .t1{overflow:hidden;}
.withdraw_t .single{float:left;width:45%;padding-left:5%;position:relative;}
.withdraw_t .single .num{font-weight:500;text-align:left;color:#fff;font-size:20px;font-weight:550;display:block;margin-bottom:10px;}
.withdraw_t .single span{display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;text-align:left;margin:5px 0;margin-bottom:5px;}
.withdraw_t .single .line{height:30px;width:1px;background:#efefef;position:absolute;top:20px;right:0px;}

.withdraw_t2{overflow:hidden;margin-top:15px;background:#fff;width:92%;padding:7px 4%;padding-bottom:0px;border: 1px solid #eee;
}
.withdraw_t2 .single{width:96%;margin:0 auto;height:36px;overflow:hidden;padding-bottom:10px;margin-bottom:5px;}
.withdraw_t2 .single span{float:left;line-height:44px;font-size:15px;color:#333;}
.withdraw_t2 .single svg{float:right;height:16px;width:16px;color:#969799;margin-top:17px;margin-left:5px;}
.withdraw_t2 .single img{float:left;margin-right:10px;height:25px;width:auto;margin-top:10px;}
.withdraw_t2 .single:last-child{border-bottom:none;margin-bottom:0px;}
.withdraw_t2 .single label{float:right;color:#969799;line-height:44px;font-size:14px;}
.withdraw_t2 .single .txtInput{float:left;width:60%;line-height:44px;border:none;margin-left:4%;}
.withdraw_t2 .single .slt{float:right;line-height:30px;height:30px;border:none;margin-top:6px;padding-right:10px;}

.withdrawList_t2{width:92%;margin:0px auto;padding:0px 4%;padding-bottom:0px;overflow:hidden;background:#fff;}
.withdrawList_t2 .single{float:left;overflow:hidden;width:20%;}
.withdrawList_t2 .single a{display:block;height:40px;font-size:14px;padding:0 10px;line-height:40px;color:#666;text-align:center;}
.withdrawList_t2 .single span{display:block;height:2px;background:#fff;width:30px;margin:0px auto;}
.withdrawList_t2 .cur span{background:#409eff;}
.withdrawList_t2 .cur a{color:#409eff;}

.myWealth_bg{background:url(../images/wealth.jpg) top center no-repeat;background-size:100%;background-color:#eee;}
.myWealth_t{overflow:hidden;margin:30px auto;width:88%;color:#fff;margin-bottom:16px;}
.myWealth_t span{display:block;line-height:30px;font-size:18px;font-weight:550;}
.myWealth_t label{display:block;line-height:30px;font-size:13px;font-weight:400;color:rgba(255, 255, 255, 0.8);}
.myWealth_t2{overflow:hidden;margin:0px auto;width:86%;padding:0 4%;background:#fff;border-radius:10px;}
.myWealth_t2 .t1{overflow:hidden;margin:10px 0;margin-bottom:15px;}
.myWealth_t2 .t1 span{float:left;height:14px;width:3px;background:#409eff;margin:4px 10px 0 0;}
.myWealth_t2 .t1 label{float:left;line-height:20px;color:#333;font-weight:550;font-size:15px;}
.myWealth_t2 .t2{overflow:hidden;margin:20px 0;margin-bottom:5px;}
.myWealth_t2 .t2 span{float:left;color:#666;font-size:15px;}
.myWealth_t2 .t2 label{float:left;color:#999;font-size:14px;margin-left:10px;}
.myWealth_t2 .t2 svg{float:right;height:14px;width:14px;margin-top:3px;}
.myWealth_t2 .t3{overflow:hidden;margin:10px 0;margin-bottom:5px;border-bottom:solid 1px #f7f7f7;}
.myWealth_t2 .t3 span{float:left;color:#409eff;font-size:20px;font-weight:550;padding-bottom:10px;}
.myWealth_t2 .t4{overflow:hidden;width:45.8%;padding-left:2%;padding-right:2%;float:left;border-right:solid 1px #f7f7f7;}
.myWealth_t2 .s_t2{overflow:hidden;margin:10px 0;margin-bottom:5px;}
.myWealth_t2 .s_t2 span{float:left;color:#666;font-size:15px;}
.myWealth_t2 .s_t2 label{float:left;color:#999;font-size:14px;margin-left:10px;}
.myWealth_t2 .s_t2 svg{float:right;height:14px;width:14px;margin-top:3px;}
.myWealth_t2 .s_t3{overflow:hidden;margin:10px 0;margin-bottom:0px;}
.myWealth_t2 .s_t3 span{float:left;color:#409eff;font-size:20px;font-weight:550;padding-bottom:5px;}
.myWealth_t2 .s_t4{overflow:hidden;margin:0px 0;margin-bottom:5px;}
.myWealth_t2 .s_t4 span{float:left;color:#999999;font-size:15px;font-weight:400;padding-bottom:5px;}

.orderDetail_b{width:94%;text-align:right;position:fixed;bottom:0px;padding:10px 3%;overflow:hidden;left:0px;background:#fff;}
.orderDetail_b .btn1{display:inline-block;background:#fff;height:30px;line-height:30px;padding:0 20px;border-radius:20px;border:solid 1px #409eff;color:#409eff;font-size:14px;margin-left:10px;}
.orderDetail_b .btn2{display:inline-block;background:#fff;height:30px;line-height:30px;padding:0 20px;border-radius:20px;border:solid 1px #cfcfcf;color:#666;font-size:14px;margin-left:10px;}
.split_bottom{height:50px;clear:both;overflow:hidden;}
.common_products{overflow:hidden;padding:10px 4%;padding-top:15px;}
.common_products .l_img{width:68%;float:left;overflow-x:scroll;}
.common_products img{display:block;height:80px;width:80px;float:left;margin-right:10px;}
.common_products .r_txt{width:30%;float:right;margin-left:2%;margin-top:30px;}
.common_products .r_txt svg{float:right;height:14px;width:14px;color:#333;}
.common_products .r_txt span{float:right;line-height:14px;}
.goodslist_pop .t12{overflow:hidden;padding:0 3%;background:#fff;text-align:left;font-size:16px;font-weight:550;line-height:50px;border-radius:10px 10px 0 0;}
.goodslist_pop .t12 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.goodslist_pop .t12 .sclose img{float:right;height:25px;}
.goodslist_pop .t12 label{font-weight:400;float:right;color:#333;font-size:14px;margin-right:10px;}
.orderDetail_subOrder{overflow:hidden;}
.orderDetail_subOrder .tit{text-align:center;overflow:hidden;margin:5px 0;margin-bottom:10px;color:#666666;font-size:14px;line-height:30px;}
.orderDetail_subOrder .tit span{margin:0 15px;display:inline-block}
.orderDetail_subOrder .tit label{display:inline-block;letter-spacing:2px;}
.orderDetail_subOrder .single{width:94%;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;padding-bottom:15px;}
.orderDetail_subOrder .single .t{overflow:hidden;padding:12px 4%;border-bottom:solid 1px #f7f7f7;}
.orderDetail_subOrder .single .t span{float:right;padding:3px 0px;display:inline-block;color:#409eff;font-size:14px;}
.orderDetail_subOrder .single .t label{float:left;color:#333;margin-left:5px;padding:3px 0;font-size:14px;}
.orderDetail_subOrder .single .t1{overflow:hidden;width:92%;margin:0 auto;}
.orderDetail_subOrder .single .t1 span{font-size:14px;color:#999;color:rgb(51, 51, 51);display:block;line-height:20px;margin-top:7px;}
.orderDetail_subOrder .single .t2{overflow:hidden;width:92%;margin:5px auto;}
.common_btn2{float:right;background:#fff;height:30px;line-height:30px;padding:0 15px;border-radius:20px;border:solid 1px #cfcfcf;color:#666;font-size:14px;margin-left:10px;}
.orderDetail_t41{width:94%;position:relative;margin:15px auto;overflow:hidden;background:#fff;border-radius:5px;padding-bottom:15px;}
.orderDetail_t41 .t1{overflow:hidden;width:92%;margin:15px auto;margin-bottom:0px;}
.orderDetail_t41 .t1 .single{float:left;width:47%;display:flex;}
.orderDetail_t41 .t1 .single .l_img{height:40px;width:40px;margin-top:10px;border-radius:100%;}
.orderDetail_t41 .t1 .single .r_txt{flex-grow: 1;text-align:center;}
.orderDetail_t41 .t1 .single .r_txt span{display:block;color:#999;font-size:13px;margin-bottom:5px;}
.orderDetail_t41 .t1 .single .r_txt div{display:block;width:100%;overflow:hidden;text-align:center;font-size:12px;}
.orderDetail_t41 .t1 .single .r_txt .sl_img{float:left;height:6px;margin-top:5px;}
.orderDetail_t41 .t1 .single .r_txt .sr_img{float:right;height:6px;margin-top:5px;}
.orderDetail_t41 .c_img{position:absolute;top:25px;left:0px;text-align:center;width:100%;}
.orderDetail_t41 .c_img img{width:40px;height:40px;border-radius:100%;margin:0 auto;}
.orderDetail_t41 .c_img span{display:block;text-align:center;color:#333;font-size:14px;margin-top:10px;}
.orderDetail_t41 .t2{overflow:hidden;width:92%;margin:0px auto;}
.orderDetail_t41 .t2 .single{float:left;width:47%;display:flex;}
.orderDetail_t41 .t2 .single .l_img{height:40px;width:40px;text-align:center;color:#333;margin-top:10px;}
.orderDetail_t41 .t2 .single .r_txt{flex-grow: 1;text-align:center;color:#e6a23c;}
.orderDetail_t41 .c_img{position:absolute;top:25px;left:0px;text-align:center;width:100%;}
.orderDetail_t41 .t3{overflow:hidden;width:92%;margin:0px auto;margin-bottom:5px;}
.orderDetail_t41 .t3 .single{width:49.8%;float:left;}
.orderDetail_t41 .t3 .single span{display:inline-block;background:#fff;height:30px;line-height:30px;padding:0 20px;border-radius:20px;border:solid 1px #409eff;color:#409eff;font-size:14px;}
.orderDetail_t41 .t3 .single:nth-child(1){border-right:solid 1px #ddd;text-align:right;}
.orderDetail_t41 .t3 .single:nth-child(1) span{margin-right:20px;}
.orderDetail_t41 .t3 .single:nth-child(2){text-align:left;}
.orderDetail_t41 .t3 .single:nth-child(2) span{margin-left:20px;}

.translate_pop2{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#fff;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.translate_pop2 .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.translate_pop2 .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.translate_pop2 .t1 .sclose img{float:right;height:25px;}
.translate_pop2 .t2{overflow:hidden;margin:15px auto;width:94%;background:#fff;font-size:13px;padding-bottom:10px;border-radius:5px;}
.translate_pop2 .t2 .tt{width:94%;padding:0px 3%;line-height:40px;overflow:hidden;}
.translate_pop2 .t2 .tt span{float:left;color:#666;}
.translate_pop2 .t2 .tt label{float:right;color:#666;}
.translate_pop2 .t2 .tt2{width:94%;padding:0px 3%;overflow:hidden;line-height:50px;}
.translate_pop2 .t2 .tt2 span{float:left;color:#666;line-height:50px;}
.translate_pop2 .t2 .tt2 label{float:right;color:#323233;line-height:50px;}
.translate_pop2 .t2 .tt2 .img1{height:30px;margin-top:10px;float:right;display:block;margin-left:10px;}
.translate_pop2 .t2 .tt2 .img2{height:60px;float:right;display:block;margin-left:10px;}
.translate_pop2 .t2 .tt2 .lbl2{color:#999;margin-right:10px;}
.translate_pop2 .btn{background:#fff;width:100%;overflow:hidden;}
.translate_pop2 .btn input{width:90%;display:block;margin:10px auto;height:40px;background:#409eff;text-align:center;border:none;border-radius:20px;color:#fff;font-size:14px;text-align:center;}

.checkDetail_t1{width:94%;margin:10px auto;overflow:hidden;padding:2px 0;background:#fff;border-radius:5px;}
.checkDetail_t1 .single{width:90%;margin:15px auto;overflow:hidden;font-size:15px;}
.checkDetail_t1 .single span{float:left;color:#666;line-height:24px;}
.checkDetail_t1 .single label{float:right;color:#333;}
.checkDetail_t2{width:94%;margin:10px auto;overflow:hidden;padding:2px 0;background:#fff;border-radius:5px;}
.checkDetail_t2 .t{overflow:hidden;width:92%;margin:5px auto;border-bottom:solid 1px #f7f7f7;line-height:30px;padding:5px 0;}
.checkDetail_t2 .t span{float:left;font-weight:550;font-size:16px;}
.checkDetail_t2 .t label{float:right;color:#999;font-size:14px;margin-right:10px;}
.checkDetail_t2 .t svg{float:right;width:12px;height:12px;color:#999;margin-top:8px;}
.checkDetail_t2 .single{width:90%;margin:12px auto;overflow:hidden;font-size:14px;}
.checkDetail_t2 .single span{float:left;color:#666;line-height:24px;}
.checkDetail_t2 .single label{float:right;color:#333;}
.checkDetail_t2 .single svg{float:right;width:12px;height:12px;color:#999;margin-top:4px;margin-left:7px;}
.checkDetail_t2 .single img{float:right;height:45px;}
.checkDetail_t2 .t2{overflow:hidden;width:92%;margin:5px auto;border-top:solid 1px #f7f7f7;line-height:30px;padding:5px 0;}
.checkDetail_t2 .t2 span{float:left;font-weight:550;font-size:15px;}
.checkDetail_t2 .t2 label{float:right;font-weight:400;font-size:14px;}
.checkDetail_t2 .t3{display:flex;overflow:hidden;width:92%;margin:5px auto;padding:10px 0;background:#f7f7f7;border-radius:5px;}
.checkDetail_t2 .t3 img{width:20px;height:25px;display:inline-block;margin:12px 5%;margin-bottom:0px;}
.checkDetail_t2 .t3 div{flex-grow:1;}
.checkDetail_t2 .t3 div span{display:block;color:#333;line-height:30px;font-size:14px;}
.checkDetail_t2 .t3 div label{display:block;color:#999;line-height:20px;font-size:14px;}

.checkDetail_t3{width:94%;margin:10px auto;overflow:hidden;padding:2px 0;background:#fff;border-radius:5px;}
.checkDetail_t3 .t{overflow:hidden;width:92%;margin:5px auto;border-bottom:solid 1px #f7f7f7;line-height:30px;padding:5px 0;}
.checkDetail_t3 .t span{float:left;font-weight:550;font-size:16px;color:#666;}
.checkDetail_t3 .t2{overflow:hidden;width:92%;margin:5px auto;margin-top:10px;background:url(../images/wuliu_bg.jpg) repeat-y;background-size:24px;}
.checkDetail_t3 .t2 .single{overflow:hidden;display:flex;padding-bottom:10px;}
.checkDetail_t3 .t2 .l{width:20px;}
.checkDetail_t3 .t2 .r{flex-grow:1;line-height:16px;font-size:14px;color:#666;padding-left:15px;}
.checkDetail_t3 .t2 .r span{color:#969799;}
.checkDetail_t3 .t2 .r label{color:#409eff;float:right;margin-bottom:10px;}
.checkDetail_t3 .t2 .r svg{width:14px;height:14px;color:#9699a6;float:right;margin:2px 0 0 0;}
.checkDetail_t3 .t2 .single:last-child{background:#fff;padding-bottom:10px;}

.reject_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#fff;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.reject_pop .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.reject_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.reject_pop .t1 .sclose img{float:right;height:25px;}
.reject_pop .t2{overflow:hidden;margin:5px auto;width:94%;background:#fff;font-size:13px;padding-bottom:10px;border-radius:5px;}
.reject_pop .t2 .tt{width:94%;padding:0px 3%;line-height:20px;overflow:hidden;}
.reject_pop .t2 .tt textarea{background:rgb(247, 247, 247);color:#323233;border-radius:5px;height:100px;border:none;padding:10px 4%;width:92%;}
.reject_pop .t2 .tt2{width:94%;padding:0px 3%;overflow:hidden;}
.reject_pop .t2 .tt2 div{display:block;width:100%;overflow:hidden;color:#666;padding:5px 0;margin-bottom:10px;}
.reject_pop .t2 .tt2 label{float:left;display:inline-block;padding:2px 10px;background:rgb(255, 255, 255);border:solid 1px #f7f7f7;color:#999;margin:0 5px 10px 0;}
.reject_pop .btn{background:#fff;width:100%;overflow:hidden;border-top:solid 1px #f7f7f7;}
.reject_pop .btn input{width:90%;display:block;margin:10px auto;margin-top:15px;height:40px;background:#409eff;text-align:center;border:none;border-radius:20px;color:#fff;font-size:14px;text-align:center;}

.reg_infor_btn{width:92%;margin:20px auto;}
.reg_infor_btn input{display:block;width:100%;height:44px;line-height:44px;border-radius:22px;border:none;background:#409eff;color:#fff;text-align:center;font-size:16px;}
.reg_infor2{overflow:hidden;width:87%;padding:10px 2%;background:#fff;border-radius:5px;margin:20px auto;display:flex;}
.reg_infor2 .l_txt{flex-grow:1;}
.reg_infor2 .l_txt .tit{display:block;color:#409eff;font-size:16px;font-weight:550;margin:5px 0;}
.reg_infor2 .l_txt .tit2{display:block;color:#409eff;font-size:12px;font-weight:400;margin:10px 0;}
.reg_infor2 .l_txt .tit3{width:99%;border:solid 1px #bbb;display:block;color:#333;font-size:12px;font-weight:400;margin:5px 0;text-align:center;line-height:24px;font-size:12px;}
.reg_infor2 .r_img{width:80px;height:80px;margin-left:10px;margin-top:5px;}

.pop_gongzhonghao{display:none;width:80%;border-radius:10px;background:#fff;height:auto;background:#fff;z-index:999;position: fixed;top:30%;left:10%;overflow:hidden;}
.pop_gongzhonghao .bdy{overflow:hidden;position:relative;}
.pop_gongzhonghao .b_img{width:50%;display:block;margin:30px auto;margin-bottom:0px;}
.pop_gongzhonghao .close_img{position:absolute;top:20px;right:5%;}
.pop_gongzhonghao span{display:block;color:#333;font-weight:550;margin:10px auto;text-align:center;font-size:16px;}
.pop_gongzhonghao label{display:block;line-height:20px;color:#666;text-align:center;font-size:14px;}
.pop_gongzhonghao .zhiwen_img{width:50px;display:block;margin:10px auto;}
.pop_gongzhonghao .bs{line-height:44px;background:#e4e8ef;color:#666;text-align:center;font-size:14px;}

.allFunctions_t{overflow:hidden;background:#fff;width:100%;padding:5px 0%;margin:0 auto;}
.allFunctions_t .t1{width:92%;padding:0 4%;margin:10px auto;overflow:hidden;padding-bottom:15px;}
.allFunctions_t .t1 span{float:left;color:#222;font-size:16px;font-weight:550;line-height:20px;}
.allFunctions_t .t1 label{float:right;color:#999;font-size:14px;line-height:20px;margin-right:5px;}
.allFunctions_t .t1 svg{float:right;color:#999;height:18px;margin-top:0px;}
.allFunctions_t .t2{overflow:hidden;width:92%;margin:0 auto;margin-top:10px;border-bottom:soldi 1px #eee;padding-bottom:5px;}
.allFunctions_t .t2 .single{float:left;width:33.3%;margin-bottom:10px;}
.allFunctions_t .t2 .single img{width:26px;height:26px;display:block;margin:7px auto;}
.allFunctions_t .t2 .single span{display:block;width:100%;text-align:center;font-size:14px;color:#646566}

.productPrice_list{padding:5px 4%;width:92%;overflow:hidden;border-top:15px solid #f7f7f7}
.productPrice_list .lists{overflow:hidden;padding-bottom:15px;margin-top:5px;margin-bottom:17px;}
.productPrice_list .lists .tit{overflow:hidden;color:#333;}
.productPrice_list .lists .tit div{float:left;background:url(../images/arr_down.jpg) top center no-repeat;width:17px;height:9px;background-size:100%;margin-top:5px;}
.productPrice_list .lists .tit div.up{background:url(../images/arr_up.jpg) top center no-repeat;width:17px;height:9px;background-size:100%;}
.productPrice_list .lists .tit span{float:left;line-height:20px;font-size:16px;margin-left:5px;}
.productPrice_list .lists .tit label{float:right;font-size:16px;line-height:20px;}
.productPrice_list .single{overflow:hidden;margin-top:5px;width:92%;padding:10px 4%;padding-bottom:10px;background:#fff;border-radius:5px;margin-bottom:10px;}
.productPrice_list .single .l_img{float:left;width:23%;position:relative;margin-bottom:10px;}
.productPrice_list .single .l_img img{display:block;height:60px;width:60px;}
.productPrice_list .single .l_img .outs{position:absolute;top:0px;left:0px;display:block;height:60px;width:65px;}
.productPrice_list .single .r_txt{float:left;width:69%;overflow:hidden;height:65px;}
.productPrice_list .single .r_txt .tops{overflow:hidden;padding-bottom:3px;}
.productPrice_list .single .r_txt .tops span{font-size:14px;color:#333;display:block;margin-top:0px;margin-bottom:22px;}
.productPrice_list .single .r_txt .tops span label{margin-left:10px;display:inline-block;padding:2px 3px;font-size:12px;color: #e6a23c;border: 1px solid rgba(230, 162, 60, 0.502);background: #fdf6eb;}
.productPrice_list .single .r_txt .tops label.color1{display:inline-block;padding:2px 0px;font-size:12px;color:#999;}
.productPrice_list .single .r_txt .tops label.color2{display:block;color:red;margin-top:7px;}
.productPrice_list .single .r_img{float:left;width:6%;overflow:hidden;border-bottom:solid 1px #f7f7f7;height:65px;}
.productPrice_list .single .r_img img.downs{display:block;height:9px;width:auto;margin-top:25px;}
.productPrice_list .single .r_img img.ups{display:none;height:9px;width:auto;margin-top:25px;}
.productPrice_list .single .r_img2 img.downs{display:none;height:9px;width:auto;margin-top:25px;}
.productPrice_list .single .r_img2 img.ups{display:block;height:9px;width:auto;margin-top:25px;}
.productPrice_list .single .bb{display:block;clear:both;width:100%;border-top:solid 1px #f3f3f3;display:none;}
.productPrice_list .single .bb .stab_t{overflow:hidden;text-align:center;margin-top:10px;margin-bottom:10px;}
.productPrice_list .single .bb .stab_t span{display:inline-block;line-height:30px;color:#666;padding-bottom:5px;border-bottom:solid 3px #fff;margin-left:20px;font-size:15px;}
.productPrice_list .single .bb .stab_t span.cur{color:#409eff;border-bottom:solid 3px #409eff;}
.productPrice_list .single .bb .stab_b{overflow:hidden;}
.productPrice_list .single .bb .stab_b div{display:block;overflow:hidden;margin-bottom:12px;}
.productPrice_list .single .bb .stab_b i{display:block;height:5px;width:5px;margin-top:7px;float:left;background:#409eff;border-radius:100%;}
.productPrice_list .single .bb .stab_b span{float:left;margin-left:5px;color:#333;font-weight:550;font-size:14px;}
.productPrice_list .single .bb .stab_b label{float:right;color:#666;line-height:20px;}

.exit_bg{background:url(../images/exit_bg.jpg) top center no-repeat;background-size:100%;background-color:#eee;}
.exit_t{overflow:hidden;margin:0 auto;margin-top:15px;width:92%;padding:7px 0%;padding-bottom:0px;}
.exit_t .single{width:92%;margin:0 auto;overflow:hidden;padding:10px 4%;padding-bottom:15px;margin-bottom:5px;border-radius:5px;margin-bottom:10px;background:#fff;}
.exit_t .single span{float:left;font-size:16px;color:#333;margin-top:5px;}
.exit_t .single span b,.exit_t .single span label{display:block;height:18px;overflow:hidden;}
.exit_t .single svg{float:right;height:16px;width:16px;color:#333;margin-top:17px;margin-left:5px;}
.exit_t .single img{float:left;margin-right:15px;height:28px;width:auto;margin-top:10px;}
.exit_t .single:last-child{border-bottom:none;margin-bottom:0px;}
.exit_t .single label{display:block;color:#999;font-size:14px;margin-top:5px;}
.exit_t .single .txtInput{float:left;width:60%;line-height:44px;border:none;margin-left:4%;}
.exit_t .single .slt{float:right;line-height:30px;height:30px;border:none;margin-top:6px;padding-right:10px;}

.apply_bdy{width:94%;padding:10px 3%;overflow:hidden;}
.apply_bdy .tit{overflow:Hidden;width:96%;margin:0 auto;font-weight:550;font-size:16px;}
.apply_bdy .single_tip{overflow:hidden;color:#999;}
.apply_bdy .single_input{width:96%;margin:0 auto;border-bottom:solid 1px #ecedf1;overflow:hidden;margin-top:12px;line-height:40px;font-size:14px;}
.apply_bdy .single_input:last-child{border-bottom:none;}
.apply_bdy .single_input font{color:red;float:left;margin-right:5px;}
.apply_bdy .single_input span{float:left;margin-right:5px;color:#666;font-size:14px;}
.apply_bdy .single_input label{float:right;color:#333;font-size:14px;}
.apply_bdy .single_input label.lbl2{color:#e6a23c}
.apply_bdy .single_input input{width:40%;float:right;border:none;height:40px;text-align:right;}
.apply_bdy .single_input select{padding-right:10px;width:40%;float:right;border:none;height:40px;text-align:right;}
.apply_bdy .single_input .upload_icon{float:right;height:60px;display:block;margin-bottom:12px;}
.apply_bdy .single_input .slt2{padding-right:10px;float:left;width:55px;}
.apply_bdy .single_input .split_div{float:left;height:30px;margin-top:5px;width:1px;margin-left:5px;padding-right:10px;border-right:solid 1px #e5e5e5;}
.apply_bdy .single_input .input2{float:left;text-align:left;margin-left:20px;}

.book_t{overflow:hidden;} 
.book_t img{display:block;width:100%;}
.dot_div2{position:relative;display:inline-block;}
.dot_div2 .dot{position:absolute;top:5px;right:-5px;width:10px;height:10px;border-radius:100%;background:red;}
.dot_div3{position:relative;display:inline-block;}
.dot_div3 .dot{position:absolute;top:0px;right:0px;width:10px;height:10px;border-radius:100%;background:red;}

.white_bg{overflow:hidden;background:#fff;padding:10px 2%;padding-bottom:0px;}
.dataAnalysis_t1{border-radius:5px;overflow:hidden;background:url(../images/exit_bg.jpg) top center no-repeat;background-size:100% 100%;padding:10px 0;margin-bottom:10px;}
.dataAnalysis_t1 .t1{overflow:hidden;border-bottom:solid 1px #4d9cfb;width:92%;margin:0 auto;}
.dataAnalysis_t1 .single{float:left;width:65%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t1 .single .num{font-weight:400;text-align:left;color:#fff;font-size:14px;display:block;margin-bottom:10px;}
.dataAnalysis_t1 .single .num b{font-size:18px;font-weight:550;color:#fff;margin-right:3px;}
.dataAnalysis_t1 .single span{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;height:16px;overflow:hidden;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t1 .single .line{height:30px;width:1px;background:#efefef;position:absolute;top:20px;right:0px;}
.dataAnalysis_t1 .single2{float:left;width:35%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t1 .single2 span{display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t1 .single2 span b{margin-right:5px;font-size:16px;color:#fff;}
.dataAnalysis_t1 .t2{overflow:hidden;width:92%;margin:0 auto;margin-top:10px;}
.dataAnalysis_t1 .single3{float:left;width:33.3%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t1 .single3 .num{font-weight:400;text-align:left;color:#fff;font-size:14px;display:block;margin-bottom:10px;}
.dataAnalysis_t1 .single3 .num b{font-size:18px;font-weight:550;color:#fff;margin-right:3px;}
.dataAnalysis_t1 .single3 span{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;height:16px;overflow:hidden;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t1 .single3 .line{height:30px;width:1px;background:#50a3ff;position:absolute;top:15px;right:10%;}

.dataAnalysis_t2{overflow:hidden;background:#fff;padding:5px 0%;padding-bottom:0px;margin-top:15px;}
.dataAnalysis_t2 .tab_t{overflow:hidden;border-bottom:solid 1px #f7f7f9;padding-top:10px;}
.dataAnalysis_t2 .tab_t .single{float:left;width:50%;overflow:hidden;}
.dataAnalysis_t2 .tab_t .single a{display:block;line-height:30px;text-align:center;color:#409eff;font-size:16px;}
.dataAnalysis_t2 .tab_t .single span{display:block;height:3px;background:#409eff;width:40px;margin:0 auto;margin-top:10px;}
.dataAnalysis_t2 .t1{overflow:Hidden;margin:15px 0;padding:0 4%;display:block;}
.dataAnalysis_t2 .t1 select{border:None;background:none;float:right;color:#333;}
.dataAnalysis_t2 .t2{border-radius:5px;overflow:hidden;padding:10px 0;width:96%;margin:0 auto;margin-bottom:10px;
background: -webkit-gradient(linear, left top, right top, from(rgba(36, 124, 255, 0.8)), to(rgba(64, 158, 255, 0.8))) !important;
    background: -webkit-linear-gradient(left, rgba(36, 124, 255, 0.8) 0%, rgba(64, 158, 255, 0.8) 100%) !important;
    background: linear-gradient(90deg, rgba(36, 124, 255, 0.8) 0%, rgba(64, 158, 255, 0.8) 100%) !important;
}
.dataAnalysis_t2 .t2 .t11{overflow:hidden;border-bottom:solid 1px rgba(255, 255, 255, 0.1);width:92%;margin:0 auto;}
.dataAnalysis_t2 .t2 .single{float:left;width:65%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t2 .t2 .single .num{font-weight:400;text-align:left;color:#fff;font-size:14px;display:block;margin-bottom:10px;}
.dataAnalysis_t2 .t2 .single .num b{font-size:18px;font-weight:550;color:#fff;margin-right:3px;}
.dataAnalysis_t2 .t2 .single span{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;height:16px;overflow:hidden;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t2 .t2 .single .line{height:30px;width:1px;background:#efefef;position:absolute;top:20px;right:0px;}
.dataAnalysis_t2 .single2{float:left;width:35%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t2 .single2 span{font-size:12px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;height:16px;overflow:hidden;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t2 .single2 .num{font-weight:400;text-align:left;color:#fff;font-size:14px;display:block;margin-bottom:10px;}
.dataAnalysis_t2 .single2 .num b{font-size:18px;font-weight:550;color:#fff;margin-right:3px;}

.dataAnalysis_t2 .t2 .t22{overflow:hidden;width:92%;margin:0 auto;margin-top:10px;}
.dataAnalysis_t2 .single3{float:left;width:33.3%;padding-left:0%;position:relative;color:#fff;}
.dataAnalysis_t2 .single3 .num{font-weight:400;text-align:left;color:#fff;font-size:14px;display:block;margin-bottom:10px;}
.dataAnalysis_t2 .single3 .num b{font-size:18px;font-weight:550;color:#fff;margin-right:3px;}
.dataAnalysis_t2 .single3 span{font-size:12px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;height:16px;overflow:hidden;text-align:left;margin:5px 0;margin-bottom:5px;}
.dataAnalysis_t2 .single3 .line{height:30px;width:1px;background:rgba(255,255,255,0.15);position:absolute;top:15px;right:10%;}

.dataAnalysis_t2 .bottom_color{border-radius:5px;overflow:hidden;padding:7px 0;width:96%;margin:0 auto;margin-bottom:15px;
background: -webkit-gradient(linear, left top, right top, from(rgba(36, 124, 255, 0.8)), to(rgba(64, 158, 255, 0.8))) !important;
    background: -webkit-linear-gradient(left, rgba(36, 124, 255, 0.8) 0%, rgba(64, 158, 255, 0.8) 100%) !important;
    background: linear-gradient(90deg, rgba(36, 124, 255, 0.8) 0%, rgba(64, 158, 255, 0.8) 100%) !important;
}

.dataAnalysis_t3{overflow:hidden;background:#fff;padding:5px 4%;padding-bottom:0px;margin-top:15px;}
.dataAnalysis_t3 .tit{overflow:hidde;font-size:16px;font-weight:550;color:#333;margin:10px 0;}
.dataAnalysis_t3 .tab_t{overflow:hidden;margin-bottom:15px;margin-top:15px;}
.dataAnalysis_t3 .tab_t .single{float:left;width:24%;margin-left:1%;background:#F8F8F8;border-radius:5px;text-align:center;}
.dataAnalysis_t3 .tab_t .single i{margin:10px auto;display:block;color:#999;font-family:iconfont !important;font-size:22px;font-style: normal;
    -webkit-font-smoothing: antialiased;margin-bottom:5px;}
.dataAnalysis_t3 .tab_t .single span{display:block;color:#999;margin-bottom:10px;}
.dataAnalysis_t3 .tab_t .cur,.dataAnalysis_t3 .tab_t .single:hover{background:#409eff;}
.dataAnalysis_t3 .tab_t .cur i,.dataAnalysis_t3 .tab_t .cur span,.dataAnalysis_t3 .tab_t .single:hover i,.dataAnalysis_t3 .tab_t .single:hover span{color:#fff;}
.dataAnalysis_t3 .tab_bdy{overflow:hidden;margin-bottom:15px;}
.dataAnalysis_t3 .tab_bdy .tit1{overflow:hidden;font-size:16px;font-weight:550;}
.dataAnalysis_t3 .tab_bdy .tit1 svg{float:right;color:#999;height:12px;width:12px;margin-top:6px;margin-left:5px;}
.dataAnalysis_t3 .tab_bdy .tit1 a{float:right;color:#409eff;font-weight:normal;font-size:12px;margin-top:3px;}
.dataAnalysis_t3 .tab_bdy .lists{overflow:hidden;font-size:14px;margin-top:10px;}
.dataAnalysis_t3 .tab_bdy .lists .single{overflow:hidden;}
.dataAnalysis_t3 .tab_bdy .lists .single div{float:left;width:35%;border-bottom:solid 1px #eee;line-height:44px;color:#666;}
.dataAnalysis_t3 .tab_bdy .lists .single div:last-child{width:30%;text-align:right;}
.dataAnalysis_t3 .tab_bdy .lists .single:last-child div{border-bottom:none;}
.dataAnalysis_t3 .tab_bdy .lists2{overflow:hidden;font-size:14px;margin-top:10px;}
.dataAnalysis_t3 .tab_bdy .lists2 .single{overflow:hidden;}
.dataAnalysis_t3 .tab_bdy .lists2 .single div{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;float:left;width:35%;border-bottom:solid 1px #eee;line-height:44px;color:#666;}
.dataAnalysis_t3 .tab_bdy .lists2 .single div:last-child{width:30%;text-align:right;}
.dataAnalysis_t3 .tab_bdy .lists2 .single div.other{line-height:20px;}
.dataAnalysis_t3 .tab_bdy .lists2 .single div.other span{display:block;color:#333;font-size:12px;}
.dataAnalysis_t3 .tab_bdy .lists2 .single div.other label{display:block;color:#999}
.dataAnalysis_t3 .tab_bdy .lists2 .single:last-child div{border-bottom:none;}

.datas_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#fff;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.datas_pop .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.datas_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.datas_pop .t1 .sclose img{float:right;height:25px;}
.datas_pop .t12{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:550;line-height:50px;border-radius:10px 10px 0 0;border-bottom:solid 1px #f7f7f7;}
.datas_pop .t12 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.datas_pop .t12 .sclose img{float:right;height:20px;}
.datas_pop .t12 label{font-weight:400;float:right;color:#333;font-size:14px;margin-right:10px;}
.datas_pop .lists{overflow:hidden;margin:15px auto;width:92%;background:#fff;font-size:13px;padding-bottom:10px;height:400px;overflow-y:scroll;}
.datas_pop .lists .tops{background:#f8f8f8;overflow:hidden;}
.datas_pop .lists .top1{overflow:hidden;}
.datas_pop .lists .top1 .single{color:#666;float:left;line-height:40px;text-align:left;width:42%;margin-left:4%;margin-right:4%;}
.datas_pop .lists .top1 .single:last-child{text-align:right;}
.datas_pop .lists .top2{overflow:hidden;}
.datas_pop .lists .top2 .single{color:#666;float:left;line-height:40px;text-align:left;width:25%;text-align:center;}
.datas_pop .lists .top3{overflow:hidden;}
.datas_pop .lists .top3 .single{color:#666;float:left;line-height:40px;text-align:left;width:33.3%;text-align:center;}
.datas_pop .lists .listss{overflow:hidden;}
.datas_pop .lists .single1{overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08)}
.datas_pop .lists .single1 div{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;height:40px;color:#666;float:left;line-height:40px;text-align:left;width:42%;margin-left:4%;margin-right:4%;}
.datas_pop .lists .single1 div:last-child{text-align:right;}
.datas_pop .lists .single2{overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08)}
.datas_pop .lists .single2 div{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;height:40px;color:#666;float:left;line-height:40px;text-align:center;width:25%;}
.datas_pop .lists .single3{overflow:hidden;border-bottom:1px solid rgba(0, 0, 0, 0.08)}
.datas_pop .lists .single3 div{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;height:40px;color:#666;float:left;line-height:40px;text-align:center;width:33.3%;}

.finance_t{overflow:hidden;background:#fff;margin-bottom:15px;}
.finance_t .t1{height:100px;display:flex;align-items:center;border-radius:5px;width:94%;margin:15px auto;background:url(../images/shouyi_bg.jpg) top center no-repeat;background-size:100%;}
.finance_t .t1 .single{display:block;width:150px;margin:15px auto;}
.finance_t .t1 .single .l{float:left;width:130px;color:#fff;}
.finance_t .t1 .single .l label{display:block;font-size:20px;font-weight:550;}
.finance_t .t1 .single .l span{display:block;color:rgba(255, 255, 255, 0.8);font-size:14px;margin-top:7px;}
.finance_t .t1 .single svg{float:left;color:#fff;font-size:20px;height:15px;width:15px;margin-top:20px;}
.finance_t .t2{width:94%;margin:10px auto;overflow:hidden;border-bottom:solid 1px #f7f7f7;padding-bottom:10px;}
.finance_t .t2 .l{float:left;}
.finance_t .t2 .l span{display:block;color:#969799;font-size:14px;}
.finance_t .t2 .l label{color:#333;font-size:18px;display:block;margin-top:5px;}
.finance_t .t2 svg{float:right;color:#999;font-size:20px;height:15px;width:15px;margin-top:15px;margin-right:3%;}
.finance_t .t3{width:94%;margin:15px auto;overflow:hidden;}
.finance_t .t3 .l{float:left;}
.finance_t .t3 .l span{float:left;color:#666;font-size:15px;line-height:28px;}
.finance_t .t3 .l label{float:left;margin-left:10px;color:#409eff;line-height:28px;font-size:15px;font-weight:550;}
.finance_t .t3 .r{float:right;color:#e6a23c;background:#fdf6ec;width:70px;line-height:28px;border-radius:14px;font-size:12px;margin-right:1%;text-align:center;}
.finance_t .t4{width:94%;margin:10px auto;overflow:hidden;border-bottom:solid 1px #f7f7f7;padding-bottom:5px;font-weight:550;font-size:16px;line-height:30px;}
.finance_t .t5{width:94%;margin:15px auto;overflow:hidden;}
.finance_t .t5 .l{float:left;}
.finance_t .t5 .l span{display:block;color:#333;font-size:15px;line-height:24px;font-weight:550;}
.finance_t .t5 .l label{margin:2px;display:block;color:#409eff;line-height:28px;font-size:15px;font-weight:550;}
.finance_t .t5 .l div{color:#999;}
.finance_t .t5 .l div i{font-size:16px;font-family: "iconfont" !important;}
.finance_t .t5 .l div i.icon-up{color:#f56c6c}
.finance_t .t5 .l div i.icon-down{color:green}
.finance_t .t5 .r{float:right;color:#409eff;background:rgba(64,158,255,0.12);width:70px;line-height:30px;border-radius:2px;font-size:12px;margin-right:1%;text-align:center;}

.finance_list_t{overflow:hidden;width:94%;margin:15px auto;}
.finance_list_t .tit{overflow:hidden;margin-bottom:10px;font-size:18px;font-weight:550;}
.finance_list_t .details{overflow:hidden;height:100px;background:url(../images/bg_18.jpg) top center no-repeat;background-size:100% 100%;overflow:hidden;}
.finance_list_t .details .l{float:left;margin-top:25px;margin-left:7%;}
.finance_list_t .details .l span{display:block;font-size:24px;font-weight:550;color:#fff;}
.finance_list_t .details .l label{display:block;color:#fff;font-size:14px;margin-top:10px;}
.finance_list_t .details .r{float:right;margin-top:67px;text-align:right;color:#fff;font-size:14px;margin-right:5%;}
.finance_list_t .details .r i{color:#fff;font-size:16px;font-family: "iconfont" !important;}

.finance_list_t2{width:94%;margin:10px auto;overflow:hidden;}
.finance_list_t2 span{color:#409eff;border:solid 1px #409eff;display:inline-block;padding:10px 15px;border-radius:20px;}

.finance_lists{overflow:hidden;margin:15px 0;}
.finance_lists .lists{overflow:Hidden;margin-bottom:10px;}
.finance_lists .lists .tit{overflow:hidden;width:94%;margin:0 auto;}
.finance_lists .lists .tit img{float:left;height:12px;margin-top:4px;}
.finance_lists .lists .tit span{line-height:20px;font-weight:bold;font-size:16px;margin-left:10px;}
.finance_lists .lists .tit svg{margin-top:4px;margin-left:10px;float:right;height:13px;width:13px;color:#999;}
.finance_lists .lists .tit label{margin-top:2px;float:right;color:#999;font-size:12px;}
.finance_lists .lists .bdy{overflow:hidden;width:90%;padding:10px 2%;margin:10px auto;box-shadow: 0px 0.03rem 0.26rem 0.03rem rgba(40, 66, 101, 0.08);border-radius: 0.1rem;}
.finance_lists .lists .bdy .single{overflow:hidden;display:flex;padding:10px 0;}
.finance_lists .lists .bdy .single img{float:left;height:34px;margin-right:10px;}
.finance_lists .lists .bdy .single .r{flex-grow:1;border-bottom:solid 1px #eee;padding-bottom:15px;}
.finance_lists .lists .bdy .single:last-child .r{border-bottom:none;}
.finance_lists .lists .bdy .single span{float:left;font-size:15px;color:#333;line-height:30px;}
.finance_lists .lists .bdy .single label{float:right;text-align:right;color:#000;font-weight:bold;font-size:16px;line-height:30px;}

.finance_detail_bg{background:url(../images/bg_19.jpg) top center no-repeat;background-size:100%;background-color:#eee;}
.finance_detail_t{position:relative;overflow:Hidden;margin:15px auto;width:94%;text-align:center;color:#fff;font-size:16px;font-weight:550;}
.finance_detail_t .l{position:absolute;top:4px;left:0px;font-size:14px;font-weight:400;line-height:16px;}
.finance_detail_t .r{position:absolute;top:4px;right:0px;font-size:14px;font-weight:400;line-height:16px;}
.finance_detail_t2{overflow:Hidden;margin:15px auto;width:94%;text-align:center;background:#fff;border-radius:5px;}
.finance_detail_t2 .t1{overflow:hidden;margin:25px 0;}
.finance_detail_t2 .t1 span{display:block;color:#999;}
.finance_detail_t2 .t1 b{margin-top:12px;margin-bottom:12px;display:block;color:#333;font-size:20px; letter-spacing:1px;}
.finance_detail_t2 .t1 label{background:#f7f7f7;display:inline-block;padding:10px 15px;color:#666;border-radius:10px;}
.finance_detail_t2 .t1 label font{color:#409eff;font-weight:550;margin-left:5px;}
.finance_detail_t2 .t2{margin-top:15px;overflow:hidden;border-bottom:solid 1px #eee;padding-bottom:10px;}
.finance_detail_t2 .t2 .single{float:left;width:50%;text-align:center;}
.finance_detail_t2 .t2 .single span{display:block;color:#999;font-size:14px;}
.finance_detail_t2 .t2 .single label{display:block;color:#333;font-size:15px;margin-top:5px;}
.finance_detail_t2 .t3{width:94%;margin:15px auto;overflow:hidden;}
.finance_detail_t2 .t3 .process_div{position:relative;margin-top:5px;overflow:hidden;padding-bottom:20px;}
.finance_detail_t2 .t3 .process_div .sbg{background:#ebedf0;height:20px;border-radius:15px;width:100%;display:block;}
.finance_detail_t2 .t3 .process_div .stxt{display:block;}
.finance_detail_t2 .t3 .process_div .stxt span{position:absolute;bottom:0px;color:#333;font-size:12px;}
.finance_detail_t2 .t3 .process_div .stxt .s1{left:8%;}
.finance_detail_t2 .t3 .process_div .stxt .s2{left:18%;}
.finance_detail_t2 .t3 .process_div .stxt .s3{left:28%;}
.finance_detail_t2 .t3 .process_div .stxt .s4{left:38%;}
.finance_detail_t2 .t3 .process_div .stxt .s5{left:48%;}
.finance_detail_t2 .t3 .process_div .stxt .s6{left:58%;}
.finance_detail_t2 .t3 .process_div .stxt .s7{left:68%;}
.finance_detail_t2 .t3 .process_div .stxt .s8{left:78%;}
.finance_detail_t2 .t3 .process_div .stxt .s9{left:88%;}
.finance_detail_t2 .t3 .process_div .sline{display:block;}
.finance_detail_t2 .t3 .process_div .sline span{position:absolute;top:0px;width:1px;height:20px;background:#fff;z-index:2;}
.finance_detail_t2 .t3 .process_div .sline .s1{left:10%;}
.finance_detail_t2 .t3 .process_div .sline .s2{left:20%;}
.finance_detail_t2 .t3 .process_div .sline .s3{left:30%;}
.finance_detail_t2 .t3 .process_div .sline .s4{left:40%;}
.finance_detail_t2 .t3 .process_div .sline .s5{left:50%;}
.finance_detail_t2 .t3 .process_div .sline .s6{left:60%;}
.finance_detail_t2 .t3 .process_div .sline .s7{left:70%;}
.finance_detail_t2 .t3 .process_div .sline .s8{left:80%;}
.finance_detail_t2 .t3 .process_div .sline .s9{left:90%;}
.finance_detail_t2 .t3 .process_div .sprocess{position:absolute;top:0px;left:0px;width:20%;background:#409eff;height:20px;display:block;z-index:1;border-radius:10px 0px 0px 10px;}
.finance_detail_t2 .t4{width:94%;margin:20px auto;overflow:hidden;color:#666;text-align:center;font-size:12px;}
.finance_detail_t2 .t4 label{color:#f44444;}
.finance_detail_t3{padding-bottom:15px;overflow:Hidden;margin:15px auto;width:94%;text-align:center;background:#fff;border-radius:5px;}
.finance_detail_t3 .tit{margin-bottom:12px;padding-left:3%;font-size:15px;text-align:left;overflow:hidden;font-weight:550;border-bottom:solid 1px #eee;line-height:40px;}
.finance_detail_t3 .single{overflow:hidden;width:94%;padding:7px 3%;}
.finance_detail_t3 .single span{float:left;color:#666;font-size:14px;}
.finance_detail_t3 .single label{float:right;color:#333;font-size:14px;}
.finance_detail_t3 .single svg{float:right;color:#323233;font-size:20px;height:12px;width:12px;margin-top:4px;margin-left:5px;}

.finance_yeji{overflow:Hidden;width:99%;margin-top:15px;background:url(../images/s_bg2.jpg) 4px 0px repeat-y;background-size:10px;margin-bottom:50px;}
.finance_yeji .tt{overflow:Hidden;}
.finance_yeji .tt .l_icon{cursor:pointer;height:16px;width:30px;float:left;background:url(../images/s_bg1.jpg) top left repeat-x;background-size:10px;}
.finance_yeji .tt .l_icon img{height:16px;display:block;}
.finance_yeji .tt .c_txt{float:left;color:#333;font-size:12px;line-height:16px;margin-left:10px;}
.finance_yeji .tt .c_txt2{float:left;color:rgb(153, 153, 153);font-size:12px;line-height:16px;margin-left:10px;}
.finance_yeji .tt .r_a{float:left;color:#409eff;}
.finance_yeji .tx{margin-top:10px;display:inline-block;margin-left:40px;background:#f6f6f6;color:#666;border-radius:5px;padding:10px 10px;padding-bottom:5px;}
.finance_yeji .tx span{display:block;margin-bottom:5px;}
.finance_yeji .children{display:none;background:url(../images/s_bg2.jpg) 32px 0px repeat-y;background-size:10px;margin-top:10px;margin-left:10px;}
.finance_yeji .children .l_icon{padding-left:30px;}
.finance_yeji .children .tx{margin-left:60px;}
.finance_yeji .children .single{margin-bottom:10px;overflow:hidden;}
.finance_yeji .children .single .children{background:url(../images/s_bg2.jpg) 32px 0px repeat-y;background-size:10px;margin-top:10px;margin-left:40px;}
.finance_yeji .children .single .children .l_icon{padding-left:30px;}
.finance_yeji .children .single .children .tx{margin-left:60px;}
.finance_yeji .children .single .children .single{margin-bottom:10px;}
.finance_yeji .l_icon img.arr1{display:block;}
.finance_yeji .l_icon img.arr2{display:none;}
.finance_yeji .expand img.arr1{display:none;}
.finance_yeji .expand img.arr2{display:block;}

.foot_btn2{background:#fff;width:100%;border-top:solid 1px #ebedf0;position:fixed;left:0px;bottom:0px;font-size:15px;text-align:center;color:#333;}
.foot_btn2 .single{float:left;width:49.8%;line-height:44px;cursor:pointer;}
.foot_btn2 .single:first-child{border-right:solid 1px #ebedf0; }

.yeji_pop{display:none;position:fixed;bottom:0px;left:0px;z-index:55;background:#eee;padding:0px 0%;width:100%;border-radius:10px 10px 0 0;}
.yeji_pop .t1{overflow:hidden;padding:0 3%;background:#fff;text-align:center;font-size:16px;font-weight:400;line-height:50px;border-radius:10px 10px 0 0;}
.yeji_pop .t1 .sclose{float:right;overflow:hidden;margin-top:13px;margin-bottom:15px;}
.yeji_pop .t1 .sclose img{float:right;height:25px;}
.yeji_pop .t2{overflow:hidden;margin:15px auto;width:94%;background:#fff;font-size:13px;padding-top:10px;padding-bottom:10px;border-radius:5px;border-shadow:0px 0px 3px #ccc;}
.yeji_pop .t2 .tt{width:94%;padding:0px 3%;line-height:40px;overflow:hidden;border-bottom:solid 1px #eee;}
.yeji_pop .t2 .tt span{float:left;color:#666;}
.yeji_pop .t2 .tt label{float:right;color:#67c23a;}
.yeji_pop .t2 .tt2{width:94%;padding:0px 3%;overflow:hidden;line-height:30px;}
.yeji_pop .t2 .tt2 span{float:left;color:#999;line-height:30px;}
.yeji_pop .t2 .tt2 label{float:left;color:#666;line-height:30px;}
.yeji_pop .t2 .tt2 .img1{height:30px;margin-top:10px;float:right;display:block;margin-left:10px;}
.yeji_pop .t2 .tt2 .img2{height:60px;float:right;display:block;margin-left:10px;}
.yeji_pop .t2 .tt2 .lbl2{color:#999;margin-right:10px;}
.yeji_pop .btn{background:#fff;width:100%;overflow:hidden;}
.yeji_pop .btn input{width:90%;display:block;margin:10px auto;height:40px;background:#409eff;text-align:center;border:none;border-radius:20px;color:#fff;font-size:14px;text-align:center;}
