body {
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
}

.bg {
    background: url(/images/topic/xincup/bg.png) no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: top center;
}

.filter1 {
    filter: brightness(0.6);
    transition: filter 1s;
}

.filter2 {
    filter: brightness(0.28);
    transition: filter 1s;
}

.xinHead {
    width: 1390px;
    margin: 0 auto;
    height: 930px;
    position: relative;
}

    .xinHead .before_bg {
        position: absolute;
        left: 48.8%;
        top: 98px;
        transform: translateX(-50%);
    }

.xin-step {
    padding: 0px 0 80px 0;
    z-index: 2;
    position: relative;
}

.site-videos-item {
    position: absolute;
    background: #000;
    display: block !important;
    top: 332px;
    right: 226px;
    z-index: 2;
    width: 545px;
    height: 306px;
    border-radius: 4px;
}

    .site-videos-item video {
        border-radius: 4px;
        object-fit: fill;
        display: none;
        cursor: pointer;
    }

    .site-videos-item .pre_video_img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        cursor: pointer;
        object-fit: fill !important;
    }

.video_play {
    height: 68px;
    width: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px;
    cursor: pointer;
    pointer-events: none;
}

.step {
    width: 1390px;
    margin: 0 auto 50px;
    text-align: center;
}

.step1 {
    margin-top: 768px;
}

.step3 {
    margin-bottom: 0;
}

