html {
    overflow-y: scroll;
}

/* 所有的 rem基于宽度640时的font-size大小计算 */

body {
    overflow: hidden;
    position: relative;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    font-size: 0;
    box-sizing: border-box;
}

.dianhua {
    font-size: 0.39rem;
    margin: 0.27rem 0 0.06rem 0.32rem;
}

.hide {
    display: none !important;
}

.english {
    text-transform: uppercase;
}

a {
    text-decoration: none;
    margin: 0px;
}

.kongkong {
    margin-bottom: 1rem;
}

header {
    width: 7.2rem;
    height: 1rem;
}

.header-logo {
    width: 2.61rem;
    margin: 0.12rem 0 0 0.32rem;
}

.header-menu {
    float: right;
    border: none;
    width: 0.52rem;
    height: 0.38rem;
    margin: 0.31rem 0.31rem 0;
}

.header-menu img {
    width: 0.6rem;
}

.lunbo {
    width: 100vw;
}

.lunbo .swiper-banner .video-box {
    position: relative;
    width: 100vw;
    height: 4.2rem;
}

.lunbo .swiper-banner .video-box .mask {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 4.2rem;
    background: #000000;
    opacity: 0.5;
}

.lunbo .swiper-banner .video-box img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lunbo .swiper-banner .video-box video {
    width: 100vw;
    height: 4.2rem;
    object-fit: cover;
}

.lunbo .swiper-banner img {
    width: 100vw;
    height: 4.2rem;
    object-fit: cover;
}

/* .lunbo .swiper-banner-wapper {
    width: 100%;
    height: 100%;
}

.lunbo .swiper-banner-wapper .swiper-container {
    height: 100%;
} */

.lunbo .swiper-banner-pagination {
    width: 100vw;
    margin-top: -0.3rem;
    text-align: center;
    position: absolute;
    z-index: 99;
}

.lunbo .swiper-banner-pagination span {
    display: inline-block;
    width: 0.5rem;
    height: 0.1rem;
    border-radius: 0%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    position: relative;
}

.lunbo .swiper-banner-pagination span:after,
.swiper-banner-pagination span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0);
    z-index: -2;
    /* border-radius: 0.1rem; */
}

.lunbo .swiper-banner-pagination .swiper-pagination-bullet-active {
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.lunbo .swiper-banner-pagination span:before {
    transition: var(--transition);
    background: #0066FF;
    z-index: -1;
}

.lunbo .swiper-banner-pagination .swiper-pagination-bullet-active:after,
.swiper-banner-pagination .swiper-pagination-bullet-active:before {
    width: var(--width);
}

.lunbo .homesolution-title-img {
    width: 5rem;
}

.homeproduct .production-title-box {
    display: flex;
    height: 1rem;
    overflow-x: scroll;
    padding: 0 0.1rem;
    scrollbar-width: none;
    /* IE 10+ */
    -ms-overflow-style: none;
}

.homeproduct .production-title-box::-webkit-scrollbar {
    /* Chrome Safari */
    display: none;
}

.homeproduct .production-title {
    display: flex;
    flex-wrap: nowrap;
}

.homeproduct .production-title .content-title {
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    border: 1px solid rgba(94, 99, 109, 1);
    background: #FAFAFB;
    color: rgba(94, 99, 109, 1);
    transition: all .5s linear;
    position: relative;
    font-size: 0.3rem;
    border-radius: 1rem;
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.65rem;
    margin: 0.1rem;
}

.homeproduct .production-title .content-title.index-product-active {
    background: #0066FF;
    color: #FFFFFF;
    border: 1px solid #0066FF;
}

/* .homeproduct .content-title:hover {
    border: 1px solid #0066FF;
    color: #FFFFFF;
    background: #0066FF;
} */

.homeproduct .content-title:after,
.homeproduct .content-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: -2;
    border-radius: 1rem;
}

.homeproduct .content-title:hover {
    /* z-index: 1;
    background: transparent; */
}

.homeproduct .content-title:before {
    transition: .3s;
    background: #0066FF;
    z-index: -1;
}

.homeproduct .content-title:hover:after,
.homeproduct .content-title:hover:before {
    width: 100%;
}

.homeproduct .product-tab {
    width: 100vw;
    padding: 0.1rem 0.2rem;
}

.homeproduct .swiper-slide {
    width: 45vw;
    padding: 0.1rem;
    height: 7rem;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

.homeproduct .product-item {
    overflow: hidden;
    height: 3.15rem;
    width: 3.07rem;
    margin: 0 calc((100% - 3.07rem*2)/2/2);
    cursor: pointer;
    position: inherit;
    transition: all .3 linear;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;

}

.homeproduct .product-item img {
    width: 100%;
    margin: auto 0;
}

.homeproduct .product-item p {
    color: #282828;
    font-size: 0.28rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    margin: 0.1rem;
}

.homeproduct .swiper-pagination {
    padding: 0.1rem;
    width: 94%;
    position: relative;
    margin: auto;
    margin-top: 0.15rem;
}

.homeproduct .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0%;
    margin: 0.03rem 0.03rem;
    width: 0.18rem;
    height: 0.06rem;
}

