@import url(//at.alicdn.com/t/font_372780_0ulu3slkijv.css);
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { 
    margin:0; padding:0; 
    font-family:"-apple-system-font","Helvetica Neue","Helvetica","Microsoft YaHei","SimSun","宋体","Arial Narrow";
    font-size: .32rem;
}
table { border-collapse:collapse; border-spacing:0; }  
fieldset, img { border:0; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }  
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
ul, ol { list-style:none; }
a { text-decoration:none; } 
/* a:hover { text-decoration:underline; }  */

.container{
    width: 7.5rem;
    margin:  0 auto;
    /* background-color:#F6F6F6; */
    background-color:#FFF;
}
/* 会员头部start */
.home_header_nav{
    height: 3.36rem;
    overflow: hidden;
    background-image: url(../images/home_header.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: .2rem;
}
.home_header_line {
    width: 100%;
    height: .2rem;
    background: #fff;
}
.home_card{
    width: 6.9rem;
    height: 2.26rem;
    background-color: #FFF;
    display: flex;
    box-shadow: 0 0.01rem 0.1rem rgba(0,0,0,.2);
    border-radius: .08rem;
    position: relative;
}
.home_card .avatar_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.73rem;
}
.home_card .card_avatar{
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 100%;

}
.home_card .card_avatar:after{
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #c08b2e;
    border-radius: 100%;;

}
.home_card .des_nav{
    position: relative;
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: center;
}
.home_card .des_nav .des_name{
    /* margin-top: .6rem; */
    font-weight: 600;
    font-size: .32rem;
}
.home_card .des_nav .des_intro{
    margin-bottom:5px;
}
.home_card .des_phone{
    font-size: .28rem;
    color: #d36161;
    margin-top: .24rem;
    /* font-weight: bold; */
}
/* .home_card .des_deadline{
    position: absolute;
    right: .2rem;
    bottom: .32rem;
    font-size: .28rem;
    margin-top: .24rem;
    color: #d36161;
} */
.home_card .des_deadline{
    font-size: .30rem;
    color: #d36161;
    margin-top: .24rem;
    font-weight: bold;
}
.home_card .card_rank{
    position: absolute;
    top: 50%;
    right: -.22rem;
    transform: translate(0%, -50%);
    background: #ea7777;
    padding: .04rem .16rem;
    border-radius: .24rem;
    font-size: .24rem;
    color: #FFF;
    border: 0.04rem solid rgba(255,235,222,1);
}
/* 会员头部end */
/* 会员类型跳转START */
.user_guide_mod{
    height : calc(100vh - 3.36rem);
    width: 100%;
    background-color: #fff;
    padding-top: .3rem;
}
.user_guide_mod .user_row{
    display: flex;
    height: 1.4rem;
    justify-content: space-between;
    align-items: center;
}
.user_row .user_type{
    font-size: .32rem;
    padding: 0 .66rem;
    display: block;
}
.user_row .user_go{
    font-size: .24rem;
    background-color: rgba(211,97,97,1);
    color: #fff;
    width: .77rem;
    height: .51rem;
    line-height: .51rem;
    text-align: center;
    border-radius: .06rem;
    margin-right: .66rem;
    text-decoration: none;
}
/* 会员类型跳转END */
/* 普通会员START */
.user_vip1_mod{
    /* height : calc(100vh - 3.36rem); */
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.user_vip1_mod .promotion{
    display: flex;
    justify-content: space-between;
    height: 2.42rem;
    width: 6.9rem;
    margin-bottom: .20rem;
    border-radius: .08rem;
}
.user_vip1_mod .span_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .38rem;
}
.user_vip1_mod .span_right{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding-right: .24rem;
}
.user_vip1_mod .span_left .span1{
    font-size: .48rem;
    color: #FDA215;
    padding: .10rem 0;
}
.user_vip1_mod .span_left .span2{
    font-size: .32rem;
    color: #999999;
    font-family:"SimSun";
}
.user_vip1_mod .span_right .span_go{
    padding: .02rem .16rem;
    border-radius: .24rem;
    font-size: .24rem;
    color: #ea4948;
    border: 1px solid #ea4948;
}
/* 普通会员END*/

/* 引导页提示信息START */
.guide_alert{
    height: 2.42rem;
    width: 6.9rem;
    margin-bottom: .20rem;
    border-radius: .08rem;
    margin-top: .2rem;
}
.guide_alert .title{
    height:0.33rem;
    font-size:0.33rem;
    font-family:SimSun;
    color:rgba(3,3,3,1);
    line-height:0.33rem;
}
.guide_alert .title span{
    display: inline-block;
    width: .20rem;
    height: .20rem;
    border-radius: 50%;
    background-color: #d36161;
    margin: 0 .10rem;
}
.guide_alert .content{
    padding: .12rem;
    line-height: .60rem;
}
.guide_alert .policy_content{
    font-size: 0.26rem;
    color: #030303;
    line-height:0.56rem;
}
.guide_alert .footer{
    display: flex;
    flex-direction: row-reverse;
}
.guide_alert .footer a{
    padding: .04rem .24rem;
    font-size: .32rem;
    background-color: #d36161;
    color: #fff;
    text-align: center;
    border-radius: .08rem;
    border: 1px solid #ea4948;
    margin-right: .24rem;
}
/* 引导页提示信息END */

/* 高级会员支付页 START */
.price_row{
    display: flex;
    width: 6.91rem;
    height: 1.26rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.37rem;
    box-sizing: border-box;
}
.price_row .price_left{
    width:2.26rem;
    height:0.34rem;
    font-size:0.33rem;
    /* font-weight:bold; */
    color:rgba(2,2,2,1);
    line-height:0.48rem;
    flex: 1;
}
.price_row .original_price{
    text-decoration: line-through;
}
.price_row:nth-child(1) .price_right{
    background-image: url(/Public/images/policy/price1.png);
}
.price_row:nth-child(2) .price_right{
    background-image: url(/Public/images/policy/price2.png);
}
.price_row:nth-child(3) .price_right{
    background-image: url(/Public/images/policy/price3.png);
}

.price_row .price_right{
    height: 0.42rem;
    width: 2.7rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.46rem;
    text-align: center;
    
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}
.price_row .price_right .price_right_bd{
    width: 0.5rem;
}
.price_row .price_right .price_right_ft{
    width: 2.5rem;
}
.price_row .btn_qiang{
    width:0.58rem;
    height:0.49rem;
    background:rgba(211,97,97,1);
    border-radius:0rem 0rem 0rem 0rem;
    font-size:0.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.04rem;
}
.price_row.active{
    background-color: rgba(255,232,232,1);
    border-radius: .06rem;
}

.wx_order_record {
    min-height: .6rem;
    max-height: 1.3rem;
    overflow-y: scroll;
    padding: .1rem 0;
}
.wx_order_record li {
    display: flex;
    line-height: 0.6rem;
    font-size: 0.3rem;
}
.combo_mod{
    background-color: #fff;display: flex;align-items: center;flex-direction: column;
}
.action_mod {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.9rem;
    background-color: #fff;
    box-shadow: 0 -10px 15px 0 rgba(0,0,0,.2);
    display: flex;
}
.action_mod_bd{
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.action_mod_bd .text {
    font-size: .34rem;
    font-weight: 400;
}
.action_mod_ft .btn_payment {
    display: block;
    width: 2.48rem;
    height: 0.9rem;
    padding-top: .23rem;
    padding-bottom: .23rem;
    color: #fff;
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #ea7777;
    box-sizing: border-box;
}
/* 高级会员支付页 START */