.h-wrap {
    width: calc(1600 / 1920*100%);
    margin: 0 auto;
}
@media(min-width: 1921px){
    .h-wrap{width: 1600px;}
}
.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
}

.head-top-right .h-logo {
    /* width: 200px; */
    display: block;
    margin-left: 0;
    height: 70px;
}

.head-top-right .h-logo img{height: 100%;}

.ht-item {
    display: flex;
    padding: 8px 20px;
    border-radius: 16px;
    border: solid 1px #bbbbbb;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    margin-right: 12px;
}

.ht-item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #888888;
    margin-left: 10px;
    transition: all .3s;
}

.ht-item p span{
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
}

.ht-item:hover {
    background-color: #00abfe;
    border: solid 1px #ffffff;
}

.ht-item:hover img.active {
    display: block;
}

.ht-item:hover p {
    color: #ffffff;
}

.ht-item:hover img {
    display: none;
}

.ht-item img.active {
    display: none;
}

.ht-list {
    display: flex;
}

.head-top-left {
    display: flex;
    align-items: center;
}

.ht-search {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: #00abfe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #4f5766;
    margin-left: 10px;
    line-height: 1.5;
}
.nav-item a p:last-child{font-size: 14px;}

.nav-item a {
    /* display: flex; */
    justify-content: center;
    padding: 20px 5px 20px 20px;
    align-items: center;
    display: block;
    height: 100%;
    position: relative;
}

.nav-item a>img{
    position: absolute;
    left: 5px;
    top: 23px;
    width: 18px;
}

.nav-item a img.active {
    display: none;
}

.nav-item:hover a img.active {
    display: block;
}

.nav-item:hover a img {
    display: none;
}

.nav-item:hover a {
    background-color: #04acfd;

}

.nav-item:hover a p {
    color: #ffffff;
}







.nav-item.active a img.active {
    display: block;
}

.nav-item.active a img {
    display: none;
}

.nav-item.active a {
    background-color: #04acfd;
}

.nav-item.active a p {
    color: #ffffff;
}

.nav-item {
    flex: 1;
}

.head-list {
    display: flex;
}

.head-list-wrap {
    background-color: #eff2f7;
}



.FormBox {
    z-index: 12;
    position: absolute;
    right: 0;
    top: 80px;
    background: #fff;
    width: 40%;
    padding: 10px 0;
    display: none;
    box-shadow: 2px 1px 21px 0px rgb(96 96 96 / 60%);
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/search_logo.png) no-repeat center;
}


.SearchShow .FormBox {
    display: block;
}

.head-top-wrap {
    position: relative;
}


.home-search {
    display: flex;
    width: 100%;
}

.home-search-left {
    width: auto;
    border-radius: 32px 0 0 32px;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 0 10px 0 20px;
}

.home-search {
    display: flex;
}

.home-search-right {
    display: block;
    flex: 1;
}

.home-search-right form {
    width: 100%;
}
@media(max-width: 1500px){
    .home-search-right form{/* width: 250px; */}
}

.home-form {
    background-color: #f3f7fa;
    border-radius: 0px 32px 32px 0;
    display: flex;
    padding: 10px;
}

.home-form {

    justify-content: space-between;
}

.home-input {
    flex: 1;
    font-size: 0;
}

.home-input>img{width: 18px;}



.home-form button {
    width: 75px;
    height: 33px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
    background-color: #00abfe;
    border-radius: 22px;
}

.home-banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.home-banner-swiper .swiper-slide>img{width: 100%;}

.home-input input {
    background-color: transparent;
    padding-left: 10px;
    height: 33px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 18px);
}

.home-search-wrap {
    position: relative;
    float: left;
    width: auto;
    margin-right: 12px;
    width: 660px;
}

.hbr-item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.hbr-item:last-child{
    margin-bottom: 0;
}
.hb-content {
    display: flex;
    background-color: #f0f1f7;
    border-radius: 10px;
    overflow: hidden;
}

.hb-left {
    width: calc(900 / 1600 *100%);
}

