html,
body,
.app {
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
    min-width: 1080px;
}

.app {
    background: url(../images/index/page1/bg4.png);
    background-position: center center;
    background-size: 100% 100%;
}

/* 头部导航栏 */

.header-wrapper {
    width: 100%;
    /* height: 100px; */
    height: 84px;
    background-color: rgba(144, 144, 144, 0.5);
    /*background-color: #909090;
    opacity: 0.5;*/
    display: flex;
    justify-content: center;
}

.header-wrapper .header {
    opacity: 100%;
    /* min-width: 1200px; */
    min-width: 900px;
    max-width: 1400px;
    /* margin: 0 auto; */
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.header-wrapper .header .logo {
    height: 100%;
    display: flex;
    align-items: center;


    position: absolute;
    top: 0;
    left: 0;
}

.header-wrapper .header .logo .logo-icon {
    display: block;
    width: 253px;
}

.header-wrapper .header .nav-wrapper {
    margin-left: 240px;


    display: flex;
    height: 100%;
    flex: 1;
}

.header-wrapper .header .nav-wrapper .nav-item {
    text-align: center;
    flex-shrink: 0;
    /* width: 130px; */
    height: 110px;
    /* height: 84px; */
    width: 14%;
    max-width: 130px;
    cursor: pointer;
    position: relative;
}

.header-wrapper .header .nav-wrapper .nav-item.current {
    background-image: url(../images/index/page1/current-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    z-index: 100;

}

.header-wrapper .header .nav-wrapper .nav-item.current2 {
    background-image: url(../images/index/page1/current-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    z-index: 100;

}


.header-wrapper .header .nav-wrapper .nav-item .nav-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    /* margin-top: 17px; */
    margin-top: 18px;
}

.header-wrapper .header .nav-wrapper .nav-item .nav-text {
    /* font-size: 16px; */
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

/* 头部导航栏 end*/





/* 左上固定按钮 start */
.fixed-list {
    position: fixed;
    top: 61%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.fixed-list .fixed-item {
    display: block;
    width: 70px;
    height: 70px;
    background: #F7F7F7;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    border-bottom: 1px solid #ddd;
    padding-top: 16px;
    cursor: pointer;
    position: relative;
}

.fixed-list .fixed-item .item-img {
    display: block;
    width: 24px;
    height: 24px;
    transform: scale(2);
    margin: 0 auto;
}

.fixed-list .fixed-item .item-text {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #737781;
}

.fixed-list .fixed-item .msg-wrapper {
    padding: 10px;
    background-color: #F7F7F7;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1000;
    font-size: 14px;
    color: #333;
    display: none;
}

.fixed-list .fixed-item .msg-wrapper .msg-content {}

.fixed-list .fixed-item .msg-wrapper .msg-content .wechat-img {
    display: block;
    width: 150px;
    height: 150px;
}

.fixed-list .fixed-item .msg-wrapper::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #F7F7F7;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

/* 左上固定按钮 end */



/* 页面滚动 swiper */
.app .swiper-container.indexSwiper {
    width: 100%;
    height: calc(100% - 84px);
}

.app .swiper-container.indexSwiper .swiper-wrapper {}

.app .swiper-container.indexSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;

}

.app .swiper-container.indexSwiper .swiper-wrapper .slide-item::before {
    content: '滚动鼠标试试';
    line-height: 29px;
    display: block;
    position: absolute;
    bottom: calc(3% + 29px);
    left: 50%;
    transform: translateX(-50%);

    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.app .swiper-container.indexSwiper .swiper-wrapper .slide-item:last-child::before {
    content: '';
    line-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);

    font-size: 0;
    font-weight: 100;
    color: #FFFFFF;
}

.app .swiper-container.indexSwiper .swiper-wrapper .slide-item::after {
    content: '';
    display: block;
    width: 24px;
    height: 29px;
    background-image: url(../images/index/page1/icon-gundong.png);
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
}

.app .swiper-container.indexSwiper .swiper-wrapper .slide-item:last-child::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    background-image: none;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translateX(-0%);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 页面滚动 swiper end*/

.page {
    /* width: 714px; */


    min-width: 714px;
    max-width: 1000px;
    width: 76%;


    height: 370px;
    background-color: #fff;
    position: absolute;
    /* top: 25%; */
    /* top: 50%; */
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
}



/* page1 */
.page1 {
    /* width: 864px; */
    /* width: 714px; */

    min-width: 714px;
    max-width: 1000px;
    width: 76%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) scale(1.0);
    /*background-color: #fff;*/
}

.page1 .cate-wrapper {
    display: flex;
}

.page1 .cate-wrapper .cate-item {
    font-size: 18px;
    font-weight: 400;
    color: #464855;
    padding: 0 28px;
    opacity: 0.8;
    background: #F7F7F7;
}

.page1 .cate-wrapper .cate-item .item-text {
    padding: 4px 0;
}

.page1 .cate-wrapper .cate-item.current {
    background: #fff;
    opacity: 1;
}

.page1 .cate-wrapper .cate-item.current .item-text {
    border-bottom: 2px solid #4767A2;

}

.page1 .search-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
    /* padding-top: 32px;
    padding-bottom: 48px; */
    padding: 32px 28px 48px;
}

.page1 .search-wrapper .input-wrapper {
    /* width: 768px; */

    /* width: 640px;
    margin: 0 auto; */

    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #F7F7F7;
    box-shadow: 0px 3px 68px 0px rgba(199, 197, 193, 0.8);
}

.page1 .search-wrapper .input-wrapper .search-icon {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.page1 .search-wrapper .input-wrapper .input-str {
    flex: 1;
    height: 56px;
    border: none;
    outline: none;
    background-color: #fff;
    padding-left: 40px;
    font-size: 16px;
    /* color: #E3E7E8; */
}

.page1 .search-wrapper .input-wrapper .search-btn {
    /* width: 128px; */
    width: 18%;
    height: 56px;
    line-height: 56px;
    background-color: #00497E;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.page1 .search-wrapper .input-wrapper .light-search-btn {
    /* width: 128px; */
    width: 18%;

    height: 56px;
    line-height: 56px;
    background-color: #E2B45A;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.page1 .search-wrapper .line {
    /* width: 768px; */
    /* width: 640px; */

    width: 98%;
    height: 1px;
    margin: 0 auto;
    background-color: #ACACAC;
    margin-top: 24px;

}

.page1 .search-wrapper .notice-wrapper {
    /* width: 768px; */
    /* width: 640px; */

    width: 86%;
    height: 48px;
    background-color: #E2B45A;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    color: #fff;
}

.page1 .search-wrapper .notice-wrapper .left {
    flex-shrink: 0;
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #B99258 0%, #B47E43 100%);
    position: relative;
}

.page1 .search-wrapper .notice-wrapper .left::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 48px solid #E2B45A;
    border-left: 26px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page1 .search-wrapper .notice-wrapper .left .notice-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    margin-right: 6px;
}

.page1 .search-wrapper .notice-wrapper .left .notice-text {
    font-size: 18px;
}

.page1 .search-wrapper .notice-wrapper .right {
    /* width: 608px; */
    /* width: 480px; */

    flex: 1;
    max-width: 680px;
    overflow: hidden;

    padding: 0 20px;
    background: #E2B45A;
    position: relative;
    left: -1px;
    top: 0;
}

.page1 .search-wrapper .notice-wrapper .right .right-swiper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.page1 .search-wrapper .notice-wrapper .right .right-swiper .content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    left: 100%;
}

