html,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h2,
h3,
h4,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.con1500 {
    width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 64px;
}

.page {
    background-color: #F6F6F6;
    /* min-height: 100vh; */
}

.top-banner {
    width: 100%;
    min-height: 380px;
    position: relative;
}

.top-banner img {
    width: 100%;
}

.top-banner .con-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-banner .text-box {
    width: 1500px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-banner .text-box h2 {
    font-size: 48px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 60px;
}

.process-box {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 16px 40px;
    box-sizing: border-box;
}

.table_head,
.table_body .item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 0;
    text-align: center;
}

.table_head {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.table_head span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
}


.table_body .item span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
}

.table_body .item.success span.status,
.table_body .item.success span.feedback {
    color: #0060E7;
    cursor: pointer;
}

.page.en .table_body .item.success span.status {
    cursor: default;
}

.table_body .nomore {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.85);
    padding-top: 16px;
}

.table_body .nomore a {
    color: #0060E7;
}

.process-tips {
    /* text-align: center; */
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    padding: 24px 0;
}

.dialog_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow: auto;
}

.dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
    margin-top: 25vh;
}

.dialog .dialog_head {
    padding: 20px 20px 10px;
}

.dialog .dialog_head .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.dialog .dialog_body {
    padding: 32px;
}

.wechat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wechat-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 42px;
    margin-bottom: 32px;
}

.wechat-box img {
    width: 432px;
    height: 432px;
    margin-bottom: 32px;
}

.wechat-box p span {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
}

.wechat-box p span.copy {
    cursor: pointer;
}

.product-box {
    display: flex;
}

.product-box .imgbox {
    width: 480px;
    height: 480px;
    background-color: #F2F2F2;
    margin-right: 32px;
}

.product-box .imgbox img {
    width: 100%;
    height: 100%;
}

.product-box .infobox {
    flex: 1;
}

.product-box .infobox .name {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 12px;
}

.product-box .infobox .stocks {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px;
    margin-bottom: 2px;
}

.product-box .infobox .price {
    margin-bottom: 16px;
}

.product-box .infobox .price .special {
    font-size: 32px;
    font-weight: 400;
    color: #D32F2F;
    line-height: 38px;
    margin-right: 8px;
}

.product-box .infobox .price .oldprice {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 19px;
    text-decoration: line-through;
}

.product-box .infobox .time {
    padding: 8px 16px;
    background-color: #F6F6F6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
    margin-bottom: 16px;
}

.product-box .infobox .form-item {
    width: 100%;
    margin-bottom: 16px;
}

.product-box .infobox .form-item input.link {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    padding: 8px 16px;
    outline: none;
    box-sizing: border-box;
}

.product-box .infobox .form-item input::placeholder,
.product-box .infobox .form-item textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.product-box .infobox .form-item textarea {
    width: 100%;
    height: 182px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    outline: none;
    box-sizing: border-box;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.product-box .infobox .submit {
    width: 100%;
    height: 64px;
    background-color: #e60012;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
}

.message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0f9eb;
    color: #67c23a;
    padding: 15px;
    border-radius: 4px;
    min-width: 250px;
    text-align: center;
    z-index: 1003;
    opacity: 1;
    transition: opacity 0.5s;
}

/* 成功消息 */
.message.success {
    background-color: #f0f9eb;
    color: #67c23a;
}

/* 错误消息 */
.message.error {
    background-color: #fef0f0;
    /* 浅红色背景 */
    color: #f56c6c;
    /* 深红色文字 */
}

/* 警告消息 */
.message.warning {
    background-color: #fdf6ec;
    /* 浅黄色背景 */
    color: #e6a23c;
    /* 深橙色文字 */
}

.message.hidden {
    opacity: 0;
}

@media (max-width:1920px) {
    .top-banner {
        min-height: 289px;
    }

    .wechat-box h3 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .wechat-box img {
        width: 324px;
        height: 324px;
        margin-bottom: 24px;
    }

    .wechat-box p span {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .top-banner {
        min-height: 205px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .top-banner {
        min-height: 180px;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .top-banner {
        min-height: 144px;
    }
}

@media (max-width:768px) {
    .con1500 {
        width: 100%;
        padding: 0 16px 32px;
    }

    .top-banner {
        min-height: 220px;
    }

    .top-banner .text-box {
        width: 100%;
        justify-content: center;
    }

    .top-banner .text-box h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .process-box {
        padding: 0;
    }

    .table_head,
    .table_body .item {
        padding: 8px 0;
        column-gap: 9px;
    }

    .table_head span {
        font-size: 12px;
        line-height: 14px;
    }

    .table_body .item span {
        font-size: 12px;
        line-height: 16px;
    }

    .process-tips {
        padding: 16px 0;
        font-size: 12px;
        line-height: 14px;
    }

    .dialog .dialog_head {
        padding: 16px 8px;
    }

    .dialog .dialog_head .close {
        top: 16px;
        right: 8px;
    }

    .dialog .dialog_head .close svg {
        width: 16px;
        height: 16px;
    }

    .dialog .dialog_body {
        padding: 24px 16px;
    }

    .wechat-box h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .wechat-box img {
        width: 231px;
        height: 231px;
        margin-bottom: 24px;
    }

    .product-box {
        flex-direction: column;
    }

    .product-box .imgbox {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .product-box .imgbox img {
        aspect-ratio: 1/1;
    }

    .product-box .infobox .name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .product-box .infobox .stocks {
        font-size: 12px;
        line-height: 14px;
    }

    .product-box .infobox .price {
        margin-bottom: 8px;
    }

    .product-box .infobox .price .special {
        font-size: 20px;
        line-height: 23px;
    }

    .product-box .infobox .price .oldprice {
        font-size: 12px;
        line-height: 14px;
    }

    .product-box .infobox .time {
        padding: 8px;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 8px;
    }

    .product-box .infobox .form-item {
        margin-bottom: 8px;
    }

    .product-box .infobox .form-item input.link {
        padding: 8px;
        font-size: 12px;
    }

    .product-box .infobox .form-item input.link::placeholder {
        font-size: 12px;
    }

    .product-box .infobox .form-item textarea {
        padding: 8px;
        font-size: 12px;
        height: 80px;
    }

    .product-box .infobox .form-item textarea::placeholder {
        font-size: 12px;
    }

    .product-box .infobox .submit {
        height: 32px;
        font-size: 12px;
    }
}