
.banner,
.swiper-slide,
.swiper-slide img {
    width: 100%;
}


#slide {
    border-radius: 1.333vw;
}

.icon-list {
    background: #FFFFFF;
    box-shadow: 0vw 0vw 3.467vw 0vw rgba(181, 181, 181, 0.29);
    border-radius: 1.333vw;
    position: relative;
    padding-bottom: 6vw;
    margin: 3.333vw auto;
    padding-top: 2.933vw;
}

.icon-list ul {
    display: flex;
    flex-wrap: wrap;
}

.icon-list ul a {
    width: 25%;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 20vw;
    align-items: center;
}

.icon-list ul a p {
    margin-top: 1.333vw;
    color: #333333;
    font-size: 3.6vw;
}

.hot-news {
    display: flex;

    padding-top: 2vw;
    padding-bottom: 4.933vw;
    margin-bottom: 2vw;
}

.hot-news img {
    width: 7.867vw;
}

.hot-news ul::before {
    content: "";
    width: 0.267vw;
    display: block;
    height: 9.333vw;
    background: #F1F1F1;
    position: absolute;
    left: 2.667vw;
}

.hot-news ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding-left: 8vw;
    position: relative;
    height: 10vw;
    margin-left: 0;
}

.hot-news ul li {
    list-style: disc;
    font-size: 3.467vw;
}
.hot-news ul li a{
    color: #333333;
}
.countdown {
    background-image: url(/statics/images/mobile/index/index10.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 93.467vw;
    height: 13.333vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    padding-top: 0.933vw;
}

.countdown-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 2.667vw;
}

.countdown-text span {
    display: block;
    width: 5.6vw;
    height: 6.667vw;
    background: #FFF4F3;
    border-radius: 0.533vw;
    font-size: 3.733vw;
    font-weight: bold;
    text-align: center;
    color: #F15645;
    line-height: 6.667vw;
    margin: 0 0.8vw;
}

.countdown-text div {
    font-size: 3.733vw;
    font-weight: 400;
    color: #FFFFFF;
}

.time-axis {
    padding-top: 4.933vw;
}

.time-axis ul li a{
    
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    color: #333333;
}
.time-axis ul li {
    margin-bottom: 4.8vw;
    width: 81.6vw;
    height: 8.533vw;
    padding: 0 3.067vw;
    background: #F7F7FA;
    font-size: 3.2vw;
    font-weight: 400;
    color: #333333;
    line-height: 8.533vw;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.time-axis ul::before {
    display: block;
    content: "";
    width: 0.267vw;
    height: 61.333vw;
    background: #FFD8D4;
    position: absolute;
    left: 8.4vw;
}

.time-axis ul li::before {
    display: block;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: #FFFFFF;
    border: 0.533vw solid #E33820;
    border-radius: 50%;
    left: -6.667vw;
    position: absolute;
    top: 2.133vw;
}

.time-axis ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 4.8vw auto 0;
    width: 89.333vw;
}

.time-axis-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 93.333vw;
    margin: 0 auto;
    align-content: space-between;
}


.time-axis-img img {
    width: 45.333vw;
    margin-bottom: 2.8vw;
}

.trending-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.trending-list {
    width: 100%;
    margin-top: 2vw;
    padding-top: 4.8vw;
    padding-bottom: 6.667vw;
}


.trending-title p {
    display: flex;
    align-items: center;
    font-size: 3.733vw;
}


.trending-title .trending-title-sub {
    font-size: 2.933vw;
}

