/*滚动条样式*/
::-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 {
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1;
}

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

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

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

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

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

.boxlist .tit {
    padding: .24rem;
    font-weight: 700;
    font-size: .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: .32rem;
}

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

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

.boxlist .ul1 li:nth-child(odd) {
    padding-left: .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: .32rem;
}

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

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

.boxlist .ul2 li:nth-child(even) {
    padding-left: .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;
}

/*  */
.boxlist .list {
    overflow: hidden;
    padding: .32rem;
}

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

.boxlist .list .name .span1 {
    width: .64rem;
    height: .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: .32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

.boxlist .ul4 li .name .span1 {
    width: .64rem;
    height: .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: .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: .32rem;
    padding-bottom: 0;
}

.boxlist .ul5 li {
    margin-bottom: .48rem;
}

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

.boxlist .ul5 li .top .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .64rem;
    height: .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: .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 .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: .32rem;
    padding-top: 10px;
}

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

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

.boxlist .ul6 li {
    width: 48%;
    height: auto;
    background: #F3F6FF;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
    padding: .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;
}

.box5Click,
.box6Click,
.box7Click {
    width: 3.32rem;
    height: .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;
}
.box5Click{
    display: none;
}
.boxlist .img {
    padding: .32rem;
}

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

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

/*  */
.boxlist .ul9 {
    padding: .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: .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;
}

.ulClick {
    width: 3.32rem;
    height: .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;
}
.box8Click{
    width: 3.32rem;
    height: .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;
}