
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px;
}

#page li {
    float: left;
    padding: 0px 20px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 14px;
    list-style: none;
    height: 40px;
    line-height: 40px;
}

#page li:hover {
    border: 1px solid #1EB5B6;
}

#page li:hover a {
    color: #1eb5b6;
}

#page li a {
    color: #666666;
}

#page li.active {
    border: 1px solid #1EB5B6;
    color: #ffffff;
}

#page li.active a {
    color: #666666;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.trans {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header .bot nav > ul > li:nth-child(6) .er-ul {
    width: 160%;
    left: -30%;
}

.er-ul {
    position: absolute;
    width: 100%;
    left: 0%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
}

.er-ul > li {
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
}

.er-ul > li:hover a {
    color: #1EB5B6;
}

.er-ul > li:nth-child(1) {
    padding-top: 0.625rem;
}

.er-ul > li:last-child {
    padding-bottom: 0.625rem;
}

header .nav_ul > li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
    display: block;
}

.bg {
    background: #1EB5B6;
}

.logo_phone img {
    width: 7.5rem;
}

.c {
    color: #1EB5B6;
}

.cf {
    color: #fff !important;
}

.c0 {
    color: #000 !important;
}

.phone_weibu {
    background: #0A0A0A;
    display: none;
}

.phone_weibu .mobMenu > li > a {
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}

.phone_weibu .mobMenu > li {
    border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu > li > .subDepth > li > a {
    font-size: 1em;
    color: #9a9797;
    line-height: 28px;
}

.phone_weibu .mobMenu > li > a::before {
    background-color: #fff;
}

.phone_weibu .mobMenu > li > a::after {
    background-color: #fff;
}

.phone_weibu .mobMenu > li > .subDepth {
    display: none;
}

.container {
    padding: 0 14.8125rem;
    width: 100%;
}
/* 手机端样式 */
.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sjj_nav a {
    letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0;
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.sjj_nav {
    position: fixed;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 0;
}

.sjj_nav > ul > li:first-child {
    border-top: none;
}

.sjj_nav > ul > li:first-child > a {
    width: 60%;
}

.sjj_nav > ul > li:first-child .language {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-top: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.sjj_nav > ul > li:first-child .language a {
    width: 25%;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sjj_nav > ul > li:first-child .language a.active {
    background: #1EB5B6;
    color: #fff !important;
}

.sjj_nav > ul > li:first-child .language a:last-child {
    border-right: 1px #ddd solid;
}

.sjj_nav ul li > a {
    width: calc(100% - 35px) !important;
    display: inline-block;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
    top: -6px;
    position: relative;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
}

.sjj_nav .bot > li {
    margin-left: 15px;
}

.sjj_nav .bot > li:first-child {
    padding: 15px 0;
}

.sjj_nav .bot > li:first-child form {
    padding-right: 15px;
}

.sjj_nav .bot > li:first-child input {
    padding-left: 28px;
    width: 100%;
    font-size: 12px;
    color: #6F6F70;
    line-height: 28px;
    border: 1px solid #A7A7A8;
    background: transparent;
}

.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot > li:first-child input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot > li:first-child input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot > li:first-child button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 100%;
    border: none;
}

.sjj_nav .bot > li:first-child button .iconfont {
    position: static;
    text-align: center;
    color: #6F6F70;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: none;
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 10px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none;
}

.sjj_nav ul li ul li a {
    width: 100% !important;
}

.sjj_nav ul li a {
    color: #666;
    width: 100%;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #1EB5B6;
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px;
}

.sjj_nav .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.sjj_nav .top .iconfont {
    font-size: 20px;
}

.sjj_nav .container {
    padding: 0 15px;
}

.sjj_nav .top .fl img {
    height: 30px;
}

.sjj_nav .bot {
    margin-top: 60px;
}

.c {
    color: #1EB5B6;
}

.bg {
    background: #1EB5B6;
}

.container {
    width: 100%;
    padding: 0 20rem;
    max-width: 100%;
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .phone_weibu {
        display: block;
    }
}

body {
    padding-top: 7.35rem;
}

.nav_nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.875rem 1.25rem 2.5rem;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
}

.nav_nav .more_a_a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75rem;
    color: #1BB6B7;
    position: relative;
    display: inline-block;
}

.nav_nav .more_a_a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.nav_nav .more_a_a:hover::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.nav_nav .name {
    padding-top: 0.625rem;
    margin-bottom: 1.375rem;
    font-weight: 500;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
}

.nav_nav .right ul li .name img {
    border-radius: 50%;
    padding: 4px;
}

.nav_nav .name img {
    height: 1.875rem;
    margin-right: 0.5rem;
}

.nav_nav .left {
    width: 17%;
    border-right: 1px solid rgba(153, 153, 153, 0.2);
}

.nav_nav .left ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.nav_nav .left ul li a .fl:nth-child(1) {
    width: 3.25rem;
}

.nav_nav .left ul li a .fl:nth-child(2) {
    width: calc(100% - 3.25rem);
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #666666;
    padding-right: 1.125rem;
}

.nav_nav .left ul li:hover .fl:nth-child(2) {
    color: #1EB5B6;
}

.nav_nav .left ul li:hover img {
    transform: scale(1.1);
}

.nav_nav .right {
    width: 83%;
    padding-left: 2.75rem;
}

.nav_nav .right > ul > li {
    margin-right: 3.8rem;
    float: left;
}

.nav_nav .right > ul li:last-child {
    margin-right: 0;
}

.nav_nav .right > ul .text {
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: #666666;
}

.nav_nav .right > ul .text:hover {
    color: #1EB5B6;
}

header .bot nav > ul > li:hover .nav_nav,
header .bot nav > ul > li:hover .er-ul {
    transform: none;
    opacity: 1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

header .top {
    line-height: 4.375rem;
}

header .top .left,
header .top .right {
    width: 15%;
}

header .top .left img {
    height: 2.1875rem;
}

header .top .right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
}

header .top .right .iconfont {
    font-size: 1.125rem;
}

header .top .right a.c,
header .top .right a:hover {
    color: #000;
}

header .top .right a:last-child::before {
    display: none;
}

header .top .right a {
    padding: 0 0.5rem;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
}

header .top .right a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 1rem;
    background: rgba(0, 0, 0, 0.1);
}

header .top .center {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

header .top .center form .pr {
    width: 37.5rem;
    margin: 0 auto;
}

header .top .center input {
    width: 100%;
    line-height: 2.5625rem;
    height: 2.6875rem;
    border-radius: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
    color: #000000;
    padding: 0 1.5625rem;
    margin: 0;
    text-align: left;
}

header .top .center input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

header .top .center input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

header .top .center input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

header .top .center input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

header .top .center button {
    position: absolute;
    top: calc(50% + 0.5px);
    transform: translateY(-50%);
    right: 0;
    width: 3.5625rem;
    border-radius: 0 2.5rem 2.5rem 0;
    background: #1EB5B6;
    text-align: center;
    line-height: 2.5625rem;
    border: 1px solid #1EB5B6;
    display: block;
}

header .top .center button .iconfont {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}

header .bot {
    background: #1EB5B6;
    line-height: 3.0625rem;
}

header .bot nav > ul > li:nth-child(4),
header .bot nav > ul > li:nth-child(5) {
    position: static;
}

.solution_drop {
    display: flex;
    justify-content: center;
}

.solution_drop li {
    flex: 1 0 0;
}

.solution_drop li .name {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-left: 1.375rem;
    padding-top: 0;
    margin-bottom: 0.625rem;
    padding-bottom: 0;
}

.solution_drop li .name::before {
    content: "";
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
}

.solution_drop li .text {
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: #666666;
}

.solution_drop li .text:hover {
    color: #1EB5B6;
}

.solution_drop li:nth-child(1) .name::before {
    background: #1EB5B6;
}

.solution_drop li:nth-child(2) .name::before {
    background: #6F78B0;
}

.solution_drop li:nth-child(3) .name::before {
    background: #FFE684;
}

.solution_drop li:nth-child(4) .name::before {
    background: #E26923;
}

.solution_drop li:nth-child(5) .name::before {
    background: #D05B93;
}

header .bot nav > ul > li:nth-child(5) .er-ul {
    width: 150%;
    left: -25%;
}

header .bot nav > ul > li {
    float: left;
    position: relative;
    margin-right: 0.5rem;
}

header .bot nav > ul > li > a {
    padding: 0 0.875rem;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header .bot nav > ul > li > a .iconfont {
    font-size: 0.875rem;
    padding-left: 0.3125rem;
    display: block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    float: right;
}

header .bot nav > ul > li:hover > a,
header .bot nav > ul li.active > a {
    background: #fff;
    color: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header .bot nav > ul > li:hover > a .iconfont,
header .bot nav > ul li.active > a .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding: 0 0.3125rem 0 0;
}

.more_1 {
    padding: 0 1.5rem;
    line-height: 2.125rem;
    border-radius: 3.75rem;
    background: #FFFFFF;
    border-radius: 3.125rem;
    display: inline-block;
    font-size: 1rem;
    color: #1EB5B6;
}

.more_1 .iconfont {
    font-size: 1rem;
}

.more {
    padding: 0 2.6875rem;
    line-height: 3.125rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 2.5rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.more.bg {
    background: #1EB5B6;
    color: #fff;
    border-color: #1EB5B6;
}

.more.bg:hover::before {
    background: #fff;
}

.more.bg:hover {
    color: #1EB5B6;
}

.more::before {
    content: "";
    position: absolute;
    top: 0;
    left: -105%;
    border-radius: 3.125rem;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.more:hover::before {
    left: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.more:hover {
    color: #fff;
    border-color: transparent;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.banner .img {
    display: block;
}

.banner .img2 {
    display: none;
}

.banner .p1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.125rem;
    /* identical to box height */
    color: #000000;
}

.banner .p2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 1rem 0 1.875rem;
    color: #000000;
}

.banner .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 1.875rem;
}

.banner .swiper-pagination-bullet {
    border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active::before {
    background: #fff;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border: 1px solid #1EB5B6;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1EB5B6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 3.25rem;
}

.title span {
    position: relative;
    display: inline-block;
    padding-bottom: 0.625rem;
}

.title span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.25rem;
    height: 1px;
    background: #1EB5B6;
}

.index_one .swiper-container .swiper-slide:hover img {
    transform: scale(1.1);
}

.index_one,
.index_two {
    padding: 4rem 0;
}

.index_one .swiper-container,
.index_two .swiper-container {
    margin-top: 1.875rem;
}

.index_one .swiper-slide .over {
    padding: 1.5625rem 0;
    text-align: center;
}

.index_one .swiper-slide:nth-child(1) .over {
    background: #1EB5B6;
}

.index_one .swiper-slide:nth-child(2) .over {
    background: #6F78B0;
}

.index_one .swiper-slide:nth-child(3) .over {
    background: #FFE684;
}

.index_one .swiper-slide:nth-child(4) .over {
    background: #E26923;
}

.index_one .swiper-slide:nth-child(5) .over {
    background: #D05B93;
}

.index_one .swiper-container .name,
.index_two .swiper-container .name {
    margin: 0.875rem 0 0.4375rem;
    font-weight: 600;
}

.index_one .swiper-container .swiper-pagination,
.index_two .swiper-container .swiper-pagination {
    display: none;
}

.index_one .swiper-container .swiper-slide:hover .name,
.index_two .swiper-container .swiper-slide:hover .name {
    color: #1EB5B6;
}

.index_one {
    padding-bottom: 0 !important;
}

.text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666666;
}

.font18 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.index_two .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 1.87rem !important;
}

.index_two .swiper-slide img {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index_two .swiper-slide:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index_three {
    background: url(https://naisi0119.31.brwq.xyz/img/3.png) no-repeat;
    background-size: cover;
    padding: 3.375rem 0 6.25rem;
}

.index_three .text {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin: 1.4375rem 0;
    text-align: justify;
}

.index_three .number::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.375rem;
    height: 1px;
    background: #1BB6B7;
}

.index_three .number {
    position: relative;
    padding-bottom: 0.625rem;
}

.index_three .number .counter {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.75rem;
    color: #1BB6B7;
}

.index_three .number sub {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2.0625rem;
    color: #1BB6B7;
    bottom: 0.875em;
    padding-left: 0.5rem;
}

.index_three .number sub sub {
    padding-left: 0;
    font-size: 0.875rem;
    left: -0.3125rem;
    bottom: 0.5rem;
}

.index_three .title span::before {
    left: 0;
    transform: translateX(0);
}

.index_three .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    margin-top: 0.6875rem;
}

.index_four .ul_news li,
.list_news .top .ul_news li,
.list_news .bot .ul_news li {
    padding: 1.5625rem 0 1rem;
    border-bottom: 1px solid rgba(161, 164, 167, 0.35);
    position: relative;
}

.index_four .data,
.list_news .top .data,
.list_news .bot .data {
    margin: 0.625rem 0 0.25rem;
}

.index_four .ul_news li::before,
.list_news .top .ul_news li::before,
.list_news .bot .ul_news li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index_four .ul_news li:hover .name,
.list_news .top .ul_news li:hover .name,
.list_news .bot .ul_news li:hover .name {
    color: #1EB5B6;
}

.index_four .ul_news li:hover::before,
.list_news .top .ul_news li:hover::before,
.list_news .bot .ul_news li:hover::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index_four .ul_news li:first-child,
.list_news .top .ul_news li:first-child,
.list_news .bot .ul_news li:first-child {
    padding-top: 0;
}

.index_four .data,
.list_news .top .data,
.list_news .bot .data {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

.index_four .text,
.list_news .top .text,
.list_news .bot .text {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.4);
}

.index_four {
    padding: 3.75rem 0;
}

.index_four .left {
    padding-right: 1.5625rem;
}

.index_four .left > div {
    background: #F3F3F7;
    padding: 2.375rem 2.5rem;
}

.index_four .left .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
}

.index_four .left .img {
    padding-top: 2.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(195, 199, 201, 0.35);
}

.index_four .left .data {
    margin: 0.4375rem 0 0.25rem;
}

.index_four .left:hover .name {
    color: #1EB5B6;
}

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

.index_four .right {
    padding-left: 1.5625rem;
}

.index_four .right .name {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 10000;
}

body {
    padding-right: 0 !important;
}

.index_five {
    margin-bottom: 3.75rem;
}

.index_five .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 4.375rem;
    width: 100%;
}

.index_five .hover .text a {
    color: #fff;
}

.index_five .hover .text a:hover {
    text-decoration: underline;
}

.index_five .hover .text {
    margin: 0.9375rem 0 1.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #FFFFFF;
    width: 55%;
}

.index_five .more {
    background: #fff;
    z-index: 2;
    color: #1EB5B6;
    border-color: #fff;
}

.index_five .more::before {
    background: rgba(27, 183, 183, 0.3) !important;
    z-index: -1;
}

.index_five .title span::before {
    left: 0;
    transform: translateX(0);
    background: #fff;
}

footer {
    background: #F3F3F7;
}

footer .top {
    padding: 6.25rem 0 2.8125rem;
}

footer .top .name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 0.9375rem;
}

footer .top .name .iconfont {
    display: none;
}

footer .top .left:nth-child(1),
footer .top .left:nth-child(2),
footer .top .left:nth-child(5) {
    width: 13.4%;
}

footer .top .left:nth-child(3),
footer .top .left:nth-child(4) {
    width: 16.3%;
}

footer .top .left:nth-child(6) {
    width: 27.1%;
}

footer .top a.text:hover {
    color: #1EB5B6;
}

footer .top .fenxiang {
    margin-top: 1.25rem;
}

footer .top .fenxiang ul li:nth-child(1) .icon {
    background: #15DD89;
}