.hbr-item-left {
    width: 60px;
    height: 66px;
    background-image: url(../images/hbl-bg.png);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.hbr-item-p{flex: 1;}

.hb-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.hbr-item-left img {
    max-width: 50%;
}

.hbr-item-p p {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 15px;
    line-height: 1.5;
}
.hbr-item-p p:nth-child(1){
    margin-bottom: 5px;
}
.hbr-item-p p:nth-child(2){
    font-size: 16px;
    /* color: #666; */
    line-height: 1.2;
}

.hb-left img {
    width: 100%;
    transition: all 1s;
}

.hb-left {
    overflow: hidden;
}

.hb-left:hover img {
    transform: scale(1.1);
}

.home-c-content {
    display: flex;
    flex-wrap: wrap;
}

.hc-item {
    width: 23.75%;
    margin-right: 1.666%;
    margin-bottom: 30px;
}

.hc-item:nth-child(4n) {
    margin-right: 0;
}

.hc-item-img {
    overflow: hidden;
    border-radius: 10px;
}

.hc-item-img img {
    border-radius: 10px;
    width: 100%;
    transition: all .3s;
}

.home-bn-wrap{margin-top: 50px;}
.home-bn-wrap .home-bn-link{display: block;width: 100%;}
.home-bn{border-radius: 10px;}

.home-c-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.hc-item-p {
    font-family: SourceHanSansCN-Regular;
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.hc-item-p p:nth-child(1){
    margin-bottom: 3px;
}

.hc-item-p *{
    line-height: inherit;
}


.hc-item:hover .hc-item-img img {
    transform: scale(1.1);
}

.foot-a {
    width: 141px;
}

.foot-b {
    display: flex;
}

.fb-item a {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20pxpx;
    letter-spacing: 0px;
    color: #888888;
    display: block;
    margin-bottom: 20px;
}
.fb-item a:last-child{
    margin-bottom: 0;
}
.fb-item a span{
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}
.fb-item {
    margin-right: 50px;
}

.fb-item:last-child {
    margin-right: 0;
}

.foot-container {
    display: flex;
    justify-content: space-between;
}

.fc-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.fc-item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    margin-left: 5px;
    color: #888888;
}

footer {
    padding: 50px 0;
    background-color: #f0f1f7;
}

.head-top-right a {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #333333;
    margin-left: 20px;
}

.head-top-right {
    display: flex;
    align-items: center;
}

.head-link {
    width: 140px;
    height: 44px;
    background-color: #00abfe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.login-banner>img {
    width: 100%;
}

.login-banner {
    position: relative;
}

.login-item-wrap {
    position: absolute;
    padding: 50px;
    background-color: #fff;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.title p {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bolds;
    color: #333333;
    text-align: center;
}

.login-form {
    margin-top: 40px;
    width: 450px;
}

.title::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 40px;
    margin-top: 20px;
    height: 4px;
    background-color: #00abfe;
}

