@charset "utf-8";

/* CSS Document | */
html, body {width: 100%; height: 100%; background-color: #1C1A1F; font-family:'PingFangSC-Regular','Microsoft Yahei'; }
.domain-pc {
    background-image: url('/images/0312bg.webp');
    background-color: #1C1A1F;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    width: 100%;
    min-height: 100%;
    position: relative;
}
.domain-pc .topMes{
    padding: 35px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.domain-pc .topMes .logo-sect {
    display: flex;
    justify-content: center;
    align-items: center;
}
.domain-pc .topMes .logo {
    margin-right: 10px;
    /*width: 250px;*/
    /*height: 78px;*/
     height: 80px;
}
.domain-pc .topMes .main-swiper {
    width: 380px;
    height: 110px;
    overflow: hidden;
}
.domain-pc .topMes .main-swiper img {
    width: 100%;
}
.domain-pc .topMes .title {
    width: 480px;
    height: 110px;
    background-image: url('/images/solog.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.domain-pc .content {
    margin: 0 auto;
    width: 1100px;
}
.domain-pc .content .list {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 65px;
    grid-row-gap: 35px;
}
.domain-pc .content .list .item {
    padding: 65px 0 25px;
    width: 226px;
    background-image: url("/images/item1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.domain-pc .content .list .item.normal {
    background-image: url("/images/item2.png");
}
.domain-pc .content .list .item.high {
    background-image: url("/images/item3.png");
}
.domain-pc .content .list .item.ultra {
    background-image: url("/images/item4.png");
}
.domain-pc .content .list .item .spent {
    color: #A6A6A6;
    font-size: 40px;
    line-height: 74px;
}
.domain-pc .content .list .item .button {
    margin: 0 auto;
    padding: 5px 27px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 32px;
    color: #272C33;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    background-image: linear-gradient(180deg, #A0511A 0%, #FF7F27 100%);
    border-radius: 6px;
}
.domain-pc .content .list .item .button:hover {
    background-image: linear-gradient(180deg, #FF7F27 0%, #A0511A 100%);
    text-shadow: 0 0 1px #A43300;
}
.hide {
    display: none !important;
}
.live-chat {
    width: 66px;
    height: 66px;
    background-image: linear-gradient(-45deg, #2C2C2C 0%, #404040 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.80);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 43px;
    top: 40%;
    cursor: pointer;
}
.live-chat img {
    height: 34px;
}

@media only screen and (max-width: 1600px) {
    .domain-pc .content .list {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1200px) {
    .domain-pc .content .list {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 768px) {
    .domain-h5 {
        padding-top: 0;
        min-height: 8.12rem;
        height: auto;
        /*background-image: url('/images/h5/bg.jpg');*/
        background-color: #1C1A1F;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .domain-h5 .topMes {
        padding: 0.06rem 0 0.24rem;
        display: flex;
        flex-wrap: wrap;
    }
    .domain-h5 .topMes .logo-sect {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .domain-h5 .topMes .logo {
        margin-right: 0.05rem;
        /*width: 1.25rem;*/
        /*height: 0.38rem;*/
        /*height: 0.35rem;*/
        margin-left:10px;
        height: 46px;
        
    }
    .domain-h5 .topMes .main-swiper {
        width: 1.9rem;
        height: 0.55rem;
        overflow: hidden;
    }
    .domain-h5 .topMes .swiper-slide {
        display: flex;
    }
    .domain-h5 .topMes .main-swiper img {
        width: 100%;
    }
    .domain-h5 .topMes .title {
        margin: 0.1rem auto 0;
        width: 3.19rem;
        height: 0.75rem;
        background-image: url('/images/solog.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .domain-h5 .content {
        padding-bottom: 0.5rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .domain-h5 .content .sect {
        margin: 0 auto;
        width: 100%;
    }
    .domain-h5 .content .list {
        margin: 0 auto;
        padding: 0 0.54rem;
        text-align: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0.4rem;
        grid-row-gap: 0.15rem;
    }
    .domain-h5 .content .list .item {
        padding: 0.4rem 0  0.11rem;
        width: 1.13rem;
        background-image: url("/images/item1.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
    }
    .domain-h5 .content .list .item.normal {
        background-image: url("/images/item2.png");
    }
    .domain-h5 .content .list .item.high {
        background-image: url("/images/item3.png");
    }
    .domain-h5 .content .list .item.ultra {
        background-image: url("/images/item4.png");
    }
    .domain-h5 .content .list .item .spent {
        color: #A6A6A6;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .domain-h5 .content .item .button {
        margin: 0 auto;
        padding: 0.04rem 0.1rem;
        width: auto;
        height: auto;
        font-size: 0.14rem;
        line-height: 1em;
        background-image: linear-gradient(180deg, #A0511A 0%, #FF7F27 100%);
        border-radius: 0.04rem;
    }
    .live-chat {
        width: 0.36rem;
        height: 0.36rem;
        right: 0.1rem;
        top: unset;
        bottom: 0.9rem;
    }
    .live-chat img {
        height: 0.36rem;
    }
}