footer .top .fenxiang ul li:nth-child(2) .icon {
    background: #E75858;
}

footer .top .fenxiang ul li:nth-child(3) .icon {
    background: #1DA1F2;
}

footer .top .fenxiang ul li:nth-child(4) .icon {
    background: #DB4437;
}

footer .top .fenxiang ul li:nth-child(5) .icon {
    background: #0077B5;
}

footer .top .fenxiang ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 0.75rem 1.125rem 0;
}

footer .top .fenxiang ul li .img {
    position: absolute;
    top: -100%;
    left: 0;
    width: 12.5rem;
    height: 12.5rem;
    z-index: -1;
    opacity: 0;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px;
    border-radius: 4px;
    top: -17.5rem;
    left: 50%;
    margin-left: -6.25rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

footer .top .fenxiang ul li .img::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}

footer .top .fenxiang ul li .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #6F6F70;
    line-height: 2.5rem;
    text-align: center;
}

footer .top .fenxiang ul li .icon .iconfont {
    font-size: 1.375rem;
    color: #fff;
}

footer .top .fenxiang ul li:hover .icon {
    background: #1D1D1F;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

footer .top .fenxiang ul li:hover .img {
    top: -220px;
    opacity: 1;
    z-index: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

footer .text span:hover {
    color: #1EB5B6;
}

footer .text span {
    cursor: pointer;
}

footer .bot {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
}

footer .bot a {
    color: rgba(0, 0, 0, 0.55);
}

footer .bot a:hover {
    color: #1EB5B6;
}

footer .text {
    font-size: 1rem;
    line-height: 1.875rem;
    color: rgba(0, 0, 0, 0.55);
}

.fix_ul li:nth-child(2) .right_div {
    padding: 0;
}

.fix_ul li {
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    padding: 0;
    margin-bottom: 0.75rem;
    background: #1EB5B6;
    border: none;
}

.rightfix {
    right: 3.625rem;
    top: auto;
    transform: translateY(0);
    bottom: 10%;
}

.fix_ul li:hover {
    background: #939393;
}

.fix_ul li:hover .right_div {
    line-height: 3.75rem;
    min-height: 3.75rem;
}

.bread .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
}

.bread .text a {
    color: #FFFFFF;
}

.bread .text a:hover {
    color: #1EB5B6;
}

.ny_ban .bread {
    position: absolute;
    top: 1.375rem;
    left: 0;
    width: 100%;
}

.ny_ban a {
    color: #FFFFFF;
}

.ny_ban a:hover {
    color: #1EB5B6;
}

.ny_ban .hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.ny_ban .hover .name {
    font-weight: 700;
    font-size: 3.875rem;
    line-height: 4.5rem;
    color: #FFFFFF;
}

.erji {
    padding: 1rem 0;
    background: #F3F3F7;
    border-bottom: 1px solid #CAC0C0;
}

.erji ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.erji ul li a {
    padding: 0 2.75rem;
    border-radius: 40px;
    font-size: 1rem;
    line-height: 3.125rem;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid transparent;
}

.erji ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 50px;
    z-index: -1;
}

.erji ul li:hover a {
    color: #1eb5b6;
}

.erji ul li.active a {
    color: #fff;
}

.erji ul li.active a::before {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    left: 0;
}

.font16 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #555555;
}

.title.left span::before {
    left: 0;
    transform: translateX(0);
}

.list_about .right {
    padding-left: 5rem;
}

.list_about .right .font16 {
    margin: 0.625rem 0 0.9375rem;
}

.list_about .right .accordion > .card.active .card-header {
    background: #1EB5B6;
}

.list_about .right .accordion > .card.active .card-header span,
.list_about .right .accordion > .card.active .card-header .iconfont {
    color: #fff;
}

.list_about .right .accordion > .card.active .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_about .right .card-header {
    padding: 0 1.6875rem;
}

.list_about .right .text-left {
    padding: 0.75rem 0;
}

.list_about .right .collapse + .card-header {
    background: #1BB6B7;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.list_about .right .card-body.font16 {
    margin: 0;
}

.list_about .right h2 button span {
    display: block;
    width: calc(100% - 40px);
    float: left;
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}

.list_about .right h2 button .iconfont {
    display: block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    float: right;
    text-align: right;
    font-size: 1rem;
    color: #B8B7B7;
    font-weight: 600;
}

.list_about ul.row {
    margin-top: 5rem;
}

.list_about ul.row li:hover .hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_about ul.row li .hover {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    text-align: center;
    height: calc(100% - 6.875rem);
}

.list_about ul.row li .hover > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.list_about ul.row li .hover img {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_about ul.row li .hover .name {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 0.625rem;
    color: #FFFFFF;
}

.list_about ul.row li .hover1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    color: #3E4042;
    height: 6.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F7;
}

.ptb {
    padding: 4.6875rem 0;
}

button:focus,
button.active {
    outline: none !important;
    box-shadow: none !important;
}

.list_about_two {
    background: url(https://naisi0119.31.brwq.xyz/img/16.png) no-repeat;
    background-size: cover;
}

.list_about_two .swiper-container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
}

.list_about_two .swiper-container {
    margin-top: 4.125rem;
    padding: 0 0.46875rem;
}

.list_about_two .swiper-container .name {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.75rem;
    color: #1BB6B7;
}

.list_about_two .swiper-container .font16 {
    width: 100%;
}

.list_about_two .swiper-container .swiper-slide {
    padding-left: 0;
    height: 16.25rem;
}

.list_about_two .swiper-container .swiper-slide:nth-child(even) {
    padding-top: 8.125rem;
}

.list_about_two .swiper-container .swiper-slide:nth-child(even) .name {
    padding-top: 1.5rem;
}

.list_about_two .swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.46875rem;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: #1EB5B6;
}

.list_about_two .swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5rem);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 1.1875rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.list_about_two .swiper-slide:nth-child(2)::before {
    background: #6F78B0;
}

.list_about_two .swiper-slide:nth-child(3)::before {
    background: #FFE684;
}

.list_about_two .swiper-slide:nth-child(4)::before {
    background: #E26923;
}

.list_about_two .swiper-slide:nth-child(5)::before {
    background: #D05B93;
}

.list_about_two .swiper-button-next,
.list_about_two .swiper-button-prev {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    margin: 0;
    top: calc(50% + 4rem);
    transform: translateY(-50%);
    background-size: 1.25rem 1.25rem;
    z-index: 99;
    background-color: #fff;
    opacity: 1;
    z-index: 9999;
}

.list_about .icon1:hover {
    background: #e47114
}

.list_about .icon1 {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    background: #1eb5b6b3;
}

.list_about .icon1::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.375rem solid #fff;
    border-right: 1rem solid transparent;
    left: calc(50% + 0.75rem);
    top: 50%;
    transform: translate(-50%,-50%);
}

.list_about_two .swiper-button-next {
    right: 16rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23535050'%2F%3E%3C%2Fsvg%3E");
}

.list_about_two .swiper-button-prev {
    left: 16rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23535050'%2F%3E%3C%2Fsvg%3E");
}

.fancybox__container {
    z-index: 9999 !important;
}

.list_about_three .swiper-container {
    padding-bottom: 2.8125rem;
    margin-top: 2.1875rem;
}

.list_about_three .name {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000000;
    margin-top: 0.9375rem;
}

.list_about_three .img {
    padding: 1.4375rem;
    background: #F3F3F7;
    overflow: hidden;
}

.list_about_three .img .hover {
    position: absolute;
    bottom: -100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.267);
}

.list_about_three .img .hover div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #fff;
}

.list_about_three .swiper-slide:hover .name {
    color: #1EB5B6;
}

.list_about_three .swiper-slide:hover .hover {
    bottom: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_about_three .swiper-slide:hover img {
    transform: scale(1.1);
}

.list_about_four.index_five .text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    width: 47%;
}

.toppt120 {
    position: absolute;
    top: -7.5rem;
}

.list_about_wjbz ul li {
    padding: 1.25rem 0 1.5625rem;
    border-bottom: 1px solid #CCCCCC;
}

.list_about_wjbz .name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #555555;
    margin-bottom: 0.625rem;
}

.list_about_wjbz ul li:first-child {
    padding-top: 0;
}

.list_about_wjbz ul {
    margin: 2rem 0 1.6875rem;
}

.list_about_wjbz .mtb {
    margin: 1.6875rem 0 2.625rem;
}

.list_about_wjbz .flex {
    display: flex;
    align-items: center;
    margin-bottom: 7.125rem;
}

.list_about_wjbz .flex .name1 {
    margin-bottom: 0.625rem;
}

.list_about_wjbz .flex .left {
    width: 39%;
}

.list_about_wjbz .flex .right {
    width: 61%;
    padding-left: 3rem;
}

.list_about_wjbz .flex .right .img {
    padding: 1rem;
    background: #F3F3F7;
}

.list_about_wjbz .name1 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: justify;
    color: #000000;
}

.list_about_wjbz .liucheng .name1 {
    margin-bottom: 2.8125rem;
}

.list_news .top {
    padding-bottom: 3.125rem;
    margin-bottom: 3.625rem;
    border-bottom: 1px solid rgba(161, 164, 167, 0.35);
}

.list_news .top .left {
    padding-right: 1.25rem;
}

.list_news .top .right {
    padding-left: 1.25rem;
}

.list_news .top .img {
    padding: 1.6rem 1.5625rem;
    background: #F3F3F7;
}

.list_news .top .name {
    font-size: 1.125rem;
    font-weight: 600;
}

.list_news .top .over {
    display: none;
}

.list_news .top .over.active {
    display: block;
}

.list_news .bot ul li:first-child {
    padding-top: 0;
}

.list_news .bot ul li {
    padding: 2.75rem 0;
    border-bottom: 1px solid rgba(161, 164, 167, 0.35);
    position: relative;
}

.list_news .bot ul li .left {
    padding-right: 2.8125rem;
}

.list_news .bot ul li .right {
    padding-left: 0;
}

.list_news .bot ul li .right .more {
    margin-top: 1.25rem;
}

.list_news .bot ul li .right .name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #000000;
    padding-top: 0.625rem;
}

.list_news .bot ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    height: 1px;
    background: #1EB5B6;
}

.list_news .bot ul li:hover::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_news .bot ul li:hover .name {
    color: #1EB5B6;
}

.show_news_top {
    background: #F4F4F8;
    border-bottom: 1px solid #CAC0C0;
    padding: 1.375rem 0 2.625rem;
}

.show_news_top .bread a {
    color: #000000;
}

.show_news_top .bread .text {
    color: #000;
}

.show_news_top .bread a:last-child {
    color: #606060;
}

.show_news_top .data {
    margin-top: 2.5rem;
}

.show_news_top .title {
    font-size: 1.75rem;
    line-height: 2.5625rem;
}

.show_news_top .fenxiang {
    margin-top: 1.4375rem;
}

.show_news_top .fenxiang a {
    width: 2.0625rem;
    height: 2.0625rem;
    margin: 0 0.375rem 0 0;
    color: #fff;
    border: none;
    font-size: 1rem;
}

.show_news_top .list_pro_swiper .name {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    margin-top: 0.875rem;
}

.show_news_top .list_pro_swiper .swiper-pagination {
    display: none;
}

.show_news_top .list_pro_swiper .icon {
    position: relative;
    z-index: 2;
    background: #1EB5B6;
    height: 10.5rem;
    line-height: 10.5rem;
    width: 10.5rem;
    border-radius: 50%;
    margin: 0 auto;
}

.show_news_top .list_pro_swiper .icon img {
    height: 6.875rem;
    border-radius: 50%;
}

.show_news_top .list_pro_swiper .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
}

.show_news_top .list_pro_swiper .swiper-slide.active .name,
.show_news_top .list_pro_swiper .swiper-slide:hover .name {
    color: #1EB5B6;
}

.show_news_top .list_pro_swiper .swiper-slide.active .icon::before,
.show_news_top .list_pro_swiper .swiper-slide:hover .icon::before {
    opacity: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.show_news_bot {
    padding: 3.125rem 0 5.9375rem;
}

.show_news_bot .font16 {
    line-height: 1.875rem;
}

.show_news_bot .more {
    margin: 1.875rem 0 2.75rem;
}

.show_news_bot .shangxia {
    font-size: 1rem;
    line-height: 2.25rem;
    color: #555555;
    padding-top: 2rem;
    border-top: 1px solid rgba(161, 164, 167, 0.35);
}

.show_news_bot .shangxia a {
    color: #555555;
}

.show_news_bot .shangxia a:hover {
    color: #1EB5B6;
}

.social-share .icon-wechat .wechat-qrcode {
    z-index: 9999 !important;
}

.list_pro {
    padding: 2.75rem 0;
}

.font28 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 1.25rem;
}

.list_pro_two_swiper {
    padding-bottom: 2.8125rem;
}

.list_pro_two_swiper .name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    padding-top: 1.25rem;
}

.list_pro_two_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.list_pro_two_swiper .swiper-slide:hover .name {
    color: #1EB5B6;
}

.list_pro_list .erji_pro {
    display: flex;
    justify-content: center;
    margin: 2.1875rem 0 2.8125rem;
}

.list_pro_list .erji_pro li {
    width: 14.28%;
    float: left;
    text-align: center;
    padding: 0 4px;
}

.list_pro_list .erji_pro li a {
    padding: 0;
    width: 100%;
}

.list_pro_list .name {
    padding-top: 1.25rem;
    color: #000;
}

.list_pro_list .col-6:hover img {
    transform: scale(1.1);
}

.list_pro_list .col-6:hover .name {
    color: #1EB5B6;
}

.show_pro_top {
    margin-top: 1.5625rem;
    padding-bottom: 2.5rem;
}

.show_pro_top .gallery-thumbs {
    margin-top: 0.75rem;
}

.show_pro_top .font28 {
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #E3E3E3;
}

.show_pro_top .left {
    padding-right: 2.625rem;
}

.show_pro_top .text {
    line-height: 1.5rem;
}

.show_pro_top .swiper-button-next,
.show_pro_top .swiper-button-prev {
    background-size: 1.5rem 1.5rem;
    margin-top: 0;
    transform: translateY(-50%);
}

.show_pro_top .gallery-thumbs .swiper-slide img {
    display: block;
}

.show_pro_top .gallery-thumbs .swiper-slide {
    border: 3px solid #F4F4F8;
}

.show_pro_top .gallery-thumbs .swiper-slide-thumb-active {
    border: 3px solid #D05B93;
}

.show_pro_top .more {
    background: #D05B93;
    color: #fff;
    margin-top: 1.25rem;
    border-color: #D05B93;
    cursor: pointer;
}

.show_pro_top .more:hover {
    color: #D05B93;
}

.show_pro_top .more::before {
    background: #fff;
}

.show_news_top {
    position: relative;
}

.fix_nav.active {
    position: fixed;
    padding-top: calc(7.5rem + 20px);
    top: 0;
    left: 0;
    width: 100%;
    background: #F4F4F8;
    height: calc(3.125rem + 2px);
    z-index: 9990;
}

.fix_nav.active .container {
    background: #F4F4F8;
    border-bottom: 1px solid #CAC0C0;
}

.fix_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fix_nav ul li {
    float: left;
    line-height: 3.125rem;
    padding: 0 3px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.fix_nav ul li div {
    background: #FFFFFF;
    border: 1px solid #CAC0C0;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
}

.fix_nav li.active div,
.fix_nav li:hover div {
    background: #1BB6B7;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.fix_nav ul {
    display: flex;
    justify-content: center;
    margin: 0 -3px;
}

.show_pro_one {
    padding: 2.75rem 0;
}

.show_pro_one .content_box > div {
    margin: 0 0 3.75rem 0;
}

.show_pro_one table tr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EAEAF0;
    font-size: 0.875rem;
    color: #000000;
}