.login-input {
    background-color: #f5f8fc;
    border-radius: 30px;
    width: 450px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.login-input input {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    height: 24px;
    background-color: transparent;
    padding-left: 15px;
    flex: 1;
    border-left: 1px solid #bfcada;
}

.login-input img {
    width: 24px;
    margin-right: 20px;
}

.login-btn {
    width: 100%;
    height: 50px;
    background-color: #00abfe;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    margin-top: 15px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.res-link {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.res-link a {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #9faec4;
}

.login-more {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.login-more::after {
    content: '';
    display: block;
    width: 145px;
    height: 1px;
    background-color: #dce3ef;
}

.login-more::before {
    content: '';
    display: block;
    width: 145px;
    height: 1px;
    background-color: #dce3ef;
}

.register-wrap {
    padding: 50px 0;
    background-color: #f5f8fc;
}

.register-content {
    padding: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}



.register-i-item {
    display: flex;
    width: 860px;
    margin: 0 auto;
    justify-content: flex-end;
    margin-bottom: 25px;
    align-items: center;
}

.ri-right {
    width: calc(700 / 860 *100%);
    height: 50px;
    background-color: #f5f8fc;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.ri-right input {
    border: none;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
}


.ri-right textarea {
    border: none;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    min-height: 180px;
    padding: 10px;
    resize: vertical;
}

.textarea.register-i-item {
    align-items: flex-start;
}

.textarea.register-i-item .ri-right {
    height: auto;
}

.ri-right .layui-unselect.layui-form-select {
    width: 100%;
}

.ri-right .layui-form-select dl dd.layui-this {
    background-color: transparent;
    color: #00abfe;
}

.ri-left {
    display: flex;
}

.ri-left span {
    white-space: nowrap;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.register-form {
    margin-top: 50px;
}

.ri-left span.red {
    color: #ff0000;
}

.register-i-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-i-btn button {
    width: 280px;
    height: 60px;
    margin: 0 10px;
    background-color: #00abfe;
    border-radius: 30px;
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    border: none;

}

.register-i-btn .reset {
    background-color: #f5f8fc;
    color: #84909f;
}

.reg-success {
    text-align: center;
}

.reg-success p {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    margin-top: 20px;
    color: #333333;
}

.reg-b {
    margin-top: 50px;
}

.reg-b a {
    display: block;
    width: 450px;
    height: 60px;
    background-color: #00abfe;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.reg-b p {
    margin-top: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #888888;
}

.reg-wrap.register-content {
    padding: 100px 0;
}

.index-s {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #00abfe;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #00abfe;
}

.step-p p {
    font-family: SourceHanSansCN-Medium;
    font-size: 22px;
    color: #00abfe;
}

.step-p {
    margin: 0 20px 0 10px;
}

.step-a {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.step-a::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background-color: #00abfe;
}

.step-list-wrap {
    display: flex;
    align-items: center;
}

.step-a:last-child::after {
    display: none;
}

.step-list-wrap {
    margin-top: 50px;
}

.step-a.active .index-s {
    color: #ffffff;
    background-color: #00abfe;
}

.register-i-item {
    position: relative;
}

.code-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background-color: #00abfe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.change-pad.register-i-btn {
    margin-top: 50px;
}


.unload-btn-wrap {
    width: 193px;
    height: 60px;
    background-color: #00abfe;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.upload-btn {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
}

.unload-btn-wrap p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.upload.register-i-item {
    align-items: flex-start;
}

.upload.register-i-item .ri-left {
    padding-top: 25px;
}

.upload.register-i-item .ri-right {
    height: auto;
    display: block;
    background-color: transparent;
}

.upload-img-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
    width: 190px;
    height: 190px;
    background-color: #f5f8fc;
    border-radius: 10px;
    padding: 20px 10px;
}



.delete {
    bottom: 10px;
    z-index: 2;
    right: 10px;
    position: absolute;
}

.delete img.active {
    display: none;
}

.delete:hover img {
    display: none;
}

.delete:hover img.active {
    display: block;
}

.uiw-img {
    max-width: 100%;
    min-width: 50%;
    height: auto;
    object-fit: cover;
}

.manage {
    font-family: SourceHanSansCN-Medium;
    padding: 10px 20px;
    font-size: 24px;
    letter-spacing: 0px;
    background-color: #00abfe;
    color: #ffffff;
}

.mange-change-item {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #84909f;
    background-color: #f5f8fc;
    border-radius: 30px;
    padding: 20px 35px;
    margin: 0 10px;
    cursor: pointer;
}

.mange-change-wrap {
    display: flex;
}

.mange-change-item.active {
    background-color: #00abfe;
    color: #ffffff;
}


.register-container.mange-container .register-form {
    display: none;
}

.register-container.mange-container .register-form:nth-child(1) {
    display: block;
}

.mange-step {
    text-align: center;
    margin-bottom: 30px;
}

.msa {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.msb {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 20px;
    letter-spacing: 0px;
    color: #00abfe;
}

.mange-step-b {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.msc {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #888888;
    margin-top: 15px;
}


.u-a {
    width: 100%;
    padding: 30px 0 10px 30px;
}

.u-b {
    width: 100%;
    font-size: 0;
}

.ub-img-list .u-c {
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    width: 190px;
    height: 190px;
    background-color: #f5f8fc;
    border-radius: 10px;
    margin-right: 10px;
    padding: 20px 10px;

}

.u-d {
    width: 149px;
    height: 115px;
    object-fit: cover;
}

.u-e {
    font-size: 14px;
    color: #666;
    padding-bottom: 19px;
}

.u-delete {
    bottom: 10px;
    z-index: 2;
    right: 10px;
    position: absolute;
}

.u-delete img.active {
    display: none;
}

.u-delete:hover img.active {
    display: block;
}

.u-delete:hover img {
    display: none;
}

.u-x {
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
    font-size: 18px;
    color: #fff;
}

.u-imgs {
    display: none;
}

.mange-table {
    width: calc(1500 / 1600 *100%);
}

.table-header {
    display: flex;
    background-color: #00abfe;
}

.th-item {
    flex: 1;
    padding: 15px 0;
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    word-break: break-all;
}

.tb-item {
    flex: 1;
}

.mange-tb-item {
    margin: 10px 0;
}

.mange-tb-item:nth-child(1) {
    display: none;
}

.tb-item input {
    display: block;
    margin: 0 auto;
    width: 95%;
    border: none;
    height: 52px;
    background-color: #f5f8fc;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    text-align: center;
}

.tb-item .layui-form-select .layui-edge {
    right: 20px;
}

.mange-tb-item {
    display: flex;
}

.tb-item .layui-form-select dl dd.layui-this {
    background-color: #00abfe;
}


.file-item .delete {
    position: static;
}

.file-item {
    width: calc(700 / 1600 *100%);
    height: 60px;
    background-color: #f5f8fc;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    margin-bottom: 20px;
    justify-content: space-between;
}


.stock-contianer {
    width: calc(1600 / 1920 *100%);
    margin: 0 auto;
    padding-bottom: 60px;
}
@media(min-width: 1921px){
    .stock-contianer{width: 1600px;}
}

.stock-select-wrap {
    width: calc(1500 / 1600 *100%);
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 50px;
}

.stock-select-item {
    width: calc(352 / 1500 *100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #f5f8fc;
    border-radius: 30px;
    /* margin: 0 10px; */
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #84909f;
    cursor: pointer;
}

.stock-select-item.active {
    background-color: #00abfe;
    color: #ffffff;
}

.stock-contianer {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(153, 164, 181, 0.14);
    border-radius: 10px;
}

.scf-a {
    width: calc(1500 / 1600 *100%);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.scf-select {
    width: calc(352 / 1500 *100%);
    height: 60px;
    background-color: #f5f8fc;
    border-radius: 30px;
    padding: 0 15px;
    /* margin: 0 15px; */
    margin-right: 10px;
}

.scf-select input {
    background-color: transparent;
    border: none;
    height: 100%;
    font-size: 14px;
}

.scf-a .home-form {
    width: calc(700 / 1500 *100%);
    margin-right: 10px;
}

.scf-b {
    width: calc(1500 / 1600 *100%);
    margin: 0 auto;
    background-color: #f5f8fc;
    border-radius: 10px;
    margin-top: 50px;
    padding: 20px 15px;
}

.scf-c {
    width: calc(1500 / 1600 *100%);
    margin: 0 auto;
}

.scf-b-heade {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #333333;
}

.scf-b-list {
    display: flex;
    margin-top: 30px;
    max-height: 350px;
    overflow: auto;
}

.scf-b-item {
    width: 100%;
    /* border-right: 1px solid #cddbec; */
}

.sbl-list {
    display: flex;
    flex-wrap: wrap;
}

.sbl-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    width: 50%;
    border-right: 1px solid #cddbec;
}

.sbl-item:nth-child(2n) {
    border: none;
    padding-left: 40px;
}

.date-s {
    margin: 0 15px;
}

.sbl-item * {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
}

.sbl-item .delete-s {
    cursor: pointer;
}

.sbl-item .delete-s:hover {
    color: #00abfe;
}

.scf-b-item:nth-child(2n) {
    margin-left: 80px;
    border-right: none;
}

.scf-c .layui-table thead tr {
    background-color: #00abfe;
    text-align: center;
    color: #fff;
}

.scf-c .layui-table {
    border: none;
}

.scf-c .layui-table tbody td,
.scf-c .layui-table thead th {
    border: none;
    text-align: center;
    border-bottom: 1px solid #f3f6fb;
    padding-left: 5px;
    padding-right: 5px;
}

.scf-c .layui-table tbody td {
    padding: 20px 0;
}

.scf-c .layui-table tbody td button {
    width: 85px;
    height: 46px;
    background-color: #edf3fa;
    border-radius: 23px;
    border: none;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
    cursor: pointer;
}

.scf-d {
    width: calc(1500 / 1600 *100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.scf-c .layui-table tbody td button:hover {
    background-color: #00abfe;
    color: #fff;
}

.scf-d-left button {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #84909f;
    width: 170px;
    height: 50px;
    background-color: #f5f8fc;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.scf-d-left button:hover {
    color: #fff;
    background-color: #00abfe;
}

.page-turn a {
    font-family: SourceHanSansCN-Regular;

    color: #84909f;
    display: block;
    padding: 15px 20px;
    background-color: #f5f8fc;
    border-radius: 25px;
}

.page-ul {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.page-ul li a:hover {
    color: #00abfe;
}


.page-ul li a.active {
    color: #00abfe;
}

.page-ul li a {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #84909f;
    margin: 0 10px;
}

.page-ul .page-turn a:hover {
    background-color: #00abfe;
    color: #fff;
}


.stock-message-wrap {
    width: calc(1500 / 1600 *100%);
    margin: 0 auto;
    margin-top: 30px;
    /* margin-top: 30px; */
}

.stock-message-item {
    background-color: #f5f8fc;
    border-radius: 10px;
    padding: 20px 30px;
    /* margin-top: 30px; */
}

.smih-left {
    display: flex;
    align-items: flex-end;
}

.smih-left .s20 {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    color: #333333;
    /* margin-right: 20px; */
}

.smih-left .s16 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #888888;
}

.smih-right {
    width: 120px;
    height: 46px;
    background-color: #00abfe;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.stock-message-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0dceb;
    cursor: pointer;
}

.smic-item {
    padding: 20px 0;
}

.smic-item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.smic-item-reply {
    display: flex;
    justify-content: space-between;
    width: calc(1410 / 1500 *100%);
    margin-left: auto;
    border-top: 1px dotted #d0dceb;
    align-items: flex-end;
    padding: 15px 0;
}

.sir-head .s18 {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    color: #333333;
}

.sir-head .s16 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #888888;
    margin-left: 20px;
}

.sir-head {
    display: flex;
    align-items: flex-end;
}

.sir-content {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
    margin-top: 15px;
}

.smic-item-reply-right {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #8fa4c0;
}

.message-reply-wrap-pop {
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translateX(-50%) translateY(-50%);
    width: 1000px;
    background-color: #ffffff;
    z-index: 10;
    border-radius: 10px;
    padding: 15px 0;
    display: none;
}

.message-reply-men {
    position: fixed;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
}

.mrwp-title p {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

}

.mrwp-title {
    display: flex;
    align-items: center;
}

.mrwp-title::before {
    content: '';
    display: block;
    width: 3px;
    height: 26px;
    background-color: #00abfe;
    margin-right: 15px;
}

.mrwp-text textarea {
    width: 100%;
    height: 180px;
    background-color: #f1f5fa;
    border-radius: 10px;
    border: none;
    padding: 15px;
    /* resize: vertical; */
}

.mrwp-title-form {

    width: calc(940 / 1000 * 100%);
    margin: 0 auto;
    margin-top: 30px;
}

.mrwp-text {
    position: relative;
}

.text-num {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.text-num span {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #bbbbbb;
}

.mrwp-submit button {
    width: 120px;
    height: 46px;
    background-color: #00abfe;
    border-radius: 23px;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 0px;
    border: none;
    color: #ffffff;
}

.mrwp-submit {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.product-title span {
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.product-title {
    text-align: center;
}

.product-title .blue {
    color: #00abfe;
}

.product-wrap {
    padding: 50px 0;
}


.product-img {
    width: 40%;
    padding-top: 40%;
    float: right;
    position: relative;
    margin-top: 18px;
}
.product-p{
    float: left;
    position: relative;
    z-index: 5;
    width: 60%;
    padding-right: 10px;
}


.product-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.product-list {
    width: calc(1600 / 1920 *100%);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
@media(min-width: 1921px){
    .product-list{width: 1600px;}
}

.product-item {
    padding: 50px 30px;
    width: 32%;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 2%;
    border: solid 1px #d0dceb;
    position: relative;
    margin-bottom: 40px;
    transition: all .3s;
    /* overflow: hidden; */
}

.product-item:nth-child(3n) {
    margin-right: 0;
}


.collect-wrap {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
}

.collect-wrap img.vis {
    display: none;

}

.collect-wrap.active img.vis {
    display: block;
}

.collect-wrap.active img.hide {
    display: none;
}

.product-name {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
}

.product--p-list {

    margin-top: 20px;
}

.product--p-list p {
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.product-item-link {
    width: 140px;
    height: 45px;
    background-color: #e7edf6;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    color: #555555;
}

.product-item-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    transition: all .3s;
}

.product-page-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.product-item:hover {
    border-color: #00abfe;
}

.product-item:hover .product-item-link {
    background-color: #00abfe;
    color: #fff;
}

.solve-banner {
    position: relative;
}

.solve-banner>img {
    width: 100%;
}

.solve-p {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.solve-p p {
    font-family: SourceHanSansCN-Medium;
    font-size: 48px;
    color: #ffffff;
}

.solve-content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.solve-content-left {
    width: calc(640 / 1600 *100%);
}

.solve-content-right {
    width: calc(860 / 1600 *100%);
}

.solve-container {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.solve-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    color: #333333;
}

.solve-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #00abfe;
    margin-top: 30px;
}

.solve-title-word {
    margin-top: 30px;
}

.solve-title-word p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.scr-img {
    position: relative;
}

.scr-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.scr-img::after {
    bottom: -8px;
    right: -8px;
    position: absolute;
    content: '';
    width: 567px;
    height: 226px;
    background-color: #00abfe;
    border-radius: 10px;
    z-index: 1;
}

.inspection-container {
    padding: 80px 0;
}

.il-item {
    display: block;
    align-items: center;
}

.il-img img.active {
    display: none;
}

.il-item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.il-item p:last-child{
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}


.inspection-content {
    display: flex;
    justify-content: space-between;
}


.inspection-left {
    width: calc(300 / 1600 *100%);
}

.il-item {
    padding: 15px 10px 15px 40px;
    background-color: #f5f8fc;
    margin-bottom: 15px;
    transition: all .3s;
    border-radius: 10px;
    position: relative;
}

.il-item:hover {
    background-color: #04acfd;
}

.il-item:hover p {
    color: #fff;
    transition: all .3s;
}

.il-item:hover .il-img img {
    display: none;
}

.il-item:hover .il-img img.active {
    display: block;
}

.il-item.active {
    background-color: #04acfd;
}

.il-item.active p {
    color: #fff;
}

.il-item .il-img{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px;
}

.il-item.active .il-img img {
    display: none;
}

.il-item.active .il-img img.active {
    display: block;
}

.inspection-right {
    overflow: hidden;
    width: calc(1250 / 1600 *100%);
    background-color: #f5f8fc;
    border-radius: 10px;
}

.inspection-right .manage {
    padding-left: 30px;
}

.inspection-content-item {
    padding: 50px 30px;
}

.inc-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333333;
}

.inc-content {
    margin-top: 15px;
}

.inc-content p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
}

.inc-item {
    margin-bottom: 50px;
}

.project-container {
    padding: 80px 0;
    background-color: #f5f7fa;
}

.pca-head {
    display: flex;
    justify-content: space-between;
}

.pca-head-left {
    display: flex;
    align-items: center;
}

.pca-head-left p {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    color: #333333;
}

.pca-head-left::before {
    display: block;
    content: '';
    width: 4px;
    height: 26px;
    background-color: #02a9fd;
    border-radius: 2px;
    margin-right: 10px;
}


.pca-head-right a {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #333333;
    margin-left: 25px;
}


.pca-head-right a.active {
    color: #00abfe;
}

.pca-item {
    display: flex;
    flex-wrap: wrap;
}

.pi-item {
    width: calc(233 / 1600 *100%);
    margin-right: 2.5%;
    margin-bottom: 30px;
}

.pi-item:nth-child(6n) {
    margin-right: 0;
}

.pc-a.sp .pi-item {
    width: 23.75%;
    margin-right: 1.666%;
    margin-bottom: 30px;
}
.pc-a.sp .pi-item:nth-child(6n) {
    margin-right: 1.666%;
}
.pc-a.sp .pi-item:nth-child(4n) {
    margin-right: 0;
}
.pc-a.sp .pi-item .pi-img{
    border-radius: 10px;
}
.pi-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background-color: #fff;
    overflow: hidden;
}

.pi-item:hover .pi-img img {
    transform: scale(1.1);
}

.pi-img img {
    transition: all .3s;
    width: 100%;
}

.pi-p {
    margin-top: 15px;
}

.pi-p p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    text-align: center;
    color: #555555;
    line-height: 1.5;
}
.pi-p p:nth-child(2){
    font-size: 14px;
    margin-top: 3px;
}

.pca-list {
    margin-top: 50px;
}

.pca-item-wrap {
    display: none;
}

.pca-item-wrap:nth-child(1) {
    display: block;
}

.pc-a {
    margin-bottom: 80px;
}


.pcb-wrap {
    display: flex;
    margin-top: 35px;
    background-color: #ffffff;
    border-radius: 10px;
}

.pcb-left {
    padding: 50px;
    display: flex;
    align-items: center;
}

.pcb-left p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.pcb-left,
.pcb-right {
    width: 50%;
}

.crumbs-content {
    display: flex;

}


.crumbs-content a {
    display: block;
    flex: 1;
    padding: 18px 0;
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}

.crumbs-content a span{
    display: block;
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.crumbs-content a.active {
    background-color: #00abfe;
    color: #ffffff;
}

.about-crumbs {
    border-bottom: 1px solid #f8f8f8;
    ;
}

.why-choose-us {
    margin-top: 50px;
}

.wcu-list {
    display: flex;
    flex-wrap: wrap;
}

.wcu-item {
    width: calc(506 / 1600 *100%);
    margin-right: 2%;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;

}

.wcu-item:nth-child(3n) {
    margin-right: 0;
}

.wcu-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.wcu-down {
    padding: 20px;
    background-color: #eff2f7;
    flex: 1;
}

.wcu-title {
    text-align: center;
}

.wcu-title p {
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
}
.wcu-title p:nth-child(2){
    font-size: 22px;
    line-height: 1.3;
}

.wcu-title::after {
    margin-top: 10px;
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #00abfe;
    border-radius: 2px;
}

.wcu-word {
    margin-top: 15px;
}

.wcu-word p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 1.5;
    color: #3f444e;
}
.wcu-word p:nth-child(2){
    font-size: 14px;
    margin-top: 3px;
}

.wcu-swiper-wrap {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ws-logo {
    width: 83px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-logo img {
    max-width: 50%;
}

.ws-down {
    margin-top: 50px;
}

.ws-down .s24 {
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
}
.ws-down .s16 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.5;
}
.ws-down p:nth-child(2){
    font-size: 20px;
    line-height: 1.3;
}
.ws-down p:nth-child(3){
    margin-top: 10px;
}
.ws-down p:nth-child(4){
    font-size: 14px;
    line-height: 1.3;
    margin-top: 3px;
}

.wcu-a-item {
    display: flex;
}

.wcu-a-item-left:hover img {
    transform: scale(1.1);
}

.wcu-a-item-left {
    overflow: hidden;
}

.wcu-a-item-left img {
    width: 100%;
    transition: all .8s;
    height: 100%;
    object-fit: cover;
}

.wir-word p {
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
}
.wir-word p:nth-child(2n){
    font-size: 22px;
    line-height: 1.3;
}

.wir-title::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: #00abfe;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wcu-a-list-wrap {
    margin-top: 80px;
}

.wcu-a-item {
    background-color: #eff2f7;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.wcu-a-item-left,
.wcu-a-item-right {
    width: 50%;
}

.wcu-a-item-right {
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wir-p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #3f444e;
    line-height: 1.5;
}
.wir-p:nth-child(3){
    font-size: 14px;
    margin-top: 3px;
}

.wcu-a-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.why-choose-us-title {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-us-title .s48 {
    font-family: SourceHanSansCN-Medium;
    font-size: 48px;
    color: #333333;
}


.about-team-list {
    display: flex;

}

.adout-item-p p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    text-align: center;
    color: #333333;
    line-height: 1.3;
}
.adout-item-p p:nth-child(1){
    margin-top: 12px;
}
.adout-item-p p:nth-child(2){
    font-size: 14px;
    line-height: 1.3;
    margin-top: 1px;
}

.about-team-wrap {
    margin-top: 50px;
    padding-bottom: 80px;
}

.why-choose-us-title .s16 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}

.about-team {
    width: calc(375 / 1600 *100%);
    margin-right: 2%;
}

.about-team:nth-child(4n) {
    margin-right: 0;
}

.adout-item-img {
    overflow: hidden;
    border-radius: 10px;
}

.adout-item-img img {
    width: 100%;
    transition: all .3s;
}

.about-team:hover .adout-item-img img {
    transform: scale(1.1);
}

.contact-wrap {
    margin-top: 50px;
    padding-bottom: 80px;
}

.contact-map {
    width: 100%;
    border-radius: 10px;
}

.contact-map img {
    width: 100%;
}

.contact-item-title p {
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    color: #333333;
}

.contact-list {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.cil-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item {
    width: calc(506 / 1600 *100%);
    padding: 30px;
    background-color: #f3f5f9;
    border-radius: 10px;
    margin-right: 2.2%;
}

.contact-item:nth-child(3n) {
    margin-right: 0;
}

.contact-item-title {
    border-bottom: 1px solid #dce3ef;
}

.contact-item-title::after {
    display: block;
    content: '';
    width: 28px;
    height: 3px;
    background-color: #00abfe;
    border-radius: 2px;
    margin-top: 15px;
}

.cil-item p {
    margin-left: 10px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #3f444e;
    line-height: 1.5;
}

.contact-item-list {
    margin: 30px 0;
}

.contact-item {
    display: flex;
    flex-direction: column;

}

.contact-item-bottom p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #3f444e;
    line-height: 1.6;
}

.contact-item-b {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: calc(506 / 1600 *100%);
    margin-right: 2.2%;
    margin-bottom: 50px;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.news-img img {
    width: 100%;
    transition: all .3s;
}

.news-word .s22 {
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    color: #333333;
}

.news-word .s16 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 1.6;
    color: #888888;
    margin-top: 15px;
}

.news-content {
    margin-top: 20px;
}

.news-date {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #888888;
    margin-top: 30px;
}

.news-list-container {
    margin-top: 50px;
    padding-bottom: 80px;
}

.news-item:hover .news-img img {
    transform: scale(1.1);
}

.news-detail-content {
    width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
}

.news-detail-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    color: #333333;
    line-height: 1.2;
}

.news-detail-more {
    text-align: center;
    margin-top: 25px;

}

.news-detail-more span {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #888888;
    margin: 0 15px;
}

.news-detail-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #dce2ef;
}

.news-detail-wrap {
    padding: 50px 0;
    padding-bottom: 80px;
}

.news-detail-wrap p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.vacancy-a {
    display: flex;
    border-radius: 10px;
}

.va-left,
.va-right {
    width: 50%;
}

.va-left {
    padding: 50px 40px;
    padding-right: 100px;
    background-color: #f3f5f9;
}

.vacancy-container {
    margin-top: 50px;
    padding-bottom: 80px;
}

.val-title p {
    font-family: SourceHanSansCN-Medium;
    font-size: 48px;
    color: #333333;
}

.val-title::after {
    content: '';
    display: block;
    width: 38px;
    height: 4px;
    background-color: #00abfe;
    border-radius: 2px;
    margin: 15px 0;
}

.val-p p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.val-p p a {
    font-family: SourceHanSansCN-Regular;
    text-decoration: underline;
    color: #00abfe;
}

.vacancy-b {
    margin-top: 50px;
}

.vbl-item {
    position: relative;
    width: 14px;
    height: 14px;
}

.vbl-item::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.vbl-item::before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #cccccc;
    transition: all .3s;
    opacity: 1;
}

.vb-item-head.active .vbl-item::after {
    background-color: #fff;
}

.vb-item-head.active .vbl-item::before {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
}

.vb-item {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
}

.vb-item-head {
    justify-content: space-between;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px 30px;
    transition: all .3s;
}

.vb-item-head.active {
    background-color: #00abfe;
}

.vb-item-head.active>P {
    color: #fff;
}

.vb-item-head>p {
    transition: all .3s;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #555555;
}

.vb-item-content {
    padding: 50px;
    padding-bottom: 0;
    padding-bottom: 10px;
    display: none;

}

.vbc-head {
    display: flex;
    /* justify-content: space-between; */
}

.vbc-head span {
    margin-bottom: 30px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #555555;
    margin-right: 30px;
}

.vbcl-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #00abfe;
}

.vbcl-p-list {
    margin-top: 15px;
}

.vbcl-p-list p {
    font-family: SourceHanSansCN-Normal;
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
}

.vacl-item {
    margin-bottom: 30px;
}


.register-wrap.card {
    background-color: #fff;
}

.register-wrap.card .stock-select-wrap {
    padding-top: 20px;
    margin-top: 0;
}


.use-card-wrap {
    background-color: #eff2f7;
    border-radius: 10px;
    padding: 30px 50px;
    margin-bottom: 30px;
}


.use-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.use-card-left {
    display: flex;
    align-items: center;
}

.ucl-p .p1 {
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    color: #333333;
}

.ucl-p .p2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.use-card-right {
    display: flex;
}

.ucl-img img {
    width: 90px;
}

.ucl-p {
    margin-left: 20px;
}


.ucr-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 23px;
    padding: 15px 24px;
    margin-left: 15px;
    cursor: pointer;
}

