h1,
h2,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;
}
html,body{
    min-width: 1200px;
    width: 100vw;
    font-size: 16px;
    background: #f3f6fb;
    overflow-x: hidden;
    font-family:微软雅黑;
}

@media screen and (max-width:1400px) {
    html,
    body{
        font-size: 12px;
    }
    .max_width{
        width: 1200px!important;
    }
}
.max_width{
    margin: 0 auto;
    width: 1400px;
}

.clear_float::after{
    content: '';
    display: table;
    clear: both;
}

/*清除默认样式*/
.operating_gray:hover, .cancel:hover{
    border: 0!important;
}
a:focus, a:hover{
    color: white;
}
/*订单确认*/
.place_order{
    margin: 13px auto 24px;
    padding: 40px 25px;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.place_order>h3{
    margin: 0;
    font-size:18px;
    line-height:18px;
    padding-bottom: 20px;
    font-weight:400;
    color:rgba(153,153,153,1);
    border-bottom:1px solid rgba(238,238,238,1);
}
/*订单*/
.order{
    padding:30px 35px;
    border-bottom:1px solid rgba(238,238,238,1);
}
.order_date{
    font-size:16px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:16px;
}
.order_tips{
    font-size:14px;
    margin-top: 12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:14px;
}
.order_tips>span{
    color: #E60012;
}
.order_box{
    margin-top: 30px;
}
.order_box::after{
    content: '';
    display: table;
    clear: both;
}
.order_box_img{
    float: left;
    margin-right: 20px;
    display: inline-block;
    width: 168px;
    height: 100px;
}
.order_box_img>img{
    width: 100%;
}
.order_box>div{
    float: left;
    display: inline-block;
}

.order_box>div>p{
    font-size:14px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight:400;
    color:rgba(48,48,48,1);
}

/*优惠券*/
.coupon{
    padding:20px 35px;
    border-bottom:1px solid rgba(238,238,238,1);
}
.coupon_title{
    font-size:16px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:16px;
}
/*没有优惠券*/
.coupon_none{
    display: none;
    font-size:14px;
    margin-top: 20px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:14px;
}
/*有优惠*/
.coupon_select{
    margin-top: 21px;
}
.coupon_select>div{
    font-size:14px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:14px;
}
.coupon_select>div:first-child{
    margin-bottom: 16px;
}
.coupon_select>div:first-child span{
    display: inline-block;
    margin-left: 16px;
    color:rgba(153,153,153,1);
}
.see_details{
    cursor: pointer;
    color: rgba(56,140,255,1)!important;
}
.see_details:hover{
    color:rgba(0,87,255,1)!important;
}

label{
    font-weight: 400;
}
input[type="radio"] + label::before{
    content: "\a0"; /*不换行空格*/
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    transform: translateY(-1px);
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid rgba(191,191,191,1);
    text-indent: .15em;
    line-height: 1;
}
input[type="radio"]:checked + label::before {
    background-color: rgba(98,98,98,1);
    background-clip: content-box;
    padding: .35em;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
/*发票*/
.invoice{
    padding:20px 35px;
    border-bottom:1px solid rgba(238,238,238,1);
}
.invoice_title{
    font-size:16px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:16px;
}
.invoice_box{
    margin-top: 20px;
}
.electronic_invoice{
    cursor: pointer;
    font-size:14px;
    font-weight:400;
    color:rgba(56,140,255,1);
    line-height:14px;
}
.electronic_invoice:hover{
    color: rgba(0,87,255,1);
}
.invoice_name{
    margin-left: 43px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:14px;
}

/*价格*/
.price{
    padding: 20px 0;
    border-bottom:1px solid rgba(238,238,238,1);
}
.price::after{
    content: '';
    display: table;
    clear: both;
}
.price_box{
    float: right;
}
.price_box>p{
    text-align: right;
    font-size:14px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.price_box>p:last-child{
    margin: 0;
    color: #303030;
}
.price_box>p:last-child>span{
    color: #F05334;
}

/*提交*/

.submission{
    padding: 20px 0;
}
.agreement{
    float: right;
}
.agreement>label a{
    color:#388CFF;
}

#agreement+label::before {
    content: "";

    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
    line-height: 1;

    width: 20px;
    height: 20px;
    cursor: pointer;
    border:1px solid rgba(229,229,229,1);
    border-radius:5px;
}

#agreement:checked +label::before {
    display: inline-block;
    content: "\2714";
    text-align: center;

    border:0;

    font-size: 14px;
    line-height: 19px;
    background:#388CFF;
    color: white;
    background-clip: content-box;
}
.label_red::before{
    border:1px solid red!important;
}
#agreement{
    display: none;
}

