@charset "utf-8";

/* 这个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;
}

body {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}

.bgf8 {
  background: var(--bgf8);
}

.p_top {
  position: absolute;
  top: -5.625rem;
}

@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

.search form .inp:focus {
  background: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.ds1 .iconfont {
  color: var(--color);
  font-size: 1.25rem;
  cursor: pointer;
  display: block;
}

.bg {
  background: #1876BF;
}

.c {
  color: #1876BF;
}

.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

.pagination>li:nth-child(1) {
  width: auto;
  background: unset;
  border: none;
}

@media (max-width: 767px) {
  .pagination>li {
    width: 30px;
    height: 30px;
  }
}

.pagination>li.active,
.pagination>li:hover {
  background: #1876BF;
  color: #fff;
}

.pagination>li.active a,
.pagination>li:hover a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.foot-fot {
  background: #1876BF;
}

.foot-fot.white {
  background: #F7F7F7;
}

.foot-fot.white .m-bm-nav>li {
  border-bottom: 1px solid #ededed;
}

.foot-fot.white .m-bm-nav>li>a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}

.foot-fot.white .m-bm-nav>li .sec {
  padding-left: 40px;
}

.foot-fot.white .m-bm-nav>li .sec a {
  color: rgba(0, 0, 0, 0.7);
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

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

.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}

.search_more:hover {
  color: #1876BF;
}

.search_more:hover::before {
  background: #1876BF;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

video {
  display: block;
}

.line1 {
  display: block;
  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;
}

.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: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

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

header .center>ul>li:nth-child(3) .er-ul>li a {
  padding-left: 2rem;
  text-align: left;
}

.er-ul>li:hover a {
  color: #1876BF;
}

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

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

header .center>ul>li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.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;
}

body {
  --container: 14.8125rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }

  .pagination>li {
    margin: 0 3px 5px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}

.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #1876BF;
}

.fenxiang.nobor .social-share li a {
  border: none;
}

.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}

.fenxiang .social-share li:hover a {
  border-color: #1876BF;
  color: #fff;
  background: #1876BF;
}

.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}

.serbtn {
  background: #1876BF;
}

.searchbox {
  border-color: #1876BF;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #1876BF;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #1876BF;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

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

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

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

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

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

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

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

@media (max-width: 1280px) {

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

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

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

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}

.phone.white {
  background: #fff;
}

.phone.white .left img {
  filter: brightness(0);
}

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

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  text-align: left;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: var(--phone_img);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.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: #1876BF;
  color: #fff !important;
}

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

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

.sjj_nav ul li {
  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 i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1876BF;
}

.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: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: var(--phone_img);
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

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

.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: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #818181;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #a7a7a7;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

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

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

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

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #1876BF;
}

.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #1876BF;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.zd_erha .ad_sts {
  text-align: center;
}

.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}

.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}

.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}

.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.zd_erha .aat_list li>a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zd_erha .aat_list li>a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.hidden {
  display: none;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.show_header {
  padding-top: var(--header_h);
}

.show_header header {
  animation: none !important;
}

.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #4A4A4A;
}

/* .show_header header,
header.active,
header:hover,
header.white  .ds1 .iconfont {
  color: var(--color);
} */
.show_header header::before,
header.active::before,
header:hover::before,
header.white::before {
  background: rgba(0, 0, 0, 0.1);
}

.show_header header .login_reg img,
header.active .login_reg img,
header:hover .login_reg img,
header.white .login_reg img,
.show_header header .shop_car img,
header.active .shop_car img,
header:hover .shop_car img,
header.white .shop_car img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img {
  filter: brightness(1) invert(0);
}

.show_header header .shop_car>div,
header.active .shop_car>div,
header:hover .shop_car>div,
header.white .shop_car>div {
  border-color: rgba(204, 204, 204, 0.6);
}

.show_header header .center>ul>li:hover>a,
header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a,
header.white .center>ul>li:hover>a,
.show_header header .center>ul>li.active>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.white .center>ul>li.active>a {
  color: #1876BF;
}

.show_header header .center>ul>li:hover>a::before,
header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before,
header.white .center>ul>li:hover>a::before,
.show_header header .center>ul>li.active>a::before,
header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before,
header.white .center>ul>li.active>a::before {
  background: #1876BF;
}

header {
  position: fixed;
  line-height: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .container {
  padding: 0 6.25rem;
}

header .logo img {
  height: 3.5625rem;
}

header .login_reg img,
header .shop_car img,
header .ds1 img {
  filter: brightness(0) invert(1);
  height: 1.375rem;
  cursor: pointer;
}

header .order {
  display: inline-block;
}

header .order:hover button {
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #1876BF;
}

header .order button {
  border: none;
  background: transparent;
  display: inline-block;
  line-height: 2.8125rem;
  border: 1px solid #1876BF;
  background: #1876BF;
  width: 6.875rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  border-radius: 3.125rem;
}

header .order button a {
  color: #fff;
  display: block;
}

header .order button:hover a {
  color: #1876BF;
}

header .shop_car {
  display: inline-block;
  margin: 0 1.25rem 0 1.5625rem;
}

header .shop_car>div {
  display: inline-block;
  width: 7.9375rem;
  line-height: 2.8125rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 3.125rem;
}

header .shop_car:hover div {
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

header .shop_car:hover div img {
  filter: brightness(0) invert(1);
}

header .shop_car:hover div a {
  color: #fff;
}

header .shop_car a {
  font-size: 1rem;
  border-radius: 2.5rem;
  color: var(--color);
}

header .shop_car a img {
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
}

header .login_reg {
  display: flex;
  align-items: center;
  color: var(--color);
  font-size: 1rem;
  margin-left: 1.875rem;
}

header .login_reg img {
  margin-right: 0.5rem;
}

header .login_reg span {
  margin: 0 0.5rem;
}

header .login_reg a {
  color: var(--color);
}

header .login_reg a:hover {
  color: #1876BF;
}

header .center>ul>li {
  float: left;
  padding: 0 1.5625rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.625rem;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.banner video,
.banner .img img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}

.banner .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.banner .p2 {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0.625rem 0 2.625rem;
}

.banner form {
  width: 62%;
  margin: 0 auto;
}

.banner form input {
  width: 100%;
  line-height: 4.6875rem;
  padding: 0 5rem 0 3.375rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.9);
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: 500;
}

.banner form input::placeholder {
  color: #979797;
}

.banner form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6875rem;
  width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1876BF;
  border: none;
  color: #fff;
}

.banner form button:hover {
  opacity: 0.8;
}

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

.banner .hover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}

.banner .hover2 ul {
  display: flex;
}

.banner .hover2 ul li {
  flex: 1;
  padding: 2.375rem 2rem 1.875rem 3.3125rem;
}

.banner .hover2 ul li:not(:last-child) {
  border-right: 1px solid #CFCFCF;
}

.banner .hover2 ul li {
  overflow: hidden;
  position: relative;
}

