* {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Medium, PingFang SC;
}

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;
    border-bottom: 1px solid #C9CDD4;
}

.flex-r {
    display: flex; flex-direction: row;align-items: center;
}

.header-container,
.footer-container {
    width: 1200px;
    margin: 0 auto;
}

.header-container {
    height: 74px;
}

.header-container .logo {
    /* width: 40px; */
    height: 60px;
    background: rgba(158, 203, 244, 0.29);
    border-radius: 6px 6px 6px 6px;
}

.header-container h1 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-left: 12px;
}

.header-login {
    margin-left: auto;
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.header-container>.back-home {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-left: auto;
}

.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;
}


#footer {
    width: 100%;
    background-color: #1A2033;
    padding-bottom: 8px;
}

.footer-container {
    padding-top: 50px;
    box-sizing: border-box;
}

.f-c-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fct-nav {
    display: flex;
    flex-direction: column;
}

.fct-nav>a {
    margin-right: 38px;
    font-size: 16px;
    font-weight: 500;
    color: #D3D3D3!important;
    position: relative;
    margin-bottom: 10px;
}
.fct-title {
    font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF!important;
padding-bottom: 24px;
}



.fct-phone-info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 12px;
}

.fct-phone-info>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.record-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
    font-size: 14px;
    margin-top: 40px;
}

.record-info>a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
}

.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 {}

.ewm-item {
    margin-right: 20px;
}

.ewm-item>img {
    width: 92px;
    height: 92px;
}

.ewm-item>p {
    color: #D3D3D3;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;

}

.hover-modal-item {

    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    position: relative;
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.hover-modal-item>img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.hover-modal-content {
    display: none;
    width: 1200px;
    max-height: 470px;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #FFFFFF;
    z-index: 10;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    padding: 16px;
    box-sizing: border-box;
}
.base-empty {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #666;
}
.base-empty>img {
    width: 78px;
    height: 78px;
    margin-bottom: 5px;
}
.triangle-top {
    position: absolute;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    filter: drop-shadow(1px -3px 3px rgba(0, 0, 0, .23));

}

.hover-modal-content h1 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    padding: 0;
}
.hover-modal-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.suggest-modal-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
font-weight: 500;
color: #505F79;
margin-top: 10px;
}
.suggest-modal-b img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.suggest-modal-content {
    max-height: 290px;
    margin-top: 10px;
    width: 100%;
    background: #FFFFFF;
border-radius: 2px;
border: 1px solid #E3E3E3;
overflow-y: scroll;
overflow-x: hidden;
}
.smc-titles {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.smc-titles > div {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
font-weight: 400;
color: #333333;
padding: 15px;
box-sizing: border-box;
text-align: center;
border-bottom: 1px solid #E3E3E3;

}
.smc-titles a {
    color: #096DD9;
}

.update-modal-content {
    width: 100%;
    max-height: 400px;
    margin-top: 12px;
    overflow-y: scroll;
    position: relative;
}
.update-content-item > span{
    position: absolute;
    top: 0px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D5D7;
    border-radius: 50%;
}
.update-content-item:first-child > span {
    background: #BDD2ED;
    border: 1px solid #4785D6;
}

.update-content-item {
    width: calc(100% - 5px);
    margin-left: 5px;
    border-left: 1px solid #D1D5D7;
    padding: 0px 16px;
    box-sizing: border-box;
    padding-bottom: 34px;
    position: relative;
}
.update-content-item > .time {
    font-size: 14px;
font-weight: 500;
color: #4785D6;
}
.update-content-item .title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 12px;
}
.update-content-item .desc {
    width: calc(100% - 12px);
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}
.flex-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fct-left {
    display: flex;
    flex-direction: row;
}

.f-c-line {
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    opacity: 0.2;
    margin-top: 20px;
}

.f-c-b-wrap {
    width: 100%;
    background-color: #E9EFFB;
}

.f-c-bottom {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 12px;
}

.f-c-bottom>span {
    margin-right: 36px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.f-c-bottom>a {
    margin-right: 36px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

#main {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.form-wrap {
    width: 486px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin-right: 15%;
    padding: 30px 47px;
    box-sizing: border-box;
}

.header-login {
    margin-left: auto;
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.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: 20px;
    border-bottom: 3px solid transparent;
}

.base-nav ul li:hover {
    border-bottom: 3px solid #05A1FA;

}

.base-nav ul li:hover a {
    color: #05A1FA;
}

.base-nav-li-active {
    border-bottom: 3px solid #05A1FA !important;

}

.base-nav-li-active>a {
    color: #05A1FA !important;
}

.base-header {
    height: auto !important;
}

.banner-wrap {
    width: 100%;
    position: relative;

}

.banner-img {
    width: 100%;
    min-height: 434px;
    max-height: 434px;
    object-fit: cover;
}
.banner-other-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.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: #05A1FA;
    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: #05A1FA;
    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: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.index-project-info>h1::after {
    content: "";
    width: 98px;
    height: 4px;
    background: #006EE1;
    border-radius: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.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: #333333;
    margin-bottom: 17px;
}

.data-service-item-left>.desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 65%;
    line-height: 30px;
}