.show_pro_one table tr.bg td {
    color: #fff;
}

.show_pro_one .font18 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

.show_pro_one .table-responsive {
    margin-bottom: 3rem;
}

.show_pro_one .table-responsive:last-child {
    margin-bottom: 0;
}

.show_pro_one .div2 .font16 {
    margin-top: 1.25rem;
    color: #000;
}

.div2 .row {
    margin-left: 0;
    margin-right: 0;
    display: block;
}

.show_pro_one .div5 .col-md-6 {
    margin-bottom: 2.25rem;
}

.show_pro_one .div5 .col-md-6 > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show_pro_one .div5 .col-md-6:hover .right::after {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.show_pro_one .div5 .col-md-6:hover .name {
    color: #1EB5B6;
}

.show_pro_one .div5 .col-md-6:hover img {
    transform: scale(1.1);
}

.show_pro_one .div5 .name {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.show_pro_one .div5 .data {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    margin: 0.625rem 0 0.25rem;
    color: rgba(0, 0, 0, 0.6);
}

.show_pro_one .div5 .text {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.8rem;
}

.show_pro_one .div5 .right {
    width: calc(100% - 1.625rem - 12.125rem);
    position: relative;
}

.show_pro_one .div5 .right::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(161, 164, 167, 0.35);
}

.show_pro_one .div5 .right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 2;
}

.show_pro_one .div5 .left {
    width: 12.125rem;
    margin-right: 1.625rem;
}

.show_pro_one.index_solution {
    padding-top: 0;
}

.div3 .fl {
    font-weight: 700;
    color: #000000;
}

.div3 .col-md-6 {
    margin-bottom: 1.875rem;
}

.div3 .col-md-6 > div {
    background: #F4F4F8;
    padding: 1.4375rem 2.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #EAEAF0;
}

.div3 .col-md-6 > div .img {
    padding-right: 4rem;
}

.div3 .col-md-6:hover > div {
    border-color: #1BB6B7;
}

.div3 .scroll ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div3 .scroll ul li {
    width: 100%;
    text-align: center;
    padding: 0 2px;
    line-height: 2.8125rem;
}

.div3 .scroll ul li > div {
    background: #F4F4F8;
    border: 1px solid #EAEAF0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.div3 .scroll ul li.active div,
.div3 .scroll ul li:hover div {
    background: #1EB5B6;
    color: #fff;
}

.div3 .sum {
    padding-top: 1rem;
}

.div3 .sum > div {
    display: none;
}

.div3 .sum > div.active {
    display: block;
}

.div3 .sum ul li {
    font-size: 0.875rem;
    color: #000000;
    padding: 0.9375rem 0;
    font-weight: 600;
    padding-right: 2.9375rem;
    border-bottom: 1px solid #EAEAF0;
}

.div3 .sum ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div3 .sum ul li .name {
    width: calc(100% - 2.5625rem - 12.5rem);
    padding: 0 1.875rem;
}

.div3 .sum ul li .data {
    width: 12.5rem;
    text-align: right;
}

.div3 .sum ul li:hover .icon {
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.div3 .sum ul li:hover .icon .iconfont {
    color: #fff;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.div3 .sum ul li:hover a {
    color: #1EB5B6;
}

.div3 .sum a {
    color: #000000;
}

.div3 .sum .icon {
    width: 2.5625rem;
    height: 2.5625rem;
    border-radius: 50%;
    background: #F3F3F7;
    line-height: 2.5625rem;
    text-align: center;
}

.div3 .sum .icon .iconfont {
    display: block;
    font-size: 1.25rem;
    color: #1EB5B6;
}

.div3 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -0.5rem 2.5rem;
}

.div3 .flex > div:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.div3 .flex > div> a.active,
.div3 .flex > div> a:hover  {
    border: 1px solid #1EB5B6;
    color: #1eb5b6;
}

.div3 .flex > div {
    width: 25%;
    padding: 0 0.5rem;
}

.div3 .flex > div > a {
    border: 1px solid #EAEAF0;
    padding: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div3 .flex > div > a .img {
    width: 3.125rem;
    margin-right: 0.9375rem;
}

.list_download .scroll ul li.active a,
.list_download .scroll ul li:hover a {
    color: #fff;
}

.list_download .sum {
    margin-top: 2.125rem;
}

.list_download .sum > div {
    display: block !important;
}

.list_coa .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.625rem;
}

.list_coa .inp {
    margin-bottom: 1.5625rem;
}

.list_coa input {
    width: 100%;
    height: 3.125rem;
    line-height: 3rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60px;
}

.list_coa form {
    width: 29.125rem;
    margin: 0 auto;
}

.list_coa select {
    width: 100%;
    height: 3.125rem;
    line-height: 3rem;
    border-radius: 60px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("https://naisi0119.31.brwq.xyz/img/33.png") no-repeat;
    background-size: 18px 10px;
    background-position-x: 96%;
    background-position-y: center;
}

.list_coa button {
    margin-top: 0.87125rem;
    width: 100%;
}

.list_cpjc form,
.show_pro_one .div1 form {
    width: 37.5rem;
    margin: 0 auto;
}

.list_cpjc form input,
.show_pro_one .div1 form input {
    line-height: 2.5625rem;
    width: 100%;
    border-radius: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
    color: #000000;
    padding: 0 1.5625rem;
}

.list_cpjc form input::-webkit-input-placeholder,
.show_pro_one .div1 form input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_cpjc form input:-moz-placeholder,
.show_pro_one .div1 form input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.list_cpjc form input::-moz-placeholder,
.show_pro_one .div1 form input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.list_cpjc form input:-ms-input-placeholder,
.show_pro_one .div1 form input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_cpjc form button,
.show_pro_one .div1 form button {
    position: absolute;
    top: calc(50.5%);
    transform: translateY(-50%);
    right: 0;
    width: 3.5625rem;
    border-radius: 0 2.5rem 2.5rem 0;
    background: #1EB5B6;
    text-align: center;
    line-height: 2.5625rem;
    border: 1px solid #1EB5B6;
    display: block;
}

.div1 .list .me_price .hover p span {
    width: 50%;
    display: inline-block;
    float: left;
}

.div1 .list {
    padding: 1.25rem;
    border: 1px solid #EAEAF0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.div1 .list > div:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.div1 .list.product-box div:nth-child(3){
    display: none;
}

.div1 .list > div:last-child {
    padding-right: 0;
}

.div1 .list > div {
    padding: 0;
}

#page li {
    padding: 0 !important;
}

#page li a,
#page li.thisclass,
#page li.pager_text,
#page .pager_thumb {
    padding: 0 0.9375rem !important;
    display: block;
}
/* .div1 .list .me_price svg:hover  */
.div1 .list .me_price .hover {
    position: absolute;
    top: -7rem;
    background: rgba(208, 91, 147, 0.95);
    border: 1px solid #EDE2E2;
    border-radius: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #FFFFFF;
    width: 17.625rem;
    left: 75%;
    transform: translateX(-50%);
    padding: 0.625rem 0 0.9375rem 1.125rem;
    filter: drop-shadow(0 0px 0.625rem rgba(0, 0, 0, 0.212));
    display: none;
    z-index: 99;
}

.div1 .list .me_price .hover::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: rgba(208, 91, 147, 0.95);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -1rem;
}

.jiajian {
    background: #FFFFFF;
    border: 1px solid #CFCDCD;
    border-radius: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.375rem;
}

.jiajian button {
    border: none;
    background: transparent;
    color: #1BB6B7;
}

.jiajian input {
    width: 4.375rem;
    text-align: center;
}

.list_cpjc form button .iconfont,
.show_pro_one .div1 form button .iconfont {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}

.list_cpjc tr:nth-child(1) td {
    padding: 1.375rem 0;
}

.list_cpjc tr td {
    border: 1px solid #EAEAF0;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    color: #555555;
    padding: 0.625rem;
}

.list_cpjc tr:nth-child(1) td {
    color: #fff;
}

.list_cpjc tr td:last-child {
    width: 33%;
}

.list_contact_four table tr td {
    vertical-align: middle;
}

.sanji {
    margin: 3.125rem 0;
}

.sanji > ul > li:first-child {
    padding-top: 0;
}

.sanji > ul > li {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #DADBDC;
}

.sanji > ul > li .left {
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.25rem;
    color: rgba(0, 0, 0, 0.55);
    text-align: justify;
    text-align-last: justify;
    vertical-align: top;
    width: 5.3125rem;
}

.sanji > ul > li .right {
    padding-left: 0.625rem;
    width: calc(100% - 5.3125rem);
}

.sanji > ul > li .right ul li {
    font-size: 1rem;
    line-height: 2.25rem;
    text-align: justify;
    margin-right: 0.5rem;
    float: left;
}

.sanji > ul > li .right ul li a {
    padding: 0 0.625rem;
    border-radius: 2.5rem;
    line-height: 1.6875rem;
    display: inline-block;
    color: rgba(0, 0, 0, 0.55);
}

.sanji > ul > li .right ul li.active a,
.sanji > ul > li .right ul li:hover a {
    background: #F3F3F7;
    color: #1EB5B6;
}

.list_pcr.list_cpjc tr td:last-child {
    width: auto;
}

.list_pcr.list_cpjc tr td {
    padding: 1.25rem 0.9375rem;
}

.list_recruit {
    padding: 3.75rem 0;
}

.list_recruit_two {
    background: #1EB5B6;
}

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

.list_recruit_two .flex .right form {
    width: 23.5625rem;
}

.list_recruit_two .flex .right input {
    border: 1px solid #FFFFFF;
    border-radius: 1.875rem;
    line-height: 3.125rem;
    color: #fff;
    padding: 0 2.5rem;
    width: 100%;
    background: transparent;
}

.list_recruit_two .flex .right input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #fff;
}

.list_recruit_two .flex .right input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #fff;
}

.list_recruit_two .flex .right input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #fff;
}

.list_recruit_two .flex .right input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #fff;
}

.list_recruit_two .flex .right button {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.list_recruit_two .flex .right button .iconfont {
    display: block;
    color: #fff;
    font-size: 1.5rem;
}

.list_recruit_two .title span::before {
    background: #fff;
}

.list_recruit_two ul {
    margin: 1.875rem -5px 0;
}

.list_recruit_two ul li {
    padding: 0 5px;
    margin-bottom: 8px;
    cursor: pointer;
}

.list_recruit_two ul li > div {
    background: #FFFFFF;
    border-radius: 1.25rem;
}

.list_recruit_two ul li > div .top {
    padding: 1.6875rem 2.4375rem 1.5625rem;
}

.list_recruit_two ul li > div .top .name {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

.list_recruit_two ul li > div .top .font16 {
    color: rgba(0, 0, 0, 0.4);
    height: 3rem;
}

.list_recruit_two ul li > div .bot {
    line-height: 3rem;
    padding: 0 2.4375rem;
    background: #F3F3F7;
    border-radius: 0px 0px 1.25rem 1.25rem;
}

.list_recruit_two ul li > div .bot span {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
}

.list_recruit_two ul li:hover > div {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_recruit_two ul li:hover .name {
    color: #1EB5B6 !important;
}

.list_recruit_two .more {
    border-color: #fff;
    color: #fff;
}

.list_recruit_two .more::before {
    background: #fff;
}

.list_recruit_two .more:hover {
    color: #1EB5B6;
}

.list_recruit_three .name {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.375rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

.list_recruit_three ul li:nth-child(even) .right {
    order: 1;
}

.list_recruit_three ul li:nth-child(even) .left {
    order: 2;
}

.list_recruit_three ul li {
    display: flex;
    align-items: center;
    margin-bottom: 3.75rem;
}

.list_recruit_three ul li .over,
.list_recruit_three ul li .over img {
    border-radius: 1.25rem;
}

.list_recruit_three ul li .left {
    width: 50%;
}

.list_recruit_three ul li .right {
    width: 50%;
    padding: 0 5.625rem;
}

.list_recruit_three ul li:last-child {
    margin-bottom: 0;
}

.pop_recurit .modal-content,
.pop_uppro .modal-content {
    border-radius: 0.625rem;
}

.pop_recurit .modal-header,
.pop_uppro .modal-header {
    padding: 1.875rem 4.375rem 0;
    border: none;
    display: flex;
    align-items: center;
}

.pop_recurit .modal-body,
.pop_uppro .modal-body {
    padding: 0 4.375rem 0;
}

.pop_recurit .modal-title,
.pop_uppro .modal-title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.6875rem;
    color: #000000;
}

.pop_recurit .close .iconfont,
.pop_uppro .close .iconfont {
    display: block;
    font-size: 2rem;
    color: #272536;
}

.pop_uppro.pop_pro .modal-title {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
}

.pop_uppro.pop_pro .close {
    padding: 0;
}

.pop_uppro.pop_pro .close .iconfont {
    font-size: 1.25rem;
}

.pop_recurit .modal-dialog {
    max-width: 61.25rem;
}

.pop_recurit .nianfen {
    margin-bottom: 1.5625rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 0.625rem;
}

.pop_pro.pop_uppro .div1 {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}

.pop_pro.pop_uppro .div1 > .clearfix {
    padding: 0 25px 25px;
}

.pop_pro.pop_uppro .div1 > div:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
}

.pop_pro.pop_uppro .div1 button {
    margin-bottom: 0;
}

.pop_pro.pop_uppro .div1 .list > div:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
    width: auto;
}

.jiazai_more {
    margin-top: 1.875rem;
    text-align: center;
    cursor: pointer;
}

.jiazai_more .text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-top: 0.625rem;
    color: #000000;
}

.pop_pro.pop_uppro .left {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    width: calc(100% - 17.5rem);
}

.pop_pro.pop_uppro .right {
    width: 100%;
}

.pop_pro.pop_uppro .right {
    width: 17.5rem;
}

.pop_pro.pop_uppro .flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
}