.page1 .search-wrapper .notice-wrapper .right .right-swiper .swiper-item {
    position: relative;
    padding-left: 24px;
    padding-right: 35px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

.page1 .search-wrapper .notice-wrapper .right .right-swiper .swiper-item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;


}

/* page1 end*/

/* page2 */
.page2 {
    display: flex;
    justify-content: center;
}

.page2 .content-item:nth-child(1) {
    border-right: 1px solid #E4E7EA;
}

.page2 .content-item {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.page2 .content-item .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.page2 .content-item .title-wrapper .title-text {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;

}
/*.box1 span:nth-child(1){
    color: #ffffff;
    !*border: 1px solid red;*!
}*/
.box1 span{
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    border: 1px solid #E2B45A;
    padding: 4px 14px;
    color: #E2B45A;
}
.box1 span:nth-child(1) {
    color: #ffffff;
}
.box1Curr{
    background-color: #E2B45A;
    color: #ffffff;
    padding: 6px 15px;
    color: white;
}

.page2 .content-item .title-wrapper .title-text :nth-child(2) {
    color: #E2B45A;
}

.page2 .content-item .title-wrapper .title-more {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    /* color: #C8B390; */
    color: #E2B45A;
}

.page2 .content-item .page2-swiper {
    /* width: 316px; */

    width: 100%;

    height: 181px;
    border: 1px solid #F1EFEB;
    padding: 3px;
}

.page2 .content-item .page2-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.page2 .content-item .page2-swiper .swiper-container .slide-img {
    display: block;
    width: 100%;
    height: 100%;
}

.page2 .content-item .page2-swiper .swiper-container .swiper-button-prev {
    background-image: url(../images/index/page2/prev-icon.png);
    background-size: 35%;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 40px;
    left: 0;
}

.page2 .content-item .page2-swiper .swiper-container .swiper-button-next {
    background-image: url(../images/index/page2/next-icon.png);
    background-size: 35%;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 40px;
    right: 0;
}

.page2 .content-item .reward {}

.page2 .content-item .reward .reward-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 3px;
}

.page2 .content-item .reward .reward-title .reward-title-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464855;
}

.page2 .content-item .reward .reward-title .reward-title-time {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #D9D9D9;
}

.page2 .content-item .reward .reward-content-text {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    height: 74px;
    overflow: hidden;
}

.page2 .content-item .report {}

.page2 .content-item .report .report-item {
    display: flex;
    /*justify-content: space-between;*/
}

.page2 .content-item .report .report-item:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.page2 .content-item .report .report-item:nth-child(2)::after {
    content: '';
    width: 357px;
    height: 1px;
    position: absolute;
    top: 105px;
    left: -20px;
    background-color: #E4E7EA;
}

