* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}
ol,
ul,
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
/*滚动条样式*/
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a0a5ab73;
}
body {
    /* padding-bottom: 80px; */
}
/*nav粘性定位 超出不隐藏*/
.content-section{
    overflow: unset;
}
nav {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
}

nav ul {
    display: flex;
    overflow-x: scroll;
    padding: 0 0.24rem;
}

nav ul li {
    min-width: fit-content;
    margin-right: 0.4rem;
    /*transition: all .3s;*/
}

nav ul li a {
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.32rem;
    color: #1f1f25;
    line-height: 0.84rem;
    position: relative;
}

nav ul li.on a {
    font-weight: 700;
    color: #ec3b3b;
    border-bottom: 2px solid #ec3b3b;
}

/*  */
.boxlist {
    background: #fff;
    /* margin: 0.24rem 0; */
    overflow: hidden;
}

.boxlist .tit {
    padding: 0.24rem;
    font-weight: 700;
    font-size: 0.32rem;
    color: #1f1f25;
    line-height: 23px;
    border-bottom: 1px solid #e5e6eb;
}

.boxlist .tit span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #0067ff;
    line-height: 23px;
    margin-left: 8px;
}

.boxlist .ul1 {
    overflow: hidden;
    padding: 0.32rem;
    padding-bottom: 0;
}

.boxlist .ul1 li {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 0.4rem;
}

.boxlist .ul1 li::after {
    display: block;
    content: '';
    width: 1px;
    height: 0.72rem;
    background: #e5e6eb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.boxlist .ul1 li:nth-child(odd) {
    padding-left: 0.24rem;
}

.boxlist .ul1 li:nth-child(odd)::after {
    display: none;
}

.boxlist .ul1 li:last-of-type::after {
    display: none;
}

.boxlist .ul1 li:nth-child(1) {
    width: 100%;
    clear: both;
    padding-left: 0;
}

.boxlist .ul1 li:last-of-type {
    /* width: 100%; */
}

.boxlist .ul1 li .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
    margin-bottom: 4px;
}

.boxlist .ul1 li .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
}

/*  */
.boxlist .ul2 {
    overflow: hidden;
    padding: 0.32rem;
    padding-top: 0;
}

.boxlist .ul2 li {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 0.4rem;
}

.boxlist .ul2 li::after {
    display: block;
    content: '';
    width: 1px;
    height: 0.72rem;
    background: #e5e6eb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.boxlist .ul2 li:nth-child(even) {
    padding-left: 0.24rem;
}

.boxlist .ul2 li:nth-child(even)::after,
.boxlist .ul2 li:nth-last-child(2)::after {
    display: none;
}

.boxlist .ul2 li:last-of-type::after {
    display: none;
}

.boxlist .ul2 li:last-of-type,
.boxlist .ul2 li:nth-last-child(2) {
    width: 100%;
    padding: 0;
}

.boxlist .ul2 li .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
    margin-bottom: 4px;
}

.boxlist .ul2 li .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
    text-align: justify;
    position: relative;
}
.boxlist .ul2 li .span2 .gskz_img {
    width: 3.1111rem;
    height: 4.25rem;
}
.boxlist .ul2 li .span2 .table_i {
    color: #fff;
    font-size: 0.2778rem;
    background-color: #ec3b3b;
    border-radius: 4px;
    padding: 0.0556rem 0.2222rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.7rem;
    font-style: normal;
}
/*  */
.boxlist .list {
    overflow: hidden;
    padding: 0.32rem;
}

.boxlist .list .name {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.boxlist .list .name .span1 {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: #89cab1;
}

.boxlist .list .name .span2 {
    flex: 1;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #0645ad;
    line-height: 20px;
    text-align: left;
    margin-left: 8px;
}

.boxlist .list .ul3a {
    overflow: hidden;
}

.boxlist .list .ul3a li {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.boxlist .list .ul3a li .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
}

.boxlist .list .ul3a li .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
}

.boxlist .ul3 .list:nth-child(2) .name .span1 {
    background: #89cab1;
}

.boxlist .ul3 .list:nth-child(3) .name .span1 {
    background: #98b1d9;
}

/*  */
.boxlist .ul4 {
    overflow: hidden;
    padding: 0.32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxlist .ul4.img_boxq{
   padding: 0;
}
.boxlist .ul4 li {
    width: 48%;
    height: auto;
    background: #F7F8FA;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
    padding: 0.24rem;
}

.boxlist .ul4 li .name {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.boxlist .ul4 li .name .span1 {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: #cea7a7;
}

.boxlist .ul4 li .name .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #0645ad;
    line-height: 20px;
    margin-left: 8px;
}

.boxlist .ul4 li .line {
    display: flex;
}

.boxlist .ul4 li .line .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
    text-align: left;
    margin-right: 0.24rem;
}

.boxlist .ul4 li .line .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
    text-align: left;
}

.boxlist .ul4 li:nth-child(1) .name .span1 {
    background: #cea7a7;
}

