.QX-92940307 {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.QX-92940307 .top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.QX-92940307 .left {
    width: 30%;
}

.QX-92940307 .text {
    color: rgba(255, 255, 255, .3);
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 30px;
    word-break: break-word;
}

.QX-92940307 .zz {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.QX-92940307 .icon {
    font-size: 24px;
    color: rgba(255, 255, 255, .2);
}

.QX-92940307 .num {
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    word-break: break-word;
}

.QX-92940307 .num>a {
    color: inherit;
}

.QX-92940307 .center {
    width: 30%;
}

.QX-92940307 .textTop {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    margin-top: 15px;
}

.QX-92940307 .textBottom {
    font-size: 16px;
    color: rgba(255, 255, 255, .2);
    margin: 20px 0;
}

.QX-92940307 .inputBox .mailCollection-wrap>input {
    width: calc(100% - 60px);
    border: 0;
    padding: 20px 30px;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    letter-spacing: .025em;
    transition: .3s ease-in-out;
    /* opacity: .3; */
}

.QX-92940307 .inputBox .mailCollection-wrap>input::-webkit-input-placeholder {
    color: #fff;
}
.QX-92940307 .mailCollection-wrap{
    position: relative;
}
.QX-92940307 .mailCollection-wrap.mailActive .incorrect{
    display: block;
}
.QX-92940307 .incorrect{
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 13px;
    color: red;
    opacity: 0.6;
    display: none;
    transition: all .3s;
}
.QX-92940307 .inputBox .submitBtn {
   color: inherit;
   position: relative;
}
.QX-92940307 .inputBox .submitBtn .subsuccess{
        position: absolute;
        right: -20px;
        opacity: 0;
        transition: all .3s;
}
.QX-92940307 .inputBox .submitBtn .subsuccess.checked{
        opacity: 1;
}
.QX-92940307 .butn {
    color: #151515;
    background-color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    transition: 250ms all ease-in-out;
    letter-spacing: .075em;
    cursor: pointer;
    text-align: center;
    padding: 20px 30px;
    margin-top: 10px;

}

.QX-92940307 .butn:hover {
    color: #fff;
}

.QX-92940307 .butn .backstage-blocksEditor-wrap {
    min-height: unset;
}

.QX-92940307 .butn .blocks-button {
    color: inherit;
}

.QX-92940307 .sj {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.QX-92940307 .sj .backstage-blocksEditor-wrap {
    min-height: unset;
}

.QX-92940307 .tip {
    font-size: 16px;
    color: #fff;
}

.QX-92940307 .followWrap {
    margin-left: 15px;

}

.QX-92940307 .right {
    width: 30%;
}

.QX-92940307 .followWrap .follow-a {
    opacity: .3;
}

.QX-92940307 .followWrap .follow-a:hover {
    opacity: 1;
}

.QX-92940307 .prot {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 20px;
}

.QX-92940307 .btn-scroll {
    display: none;
}

.QX-92940307 .proshow-caption {
    display: none;
}

.QX-92940307 .proshow-scroll-item {
    width: 170px;
    height: 170px;
    margin-top: 20px;
    position: relative;
}



.QX-92940307 .proshow-scroll-main {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.QX-92940307 .proshow-scroll-main img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    transition: all .3s ease;
    transform: scale(1.2);
}

.QX-92940307 .serch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QX-92940307 .serch i {
    font-size: 30px;
    color: #fff;
    transform: scale(0);
    transition: all .3s ease;
    z-index: 2;
    cursor: pointer;
}

.QX-92940307 .serch .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.QX-92940307 .serch::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid rgba(255, 255, 255, .3);
    opacity: .7;
    transform: scale(0);
    transition: all .3s ease;
}

.QX-92940307 .proshow-scroll-item:hover .proshow-scroll-main {
    opacity: .7;
}

.QX-92940307 .proshow-scroll-item:hover .proshow-scroll-main img {
    transform: scale(1);
}

.QX-92940307 .proshow-scroll-item:hover .serch::before {
    transform: scale(1);
}

.QX-92940307 .proshow-scroll-item:hover .serch i {
    transform: scale(1);
}

.QX-92940307 .serch i:hover {
    opacity: .7;
}

.QX-92940307 .proshow-scroll-item:nth-child(1),
.QX-92940307 .proshow-scroll-item:nth-child(2) {
    margin-top: 0;
}

.QX-92940307 .proshow-scroll-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.QX-92940307 .bottom {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.QX-92940307 .rights {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1200px) {
    .QX-92940307 {
        width: calc(100% - 20px);
        position: relative;
        padding: 30px 10px;
    }

    .QX-92940307 .proshow-scroll-item {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width:900px) {
    .QX-92940307 .proshow-scroll-item {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width:768px) {
    .QX-92940307 .top {
        flex-wrap: wrap;
    }

    .QX-92940307 .left {
        width: 45%;
    }

    .QX-92940307 .center {
        width: 45%;
    }

    .QX-92940307 .right {
        width: 100%;
    }

    .QX-92940307 .proshow-scroll-item {
        margin-top: 0;
        width: 23%;
        height: 0;
        padding-bottom: 23%;
    }

    .QX-92940307 .proshow-scroll-main {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
    }

    .QX-92940307 .proshow-scroll-item:hover .proshow-scroll-main {
        opacity: 1;
    }

    .QX-92940307 .proshow-scroll-main img {
        transform: scale(1);
    }

    .QX-92940307 .serch::before {
        transform: scale(1);
        display: none;
    }

    .QX-92940307 .serch i {
        transform: scale(1);
        display: none
    }
}

@media screen and (max-width:510px) {
    .QX-92940307 .left {
        width: 100%;
        text-align: center;
    }

    .QX-92940307 .text {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .QX-92940307 .center {
        width: 100%;
        text-align: center;
    }

    .QX-92940307 .zz {
        justify-content: center;
    }

    .QX-92940307 .sj {
        justify-content: center;
    }

    .QX-92940307 .prot {
        text-align: center;
    }

    .QX-92940307 .textTop {
        margin-top: 5px;
    }

    .QX-92940307 .proshow-scroll-item {
        width: calc(50% - 10px);
        padding-bottom: calc(50% - 10px);
        margin-top: 20px;
    }

    .QX-92940307 .bottom {
        padding-top: 20px;
    }

    .QX-92940307 .rights {
        display: block;
        text-align: center;
    }

    .QX-92940307 .rights .dd {
        display: block;
        margin-bottom: 15px;
    }
}