.banner .hover2 ul li:hover a {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover2 ul li:hover .t {
  color: #1876BF;
}

.banner .hover2 ul li:hover .t img {
  filter: brightness(1);
  opacity: 1;
}

.banner .hover2 ul li .a {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
  font-size: 1.375rem;
}

.banner .hover2 .t {
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.banner .hover2 .t img {
  height: 1.75rem;
  width: 1.75rem;
  filter: brightness(0);
  opacity: 0.8;
}

.banner .hover2 .t div {
  width: calc(100% - 1.75rem);
  padding-left: 0.625rem;
}

.banner .hover2 .more_a,
.banner .hover2 .text {
  padding-left: 2.375rem;
}

.banner .hover2 .text {
  color: #2d2d2d;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0.1875rem 0 0.5rem;
}

.more_a {
  display: inline-block;
}

.more_a:hover>div div {
  border: 1px solid #1876BF;
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover>div div .iconfont {
  color: #fff;
}

.more_a:hover>div p {
  color: #1876BF;
}

.more_a>div {
  display: flex;
  align-items: center;
}

.more_a>div div {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #858585;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6875rem;
}

.more_a>div div .iconfont {
  font-size: 1rem;
  color: #858585;
  font-weight: 600;
}

.more_a>div p {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

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

.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}

.nyban .hover .title {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
  padding-bottom: 0.9375rem;
}

.nyban .hover .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1876BF;
}

@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }

  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}

.show_header .bread {
  margin-top: 0;
  line-height: 4.6875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #AAA;
}

.show_header .bread a {
  color: #AAA;
}

.bread {
  font-size: 1rem;
  color: #FFF;
  font-weight: 400;
  line-height: 30px;
  margin-top: 1.25rem;
}

.bread a {
  color: #fff;
}

.bread a:hover {
  color: #1876BF;
}

.bread img {
  height: 1.5rem;
}

.bread span:last-child {
  display: none;
}

.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number_ul li {
  text-align: center;
  flex: 1 0 0;
}

.number_ul li .num {
  line-height: 1;
  position: relative;
}

.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}

.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}

.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}

.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}

.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}

.number_ul li>div {
  display: inline-block;
}