.ucr-item.active {
    background-color: #00abfe;
}

.ucr-item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    margin-left: 10px;
    color: #8994a3;
}

.ucr-item.active .ucr-img img {
    display: none;
}


.ucr-item.active .ucr-img img.active {
    display: block;
}

.ucr-img img.active {
    display: none;
}

.ucr-item.active p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

.ucr-item:hover {
    background-color: #00abfe;
}

.ucr-item:hover p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

.ucr-item:hover .ucr-img img {
    display: none;
}


.ucr-item:hover .ucr-img img.active {
    display: block;
}


.card-select {
    background-color: #00abfe;
    border-radius: 10px;
    display: flex;
}


.cs-item {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}

.cs-num{font-size: 14px;background-color: #f00;display: inline-block;vertical-align: top;color: #fff;border-radius: 50%;line-height: 24px;min-width: 24px;padding: 0 5px;margin-top: 5px;margin-left: 3px;}


.cs-item a {
    display: inline-block;
    padding: 10px 0;
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 2px solid #00abfe;
}
.cs-item a span{
    font-size:16px;
}

.cs-item.active a {
    border-bottom: 2px solid #fff;
}

.change-avator-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avator-img {
    position: relative;

}

.avator-item {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}


.avator-img input {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 2;
    height: 100%;
}


.avator-p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    margin-top: 15px;
    color: #555555;
}

