/*展商申请*/
.apply-for-box .crumbs {
    float: none;
    text-align: center;
}

.apply-for-box .crumbs a {
    color: #d1202f;
}

.apply-for-box {
    margin-left: 0;
    width: 100%;
    position: relative;
}

.apply-for-box .master-bd {
    padding: 0;
}

.apply-for-box .form-box {
    width: 804px;
    margin: auto;
}

.apply-for-box .btn-box {
    border-top: 8px solid #efefef;
    padding: 25px 0;
    text-align: center;
}

.apply-for-return {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #666;
}

.apply-for-return:hover {
    text-decoration: underline;
}

.close-btn,
.form-row-reminder {
    display: none;
}

.master-hd {
    height: 60px;
    background: #d0125a;
}

.return-btn {
    width: 107px;
    position: absolute;
    top: 0px;
    left: 5px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.webuploader-pick {
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    background: #f8f8f8;
    margin-right: 20px;
}




.booth-table-row {

    width: 100%;
    border-collapse: collapse;
    margin-bottom: 46px;

}

.booth-table-row thead {
    background-color: #ffebf3;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #d0125a;
}

.booth-table-row thead th {
    padding: 5px 20px;
    color: #39825c;
}

.booth-table-row tbody tr {
    border-bottom: 1px solid #d3d3d3;
}

.booth-table-row tbody tr td {
    padding: 14px 20px;
}


.area-input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #d3d3d3;
    text-indent: 5px;
}

.exhibitor-pop-up-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.exhibitor-pop-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.exhibitor-popup-bg {
    display: block;
}

#closePopImg {
    position: absolute;
    right: 2%;
    top: 2%;
    cursor: pointer;
}

.exhibitor-pop-up-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 70px 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.exhibitor-pop-up-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #0f569b;
}

.exhibitor-pop-up-title h2:last-of-type {
    margin-top: 20px;
}

.exhibitor-pop-up-substance {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.exhibitor-pop-up-substance-l,
.exhibitor-pop-up-substance-r {
    position: relative;
    padding-left: 1.354vw;
}

.exhibitor-pop-up-substance-l::before,
.exhibitor-pop-up-substance-r::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.exhibitor-pop-up-substance-l::before {
    background-color: #00acb9;
}

.exhibitor-pop-up-substance-r::before {
    background-color: #008843;
}

.exhibitor-pop-up-substance-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.exhibitor-pop-up-substance-content {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.exhibitor-pop-up-btn {
    position: absolute;
    font-size: 18px;
    color: #fff;
    bottom: -50px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
    width: 163px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
}

.exhibitor-pop-up-btn1 {
    background-color: #00acb9;
}

.exhibitor-pop-up-btn2 {
    background-color: #008843;
}

@media screen and (max-width: 768px) {
    .exhibitor-pop-up-content {
        padding: 5.645vw 5.645vw 0;
    }

    .exhibitor-pop-up-title {
        font-size: 3.5625vw;
        line-height: 3.5625vw;
    }

    .exhibitor-pop-up-title h2:last-of-type {
        margin-top: 3.041vw;
    }

    .exhibitor-pop-up-substance {
        margin-top: 5.60vw;
    }

    .exhibitor-pop-box {
        margin: 0 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .exhibitor-pop-up-substance-l::before,
    .exhibitor-pop-up-substance-r::before {
        width: 0.56vw;
    }

    .exhibitor-popup-bg {
        width: 100%;
    }

    .exhibitor-pop-up-substance-title {
        font-size: 3.25vw;
        line-height: 3.5625vw;
    }

    .exhibitor-pop-up-substance-content {
        font-size: 2.833vw;
        margin-top: 2.52vw;
    }

    .exhibitor-pop-up-btn {
        width: 20.489vw;
        height: 5.395vw;
        line-height: 5.395vw;
        font-size: 2.5vw;
        bottom: -4.6vw;
    }

    .w1100 {
        width: 100%
    }

    .login-bg,
    header,
    footer {
        min-width: 100%;
    }

    .apply-for-box .form-box {
        width: 100%;
    }

    .login-top-title {
        padding: 0px 50px;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .login-top-time {
        font-size: 16px;
    }

    #CompanyAddress_ProvinceID,
    #CompanyAddress_CityID {
        width: 48%
    }

    .return-btn {
        display: none;
    }

    .wrap-index {
        padding: 0px 0 10px
    }

    .regcontactbox {
        display: block
    }

    .regcontactbox span {
        width: 100%;
        padding: 0px 20px;
        text-align: left;
    }

    .apply-for-box .crumbs {
        text-align: left;
        padding-left: 20px;

    }

    .apply-for-box .crumbs a {
        font-size: 18px;
    }

    .form-box {
        padding: 0px;
    }

    .form-name {
        width: 100%;
        height: auto;
        line-height: 2;
    }

    .form-row-box {
        width: 100%;
        overflow: hidden;
    }

    .hint-txt {
        padding-left: 0;
    }

    select {
        -webkit-appearance: none;
        /*兼容苹果手机*/
        border: 1px solid #EBEBEB;
        width: 100px;
        height: 25px;
        line-height: 25px;
        /*防止紧紧靠在边上*/
        text-indent: 2px;
        background-color: transparent;
    }

    #CompanyCountry {
        width: 100% !important;

        height: 44px;
        border-radius: 3px;
        padding: 0 10px;
        border: 1px solid #f0f0f0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f8f8f8
    }
}
@media screen and (max-width: 450px) {
    .exhibitor-pop-up-substance {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                gap: 10px;
    }
    .exhibitor-pop-up-substance-content {
        margin-top: 5px;
    }
    .exhibitor-pop-up-title h2:last-of-type {
        margin-top: 10px;
    }
    .exhibitor-pop-up-btn {
        bottom: 50%;
        right: 0;
        height: 30px;
        line-height: 30px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        font-size: 13px;
        width: 94px;
    }
    .exhibitor-pop-up-title {
        font-size: 15px;

    }
    .exhibitor-pop-up-substance-title {
        font-size: 14px;
    }
    .exhibitor-pop-up-substance-content {
        font-size: 12px;
    }
}