body {
   margin-left: auto;
   margin-right: auto;
   max-width: 500px;
   background-color: #f7f7f7;
   position: relative;
}
a:link {
   color: #222222;
   /* 未访问的链接颜色 */
}

a:visited {
   color: #222222;
   /* 访问后的链接颜色，与未访问时相同 */
}

a:hover,
a:active {
   color: #222222;
   /* 鼠标悬停或点击时的颜色 */
}

a {
   -webkit-tap-highlight-color: transparent;
   /* 移除点击时的蓝色背景 */
}
.TopNav {
   position: fixed;   top: 0;   left: 0;   width: 100%;   display: flex;   background: #FFFFFF;   z-index: 1001;   height: 45px;
}

.TopNavLeft {
   flex: 1;
   border: 0px solid #000000;
   position: relative;
   cursor: pointer;
   line-height: 45px;
   font-size: 0.8rem;
   font-weight: bold;
   text-align: center;
}

.TopNavLeft img {
   position: absolute;
   width: 16px;
   height: 16px;
   top: 16px;
   left: 10px;
}

.TopNavCenter {
   flex: 4;border: 0px solid #000000;position: relative;text-align: center;font-size: 1.1rem;font-weight: bold;line-height: 45px;
}

.TopNavRight {
   flex: 1;border: 0px solid #000000;position: relative;text-align: center;font-size: 0.9em;line-height: 45px;cursor: pointer;right: 10px;
}

.webkitboxRow1 {
   display: -webkit-box;   -webkit-line-clamp: 1;   -webkit-box-orient: vertical;   overflow: hidden;   text-overflow: ellipsis;   white-space: normal;   text-align: left;
}

.webkitboxRow2 {
   display: -webkit-box;   
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   text-align: left;
}

.webkitboxRow3 {
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   text-align: left;
}


.bottom-nav {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   display: flex;
   justify-content: space-around;
   padding: 15px 0;
   border-top: 1px solid #ccc;
   background: #FFFFFF;
   box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.06);
   z-index: 1001;
}

.nav-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-decoration: none;
   color: #222222;
   font-family: 'AliPuHuiMedium'
}

.Check {
   font-family: 'AliPuHuiBold'
}

.nav-item img {
   width: 60px;
   height: 63px;
   margin-bottom: 5px;
}

.nav-item span {
   font-size: 1rem;
}
a {
text-decoration:none;
}
    a:hover {
        text-decoration: none;
    }
    /*登录*/
    .login-bg {
        background: url(../images/bg.jpg) no-repeat center bottom;
        background-size: 100% 100%;
    }
 
 .easy-hd {
    padding: 19px 0;
 }
 .clear{
   clear: both;
 }
 
 .logo {
    width: 217px;
    height: 41px;
 }
 
 .hd-more {
    display: inline-block;
    padding-left: 20px;
    border-left: 2px solid #92b8f6;
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    height: 41px;
 }
 
 .hd-more:hover,
 .hd-btn:hover {
    color: #fff;
 }
 
 .hd-btn {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #c1e0ec;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
 }
 
 .hd-btn img {
    margin-top: -4px;
 }
 
 .slogan {
    font-family: 'siyuansongti';
    font-size: 50px;
    color: #fff;
    text-align: center;
 }
 
 .login {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 70px 60px;
    width: 340px;
    height: 325px;
    margin-top: 60px;
 }
 
 .login-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    height: calc(100vh - 200px);
 }
 
 .login-tab {
    display: flex;
    border-bottom: 1px solid #eee;
 }
 
 .login-tab li {
    height: 40px;
    flex: 1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
 }
 
 .login-tab li.active span {
    border-bottom: 2px solid #1571e3;
    color: #1571e3;
    line-height: 38px;
    display: inline-block;
 }
 
 .login-wel {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
 }
 
 .login-input {
    height: 48px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    margin-top: 20px;
 }
 
 .login-input input {
    border: 0;
    height: 48px;
    flex: 1;
 }
 
 .login-input img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 13px;
 }
 
 .login-chk {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
 }
 
 .login-chk input {
    border: 1px solid #0047c2;
    width: 16px;
    height: 16px;
    margin: 0 5px -5px 0;
 }
 
 .login-chk label a {
    color: #1296fc;
 }
 
 .login-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
 }
 
 .login-btn {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1571e3;
    color: #fff;
    border-radius: 3px;
 }
 
 .login-btn.orange {
    background-color: #ff8e12;
 }
 
 .login-btn:hover {
    color: #fff;
    opacity: 0.9;
 }
 
 .code-btn {
    height: 46px;
    width: 120px;
    border: 1px solid #1571e3 !important;
    color: #1571e3;
    background-color: #fff;
    cursor: pointer;
 }
 
 .code-btn[disabled] {
    border: 1px solid #2abf80 !important;
    background-color: #fff;
    color: #2abf80;
    cursor: auto
 }
 
 /* 注册 */
 .sign-up {
    background-color: #fff;
    margin: 20px auto 40px;
 }
 
 .sign-up-title {
    border-bottom: 1px solid #e7ebee;
    padding-left: 20px;
 }
 
 .sign-up-title span {
    color: #266eed;
    font-size: 16px;
    line-height: 55px;
    position: relative;
 }
 
 .sign-up-title span::after {
    display: block;
    content: '';
    height: 3px;
    width: 30px;
    background: #266eed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 }
 
 .sign-tips {
    background: #f3f7ff;
    margin: 20px;
    padding: 20px;
 }
 
 .sign-tips h4 {
    font-size: 16px;
    color: #545454;
    font-weight: normal;
 }
 
 .sign-tips p {
    color: #9d9d9d;
    margin-top: 10px;
 }
 
 .sign-form {
    width: 540px;
    margin: 0 auto;
    padding-bottom: 80px;
 }
 
 .sign-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
 }
 
 .sign-input span,
 .sign-chk span {
    color: #656565;
    width: 80px;
    text-align: right;
 }
 
 .sign-input input {
    width: 282px;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 0 8px;
 }
 
 .sign-input p {
    margin-left: 10px;
 }
 
 .sign-input p img {
    margin-right: 5px;
 }
 
 .sign-warn {
    color: #ee6407
 }
 
 .sign-ok {
    color: #2fb93f;
 }
 
 .sign-input .get-code {
    width: 162px;
 }
 
 .sign-input .code-btn {
    width: 120px;
 }
 
 .sign-chk {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
 }
 
 .sign-success {
    width: 540px;
    margin: 0 auto;
    padding: 40px 0 80px;
    text-align: center;
 }
 
 .sign-success h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-top: 20px;
 }
 
 .sign-success p {
    font-size: 14px;
    color: #969696;
    margin-top: 22px;
 }
 
 .sign-success .login-btn {
    margin-top: 40px;
 }
 
 /* 通用底部 */
 .ft-line {
    height: 1px;
    background-color: #3f88f3;
 }
 
 .ft-map {
    padding: 50px 0 40px;
    display: flex;
    justify-content: space-between;
 }
 
 .ft-item {
    background: rgba(87, 162, 248, 0.5);
    height: 160px;
    padding: 20px;
    line-height: 29px;
 }
 
 .ft-item:nth-child(1) {
    width: 340px;
 }
 
 .ft-item:nth-child(2) {
    width: 430px;
 }
 
 .ft-item:nth-child(3) {
    width: 256px;
 }
 
 .ft-item h3 {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
 }
 
 .ft-item p {
    color: #fff;
 }
 
 .map-list li {
    color: #fff;
    width: 50%;
    float: left;
 }
 
 .map-list li a {
    color: #fff;
 }
 
 .ft-qrcode {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
 }
 
 .ft-qrcode img {
    width: 80px;
    height: 80px;
 }
 
 .ft-qrcode-item {
    margin-right: 20px;
 }
 
 .ft-bottom {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 
 .ft-bt-img1 {
    width: 110px;
    height: 55px;
 }
 
 .ft-bt-img2 {
    width: 54px;
    height: 64px;
    margin-right: 70px;
 }
 
 .ft-copyright {
    color: #fff;
    text-align: center;
 }
 
 .ft-copyright span {
    color: #fff;
    line-height: 29px;
    margin-left: 20px;
 }
 
 
 /* 首页 */
 .index-hd {
    background: url(../images/index_hd.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 30px;
 }
/* 政策首页 */
.policy-hd {
    background: url(../images/policy.png) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 30px;
}

/* 金融服务首页 */
.financialservice-hd {
    background: url(../images/index_fs.png) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 30px;
}
 
 .index-hd .slogan {
    margin-top: 20px;
 }
 
 .index-search {
    width: 425px;
    height: 50px;
    margin: 20px auto 35px;
    display: flex;
    background-color:#ffffff;
    border-radius:6px;
 }
 
 .index-search input {
    border: 0;
    flex: 1;
    padding: 0 10px;
 }
 
 .index-sch-btn {
    background: #0047c2;
    color: #fff;
    display: block;
    width: 95px;
    text-align: center;
    line-height: 50px;
 }
 
 .index-sch-btn:hover {
    color: #fff;
 }
 
 .index-tag {
    display: flex;
    justify-content: space-around;
 }
 
 .index-tag-item {
    width: 124px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0 10px;
 }
 
 .index-tag-item:hover {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
 }
 
 .v-notice {
    margin: 40px 0;
    background-color: #eff3fa;
    padding: 15px 20px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius:4px;
 }
 
 .swiper-notice {
    flex: 1;
    height: 20px;
    
 }

.notice-name {
    font-size: 16px;
    color: #005CD3;
}
 
 .notice-name img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-top: -4px;
    ;
 }
 
 .notice-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
 }
 
 .notice-info:hover {
    text-decoration: none;
    color: #266eed;
 }
 
 .notice-more {
    color: #266eed;
    margin-left: 50px;
 }
 
 .notice-title {
    width: 100%;
    flex: 1;
 }
 
 .flex-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
 }
 
 .link-item {
    padding: 19px 20px;
    width: 800px;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 

 
 .link-item:nth-child(2) {
    background: url(../images/link2.jpg) no-repeat center top;
    background-size: 100% 100%;
 }
 
 .link-item:nth-child(3) {
    background: url(../images/link3.jpg) no-repeat center top;
    background-size: 100% 100%;
 }
 
 .link-title h4 {
    font-size: 28px;
    text-align: right;
    margin-bottom: 5px;
 }
 
 .link-title p {
    font-size: 16px;
 }
 
 .link-title p strong {
    font-size: 20px;
    color: #266eed;
 }
 
 .link-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
 }
 
 .words-item {
    padding: 35px 20px;
    width: 46%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
 }
 
 .words-item:nth-child(1) {
    background: url(../images/img1.png) no-repeat center top;
    background-size: 100% 100%;
 }
 
 .words-item:nth-child(2) {
    background: url(../images/img2.png) no-repeat center top;
    background-size: 100% 100%;
 }
 
 .words-item:nth-child(3) {
    background: url(../images/img3.jpg) no-repeat center top;
    background-size: 100% 100%;
 }
 
 .words-item h3 {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 10px;
    position:absolute;
    bottom:20px;
    left:20px;
 }

    .words-item p {
        color: #fff;
        line-height: 25px;
        position: absolute;
        bottom: 70px;
        left: 20px;
    }
 
 .ad-100 {
    margin: 40px 0;
 }
 
 .ad-50 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px 0
 }
 
 .ad-50 .ad-50-item {
    width: 585px;
    height: 120px;
 }
 
 .ad-50 .ad-50-item img {
    width: 585px;
    height: 120px;
 }
 
 .bg-f4f4f8 {
    background: #f4f4f8;
 }
 
 .index-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 
 .link-tab {
    display: flex;
    border-bottom: 1px solid #eee;
 }
 
 .link-tab li {
    height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 28px;
    color: #000;
 }
 
 .link-tab li span {
    height: 60px;
    position: relative;
    display: block;
    margin-right: 30px;
    padding-right: 30px;
 }
 
 .link-tab li.active span:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 68px;
    height: 6px;
    background: #266eed;
    left: 50%;
    transform: translateX(-50%);
 }
 
 .link-tab li span:before {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    content: '';
    width: 2px;
    height: 26px;
    background: #dde3ec;
 }
 
 .link-tab li:last-child span:before {
    display: none;
 }
 
 .tab-con {
    padding: 20px 0;
    height:300px;
 }
 
 .tab-arrow {
    font-size: 22px;
    color: #394550;
 }

