* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: none;
}

a:hover,
a:visited,
a:link,
a:active {
    color: #333333;
    /* border: 0px; */
    outline: none;

}

#header {
    width: 100%;
    height: 74px;
    background-color: #fff;
}

.flex-r {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-container,
.footer-container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header-container {
    height: 74px;
}

.header-container .logo {
    /* width: 40px; */
    height: 40px;
    background: rgba(158, 203, 244, 0.29);
    border-radius: 6px 6px 6px 6px;
}

.header-container h1 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-left: 12px;
}

.header-container>.back-home {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-left: auto;
}

#footer {
    width: 100%;
    background-color:#1F2942;
    padding-top: 40px;
    /* padding-bottom: 8px; */
}

.footer-container {}

.f-c-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fct-nav {}

.fct-nav>a {
    margin-right: 38px;
    font-size: 16px;
    font-weight: 500;
    color: #D3D3D3;
    position: relative;
}

.fct-nav>a::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -17px;
}

.fct-nav>a:last-child::after {
    content: '';
    display: none;
}

.fct-h-line {
    width: 0.5px;
    height: 140px;
    margin: 0px 10px;
    background-color: #3B445C;
    margin-bottom: 30px;
}

.fct-contact {
    /* padding: 20px 0px; */
}

.fct-contact .title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}

.fct-links {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.fct-links>a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    max-width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fct-phone-info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.fct-phone-info>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.record-info>a {
    font-size: 14px;
    font-weight: 500;
    color: #C8C8C8;
    margin-right: 30px;
}

.fct-right {
    /* margin-right: 20%;
    margin-left: auto; */
}

.fct-right .title {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #D3D3D3;
}

.ewm-wrap {
    margin-top: 12px;

}

.ewm-item {
    margin-right: 20px;
}

.ewm-item>img {
    width: 102px;
    height: 102px;
}

.ewm-item>p {
    color: #D3D3D3;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;

}

.flex-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-c-line {
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    opacity: 0.2;
    margin-top: 20px;
}

.f-c-bottom {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #C8C8C8;
    flex-wrap: wrap;
    margin-top: 20px;
}

.f-c-bottom>span {
    margin-right: 36px;
    margin-bottom: 20px;
}

.f-c-bottom>a {
    margin-right: 36px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #C8C8C8;
    flex-wrap: wrap;
}

#main {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.index-swiper-info {
    width: 100%;
    margin-top: 24px !important;
    position: relative;
}

.index-swiper-info .swiper-pagination {
    padding-right: 46px;
    box-sizing: border-box;
    text-align: right;
}

.pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin-right: 8px;
}

.pagination-bullet-active {
    margin-right: 8px;
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
}

.index-swiper-info .swiper {
    width: 1200px;
    height: 296px;
}

.download-info-item {
    transition: all .2s;
    margin-top: 8px;
}

.download-info-item:hover {
    color: #188ACA;
}

.swiper-item {
    width: 100%;

}

.swiper img {
    width: 100%;
    height: 296px;
    object-fit: cover;
}