/*按钮*/
.agreement>div{
    margin: 20px 0 37px;
}
.agreement>div>span{
    user-select:none;
    float: right;
}
.confirm{
    display: inline-block;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
    width:140px;
    height:40px;
    background:rgba(240,83,52,1);
    border-radius:4px;
    text-align: center;

    font-size:18px;
    line-height: 40px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.confirm:hover{
    background:rgba(227,71,40,1);
}
.cancel{
    cursor: pointer;
    line-height: 40px;
    font-size:18px;
    margin: 0 20px;
    font-weight:400;
    color:rgba(153,153,153,1);
}

/**/
.window{
    min-width: 1200px;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

/*发票弹窗*/
.invoice_popup{
    display: none;
}

.invoice_window{
    box-sizing: border-box;
    padding: 0 25px;
    width:800px;
    height:500px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.invoice_window>h3{
    padding: 30px 0;
    font-size:18px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;

    border-bottom:1px solid rgba(238,238,238,1);
}
.invoice_window>h3>span{
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
}
.invoice_window>h3>span>img{
    max-width: 100%;
}
/*发票选择类型*/
.invoice_type{
    display: table;
    margin:  45px auto 0;
}
.invoice_type input[type='text']{
    text-indent: 2rem;
}
.invoice_type span{
    display: inline-block;
}
.invoice_section{
    height: 40px;
    margin-bottom: 20px;
}
.invoice_section span{
    float: left;
}
.invoice_section_title{
    width: 120px;
    font-size:16px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:40px;
}
.invoice_section_option{
    user-select:none;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    width:160px;
    height:40px;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.invoice_section_option:last-child{
    margin-left: 20px;
}
.invoice_section_active{
    border:1px solid rgba(0,87,255,1);
    color:rgba(0,87,255,1);
}

/*个人发票*/
.personal_invoice{
    display: block;
    position: relative;
    margin-bottom: 0px;
}
.personal_invoice>*{
    float: left;
}
.personal_warning{
    display: none;
    clear: both;
    width: 340px;
    margin: 6px 0 14px 120px;
    font-size:12px;
    font-weight:400;
    color:rgba(230,0,18,1);
    line-height:12px;
}
.personal_invoice>input[type="text"]{
    margin-bottom: 20px;
    color: #303030;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    width:340px;
    height:40px;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
}
.personal_invoice>input[type="text"]:focus{
    border:1px solid #bfbfbf;
}
/*企业发票*/
.enterprise_invoice{
    display: none;
}
.enterprise_name,.enterprise_num{
    position: relative;
}
.enterprise_name>*,.enterprise_num>*{
    float: left;
}
.enterprise_name>input[type="text"],.enterprise_num>input[type="text"]{
    outline: 0;
    color: #303030;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width:340px;
    height:40px;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
}
.enterprise_name>input[type="text"]:focus,
.enterprise_num>input[type="text"]:focus{
    border:1px solid #BFBFBF;
}

/*发票按钮*/
.invoice_type_but{
    margin-top: 5px;
}
.invoice_type_but>span{
    user-select:none;

    cursor: pointer;
    float: right;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    width:160px;
    height:40px;
    color:rgba(153,153,153,1);
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
}
/*提交发票*/
.invoice_but_submission{
    margin-right: 20px;
    background:rgba(56,140,255,1);
    border:1px solid rgba(56,140,255,1)!important;
    color:rgba(255,255,255,1)!important;
}
.invoice_but_submission:hover{
    background:rgba(0,87,255,1);
    border:1px solid rgba(0,87,255,1);
}
/*取消*/
.invoice_but_cancel:hover{
    color:rgba(102,102,102,1)!important;
    border:1px solid rgba(153,153,153,1);
}

/*弹窗底部*/
.invoice_window_footer{
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: 0;
    text-align: center;
    padding: 32px 0 36px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:14px;
    border-top:1px solid rgba(238,238,238,1);
}


/*优惠券弹窗*/
.coupon_popup{
    display: none;
}
.coupon_window{

    box-sizing: border-box;
    width:1200px;
    height:600px;
    padding: 0 50px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.coupon_window>h3{
    padding: 30px 0;
    font-size:18px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;

    border-bottom:1px solid rgba(238,238,238,1);
}
.coupon_window>h3>span{
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
}
.coupon_window>h3>span>img{
    max-width: 100%;
}

/*优惠券*/
.coupon_section{
    width: 100%;
    padding: 30px 20px 30px 17px;
}
.coupon_option{
    box-sizing: border-box;
    display: inline-block;
    height: 160px;
    margin-right: 26px;
    margin-bottom: 30px;
}
.coupon_option:nth-child(2n){
    margin-right: 0px;
}
.coupon_option>label{
    display: inline-block;
    height: 160px;
}
.coupon_option>label>*{
    float: left;
}
.coupon_option>label::before{
    float: left!important;
    margin-right: 15px!important;
}
/*优惠券左侧内容*/
.coupon_option_left{
    width: 170px;
    height: 160px;
    text-align: center;
    background: url("img/bg-1.png") no-repeat ;
}
.coupon_option_left>h1{
    font-size:55px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:45px;
    margin: 46px auto 16px;
}
.coupon_option_left>p{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:18px;
}
/*优惠券右侧内容*/
.coupon_option_right{
    box-sizing: border-box;
    width: 310px;
    height: 160px;
    padding-left: 40px;
    background: url("img/bg-2.png") no-repeat ;
}
.coupon_option_right>h1{
    font-size:30px;
    margin-top: 36px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:29px;
}

.coupon_option_right>h2{
    font-size:16px;
    line-height: 16px;
    margin-top: 11px;
    font-weight:400;
    color:rgba(48,48,48,1);
}

.coupon_option_right>p{
    font-size:12px;
    margin-top: 32px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:12px;
}

/*确定*/
.coupon_determine{
    user-select: none;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width:160px;
    height:40px;
    background:rgba(56,140,255,1);
    border-radius:4px;

    text-align: center;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px;

}
.coupon_determine:hover{
    background: rgba(0,87,255,1);
}