.boxlist .ul4 li:nth-child(2) .name .span1 {
    background: #89cab1;
}

.boxlist .ul4 li:nth-child(3) .name .span1 {
    background: #98b1d9;
}

.boxlist .ul4 li:nth-child(4) .name .span1 {
    background: #dab29f;
}

/*  */
.boxlist .ul5 {
    /* height: 10.14rem; */
    overflow: hidden;
    padding: 0.32rem;
    padding-bottom: 0;
}
.boxlist .ul5.img_boxq{
    padding: 0;
    
}
.boxlist .ul5 li {
    margin-bottom: 0.48rem;
}

.boxlist .ul5 li .top {
    display: flex;
    align-items: center;
}

.boxlist .ul5 li .top .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.64rem;
    background: #f7f8fa;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #9c9fac;
}

.boxlist .ul5 li .top .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.boxlist .ul5 li .top .text .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6f7385;
    line-height: 17px;
}

.boxlist .ul5 li .top .text .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
    text-align: left;
}

.boxlist .ul5 li .bom {
    height: auto;
    background: #f7f8fa;
    border-radius: 2px 2px 2px 2px;
    margin-top: 12px;
    overflow: hidden;
    padding: 0.24rem 0;
}

.boxlist .ul5 li .bom .xian {
    display: block;
    width: 1px;
    height: 100%;
    background: #e5e6eb;
}

.boxlist .ul5 li .bom .list {
    float: left;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0.24rem;
}

.boxlist .ul5 li .bom .list.list1::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #e5e6eb;
}

.boxlist .ul5 li .bom .list.list2::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #e5e6eb;
}

.boxlist .ul5 li .bom .list .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
}

.boxlist .ul5 li .bom .list .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
    margin-top: 8px;
}

.moveClick {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #0067ff;
    line-height: 20px;
    margin-bottom: 0.32rem;
    padding-top: 10px;
}

.moveClick img {
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

/*  */
.boxlist .ul6 {
    padding: 0.32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxlist .ul6 li {
    width: 48%;
    height: auto;
    background: #fff7eb;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
    padding: 0.24rem;
}

.boxlist .ul6 li span {
    text-align: center;
}

.boxlist .ul6 li .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
}

.boxlist .ul6 li .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6f7385;
    line-height: 17px;
}
.boxlist .ul7 li {
    padding: 0.2778rem;
    position: relative;
}
.boxlist .ul7 li::after {
    content: '';
    color: #9c9fac;
    display: inline-block;
    width: 0.2222rem;
    height: 0.2222rem;
    border: 0.0556rem solid #9c9fac;
    border-left-width: 0;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0.5556rem;
}
.boxlist .ul7 li h5 {
    color: #1f1f25;
    font-size: 0.2778rem;
    max-width: 80%;
}
.boxlist .ul7 li h6 {
    color: #6f7385;
    font-size: 0.2778rem;
    font-weight: normal;
    display: flex;
    max-width: 80%;
    margin-bottom: 0.1111rem;
}
.boxlist .ul7 li h6 span {
    white-space: nowrap;
}
.boxlist .ul7 li h6 p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box5Click,
.box6Click,
.box7Click {
    width: 3.32rem;
    height: 0.8rem;
    border-radius: 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    background-color: #f5c98f;
    color: #793502;
    line-height: 20px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.box5Click {
    /* display: none; */
}
.box6Click,
.box7Click {
    display: none;
}
.boxlist .img {
    padding: 0.32rem;
}

.boxlist .img img {
    width: 100%;
}

.box7Click {
    color: #ff7b00;
    border-color: #ff7b00;
}

/*  */
.boxlist .ul9 {
    padding: 0.32rem;
    overflow: hidden;
}

.boxlist .ul9 li .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #0645ad;
    line-height: 20px;
    filter: blur(3px);
}

.boxlist .ul9 li .line {
    overflow: hidden;
}

.boxlist .ul9 li .line .li {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.32rem;
}

.boxlist .ul9 li .line .li .span1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6f7385;
    line-height: 20px;
}

.boxlist .ul9 li .line .li .span2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f25;
    line-height: 20px;
}

.boxlist .ul9 li .line .li:nth-child(2) .span2 {
    filter: blur(3px);
}

.wrap {
    display: none;
}

.wrap.on {
    display: block;
}

.imgq {
    width: 100%;
    /* margin-bottom: 10px; */
    vertical-align: middle;
     pointer-events: none; /* 禁止所有指针事件 */
  touch-action: none;
}

.ulClick {
    width: 3.32rem;
    height: 0.8rem;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0067ff;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #0067ff;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: none;
}
.box8Click {
    width: 3.32rem;
    height: 0.8rem;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0067ff;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #0067ff;
    line-height: 20px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.gdxx_id,.zyry_id,.bgxx_id,.fzjg_id,#box2, #box3,#box4,#box5{
    display: none;
    
}
#box3,#box4,#box5{
    margin-top: 12px;
}