/* 加盟合作 */

@media screen and (max-width: 767px) {
    html, body, #app {
        width: 100%;
        height: 100%;
    }

    .mainBody_m {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .mainBody {
        display: none;
    }

    .jiaMengBg {
        width: 100%;
        height: 100%;
    }

    .jiaMengCard {
        width: 95.73%;
        height: 63.92%;
        padding: 7.37% 1.4%;
        box-sizing: border-box;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
        border-radius: 20px;
        background: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 2.14%;
        transform: translateX(-50%);
        overflow-y: auto;
    }
    .van-button::before, .van-button--default {
        background: linear-gradient(270deg, #E76742 0%, #ED5D33 100%);
        box-shadow: 0px 3px 8px 0px rgba(232,102,64,0.53), 0px 4px 0px 0px rgba(252,156,129,1);

        font-size: 17px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
        text-shadow: 0px 1px 2px #E48723;
        /*box-shadow: 0px 3px 8px 0px rgba(232,102,64,0.53), 0px -4px 0px 0px rgba(237,116,48,1);*/
        border: none;
    }
    .sendCode {
        margin: 0;
        font-size: 15px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #E76742;
    }
    .jiaMengTips {
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #FFF3D2;
        border-radius: 0px 0px 11px 11px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin: 0;
        color: #E57E2E;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and  (min-width: 768px) {
    .mainBody_m {
        display: none;
    }
    .mainBody {
        width: 600px;
        height: 500px;
        /*background-color: pink;*/
        margin: 24px auto 0;
        padding: 24px 20px;
        box-sizing: border-box;
        overflow-y: auto;
        border: 1px solid #cccccc;
        border-radius: 8px;
        position: relative;
    }
    h3 {
        margin-top: 0;
        text-align: center;
    }

    .submitForm {
        width: 256px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #B72D29;
        border-radius: 4px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0 auto;
        cursor: pointer;
    }

    .sendCode {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #B25439;
        margin: 0 8px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .stuPhone .el-input__inner {
        padding-right: 120px !important;
    }

    .tips {
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        background: #F6F6F6;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
