/* 样式初始化 */


*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1200px;
    color: #000000;
   font-family: 
   "Microsoft YaHei",
   "黑体",
   "宋体",sans-serif;
}
 
ul,ol{list-style-type:none;} 
a{text-decoration:none;}
img {
    border: none;
    vertical-align: middle;
    /* vertical-align: text-bottom; */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
      
.clearfix {
    zoom: 1;
}

.fl{
    float: left
}

.fr{
    float: right
}

/* 内容区域 */
body{
   /* background: url('/pub/buy/bg.jpg') no-repeat top center;  */
}
.top{
    width: 1000px;
    margin: 50px auto;
    font-size: 20px;
    line-height: 2;
}
.icon{
    width: 30px;
    margin-left: 20px;
    margin-right: 6px;
}
.tip{
    margin-left: 20px;
    color: #333333;
    font-size: 14px;
}
label{
    display: flex;  
    align-items: center;
    padding:12px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
label.disabled{
    opacity: 0.5;
}
label.active{
    box-shadow: 0 0 6px rgba(10,22,57,.13);
    padding: 18px 20px;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 2px;
}
.label_l{
    display: flex;
    align-items: center;
    width: 200px;
}
.label_l span{
    font-size: 16px;
    font-weight: bold;
}
.cont{
   width: 1000px;
   padding: 20px 30px 30px;
    margin: 40px auto 0px;
    background: #fff;

    box-shadow: 10px 6px 32px rgba(0,0,0,.13);
}

input[type="radio"]{
    flex-shrink: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: url('/pub/buy/no.png') no-repeat center;
    background-size: cover;
    outline: none;
    cursor: pointer;
    border: none;
  }
  input:checked{
    background: url('/pub/buy/yes.png') no-repeat center;
    background-size: cover;
}
.pay_btn{
    display: inline-block;
    width: 222px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e31613;
    border: 1px solid #e31613;
    border-radius: 2px;
    font-family: Microsoft Yahei;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-left: 70px;
    margin-top: 50px;
    cursor: pointer;
}
.pay_btn:hover{
    opacity: .8;
}
.wx_cont{
    width: 1000px;
    padding: 20px 30px 20px;
    margin: 20px auto 20px;
    background: #fff;
    box-shadow: 0 6px 32px rgb(0 0 0 / 13%);
}
.wx_cont span{
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 18px;
}
.wx_cont span:hover{
    color: red;
}
.wxpay_btn{
    display: inline-block;
    cursor: pointer;
}
.wxpay_btn img{
    width: 30px;
    vertical-align: middle;
}
.mc{
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,.6);
    z-index: 222;
    justify-content: center;
    transition: all 0.3s ;
    opacity: 0;
}

.img_box{
    /* width: 260px;
    height: 320px; */
    position: relative;
    width: 300px;
    height: 380px;
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s linear;
}
.countdown{
    margin: 8px 0;
    width: 260px;
    text-align: center;
    line-height: 33px;
}
.img_tip{
    width: 190px;
    height: 44px;
    padding: 8px 0 8px 110px;
    border-radius:  0 0 8px 8px;
    background: #ff7674 url(http://www.nsrjlb.com/pub/newwz/img/pc_icon_icon-red.png) 30px 8px no-repeat;
    margin-top: 11px;

}
.img_tip p{
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}
#wxpaycode{
    width: 260px;
    height: 260px;
}
.paytip{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    /* border-radius: 8px; */
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    z-index: 22;
    display: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paytip .text{
   text-align: center;
   color: #ffffff;
   /* background: rgba(0,0,0,.6); */
   /* padding-top: 20px;
   padding-bottom: 20px; */
}
.refresh_btn{
    display: inline-block;
    padding: 2px 20px;
    background: red;
    color: #ffffff;
    margin-top: 10px;
}