.trending-list-cont a {
    display: block;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.trending-list-cont a span {
    margin-right: 2vw;
    margin-left: 2.667vw;
}

.trending-list-cont a:nth-of-type(-n+3) span {
    color: #F3564B;
}

.trending-list-cont {
    width: 100%;
    height: 42.667vw;
    background: #FFFFFF;
    border-radius: 1.333vw;
    font-size: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-evenly;
}

.trending-list-wrap {
    border-radius: 1.333vw;
    padding: 2vw;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50.667vw;
    margin-right: 3.333vw;
}

.trending-list-box {
    display: flex;
    overflow-x: scroll;
    width: 93.333vw;
    margin: 0 auto;
}


.categorys-box-list>a>div {
    display: flex;
}
.categorys-box-list{display: none;}
.categorys-box-list>a>div>img {
    width: 30.667vw;
    height: 18.667vw;
    margin-right: 2.667vw;
}

.categorys-news-title {
    font-size: 3.733vw;
    color: #333333;
    line-height: 5.333vw;
}

.categorys-news-desc {
    font-size: 3.2vw;
    color: #ADADAD;
}
.introduction img {
    width: 100%;
}

.categorys-box-list ul li a,
.news-list-box ul li a {
    font-size: 3.467vw;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6.933vw;
    line-height: 6.933vw;
    width: 100%;
}

.categorys-box-list ul li,
.news-list-box ul li {
    display: flex;
    align-items: center;
}

.categorys-box-list ul li::before,
.news-list-box ul li::before {
    content: "";
    font-size: 3.467vw;
    display: inline-block;
    font-weight: bold;
    margin-right: 1.333vw;
    width: 0.8vw;
    height: 0.8vw;
    background: #FC6E2F;
    border-radius: 50%;
}

.categorys-box-list ul li a span,
.news-list-box ul li a span {
    color: #999999
    width: 15vw;
}

.categorys-box-list ul li a p, .news-list-box ul li a p{
    width: 80vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.categorys-more {
    width: 93.333vw;
    height: 9.333vw;
    background: #F4F4F4;
    border-radius: 1.333vw;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 3.2vw;
    line-height: 9.333vw;
    color: #545454;
}

.banner {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
}

.search-box {
    height: 10.667vw;
    background: #F2F2F2;
    margin: 1.333vw auto;
    display: flex;
    border-radius: 1.333vw;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.top-fixed .search-box select{
    width: 35%;
}
    
    .top-fixed {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    box-shadow: 0vw 0vw 7.2vw 0vw rgba(189,189,189,0.6);
    top: 0;
    left: 0;
}
.top-fixed .search-box-line{
    left: 32%;
    }
.search-box select,
.search-box input {
    color: #333333;
    background: #F2F2F2;
    border: none;
    font-size: 3.2vw;
    color: #333333;
}

.search-box select {
    width: 25%;
    text-align: center;
}

.search-box-line {
    width: 0.133vw;
    height: 5.867vw;
    background: #E0E0E0;
    display: inline-block;
    position: absolute;
    left: 25.5%;
    top: 25%;
}

.search-box input {
    width: 55%;
    text-indent: 5%;
}

.search-box .search-btn {
    width: 20%;
    padding: 0;
}

.search-box select::after {
    width: 0.133vw;
    height: 5.867vw;
    background: #E0E0E0;
}

.search-box select:focus,
.search-box input:focus {
    outline: none;
}

.icon-list .swiper-pagination-bullet-active {
    width: 4.933vw;
    display: block;
    height: 1.6vw;
    background: #F15645;
    border-radius: 0.8vw;
    opacity: 1;
}

.icon-list li img {
    width: 10vw;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 3.6vw;
    height: 1.6vw;
    display: inline-block;
    border-radius: 0.8vw;
    background: #f1f1f1;
    opacity: .2;
}

.icon-list .swiper-pagination {
    width: 6.933vw;
    bottom: 2.667vw;
    left: 50%;
    display: flex;
    margin-left: -3.467vw;
    background: #F1F1F1;
    border-radius: 0.8vw;
}

.trending-list>p {
    font-size: 4vw;
    color: #000000;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4.8vw;
    align-items: center;
}

.trending-list>p a,
.categorys-title a {
    font-size: 3.2vw;
    font-weight: normal;
    color: #999999;
}

.categorys,
.news-list {
    padding-top: 8.667vw;
}

.categorys-title h2::before {
    content: "";
    display: inline-block;
    width: 1.333vw;
    height: 5.333vw;
    margin-right: 1.333vw;
    background: #F15645;
}

.categorys-title h2 {
    font-size: 4.267vw;
    display: flex;
    align-items: center;
}

.categorys-title {

    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categorys-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 3.333vw;
    font-size: 3.467vw;
    color: #333333;
    height: 12vw;
    padding-bottom: 1.333vw;
    align-items: center;
}

.categorys .active,
.footer .active {
    font-weight: bold;
    color: #F15645;
    position: relative;
}

.categorys .active::after,
.footer .active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.067vw;
    background: #F15645;
    border-radius: 0.533vw;
    position: absolute;
    bottom: -2vw;
    left: 50%;
    margin-left: -50%;
}

.categorys-box-list ul,
.news-list-box ul {
    margin: 2.667vw 0;
}

.news-list-nav {
    font-size: 4vw;
    color: #333333;
    display: flex;
    width: 93.333vw;
    justify-content: space-between;
    margin-bottom: 2.667vw;
    align-items: flex-end;
}

.news-list .active {
    background: linear-gradient(#FFCFCA, #FFCFCA) no-repeat;
    background-position: 100% 4vw;
        font-weight: bold;

    font-size: 4.267vw;
}

.news-list {
    padding-bottom: 6.667vw;
}