.page2 .content-item .report .report-item .report-item-img {
    display: block;
    width: 127px;
    height: 72px;
}

.page2 .content-item .report .report-item .report-item-content {
    height: 72px;

    /* width: 190px; */
    flex: 1;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    line-height: 1.4;
}

.page2 .content-item .report .report-item .report-item-content .content-title {
    font-size: 13px;
    font-weight: 400;
    color: #464855;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 9px;
}

.page2 .content-item .report .report-item .report-item-content .content-desc {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    height: 34px;
    line-height: 17px;
    word-break: break-all;
    /*设置文字的换行方式*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*设置文字显示的行数是两行*/
    -webkit-box-orient: vertical;

    /* transform: scale(0.9); */
    padding-left: 9px;
}

.page2 .content-item .report .report-item .report-item-content .content-time {
    /* transform: scale(0.9); */
    font-size: 10px;
    font-family: Arial;
    font-weight: 400;
    color: #D9D9D9;
    text-align: right;
}

.page2 .content-item .report .notice-wrapper {}

.page2 .content-item .report .notice-wrapper .notice-item::before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    background-image: url(../images/index/page2/list-type.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.page2 .content-item .report .notice-wrapper .notice-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #E3E8ED;
    padding-bottom: 6px;
}

.page2 .content-item .report .notice-wrapper .notice-item:nth-child(2) {
    border: 0;
    margin-top: 4px;
}

