body {
    width: 100%;
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

div {
    user-select: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul, li {
    list-style: none;
}

.img-block {
    width: 100%;
    /*height: 180px;*/
    display: block;
}

.swiper-box {
    width: 63%;
}

.swiper-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.top-nav-bar {
    width: 65%;
    height: 44px;
    align-items: center;
    background-color: #FA4242;
    font-size: 16px;
    color: #ffffff;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}

.top-nav-icon {
    width: 20px;
    height: 20px;
    z-index: 1000;
}

.top-nav-text {
    font-size: 12px;
    z-index: 1000;
}

.top-nav-title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 100;
}

.red-bg-wrap {
    width: 100%;
    align-items: center;
    background-color: #EBFCCC;
    height: 100vh;
    overflow-x: hidden;
}

.red-bg {
    width: 150%;
    height: 180px;
    background-color: #FA4242;
    border-radius: 0 0 50% 50%;

}

.router-wrap {
    width: 100%;
    /*background-color: #0e4379;*/
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.router-item-wrap {
    width: 25%;
    align-items: center;
    font-size: 13px;
    margin-bottom: 3%;
}

.router-icon {
    width: 50%;
    display: block;
    margin-bottom: 5%;
}

.middle-router-btn {
    width: 63%;
    align-items: center;
    justify-content: space-between;
    margin-top: 1%;
}

.tag-wrap {
    width: 63%;
    align-items: center;
    margin-top: 2%;
}

.tag-item {
    width: 17%;
    align-items: center;
    font-size: 14px;
    margin-right: 7%;
    height: 40px;
}

.font-weight {
    font-weight: bold;
}


.news-item-wrap {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2%;
    height: 70px;
}

.news-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-subtitle {
    color: #909399;
    align-items: center;
}

.news-subtitle div {
    font-size: 10px;
    height: 15px;
    line-height: 15px;
}

.news-img {
    width: 25%;
    height: 100%;
    border-radius: 4px;
}

.news-text-wrap {
    width: 72%;
    height: 100%;
    justify-content: space-between;
}

.page-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: center;
}

.modal-block {
    width: 70%;
    height: 60%;
    background-image: url("../image/long_20260417.png");
    background-size: 100% 100%;
    border-radius: 6px;
    margin-top: 40%;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.bottom-btn {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: radial-gradient(#5EA564, #315B36);
    font-size: 18px;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}


.close-btn-block {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.bottom-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-top: 0.01rem solid #DFDFDF;
    align-items: center;
    justify-content: space-around;
}

.bottom-nav-bar-item {
    font-size: 10px;
    align-items: center;
}

.bottom-nav-bar-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
}

.common-block {
    width: 63%;
    /*background-color: #ffffff;*/
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    align-items: center;
}

.common-block-top {
    width: 100%;
    height: 35px;
    /*background: #FFF3E2;*/
    align-items: center;
    justify-content: space-between;
}

.common-block-top-title {
    color: #DB1A16;
    font-size: 16px;
}

.show-more {
    margin-right: 15px;
    color: #303133;
    font-size: 16px;
}

.news-wrap {
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
}

.news-content {
    width: 95%;
    font-size: 16px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-border {
    width: 95%;
    border-bottom: 1px solid #DFDFDF;
    margin-top: 8px;
}

.common-red-line {
    width: 4px;
    height: 17px;
    background: #DB1A16;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    margin-left: 15px;
    margin-right: 5px;
}

.video-wrap {
    width: 100%;
    height: 280px;
}

.map-wrap {
    width: 100%;
    height: 250px;
}

.score-center-wrap {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 0px;
    bottom: 80px;
    z-index: 2000;
}

.tabbar-content {
    border: 1px solid #ffffff;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    left: 0px;
    justify-content: space-around;
    align-items: center;
}

.tabbar-wrap {
    align-items: center;
}

.icon-img {
    width: 30px;
    height: 30px;
}

.tabber-text-select {
    font-size: 14px;
    color: #F85E50;
}

.tabber-text {
    font-size: 14px;
}

.tabbar-middle-wrap {
    align-items: center;
    height: 140px;
}

.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.logo-block {
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: #ffffff;
    margin-bottom: 5px;
    z-index: -3000;
}

.big-logo {
    border-radius: 40px;
    width: 60px;
    height: 60px;
}

.news-bg {
    background: url('../image/newsBg.png');
    background-size: 107% 113%;
    background-repeat: no-repeat;
    background-position: -15px -15px;
}

.flower-wrap{
    width: 35%;
    position: absolute;
    bottom: 6%;
    left: 16%;
}