.slide-list {
    margin: 10px 0 0;
    height: 180px;
}

.slide-list-item {
    margin: 0 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    text-align: center;
    width: 20%;
    height: 280px;
    border: 0px solid #000000;
    background-color: #ffffff;
    position: relative;
}
 
 .slide-list-item img {
    width:80px;
    height: 80px;
    margin-left:auto;
    margin-right:auto;
    margin-top:90px
 }
 
 .slide-info {
    width: 100%;
    position:absolute;
    bottom:40px;
    text-align:center;
 }
 
 .slide-info p {
    font-size: 20px;
    margin-bottom: 10px;
 }
 
 .slide-info a {
    display: block;
    font-size: 16px;
    color: #495770;
    line-height: 32px;
 }
 
 .slide-info a:hover {
    text-decoration: none;
    color: #266eed
 }
 
 .news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
 }
 
 .news-item {
    width: 585px;
 }
 
 .news-title {
    border-bottom: 1px solid #97b6ed;
    line-height: 50px;
    margin-bottom: 10px;
 }
 
 .news-title h2 {
    font-size: 22px;
    border-bottom: 3px solid #266eed;
    line-height: 50px;
 }
 
 .news-list li a {
    display: flex;
    justify-content: space-between;
    line-height: 35px;
 }
 
 .news-list li a:hover {
    text-decoration: none;
 }
 
 .news-list li a span {
    width: 120px;
    text-align: right;
 }
 
 .news-list li a p {
    flex: 1;
    width: 100%;
 }
 
 .news-list li a:hover p {
    color: #266eed
 }
 
 /* 个人中心 */
 .my-hd-nav {
    margin-right: 30px;
 }
 
 .my-hd-nav a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 0 15px;
 }
 
 .my-hd-user {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
 }
 
 .my-info {
    padding: 37px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 
 .my-info-img {
    display: flex;
    align-items: center;
 }
 
 .user-avater {
    width: 98px;
    height: 98px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
 }
 
 .my-name h2 {
    font-size: 20px;
    margin-bottom: 10px;
 }
 
 .my-name h2 span {
    background-color: #e8edf6;
    color: #266eed;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 8px 3px 5px;
 }
 
 .my-name h2 span img {
    margin: -3px 5px 0 0
 }
 
 .my-name p img {
    margin: -3px 5px 0 0;
 }
 
 .radius-btn {
    margin-left: 15px;
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1571e3;
    color: #fff;
    border-radius: 50px;
 }
 
 .radius-btn.oragne {
    background-color: #ff7b2c;
 }
 
 .my-left {
    width: 160px;
    margin-right: 20px;
 }
 
 .my-bd {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 40px;
 }
 
 .my-left .left-item {
    color: #333;
    padding-left: 45px;
    font-size: 16px;
    display: block;
    height: 66px;
    line-height: 66px;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
 }
 
 .my-left .left-item:nth-child(1) {
    background: #fff url(../images/left1.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(1):hover,
 .my-left .left-item:nth-child(1).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left1_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(2) {
    background: #fff url(../images/left2.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(2):hover,
 .my-left .left-item:nth-child(2).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left2_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(3) {
    background: #fff url(../images/left3.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(3):hover,
 .my-left .left-item:nth-child(3).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left3_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(4) {
    background: #fff url(../images/left4.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(4):hover,
 .my-left .left-item:nth-child(4).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left4_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(5) {
    background: #fff url(../images/left5.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(5):hover,
 .my-left .left-item:nth-child(5).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left5_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(6) {
    background: #fff url(../images/left6.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(6):hover,
 .my-left .left-item:nth-child(6).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left4_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(7) {
    background: #fff url(../images/left4.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:nth-child(7):hover,
 .my-left .left-item:nth-child(7).actice {
    text-decoration: none;
    color: #fff;
    background: #266eed url(../images/left4_on.png) no-repeat 15px 23px;
    background-size: 20px 20px;
 }
 
 .my-left .left-item:after {
    background: url(../images/arrow_g.png) no-repeat center top;
    display: block;
    content: '';
    width: 6px;
    height: 10px;
    right: 15px;
    top: 30px;
    position: absolute;
 }
 
 .my-left .left-item:hover:after {
    background: url(../images/arrow_w.png) no-repeat center top;
    display: block;
    content: '';
    width: 6px;
    height: 10px;
    right: 15px;
    top: 30px;
    position: absolute;
 }
 
 .my-left .left-item.actice:after {
    background: url(../images/arrow_w.png) no-repeat center top;
    display: block;
    content: '';
    width: 6px;
    height: 10px;
    right: 15px;
    top: 30px;
    position: absolute;
 }
 
 .my-right {
    background-color: #fff;
    flex: 1;
 }
 
 .lw-form {
    margin: 20px;
 }
 
 .lw-form .sign-input {
    align-items: flex-start;
 }
 
 .lw-txt {
    flex: 1;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
 }
 
 .my-tab-title {
    border-bottom: 1px solid #e7ebee;
    padding-left: 20px;
 }
 
 .my-tab-title a {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    margin-right: 30px;
 }
 
 .my-tab-title a.active {
    color: #266eed;
 }
 
 .my-tab-title a.active::after {
    display: block;
    content: '';
    height: 3px;
    width: 30px;
    background: #266eed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 }
 
 .set-info-bg {
    background: #f3f7ff url(../images/tel.png) no-repeat 20px 15px;
    background-size: 60px 60px;
    padding-left: 95px;
 }
 
 .set-pass-bg {
    background: #f3f7ff url(../images/lock.png) no-repeat 20px 15px;
    background-size: 60px 60px;
    padding-left: 95px;
 }
 
 .code-img {
    height: 44px;
    width: 120px;
    border: 1px solid #1571e3 !important;
    cursor: pointer;
 }
 
 .code-img img {
    width: 100%;
    height: 100%;
 }
 
 .set-forget {
    color: #548ba7;
    margin-left: 20px;
 }
 
 .my-item-box {
    margin: 20px;
 }
 
 .blue-box {
    border: 1px solid #a5c0ef;
    border-radius: 5px;
    background: #f1f6ff;
    padding: 20px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
 }
 
 .item-box-title h2 {
    font-weight: normal;
    color: #266eed;
    margin-bottom: 15px;
 }
 
 .item-box-title p {
    color: #647ca8
 }
 
 .item-box-btn {
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1571e3;
    color: #fff;
    border-radius: 3px;
 }
 
 .blue-box.orange-box {
    border-color: #ff7b2c;
    background-color: #fff6f1;
 }
 
 .orange-box h2 {
    color: #ff7b2c;
 }
 
 .orange-box p {
    color: #c37b53
 }
 
 .orange-box .item-box-btn {
    background-color: #ff7b2c;
 }
 
 .green-box h2 {
    color: #26b400;
 }
 
 .green-box p {
    color: #6db25a
 }
 
 .green-box .item-box-btn {
    background-color: #26b400;
 }
 
 .blue-box.green-box {
    border-color: #26b400;
    background-color: #f3f9f1;
 }
 
 .my-h2 {
    font-size: 22px;
    color: #555;
 }
 
 .flex-zcfw {
    display: flex;
    justify-content: space-between;
    width: 100%;
 }
 
 .zcfw-item {
    width: 20%;
    text-align: center;
 }
 
 .zcfw-item:hover {
    text-decoration: none;
 }
 
 .zcfw-item h3 {
    font-size: 28px;
 }
 
 .zcfw-item p {
    font-size: 18px;
    margin: 5px 0 10px;
 }
 
 .zcfw-item span {
    color: #6f6f6f;
 }
 
 .flex-zcfw .zcfw-item:nth-child(1) h3,
 .flex-zcfw .zcfw-item:nth-child(1) p {
    color: #266eed;
 }
 
 .flex-zcfw .zcfw-item:nth-child(2) h3,
 .flex-zcfw .zcfw-item:nth-child(2) p {
    color: #42c09c;
 }
 
 .flex-zcfw .zcfw-item:nth-child(3) h3,
 .flex-zcfw .zcfw-item:nth-child(3) p {
    color: #f55b5b;
 }
 
 .flex-zcfw .zcfw-item:nth-child(4) h3,
 .flex-zcfw .zcfw-item:nth-child(4) p {
    color: #ce69da;
 }
 
 .flex-zcfw .zcfw-item:nth-child(5) h3,
 .flex-zcfw .zcfw-item:nth-child(5) p {
    color: #7388ad;
 }
 
 .flex-jrfw {
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, rgba(255, 242, 234) 100%, rgba(255, 242, 234) 0);
    align-items: center;
 }
 
 .jrfw-left {
    border-left: 4px solid #ff7b2c;
    padding-left: 20px;
 }
 
 .jrfw-left h3 {
    font-size: 18px;
    color: #ff7b2c;
    margin-bottom: 15px;
 }
 
 .jrfw-num {
    font-size: 30px;
    font-weight: bold;
    color: #ff7b2c;
 }
 
 .flex-qyhz {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
 }
 
 .qyhz-item {
    width: 218px;
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    background-image: linear-gradient(to right, #3da5ff, #3c82fa);
    box-sizing: border-box;
    margin: 0 20px 20px 0;
 }
 
 .qyhz-item img {
    width: 62px;
    height: 62px;
    margin-right: 15px;
 }
 
 .qyhz-item-title p {
    color: #fff;
    margin-bottom: 10px;
 }
 
 .qyhz-item-title h3 {
    font-size: 28px;
    color: #fff;
 }
 
 .flex-qyhz .qyhz-item:nth-child(2) {
    background-image: linear-gradient(to right, #ff6666, #f55858);
 }
 
 .flex-qyhz .qyhz-item:nth-child(3) {
    background-image: linear-gradient(to right, #ffa42e, #f58c22);
 }
 
 .flex-qyhz .qyhz-item:nth-child(4) {
    background-image: linear-gradient(to right, #31cc6f, #15b354);
 }
 
 .flex-qyhz .qyhz-item:nth-child(5) {
    background-image: linear-gradient(to right, #6de0c6, #5bd1b7);
 }
 
 .flex-qyhz .qyhz-item:nth-child(6) {
    background-image: linear-gradient(to right, #9d85ff, #935ffa);
 }
 
 .flex-qyhz .qyhz-item:nth-child(7) {
    background-image: linear-gradient(to right, #3da5ff, #3c82fa);
 }
 
 .table-list span {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
 }
 
 .table-th span {
    background-color: #f7f7f7;
 }
 
 .table-list span:nth-child(1) {
    width: 28%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 2%;
 }
 
 .table-list span:nth-child(2) {
    width: 15%;
 }
 
 .table-list span:nth-child(3) {
    width: 20%;
 }
 
 .table-list span:nth-child(4) {
    width: 20%;
 }
 
 .table-list span:nth-child(5) {
    width: 15%;
 }
 
 .my-select {
    border: 1px solid #dcdcdc;
    width: 130px;
    height: 44px;
    padding: 0 10px;
    margin-right: 20px;
 }
 
 .my-input {
    width: 280px;
    height: 44px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
 }
 
 .my-sch {
    width: 62px;
    height: 44px;
    background-color: #266eed;
    border: 1px solid #266eed;
    color: #fff;
    cursor: pointer;
 }
 
 .my-reset {
    width: 62px;
    height: 44px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    cursor: pointer;
 }
 
 .news-all {
    margin: 20px;
 }
 
 .news-items {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7ebee;
    padding-bottom: 20px;
    display: block;
 }
 
 .news-img {
    width: 200px;
    height: 150px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
 }
 
 .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 
 .news-words {
    width: 940px;
 }
 
 .news-words .t0 {
    font-size: 26px;
    margin-bottom: 15px;
 }
 
 .news-words .t1 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
    height: 56px;
 }
 
 .notice-time {
    width: 150px;
    height: 130px;
    margin-right: 20px;
    background-color: #266eed;
 }
 
 .notice-time .box {
    text-align: center;
    padding-top: 20px;
 }
 
 .notice-time .box .n {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
 }
 
 .notice-time .box .m {
    color: #fff;
    font-size: 20px;
 }
 
 .notice-text {
    width: 990px;
 }
 
 .notice-text .t0 {
    font-size: 28px;
    margin: 5px 0 15px;
 }
 
 .notice-text .t1 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
 }
 
 .detail-title {
    font-size: 28px;
    text-align: center;
 }
 
 .detail-time {
    text-align: center;
    margin-top: 15px;
 }
 
 .detail-con {
    margin-top: 30px;
    margin-bottom: 50px;
 }
 
 .detail-con p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
 }
 
 /* 企业互助 */
 .bg-qyhz {
    background: url(../images/qyhz.jpg) no-repeat center top;
 }
 
 .qyhz-nav {
    display: flex;
    justify-content: center
 }
 
 .qyhz-nav a {
    display: block;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 60px;
    line-height: 60px;
 }
 
 .qyhz-nav a.on {
    color: #266eed;
    position: relative;
 }
 
 .qyhz-nav a.on:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 38px;
    width: 50px;
    height: 2px;
    background-color: #266eed;
 }
 
 .qyhz-nav a:hover {
    text-decoration: none;
 }
 
 .qyhz-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
 }
 
 .qyhz-link-item {
    width: 560px;
    display: flex;
    align-items: center;
    background-color: #fafbff;
    padding: 20px;
    justify-content: space-between;
 }
 
 .qyhz-link-item img {
    width: 94px;
    margin-right: 20px;
 }
 
 .qyhz-link-item .text h2 {
    font-size: 18px;
 }
 
 .qyhz-link-item .text p {
    margin-top: 10px;
 }
 
 .qyhz-link-item a {
    display: block;
    color: #fff;
    background-color: #007fff;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px
 }
 
 .qyhz-search {
    border-radius: 55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 800px;
    height: 54px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    padding: 0 5px;
 }
 
 .qyhz-search input {
    width: 100%;
    border: 0;
    height: 50px;
    padding-left: 30px;
 }
 
 .qyhz-hot {
    font-size: 14px;
    color: #6f6f6f;
    text-align: center;
 }
 
 .qyhz-h3 {
    background: url(../images/qyhz-h3-bg.png) no-repeat center center;
    width: 381px;
    margin: 30px auto;
    text-align: center;
    font-size: 28px;
 }
 
 .qyhz-gycp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
 }
 
 .qyhz-gycp a {
    display: block;
    width: 260px;
    height: 403px;
    flex: 0 0 auto;
    margin-bottom: 30px;
    text-decoration: none;
 }
 
 .qyhz-gycp a h2 {
    font-size: 20px;
    color: #ff771c;
    margin-top: 15px;
 }
 
 .qyhz-gycp a h3 {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
 }
 
 .qyhz-gycp a p {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
 }
 
 .qyhz-gycp-img {
    width: 260px;
    height: 260px;
 }
 
 .qyhz-gycp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 
 .qyhz-gycp a p.flex {
    display: flex;
    justify-content: space-between;
 }
 
 .qyhz-gycp a p.flex span:nth-child(2) {
    color: #007fff;
 }
 
 .qyhz-gycp a p.flex span img {
    margin-right: 5px;
 }
 
 .qyhz-more {
    display: block;
    width: 148px;
    margin: 30px auto;
    background: #007fff;
    color: #fff;
    border-radius: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
 }
 
 .qyhz-more:hover {
    color: #fff;
 }
 
 .bg-scqy-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
 }
 
 .scqy-item {
    background-color: #fff;
    padding: 20px 20px 10px;
    width: 340px;
    height: 110px;
 }
 
 .scqy-item .flex {
    display: flex;
 }
 
 .scqy-item .flex img {
    width: 62px;
    height: 62px;
    margin-right: 10px;
 }
 
 .scqy-item .flex h2 {
    font-size: 18px;
    color: #000;
    margin: 5px 0 7px;
 }
 
 .scqy-local {
    color: #999b9e;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
 }
 
 .scqy-local img {
    margin-right: 10px;
 }
 
 .bg-scqy-title {
    text-align: center;
    margin-bottom: 20px;
 }
 
 .bg-scqy-foot-img {
    text-align: center;
    margin-top: 30px;
 }
 
 .bg-gxdj-foot-img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
 }
 
 .bg-gxdj-box {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    background-color: #fff;
    gap: 20px;
 }
 
 .bg-gxdj-title {
    text-align: center;
    margin-bottom: 20px;
 }
 
 .gxdj-item-img {
    width: 100%;
    height: 170px;
 }
 
 .gxdj-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 
 .gxdj-item h2 {
    font-size: 20px;
    margin-top: 15px;
 }
 
 .gxdj-item p {
    margin-top: 10px;
 }
 
 .nav-counter {
    position: absolute;
    top: 5px;
    right: -18px;
    min-width: 8px;
    height: 12px;
    width: 12px;
    margin-top: -11px;
    font-weight: normal;
    color: white;
    text-shadow: 0 1px rgb(0 0 0 / 20%);
    background: #e23442;
    border: 1px solid #911f28;
    border-radius: 10px;
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
    -webkit-box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
    box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
    line-height: 10px;
 
 }
 
 .nav-counter-blue {
    background: #e8616c;
    border: 1px solid #dd202f;
    background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
 }

.platename {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    width: 200px;
    color: #005CD3;
    font-weight: bold;
}

.userlogin {
    width: 60px;
    height: 25px;
    margin-top: 12px;
    float: right;
    cursor: pointer;
}
.menus {
    width: 100%;
    height: 50px;
    background-color: #ffffff
}
.menu {
    position: absolute;
    width: 50%;
    height: 50px;
    border: 0px solid #000000;
    left: 25%;
}
.menu_fs {
    position: absolute;
    width: 100%;
    height: 50px;
    border: 0px solid #000000;
    left: 150px;
}

.menudiv {
    width: 33%;
    float: left;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.menudiv_fs {
    width: 150px;
    float: left;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.menu50 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
}

.menu80 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
}

.menucheck {
    font-weight: bold;
    border-top: 3px solid #005CD3;
    color: #005CD3
}
.sitemap {
    width: 100%;
    height: 40px;
    border: 0px solid #000000;
    font-size: 1.1rem;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.sitemaplink {
    text-decoration: none;
    color: #FF8F1F;
    font-size: 1.1rem;
    font-weight: bold;
}
.sitemapunlink {
    font-size: 1.1rem;
}
.clear {
    clear: both;
}

.boxinfo {
    min-height: 600px;
    margin-top: -40px;
}
.boxinfoproduct {
    min-height: 500px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.search {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    min-height: 400px;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    padding: 25px 0 25px 0;
}

.searchdiv {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.search-text {
    width: 100%;
    height: 50px;
    border: 0px solid #000000;
    position: relative;
    margin-bottom: 15px;
}

.search-text-input {
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    padding-left: 10px;
}

.search-text-sub {
    position: absolute;
    left: 370px;
    top: 0;
    width: 80px;
    height: 50px;
    border-radius: 6px;
    opacity: 1;
    background: linear-gradient(90deg, #005CD3 0%, #00B7FF 100%);
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.search-text-clear {
    width: 70px;
    position: absolute;
    right: 0px;
    top: 35px;
    display: none;
}

.search-checked {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    padding-top: 20px;
    display: none;
}

.search-checked-lab {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    color: #005CD3;
    width: 50px;
    text-align: left;
    border: 0px solid #DEDEDE;
    font-weight: bold;
    float: left;
}

.search-checked-info {
    display: block;
    height: 25px;
    margin-right: 10px;
    line-height: 25px;
    font-size: 1.1rem;
    color: #005CD3;
    border-radius: 4px;
    min-width: 60px;
    text-align: left;
    border: 1px solid #005CD3;
    float: left;
    background-color: #F6F9FF;
    margin-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

    .search-checked-info img {
        width: 9px;
        height: 9px;
        vertical-align: middle;
        cursor: pointer;
    }

.search-check {
    width: 100%;
    min-height: 35px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}

.search-check-span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    color: #222222;
    min-width: 50px;
    text-align: left;
    border: 0px solid #DEDEDE;
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 8px;
}

.search-check-div {
    float: left;
    width: 92%;
}

.search-check-text-checkall {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    min-width: 50px;
    text-align: left;
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    border: 1px solid #DEDEDE;
    background-color: #005CD3;
    cursor: pointer;
}

.search-check-text-uncheck {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    min-width: 50px;
    text-align: left;
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #222222;
    cursor: pointer;
}

.search-check-text-checked {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    min-width: 50px;
    text-align: left;
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #005CD3;
    background-color: #F6F9FF;
    font-weight: bold;
    cursor: pointer;
}

.boxlist {
    min-height: 600px;
    margin-top: -90px;
}
.boxlistproduct {
    min-height: 600px;
}

.list {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    min-height: 400px;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    padding: 25px 0 25px 0;
    margin-bottom: 50px;
}

.listdiv {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.list-head {
    width: 100%;
    height: 40px;
    position: relative;
}

.list-head-countlab {
    position: absolute;
    font-size: 1.2rem;
}

    .list-head-countlab b {
        color: #005CD3;
    }

.list-head-orderby1 {
    position: absolute;
    width: 90px;
    border: 0px solid #000000;
    height: 40px;
    right: 0;
    cursor: pointer;
}

.list-head-orderby2 {
    position: absolute;
    width: 120px;
    border: 0px solid #000000;
    height: 40px;
    right: 130px;
    cursor: pointer;
}

.list-head-orderby-lab {
    position: absolute;
    font-size: 1.1rem;
    color: #005CD3;
    line-height: 40px;
    font-weight: bold;
}

.list-head-orderby-img {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 0;
}

.list-head-orderby-imgUp {
    width: 13px;
    height: 5px;
    position: relative;
    top: 5px;
}

.list-head-orderby-imgDown {
    width: 13px;
    height: 5px;
    transform: rotate(180deg);
    position: relative;
    bottom: 5px;
}

.list-body {
    width: 100%;
    margin-bottom: 20px;
}

.list-body-list {
    width: 100%;
    height: 150px;
    border-top: 1px solid #DEDEDE;
    position: relative;
}

.list-body-list-flag {
    width: 90px;
    height: 35px;
    position: absolute;
    right: 0;
}

    .list-body-list-flag img {
        width: 100%;
        height: 100%;
    }

    .list-body-list-flag span {
        position: absolute;
        right: 10px;
        height: 35px;
        line-height: 35px;
        color: #ffffff;
    }

.list-body-list-left {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
}

.list-body-list-left-value {
    position: absolute;
    width: 100%;
    top: 40px;
    height: 50px;
    border: 0px solid #000000;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #D04D3F;
}

.list-body-list-left-lab {
    position: absolute;
    width: 100%;
    top: 85px;
    height: 30px;
    border: 0px solid #000000;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    color: #8C8C8C;
}

.list-body-list-left-line {
    width: 1px;
    height: 100px;
    background-color: #DEDEDE;
    float: left;
    margin-top: 25px;
}

.list-body-list-center {
    width: 950px;
    height: 150px;
    border: 0px solid #DEDEDE;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

.list-body-list-center-tag1 {
    width: 130px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    background-color: #F6F9FF;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    color: #005CD3;
    text-align: center;
    float: left;
}

    .list-body-list-center-tag1 b {
        color: #005CD3;
    }

.list-body-list-center-tag2 {
    width: 50px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    background-color: #E0F2EF;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    color: #58B8AB;
    text-align: center;
    float: left;
}

.list-body-list-center-tag3 {
    width: 50px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    background-color: #F6F6F6;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    color: #8C8C8C;
    text-align: center;
    float: left;
}

.list-body-list-center-tag4 {
    width: 70px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    background-color: #FCF2F1;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    color: #D04D3F;
    text-align: center;
    float: left;
}

.list-body-list-center-add {
    font-size: 1rem;
    line-height: 40px;
    left: 20px;
    top: 10px;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    color: #8C8C8C;
    text-align: center;
    float: left;
    border: 1px solid #8C8C8C;
    margin-left: 15px;
}

    .list-body-list-center-add img {
        width: 12px;
        margin-right: 5px;
        vertical-align: middle;
    }

.list-body-list-center-title {
    border-radius: 6px;
    color: #8C8C8C;
    float: left;
    width: 800px;
    border: 0px solid #000000;
    height: 80px;
}

.list-body-list-center-title-info {
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 1.5rem;
    color: #222222;
    font-weight: bold;
    display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal;
}

.list-body-list-center-title-date {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    color: #222222;
    float: left;
    margin-right: 50px;
}

.list-body-list-center-title-dep {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    color: #222222;
    float: left;
}

.list-body-list-right1 {
    width: 130px;
    height: 50px;
    float: right;
    border: 1px solid #DEDEDE;
    position: relative;
    border-radius: 8px;
    background: #005CD3;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    cursor:pointer;
}

.list-body-list-right2 {
    width: 130px;
    height: 50px;
    float: right;
    position: relative;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    color: #8C8C8C;
    font-size: 1.2rem;
}

.list-pages {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    border: 0px solid #000000;
    line-height: 40px;
    font-size: 1.1rem;
}

.list-pages-allnum {
    font-size: 1.1rem;
    line-height: 40px;
    float: left;
    margin-right:20px;
}

.list-pages select {
    width: 95px;
    font-size: 1.1rem;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    border-radius: 6px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.list-pages input {
    width: 30px;
    font-size: 1.1rem;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    border-radius: 6px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.list-pages-number {
    display: block;
    float: left;
    border: 1px solid #DEDEDE;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 10px;
    color: #333333;
    font-size: 1rem;
    border-radius: 3px;
}

    .list-pages-number:hover {
        background-color: #F6F9FF;
    }

.list-pages-number-none {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 10px;
    color: #333333;
}

.list-pages-number-check {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #005CD3;
}
.polinfo-left {
    float: left;
    width: 900px;
    min-height: 500px;
}

.polinfo-div {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0px solid #000000;
    padding-bottom: 40px;
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.polinfo-div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0px solid #000000;
    padding-bottom: 40px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.polinfo-right {
    float: right;
    width: 280px;
    border: 0px solid #000000;
    min-height: 500px;
    border-radius: 6px;
}

.polinfo-add {
    font-size: 1rem;
    line-height: 40px;
    border-radius: 6px;
    color: #8C8C8C;
    text-align: left;
    width: 80px;
}

    .polinfo-add img {
        width: 12px;
        margin-right: 5px;
        vertical-align: middle;
    }

.polinfo-title {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
    margin-bottom: 15px;
}

.polinfo-tag1 {
    width: 130px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    color: #005CD3;
    text-align: left;
    float: left;
}

    .polinfo-tag1 b {
        color: #005CD3;
    }

.polinfo-tag2 {
    width: 50px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    color: #58B8AB;
    text-align: left;
    float: left;
}

.polinfo-tag3 {
    width: 50px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    background-color: #F6F6F6;
    color: #8C8C8C;
    text-align: left;
    float: left;
}

.polinfo-tag4 {
    width: 70px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
    background-color: #FCF2F1;
    border-radius: 6px;
    color: #D04D3F;
    text-align: left;
    float: left;
}

.polinfo-submit1 {
    width: 130px;
    height: 50px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background: #005CD3;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    margin-top: 10px;
}

.polinfo-submit2 {
    width: 130px;
    height: 50px;
    float: right;
    position: relative;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    color: #8C8C8C;
    font-size: 1.2rem;
}

.polinfo-table {
    width: 100%;
    min-height: 50px;
    border: 0.06rem solid #DEDEDE;
    margin-top: 15px;
}

.polinfo-table-tr {
    width: 100%;
    min-height: 50px;
    border-right: 0.06rem solid #DEDEDE;
    border-left: 0.06rem solid #DEDEDE;
    border-top: 0.06rem solid #DEDEDE;
}

.polinfo-table-tr-td1 {
    width: 200px;
    min-height: 50px;
    border-right: 0.06rem solid #DEDEDE;
    float: left;
    background-color: #F9FAFC;
    color: #556C99;
    text-align: center;
    line-height: 50px;
    font-size: 1.2rem;
}

.polinfo-table-tr-td2 {
    width: 210px;
    min-height: 50px;
    border-right: 0.06rem solid #DEDEDE;
    float: left;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
}

.polinfo-table-tr-td3 {
    width: 210px;
    min-height: 50px;
    border-right: 0rem solid #DEDEDE;
    float: left;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
}

.polinfo-information-div {
    width: 100%;
    height: 60px;
    border-top: 1px solid #DEDEDE;
    background-color: #F9FAFC;
}

.polinfo-information {
    display: flex;
    list-style-type: none; /* 移除列表前的默认符号 */
    padding: 0; /* 移除默认的内边距 */
}

    .polinfo-information li {
        width: 20%;
        text-align: center;
        line-height: 60px;
        font-size: 1.3rem;
        font-weight: bold;
        border-right: 1px solid #DEDEDE;
        cursor: pointer;
    }

.polinfo-information-check {
    border-top: 3px solid #005CD3;
    background-color: #ffffff;
    color: #005CD3;
    border-left: 1px solid #DEDEDE;
}

.polinfo-information-show {
    width: 100%;
    min-height: 200px;
    padding: 15px;
    font-size: 1rem;
    color: #333333;
}

.displaynone {
    display: none;
}

.polinfo-right-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5% 10px 5%;
    background-color: #ffffff;
    min-height: 100px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.polinfo-right-box-title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    color: #333333;
    font-weight: bold;
    border: 0px solid #000000;
}

.polinfo-right-box-text {
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 22px;
    font-size: 1rem;
    color: #333333;
    border: 0px solid #000000;
    margin-top: 8px;
}

.polinfo-right-box-textarea {
    width: 90%;
    height: 100px;
    margin-top: 10px;
    border: 0.06rem solid #DEDEDE;
    padding: 10px;
    resize: none;
    outline: none;
}

.polinfo-right-box-sub {
    cursor: pointer;
    margin-top: 15px;
    color: #005CD3;
    border-radius: 0.38rem;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.06rem solid #005CD3;
    width: 120px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.star-box {
    width: 100%;
    height: 30px;
    border: 0px solid #000000;
}

.star-box-title {
    display: block;
    width: 100px;
    line-height: 30px;
    font-size: 1rem;
    float: left;
}

.star-rating {
    width: 150px;
    float: right;
    height: 30px;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        float: right;
        font-size: 22px;
        color: #ccc; /* 未选中颜色 */
        padding: 0; /* 移除默认的内边距 */
        cursor: pointer;
        transition: color 0.2s; /* 添加过渡效果 */
        margin: 0 5px 0 5px;
        font-weight: bold;
    }

        .star-rating label:before {
            content: '★'; /* 使用星号字符 */
        }

        .star-rating input:checked ~ label, /* 获取选中的星星之前的所有星星 */
        .star-rating label:hover, /* 鼠标悬停效果 */
        .star-rating label:hover ~ label {
            color: #ffc107; /* 选中或悬停颜色 */
        }


.fshead {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    min-height: 320px;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    padding: 25px 0 25px 0;
    position: relative;
}

.fshead-title {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
}

.fshead-lab {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 1.2rem;
    line-height: 60px;
    top: 65px;
}

.fshead-step1 {
    position: absolute;
    top: 140px;
    width: 260px;
    left: 100px;
}

.fshead-step2 {
    position: absolute;
    top: 140px;
    width: 260px;
    left: 470px;
}

.fshead-step3 {
    position: absolute;
    top: 140px;
    width: 260px;
    right: 100px;
}

.fshead-submit {
    position: absolute;
    left: 450px;
    bottom: 30px;
    width: 300px;
    height: 60px;
    border-radius: 0.5rem;
    opacity: 1;
    background: linear-gradient(90deg, #005CD3 0%, #00B7FF 100%);
    text-align: center;
    line-height: 60px;
    font-size: 1.2rem;
    color: #ffffff;
    cursor: pointer;
}

.fsTSZQ {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 30px;
}

.fsTSZQ-title {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
}

.fsTSZQ-lab {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 1rem;
    line-height: 60px;
    top: 45px;
}

.fsTSZQ-List {
    position: absolute;
    top: 120px;
}

    .fsTSZQ-List img {
        width: 220px;
        float: left;
        margin: 0px 40px 0 40px;
        cursor: pointer;
    }

.fsTSZQ-more {
    position: absolute;
    left: 450px;
    bottom: 20px;
    width: 300px;
    height: 60px;
    border-radius: 0.5rem;
    opacity: 1;
    background: linear-gradient(90deg, #005CD3 0%, #00B7FF 100%);
    text-align: center;
    line-height: 60px;
    font-size: 1.2rem;
    color: #ffffff;
    cursor: pointer;
}


.fsRXZQ {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 30px;
}

.fsRXZQ-title {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
}

.fsRXZQ-lab {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;
    font-size: 1rem;
    line-height: 60px;
    top: 45px;
}

.fsRXZQ-more {
    position: absolute;
    left: 450px;
    bottom: 20px;
    width: 300px;
    height: 60px;
    border-radius: 0.5rem;
    opacity: 1;
    background: linear-gradient(90deg, #005CD3 0%, #00B7FF 100%);
    text-align: center;
    line-height: 60px;
    font-size: 1.2rem;
    color: #ffffff;
    cursor: pointer;
}

.swiper {
    width: 1000px;
    height: 270px;
    margin: 0 auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    border: 0px solid #000000;
}

.fsRXZQ-list {
    width: 95%;
    height: 260px;
    border: 1px solid #005CD3;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.fsRXZQ-list-head {
    height: 50px;
    width: 100%;
    background-color: #0D57B7;
}

.fsRXZQ-list-logo {
    width: 60px;
    height: 60px;
    margin: -30px auto 0 auto;
}

.fsRXZQ-list-name {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.3rem;
    color: #222222;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fsRXZQ-list-rate {
    display: block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.8rem;
    color: #D04D3F;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.fsRXZQ-list-bottom {
    width: 100%;
    height: 60px;
    position: relative;
}

.fsRXZQ-list-bottom-left {
    width: 48%;
    height: 60px;
    float: left;
}

.fsRXZQ-list-bottom-center {
    width: 1px;
    height: 40px;
    border-right: 1px solid #8C8C8C;
    position: absolute;
    left: 49%;
    top: 10px;
}

.fsRXZQ-list-bottom-right {
    width: 48%;
    height: 60px;
    float: right;
}

.fsRXZQ-list-bottom-text {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #222222;
    font-weight: bold;
}

.fsRXZQ-list-bottom-lab {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #8C8C8C;
}

.fsXWZX-list {
    width: 95%;
    height: 260px;
    border-radius: 0.5rem;
    position: relative;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.06rem solid #F6F6F6;
    box-shadow: 0px 0.25px 3.38px 0px rgba(13, 87, 183, 0.09);
}



.fsXWZX-list-logo {
    width: 160px;
    height: 90px;
    margin: 20px auto 0 auto;
    border-radius: 6px;
}

.fsXWZX-list-name {
    display: block;
    width: 85%;
    min-height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 1.2rem;
    color: #222222;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-weight: bold;
    border: 0px solid #8C8C8C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fsXWZX-list-from {
    display: block;
    width: 85%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 1rem;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fsXWZX-list-date {
    display: block;
    width: 85%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 1rem;
    color: #8C8C8C;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fsXWZX-list-bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    font-size: 0.9rem;
    cursor: pointer;
    display: block;
    color: #005CD3;
}
.fs-list-head {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.fs-list-body {
    width: 100%;
    margin-bottom: 20px;
}

.fs-list-body-list {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}


.fs-list-body-list-left {
    width: 400px;
    height: 120px;
    float: left;
    position: relative;
}

.fs-list-body-list-left-img {
    width: 80px;
    height: 150px;
    float: left;
}

.fs-list-body-list-left-info {
    width: 310px;
    height: 150px;
    float: left;
}

.fs-list-body-list-left-info-box1 {
    height: 40px;
    width: 100%;
}

.fs-list-body-list-left-info-box2 {
    height: 30px;
    width: 100%;
}

.fs-list-body-list-left-value {
    width: 92%;
    height: 40px;
    border: 0px solid #000000;
    text-align: left;
    font-size: 1rem;
    color: #333333;
    display: block;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fs-list-body-list-left-lab {
    width: 100%;
    height: 40px;
    border: 0px solid #000000;
    line-height: 40px;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    display: block;
        display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal;
}

.fs-list-body-list-left-logo {
    width: 70px;
    height: 70px;
    margin: 40px 10px 0 0;
    border: 0px solid #000000;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #D04D3F;
    float: left;
}

.fs-list-body-list-left-bank {
    border: 0.63px solid #005CD3;
    text-align: center;
    font-size: 0.8rem;
    color: #D04D3F;
    background-color: #F6F9FF;
    padding: 3px;
    color: #005CD3;
    border-radius: 3px;
}


.fs-list-body-list-left-line {
    width: 1px;
    height: 80px;
    background-color: #DEDEDE;
    float: left;
    margin-top: 40px;
}

.fs-list-body-list-center {
    width: 580px;
    height: 150px;
    border: 0px solid #DEDEDE;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

.fs-list-body-list-center-box {
    width: 32%;
    height: 120px;
    float: left;
    text-align: center;
    position: relative;
}

.fs-list-body-list-center-box-text {
    display: block;
    height: 50px;
    font-size: 1.7rem;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #8A5928;
    position: absolute;
    top: 30px;
}

.fs-list-body-list-center-box-lab {
    display: block;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #333333;
    position: absolute;
    bottom: 0px;
}

.fs-list-body-list-right {
    width: 130px;
    height: 50px;
    float: right;
    margin-top: 50px;
    border: 1px solid #DEDEDE;
    position: relative;
    border-radius: 8px;
    background: #005CD3;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
}
.fs-info-list {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    min-height: 50px;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    margin-bottom: 50px;
}

.fsinfo-list-body {
    width: 100%;
    margin-bottom: 20px;
}

.fsinfo-list-body-list {
    width: 100%;
    height: 150px;
    position: relative;
}


.fsinfo-list-body-list-left {
    width: 300px;
    height: 120px;
    float: left;
    position: relative;
}

.fsinfo-list-body-list-left-img {
    width: 80px;
    height: 150px;
    float: left;
}

.fsinfo-list-body-list-left-info {
    width: 200px;
    height: 150px;
    float: left;
}

.fsinfo-list-body-list-left-info-box1 {
    height: 60px;
    width: 100%;
}

.fsinfo-list-body-list-left-info-box2 {
    height: 60px;
    width: 100%;
}

.fsinfo-list-body-list-left-lab {
    width: 100%;
    height: 50px;
    border: 0px solid #000000;
    line-height: 70px;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.fsinfo-list-body-list-left-logo {
    width: 70px;
    height: 70px;
    margin: 40px 10px 0 0;
    border: 0px solid #000000;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #D04D3F;
    float: left;
}

.fsinfo-list-body-list-left-bank {
    border: 0.63px solid #005CD3;
    text-align: center;
    font-size: 0.8rem;
    color: #D04D3F;
    background-color: #F6F9FF;
    padding: 3px;
    color: #005CD3;
    border-radius: 3px;
    margin-top: 40px;
}


.fsinfo-list-body-list-left-line {
    width: 1px;
    height: 80px;
    background-color: #DEDEDE;
    float: left;
    margin-top: 40px;
}

.fsinfo-list-body-list-center {
    width: 780px;
    height: 150px;
    border: 0px solid #DEDEDE;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

.fsinfo-list-body-list-center-box {
    width: 32%;
    height: 120px;
    float: left;
    text-align: center;
    position: relative;
}

.fsinfo-list-body-list-center-box-text {
    display: block;
    height: 50px;
    font-size: 1.7rem;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #8A5928;
    position: absolute;
    top: 30px;
}

.fsinfo-list-body-list-center-box-lab {
    display: block;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #333333;
    position: absolute;
    bottom: 0px;
}

.fsinfo-box {
    width: 100%;
    min-height: 80px;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    border-radius: 3px;
}

.fsinfo-box-head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #DEDEDE;
    background-color: #F9FAFC;
    position: relative;
}

    .fsinfo-box-head span {
        position: absolute;
        line-height: 40px;
        font-size: 1.1rem;
        font-weight: bold;
        left: 20px;
    }

.fsinfo-box-body {
    padding: 20px;
    font-size: 1rem;
    line-height: 20px;
}

.fsinfo-sub-box {
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
}

.fsinfo-sub {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #005CD3;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.fsinfo-sub-back {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #005CD3;
    border: 1px solid #005CD3;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.ins-search {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    margin-bottom: 50px;
}

.ins-search-box {
    width: 20%;
    font-size: 1.3rem;
    font-weight: bold;
    float: left;
}

.ins-search-box-spanuncheck {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

.ins-search-box-spancheck {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    border-bottom: 3px solid #005CD3;
    text-align: center;
    line-height: 80px;
    color: #005CD3;
    cursor: pointer;
}

.ins-list-box {
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
}

.ins-list-box-div {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    border: 0px solid #000000;
}

    .ins-list-box-div img {
        width: 70px;
        margin-top: 15px;
        float: left;
    }


.ins-list-box-div-title {
    width: 950px;
    height: 100px;
    float: left;
    position: relative;
    margin-left:15px;
}

.ins-list-box-div-title-lab {
    width: 100%;
    height: 70px;
}

.ins-list-box-div-title-lab-bank {
    font-size: 1.2rem;
    line-height: 70px;
    font-weight: bold;
    float: left;
}

.ins-list-box-div-title-lab-type {
    font-size: 0.8rem;
    line-height: 15px;
    padding: 5px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    border-radius: 2px;
    opacity: 1;
    background: #005CD3;
    margin-top: 22px;
    color: #FFFFFF;
}

.ins-list-box-div-title-lab-childrencount {
    border-radius: 2px;
    background: #F6F9FF;
    padding: 5px;
    font-size: 0.8rem;
    margin-left: 10px;
    color: #005CD3;
    margin-top: 22px;
    float: left;
}
.ins-list-box-div-title-lab-childrencountNull {
    border-radius: 2px;
    background: #F6F6F6;
    padding: 5px;
    font-size: 0.8rem;
    margin-left: 10px;
    color: #969696;
    margin-top: 22px;
    float: left;
}

.ins-list-box-div-title-info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    position: absolute;
    bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ins-list-box-div-check {
    float: right;
    width: 100px;
}

.ins-list-box-div-checkon {
    width: 100px;
    height: 40px;
    text-align: center;
    background-color: #005CD3;
    float: right;
    margin-top: 30px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

    .ins-list-box-div-checkon span {
        width: 30px;
        position: absolute;
        left: 30px;
        line-height: 40px;
        color: #ffffff;
    }

    .ins-list-box-div-checkon img {
        right: 13px;
        width: 13px;
        position: absolute;
        right: 22px;
        top: 2px;
        transform: rotate(180deg);
    }


.ins-list-box-chidren {
    width: 100%;
    min-height: 100px;
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
    padding-top: 15px;
    display:none;
}

.ins-list-box-chidren-list {
    width: 95%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

.ins-list-box-chidren-list-info {
    width: 950px;
    height: 50px;
    float: left;
}

.ins-list-box-chidren-list-info-title {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0em;
    color: #333333;
    line-height: 35px;
    float: left;
}

.ins-list-box-chidren-list-info-childcount {
    border-radius: 2px;
    opacity: 1;
    background: #F6F9FF;
    float: left;
    padding: 5px 8px 5px 8px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #005CD3;
}

.ins-list-box-chidren-list-info-info {
    font-size: 0.9rem;
    width: 100%;
    margin-top: 5px;
    display: block;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ins-list-box-chidren-list-check {
    width: 100px;
    height: 40px;
    float: right;
    border-radius: 8px;
    opacity: 1;
    background: #F6F9FF;
    font-size: 1rem;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0em;
    color: #005CD3;
    text-align: center;
    margin-top: 10px;
}
.ins-product-box {
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
}

.ins-product-list {
    width: 580px;
    min-height: 200px;
    margin-bottom: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.ins-product-list-box {
    padding: 20px 0 20px 0;
    width: 100%;
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px rgba(13, 87, 183, 0.09);
}

.ins-product-list-box-tag {
    height: 25px;
    border: 0px solid #000000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    line-height: 25px
}

.ins-product-list-box-tag-span {
    padding: 5px;
    border-radius: 2px;
    opacity: 1;
}

.span-style-1 {
    background: #FFEEEE;
    color: #D13D3D;
}

.span-style-2 {
    background: #D6EFE7;
    color: #078F61;
}

.ins-product-list-box-name {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

.ins-product-list-box-info {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

.ins-product-list-box-info-33 {
    width: 33%;
    float: left;
    height: 80px;
    text-align: center;
    position: relative;
}

.ins-product-list-box-info-lab {
    position: absolute;
    font-size: 1rem;
    color: #333333;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    bottom: 10px;
    font-weight: normal;
}

.ins-product-list-box-info-text {
    position: absolute;
    font-size: 1rem;
    color: #8A5928;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.5rem;
    top: 10px;
}

.ins-product-list-box-info-check {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    opacity: 1;
    background: #005CD3;
    display: block;
    line-height: 40px;
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.DeclarationBox{
   width: 320px;height: 480px;background-color: #ffffff;border-radius: 6px;padding-top: 20px;
}
.DeclarationBox-Context{
   width: 90%;height: 400px;border: 0px solid #000000;margin-left: auto;margin-right: auto;overflow: auto;text-align: justify;
}
.DeclarationBox-Btn{
   color: #ffffff; text-align: center;font-size: 1rem;line-height: 40px; width: 90%;height: 40px;margin-left: auto;margin-right: auto;margin-top: 15px;border-radius: 3px;background-color: #F05400;
}
.NodataImg{
   width: 60%;margin-left: auto;margin-right: auto;display: block;margin-top: 50px;margin-bottom: 50px;
}
.NodataImg40{
   width: 40%;margin-left: auto;margin-right: auto;display: block;margin-top: 50px;margin-bottom: 50px;
}