.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
input::placeholder {
    color: #9DA3AF !important;
}
.radio-box {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.radio-box .form-check{
    margin-right:40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:6px 0;
}
.radio-box .form-check .layui-form-radio{
    margin:0;
    line-height:0;
    padding:0;
}
.code-box {
    display: flex;
    align-content: center;
    justify-content: center;
}
.f-shrink {
    flex-shrink:0;
}
.required-marker {
    position: relative;
}
.required-marker::after {
    position: absolute;
    left: -0.8rem;
    top: 0px;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    --tw-content: '*';
    content: var(--tw-content);
}
.review-img{
    width:200px;
    margin:40px auto;
}
.bg-white{
    background:#fff;
}
.bg-gray{
    background: #EDEDED;
}
.bg-blue {
    background: #1c3d87;
}
.font-red{
    color:#f00;
}
.font-red02 {
    color: #FF4E4E;
}
.font-blue {
    color: #1c3d87;
}
.font-blue02 {
    color: #594AFF;
}
.font-gray02{
    color:#c1c1c1;
}
.font-white{
    color: #fff;
}
.font-company {
    color: #7461E0;
}

.border-none{
    border: none;
}
.fs-0{
    font-size:3rem !important;
}
.w-65{
    width:65px !important;
}
.ff-m {
    font-family: "Montserrat"
}
.hidden {
    display: none;
}
.border-red{
    border:1px solid #f00 !important;
}
.border-green {
    border: 1px solid #39ad88 !important;
}
.step-img {
    width: 100px;
    /*height: 100px;*/
    /*    border: 1px solid #d5d5d5;*/
}
.step-line {
    border-bottom: 4px solid #d5d5d5;
    width: 100px;
    height: 40px;
}
.step-gray img{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    -moz-filter: grayscale(100%); /* Firefox早期版本 */
    filter: grayscale(100%); /* 标准语法 */
}
.login-input-radius{
    border-radius:0 5px 5px 0;
}
.main-radio input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}
.zoomable-box {
    transition: all 0.3s ease;
}
.zoomable{
    transform: scale(1);
    transition: all 0.5s ease;
    transform-origin: center center;
}
.zoomable:hover {
    transform: scale(1.13);
}
.selected_company{
    display:flex;
    justify-content:space-between;
    align-content: center;
    background:#fff;
    border-radius:5px;
    cursor: pointer;
    /*height:2.4rem;*/
    line-height:2.4rem;
    padding:6px 10px;
    margin: 15px auto;
    transition: all 0.2s ease;
}
.selected_company.selected {
    background-color: #1c3d87;
    color:#fff;
    transform: scale(1.06);
    /*transform: translateX(5px);*/
}
.register-check-btn .layui-form-checkbox[lay-skin=primary] > i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -3px;
}

.selected_company:hover {
    background-color: #1c3d87;
    color: #fff;
}
.file_img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-forget > .layui-form-select > .layui-select-title > .layui-input {
    width: 100%;
    border-radius: 5px;
    height: 50.4px;
    text-align: center;
}
.login-forget > .layui-form-select > .layui-select-title > i {
    padding: 0;
    width: auto;
    border-top-color: #999;
    border-top-style: solid;
    border-bottom:none;
    background:none;
    top:23px;
}
.back-login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}
.back-icon {
    width: 20px;
    margin-left: 5px;
    margin-top: 1px;
}
/* ����ʱ */
.countdown-alt-1 {
    margin: auto !important;
}
.down-title {
    left: 12%;
    top: 0.4rem;
}
.down-time {
    margin: 0.5rem auto 0;
}
.layui-border-white {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
.down-box{
    padding-bottom:2.4rem !important;
}
.hide{
    display:none !important;
}
.sign-bg {
    display: block;
}

.mobile-sign-bg {
    display: none;
}
@media (max-width: 767px) {
    .step-box{
        flex-direction:column !important;
    }
    .step-line {
        width: 4px;
        height: 42px;
        background: #d5d5d5;
        margin: 15px;
        border:none;
    }
    .down-box{
        display:none !important;
    }

    .login-maintop {
        background: linear-gradient(to right, #3B82F6, #1E40AF) !important;
    }
    
    /* 隐藏视频元素 */
    .login-maintop  video {
      display: none !important;
    }

    #show_login_exhibition_name{
        font-size:28px;
    }
    .login-title{
        font-size:24px !important;
    }
    .selected_company{
        align-items:center;
    }
    .company-title{
        line-height:26px;
        margin-right:14px;
    }
    .footer{
        /*display:none;*/
    }
    .card-title {
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .btn-img{
        margin-right:0 !important;
    }
    .w-65{
        width:40px !important;
    }
    .step-img{
        width:20px;
    }
    .step-box {
        justify-content: space-between !important;
        flex-direction: row !important;
    }
    .step-font-width{
        width:20px !important;
    }
    .step-font-w40{
        width:40px !important;
    }
    .mobile-step-box{
        align-items:flex-start !important;
    }
    .sign-bg{
        display:none;
    }
    .mobile-sign-bg{
        display:block;
    }
    .mobile-sign-title {
        top: 1rem !important;
        left: 2.5rem !important;
        font-size: 18px !important;
    }
    .mobile-sign-time {
        top: 1rem !important;
        right: 2.5rem !important;
        font-size: 12px !important;
        left: auto !important;
        bottom: auto !important;
    }
    .zoomable {
        transform: scale(1.2) !important;
    }
    .zoomable .card{
        background:rgba(255,255,255,0);
        padding-bottom:0 !important;
    }
    .mobile-sign-card{
        margin-bottom:0 !important;
    }
    .company-review{
        padding:35px 24px !important;
    }
    body{
        display:block !important;
    }
    .faq-title{
        margin-right:10px;
    }
    #layui-layer2{
        width:88% !important;
        left:6% !important;
    }
}