.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

body {
    font-family: "微软雅黑";
}


.padd {
    padding: 0 1.60rem;
}

.dabeijing {
    padding: 1.16rem 0 0 0;
}

.tvq2_top-container,
.tvq2_bottom-container {
    width: 100%;
    margin: 0 auto;
    padding: 0.6rem 1.60rem;
}

.tvq2_top-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 3rem;
    padding: 1.01rem;
    border-radius: 0.08rem;
    margin-bottom: 0.20rem;
}

.boxshow {
    height: 0;
    overflow: hidden;
    transition: height .9s;
}

.tvq2_brand-info {
    display: flex;
    align-items: center;
    width: 4rem;
}

.youfl {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0.1rem;
}

.tvq2_tag {
    background: linear-gradient(45deg, #E9A62F, #F5D152);
    color: #fff;
    padding: 0.06rem 0;
    border-radius: 0.04rem;
    font-size: 0.20rem;
    margin-right: 0.295rem;
    width: 1.4rem;
    text-align: center;
}

.tvq2_company-name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1D1D1D;
}

.tvq2_contact-info::after {
    display: block;
    content: ' ';
    width: 1px;
    background-color: #F1F1F1;
    height: 0.5rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40%;

}

.tvq2_contact-info {
    font-size: 0.20rem;
    line-height: 1.6;
    color: #1D1D1D;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding-left: 0.93rem;
    margin-left: 0.93rem;
    position: relative;
}

.hui {
    color: #3B3B3B;
    font-weight: normal;
}

.tvq2_qr-code {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.tvq2_qr-code img {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.08rem;
}

.tvq2_qr-text {
    font-size: 14px;
    color: #999;
}

.tvq2_bottom-container {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
}

.tvq2_branch-company {
    flex: 1;
    padding: 0.60rem;
    border-radius: 8px;
    color: #1D1D1D;
}

.tvq2_branch-title {
    font-size: 0.24rem;
    color: #1D1D1D;
    margin-bottom: 10px;
}

.tvq2_branch-content {
    line-height: 1.6;
}

.tvq2_branch-content>div:first-child {

    font-size: 0.24rem;
    font-weight: 700;
    margin-bottom: 0.48rem;
}

.tvq2_branch-content>div:nth-child(2),
.tvq2_branch-content>div:nth-child(3),
.tvq2_branch-content>div:nth-child(4),
.tvq2_branch-content>div:nth-child(5) {
    font-size: 0.18rem;
    color: #3B3B3B;
    line-height: 2;
}

.tvq2_branch-content>div span {
    font-weight: 700;
}

.tvq2_contact-container {
    width: 100%;
    margin: 0 auto;
    padding: 0.6rem 1.60rem 1.16rem 1.60rem;
}

.tvq2_contact-title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0.7rem 0;
    color: #151515;
}

.tvq2_form {
    background-color: #f9f9f9;
    padding: 0.82rem;
    border-radius: 0.08rem;
}

.tvq2_form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tvq2_form-item {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 0.15rem;
}

.tvq2_form-item label {
    font-size: 0.22rem;
    color: #1D1D1D;
    margin-bottom: 0.23rem;
}

.tvq2_form-item input,
.tvq2_form-item textarea {
    border-radius: 0.06rem;
    border: 0;
    font-size: 0.16rem;
    padding: 0.21rem 0.37rem;
    border-image: linear-gradient(0deg, #F2F2F2, #E9E9E9) 1 1;
}

.tvq2_form-item textarea {
    resize: vertical;
    min-height: 2.8rem;
}

/* 关键：输入框聚焦时的样式 */
.tvq2_form-item input:focus,
.tvq2_form-item textarea:focus {
    outline: none;
    /* 移除默认的蓝色聚焦轮廓 */
    border-color: #ffc107;
    /* 黄色边框 */
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.2);
    /* 轻微的黄色阴影 */
}

.flex-sp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.new_banner_btn_main {
    position: absolute;
    top: 0.03rem;
    left: 0.03rem;
    right: 0.03rem;
    bottom: 0.03rem;
    background: linear-gradient(90deg, rgb(211, 212, 215), rgb(233, 233, 233));
    /* 从左到右的渐变背景 */
    border-radius: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
    z-index: 2;
    padding: 0 0.02rem;
}






.tvq2_recruit-container {
    width: 100%;
    margin: 0 auto;
}

.tvq2_recruit-header {
    display: flex;
    padding: 12px 8px;
    font-weight: bold;
    padding: 0.5rem 0.76rem;

}

.tvq2_header-item {
    flex: 1;
    font-size: 0.20rem;
    color: #1D1D1D;
}

.tvq2_header-item:last-child {
    text-align: center;
}

.tvq2_job-item {
    display: flex;
    align-items: center;
    padding: 0 0.81rem;
    border-bottom: 1px solid #ECECEC;
    border-radius: 0.1rem;
    height: 1rem;
}

