.main{
    background-color: #fff;
}
.coupon_top{
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    /* background-color: #FF7C1C; */
    background-color: #e67523;

    
    padding: 0 10px;
}
strong{
    color: #4e4b49;
}
.conpon_shop{
    color: #cf0019 ;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    padding: 22px 20px  5px 22px;
    border-bottom: 1px solid #ccc;

}

.div_dash{
    width: 1px;
    height: 140px;
    border-right: 1px dashed #ccc;
}
.clear{
    clear: both;
}
.conpon_money{
    padding: 20px;
position: relative;
left: 22%;
    /* text-align: center; */
}
.left_money{
    float: left;
    width: 480px;
    color: #5c5b5b;
    height: 145px;
    background-color: #ffa869;
    border-radius: 10px;
}
.money_use{
    color: #e85a00;
    font-size: 23px;
    font-weight: 800;
}
.top_top{
    color: #ffffff;
    background-color: #f08d46;
    width: 95px;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 30px;
    text-align: center;
}
.money_y{
    color: #ffffff;
}
.right_money{
    float: left;
    width: 180px;
    height: 145px;
    color: #ffffff;
    font-size: 21px;
    line-height: 145px;
    text-align: center;
    cursor: pointer;
    border-left: 1px dashed #fff;
    background-color: #ffa869;
    border-radius: 10px;
}
.left_left{
    float: left;
}
.right_right{
    float: left;
    margin-left: 48px;
    margin-top: 47px;
    margin-left: 68px;
}
.btom_b{
    margin-left: 10px;
    margin-top: 22px;
    font-size:37px;
}
.money{
    color: #ffffff;
    font-size: 23px;
    margin-right: -13px;
}
.footer{
    margin-top: 25px;
}
.see_more{
    text-align: center;
    font-size: 20px;
}
.three_div{
    width: 0px;
    height: 0px;
    margin: auto;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #e67523;
}
.dialog_bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.dialog_cont{
    position: absolute;
    width: 309px;
    height: 175px;
    /* transform: translate(-50%,-50%); */
    top: 50%;
    left: 40%;
    border:10px solid #e08c97;
    border-radius: 31px;
    background: #fff;
}
.close{
    border: 4px solid #e08c97;
    position: absolute;
    right: 67px;
    width: 157px;
    color: #e08c97;
    top: 110px;
    font-size: 20px;
    border-radius: 17px;
    text-align: center;
    cursor:pointer;
}
.text_txt{
    color: #e08c97;
    font-size: 23px;
    position: relative;
    top: 40px;
    right: -42px;
    height: 46%;
    /* transform: translate(17%,-37%); */
}
.text_data{
    color: #e85a00;
}
.show{
    display: none;
}
.layui-layer-dialog .layui-layer-content{
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 21px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.layui-layer-content{
    font-size: 18px;
}
.layui-layer-title{
    font-size: 20px;
}
.layui-layer-title{
    font-size: 18px !important;
    color: #fff !important;
    background-color: #e67523 !important;
}
.layui-layer-dialog .layui-layer-content{
    line-height: 74px !important;
}
.layui-layer-btn a{
    margin: -9px 5px 0 !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #fd852d !important;
    background-color: #fd852d !important;
}