.pop_recurit .email {
    margin: 1.5625rem 0 3.375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.pop_recurit .email a {
    color: #1EB5B6;
}

.pop_recurit .font16 {
    line-height: 2rem;
    text-align: justify;
    color: #555555;
}

.list_job form {
    margin: 2rem 0 1.875rem;
}

.list_job form ul {
    display: flex;
    align-items: center;
    margin: 0 -0.75rem;
}

.list_job form ul li {
    width: 22%;
    padding: 0 0.75rem;
}

.list_job form ul li select {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 3.125rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 600;
    border-radius: 1.875rem;
    padding: 0 1.875rem;
    line-height: 3rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("https://naisi0119.31.brwq.xyz/img/33.png") no-repeat;
    background-size: 18px 10px;
    background-position-x: 92%;
    background-position-y: center;
}

.list_job form ul li:last-child {
    width: 34%;
}

.list_job form ul li:last-child input {
    width: 100%;
    border-radius: 1.875rem;
    padding: 0 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 3.125rem;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 600;
}

.list_job form ul li:last-child button {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}

.list_job form ul li:last-child button .iconfont {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    color: rgba(0, 0, 0, 0.55);
}

.list_job .job_ul li {
    font-weight: 500;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    padding: 0.8125rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_job .job_ul li div:nth-child(1) {
    width: 30%;
    padding: 0 2rem 0 4.375rem;
    font-weight: 600;
}

.list_job .job_ul li div:nth-child(2) {
    width: 15%;
}

.list_job .job_ul li div:nth-child(3) {
    width: 15%;
    text-align: center;
}

.list_job .job_ul li div:nth-child(4) {
    text-align: center;
    width: 20%;
}

.list_job .job_ul li div:nth-child(5) {
    width: 20%;
    text-align: center;
}

.list_job .job_ul li:first-child,
.list_job .job_ul li:first-child:hover {
    background: #F3F3F7;
}

.list_job .job_ul li:first-child div,
.list_job .job_ul li:first-child:hover div {
    color: rgba(0, 0, 0, 0.6);
}

.list_job .job_ul li:hover {
    background: #1EB5B6;
}

.list_job .job_ul li:hover div {
    color: #fff;
}

.list_contact {
    background: #F3F3F7;
}

.list_contact .left .text {
    margin: 1.25rem 0 2.125rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-align: justify;
    color: #555555;
}

.list_contact .left ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.125rem;
    text-align: justify;
    color: #555555;
    margin-bottom: 1rem;
}

.list_contact .left ul li div:nth-child(2) {
    width: calc(100% - 1.8125rem);
    padding-left: 1rem;
}

.list_contact .left ul li div {
    width: 1.8125rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
}

.list_contact .left ul li div .iconfont {
    color: #fff;
    font-size: 1.125rem;
    display: block;
}

.list_contact .left ul li div:nth-child(1) {
    border-radius: 50%;
    text-align: center;
}

.list_contact .left ul li:nth-child(1) div:nth-child(1) {
    background: #1EB5B6;
}

.list_contact .left ul li:nth-child(2) div:nth-child(1) {
    background: #6F78B0;
}

.list_contact .left ul li:nth-child(3) div:nth-child(1) {
    background: #E26923;
}

.list_contact .right form {
    margin-top: 1.25rem;
}

.list_contact .right .col-md-4,
.list_contact .right .col-md-12 {
    padding: 0 0.375rem;
}

.list_contact .right .row {
    margin: 0 -0.375rem;
}

.list_contact .right input {
    width: 100%;
    line-height: 3.125rem;
    border-radius: 2.5rem;
    padding: 0 1rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.65);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.list_contact .right textarea {
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 1.6875rem;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    line-height: 1.875rem;
    padding: 0.875rem 1rem;
    color: rgba(0, 0, 0, 0.65);
    height: 8.875rem;
}

.list_contact .right .more {
    background: #fff;
}

.list_contact .right input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right textarea::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right textarea:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right textarea::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact .right textarea:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.list_contact_two ul {
    display: flex;
}

.list_contact_two ul li {
    margin-bottom: 1.375rem;
}

.list_contact_two ul li > div {
    height: 100%;
}

.list_contact_two ul li > div .top {
    background: #1BB6B7;
    border: 1px solid #EEEEF1;
    border-radius: 1.25rem 1.25rem 0px 0px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    padding: 0.5rem;
    color: #fff;
    text-align: center;
}

.list_contact_two ul li > div .bot {
    background: #FFFFFF;
    border: 1px solid #EEEEF1;
    border-top: none;
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 1.0625rem 1.25rem 1.4375rem;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #555555;
    /*height: calc(100% - 3rem);*/
}

.list_contact_two .dkh_manage {
    background: #F3F3F7;
    border-radius: 1.25rem;
    padding: 2.75rem 0.9375rem 3.75rem;
    margin-top: calc(3.75rem - 1.375rem);
}

.list_contact_two .dkh_manage .name {
    font-weight: 700;
    font-size: 1rem;
    margin: 0.875rem 0;
    line-height: 1.5rem;
    color: #555555;
}

.list_contact_two .dkh_manage .more {
    display: inline-block;
}

.list_contact_two .dkh_manage .more span {
    color: rgba(85, 85, 85, 0.3);
    margin: 0 1.625rem;
}

.list_contact_three {
    padding-top: 0;
}

.list_contact_three li > .fl {
    width: 7.8125rem;
}

.list_contact_three li {
    margin-bottom: 2.25rem;
}

.list_contact_three li > .fr {
    width: calc(100% - 7.8125rem);
    padding-left: 1.875rem;
}

.list_contact_three li > .fr .top {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #000000;
    padding-bottom: 0.625rem;
    border-bottom: 1px dashed #DADBDC;
}

.list_contact_three li > .fr .bot {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #555555;
    display: flex;
    align-items: center;
    padding-top: 0.8125rem;
}

.list_contact_three li > .fr .bot div:nth-child(1) {
    width: 15%;
}

.list_contact_three li > .fr .bot div:nth-child(2) {
    width: 25%;
}

.list_contact_three li > .fr .bot div:nth-child(3) {
    width: 25%;
}

.list_contact_three li > .fr .bot div:last-child {
    width: 35%;
    text-align: right;
}

.list_contact_three li:hover .top {
    color: #1EB5B6;
}

.list_contact_three li:last-cihld {
    margin-bottom: 0;
}

.list_contact_four {
    padding-top: 0;
}

.list_contact_four .name {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #000000;
    margin-bottom: 0.625rem;
    font-weight: 600;
}

.list_contact_four table tr:first-child td {
    color: #fff;
}

.list_contact_four table tr td {
    border: 1px solid #EAEAF0;
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #555555;
    text-align: center;
}

.list_search .flex {
    display: flex;
    align-items: center;
}

.list_search .flex .div {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 0.625rem;
    margin-left: 1rem;
}

.list_search .form {
    width: 37.5rem;
    margin: 1.625rem 0 2.375rem;
}

.list_search .form input {
    width: 100%;
    line-height: 2.5625rem;
    padding: 0 4.375rem 0 1.5625rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 1.875rem;
}

.list_search .form button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.5625rem;
    text-align: center;
    background: #1EB5B6;
    border: none;
    transform: translateY(-50%);
    border-radius: 0px 1.875rem 1.875rem 0px;
    height: 100%;
}

.list_search .form button .iconfont {
    font-size: 1.25rem;
    color: #fff;
    display: block;
}

.list_search .search_ul li:first-child {
    padding-top: 0;
}

.list_search .search_ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    height: 1px;
    z-index: 1;
    background: #1EB5B6;
}

.list_search .search_ul li:hover::before {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 100%;
}

.list_search .search_ul li {
    padding: 1.375rem 0 2.125rem;
    border-bottom: 1px solid rgba(161, 164, 167, 0.35);
    position: relative;
}

.list_search .search_ul li .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 1.25rem;
}

.list_search .search_ul li .name span {
    color: #E71586;
}

.list_search .search_ul li .flex {
    align-items: flex-start;
}

.list_search .search_ul li .flex .left {
    width: 15rem;
    padding-right: 1.875rem;
}

.list_search .search_ul li .flex .right {
    width: calc(100% - 15rem);
}

.list_search .search_ul li .flex .right .data {
    margin: 0 0 0.625rem 0;
}

.list_search .search_ul li .flex .right .data,
.list_search .search_ul li .flex .right .font16 {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

.list_search .search_ul li .flex .right .data span,
.list_search .search_ul li .flex .right .font16 span {
    color: #E71586;
}

.pop_uppro .more {
    margin-bottom: 1.875rem;
}

.pop_uppro form .row {
    margin: 0 -10px;
}

.pop_uppro form .row > div {
    margin-bottom: 1rem;
    padding: 0 0.625rem;
}

.pop_uppro form textarea {
    width: 100%;
    height: 8.875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.9375rem;
    padding: 0.5rem 1rem;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}

.pop_uppro form input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.125rem;
    font-size: 1rem;
    line-height: 3.125rem;
    padding: 0 1rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
}

.pop_uppro form .sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child textarea::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child textarea:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child textarea::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.3);
}

.pop_uppro form .sjj_nav .bot > li:first-child textarea:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.3);
}

.erji_left_drop > li .top_left {
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
    padding: 0 1rem 0 2.625rem;
    line-height: 3.3125rem;
    background: #F3F3F7;
    position: relative;
}

.erji_left_drop > li .top_left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: #1EB5B6;
    transform: translateY(-50%);
}

.erji_left_drop > li.active .bot_left {
    display: block;
}

.erji_left_drop > li .fr .iconfont {
    display: block;
    transition: all 0.5s;
}

.erji_left_drop > li.active .fr .iconfont {
    transform: rotateX(180deg);
    transition: all 0.5s;
}

.erji_left_drop > li .bot_left {
    padding: 0.9375rem 1.25rem 1rem 2.9375rem;
    border: 1px solid #F3F3F7;
    display: none;
}

.erji_left_drop > li .bot_left ul li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.75rem;
}

.erji_left_drop > li .bot_left ul li a {
    color: #666666;
}

.erji_left_drop > li .bot_left ul li.active a,
.erji_left_drop > li .bot_left ul li:hover a {
    color: #1EB5B6;
}

@media (max-width: 1600px) {
    body,
    html {
        font-size: calc(100vw / 105);
    }

    .text {
        font-size: 14px;
        line-height: 20px;
    }

    .container {
        padding: 0 15rem;
    }

    .index_four .right ul li {
        padding: 1.05rem 0 1rem;
    }

    .ny_ban .hover .name {
        font-size: 3.5rem;
        line-height: 4.25rem;
    }

    body {
        padding-top: 7.45rem;
    }

    .nav_nav .right > ul > li {
        margin-right: 3.125rem;
    }

    .list_news .top .ul_news li {
        padding: 0.7rem 0 1rem;
    }

    .erji ul li a {
        padding: 0 1.25rem;
    }
}