.page2 .content-item .report .notice-wrapper .notice-item .notice-content {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #464855;
    width: 248px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.page2 .content-item .report .notice-wrapper .notice-item .notice-time {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #D9D9D9;
}


/* page2 end*/


/* page3*/
.page3 {
    padding: 12px 20px;
}

.page3 .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page3 .title-wrapper .title-text {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.page3 .title-wrapper .title-text span:nth-child(2) {
    color: #E2B45A;
}

.page3 .title-wrapper .title-enter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #E7E2D6;
    /* color:#C8B390; */
    border: 1px solid #E2B45A;
    color: #E2B45A;
    line-height: 26px;
    padding: 0 12px;
}

.page3 .title-wrapper .title-enter .righ-arrow {
    display: block;
    /* width: 16px;
    height: 16px; */
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

.page3 .nav-wrapper {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 10px;
}

.page3 .nav-wrapper .nav-list {
    /* width: 153px; */

    width: 20.5%;

    border-right: 1px solid #E4E7EA;
}

.page3 .nav-wrapper .nav-list .nav-item {
    width: 130px;

    width: 86%;

    height: 94px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
    padding-left: 12px;
    position: relative;
    margin-bottom: 10px;
}

.page3 .nav-wrapper .nav-list .nav-item::before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 39px;
    left: 12px;
}

.page3 .nav-wrapper .nav-list .nav-item {
    position: relative;
}

/* .page3 .nav-wrapper .nav-list .nav-item:nth-child(1)::before{
    background-color: #E2B45A;
} */

.page3 .nav-wrapper .nav-list .nav-item.current::before {
    background-color: #E2B45A;
}

.page3 .nav-wrapper .nav-list .nav-item.current::after {
    /* content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #E4E7EA;
    border-bottom: 1px solid #E4E7EA;
    transform: translateY(-50%) rotate(45deg); */


    /* background-image: url(../images/index/page3/left-icon.png);
    transform: translateY(-50%); */

    /* position: absolute;
    top: 50%;
    right: -31px;
    z-index: 7;
    background-color: #fff; */

}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(1) {
    background-image: url(../images/index/page3/bg-szzy1.png);
}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(2) {
    background-image: url(../images/index/page3/bg-szzy2.png);
}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(3) {
    margin: 0;
    background-image: url(../images/index/page3/bg-szzy3.png);
}

.page3 .nav-wrapper .nav-list .nav-item .nav-title-zh {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.page3 .nav-wrapper .nav-list .nav-item .nav-title-en {
    width: 86px;
    height: 30px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
}






.page3 .nav-wrapper .nav-content {
    /* width: 500px; */

    min-width: 500px;
    width: 80%;
    padding-left: 3%;


    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    /* justify-content: space-between; */

}

.page3 .nav-wrapper .nav-content .content-item {
    /* width: 156px; */
    /* min-width: 156px; */

    /* width: 30%;
    margin-right: 5%; */
    width: 23%;
    margin-right: 2%;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 3px 92px 0px rgba(213, 219, 227, 0.86);
    position: relative;
}

.page3 .nav-wrapper .nav-content .content-item:nth-child(4n+4) {
    margin-right: 0;
}

.page3 .nav-wrapper .nav-content .content-item .item-icon {
    position: absolute;
    right: 0;
    top: 0;
    /* width: 50px;
    height: 50px; */
    width: 36px;
    height: 36px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding-left: 6px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
    margin-top: 10px;
    width: 94px;
    height: 36px;
    line-height: 18px;
    word-break: break-all;
    /*设置文字的换行方式*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*设置文字显示的行数是两行*/
    -webkit-box-orient: vertical;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-list {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.7;
    /* padding-top: 8px; */
    margin-left: -6px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-list .content-list-item {
    font-size: 12px !important;
    transform: scale(.9);
    /* color: #999999; */
    color: #555;
    margin-top: 6px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-more {
    font-size: 10px;
    font-family: Arial;
    font-weight: 400;
    /* color: #C8B390; */
    color: #E2B45A;
    position: absolute;
    bottom: 5px;
    left: 6px;
}


/* page3 end*/


/* page4*/
.page4 {
    padding: 10px 16px;
    height: 380px;
}

.page4 .page-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
}

.page4 .page-title :nth-child(2) {
    color: #E2B45A;
}

.page4 .content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.page4 .content-wrapper .content-left {
    /* width: 360px; */

    width: 54%;

    height: 318px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

.page4 .content-wrapper .content-left .content-item {


    /* min-width: 108px;
    width: 30%; */

    min-width: 100px;
    width: 23%;
    text-align: center;
    height: 141px;
    background: #FFFFFF;
    box-shadow: 0px 3px 92px 0px rgba(213, 219, 227, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page4 .content-wrapper .content-left .content-item .item-img {
    display: block;
    width: 78px;
}

.page4 .content-wrapper .content-left .content-item .item-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
    line-height: 28px;
}

.page4 .content-wrapper .content-line {
    width: 1px;
    height: 318px;
    background-color: #E4E7EA;
}


.page4 .content-wrapper .content-right {
    /* width: 288px; */


    width: 42%;


    height: 318px;
}

.page4 .content-right .page4-swiper {
    /* width: 288px; */

    width: 100%;

    height: 158px;
    border: 1px solid #F1EFEB;
    padding: 3px;
}

.page4 .content-right .page4-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.page4 .content-right .page4-swiper .swiper-container .slide-img {
    display: block;
    width: 100%;
    height: 100%;
}

.page4 .content-right .page4-swiper .swiper-container .swiper-button-prev {
    background-image: url(../images/index/page2/prev-icon.png);
    background-size: 35%;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 40px;
    left: 0;
}

.page4 .content-right .page4-swiper .swiper-container .swiper-button-next {
    background-image: url(../images/index/page2/next-icon.png);
    background-size: 35%;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 40px;
    right: 0;
}

.page4 .content-wrapper .content-right .operation {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #F1EFEB;
    border-top: 0;
}

.page4 .content-wrapper .content-right .operation .operation-item {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    color: #464855;
}

.page4 .content-wrapper .content-right .operation .operation-item.current {
    color: #fff;
    background-color: #E2B45A;
}

.page4 .content-wrapper .content-right .operation .go-icon {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: -17px;
    right: 6px;
}

.page4 .content-wrapper .content-right .content {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
;
}

.page4 .content-wrapper .content-right .content .content-item {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 1px;
}

.page4 .content-wrapper .content-right .content .go {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    /* color: #C8B390; */
    /* border: 1px solid #E7E2D6; */
    color: #E2B45A;
    border: 1px solid #E2B45A;
    width: 116px;
    justify-content: center;
    padding: 4px 0;
    align-self: flex-end;
    margin-top: 6px;
}

.page4 .content-wrapper .content-right .content .go .go-title {}

.page4 .content-wrapper .content-right .content .go .go-icon {
    margin-left: 10px;
    display: block;
    width: 6px;
    height: 9px;
}

/* page4 end*/


/* page5*/
.page5 {
    /* padding: 12px 20px 50px; */
    padding: 12px 20px 0px;
    position: relative;
}

.page5 .title-wrapper {
    /* height: 100%;
    width: 100%; */
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
}

.page5 .title-wrapper .fenguan {
    color: #E2B45C;
}

/* .page5 .page-content {
    padding-top: 4px;
    width: 100%;
    height: 280px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #464855;
    line-height: 25px;
}

.page5 .enter-btn {
    border: 1px solid #E2B45C;
    color: #E2B45C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    width: 120px;
    height: 34px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.page5 .enter-btn .go-icon {
    margin-left: 10px;
    display: block;
    width: 6px;
    height: 9px;
} */

.page5 .nav-wrapper {
    width: 100%;
    display: flex;
}

.page5 .nav-wrapper .nav-item-wrapper {
    padding-left: 10px;
    padding-top: 15px;
}

.page5 .nav-wrapper .nav-item-wrapper:nth-child(2) {
    flex: 1;
}

.page5 .nav-wrapper .nav-item-wrapper:nth-child(2) .nav-item {
    margin-left: 48%;
}

.page5 .nav-wrapper .nav-item-wrapper .nav-item {
    width: 126px;
    height: 33px;
    line-height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #75788C;
    cursor: pointer;
    background: #EEF5FA;
}

.page5 .nav-wrapper .nav-item-wrapper .nav-item.current {
    background: #00497E;
    position: relative;
    color: #fff;
}

.page5 .nav-wrapper .nav-item-wrapper .nav-item.current::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 14px solid #00497E;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.page5-content {}

.page5-content .content-list {
    display: flex;
    padding-top: 30px;
}

.page5-content .content-list .list-left {
    width: 126px;
    margin-left: 10px;
    flex-shrink: 0;
}

.page5-content .content-list .list-left .list-nav-item {
    width: 100%;
    height: 46px;
    line-height: 46px;
    /* padding-right: 26px; */
    padding-right: 14px;
    background-color: #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    color: #666;
    cursor: pointer;
}

.page5-content .content-list .list-left .list-nav-item.current {
    background-color: #D0AE7A;
    color: #fff;
}

.page5-content .content-list .list-left .list-nav-item .nav-text {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
}

.page5-content .content-list .list-left .list-nav-item .go-icon {
    display: block;
    width: 8px;
    height: 12px;
    background-image: url(../images/index/page5/num-go-icon-ed.png);
}

.page5-content .content-list .list-left .list-nav-item.current .go-icon {
    background-image: url(../images/index/page5/num-go-icon.png);
}

.page5-content .content-list .list-right {
    margin-left: 4%;
    width: calc(96% - 136px);
    flex-shrink: 0;
}

.page5-content .list-right .list-content {
    width: 100%;
}

.page5-content .list-right .list-content .list-item {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.page5-content .list-right .list-content .list-item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #646464;
    position: absolute;
    left: 10px;
    /* top: 50%; */
    top: 9px;
    /* transform: rotate(45deg) translateY(-50%); */
    transform: rotate(45deg);
}

.page5-content .list-right .list-content .list-item .item-title {
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #646464;
}

.page5-content .list-right .list-content .list-item .item-go-icon {
    display: block;
    width: 8px;
    height: 12px;
    margin-left: 20px;
}

.page5-content .list-right .oparation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.page5-content .list-right .oparation-wrapper .prev,
.page5-content .list-right .oparation-wrapper .next {
    width: 48px;
    height: 24px;
    line-height: 24px;
    background: #D0AE7A;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.page5-content .list-right .oparation-wrapper .temp.done {
    background-color: #EEE4D5;
}

.page5-content .list-right .oparation-wrapper .count {
    margin: 0 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00497E;
    line-height: 24px;
}
.page5-content .map-wrapper .more-wrapper{
    display: flex;
    align-items: center;
}
.page5-content .map-wrapper .more-wrapper .img-wrapper{
    position: relative;

}
.page5-content .map-wrapper .more-wrapper .right-more{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.page5-content .map-wrapper .img-wrapper:hover .tip-txt{
    display: block;
}
.page5-content .map-wrapper .more-wrapper .tip-txt{
    line-height: 30px;
    /* padding: 0 20px; */
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.page5-content .map-wrapper {
    /* display: none; */
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}

.page5-content .map-wrapper .map-left {
    width: 42%;
    position: relative;
}

.page5-content .map-wrapper .map-left .map-img {
    display: block;
    width: 100%;
}

.page5-content .map-wrapper .map-right {
    width: 45%;
}

.page5-content .map-wrapper .map-right .right-wrapper {
    width: 100%;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-left {
    display: flex;
    align-items: center;
    width: 70%;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-left .title-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-left .title-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464855;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-right .title-text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #75788C;
}

.page5-content .map-wrapper .map-right .right-wrapper .title-wrapper .title-right .title-icon {
    display: block;
    width: 6px;
    height: 9px;
    margin-left: 10px;
}

.page5-content .map-wrapper .map-right .right-wrapper .lib-msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.page5-content .map-wrapper .map-right .right-wrapper .lib-msg .lib-img {
    display: block;
    max-width: 220px;
    max-height: 140px;
    min-height: 100px;
    width: 48%;
}

.page5-content .map-wrapper .map-right .right-wrapper .lib-msg .lib-msg-wrapper {
    width: 50%;
    flex-shrink: 0;
    line-height: 1;
}

.page5-content .map-wrapper .map-right .right-wrapper .lib-msg .lib-msg-wrapper .lib-name {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
}

.page5-content .map-wrapper .map-right .right-wrapper .lib-msg .lib-msg-wrapper .msg-item {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464855;
    margin-top: 6px;
}

.page5-content .map-wrapper .map-right .right-wrapper .oparation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.page5-content .map-wrapper .map-right .right-wrapper .oparation-wrapper .prev,
.page5-content .map-wrapper .map-right .right-wrapper .oparation-wrapper .next {
    width: 48px;
    height: 24px;
    line-height: 24px;
    background: #D0AE7A;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.page5-content .map-wrapper .map-right .right-wrapper .oparation-wrapper .temp.done {
    background-color: #EEE4D5;
}

.page5-content .map-wrapper .map-right .right-wrapper .oparation-wrapper .count {
    margin: 0 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00497E;
    line-height: 24px;
}

.page5-content .map-left .item-point .placeholder {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    /* background-color: rgba(0, 0, 1, .5); */
}

.page5-content .map-left .item-point .point-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F9ECD4;
    border: 1px solid #AF822E;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    /* display: flex; */
    display: none;
}

.page5-content .map-left .item-point .point-wrapper .point-icon {
    display: block;
    width: 7px;
    height: 9px;
    margin-right: 2px;
}

.page5-content .map-left .item-point .point-wrapper .position-name {
    font-size: 10px;
    color: #647E96;
}

/*.page5-content .map-left .donghu .position {
    width: 50%;
    height: 30%;
    top: 9%;
    right: 0;
}

.page5-content .map-left .donghu .point-wrapper {
    top: 9%;
    right: 20%;
}

.page5-content .map-left .liantang .position {
    width: 41%;
    height: 30%;
    top: 40%;
    right: 0;
}

.page5-content .map-left .liantang .point-wrapper {
    top: 43%;
    right: 19%;
}

.page5-content .map-left .huangbei .position {
    width: 12%;
    height: 22%;
    top: 60%;
    right: 42%;
}

.page5-content .map-left .huangbei .point-wrapper {
    top: 57%;
    right: 42%;
}

.page5-content .map-left .cuizhu .position {
    width: 8%;
    height: 22%;
    top: 47%;
    right: 54.5%;
}

.page5-content .map-left .cuizhu .point-wrapper {
    top: 46%;
    right: 50%;
}

.page5-content .map-left .dongxiao .position {
    width: 14%;
    height: 22%;
    top: 24%;
    right: 54.5%;
}

.page5-content .map-left .dongxiao .point-wrapper {
    top: 24%;
    right: 55%;
}

.page5-content .map-left .qingshuihe .position {
    width: 31%;
    height: 27%;
    top: 24%;
    right: 70%;
}

.page5-content .map-left .qingshuihe .point-wrapper {
    top: 25%;
    right: 76%;
}

.page5-content .map-left .sungang .position {
    width: 12%;
    height: 14%;
    top: 52%;
    right: 63%;
}

.page5-content .map-left .sungang .point-wrapper {
    top: 45%;
    right: 61%;
}

.page5-content .map-left .dongmen .position {
    width: 11%;
    height: 10%;
    top: 69.5%;
    right: 57%;
}

.page5-content .map-left .dongmen .point-wrapper {
    top: 62%;
    right: 57%;
}

.page5-content .map-left .guiyuan .position {
    width: 12%;
    height: 22%;
    top: 67%;
    right: 69%;
}

.page5-content .map-left .guiyuan .point-wrapper {
    top: 67%;
    right: 64%;
}

.page5-content .map-left .nanhu .position {
    width: 12.5%;
    height: 22%;
    top: 80%;
    right: 56%;
}

.page5-content .map-left .nanhu .point-wrapper {
    top: 78%;
    right: 57%;
}*/
.page5-content .map-left .jinhu .position {
    width: 14%;
    height: 18%;
    top: -3%;
    right: 10%;
}
.page5-content .map-left .jinhu .point-wrapper {
    top: -4%;
    right: 12%;
}

.page5-content .map-left .c33 .position {
    width: 10%;
    height: 18%;
    top: 17%;
    right: 10%;
}
.page5-content .map-left .c33 .point-wrapper {
    top: 5%;
    right: 1%;
    width: 100px;
    height: 100px;
    transform: scale(.5);
}

.page5-content .map-left .yinhu .position {
    width: 10%;
    height: 29%;
    top: 18%;
    right: -1%;
}
.page5-content .map-left .yinhu .point-wrapper {
    top: 22%;
    right: -3%;
    display: flex;
}

.page5-content .map-left .weidangxiao .position {
    width: 10%;
    height: 19%;
    top: 36%;
    right: 10%;
}
.page5-content .map-left .weidangxiao .point-wrapper {
    top: 35%;
    right: 8%;
}

.page5-content .map-left .zhongshedasha .position {
    width: 15%;
    height: 19%;
    top: 56%;
    right: 8%;
}
.page5-content .map-left .zhongshedasha .point-wrapper {
    top: 55%;
    right: 10%;
}

.page5-content .map-left .shuiku .position {
    width: 9%;
    height: 30%;
    top: 4%;
    right: 23%;
    transform: rotate(-38deg);
}
.page5-content .map-left .shuiku .point-wrapper {
    top: 9%;
    right: 22%;
}

.page5-content .map-left .donghu .position {
    width: 9%;
    height: 32%;
    top: 14%;
    right: 30%;
    transform: rotate(-38deg);
}
.page5-content .map-left .donghu .point-wrapper {
    top: 17%;
    right: 29%;
}

.page5-content .map-left .liantang .position {
    width: 9%;
    height: 38%;
    top: 40%;
    right: 26%;
    transform: rotate(38deg);
}
.page5-content .map-left .liantang .point-wrapper {
    top: 46%;
    right: 22%;
}

.page5-content .map-left .wenhua .position {
    width: 9%;
    height: 20%;
    top: 28%;
    right: 43%;
    transform: rotate(38deg);
}
.page5-content .map-left .wenhua .point-wrapper {
    top: 28%;
    right: 42%;
}

.page5-content .map-left .pengxing .position {
    width: 9%;
    height: 16%;
    top: 38%;
    right: 35%;
    transform: rotate(38deg);
}
.page5-content .map-left .pengxing .point-wrapper {
    top: 36%;
    right: 34%;
}

.page5-content .map-left .huangbei .position {
    width: 12%;
    height: 18%;
    top: 72%;
    right: 44.5%;
}
.page5-content .map-left .huangbei .point-wrapper {
    top: 69%;
    right: 45%;
}

.page5-content .map-left .wutongshan .position {
    width: 12.5%;
    height: 18.5%;
    top: 53%;
    right: 41.5%;
}
.page5-content .map-left .wutongshan .point-wrapper {
    top: 54%;
    right: 41%;
}

.page5-content .map-left .beizhan .position {
    width: 11%;
    height: 10%;
    top: 69.5%;
    right: 57%;
}
.page5-content .map-left .beizhan .point-wrapper {
    top: 66%;
    right: 57%;
}

.page5-content .map-left .cuining .position {
    width: 8%;
    height: 22%;
    top: 47%;
    right: 54.5%;
}

.page5-content .map-left .cuining .point-wrapper {
    top: 49%;
    right: 52%;
}
.page5-content .map-left .hongfasi .position {
    width: 14%;
    height: 22%;
    top: 24%;
    right: 54.5%;
}

.page5-content .map-left .hongfasi .point-wrapper {
    top: 27%;
    right: 56%;
}

.page5-content .map-left .xinxiu .position {
    width: 12%;
    height: 14%;
    top: 52%;
    right: 63%;
}

.page5-content .map-left .xinxiu .point-wrapper {
    top: 48%;
    right: 63%;
}

.page5-content .map-left .qingshuihe .position {
    width: 17%;
    height: 17%;
    top: 40%;
    right: 75.5%;
}

.page5-content .map-left .qingshuihe .point-wrapper {
    top: 36%;
    right: 75%;
}

.page5-content .map-left .lianhua .position {
    width: 17%;
    height: 23%;
    top: 16.5%;
    right: 84.5%;
}

.page5-content .map-left .lianhua .point-wrapper {
    top: 23%;
    right: 85%;
}

.page5-content .map-left .taojinshan .position {
    width: 15.4%;
    height: 23%;
    top: 16.5%;
    right: 69%;
}

.page5-content .map-left .taojinshan .point-wrapper {
    top: 23%;
    right: 70%;
}
.page5-content .map-left .guiyuan .position {
    width: 12%;
    height: 22%;
    top: 67%;
    right: 69%;
}

.page5-content .map-left .guiyuan .point-wrapper {
    top: 69%;
    right: 66%;
}

.page5-content .map-left .nanhu .position {
    width: 11.5%;
    height: 22%;
    top: 80%;
    right: 57%;
}

.page5-content .map-left .nanhu .point-wrapper {
    top: 78%;
    right: 57%;
}
/* page5 end*/


/* page6*/
.page6 {
    padding: 12px 20px 20px;
    position: relative;
}

.page6 .title-wrapper {
    /* height: 100%;
    width: 100%; */
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    margin-bottom: 12px;
}

.page6 .title-wrapper .fenguan {
    color: #E2B45C;
}

.page6 .list-wrapper {
    /* width: 673px; */
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.page6 .list-wrapper .item-wrapper.first {
    /* width: 330px; */


    width: 49.4%;


    background: #D5B481;
    padding: 6px;
    display: flex;
    align-items: center;
}

.page6 .list-wrapper .item-wrapper.first .item-img {
    display: block;
    width: 142px;
    height: 128px;
}

.page6 .list-wrapper .item-wrapper.first .item-content {
    padding-left: 12px;
    flex: 1;
}

.page6 .list-wrapper .item-wrapper.first .item-content .item-line {
    color: #fff;
    font-weight: 900;
    font-size: 12px;
}

.page6 .list-wrapper .item-wrapper.first .item-content .item-line:nth-child(1) {
    font-weight: bold;
    color: #86570D;
}

.page6 .list-wrapper .item-wrapper.first .item-content .item-line:nth-child(3),
.page6 .list-wrapper .item-wrapper.first .item-content .item-line:nth-child(5) {
    font-family: DIN;
    font-size: 16px;
}

.page6 .list-wrapper .item-wrapper.first .item-content .time-desc-go {
    font-size: 10px;
    color: #EBDABF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    font-weight: normal;
}

.page6 .list-wrapper .item-wrapper.first .item-content .time-desc-go .go-text {}

.page6 .list-wrapper .item-wrapper.first .item-content .time-desc-go .go-icon {
    color: #856E4A;
}

.page6 .list-wrapper .item-wrapper {
    /* width: 158px; */


    width: 24%;


    height: 142px;
    background: #96B9ED;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.page6 .list-wrapper .item-wrapper:nth-child(2) {
    background-color: #E1A89A;
}

.page6 .list-wrapper .item-wrapper:nth-child(3) {
    background-color: #E1CAA3;
}

.page6 .list-wrapper .item-wrapper:nth-child(4) {
    background-color: #96B9ED;
}

.page6 .list-wrapper .item-wrapper:nth-child(5) {
    background-color: #E1A89A;
}

.page6 .list-wrapper .item-wrapper:nth-child(6) {
    background-color: #A7ABD9;
}

.page6 .list-wrapper .item-wrapper:nth-child(7) {
    background-color: #D3B4E3;
}

.page6 .list-wrapper .item-wrapper:nth-child(8) {
    background-color: #A2D9E3;
}



.page6 .list-wrapper .item-wrapper .item-icon {
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
    margin-top: 22px;
}

.page6 .list-wrapper .item-wrapper .item-title {
    width: 100%;
    line-height: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
}

/* page6 end*/



/* page7 */
.page7 {
    padding: 12px 20px 12px;
    position: relative;
}

.page7 .title-wrapper {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
}

.page7 .title-wrapper .fenguan {
    color: #E2B45C;
}

.page7 .page-content {
    padding-top: 4px;
    width: 100%;
    height: 210px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #464855;
    line-height: 23px;
}

.page7 .enter-btn {
    /* border: 1px solid #E7E2D6;
    color: #C8B390; */
    border: 1px solid #E2B45C;
    color: #E2B45C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    width: 120px;
    height: 34px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.page7 .enter-btn .go-icon {
    margin-left: 10px;
    display: block;
    width: 6px;
    height: 9px;
}

.page7 .nav-wrapper {
    display: flex;
    justify-content: space-between;
}

.page7 .nav-wrapper .nav-item {
    width: 126px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #EEF5FA;
    margin: 12px 0 15px;
    cursor: pointer;
    /* font-size: 16px; */
    font-size: 15px;
    font-weight: bold;
    color: #75788C;
}

.page7 .nav-wrapper .nav-item.current {
    background: #00497E;
    position: relative;
    color: #fff;
}

.page7 .nav-wrapper .nav-item.current::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 14px solid #00497E;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;

}

.slide-page7 .footer {
    width: 100%;
    height: 76px;
    background: #082337;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0;
}

.slide-page7 .footer .msg-lib {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-page7 .footer .msg-lib span {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.slide-page7 .footer .msg-lib span:last-child {
    margin-right: 0;
}

.slide-page7 .footer .msg-lib .police-icon {
    width: 16px;
    height: 18px;
    display: block;
    margin-right: 4px;
}

/* page7 end*/


/* modify1 start */
.page3 .nav-wrapper .nav-list .nav-item.current::before {
    background-color: #fff;
}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(1) {
    background-image: url(../images/index/page3/bg-szzy1.png);
}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(2) {
    background-image: url(../images/index/page3/bg-szzy2.png);
}

.page3 .nav-wrapper .nav-list .nav-item:nth-child(3) {
    margin: 0;
    background-image: url(../images/index/page3/bg-szzy3.png);
}

.page3 .nav-wrapper .nav-list .nav-item.current {
    background-image: none;
    background-color: #C6A169;
}

.page3 .nav-wrapper .nav-content {
    position: relative;
    overflow: hidden;
}

.page3 .nav-wrapper .nav-content .more-text {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
    background-color: #C8A570;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1.3;
    box-sizing: border-box;
    padding-left: 11px;
    cursor: pointer;
}

.page3 .nav-wrapper .nav-content .content-item {
    width: 22.3%;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-title {
    font-size: 14px;
}

.page3 .nav-wrapper .nav-content .content-item .item-icon {
    width: 36px;
    height: 36px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper .content-list {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 0px;
    margin-left: -7px;
}

.page3 .nav-wrapper .nav-content .content-item .content-wrapper {
    padding-left: 6px;
}

#img1 {
    position: fixed;
    z-index: 10000;
    left: 10px;
    top: 100px;
    width: 220px;
    height: 102px;
}

#img1 .fixed-a {
    display: flex;
    width: 220px;
    height: 102px;
    align-items: flex-end;
    justify-content: space-between;
}
.black{
    color: black;
}
#img1 .fixed-a .fixed-img {
    display: block;
    width: 182px;
    height: 102px;
}
#img1 .fixed-a .close-btn{
    display: block;
    width: 27px;
    height: 27px;
}
.page4 .content-wrapper .content-left .content-item .item-img {
    margin-left: 8px;
}
/* modify1 start */
.page3 .nav-wrapper .nav-content{
    align-content:stretch;
}
.page3 .nav-wrapper .nav-content .content-item{
    margin-top: 9px;
}


.page3 .nav-wrapper .nav-content .content-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+1){
    background: linear-gradient(-45deg, #C29ED6 0%, #D3B4E3 100%);
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+2){
    background: linear-gradient(-45deg, #969ACD 0%, #A7ABD9 100%);
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+3){
    background: linear-gradient(-45deg, #D49585 0%, #E1A89A 100%);
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+4){
    background: linear-gradient(-45deg, #86C7D3 0%, #A2D9E3 100%);
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+5){
    background: linear-gradient(-45deg, #D6BC94 0%, #E1CAA4 100%);
}
.page3 .nav-wrapper .nav-content .content-item:nth-child(6n+6){
    background: linear-gradient(-45deg, #7BA1DC 0%, #96B9ED 100%);
}
.page3 .nav-wrapper .nav-content .content-item .title-icon{
    width: 70px;
    height: 70px;
    margin-top: 17px;
    display: block;
}
.page3 .nav-wrapper .nav-content .content-item .title-txt{
    display: block;
    width: 48%;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}