[v-cloak] {
    display: none !important;
}

.mask *, .mask *:after, .mask *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
}

html {
    width: 100vw;
    height: 100vh;
    font-family: dosis, sans-serif;
    font-weight: 300;
}

body {
    width: 100vw;
    height: 100vh;
    background: url("../../Content/images/SubjectSelect/xuekebg.png") no-repeat center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100%;
}

.wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.header-c {
    width: calc(100% - 14.6vw);
    margin: 0 auto;
    margin-top: 62px;
    height: 4.16vw;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-l {
    height: 100%;
}

.switching > span {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    font-family: PingFangSC-Bold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    text-indent: 0.5em;
    transition: all 0.5s;
}

    .switching > span:hover {
        transform: scale(1.02);
    }

.switching .tb-icon {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url("../images/SubjectSelect/xuanke_qiehuan.png") no-repeat center;
    background-size: contain;
}

.discipline-c {
    width: 276px;
    min-height: 90px;
    padding: 6px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.el-popover {
    background: rgba(255,255,255,0.5);
    border: 0px solid rgba(255,255,255,0);
    border-radius: 10px;
}

.el-popper[x-placement^=bottom] .popper__arrow {
    top: -12px;
    border-bottom-color: rgba(255,255,255,0.5);
}

.el-popper .popper__arrow {
    border-width: 12px;
}

.el-popper[x-placement^=bottom] .popper__arrow::after {
    opacity: 0;
}

.discipline-c .indiscipl {
    width: 132px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 1.85px;
    text-align: left;
    text-indent: 0.6em;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s;
    border-radius: 10px;
    overflow: hidden;
}

.indiscipl:hover {
    transform: scale(1.06);
}

.discipl1 {
    background: url("../images/SubjectSelect/xuanke_yingyubk.png") no-repeat center;
}
.discipline-c .indiscipl .discipl_icon {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 12px;
    transform: translate(0%, -50%);
    height: 55px;
    background-size: contain;
}

.discipline-c .discipl2 .discipl_icon {
    right: 30px;
}
.discipline-c .discipl2 {
    width: 100%;
    background: url("../images/SubjectSelect/xuanke_shuxuebg.png") no-repeat center;
    background-size: cover;
    margin-bottom:12px;
}
.discipl2 .discipl_icon {
    width: 34px;
    background: url("../images/SubjectSelect/discipl_icon2.png") no-repeat center;
}

.discipl3 {
    background: url("../images/SubjectSelect/xuanke_wulibk.png") no-repeat center;
}

.discipl4 {
    background: url("../images/SubjectSelect/xuanke_huaxuebk.png") no-repeat center;
}

.discipl1:hover, .disciplhove1 {
    box-shadow: 0px 2px 4px 0px #0084db;
}

.discipl2:hover, .disciplhove2 {
    box-shadow: 0px 2px 4px 0px #c75600;
}

.discipl3:hover, .disciplhove3 {
    box-shadow: 0px 2px 4px 0px #157e01;
}

.discipl4:hover, .disciplhove4 {
    box-shadow: 0px 2px 4px 0px #95483d;
}

.main {
    position: relative;
    width: 100%;
    /*    max-width: 1200px;*/
    height: 31.98vw;
    margin-top: 32px;
}

.main-list {
    width: 100%;
    height: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}

.main-l {
    position: relative;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
}

.discipline-t {
    max-width: 56.6%;
}

.effective-time {
    font-size: 56px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 44px;
    margin-top: 4.2vw;
}

    .effective-time > span {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 1;
    }

.button-c {
    position: relative;
    margin-top: 3.2vw;
}

.button-in {
    width: 260px;
    height: 70px;
    background-image: linear-gradient(270deg, #0099FF 0%, #51BBFF 100%);
    border: none;
    border-radius: 6px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn-n {
    cursor: no-drop;
    background-image: linear-gradient(270deg,#9AA5B4 0%, #CFDAE4 100%);
}

    .btn-n:hover {
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        background-image: linear-gradient(270deg, #CFDAE4 0%,#9AA5B4 100%);
    }

.btn-jr:hover, .btn-jh:hover {
    background-image: linear-gradient(270deg, #51BBFF 0%,#0099FF 100%);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.main-r {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 100;
}

.xk-img {
    width: 100%;
}

.xk-img {
    -webkit-animation: bob 3.6s;
    animation: bob 3.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes bob {
    from {
        -webkit-transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(-6%);
    }
}

@keyframes bob {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-6%);
    }
}
/*��֤������ʽ*/
.select-class {
    border-radius: 6px;
    overflow: hidden;
}

    .select-class .layui-form-label {
        width: 90px;
        padding: 8px 0px;
        height: 38px;
        line-height: 20px;
        border-width: 0px;
        border-style: solid;
        border-radius: 0;
        text-align: center;
        background-color: #ffffff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .select-class .layui-input-inline {
        width: 196px;
    }

    .select-class .VerifyCode {
        width: 103px;
    }

.layui-btn-sm {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 5px;
    width: 80px;
}

.layui-form-item {
    margin-top: 25px;
}

    .layui-form-item .layui-input-inline {
        width: 286px;
    }

.itemss {
    width: 285px;
    margin: 25px auto 0;
}

.layui-form {
    padding: 0 15px;
}

.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1000;
    overflow-y: auto;
}

.form-c {
    position: relative;
    width: 460px;
    margin: 80px auto 0;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.form-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../../Content/plugins/SubjectEntrance/infor_wsxx_pic.png") no-repeat top;
    background-size: 100% auto;
    background-position-y: -2vw;
}

.layui-form-top {
    width: 100%;
    height: 26%;
    overflow: hidden;
    padding: 0 4%;
    margin-bottom: 2%;
}

    .layui-form-top > p {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        text-align: left;
        margin-bottom: 6px;
    }

    .layui-form-top span {
        color: #FF0000;
        font-style: normal;
    }

    .layui-form-top i {
        font-style: normal;
        margin-right: 2px;
    }

    .layui-form-top > p:nth-child(1) {
        margin-top: 22%;
    }

.layui-form-c {
    width: 100%;
    height: 72%;
    overflow: hidden;
}

    .layui-form-c .layui-form {
        width: 100%;
        height: 100%;
        /*min-height: 400px;*/
        min-height: 480px;
    }

.item-top {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
}

.layui-form-c .layui-input-block {
    margin-left: 0px;
}

.layui-form-c .layui-form-item {
    margin-top: 0;
}

    .layui-form-c .layui-form-item:last-child {
        margin: 0;
    }

.layui-form-c .layui-input:hover, .layui-form-c .layui-textarea:hover {
    border-color: #D2D2D2 !important;
    border-radius: 4px;
}

.layui-form-c .layui-input {
    border-color: #D2D2D2 !important;
    border-radius: 4px;
}

.layui-form-c .layui-input, .layui-form-c .layui-select, .layui-form-c .layui-textarea {
    background-color: #f2f2f2;
}

.form-buton {
    width: 100%;
    /*height: 36%;*/
    background-color: #fff;
    border-radius: 6px;
    padding: 5px 8%;
    margin-top: 10px;
    min-height: 150px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.form-text {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*cursor: pointer;*/
    color: #333;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: -5px;
}

.item-cont {
    padding: 15px 0 10px;
}

.surplus1 {
    letter-spacing: -0.8px;
    font-size: 14px;
}

.icon-cont {
    color: #ffffff;
    height: 24px;
    line-height: 22px;
    padding: 0 5px;
    background-color: #2F80ED;
    border-radius: 4px;
    margin-left: 8px;
    font-size: 13px;
}

    .icon-cont:hover {
        opacity: 0.9;
        color: #ffffff;
    }

.item-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background: url("../images/nz_icon.png") no-repeat left;
    background-size: contain;
}

.item-cont > .layui-form-item:nth-child(2) {
    margin-bottom: 0;
}

.button-tj {
    width: 100%;
    /*height: 18%;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14%;
    margin-top: 22px;
}

    .button-tj .confirm {
        width: 150px;
        height: 40px;
        background: #2F80ED;
        border: 1px solid #2F80ED;
        font-family: PingFangSC-Bold;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        border-radius: 4px;
        margin: 0 8px;
        cursor: pointer;
    }

    .button-tj .cancel {
        width: 120px;
        height: 40px;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        background-color: #fff;
        font-family: PingFangSC-Bold;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        cursor: pointer;
        margin: 0 8px;
    }

    .button-tj .confirm p {
        display: inline-block;
        font-family: PingFangSC-Bold;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
    }

.item-cont .validation .layui-input {
    float: left;
    width: 70%;
}

.item-cont .validation .layui-btn {
    max-width: 30%;
    background: #009688;
}

.badge-dot {
    position: absolute;
    top: 0;
    right: -10px;
}

.left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    padding-left: 12px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-input-c .layui-input, .layui-textarea {
    padding-left: 36px;
}

.form-input-c .layui-form-select dl dd {
    color: #333;
}

    .form-input-c .layui-form-select dl dd.layui-this {
        background-color: #2F80ED;
        color: #fff;
    }

.layui-form-select dl {
    max-height: 260px;
}
/*�°�*/
.main-content {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 53.54vw;
    height: 100%;
    overflow: hidden;
}

.main-letf {
    width: 62.5vw;
    left: 0;
    background: url("../images/SubjectSelect/left_bg.png") no-repeat;
    background-size: 100% 100%;
}

.main-right {
    width: 44.58vw;
    right: 0;
    background: url("../images/SubjectSelect/right_bg.png") no-repeat;
    background-size: 100% 100%;
}

.decoration {
    position: absolute;
    width: 11.2vw;
    height: 33.75vw;
    left: 53.375vw;
    top: -1.04vw;
    background: url("../images/SubjectSelect/decoration.png") no-repeat;
    background-size: contain;
}

.decoration-bg {
    position: absolute;
    width: 26.56vw;
    height: 100%;
    left: 47.54vw;
    background: url("../images/SubjectSelect/xing_bg.png") no-repeat;
    background-size: contain;
}

.module-box {
    display: inline-block;
    position: relative;
    margin-top: 3.645vw;
    z-index: 200;
}

.main-letf .module-box {
    margin-left: 7.3vw;
}

.main-right .module-box {
    margin-left: 10.8vw;
}

.module-title > img {
    height: 6.25vw;
}

.main-content .effective-time {
    min-height: 1.875vw;
    font-size: 1.875vw;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 1;
    margin-top: 3.49vw;
}

    .main-content .effective-time > span {
        font-size: 0.83vw;
        line-height: 1;
    }

.main-content .button-c {
    margin-top: 1.66vw;
}

.main-content .button-in {
    width: 8.645vw;
    height: 2.34vw;
    font-size: 0.73vw;
    line-height: 1;
}

.main-letf .main-r {
    width: 20.41vw;
    right: 8.38vw;
    top: 13.8vw;
}

.main-right .main-r {
    width: 20.41vw;
    right: 2.48vw;
    top: 13.8vw;
}

.main-right .xk-img {
    width: 98%;
    margin-top: -6%;
}
/*������֤����*/
.transition-mask-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.certification-box {
    --step-size: 10px;
    width: 90%;
    min-height: calc(var(--step-size) * 36.8);
    max-width: calc(var(--step-size) * 53.2);
    position: relative;
    overflow: hidden;
    background-color: #F7FBFF;
    border-radius: 16px;
    transition: all 0.36s ease-out;
}
.parent-box {
    width: 100%;
    max-height: 0;
    transition: all 0.36s ease-out;
    overflow: hidden;
}
.parent-box.expanded  {
    max-height:300px;
}
.certification-box .certification-top {
    position: relative;
    width: 100%;
    height: calc(var(--step-size) * 13.3);
    background: url("../images/SubjectSelect/tanchuang_top.png") no-repeat top center;
    background-size: 100% auto;
}
.form-container {
    position: relative;
    width: 91%;
    padding: 0 4.5%;
    margin-top: calc(var(--step-size) * -4);
    min-height: calc(var(--step-size) * 36.8);
}
.steps-container {
    width: 100%;
    min-height: calc(var(--step-size) * 10.6);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px -6px #C2DDFF;
    border-radius: 12px;
}
.steps-box {
    width:100%;
    display: flex;
    white-space: nowrap;
}
.steps-box .step{
    flex-basis: 25%;
}
.steps-box .step-head{
   text-align: center;
}
.steps-box .step-line{
   position: absolute;
    border-color: inherit;
    background-color: #DDF1FF;
    left: 50%;
    right: -50%;
    height: 4px;
    top: 50%;
    margin-top:-2px;
}
.steps-box .step-line-inner{
    display: block;
    /*border: 1px solid;*/
    border-color: inherit;
    transition: .15s ease-out;
    box-sizing: border-box;
    width: 0;
    height: 100%;
}
.steps-box .step-icon{
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--step-size) * 3.5);
    height: calc(var(--step-size) * 3.5);
    font-size: 15px;
    font-weight:500;
    box-sizing: border-box;
    background: #fff;
    transition: .15s ease-out;
    background: linear-gradient( 180deg, #D3E5FF 0%, #C5EDFF 100%);
    border-radius:50%;
}
.steps-box .step-icon-inner{
    display: inline-block;
    user-select: none;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #42a6ff;
}
.steps-box .step-main{
    font-size: 13px;
    color: #526786;
    line-height: 18px;
    font-style: normal;
    text-align: center;
    margin-top:1em;
}
.steps-box .step-title{
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.step:last-of-type .step-line {
    display: none;
}
/*ѡ�����ʽ*/
.step.is-finish .step-main {
    color: #42a6ff;
}
.step.is-finish .step-icon {
    background: linear-gradient( 180deg, #50C6FF 0%, #3588FF 100%);
}
.step.is-finish .step-icon .step-icon-inner {
    color: #ffffff;
    font-weight:600;
    font-size:18px;
}
.step.is-finish .step-line-inner {
    width: 100%;
    background: linear-gradient( 180deg, #50C6FF 0%, #3588FF 100%);
}
/*��ǰ����*/
.step.is-process .step-main {
    color: #42a6ff;
}
.step.is-process .step-icon {
    background: linear-gradient( 180deg, #50C6FF 0%, #3588FF 100%);
    box-shadow: 0 0 0 6px #C5EDFF;
}
.step.is-process .step-icon-inner {
    color: #FFFFFF;
    font-size:16px;
}
/*�����б�*/
.form-step-box {
    width: 100%;
    padding-top: 16px;
    padding-bottom: calc(var(--step-size) * 4);
}
.form-step {
    width: 100%;
    transition: all  .2s ease-out;
}
.form-step .step-title{
    width: 100%;
    font-weight: 500;
    font-size: calc(var(--step-size) * 2.1);
    color: #333333;
    line-height: calc(var(--step-size) * 2.8);
    text-align: center;
    font-style: normal;
}
.form-step .step-desc{
     width: 100%;
    font-weight: 400;
    font-size: calc(var(--step-size) * 1.5);
    color: #526786;
    line-height: calc(var(--step-size) * 2.1);
    text-align: center;
    font-style: normal;
    margin-top:8px;
}
.form-step .form-group{
     width: 100%;
      margin-top:16px;
}
.form-step .form-group2{
      margin-top:12px;
}
.form-step .sub-title{
     width: 100%;
     font-size: calc(var(--step-size) * 1.6);
     color: #333333;
     line-height: calc(var(--step-size) * 2.8);
    text-align: left;
    font-style: normal;
    margin-bottom:8px;
}
.form-step .sub-title >i{
    color:#FF3838;
}
.form-step .error-tip {
    width:100%;
    font-size: 12px;
    color: #FF3838;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    margin-top:8px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.form-step .error-tip >i{
     font-size: 14px;
     margin-right:3px;
}
/*�ײ���ť*/
.btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: calc(var(--step-size) * 2.5);
}
.btn-group .default-bt{
    display: inline-block;
    width:100%;
    height: calc(var(--step-size) * 5.2);
    background: #F1F4F8;
    font-weight: 500;
    font-size:  calc(var(--step-size) * 1.6);
    color: #333333;
    text-align: center;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
    border:none;
     border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-group .primary-bt{
     color: #FFFFFF;
    background: linear-gradient( 180deg, #50C6FF 0%, #3588FF 100%);
}

.btn-group .default-bt:hover {
    opacity: 0.9;
    transform: scale(1.01);
}
/*�����*/
.form-group .input-inner > .el-input__inner {
    height: calc(var(--step-size) * 5.2);
    background: #F1F4F8;
    border-radius: 10px;
    border: 1px solid #DAE4EF;
    font-size: 15px;
    color: #333333;
}
.form-group .input-inner > .el-input__inner:focus {
    background: #FFFFFF;
    box-shadow: 0px 8px 12px -6px #C2DDFF;
    border: 1px solid #95C4FF;
}
.form-group .input-inner.danger .el-input__inner {
    box-shadow: 0px 8px 12px -6px #FFDAD9;
    border: 1px solid #FF3838;
}
.form-group .input-inner.success .el-input__inner {
    background: #DEECFF;
    border: 1px solid #DAE4EF;
}
/*������*/
.form-group .select-inner{
    width:100%;
}
.form-group .el-select .el-input .el-input__inner {
    height: calc(var(--step-size) * 5.2);
    background: #F1F4F8;
    border-radius: 10px;
    border: 1px solid #DAE4EF;
    font-size: 15px;
    color: #333333;
}
.form-group .el-select .el-input.is-focus .el-input__inner {
    border-color: #409EFF;
}
.form-group .el-select.select-success .el-input .el-input__inner {
    background: #DEECFF;
    border: 1px solid #DAE4EF;
}
.form-group .el-select.select-danger .el-input .el-input__inner {
    box-shadow: 0px 8px 12px -6px #FFDAD9;
    border: 1px solid #FF3838;
}
.group-popper .el-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*��֤��*/
.verify-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.verify-form .default-vbt{
    display: inline-block;
    min-width: calc(var(--step-size) * 11.5);
    height: calc(var(--step-size) * 5.2);
    background: #F1F4F8;
    font-weight: 500;
    font-size:  calc(var(--step-size) * 1.6);
    color: #526786;
    text-align: center;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
    border:1px solid #DAE4EF ;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.verify-form .success-vbt{
    color: #50C6FF;
    border: 1px solid #95C4FF;
    background: #DEECFF;
    box-shadow: 0px 8px 12px -6px #C2DDFF;
}
.form-step .success-img {
    width: 100%;
    height: calc(var(--step-size) * 10.8);
    background: url("../images/SubjectSelect/submit_cg.png") no-repeat center center;
    background-size: auto;
    margin-bottom: calc(var(--step-size) * 2);
}
.submit-success-box {
    margin-top: calc(var(--step-size) * 4);
}
/*��ʾ���ض���-��������*/
.form-container .collapse-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.36s ease-out;
    visibility: hidden;
}
.form-container .collapse-box.apseshow1 {
    /* չ��״̬����Ժ�ɫС����ʾ*/
    max-height: 30px; /* ��Ϊ���������߶ȴ��ֵ */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media screen and (max-width:1200px) { /* ƽ�� */
    .dorpmenu-r {
        min-width: 180px;
    }

    .form-buton {
        padding: 5px 0;
    }

    .item-cont {
        width: 84%;
        margin: 0 auto;
    }

    .main {
        /*min-height: 440px;*/
    }

    .form-c {
        height: auto;
        width: 40vw;
        margin: 5vw auto 10px;
        padding: 0;
    }

    .layui-form-top {
        height: 20%;
        padding: 0 4%;
    }

        .layui-form-top > p:nth-child(1) {
            margin-top: 16%;
        }

        .layui-form-top > p {
            font-size: 12px;
            line-height: 18px;
        }

    .form-box {
        background-position-y: -4vw;
    }

    .layui-form-select dl {
        max-height: 200px;
    }

    .layui-form-top {
        height: 14%;
    }

    .item-top {
        height: 53%;
        padding: 4% 8% 1px;
    }

    .layui-form-item {
        margin-bottom: 10px;
    }

    .layui-input, .layui-select, .layui-textarea {
        height: 32px;
        line-height: 1.3;
    }

    .layui-btn-sm {
        height: 32px;
        line-height: 32px;
        ;
    }

    .button-tj {
        margin-top: 16px;
        margin-bottom: 10px
    }
    .certification-box {
        --step-size: 8px;
    }
}
/*�Ҳ���붯��*/
.fadeinr {
    -webkit-animation: fadeinr 1.3s;
    animation: fadeinr 1.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fadeinl {
    -webkit-animation: fadeinl 1.3s;
    animation: fadeinl 1.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeinr {
    from {
        opacity: 0;
        -webkit-transform: translateX(64%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@keyframes fadeinr {
    from {
        opacity: 0;
        transform: translateX(64%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fadeinl {
    from {
        opacity: 0;
        -webkit-transform: translateX(-64%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@keyframes fadeinl {
    from {
        opacity: 0;
        transform: translateX(-64%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

/*��ת*/
.rotate {
    -webkit-animation: rotate 0.6s;
    animation: rotate 0.6s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes rotate {
    from {
        opacity: 0;
        /*transform: rotate(-180deg);*/
    }

    to {
        opacity: 1;
        /*transform: rotate(0deg);*/
    }
}