@media (max-width: 1440px) {
    body,
    html {
        font-size: calc(100vw / 97);
    }

    .container {
        padding: 0 13rem;
    }

    .index_four .right ul li {
        padding: 0.85rem 0 0.8rem;
    }

    footer .top .left:nth-child(1),
    footer .top .left:nth-child(2),
    footer .top .left:nth-child(5) {
        width: 12.4%;
    }

    footer .top .left:nth-child(6) {
        width: 29.1%;
    }

    footer .bot .fr {
        float: left;
    }

    .rightfix {
        right: 2.25rem;
    }

    .nav_nav .right > ul > li {
        margin-right: 2.125rem;
    }

    .ny_ban .hover .name {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .list_about_two .swiper-container .font16 {
        width: 15rem;
    }

    .list_news .top .ul_news li {
        padding: 0.6rem 0;
    }

    .list_contact .left .text {
        letter-spacing: -0.5px;
    }
}

@media (max-width: 1366px) {
    header .top .center input {
        font-size: 14px;
    }

    body,
    html {
        font-size: calc(100vw / 90);
    }

    .container {
        padding: 0 10rem;
    }

    .index_four .right ul li {
        padding: 0.9rem 0 0.8rem;
    }

    header .bot nav > ul > li {
        margin-right: 0.875rem;
    }

    header .bot nav > ul > li > a {
        padding: 0 0.75rem;
    }

    .banner .p1 {
        font-size: 2.4rem;
    }

    .banner .p2 {
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 1280px) {
    .nav_nav .right {
        padding-left: 1.5rem;
    }

    .show_news_top .list_pro_swiper .icon img {
        height: 5.5rem;
    }

    .show_news_top .list_pro_swiper .icon::before {
        width: 7.5rem;
        height: 7.5rem;
    }

    .show_news_top .list_pro_swiper .icon {
        height: 8.5rem;
        line-height: 8.5rem;
        width: 8.5rem;
    }
}

@media (max-width: 1200px) {
    body,
    html {
        font-size: calc(100vw / 82);
    }

    .container {
        padding: 0 6rem;
    }

    .rightfix {
        right: 1.25rem;
    }

    .title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .list_news .top .data {
        margin: 0.55rem 0 0.25rem;
    }

    .nav_nav .right > ul > li {
        margin-right: 1.125rem;
    }
}

@media (max-width: 1024px) {
    .list_pro_list .erji_pro {
        flex-wrap: wrap;
    }

    .list_pro_list .erji_pro li {
        width: auto;
    }

    .list_pro_list .erji_pro li a {
        padding: 0 20px;
    }
}

@media (max-width: 990px) {
    body,
    html {
        font-size: 14px;
    }

    header {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .phone_logo img {
        height: 30px;
        margin-top: 5px;
    }

    #phone_nav span,
    .seaarch_phone span {
        display: block;
        font-size: 24px;
    }

    .container {
        padding: 0 15px;
    }

    .banner .p1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner .p2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .title {
        font-size: 26px;
        line-height: 34px;
    }

    .index_one .swiper-container {
        padding-bottom: 45px;
    }

    .index_two .swiper-container {
        padding-bottom: 25px;
    }

    .index_one .swiper-container .swiper-pagination,
    .index_two .swiper-container .swiper-pagination {
        display: block;
    }

    .index_two .mt40 {
        margin-top: 20px;
    }

    .index_three .number .counter {
        font-size: 32px;
    }

    .index_three .number sub {
        font-size: 16px;
    }

    .index_three .number sub sub {
        font-size: 12px;
        left: -2px;
        bottom: 4px;
    }

    .index_three .name {
        font-size: 16px;
    }

    .index_four .left {
        padding-right: 15px;
    }

    .index_four .right {
        padding-left: 15px;
    }

    .index_four .left > div {
        padding: 1.5rem;
    }

    .index_four .text {
        -webkit-line-clamp: 1;
    }

    .index_five .hover .text {
        font-size: 14px;
    }

    .index_five .hover {
        padding: 0 2.375rem;
    }

    body {
        padding-bottom: 0;
    }

    footer .top .left {
        width: 100% !important;
        float: none;
    }

    footer .top {
        padding: 5px 0 25px;
    }

    footer .top .name {
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }

    footer .top .name .iconfont {
        display: block;
        float: right;
    }

    footer .top .left > ul {
        padding-top: 10px;
        display: none;
    }

    footer .top .left > ul li .text {
        line-height: 34px;
    }

    .left .name .iconfont {
        transition: all 0.4s;
        -webkit-transform: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .left.active .name .iconfont {
        transform: rotate(180deg);
        transition: all 0.4s;
        -webkit-transform: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    footer .top .left:nth-last-child(1) .name {
        border-bottom: none;
        padding-bottom: 5px;
    }

    footer .top .fenxiang ul li {
        margin-bottom: 0;
    }

    footer .bot {
        padding: 10px 0;
    }

    .index_four .right {
        margin-top: 25px;
    }

    .index_four .right .name {
        font-size: 16px;
        line-height: 28px;
    }

    .index_four .text {
        font-size: 14px;
        line-height: 24px;
    }

    .index_four .right .data {
        margin: 0.25rem 0 0.25rem;
    }

    .ny_ban .hover .name {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .erji ul li a {
        padding: 0 1.75rem;
        line-height: 40px;
    }

    .erji {
        padding: 10px 0;
    }

    .list_about_two .swiper-container .font16 {
        width: 13rem;
    }

    .list_about_two .swiper-container .name {
        font-size: 2.2rem;
    }

    .list_about ul.row li .hover1 {
        height: 4.875rem;
    }

    .list_about ul.row li .hover {
        height: calc(100% - 4.875rem);
    }

    .list_about ul.row li .img img {
        width: 100%;
    }

    .list_about_four.index_five .text {
        width: 60%;
    }

    .list_contact_three li > .fr .bot div:nth-child(1),
    .list_contact_three li > .fr .bot div:nth-child(3) {
        width: 45%;
    }

    .list_contact_three li > .fr .bot {
        flex-wrap: wrap;
    }

    .list_contact_three li > .fr .bot div:nth-child(2),
    .list_contact_three li > .fr .bot div:last-child {
        width: 55%;
        text-align: right;
    }

    .list_news .bot ul li .right .name {
        padding-top: 0;
    }

    .list_news .top .right {
        margin-top: 15px;
    }

    .list_news .top {
        border-bottom: none;
        padding-bottom: 0;
    }

    .list_news .bot ul li .right .more {
        margin-top: 10px;
    }

    .show_pro_top .left {
        padding-right: 1.625rem;
    }

    .fix_nav.active {
        top: 60px !important;
    }

    .erji {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner .p1 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner .more {
        display: none;
    }

    .banner .p2 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 0px;
    }

    .font16 {
        font-size: 14px;
        line-height: 26px;
    }

    .title {
        font-size: 20px;
        line-height: 32px;
    }

    .index_one,
    .index_two,
    .index_three,
    .index_four {
        padding: 25px 0;
    }

    .index_three .text {
        font-size: 14px;
        line-height: 22px;
        margin: 15px 0 15px;
    }

    .mt50 {
        margin-top: 15px;
    }

    .index_three .mt50 .col-6 {
        margin-bottom: 10px;
    }

    .index_three .mt50 .col-6:last-child,
    .index_three .mt50 .col-6:nth-last-child(2) {
        margin-bottom: 0;
    }

    .index_three .mt50 .counter {
        line-height: 40px;
    }

    .index_four .left .img {
        padding-top: 20px;
        margin-top: 15px;
    }

    .index_four .left > div {
        padding: 15px;
    }

    .index_five .pr {
        padding: 130px 0 0;
        background: #1EB5B6;
    }

    .index_five .pr .hover {
        padding: 0 15px;
        top: 15px;
        transform: translateY(0%);
    }

    .index_five .pr .text {
        margin: 5px 0 10px;
    }

    .index_five .pr .hover,
    .index_five .pr .text {
        width: 100%;
    }

    .more {
        line-height: 36px;
        padding: 0 30px;
        font-size: 14px;
    }

    .index_five {
        margin-bottom: 25px;
    }

    .index_one .swiper-container,
    .index_two .swiper-container {
        margin-top: 20px;
    }

    .title span {
        padding-bottom: 10px;
    }

    footer .top .name {
        font-size: 14px;
    }

    .bread,
    .erji {
        display: none;
    }

    .ny_ban img {
        height: 200px;
        object-fit: cover;
    }

    .ny_ban .hover .name {
        font-size: 22px;
        line-height: 30px;
    }

    .ptb {
        padding: 25px 0;
    }

    .list_about_wjbz ul {
        margin: 15px 0;
    }

    .list_about_wjbz .flex .left {
        width: 100%;
    }

    .list_about_wjbz .flex {
        flex-wrap: wrap;
    }

    .list_about_wjbz .flex .right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .list_about_wjbz .flex .right .img {
        padding: 8px;
    }

    .list_about_wjbz .flex .right .row {
        margin: 0 -4px;
    }

    .list_about_wjbz .flex .right .col-4 {
        padding: 0 4px;
    }

    .list_about_wjbz .flex {
        margin-bottom: 25px;
    }

    .list_about_wjbz .liucheng .name1 {
        margin-bottom: 15px;
    }

    .list_about_wjbz .name1 {
        font-size: 18px;
        line-height: 26px;
    }

    .list_about_wjbz .mtb {
        margin: 15px 0;
    }

    .list_about .right {
        padding-left: 15px;
        margin-top: 15px;
    }

    .list_about ul.row {
        margin-top: 15px;
    }

    .list_about ul.row .col-md-4 {
        margin-bottom: 15px;
    }

    .list_about ul.row .col-md-4:last-child {
        margin-bottom: 0;
    }

    .list_about_two .swiper-container {
        margin-top: 15px;
    }

    .list_about_two .swiper-container .swiper-slide {
        padding-left: 0;
        height: auto !important;
    }

    .list_about_two .swiper-container .swiper-slide:nth-child(even) {
        padding-top: 0;
    }

    .list_about_two .swiper-button-next,
    .list_about_two .swiper-button-prev,
    .list_about_two .swiper-container::before,
    .list_about_two .swiper-container .swiper-slide::before,
    .list_about_two .swiper-container .swiper-slide::after {
        display: none;
    }

    .list_about_two .swiper-container .font16 {
        width: 100%;
    }

    .list_about_two .swiper-container .swiper-slide:nth-child(even) .name {
        padding-top: 0;
    }

    .list_about_two .swiper-container .name::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #1EB5B6;
        left: 0;
    }

    .list_about_two .swiper-container .name {
        font-size: 26px;
        padding-left: 20px;
        position: relative;
        line-height: 34px;
    }

    .list_about_two .swiper-container .font16 {
        margin-bottom: 15px;
    }

    .list_about_three .img {
        padding: 10px;
    }

    .list_contact .left .text {
        font-size: 14px;
        margin: 15px 0;
    }

    .list_contact .left ul li {
        font-size: 16px;
    }

    .list_contact .right .col-md-4 {
        margin-bottom: 15px;
    }

    .list_contact .right textarea {
        margin: 0 0 15px;
    }

    .list_contact_two ul li > div .top {
        font-size: 14px;
    }

    .list_contact_two ul li {
        margin-bottom: 15px;
    }

    .list_contact_two ul li > div .bot {
        padding: 1.0625rem 10px 1.4375rem;
    }

    .list_contact_two ul li {
        padding: 0 6px;
    }

    .list_contact_two ul {
        margin-left: -6px;
        margin-right: -6px;
    }

    .list_contact_two .dkh_manage .more {
        width: 100%;
        padding: 0 0;
    }

    .list_contact_two .dkh_manage {
        margin-top: 10px;
    }

    .list_contact_three li > .fr .bot div {
        width: 100% !important;
        text-align: left !important;
        line-height: 28px;
    }

    .list_contact_three li > .fl {
        float: none;
    }

    .list_contact_three li > .fr {
        width: calc(100% - 7.8125rem);
        padding-left: 0;
        margin-top: 15px;
        float: none;
    }

    .mt35 {
        margin-top: 15px;
    }

    .list_contact_three li {
        margin-bottom: 15px;
    }

    .list_contact_four {
        padding-top: 0;
    }

    .mt45 {
        margin-top: 15px;
    }

    .list_contact_four table tr td {
        font-size: 14px;
    }

    .list_news .top .img {
        padding: 10px;
    }

    .list_news .bot ul li .left {
        padding-right: 15px;
    }

    .list_news .bot ul li .right {
        padding-left: 15px;
        margin-top: 15px;
    }

    .list_news .bot ul li {
        padding: 15px 0 10px;
    }

    .list_news .top {
        margin-bottom: 25px;
    }

    .show_news_top .data {
        margin-top: 0;
    }

    .show_news_top .title {
        font-size: 20px;
        line-height: 30px;
    }

    .show_news_top {
        padding: 1.375rem 0;
    }

    .show_news_bot {
        padding: 15px 0;
    }

    .show_news_bot .more {
        margin: 25px 0;
    }

    .show_news_bot .shangxia {
        padding-top: 15px;
    }

    .list_pro_swiper {
        padding-bottom: 45px;
    }

    .show_news_top .list_pro_swiper .swiper-pagination {
        display: block;
    }

    .show_news_top .list_pro_swiper .icon img {
        height: 3.5rem;
    }

    .show_news_top .list_pro_swiper .icon::before {
        width: 5.5rem;
        height: 5.5rem;
    }

    .list_pro_swiper {
        margin-top: 15px;
    }

    .show_news_top .list_pro_swiper .icon {
        height: 6.5rem;
        line-height: 6.5rem;
        width: 6.5rem;
    }

    .list_pro {
        padding: 25px 0;
    }

    .font28 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .list_pro_list .erji_pro li a {
        padding: 0 10px;
    }

    .list_pro_list .erji_pro {
        margin: 15px 0;
    }

    .list_pro_list .name {
        padding-top: 10px;
    }

    .list_pro_list .mb30 {
        margin-bottom: 15px;
    }

    footer .bot.text {
        font-size: 12px;
        line-height: 22px;
    }

    .show_pro_top .left {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .fix_nav ul li {
        line-height: 2.8rem;
        padding: 0 1px;
    }

    .show_pro_one table tr td {
        font-size: 14px;
    }

    .show_pro_one .content_box > div {
        margin: 0 0 15px 0;
    }

    .show_pro_one .div2 .font16 {
        margin-top: 10px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .div3 .col-md-6 > div .img {
        padding-right: 2rem;
    }

    .div3 .col-md-6 > div {
        padding: 15px;
    }

    .div3 .sum ul li .data {
        width: 6.5rem;
        text-align: left;
    }

    .div3 .sum ul li {
        padding-right: 0;
        display: block;
    }

    .div3 .sum ul li a {
        display: block;
    }

    .div3 .sum .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: none;
    }

    .div3 .sum ul li .name {
        width: 100%;
        padding: 0 0 10px;
    }

    .div3 .sum ul li .data {
        width: 100%;
    }

    .div3 .scroll ul li {
        line-height: 20px;
    }

    .div3 .scroll ul {
        align-items: initial;
    }

    .div3 .scroll ul li > div {
        height: 100%;
        display: flex;
        padding: 8px 0;
        align-items: center;
        justify-content: center;
    }

    .show_pro_one .div5 .left {
        width: 115px;
        margin-right: 15px;
    }

    .show_pro_one .div5 .right {
        width: calc(100% - 130px);
        position: relative;
    }

    .show_pro_one .div5 .text {
        -webkit-line-clamp: 1;
    }

    .show_pro_one .div5 .col-md-6 {
        margin-bottom: 15px;
    }

    .show_pro_one .div5 .data {
        margin-top: 5px;
    }

    .show_pro_one {
        padding: 25px 0;
    }

    .div3 .col-md-6 {
        margin-bottom: 15px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .list_job form ul li {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .list_job form ul {
        display: block;
    }

    .list_job form ul li:last-child {
        margin-bottom: 0;
    }

    .list_job form ul li select {
        background-position-x: 97.5%;
    }

    .list_job form {
        margin: 15px 0;
    }

    .list_job form ul li select {
        background-position-x: 94.5%;
    }

    .list_job .job_ul li div:nth-child(1) {
        width: 35%;
        padding: 0 10px;
    }

    .pop_recurit .modal-header,
    .pop_uppro .modal-header {
        padding: 1.875rem 20px 0;
    }

    .pop_recurit .modal-body,
    .pop_uppro .modal-body {
        padding: 0 20px 0;
    }

    .list_job .job_ul li div:nth-child(5) {
        display: none;
    }

    .list_job .job_ul li div:nth-child(2) {
        width: 20%;
    }

    .list_job .job_ul li div:nth-child(4) {
        width: 25%;
    }

    .list_job .job_ul li div:nth-child(3) {
        width: 18%;
    }

    .list_recruit_three ul li .right {
        padding: 0;
    }

    .list_recruit_three ul li {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .list_recruit_three ul li .left {
        width: 100%;
        order: 1 !important;
    }

    .list_recruit_three ul li .right {
        width: 100%;
        margin-top: 15px;
        order: 2 !important;
    }

    .list_recruit_two .flex {
        display: block;
    }

    .list_recruit_two .flex .right form {
        width: 100%;
        margin-top: 15px;
    }

    .list_recruit_two ul {
        margin-top: 15px;
    }

    .list_search .search_ul li .flex .left {
        width: 100%;
        padding-right: 0;
    }

    .list_search .search_ul li .flex .right {
        width: 100%;
        margin-top: 15px;
    }

    .list_search .search_ul li .flex {
        flex-wrap: wrap;
    }

    .list_search .form {
        width: 100%;
        margin: 15px 0;
    }

    .list_search .flex .div {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .list_search .search_ul li {
        padding: 15px 0;
    }

    .list_coa form,
    .list_cpjc form {
        width: 100%;
    }

    .list_coa .inp {
        margin-bottom: 15px;
    }

    .list_cpjc tr td {
        font-size: 14px;
    }

    .sanji {
        margin: 15px 0;
    }

    footer .top .fenxiang ul li:hover .img {
        left: calc(6.25rem - 15px);
        top: -195px;
    }

    footer .top .fenxiang ul li .img::before {
        left: 31px;
    }
}

.no-data {
    width: 100%;
    padding: 20px;
    text-align: center;
}

header .bot .shoppingcart {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    position: relative;
}

header .bot .shoppingcart::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0.2);
}

header .bot .shoppingcart .iconfont {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 0.25rem;
}

header .bot .shoppingcart a {
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
}

header .bot .shoppingcart span {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 0.3125rem;
    text-align: center;
    width: 1.5625rem;
    line-height: 1.5625rem;
    font-size: 0.875rem;
    color: #000000;
    margin-left: 0.25rem;
}

header .bot .quick_order {
    padding-left: 0.4375rem;
}

header .bot .quick_order a {
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
}

header .bot .account_myself {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    padding: 0 0.9375rem;
    cursor: pointer;
}

header .bot .account_myself .iconfont {
    display: inline-block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header .bot .account_myself:hover {
    background: #fff;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #1BB6B7;
}

header .bot .account_myself:hover .iconfont {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: rotate(180deg);
}

header .bot .account_myself:hover .login_yes_no {
    transform: none;
    opacity: 1;
}

header .bot .login_yes_no {
    padding: 1.5625rem 1.875rem 1.875rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 18.75rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0.9375rem 0.9375rem;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
}

header .bot .login_yes_no .more {
    width: 100%;
}

header .bot .no_login a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    padding-top: 0.9375rem;
    margin-top: 1.5625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

header .bot .no_login a:hover {
    color: #1EB5B6;
}

header .bot .yes_login .name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    padding-bottom: 1.125rem;
    margin-bottom: 0.5625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header .bot .yes_login a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    color: #666666;
}

header .bot .yes_login a:hover {
    color: #1EB5B6;
}

.login_tel_number .modal-body {
    background: linear-gradient(360deg, #fdedfe 7.49%, #effeff 74.94%, rgba(255, 255, 255, 0) 100%);
    padding: 3.125rem 0 0;
}

.login_tel_number .modal-body .padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.login_tel_number .height {
    height: 20.3125rem;
    position: relative;
}

.login_tel_number .other_login {
    margin-bottom: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.login_tel_number .other_login p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
    z-index: 1;
}

.login_tel_number .other_login p span {
    padding: 0 0.5rem;
    background: #FAF0FE;
}

.login_tel_number .other_login p::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: -1;
}

.login_tel_number .other_login div {
    background: #15DD89;
    width: 2.0625rem;
    height: 2.0625rem;
    border-radius: 50%;
    line-height: 2.0625rem;
    text-align: center;
    margin: 0.625rem auto 0;
}

.login_tel_number .other_login div .iconfont {
    color: #fff;
    display: block;
    font-size: 1.125rem;
}

.login_tel_number .close {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    z-index: 9999;
}

.login_tel_number .close .iconfont {
    font-size: 1.25rem;
    color: #272536;
    display: block;
}

.login_tel_number .title {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
    margin: 1.25rem 0 0;
}

.login_tel_number form .name {
    padding-top: 1.5625rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.login_tel_number form .yzm_tel {
    width: 100%;
    line-height: 3.125rem;
    font-size: 1rem;
    color: #000000;
    border-bottom: 2px solid #1EB5B6;
    background: transparent;
}

.login_tel_number form button.c {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.5rem;
    color: #1EB5B6;
    border: none;
    background: transparent;
}

.login_tel_number form .qiehuan_name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1EB5B6;
}

.login_tel_number form .djs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number form .input_telnumber {
    width: 100%;
    line-height: 3.125rem;
    border-radius: 3.125rem;
    font-size: 1rem;
    color: #000000;
    padding: 0 1.4375rem;
    border: 1px solid #1BB6B7;
    margin-top: 2.25rem;
}

.login_tel_number form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.3);
}

.login_tel_number .yhys_yszc {
    background: #FFFFFF;
    line-height: 3rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.3);
}

.fadebackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    z-index: 9999;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.shopping_right_popup.active {
    right: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.shopping_right_popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 29.875rem;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.178);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.shopping_right_popup .bottom {
    padding: 2.5rem 2.1875rem 3.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.shopping_right_popup .bottom .more.bg:hover::before {
    background: #fff;
}

.shopping_right_popup .bottom .more.bg:hover {
    color: #E71586;
}

.shopping_right_popup .bottom .more.bg {
    background: #E71586;
    color: #fff;
    border-color: #E71586;
}

.shopping_right_popup .bottom .more::before {
    background: #E71586;
}

.shopping_right_popup .top {
    padding: 1.875rem 1.875rem 1.6875rem;
}

.shopping_right_popup .top .flex {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopping_right_popup .top .flex .iconfont {
    font-size: 1.375rem;
    display: block;
    color: #000;
}

.shopping_right_popup .top .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #1EB5B6;
    margin-top: 0.375rem;
}

.shopping_right_popup .center {
    height: calc(100% - 17.5rem);
    overflow-y: scroll;
}

.shopping_right_popup .center::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: #fff;
    width: 4px;
    height: 164px;
    position: absolute;
}

.shopping_right_popup .center::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.shopping_right_popup .center::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #1EB5B6;
}

.shopping_right_popup .center ul li {
    padding: 1.875rem 5.125rem 1.6875rem 2.0625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.shopping_right_popup .center ul li:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.shopping_right_popup .center ul li .clear {
    position: absolute;
    top: 0.875rem;
    right: 1.4375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    cursor: pointer;
}

.shopping_right_popup .center ul li .clear:hover {
    color: #1EB5B6;
}

.shopping_right_popup .center ul li .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopping_right_popup .center ul li:hover {
    background: #F3F3F7;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.shopping_right_popup .center ul li:hover img {
    transform: scale(1.1);
}

.shopping_right_popup .center ul li:hover .name {
    color: #1EB5B6;
}

.shopping_right_popup .center ul li .fl {
    width: 6.375rem;
}

.shopping_right_popup .center ul li .fl img {
    height: 4.8rem;
    object-fit: cover;
}

.shopping_right_popup .center ul li .fr {
    width: calc(100% - 6.375rem);
    padding-left: 1rem;
}

.shopping_right_popup .center ul li .name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
}

.shopping_right_popup .center ul li .huohao {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #1BB6B7;
    margin-top: 0.3125rem;
}

.shopping_right_popup .center ul li .shuliang {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #666666;
}

.tanchu_kuang_1118,
.tanchu_kuang_11181 {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.tanchu_kuang_1118 .close,
.tanchu_kuang_11181 .close {
    cursor: pointer;
}

.tanchu_kuang_1118 .close:hover .iconfont,
.tanchu_kuang_11181 .close:hover .iconfont {
    color: #1EB5B6;
}

.tanchu_kuang_1118 .delect_popup,
.tanchu_kuang_11181 .delect_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quickorder form {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #EAEAF0;
    margin-bottom: 2.375rem;
}

.quickorder ul li {
    margin-bottom: 1.5625rem;
}

.quickorder ul li .w50 {
    margin-right: 1.5625rem;
}

.quickorder .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

.quickorder .text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
}

.quickorder .input input {
    background: #FFFFFF;
    border: 1px solid #CFCDCD;
    border-radius: 3.6875rem;
    width: 100%;
    line-height: 3.125rem;
    padding: 0 1.875rem;
}

.quickorder .add {
    font-weight: 700;
    font-size: 1.125rem;
    color: #E71586;
    cursor: pointer;
    line-height: 3.25rem;
}

.quickorder .add:hover {
    color: #1EB5B6;
}

.quickorder .name.font18 {
    font-size: 1.125rem;
}

.quickorder .name.font18.bordre_bottom {
    border-bottom: 1px solid #EAEAF0;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
}

.quickorder .dowmload .more {
    color: #1BB6B7;
    border-color: #1BB6B7;
    margin-right: 1.25rem;
}

.quickorder .dowmload .more:hover {
    color: #fff;
}

.quickorder .shangchuan button {
    padding: 0 3.75rem;
}

.more.red:hover::before {
    background: #fff;
}

.more.red:hover {
    color: #E71586;
}

.more.red {
    background: #E71586;
    color: #fff;
    border-color: #E71586;
}

.more.red::before {
    background: #E71586;
}

.jiajian {
    width: 10rem;
    display:flex;
    justify-content:space-around;
}

.mycart .col-lg-8 {
    padding-right: 1.875rem;
}

.mycart .col-lg-8 .flex {
    display: flex;
    align-items: center;
}

.mycart .col-lg-8 .flex .div {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000000;
    padding-bottom: 0.625rem;
    margin-left: 0.625rem;
}

.mycart .col-lg-8 .top {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    padding-bottom: 1.4375rem;
}

.mycart .col-lg-8 .top .left {
    float: left;
}

.mycart .col-lg-8 .top .left:nth-child(1) {
    width: calc(5% + 7.125rem + 1.25rem + 27%);
}

.mycart .col-lg-8 .left2 {
    width: 7.125rem;
}

.mycart .col-lg-8 .left2 img {
    width: 100%;
    min-height: 4.75rem;
    max-height: 6.25rem;
    object-fit: cover;
}

.mycart .col-lg-8 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mycart .col-lg-8 .left7,
.mycart .col-lg-8 .left4,
.mycart .col-lg-8 .left3 .name {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
}

.mycart .col-lg-8 .left3 .huohao {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #1BB6B7;
}

.mycart .col-lg-8 .left6 {
    font-weight: 700;
    font-size: 0.875rem;
    color: #000000;
}

.mycart .col-lg-8 .left1 {
    width: 5%;
}

.mycart .col-lg-8 .left3 {
    width: 27%;
    padding-left: 1.25rem;
}

.mycart .col-lg-8 .left4,
.mycart .col-lg-8 .left6,
.mycart .col-lg-8 .top .left:nth-child(2),
.mycart .col-lg-8 .top .left:nth-child(4) {
    text-align: center;
    width: 14%;
}

.mycart .col-lg-8 .top .left:nth-child(3) {
    width: 10rem;
    text-align: center;
}

.mycart .col-lg-8 ul li {
    padding: 2.4375rem 0 2rem;
    border-top: 1px solid #EAEAF0;
}

.mycart .col-lg-8 ul li .left7 {
    cursor: pointer;
}

.mycart .col-lg-8 ul li .left7:hover {
    color: #1EB5B6;
}

.mycart .col-lg-4 > div {
    background: #F3F3F7;
    padding: 2.3125rem 2.375rem 3.75rem;
}

.mycart .col-lg-4 > div .top {
    display: flex;
    align-items: center;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #DDDDE1;
    justify-content: space-between;
    margin-bottom: 2.3125rem;
}

.mycart .col-lg-4 > div .top .shanchu {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #E71586;
}

.mycart .col-lg-4 > div .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.mycart .col-lg-4 > div ul {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #DDDDE1;
}

.mycart .col-lg-4 > div ul li {
    margin-bottom: 1.5625rem;
}

.mycart .col-lg-4 > div ul li .fr {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.mycart .col-lg-4 > div ul li .price {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
}

.mycart .container > .flex {
    display: flex;
    align-items: center;
}

.mycart .container > .flex > div:nth-child(2) {
    padding-bottom: 0.625rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
}

.tanchu_kuang_1118,
.tanchu_kuang_11181 {
    display: none;
}

.tanchu_kuang_1118.active,
.tanchu_kuang_11181.active {
    display: block;
}

.delect_popup {
    padding: 2.0625rem 4.5rem 2.625rem;
    background: #fff;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
    text-align: center;
}

.delect_popup .name {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
    margin: 0.3125rem 0;
}

.delect_popup .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.625rem;
    color: rgba(0, 0, 0, 0.5);
}

.delect_popup .more:nth-child(1) {
    border-color: #F3F3F7;
}

.delect_popup .more {
    width: 9.375rem;
    padding: 0;
    text-align: center;
    margin: 0 0.5rem;
}

.delect_popup .close {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
}

.delect_popup .close .iconfont {
    font-size: 1.125rem;
    display: block;
}

.bread.bread_erqi {
    margin: 0.8125rem 0 1.375rem;
    color: #000000;
}

.bread.bread_erqi a,
.bread.bread_erqi span {
    color: #666666;
}

.bread.bread_erqi a:nth-child(1) {
    color: #000;
}

.address_1118 .steps ul {
    width: 60%;
    margin: 1rem auto 1.875rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_1118 .steps ul::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 25%);
    height: 1px;
    background: #DDDDE1;
}

.address_1118 .steps ul li {
    flex: 1 0 0;
    cursor: pointer;
}

.address_1118 .steps ul li > div {
    padding: 0 1.25rem;
}

.address_1118 .steps ul li .img {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.address_1118 .steps ul li .img > div {
    width: 3rem;
    height: 3rem;
    line-height: 2.875rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #C9C9C9;
    margin: 0 auto;
    color: #C0BCBC;
    text-align: center;
}

.address_1118 .steps ul li .img::before {
    content: "";
    position: absolute;
    width: 6.875rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 100%;
    z-index: -1;
}

.address_1118 .steps ul li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.address_1118 .steps ul li.active .img div {
    border: 1px solid #E71586;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff;
    background: #E71586;
}

.address_1118 .steps ul li .name {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    color: #000000;
    margin-top: 0.625rem;
}

.address_1118 .address_null {
    border: 1px solid #EAEAF0;
    padding: 1.375rem 1.25rem;
}

.address_1118 .address_null .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.6);
}

.address_1118 .address_null .text input {
    margin-right: 0.3125rem;
}

.address_1118 .address_null .flex {
    display: flex;
    align-items: center;
}

.address_1118 .address_null .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

.address_1118 .address_null .name span {
    color: #E71586;
}

.address_1118 .address_null input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: rgba(0, 0, 0, 0.8);
}

.address_1118 .address_null input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: rgba(0, 0, 0, 0.8);
}

