@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
        width: 350px;
    }


    .banner-desc-box-title {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: left;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .carousel-item {
        height: 150px;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .factory-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column !important;
        padding: 0 15px;
        gap: 10px;
    }

    .factory-left {
        width: 100%;
    }

    .factory-right {
        flex: 1;
        padding: 10px 20px 20px 20px;
        background: #ffffff;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .factory-right h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .factory-right a:hover {
        background: #E96800;
    }

    .yanfa-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .yanfa-left {
        width: 50%;
        padding: 40px;
    }

    .yanfa-left h3 {
        font-size: 30px;
        color: #f39b29;
        padding: 0 0 20px 0;
    }

    .yanfa-left p {
        margin-top: 20px;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

    .slideshow-big-item img {
        width: 100%;
        height: 255px;
        object-fit: cover;
    }

    .slideshow-small-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h2 {
        font-size: 22px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .environment-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        overflow: hidden;
    }

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

    .environment-item img {
        width: 100%;
        object-fit: cover;
    }

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

    .quality-img-item img {
        width: 100%;
    }

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

    .line {
        width: 80px;
        height: 2px;
        background: #f39b29;
    }

    .social-box {
        width: 100%;
        height: 500px;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }

    .social-box-content {
        /*背景白色半透明*/
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 40px;
        width: 400px;
    }

    .social-box-content h3 {
        font-size: 30px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .social-box-content p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
        margin-top: 10px;
    }

    .bg-f3f3f3 {
        background: #f3f3f3;
    }

    .padding-50 {
        padding: 50px;
    }

    .social-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .social-item {
        background: #FFFFFF;
        padding: 20px 20px;
    }

    .social-item h2 {
        font-size: 24px;
        font-family: SailecBold;
    }

    .social-item p {
        margin-top: 20px;
    }

    .environment-box-content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 50px;
        flex-direction: column;
        padding: 0 15px;
    }

    .environment-box-content-left {
        width: 100%;
        height: 300px;
    }

    .environment-box-content-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .environment-box-content-right {
        flex: 1;
        background: #f9f9f9;
        padding: 10px;
    }

    .brand-ad-content {
        font-size: 18px;
        padding: 0 15px;
    }

    .other-link-box {
        width: 100%;
        margin: 50px auto 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .send-form {
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }


    .send-form input {
        width: 300px;
        height: 50px;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        padding: 0 10px;
        text-align: center;
    }

    /*设置input 的placeholder颜色*/
    .send-form input::placeholder {
        color: #3d3d3d;
        font-size: 16px;
    }

    .send-form button {
        width: 300px;
        height: 50px;
        background: #ff8400;
        color: #ffffff;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        padding: 0 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
    }


    .banner-desc-box-title {
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
    }

    .carousel-item {
        height: 240px;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .factory-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        flex-direction: column !important;
    }

    .factory-left {
        width: 100%;
    }

    .factory-right {
        flex: 1;
        padding: 10px 20px 20px 20px;
        background: #ffffff;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: 20px;
    }

    .factory-right h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .factory-right a:hover {
        background: #E96800;
    }

    .yanfa-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .yanfa-left {
        width: 50%;
        padding: 40px;
    }

    .yanfa-left h3 {
        font-size: 30px;
        color: #f39b29;
        padding: 0 0 20px 0;
    }

    .yanfa-left p {
        margin-top: 20px;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

    .slideshow-big-item img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

    .slideshow-small-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .environment-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        overflow: hidden;
    }

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

    .environment-item img {
        width: 100%;
        object-fit: cover;
    }

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

    .quality-img-item img {
        width: 100%;
    }

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

    .line {
        width: 80px;
        height: 2px;
        background: #f39b29;
    }

    .social-box {
        width: 100%;
        height: 500px;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }

    .social-box-content {
        /*背景白色半透明*/
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 40px;
        width: 400px;
    }

    .social-box-content h3 {
        font-size: 30px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .social-box-content p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
        margin-top: 10px;
    }

    .bg-f3f3f3 {
        background: #f3f3f3;
    }

    .padding-50 {
        padding: 50px;
    }

    .social-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .social-item {
        background: #FFFFFF;
        padding: 20px 20px;
    }

    .social-item h2 {
        font-size: 24px;
        font-family: SailecBold;
    }

    .social-item p {
        margin-top: 20px;
    }

    .environment-box-content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 50px;
        flex-direction: column;
        padding: 0 15px;
    }

    .environment-box-content-left {
        width: 100%;
        height: 585px;
    }

    .environment-box-content-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .environment-box-content-right {
        flex: 1;
        background: #f9f9f9;
        padding: 20px;
    }

    .brand-ad-content {
        font-size: 18px;
        padding: 0 15px;
    }

    .other-link-box {
        width: 400px;
        margin: 50px auto 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .send-form {
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }


    .send-form input {
        width: 300px;
        height: 50px;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        padding: 0 10px;
        text-align: center;
    }

    /*设置input 的placeholder颜色*/
    .send-form input::placeholder {
        color: #3d3d3d;
        font-size: 16px;
    }

    .send-form button {
        width: 300px;
        height: 50px;
        background: #ff8400;
        color: #ffffff;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
        width: 60%;
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h2 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .factory-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .factory-left {
        width: 50%;
    }

    .factory-right {
        flex: 1;
        padding: 10px 20px 20px 20px;
        margin-right: -50px;
        background: #ffffff;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .factory-right h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .factory-right a:hover {
        background: #E96800;
    }

    .yanfa-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .yanfa-left {
        width: 50%;
        padding: 40px;
    }

    .yanfa-left h3 {
        font-size: 30px;
        color: #f39b29;
        padding: 0 0 20px 0;
    }

    .yanfa-left p {
        margin-top: 20px;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

    .slideshow-big-item img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

    .slideshow-small-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h2 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .environment-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        overflow: hidden;
    }

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

    .environment-item img {
        width: 100%;
        object-fit: cover;
    }

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

    .quality-img-item img {
        width: 100%;
    }

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

    .line {
        width: 80px;
        height: 2px;
        background: #f39b29;
    }

    .social-box {
        width: 100%;
        height: 500px;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }

    .social-box-content {
        /*背景白色半透明*/
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 40px;
        width: 400px;
    }

    .social-box-content h3 {
        font-size: 30px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .social-box-content p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
        margin-top: 10px;
    }

    .bg-f3f3f3 {
        background: #f3f3f3;
    }

    .padding-50 {
        padding: 50px;
    }

    .social-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .social-item {
        background: #FFFFFF;
        padding: 20px 20px;
    }

    .social-item h2 {
        font-size: 24px;
        font-family: SailecBold;
    }

    .social-item p {
        margin-top: 20px;
    }

    .environment-box-content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 50px;
    }

    .environment-box-content-left {
        width: 700px;
        height: 585px;
    }

    .environment-box-content-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .environment-box-content-right {
        flex: 1;
        background: #f9f9f9;
        padding: 20px;
    }

    .brand-ad-content {
        font-size: 18px;
    }

    .other-link-box {
        width: 400px;
        margin: 100px auto 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .send-form {
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin: auto;
    }


    .send-form input {
        width: 300px;
        height: 50px;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        padding: 0 10px;
        text-align: center;
    }

    /*设置input 的placeholder颜色*/
    .send-form input::placeholder {
        color: #3d3d3d;
        font-size: 16px;
    }

    .send-form button {
        width: 300px;
        height: 50px;
        background: #ff8400;
        color: #ffffff;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
    }
}

.sub-input{
    position: relative;
}
