﻿.wrapper {
    position: relative;
    overflow-y: scroll;
    background: #fff;
    width: 100%;
    height: auto;
}

.top-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
}
.top-banner {
    width:100%;
    background: url(../Images/banner@2x.png) no-repeat top center;
    background-size: 100%;
    display:inline-block;
}
    .top-banner:before {
        content: "";
        display: block;
        padding-top: 70%;
    }
.txt-top {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.txt-main {
    padding: 0 12px;
    text-align: justify;
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
}

.top-wrap:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 900;
    left: -50%;
    width: 200%;
    height: 1px;
    background: #eee;
    transform: scale(.5);
    box-sizing: border-box;
    padding: 0 16px;
    bottom: 0;
    -webkit-transform: scale(.5);
}

/*吸底*/
.bottom-wrap {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding-bottom: 15px;
}

.confirm-fixed {
    padding: 16px 12px;
    display: flex;
    align-items: center;
}

.icon-check {
    background: url(../Images/icon-check@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0;
    min-width: 18px;
    margin-right: 12px;
}
.icon-check.active{
    background-image:url(../Images/icon-checked@2x.png);
}

.txt-confirm {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    color: #2A2A2A;
    flex: 1;
    text-align:justify;
}

.btn-wrap {
    display: flex;
    justify-content: space-around;
}

.btn-fixed {
    width: 45% !important;
    border:none !important;
}

#btnClose {
    background: #ffdfce;
    color: #FE4A19;
}

#btnSubmit {
    background: #ea5404;
    color: #fff;
}
    #btnSubmit:disabled {
        background: #a8a8a8;
    }

.bottom-wrap:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 900;
    left: -50%;
    width: 200%;
    height: 1px;
    background: #eee;
    transform: scale(.5);
    top: 0;
    -webkit-transform: scale(.5);
}

/*权益list*/
.container{
    padding:25px 0 144px 0;
}
.item-list {
    font-size: 0;
    list-style-type: none;
    margin: 0 12px;
}

.item:first-child {
    font-weight: bold;
}

.item {
    padding-bottom: 25px;
}

.title {
    padding-bottom: 10px;
    font-size: 0;
}

.icon-item {
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    font-family: PingFangSC-Medium;
    text-align: center;
    color: #fff;
    background: url(../images/item@2x.png) no-repeat left;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

.title-text {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    line-height: 21px;
    vertical-align: middle;
    margin-left: 4px;
}

.text {
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
    color: #2A2A2A;
    padding-left: 24px;
}

.bottom-line {
    text-shadow: #ff9759 0 6px 10px;
}

.mx #btnSubmit {
    background: #9A87ED;
}


.mx #btnClose {
    background: #EAF0F3 !important;
    color: #9a88ee !important;
}

.content-body div {
    color: #1E1F23 !important;
}