body {
    background: #FFF1F1;
}

#app {
    position: relative;
}

.top-color {
    width: 100%;
    height: 1.2rem;
    background: rgba(243, 41, 41, 0.8);
}

.home-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF1F1;
    box-sizing: border-box;
    border-radius: 0.32rem 0.32rem 0 0;
    top: -0.25rem;
    padding: 0.32rem;
}
/*顶部logo*/
.home-container .top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-container .top-header .logo {
    width: 4.23rem;
    height: 0.56rem;
}

.home-container .top-header .set {
    width: 1.36rem;
    height: 0.56rem;
    text-align: right;
}

.home-container .top-header .set img {
    width: 0.56rem;
    height: 0.56rem;
}
/*导航*/
.nav-box .nav-list::-webkit-scrollbar {
    width: 0; /* 隐藏滚动条 */
}

.nav-box {
    margin-top: 0.15rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}
.nav-box .nav-list {
    height: 1.3rem;
    overflow-x: auto;  /*设置横向滚动*/
    white-space: nowrap; /*去掉换行*/
    display: flex; /*设置为弹性布局*/
}

.nav-box .nav-list .item {
    margin-right: 0.48rem;
    float: left;
}

.nav-box .nav-list .item:last-child {
    margin-right: 0;
}

.nav-box .nav-list .item .links {
    display: flex;
    flex-direction: column;
    font-size: 0.32rem;
    font-family: MiSans-Normal, MiSans;
    font-weight: 400;
    color: #333333;
}

.nav_current {
    font-family: MiSans-Demibold, MiSans !important;
    font-weight: 600 !important;
    color: #F32828 !important;
}

.nav-box .nav-list .item .nav_current i {
    display: inline-block;
    width: 0.32rem;
    height: 0.1rem;
    border-bottom: 3px solid #F32828;
    position: relative;
    top: -9px;
    left: 8px;
}

/*轮播图*/
.home-container .lunbo-box {
    width: 100%;
    height: 3.84rem;
    padding-top: 0.32rem;
}

.home-container .lunbo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-container .lunbo-box .swiper-container {
    height: 3.84rem;
    border-radius: 5px;
}

.home-container .lunbo-box .swiper-container .swiper-wrapper-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);

}

.home-container .lunbo-box .swiper-container .swiper-wrapper-bottom span {
    display: block;
    width: 60%;
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    text-align: left;
}

.home-container .lunbo-box .swiper-container .swiper1-pagination {
    left: unset !important;
    bottom: 0.35rem !important;
    right: 0.3rem !important;
    width: 25% !important;
}

.home-container .lunbo-box .swiper-container .swiper1-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.6 !important;
    width: 0.08rem;
    height: 0.08rem;
}

.home-container .lunbo-box .swiper-container .swiper1-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 0.32rem;
    height: 0.08rem;
    border-radius: 4px;
}

/*菜单列表*/
.menu-box {
    position: relative;
    width: 6.86rem;
    height: 4.46rem;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 0.24rem;
}

.menu-box .menu-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.menu-box .menu-ul .item {
    flex-basis: 25%;
    text-align: center;
    margin-top: 0.4rem;
}

.menu-box .menu-ul .item:nth-last-child(2) {
    margin-left: 0.8rem;
    margin-right: 0.9rem;
}

.menu-box .menu-ul .item .links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-box .menu-ul .item img {
    width: 0.88rem;
    height: 1.1rem;
}

.menu-box .menu-ul .item .text {
    padding-right: 0.15rem;
    padding-top: 0.16rem;
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}

/*6个轮播*/
/*轮播图底部swiper6张图片滑动*/
.lunbo-swiper-bottom {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 0.4rem;
}

.lunbo-swiper-bottom .swiper-container {
    position: relative;
    overflow: hidden;
}

.lunbo-swiper-bottom .swiper-container .swiper-wrapper {
    width: 100%;
    height: 1.2rem;
}

.lunbo-swiper-bottom .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 1.2rem;
}

.lunbo-swiper-bottom .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.lunbo-swiper-bottom .swiper-container .swiper2-pagination {
    left: unset !important;
    bottom: 0.15rem !important;
    right: 0.15rem !important;
    width: 27% !important;
}

.lunbo-swiper-bottom .swiper-container .swiper2-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.6 !important;
    width: 0.08rem;
    height: 0.08rem;
}

.lunbo-swiper-bottom .swiper-container .swiper2-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 0.32rem;
    height: 0.08rem;
    border-radius: 4px;
}

/*节日*/
.jieri-container {
    margin-top: 0.4rem;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
}

.jieri-container .links {
    display: inline-block;
    width: 1.36rem;
    height: 1.36rem;
    padding: 0.28rem 0;
}

.jieri-container .links img {
    width: 100%;
    height: 100%;
}

.yaowen-box {
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
}

.yaowen-box .com-title-line .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    border-bottom: 0.03rem solid  #e8e8e8;
    cursor: default !important;
    margin-top: 0.24rem;
}

.yaowen-box .com-title-line .title a {
    font-size: 12px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}

.yaowen-box .com-title-line .title span {
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    border-bottom: 0.03rem solid #F32828;
    color: #115ab1;
    font-size: 0.4rem;
    font-weight: 700;
    font-family: '微软雅黑';
}

.yaowen-box .com-title-line .title span img {
    height: 0.5rem;
    width: 0.5rem;
    vertical-align: sub;
}

/*栏目列表*/
.column-box .column-wrapper {
    background: #FFFFFF;
    border-radius: 8px;
}

.column-box .column-wrapper .column-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 0.24rem;
    padding: 0.32rem;
    padding-bottom: 0.08rem;
}

.column-box .column-wrapper .column-title .column-title-text, .column-box .column-wrapper .column-title .column-more-text{
    display: flex;
    align-items: center;
}

.column-box .column-wrapper .column-title .column-title-text img {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    padding-right: 0.16rem;
}

.column-box .column-wrapper .column-title .column-title-text .title-links {
    font-size: 0.38rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #FF1515;
}

.column-box .column-wrapper .column-title .column-more-text i {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/more-icon.png") no-repeat center;
    background-size: 100% 100%;
}

.column-box .column-wrapper .column-title .column-more-text .more-links {
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}

.column-list-con {
    position: relative;
    padding: 0.32rem;
    padding-top: 0;
}

.column-list-con .common-lock-img .links {
    display: inline-block;
    width: 6.22rem;
    height: 4rem;
    position: relative;
    padding-top: 0.24rem;
}

.column-list-con .common-lock-img .links img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.column-list-con .common-lock-img .links span {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.32rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    width: 93.5%;
    height: 0.96rem;
    padding: 0.2rem;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column-list {

}

.column-list .links {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    padding: 0.18rem 0;
    border-bottom: 1px solid #DDDDDD;
}

.column-list .links:last-child {
    border-bottom: none;

}

.column-list .links .item-title {

}

.column-list .links .item-title .title-text {
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    line-height: 0.5rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

.column-box-list .links:first-child .item-title .title-text {
    font-size: 0.32rem;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FF1515;
}

.column-list .links .info {
    padding-top: 0.24rem;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}

.column-list .links .info .time {
    padding-left: 0.32rem;
}