.step .step-box {
    width: 1390px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0px 4px 37px 0px rgba(224, 182, 182, 0.38);
    border-radius: 55px 55px 55px 55px;
    border: 2px solid #ffffff;
    padding: 32px;
    box-sizing: border-box;
}

    .step .step-box .step-content {
        background: linear-gradient(180deg, #fff3ee 0%, #ffffff 100%);
        border-radius: 36px 36px 36px 36px;
        text-align: left;
        padding: 30px 47px;
        box-sizing: border-box;
    }

.inquiryProducts {
    margin: 18px 0 24px 0;
}

.comItem {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 23px 32px;
    box-sizing: border-box;
}

.s_table table {
    width: 100%;
    text-align: left;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
}

    .s_table table th {
        padding: 10px 6px;
        border-bottom: 1px solid #dddddd;
        font-weight: 400;
        color: #666;
        font-size: 14px;
    }

    .s_table table tr {
        border-bottom: 1px solid #dddddd;
    }

    .s_table table th:first-child {
        padding-left: 34px;
    }

    .s_table table th:last-child {
        padding-right: 10px;
    }

    .s_table table td {
        padding: 12px 5px;
        word-break: break-all;
    }

        .s_table table td:first-child {
            padding-left: 34px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .s_table table td:last-child {
            padding-right: 10px;
        }

        .s_table table td input[type='text'],
        .s_table table td input[type='number'] {
            border-radius: 2px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            font-size: 14px;
            box-sizing: border-box;
            width: 100%;
            height: 36px;
        }

        .s_table table td .remove {
            background: url(https://www.zxic.com/images/common/remove.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 12px;
            cursor: pointer;
        }

    .s_table table tr:nth-child(1) .remove {
        display: none;
    }

.addPublish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 24px;
    color: #ff8b0d;
    border-radius: 4px;
    margin: 18px 0 0px 0;
    cursor: pointer;
    box-sizing: border-box;
    background: url(https://www.zxic.com/images/common/addBg.png) no-repeat;
    background-size: 100% 100%;
}

    .addPublish .add {
        background: url(https://www.zxic.com/images/common/add.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 14px;
        height: 14px;
        cursor: pointer;
        margin-right: 4px;
    }

.comItem input[type='text'],
.comItem input[type='number'] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    box-sizing: border-box;
    width: 320px;
    height: 36px;
    padding: 0 8px;
}

    .comItem input[type='text']::placeholder,
    .comItem input[type='number']::placeholder {
        color: #b8b8b8;
    }

.contactInfo input[type='text'],
.contactInfo input[type='number'] {
    padding: 0 22px;
}

    .contactInfo input[type='text'].sms {
        width: 176px;
        margin-right: 6px;
    }

.contactInfo .clickYzm {
    width: 138px;
    height: 36px;
    line-height: 36px;
    background: #ff833e;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.contactInfo .notClick {
    width: 138px;
    height: 36px;
    background: #c9c9c9;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    display: none;
    cursor: not-allowed;
}

.productRequirements .errortips {
    padding-left: 77px;
}

.contactInfo .errortips {
    padding-left: 96px;
}

.comItem .line {
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .comItem .line:last-child {
        margin-bottom: 0;
    }

    .comItem .line span {
        font-size: 14px;
        display: inline-block;
        text-align: right;
        margin-right: 12px;
    }

.productRequirements {
    padding: 40px 12px 0 32px;
}

    .productRequirements .errortips {
        margin-top: 0;
    }

    .productRequirements .line span {
        width: 64px;
    }

.contactInfo .line span {
    width: 84px;
}

.comItem .line label {
    margin-right: 20px;
    color: #555555;
    font-size: 14px;
}

.publishPurchase_btn {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

    .publishPurchase_btn .btn {
        font-weight: 600;
        font-size: 24px;
        color: #ffffff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        text-align: center;
        display: inline-block;
        line-height: 86px;
        width: 383px;
        height: 92px;
    }

    .publishPurchase_btn .submit {
        background: url(/images/topic/xincup/btn.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 42px;
        cursor: pointer;
    }

    .publishPurchase_btn .goPublish {
        background: url(/images/topic/xincup/view_publish.png) no-repeat;
        background-size: 100% 100%;
    }

.step2 .step-box .step-content {
    text-align: center;
}

    .step2 .step-box .step-content .xin_cup_con {
        display: inline-block;
        width: 597px;
        height: 455px;
        position: relative;
    }

    .step2 .step-box .step-content .xin_cup_con1 {
        background: url(/images/topic/xincup/xin_cup_bg1.png);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step2 .step-box .step-content .xin_cup_con2 {
        background: url(/images/topic/xincup/xin_cup_bg2.png);
        background-size: 100% 100%;
    }

.cupSwiper {
    width: 205px;
    height: 208px;
    position: absolute;
    top: 99px;
    left: 170px;
    cursor: pointer;
}

    .cupSwiper img {
        width: 205px;
        height: 208px;
    }

.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.step2 .step-box .step-content .xin_cup_con2 .cup {
    position: absolute;
    left: 45%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.step2 .step-box .step-content .xin_cup_con1 p {
    width: 336px;
    font-weight: 600;
    font-size: 24px;
    color: #fffaf8;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    line-height: 44px;
}

.step2 .step-box .step-content .xin_cup_con1 .btn {
    display: block;
    margin-top: 65px;
    width: 339px;
    height: 84px;
    font-weight: 600;
    font-size: 24px;
    color: #fffaf8;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    line-height: 74px;
    cursor: pointer;
}

.step2 .step-box .step-content .xin_cup_con1 .republish {
    background: url(/images/topic/xincup/btn.png) no-repeat;
    background-size: 100%;
}

.step2 .step-box .step-content .xin_cup_con1 .state2 {
    margin-bottom: 46px;
}

.step3 .step-box .step-content {
    text-align: center;
    padding: 74px 0 54px 0;
}

.step2 .step-box .step-content .xin_cup_con1 .view-records {
    background: url(/images/topic/xincup/view_records.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    margin-top: 65px;
    width: 327px;
    height: 82px;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.popup-bg {
    background: rgba(0, 0, 0, 0.76);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-box {
    background: transparent;
    font-size: 15px;
    position: fixed;
    left: 50%;
    top: 48%;
    margin: 0;
    transform: translate(-50%, -50%);
    display: none;
}

.popup-box-cont {
    text-align: center;
}

.records-box {
    width: 765px;
    padding: 20px 23px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 28px 28px 28px 28px;
}

    .records-box .records-content {
        width: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #ffeee7 100%);
        border-radius: 21px 21px 21px 21px;
        padding: 26px 36px;
        box-sizing: border-box;
    }

        .records-box .records-content .title {
            text-align: center;
        }

            .records-box .records-content .title h2 {
                font-weight: 600;
                font-size: 30px;
                color: transparent;
                background-image: linear-gradient( 84.73088929625153deg, #ff3969 25%, #ff5c00 100% );
                -moz-background-image: linear-gradient( 84.73088929625153deg, #ff3969 25%, #ff5c00 100% );
                -o-background-image: linear-gradient( 84.73088929625153deg, #ff3969 25%, #ff5c00 100% );
                -webkit-background-image: linear-gradient( 84.73088929625153deg, #ff3969 25%, #ff5c00 100% );
                background-clip: text;
                -moz-background-clip: text;
                -o-background-clip: text;
                -webkit-background-clip: text;
            }

            .records-box .records-content .title p {
                font-weight: 600;
                font-size: 20px;
                color: #838383;
                margin: 8px 0 14px 0;
            }

        .records-box .records-content .records-info {
            background: #ffffff;
            border-radius: 6px 6px 6px 6px;
            border: 1px solid #d9d9d9;
            padding: 20px 13px;
            box-sizing: border-box;
            display: flex;
        }

            .records-box .records-content .records-info p {
                font-weight: 600;
                font-size: 16px;
                color: #595959;
                padding-left: 21px;
                line-height: 36px;
                text-align: left;
            }

                .records-box .records-content .records-info p b {
                    font-size: 26px;
                    color: #ff3131;
                }

            .records-box .records-content .records-info .rec-left {
                width: 289px;
                height: 125px;
                border: 1px solid #ffbaba;
                background: linear-gradient(180deg, #ffffff 0%, #ffeee7 100%);
                box-shadow: -4px 4px 0px 0px rgba(211, 211, 211, 0.25);
                border-radius: 6px 6px 6px 6px;
                font-weight: 600;
                font-size: 22px;
                padding: 14px 25px 0 33px;
                box-sizing: border-box;
            }

                .records-box .records-content .records-info .rec-left i {
                    color: #ff3131;
                    margin-left: 10px;
                }

                .records-box .records-content .records-info .rec-left img {
                    width: 96px;
                    height: 98px;
                    margin-right: 27px;
                }

            .records-box .records-content .records-info .rec-right {
                padding-top: 21px;
            }

        .records-box .records-content .received {
            background: url(/images/topic/xincup/success_title.png) no-repeat;
            background-size: 100% 100%;
            display: block;
            width: 647px;
            height: 66px;
            line-height: 66px;
            text-align: center;
            font-weight: 600;
            font-size: 30px;
            color: #ffffff;
            margin-top: 14px;
        }

        .records-box .records-content .notice {
            background: #ffffff;
            border-radius: 0px 0px 6px 6px;
            border: 1px solid #d9d9d9;
            padding: 19px 0 16px 25px;
            box-sizing: border-box;
            text-align: left;
        }

            .records-box .records-content .notice h3 {
                font-weight: 600;
                font-size: 22px;
                color: #363636;
                line-height: 26px;
                margin-bottom: 10px;
            }

        .records-box .records-content .notice {
            font-weight: 600;
            font-size: 16px;
            color: #595959;
            line-height: 28px;
        }

.popup-box .close {
    background: url(/images/topic/xincup/close.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    cursor: pointer;
}

.alert-box {
    padding: 12px 14px;
    width: 520px;
}

    .alert-box .records-content {
        padding-top: 44px;
    }

        .alert-box .records-content p {
            text-align: center;
            font-weight: 600;
            font-size: 30px;
            color: #525252;
            line-height: 60px;
        }

        .alert-box .records-content .btn {
            font-weight: 500;
            font-size: 28px;
            color: #f5f5f5;
            background: url(/images/topic/xincup/records_btn.png) no-repeat;
            background-size: 100% 100%;
            display: block;
            width: 368px;
            height: 92px;
            line-height: 84px;
            margin: 58px auto 0;
            text-align: center;
            cursor: pointer;
        }

.menu-wrap {
    width: 118px;
    position: fixed;
    right: 0;
    top: 41%;
    z-index: 111;
    display: none;
}

    .menu-wrap li {
        width: 118px;
        height: 48px;
        box-sizing: border-box;
        line-height: 48px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: -3px 4px 5px 0px rgba(148, 155, 176, 0.25);
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #ff7253;
        font-size: 16px;
        color: #454141;
        text-align: center;
    }

        .menu-wrap li a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .menu-wrap li.active {
            border: 1px solid rgba(255, 255, 255, 0.92);
            box-shadow: -3px 4px 5px 0px rgba(148, 155, 176, 0.25);
        }

            .menu-wrap li.active a {
                color: #fff;
                background-color: #ff7253;
                border-radius: 5px 5px 5px 5px;
            }

        .menu-wrap li:hover a {
            color: #ff3e55;
        }

        .menu-wrap li.active:hover a {
            color: #fff;
        }
/* µ¯Ä» */
.danmu_outer {
    width: 390px;
    height: 306px;
    position: absolute;
    top: 332px;
    right: -196px;
    left: auto;
}

.overflow-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    clear: both;
    padding: 0 10px 0 60px;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 100%;
    color: #fff;
    position: relative;
}

    .overflow-text .spanImg {
        height: 60px;
        width: 60px;
        position: absolute;
        left: 0;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overflow-text img {
        height: 30px;
    }