/**/
body{ background: #F5F5F5; min-width: 1200px; }
@font-face{
    font-family:"普惠体-Regular";
    src:url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}

/*logo*/
.pay-head{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    width: 100%;
    min-width: 1200px;
    height: 106px;
    margin: 0 auto;
    box-shadow: 0 3px 5px 1px #F2F3F7;
}
.pay-head .pay-head-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 106px;
    margin: 0 auto;
    padding: 30px 0;
}
.pay-head .pay-head-box .pay-logo{
    width: 194px;
    height: 46px;
    float: left;
}

/**/
.main .box-shadow {
    box-shadow: 0 0 8px #DBDBDB;
    width: 1000px;
    background: #fff;
}
.product {
    height: 255px;
    margin: 40px auto;
}
.product .product-l{
    width: 272px;
    height: 184px;
    margin: 36px 40px 0 32px;
}
.product .product-r{
    width: 620px;
    margin-top: 36px;
}
.product .product-r p{
    font-size: 14px;
    color: #757575;
    margin-top: 10px;
}
.product .product-r p span{
    font-size: 25px;
    color: #E92929;
}
.product .product-r p b{
    font-weight: 400;
    color: #E92929;
}
.product .product-r h2{
    width: 470px;
    font-size: 25px;
    color: #424242;
    line-height: 50px;
    font-weight: 400;
}
.product .product-r span.jieShao {
    font-size: 14px;
    color: #616161;
    display: inline-block;
    width: 272px;
    line-height: 26px;
}
.mode{ height: 330px; margin: 40px auto; }

.mode .mode-title {
    font-size: 20px;
    color: #424242;
    height: 80px;
    line-height: 100px;
    margin-left: 40px;
    width: 920px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 40px;
}
.mode .mode-title b{ font-size: 18px; font-weight: normal; color: #656464; }
.mode .pay-choose{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mode .pay-choose .pay-weixin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 372px;
    height: 155px;
    font-size: 25px;
    color: #282828;
    cursor: pointer;
    text-align: center;
    border: 1px solid #D4EBCE;
    background: #F4F8F3;
    margin: 0 40px 0 105px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.mode .pay-choose .pay-weixin span{
    display: inline-block;
    margin-right: 20px;
}

.mode .pay-choose .pay-shuoming{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    font-size: 16px;
    height: 155px;
    width: 372px;
    margin-left: 20px;
}
.mode .pay-choose .pay-shuoming h4{
    margin-bottom: 10px;
    font-size: 18px;
    color: #0B0B0B;
}
/*微信支付弹框*/
.pay-fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    display: none;
}
.pay-fixed .pay-tan{
    width: 376px;
    height: 440px;
    background: #fff;
    margin: 10% auto;
}
.pay-fixed .pay-tan .pay-tan-title{
    height: 60px;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 18px;
    color: #1D1919;
    line-height: 60px;
}
.pay-fixed .pay-tan .pay-tan-title .close{
    font-size: 40px;
    color: #999999;
    font-weight: lighter;
    cursor: pointer;
}
.pay-fixed .pay-tan .pay-tan-ewm{
    text-align: center;
}
.pay-fixed .pay-tan .pay-tan-ewm div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 256px;
    height: 256px;
    border: 1px solid #000;
    margin: 26px auto;
}
.pay-fixed .pay-tan .pay-tan-ewm div img{width: 100%;height: 100%;}
.pay-fixed .pay-tan .pay-tan-ewm p{ color: #1D1919; font-size: 14px; line-height: 24px; }
.pay-fixed .pay-tan .pay-tan-ewm p span{ color: #EE3D4D; }