.homeproduct-title-img {
    width: 3.55rem;
}

.homecase-title-img {
    width: 3.55rem;
}

.homeservice-title-img {
    width: 6.55rem;
}

.homeaboutus-title-img {
    width: 2.05rem;
}

.homeproduct-list-img1 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img2 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img3 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img4 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img5 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img6 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeproduct-list-img7 {
    width: 0.82rem;
    height: 0.82rem;
    margin-top: 0.1rem;
}

.homeservice-list-img1 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img2 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img3 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img4 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img5 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img6 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img7 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homeservice-list-img8 {
    width: 1.04rem;
    height: 1.04rem;
    margin-top: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.homesolution {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.homesolution-title {
    text-align: center;
}

.homesolution-title h1 {
    margin-top: 0rem;
    margin-bottom: 0px;
    color: #464749;
    font-size: 0.42rem;
    font-weight: bold;
}

.homesolution-title hr {
    margin: 0.17rem auto;
    height: 0.03rem;
    width: 1.1rem;
    background-color: #464749;
    border: none;
}

.homesolution-title .chinese {
    font-size: 0.27rem;
    color: #282828;
    margin-top: 0.18rem;
    margin-bottom: 0px;
}

.homesolution-title .english {
    font-size: 0.16rem;
    color: #888888;
    margin-top: 0.14rem;
    margin-bottom: 0px;
}

.homesolution-title button {
    border: none;
    background-color: #3366ff;
    width: 1.29rem;
    height: 0.56rem;
}

.homesolution-list {
    background: #FFFFFF;
    white-space: nowrap;
    padding: 0;
    width: 100vw;
    padding: 0.1rem 0.16rem;
    font-size: 0;
}

.homesolution-list li {
    /* display: inline-block; */
    width: 100%;
    vertical-align: top;
    padding: 0 0.16rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.homesolution-list li:active {
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%)
}

.homesolution-list img {
    width: 100%;
    height: 4.2rem;
    object-fit: cover;
}

.homesolution-list .chinese {
    margin: 0.12rem 0;
    font-size: 0.38rem;
    font-weight: bold;
    color: #282828;
}

.homesolution-list .english {
    margin: 0.15rem 0;
    font-size: 0.15rem;
    font-weight: 400;
    color: #282828;
    line-height: 0.3rem;
}

.homesolution-list .homesolutiontext {
    white-space: normal;
    font-size: 0.28rem;
    font-weight: 400;
    color: #464749;
    line-height: 0.46rem;
}

.homesolution-list button {
    width: 1.11rem;
    height: 0.49rem;
    background: #3366FF;
    border: none;
    border-radius: 0.02rem;
    font-size: 0.23rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    margin: 0.2rem 0.05rem;
}

.homeproduct {
    text-align: center;
    background: #F6F6F6;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.homeproduct-title h1 {
    font-size: 0.42rem;
    color: #464749;
    margin-top: 0.11rem;
    font-weight: bold;
}

.homeproduct-title hr {
    margin: 0.17rem auto;
    height: 0.02rem;
    width: 1.10rem;
    background-color: #464749;
    border: none;
}

.homeproduct-title .chinese {
    font-size: 0.27rem;
    color: #282828;
    margin-top: 0.18rem;
}

.homeproduct-title .english {
    font-size: 0.16rem;
    color: #888888;
    margin-top: 0.14rem;
}

.homeproduct-list {
    text-align: center;
    font-size: 0;
    margin: 0 0.3rem;
}

.homeproduct-list li {
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    margin: 0.2rem 0.5rem;
}

.homeproduct-list img {
    height: 0.82rem;
    width: 0.82rem;
}

.homeproduct-list p {
    font-size: 0.25rem;
    line-height: 0.55rem;
    color: #5E636D;
}

.moreproduct {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 0.4rem;
    border: 1px solid #5E636D;
    border-radius: 0.3rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #5E636D;
    margin-top: 0.5rem;
}

.homecase {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.homecase h1 {
    margin-top: 0.1rem;
    color: #464749;
    font-size: 0.42rem;
    font-weight: bold;
}

.homecase-title hr {
    margin: 0.17rem 3.05rem 0;
    height: 0.03rem;
    width: 1.1rem;
    background-color: #464749;
    border: none;
}

.homecase .chinese {
    font-size: 0.27rem;
    color: #5e636d;
    margin: 0.18rem 0.32rem 0;
}

.homecase .english {
    font-size: 0.16rem;
    color: #888888;
    margin: 0.14rem 0.32rem 0.3rem;
}

.homecase-video {
    padding: 0.3rem;
}

.homecase-video .video-box {
    position: relative;
    width: 100%;
    margin-bottom: 0.1rem;
    height: 4rem;
}

.homecase-video .video-box img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homecase-video video {
    width: 100%;
    background-color: #464749;
    height: 4rem;
    object-fit: fill;
}

.homecase-video p {
    font-weight: 400;
    color: #464749;
    font-size: 0.28rem;
    padding-top: 0.2rem;
    text-indent: 0.4rem;
    line-height: 0.46rem;
    text-align: justify;
}

.homecase-list img {
    width: 6.56rem;
    height: 4.73rem;
    z-index: -1;
}

.homecase-list button {
    margin-top: -0.19rem;
    background: #5e636d;
    font-size: 0.32rem;
    color: #FFFFFF;
    border: none;
    width: 2.7rem;
    height: 0.7rem;
}

.homecase-list p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #7a7a7a;
    margin: 0.22rem 0.32rem 0.4rem;
}

.morecase {
    width: 34%;
    margin-left: 33%;
    border: 1px solid #5E636D;
    /* border-radius: 0.3rem; */
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #5E636D;
    margin-bottom: 0.1rem;
}

.homeservice {
    text-align: center;
    background: #F6F6F6;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.homeservice-title h1 {
    margin-top: 0.14rem;
    font-size: 0.42rem;
    color: #464749;
    font-weight: bold;
}

.homeservice-title hr {
    margin: auto;
    margin-top: 0.17rem;
    height: 0.03rem;
    width: 1.10rem;
    background-color: #464749;
    border: none;
}

.homeservice-title .chinese {
    font-size: 0.28rem;
    color: #282828;
    line-height: 0.46rem;
    margin-top: 0.18rem;
}

.homeservice-title .english {
    font-size: 0.16rem;
    color: #888888;
    margin: 0.14rem 0.32rem 0.21rem;
}

.homeservice-list {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.homeservice-list li {
    vertical-align: top;
    margin: 0.3rem;
    list-style: none;
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
}

.homeservice-list-title {
    font-size: 0.28rem;
    line-height: 0.24rem;
    color: #282828;
    font-weight: bold;
    margin: 0.2rem auto 0.15rem;
}

.homeservice-list-text {
    white-space: normal;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.32rem;
    color: #464749;
    padding-top: 0.08rem;
    /* margin: 0.1rem 0; */
}

.homeservice-list hr {
    background: #282828;
    width: 0.4rem;
    height: 0.02rem;
    margin-left: 1.2rem
}

.moreservice {
    width: 30%;
    margin: 0.2rem 35% 0.4rem;
    border: 1px solid #5E636D;
    border-radius: 0.3rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #5E636D;
    background: transparent;
}

.homea-new {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.homea-new-title h1 {
    margin-top: 0.14rem;
    font-size: 0.42rem;
    color: #464749;
    font-weight: bold;
}

.homea-new-title hr {
    margin-top: 0.17rem;
    margin-left: 3.05rem;
    height: 0.03rem;
    width: 1.10rem;
    background-color: #464749;
    border: none;
}

.homea-new-title .chinese {
    font-size: 0.28rem;
    color: #282828;
    margin-top: 0.18rem;
    line-height: 0.46rem;
}

.homea-new .swiper-container {
    padding: 0.2rem 0;
}

.homea-new .swiper-slide {
    width: 386px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transform: scale(0.8) !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.homea-new .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1) !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.homea-new .swiper-slide a {
    display: block;
    padding: 0.1rem;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
}

.homea-new .swiper-slide {
    height: 100%;
}

.homea-new .swiper-slide img {
    width: 100%;
    height: 3.5rem;
    object-fit: contain;
}

.homea-new .swiper-slide h1 {
    color: #282828;
    font-size: 0.3rem;
    font-weight: 400;
    padding: 0.1rem;
    text-align: left;
    line-height: 0.4rem;
    height: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.homea-new .swiper-slide .brief {
    padding: 0.1rem;
    display: flex;
    justify-content: space-between;
}

.homea-new .swiper-slide p {
    display: block;
    color: #888888;
    font-size: 0.2rem;
}

.homea-new .swiper-pagination-new .swiper-pagination-bullet {
    border-radius: 0%;
    margin: 0 0.03rem;
    width: 0.18rem;
    height: 0.06rem;
}

.homeaboutus {
    text-align: center;
    padding: 0.4rem 0;
    background: #F6F6F6;
}

.homeaboutus h1 {
    margin-top: 0.11rem;
    font-size: 0.42rem;
    color: #464749;
    font-weight: bold;
}

.homeaboutus hr {
    margin-top: 0.17rem;
    margin-left: 3.05rem;
    height: 0.02rem;
    width: 1.1rem;
    background-color: #464749;
    border: none;
}

.homeaboutus .chinese {
    font-size: 0.27rem;
    color: #464749;
    margin-top: 0.18rem;
    font-weight: bold;
}

.homeaboutus .english {
    font-size: 0.16rem;
    color: #464749;
    margin-top: 0.14rem;
    margin-bottom: 0.21rem;
    font-weight: bold;
}

.homeaboutus-text .video-box {
    position: relative;
    width: 100%;
    margin-bottom: 0.1rem;
    height: 4rem;
}

.homeaboutus-text .video-box video {
    z-index: 99;
    width: 100%;
    height: 4rem;
    object-fit: fill;
}

.homeaboutus-text .video-box img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.homeaboutus-text p {
    text-align: left;
    text-indent: 0.4rem;
    margin: 0.5rem 0.32rem 0 0.32rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-top: 0.5rem;
    ime-mode: inactive;
    font-weight: 400;
    color: #464749;
}

.menu-list-solution {
    margin-top: 1.1rem;
}

.menu-title {
    position: fixed;
    width: 100%;
    background: rgba(0, 102, 255, 1);
    top: 0;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
}

.menu-title div {
    display: inline-block;
}

.menu-title p {
    font-size: 0.32rem;
    color: #FFFFFF;
    font-weight: bold;
    /* margin: 0.26rem 0 0.23rem 0.36rem; */
}

.menu-title-img {
    position: relative;
    margin-left: 71%;
    margin-bottom: -0.06rem;
    /* background: url(../image/icons.png) -344px -860px no-repeat; */
}

.menu-title-img img {
    width: 0.35rem;
    height: 0.35rem;
}

.menuh1 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #464749;
    line-height: 0.68rem;
    margin: 0.15rem 0 0.15rem 0rem;
    /* float: left; */
    display: block;
}

.menu hr {
    width: 100%;
    height: 0.02rem;
    background: rgba(229, 229, 229, 1);
    margin-bottom: 0.05rem;
    border: none;
}

.menuh2 {
    width: 100%;
    height: 0.75rem;
    background: rgba(245, 245, 245, 1);
    margin: 0.1rem 0;
    vertical-align: middle;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
}

.menuh2 p {
    font-size: 0.3rem;
    font-weight: 400;
    color: rgba(94, 99, 109, 1);
    line-height: 0.47rem;
    /* margin: 0.16rem 0 0.16rem 0.32rem; */
    /* float: left; */
}

.menu-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    height: 0.8rem;
}

.menu-list-title img {
    display: block;
    /* margin: 0.2rem 0.32rem 0.2rem 4.75rem; */
    width: 0.25rem;
    height: 0.4rem;
}

.menuh2 img {
    /* margin: 0.2rem 0.32rem 0 5.12rem; */
    width: 0.25rem;
    height: 0.4rem;
}

.titleBar {
    position: static;
    overflow-x: hidden;
    width: 100%;
    height: 1rem;
    background: rgba(0, 102, 255, 1);
    z-index: 111111111;
    top: 0;
}

.titleBar div {
    display: inline-block;
    vertical-align: middle;
}

.titleBarimg1 {
    width: 0.23rem;
    height: 0.37rem;
    margin: 0.31rem 0.22rem 0.31rem 0.3rem;
    /* background: url(../image/icons.png) -602px -922px no-repeat; */
}

.titleBarimg1 img {
    height: 0.4rem;
}

.titleBarimg2 {
    width: 0.45rem;
    height: 0.45rem;
    margin: 0.27rem 0.3rem 0.27rem 0;
    /* background: url(../image/icons.png) -474px -912px no-repeat; */
}

.titleBarimg2 img {
    width: 0.5rem;
}

.titleBar p {
    font-size: 0.45rem;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 0.68rem;
    margin-top: 0.16rem;
    width: 5.7rem;
    height: 0.68rem;
    margin: 0.16rem 0;
    text-align: center;
}

.bottomintro {
    /* position: absolute; */
    width: 100%;
    background: #161616;
    font-family: SourceHanSansCN-Regular;
    color: #a3a3a3;
    /* margin-top: 0.5rem; */
    padding: 0.3rem;
}

.bottomintro .hotline a {
    color: #a3a3a3;
}

.bottomintro hr {
    width: 94%;
    margin-left: 3%;
    height: 0.02rem;
    background: rgba(44, 44, 44, 1);
    border: none;
    margin-top: 0.25rem;
}

.bottomintro-cenbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottomintro-cenbox div:nth-child(1) {
    padding-right: 0.2rem;
}

.bottomintro .hotline {
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
}

.bottomintro .hotline a {
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
    color: #a3a3a3;
}

.bottomintro .address {
    font-size: 0.28rem;
    line-height: 0.46rem;
    /* margin: 0.13rem 0 0.06rem 0.32rem; */
}

.bottomintro .copyright {
    font-size: 0.2rem;
    margin: 0.25rem 0;
    margin-top: 0.08rem;
    line-height: 0.46rem;
}

.bottomintro .copyright a {
    font-size: 0.2rem;
    margin: 0.25rem 0;
    line-height: 0.46rem;
    color: #a3a3a3;
}

.solution {
    /* margin-bottom: 1rem; */
}

.solutionimg img {
    clear: both;
    width: 97%;
    margin-bottom: 0.2rem;
    margin-top: 1.2rem;
    margin-left: 0.1rem;
    border-radius: 0.1rem;
}

.solutiontext .chinese {
    font-size: 0.36rem;
    font-family: SourceHanSansCN-Medium;
    color: rgba(51, 102, 255, 1);
    line-height: 0.68rem;
    margin: 0.07rem 0.32rem;
}

.solutiontext .english {
    font-size: 0.36rem;
    font-family: SourceHanSansCN-Medium;
    color: rgba(51, 102, 255, 1);
    line-height: 0.44rem;
    margin: 0.07rem 0.32rem;
}

.solutiontext hr {
    width: 94%;
    margin: 3%;
    height: 0.02rem;
    background: rgba(51, 102, 255, 1);
    margin-top: 0.08rem;
    border: none;
}

.solutiontext .text2 {
    text-indent: 0.4rem;
    text-align: left;
    font-size: 0.24rem;
    font-family: SourceHanSansCN-Regular;
    color: rgba(94, 99, 109, 1);
    line-height: 0.46rem;
    margin: 0.54rem 0.32rem;
}

.solutiontext img {
    width: 85%;
    margin-left: 7%;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.proimg {
    margin-top: 0.3rem;
}

.proimg img {
    width: 96%;
    margin-left: 2%;
    margin-top: 1.1rem;
}

.protext .english {
    text-transform: Uppercase;
    font-size: 0.45rem;
    font-family: SourceHanSansCN-Regular;
    color: rgba(51, 102, 255, 1);
    line-height: 0.72rem;
    margin-left: 0.32rem;
}

.protext .chinese {
    font-size: 0.5rem;
    font-family: SourceHanSansCN-Regular;
    color: rgba(51, 102, 255, 1);
    line-height: 0.88rem;
    margin-left: 0.32rem;
}

.protext hr {
    height: 0.02rem;
    width: 94%;
    margin: 0.1rem 3%;
    border: none;
    background: rgba(51, 102, 255, 1);
}

.protext .textchinese {
    text-indent: 6%;
    font-size: 0.25rem;
    color: rgba(94, 99, 109, 1);
    line-height: 0.52rem;
    margin: 0 0.32rem;
}

.protext .textenglish {
    font-size: 0.23rem;
    color: rgba(153, 153, 153, 1);
    line-height: 0.48rem;
    margin: 0 0.32rem;
}

.nrgk {
    margin: 0.16rem 0.16rem 0.32rem
}

.nrgk img {
    margin: 0.16rem 0.16rem;
    width: 3.12rem;
}

.dygk {
    margin: 0.16rem 0.16rem 0.32rem
}

.dygk img {
    margin: 0.16rem 0.16rem;
    width: 3.12rem;
}

.znpdlist {
    overflow-x: auto;
    white-space: nowrap;
}

.znpdlist div {
    float: left;
}

.znpdlist img {
    width: 1.06rem;
    height: 0.91rem;
    margin: 0.6rem 0.28rem 0.55rem 0.98rem;
}

.znpdlist .znpdlisttitle {
    font-size: 0.31rem;
    color: rgba(62, 58, 57, 1);
    margin-top: 0.6rem;
    margin-bottom: 0.22rem;
}

.znpdlist .znpdlisttext {
    font-size: 0.24rem;
    color: rgba(89, 87, 87, 1);
}

.znpdlist .znpdlisttitle2 {
    font-size: 0.31rem;
    color: rgba(62, 58, 57, 1);
    margin-top: 0.6rem;
    margin-bottom: 0.14rem;
}

.znpdlist .znpdlisttext2 {
    font-size: 0.24rem;
    margin-top: 0.14rem;
    color: rgba(89, 87, 87, 1);
}

.zsxc .textenglish-more {
    font-size: 0.2rem;
    color: rgba(153, 153, 153, 1);
    line-height: 0.34rem;
    margin: 0 0.32rem;
    text-align: justify
}

.cpzx {
    padding-bottom: 0.5rem;
}

.cpzx-logo {
    width: 100%;
    height: 4.63rem;
}

.cpzx-title {
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.cpzx-title .english {
    text-align: center;
    font-size: 0.4rem;
    color: #3366ff;
    line-height: 0.21rem;
    margin: 0.2rem 0;
}

.cpzx-title .chinese {
    float: none;
    text-align: center;
    font-size: 0.42rem;
    color: #464749;
    line-height: 0.51rem;
    margin: 0.2rem 0;
    font-weight: bold;
}

.cpzx-zngk-img {
    margin-left: 0.3rem;
    width: 6.58rem;
    height: 7.5rem;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.cpzx-zngk-img img {
    width: 6.6rem;
}

.cpzx-list {
    margin-left: 0.24rem;
}

.cpzx-list div {
    display: inline-block;
    width: 3.2rem;
    height: 3.62rem;
    vertical-align: top;
}

.cpzx-list-img {
    width: 3.2rem;
    margin: 0.14rem 0.18rem;
    box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
}

.cpzx-list-img img {
    width: 3.2rem;
    height: 2.45rem;
}

.cpzx-list-chinese {
    text-align: center;
    color: #282828;
    font-size: 0.28rem;
    margin: 0.15rem 0 0.1rem;
}

.cpzx-zngk-img .english {
    text-align: center;
    color: #888888;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}

.zngk {
    display: none;
}

/* .znsb{
    display: none;
}
.znyd{
    display: none;
}
.zsxc{
    display: none;
}
.hdyx{
    display: none;
}
.tscj{
    display: none;
}
.znyj{
    display: none;
} */

.cpzx-list-img .english {
    text-align: center;
    color: #888888;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}

.service-logo {
    width: 100%;
    margin-top: 1.1rem;
}

.service-intr-title .english {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 0.72rem;
    color: #3366FF;
    margin: 0 0.3rem;
}

.service-intr-title .chinese {
    font-size: 0.38rem;
    font-weight: 400;
    line-height: -4.67rem;
    color: #3366FF;
    margin: 0 0.2rem 0 0.3rem;
    margin-bottom: 0.3rem;
}

.service-intr-title hr {
    border: none;
    background-color: #3366FF;
    width: 6.58rem;
    height: 0.02rem;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}

.service-intr-text .textchinese {
    font-size: 0.25rem;
    font-weight: 400;
    line-height: 0.45rem;
    color: #555555;
    margin: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.service-intr-text .textenglish {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.34rem;
    color: #d2d2d2;
    margin: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.service-intr-text img {
    width: 6.57rem;
    height: 2.99rem;
    margin: 0.15rem 0.3rem 0.3rem;
}

.service-flow-logo {
    width: 100%;
    height: 1.87rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.service-flow div {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.service-flow-list2 {
    background-image: url(../image/service/beijing.png);
}

.service-flow-img1 {
    width: 100%;
    margin-top: 0.5rem;
}

.service-flow-img2 {
    width: 100%;
    height: 7.12rem;
}

.service-flow-list-title {
    font-size: 0.43rem;
    font-weight: 400;
    line-height: 0.64rem;
    color: #3366FF;
    margin: 0.1rem 0.3rem;
}

.service-flow-list-text {
    font-size: 0.29rem;
    font-weight: 400;
    line-height: 0.43rem;
    color: #555555;
    margin: 0.1rem 0.3rem;
}

.aboutus-logo {
    width: 100%;
    height: 4.16rem;
    background-image: url(../image/aboutus2.png);
    z-index: 1;
    margin-top: 1.1rem;
}

.aboutusimg2 video {
    width: 92%;
    margin-left: 4%;
    margin-bottom: 70px;
    background-color: #464749;
}

#hr {
    margin: 0.2rem 3%;
    width: 94%;
    height: 0.02rem;
    border: none;
    background: #858585;
}

.about-us-shenzhen {
    text-align: center;
}

.about-us-shenzhen p {
    font-size: 0.25rem;
    margin-bottom: 0.1rem;
}

.about-us-shenzhen .jidi {
    width: 92%;
    margin: 0.15rem 0;
}

.aboutusadr {
    margin: 0.5rem;
}

.aboutusadr-title {
    color: #000000;
    font-size: 0.2rem;
    line-height: 0.55rem;
}

.aboutusadr-text {
    color: #666666;
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-top: 0.06rem;
}


.floatmenu {
    position: fixed;
    width: 100%;
    height: 1rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    background: #3366FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floatmenu-logo2 {
    display: inline-block;
    width: 2.42rem;
    height: 0.7rem;
    margin: 0rem 0 0 0.33rem;
}

.floatmenu-logo2 img {
    width: 100%;
    height: 100%;
}

.floatmenu-talk {
    display: inline-block;
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 1.9rem;
    vertical-align: top;
    margin-top: 0.2rem;
}

.floatmenu-talk img {
    width: 100%;
    height: 100%;
}

.floatmenu-service {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1rem;
    position: relative;
    top: -0.11rem;
}

.floatmenu-service p {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.21rem;
    color: #FFFFFF;
    margin-top: 0.34rem;
}

.floatmenu-menu {
    float: right;
    width: 0.52rem;
    height: 0.39rem;
    /* background: url(../image/icons.png) -468px -917px no-repeat; */
    margin: 0rem 0.3rem 0 0;
}

.floatmenu-menu img {
    width: 100%;
    height: 100%;
}

.about_content {
    font-family: Microsoft YaHei;
}

.about_content h1,
.service_content h1 {
    font-size: .42rem;
    text-align: center;
    margin-top: .3rem;
    color: rgba(70, 71, 73, 1);
}

.about_content .video-box {
    position: relative;
    width: 100%;
    margin-bottom: 0.1rem;
    padding: 0 .3rem;
    height: 4rem;
}

.about_content .img-box {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    padding: 0 .3rem;
    height: 8.2rem;
}

.about_content .img-box img {
    margin-bottom: 0.2rem;
}

.about_content .video-box img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_content video,
.about_content img {
    /* width: 89%;
    margin-left: .4rem; */
    width: 100%;
    height: 4rem;
    object-fit: fill;
    /* background-color: #464749; */
}

.about_content p,
.service_content p {
    color: #464749;
    font-size: .28rem;
    text-indent: .5rem;
    margin-top: .15rem;
    margin-bottom: .3rem;
    padding-left: .4rem;
    padding-right: .4rem;
    font-weight: 400;
    text-align: justify;
    line-height: .46rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_content p {
    margin-bottom: .08rem;
}

.about-core {
    background: #FAFAFB;
    padding-top: 0.29rem;
    padding-bottom: 0.5rem;
}

.about-core ul {
    margin-top: 0.45;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-core li {
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(67, 67, 67, 0.08);
    border-radius: 6px;
    vertical-align: top;
    margin: 0.2rem;
    list-style: none;
    display: inline-block;
    width: 2.97rem;
    height: 3.96rem;
    text-align: center;
}

.about-core .core-list-img6 {
    width: 1.02rem;
    height: 1.02rem;
    margin-top: 0.49rem;
    margin-bottom: 0.2rem;
    background: #F7F7F7;
    border-radius: 50%;
}

.about-core .core-list-title {
    text-indent: 0;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.24rem;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 0.2rem auto 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.about-core .core-list-text {
    text-indent: 0;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.35rem;
}

.about-honer,
.about-culture {
    padding: 0.45rem 0.3rem;
}

.about-honer h1 {
    margin-top: 0;
    margin-bottom: 0.51rem;
}

.about-honer div {
    height: 4.29rem;
    position: relative;
}

.about-honer img {
    position: absolute;
    height: 4.29rem;

}

.about-honer p {
    margin-top: 0.47rem;
    padding: 0;
}

.about-culture {
    background: #FAFAFB;
    padding: 0.63rem 0.56rem 0.698rem;
}

.about-culture img:nth-child(1) {
    /* width: 3.8rem; */
    width: 52.9vw;
    /* height: 1.125rem; */
    height: auto;
    margin-bottom: 0.45rem;
}

.about-culture img:nth-child(2) {
    width: 3.57rem;
    width: 49vw;
    /* height: 1.21rem; */
    height: auto;
    margin-bottom: 0.39rem;

}

.about-culture img:nth-child(3) {
    width: 6.16rem;
    width: 85.6vw;
    height: auto;
    margin-bottom: 0.45rem;
    /* height: 1.23rem; */
}

.about-culture img:nth-child(4) {
    width: 6.16rem;
    width: 85.6vw;
    height: auto;
    /* height: 1.23rem; */
}

.about_content .join_us_a {
    display: inline-block;
    width: 100%;
    height: 4.18rem;
    background: url("../image/aboutus/join.png");
    background-size: 100% 100%;
    text-indent: .4rem;
    /* margin-top: .4rem; */
}

.about_content .join_us_a h2 {
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .8rem;
    margin-top: .6rem;
    font-size: .274rem;
}

.about_content .join_us_a h3 {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .4rem;
}

.about_content .join_us_a p {
    padding-left: 0;
    padding-right: 0;
    font-size: .22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: .4rem;
    height: 1rem;
    align-items: flex-start;
}

.us_items {
    padding: 0 0.315rem;
}

.us_item {
    width: 100%;
    text-indent: .4rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.us_item h2 {
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464749;
    margin-bottom: .1rem;
}

.us_item span {
    display: block;
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: justify;
}

.service_icon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service_icon>div {
    width: 50%;
    text-align: center;
    margin: .3rem 0;
}

.service_icon>div img {
    width: 1.2rem;
    text-align: center;
}

.service_content {
    text-align: center;
}

.service_icon>div h1 {
    font-size: .28rem;
    text-align: center;
    text-indent: 0;
    color: rgba(40, 40, 40, 1);
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-weight: bold;
}

.service_icon>div p {
    padding: 0 .5rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    text-indent: 0;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.self {
    width: 90%;
    background: #FAFAFB;
    position: relative;
    padding: 34px;
    top: -.5rem;
    left: 5%;
    z-index: 23;
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464749;
    line-height: .42rem;
    text-indent: .5rem;
    padding: .4rem .2rem;
}

.recruitment {
    width: 90%;
    margin-left: 5%;
}

.recruitment dt {
    background: #FAFAFB;
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464749;
    text-indent: .2rem;
    margin-bottom: .12rem;
    position: relative;
    cursor: pointer;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}

.recruitment dt::after {
    display: block;
    content: "+";
    font-size: .4rem;
    font-weight: bold;
    position: absolute;
    top: 0.15rem;
    right: .2rem;
}

.recruitment dd {
    display: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464749;
    line-height: 26px;
    vertical-align: top;
}

.recruitment dd div {
    display: inline-block;
    vertical-align: top;
    padding: 0 .2rem;
}

.recruitment dd div p {
    margin-bottom: 0;
    font-size: .25rem;
    line-height: .4rem;
}

.recruitment dd div pre {
    margin-top: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464749;
    line-height: .4rem;
}

.case-list {
    /* width: 90%; */
    position: relative;
    /* left: 5%; */
}

.case_content {
    padding: 0.3rem;
}

.case-list li {
    width: 100%;
    margin-top: .3rem;
}

.case-list li img {
    width: 100%;
}

.case-list li p {
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3d3d3d;
    margin-top: .23rem;
    font-weight: 400;
}

.case-list li h1 {
    font-size: .40rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464749;
    margin: .05rem 0;
    margin-top: 0.01rem;
}

.case-list li span {
    display: inline-block;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: .4rem;
    margin-bottom: .3rem;
}

.case-list hr {
    color: rgba(229, 229, 229, 1);
    background-color: rgba(229, 229, 229, 1);
    height: 2px;
    border: none;
}

.bottomintro .friend-link {
    width: 100%;
    height: auto;
    color: #a3a3a3;
    margin-top: 0.25rem;
}

.friend-link .friend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.2rem;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.arrow img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.arrow-up {
    transition: all .3s;
    transform: rotate(90deg);
}

.friend-title {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #a3a3a3;
}

/* .friend p {
    margin-left: auto;
} */

.friend p a {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #a3a3a3;
}

.dropdown {
    display: none;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
    color: #a3a3a3;

}

.drop-active {
    display: block;
}

.dropdown ul {
    height: 100%;
}

.dropdown ul li {
    display: block;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    margin-top: 0.02rem;
    color: #a3a3a3;
}

.arrow {
    width: 0.5rem;
    height: 0.4rem;
}


/* 漂浮 */
.float {
    position: fixed;
    text-align: center;
    z-index: 9999;
    height: 125px;
    width: 40px;
    bottom: 135px;
    right: 0px;
    color: #fff;
}

.small-email {
    background-color: rgb(0, 122, 255);
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 14px;
}

.float img {
    display: block;
    height: 24px;
    width: 24px;
}

.float span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    writing-mode: tb-rl;
    height: calc(100% - 44px);
    width: 22px;
    text-align: center;
}

.upup {
    position: absolute;
    bottom: -30px;
    background-color: #bcbec2;
    width: 40px;
}

.upup img {
    margin-left: 7px;
}

/* 提交弹窗 */

.dialog {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    overflow-wrap: normal;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100% !important;
    padding-top: 90px;
    display: block;
    inset: 0px;
    background: #fcfcfc;
}

.dialog>div {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fcfcfc;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px; */
}

.dialog-top {
    background-color: #007aff;
    height: 60px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.dialog-top .leave {
    flex: 1 1 auto;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all;
    white-space: pre-line;
}

.dialog-top .handle {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.dialog-content {
    padding: 20px;
    box-sizing: border-box;
}

.dialog-content span {
    padding: 16px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    word-break: break-all;
    white-space: pre-line;
}

.dialog-content form {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.dialog-content form label {
    color: rgb(179, 179, 179);
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.dialog-content form label:nth-child(3) {
    margin-bottom: 30px;
}

.dialog-content form input:focus,
textarea:focus {
    outline: none;
}

.dialog-content form input[type="text"],
.dialog-content form textarea {
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 16px 16px;
    border: none;
    background-color: rgb(255, 255, 255);
}

.dialog input {
    background-color: transparent;
}

.dialog-content label span {
    display: block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.dialog-content form .label span:has(+ input[require])::after {
    content: "*";
    color: red;
}

.dialog-content form .label input[require]::after {
    content: "*";
    color: red;
}

.dialog-content form .label span:has(+ textarea[require])::after {
    content: "*";
    color: red;
}

.dialog-content form .label textarea[require]::after {
    content: "*";
    color: red;
}

.dialog-content form textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    padding: 12px 16px;
    overflow: hidden auto;
    resize: none;
    outline: 0px;

    border: none;
    word-break: break-all;
    font-size: 12px;
    appearance: none;
    /* margin-bottom: 30px; */
}

.dialog-content .submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border: 0px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: white;
    background: rgb(0, 122, 255);
    margin-top: 20px;
}


.dialog-content form .form-empty::after {
    content: "请输入内容";
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    top: calc(100% + 5px);
    left: calc(15% - 10px);
    color: red;
    z-index: 9999;
}

.remind {
    position: fixed;
    inset: 0;
    top: 20%;
    left: 50%;
    width: 200px;
    height: 50px;
    line-height: 50px;
    /* padding: 20px; */
    text-align: center;
    z-index: 99999;
    font-size: 16px;
    background-color: #34a8ff;
    color: black;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}