.index-news-info {
    background-color: #fff;
    margin-top: 24px !important;
    height: 745px;
    box-sizing: border-box;
    padding: 32px 36px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.ini-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ini-left-content {
    margin-top: 24px;
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 12px;
    box-sizing: border-box;
}

.ini-right-content {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 4px;
    box-sizing: border-box;
    margin-top: 24px;
}

.ini-content::-webkit-scrollbar {
    width: 4px;
}

.ini-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar-thumb:hover {
    background: transparent;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar-thumb:active {
    background: transparent;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar {
    width: 4px;
}

.ini-content:hover:-webkit-scrollbar-track {
    background: rgba(179, 177, 177, 0.0);
    border-radius: 10px;
}

.ini-content:hover::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
    border-radius: 10px;
}

.ini-content::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

.inilc-item {
    display: block;
    padding: 12px 0px;
    /* padding-top: 24px; */
    border-bottom: 1px dashed #D1E5FF;
}

.inilc-item:hover>.title {
    color: #0029E1;
}

.inilc-item:first-child {
    padding-top: 0px;
}

.btn-default {
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #0029E1;
    transition: all .3s;
    border: 1px solid #0029E1;
    background-color: #fff;
    cursor: pointer;
    padding: 0px 12px;
}

.btn-default:hover {
    color: #fff;
    background-color: #0029E1;
}

.inilc-item>.title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.hide2line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inilc-item>.con {
    font-size: 14px;
    font-weight: 400;
    /* line-height: 16px; */
    color: #666666;
    margin: 12px 0px;
}

.inilc-item>.bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ini-right {
    width: 384px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
}

.inil-title {
    border-left: 3px solid #0029E1;
    padding-left: 6px;
}

.inir-title {
    height: 38px;
    width: 230px;
    border: 1px solid #0029E1;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.inirt-tip {
    width: 90px;
    background-color: #0029E1;
    text-align: center;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.inirt-desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.inirt-desc>span {
    display: block;
    width: 8px;
    height: 8px;
    background: #0029E1;
    border-radius: 2px 2px 2px 2px;
    margin-right: 8px;
}

.inilr-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.inilr-item:hover>.iri-time>span {
    color: #0029E1
}

.inilr-item:hover>.iri-right>.title {
    color: #0029E1
}

.inilr-item:first-child {
    margin-top: 12px;
}

.iri-time {
    flex-shrink: 0;
    margin-right: 12px;
}

.iri-time>span {
    font-size: 48px;
    font-weight: 400;
    color: #999999;
    line-height: 56px;
    transition: all .3s;
}

.iri-time>p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.iri-right {
    flex: 1;
    border-left: 1px dashed #9DC8FF;
}

.iri-right>.title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 19px;
    border-bottom: 1px dashed #9DC8FF;
    padding: 0px 8px 8px 8px;
}

.iri-right>.con {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 8px 8px 0px 8px;
    /* line-height: 16px; */
}

.linnear-line {
    width: 142px;
    height: 4px;
    background: linear-gradient(41deg, #0029E1 17%, rgba(240, 79, 234, 0) 100%);
    border-radius: 5px 5px 5px 5px;
    margin: 4px 0px;
}

.section-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
}

.section-title .title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.section-title .desc {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.form-wrap {
    width: 454px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin-right: 15%;
    padding: 15px 24px;
    box-sizing: border-box;
    position: relative;
}

.form-wrap h2 {
    font-size: 28px;
    font-weight: 500;
    color: #666666;
}

.error-info {
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(204, 42, 42);
    font-size: 14px;
    background-color: rgba(204, 42, 42, 0.1);
    border-radius: 4px;
    display: none;
}

.login-wrap {
    width: 100%;
    display: block;
}

.register-wrap {
    width: 100%;
    display: none;
}

.forget-pwd-wrap {
    width: 100%;
    display: none;
}

.forget-pwd-wrap-step-2 {
    display: none;
    position: relative;
}

.forget-pwd-wrap-step-2 .form-item>p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 24px;

}

.forget-pwd-wrap-step-2-loading {
    position: absolute;
    width: 100%;
    height: 100%;

}

.forget-pwd-wrap-step-3 {
    display: none;
    position: relative;
}

.forget-pwd-inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 34px;
}

.forget-pwd-inputs>input {
    flex: 1;
    margin-right: 20px;
    width: 46px;
    height: 54px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #C4C4C4;
    text-align: center;
}

.forget-pwd-inputs>.active-input {
    border: 1px solid #0029E1;
}

.forget-pwd-inputs>input:last-child {
    margin-right: 0px;

}

.forget-phone {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 700;
}

.captcha-code-wrap {
    display: flex;
    flex-direction: row;
}

.captcha-code {
    width: 130px;
    margin-left: 12px;
    border: 1px solid #0029E1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #0029E1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 14px;
    cursor: pointer;
}

.form-item {
    width: 100%;
    margin-top: 24px;
}

.flex-r-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.form-item .fi-label {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.fi-label>span {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.fi-action {

    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.fi-action-btn {
    color: #2649E6 !important;
    cursor: pointer;
}

.form-item .fi-content {
    margin-top: 14px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #DFDFDF;
    padding: 0px 12px;
    transition: all 0.3s;
}

.form-item .fi-content:hover {
    border: 1px solid #0029E1;
}

.form-item .fi-content img {
    width: 20px;
    height: 20px;
}

.form-item-l {
    height: 17px;
    width: 1px;
    background-color: #E1E1E1;
    margin: 0px 12px;
}

.form-item .fi-content input {
    flex: 1;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.remember-password-wrap {
    margin-top: 26px;
    cursor: pointer;
}

.check-box-wrap>.check-box {
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}

.check-box-wrap>span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-left: 12px;
}

.forget-password {
    color: #2649E6;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.login-home-btn {
    background-color: #2649E6;
    height: 42px;
    background: #2649E6;
    border-radius: 4px 4px 4px 4px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.3s;
}

.login-home-btn :hover {
    background-color: #1ba9fc;
}

.header-login {
    margin-left: auto;
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.base-top,
.base-follwer {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 2px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 120px;
    /* right: 50px; */
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

.base-top>img {
    width: 24px;
    height: 24px;
}

.base-line {
    width: 1px;
    height: 16px;
    background-color: #666666;
    margin: 0px 8px;
}

.section {
    width: 1200px;
    margin: 0 auto;
}

.base-nav {
    background-color: #fff;
}

.base-nav ul {
    display: flex;
    flex-direction: row;


}

.base-nav ul li>a {
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.base-nav ul li {
    transition: all 0.3s;
    padding: 14px 10px;
    margin-right: 40px;
    /* padding: 14px 20px;
    margin-right: 10px; */
    border-bottom: 3px solid transparent;
}

.base-nav ul li:hover {
    border-bottom: 3px solid #0029E1;

}

.base-nav ul li:hover a {
    color: #0029E1;
}

.base-nav-li-active {
    border-bottom: 3px solid #0029E1 !important;

}

.base-nav-li-active>a {
    color: #0029E1 !important;
}

.base-header {
    height: auto !important;
}

.banner-wrap {
    width: 100%;
    position: relative;
}

.section-full-wrap {
    width: 100%;
}

.index-rules-info {
    padding: 32px 36px;
    box-sizing: border-box;
    /* display: flex;flex-direction: row; */
    background-color: #fff;
    border-bottom: 6px solid #D1E5FF;

}

.hdashline {
    width: 1px;
    align-self: stretch;
    border-right: 1px dashed #D0E5FF;
    margin: 0px 30px;
}

.irules-info-block {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.v3-more-btn {
    height: 38px;
    text-align: center;
    background: #0029E1;
    border-radius: 4px 4px 4px 4px;
    padding: 0px 12px;
    line-height: 38px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF !important;
}

.v3-more-btn:hover {
    color: #fff;
}

.irules-info-block>.title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0029E1;
    overflow: hidden;
}

.irules-info-block>.title>p {
    flex-shrink: 0;
}

.irules-info-block>.title>div {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.irules-info-block>.title>div>img {
    height: 24px;
}

.info-block-con {
    width: 100%;
}

.info-con-item {
    display: block;
    padding: 10px 0px;
}

.info-con-item:first-child {
    margin-top: 10px;
}

.info-con-item:last-child {
    margin-bottom: 10px;
}

.info-con-item:nth-of-type(3n) {
    border-bottom: 1px dashed #D0E5FF;
}

.info-con-item>.title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.info-con-item>.title:hover {
    color: #0029E1;
}

.info-con-item>.title>span {
    width: 6px;
    height: 6px;
    background: #0029E1;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
}

.info-con-item>.desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 8px;
}

.banner-img {
    width: 100%;
    min-height: 362px;
}

.banner-search {
    width: 1120px;
    margin: 0px auto;
    height: 68px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.banner-search .search-keywords {
    flex: 1;
}

.banner-search-btn {
    width: 166px;
    height: 100%;
    line-height: 68px;
    background: #0029E1;
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    box-shadow: -2px 1px 4px 1px #188ACA;
}

.banner-search .search-type {
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    margin-left: 30px;
}

.banner-search .search-type img {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.banner-search .search-keywords {
    border: 0px;
    padding: 0px 30px;
}

.news-wrap {
    margin-bottom: 37px;
    width: 100%;
    height: 84px;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.08);
}

.news-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
}

.news-container .base-line {
    margin: 0px 30px;
    background-color: #CFCFCF;
}

.news-item-warp {
    flex: 1;
    overflow: hidden;
}

.base-c {
    width: 4px;
    height: 4px;
    background: #0029E1;
    margin-right: 6px;
}

.news-item {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.news-item-title {
    color: #0029E1;
    margin-bottom: 8px;
}

.news-item>.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.news-item>.time {
    margin-left: auto;
}

.news-more-wrap {
    position: absolute;
    bottom: -28px;
    background-color: #fff;
    padding: 6px 22px;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.06);
    left: calc(50% - 46px);
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.news-more-wrap>img {
    width: 16px;
    height: 16px;
}

.index-project-info {
    background-color: #fff;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.index-project-info>h1 {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.one-stop-service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.one-stop-service-item {
    width: calc((100% - 66px) / 4);
    padding: 18px 10px;
    box-sizing: border-box;
    margin-right: 22px;
    background: #FFFFFF;
    margin-bottom: 22px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
}

.one-stop-service-item:nth-of-type(4n) {
    margin-right: 0px;
}

.one-stop-service-item>img {
    width: 256px;
    height: 176px;
}

.one-stop-service-item>.title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin: 14px 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.one-stop-service-item>.desc {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-service-item {
    padding: 0px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 46px;
}

.data-service-item-left {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.data-service-item-left>.title {
    font-size: 20px;
    font-weight: 500;
    color: #0029E1;
    margin-bottom: 17px;
}

.data-service-item-left>.desc {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    width: 65%;
    line-height: 30px;
}

.data-service-item-img {
    width: 44%;
}

.icr-banner {
    display: block;
}

.icr-choose {
    background-color: #fff;
    margin: 16px auto;
    padding: 34px 60px;
    box-sizing: border-box;

}

.icr-choose-wrap {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icr-choose-left {
    height: 264px;
    width: 344px;
    position: relative;
}

.icr-choose-left>img {
    width: 100%;
    height: 100%;
}

.icr-choose-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 24px;
}

.icr-choose-desc>.title {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 17px 0px;
}

.icr-choose-desc>.desc {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.icr-choose-desc>.icr-bottom-border {
    width: 36px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
}

.icr-choose-item {
    height: 100%;
    flex: 1;
    padding: 30px 40px;
    box-sizing: border-box;
}

.icr-choose-item>img {
    width: 52px;
    height: 52px;
}

.icr-choose-item>.title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 6px;
    margin-bottom: 12px;

}

.icr-choose-item>.desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.icr-choose-item>a {
    font-size: 14px;
    font-weight: 400;
    width: 88px;
    height: 28px;
    background: #0029E1;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    line-height: 28px;
    justify-content: center;
    margin-top: 40px;
}

.icr-choose-item>a>img {
    width: 20px;
    height: 20px;
}

.icr-choose-wrap .base-line {
    background-color: transparent;
    border-left: 1px dashed #BBE6FF;
    height: 174px;
}

.icr-example-wrap {
    margin-top: 12px;
}

.icr-example {
    background-color: #fff;
    padding: 17px 46px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.icr-e-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.icr-example-item .base-c {
    margin-right: 14px;
    border-radius: 50%;
}

.icr-example-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    overflow: hidden;
    border-bottom: 1px dashed #BBE6FF;
    ;
    padding: 20px 0px;
    transition: all 0.3s;
    cursor: pointer;
}

.icr-example-item:hover {
    color: #0029E1;
}

.icr-example-item>.title {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icr-example-item>.time {
    margin-left: auto;
}

.show-more-icr {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
}

.policy-title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.policy-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 12px;
}

.policy-item-title>a {
    font-size: 16px;
    font-weight: 500;
    color: #0029E1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.policy-item-title>a>img {
    width: 18px;
    margin-left: 4px;
}

.policy-msg {
    padding: 40px 0px;
}

.policy-msg .title {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.policy-msg .desc {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 24px 0px;
    text-align: center;
}

.policy-msg-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: flex-start;
}

.p-msg-total {
    width: 246px;
    height: 232px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 18px 0px 18px 24px;
    margin-top: 60px;
}

.p-msg-t-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ACACAC;
    padding: 20px 10px;
    justify-content: space-between;
    margin: 24px 0px;
    padding-right: 20px;
}

.p-msg-t-center .total {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.p-msg-t-center .total-desc {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 12px;
}

.p-msg-total>.title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

.p-msg-total>.subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.p-msg-right {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.pmsg-r-l {
    width: 656px;
    background-color: #3D66FE;
    padding: 24px 34px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.pmsg-r-l>p {
    margin-bottom: 34px;
}

.pmsg-r-r {
    flex: 1;
    padding: 24px 34px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pmsg-r-w-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
}

.pmsg-r-r>a {
    display: block;
    width: 104px;
    height: 38px;
    background: #0029E1;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
}

.pmsg-r-r>.title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.pmsg-r-r>.desc {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.policy-from {
    padding: 20px 38px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 50px auto;
}

.policy-f-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.policy-f-title .title {
    font-size: 32px;
    font-weight: 600;
    color: #666666;
}

.title-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.policy-f-more {
    font-size: 14px;
    font-weight: 600;
    color: #0029E1 !important;
    margin-left: 80px;
    cursor: pointer;
    white-space: nowrap;
}

.policy-f-more:hover {
    color: #0029E1;
}

.title-right .base-line {
    margin: 0px 16px;
}

.policy-from-item-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
}

.policy-from-item {
    flex: 1;
    overflow: hidden;
}

.policy-from-item>.title {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 24px;
}

.pfitem-c {
    border: 1px solid #DEDEDE;
    border-radius: 2px 2px 2px 2px;
    padding: 15px 17px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.pfitem-c>p {
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;


}

.pfitem-c-b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.pfitem-c-b>span {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.policy-form-item-b {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.policy-form-item-b>a {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.policy-from-item-wrap>.base-line {
    background-color: #DEDEDE;
    height: 420px;
    margin: 24px;
}

.loading-data-block {
    width: calc(100% - .6rem);
    height: calc(100% - .6rem);
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .3);
    min-height: 3rem;
}

.loading-data-block>img {

    width: 50px;
    height: 50px;
    animation: rotating 1.5s infinite;
}

.hideimg {
    opacity: 0;
    height: 0;
    width: 0;
}

@keyframes rotating {
    100% {
        transform: rotate(360deg);
    }
}

.header-login {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-login:hover>.drop-content {
    display: block;
}

.drop-content {
    width: 132px;
    position: absolute;
    top: 38px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    display: none;
}

.drop-item {
    width: 100%;
    padding: 9px 12px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.drop-item:hover {
    background-color: #DDEAFF;
}

.drop-item>img {
    width: 16px;
    height: 16px;
}

.drop-item>span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-left: 15px;
}

.change-pwd-success-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.c-pwd-success {
    width: 298px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.c-pwd-success>img {
    width: 51px;
    height: 51px;
}

.c-pwd-success>p {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.c-pwd-success>.rto-login-btn {
    width: 98px;
    height: 30px;
    background: #0029E1;
    border-radius: 2px 2px 2px 2px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.base-nav ul li:hover>.nav-item-child {

    height: auto;
    opacity: 1;

}

.nav-item-child {
    min-width: 100%;
    width: fit-content;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    opacity: 0;
    transition: all .3s;
    top: 99%;
    z-index: 10;
    padding: 0px 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.nav-children-link {
    display: block;
    height: 48px;
    text-align: center;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    cursor: pointer;
}

.nav-children-link:hover {
    color: #0029E1;
}

.change-info-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
}

.change-info-content {
    width: 473px;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;

}

.change-info-content>.cic-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #E7E7E7;
}

.change-info-content .fi-label>span {
    font-size: 14px;
    color: #333333;
}

.cic-b-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cic-colose-btn {
    width: 84px;
    height: 32px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0029E1;
    text-align: center;
    line-height: 32px;
    color: #0029E1;
    font-size: 14px;
}

.cic-ok-btn {
    width: 84px;
    height: 32px;
    background: #0029E1;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    font-size: 14px;
    margin-left: 24px;
    text-align: center;
    line-height: 32px;
}

.change-info-content .fi-content {
    height: 34px;
}

.change-info-content .form-item .fi-content input {
    font-size: 14px;
}