.address_1118 .address_null input::-moz-placeholder {
    /* Firefox版本19+ */
    color: rgba(0, 0, 0, 0.8);
}

.address_1118 .address_null input:-ms-input-placeholder {
    /* IE浏览器 */
    color: rgba(0, 0, 0, 0.8);
}

.address_1118 .address_null .input input,
.address_1118 .address_null .input select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8);
}

.address_1118 .address_null .input select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://naisi0119.31.brwq.xyz/img/33.png) no-repeat;
    background-size: 14px 7px;
    background-position-x: 94%;
    background-position-y: center;
    padding-right: 2rem;
}

.address_1118 .address_null textarea {
    width: 100%;
    height: 7.875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.9375rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}

.address_1118 .address_list .more {
    margin-left: 8rem;
    background: #F3F3F7;
    border-color: #F3F3F7;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    padding: 0 1.6875rem;
}

.address_1118 .address_list .more:hover {
    color: #fff;
}

.address_1118 .address_list ul li {
    padding: 1rem 1.25rem 1rem 0;
    border: 1px solid #EAEAF0;
    cursor: pointer;
}

.address_1118 .address_list ul li.active .fl:nth-child(1),
.address_1118 .address_list ul li.active .fr {
    opacity: 1;
}

.address_1118 .address_list ul li.active {
    background: rgba(242, 161, 207, 0.2);
}

.address_1118 .address_list ul li:nth-child(1) {
    border-top: 1px solid #EAEAF0;
}

.address_1118 .address_list ul li .fl:nth-child(1) {
    font-weight: 400;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    padding: 0 2.5rem 0 1rem;
    opacity: 0;
    line-height: 2rem;
    color: #E71586;
}

.address_1118 .address_list ul li .fl:nth-child(1) .iconfont {
    font-size: 1.25rem;
    color: #E71586;
    margin-right: 0.6875rem;
}

.address_1118 .address_list ul li .fl:nth-child(2) {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2rem;
    color: #000000;
}

.address_1118 .address_list ul li .fr:hover {
    background: #E71586;
    color: #fff;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.address_1118 .address_list ul li .fr {
    background: #FFFFFF;
    border: 1px solid #D4D8D8;
    border-radius: 1.875rem;
    padding: 0 1rem;
    line-height: 1.875rem;
    font-size: 0.875rem;
    height: 1.875rem;
    text-align: center;
    color: #898989;
    opacity: 0;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.address_1118 .address_order_1118 .beizhu_kaipiao > div > div:nth-child(2) {
    display: none;
}

.address_1118 .address_order_1118 .beizhu_kaipiao > div.active > div:nth-child(2) {
    display: block;
}

.address_1118 .address_order_1118 .beizhu_kaipiao > div.active .beizhu_title::before {
    border-color: #1BB6B7;
    background: url(https://naisi0119.31.brwq.xyz/img/duigou.png) no-repeat;
    background-size: 0.6875rem 0.4375rem;
    background-position: center;
}

.address_1118 .address_order_1118 .beizhu_title {
    padding-left: 1.875rem;
    position: relative;
    cursor: pointer;
}

.address_1118 .address_order_1118 .beizhu_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.3125rem;
    height: 1.3125rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.1875rem;
    text-align: center;
    line-height: 1.3125rem;
}

.address_1118 .address_order_1118 .top {
    background: #F3F3F7;
    line-height: 3.625rem;
    font-size: 1rem;
    text-align: center;
    color: #000000;
    padding: 0 1rem;
}

.address_1118 .address_order_1118 .center {
    border: 1px solid #EAEAF0;
}

.address_1118 .address_order_1118 .center .list_ul li {
    align-items: center;
    font-size: 1rem;
    text-align: center;
    color: #000000;
    padding: 1.6875rem 1rem;
    border-bottom: 1px solid #EAEAF0;
    background: #fff;
}

.address_1118 .address_order_1118 .center .list_ul li > div {
    align-items: center;
}

.address_1118 .address_order_1118 .center .list_ul li:last-child {
    border-bottom: none;
}

.address_1118 .address_order_1118 .center .list_ul li .over {
    width: 5.5rem;
}

.address_1118 .address_order_1118 .center .list_ul li .over img {
    height: 3.8125rem;
    object-fit: cover;
    width: 100%;
}

.address_1118 .address_order_1118 .center .list_ul li .fr {
    width: calc(100% - 5.5rem);
    padding-left: 1.25rem;
}

.address_1118 .address_order_1118 .center .list_ul li .fr .huohao {
    color: #1BB6B7;
}

.address_1118 .address_order_1118 .center .list_ul li .fr div {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li {
    padding: 0.8125rem 0 1rem;
    border-bottom: 1px solid #EAEAF0;
    justify-content: flex-start;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li:nth-child(1) {
    border-top: 1px solid #EAEAF0;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li input {
    width: 1.3125rem;
    height: 1.3125rem;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li > .fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li > .fl > div {
    padding-left: 0.6875rem;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li .name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li .text {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #999B9D;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li .bianji {
    font-size: 0.875rem;
    padding: 0 1.5rem;
    line-height: 1.875rem;
    text-align: center;
    color: #898989;
    background: #FFFFFF;
    border: 1px solid #D4D8D8;
    border-radius: 30px;
    cursor: pointer;
}

.address_1118 .address_order_1118 .kaiju_fapiao ul li .bianji:hover {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #1EB5B6;
    color: #fff;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan {
    display: flex;
    align-items: center;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan div div {
    padding-left: 1.6875rem;
    position: relative;
    cursor: pointer;
    margin-left: 1.25rem;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan div div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #FFFFFF;
    border: 1px solid #D7D6D6;
    border-radius: 50%;
    width: 1.3125rem;
    height: 1.3125rem;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan div div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.375rem;
    transform: translateY(-50%);
    background: #FFFFFF;
    background: linear-gradient(0deg, #e71586, #e71586), #ffffff;
    border-radius: 50%;
    width: 0.5625rem;
    height: 0.5625rem;
    display: none;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan div div.active::after {
    display: block;
}

.address_1118 .address_order_1118 .kaiju_fapiao .qiehuan div div.active::before {
    border: 1px solid #E71586;
}

.address_1118 .address_order_1118 .beizhu {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}

.address_1118 .address_order_1118 .beizhu textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAEAF0;
    border-radius: 0.9375rem;
    height: 7.5rem;
    font-size: 0.875rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.8);
    padding: 0.25rem 1.5rem;
}

.address_1118 .address_order_1118 .beizhu,
.address_1118 .address_order_1118 .kaiju_fapiao {
    margin-left: 1rem;
    margin-right: 1rem;
}

.address_1118 .address_order_1118 .beizhu .flex,
.address_1118 .address_order_1118 .kaiju_fapiao .flex {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000000;
    align-items: center;
    margin-bottom: 0.5rem;
}

.address_1118 .address_order_1118 .beizhu .flex input,
.address_1118 .address_order_1118 .kaiju_fapiao .flex input {
    margin-right: 0.3125rem;
}

.address_1118 .payment {
    padding: 1.6875rem 1rem 2.3125rem;
    background: #F3F3F7;
}

.address_1118 .payment .title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.address_1118 .payment .font16 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.address_1118 .payment .font20 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.address_1118 .payment .font20 span {
    font-size: 0.875rem;
}

.address_1118 .payment .font14 {
    font-size: 0.875rem;
    line-height: 2rem;
    color: #000000;
}

.address_1118 .payment .font14 span {
    margin-left: 2.75rem;
}

.address_1118 .payment ul {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center;
}

.address_1118 .payment ul li {
    margin-right: 1.3125rem;
    border: 1px solid #EAEAF0;
    border-radius: 1rem;
}

.address_1118 .payment ul li.active {
    border: 1px solid #1EB5B6;
}

.more.padding_60 {
    padding: 0 3.75rem;
}

.fapiao_sum > div {
    display: none;
}

.fapiao_sum > div.active {
    display: block;
}

.input_1121 {
    margin-bottom: 1.25rem;
}

.input_1121 .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.5625rem;
}

.input_1121 .name span {
    color: #E71586;
}

.input_1121 input {
    line-height: 3.125rem;
    padding: 0 1.5rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.75rem;
    width: 100%;
    font-size: 0.875rem;
}

.input_1121 select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.75rem;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 1.5rem;
    background: #FFFFFF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://naisi0119.31.brwq.xyz/img/33.png) no-repeat;
    background-size: 14px 7px;
    background-position-x: 94%;
    background-position-y: center;
    padding-right: 2rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
}

.input_1121 textarea {
    width: 100%;
    height: 10.875rem;
    line-height: 1.75rem;
    padding: 0.625rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.9375rem;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
}

.input_1121 .row {
    margin: 0 -0.25rem;
}

.input_1121 .col-md-4 {
    padding: 0 0.25rem;
}

.input_1121 .button1 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.input_1121 .button1:hover {
    color: #fff !important;
}

.input_1121 .yzm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625rem;
    font-size: 0.875rem;
    border: none;
    background: transparent;
    line-height: 1.25rem;
    text-align: justify;
    color: #1BB6B7;
}

.input_1121 input[type="checkbox"] {
    width: 1.3125rem;
    height: 1.3125rem;
    margin-right: 4px;
}

.input_1121.flex {
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
}

.input_1121.rili > div {
    display: flex;
    align-items: center;
}

.input_1121.rili > div > div:nth-child(1),
.input_1121.rili > div > div:nth-child(3) {
    width: 48%;
}

.input_1121.rili > div > div:nth-child(2) {
    width: 4%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.input_1121.rili > div input {
    width: 100%;
}

.input_1121.rili > div .iconfont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}

.w48 {
    width: 48%;
}

.my_account .input_1121 input {
    color: rgba(0, 0, 0, 0.6);
}

.font16.input_1121 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 1.25rem;
}

#miao_ptop {
    position: absolute;
    top: -8.5rem;
}

.my_account .left1 {
    background: #F3F3F7;
    padding: 3.125rem 2.5rem 1.875rem;
    width: 25%;
    float: left;
}

.my_account .left1 .big-photo {
    display: inline-block;
}

.my_account .left1 .big-photo > img {
    position: absolute;
    bottom: 0.25rem;
    right: 0.25rem;
    z-index: 9;
}

.my_account .left1 #imghead {
    width: 5.625rem !important;
    height: 5.625rem !important;
    border-radius: 50% !important;
    margin-top: 0 !important;
    object-fit: cover !important;
}