.user-wrap {
    background-color: #f5f8fc;
}


.reg-nav {
    margin-bottom: 35px;
}

.scf-c .layui-table tbody td button {
    position: relative;
}

.scf-c .layui-table tbody td button input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
}

.tb-item {
    position: relative;
}

.tb-item .tb-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    height: 100%;
    z-index: 2;
}

.t-f-word {
    background-color: #f5f8fc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 95%;
    position: relative;
}

.tb-item {
    position: relative;
}

.tb-item img {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) scaleY(0);
    transition: all .3s;
    transform-origin: bottom;

}

.tb-item:hover img {
    transform: translateX(-50%) scaleY(1);
}



.tb-item-operate {
    width: calc(1500 / 1600 *100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0;
}

.tb-item-btn {
    padding: 20px 30px;
    font-size: 18px;
    background-color: #f5f8fc;
    margin-right: 10px;
    border: 4px;
    color: #00abfe;
    cursor: pointer;
}

.tb-item-delete {
    cursor: pointer;
}

.inventory-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-top: 0;
    border-right: 0;
    border-left-color: red;
    border-radius: 10px 0 0 0;
    z-index: 2;
}
.inventory-status:after{
    content: '';
    position: absolute;
    border: 60px solid transparent;
    right: 0;
    top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right-color: #fff;
}
.inventory-status p {
    position: absolute;
    left: -55px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    width: 40px;
    z-index: 2;
}

