body{
    background-color: #fff;
}
.box_1200{
    max-width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

blockquote {
    font-style: italic;
    color: #868e96
}

input, textarea {
    font-family: inherit;
    color: #848797;
    outline: none
}

input[type="submit"] {
    cursor: pointer
}

textarea {
    padding: 1rem 0.75rem
}

header{
    min-height: 68px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    z-index: 999999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

header main .logo{
    display: flex;
    height: 60px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
}

header main .logo img{
    height: 100%;
}

header main nav{
    display: flex;
    align-items: center;
}

header main nav .menu{
    font-size: 30px;
    width: 40px;
    display: flex;
    display: none;
    justify-content: center;
    align-content: center;
}

header main nav ul.layui-nav{
    background-color: transparent;
    color: #333;
    padding: 0;
}

header main nav ul.layui-nav .layui-nav-item{
    line-height: 68px;
}

header main nav ul.layui-nav .layui-nav-item a{
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

header main nav ul.layui-nav .layui-nav-item a:hover,
header main nav ul.layui-nav .layui-this a{
    color: #3269ff;
    background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 96.32%);
}

header main nav ul.layui-nav .layui-this:after,
header main nav ul.layui-nav .layui-nav-bar{
    top: 0!important;
    background-color: #3269ff!important;
}

header nav-mobile{
    display: none;
}

header nav-mobile,
header nav-mobile .layui-nav.layui-nav-tree{
    width: 100%;
}

header nav-mobile .layui-nav{
    background-color: transparent;
    color: #333;
}

header nav-mobile .layui-nav .layui-nav-item a{
    color: #333;
}

header nav-mobile .layui-nav.layui-nav-tree .layui-nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav-mobile .layui-nav.layui-nav-tree .layui-nav-item a{
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
}

header nav-mobile .layui-nav.layui-nav-tree .layui-nav-child dd.layui-this,
header nav-mobile .layui-nav.layui-nav-tree .layui-nav-child dd.layui-this a,
header nav-mobile .layui-nav.layui-nav-tree .layui-this,
header nav-mobile .layui-nav.layui-nav-tree .layui-this>a,
header nav-mobile .layui-nav.layui-nav-tree .layui-this>a:hover,
header nav-mobile .layui-nav .layui-nav-item a:hover,
header nav-mobile .layui-nav .layui-this a{
    color: #3269ff;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    header{
        min-height: 88px;
    }
    header main .logo{
        width: auto;
        height: 68px;
    }
    header main nav .menu{
        display: flex;
    }
    header main nav ul.layui-nav{
        display: none;
    }
}

/*carousel*/
.carousel{
    margin-top: 68px;
    height: 732px!important;
}
.carousel > div > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .layui-carousel-ind ul{
    background-color: transparent;
}
.carousel .layui-carousel-ind ul li{
    width: 5px;
    height: 5px;
}
.carousel .layui-carousel-ind ul li.layui-this{
    width: 20px;
    height: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .carousel{
        margin-top: 88px;
        height: 267px!important;
    }
    .carousel > div > div img{
        
    }
}

/*about-playTime*/
.about-playTime{
    height: 539px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-playTime .pc{
    display: flex;
    width: 1200px;
}
.about-playTime .pc .fl{
    width: 600px;
    height: 379px;
    border-radius: 36px;
    overflow: hidden;
}
.about-playTime .pc .fl img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-playTime .pc .fr{
    flex: 1;
    margin-left: 48px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.about-playTime .pc .fr h2{
    display: inline-block;
    height: 42px;
    font-family: Geist;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}
.about-playTime .pc .fr p{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
}
.about-playTime .pc .fr a{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 280px;
    height: 80px;
    gap: 20px;
    border-radius: 999px;
    background-color: #3269FF;
    font-family: Geist;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}
.about-playTime .mobile{
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.about-playTime .mobile h2{
    font-family: Geist;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 30px;
}
.about-playTime .mobile .img{
    width: calc(100% - 30px);
    height: 216px;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 15px;
}
.about-playTime .mobile .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-playTime .mobile p{
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.about-playTime .mobile > a{
    width: 215px;
    height: 60px;
    gap: 20px;
    border-radius: 60px;
    background: #3269FF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-family: Geist;
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .about-playTime{
        height: auto;
        padding: 55px 15px;
    }
    .about-playTime .pc{
        display: none;
    }
    .about-playTime .mobile{
        display: flex;
    }
}

/*featured-article*/
.featured-article{
    height: 640px;
    background-image: url(./../img/no-load.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0; /* 默认背景色 */
    transition: background-image 0.3s;
    position: relative;
}
.featured-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.featured-article > .box{
    width: 1200px;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.featured-article > .box > .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 42px;
}
.featured-article > .box > .title h2{
    font-family: Geist;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
}
.featured-article > .box > .title > a{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.featured-article > .box > .title > a > i{
    margin-left: 15px;
}
.featured-article > .box > .list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    width: 100%;
    height: 410px;
    position: absolute;
    left: 0;
    top: 23%;
}
.featured-article > .box > .list > li{
    height: 100%;
    background: #00000099;
    border-radius: 28px;
    overflow: hidden;
}
.featured-article > .box > .list > li > .img{
    display: block;
    height: 240px;
    border-radius: 28px;
    overflow: hidden;
}
.featured-article > .box > .list > li > .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-article > .box > .list > li > .main{
    box-sizing: border-box;
    height: 170px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.featured-article > .box > .list > li > .main > .title{
    width: 100%;
    color: #fff;
}
.featured-article > .box > .list > li > .main > .title > h3{
    font-family: Geist;
    font-weight: 600;
    font-size: 20px;
}
.featured-article > .box > .list > li > .main > .title > p{
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-article > .box > .list > li > .main > .info{
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.featured-article > .box > .list > li > .main > .info img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.featured-article > .box > .list > li > .main > .info span{
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .featured-article{
        height: 1356px; 
    }
    .featured-article > .box{
        width: 100%;
    }
    .featured-article > .box > .title{
        height: 31px;
        top: 4%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .featured-article > .box > .title > h2{
        font-size: 24px;
    }
    .featured-article > .box > .title > a > i{
        display: none;
    }
    .featured-article > .box > .title > a{
        font-size: 14px;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
        text-decoration-skip-ink: auto;
    }
    .featured-article > .box > .list{
        height: 1201px;
        top: 8%;
        grid-template-columns: unset;
        grid-template-rows: 1fr 1fr 1fr;
        grid-row-gap: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .featured-article > .box > .list > li > .img{
        height: 217px;
    }
}

/*hear-from-our-clients*/
.hear-from-our-clients{
    height: 686px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.hear-from-our-clients > .box{
    width: 1200px;
    position: relative;
}
.hear-from-our-clients > .box > .title{
    position: absolute;
    width: 100%;
    height: 74px;
    gap: 16px;
    top: 10%;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.hear-from-our-clients > .box > .title > h2{
    font-family: Geist;
    font-weight: 700;
    font-size: 32px;
    line-height: 109.00000000000001%;
}
.hear-from-our-clients > .box > .title > p{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.hear-from-our-clients > .box > .carousel1{
    position: absolute;
    width: 838px;
    height: 276px;
    top: 30%;
    left: 0;
    border-radius: 28px;
    padding: 28px;
    background: #F9FBFF;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.hear-from-our-clients > .box > .carousel1.layui-carousel>[carousel-item]>*{
    background-color: transparent;
}
.hear-from-our-clients > .box > .carousel1.layui-carousel>[carousel-item]:before{
    display: none!important;
}
.hear-from-our-clients > .box > .carousel1 .list .content{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.hear-from-our-clients > .box > .carousel1 .list .info{
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.hear-from-our-clients > .box > .carousel1 .list .info img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.hear-from-our-clients > .box > .carousel1 .layui-carousel-arrow{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #666;
    color: #666;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.hear-from-our-clients > .box > .carousel1 .layui-carousel-ind{
    top: -13%;
}
.hear-from-our-clients > .box > .carousel1 .layui-carousel-ind ul{
    background-color: transparent;
}
.hear-from-our-clients > .box > .carousel1 .layui-carousel-ind ul li{
    background-color: #999;
}
.hear-from-our-clients > .box > .carousel1 .layui-carousel-ind ul li.layui-this{
    background-color: #222;
}
.hear-from-our-clients > .box > .carousel1.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    top: 85%;
    left: 40%;
}
.hear-from-our-clients > .box > .carousel1.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: 40%;
}
.hear-from-our-clients > .box > a{
    
    width: 360px;
    height: 80px;
    gap: 16px;
    border-radius: 60px;
    background: #3269FF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-family: Geist;
    font-weight: 700;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    border-radius: 500px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .hear-from-our-clients{
        height: 610px;
    }
    .hear-from-our-clients > .box{
        width: 100%;
    }
    .hear-from-our-clients > .box > .title > h2{
        font-size: 24px;
    }
    .hear-from-our-clients > .box > .title > p{
        font-size: 15px;
    }
    .hear-from-our-clients > .box > .title{
        padding: 0 20px;
        height: 122px;
        justify-content: space-between;
        top: 8%
    }
    .hear-from-our-clients > .box > .carousel1{
        width: calc(100% - 40px)!important;
        height: 284px!important;
    }
    .hear-from-our-clients > .box > .carousel1 .layui-carousel-ind{
        top: -8%;
    }
    .hear-from-our-clients > .box > .carousel1.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
        top: 90%;
        left: 25%;
    }
    .hear-from-our-clients > .box > .carousel1.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
        right: 25%;
    }
    .hear-from-our-clients > .box > .carousel1 .list .info{
        margin-top: 30px;
    }
    .hear-from-our-clients > .box > a{
        width: 299px;
        height: 60px;
        top: 78%;
        font-size: 20px;
    }
}

/*game-providers*/
.game-providers{
    background-image: url(./../img/no-load.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0; /* 默认背景色 */
    transition: background-image 0.3s;
    position: relative;
    height: 576px;
}
.game-providers::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.game-providers > .box{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.game-providers > .box > .title-box{
    position: absolute;
    height: 144px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.game-providers > .box > .title-box > .title{
    height: 74px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.game-providers > .box > .title-box > .title > h2{
    font-family: Geist;
    font-weight: 700;
    font-size: 32px;
    line-height: 109.00000000000001%;
}
.game-providers > .box > .title-box > .title > p{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
}
.game-providers > .box > .title-box > .list{
    width: 700px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    box-sizing: border-box;
}
.game-providers > .box > .title-box > .list li{
    width: 70px;
    height: 30px;
}
.game-providers > .box > .title-box > .list li img{
    width: 100%;
    height: 100%;
}
.game-providers > .box > .content{
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    top: 48%;
    box-sizing: border-box;
}
.game-providers > .box > a{
    width: 280px;
    height: 80px;
    gap: 16px;
    border-radius: 60px;
    background: #3269FF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-family: Geist;
    font-weight: 700;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    border-radius: 500px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .game-providers{
        height: 675px;
    }
    .game-providers > .box{
        width: 100%;
    }
    .game-providers > .box > .title-box{
        width: 100%;
        height: 279px;
        top: 10%;
    }
    .game-providers > .box > .title-box > .title{
        padding: 0 20px;
        height: 99px;
    }
    .game-providers > .box > .title-box > .title > h2{
        font-size: 28px;
    }
    .game-providers > .box > .title-box > .title > p{
        font-size: 16px;
    }
    .game-providers > .box > .title-box > .list{
        width: 100%;
        height: auto;
        padding: 0 40px;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px 10px;
        bottom: unset;
        margin-top: 4.5%;
    }
    .game-providers > .box > .title-box > .list li{
        width: 100%;
        height: 100%;
    }
    .game-providers > .box > .content{
        font-size: 14px;
        line-height: 28px;
        top: 58%;
        padding: 0 20px;
        word-break: break-all;
    }
    .game-providers > .box > a{
        width: 215px;
        height: 60px;
        font-size: 20px;
        top: 82%;
    }
}

/*footer*/
footer{
    height: 447.67px;
    background: #F9FBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .social-platform a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 30px;
}
footer .social-platform a:first-child{
    margin-left: 0;
}
footer .social-platform img{
    width: 100%;
    height: 100%;
}
footer .contact{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
footer .contact span{
    display: flex;
    align-items: center;
}
footer .contact span + span{
    margin-left: 40px;
}
footer .contact span > img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
footer .contact span > span{
    
}
footer .footinfo{
    margin-top: 30px;
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: center;
}

.banner{
    margin-top: 68px;
    height: 732px!important;
    background-image: url(./../img/no-load.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
    transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
    .banner{
        margin-top: 88px;
        height: 267px!important;
    }
}

.sort-list{
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.sort-list > .box{
    width: 1200px;
    margin: 100px 0;
}
.sort-list > .box > ul{
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 28px;
}
.sort-list > .box > ul > li{
    height: 366px;
    background: #F9FBFF;
    border-radius: 28px;
    overflow: hidden;
}
.sort-list > .box > ul > li > a{
    display: block;
}
.sort-list > .box > ul > li > a > div.img{
    height: 240px;
    border-radius: 28px;
    overflow: hidden;
}
.sort-list > .box > ul > li > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sort-list > .box > ul > li > a > div.info{
    height: 126px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
}
.sort-list > .box > ul > li > a > div.info h3{
    font-family: Geist;
    font-weight: 600;
    font-size: 20px;
}
.sort-list > .box > ul > li > a > div.info p{
    margin-top: 8px;
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .sort-list > .box{
        width: calc(100% - 30px);
        margin: 50px 0;
    }
    .sort-list > .box > ul{
        grid-template-columns: 1fr;
    }
}

.sort-list-news{
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.sort-list-news > .box{
    width: 1200px;
    margin: 100px 0;
}
.sort-list-news > .box > ul{
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
}
.sort-list-news > .box > ul > li{
    display: flex;
    height: 251px;
}
.sort-list-news > .box > ul > li > div.img{
    width: 396px;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
}
.sort-list-news > .box > ul > li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sort-list-news > .box > ul > li > div.info{
    flex: 1;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sort-list-news > .box > ul > li > div.info h3{
    font-family: Geist;
    font-weight: 600;
    font-size: 20px;
}
.sort-list-news > .box > ul > li > div.info p{
    margin-top: 8px;
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sort-list-news > .box > ul > li > div.info > .main{
    display: block;
}
.sort-list-news > .box > ul > li > div.info > .main > .info{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.sort-list-news > .box > ul > li > div.info > .main > .info img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.sort-list-news > .box > ul > li > div.info > .main > .info > span{
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.sort-list-news > .box > ul > li > div.info > .more{
    display: inline-block;
    width: 200px;
    height: 64px;
    background: #3269FF0D;
    border-radius: 999px;
    border-width: 2px;
    border: 2px solid #3269FF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3269FF;
    font-size: 24px;
}
.sort-list-news > .box > ul > li > div.info > .more > i{
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .sort-list-news > .box{
        width: calc(100% - 30px);
        margin: 50px 0;
    }
    .sort-list-news > .box > ul{
        grid-template-columns: 1fr;
    }
    .sort-list-news > .box > ul > li{
        height: 400px;
        flex-direction: column;
    }
    .sort-list-news > .box > ul > li > div.img{
        width: 100%;
    }
    .sort-list-news > .box > ul > li > div.info{
        margin-top: 20px;
        padding: 0;
    }
    .sort-list-news > .box > ul > li > div.info > .more{
        display: none;
    }
    .sort-list-news > .box > ul{
        grid-gap: 25px;
    }
}

.page_about{
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.page_about > .box{
    width: 1200px;
    padding: 100px 0;
}
.page_about > .box .layui-timeline-item:before{
    left: 15px;
}
.page_about > .box .layui-timeline{
    margin-top: 30px;
}
.page_about > .box .layui-timeline .layui-timeline-item .yuanquan{
    background: #3269FF1A;
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.page_about > .box .layui-timeline .layui-timeline-item .yuanquan:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 7.75px;
    left: 8px;
    background: #3269FF;
    border-radius: 100%;
}
.page_about > .box .layui-timeline .layui-timeline-item .layui-timeline-content{
    display: flex;
    padding-left: 40px;
}
.page_about > .box .layui-timeline .layui-timeline-item .message{
    width: 86.5995864868164px;
    height: 41.8984375px;
    background-image: url(./../img/shijianzhou-message.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-indent: 10%;
    margin-left: 10px;
}
.page_about > .box .layui-timeline .layui-timeline-item .info{
    margin-left: 100px;
}
.page_about > .box .layui-timeline .layui-timeline-item .info li h3,
.page_about > .box .layui-timeline .layui-timeline-item .layui-timeline-content.layui-text ul li{
    margin: 0;
}
.page_about > .box .layui-timeline .layui-timeline-item .info > li:first-child::marker{
    display: block;
    font-size: 24px;
    color: #999;
}
.page_about > .box .layui-timeline .layui-timeline-item .info > li:first-child h3{
    font-size: 20px;
}
.page_about > .box .layui-timeline .layui-timeline-item .info > li ul li{
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .page_about > .box{
        width: calc(100% - 20px);
    }
    .page_about > .box .layui-timeline .layui-timeline-item .layui-timeline-content{
        flex-direction: column;
    }
    .page_about > .box .layui-timeline .layui-timeline-item .info{
        margin-left: 0;
    }
}

article.container{
    width: 1200px;
    margin: 68px auto 0;
}
article.container p{
    line-height: 2;
    margin: 30px 0;
}
article.container .log-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.75rem;
    padding-top: 30px;
}
article.container.log-con .date {
    font-size: small;
    margin-bottom: 0px;
}
article.container.log-con p {
    margin-top: 0;
    margin-bottom: 16px;
}
article.container .date {
    margin: 0;
    text-align: center;
    color: #7f7f7f;
}
article.container .date a{
    color: #7f7f7f;
}
article.container .m-r-5 {
    margin-right: 5px;
}
article.container .bottom-5 {
    margin-bottom: 1.5rem !important;
}
article.container .neighbor-log {
    overflow: hidden;
    margin-block: 20px;
}
article.container .neighbor-log .prev-log {
    margin: 3px 0;
    float: left;
    padding: 4px 8px 4px 8px;
    font-size: small;
    border: 1px solid var(--borderColor);
    border-radius: 0.5rem;
}
article.container .neighbor-log .next-log {
    margin: 3px 0;
    float: right;
    padding: 4px 8px 4px 8px;
    font-size: small;
    border: 1px solid var(--borderColor);
    border-radius: 0.5rem;
}
article.container .neighbor-log a > span{
    font-size: 26px;
}
@media screen and (max-width: 768px){
    article.container{
        width: calc(100% - 20px);
        margin-top: 88px;
    }
}

:root {
    --marRadius: 5px;
    --conBgcolor: #ffffff;
    --bodyBground: #f5f5f6;
    --fontColor: #5a5c69;
    --aColor: #333333;
    --aHoverColor: #f6607d;
    --lightColor: #757575;
    --inputBgColor: #ffffff;
    --inputBorderColor: #cccccc;
    --inputTextColor: #333333;
    --buttonBgColor: #cccccc;
    --buttonTextColor: #ffffff;
    --buttonBorderColor: #cccccc;
    --selectBgColor: #ffffff;
    --selectBorderColor: #cccccc;
    --selectTextColor: #333333;
    --dividerColor: #e0e0e0;
    --borderColor: #00000019;
}

/* 评论样式
---------------------------------------------------*/
/* 发表评论表单样式 */
@media (min-width: 768px) {
    .commentform {
        height: 210px
    }
}

#comments {
    margin-top: 80px;
}

#comments *{
    box-sizing: border-box;
}

.comment-name {
    float: left;
    border-bottom-left-radius: 10px !important
}

.comment-mail {
    border-right: 1px var(--borderColor) solid !important;
    border-bottom-right-radius: 10px !important
}

.form-controls {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--borderColor);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-in-out
}

.comment-info {
    width: auto
}

.com_control {
    display: block;
    border-radius: 0px;
    border: 1px var(--borderColor) solid;
    border-right: 0px;
    height: 50px
}

/* 评论处的输入框提示，居中、隐藏 */
.com_control:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.com_control::-webkit-input-placeholder {
    color: rgba(116, 116, 116, 0.336)
}

@media (min-width: 578px) {
    .com_control::-webkit-input-placeholder {
        text-align: center
    }
}

.comment-header {
    margin-block: 30px;
    height: 0
}

.comment-post {
    clear: both
}

.comment-post p {
    margin: 5px 0px
}

.comment-post small {
    font-size: 12px;
    color: #999
}

.comment-post input {
    padding: 7px 40px;
    font-size: small;
    color: #848797;
    width: 50%
}

.comment-post #comment {
    width: 100%;
    border: 1px var(--borderColor) solid;
    font-size: small;
    border-radius: 10px;
    height: 130px;
    resize: none
}

.comment-post #comment_submit {
    width: 150px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px;
    float: right;
    margin-right: 1px;
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    padding: 7px 10px;
    justify-content: center
}

.comment-post #comment_submit:hover {
    cursor: pointer;
    color: var(--inputTextColor);
    background-color: var(--buttonBgColor);
}

.comment-post .input {
    width: 100px
}

.comment {
    margin: 10px 0;
    padding: 10px 0px;
    font-size: medium;
    overflow: hidden;
    color: #333
}

.comment span {
    color: var(--fontColor);
}

.comment .comment-time {
    color: #999999;
    display: inline;
    font-size: 10px
}

.comment .avatar {
    float: left;
    margin: 5px 4px
}

.comment .comment-infos {
    background: var(--bodyBground);
    padding: 12px 12px 5px;
    border-radius: var(--marRadius);
    margin-top: 9px;
    margin-left: 58px;
    color: var(--fontColor);
}

.comment .comment-infos-unGravatar {
    padding: 5px
}

.com-bottom {
    margin-bottom: 80px;
}

/* 评论列表中指向评论者头像的箭头 */
.arrow {
    position: absolute;
    margin-top: 3px;
    margin-left: -34px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent var(--bodyBground) transparent transparent
}

.comment .comment-content {
    margin: 8px 0 0 0;
    word-break: break-word;
    color: var(--fontColor);
}

.comment .comment-reply {
    float: right;
    font-size: 12px;
    cursor: pointer;
    margin-top: -15px
}

.comment .comment-reply:hover {
    text-decoration: underline
}

.comment-children {
    margin: 20px 10px 10px 20px;
    clear: both;
    border: none;
    padding: 0
}

.comment .comment-post {
    width: 90%;
    margin: 15px auto
}

.comment-info {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -8px;
    white-space: nowrap
}

/* 边栏处的最新评论信息margin-top应该是0 */
.unstyle-li .comment-info {
    margin-top: 4px
}

.cancel-reply {
    font-size: large
}

/* 评论人的头像 */
.avatar img {
    width: 40px;
    height: 40px;
    margin-top: 9px;
    margin-right: 4px;
    border-radius: 50%
}

.unstyle-li input[type="submit"] {
    background-color: var(--inputBorderColor);
    color: var(--buttonTextColor);
    margin-left: -25px;
    height: 39px;
    width: 55px;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding: 0
}

footer .logo{
    margin-top: 30px;
}

footer .logo img{
    height: 6vw;
}
footer .logo img + img{
    margin-left: 20px;
}
@media (max-width: 768px){
    footer .logo img{
        width: 40vw;
        height: auto;
    }
}