body {
    background: #0f0232;
}

.header .right .list p:nth-child(3) {
    color: #fe2a44;
}

.product {
    width: 100%;
    min-height: 100vh;
    background: #0f0232;
}

.product .contain {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.product .contain .item {
    position: relative;
    width: 338px;
    height: 500px;
    background-size: cover;
    margin: 10px 10px;
    z-index: 5;
}

.product .contain .item img {
    width: 100%;
    z-index: 1;
}

.product .contain .item .content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 40px 0;
}

.product .contain .item .content .title {
    font-size: 25px;
    line-height: 50px;
}

.product .contain .item .content .title-en {
    font-size: 18px;
}

.product .contain .item .content .subhead {
    font-size: 14px;
    font-weight: 400;
}

.product .contain .item:hover .content {
    /* box-shadow: inset 0px 0px 0px 0px #fff, inset 0px -250px 250px -250px #a30055; */
    background: linear-gradient(0deg, rgba(163, 0, 85, .65), transparent);
}

.product .contain .item .content {
    /* box-shadow: inset 0px 0px 0px 0px #fff, inset 0px -250px 250px -250px #050647; */
    background: linear-gradient(0deg, rgba(0, 0, 0, .65), transparent);
}

.product .contain .item:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050647;
    font-size: 28px;
    line-height: 50px;
}

.pop-up {
    display: none;
    position: fixed;
    color: #fff;
    width: 100%;
    min-width: 1080px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 10;
}

.pop-img {
    width: 100%;
    border: 1px solid #a30055;
}

.pop-close {
    position: absolute;
    width: 45px;
    right: -45px;
    top: 0;
}

.pop-up .content {
    position: absolute;
    left: 54%;
    width: 40%;
    line-height: 30px;
    top: 30%;
}

.pop-up .content .ftops {
    margin-top: -42%;
    color: #050647;
}

.pop-up .tipsCol {
    right: -10px !important;
    bottom: 15% !important;
    color: #050647;
}

.pop-up .content-en {
    position: absolute;
    left: 52%;
    width: 360px;
    line-height: 28px;
    top: 38%;
}

.pop-up .tip {
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 10%;
}

.pop-con {
    position: absolute;
    width: 862px;
    height: 646px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 1080px) {
    .pop-con {
        width: 667px;
        height: 500px;
        font-size: 12px;
    }
}