      body {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        background-color: #f0f0f0;
        margin-top: -20px;
      }
      header {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        background-color: #f5f6f7;
      }
      logo {
        display: block;
        width: 100%;
        
        background-size: 3.71rem 0.67rem;
        background-repeat: no-repeat;
        background-position: center;
      }

      main {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: left;
      }

      main ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #fff;
      }

      main ul li {
        padding: 2px;
        color: #6c6c6c;
        border-bottom: 1px solid #ddd;
      }

      main ul li div {
        font-size: 0;
        padding: 20px;
      }

      main ul li div span {
        font-size: 16px;
      }

      main ul li div span:first-child {
        display: inline-block;
        width: 80px;
        margin-right: 3px;
        text-align: justify;
        text-align-last: justify;
      }

      main ul li div span.fuwu_text {
        font-size: 15px;
        color: #f40;
        font-weight: bold;
      }

      main submit {
        display: block;
        
      }

      main submit button {
        width: 100%;
        height: 50px;
        line-height: 20px;
        border: 1px solid #f40;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: #f40;
      }
	  
	
	.qrcode {
    font-size: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.4);
    z-index: 999;
    text-align: center;
    display: none;
	
	}	

	.qrcode span {
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.qrcode img {
		margin-top: 0px;
		vertical-align: middle;
		max-height: 100%;
		z-index: 999;
		max-width: 100%;
		display: inline-block;
	}
#progressbar1{
position: absolute;
    top: 50%;
    width: 57%;
    text-align: center;
    color: #FFF;
    left: 50%;
    margin-left: -25%;
    z-index: 99999;
}
#w{
    width: 0;
    height: 20px;
    background:#f40;
     z-index: 99999;
}
.progressbar{
    background-color: rgb(204 204 204 / 0%)!important;
}
.zhe{
    opacity: 0.6;
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    z-index: 9999;
}
.ttt{
    position: absolute;
    top: 41%;
    left:0;
    z-index: 99999;
    color: #FFF;
    width: 100%;
    text-align: center;
}
.httips{
        margin-top: 44px;
    font-size: 24px;
    text-align: left;

}
    #tips{
        position: absolute;
    top: 53%;
    left: 47%;
    color: #FFF;
    z-index: 99999;
    }
    th{
        
        text-align: center;
    }
    td{
        width: 180px;
    }
    td:nth-child(1){
    width: 78px;
    height: 55px;
    border-right: #fff;
    border-left: #fff;
    }
    td:nth-child(3){
        width: 78px;
    }
    tr>td{
        text-align: center;
        
    }
    
    tr{
        display: block;
        margin: 10px 0px;
        
    }
	.form-control {
    font-size: 14px;
    height: calc(.75em + .2rem + 5px);
    border-color: #F2F3F3/*rgba(77, 82, 89, 0.07); */;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #8b95a5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 70%;
    border: 1px solid #ced4da;
}

.alertBox {
    padding: 0 20px;
    /*padding-bottom:30px;*/
}
.alertBox>div {
    padding: 20px 0;
    font-size:18px;
    border-top:1px solid #ddd;
    position: relative;
}
.alertBox .title {
    font-size:25px;
    padding-top:20px;
    color: rgba(0, 150, 136, 1);
    font-weight:bold;
    text-align: center;
    border:none;
}
.alertBox .skf:before {
    content:"收款方：";
}
.alertBox .skr:before {
    content:"官方指定收款人：";
}
.alertBox .kh:before {
    content:"卡号：";
}
.alertBox .khh:before {
    content:"银行：";
}
.alertBox .qian:before {
    content:"金额：";
}
.alertBox .qian {
    color:rgba(255, 87, 34, 1);
}
.alertBox .tui {
    color:rgba(153, 153, 153, 1);
}
.alertBox .copyBtn {
    position: absolute;
    top: 15px;
    right: 5px;
    margin: 0;
    padding: 5px 8px;
    text-align: center;
    font-size: 18px;
    background-color: #1e9fff;
    border: 1px solid #009dff;
    border-radius: 4px;
    color: #fff;
    outline: unset;
    cursor: pointer;
}

