.tvq2_job-wrapper:last-child .tvq2_job-item {
    border-bottom: none;
}

.tvq2_job-wrapper {
    padding: 0.06rem;

}

.tvq2_job-item:hover {
    background-color: #f9f9f9;
}

.aaaaa {
    padding: 1rem 1.60rem 1rem 1.60rem;
    display: block;
    /* padding-bottom: 1rem; */
    /* padding-top: 1rem; */
}

.tvq2_job-col {
    flex: 1;
    font-size: 0.18rem;
}

.tvq2_job-col:last-child {
    text-align: center;
}

.tvq2_toggle-btn {
    cursor: pointer;
    color: #929292;
    display: inline-block;
    font-size: 0.38rem;
    user-select: none;
}


.tvq2_job-detail {
    border-radius: 0 0 4px 4px;
    padding: 0.73rem 1.04rem;
    display: block;
    border-bottom: 1px solid #ECECEC;
}

.tvq2_job-item.active {
    background-color: #F2F2F2;
}

.zhaopinwrap {
    padding: 0rem 0.75rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 0.20rem;
}

.tvq2_job-detail.active {
    display: block;
}

.tvq2_job-title {
    font-size: 0.20rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1C1C1C;
    margin-bottom: 0.29rem;
    margin-top: 0.48rem;
}

.tvq2_job-content {
    line-height: 0.38rem;
    color: #878787;
    font-size: 0.16rem;
    padding-bottom: 0.41rem;
}

.tvq2_job-content p {
    margin: 0;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
}

.gongsizhaopin {
    position: relative;
}

.gongsizhaopin img {
    width: 100%;
}

.gongsizhaopin .gongsitext {
    position: absolute;
    top: calc(50% - 0.5rem);
    left: calc(50% - 1rem);
    width: 2rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 0.42rem;
    color: #ffffff;
}

.btnBox {
    width: 1.3rem;
}

.banner_btn_text {
    opacity: 1;
}

@media only screen and (max-width:991px) {
    .tvq2_top-container {
        flex-direction: column;
        padding: 0.2rem;
    }

    .padd {
        padding: 0.2rem;
    }

    .tvq2_contact-info {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }

    .tvq2_brand-info {
        width: 100%;
    }

    .dabeijing {
        padding-top: 0rem;
    }

    .tvq2_bottom-container {
        padding: 0.2rem;
        flex-direction: column;
        padding-bottom: 0rem;
    }

    .tvq2_bottom-container>div {
        width: 100%;
        padding: 0.2rem !important;
        border: 1px solid #E9EBED;
    }

    .tvq2_contact-container {
        padding: 0.2rem;
        padding-top: 0rem;
    }

    .tvq2_form {
        padding: 0.2rem;
    }

    .tvq2_form-item {
        width: 100%;
    }

    .btnBox {
        width: 1.5rem;
    }

    .banner_btn_text {
        opacity: 1;
    }

    .gongsizhaopin img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongsizhaopin {
        height: 2rem;
    }

    .aaaaa {
        padding: 0rem;
    }

    .zhaopinwrap {
        padding: 0rem 0.2rem;
    }

    .tvq2_recruit-header {
        padding: 0.3rem 0.2rem;
        font-size: 0.16rem;
        border-bottom: 1px solid #eee;
        justify-content: space-between;
        text-align: center;
    }

    .tvq2_job-title {
        margin-top: 0.38rem;
    }

    .tvq2_job-item {
        padding:0 0.2rem;
        justify-content: space-between;
        height: 0.8rem;
    }

    .tvq2_job-detail {
        padding: 0rem 0.14rem;
    }
    .tvq2_job-col:last-child{
        /* flex-basis: 0rem; */
    }
    .tvq2_header-item {
        flex: initial!important;
        font-size: 0.18rem;
    }

    .tvq2_job-col {
        flex: initial!important;
        font-size: 0.17rem;
        text-align: center;
        max-width: 16.6666%;
        /* flex-basis: 0.4rem */
    }

    .youfl>div:first-child {
        width: 0.7rem;
    }

    .tvq2_qr-code img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .tvq2_company-name {
        font-size: 0.18rem;
    }

    .tvq2_tag {
        width: 1rem;
        font-size: 0.15rem;
    }

    .tvq2_top-container {
        height: 2.4rem;
        padding: 0.2rem 0.2rem 0 0.2rem;
        margin-bottom: 0;
    }

    .tvq2_branch-content>div:first-child {
        margin-bottom: 0.18rem;
    }

    .tvq2_contact-title {
        font-size: 0.3rem;
        margin: 0.3rem 0
    }

    .tvq2_form-item input,
    .tvq2_form-item textarea {
        padding: 0.17rem 0.2rem;
    }

    .tvq2_form-item label {
        font-size: 0.2rem;
        margin-bottom: 0.13rem;
    }

    .tvq2_form-item textarea {
        min-height: 2rem;
    }

    .flex-sp {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }
}