html,body{
    height:100%;
    margin: 0;
    padding: 0;

}

p{
    display:block;
    -webkit-margin-before:0;
    -webkit-margin-after:0;

}

#box{
    width: 100%;
    height: 100%;
    background-image: url(../images/bg2@3x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 0.7rem;
    position: relative;
}
.wx_bg{
    width:100%;
    height:100%;
    background: rgba(00,00,00,0.6);
    position: fixed;
    top:0;
    z-index:999;
    text-align: center;
    display: none;
}
.wx_bg img{
    width:2.5rem;
    margin-top:50%;
}
.box_title{
    width: 80%;
    margin-left: 10%;
    height: 2.38rem;
    background: white;
    border-radius: 0.08rem;
    position: relative;
}
.box_title .G_img{
    width: 0.56rem;
    height: 0.57rem;
    position: absolute;
    left: 1.23rem;
    top: -0.235rem;
}
.box_title h5{
    font-size: 0.28rem;
    color: #C72220;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
    padding-top: 0.35rem;
    /*font-weight: bold;*/
}
.box_title .box_limit{
    width: 2.6rem;
    margin: 0.2rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box_text{
    font-size: 0.2rem;
    color: #111111;
    float: left;
}
.box_d{
    width: 0.45rem;
    height: 0.7rem;
    background: #C72220;
    float: left;
    margin: 0 0.05rem;
    border-radius: 0.05rem;

}
.box_d p{
    font-size: 0.54rem;
    color: white;
    text-align: center;
    line-height: 0.7rem;
}

.box_content{
    width: 100%;
    height: 5.2rem;
    background-image: url(../images/bg1@3x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1.48rem;
}
.box_content .box_content_t{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
}
.t_name{
    font-size: 0.16rem;
    color: white;

}
.time_view{
    width: 0.37rem;
    height: 0.31rem;
    border-radius: 0.07rem;
    background: #FAB001;

}
.time_view p{
    font-size: 0.25rem;
    color: #E03234;
    text-align: center;
    line-height: 0.31rem;
}
.img_bg_M{
    width: 100%;
    height: 2.14rem;
    background-image: url(../images/M_200.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

/*.img_bg_p1{*/
/*    font-size: 0.3rem;*/
/*    color: #E03234;*/
/*    padding-top: 0.2rem;*/
/*}*/
/*.img_bg_p2{*/
/*    font-size: 0.14rem;*/
/*    color: #E03234;*/
/*    height: 0.2rem;*/
/*}*/
.img_btn{
    width: 1.4rem;
    height: 0.38rem;
    /*background: #FAB001;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left: 2.07rem;*/
    margin-top: 0.05rem;
    background-image: url(../images/buy_btn.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.img_btn p{
    font-size: 0.16rem;
    color: #E03234;
}
.explain_box{
    background: #C72220;
    padding: 0.15rem;
}
.explain{
    width: 100%;
    background: #E03234;
    overflow: auto;
}
.explain p{
    font-size: 0.12rem;
    color: #FFFFFF;
    margin: 0.15rem;
    line-height: 0.2rem;
}

.img_bg_M .received_img{
    position: absolute;
    right: 0.14rem;
    top: 0.67rem;
    width: 0.81rem;
    height: 0.65rem;
    display: none;
}
.box_title_2{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
}
.box_title_2 p{
    font-size: 0.26rem;
    color: #FFFFFF;
}

#notice{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.6;
    z-index: 100;
    display: none;
}
.notice_img{
    width: 2.66rem;
    height: 3.18rem;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/notice.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
    margin-top: 1.55rem;
    margin-left: 0.56rem;
    opacity: 1;
    display: none;
}
.notice_img img{
    width: 1.99rem;
    height: 0.63rem;
    margin-left: 0.3rem;

}

.notice_name{
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0;
}
.notice_content,.notice_content2{
    font-size: 0.10rem;
    color: #FFFFFF;
    text-align: center;
    width: 94%;
    margin-left: 3%;
    line-height: 0.2rem;
}
.c_close{
    width: 1.2rem;
    height: 0.35rem;
    border-radius: 0.06rem;
    background: #F9ED37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem auto;
}
.c_close p{
    font-size: 0.16rem;
    color: #9B0612;
}

.use_oupon{
    width: 3.14rem;
    height: 0.4rem;
    margin-top: 0.16rem;
    margin-left: 0.32rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.use_news{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.use_news img{
    width: 0.4rem;
    height: 0.4rem;
    /*border-radius: 0.2rem;*/
    overflow: hidden;
}
.use_news div{
    height: 0.4rem;
    margin-left: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.use_news div p:nth-child(1){
    font-size: 0.12rem;
    color: #111111;
}
.use_news div p:nth-child(2){
    font-size: 0.1rem;
    color: #888888;
    width: 1.8rem;
    overflow: hidden;
}
.click_use{
    width: 0.8rem;
    height: 0.25rem;
    border:solid 1px #E03234
}
.click_use p{
    font-size: 0.11rem;
    color: #E03234;
    text-align: center;
    line-height: 0.25rem;
}
.deta_replace{
    width: 2rem;
    height: 0.7rem;
    display: none;
    flex-direction: row;
    justify-content: space-between;
}
.replace_box{
    width: 0.46rem;
    height: 100%;
    display: inline-block;
    position: relative;

}

.replace_top{
    width: 0.46rem;
    height:50% ;
    background: #C72220;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}
.replace_bottom{
    height:50% ;
    background: #C72220;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}
.replace_text{
    width: 0.46rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.replace_text p{
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.54rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: center;
}

.app_share{
    width: 100%;
    height: 0.35rem;
    display: none;

}
.app_sharebox{
    width: 90%;
    margin-left: 5%;
    height: 0.35rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.app_sharebox p{
    font-size: 0.14rem;
    color: white;
    margin-right: 0.1rem;
}
.app_sharebox img{
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.15rem;
}
.Noticewarp{
    overflow: hidden;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    position: absolute;
    top:2.7rem;
    z-index:999;
}
.Noticewarp .scroll {
    width: 200%;
    float: left;
    position: relative;
}
.Noticewarp a {
    color: #fff;
    width: auto;
    float: left;
    padding:0 0.2rem 0 0.05rem;
    height:0.3rem;
    text-decoration: none;
    margin-right:0.1rem;
    border-radius:1rem;
    background: rgba(0,0,0,0.5);
    font-size:0.1rem;
    display: inline-block;
}
.scroll a img{
    width:0.25rem;
    height:0.25rem;
    vertical-align: middle;
    position: relative;
    top:-0.02rem;
    border-radius:50%;
}
.Noticewarp a:last-child{
    margin-right:0;
}