body {
    position: relative;
    background-color: #ffffff;
    margin: 0px auto;
    margin: 0 auto !important;
    max-width: 600px;
}

.content {
    margin: 0px auto;
    align-content: center;
}

.headImg {
    width: 100%;
}

.subscribe {
    position: relative;
    width: 100%;
    background: url("./assets/subBg.jpg") no-repeat center;
}

.subscribe1 {
    background: url("./assets/subBg.jpg") no-repeat center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 600px;
    z-index: 10;
}

#phoneInput {
    margin-top: 15px;
    color: #757575;
    margin-left: 10%;
    height: 50px;
    border: 2px solid #82ff4f;
    width: 80%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    background-color: #fff;
    opacity: 1;
    text-indent: 20px;
    border-radius: 25px;
}

.openContainer {
    margin-top: 15px;
    position: relative;
}

.fuli {
    position: absolute;
    width: 60px;
    right: 23%;
    top: -12px;
}

#open {
    margin-top: 0px;
    margin-left: 0px;
    height: 90px;
    width: 100%;
    object-fit: contain;
}

.finger {
    position: absolute;
    width: 30px;
    right: 22%;
    top: 25px;

    animation-name: scaleDraw;
    /*关键帧名称*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    animation-iteration-count: infinite;
    /*动画播放的次数*/
    animation-duration: 1.5s;
    /*动画所花费的时间*/
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.3);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.3);
    }
}

.agreementContainer {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 16px;
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.agreementCheckbox {
    width: 12px;
    height: 12px;
    background: url("./assets/check.png") no-repeat;
    background-size: contain;
    display: inline-block;
}

.agreementCheckedbox {
    width: 12px;
    height: 12px;
    background: url("./assets/checked.png") no-repeat;
    background-size: contain;
    display: inline-block;
}

.businessDesc {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    color: red;
}

.rightImg {
    margin-top: 0px;
    margin-left: 0%;
    width: 100%;
}

.activityRules {
    position: relative;
    color: #fff;
    margin-top: -1px;
    margin-left: 0%;
    width: 100%;
    z-index: 1;
}

.rulesBg {
    width: 100%;
}

.ruleContent {
    /* position: absolute; */
    line-break: anywhere;
    font-size: 12px;
    line-height: 18px;
    /* top: 90px;
    left: 20px;
    right: 20px; */
    padding: 10px 15px;
    background: url("./assets/rules2.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

/* 验证码弹窗 */
/* 弹出层设置圆角需要对三层都设置 */
body .demo-class .layui-layer-content {
    border-radius: 12px !important;
}

body .demo-class .layui-layer-content iframe {
    border-radius: 12px !important;
}

body .layui-layer {
    border-radius: 12px !important;
}

.smsCode {
    background-color: #FFF0DF;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.smsTitle {
    width: 100%;
    text-align: center;
    color: #805419;
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}

#smsCodeInput {
    margin-top: 20px;
    color: #757575;
    margin-left: 5%;
    height: 44px;
    border: none;
    width: 90%;
    font-size: 22px;
    font-weight: 400;
    border-radius: 10px;
    outline: none;
    background-color: #fff;
    opacity: 1;
    text-indent: 20px;
}

.smsConfi {
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 90%;
    background-color: #cd3b3a;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.smsAlert {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: none;
}

.grxx {
    width: calc(100% - 40px);
    height: 100%;
    display: none;
    padding: 20px 20px;
}