html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#app {
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
    background: #FFFCF8;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.logicContent {
    flex: 1;
    overflow: auto;
    position: relative;
}

.oldRule {
    position: absolute;
    top: 10.8rem;
    left: 1.3rem;
    width: 6.5rem;
    height: 6.4rem;
    box-sizing: border-box;
    white-space: normal;
}

.oldRule p {
    font-size: .6rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #B36202;
    line-height: .9rem;
    margin-bottom: .4rem;
}

.newRule {
    position: absolute;
    top: 10rem;
    right: 1.3rem;
    width: 8.35rem;
    height: 6.4rem;
}
.newRule img{
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: .25rem;
}
.newRule p{
    font-size: .6rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: normal;
    color: #9E5A15;
    line-height: .9rem;
    letter-spacing: .05rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

.clipBox {
    width: 1rem;
    height: 100%;
    float: left;
    shape-outside: polygon(0% 0%, 100% 0%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.newRule p img{
    width: .8rem;
    height: .8rem;
}

.qaTitle {
    height: 1.55rem;
    font-size: .9rem;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: 600;
    color: #502D05;
    line-height: 1.65rem;
    padding-left: 1rem;
    margin-top: .5rem;
    background: url(../img/qa.png) no-repeat 1.6rem 0rem;
    background-size: 4.45rem 1.3rem;
}

.qaList {
    padding: 0 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: .7rem;
    margin-top: .4rem;
}

.qaItemTitle {
    color: #502D05;
    font-weight: 600;
    margin-bottom: .3rem;
}

.qaItemContent {
    margin-bottom: .8rem;
    color: #9E5F15;
    font-family: 苹方-简 常规体, PingFang SC;
}
.qaItemTitle span{
    display: inline-block;
    width: 0.95rem;
    height:0.95rem;
    border-radius: 50%;
    background-color: #fea317;
    color: #fff;
    text-align: center;
    margin-right: 0.25rem;
}
.ruleImg {
    display: block;
    width: 100%;
}

.ruleBox {
    font-size: .7rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 1rem;
    padding: .5rem;
}
.label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .5rem 0;
}

.checkboxTag {
    display: none;
}

.checkbox {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    border: 1px solid #888;
    border-radius: 50%;
    background: transparent;
    position: relative;
    margin-right: .5rem;
}

.check {
    background: red;
    border: 1px solid red;
}

.check::after {
    content: '';
    position: absolute;
    width: .4rem;
    height: .2rem;
    top: .15rem;
    left: .12rem;
    background: transparent;
    border-left: .09rem solid #fff;
    border-bottom: .09rem solid #fff;
    transform: rotate(-45deg);
}

.button {
    display: block !important;
    width: 17.95rem;
    height: 2.2rem;
    background: #FE7E01;
    border-radius: .2rem;
    font-size: .9rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.2rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .45rem;
}

.unshow {
    display: none;
}

.disabledButton {
    display: block !important;
    width: 17.95rem;
    height: 2.2rem;
    background: #CCCCCC;
    border-radius: .2rem;
    font-size: .9rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.2rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .45rem;
}

.unCheckButton {
    background: #FECB99;
}

.updateMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000088;
    display: none;
}

.showMask {
    display: flex;
}

.maskContent {
    width: 100%;
    height: 22.77rem;
    background: #fff;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.maskTitle {
    font-size: .9rem;
    box-sizing: border-box;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maskCloseBtn {
    position: relative;
    width: .75rem;
    height: .75rem;
}

.maskCloseBtn::before {
    content: '';
    height: .75rem;
    width: .05rem;
    background: #666666;
    position: absolute;
    left: .37rem;
    top: 0;
    transform: rotate(45deg);
}

.maskCloseBtn::after {
    content: '';
    height: .75rem;
    width: .05rem;
    background: #666666;
    position: absolute;
    left: .37rem;
    top: 0;
    transform: rotate(-45deg);
}

.maskInsideContent {
    height: 15rem;
    box-sizing: border-box;
    padding: 0 .75rem;
    word-wrap: break-word;
    font-size: .7rem;
}

.maskInsideContent iframe{
    width: 100%;
    height: 100%;
}

.maskTips {
    box-sizing: border-box;
    padding: .75rem;
    font-size: .7rem;
    color: #666666;
}
.giftList{
    padding: 0 1.5rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.giftList h2{
    font-family:Source Han Sans CN;
    font-weight: bold;
    color: #502d05;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
}
.giftList li{
    font-size: .7rem;
    color: #9e5f15;
    padding-left: 0.75rem;
    position: relative;
    margin-bottom: 0.25rem;
}
.giftList li::after{
    content: '';
    position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background-color: #fea317;
    left: 0;
    top: 0.26rem;
}
.giftList a{
    color: #f4333c;
    text-decoration: underline;
    float: right;
}
.gift{
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0.5rem auto;
}
.gift p{
    font-size: .7rem;
    color: #9e5f15;
    padding: 0 0.75rem;
    position: relative;
    margin-bottom: 0.25rem;
    box-sizing: border-box;
    background-color: #ffeee3;
    line-height: 1.9rem;
    border-radius: 1rem;
}
.gift a{
    float: right;
    color: #f4333c;
    text-decoration: underline;
}
.yugao{
    display: block;
    width: 17.45rem;
    margin: 1rem auto;
}
.ratebox{
    position: absolute;
    left: 0;
    top: 9.5rem;
    width: 100%;
}
.ratebox p{
    font-family:Source Han Sans CN;
    text-align: center;
    font-size: 0.75rem;
    color: #9e5f15;
    opacity: 0.5;
}
.ratebox h2{
    font-family:Source Han Sans CN;
    color: #f4333c;
    font-weight: bold;
    font-size: 1.36rem;
}
.ratebox h6{
    font-family:Source Han Sans CN;
    font-size: 0.75rem;
    color: #9e5f15;
}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
    clear:both;
}
.clearfix {
    zoom:1;
}
.left{
	float: left;
}
.right{
	float: right;
}
.ratebox .left{
    width: 50%;
    text-align: center;
}