* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: bottom;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fz-30 {
    font-size: 30px;
}

a, button {
    cursor: pointer;
    outline: none;
}

.container {
    width: 800px;
    border: 1px solid #0196ff;
    margin: 0 auto;
}

.part {
    padding: 15px 25px;
}

h1 {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

li {
    list-style: none;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 15px 0;
}

li.big {
    width: 25%;
}

li.small {
    width: 20%;
}

li a {
    display: block;
    border: 1px solid #0196ff;
    border-radius: 6px;
}

li.active a {
    background: #0196ff;
    color: #fff;
    font-weight: bold;
}

.input-wrapper {
    text-align: center;
}

.pay-amount-input {
    width: 560px;
    height: 65px;
    border: 2px solid #939393;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 30px;
}

.pay-code-input {
    width: 480px;
    height: 65px;
    border: 2px solid #939393;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 30px;
}

.pay-code-wrapper .error-msg {
    font-size: 20px;
    color: #f00;
    margin: 20px 0 0 178px;
}

.pay-btn-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.pay-btn-wrapper .btn {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    height: 60px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 60px;
    margin: 0 20px;
}

.pay-btn-wrapper .pay-btn {
    color: #fff;
    background: #0196ff;
    border: 1px solid #0196ff;
}

.pay-btn-wrapper .pay-barcode {
    color: #fff;
    background: #0196ff;
    border: 1px solid #0196ff;
}

.pay-btn-wrapper .pay-qrcode {
    color: #fff;
    background: #0196ff;
    border: 1px solid #0196ff;
}

.pay-btn-wrapper .pay-logs-btn {
    color: #000;
    background: #fff;
    border: 1px solid #939393;
}

.explication-wrapper {
    border-top: 1px solid #0196ff;
}

.explication-wrapper p {
    /*padding-left: 20px;*/
    font-size: 24px;
}

.explication-wrapper .get-pay-code-link {
    display: block;
    font-size: 24px;
    color: #f00;
    float: right;
}

.pop-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.pop-section {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
}

.pay-success-pop .pop-section {
    width: 680px;
    height: 320px;
    margin-left: -340px;
    margin-top: -260px;
}

.pay-barcode-pop .pop-section {
    width: 680px;
    height: 320px;
    margin-left: -340px;
    margin-top: -160px;
}

.pay-qrcode-pop .pop-section {
    width: 480px;
    height: 460px;
    margin-left: -240px;
    margin-top: -230px;
}

.paying-pop .pop-section {
    width: 650px;
    height: 150px;
    margin-left: -325px;
    margin-top: -75px;
}

.submit-paying-pop .pop-section {
    width: 600px;
    height: 300px;
    margin-left: -300px;
    margin-top: -150px;
}

.submit-paying-pop .pop-section h3 {
    text-align: center;
}

.submit-paying-pop .pop-section p {
    font-size: 22px;
}

.submit-paying-pop .pop-section .cancel-paying {
    background: #aaa;
    margin-left: 20px;
}

.pop-section .pop-title {
    text-align: center;
}

.pop-section .pop-title img {
    width: 30px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pop-section .pay-detail-wrapper,
.pop-section .buttons-wrapper,
.pop-section .pay-explanation-wrapper {
    margin-top: 40px;
}

.pop-section .pay-detail-wrapper .pay-detail-title {
    display: inline-block;
    width: 200px;
    text-align: center;
}

.pop-section .buttons-wrapper {
    text-align: center;
}

.pop-section .buttons-wrapper button {
    width: 150px;
    height: 50px;
    font-size: 30px;
    border-radius: 20px;
    color: #fff;
    border: 0;
    background: #0ebeff;
}

.pop-section .buttons-wrapper .cancel-btn {
    background: #f00;
}

.orderquery-btn {
    margin: 10px, 10px, 10px, 10px;
}

.close-pop-btn {
    margin: 10px, 10px, 10px, 10px;
}

.pop-section .pay-explanation-wrapper {
    padding-left: 40px;
}

.pop-section .pay-explanation-wrapper h4 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pop-section .pay-explanation-wrapper p {
    font-size: 20px;
    font-style: italic;
}

.tr_rechcho {
    margin-bottom: 20px;
    display: inline-block;
}

.tr_rechcho img {
    height: 36px;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.tr_rechcho label {
    display: inline-block;
    margin-right: 30px;
}

.am-radio {
    margin: 0;
}

.am-form-group label {
    text-align: center;
    position: relative;
    color: #666;
}

.am-form-group {
    height: 80px;
    text-align: center;
    float: left;
    width: 100%;
    margin: auto;
    border-radius: 4px;
    line-height: 48px;
    padding: 0;
    color: #ec5a5b;
    background: none;
    border: none;
}

.payimg {
    width: 180px;
    padding: 10px;
    border: 6px solid #EA5F00;
    margin: 18px auto;
    border-radius: 3px;
    height: 180px;
}

.payimg img {
    display: block;
    text-align: center;
    width: 180px;
    height: 180px;
}

.pay_explain {
    text-align: center;
    margin: 15px auto;
    font-size: 20px;
    color: #545454;
}