.my_account .left1 .content {
    margin-top: 1.25rem;
}

.my_account .left1 .content .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666666;
}

.my_account .left1 .content .name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #666666;
}

.my_account .left1 .content .level {
    background: #E71586;
    border-radius: 1.875rem;
    width: 6rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: 0.75rem;
    color: #FFFFFF;
    display: inline-block;
    margin: 0.375rem 0 0.1875rem;
}

.my_account .left1 .content .addjob {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #1BB6B7;
}

.my_account .left1 ul {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
}

.my_account .left1 ul li {
    margin-bottom: 0.4375rem;
}

.my_account .left1 ul li:last-child {
    margin-bottom: 0;
}

.my_account .left1 ul li .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 0.3125rem;
}

.my_account .left1 ul li .top img {
    margin-right: 0.6875rem;
    width: 1.25rem;
}

.my_account .left1 ul li a.bl {
    padding-left: 1.9375rem;
    font-size: 1rem;
    line-height: 1.75rem;
    color: rgba(0, 0, 0, 0.6);
}

.my_account .left1 ul li a.bl:hover {
    color: #1EB5B6;
}

.my_account .right {
    width: 75%;
    padding-left: 2.0625rem;
    float: right;
}

.my_account .right .top {
    padding: 3.5625rem 4.1875rem 6.25rem;
    background: #1EB5B6;
    margin-bottom: 1.875rem;
}

.my_account .right .top .title {
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #FFFFFF;
    margin-bottom: 0.875rem;
}

.my_account .right .top .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #FFFFFF;
    width: 60%;
}

.my_account .right .top .close {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    font-weight: normal;
    opacity: 1;
    cursor: pointer;
}

.my_account .right .top .close .iconfont {
    color: #fff;
    display: block;
    font-size: 1.25rem;
}

.my_account .right .bot .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6F78B0;
    padding: 1.0625rem 0.625rem 1.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
}

.my_account .right .bot .flex li {
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(2) {
    width: 11%;
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(3) {
    width: 8%;
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(4) {
    width: 15%;
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(5) {
    width: 10%;
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(6) {
    width: 11%;
    text-align: center;
}

.my_account .right .bot .flex li:nth-child(1) {
    width: 45%;
}

.my_account .right .bot .list {
    margin-top: 0.6875rem;
    border: 1px solid #EAEAF0;
}

.my_account .right .bot .list_top {
    line-height: 3.625rem;
    background: #F3F3F7;
    border-bottom: 1px solid #EAEAF0;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    text-align: center;
    color: #000000;
}

.my_account .right .bot .list_top .fl:nth-child(1) {
    margin-right: 2.1875rem;
}

.my_account .right .bot .list_top .fr {
    cursor: pointer;
}

.my_account .right .bot .list_top .fr:hover {
    color: #1EB5B6;
}

.my_account .right .bot .list_bot {
    padding: 0.8125rem 0.625rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
}

.my_account .right .bot .list_bot .caozuo a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-align: center;
    color: #000000;
}

.my_account .right .bot .list_bot .caozuo a:hover {
    color: #1EB5B6;
}

.my_account .right .bot .list_bot .caozuo button {
    background: #0088CB;
    border-radius: 1.875rem;
    width: 5rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    border: none;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-top: 0.5rem;
}

.my_account .right .bot .list_bot .caozuo button:hover {
    color: #fff;
    background: #000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.my_account .right .bot .list_bot .sfk {
    text-align: center;
}

.my_account .right .bot .list_bot .sfk div:nth-child(2) {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, 0.6);
}

.my_account .right .bot .list_bot > div:nth-child(2) {
    width: 11%;
    text-align: center;
}

.my_account .right .bot .list_bot > div:nth-child(3) {
    width: 8%;
    text-align: center;
}

.my_account .right .bot .list_bot > div:nth-child(4) {
    width: 15%;
    text-align: center;
}

.my_account .right .bot .list_bot > div:nth-child(5) {
    width: 10%;
    text-align: center;
}

.my_account .right .bot .list_bot > div:nth-child(6) {
    width: 11%;
    text-align: center;
}

.my_account .right .bot .list_bot > div:nth-child(1) {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_account .right .bot .list_bot > div:nth-child(1) .over {
    width: 5.5rem;
}

.my_account .right .bot .list_bot > div:nth-child(1) .over img {
    width: 100%;
    height: 3.75rem;
    object-fit: cover;
}

.my_account .right .bot .list_bot > div:nth-child(1) .fr {
    width: calc(100% - 5.5rem);
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.my_account .right .bot .list_bot > div:nth-child(1) .fr .name {
    color: #000000;
}

.my_account .right .bot .list_bot > div:nth-child(1) .fr .huohao {
    color: #1BB6B7;
    margin-top: 0.5rem;
}

.my_account .right .history_pro {
    border: 1px solid #EAEAF0;
    padding: 2rem;
    margin-top: 1.875rem;
}

.my_account .right .history_pro .name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    padding-top: 0.9375rem;
}

.my_account .right .history_pro .null {
    padding: 2.75rem 0;
}

.my_account .right table tr td {
    border: 1px solid #EAEAF0;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
    padding: 1.25rem 1rem;
    vertical-align: middle;
}

.my_account .right table tr td button {
    border: none;
    background: transparent;
}

.my_account .right table tr td:nth-last-child(2),
.my_account .right table tr td:nth-last-child(1) {
    padding: 1.25rem 1rem;
}

.my_account .right table tr td:nth-last-child(1) {
    width: 10%;
}

.my_account .right table tr td:nth-last-child(2) {
    width: 12%;
}

.my_account .right table tr td:nth-child(1) {
    width: 10%;
}

.my_account .right table button:hover {
    color: #1EB5B6;
}

.my_account .right table tr:nth-child(1) {
    background: #F3F3F7;
    border: 1px solid #EAEAF0;
}

.my_account .right table tr div {
    background: rgba(27, 182, 183, 0.3);
    border: 1px solid #1BB6B7;
    border-radius: 3.125rem;
    width: 5rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: 0.875rem;
    color: #1BB6B7;
}

.work_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28.375rem;
    background: #fff;
    padding: 1.125rem 2.5rem 2.625rem;
}

.work_popup .close {
    position: absolute;
    top: 1.125rem;
    right: 2.5rem;
}

.work_popup .name {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
}

.work_popup .text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-top: 1rem;
}

.work_popup form {
    margin-top: 1.875rem;
}

.work_popup .input {
    margin-bottom: 1.25rem;
}

.work_popup .input div:nth-child(1) {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.625rem;
}

.work_popup .input select {
    width: 100%;
    height: 3.125rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.125rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 1.5rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://naisi0119.31.brwq.xyz/img/33.png) no-repeat;
    background-size: 14px 7px;
    background-position-x: 94%;
    background-position-y: center;
    padding-right: 2rem;
}

.wechat_jiebang {
    padding-top: 2.6875rem;
    margin-top: 2.3125rem;
    border-top: 1px solid #DBDBDB;
}

.wechat_jiebang .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.wechat_jiebang .text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
}

.wechat_jiebang .wechat {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0.625rem;
}

.wechat_jiebang .wechat .icon {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #15DD89;
    margin-right: 0.6875rem;
    border-radius: 50%;
}

.wechat_jiebang .wechat .icon .iconfont {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
}

.wechat_jiebang .wechat button {
    margin-left: 1.25rem;
    font-size: 1rem;
    background: transparent;
    border: none;
    color: #E71586;
}

.font22 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #1BB6B7;
}

.vip .col-md-4 {
    margin-bottom: 1.875rem;
}

.vip .col-md-4 > div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.vip .title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #E71586;
    text-align: center;
    padding: 2.5rem 0 3.4375rem;
}

.vip .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 3.75rem;
}

.order > .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAF0;
}

.order > .flex .fr {
    font-size: 1.125rem;
    color: #555858;
    padding-bottom: 0.625rem;
}

.order > .flex .fr a:hover {
    color: #1EB5B6;
}

.order .input_1121 button {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.order .input_1121 button .iconfont {
    display: block;
    font-size: 1.25rem;
    color: #8E8787;
}

.order .order_qiehuan {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #555858;
}

.order .order_qiehuan li {
    padding-bottom: 0.625rem;
    margin-right: 2.5rem;
    position: relative;
    float: left;
    cursor: pointer;
}

.order .order_qiehuan li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1EB5B6;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.order .order_qiehuan li:hover::before,
.order .order_qiehuan li.active::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.order .order_qiehuan li:hover,
.order .order_qiehuan li.active {
    color: #1EB5B6;
}

.footprint .name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    padding-top: 0.9375rem;
}

.footprint .col-md-4 {
    margin-bottom: 1.875rem;
}

.footprint .col-md-4:hover .name {
    color: #1EB5B6;
}

.footprint .col-md-4:hover img {
    transform: scale(1.1);
}

.footprint .delect_collection {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: #1EB5B6;
    line-height: 1.875rem;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.footprint .delect_collection .iconfont {
    font-size: 1.25rem;
    color: #fff;
    display: block;
}

.footprint .col-md-4:hover .delect_collection {
    opacity: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.order_qh > div {
    display: none;
}

.order_qh > div.active {
    display: block;
}

.orderDetail .left_o_d {
    width: 34%;
    float: left;
}

.orderDetail .right_o_d {
    width: 66%;
    float: right;
}

.orderDetail .orderDetail_top {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1.875rem;
    position: relative;
}

.orderDetail .orderDetail_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34%;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.orderDetail .left_o_d1 {
    padding: 1.25rem 0 0 0;
}

.orderDetail .left_o_d1 .name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
    padding-left: 2.125rem;
}

.orderDetail .left_o_d1 .title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.6875rem;
    text-align: center;
    margin: 2.5rem 0 0.625rem;
    color: #1BB6B7;
}

.orderDetail .left_o_d1 .button {
    background: #F3F3F7;
    border: 1px solid #F3F3F7;
    line-height: 1.875rem;
    text-align: center;
    width: 5rem;
    font-size: 0.875rem;
    color: #8D8C8C;
    border-radius: 1.875rem;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.orderDetail .left_o_d1 .button:hover {
    background: #1BB6B7;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff;
}

.orderDetail .right_o_d1 {
    padding: 3.75rem 0.625rem 4.375rem;
}

.orderDetail .right_o_d1 ul li {
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
}

.orderDetail .right_o_d1 ul li:last-child .icon::before {
    display: none;
}

.orderDetail .right_o_d1 ul li.active .icon {
    background: #1BB6B7;
}

.orderDetail .right_o_d1 ul li.active .icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(103%) contrast(102%);
}

.orderDetail .right_o_d1 .icon {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background: #F3F3F7;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.orderDetail .right_o_d1 .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4rem;
    background: url(https://naisi0119.31.brwq.xyz/img/cjt.png) no-repeat;
    background-size: contain;
    width: 3.3125rem;
    height: 0.375rem;
}

.orderDetail .right_o_d1 .text {
    margin: 0.75rem 0 0.375rem;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #000000;
}

.orderDetail .right_o_d1 .data {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    color: #000000;
}

.orderDetail .orderDetail_top.flex {
    display: flex;
    align-items: center;
}

.orderDetail .left_o_d2 .name,
.orderDetail .left_o_d3 .name,
.orderDetail .right_o_d3 .name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.orderDetail .left_o_d2 .text,
.orderDetail .left_o_d3 .text,
.orderDetail .right_o_d3 .text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #000000;
}

.orderDetail .left_o_d2 {
    padding: 0.625rem 0.625rem 0.625rem 2.4375rem;
}

.orderDetail .left_o_d2 .img {
    width: 8.125rem;
    margin: 0.8125rem 0 0.9375rem;
}

.orderDetail .right_o_d2 {
    padding: 1.25rem 1.6875rem;
}

