@charset "utf-8";
html {
    margin: 0;
    overflow-x: hidden;
    height: 100%;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

.navigation-bar {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #e64239;
    color: #fff;
}

.navigation-bar-left {
    position: absolute;
    left: .5rem;
    top: 50%;
    line-height: 1rem;
    transform: translateY(-50%);
}

.navigation-bar-right {
    position: absolute;
    right: .5rem;
    top: 50%;
    line-height: 1rem;
    transform: translateY(-50%);
}

.navigation-bar-title {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.message-box {
    width: 100%;
    text-align: center;
    position: relative;
}
.message-box-icon {
    width: 100%;
}
.message-box-des {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #7c684d;
}
.message-box-des-success {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #989898;
}
.error {margin-top: 25vh;}
.success {margin-top: 15vh;}

.pay-money-box {
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: left;
}

.pay-money-row{
    width: 100%;
    border-bottom: 1px solid #efefef;
    height: 4rem;
    line-height: 4rem;
    padding: 1rem 0;
}
.pay-money-row .box-title {
    font-size: 1.5rem;
    color: #666;
    float: left;
}
.pay-money-row .box-paytype {
    font-size: 1.5rem;
    color: #333;
    float: right;
}
.pay-money-row .box-paytype img{
    height: 3rem;
}
.pay-money-row .box-money {
    float: right;
    font-weight: bold;
    font-size: 3rem;
    color: #333;
}
.pay-money-row .input-money {
    width: 8rem;
    height: 2.5rem;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 0.5rem;
    border: 0;
    text-align: right;
}
.memo-box {
    width: 100%;
    margin-top:1rem;
    clear: both;
}
.memo-box textarea{
    width: 100%;
    height: 5rem;
    border: 1px solid #ececec;
}

.pay-button-box {
    width: 100%;
    margin-top: 10rem;
}
.submit-btn {
    width: 100%;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #fff;
    background: #e64239;
    border-radius:0.5rem ;
    border: 0;
    overflow: hidden;
}

.box-paytype-list {
    width: 100%;
    margin-top:1rem;
    clear: both;
    height: 4rem;
}
.box-paytype-list li{
    padding: 0.2rem 0.5rem;
    line-height:28px;
    height: 28px;
    border: 2px solid #dedede;
    border-radius: 0.5rem;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.box-paytype-list .active {
    border-color: #e64239;
}