.inventory-status.advantage {
    border-left-color: green;
}


.inventory-status.stock {
    border-left-color: rgb(218, 218, 119);
}


.stock-message-item-content {
    display: none;
}

.smih-left .xu {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    /* margin-right: 15px; */
}


.new-message {
    font-size: 16px;
    color: red;
    /* margin-left: 15px; */
}

.smih-left .s20 {
    display: flex;
    align-items: center;
}

.smih-left .s20::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 4px;
    background-color: #d0dceb;
}

.smih-left .s16 {
    display: flex;
    align-items: center;
}

.smih-left .s16::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 4px;
    background-color: #d0dceb;
}

.new-message {
    display: flex;
    align-items: center;
}

.new-message:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 4px;
    background-color: #d0dceb;
}

.scf-link {
    justify-content: center;
    display: flex;
}

.scf-link .reg-b a {
    width: 300px;
}

.scf-c {
    overflow: auto;
}

.scf-c .layui-table {
    min-width: 1200px;
}

.scf-c .layui-table tbody td input {
    max-width: 80px;
    padding: 5px;
    background-color: #f5f8fc;
    text-align: center;
}

.scf-c .layui-table tbody td:first-child input {
    max-width: none;
    width: auto;
}

.scf-c .layui-table tbody td,
.scf-c .layui-table thead th {
    border: none;
    text-align: left;
    border-bottom: 1px solid #f3f6fb;
    /* padding-left: 0; */
}

.scf-c .layui-table tbody td:first-child,
.scf-c .layui-table thead th:first-child {

    padding-left: 20px;
}