body, html {
    background: rgba(247, 247, 247, 1);
    -webkit-overflow-scrolling: touch;
}

.header {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header .text {
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 44px;
    color: #333333;
    text-align: center;
}

.fanhui {
    width: 31px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 44px;
    color: #666666;
    font-size: 24px;
    font-weight: 600;
}

.main {
    width: 100%;
    height: auto;
    padding: 15px;
    margin-top: 55px;
    background: #ffffff;
}

.requirementsTop {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 19px;
    text-align: justify;
    margin-bottom: 16px;
}

.requirementsContent {
    width: 100%;
    height: auto;
    opacity: 1;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.requirementsLast {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.agreeWarp {
    width: 100%;
    height: 16px;
    padding: 0 15px;
    margin-top: 20px;
}
.agreeWarp span{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.agreeLabel {
    display: block;
    float: left;
    width: 16px;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
}
.agreeLabelActive{
    border: 1px solid #ffdb46;
}
.agreeLabel img {
    width: 100%;
    height: 100%;
    display: none;
}
#okBtn{
    display: block;
    margin: 10px auto;
    width:80%;
    height: 45px;
    background-image: linear-gradient(0deg,
    #fecc35 0%,
    #fbc848 0%,
    #f8c35a 0%,
    #f6c344 0%,
    #f3c32e 0%,
    #f8d56b 100%);
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
}
input[type=checkbox]{
    display: none;
}
.agreeLabel{
    margin-right: 4px;
}
