@charset "utf-8";

/* CSS Document | */
html, body {width: 100%; height: 100%; font-family:'PingFangSC-Regular','Microsoft Yahei'; background-color: #000000; overflow-y: overlay;}
body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6{margin:0; padding:0; box-sizing: border-box;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background:none;}
img{border:none;}
a,a:hover{outline:none; text-decoration:none;}
.clear {clear: both;}

.domain {
    background-image: url("../images/pc/pic@2x.png"), url('../images/pc/bg.jpg');
    background-repeat: no-repeat, no-repeat;
    background-size: 966px 376px, 100% 100%;
    background-position: top center;
    width: 100%;
    min-height: 100%;
    padding: 75px 0 3%;
    text-align: center;
    position: relative;
}

.domain .topMes{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 53px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate( -50%, 0%);
    background-image: url("../images/pc/topMes_bg.png");
    background-size: cover;
    color: #FFDB8A;
    font-size: 16px;
    background-size: 100% 100%;
}
.domain .topMes span{
    display: inline-block;
    color: #FF8042;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #FF8042;
    margin-left: 3px;
    font-weight: 700;
}

.domain .topMes .favoriteIcon{
    height: 33px;
    width: 33px;
    background-image: url("../images/pc/favorite_Icon.png");
    background-size: 100%;
    margin-right: 3px;
    margin-left: 3px;
}

.title .h1 {
    margin: 0 auto;
    width: 395px;
    height: 49px;
}
.domain .content {
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.domain .content .sect {
    margin: 0 10px;
    width: 480px;
    flex-shrink: 0;
}

.domain .content .sect .list-title {
    margin: 65px auto 15px;
    width: 357px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.domain .content .sect .list-title1 {
    background-image: url("../images/sec1@2x.png");
}
.domain .content .sect .list-title2 {
    background-image: url("../images/sec2@2x.png");
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.list .item {
    width: 225px;
    height: 225px;
    background-image: linear-gradient(180deg, #282a34 20%, #332f2a 100%);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 15px 20px 0;
    box-sizing: border-box;
    position: relative;
}

.list .item.x2 {
    margin-right: auto;
}

.item .img {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.item .img img {
    display: block;
    width: 100%;
}

.item h3 {
    padding: 0 0.4rem;
    font-size: 14px;
    color: #FBC03E;
    font-weight: 400;
    word-wrap: break-word;
}

.item .button {
    width: 140px;
    height: 32px;
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 32px;
    color: #DCB673;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: 500;
    border: 1px solid #DCB673;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
}

.item .button:hover {
    background-color: #DCB673;
    border-radius: 20px;
    color: #353535;
    text-shadow: 0 0 1px #A43300;
}

#mask{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
}

#mask .toast{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.85);
    color: #d0d0d0;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
    transform: translateY(-100%);
}

.hide {
    display: none !important;
}

@media only screen and (max-width: 1890px) {
    .domain .content {
        width: 65%;
        display: flex;
    }
    .domain .content .sect {
        margin: 0 10px;
        width: 480px;
        flex-shrink: 0;
    }
}


@media only screen and (max-width: 1440px) {
    .domain .content {
        width: 84%;
        display: flex;
    }
    .domain .content .sect {
        margin: 0 10px;
        width: 480px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .domain .content {
        width: 94%;
        display: flex;
    }
    .domain .content .sect {
        margin: 0 10px;
        width: 480px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 768px) {
    .domain .content {
        width: 95%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .domain .content .sect {
        margin: 0 auto;
        width: 100%;
    }
    .list {
        justify-content: center;
    }
    .list .item {
        padding: 30px 0;
    }
    .item .img {
        margin: 0 auto 10px;
    }
    .item .button {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 568px) {
    .domain {
        padding-top: 0;
        min-height: 100%;
        height: auto;
        background-image: url("../images/h5/pic.png"), url('../images/h5/bg.jpg');
        background-repeat: no-repeat, no-repeat;
        background-size: contain, 100% 100%;
    }
    .domain .topMes{
        background-image: url("../images/h5/topMes_bg.png");
        position: relative;
        width: 23rem;
        height: 4.5rem;
        flex-wrap: wrap;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        padding: 0.5rem 0.2rem;
    }
    .domain .topMes span{
        font-size: 1rem;
        padding-bottom: -0.1rem;
    }
    .title .h1 {
        margin: 0 auto;
        width: 17.5rem;
        height: 2.04rem;
        margin-top: 2.66rem;
    }
    .domain .content {
        padding: 20px 2.5%;
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .domain .content .sect {
        margin: 0 auto;
        width: 100%;
    }

    .domain .content .sect .list-title {
        margin: 1.4rem auto 0;
        width: 16.9rem;
        height: 1.56rem;
    }

    .list {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .list .item {
        padding: 15px 0;
        width: 45%;
        height: 10.32rem;
        margin: 0 0.3rem 0.625rem;
    }
    .list .item.x2 {
        margin-right: auto;
        transform: translateX(0.375rem);
    }

    .item .img {
        margin: 0 auto 0.25rem;
        width: 3.75rem;
        height: 3.75rem;
    }

    .item h3 {
        font-size: 0.72rem;
    }

    .item .button {
        width: 7.188rem;
        height: 1.875rem;
        font-size: 1rem;
        line-height: 1.875rem;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 320px) {
    html, body { font-size: 14px; }
}
