.banner {
    background: url('https://game.chizhoushengnuo.cn/windowsPc/banner.png');
    background-position: top center;
    height: 640px;
    color: #FFFFFF;
}

.banner .banner-title {
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.banner-info {
    background: #101E3A;
    border-radius: 24px;
    display: flex;
    justify-content: space-around;
    padding: 10px 16px;
    gap: 20px;
    width: fit-content;
    margin-top: 30px;
}

.banner-info div {
    display: flex;
    gap: 6px;
    align-items: center;
    line-height: 22px;
}

.title {
    margin-top: 80px;
    display: flex;
    gap: 40px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.title span {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    font-weight: 600;
}

.title>div {
    display: flex;
    align-items: center;
}

.title .line {
    width: 206px;
    height: 1px;
}

.title .left .line {
    background: linear-gradient(to right, #FFFFFF 0%, #78849A 100%);
}

.title .right .line {
    background: linear-gradient(to left, #FFFFFF 0%, #78849A 100%);
}

.title .dash {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #848FA3;
}

.title-info {
    color: #222222;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 872px;
}

.product {
    width: 380px;
    height: 595px;
    background: #FFFFFF;
    border: 1px solid rgba(245, 247, 250, 1);
    box-shadow: 0px 12px 40px 0px rgba(92, 120, 219, 0.08);
    border-radius: 4px;
    overflow: hidden; 
    text-align: center;
    padding-top: 10px;
    margin: 10px;
    border-radius: 30px;
}

.product img {
    width: 340px;
    height: 300px;
    margin: 5px;
    border-radius: 15px;
    padding-top: 5px;
}

.product-list {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    margin: auto;
    margin-top: 40px;
}



.product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-name {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #78849A;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    text-align: left;
}

.product .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .price span {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #2C68FF;
    font-weight: 600;
    margin-left: 75px;
}

.product .price del {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #808080;
    margin-right: 75px;
}

.product .btn {
    height: 46px;
}

.compare-banner {
    margin-top: 80px;
    background: url('https://game.chizhoushengnuo.cn/windowsPc/bijiaobg.png');
    background-position: top center;
    height: 1296px;
    display: flex;
    flex-direction: column;
}

.compare-info {
    background: rgba(255, 255, 255, 0.70);
    border-radius: 2px;
    margin-top: 40px;
}

.compare-info .col-line {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.compare-info .col-line i {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #FFFFFF 0%, #D0E4FF 2%, #D0E4FF 98%, #FFFFFF 100%);
}

.compare-info .col-line div:first-child {
    flex: auto;
}

.compare-info .col-line div:not(:first-child) {
    width: 277px;
}

.compare-info .info {
    position: relative;
    display: flex;
    flex-direction: column;
}

.compare-info .info>div:not(.info-head) {
    border-top: 1px solid;
    border-image: linear-gradient(to right, #FFFFFF 0%, #D0E4FF 2%, #D0E4FF 98%, #FFFFFF 100%) 1;
}

.compare-info .info img {
    width: 40px;
    height: 40px;
}

.compare-info .info>div {
    display: flex;
    gap: 1px;
}

.compare-info .info .info-head>div {
    color: #2C68FF;
    align-items: center;
    line-height: 28px;
    font-weight: 600;
}

.compare-info .info>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    height: 95px;
}

.compare-info .info>div>div:first-child {
    flex: auto;
    width: min-content;
    padding: 0 9.5px;
}

.compare-info .info>div>div:not(:first-child) {
    align-items: center;
    width: 277px;
}

.compare-info .info>div>div:first-child p {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 25px;
}

.compare-info .info>div>div:first-child span {
    font-size: 14px;
    color: #78849A;
    line-height: 20px;
    margin-top: 10px;
}

.bg {
    margin-top: 80px;
    background: url('https://game.chizhoushengnuo.cn/windowsPc/bg.png');
    background-position: top center;
    height: 623px;
    display: flex;
}

.more-detail {
    margin-top: 49px;
    height: 522px;
    color: #FFFFFF;
}

.more-detail ul {
    background: #161831;
    padding: 16px 10px;
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more-detail ul li {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.more-detail ul li.active {
    background: #2C68FF;
}

.more-detail .info {
    margin: 50px 80px 46px;  
    scrollbar-width: none;
}

.more-detail .info>h5 {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    font-weight: 600;
}

.more-detail .info>div {
    margin-top: 30px;
    opacity: 0.65;
    line-height: 22px;
}

.more-detail .info>i {
    margin: 41.5px 0 28.5px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #454869;
}

footer {
    background: url('https://game.chizhoushengnuo.cn/windowsPc/footer.png');
    background-position: top center;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

footer .logo {
    display: flex;
    gap: 4px;
    padding: 5px;
    background: #FFFFFF;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
}

footer .logo div {
    width: 18px;
    height: 18px;
}