.text {
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.tj {
  text-align: justify;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #1876BF;
  margin: 0 0.3125rem;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #1876BF;
}

.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.swiper_btn:hover {
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}

.more {
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}

.more.bg {
  border-color: #1876BF;
}

.more.bg div {
  color: #fff;
}

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

.more.bg:hover div {
  color: #1876BF;
}

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

.more.borf div {
  color: #fff;
}

.more.borf:hover {
  border-color: #1876BF;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #1876BF;
}

.more.bgf:hover div {
  color: #fff;
}

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.title {
  color: #1C1C1C;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}

.alignc {
  align-items: center;
}

.bor20 {
  border-radius: var(--bors);
}

.subtitle {
  color: #1876BF;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}

.leftimg_righttext>li:nth-child(even) .left {
  order: 2;
}

.leftimg_righttext>li:nth-child(even) .right {
  order: 1;
}

.fixright_li_last {
  display: none;
  cursor: pointer;
}

.fixright_li_last>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1876BF;
  border-radius: 50%;
}

.ptb {
  padding: 6.25rem 0;
}

.ptb.pt0 {
  padding-top: 0;
}

.ptb.pb0 {
  padding-bottom: 0;
}

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

body {
  overflow: visible;
}

.show_news {
  background: #F3FAFF;
}

.show_news .data {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}

.show_news .data .iconfont {
  font-size: 1.125rem;
  color: #818181;
  margin-right: 0.625rem;
  position: relative;
  top: -1px;
}

.show_news .data span {
  margin-left: 1.25rem;
}

.show_news .text {
  padding-top: 1.6875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.show_news .right {
  position: sticky;
  top: 5.625rem;
  height: 100%;
}

.show_news .shang {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.5rem;
}

.show_news .shang:hover a {
  color: #1876BF;
}

.show_news .shang .name {
  color: #393939;
  font-size: 1rem;
  line-height: 1.875rem;
  position: relative;
}

.show_news .shang .name span {
  padding-right: 1rem;
  background: #F3FAFF;
  position: relative;
  z-index: 89;
}

.show_news .shang .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.show_news .shang a {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}

.show_news .recommend {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.625rem 1.875rem;
}

.show_news .recommend .name {
  color: #393939;
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: flex;
  justify-content: space-between;
}

.show_news .recommend .name a {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}

.show_news .recommend .name a:hover {
  color: #1876BF;
}

.show_news .recommend ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show_news .recommend ul li:hover a {
  color: #1876BF;
}

.show_news .recommend ul li:last-child {
  border-bottom: none;
}

.show_news .recommend ul li:last-child a {
  padding-bottom: 0;
}

.show_news .recommend ul li a {
  padding: 0.9375rem 0;
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}

.show_news .recommend ul li a .data {
  margin: 0;
}

.sjj_nav.white {
  background: #fff;
}

.sjj_nav.white .top {
  background: #fff;
}

.sjj_nav.white .bot>li>div>a {
  color: #353535;
}

.sjj_nav.white .bot>li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}

.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}

.index_one {
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.index_one .flex_bottom {
  display: flex;
}

.index_one .swiper_btn {
  position: static;
}

.index_one .left {
  width: 15.625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.index_one .left .flex {
  justify-content: flex-start;
  margin-top: 1.875rem;
}

.index_one .left ul li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.index_one .left ul li a {
  color: #707070;
}

.index_one .left ul li:hover,
.index_one .left ul li.active {
  font-size: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .left ul li:hover a,
.index_one .left ul li.active a {
  color: #1876BF;
}

.index_one .right {
  width: calc(100% - 15.625rem - 3.125rem);
  margin-left: 3.125rem;
  border-radius: var(--bors);
  background: #fff;
}

.index_one .right .swiper-slide {
  display: flex;
  align-items: center;
}

.index_one .right .l {
  width: 40%;
  padding: 0 3.3125rem 0 3.375rem;
}

.index_one .right .l .text {
  height: 15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-line-clamp: 8;
}

.index_one .right .l .name {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
}

.index_one .right .l .more {
  margin-top: 1.25rem;
}

.index_one .right .r {
  width: 60%;
}

.index_one .right .r img {
  height: 33.875rem;
  object-fit: cover;
}

.more {
  width: 12.8125rem;
  border-radius: 3.125rem;
  border: 1px solid #CFCFCF;
  color: #818181;
  text-align: center;
  font-size: 1rem;
  padding: 0.25rem;
}

.more .flex {
  justify-content: flex-start;
}

.more .flex>div {
  line-height: 2.9375rem;
}

.more .flex>div:nth-child(1) {
  width: calc(100% - 3.5625rem);
  text-align: center;
}

.more .img {
  width: 3.5625rem;
  line-height: 2.9375rem;
  height: 2.9375rem;
  border-radius: 1.875rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  background: #1876BF;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more .img img {
  filter: brightness(0) invert(1);
  width: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover {
  border-color: #1876BF;
}

.more:hover .img {
  width: calc(100% - 0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover div {
  color: #fff;
}

.index_two {
  position: relative;
  z-index: 9;
}

.index_two.index {
  padding: 9.375rem 0 7.5rem;
}

.index_two.index .right {
  padding-left: 3.25rem;
  padding-bottom: 8rem;
}

.index_two.index::before {
  content: "";
  position: absolute;
  top: 3.25rem;
  left: 6.125rem;
  background: url(../img/bg2.png) no-repeat;
  width: 19.625rem;
  height: 16.6875rem;
  z-index: -1;
  background-size: contain;
}

.index_two.index::after {
  content: "";
  position: absolute;
  bottom: 3.75rem;
  right: 5.625rem;
  background: url(../img/bg3.png) no-repeat;
  background-size: contain;
  width: 24.5625rem;
  height: 16.625rem;
  z-index: -1;
}

.index_two.list_about {
  background: #F3FAFF;
}

.index_two.list_about .leftabout .over,
.index_two.list_about .leftabout .over img {
  height: 100%;
  object-fit: cover;
}

.index_two .left {
  padding-top: 4rem;
  padding-right: 4rem;
}

.index_two .left .img4 {
  width: 39rem;
  height: 39rem;
  animation: spin 20s linear infinite;
}

.index_two .left .img3 {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 26.875rem;
  height: 26.875rem;
  object-fit: cover;
}

.index_two .left .img2 {
  position: absolute;
  top: 0;
  right: 1.25rem;
  transform: rotate(2deg);
  height: 34.5625rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.index_two .right .text.margin {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1.25rem 0;
}

.index_two .right .number_ul {
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.index_two .right .number_ul li {
  flex: none;
  width: 50%;
  text-align: left;
  display: flex;
  padding: 1.875rem 0 1.25rem;
}

.index_two .right .number_ul li:nth-child(1),
.index_two .right .number_ul li:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.index_two .right .number_ul li>div {
  padding-left: 1.25rem;
}

.index_two .right .number_ul li>div .num {
  color: #1876BF;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
  display: flex;
  align-items: center;
}

.index_two .right .number_ul li>div .num p {
  width: 1.875rem;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}

.index_two .right .number_ul li>div .num span,
.index_two .right .number_ul li>div .num sub {
  color: #1876BF;
}

.index_two .right .number_ul li>div .num sub {
  font-size: 2.5rem;
  margin-left: 0;
}

.index_two .right .number_ul li>div .text {
  color: #707070;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  padding-left: 2.5rem;
}

.index_three {
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
}

.squera_news .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}

.squera_news .name {
  color: #474747;
  font-size: 1.375rem;
  margin: 0.625rem 0;
  line-height: 1.875rem;
}

.squera_news .name.mt30 {
  margin-top: 1.875rem;
  color: #1876BF;
}

.squera_news .text {
  color: #818181;
}

.squera_news .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news .over img{
    aspect-ratio: 222 / 149;
}

.squera_news .more_a {
  margin-top: 1.25rem;
}

.squera_news .more_a>div div {
  width: 3.125rem;
  height: 3.125rem;
}

.squera_news .more_a>div div .iconfont {
  font-size: 1.375rem;
}

.squera_news:hover .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.123);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_news:hover .over img {
  transform: scale(1.1);
}

.squera_news:hover .name {
  color: #1876BF;
}

footer {
  background: #1876BF;
  padding: 5.625rem 0 1.25rem;
}

footer .name {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

footer .text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

footer .text:hover {
  text-decoration: underline;
}

footer .right {
  width: 9.5rem;
  height: 9.5rem;
}

footer .flex {
  align-items: flex-start;
}

footer .left {
  width: calc(100% - 9.5rem);
  padding-right: 5rem;
}

footer .left ul {
  display: flex;
  justify-content: space-between;
}

footer .left .list {
  display: flex;
  align-items: center;
}

footer .left .list:not(:last-child) {
  margin-bottom: 1.5rem;
}

footer .left .list .icon {
  width: 1.5rem;
}

footer .left .list .con {
  width: calc(100% - 1.5rem);
  padding-left: 0.625rem;
  color: #fff;
}

.beian {
  background: #1876BF;
  padding: 1.875rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.875rem;
}

.beian .fenxiang .social-share li {
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 0;
}

.beian .fenxiang .social-share li:not(:first-child) {
  margin-left: 1rem;
}

.beian .fenxiang .social-share li:hover a {
  background: #fff;
  color: #1876BF;
}

.beian .fenxiang .social-share li a {
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.list_news .ul {
  margin: 0 -1.4375rem;
}

.list_news .ul.mt45 {
  margin-top: 2.8125rem;
}

.list_news .ul li {
  padding: 0 1.4375rem;
  margin-bottom: 2.8125rem;
}

.list_about_three {
  padding: 10rem 0 20.625rem;
}

.list_about_three .text {
  width: 50%;
  margin-top: 1.625rem;
  font-size: 1.125rem;
}

.list_download {
  background: #F3FAFF;
}

.list_download .left {
  height: 100%;
  position: sticky;
  top: 5.625rem;
}

.list_download .left .ul {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0 2.0625rem 0 1.4375rem;
}

.list_download .left .ul>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_download .left .ul>li:last-child {
  border-bottom: none;
}

.list_download .left .ul>li.active ul {
  display: block;
}

.list_download .left .ul>li.active .iconfont {
  transform: rotate(180deg);
  color: #1876BF;
}

.list_download .left .ul>li.active>a div {
  color: #1876BF;
}

.list_download .left .ul>li ul {
  padding-top: 0.9375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  padding-bottom: 1.5625rem;
}

.list_download .left .ul>li ul li a {
  position: relative;
  padding-left: 1rem;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.list_download .left .ul>li ul li a::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #D9D9D9;
  border-radius: 50%;
}

.list_download .left .ul>li ul li.active a,
.list_download .left .ul>li ul li:hover a {
  color: #1876BF;
}

.list_download .left .ul>li ul li.active a::before,
.list_download .left .ul>li ul li:hover a::before {
  background: #1876BF;
}

.list_download .left .ul>li>a {
  display: flex;
  align-items: center;
  line-height: 4rem;
}

.list_download .left .ul>li>a div {
  width: 80%;
  color: #424242;
  font-size: 1.25rem;
}

.list_download .left .ul>li>a p {
  width: 20%;
  text-align: right;
  display: inline-block;
}

.list_download .left .ul>li>a p .iconfont {
  font-size: 1rem;
  display: inline-block;
}

.list_download .right form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}

.list_download .right form .list {
  width: calc(50% - 7.375rem / 2);
  display: flex;
  align-items: center;
}

.list_download .right form .list p {
  color: #000;
  font-size: 1.125rem;
}

.list_download .right form .list p span {
  color: #D21111;
}

.list_download .right form .list input {
  width: calc(100% - 8.8125rem);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3.4375rem;
  padding: 0 1.375rem;
  color: #1D1D1F;
  font-weight: 500;
  font-size: 1rem;
  background: transparent;
  margin-left: 1rem;
}

.list_download .right form .list input::placeholder {
  color: #838383;
}

.list_download .right form button {
  width: 7.375rem;
  line-height: 3.4375rem;
  border-radius: 5px;
  background: #1876BF;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  border: 1px solid #1876BF;
}

.list_download .right form button:hover {
  opacity: 0.9;
}

.down_ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.down_ul li a {
  padding: 0 2.5rem 0 1.25rem;
  display: flex;
  align-items: center;
}

.down_ul li a div:nth-child(1) {
  width: calc(100% - 7.5rem);
  padding-right: 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 1rem;
  line-height: 1.875rem;
}

.down_ul li a div:nth-child(2) {
  width: 7.5rem;
  text-align: right;
  display: flex;
  align-items: center;
  color: #969696;
  font-size: 1rem;
  line-height: 1.875rem;
  justify-content: flex-end;
}

.down_ul li a div:nth-child(2) img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.625rem;
  filter: brightness(0);
  opacity: 0.6;
}

.down_ul li:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.down_ul li:hover a div:nth-child(1) {
  color: #1876BF;
}

.down_ul li:hover a div:nth-child(2) {
  color: #1876BF;
}

.down_ul li:hover a div:nth-child(2) img {
  filter: brightness(1);
  opacity: 1;
}

.list_contact {
  background: #F3FAFF;
}

.list_contact .left .text {
  margin-top: 2.8125rem;
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.list_contact .left .fenxiang {
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
}

.list_contact .left .flex {
  justify-content: flex-start;
  margin-top: 1.875rem;
}

.list_contact .right .name {
  color: #1C1C1C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.4375rem;
}

.list_contact .right ul {
  margin-top: 1.8125rem;
}

.list_contact .right ul li {
  font-size: 1.25rem;
  line-height: 3.125rem;
}

.list_contact .right ul li a {
  color: #1876BF;
}

.list_contact .right ul li a:hover {
  text-decoration: underline;
}

.list_contact .name2 {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5625rem;
  margin-top: 6.25rem;
}

.list_contact .name3 {
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 1.5625rem;
}

.list_contact select {
  width: 24rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #595959;
  font-size: 1rem;
  background: transparent;
  padding: 0 1.375rem;
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 92%;
  /* 移除默认样式（推荐使用） */
}

.list_contact .bottom {
  margin-top: 2.8125rem;
}

.list_contact .bottom p {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.list_contact .bottom .text {
  color: #595959;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.list_contact .bottom .text .dian {
  padding-left: 1.75rem;
  position: relative;
}

.list_contact .bottom .text .dian a {
  color: #595959;
}

.list_contact .bottom .text .dian a:hover {
  color: #1876BF;
}

.list_contact .bottom .text .dian::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0.375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  background: #595959;
}

.list_contact .bottom .text .dian a:hover {
  text-decoration: underline;
}

.list_contact .bottom .text .dian a:hover:hover {
  color: #1876BF;
}

.list_contact .bottom .text .dian a:hover::before {
  background: #1876BF;
}

.list_contact .bottom .text .dian.c:hover {
  color: #1876BF;
}

.list_contact .bottom .text .dian.c::before {
  background: #1876BF;
}

.list_contact .contactus {
  color: #1876BF;
  font-size: 1.25rem;
  text-decoration: underline;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

.register_login_sum {
  background: #F3FAFF;
}

.register_login_sum .content {
  width: 38.4375rem;
  background: #fff;
  padding: 2.0625rem 4.375rem 2.375rem;
  margin: 0 auto;
}

.register_login_sum .content .name {
  color: #222;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
}

.register_login_sum .content .text {
  color: #969696;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.875rem;
  margin-top: 1.125rem;
}

.register_login_sum .content .text a {
  color: #969696;
}

.register_login_sum .content .text a.c {
  color: #1876BF;
}

.register_login_sum .content .text a:hover {
  color: #1876BF;
  text-decoration: underline;
}

.register_login_sum .content .bottom {
  color: #4D4D4D;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  cursor: pointer;
  margin-top: 1.25rem;
  border-top: 1px solid #E3E2E2;
}

.list_input.w100 input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 0 1rem;
  color: #636363;
  font-size: 1rem;
  line-height: 2.8125rem;
  font-weight: 500;
}

.list_input.w100 input::placeholder {
  color: #9F9F9F;
}

.list_input.w100 select {
  width: 100%;
  height: 2.8125rem;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 0 1rem;
  color: #636363;
  font-size: 1rem;
  line-height: 2.8125rem;
  font-weight: 500;
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 95%;
  /* 移除默认样式（推荐使用） */
}

.list_input.w100.tel input {
  padding-left: 3.75rem;
}

.list_input.w100.tel p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.75rem;
  text-align: center;
}

.huoquyzm {
  padding-left: 0;
}

.huoquyzm input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: transparent;
  color: #9F9F9F;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.8125rem;
  font-weight: 500;
}

input:focus {
  border: 1px solid #1876BF !important;
  background: #F5FBFF;
}

.queding_btn {
  width: 100%;
  line-height: 2.8125rem;
  border: none;
  background: #1876BF;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  border: 1px solid #1876BF;
}

.queding_btn.bor {
  background: transparent;
  color: #1876BF;
}

.queding_btn:hover {
  opacity: 0.9;
}

.delcontent,
.subcontent {
  width: 38.4375rem !important;
  border-radius: 1.25rem !important;
}

.delcontent .register_login_sum,
.subcontent .register_login_sum {
  border-radius: 1.25rem !important;
}

.delcontent .layui-layer-ico,
.subcontent .layui-layer-ico {
  background: url(../img/close1.svg) no-repeat;
  width: 3.4375rem !important;
  height: 3.4375rem !important;
  background-position: 0 0 !important;
  top: -2.25rem !important;
  right: -2.25rem !important;
}

.delcontent {
  width: 31.25rem !important;
}

.personal_nav {
  border-bottom: 1px solid #E7E7E7;
  background: #F3FAFF;
  line-height: 3.75rem;
  position: sticky;
  top: 5.625rem;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.personal_nav.active {
  top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.personal_nav ul li {
  padding: 0 2.5rem;
}

.personal_nav ul li img {
  filter: brightness(0);
  opacity: 0.7;
}

.personal_nav ul li.active img,
.personal_nav ul li:hover img {
  filter: brightness(1);
  opacity: 1;
}

.personal_nav ul li.active a,
.personal_nav ul li:hover a {
  color: #1876BF;
}

.personal_nav ul li a {
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 1rem;
  font-weight: 500;
}

.personal_nav ul li a img {
  margin-right: 0.5rem;
  height: 1.25rem;
}

.information .padding {
  width: 50rem;
  margin: 0 auto;
}

.information .padding .name {
  color: #474747;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.information .padding .border_top {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3.4375rem;
}

.information .padding .border_top button {
  color: #FFF;
  font-size: 1.125rem;
  width: 10.25rem;
  line-height: 2.8125rem;
  border-radius: 5px;
  margin-top: 1.25rem;
  background: #1876BF;
  border: 1px solid #1876BF;
}

.information .padding .border_top button:hover {
  opacity: 0.9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.information .padding .list3 label {
  display: flex;
  align-items: center;
}

.information .padding .list3 .tips {
  margin: 0.25rem 0 1.25rem;
  color: #9F9F9F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.radio {
  cursor: pointer;
}

.radio .label {
  display: block;
  position: relative;
  padding-left: 1.625rem;
  box-sizing: border-box;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}

.radio .label.flex {
  display: flex;
  align-items: center;
}

.radio label {
  width: 100%;
}

.radio .label::after {
  content: "";
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 50%;
}

.radio .label::before {
  content: "";
  background: #1876BF;
  border-radius: 50%;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.45rem;
  left: 0.3125rem;
  opacity: 0;
}

.radio label input {
  display: none;
}

.radio label input:checked+.label:after {
  border-color: #1876BF;
}

.radio label input:checked+.label:before {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.radio label input:checked+.label {
  transition: color 0.6s ease;
}

.add_address .btn_login,
.address_list .btn_login {
  width: 13.75rem;
  margin-top: 2.1875rem;
}

.add_address .btn_login:hover,
.address_list .btn_login:hover {
  color: #fff;
}

.address_list .btn_login {
  margin: 0 auto;
  margin-top: 2.1875rem;
}

.address_list .ul {
  margin-top: 2.5rem;
}

.address_list .ul>li {
  border-top: 1px solid #E7E7E7;
  padding: 2.3125rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.address_list .ul>li form {
  width: 100%;
  margin-top: 1.875rem;
  display: none;
}

.address_list .ul>li form.active {
  display: block;
}

.address_list .ul>li .flex {
  display: flex;
  align-items: center;
  margin-top: 0.8125rem;
  justify-content: flex-start;
}

.address_list .ul>li .flex div {
  display: flex;
  align-items: center;
  color: #858585;
  margin-right: 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}

.address_list .ul>li .flex div:hover {
  color: #1876BF;
}

.address_list .ul>li .flex div:last-child {
  margin-right: 0;
}

.address_list .ul>li .flex div .iconfont {
  font-size: 1.25rem;
  display: block;
  position: relative;
  top: -1px;
}

.address_list .ul>li .text {
  color: #4C4948;
  font-size: 1rem;
  line-height: 1.625rem;
}

.address_list .ul>li .left {
  width: 60%;
  padding-right: 8rem;
}

.address_list .ul>li .right {
  width: 40%;
}

.address_list .ul>li .right ul {
  display: flex;
  align-items: center;
}

.address_list .ul>li .right .name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
  margin-bottom: 0.75rem;
}

.address_list .ul>li .right .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  position: relative;
}

.address_list .ul>li .right .circle.active {
  background: #1876BF;
}

.address_list .ul>li .right .circle.active::before {
  content: "\ebe6";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  color: #fff;
}

.address_list .ul>li .right ul li {
  width: 50%;
}

.delcontent.layui-layer .layui-layer-content {
  width: 31.25rem;
  text-align: center;
  padding: 4rem 4rem;
}

.delcontent.layui-layer .text {
  color: #4C4948;
}

.delcontent.layui-layer .btn_more {
  text-align: center;
  padding: 1.5rem 0 0;
}

.delcontent.layui-layer .btn_more .more {
  width: 100%;
  text-align: center;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 999px;
  display: block;
  color: #4C4948;
}

.delcontent.layui-layer .btn_more .more::before {
  display: none;
}

.delcontent.layui-layer .btn_more .more:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.9;
}

.delcontent.layui-layer .btn_more .more:nth-child(1) {
  background: #1876BF;
  border-color: #1876BF;
  margin-bottom: 0.875rem;
  color: #fff;
}

.btn_login_btn {
  color: #FFF;
  font-size: 1.125rem;
  width: 10.25rem;
  line-height: 2.8125rem;
  border-radius: 5px;
  margin-top: 1.25rem;
  background: #1876BF;
  border: 1px solid #1876BF;
  margin: 0 auto;
  cursor: pointer;
}

.btn_login_btn:hover {
  color: #fff;
  opacity: 0.9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.shopping table {
  /* 选中时显示对勾 */
}

.shopping table tr td {
  vertical-align: middle !important;
}

.shopping table tr td a.text {
  font-size: 1.125rem;
}

.shopping table tr td a.text:hover {
  color: #1876BF;
}

.shopping table label {
  display: flex;
  align-items: center;
}

.shopping table label input {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent !important;
  margin-right: 0.625rem;
  opacity: 0;
}

.shopping table .checkmark {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  /* 设置高度 */
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  /* 默认背景色 */
  border-radius: 4px;
  /* 圆角或方角 */
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0.125rem;
  left: 0;
}

.shopping table .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.55rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.shopping table .custom-checkbox input:checked~.checkmark::after {
  display: block;
}

.shopping table input:checked~.checkmark {
  background-color: #1876BF;
  /* 选中时的颜色 */
}

.shopping table .tr1 {
  background: #1876BF;
}

.shopping table .tr1 td {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1.875rem !important;
}

.shopping table .tr1 td div {
  display: flex;
  align-items: center;
}

.shopping table .tr2 td {
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.shopping table .tr2 td .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.shopping table .zkj {
  color: #DE0707 !important;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.shopping table .del {
  cursor: pointer;
}

.shopping .shopping_center {
  display: flex;
  justify-content: flex-end;
  color: #9F9F9F;
  text-align: right;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.25rem 0 2.5rem;
}

.shopping .shopping_center span {
  color: #E88700;
  font-size: 1.5rem;
}

.shopping .shopping_bottom {
  background: rgba(26, 117, 188, 0.1);
  padding: 1.75rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.shopping .shopping_bottom .clearall {
  color: #9F9F9F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.shopping .shopping_bottom .r {
  color: #9F9F9F;
  text-align: right;
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shopping .shopping_bottom .r>div {
  display: flex;
  align-items: center;
}

.shopping .shopping_bottom .r span {
  color: #E88700;
  font-size: 1.5rem;
}

.shopping .shopping_bottom .r button {
  width: 19.25rem;
  line-height: 2.8125rem;
  border-radius: 5px;
  text-align: center;
  border: none;
  background: #1876BF;
  font-size: 1.125rem;
  color: #fff;
  margin-left: 2.1875rem;
}

.shopping .shopping_bottom .r button:hover {
  opacity: 0.9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.shopping .shopping_last {
  color: #9F9F9F;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 2.5rem;
  text-align: justify;
}

.shopping .shopping_last span {
  color: #1876BF;
}

.jiajian {
  border: 1px solid #E5E5E5;
  display: inline-block;
  margin-right: 0.9375rem;
}

.jiajian button {
  width: 2.1875rem;
  line-height: 2.375rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.125rem;
  font-weight: 600;
}

.jiajian>div {
  align-items: center;
}

.jiajian input {
  line-height: 2.375rem;
  width: 3rem;
  text-align: center;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border: none !important;
  padding: 0 !important;
  width: 5rem !important;
}

.jiajian input:focus-visible {
  outline: none;
}

.jiajian input:focus {
  border-top: none !important;
  border-bottom: none !important;
  border-color: #E5E5E5 !important;
  background: transparent;
}

.steps_box {
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.steps {
  --normal-color: #666;
  --active-color: #1876BF;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  counter-reset: order;
}

/* 步骤项 */
.steps>li {
  flex: auto;
  display: inline-flex;
  align-items: center;
  counter-increment: order;
  color: var(--active-color);
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  width: 25%;
}

.steps>li:last-child {
  flex: none;
}

/* 步骤编号(带圈数字) */
.steps>li.active::after {
  background: #1876BF;
}

.steps>li.done::after {
  background: #E7E7E7;
}

.steps>li.done::before {
  color: #4C4948;
  background: #F9F9F9;
}

.steps>li::before {
  content: counter(order);
  flex-shrink: 0;
  margin-right: 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #E7E7E7;
  background: #1876BF;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  color: #fff;
  z-index: 9;
}

/* 步骤项引导线 */
.steps>li::after {
  content: '';
  flex: 1;
  margin: 0 1em;
  background: #1876BF;
  position: absolute;
  top: 0.75rem;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 2px;
}

/* 步骤状态 */
.steps>.active {
  color: var(--active-color);
}

.steps>.active::before {
  color: #fff;
  background: var(--active-color);
  border-color: var(--active-color);
}

.steps>.active::after,
.steps>.active~li {
  color: var(--normal-color);
}

.two {
  color: #1A75BC;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.two .continu {
  display: flex;
  align-items: center;
  color: #1876BF;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.two .continu:hover {
  text-decoration: underline;
}

.two .iconfont {
  font-size: 1rem;
  margin-right: 0.625rem;
}

.two .list4.list .name {
  border-bottom: none;
  margin-bottom: 0;
}

.two .list:not(:last-child) {
  margin-bottom: 2.5rem;
}

.two .list .name {
  color: #474747;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.375rem;
}

.two .list .text {
  font-weight: 500;
}

.two .list .text p {
  color: #565656;
}

.two .list .text.text2 {
  margin-top: 1.25rem;
}

.two .list .radio .label::after {
  top: 0.46rem;
}

.two .list .radio .label::before {
  top: 0.75rem;
}

.two .list .add_address {
  color: #1A75BC;
  font-size: 1rem;
  line-height: 1.875rem;
  cursor: pointer;
  font-weight: 500;
  margin-top: 0.5rem;
}

.two .list.list3 ul {
  display: flex;
  align-items: center;
}

.two .list.list3 ul li {
  display: flex;
  align-items: center;
  color: #565656;
  font-size: 1rem;
  line-height: 2.8125rem;
  width: 30%;
}

.two .list.list3 ul li.active span::before {
  display: block;
}

.two .list.list3 ul li span {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.625rem;
  border-radius: 0.3125rem;
  position: relative;
}

.two .list.list3 ul li span::before {
  content: "";
  position: absolute;
  display: none;
  left: 0.55rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #1876BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.two .list.list3 .sum {
  margin-top: 1.5rem;
}

.two .list.list3 .sum>div {
  display: none;
  padding: 1.6875rem 1.875rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #9F9F9F;
  font-size: 1rem;
  line-height: 2.1875rem;
}

.two .list.list3 .sum>div.active {
  display: block;
}

.two .modify_popup,
.two .login_out {
  color: #474747;
  font-size: 1.125rem;
}

.two .modify_popup:hover,
.two .login_out:hover {
  color: #1876BF;
}

.two .list.list2 ul li {
  display: flex;
  justify-content: space-between;
}

.two .list.list2 ul li .modify_popup {
  white-space: nowrap;
}

.three .text {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  color: #565656;
  font-size: 1.125rem;
  line-height: 2.8125rem;
}

.three .text div {
  color: #474747;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.three .text div p {
  color: #1876BF;
  font-size: 1.875rem;
}

.three .btn_login_btn {
  width: 19.25rem;
  line-height: 2.8125rem;
  margin: 2.8125rem 0 0;
}

.order .list {
  margin-top: 2.8125rem;
}

.order .list .name {
  color: #474747;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.375rem;
}

.order .row_sum {
  font-size: 1rem;
  line-height: 2.1875rem;
}

.order .row_sum .flex p {
  width: 11.125rem;
  color: #4D4D4D;
}

.order .row_sum .flex div {
  width: calc(100% - 11.125rem);
  color: #9F9F9F;
}

.myorder .shopping>div {
  height: 0;
  overflow: hidden;
}

.myorder .shopping>div.active {
  height: auto;
}

.myorder .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.125rem;
  margin-top: 2.5rem;
}

.myorder .top .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.myorder .top .right p {
  color: #9F9F9F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-right: 1.5rem;
}

.myorder .top .right form {
  display: flex;
}

.myorder .top .right form>.pr {
  width: calc(100% - 7.8125rem - 1.5rem);
  margin-left: 1.5rem;
  width: 18.3125rem;
}

.myorder .top .right form>.pr input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 2.8125rem;
  border-radius: 3.125rem;
  padding-left: 3rem;
}

.myorder .top .right form>.pr button {
  position: absolute;
  top: 0%;
  right: 0;
  width: 5.625rem;
  line-height: 2.8125rem;
  background: #1876BF;
  text-align: center;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: none;
}

.myorder .top .right form>.pr .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.5rem;
  text-align: center;
  font-size: 1rem;
  color: #9F9F9F;
}

.myorder .top .right select {
  border-radius: 1.875rem;
  width: 7.8125rem;
  line-height: 2.8125rem;
  height: 2.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5625rem;
  color: #9F9F9F;
  font-size: 1rem;
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 92%;
}

.myorder .top ul {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

.myorder .top ul li {
  color: #474747;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
}

.myorder .top ul li:not(:last-child) {
  margin-right: 3.125rem;
}

.myorder .top ul li::before {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.myorder .top ul li:hover,
.myorder .top ul li.active {
  color: #1876BF;
}

.myorder .top ul li:hover::before,
.myorder .top ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.myorder .flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.myorder .name_pr:hover .hover {
  display: block;
}

.myorder .name_pr .c1 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.myorder .name_pr .c1 .iconfont {
  font-size: 0.875rem;
  margin-left: 0.375rem;
}

.myorder .name_pr .hover {
  position: absolute;
  bottom: 100%;
  left: -30%;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  background: #FFF;
  width: 18rem;
  padding: 0.9375rem 0.8125rem 1.4375rem 1.3125rem;
  display: none;
  z-index: 9;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.myorder .chakan {
  position: relative;
  width: 6.6875rem;
}

.myorder .chakan:hover ul {
  display: block;
}

.myorder .chakan ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.625rem 0;
  z-index: 9;
  text-align: center;
  display: none;
  border: 1px solid #f5f5f5;
}

.myorder .chakan ul li {
  color: #727272;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.myorder .chakan ul li:hover a {
  color: #1876BF;
}

.myorder .chakan ul li a {
  color: #727272;
}

.myorder .btnn {
  width: 6.6875rem;
  line-height: 2.8125rem;
  background: #1876BF;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.3125rem;
  cursor: pointer;
}

.myorder .btnn:not(:first-child) {
  margin-left: 1.25rem;
}

.myorder .btnn .iconfont {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #fff;
}

.channel_product .l a {
  transition: all .5s;
}

.channel_product .l a>img {
  transition: all .5s;
}

.channel_product .l a>img:hover {
  transform: scale(1.1);
  transition: all .5s;
}

.channel_product {
  background: #F3FAFF;
}

.channel_product .left {
  padding-right: 2.5rem;
}

.channel_product .left .ul1 li {
  line-height: 4rem;
  border-bottom: 1px solid #E5E5E5;
}

.channel_product .left .ul1 li.active a::before,
.channel_product .left .ul1 li:hover a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_product .left .ul1 li.active a div,
.channel_product .left .ul1 li:hover a div {
  color: #fff;
  transform: translateX(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_product .left .ul1 li a {
  align-items: center;
  display: flex;
  padding: 0 1.5625rem;
  position: relative;
  z-index: 9;
}

.channel_product .left .ul1 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #1876BF;
  z-index: -1;
  opacity: 0;
  border-radius: 0.625rem;
}

.channel_product .left .ul1 li a .iconfont {
  font-size: 1.125rem;
  color: #fff;
  transform: translateX(-0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_product .left .ul1 li a div {
  width: calc(100% - 1.5rem);
  padding-right: 1rem;
  color: #4D4D4D;
  font-size: 1.125rem;
}

.channel_product .left .ul1 li a .iconfont {
  width: 1.5rem;
}

.channel_product .left .name {
  color: #222;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.125rem;
  border-bottom: 0.1875rem solid #1876BF;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.channel_product .left .n {
  color: #4D4D4D;
  font-size: 1rem;
  line-height: 1.5rem;
}

.channel_product .left .ul2 li {
  border-bottom: 1px solid #E5E5E5;
}

.channel_product .left .ul2 li:nth-child(1),
.channel_product .left .ul2 li:nth-child(2),
.channel_product .left .ul2 li:nth-child(3) {
  margin-bottom: 1rem;
  border: none;
}

.channel_product .left .ul2 li:hover a {
  color: #1876BF;
}

.channel_product .left .ul2 li .w100 {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.channel_product .left .ul2 li a {
  display: flex;
}

.channel_product .left .ul2 li a .l {
  width: 7.5rem;
}

.channel_product .left .ul2 li a .l .over,
.channel_product .left .ul2 li a .l .over img {
  border-radius: 0.625rem;
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.channel_product .left .ul2 li a .r {
  width: calc(100% - 7.5rem);
  padding-left: 1.125rem;
}

.channel_product .right {
  padding-left: 0;
}

.channel_product .right .ul3>li {
  margin-bottom: 4rem;
}

.channel_product .right .name {
  color: #1C1C1C;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-top: 1.875rem;
}

.channel_product .right .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.5rem 0 1.25rem;
}

.channel_product .right .top:hover .over img {
  transform: scale(1.1);
}

.channel_product .right .top:hover .name {
  color: #1876BF;
}

.channel_product .right .bot {
  margin-top: 1rem;
}

.channel_product .right .bot li:hover a {
  color: #1876BF;
}

.channel_product .right .bot li:hover a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_product .right .bot li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #404040;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.5rem 0;
  position: relative;
  padding-left: 1.5625rem;
}

.channel_product .right .bot li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(24, 118, 191, 0.3);
}

.channel_product .right .bot li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1876BF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product {
  background: #F3FAFF;
}

.list_product .right {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.list_product .left {
  padding-right: 1.875rem;
}

.list_product .text {
  font-size: 1.125rem;
  text-align: justify;
  margin: 2.5rem 0;
}

.list_product_two .font34 {
  color: #1C1C1C;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 3.375rem;
  margin-bottom: 1.875rem;
}

.list_product_two .list:not(:last-child) {
  margin-bottom: 5rem;
}

.list_product_two .list1 .ul1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5625rem;
}

.list_product_two .list1 .ul1 li {
  max-width: 33.3%;
  padding: 0 1.5625rem;
}

.list_product_two .list1 .ul1 li:not(:last-child) {
  border-right: 1px solid rgba(24, 118, 191, 0.3);
}

.list_product_two .list1 .ul1 li .name {
  color: #404040;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.list_product_two .list1 .ul1 li .dian {
  padding-left: 1.4375rem;
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  position: relative;
  text-align: justify;
}

.list_product_two .list1 .ul1 li .dian:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_product_two .list1 .ul1 li .dian::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #1876BF;
}

.list_product_two .list2 .ul2 {
  display: flex;
  flex-wrap: wrap;
}

.list_product_two .list2 .ul2 li {
  max-width: 25%;
  flex: 1 0 0;
}

.list_product_two .list2 .ul2 li .over,
.list_product_two .list2 .ul2 li .over img {
  border-radius: 0.625rem;
}

.list_product_two .list2 .ul2 li .name {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5625rem 0 0.25rem;
}

.list_product_two .list2 .ul2 li .text {
  color: #818181;
  font-size: 1.125rem;
  text-align: justify;
}

.list_product_two .list3 .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.list_product_two .list3 .text .dian {
  padding-left: 1.5rem;
  position: relative;
}

.list_product_two .list3 .text .dian::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0.375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  background: #818181;
}

.about_pro {
  background: #F3FAFF;
}

.about_pro ul.row {
  margin-top: 2.1875rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.about_pro ul.row li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.about_pro ul.row li:hover a {
  box-shadow: 0px 0px 1rem 10px rgba(24, 118, 191, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro ul.row li:hover a .name {
  color: #1876BF;
}

.about_pro ul.row li a {
  padding: 2.5rem 3.4375rem 3.75rem;
  border-radius: 0.625rem;
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro ul.row li a .name {
  color: #404040;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.about_pro ul.row li a .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
}

.show_product {
  background: #F3FAFF;
}

.show_product .left ul {
  margin: 2.1875rem 0 2.5rem;
}

.show_product .left ul li {
  display: flex;
}

.show_product .left ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.show_product .left ul li p {
  width: 3.75rem;
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.show_product .left ul li .text {
  color: #818181;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.show_product .left ul li .text span {
  border-radius: 0.3125rem;
  border: 1px solid #E5E5E5;
  padding: 0 0.875rem;
  line-height: 2.1875rem;
  color: #818181;
  font-size: 1rem;
  display: inline-block;
}

.show_product .left ul li .text span:not(:last-child) {
  margin-right: 0.875rem;
}

.show_product .left ul li>div {
  width: calc(100% - 3.75rem);
}

.show_product .left ul li .price {
  color: #DE0707;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.show_product .left ul li .jiajian {
  border-radius: 0.3125rem;
}

.show_product .left ul li .jiajian input {
  background: transparent;
}

.show_product .left .flex {
  justify-content: flex-start;
}

.show_product .left .flex button {
  width: 9.125rem;
  text-align: center;
  line-height: 3.4375rem;
  border: 1px solid #1876BF;
  border-radius: 3.125rem;
  color: #1876BF;
  font-size: 1rem;
  background: transparent;
  font-weight: 500;
  margin-right: 1.25rem;
}

.show_product .left .flex button:hover {
  background: #1876BF;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan {
  border-top: 1px solid rgba(24, 118, 191, 0.3);
  border-bottom: 1px solid rgba(24, 118, 191, 0.3);
  margin-bottom: 4rem;
  position: sticky;
  top: 5.625rem;
  background: #fff;
  z-index: 99;
}

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

.qiehuan ul li {
  flex: 1;
  line-height: 5rem;
  color: #7D7D7D;
  text-align: center;
  font-size: 1.375rem;
  cursor: pointer;
}

.qiehuan ul li:not(:last-child) {
  border-right: 1px solid rgba(24, 118, 191, 0.3);
}

.qiehuan ul li.active {
  background: #1876BF;
  color: #fff;
  text-align: center;
}

.qiehuan ul li.active:hover {
  color: #fff;
}

.qiehuan ul li:hover {
  color: #1876BF;
}

.show_product_two .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_two .text strong {
  color: #2B2B2B;
  font-size: 1.5rem;
}

.show_product_two .sum>div {
  height: 0;
  overflow: hidden;
}

.show_product_two .sum>div.active {
  height: auto;
}

.show_product_two .div2 ul {
  border-top: 1px solid rgba(24, 118, 191, 0.15);
}

.show_product_two .div2 ul li {
  border-bottom: 1px solid rgba(24, 118, 191, 0.15);
}

.show_product_two .div2 ul li.active .top .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #1876BF;
}

.show_product_two .div2 ul li.active .top div {
  color: #1876BF;
}

.show_product_two .div2 ul li .top {
  display: flex;
  align-items: center;
  height: 5rem;
}

.show_product_two .div2 ul li .top div {
  width: calc(100% - 1.5rem);
  color: #818181;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.show_product_two .div2 ul li .top .iconfont {
  font-size: 1.25rem;
  width: 1.5rem;
}

.show_product_two .div2 ul li .bot {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 2rem;
  display: none;
}

.show_product_two .div3 .name {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.875rem;
}

.show_product_two .div3 .ul li:hover {
  background: #F3FAFF;
}

.show_product_two .div3 .ul li:hover a {
  color: #1876BF;
}

.show_product_two .div3 .center {
  margin-top: 4rem;
}

.show_product_two .div3 .center .text {
  color: #838383;
  font-size: 1.125rem;
  line-height: 3.25rem;
  font-weight: 500;
}

.show_product_two .div3 button {
  width: 7.5rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #1876BF;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  border: none;
  margin-top: 1.875rem;
}

.show_product_two .div3 button:hover {
  opacity: 0.9;
}

.show_product_two .div3 .name2 {
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.show_product_two .div3 .name2 span {
  color: #D21111;
}

.show_product_two .div3 form input {
  width: 100%;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.125rem;
}

.show_product_two .div4 .ul li:hover {
  background: #F3FAFF;
}

.show_product_two .div4 .ul li:hover a {
  color: #1876BF;
}

.table-responsive {
  padding-bottom: 3rem;
}

.all_button {
  border: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
}

.all_button p {
  color: #FFF !important;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.all_button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #25B2B1;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.all_button::after {
  content: '';
  padding: 0 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #25B2B1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.all_button:hover {
  cursor: pointer;
}

.all_button:hover p {
  color: #25b2b1 !important;
}

.all_button:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.all_button:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.all_form .input_box.readonly input {
  background: #F1F3F5;
}

.all_form .input_box {
  width: 100%;
  position: relative;
  padding-bottom: 1.25rem;
}

.all_form .input_box .uploadImageList {
  display: flex;
  flex-wrap: wrap;
}

.all_form .input_box .uploadImageList .image {
  width: 22%;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0.625rem;
}

.all_form .input_box p {
  color: #353535;
  font-size: 0.875rem;
  font-weight: 700;
}

.all_form .input_box p span {
  color: #F70B0B;
  font-size: 0.875rem;
  font-weight: 500;
}

.all_form .input_box input {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
}

.all_form .input_box select {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.all_form .input_box a {
  color: #8F8F8F;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.all_form .input_box .inptxt p {
  color: #0AA0AF;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
  margin-top: 0.625rem;
}

.all_form .input_box .upload_group {
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  position: relative;
  height: 8.3125rem;
  margin-top: 0.8125rem;
}

.all_form .input_box .upload_group .file-upload-button {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all_form .input_box .upload_group .file-upload-button .p1 {
  color: #575757;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

.all_form .input_box .upload_group .file-upload-button .p2 {
  color: #BFBFBF;
  font-size: 0.875rem;
  font-weight: 400;
}

.all_form .input_box .upload_group input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.all_form .input_box .upload_group2 {
  border-radius: 0.625rem;
  border: 1px solid rgba(143, 143, 143, 0.3);
  background: #FFF;
  position: relative;
  height: 3rem;
  margin-top: 0.8125rem;
}

.all_form .input_box .upload_group2 .file-upload-button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 1.25rem;
}

.all_form .input_box .upload_group2 .file-upload-button .p2 {
  color: #BFBFBF;
  font-size: 0.875rem;
  font-weight: 400;
}

.all_form .input_box .upload_group2 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.all_form .input_box .inpp {
  position: relative;
}

.all_form .input_box .inpp #sendbutton {
  position: absolute;
  right: 0.9375rem;
  top: 0;
  color: #0AA0AF;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 1px solid #DEDEDE;
  padding-left: 0.9375rem;
  border: unset;
  background: unset;
  width: 15%;
  /*height: auto;*/
}

.all_form .input_box .inpp .active {
  display: block;
}

.all_form .input_box .inpp u {
  position: absolute;
  right: 0.9375rem;
  top: 1.25rem;
  width: 1.375rem;
  display: none;
}

.all_form .input_box .inpp i {
  position: absolute;
  right: 0.9375rem;
  top: 1.5625rem;
  font-size: 1rem;
  color: #dedede;
}

.all_form .input_box .inpp p {
  position: absolute;
  right: 0.9375rem;
  top: 1.5625rem;
  color: #0AA0AF;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 1px solid #DEDEDE;
  padding-left: 0.9375rem;
}

.red {
  background: #fff !important;
}

#dr_linkage_city_select>label:nth-last-child(2) {
  padding-right: 0 !important;
}

#dr_linkage_city_select>label:last-child {
  padding-right: 0 !important;
}

#dr_linkage_city_select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#dr_linkage_city_select>label {
  width: 33.3%;
  display: block;
  margin-bottom: 0 !important;
}

.form-control:focus {
  box-shadow: none;
}