.data-service-item-left>.togo {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #006EE1;
    padding-top: 20px;
    margin-top: 10px;
    position: relative;
}

.data-service-item-left>.togo::after {
    content: "";
    width: 82px;
    height: 4px;
    background: linear-gradient(180deg, #EEEEEE 0%, #006FE9 100%);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.data-service-item-img {
    width: 44%;
}

.platform-news {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.platform-new-l,
.platform-new-r {
    width: calc((100% - 40px) / 2);
}

.platform-new-l {
    margin-right: 40px;
}

.platform-new-l>img {
    width: 100%;
    height: calc(58px * 3 + 24px * 2);
}

.platform-new-item {
    height: 58px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.pni-l {
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
    flex-shrink: 0;
}

.pni-r {
    border-left: 1px solid #DEE4EC;
    overflow: hidden;
    flex: 1;
}

.pni-r-t {
    border-bottom: 1px solid #DEE4EC;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pni-r-d {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pni-l-t {
    font-size: 40px;
    font-weight: 500;
    color: #333333;
}

.pni-l-d {
    color: #666666;
    white-space: nowrap;
    margin-top: 2px;
}

.platform-new-r .platform-new-item {
    margin-bottom: 24px;
}

.platform-new-l .platform-new-item {
    margin-top: 24px;
}

.platform-new-item:hover .pni-l-t,
.platform-new-item:hover .pni-l-d,
.platform-new-item:hover .pni-r-t,
.platform-new-item:hover .pni-r-d {
    transition: all .3s;
}

.platform-new-item:hover .pni-l-t,
.platform-new-item:hover .pni-l-d,
.platform-new-item:hover .pni-r-t,
.platform-new-item:hover .pni-r-d {
    color: #116acac4 !important;
}

.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;

}
.hide3line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hide5line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.hide1line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
}


/* industry.html */

.industry-tabs {
    width: 100%;
    background: #F2F5FC;
border-radius: 4px;
padding: 6px 40px;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 30px;
}
.industry-tab {
    flex: 1;
    height: 46px;
background: #F2F5FC;
border-radius: 2px;
font-size: 16px;
font-weight: 500;
color: #666666!important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.industry-tab-active {
    background: #006EE1;
    color: #FFFFFF!important;
}

.base-h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    margin-top: 30px;
}

.base-h1::after {
    content: "";
    width: 98px;
    height: 4px;
    background: #006EE1;
    border-radius: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.industry-con {
    width: 100%;
    background: #FFFFFF;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
margin-bottom: 32px;
}
.industry-con-tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
border-bottom: 1px solid #EAEAEA;
font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
height: 58px;
cursor: pointer;
}
.in-c-active {
    font-size: 20px;
font-weight: 600;
color: #006EE1;
height: 100%;
border-bottom: 4px solid #006EE1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.industry-con-wrap {
    width: 100%;
    position: relative;
}
.industry-con-wrap > div {
    display: none;
}
.icon-w-active {
    display: block!important;
}
.icon-wrap-img {
    position: relative;
    width: 100%;
    height: 190px;
}
.icon-wrap-img > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.icon-wrap-img > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 62px;
    box-sizing: border-box;
}
.icon-wrap-img .title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.icon-wrap-img .desc {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    margin-top: 8px;
}
.icon-wrap-img .more {
    font-size: 16px;
    font-weight: 600;
    color: #006FE9;
    margin-top: 14px;
}
.industry-items {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.industry-item {
    width: calc((100% - 30px) / 4);
    aspect-ratio: 290 / 176;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
}
.industry-item:nth-of-type(4n) {
    margin-right: 0px;
}
.industry-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industry-item > div  {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
}
.industry-item > div >p{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
font-weight: 400;
color: #FFFFFF;
}
.industry-item > div > img {
    flex-shrink: 0;
    margin-left: 10px;
}

.hgbase-nav-bar {
    height: 48px;
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px rgba(89,109,140,0.12);
}
.hgbase-nav-bar > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #888686;
}
.hgbase-nav-bar > div > a {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
font-weight: 400;
color: #888686;
}
.hgbase-nav-bar > div > a:last-child {
    color: #666666;

}



