* {
    margin: 0;
    padding: 0;
}

a {
    color: rgba(34, 34, 34, 1);
    text-decoration: none;
}


.clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

li {
    list-style: none;
}

.Exhibition-Center {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.Exhibition-title {
    width: 84%;
    margin: 0 auto;
    border-bottom: 2px solid rgba(185, 27, 33, 1);
    justify-content: space-around;
    height: 126px;
    line-height: 126px;
    display: flex;
    margin-bottom: 30px;
}

.title-left {
    width: 64%;
}

.title-right {
    margin-top: 40px;
    display: flex;
}

.apply {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    margin-right: 20px;
}

.apply:hover {
    background: linear-gradient(180deg, rgba(194, 33, 33, 1) 0%, rgba(125, 5, 9, 1) 100%);
}


.audience {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(1, 108, 165, 1) 0%, rgba(21, 139, 201, 1) 100%);

}

.audience:hover {
    background: linear-gradient(180deg, rgba(0, 66, 102, 1) 0%, rgba(0, 113, 173, 1) 100%);
}

.title-left span:first-child {
    font-size: 32px;
    text-align: center;
    margin-right: 20px;
}

.title-left span:nth-child(2) {
    font-size: 18px;
    text-align: center;
}

.Booth-Application-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    gap: 50px;
}

.Booth-Application-nav a {
    color: rgba(34, 34, 34, 1);
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 16px;
    padding: 8px 16px;
    border: 1px solid rgba(218, 57, 59, 1);
    background-color: white;
    cursor: pointer;
    font-size: 19px;
}

.Booth-Application-nav a:hover {
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    color: white;
}

.Booth-Application-nav a.active {
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    color: white;
}

.Exhibition-main {
    height: 780px;
    opacity: 1;
    border-radius: 22px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 20px 2px rgba(21, 21, 21, 0.15);
    width: 87%;
    margin: 50px auto;
}

.container {

    display: flex;
    justify-content: space-around;
    padding: 40px;
}

/* 左侧区域样式 */
.left-section {
    width: 50%;
}

.left-section h2 {
    margin-bottom: 10px;
}

.left-section p {
    margin-bottom: 10px;
}

.lef-section .phone {
    font-size: 20px;
    margin-top: 10px;
}

.process span {
    font-size: 22px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.process-text {
    width: 80%;
    font-size: 16px;
    margin-top: 20px;
}

.process-tel {
    margin-top: 20px;
}

.process-tel span {
    font-size: 22px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.phone {
    margin-top: 10px;
    font-size: 32px;
}


/* 右侧表单区域样式 */
.right-section {
    margin-top: 40px;
    width: 45%;
    padding-left: 30px;
}

#city {
    width: 489px;
}

#city2 {
    width: 489px;
}

#code {
    width: 300px;
}

label {
    width: 17%;
    display: flex;
    align-items: center;
}

input,
select {
    width: 470px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4.4px;
    border: 1.1px solid rgba(210, 210, 210, 1);
}

.yzm {
    border-radius: 4.4px;
    height: 42px;
    margin-left: 20px;
    width: 152px;
    padding: 10px;
    background: rgba(185, 27, 33, 1);
    color: white;
    border: none;
    cursor: pointer;
}

.submit {
    border-radius: 4.4px;
    display: grid;
    grid-template-columns: 638px auto;
    margin: 0 auto;
    height: 52px;
    line-height: 36px;
    font-size: 18px;
    padding: 10px;
    background: rgba(185, 27, 33, 1);
    color: white;
    border: none;
    cursor: pointer;
}

.code-container {
    display: flex;
}

.left-name {
    width: 20%;
    line-height: 57px;
    margin-right: 30px;
}

#footsj {
    display: none;
}

.contactForm-title {
    display: flex;
    margin-bottom: 20px;

}

.header-banner {
    display: none;
}

@media (max-width: 750px) {
    #head {
        display: none;
    }

    #header-mobile {
        display: block;
    }

    .header-banner {
        display: block;
    }

    #foot {
        display: none;
    }

    #footsj {
        display: block;
    }

    .Exhibition-Fee-nav {
        display: none;
    }

    .Exhibition-Center {
        margin-bottom: 0px;
        width: 100%;
    }

    .Exhibition-title {
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        display: block;
        height: 75px;
        line-height: 100px;
        border-bottom: 3px solid linear-gradient(90deg, rgba(188, 30, 35, 1) 0%, rgba(190, 31, 37, 0) 100%);
    }

    .title-left {
        display: flex;
        font-size: 18px;
        width: 100%;
    }

    .title-left span:first-child {
        width: 30%;
        height: 23px;
        display: block;
        font-size: 18px;
        margin-right: 0px;
    }

    .title-left span:nth-child(2) {
        margin-left: -10px;
        font-size: 13px;
    }

    .title-right {
        margin-left: -27px;
        justify-content: end;
        text-align: center;
        margin-top: 0px;
        font-size: 10px;
        width: 100%;
    }

    .audience {
        font-size: 11px;
        width: 102px;
        height: 28px;
        line-height: 28px;
        border-radius: 6px;
    }

    .apply {
        font-size: 11px;
        width: 102px;
        height: 28px;
        line-height: 28px;
        border-radius: 6px;
    }

    .Booth-Application-nav {
        display: none;
    }

    .Exhibition-main {
        height: 100%;
        width: 95%;
        margin: 80px auto;
        display: block;
        margin-bottom: 30px;
    }

    .left-section {
        display: none;
    }

    .Exhibition-main .container {
        padding: 20px;
        display: block;
    }

    .right-section {
        width: 100%;
        padding-left: 0px;
        margin-top: 0px;
    }

    label {
        width: 39%;
    }

    .contactForm-title {
        border-bottom: 1.1px solid rgba(246, 246, 246, 1);

    }

    #city {
        width: 80%;
    }
    #city2 {
        width: 80%;
    }

    input,
    select {
        border: none;
        width: 70%;
        padding: 10px;
        margin-top: 5px;

    }

    #code {
        width: 40%;
    }

    .submit {
        display: grid;
        grid-template-columns: 300px auto;
        margin: 0 auto;
        height: 52px;
        line-height: 36px;
        font-size: 18px;
        padding: 10px;
        background: rgba(185, 27, 33, 1);
        color: white;
        border: none;
        cursor: pointer;
    }

    .yzm {
        width: 100px;
    }

    .line {
        height: 1px;
        width: 100%;
        border: 1.1px solid rgba(246, 246, 246, 1);
    }

}