html, body, .login-content, #experience {
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.apply-bg {
    flex-shrink: 1;
    flex-grow: 1;
    position: relative;
    background: #333;
    background-size: cover;
}

.apply-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apply-area .layui-form .layui-input-block {
    margin-left: 0;
}

.apply-area .layui-form-radio:hover *, .apply-area .layui-form-radioed, .apply-area .layui-form-radioed > i {
    color: #FF5915;
}

.apply-area .layui-form-checked span {
    color: #FF5915 !important;
}

.apply-area .layui-form-checked[lay-skin=primary] i {
    border-color: #FF5915 !important;
    background-color: #FF5915;
}

.layui-layer-dialog.speed-dialog .layui-layer-content, .layui-layer-dialog.speed-dialog .layui-layer-btn{
    display: none;
}
.layui-layer-dialog.speed-dialog {
    background: #FFECE4;
}
.layui-layer-dialog.speed-dialog .layui-layer-setwin {
    top: 13px;
}
.apply-area .layui-form-select dl dd.layui-this {
    background-color: #f26f18;
}
.speed-dialog .layui-layer-title {
    border-bottom: 0;
}
.speed-dialog .layui-layer-close {
   background: none !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
}
.speed-dialog .layui-layer-close:after {
   content: '×';
    display: inline-block;
    color: #fff;
    font-size: 22px;
}
.success-dialog .layui-layer-btn .layui-layer-btn0 {
   background-color: #f26f18;
    border-color: #f26f18 ;
}
@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    .layui-layer-dialog.speed-dialog {
        box-shadow: 0px 5px 12px 0px rgb(99 103 122 / 35%);
        border-radius: 8px 8px 0px 8px;
    }
    .layui-layer-dialog.speed-dialog .layui-layer-title{
        color: #FF7035;
    }
    .speed-dialog .layui-layer-close:after {
        font-size: 22px;
    }
    .apply-bg {
        height: 100%;
    }

    .apply-bg .login-text {
        position: absolute;
        left: 8%;
        top: 6%;
    }

    .form-body {
        width: 100%;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center
    }

    .apply-area {
        flex-grow: 1;
        flex-shrink: 0;
        width: 800px;
        height: 100%;
        background-color: #fcfdff;
        padding: 50px 5%;
        box-sizing: border-box;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .apply-area .el-form-item__label {
        color: #fff;
    }

    .apply-area .form-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .apply-area .form-area .form-block {
        margin-bottom: 10px;
        width: 520px;
    }

    .apply-area .form-area .form-block .form-item-name {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #70747F;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .apply-area .form-area .form-block.must .form-item-name:after {
        content: '*';
        color: #F62929;
    }

    .apply-area .form-area input {
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: 0;
        -webkit-appearance: none;
    }
    .apply-area .form-area input:hover, .apply-area .form-area input:focus, .apply-area .form-area textarea:hover, .apply-area .form-area textarea:focus {
        border: 1px solid #f26f18 !important;
    }

    .apply-area .form-area textarea {
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: 0;
        -webkit-appearance: none;
    }

    .apply-area .form-area input.one-line {
        width: 520px;
        height: 38px;
        background: #FFFFFF;
        border: 1px solid #DDDFE5;
        border-radius: 3px;
        line-height: 38px;
        padding: 0 14px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
    }
    .apply-area .form-area input.option-input {
        width: 490px;
        float: right;
        display: none;
    }

    .apply-area .form-area textarea.mli-line {
        width: 520px;
        height: 88px;
        background: #FFFFFF;
        border: 1px solid #DDDFE5;
        border-radius: 3px;
        line-height: 28px;
        padding: 0 14px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
    }

    .apply-area .form-area :-moz-placeholder {
        color: #C7C9CF;
    }

    .apply-area .form-area ::-moz-placeholder {
        color: #C7C9CF;
    }

    .apply-area .form-area input:-ms-input-placeholder,
    .apply-area .form-area textarea:-ms-input-placeholder {
        color: #C7C9CF;
    }

    .apply-area .form-area input::-webkit-input-placeholder,
    .apply-area .form-area textarea::-webkit-input-placeholder {
        color: #C7C9CF;
    }

    .apply-area .form-area .layui-select-title {
        width: 254px;
        height: 38px;
        background: #FFFFFF;
        border-radius: 3px;
        outline: 0;
        margin-right: 4px;
    }

    .apply-area .jump-area {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0 auto;
        font-size: 14px !important;
        margin-bottom: 20px;
    }

    .apply-area .jump-area .apply-for {
        position: relative;
        top: auto;
        right: auto;
        color: #666 !important;
        font-size: 14px !important;
    }

    .apply-area .jump-area .to-website {
        color: #fc4f08;
    }

    .apply-area .statement-area-top {
        width: 100%;
        color: #666;
        margin-bottom: 35px;
        word-break: break-all;
    }

    .apply-area .login-btn {
        width: 520px;
        height: 46px;
        background: #FC4F08;
        border-radius: 23px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 37px;
    }

    .apply-area .login-btn:hover {
        filter: brightness(1.2);
    }

    .apply-area .statement-area-bottom {
        text-align: center;
        margin: 0 auto;
        color: #555;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .apply-area .statement-area-bottom .qr-area {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .apply-area .statement-area-bottom .qr-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #555;
    }
    .apply-area .statement-area-bottom .qr-box .tel {
        font-weight: bold;
        font-size: 20px;
    }

    .apply-area .statement-area-bottom .qr-box img {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-bottom: 3px;
    }

    .apply-area .statement-area-bottom .qr-box .wx-name {
        margin-bottom: 3px;
    }

    .layui-layer-dialog.speed-dialog {
        width: 435px;
        background: #FC8E58;
        border: 1px solid #FFF2EB;
        box-shadow: 0px 5px 12px 0px rgba(99, 103, 122, 0.35);
        border-radius: 15px 15px 0px 15px;
    }
    .layui-layer-dialog.speed-dialog .layui-layer-title{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 21px;
        padding: 30px 18px 20px 21px;
        height: auto;
        white-space: pre-wrap;
        padding-right: .8rem;
    }
    .layui-layer-dialog.speed-dialog .layui-layer-close{
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .layui-layer-dialog.speed-dialog {
        width: 5.8rem;
        background: #FC8E58;
        box-shadow: 0rem 0.05rem 0.12rem 0rem rgba(99, 103, 122, 0.35);
        border-radius: .15rem .15rem 0rem .15rem;
    }
    .layui-layer-dialog.speed-dialog .layui-layer-title{
        font-size: 0.28rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.39rem;
        padding: 0.5rem 0.56rem 0.2rem 0.36rem;
        height: auto;
        white-space: pre-wrap;
    }
    .layui-layer-dialog.speed-dialog .layui-layer-close{
        color: #fff;
    }
    .speed-dialog .layui-layer-close:after {
        font-size: .38rem;
    }
    .login-content {
        padding-bottom: 1.51rem;
        height: auto;
    }

    .apply-bg {
        width: 100%;
        min-height: 3.92rem;
    }
    .apply-bg img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .form-body {
        width: 100%;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .apply-area {
        margin-top: -.51rem;
        width: 7.02rem;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0.2rem 0rem rgba(168, 177, 196, 0.74);
        border-radius: 0.2rem;
        padding: .4rem .3rem;
        position: relative;
        z-index: 1;
        flex-shrink: 1;
        flex-grow: 0;
    }

    .apply-area .form-area input {
        width: 6.42rem;
        height: 0.88rem;
        background: #F9FAFE;
        border: 1px solid #E3E5EB;
        border-radius: 0.1rem;
    }
    .apply-area .form-area input.option-input {
        width: 6rem;
        float: right;
        display: none;
    }
    .apply-area .statement-area-top {
        width: 100%;
        margin-bottom: .4rem;
        word-break: break-all;
    }

    .apply-area .form-area .form-block {
        margin-bottom: .3rem;
    }

    .apply-area .form-area .form-block .form-item-name {
        font-size: 0.32rem;
        font-family: PingFang SC;
        color: #70747F;
        line-height: 0.37rem;
        margin-bottom: .12rem;
    }

    .apply-area .form-area .form-block.must .form-item-name:after {
        content: '*';
        color: #F62929;
    }

    .form-area .form-block input {
        width: 6.42rem;
        height: .88rem;
        background: #F9FAFE;
        border: 1px solid #E3E5EB;
        border-radius: 0.1rem;
        outline: 0;
        padding: 0 .28rem;
        line-height: .88rem;
        font-size: 0.32rem;
        color: #222;
    }

    .apply-area .form-area :-moz-placeholder {
        color: #CDD0DA;
    }

    .apply-area .form-area ::-moz-placeholder {
        color: #CDD0DA;
    }

    .apply-area .form-area input:-ms-input-placeholder,
    .apply-area .form-area textarea:-ms-input-placeholder {
        color: #CDD0DA;
    }

    .apply-area .form-area input::-webkit-input-placeholder,
    .apply-area .form-area textarea::-webkit-input-placeholder {
        color: #CDD0DA;
    }

    .form-area .form-block .layui-input-inline {
        margin-bottom: .1rem;
    }

    .form-area .form-block textarea {
        width: 100%;
        background: #F9FAFE;
        border: 1px solid #E3E5EB;
        border-radius: 0.1rem;
        padding: .2rem;
        height: 1.6rem;
        font-size: .32rem;
        resize: none;
    }
    .form-area .form-block .layui-form-radio > div, .form-area .form-block .layui-form-checkbox > span {
        font-size: .32rem;
        min-width: 0.4rem;
        min-height: 0.4rem;
    }
    .form-area .form-block .layui-form-checkbox > span {
        color: #222;
    }
    .fixed-bar {
        position: fixed;
        width: 100%;
        background-color: #fff;
        padding: .24rem .23rem;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
    }

    .fixed-bar > div {
        height: 0.88rem;
        border-radius: 0.44rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .25rem .4rem;
        box-sizing: border-box;
        font-size: 0.32rem;
        font-family: PingFang SC;
        font-weight: 500;
        color: #757881;
        line-height: 0.37rem;
        margin: 0 .1rem;
    }

    .fixed-bar .tel-btn {
        background-color: #EBEDF5;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .fixed-bar .tel-btn .tel-icon{
        width: 0.4rem;
        height: 0.4rem;
        background: url("/home/static/new/img/experience/tel-icon.png");
        background-size: contain;
        margin-right: 0.04rem;
    }

    .fixed-bar .wx-btn {
        background-color: #EBEDF5;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .fixed-bar .wx-btn .wx-icon{
        width: 0.4rem;
        height: 0.4rem;
        background: url("/home/static/new/img/experience/wx-icon.png");
        background-size: contain;
        margin-right: 0.04rem;
    }
    .fixed-bar .login-btn {
        background-color: #FC4F08;
        color: #fff;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .fixed-contact {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .58);
        display: flex;
        justify-content: center;
        display: none;
    }

    .fixed-contact .contact-box {
        position: relative;
        width: 5.8rem;
        height: 6.3rem;
        background: #F7F7F7;
        border-radius: 0.18rem;
        display: flex;
        flex-direction: column;
        margin-top: 3rem;
        overflow: hidden;
    }

    .fixed-contact .contact-box .close-icon {
        position: absolute;
        right: .1rem;
        top: .1rem;
        width: 0.5rem;
        height: 0.5rem;
        opacity: 0.8;
        z-index: 1;
        text-align: center;
        line-height: .5rem;
        color: #fff;
        font-style: normal;
        font-size: .25rem;
    }

    .fixed-contact .contact-box .box-top {
        height: 3.33rem;
        opacity: 0.8;
        background-color: #999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixed-contact .contact-box .box-top .wx-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fixed-contact .contact-box .box-top img {
        width: 2.01rem;
        height: 1.99rem;
        object-fit: contain;
        margin-bottom: .2rem;
    }

    .fixed-contact .contact-box .box-top div {
        font-size: 0.26rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFEACA;
        line-height: 0.35rem;
    }

    .fixed-contact .contact-box .box-bottom {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fixed-contact .contact-box .box-bottom p {
        font-size: 0.5rem;
        font-family: PingFang SC;
        font-weight: 800;
        color: #222222;
        line-height: 0.55rem;
    }

    .fixed-contact.wx-contact .contact-box .box-bottom p {
        margin-bottom: .2rem;
    }
    .fixed-contact.wx-contact .box-top {
        background: url("/home/static/new/img/experience/wx-bg.png");
        background-size: contain;
    }

    .fixed-contact .contact-box .box-bottom span {
        font-size: 0.26rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 0.55rem;
        margin-bottom: .3rem;
    }

    .fixed-contact .contact-box .box-bottom .call-btn {
        width: 4.1rem;
        height: 0.7rem;
        background: #FC5808;
        border-radius: 0.35rem;
        font-size: 0.3rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.7rem;
        text-align: center;
    }

    .fixed-contact.wx-contact, .fixed-contact.phone-contact {
        display: flex;
    }
    .fixed-contact.phone-contact .wx-info, .fixed-contact.phone-contact .wx-bottom {
        display: none !important;
    }
    .fixed-contact.wx-contact .tel-bottom {
        display: none;
    }
    .fixed-contact.phone-contact .box-top {
        background: url("/home/static/new/img/experience/tel-bg.png");
        background-size: contain;
    }
}

