/*===================================*/
/*===========电脑版会员中心==========*/
/*===================================*/


/*#region ==========登陆注册==========*/
.loginf_box input,.member_form input[type="text"],.member_form textarea{ -webkit-transition:border linear 0.2s,box-shadow linear 0.2s; transition:border linear 0.2s,box-shadow linear 0.2s;}
.loginf_box input:focus,.member_form input[type="text"]:focus,.member_form textarea:focus{ border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;/* IE6-9 */
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);}
/*头部*/
.login_top_bg { width:100%; overflow:hidden; background:#fff;}
.login_top { width:1200px; height:100px; overflow:hidden; margin:0 auto;}
.login_top a.img { float: left; min-width: 220px; height: 100px; line-height: 100px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.login_top a.img img { max-height:60px; }
.login_top span.title { float:left; height:20px; line-height:20px; display:block; overflow:hidden; margin:60px 0 0 20px; border-left:1px solid #ddd;
font-size:18px; color:#333; padding:0 0 0 20px;}
.login_top p.tips { float:right; line-height:20px; display:inline-block; overflow:hidden; margin:60px 0 0 0; color:#666; font-size:16px;}
.login_top p.tips a { margin-left:5px; color:#f42424;}
.login_top p.tips a:hover { text-decoration:underline;}
/*正文*/
.reg_body{ width:1200px; overflow:hidden; background:#fff; margin:0px auto; padding:5px 0;}
/*.reg_left{ float:left; width:600px; overflow:hidden;}
.reg_right{ overflow:hidden; padding:40px 0 20px 50px;}*/
.reg_left {
    float: left;
    overflow: hidden;
    padding: 40px 20px 20px 20px;
}
.reg_right {
    width: 650px;
    overflow: hidden;
}
.login_body { min-height:600px; overflow:hidden; position:relative; background:url(../images/loginbg.jpg) no-repeat center top; background-size:cover; }
.tips-inner { background:#fffcec; padding:10px; color:#8c8c8c; }
.tips-inner p { line-height:200%; }
.tips-inner i { color:#ccc; float:left; margin-right:10px; }

.loginfloat { width:360px;  padding:40px; overflow:hidden; position:absolute; left:50%; top:100px; z-index:10; margin:0 0 0 160px;
background:#fff;}
.loginf_title { height:30px; line-height:30px; overflow:hidden; font-size:16px; color:#666; padding:0 0 20px 0;}
.loginf_box { width:360px;}
.loginf_box li { width:100%; height:auto; margin:0 0 20px 0;}
/*表单*/
.loginf_txt { width:100%; height:48px; position:relative;}
.loginf_txt i { width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; font-size:20px; color:#ccc;
position:absolute; left:0; top:0; z-index:10;}
    .loginf_txt .el-icon-view {
        width: 48px;
        height: 48px;
        line-height: 48px;
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 20px;
        color: #c0c4cc;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
        .loginf_txt .el-icon-view:hover {
            color: #909399
        }
.login_txt { float:left; width:358px; height:46px; line-height:46px; padding:0 0 0 48px; border:1px solid #ddd; background:#fff; font-size:14px; border-radius:5px;}
.reg_txt { float:left; width:498px; height:46px; line-height:46px; padding:0 0 0 48px; border:1px solid #ddd; background:#fff; font-size:14px; border-radius:5px;}
.code_txt{ width:205px; padding:0 15px;}
.reg_code_txt{ width:335px; padding:0 15px;}

.loginf_check{ overflow:hidden;}
.loginf_check input{ float:left; margin:1px 10px 0 0;}
.loginf_check label{ color:#666;}
.loginf_check a{ color:#f42424;}
.loginf_check a:hover{ text-decoration:underline;}
/*验证码*/
.verifyCode { float:right; width:135px; height:44px; display:block; overflow:hidden; border:1px solid #ddd; border-radius:2px; background:#fff;}
.verifyCode img { width:135px; height:44px;}
.loginf_txt a.code { float:right; width:137px; height:46px; line-height:46px; display:block; overflow:hidden; border-radius:4px; background: linear-gradient(90deg,#ffd01e,#ff8f22);  color:#fff; 
 font-size:14px; text-align:center;}
/*按钮*/
.loginf_box a.login_btn {
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    background: #2188FF;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.loginf_box a.login_btn:hover{ color:#fff;}
.loginf_box a.link { float:right; clear:both; font-size:14px; }
.loginf_box a.link:hover { text-decoration:underline;}
/*其他登录*/
.loginico { overflow:hidden; line-height:40px; margin-bottom:0px !important;}
.loginico span { float:left; font-size:14px; color:#666; margin-right:5px;}
.loginico a { float:left; margin-right:10px;}
.loginico a img { width:40px; height:40px;}
/*#endregion */

/*#region ==========公共部分==========*/
/*公共*/
.minfo{ width:1200px; height:auto; padding:30px 0 60px 0; margin:0 auto; position:relative; z-index:5;}
.minfo_left{ float:left; width:250px; overflow:hidden; margin-right:30px;}
.minfo_right{ overflow:hidden;}

/*会员信息*/
.minfo_login{ overflow:hidden; background:#fff; padding:30px 20px 10px 20px; margin:0 0 30px 0;}
.minfo_login img.toux{ float:left; width:80px; height:80px; display:block; border-radius:100%; margin:0 20px 10px 0; background:#e5e5e5;}
.minfo_login p.account{ line-height:30px; display:block; overflow:hidden; font-size:16px; color:#666; padding-top:10px;}
.minfo_login p.name{ line-height:30px; display:block; overflow:hidden; font-size:14px; color:#f42424; font-weight:bold; padding-bottom:10px;}
.minfo_login p.inte{ line-height:30px; display:block; overflow:hidden; font-size:14px; color:#666; padding:5px 0 0 0;}
.minfo_login p.inte span{ color:#f42424;}
.minfo_login .level{ line-height:30px; display:block; overflow:hidden; font-size:14px; color:#666;}
.minfo_login .level span{ float:left;}
.minfo_login .level p{ float:left; display:inline-block; overflow:hidden;}
.minfo_login .level i{ float:left; width:30px; height:4px; display:block; overflow:hidden; margin:13px 5px 0 0; background:#e5e5e5;}
.minfo_login .level i.ion{ background:#f42424;}
.minfo_login .level em{ float:left; color:#f42424; font-style:normal; margin-left:5px; }
.minfo_login p.time{ line-height:30px; color:#8c8c8c;}

/*左侧菜单*/
.m_menu{ overflow:hidden; background:#fff; padding:10px 0;}
.m_menu h3{ height:40px; line-height:40px; overflow:hidden; display:block;}
    .m_menu h3 em {
        float: left;
        width: 60px;
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 22px;
        color: #2188FF;
    }
.m_menu h3 span{ font-size:16px; color:#333;}
.m_menu ul{ overflow:hidden; font-size:14px; margin-bottom:10px;}
.m_menu ul li{ height:32px; line-height:32px; overflow:hidden;}
.m_menu ul li a{ display:block; overflow:hidden; padding:0 0 0 60px; color:#8c8c8c;}
    .m_menu ul li a:hover {
        color: #2188FF;
        text-decoration: underline;
    }
    .m_menu ul li a.aon {
        color: #2188FF;
    }

/*右侧*/
.minfo_box{ overflow:hidden; padding:20px 30px 30px; background:#fff; min-height:770px;}
.minfo_box_title{ width:100%; height:50px; line-height:50px; border-bottom:1px solid #ddd; margin:0 0 30px 0;}
.minfo_box_title span{ float:left; height:50px; line-height:50px; font-size:18px; color:#666; display:inline-block; overflow:hidden; position:relative; }
.minfo_box_title span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:100%;  height: 2px; background: #2188FF;  z-index: 2; }
.minfo_box_title a{ float:right; font-size:14px; }
.minfo_box_title a:hover { text-decoration:underline; }
    .minfo_box_title p {
        float:right;
        line-height: 30px;
        padding: 5px 10px;
        color: #fff;
        background: #2188FF;
        border-radius: 100px;
    }
/*选项*/
.minfo_nav {
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}
.minfo_nav li{ float:left; width:120px; height:40px; line-height:40px; overflow:hidden; margin-right:20px;}
.minfo_nav li a{ display:block; overflow:hidden; text-align:center; font-size:12px; color:#666; background:#f9f9f9; border-radius:5px; }
    .minfo_nav li a.aon, .minfo_nav li.lion a {
        color: #fff;
        background: #2188FF;
    }
    .minfo_nav li a:hover, .minfo_nav li:hover a {
        color: #fff;
        background: #2188FF;
    }
/*#endregion */

/*#region ==========会员中心==========*/
/*订单统计*/
.mhome_order{ overflow:hidden; margin:0 0 20px 0;}
.mhome_order li{ float:left; width:215px; height:100px; overflow:hidden; margin-right:20px; background:#fff; position:relative;  }
.mhome_order li::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #f42424;  z-index: 2; transition: all 0.3s ease; }
.mhome_order li:hover::after { width:100%;   }
.mhome_order li.li1 i{ color:#c1e48f;}
.mhome_order li.li2 i{ color:#45c9d3;}
.mhome_order li.li3 i{ color:#ee6ca5;}
.mhome_order li.li4 i{ color:#b262f6; font-size:38px;}
.mhome_order li.li4{ float:right; margin-right:0px;}
.mhome_order li a{ display:block; overflow:hidden; height:100px; line-height:100px; text-align:center;}
.mhome_order li i{ display:inline-block; overflow:hidden; font-size:50px; }
.mhome_order li span{ display:inline-block; overflow:hidden; color:#666; font-size:12px; margin:0 10px;}
.mhome_order li em{ display:inline-block; overflow:hidden; color:#f42424; font-size:20px; font-style:normal;}
.mhome_order li .img{ width:50px; height:102px; display:inline-block; overflow:hidden;}
.mhome_order li img {width:42px; height:42px; object-fit:cover; padding:30px 0 30px 0; }

/*我的资产*/
.mhome_money{ width:880px; overflow:hidden; margin-bottom:20px;}
.mhome_money li{ float:left; width:198px; height:78px; overflow:hidden; margin:0 20px 0 0; border:1px solid #f9f9f9; border-radius:5px; background:#f9f9f9; }
    .mhome_money li:hover {
        border: 1px solid #2188FF;
    }
.mhome_money li a{ height:52px; line-height:26px; padding:13px 0; display:block; overflow:hidden; text-align:center;}
.mhome_money li span{ font-size:14px; display:block;}
.mhome_money li a:hover span { color:#666; }
    .mhome_money li em {
        color: #2188FF;
        font-size: 16px;
        font-style: normal;
    }
    .mhome_money li b {
        color: #2188FF;
        font-size: 14px;
        font-weight: normal;
    }
/*#endregion */

/*#region ==========通用提交表单==========*/
/*表单*/
.member_form{ width:550px; margin:0 auto; overflow:hidden; padding:10px 0; }
    .member_form li {
        min-height: 40px;
        clear: both;
        margin-bottom: 20px;
        /*position: relative;*/
        display:flex;
        /*padding: 0 0 0 15px;*/
    }
        .member_form li:last-child {
            /*margin-left: 50px;*/
            margin-bottom:0;
        }
    .member_form .name {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        color: #8c8c8c;
        display: block;
        overflow: hidden;
        text-align: right;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 100;*/
        white-space: nowrap;
        margin-right: 20px
    }
.member_form .name b{ color:#F00; margin-right:3px;}
.member_form .tips { line-height:20px; font-size:13px; color:#8c8c8c; padding:10px 0 0 0;}
.member_form .member_btn{ width:42% !important;}
.member_form li .member_btn:nth-child(2){ margin-left:6% !important; background: linear-gradient(90deg,#868686,#bab9b9); }
/*文本按钮*/
.member_txt{ width:368px; height:38px; line-height:38px; padding:0 15px; border:1px solid #ddd; font-size:14px; color:#666;}
.member_text{ width:368px; height:60px; line-height:20px; padding:10px 15px; border:1px solid #ddd; font-size:14px; color:#666;}
.member_ddl{ float:left; min-width:120px; height:38px; border:1px solid #ddd; font-size:14px; color:#666; margin:0 12px 0 0; text-indent:10px;}
.member_btn {
    float: left;
    width: 200px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #2188FF;
}
.member_btn:hover{ color:#fff;}
#cityform .member_ddl{ margin:0 1px 0 0;}
/*单选按钮*/
.member_radio{ float:left; line-height:40px; overflow:hidden; vertical-align:middle;}
.member_radio input{ display:inline-block; vertical-align:middle; cursor:pointer; margin:0 10px 0 2px; width:14px; height:14px;}
.member_radio label{ display:inline-block; vertical-align:middle; cursor:pointer; margin:0 20px 0 0; overflow:hidden; font-size:14px; color:#666;}
.member_radio table{ border:0 none !important;}
.member_radio table td{ padding:0; line-height:40px; border:0 none !important; position:relative; }

.member_radio input[type="radio"], .member_radio input[type='checkbox']{ }
.member_radio input[type='radio']+label::before {content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:4px; top:14px; z-index:2; }
.member_radio input[type='radio']+label::after {content: ''; display: inline-block; width: 16px; height: 16px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:0; top:10px; border: 1px solid #ddd; background: #fff; z-index:1; }
.member_radio input[type='radio']:hover+label::before{ }
.member_radio input[type='radio']:checked+label::before{ background:#f42424; }

/*上传头像*/
.uploadtoux {
    float: right;
    width: auto;
    /*overflow: hidden;*/
    text-align: center;
    margin: 10px 100px 0 0;
}
.uploadtoux p{ display:block; overflow:hidden; margin-bottom:5px;}
.uploadtoux p img{ width:120px; height:120px; display:block; background:#e5e5e5; border-radius:10px; }
    .uploadtoux a {
        line-height: 30px;
        padding:10px 10px;
        color: #fff;
        background: #2188FF;
        border-radius: 100px;
    }
.uploadtoux a:hover{ color:#f42424;}

/*弹出窗口页面*/
.DialogInfo { overflow:hidden; padding:10px;}
.DialogInfo_table { width:100%;}
.DialogInfo_table td { line-height:20px; padding:10px 15px; border-bottom:1px solid #eee; font-size:13px;}
.DialogInfo_table .td1 { width:110px; text-align:center; border-right:1px solid #eee;}
.DialogInfo_none { height:51px; overflow:hidden;}
.DialogInfo_foot { width:100%; height:36px; padding:12px 0; background:#fff; overflow:hidden; text-align:center; background:#f9f9f9;
position:fixed; left:0; bottom:0; z-index:1000;}
.DialogInfo_foot a { height:36px; line-height:36px; display:inline-block; overflow:hidden; padding:0 40px; color:#fff; background:#f42424;
border-radius:5px; font-size:16px; margin:0 10px;}
.DialogInfo_foot a.hui { background:#8c8c8c;}

/*多行文本+按钮*/
.member_textrow { overflow:hidden; position:relative;}
.member_textrow textarea { width:100%; height:80px; line-height:20px; padding:10px 15px; border:1px solid #ddd; font-size:14px; color:#666; box-sizing:border-box;}
    .member_textrow a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #fff;
        background: #ff8f23;
        border-radius: 5px;
        /*position: absolute;*/
        /*bottom: 10px;*/
        /*right: 60px;*/
        /*z-index: 10;*/
    }
.DialogInfo .member_textrow textarea { width:95%;}
/*#endregion */



/*#region ==========订单：订单列表==========*/
/*标题*/
.ordertitle{ height:50px; line-height:50px; overflow:hidden; background:#f9f9f9; margin-bottom:30px;}
.ordertitle span{ float:left; height:50px; display:inline-block; overflow:hidden; text-align:center; font-size:14px; color:#333;}
.ordertitle span.sp1{ text-indent:20px; text-align:left;}
/*列表*/
.orderlist{ overflow:hidden;}
.orderlist li{ overflow:hidden; margin-bottom:30px;}
.orderlist li:last-child { margin-bottom:0; }
.orderlist p.ofoot{ height:42px; line-height:42px; display:block; overflow:hidden; padding:0 10px; background:#f9f9f9; border:1px solid #ddd;
border-top:0 none; color:#666;}
/*表格*/
.ordertable{ padding:0 300px 0 0; overflow:hidden; position:relative;}
.ordertable table{ width:100%; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.ordertable table.table1{}
.ordertable table.table2{ width:300px; height:100%; position:absolute; top:0; right:0; z-index:10; border-left:0 none; border-right:1px solid #ddd; }
.ordertable table td{ height:90px; border-bottom:1px solid #ddd; border-right:0; text-align:center;}
/*内容*/
.ordertable a.img{ float:left; width:74px; height:74px; display:block; overflow:hidden; margin:10px;}
.ordertable a.img img{ width:72px; height:72px; display:block; border:1px solid #ddd;}
.ordertable p.name{ display:block; overflow:hidden; margin:10px 10px 0 0; text-align:left; }
.ordertable p.name a{ line-height:22px; height:44px; display:block; overflow:hidden; margin-bottom:5px;  }
.ordertable p.name b{ height:24px; line-height:24px; display:inline-block; overflow:hidden; padding:0 6px; color:#fff; background:#ff8f23; font-size:13px; font-weight:normal; border-radius:4px; margin-right:10px;}
.ordertable p.name b:nth-child(2n+1) { background:#ff8f22;}
.ordertable p.name span {  height:24px; line-height:24px; display:inline-block; overflow:hidden;  color:#8c8c8c; }
.ordertable p.price{ line-height:24px; font-size:14px; color:#666;}
.ordertable p.free{ line-height:22px; color:#8c8c8c;}
    .ordertable a.btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #fff;
        background: #F68E1E;
        font-size: 14px;
        border-radius: 5px;
        margin: 10px auto;
    }
    .ordertable a.hui {
        background: #2188FF;
    }
    .ordertable a.link {
        color: #2188FF;
    }
.ordertable a.link:hover{ text-decoration:underline;}
/*#endregion */

/*#region ==========订单：订单详细==========*/
/*信息*/
.oinfo_box{ width:380px; min-height:130px; overflow:hidden; background:#fafafa; padding:10px 20px 15px; margin-bottom:30px;}
.oinfo_box .h4{ line-height:40px; font-size:16px; color:#555;}
.oinfo_box p{ line-height:32px; font-size:14px; color:#8c8c8c; }
.oinfo_box p em{ float:left; display:inline-block; overflow:hidden; font-style:normal;}
.oinfo_box p span.stat{ height:26px; line-height:26px; display:inline-block; overflow:hidden; color:#fff; background:#ff8f23; padding:0 10px; border-radius:4px; margin:4px 0 0; }
.oinfo_box p a.link{ display:inline-block; overflow:hidden; margin-left:20px; color:#f42424;}
.oinfo_box p a.link:hover{ text-decoration:underline;}
/*状态*/
.oinfo_run{ overflow:hidden; padding:20px 0;}
.oinfo_run ul{ width:100%; overflow:hidden;}
.oinfo_run ul li{ float:left; width:25%; overflow:hidden; text-align:center; position:relative;}
.oinfo_run ul li b{ width:100%; height:2px; display:block; overflow:hidden; background:#ccc; position:absolute; left:0; top:30px; z-index:0;}
.oinfo_run ul li span{ width:68px; height:68px; line-height:64px; display:block; overflow:hidden; background:#ccc;  margin-left:-34px;  font-size:34px; 
 text-align:center; border-radius:100%; z-index:10; position:absolute; left:50%; top:0; color:#fff;}
.oinfo_run ul li p{  font-size:14px; color:#8c8c8c; padding:80px 0 0;}
    .oinfo_run ul li.lion b {
        background: #2188FF;
    }
    .oinfo_run ul li.lion span {
        background: #2188FF; /*background: linear-gradient(90deg,#ff6034,#f42424);*/
        color: #fff;
    }
    .oinfo_run ul li.lion p {
        color: #2188FF;
    }
.oinfo_run ul li.run1 span, .oinfo_run ul li.run4 span { font-size:30px;}


/*标题*/
.oinfo_title{ overflow:hidden; height:50px; line-height:50px;}
.oinfo_title span { float:left; color:#333; font-size:18px;  padding:0 20px; position:relative; }
    .oinfo_title span::after {
        content: " ";
        position: absolute;
        top: 16px;
        left: 0;
        width: 2px;
        height: 18px;
        background: #2188FF;
        z-index: 2;
    }
.oinfo_title a.btn { float:right; width:80px; height:30px; line-height:30px;  margin:20px 0 0; display:inline-block; overflow:hidden; text-align:center;
color:#fff; font-size:14px; border-radius:5px; background:#ff8844;}
.oinfo_msg{ overflow:hidden; padding:0 0 15px 0; border-bottom:1px solid #ddd; margin-bottom:20px;}
.oinfo_msg p{ line-height:30px; font-size:14px; color:#8c8c8c;}
/*内页商品*/
.oinfo_item{ overflow:hidden; padding:0 20px; background:#f9f9f9; margin:10px 0 20px 0;}
.oinfo_item table{ width:100%;}
.oinfo_item table td{ padding:20px 0; border:none; text-align:center; border-bottom:1px solid #ddd;}
.oinfo_item a.img{ float:left; width:74px; height:74px; display:block; overflow:hidden; margin-right:10px;}
.oinfo_item a.img img{ width:72px; height:72px; display:block; border:1px solid #ddd;}
.oinfo_item p.name{ display:block; overflow:hidden; text-align:left; }
.oinfo_item p.name a{ line-height:22px; height:44px; display:block; overflow:hidden; margin-bottom:5px;  }
.oinfo_item p.name b{ height:24px; line-height:24px; display:inline-block; overflow:hidden; padding:0 6px; color:#fff; background:#ff8f23; font-size:13px; font-weight:normal; border-radius:4px; margin-right:10px;}
.oinfo_item p.name b:nth-child(2n+1) { background:#ff8f22;}
.oinfo_item p.hui{ color:#666; font-size:14px;}
.oinfo_item p.red{ color:#f42424; font-size:14px;}
.oinfo_item p.count{ line-height:60px; text-align:right; font-size:14px; color:#666; padding:0 20px 0 0;}
.oinfo_item p.count b{ color:#f42424;}
/*跟踪信息*/
.Track_list{ overflow:hidden; padding:10px 0 30px 0; margin-bottom:30px; border-bottom:1px solid #ddd;}
.Track_list li{ overflow:hidden; position:relative;}
.Track_list li p.time{ float:left; width:100px; display:block; overflow:hidden; line-height:28px; text-align:right; margin:0 60px 0 0;}
.Track_list li p.time span{ color:#666; font-size:14px; display:block; overflow:hidden;}
.Track_list li p.time em{ color:#8c8c8c; font-size:14px; font-style:normal;}
.Track_list li p.line{ width:2px; height:100%; display:block; background:#e5e5e5; position:absolute; left:124px; top:0; z-index:10;}
    .Track_list li p.line b {
        width: 10px;
        height: 10px;
        display: block;
        overflow: hidden;
        background: #2188FF;
        border-radius: 100%;
        margin: 15px 0 0 -4px;
    }
.Track_list li div.cont{ overflow:hidden; line-height:28px; padding:0 0 20px 0; font-size:14px; }
.Track_list li div.cont span{ color:#666; display:block; overflow:hidden; font-size:14px; }
.Track_list li div.cont p{ color:#8c8c8c;}
/*底部按钮*/
.orderinfo_foot{ width:100%; overflow:hidden; text-align:right;}
.orderinfo_foot div{ display:inline;}
.orderinfo_foot a{ width:180px; display:inline-block; overflow:hidden; height:50px; line-height:50px; margin:0 0 0 20px; background:#ff8f23; font-size:18px; color:#fff; border-radius:4px; text-align:center;}
.orderinfo_foot a.orange{ background: linear-gradient(90deg,#ffd01e,#ff8f22);  }
.orderinfo_foot a.red{ background: linear-gradient(90deg,#ff6034,#f42424);  }
/*#endregion */



/*#region ==========订单：商品评价==========*/
/*商品评价*/
.ItemAss_list{ overflow:hidden;}
.ItemAss{ overflow:hidden; background:#fff; margin-bottom:30px;}
/*标题*/
.ItemAss_title{ overflow:hidden; height:50px; line-height:50px;}
.ItemAss_title span { float:left; color:#333; font-size:18px;  padding:0 20px; position:relative; }
.ItemAss_title span::after { content: " ";  position: absolute; top:16px;  left: 0; width:2px;  height:18px; background: #f42424;  z-index: 2; }
.ItemAss_title span::after { }
/*商品*/
.ItemAss_item{ overflow:hidden; padding:10px 10px 10px 120px; position:relative; }
.ItemAss_item a.img{ width:98px; height:98px; display:block; overflow:hidden; border:1px solid #ddd;
position:absolute; left:0; top:10px; z-index:10;}
.ItemAss_item a.img img{ width:98px; height:98px;}
.ItemAss_item textarea{ width:100%; height:100px; line-height:20px; border:1px solid #ddd; color:#666; font-size:12px; outline:none; padding:10px 15px; font-size:14px;
border-radius:5px; box-sizing:border-box;}
.ItemAss_item textarea::placeholder { color:#8c8c8c; }
.ItemAss_item p { min-height:90px; line-height:18px; display:block; overflow:hidden; color:#666; font-size:13px; padding:5px;}
/*图片*/
.ItemAss_img{ overflow:hidden; padding:10px 0 20px; border-bottom:1px solid #ddd;}
.album_add { float:left; overflow:hidden; margin:0 10px 0 0; cursor:pointer;}
.album_add a{ width:98px; height:98px; display:block; overflow:hidden; border:1px solid #ddd; position:relative; text-align:center;}
.album_add a i{ display:block; overflow:hidden; background:#ccc; position:absolute; z-index:10;}
.album_add a i.i1{ width:44px; height:2px; left:28px; top:48px;}
.album_add a i.i2{ width:2px; height:44px; left:48px; top:28px;}
.album_add:hover a{ border:1px solid #f42424;}
.album_add:hover a i{ background:#f42424;}
.album_add img { height:80px; display:block; padding:10px;}
.album_add a.img{ width:auto;}
/*表单*/
.ItemAss_form{ overflow:hidden;}
.ItemAss_form li{ overflow:hidden; border-bottom:1px solid #ddd; padding:15px 0;}
.ItemAss_form li span.name{ float:left; line-height:20px; font-size:14px; color:#666; margin-right:3px;}
.ItemAss_form li p.cont { float:left; line-height:20px; font-size:14px; color:#f30000;}
/*单选按钮*/
.AssessRadio{ line-height:20px; overflow:hidden; vertical-align:middle;}
.AssessRadio input{ display:inline-block; vertical-align:middle; cursor:pointer; margin:0 10px 0 1px; width:16px; height:14px;}
.AssessRadio label{ display:inline-block; vertical-align:middle; cursor:pointer; margin:0 15px 0 0; overflow:hidden;font-size:14px; color:#666; }
.AssessRadio table{ border:0 none !important;}
.AssessRadio table td{ padding:0; line-height:20px; border:0 none !important; position:relative; }

.AssessRadio input[type='radio']+label::before {content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:4px; top:5px; z-index:2; }
.AssessRadio input[type='radio']+label::after {content: ''; display: inline-block; width: 16px; height: 16px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:0; top:1px; border: 1px solid #ddd; background: #fff; z-index:1; }
.AssessRadio input[type='radio']:hover+label::before{ }
.AssessRadio input[type='radio']:checked+label::before{ background:#f42424; }

/*星星*/
.AssessStart{ float:left; width:125px; height:20px; line-height:20px; overflow:hidden; position:relative;}
.AssessStart p{ width:125px; height:20px; line-height:20px; display:block; overflow:hidden; position:absolute; left:0; top:0; z-index:100;
cursor:pointer;}
.AssessStart p i{ float:left; width:25px; height:20px; line-height:18px; font-size:20px; color:#a6a6a6; display:block; overflow:hidden; text-align:center;}
.AssessStart p.pon{ width:0px; z-index:101;}
.AssessStart p.pon i{ color:#ff8f23;}
.AssessStart p.p_click { z-index:102;}
.AssessStart p.p_click a { float:left; width:25px; height:20px; display:block; overflow:hidden;}
.AssessStart p.lv1{ width:25px;}
.AssessStart p.lv2{ width:50px;}
.AssessStart p.lv3{ width:75px;}
.AssessStart p.lv4{ width:100px;}
.AssessStart p.lv5{ width:125px;}
/*匿名*/
.AssessCheck{ overflow:hidden; height:24px; line-height:24px; padding:0 0 20px; background:#fff; }
.AssessCheck input{ float:left; display:inline-block; overflow:hidden; width:18px; height:18px; margin:2px 5px 0 0; cursor:pointer;}
.AssessCheck label{ float:left; display:inline-block; overflow:hidden; margin-left:5px; font-size:14px; cursor:pointer;}
/*#endregion */

/*#region ==========页面：我的评价==========*/
.MyAssess{ overflow:hidden;}
.MyAssess li{ overflow:hidden; padding:0 20px; margin-bottom:30px; background:#f9f9f9;}
.MyAssess li div.first{ border-top:0 none;}
.myadiv{ padding:10px 0; line-height:30px; overflow:hidden; border-top:1px dashed #ddd; font-size:14px;}
.myadiv .name{ float:left; color:#8c8c8c; margin-right:5px;}
.myadiv .cont{ color:#666;}
.myadiv .xing{ width:100px; height:30px; display:inline-block; overflow:hidden; color:#ff8f23; font-size:16px;}
.myadiv .xing i{ float:left; width:20px; height:30px; line-height:30px; text-align:center; display:block; overflow:hidden;}
.myadiv .albums{ display:inline-block; overflow:hidden; padding:10px 0 0 0;}
.myadiv .albums img{ float:left; width:98px; height:98px; border:1px solid #ddd; margin:0 20px 10px 0; background:#fff; cursor:pointer;}
/*#endregion */



/*#region ==========页面：我的收藏==========*/
/*收藏列表*/
.collectlist{ width:880px; overflow:hidden;}
.collectlist li{ float:left; width:200px; overflow:hidden; border:1px solid #ddd; padding:10px; margin:0 20px 20px 0; position:relative; box-sizing:border-box; }
.collectlist li a.img{ width:180px; height:180px; display:block; overflow:hidden;}
.collectlist li a.img img{ width:180px; height:180px; display:block;}
    .collectlist li p.price {
        display: block;
        overflow: hidden;
        line-height: 30px;
        color: #2188FF;
        font-size: 15px;
    }
.collectlist li a.name{ display:block; overflow:hidden; line-height:20px; height:40px;}
.collectlist li a.del{ overflow:hidden; width:100%; height:40px; line-height:40px; color:#fff; text-align:center; font-size:14px;
filter:Alpha(opacity=75); background:#000; background:rgba(0, 0, 0, 0.75); position:absolute; right:0; top:0; z-index:10; display:none;}
.collectlist li a.del span{ display:inline-block; overflow:hidden;}
.collectlist li a.del i{ display:inline-block; overflow:hidden; margin:0 0 0 10px; font-size:16px;}
.collectlist li:hover a.del{ display:block;}
/*#endregion */

/*#region ==========页面：收货地址==========*/
/*地址列表*/
.addresslist{ width:860px; overflow:hidden;}
.addresslist li{ float:left; box-sizing:border-box; width:calc(50% - 15px); height:160px; overflow:hidden; background:#fff; position:relative; margin-bottom:30px; margin-right:30px;
cursor:pointer; border:2px solid #ddd; padding:20px; position:relative;}
.addresslist li:nth-child(2n) { margin-right:0; }
.addresslist li.last{ border:2px dashed #ccc;}
.addresslist li:hover{ border:2px solid #f42424;}
.addresslist li .h4 { line-height:24px; height:24px; display:block; overflow:hidden; margin-bottom:10px; }
.addresslist li .h4 span { color:#333; font-size:16px; display:inline-block; overflow:hidden; margin-right:20px;}
.addresslist li .h4 b { height:24px; display:inline-block; overflow:hidden; padding:0 10px; color:#fff; background:#ff8f23; font-weight:normal; font-size:12px; border-radius:4px; }
.addresslist li p.cont { line-height:24px; max-height:60px; display:block; overflow:hidden; color:#8c8c8c; font-size:14px; margin-bottom:5px; }
.addresslist li p.btns{ line-height:20px; display:inline-block; overflow:hidden; position:absolute; top:20px; right:20px; z-index:10;}
.addresslist li p.btns a{ float:left; color:#f42424; font-size:14px; margin-left:10px;}
.addresslist li p.btns a:hover{ text-decoration:underline;}
.address_addbtn{ height:120px; display:block; overflow:hidden; text-align:center;}
.address_addbtn i{ display:block; overflow:hidden; font-size:50px; color:#8c8c8c;}
.address_addbtn span{ font-size:14px; color:#8c8c8c;}
.address_addbtn:hover i{ color:#f42424;}
.address_addbtn:hover span{ color:#f42424;}
/*#endregion */

/*#region ==========页面：我的优惠劵==========*/
/*列表*/
.couponlist{ width:890px; overflow:hidden;}
.couponlist li{ float:left; width:415px; height:140px; overflow:hidden; margin:0 30px 30px 0; background:url(../images/coupons-i-left.png) left top repeat-y #4eb6d8; position:relative;}
.couponlist li .h4{ height:70px; line-height:70px; display:block; overflow:hidden; padding:5px 0 0 30px; color:#fff; font-size:14px;}
.couponlist li .h4 span{ font-size:20px;}
.couponlist li .h4 b{ font-size:48px; margin-right:10px; font-weight:normal;}
.couponlist li .h4 em{ font-style:normal;}
.couponlist li p{ height:25px; line-height:25px; display:block; overflow:hidden; padding:0 0 0 30px; color:#fff; font-size:14px;}
.couponlist li a{ width:60px; height:100px; line-height:24px; display:block; overflow:hidden; text-align:center; color:#8c8c8c; font-size:18px; border-left:1px dashed #fff; color:#fff;
position:absolute; top:0; right:0; z-index:10; padding:20px 10px 20px 0;  background:url(../images/coupons-i-right.png) right top repeat-y #4eb6d8; }
.couponlist.coupon_none li { background:url(../images/coupons-i-left.png) left top repeat-y #ccc; }
.couponlist.coupon_none li a { background:url(../images/coupons-i-right.png) right top repeat-y #ccc;}
/*#endregion */

/*#region ==========页面：余额充值==========*/
.chong_form{ width:350px; overflow:hidden; margin:0 auto;}
.chong_form li{ overflow:hidden; margin-bottom:30px;}
.chong_form li .h4{ height:50px; line-height:50px; display:block; overflow:hidden; padding:20px 0 10px 0;}
.chong_form li .h4 span{ font-size:14px; color:#8c8c8c; margin-right:5px;}
.chong_form li .h4 em { font-size:35px; color:#f42424; font-style:normal; margin-right:5px; }
.chong_form li .h4 i { font-size:32px; color:#f42424; font-style:normal; font-weight:bold; }
.chong_form li p.name{ float:left; width:75px; height:42px; line-height:42px; display:block; overflow:hidden; font-size:14px; color:#8c8c8c;}
.chong_form li .txt_chong{ width:273px; height:40px; line-height:40px; border:1px solid #ddd; outline:none; text-indent:10px; font-size:14px; color:#666; }
.chong_form li .txt_chong::placeholder { color:#8c8c8c; }
.chong_form li a.btn{ width:160px; height:50px; line-height:50px; display:block; overflow:hidden; text-align:center; color:#fff; font-size:18px; border-radius:5px; 
 background: linear-gradient(90deg,#ff6034,#f42424);  }
    .chong_form li a.btn1 {
        float: left;
        background: #F68E1E;
        /*background: linear-gradient(90deg,#ffd01e,#ff8f22);*/
    }
    .chong_form li a.btn2 {
        float: right;
        background: #2188FF;
        /*background: linear-gradient(90deg,#ff6034,#f42424);*/
    }

.chong_tips{ padding:20px; line-height:30px; color:#8c8c8c; overflow:hidden; margin-top:30px; background:#f9f9f9; border-radius:10px;}
.chong_tips .h4{ font-size:16px; color:#333;  display:block; overflow:hidden; margin-bottom:10px; }
.chong_tips a{ font-size:14px; color:#f42424;}
.chong_tips a:hover{ text-decoration:underline;}
/*#endregion */



/*#region ==========支付：购物车==========*/
/*提示*/
.cart_tipe{ overflow:hidden; margin:10px 0 30px 0;}
.cart_tipe li{ float:left; width:200px; height:70px; overflow:hidden; position:relative;}
.cart_tipe li.one{ width:600px;}
.cart_tipe li i{ position:absolute; left:0; top:13px; z-index:1; width:100%; height:4px; display:block; overflow:hidden; background:#ccc;}
.cart_tipe li span{ position:absolute; left:50%; top:0; z-index:2; width:30px; height:30px; line-height:30px; color:#fff; display:inline-block;
overflow:hidden; margin-left:-15px; text-align:center; border-radius:100%; background:#ccc; font-size:14px;}
.cart_tipe li p{ line-height:40px; display:block; overflow:hidden; text-align:center; color:#8c8c8c; font-size:14px; margin:30px 0 0 0;}
.cart_tipe li.lion i{ background:#ff8f23;}
.cart_tipe li.lion span{ background:#ff8f23;}
.cart_tipe li.lion p{ color:#ff8f23;}

/* 步骤 */
.cart_top { margin:10px 0 40px; }
.cart_top .tips-p { box-sizing:border-box; line-height: 40px; height: 40px;  color: #8c8c8c; font-size:14px; }
.cart_top .tips-p i { display:inline-block; color:#ff8f23; font-size:24px; vertical-align:top; margin-right:10px;}
.cart_top .cart_process li { float:right; display: inline-block;  text-align:center; position: relative; z-index: 1;  margin-right:20px;  }
.cart_top .cart_process li span { display: inline-block; background:#f9f9f9;  color:#8c8c8c; height: 40px; line-height:40px; padding:0 30px 0 50px; }
.cart_top .cart_process li::before { position: absolute; content: ''; border-top: 20px transparent dashed; border-right: 20px transparent dashed; border-bottom: 20px transparent dashed;
 border-left: 20px #fff solid; }
.cart_top .cart_process li::after { position: absolute; content: ''; border-top: 20px transparent dashed; border-right: 20px transparent dashed; border-bottom: 20px transparent dashed;
 border-left: 20px #f9f9f9 solid; }
.cart_top .cart_process li i { display:inline-block; font-size:20px; color:#8c8c8c; vertical-align:top; margin-right:5px; }
.cart_top .cart_process li em { font-style:normal; font-size:14px; }
.cart_top .cart_process li.current span { /*background:#ff8f23;*/ color:#fff; background: linear-gradient(90deg,#ffd01e,#ff8f22);  }
.cart_top .cart_process li.current::after { border-left: 20px #ff8f23 solid; }
.cart_top .cart_process li.current i { color:#fff; }

/*选择*/
.cartcheck input { display:inline-block; vertical-align:top;  margin:3px 10px 0 0; }
/*列表*/
.cart_title { width:100%; margin-bottom:30px; }
.cart_title tr th { padding:15px 0;  background:#f9f9f9; font-size:14px; color:#333; }
.cart_table{ width:100%; line-height:30px; border:none; border-top:1px dashed #ddd; }
.cart_table tr { border-bottom:1px dashed #ddd; }
.cart_table tr th { padding:10px 0; background:#f9f9f9; text-align:center; color:#666; font-size:14px; }
.cart_table tr td { padding:20px 0; background:#fff; text-align:center; color:#666; border:none; }
.cart_table tr.lion td { background:#f9f9f9;}
.cart_table a.img{ float:left; display:inline-block; overflow:hidden; border:1px solid #ddd; background:#fff; margin:0 10px 0 0;}
.cart_table a.img img{ width:78px; height:78px;}
.cart_table p.name{ float:right; display:block; width:calc(100% - 100px); overflow:hidden; text-align:left;}
.cart_table p.name a{ line-height:22px; height:44px; font-size:14px; display:block; overflow:hidden; margin-bottom:10px; }
.cart_table p.name b{ height:24px; line-height:24px; display:inline-block; overflow:hidden; padding:0 6px; color:#fff; background:#ff8f23; font-size:13px; font-weight:normal; border-radius:4px; margin-right:10px; }
.cart_table p.name span {  height:24px; line-height:24px; display:inline-block; overflow:hidden;  color:#8c8c8c; }
.cart_table .price{ font-size:14px;}
.cart_table .price_s { color:#333; }
.cart_table a.btn{ color:#f42424; clear:both;}
.cart_table a.btn:hover{ text-decoration:underline;}
/*数量*/
.cart_num{ width:92px; height:25px; margin:0 auto;}
.cart_num a{ float:left; width:24px; height:24px; line-height:24px; text-align:center; overflow:hidden; display:block; background:#f0f0f0;
border:1px solid #e5e5e5; font-size:16px;}
.cart_num a:hover{ text-decoration:none; background:#ededed;}
.cart_txt{ float:left; width:40px; height:24px; line-height:24px; text-align:center; margin:0; padding:0; font-size:14px;
border:1px solid #e5e5e5; border-left:0 none; border-right:0 none;}
/*底部*/
.cart_foot{ height:60px; line-height:60px; overflow:hidden; background:#f9f9f9; margin:30px 0 20px;}
.cart_foot_left{ float:left; overflow:hidden; padding:0 0 0 40px; }
.cart_foot_left a{ margin:0 20px 0 0; font-size:14px;}
.cart_foot_right{ float:right; overflow:hidden;}
.cart_foot_right p { float:left; font-size:14px; color:#666;}
.cart_foot_right span{ float:left; color:#f42424; font-size:24px; font-weight:bold; margin:0 30px 0 10px;}
    .cart_foot_right a.btn {
        float: left;
        font-size: 20px;
        width: 160px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        display: block;
        overflow: hidden;
        color: #fff;
        background:#2188FF;
        /*background: linear-gradient(90deg,#ff6034,#f42424);*/
    }
/*为空*/
.carnone{ display:block; width:260px; margin:0 auto; overflow:hidden; padding:150px 0 30px 0; text-align:center; font-size:14px; background:#fff url(../images/carnone.png) no-repeat center 30px;}
/*#endregion */

/*#region ==========支付：订单确认==========*/
.pay_bg{ }
.pay_title{ height:50px; line-height:50px; overflow:hidden; border-bottom:1px solid #ddd;}
.pay_title span{ float:left; color:#333; font-size:18px; position:relative; }
    .pay_title span::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2188FF;
        z-index: 2;
    }
    .pay_title a {
        float: right;
        color: #2188FF;
        font-size: 14px;
    }
.pay_title a:hover{ text-decoration:underline;}
/*列表*/
.pay_item{ overflow:hidden; background:#f9f9f9; padding:0 20px; margin:20px 0 0 0;}
.pay_item p.count{ float:right; height:60px; line-height:60px; display:block; overflow:hidden; text-align:right; }
.pay_item p.count em{ float:left; font-size:14px; color:#555; font-style:normal;}
    .pay_item p.count span {
        float: left;
        font-size: 18px;
        color: #F68E1E;
        font-weight: bold;
    }
.pay_table{ width:100%;}
.pay_table tr { border-bottom:1px dashed #ddd; }
.pay_table tr th{ height:0; }
.pay_table tr td{ padding:20px 0; text-align:center; border-bottom:1px solid #ddd; line-height:30px; border:0; }
.pay_table a.img{ float:left; display:inline-block; overflow:hidden; height:58px; border:1px solid #ddd; background:#fff; margin:0 10px 0 0;}
.pay_table a.img img{ width:58px; height:58px;}
.pay_table p.name{ float:left; display:block; width:calc(100% - 100px); height:60px; overflow:hidden; text-align:left; font-size:14px;}
.pay_table p.name a{ line-height:22px; display:block; overflow:hidden; margin:2px 0 10px; }
.pay_table p.name b{  height:24px; line-height:24px; display:inline-block; overflow:hidden; padding:0 6px; color:#fff; background:#ff8f23; font-size:13px; font-weight:normal; border-radius:4px; margin-right:10px; }
.pay_table p.name span {  height:24px; line-height:24px; display:inline-block; overflow:hidden;  color:#8c8c8c; }
.pay_table p.price{ font-size:14px; color:#666;}
.pay_table p.number{ font-size:14px; color:#666;}
    .pay_table p.money {
        font-size: 14px;
        color: #F68E1E;
    }

/*下单须知*/
.paytips { line-height:20px; overflow:hidden; background:#fffcec; padding:15px 0; margin-top:20px; font-size:14px; }
.paytips .title { float:left; overflow:hidden; padding:0 10px 0 20px; color:#666;}
.paytips .conts { overflow:hidden; padding:0 10px 0 0; color:#f42424;}

/*通用盒子*/
.pay_box{ overflow:hidden; margin-top:20px;}
.pay_box_title{ overflow:hidden; height:50px; line-height:50px; border-bottom:1px solid #ddd;}
.pay_box_title span{ float:left; font-size:18px; color:#333; position:relative; }
    .pay_box_title span::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2188FF;
        z-index: 2;
    }
.pay_box_title a{ float:right; font-size:14px; color:#f42424;}
.pay_box_title a:hover{ text-decoration:underline;}
.pay_box_conts{ overflow:hidden; padding:20px 0 0 0;}
.pay_box_conts p.tips { line-height:20px; display:block; overflow:hidden; color:#ff8f22;}
.pay_box .member_btn { border-radius:0; font-size:20px; font-weight:bold; }
/*收货地址*/
.pay_address{ overflow:hidden;}
.pay_address li{ float:left; box-sizing:border-box; width:calc(33.3% - 13px); height:160px; overflow:hidden; background:#fff; position:relative; margin:10px auto; margin-right:20px;
cursor:pointer; border:2px dashed #ddd; padding:20px; position:relative;}
.pay_address li:nth-child(3n) { margin-right:0; }
    .pay_address li:hover {
        border: 2px solid #2188FF
    }
    .pay_address li.lion {
        border: 2px solid #2188FF
    }
.pay_address li.lion i.icon{ display:block;}
.pay_address li.lion i.icon2{ display:block;}
.pay_address li .h4{ line-height:24px; height:24px; display:block; overflow:hidden; margin-bottom:10px; }
.pay_address li .h4 span{ color:#333; font-size:16px; display:inline-block; overflow:hidden; margin-right:20px;}
.pay_address li .h4 b{ height:24px; display:inline-block; overflow:hidden; padding:0 10px; color:#fff; background:#ff8f23; font-weight:normal; font-size:12px; border-radius:4px; }
.pay_address li p.cont{ line-height:24px; max-height:60px; display:block; overflow:hidden; color:#8c8c8c; font-size:14px; margin-bottom:5px; }
.pay_address li p.btns{ line-height:24px; display:inline-block; overflow:hidden; position:absolute; top:20px; right:20px; z-index:10;}
.pay_address li p.btns a{ float:left; color:#f42424; font-size:14px; margin-left:10px;}
.pay_address li p.btns a:hover{ text-decoration:underline;}
    .pay_address li i.icon {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 0;
        height: 0;
        border-bottom: 30px solid #2188FF;
        border-left: 30px solid transparent;
        display: none;
    }
.pay_address li i.icon2{ position:absolute; right:0; bottom:-4px; z-index:11; color:#fff; font-size:16px; display:none;}
/*表单*/
.pay_form{ overflow:hidden;}
.pay_form td{ overflow:hidden; padding:7px 0; line-height:25px; vertical-align:top;}
.pay_form span.name{ line-height:25px; color:#333; font-size:13px; text-align:right; display:block; overflow:hidden; padding:0 3px 0 0;}
.pay_form span.name b{ color:#F00; margin-right:3px;}
.pay_form p.tips{ line-height:18px; color:#F00; padding-top:5px;}
.txt_pay{ width:300px; height:23px; line-height:23px; padding:0 5px; border:1px solid #ddd;}
.ddl_pay{ width:312px; height:25px; border:1px solid #ddd;}
.pay_remark{ width:100%; height:40px; line-height:40px; padding:0 20px; border:1px solid #ddd; background:#f9f9f9; outline:none; font-size:14px; box-sizing:border-box; }
.pay_remark::placeholder { color:#8c8c8c; }
.paytxtlist { overflow:hidden; padding:0 0 10px 100px; position:relative;}
.paytxtlist .name { width:95px; height:40px; line-height:40px; display:inline-block; overflow:hidden; font-size:14px; text-align:right; position:absolute; left:0; top:0; z-index:10;}

/*单选*/

.radio_pay{ float:left; overflow:hidden; vertical-align:middle;}
.radio_pay input{ display:inline-block; line-height:36px; vertical-align:middle; cursor:pointer; margin:0 10px 0 0;}
.radio_pay label{ display:inline-block; line-height:36px; vertical-align:middle; cursor:pointer; margin:0 0 0 0; overflow:hidden; font-size:14px; color:#666; }

.radio_pay input[type="radio"], .radio_pay input[type='checkbox']{ }
.radio_pay input[type='radio']+label::before {content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:19px; top:14px; z-index:2; }
.radio_pay input[type='radio']+label::after {content: ''; display: inline-block; width: 16px; height: 16px; border-radius: 100%; 
 vertical-align: middle; position:absolute; left:15px; top:10px; border: 1px solid #ddd; background: #fff; z-index:1; }
.radio_pay input[type='radio']:hover+label::before{ }
    .radio_pay input[type='radio']:checked + label::before {
        background: #2188FF
    }

.radio_pay table{ border:0 none !important; border-collapse:separate; border-spacing:20px 0; margin-left:-20px;}
.radio_pay table td{ padding:0; line-height:36px; border:1px solid #ddd; padding:0 20px; position:relative; }
.radio_pay table td.tdon{ border:2px solid #f42424;}
.radio_pay .item { float:left; line-height:36px; border:1px solid #ddd; padding:0 20px; margin-right:20px; }
.radio_paytips{ line-height:20px; color:#8c8c8c; font-size:14px; padding:20px 0 0 0;}
/*复选按钮*/
.formcheckbox{ height:30px; line-height:30px; overflow:hidden; vertical-align:middle; font-size:14px; color:#666; padding:5px 0;}
.formcheckbox span{ float:left; height:30px; line-height:30px; overflow:hidden; display:inline-block; padding:0 0 0 2px;}
.formcheckbox input[type="checkbox"]{ float:left;  margin:6px 10px 0 0; vertical-align:middle;}
.formcheckbox label{ float:left; vertical-align:middle; line-height:30px;}
.formcheckbox input[type="text"]{ float:left; width:60px; height:28px; line-height:28px; border:1px solid #ddd; margin:0 10px 0 10px; text-align:center; color:#f42424; font-size:14px; outline:none; border-radius:3px;}
.formcheckbox p{ float:left; line-height:30px; margin:0 0 0 5px;}
/*统计*/
.pay_count{ line-height:30px; overflow:hidden; text-align:right; font-size:13px; color:#666; padding:5px 0;}
.pay_count em{ margin-left:10px; font-style:normal;}
    .pay_count span {
        color: #F68E1E;
    }
.pay_count span.money{ font-size:24px; font-weight:bold;}
.pay_count b{ color:#8c8c8c; font-weight:lighter;}
/*按钮*/
.paybtn{ display:block; overflow:hidden; height:50px; line-height:50px; background:#f9f9f9; margin:25px 0 0 0;}
    .paybtn a.link {
        float: left;
        color: #2188FF;
        margin: 0 0 0 20px;
        font-size: 14px;
    }
.paybtn a.link:hover{ text-decoration:underline;}
.paybtn a.btn{ float:right; display:block; overflow:hidden; background:#ff8f23; color:#fff; font-size:18px; padding:0 65px;}
/*#endregion */

/*#region ==========支付：下单成功==========*/
.handle_left { float:left; width:480px; overflow:hidden;}
.handle_right { float:right; width:600px; overflow:hidden; padding:30px 0 0;}

.handle_top { overflow:hidden; padding:10px 20px; background:#fff7cc; margin-bottom:20px; }
.handle_top p { font-size:14px; color:#666; line-height:30px;}
.handle_top p span { color:#f42424;}

.handle_form { overflow:hidden; margin-bottom:20px; }
.handle_form li { overflow:hidden; padding:10px 15px; height:50px; position:relative; border:1px solid #ddd; cursor:pointer; margin-bottom:20px; border-radius:10px; }
.handle_form li img { float:left; width:50px; height:50px; margin:0 10px 0 0; border-radius:60px;}
.handle_form li .h4 { line-height:24px; display:block; overflow:hidden; color:#333; font-size:16px; }
.handle_form li p { line-height:24px; display:block; overflow:hidden; color:#8c8c8c; font-size:14px;}
.handle_form li i { line-height:50px; font-size:24px; color:#ccc; position:absolute; top:10px; right:10px; z-index:10;}
.handle_form li.lion { background:#f9f9f9;  }
.handle_form li.lion i {  color:#f42424; }

.PayQrcode { width:400px; overflow:hidden; margin:0 auto; text-align:center;}
.PayQrcode .codebox{ width:100%; min-height:285px; overflow:hidden;}
.PayQrcode .code { display:block; overflow:hidden; width:200px; height:200px; margin:0 auto; padding:8px; border:2px solid #ddd; border-radius:10px;}
.PayQrcode .tips { line-height:25px; font-size:14px; color:#666; margin:20px 0;}
.PayQrcode .btn { width:160px; height:40px; line-height:40px; display:inline-block; overflow:hidden; text-align:center; color:#fff; border-radius:40px; 
 background: linear-gradient(90deg,#ff6034,#f42424);  font-size:16px;}
/*#endregion */

/*#region ==========支付：选择优惠劵==========*/
/*列表*/
.mycoupon_list{ width:440px; overflow:hidden; padding:20px 20px 0 20px; margin:0 auto;}
.mycoupon_list li{ padding:10px 20px; overflow:hidden;  margin:0 0 15px 0; cursor:pointer; color:#fff; position:relative; }
.mycoupon_list li:not(.none) {
    /*background-image:  radial-gradient(  circle at 1px 8px,  transparent 6px,  #4eb6d8 6px,  #4eb6d8 0px),  radial-gradient(  circle at 199px 8px,  transparent 6px,  #4eb6d8 6px,  #4eb6d8 0px);  
    background-size: 240px 18px;  background-position: 0 0, 240px 0;  background-repeat-x: no-repeat; */
    background: url(../images/coupons-i-left.png) left top repeat-y #4eb6d8;
}
.mycoupon_list li:not(.none)::after { content: " ";  position: absolute; top: 0;  right: 0; width:6px; height:100%; background: url(../images/coupons-i-right.png) right top repeat-y #4eb6d8; }
.mycoupon_list li.lion {
    /*background-image:  radial-gradient(  circle at 1px 8px,  transparent 6px,  #4eb6d8 6px,  #f42424 0px),  radial-gradient(  circle at 199px 8px,  transparent 6px,  #f42424 6px,  #f42424 0px);  
    background-size: 240px 18px;  background-position: 0 0, 240px 0;  background-repeat-x: no-repeat; */
    background: url(../images/coupons-i-left.png) left top repeat-y #ff8f23;
}
.mycoupon_list li.lion::after { background: url(../images/coupons-i-right.png) right top repeat-y #ff8f23; }
.mycoupon_list li.none{ text-align:center; font-size:16px; line-height:20px; background:#f42424; border:1px solid #f42424; border-radius:5px;}
.mycoupon_list li .h4{ height:50px; line-height:50px; display:block; overflow:hidden; color:#fff; font-size:13px;}
.mycoupon_list li .h4 span{ font-size:16px; margin-right:5px;}
.mycoupon_list li .h4 b{ font-size:36px; margin-right:10px; font-weight:normal;}
.mycoupon_list li .h4 em{ font-style:normal; font-size:14px; }
.mycoupon_list li p{ height:25px; line-height:25px; display:block; overflow:hidden; color:#fff; font-size:14px;}

/*底部*/
.couponfoot_no{ height:140px; overflow:hidden;}
.couponfoot{ width:100%; overflow:hidden; position:fixed; bottom:0; left:0; z-index:1000; background:#fff;}
.couponfoot div{ width:440px; overflow:hidden; margin:0 auto;}
.couponfoot input{ width:100%; height:40px; line-height:40px; font-size:14px; color:#666; outline:none; border:0 none; border-bottom:1px solid #ddd;}
.couponfoot input::placeholder { color:#8c8c8c; }
.couponfoot p.tips{ line-height:30px; color:#f42424; padding:0 0 10px 0;}
.couponfoot a.btn{ padding:10px 20px; display:block; color:#fff; background:#ff8f23; font-size:16px; text-align:center;
border-radius:4px; margin:0 0 20px 0;}
/*#endregion */

.uploadlist {
    overflow: hidden;
}

    .uploadlist li {
        overflow: hidden;
    }

        .uploadlist li:last-child {
            margin-bottom: 0;
        }

    .uploadlist p.ofoot {
        height: 42px;
        line-height: 42px;
        display: block;
        overflow: hidden;
        padding: 0 10px;
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-top: 0 none;
        color: #666;
    }

.uploadtable {
    overflow: hidden;
    position: relative;
}
    .uploadtable table {
        width: 100%;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .uploadtable thead {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background: #f9f9f9;
    }
        .uploadtable thead th {
            height: 50px;
            overflow: hidden;
            text-align: center;
            font-size: 14px;
            color: #333;
        }

    .uploadtable table td {
        height: 90px;
        border-bottom: 1px solid #ddd;
        border-right: 0;
        text-align: center;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }
    .uploadtable a.img {
        float: left;
        width: 74px;
        height: 74px;
        display: block;
        overflow: hidden;
        margin: 10px;
    }

        .uploadtable a.img img {
            width: 72px;
            height: 72px;
            display: block;
            border: 1px solid #ddd;
        }

    .uploadtable p.name {
        display: block;
        overflow: hidden;
        margin: 10px 10px 0 0;
        text-align: left;
    }

        .uploadtable p.name a {
            line-height: 22px;
            height: 44px;
            display: block;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .uploadtable p.name b {
            height: 24px;
            line-height: 24px;
            display: inline-block;
            overflow: hidden;
            padding: 0 6px;
            color: #fff;
            background: #ff8f23;
            font-size: 13px;
            font-weight: normal;
            border-radius: 4px;
            margin-right: 10px;
        }

        .uploadtable p.name span {
            height: 24px;
            line-height: 24px;
            display: inline-block;
            overflow: hidden;
            color: #8c8c8c;
        }

    .uploadtable a.link {
        color: #2188FF;
    }

        .uploadtable a.link:hover {
            text-decoration: underline;
        }
    .uploadtable .app0{
        color:#666;
    }
    .uploadtable .app1 {
        color: #2188FF;
    }
    .uploadtable .app2 {
        color: #f42424;
    }
    .uploadtable .details{
        margin: 10px 0;
    }
    .uploadtable .delete {
        margin: 10px 0;
    }

.attachment {
    display: flex;
}
    .attachment p {
        margin-right: 10px;
    }
        .attachment p:before {
            content: '*';
            color: #F56C6C;
            margin-right: 4px;
        }
.attachmenttip{
    color: #f42424;
}

.filetable {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
    .filetable table {
        width: 100%;
    }
        .filetable table thead {
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            background: #f9f9f9;
        
        }

        .filetable thead th {
            height: 50px;
            overflow: hidden;
            text-align: center;
            font-size: 14px;
            color: #333;
            border: 1px solid #ddd;
        }

        .filetable table td {
            height: 90px;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }

        .filetable table td p{
            text-align: left;
            padding-left: 20px;
        }


.memberview {
    background: #d2d2d2 url(../images/bg-top.jpg) center center;
    display: flex;
}
    .memberview .headpic img {
        width: 120px;
        height: 120px;
    }
    .memberview .memberinfo {
        margin-top: 10px;
        margin-left: 10px;
    }
        .memberview .memberinfo h2 {
            font-size: 18px;
            font-weight: 1000;
        }
        .memberview .memberinfo p {
            font-size: 12px;
            font-weight: 1000;
            line-height: 25px;
            margin-left: 10px;
            padding: 0 5px;
            color: #2188FF;
            border: 2px solid #2188FF;
            border-radius: 10px;
        }
        .memberview .memberinfo span {
            font-weight: 1000;
        }
    .memberview .memberbtn {
        margin-left: auto;
        margin-top: 50px;
        margin-right: 50px;
    }
.memberright {
    float: right;
    clear: right;
    width: 220px;
    height: auto;
}

.memberrighttitle {
    display: flex;
    padding-top: 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}
    .memberrighttitle .pillar {
        margin: 5px 10px;
        height: 13px;
    }

.memberrighttip {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px;
}

.memberlist {
    width: 980px;
    height: auto;
    padding-bottom: 20px;
}
    .memberlist li {
        float: left;
        width: 120px;
        height: 140px;
        overflow: hidden;
        border: 1px solid #ccc;
        margin: 30px 25px 0 0;
        padding: 10px;
        background: #fff;
        text-align:center;
    }
    .memberlist li:nth-child(-n+5) {
        margin-top: 20px;
    }

    .memberlist .pic{
        width: 100px;
        height: 100px;
        margin: 0 auto; 
        position: relative;
        overflow: hidden;
        zoom: 1;
    }

    .memberlist li a.img {
        display: block;
        overflow: hidden;
    }
    .memberlist .pic .bd img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .memberlist .name {
        margin-top: 10px;
    }

.chongcoinlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行 4 列，等宽 */
    gap: 10px;
}
    .chongcoinlist a {
        display: block;
        width: 100px;
        height: 100px;
        border: 3px solid #8c8c8c;
        text-align: center;
        margin: 10px 10px;
    }
    .chongcoinlist .selectcoin {
        border: 3px solid #2188FF;
    }
        .chongcoinlist .coin {
            color: #f42424;
            padding:10px 0;
        }
        .chongcoinlist .money {
            color: #2188FF;
            padding: 10px 0;
        }
.typelist {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行 4 列，等宽 */
    gap: 10px;
}

    .typelist a {
        display: block;
        width: 100px;
        height: auto;
        border: 3px solid #8c8c8c;
        text-align: center;
        margin: 10px 10px;
    }

    .typelist .selecttype {
        border: 3px solid #2188FF;
        color: #2188FF;
    }

    .typelist .pic img {
        padding: 10px 0;
        width: 50px;
        height: 50px;
    }

    .typelist .name {
        font-size: 12px;
        line-height: 1.5;
    }

.steplist {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行 4 列，等宽 */
    gap: 10px;
}

    .steplist .stepinfo {
        display: block;
        width: 100px;
        height: auto;
        text-align: left;
        margin: 10px 10px;
    }

    .steplist .pic img {
        padding: 10px 10px;
        width: 180px;
        height: 180px;
    }
    .steplist .index {
        width: 180px;
        font-size: 28px;
        font-weight: 600;
    }

    .steplist .name {
        width: 180px;
        font-size: 13px;
        font-weight: 600;
    }

    .steplist .desc {
        width: 180px;
        font-size: 12px;
        color: #929292;
        padding: 10px 0;
    }

.advlist {
    padding: 0 10px;
}
    .advlist .advinfo {
        display: flex;
    }
        
    .advlist .pic img {
        padding: 10px 10px;
        width: 50px;
        height: 50px;
    }

    .advlist .name {
        font-size: 13px;
        font-weight: 600;
        margin-top:25px;
    }

    .advlist .desc {
        font-size: 12px;
        color: #929292;
        padding: 10px 0;
    }

.formline {
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #daeafb;
    clear: both;
}

.tips {
    line-height: 30px;
    padding: 5px 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #FF8614;
}