.orderDetail .right_o_d2 ul li.active::after {
    background: #E71586;
}

.orderDetail .right_o_d2 ul li.active .fl,
.orderDetail .right_o_d2 ul li.active .fr {
    color: #000000;
}

.orderDetail .right_o_d2 ul li {
    padding-top: 1.875rem;
    position: relative;
    padding-left: 1.0625rem;
}

.orderDetail .right_o_d2 ul li:first-child {
    padding-top: 0;
}

.orderDetail .right_o_d2 ul li > div.clearfix {
    display: flex;
    align-items: center;
}

.orderDetail .right_o_d2 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 100%;
    background: #EAEAF0;
}

.orderDetail .right_o_d2 ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3.2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EAEAF0;
}

.orderDetail .right_o_d2 ul li .fl {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #696969;
    width: 23%;
}

.orderDetail .right_o_d2 ul li .fr {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #696969;
    width: 77%;
}

.orderDetail .left_o_d3 .name,
.orderDetail .right_o_d3 .name {
    margin-bottom: 0.625rem;
}

.orderDetail .right_o_d3 {
    padding: 2.75rem 2.5rem 4.75rem;
}

.orderDetail .left_o_d3 {
    padding: 2.75rem 1.75rem 4.75rem 2.4375rem;
}

.orderDetail .left_o_d3 .flex {
    display: flex;
    align-items: center;
}

.orderDetail .left_o_d3 .flex div:nth-child(1) {
    width: 33%;
}

.orderDetail .left_o_d3 .flex div:nth-child(2) {
    width: 67%;
}

.orderDetail .address_1118 .last {
    padding: 2.1875rem 2.1875rem 2.1875rem !important;
    background: #F3F3F7 !important;
    font-size: 0.875rem;
    line-height: 2rem;
    color: #000000;
}

.orderDetail .address_1118 .last .text {
    text-align: right;
    display: flex;
    justify-content: flex-end !important;
    color: #000000;
    line-height: 2rem;
}

.orderDetail .address_1118 .last .text div:nth-child(1) {
    width: 15%;
}

.orderDetail .address_1118 .last .text div:nth-child(2) {
    width: 8%;
}

.orderDetail .address_1118 .last .text:last-child {
    font-size: 1rem;
}

.order.invoice .caozuo {
    padding-left: 0;
}

.order.invoice .flex.mt30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.order.invoice .list_bot div:nth-child(3) {
    text-align: left !important;
}

.Invoicing.right table tr td:nth-child(1) {
    width: auto;
    text-align: center;
}

.Invoicing.right table tr td:nth-child(4) {
    text-align: center;
}

.invoiceDetail .list .top {
    background: #F3F3F7;
    border: 1px solid #EAEAF0;
    line-height: 3.625rem;
    font-size: 1rem;
    color: #000000;
    padding: 0 1rem;
    margin-bottom: 0;
}

.invoiceDetail .list .bot {
    border: 1px solid #EAEAF0;
    border-top: none;
    padding: 1.375rem 1rem;
}

.invoiceDetail .list .bot .row {
    line-height: 2rem;
    font-size: 0.875rem;
}

.invoiceDetail .list .bot .row > div:nth-child(1) {
    color: #000;
}

.invoiceDetail .list .bot .row > div:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
}

.invoiceDetail .list .button {
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-align: center;
    color: #8D8C8C;
    border-radius: 3.125rem;
    background: #F3F3F7;
    border: 1px solid #F3F3F7;
    width: 5rem;
    margin: 0.8125rem 0 0 2.1875rem;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.invoiceDetail .list .button:hover {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #1EB5B6;
    color: #fff !important;
}

.list_mbxt .text1 {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #E71586;
    transform: matrix(0.97, 0, -0.24, 1, 0, 0);
    margin-bottom: 1.25rem;
}

.list_mbxt .img {
    width: 44%;
    padding-bottom: 1rem;
    margin: 0 auto;
}

.list_mbxt .img img:nth-child(3) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.list_mbxt .bianhao_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_mbxt .bianhao_ul li {
    width: 33.33%;
    padding: 0 1rem;
    margin-bottom: 1.5625rem;
}

.list_mbxt .bianhao_ul li .name {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #555555;
    padding: 0 1.25rem;
    margin-bottom: 0.625rem;
}

.list_mbxt .bianhao_ul li .name span {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.625rem;
    background: #F3F3F7;
    font-size: 0.875rem;
    color: #1BB6B7;
    margin-right: 0.4375rem;
    display: inline-block;
}

.list_mbxt .bianhao_ul li select {
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 3.125rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 2.8125rem 0 1.25rem;
    font-size: 0.875rem;
    color: #555555;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("https://naisi0119.31.brwq.xyz/img/33.png") no-repeat;
    background-size: 13px 7px;
    background-position-x: 92%;
    background-position-y: center;
}

.list_mbxt .bianhao_ul .libefaft::before {
    content: "";
    position: absolute;
    bottom: 1.5625rem;
    right: calc(-100% + 1.65rem);
    width: 15.5rem;
    height: 1px;
    background: #939393;
}

.list_mbxt .bianhao_ul .libefaft::after {
    content: "";
    position: absolute;
    bottom: 1.4375rem;
    right: calc(-100% + 1.65rem);
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #939393;
}

.list_mbxt .bianhao_ul .libefaft2::before {
    content: "";
    position: absolute;
    bottom: 1.5625rem;
    left: calc(-100% + 1.65rem);
    width: 15.5rem;
    height: 1px;
    background: #939393;
}

.list_mbxt .bianhao_ul .libefaft2::after {
    content: "";
    position: absolute;
    bottom: 1.4375rem;
    left: calc(-100% + 1.65rem);
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #939393;
}

.list_mbxt .bianhao_ul .li6.libefaft2::before,
.list_mbxt .bianhao_ul .li7.libefaft2::before,
.list_mbxt .bianhao_ul .li6.libefaft2::after,
.list_mbxt .bianhao_ul .li7.libefaft2::after {
    left: calc(-100% + 6.65rem);
}

.list_mbxt .bianhao_ul .li6.libefaft2::before,
.list_mbxt .bianhao_ul .li7.libefaft2::before {
    width: 10.8125rem;
}

.list_mbxt .bianhao_ul .li1 {
    top: 12rem;
    left: 0;
}

.list_mbxt .bianhao_ul .li2 {
    top: 19.5rem;
    left: 0;
}

.list_mbxt .bianhao_ul .li3 {
    top: 37rem;
    left: 0;
}

.list_mbxt .bianhao_ul .li4 {
    top: 43.5rem;
    left: 0;
}

.list_mbxt .bianhao_ul .li5 {
    top: 50rem;
    left: 0;
}

.list_mbxt .bianhao_ul .li6 {
    top: 0;
    right: 0;
}

.list_mbxt .bianhao_ul .li7 {
    top: 6rem;
    right: 0;
}

.list_mbxt .bianhao_ul .li8 {
    top: 12rem;
    right: 0;
}

.list_mbxt .bianhao_ul .li9 {
    top: 18rem;
    right: 0;
}

.list_mbxt .margin {
    margin: 1rem 0;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #555555;
}

.list_mbxt .scbh {
    padding: 0 8.125rem;
    width: auto;
    background: #000;
    color: #fff;
}

.phone_text {
    display: none;
}

@media (max-width: 990px) {
    .phone_scroll {
        overflow-x: scroll;
    }

    .phone_scroll .scroll_zi {
        overflow: hidden;
        width: 1000px;
    }

    .phone_text {
        display: block;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .fix_nav.active {
        top: 59px !important;
    }

    .div3 .flex > div:nth-child(1),
    .div3 .flex > div:nth-child(2) {
        margin-bottom: 15px;
    }

    .div3 .flex > div {
        width: 50%;
    }

    .div3 .flex {
        flex-wrap: wrap;
    }

    .fix_nav.active {
        padding-top: 10px;
    }

    .social-share .icon-wechat .wechat-qrcode {
        left: -15px !important;
    }

    .social-share .icon-wechat .wechat-qrcode:after {
        left: 28px !important;
    }
}

@media (max-width: 767px) {
    .div3 .flex > div {
        margin-bottom: 15px;
    }

    .div3 .flex > div:last-child {
        margin-bottom: 0;
    }

    .div3 .flex > div {
        width: 100%;
    }

    .list_cpjc form,
    .show_pro_one .div1 form {
        width: 100%;
    }

    .banner .img {
        display: none;
    }

    .banner .img2 {
        display: block;
    }

    .banner .hover {
        top: 20%;
    }
}

.list_about .col-md-5 a {
    position: relative;
}
/*.list_about .col-md-5 a::before {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  border-top: 20px solid transparent;*/
/*  border-left: 28px solid #fff;*/
/*  border-right: 0 solid transparent;*/
/*  border-bottom: 20px solid transparent;*/
/*  content: "";*/
/*}*/
.fancybox__content > .carousel__button.is-close {
    top: 0 !important;
    right: -53px !important;
}

.list_about_two .swiper-container .swiper-slide:last-child:after {
    display: none;
}

@media (max-width: 767px) {
    .fancybox__content > .carousel__button.is-close {
        top: -40px !important;
        right: 0 !important;
    }

    .list_mbxt .bianhao_ul li {
        width: 100%;
        padding: 0 0;
        margin-bottom: 15px;
    }

    .list_mbxt .bianhao_ul li .name {
        padding: 0;
    }

    .list_mbxt .scbh {
        padding: 0 6.125rem;
    }

    .list_mbxt .img {
        width: 80%;
    }
}


@media (max-width: 1200px) {
    .pop_pro.pop_uppro .left {
        padding-right: 30px;
    }
}

@media (max-width: 990px) {
    .pop_uppro .modal-dialog {
        max-width: 98%;
    }
}


@media (max-width: 767px) {
    .pop_pro.pop_uppro .left {
        padding-right: 0;
        width: 100%;
    }

    .pop_pro.pop_uppro .right {
        width: 100%;
        margin-top: 15px
    }

    .pop_pro.pop_uppro .div1 > .clearfix {
        padding: 0 25px 25px;
    }

    .pop_pro.pop_uppro .div1 > .clearfix {
        padding: 0 25px 25px;
    }

    .pop_pro.pop_uppro .div1 > div:nth-child(2) {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pop_uppro .modal-dialog {
        max-width: 98%;
    }

    .div1 .list > div:nth-child(1) {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .div1 .list > div:nth-child(1) .product-code span {
        display: block;
        margin-left: 0 !important;
    }

    .div1 .list > div {
        padding: 0;
    }

    .div1 .list > div {
        padding: 0;
    }
}

.product-box .jiajian{
	padding:0 1.375rem !important;
}

.btn-box{
	display:flex;
	justify-content:flex-start;
}
.btn-box a{
	margin-right:20px;
}



/* 20250208 */

.fixed_top_20250208 {
    position: sticky;
    top: 8rem;
  }

  .pro_left_nav_20250208 {
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    position: sticky;
    top: 13rem;
  }
  .pro_left_nav_20250208 .top {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    line-height: 4.375rem;
    padding: 0 3.125rem;
    color: #1EB5B6;
    font-size: 1.125rem;
    font-weight: 700;
    background: #F3F3F7;
  }
  .pro_left_nav_20250208 ul {
    padding: 1.4375rem 1.125rem 1.875rem;
  }
  .pro_left_nav_20250208 ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .pro_left_nav_20250208 ul li a.t {
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    color: #000;
    padding: 0 2rem;
    border-radius: 3.75rem;
    background: #F3F3F7;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(1) {
    width: 80%;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(2) {
    text-align: right;
    width: 20%;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(2) .iconfont {
    font-size: 1rem;
    display: inline-block;
  } 
  .show_pro_one  .pro_left_nav_20250208 ul li.active2 a.t ,
 .list_pro_list .pro_left_nav_20250208 ul li.active a.t {
    background: #1EB5B6;
    color: #fff;
  } 
   .show_pro_one .pro_left_nav_20250208 ul li.active2 a.t .iconfont,
  .list_pro_list .pro_left_nav_20250208 ul li.active a.t .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  } 
  .show_pro_one .pro_left_nav_20250208 ul li.active2 .list,
 .list_pro_list .pro_left_nav_20250208 ul li.active .list {
    display: block;
  }
  .pro_left_nav_20250208 .list {
    padding: 0.375rem 1.125rem 0;
    display: none;
  }
  .pro_left_nav_20250208 .list a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0.8125rem;
    position: relative;
    padding-left: 2rem;
    font-size: 0.875rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
  }
  .pro_left_nav_20250208 .list a.checkb {
    padding-left: 3.125rem;
  }
  .pro_left_nav_20250208 .list a.checkb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.8125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
  }
  .pro_left_nav_20250208 .list a.checkb::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    background: url(../image/duigou.svg) no-repeat;
    background-size: contain;
    width: 0.9375rem;
    height: 0.9375rem;
    opacity: 0;
  }
  /* .pro_left_nav_20250208 .list a.checkb:hover::before, */
  .pro_left_nav_20250208 .list a.checkb.active::before {
    border-color: #1EB5B6;
    background: transparent;
  }
  /* .pro_left_nav_20250208 .list a.checkb:hover::after, */
  .pro_left_nav_20250208 .list a.checkb.active::after {
    opacity: 1;
  }
  .pro_left_nav_20250208 .list a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #747474;
  }
  .pro_left_nav_20250208 .list a:hover {
    color: #666666;
  }
  .pro_left_nav_20250208 .list a.active {
    color: #1EB5B6;
  }
  /* .pro_left_nav_20250208 .list a:hover::before, */
  .pro_left_nav_20250208 .list a.active::before {
    background: #1EB5B6;
  }
  .collect_start_20250208 {
    color: #555;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
  .collect_start_20250208 svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.375rem;
  }
  .collect_start_20250208.active {
    color: #1EB5B6;
  }
  .collect_start_20250208.active svg path {
    fill: #1EB5B6;
    stroke: #1EB5B6;
  }
  .show_pro_top {
    padding-bottom: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8125rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li {
    padding: 0 1.25rem;
    margin-bottom: 0.625rem;
    line-height: 2rem;
    border-radius: 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #747474;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 1rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li img {
    margin-left: 0.5rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li:hover {
    border-color: #1EB5B6;
    background: #1EB5B6;
    color: #fff;
  }
  .pro_information_20250208 .r20250208 .ul2 li:hover img {
    filter: brightness(0) invert(1);
  }
  .pro_information_20250208 .r20250208 .ul2 li.clear_select {
    padding: 0;
    color: #747474;
    border: none;
    text-decoration: underline;
    margin-top: 0.3125rem;
    cursor: pointer;
  }
  .pro_information_20250208 .r20250208 .ul2 li.clear_select:hover {
    color: #1EB5B6;
    background: transparent;
  }
  .pro_information_20250208 .r20250208 .ul > li {
    margin-bottom: 1.875rem;
  }
  .pro_information_20250208 .r20250208 .ul > li > div {
    padding-bottom: 1rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .pro_information_20250208 .r20250208 .ul > li .name {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.625rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .huohao {
    color: #E71586;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .price {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .price span {
    color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li .more,
  .pro_information_20250208 .r20250208 .ul > li button {
    width: 6rem;
    line-height: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.75rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .more {
    background: #1EB5B6;
    display: block;
    border-color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li .more::before {
    background: #fff;
  }
  .pro_information_20250208 .r20250208 .ul > li .more:hover {
    color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li button.more {
    border-color: #E71586;
    background: #E71586;
  }
  .pro_information_20250208 .r20250208 .ul > li button.more:hover {
    color: #E71586;
  }
  
  #data-list .erji_pro {
    display: none;
  }
  .pro_20250123  {
    padding-top: 1.875rem;
  }