.fse-from-select-value {
    width: 50%;
    
    
}
.empty-wrap {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

.fse-from-select {
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0px;
    background-color: #fff;
    /* display: flex; */
    flex-direction: column;
    border: 1px solid #E5E5E5;
    display: none;
    z-index: 9;
    max-height: 300px;
    overflow-y: scroll;
}

.fse-from-input {
    position: relative;
}
.fse-from-input {
    margin-top: 12px;
    width: 400px;
    height: 34px;
    padding: 7px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
border-radius: 2px;
border: 1px solid #E5E5E5; 
outline: none;
}
.fse-from-input:focus {
    border: 1px solid #90D5FF;
}

.from-select-item {
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    color: #666667;
    padding: 0px 12px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.from-select-item:hover {
    background-color: #90D5FF;
    color: #333333;
}

.fse-from-append {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    top: 0px;
}

.fse-from-zk {
    position: absolute;
    right: 12px;
    width: 20px;
    top: 8px;
}

.fse-from-input-select {
    cursor: pointer;
}

.fse-from-input-select:hover {
    border: 1px solid #90D5FF;
}

.fse-from-select-value {
    color: #666666;
    font-size: 14px;
}

.fse-from-select-value-2 {
    width: 100% !important;
}

.fse-from-select-2 {
    display: none;
    flex-direction: row;
    z-index: 999;
}

.fse-from-select-2>div {
    flex: 1;
    height: 204px;
    overflow-y: scroll;
}


.fse-from-select-2>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.fse-from-select-2>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(122, 122, 122, 0.288);
    background: rgba(122, 122, 122, 0.288);
}

.fse-from-select-2>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #f5f5f5;
}

.from-select-item-2-active {
    background-color: #90D5FF;
    color: #333333;


}

.confirm-address-choose {
    position: absolute;
    background-color: #90D5FF;
    color: #fff;
    bottom: -233px;
    right: 0px;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 14px;
    display: none;
    z-index: 10;
}

.err-msg {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -38px;
    font-size: 14px;
    left: 0px;
    color: rgb(223, 94, 94);
}


.success-btn1 {
    width: 166px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #979797;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-right: 12px;
}

.success-btn2 {
    width: 166px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #4E9BFF;
    background-color: #4E9BFF;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.from-submit-success {
    margin-bottom: 40px;
    display: none;
    background-color: #fff;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hg-base-modal-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.hg-base-modal-content {
    position: fixed;
    /* position: absolute; */ 
    width: 1200px;
    margin: 0px auto;
    background: #FFFFFF;
    top: 100px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 10;
}
.service-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}
.service-items > label {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-items > label > p {
    margin-left: 6px;
}
.service-items > p {
    margin-left: 14px;
    font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666667;
}
.hg-base-modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}
.price-slice-input{
    height: 34px;
    padding: 7px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    outline: none;
}


.pagination-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 0px;
}

.pagination-wrap .pre-page,
.pagination-wrap .next-page,
.pagination-wrap .page-item {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 8px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    transition: all .3s;
}

.page-item-active {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.pre-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item-more {
    border: 1px solid transparent !important;
}

.page-item-more:hover {
    cursor: default;
    border: 1px solid transparent !important;
}

.next-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-items {
    display: flex;
    flex-direction: row;
}

.pagination-wrap-center {
    justify-content: center;
    padding: 24px 0px 48px 0px;
}

.block a {
    color: #666;
}

.page-btn-disable {
    color: rgba(0, 0, 0, 0.15) !important;
}

.page-btn-disable:hover {
    cursor: no-drop;
    color: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.no-data-block {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-data-block>img {
    width: 128px;
    height: 128px;
}

.no-data-block>p {
    /* margin-top: 24px; */
    font-size: 14px;
    color: #bbb9b9;
    text-align: center;
}

.loading-data-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .2);
}

.loading-data-block>img {
    width: 50px;
    height: 50px;
    animation: rotating 1.5s infinite;
}

@keyframes rotating {
    100% {
        transform: rotate(360deg);
    }
}
.cuscs-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.cuscs-item {
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 4px;
border: 1px solid rgba(71, 133, 214,.5);
width: 265px;
height: 124px;
margin-right: 10px;
margin-bottom: 10px;
transition: all .2s;
}
.cuscs-item:hover {
    border: 1px solid rgba(71, 133, 214,1);
}
.cuscs-item img {
    transition: all .2s;
}
.cuscs-item:hover img {
    transform: scale(1.1);
}
.cuscs-item:nth-of-type(2n) {
    margin-right: 0px;
}
.cuscs-item:nth-of-type(3),.cuscs-item:nth-of-type(4) {
    margin-bottom: 0px;
}
.cuscs-item > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 32px;
font-weight: 600;
color: #000000;

}
.cuscs-item > div > p {
    padding-top: 8px;
}
.cuscs-item > p {
    font-size: 14px;
font-weight: 500;
color: #666666; 
}
.cus-srw-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EBEEF3;
    padding: 32px 0px;
    box-sizing: border-box;
    /* margin-bottom: 12px; */
}
.hide4line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;

    /* background-color: rgba(19, 189, 5, 1); color: #fff; */
}