.closebutton {
    position: absolute;
    top: -30px;
    right: 10px;
}

.closebutton i {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}


.payway.active {
    border: 1px solid #005197;
	color: #005197;
    z-index: 2;
}

.payway.active .p-box-bottom {
    display: block;
}

.math {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-top: 6px;
    float: right;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: -7px;
    color: #9698a2;
}

.math-cen {
    border: none;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    display: inline-block;
    float: right;
    height: 28px;
    outline: none;
    width: 40px;
    margin-top: -7px;
    text-align: center;
    -webkit-apperance: normal;
}


.mes {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mes img {
    width: 120px;
    height: 90px;
    background: #f0f0f0;
    float: left;
    margin-top: -45px;
    margin-left: 10px;
}

.mes p {
    margin-bottom: 10px;
    margin-left: 140px;
}


.row.bor1 {
    border-top: 1px solid #c6c8d2;
}

.btn-next {
    padding: 10px;
}

.btn-next a {
    background: #005197;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    border-radius: 10px;
}


.detailadd {
    padding: 7px;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    width: calc(100vw - 100px);
}

.rbtn {
    height: 40px;
    line-height: 40px;
}

.rbtn a {
    display: inline-block;
    text-align: center;
    width: 50vw;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.row a.yes {
    border-left: 1px solid #ddd;
    color: #eb4766;
}

.no {
    background: #f0f0f0;
}

.relative {
    position: relative;
}

.relibox {
    position: absolute;
    /*border-top: 1px solid #ddd;*/
    overflow: hidden;
    background: #fff;
    width: 100vw;
    left: 0px;
    box-shadow: 0 5px 5px #ddd;
}

.reli {
    /*overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;*/
}

.choice {
    /*position: absolute;*/
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100vw;
    z-index: 21;
}

.row {
    border-top: 1px solid #e7e8ed;
    padding: 11px 10px;
    color: #727272;
    font-size: 14px;
}

.row a {
    float: right;
    color: #727272;
    text-align: right;
}

.payway {
    padding: 5px;
    border: 1px solid #c6c8d2;
    font-size: 12px;
	position: relative;
}

.lang input {
    outline: none;
    border: none;
    width: calc(100vw - 120px);
}

.mask {
    width: 100vw;
    height: 100vh;
    background: #333;
    position: fixed;
    top: 0px;
    opacity: 0.8;
    z-index: 20;
}

.payway .p-box-bottom {
    color: #005197;
    border-color: #005197;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 5px solid #005197;
    border-top: 5px solid transparent;
    border-right: 8px solid #005197;
    border-left: 8px solid transparent;
    color: #fff;
    width: 0px;
    height: 0px;
    display: none;
}

.payway .p-box-bottom i {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    line-height: 10px;
}