@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "RanyLight";
  src: url("../font/Rany-Light.ttf") format("truetype");
}
@font-face {
  font-family: "RanyBold";
  src: url("../font/Rany-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("../font/Rany-Medium.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.on,
body.on {
  overflow: hidden;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d80c18;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 73%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font35 {
  font-size: 0.35rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 38px;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font56 {
  font-size: 0.56rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
.font50 {
  font-size: 0.5rem;
}
.font60 {
  font-size: 0.6rem;
}
.font34 {
  font-size: 34px;
}
.font22 {
  font-size: 22px;
}
.font32 {
  font-size: 32px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font17 {
    font-size: 16px;
  }
  .font20,
  .font24,
  .font22 {
    font-size: 18px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 24px;
  }
  .font36,
  .font34,
  .font35,
  .font32 {
    font-size: 26px;
  }
  .font48,
  .font44,
  .font46,
  .font38,
  .font42 {
    font-size: 32px;
  }
  .font40 {
    font-size: 30px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
  .font44,
  .font38,
  .font42,
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d80c18;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.x-public-a {
  display: inline-flex;
  align-items: center;
}
.x-public-a:hover i {
  transform: scale(0.8);
}
.x-public-a span {
  color: #ed6c00;
}
.x-public-a i {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #ed6c00;
  margin-left: 0.15rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.x-public-a i svg {
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #fff;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #d80c18;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #d80c18;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #d80c18;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  max-width: 1766px;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header .x-ri-con {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#c-header .x-ri-con .x-con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#c-header .x-ri-con .x-le {
  width: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: 0.6s all;
}
#c-header .x-ri-con .x-le.on {
  transform: translateX(0);
}
#c-header .x-ri-con .x-le .x-img {
  width: 100%;
  height: 100%;
}
#c-header .x-ri-con .x-le .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header .x-ri-con .x-ri {
  width: 50%;
  padding: 1.4rem 2.1rem 0.2rem 1.3rem;
  background-color: #fff;
  transform: translateX(50%);
  transition: 0.6s all;
}
#c-header .x-ri-con .x-ri.on {
  transform: translateX(0);
}
#c-header .x-ri-con .x-ri ul li {
  line-height: initial;
  text-align: left;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f2f2;
}
#c-header .x-ri-con .x-ri ul li .x-title a {
  display: inline-block;
  color: #333333;
}
#c-header .x-ri-con .x-ri ul li .x-a a {
  color: #666666;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  transition: 0.3s all;
}
#c-header .x-ri-con .x-ri ul li .x-a a:hover {
  color: #ed6c00;
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.25rem;
  }
}
#c-header.onn {
  transition: initial;
  top: 0;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.42rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 0.6rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1367px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li a {
    font-size: 12px;
  }
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d80c18;
  transition: 0.3s;
}
#c-header .c-nav > li .x-ul-a {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  padding: 0.55rem 0 0.75rem 0;
}
#c-header .c-nav > li .x-ul-a .x-con {
  width: 92%;
  max-width: 1766px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le {
  width: 11.32%;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p {
  line-height: initial;
  position: relative;
  padding: 0.14rem 0;
  cursor: pointer;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p:first-child {
  padding-top: 0;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p.on a {
  color: #ed6c00;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p.on::before {
  width: 100%;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p.on svg {
  opacity: 1;
  transform: translateY(-50%) translateX(0) rotate(-90deg);
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p a {
  color: #333333;
  font-weight: bold;
  transition: 0.3s all;
  text-align: left;
  padding-right: 15px;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p svg {
  display: inline-block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-5px) rotate(-90deg);
  opacity: 0;
  transition: 0.3s all;
}
#c-header .c-nav > li .x-ul-a .x-con .x-le .x-p svg path {
  fill: #ed6c00;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri {
  width: 88.68%;
  padding-left: 0.6rem;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a.on {
  display: flex;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a {
  display: block;
  width: 17.33%;
  margin-right: 3.3375%;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a:nth-of-type(5n) {
  margin-right: 0;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a:hover p {
  color: #ed6c00;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a::before {
  display: none;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a .public-img::before {
  padding-top: 100%;
}
#c-header .c-nav > li .x-ul-a .x-con .x-ri .x-a a p {
  line-height: initial;
  color: #333333;
  padding: 0.15rem;
}
#c-header .c-nav > li .x-ul-b {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  padding: 0.55rem 0 0.75rem 0;
}
#c-header .c-nav > li .x-ul-b .x-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 78.3%;
  max-width: 1500px;
  margin: 0 auto;
}
#c-header .c-nav > li .x-ul-b .x-con a {
  display: block;
  width: 17.33%;
  margin-right: 3.3375%;
}
#c-header .c-nav > li .x-ul-b .x-con a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-nav > li .x-ul-b .x-con a:hover p {
  color: #ed6c00;
}
#c-header .c-nav > li .x-ul-b .x-con a:nth-of-type(5n) {
  margin-right: 0;
}
#c-header .c-nav > li .x-ul-b .x-con a p {
  font-weight: bold;
  color: #333333;
  line-height: initial;
  padding: 0.15rem 0;
  transition: 0.3s all;
}
#c-header .c-nav .x-li-c {
  position: relative;
}
#c-header .c-nav .x-li-c a {
  text-align: left;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 101%;
  left: 0;
  display: none;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 0.15rem 0.3rem 0 0.3rem;
}
#c-header .c-nav ul.x-ul-c {
  min-width: 3.45rem;
  left: -0.3rem;
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
  line-height: 0.7rem;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
  display: flex;
  align-items: center;
}
#c-header .c-nav ul li a svg {
  margin-left: 0.1rem;
  transform: translateX(-5px) rotate(-90deg);
  display: inline-block;
  width: 8px;
  height: 6px;
  opacity: 0;
  transition: 0.3s all;
}
#c-header .c-nav ul li a svg path {
  fill: #ed6c00;
}
#c-header .c-nav ul li a:hover {
  color: #ed6c00;
}
#c-header .c-nav ul li a:hover svg {
  transform: translateX(0) rotate(-90deg);
  opacity: 1;
}
#c-header .c-nav ul li a:hover:before {
  width: 0;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #d80c18;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #d80c18 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #d80c18;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-ads {
  min-width: 1.6rem;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(to right, #d80c18, #ed6c00);
  padding: 0 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.48rem;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-ads {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-ads {
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn .x-ads {
    display: none !important;
  }
}
#c-header .c-gn .x-ads i {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 0.08rem;
}
#c-header .c-gn .x-ads i img,
#c-header .c-gn .x-ads i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-gn .x-ads i img path,
#c-header .c-gn .x-ads i svg path {
  fill: #fff;
}
#c-header .c-gn .x-ads span {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  #c-header .c-gn form {
    display: none;
  }
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #d80c18 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0.66rem 2rem;
  border-top: 1px solid #f2f2f2;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
  font-weight: bold;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  cursor: pointer;
}
#c-header .c-gn form .c-box button svg {
  display: inline-block;
  width: 0.38rem;
  height: 0.3rem;
}
#c-header .c-gn form .c-box button svg path {
  fill: #cccccc;
}
#c-header .c-gn .x-lang {
  margin: 0 0.66rem 0 0.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-lang {
    margin: 0 0.3rem 0 0.3rem;
  }
}
#c-header .c-gn .x-lang span {
  color: #333;
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-lang span svg {
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 0.1rem;
}
#c-header .c-gn .x-lang span svg path {
  fill: #333;
}
#c-header .c-gn .x-lang .x-lang-a {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  display: none;
  line-height: initial;
  padding-top: 0.1rem;
}
#c-header .c-gn .x-lang .x-lang-a a {
  display: block;
  padding: 0 0.1rem 0.1rem 0.1rem;
  transition: 0.3s all;
  color: #333;
}
#c-header .c-gn .x-lang .x-lang-a a:last-child {
  padding-top: 0;
}
#c-header .c-gn .x-lang .x-lang-a a:hover {
  color: #ed6c00;
}
#c-header .c-gn .x-pc-sw {
  position: relative;
  width: 30px;
  height: 16px;
  cursor: pointer;
  z-index: 903;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-pc-sw {
    display: none;
  }
}
#c-header .c-gn .x-pc-sw.on {
  transform: rotate(90deg);
}
#c-header .c-gn .x-pc-sw i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  transition: all 0.3s;
}
#c-header .c-gn .x-pc-sw i:nth-child(1) {
  top: 0;
}
#c-header .c-gn .x-pc-sw i:nth-child(3) {
  bottom: 0;
}
#c-header .c-gn .x-pc-sw i:nth-child(2) {
  width: 22px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  position: relative;
}
.c-home-banner .swiper-slide .x-img {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-slide .x-img .c-pc,
.c-home-banner .swiper-slide .x-img .c-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .swiper-slide .x-img .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .x-img .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .x-img .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  z-index: 3;
}
.c-home-banner .swiper-slide .x-text .x-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.c-home-banner .swiper-slide .x-text .x-title span {
  display: inline-block;
  background: #ed6c00;
  background-image: linear-gradient(98deg, #df0615, #ed6c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-home-banner .swiper-slide .x-text .x-p {
  color: #fff;
  margin-top: 0.3rem;
}
.c-home-banner .swiper-pagination {
  right: 0.5rem;
  left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 6px;
  height: 100%;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  transition: 0.3s all;
  margin: 5px 0;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 0.8;
  height: 40px;
  border-radius: 40px;
}
.x-index1 {
  background-color: #f5f5f5;
  padding-bottom: 1.4rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index1 {
    padding-bottom: 1rem;
  }
}
.x-index1 .x-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-index1 .x-con .x-left {
  width: 22.39%;
  height: 7.45rem;
  padding: 1rem 0.2rem 0.2rem 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: 0;
}
@media (max-width: 1260px) {
  .x-index1 .x-con .x-left {
    padding: 0.6rem 0.2rem 0.2rem 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-left {
    width: 100%;
    height: auto;
    position: initial;
    padding: 0.4rem;
  }
}
.x-index1 .x-con .x-left .x-title {
  font-weight: bold;
  color: #fff;
}
.x-index1 .x-con .x-left ul {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-left ul {
    margin-top: 0.4rem;
  }
}
.x-index1 .x-con .x-left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
  cursor: pointer;
}
.x-index1 .x-con .x-left ul li.on span {
  font-size: 22px;
}
@media (max-width: 1260px) {
  .x-index1 .x-con .x-left ul li.on span {
    font-size: 18px;
  }
}
.x-index1 .x-con .x-left ul li.on span::before {
  width: 100%;
}
.x-index1 .x-con .x-left ul li svg {
  display: inline-block;
  width: 0.55rem;
  height: auto;
}
.x-index1 .x-con .x-left ul li span {
  color: #fff;
  display: inline-block;
  margin-left: 0.25rem;
  position: relative;
  line-height: 1.1;
  transition: 0.3s all;
}
.x-index1 .x-con .x-left ul li span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
.x-index1 .x-con .x-right {
  width: 77.61%;
  padding-right: 1.2rem;
  display: none;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-right {
    width: 100%;
    padding-right: 0;
    padding: 0.4rem;
  }
}
.x-index1 .x-con .x-right.on {
  display: block;
}
.x-index1 .x-con .x-right ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-index1 .x-con .x-right ul li {
  width: 50%;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-right ul li {
    border-right: 1px solid #e6e6e6;
    width: 100%;
  }
}
.x-index1 .x-con .x-right ul li:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
}
.x-index1 .x-con .x-right ul li:nth-of-type(2) {
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-right ul li:nth-of-type(2) {
    border-top: none;
  }
}
.x-index1 .x-con .x-right ul li:nth-of-type(2n) {
  border-right: 1px solid #e6e6e6;
}
.x-index1 .x-con .x-right ul li:last-child {
  border-right: 1px solid #e6e6e6;
}
.x-index1 .x-con .x-right ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .x-right ul li a {
    padding-bottom: 0.2rem;
  }
}
.x-index1 .x-con .x-right ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-index1 .x-con .x-right ul li a:hover .x-text .x-a .x-public-a span {
  opacity: 1;
  transform: translateX(0);
}
.x-index1 .x-con .x-right ul li a:hover .x-text .x-a .x-public-a i {
  transform: scale(1);
  background-color: #ed6c00;
}
.x-index1 .x-con .x-right ul li a:hover .x-text .x-a .x-public-a i svg {
  opacity: 1;
}
.x-index1 .x-con .x-right ul li a .public-img {
  width: 43.85%;
}
.x-index1 .x-con .x-right ul li a .public-img::before {
  padding-top: 100%;
}
.x-index1 .x-con .x-right ul li a .x-text {
  width: 56.15%;
  margin-top: 0.9rem;
}
.x-index1 .x-con .x-right ul li a .x-text .x-title {
  font-weight: bold;
  color: #333;
  padding-right: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-right ul li a .x-text .x-title {
    font-size: 18px;
  }
}
.x-index1 .x-con .x-right ul li a .x-text .x-p {
  color: #333;
  line-height: 1.6;
  margin: 0.1rem 0 0.26rem 0;
  padding-right: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.8em;
}
.x-index1 .x-con .x-right ul li a .x-text .x-a {
  text-align: right;
  margin-right: 0.2rem;
}
.x-index1 .x-con .x-right ul li a .x-text .x-a .x-public-a span {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all;
}
.x-index1 .x-con .x-right ul li a .x-text .x-a .x-public-a i {
  transform: scale(0.2);
  background-color: #e6e6e6;
}
.x-index1 .x-con .x-right ul li a .x-text .x-a .x-public-a i svg {
  opacity: 0;
}
@keyframes dh1 {
  0% {
    width: 0;
    right: auto;
    left: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.x-index2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 1.4rem 0;
}
.x-index2 .container .x-top .x-title {
  font-weight: bold;
  color: #121826;
  display: inline-block;
  position: relative;
}
.x-index2 .container .x-top .x-title p {
  opacity: 0;
  transition-delay: 0.3s;
}
.x-index2 .container .x-top .x-title.on p {
  opacity: 1;
}
.x-index2 .container .x-top .x-title.on::before {
  animation: dh1 0.5s linear forwards;
}
.x-index2 .container .x-top .x-title::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #df0615;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
}
.x-index2 .container .x-top .x-title span {
  color: #df0615;
}
.x-index2 .container .x-top .x-p {
  width: 6.95rem;
  text-align: justify;
  line-height: 1.8;
  margin: 0.3rem 0 0.4rem 0;
}
@media (max-width: 991px) {
  .x-index2 .container .x-top .x-p {
    width: 100%;
  }
}
.x-index2 .container .x-xia {
  width: 6.9rem;
  margin-left: auto;
}
.x-index2 .container .x-xia ul li {
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem 0 0.1rem 0;
}
.x-index2 .container .x-xia ul li:first-child {
  padding-top: 0.7rem;
}
.x-index2 .container .x-xia ul li .x-sp1 {
  color: #121826;
}
.x-index2 .container .x-xia ul li .x-ri {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  width: 4.7rem;
}
.x-index2 .container .x-xia ul li .x-ri.on .x-sp2 {
  opacity: 1;
}
.x-index2 .container .x-xia ul li .x-ri.on::before {
  animation: dh1 0.5s linear forwards;
}
.x-index2 .container .x-xia ul li .x-ri::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #df0615;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
}
.x-index2 .container .x-xia ul li .x-ri .x-sp2 {
  font-size: 1.4rem;
  color: #df0615;
  line-height: 0.8;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  opacity: 0;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia ul li .x-ri .x-sp2 {
    font-size: 1.2rem;
  }
}
.x-index2 .container .x-xia ul li .x-ri .x-sp2 i {
  font-style: initial;
}
.x-index2 .container .x-xia ul li .x-ri .x-sp3 {
  font-weight: bold;
  color: #df0615;
  display: inline-block;
  margin-left: 5px;
}
.x-index3 {
  padding: 1.2rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .x-index3 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-index3 .container .x-title {
  font-weight: bold;
}
.x-index3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.25rem -0.2rem -0.4rem;
}
.x-index3 .container ul li {
  width: 33.33%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .x-index3 .container ul li {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.x-index3 .container ul li a {
  display: block;
  transition: 0.3s all;
  position: relative;
}
.x-index3 .container ul li a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: -1;
  transition: 0.6s all;
}
.x-index3 .container ul li a:hover::before {
  height: 100%;
}
.x-index3 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-index3 .container ul li a:hover .x-text .x-sp {
  color: #ed6c00;
}
.x-index3 .container ul li a:hover .x-text .x-bot i {
  background-color: #ed6c00;
}
.x-index3 .container ul li a:hover .x-text .x-bot i svg path {
  fill: #fff;
}
.x-index3 .container ul li a .public-img::before {
  padding-top: 61.75%;
}
.x-index3 .container ul li a .x-text {
  margin-top: 0.25rem;
}
.x-index3 .container ul li a .x-text .x-sp {
  color: #df0615;
  padding-left: 0.3rem;
  transition: 0.3s all;
}
.x-index3 .container ul li a .x-text .x-title2 {
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
  margin: 0.1rem 0 1.1rem 0;
  padding: 0 0.4rem 0 0.3rem;
}
@media (max-width: 767px) {
  .x-index3 .container ul li a .x-text .x-title2 {
    margin-bottom: 0.3rem;
  }
}
.x-index3 .container ul li a .x-text .x-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.18rem 0.2rem 0.18rem 0.3rem;
  background-color: #fafafa;
}
.x-index3 .container ul li a .x-text .x-bot span {
  color: #999;
}
.x-index3 .container ul li a .x-text .x-bot i {
  width: 32px;
  height: 32px;
  border: 1px solid #ed6e03;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
}
.x-index3 .container ul li a .x-text .x-bot i svg {
  display: inline-block;
  width: 8px;
  height: 12px;
}
.x-index3 .container ul li a .x-text .x-bot i svg path {
  transition: 0.3s all;
}
.x-index4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.78rem 0 0.7rem 0;
}
.x-index4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.x-index4 .container .x-title {
  color: #121826;
  font-weight: bold;
}
.x-index4 .container .x-title span {
  color: #df0615;
}
.x-index4 .container .x-public-a:hover i {
  transform: scale(1.2);
}
.x-index4 .container .x-public-a span {
  font-weight: bold;
  color: #333333;
}
.x-index4 .container .x-public-a i {
  width: 32px;
  height: 32px;
  margin-left: 0.2rem;
}
.x-footer {
  background-color: #1a1a1a;
  padding-top: 0.8rem;
}
.x-footer .x-con {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.x-footer .x-con .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-footer .x-con .x-top a {
  display: inline-block;
  width: 1.97rem;
  height: 0.49rem;
}
.x-footer .x-con .x-top a img {
  width: 100%;
  height: 100%;
}
.x-footer .x-con .x-top span {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .x-footer .x-con .x-top span {
    font-size: 0.28rem;
  }
}
.x-footer .x-con .x-top span svg {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.18rem;
}
.x-footer .x-con .x-top span svg path {
  fill: #fff;
}
.x-footer .x-zhong {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-footer .x-zhong .x-le {
  width: 57.14%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .x-footer .x-zhong .x-le {
    display: none;
  }
}
.x-footer .x-zhong .x-le ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-footer .x-zhong .x-le ul li {
  width: 25%;
  padding-right: 10px;
}
.x-footer .x-zhong .x-le ul li:last-child {
  padding-left: 0.4rem;
}
.x-footer .x-zhong .x-le ul li .x-title a {
  font-weight: bold;
  color: #fff;
}
.x-footer .x-zhong .x-le ul li .x-title svg {
  display: none;
}
.x-footer .x-zhong .x-le ul li .x-a {
  margin-top: 0.2rem;
}
.x-footer .x-zhong .x-le ul li .x-a a {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.16rem;
  position: relative;
  transition: 0.3s all;
  white-space: nowrap;
}
.x-footer .x-zhong .x-le ul li .x-a a:hover {
  color: #df0615;
}
.x-footer .x-zhong .x-le ul li .x-a a:hover span::before {
  width: 100%;
}
.x-footer .x-zhong .x-le ul li .x-a a span {
  position: relative;
}
.x-footer .x-zhong .x-le ul li .x-a a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #df0615;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
.x-footer .x-zhong .x-ri {
  width: 42.86%;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 0 0.8rem;
}
@media (max-width: 991px) {
  .x-footer .x-zhong .x-ri {
    width: 100%;
    padding: 0.6rem 0 0.4rem 0;
  }
}
.x-footer .x-zhong .x-ri .x-text {
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .x-footer .x-zhong .x-ri .x-text {
    width: 75%;
  }
}
.x-footer .x-zhong .x-ri .x-text .x-p {
  display: flex;
  color: #fff;
  margin-bottom: 0.08rem;
}
.x-footer .x-zhong .x-ri .x-text .x-p .x-sp {
  display: flex;
}
.x-footer .x-zhong .x-ri .x-text .x-p .x-sp span {
  display: inline-block;
  width: 4em;
  text-align-last: justify;
  flex-shrink: 0;
}
.x-footer .x-zhong .x-ri .x-text .x-p .x-sp i {
  font-style: initial;
  display: inline-block;
}
.x-footer .x-zhong .x-ri .x-ewm {
  text-align: center;
  width: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-footer .x-zhong .x-ri .x-ewm {
    width: 25%;
  }
}
.x-footer .x-zhong .x-ri .x-ewm .x-img {
  width: auto;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-footer .x-zhong .x-ri .x-ewm .x-img {
    height: 1.4rem;
  }
}
.x-footer .x-zhong .x-ri .x-ewm .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-footer .x-zhong .x-ri .x-ewm p {
  color: #fff;
  margin-top: 0.08rem;
}
@media (max-width: 1580px) {
  .x-footer .x-zhong .x-ri .x-ewm p {
    font-size: 12px;
  }
}
.x-footer .x-xia {
  background-color: #303030;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .x-footer .x-xia {
    padding: 0.4rem 0;
  }
}
.x-footer .x-xia .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-footer .x-xia .container {
    flex-wrap: wrap;
  }
}
.x-footer .x-xia .container .x-le span {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
@media (max-width: 767px) {
  .x-footer .x-xia .container .x-le span {
    font-size: 0.24rem;
  }
}
.x-footer .x-xia .container .x-le span:nth-of-type(2) {
  margin: 0 0.25rem;
}
.x-footer .x-xia .container .x-le a {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-footer .x-xia .container .x-le a {
    font-size: 0.24rem;
  }
}
.x-footer .x-xia .container .x-le a:hover {
  color: #fff;
}
.x-footer .x-xia .container .x-le a:hover::before {
  width: 100%;
}
.x-footer .x-xia .container .x-le a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
.x-footer .x-xia .container .x-ri a {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-left: 0.25rem;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-footer .x-xia .container .x-ri a {
    font-size: 0.24rem;
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
.x-footer .x-xia .container .x-ri a:hover {
  color: #fff;
}
.x-footer .x-xia .container .x-ri a:hover::before {
  width: 100%;
}
.x-footer .x-xia .container .x-ri a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
.x-slid {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .x-slid {
    display: none !important;
  }
}
.x-slid ul li {
  width: 70px;
  height: 80px;
  margin-bottom: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1580px) {
  .x-slid ul li {
    height: 72px;
  }
}
.x-slid ul li.x-zs {
  position: relative;
}
.x-slid ul li.x-zs:hover .x-img {
  right: 80px;
  opacity: 1;
  pointer-events: initial;
}
.x-slid ul li.x-zs .x-img {
  position: absolute;
  right: -10px;
  top: 0;
  background-color: #fff;
  height: 1.25rem;
  width: 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
  z-index: -1;
  opacity: 0;
  border-radius: 0.06rem;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.x-slid ul li.x-zs .x-img img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}
.x-slid ul li.x-top {
  height: 0.44rem;
}
.x-slid ul li.x-top a svg {
  width: 12px;
  height: 16px;
}
.x-slid ul li.x-top a svg path {
  fill: #999999;
}
.x-slid ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.06rem;
  transition: 0.3s all;
}
.x-slid ul li a:hover {
  background-color: #ed6c00;
}
.x-slid ul li a:hover svg path {
  fill: #fff;
}
.x-slid ul li a:hover P {
  color: #fff;
}
.x-slid ul li a svg {
  width: 24px;
  height: 24px;
}
.x-slid ul li a svg path {
  fill: #ed6c00;
  transition: 0.3s all;
}
.x-slid ul li a p {
  font-size: 12px;
  color: #666666;
  margin-top: 0.05rem;
  transition: 0.3s all;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .x-con {
  background-color: #fff;
  width: 9.1rem;
  display: flex;
  justify-content: flex-start;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .curtain2 .x-con {
    width: 6.6rem;
  }
}
.curtain2 .x-con .x-le {
  width: 38.46%;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-le {
    display: none;
  }
}
.curtain2 .x-con .x-le .x-log {
  display: block;
  width: 1.3rem;
  height: 0.34rem;
  text-align: center;
  margin-left: auto;
}
.curtain2 .x-con .x-le .x-log img {
  width: 100%;
  height: 100%;
}
.curtain2 .x-con .x-le .x-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: 1.7rem 0 2.4rem 0;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-le .x-title {
    font-size: 20px;
  }
}
.curtain2 .x-con .x-le .x-a {
  text-align: right;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.curtain2 .x-con .x-le .x-a a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-right: 0.1rem;
  margin-right: 0.06rem;
}
.curtain2 .x-con .x-le .x-a a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.curtain2 .x-con .x-le .x-a a:last-child::before {
  display: none;
}
.curtain2 .x-con .x-le .x-a a::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain2 .x-con .x-ri {
  width: 61.54%;
  padding: 0.45rem 0.6rem 0.5rem 0.55rem;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri {
    width: 100%;
  }
}
.curtain2 .x-con .x-ri .x-top .x-title {
  font-weight: bold;
  color: #333333;
}
.curtain2 .x-con .x-ri .x-top .x-p {
  color: #666666;
  margin: 0.08rem 0 0.25rem 0;
}
.curtain2 .x-con .x-ri .x-top .x-p span {
  color: #df0615;
}
.curtain2 .x-con .x-ri .x-form .x-f-in {
  height: 2.45rem;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in {
    height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in {
    height: 4.6rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-f-in input {
  background-color: #fafafa;
  color: #999;
  border: 1px solid #d9d9db;
  border-radius: 0.04rem;
  padding: 0 0.14rem;
  height: 0.5rem;
  width: 100%;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in input {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in input {
    height: 0.8rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-f-in input#tel.on {
  display: none;
}
.curtain2 .x-con .x-ri .x-form .x-f-in input::placeholder {
  color: #999999;
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp.on {
  opacity: 1;
  pointer-events: initial;
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp input {
  width: 49%;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in .x-inp input {
    width: 100%;
  }
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp input:nth-of-type(3) {
  width: 100%;
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp textarea {
  width: 100%;
  height: 1rem;
  background-color: #fafafa;
  color: #999;
  border: 1px solid #d9d9db;
  padding: 0.12rem;
  border-radius: 0.04rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-f-in .x-inp textarea {
    height: 1.5rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-f-in .x-inp textarea::placeholder {
  color: #999999;
}
.curtain2 .x-con .x-ri .x-form .x-p {
  margin-bottom: 0.4rem;
}
.curtain2 .x-con .x-ri .x-form .x-p a {
  color: #00a2f7;
}
.curtain2 .x-con .x-ri .x-form .x-but button {
  min-width: 2.6rem;
  text-align: center;
  height: 0.54rem;
  background-color: #ed6c00;
  color: #fff;
  border-radius: 0.06rem;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-ri .x-form .x-but button {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-but button {
    height: 0.8rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-but button.x-on1.on {
  display: none;
}
.curtain2 .x-con .x-ri .x-form .x-but button.x-on2 {
  display: none;
}
.curtain2 .x-con .x-ri .x-form .x-but button.x-on2.on {
  display: inline-block;
}
.curtain3 .x-con {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 500px;
  width: 420px;
  padding: 0.4rem 0.4rem 0.5rem;
}
@media (max-width: 1580px) {
  .curtain3 .x-con {
    height: 426px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .curtain3 .x-con {
    height: 7.2rem;
    width: 6rem;
  }
}
.curtain3 .x-con .x-title {
  color: #fff;
  font-weight: bold;
}
.curtain3 .x-con .x-form {
  margin-top: 0.8rem;
  text-align: center;
}
.curtain3 .x-con .x-form .x-sel {
  border: 1px solid #d9d9db;
  border-radius: 0.04rem;
  color: #999999;
  position: relative;
  margin-bottom: 0.2rem;
}
.curtain3 .x-con .x-form .x-sel select {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem 0 0.14rem;
  display: inline-block;
  height: 100%;
}
@media (max-width: 1580px) {
  .curtain3 .x-con .x-form .x-sel select {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain3 .x-con .x-form .x-sel select {
    height: 0.8rem;
  }
}
.curtain3 .x-con .x-form .x-sel svg {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
.curtain3 .x-con .x-form .x-sel svg path {
  fill: #ed6c00;
}
.curtain3 .x-con .x-form .x-inp {
  border: 1px solid #d9d9db;
  border-radius: 0.04rem;
  color: #999999;
  position: relative;
}
.curtain3 .x-con .x-form .x-inp input {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem 0 0.14rem;
}
@media (max-width: 1580px) {
  .curtain3 .x-con .x-form .x-inp input {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain3 .x-con .x-form .x-inp input {
    height: 0.8rem;
  }
}
.curtain3 .x-con .x-form .x-inp svg {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 6px;
  pointer-events: none;
  display: none;
}
.curtain3 .x-con .x-form .x-inp svg path {
  fill: #ed6c00;
}
.curtain3 .x-con .x-form button {
  min-width: 2.6rem;
  height: 0.54rem;
  background-color: #ed6c00;
  color: #fff;
  border-radius: 0.06rem;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .curtain3 .x-con .x-form button {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain3 .x-con .x-form button {
    height: 0.8rem;
  }
}
.curtain4 .x-con {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 345px;
  width: 420px;
  padding: 0.4rem 0.4rem 0.5rem;
}
@media (max-width: 1580px) {
  .curtain4 .x-con {
    height: 280px;
    width: 340px;
  }
}
@media (max-width: 767px) {
  .curtain4 .x-con {
    height: 5rem;
    width: 6rem;
  }
}
.curtain4 .x-con .x-title {
  color: #fff;
  font-weight: bold;
}
.curtain4 .x-con .x-form {
  margin-top: 0.8rem;
  text-align: center;
}
.curtain4 .x-con .x-form .x-inp {
  border: 1px solid #d9d9db;
  border-radius: 0.04rem;
  color: #999999;
  position: relative;
}
.curtain4 .x-con .x-form .x-inp input {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem 0 0.14rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .curtain4 .x-con .x-form .x-inp input {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain4 .x-con .x-form .x-inp input {
    height: 0.8rem;
  }
}
.curtain4 .x-con .x-form .x-inp svg {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
.curtain4 .x-con .x-form .x-inp svg path {
  fill: #ed6c00;
}
.curtain4 .x-con .x-form button {
  min-width: 2.6rem;
  height: 0.54rem;
  background-color: #ed6c00;
  color: #fff;
  border-radius: 0.06rem;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .curtain4 .x-con .x-form button {
    height: 0.66rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .curtain4 .x-con .x-form button {
    height: 0.8rem;
    margin-top: 0.6rem;
  }
}
.curtain5 .x-con {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 622px;
  width: 760px;
  padding: 0.35rem 0.4rem 0.5rem;
}
@media (max-width: 1580px) {
  .curtain5 .x-con {
    height: 460px;
    width: 554px;
  }
}
@media (max-width: 767px) {
  .curtain5 .x-con {
    height: 7rem;
    width: 6.82rem;
  }
}
.curtain5 .x-con .x-title {
  color: #fff;
  font-weight: bold;
}
.curtain5 .x-con .x-text {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .curtain5 .x-con .x-text {
    margin-top: 0.1rem;
  }
}
.curtain5 .x-con .x-text .x-p {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .curtain5 .x-con .x-text .x-p {
    font-size: 14px;
  }
}
.curtain5 .x-con .x-text ul {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.curtain5 .x-con .x-text ul li {
  text-align: center;
}
.curtain5 .x-con .x-text ul li:nth-of-type(2) {
  margin-left: 1rem;
}
.curtain5 .x-con .x-text ul li:nth-of-type(2) .x-img {
  position: relative;
}
.curtain5 .x-con .x-text ul li:nth-of-type(2) .x-img::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.46rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  animation: myfirst 1.5s linear 0.1s infinite alternate;
  -webkit-animation: myfirst 1.5s linear 0.1s infinite alternate;
  background: url('../images/x-index31.png') no-repeat;
  background-size: contain;
}
.curtain5 .x-con .x-text ul li .x-img {
  width: 1.9rem;
  height: 1.9rem;
  background-color: #f5f5f5;
  border-radius: 0.06rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.curtain5 .x-con .x-text ul li .x-img img {
  width: 1.56rem;
  height: 1.56rem;
  object-fit: contain;
}
.curtain5 .x-con .x-text ul li p {
  margin-top: 0.18rem;
  font-weight: bold;
}
.curtain5 .x-con .x-text span {
  display: block;
  text-align: center;
  margin-top: 0.6rem;
  padding-top: 0.4rem;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .curtain5 .x-con .x-text span {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }
}
@keyframes myfirst {
  0% {
    top: 35%;
  }
  100% {
    top: 62%;
  }
}
.x-banner1 .x-con {
  position: relative;
}
.x-banner1 .x-con .public-img::before {
  padding-top: 36.45%;
}
@media (max-width: 991px) {
  .x-banner1 .x-con .public-img::before {
    padding-top: 50.45%;
  }
}
@media (max-width: 767px) {
  .x-banner1 .x-con .public-img::before {
    padding-top: 80.45%;
  }
}
@media (max-width: 767px) {
  .x-banner1 .x-con .public-img img:nth-of-type(1) {
    display: none;
  }
}
.x-banner1 .x-con .public-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-banner1 .x-con .public-img img:nth-of-type(2) {
    display: block;
  }
}
.x-banner1 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.x-banner1 .x-con .x-text .x-title {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.x-banner1 .x-con .x-text .x-form {
  width: 8rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0.35rem auto 0;
}
@media (max-width: 1580px) {
  .x-banner1 .x-con .x-text .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-banner1 .x-con .x-text .x-form {
    width: 6.8rem;
  }
}
.x-banner1 .x-con .x-text .x-form input {
  width: 81.25%;
  color: #999999;
  padding: 0 0.34rem;
}
@media (max-width: 767px) {
  .x-banner1 .x-con .x-text .x-form input {
    width: 80%;
    font-size: 0.24rem;
  }
}
.x-banner1 .x-con .x-text .x-form input::placeholder {
  color: #999999;
}
.x-banner1 .x-con .x-text .x-form button {
  width: 18.75%;
  background-color: #ed6c00;
  border-radius: 100px;
  margin: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-banner1 .x-con .x-text .x-form button {
    width: 20%;
    font-size: 0.24rem;
  }
}
.x-banner1 .x-con .x-text .x-form button svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-banner1 .x-con .x-text .x-form button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-banner1 .x-con .x-text .x-form button svg {
    width: 16px;
    height: 16px;
  }
}
.x-banner1 .x-con .x-text .x-form button svg path {
  fill: #fff;
}
.x-pro1 {
  padding: 0.8rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-pro1 {
    padding: 1.2rem 0;
  }
}
.x-pro1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.x-pro1 .container ul li {
  width: 49%;
  border: 1px solid #e6e6e6;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .x-pro1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-pro1 .container ul li {
    margin-bottom: 0.4rem;
  }
}
.x-pro1 .container ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-pro1 .container ul li a {
    padding-bottom: 0.2rem;
  }
}
.x-pro1 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-pro1 .container ul li a:hover .x-text .x-a .x-public-a span {
  opacity: 1;
  transform: translateX(0);
}
.x-pro1 .container ul li a:hover .x-text .x-a .x-public-a i {
  transform: scale(1);
  background-color: #ed6c00;
}
.x-pro1 .container ul li a:hover .x-text .x-a .x-public-a i svg {
  opacity: 1;
}
.x-pro1 .container ul li a .public-img {
  width: 44.85%;
}
.x-pro1 .container ul li a .public-img::before {
  padding-top: 100%;
}
@media (max-width: 991px) {
  .x-pro1 .container ul li a .public-img::before {
    padding-top: 72%;
  }
}
@media (max-width: 767px) {
  .x-pro1 .container ul li a .public-img::before {
    padding-top: 100%;
  }
}
.x-pro1 .container ul li a .x-text {
  width: 55.15%;
  margin-top: 0.9rem;
}
.x-pro1 .container ul li a .x-text .x-title {
  font-weight: bold;
  color: #333;
  padding-right: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-pro1 .container ul li a .x-text .x-title {
    font-size: 18px;
  }
}
.x-pro1 .container ul li a .x-text .x-p {
  color: #333;
  line-height: 1.6;
  margin: 0.1rem 0 0 0;
  padding-right: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6.4em;
}
.x-pro1 .container ul li a .x-text .x-a {
  text-align: right;
  margin-right: 0.2rem;
}
.x-pro1 .container ul li a .x-text .x-a .x-public-a span {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all;
}
.x-pro1 .container ul li a .x-text .x-a .x-public-a i {
  transform: scale(0.2);
  background-color: #e6e6e6;
}
.x-pro1 .container ul li a .x-text .x-a .x-public-a i svg {
  opacity: 0;
}
.x-fenye {
  display: flex;
  justify-content: center;
}
.x-fenye a {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #666666;
  border: 1px solid #dcdee2;
  border-radius: 0.02rem;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  transition: 0.3s all;
  background-color: #fff;
}
.x-fenye a:hover {
  color: #ff8a00;
}
.x-fenye a:hover.x-le svg path,
.x-fenye a:hover.x-ri svg path {
  fill: #ff8a00;
}
.x-fenye a.on {
  color: #ff8a00;
}
@media (max-width: 767px) {
  .x-fenye a.x-le {
    display: inline-flex;
  }
}
.x-fenye a.x-le svg {
  display: inline-block;
  width: 8px;
  height: 12px;
  transform: rotate(90deg);
}
.x-fenye a.x-le svg path {
  fill: #c0c4cc;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-fenye a.x-ri {
    display: inline-flex;
  }
}
.x-fenye a.x-ri svg {
  display: inline-block;
  width: 8px;
  height: 12px;
  transform: rotate(-90deg);
}
.x-fenye a.x-ri svg path {
  fill: #c0c4cc;
  transition: 0.3s all;
}
.x-mbx .container {
  display: flex;
  overflow: hidden;
}
.x-mbx .container a {
  display: inline-flex;
  color: #6c7073;
  white-space: nowrap;
}
.x-mbx .container a.on {
  color: #9fa3a6;
}
.x-mbx .container a:last-child span {
  display: none;
}
.x-mbx .container a span {
  display: inline-block;
  margin: 0 8px;
}
.x-pro-info1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .x-pro-info1 {
    padding-bottom: 0.8rem;
  }
}
.x-pro-info1 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-pro-info1 .x-con .x-le {
  width: 46.42%;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-le {
    width: 100%;
  }
}
.x-pro-info1 .x-con .x-le .x-sp {
  font-weight: bold;
  color: #ed6c00;
  display: inline-block;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-le .x-sp {
    margin-top: 0.1rem;
  }
}
.x-pro-info1 .x-con .x-le .x-title {
  line-height: 1;
  margin-top: 0.2rem;
  font-family: 'RanyBold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-pro-info1 .x-con .x-le .x-p {
  font-weight: bold;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
  padding-top: 0.35rem;
  position: relative;
  margin: 0.25rem 0 0.55rem 0;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-le .x-p {
    margin-bottom: 0.3rem;
  }
}
.x-pro-info1 .x-con .x-le .x-p::before {
  content: "";
  width: 4.8rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}
.x-pro-info1 .x-con .x-le .x-aa {
  margin-bottom: 0.3rem;
}
.x-pro-info1 .x-con .x-le .x-aa a {
  margin-right: 0.4rem;
}
.x-pro-info1 .x-con .x-le .x-aa a:hover span {
  color: #ed6c00;
}
.x-pro-info1 .x-con .x-le .x-aa a span {
  color: #333;
}
.x-pro-info1 .x-con .x-le .x-aa a i svg {
  width: 0.24rem;
  height: 0.24rem;
}
.x-pro-info1 .x-con .x-le .x-aa a i svg path {
  fill: #fff;
}
.x-pro-info1 .x-con .x-ri {
  width: 51.58%;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-ri {
    width: 100%;
    order: -1;
    height: 6rem;
  }
}
.x-pro-info1 .x-con .x-ri .swiper-container {
  height: 100%;
}
.x-pro-info1 .x-con .x-ri .x-img {
  width: 100%;
  height: 100%;
}
.x-pro-info1 .x-con .x-ri .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-info2 {
  padding: 1.3rem 0 1.4rem 0;
}
.x-pro-info2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-pro-info2 .container .x-le {
  width: 61.07%;
}
@media (max-width: 1580px) {
  .x-pro-info2 .container .x-le {
    width: 66.07%;
  }
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-le {
    width: 72.07%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le {
    width: 100%;
  }
}
.x-pro-info2 .container .x-le .x-li {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #f2f2f2;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 {
  padding-bottom: 0;
}
.x-pro-info2 .container .x-le .x-li.x-djdw1 .x-p p {
  line-height: 1.8;
  position: relative;
  padding-left: 15px;
  color: #666666;
}
.x-pro-info2 .container .x-le .x-li.x-djdw1 .x-p p i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ed6c00;
  border-radius: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.x-pro-info2 .container .x-le .x-li.x-djdw2 {
  padding-top: 0.65rem;
}
.x-pro-info2 .container .x-le .x-li.x-djdw2 .x-p p {
  padding-left: 0;
  line-height: 1.8;
  position: relative;
  color: #666666;
}
.x-pro-info2 .container .x-le .x-li.x-djdw3 {
  padding-top: 0.65rem;
  border-bottom: none;
}
.x-pro-info2 .container .x-le .x-li.x-djdw3 .x-title {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw3 .x-ta {
    overflow: auto;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw3 .x-ta table {
  width: 100%;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw3 .x-ta table {
    width: auto;
    min-width: 656px;
    max-width: initial;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 {
  padding-top: 0.6rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul {
    padding-top: 0.15rem;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li {
    margin-bottom: 0.4rem;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fafafa;
}
@media (max-width: 1580px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a {
    padding-bottom: 0.2rem;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a:hover .x-text .x-a .x-public-a span {
  opacity: 1;
  transform: translateX(0);
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a:hover .x-text .x-a .x-public-a i {
  transform: scale(1);
  background-color: #ed6c00;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a:hover .x-text .x-a .x-public-a i svg {
  opacity: 1;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .public-img {
  width: 34.85%;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .public-img {
    width: 44.85%;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .public-img::before {
  padding-top: 100%;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .public-img::before {
    padding-top: 72%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .public-img::before {
    padding-top: 100%;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text {
  width: 65.15%;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text {
    width: 55.15%;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-title {
  font-weight: bold;
  color: #333;
  padding-right: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-title {
    font-size: 18px;
  }
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-p {
  color: #333;
  line-height: 1.6;
  margin: 0.1rem 0 0 0;
  padding-right: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6.4em;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-a {
  text-align: right;
  margin-right: 0.2rem;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-a .x-public-a span {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-a .x-public-a i {
  transform: scale(0.2);
  background-color: #e6e6e6;
}
.x-pro-info2 .container .x-le .x-li.x-djdw4 ul li a .x-text .x-a .x-public-a i svg {
  opacity: 0;
}
.x-pro-info2 .container .x-le .x-li .x-title {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-le .x-li .x-title {
    font-size: 0.4rem;
  }
}
.x-pro-info2 .container .x-le .x-li .x-sp {
  color: #999999;
  margin-top: 0.15rem;
}
.x-pro-info2 .container .x-ri {
  width: 26.42%;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-ri {
    width: 22.42%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-ri {
    display: none;
  }
}
.x-pro-info2 .container .x-ri a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0.24rem 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
  color: #333;
}
.x-pro-info2 .container .x-ri a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ed6c00;
  width: 2px;
  height: 0;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-ri a.on {
  background-color: #f8f8f8;
  color: #ed6c00;
}
.x-pro-info2 .container .x-ri a.on::before {
  height: 100%;
}
.x-pro-info3 .x-con {
  position: relative;
}
.x-pro-info3 .x-con .x-img {
  width: 100%;
  height: 3.38rem;
}
.x-pro-info3 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-pro-info3 .x-con .x-text {
  position: absolute;
  left: 0;
  top: 32%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}
.x-pro-info3 .x-con .x-text .x-title {
  font-weight: bold;
  color: #df0615;
}
@media (max-width: 767px) {
  .x-pro-info3 .x-con .x-text .x-title {
    font-size: 0.4rem;
  }
}
.x-pro-info3 .x-con .x-text .x-public-a {
  margin-top: 0.1rem;
}
.x-pro-info3 .x-con .x-text .x-public-a:hover i {
  transform: scale(1.2);
}
.x-pro-info3 .x-con .x-text .x-public-a span {
  font-weight: bold;
  color: #333333;
}
.x-pro-info3 .x-con .x-text .x-public-a i {
  width: 32px;
  height: 32px;
  margin-left: 0.2rem;
}
.curtain6 .x-con {
  background-color: #fff;
  width: 9.1rem;
  display: flex;
  justify-content: flex-start;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .curtain6 .x-con {
    width: 6.6rem;
  }
}
.curtain6 .x-con .x-le {
  width: 38.46%;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-le {
    display: none;
  }
}
.curtain6 .x-con .x-le .x-log {
  display: block;
  width: 1.3rem;
  height: 0.34rem;
  text-align: center;
  margin-left: auto;
}
.curtain6 .x-con .x-le .x-log img {
  width: 100%;
  height: 100%;
}
.curtain6 .x-con .x-le .x-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: 1.7rem 0 2.4rem 0;
}
@media (max-width: 1580px) {
  .curtain6 .x-con .x-le .x-title {
    font-size: 20px;
  }
}
.curtain6 .x-con .x-le .x-a {
  text-align: right;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.curtain6 .x-con .x-le .x-a a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-right: 0.1rem;
  margin-right: 0.06rem;
}
.curtain6 .x-con .x-le .x-a a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.curtain6 .x-con .x-le .x-a a:last-child::before {
  display: none;
}
.curtain6 .x-con .x-le .x-a a::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain6 .x-con .x-ri {
  width: 61.54%;
  padding: 0.45rem 0.6rem 0.5rem 0.55rem;
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri {
    width: 100%;
  }
}
.curtain6 .x-con .x-ri .x-top .x-title {
  font-weight: bold;
  color: #333333;
}
.curtain6 .x-con .x-ri .x-top .x-p {
  color: #666666;
  margin: 0.08rem 0 0.25rem 0;
}
.curtain6 .x-con .x-ri .x-top .x-p span {
  color: #df0615;
}
.curtain6 .x-con .x-ri .x-form .x-f-in {
  height: 2.45rem;
}
@media (max-width: 1580px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in {
    height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in {
    height: 4.6rem;
  }
}
.curtain6 .x-con .x-ri .x-form .x-f-in input {
  background-color: #fafafa;
  color: #999;
  border: 1px solid #d9d9db;
  border-radius: 0.04rem;
  padding: 0 0.14rem;
  height: 0.5rem;
  width: 100%;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in input {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in input {
    height: 0.8rem;
  }
}
.curtain6 .x-con .x-ri .x-form .x-f-in input#tel6.on {
  display: none;
}
.curtain6 .x-con .x-ri .x-form .x-f-in input::placeholder {
  color: #999999;
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp.on {
  opacity: 1;
  pointer-events: initial;
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp input {
  width: 49%;
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in .x-inp input {
    width: 100%;
  }
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp input:nth-of-type(3) {
  width: 100%;
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp textarea {
  width: 100%;
  height: 1rem;
  background-color: #fafafa;
  color: #999;
  border: 1px solid #d9d9db;
  padding: 0.12rem;
  border-radius: 0.04rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri .x-form .x-f-in .x-inp textarea {
    height: 1.5rem;
  }
}
.curtain6 .x-con .x-ri .x-form .x-f-in .x-inp textarea::placeholder {
  color: #999999;
}
.curtain6 .x-con .x-ri .x-form .x-p {
  margin-bottom: 0.4rem;
}
.curtain6 .x-con .x-ri .x-form .x-p a {
  color: #00a2f7;
}
.curtain6 .x-con .x-ri .x-form .x-but button {
  min-width: 2.6rem;
  text-align: center;
  height: 0.54rem;
  background-color: #ed6c00;
  color: #fff;
  border-radius: 0.06rem;
}
@media (max-width: 1580px) {
  .curtain6 .x-con .x-ri .x-form .x-but button {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .curtain6 .x-con .x-ri .x-form .x-but button {
    height: 0.8rem;
  }
}
.curtain6 .x-con .x-ri .x-form .x-but button.x-on1.on {
  display: none;
}
.curtain6 .x-con .x-ri .x-form .x-but button.x-on2 {
  display: none;
}
.curtain6 .x-con .x-ri .x-form .x-but button.x-on2.on {
  display: inline-block;
}
.x-about1 .x-banner1 .x-con .x-text .x-title {
  text-align: left;
}
.x-about1 .x-banner1 .x-con .x-text .x-p {
  color: #fff;
}
.x-about2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.4rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .x-about2 {
    padding: 1.2rem 0;
  }
}
.x-about2 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about2 .container .x-top .x-le {
  width: 52.14%;
}
@media (max-width: 767px) {
  .x-about2 .container .x-top .x-le {
    width: 100%;
  }
}
.x-about2 .container .x-top .x-le .x-title {
  font-weight: bold;
}
.x-about2 .container .x-top .x-le .x-p {
  color: #666666;
  line-height: 1.8;
  margin-top: 0.2rem;
  text-align: justify;
}
.x-about2 .container .x-top .x-le .x-bf {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  cursor: pointer;
}
.x-about2 .container .x-top .x-le .x-bf i {
  display: inline-flex;
  width: 0.7rem;
  height: 0.7rem;
}
.x-about2 .container .x-top .x-le .x-bf i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about2 .container .x-top .x-le .x-bf span {
  color: #121826;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.08rem;
}
.x-about2 .container .x-top .x-ri {
  width: 30.71%;
  padding-top: 1.56rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-about2 .container .x-top .x-ri {
    width: 33.71%;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-top .x-ri {
    width: 100%;
    padding-top: 1.8rem;
  }
}
.x-about2 .container .x-top .x-ri .x-z {
  text-align: center;
  position: relative;
}
.x-about2 .container .x-top .x-ri .x-z::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #f3f3f3;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about2 .container .x-top .x-ri .x-z img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.x-about2 .container .x-top .x-ri .x-z p {
  text-align: center;
  margin-top: 0.08rem;
  font-weight: bold;
}
.x-about2 .container .x-top .x-ri .x-z i {
  width: 1.98rem;
  height: 1.98rem;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about2 .container .x-top .x-ri .x-z i::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #ececec;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about2 .container .x-top .x-ri .x-z i::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about2 .container .x-top .x-ri .x-li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.03rem;
  height: 2.03rem;
  position: absolute;
  top: 3%;
  left: -2%;
  z-index: 2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  animation: movePlay 3s linear infinite;
  -webkit-animation: movePlay 3s linear infinite;
}
@media (max-width: 991px) {
  .x-about2 .container .x-top .x-ri .x-li {
    left: -26%;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-top .x-ri .x-li {
    left: 16%;
    top: 9%;
  }
}
.x-about2 .container .x-top .x-ri .x-li.x-li2,
.x-about2 .container .x-top .x-ri .x-li.x-li3 {
  width: 1.75rem;
  height: 1.75rem;
}
.x-about2 .container .x-top .x-ri .x-li.x-li2 {
  top: 34%;
  left: 61%;
}
@media (max-width: 767px) {
  .x-about2 .container .x-top .x-ri .x-li.x-li2 {
    top: 34%;
    left: 60%;
  }
}
.x-about2 .container .x-top .x-ri .x-li.x-li2 img {
  height: 0.41rem;
}
.x-about2 .container .x-top .x-ri .x-li.x-li3 {
  top: 89%;
  left: 12%;
  animation: movePlay2 3s linear infinite;
  -webkit-animation: movePlay2 3s linear infinite;
}
@media (max-width: 1580px) {
  .x-about2 .container .x-top .x-ri .x-li.x-li3 {
    top: 67%;
  }
}
@media (max-width: 991px) {
  .x-about2 .container .x-top .x-ri .x-li.x-li3 {
    top: 59%;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-top .x-ri .x-li.x-li3 {
    left: 24%;
    top: 101%;
  }
}
.x-about2 .container .x-top .x-ri .x-li.x-li3 img {
  height: 0.13rem;
}
.x-about2 .container .x-top .x-ri .x-li .x-sp span {
  font-size: 0.5rem;
  color: #ed6c00;
  font-weight: bold;
  line-height: 1.2;
}
.x-about2 .container .x-top .x-ri .x-li .x-sp i {
  font-size: 18px;
  color: #ed6c00;
  font-style: initial;
}
.x-about2 .container .x-top .x-ri .x-li img {
  height: 0.19rem;
}
.x-about2 .container .x-xia {
  margin-top: 2.6rem;
}
.x-about2 .container .x-xia ul {
  width: 6rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .x-about2 .container .x-xia ul {
    width: 100%;
  }
}
.x-about2 .container .x-xia ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.3rem 0 0.1rem 0;
}
.x-about2 .container .x-xia ul li span:nth-of-type(2) {
  color: #df0615;
}
@keyframes movePlay {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes movePlay2 {
  0% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.x-about3 {
  padding: 1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 1.2rem 0;
  }
}
.x-about3 .container .x-title {
  font-weight: bold;
}
.x-about3 .container .x-p {
  color: #666666;
  margin-top: 0.1rem;
}
.x-about3 .container .x-xia {
  position: relative;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia {
    margin-top: 0.6rem;
  }
}
.x-about3 .container .x-xia.on .public-img img:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
.x-about3 .container .x-xia.on .public-img img:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
}
.x-about3 .container .x-xia.on .public-img img:nth-of-type(3) {
  opacity: 1;
  transform: translateY(0);
}
.x-about3 .container .x-xia.on .x-i .x-i1 {
  transform: scale(1);
}
.x-about3 .container .x-xia.on .x-i .x-i2 {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia.on .x-i .x-i2 {
    width: 1.4rem;
  }
}
.x-about3 .container .x-xia.on .x-i .x-i2::before {
  height: 1.1rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia.on .x-i .x-i2::before {
    height: 0.5rem;
  }
}
.x-about3 .container .x-xia.on .x-i span {
  opacity: 1;
  transform: translateY(0);
}
.x-about3 .container .x-xia .public-img::before {
  padding-top: 43.35%;
}
.x-about3 .container .x-xia .public-img img:nth-of-type(1) {
  opacity: 0;
  transform: translateY(5%);
  transition: 0.3s ease-out;
}
.x-about3 .container .x-xia .public-img img:nth-of-type(2) {
  opacity: 0;
  transform: translateY(5%);
  transition: 0.3s ease-out;
  transition-delay: 0.3s;
}
.x-about3 .container .x-xia .public-img img:nth-of-type(3) {
  opacity: 0;
  transform: translateY(-5%);
  transition: 0.3s ease-out;
  transition-delay: 0.6s;
}
.x-about3 .container .x-xia .x-i {
  width: 0;
  height: 0;
  position: absolute;
  top: 37.89%;
  left: 61.42%;
  z-index: 2;
}
.x-about3 .container .x-xia .x-i .x-i1 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ed6c00;
  position: absolute;
  transform: scale(0);
  transition: 0.3s all;
  transition-delay: 0.9s;
}
.x-about3 .container .x-xia .x-i .x-i1::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: rgba(237, 108, 0, 0.2);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about3 .container .x-xia .x-i .x-i2 {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 1px;
  background-color: #ed6c00;
  width: 0;
  transition: 0.3s all;
  transition-delay: 1.2s;
}
.x-about3 .container .x-xia .x-i .x-i2::before {
  content: "";
  width: 1px;
  height: 0;
  background-color: #ed6c00;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
  transition-delay: 1.5s;
}
.x-about3 .container .x-xia .x-i span {
  white-space: nowrap;
  position: absolute;
  top: 1.23rem;
  left: 2.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s all;
  transition-delay: 1.8s;
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .x-about3 .container .x-xia .x-i span {
    top: 0.7rem;
    left: 1rem;
  }
}
.x-about4 {
  overflow: hidden;
  position: relative;
}
.x-about4 .public-img {
  animation: bjdx 12s linear infinite;
}
.x-about4 .public-img::before {
  padding-top: 45.83%;
}
@media (max-width: 1580px) {
  .x-about4 .public-img::before {
    padding-top: 48.83%;
  }
}
@media (max-width: 1260px) {
  .x-about4 .public-img::before {
    padding-top: 59.83%;
  }
}
@media (max-width: 991px) {
  .x-about4 .public-img::before {
    padding-top: 82.83%;
  }
}
@media (max-width: 767px) {
  .x-about4 .public-img::before {
    padding-top: 145.83%;
  }
}
.x-about4 .container {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.x-about4 .container .x-top {
  max-width: 4.8rem;
}
@media (max-width: 767px) {
  .x-about4 .container .x-top {
    max-width: initial;
    width: 100%;
  }
}
.x-about4 .container .x-top .x-title {
  color: #fff;
  font-weight: bold;
}
.x-about4 .container .x-top .x-p {
  color: #fff;
  line-height: 1.8;
  margin-top: 0.1rem;
}
.x-about4 .container ul {
  width: 9rem;
  margin-left: auto;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-about4 .container ul {
    width: 100%;
  }
}
.x-about4 .container ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.x-about4 .container ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.x-about4 .container ul li::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.x-about4 .container ul li.on .x-tit .x-title {
  color: #ed6c00;
}
.x-about4 .container ul li.on .x-tit .x-title .x-i {
  border-color: #ed6c00;
}
.x-about4 .container ul li.on .x-tit .x-title span i {
  background-color: #ed6c00;
}
.x-about4 .container ul li.on .x-tit .x-title span i:nth-of-type(2) {
  opacity: 0;
}
.x-about4 .container ul li .x-tit .x-title {
  color: #fff;
  padding: 0.18rem 0 0.18rem 0.6rem;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-tit .x-title {
    padding-left: 0.4rem;
  }
}
.x-about4 .container ul li .x-tit .x-title .x-i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-tit .x-title .x-i {
    width: 8px;
    height: 8px;
  }
}
.x-about4 .container ul li .x-tit .x-title span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.x-about4 .container ul li .x-tit .x-title span i {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-45%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-tit .x-title span i {
    width: 12px;
    transform: translateX(-43%);
  }
}
.x-about4 .container ul li .x-tit .x-title span i:nth-of-type(2) {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-tit .x-title span i:nth-of-type(2) {
    height: 12px;
  }
}
.x-about4 .container ul li .x-text {
  display: none;
  padding: 0 0 0.2rem 0.6rem;
}
.x-about4 .container ul li .x-text p {
  color: #fff;
  margin-bottom: 0.12rem;
  position: relative;
  padding-left: 0.2rem;
}
.x-about4 .container ul li .x-text p:last-child {
  margin-bottom: 0.12rem;
}
.x-about4 .container ul li .x-text p i {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #999999;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@keyframes bjdx {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.x-about5 {
  padding: 0.9rem 0 1.4rem 0;
}
.x-about5 .container .x-top {
  max-width: 4.7rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-top {
    max-width: initial;
  }
}
.x-about5 .container .x-top .x-title {
  font-weight: bold;
}
.x-about5 .container .x-top .x-p {
  margin-top: 0.1rem;
  color: #666666;
}
.x-about5 .container .x-swiper1 {
  margin-top: 0.55rem;
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-le {
  width: 50%;
  padding: 0.6rem 0.8rem 0.4rem 0.8rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-le .x-title {
  font-weight: bold;
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-le span {
  color: #416aff;
  display: block;
  margin: 0.4rem 0 0.1rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-le span {
    margin-top: 0.1rem;
  }
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-ri {
  width: 50%;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 100%;
    order: -1;
  }
}
.x-about5 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-ri .public-img::before {
  padding-top: 58.57%;
}
.x-about5 .container .x-swiper2 {
  margin-top: 0.8rem;
  position: relative;
}
.x-about5 .container .x-swiper2 .swiper-container {
  margin: 0 1.6rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-swiper2 .swiper-container {
    margin: 0 0.8rem;
  }
}
.x-about5 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #333;
  font-weight: bold;
}
.x-about5 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide p {
  color: #999999;
  transition: 0.3s all;
  cursor: pointer;
  text-align: center;
}
.x-about5 .container .x-swiper2 .swiper-button-prev1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
.x-about5 .container .x-swiper2 .swiper-button-prev1:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.x-about5 .container .x-swiper2 .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.x-about5 .container .x-swiper2 .swiper-button-prev1 svg {
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-about5 .container .x-swiper2 .swiper-button-prev1 svg path {
  transition: 0.3s all;
  fill: #cdcdcd;
}
.x-about5 .container .x-swiper2 .swiper-button-next1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
.x-about5 .container .x-swiper2 .swiper-button-next1:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.x-about5 .container .x-swiper2 .swiper-button-next1:hover svg path {
  fill: #fff;
}
.x-about5 .container .x-swiper2 .swiper-button-next1 svg {
  display: block;
  width: 8px;
  height: 12px;
}
.x-about5 .container .x-swiper2 .swiper-button-next1 svg path {
  fill: #cdcdcd;
}
.x-about6 {
  background-color: #f5f5f5;
  padding: 1.2rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-about6 {
    padding-bottom: 0.4rem;
  }
}
.x-about6 .container .x-top {
  text-align: center;
}
.x-about6 .container .x-top .x-title {
  font-weight: bold;
}
.x-about6 .container .x-top .x-p {
  color: #666666;
}
.x-about6 .container .swiper-container {
  margin-top: 0.06rem;
  padding: 0.5rem 0;
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide {
  transition: 0.3s all;
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-fi {
  transform: scale(1);
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
  transform: scale(0.84);
  position: relative;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi {
    transform: scale(1);
  }
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi .x-fi-a {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi .x-img {
  background-color: #e6e6e6;
  padding: 0.2rem;
  border-radius: 0.1rem;
  width: 100%;
  height: 2.47rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about6 .container .swiper-container .swiper-wrapper .swiper-slide .x-fi p {
  text-align: center;
  color: #333333;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.x-about6 .container .swiper-container .swiper-button-prev1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 29.6%;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
  z-index: 5;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-about6 .container .swiper-container .swiper-button-prev1 {
    left: 19.6%;
  }
}
@media (max-width: 767px) {
  .x-about6 .container .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-about6 .container .swiper-container .swiper-button-prev1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-about6 .container .swiper-container .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.x-about6 .container .swiper-container .swiper-button-prev1 svg {
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-about6 .container .swiper-container .swiper-button-prev1 svg path {
  transition: 0.3s all;
  fill: #cdcdcd;
}
.x-about6 .container .swiper-container .swiper-button-next1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  right: 29.6%;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
  z-index: 5;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-about6 .container .swiper-container .swiper-button-next1 {
    right: 19.6%;
  }
}
@media (max-width: 767px) {
  .x-about6 .container .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-about6 .container .swiper-container .swiper-button-next1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-about6 .container .swiper-container .swiper-button-next1:hover svg path {
  fill: #fff;
}
.x-about6 .container .swiper-container .swiper-button-next1 svg {
  display: block;
  width: 8px;
  height: 12px;
}
.x-about6 .container .swiper-container .swiper-button-next1 svg path {
  fill: #cdcdcd;
}
.x-about7 {
  padding: 1.3rem 0 1.6rem 0;
}
@media (max-width: 991px) {
  .x-about7 {
    padding: 1.2rem 0 0.4rem;
  }
}
.x-about7 .container .x-top {
  text-align: center;
}
.x-about7 .container .x-top .x-title {
  font-weight: bold;
}
.x-about7 .container .x-swiper {
  position: relative;
  margin-top: -0.2rem;
  padding: 0.5rem 0;
}
.x-about7 .container .x-swiper .swiper-container {
  height: 3.1rem;
  box-shadow: 0px 2px 0.49rem 0px rgba(51, 51, 51, 0.08);
}
@media (max-width: 1580px) {
  .x-about7 .container .x-swiper .swiper-container {
    height: 3.5rem;
  }
}
.x-about7 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 0.84rem;
}
.x-about7 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
  box-shadow: 0px 2px 0.49rem 0px rgba(51, 51, 51, 0.08);
  border-radius: 0.1rem;
  height: 0.84rem;
  overflow: hidden;
}
.x-about7 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
}
.x-about7 .container .x-swiper .swiper-pagination {
  width: 100%;
  bottom: 0;
  left: 0;
}
.x-about7 .container .x-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #dde1e8;
  opacity: 1;
  margin: 0 5px;
}
.x-about7 .container .x-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8a00;
}
.x-about8 {
  position: relative;
}
.x-about8 .public-img::before {
  padding-top: 16.4%;
}
@media (max-width: 991px) {
  .x-about8 .public-img::before {
    padding-top: 22.4%;
  }
}
@media (max-width: 767px) {
  .x-about8 .public-img::before {
    padding-top: 63.4%;
  }
}
.x-about8 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-about8 .container {
    top: 35%;
  }
}
.x-about8 .container .x-title {
  font-weight: bold;
  color: #121826;
}
.x-about8 .container .x-title span {
  color: #df0615;
}
.x-about8 .container .x-public-a {
  margin-top: 0.2rem;
}
.x-about8 .container .x-public-a:hover i {
  transform: scale(1.2);
}
.x-about8 .container .x-public-a span {
  font-weight: bold;
  color: #333333;
}
.x-about8 .container .x-public-a i {
  width: 32px;
  height: 32px;
  margin-left: 0.2rem;
}
.x-pro-sea1 {
  padding: 1rem 0 0.1rem;
}
.x-pro-sea1 .x-p {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-pro-sea1 .x-p {
    font-size: 0.36rem;
  }
}
.x-pro-sea1 .x-p span {
  color: #ed6c00;
}
.x-search1 {
  background-color: #f5f5f5;
  padding: 0.7rem 0;
}
.x-search1 .container .x-form {
  width: 8rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dce3ef;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-form {
    width: 6.8rem;
  }
}
.x-search1 .container .x-form input {
  width: 81.25%;
  color: #333333;
  padding: 0 0.34rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-form input {
    width: 80%;
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-form input::placeholder {
  color: #333333;
}
.x-search1 .container .x-form button {
  width: 18.75%;
  background-color: #ed6c00;
  border-radius: 100px;
  margin: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-search1 .container .x-form button {
    width: 20%;
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-form button svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-form button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-form button svg {
    width: 16px;
    height: 16px;
  }
}
.x-search1 .container .x-form button svg path {
  fill: #fff;
}
.x-search2 .container p {
  color: #6c7073;
  margin-top: 0.3rem;
}
.x-search2 .container .x-a {
  text-align: center;
  margin-top: 1rem;
  position: relative;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .x-search2 .container .x-a {
    top: 0;
  }
}
.x-search2 .container .x-a a {
  display: inline-block;
  margin: 0 0.25rem;
  color: #333333;
}
@media (max-width: 767px) {
  .x-search2 .container .x-a a {
    font-size: 0.3rem;
    margin: 0 0.1rem;
  }
}
.x-search2 .container .x-a a.on {
  color: #ed6c00;
}
.x-search2 .container .x-a a.on span {
  color: #ed6c00;
}
.x-search2 .container .x-a a span {
  color: #999999;
}
.x-disc1 {
  padding: 1.2rem 0 1.3rem 0;
}
.x-disc1 .container .x-title {
  text-align: center;
}
.x-disc1 .container .x-con {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-disc1 .container .x-con h1,
  .x-disc1 .container .x-con h2,
  .x-disc1 .container .x-con h3,
  .x-disc1 .container .x-con h4,
  .x-disc1 .container .x-con h5,
  .x-disc1 .container .x-con h6 {
    font-size: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  .x-disc1 .container .x-con p,
  .x-disc1 .container .x-con span {
    font-size: 0.28rem !important;
    line-height: 1.8 !important;
  }
}
.x-down1 {
  background-color: #232526;
  padding: 0.5rem 0;
}
.x-down1 .container .x-title {
  font-weight: bold;
  color: #fff;
}
.x-down1 .container .x-mbx {
  margin-top: 4px;
}
.x-down1 .container .x-mbx .container a {
  color: #6c7073;
}
.x-down1 .container .x-mbx .container a.on {
  color: #9fa3a6;
}
.x-public-down1 {
  padding: 0.45rem 0 1.4rem 0;
  background-color: #f5f5f5;
}
.x-public-down1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 1rem;
}
@media (max-width: 1580px) {
  .x-public-down1 .container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-public-down1 .container {
    padding: 0;
  }
}
.x-public-down1 .container .x-left {
  width: 24.16%;
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-left {
    width: 100%;
    position: initial;
  }
}
.x-public-down1 .container .x-left .x-form {
  padding: 0.18rem;
  display: flex;
  border-bottom: 1px solid #f0f1f2;
}
.x-public-down1 .container .x-left .x-form button svg {
  width: 20px;
  height: 20px;
}
.x-public-down1 .container .x-left .x-form button svg path {
  fill: #333333;
}
.x-public-down1 .container .x-left .x-form input {
  color: #6c7073;
  margin-left: 0.1rem;
  width: 100%;
}
.x-public-down1 .container .x-left .x-form input::placeholder {
  color: #6c7073;
}
.x-public-down1 .container .x-left .x-a {
  padding: 0.15rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-left .x-a {
    padding: 0.2rem 0 0.4rem 0;
  }
}
.x-public-down1 .container .x-left .x-a a {
  display: block;
  color: #333333;
  padding: 0.12rem 0.2rem;
  transition: 0.3s all;
  position: relative;
}
.x-public-down1 .container .x-left .x-a a::before {
  content: "";
  width: 2px;
  height: 0;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
}
.x-public-down1 .container .x-left .x-a a:hover {
  background-color: #f7f9fa;
}
.x-public-down1 .container .x-left .x-a a:hover::before {
  height: 100%;
}
.x-public-down1 .container .x-left .x-a a.on {
  background-color: #f7f9fa;
}
.x-public-down1 .container .x-left .x-a a.on::before {
  height: 100%;
}
.x-public-down1 .container .x-right {
  width: 74.58%;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-public-down1 .container .x-right .x-zldown {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-zldown {
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #f0f1f2;
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-title {
  font-weight: bold;
  color: #333333;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-title {
    width: 100%;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo {
  display: flex;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo {
    flex-wrap: wrap;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li span {
  color: #333333;
  display: inline-block;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li span {
    flex-shrink: 0;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li .x-sel {
  border: 1px solid #e5e5e5;
  border-radius: 0.04rem;
  font-size: 14px;
  color: #999999;
  width: 1.56rem;
  height: 40px;
  line-height: 40px;
  position: relative;
}
@media (max-width: 1580px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li .x-sel {
    width: 2.2rem;
  }
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li .x-sel {
    width: 100%;
  }
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li .x-sel select {
  width: 100%;
  padding: 0 0.1rem;
  display: inline-block;
  height: 100%;
}
.x-public-down1 .container .x-right .x-zldown .x-top .x-fo .x-li .x-sel svg {
  width: 9px;
  height: 5px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.x-public-down1 .container .x-right .x-zldown ul {
  margin-top: 0.4rem;
}
.x-public-down1 .container .x-right .x-zldown ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.6rem 0.35rem 0.4rem;
  border-bottom: 1px solid #f0f1f2;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown ul li {
    padding: 0.3rem;
  }
}
.x-public-down1 .container .x-right .x-zldown ul li:hover {
  background-color: #f5f5f5;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-title {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-title a {
  color: #333333;
  transition: 0.3s all;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-title a:hover {
  color: #005ce6;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-title a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown ul li .x-title a img {
    width: 24px;
    height: 24px;
  }
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a:hover svg path {
  fill: #005ce6;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a:hover span {
  color: #005ce6;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a.x-a2 {
  margin-left: 0.3rem;
  margin-top: 0.02rem;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a.x-a2 svg {
  width: 26px;
  height: 26px;
}
@media (max-width: 1580px) {
  .x-public-down1 .container .x-right .x-zldown ul li .x-a a.x-a2 svg {
    width: 22px;
    height: 22px;
  }
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a.x-a2 svg path {
  transition: 0.3s all;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-public-down1 .container .x-right .x-zldown ul li .x-a a svg {
    width: 18px;
    height: 18px;
  }
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a svg path {
  transition: 0.3s all;
  fill: #333;
}
.x-public-down1 .container .x-right .x-zldown ul li .x-a a span {
  color: #999999;
  display: block;
  margin-top: 0.05rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-zldown ul li .x-a a span {
    font-size: 12px;
  }
}
.x-public-down1 .container .x-right .x-faq {
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-faq {
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  }
}
.x-public-down1 .container .x-right .x-faq .x-top {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #f0f1f2;
}
.x-public-down1 .container .x-right .x-faq .x-top .x-title {
  font-weight: bold;
  color: #333333;
}
.x-public-down1 .container .x-right .x-faq ul li {
  border-bottom: 1px solid #f0f1f2;
  padding: 0.35rem 0 0.3rem;
}
.x-public-down1 .container .x-right .x-faq ul li.on .x-tit .x-img svg {
  transform: rotate(360deg);
}
.x-public-down1 .container .x-right .x-faq ul li .x-tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  cursor: pointer;
}
.x-public-down1 .container .x-right .x-faq ul li .x-tit .x-title {
  color: #333333;
  padding-right: 20px;
}
.x-public-down1 .container .x-right .x-faq ul li .x-tit .x-img {
  display: flex;
  align-items: center;
}
.x-public-down1 .container .x-right .x-faq ul li .x-tit .x-img svg {
  display: block;
  width: 12px;
  height: 14px;
  transition: 0.3s all;
  transform: rotate(180deg);
}
.x-public-down1 .container .x-right .x-faq ul li .x-p {
  color: #999999;
  margin-top: 0.15rem;
  display: none;
}
.x-public-down1 .container .x-right .x-faq ul li .x-p p {
  position: relative;
  padding-left: 0.15rem;
  line-height: 1.9;
}
@media (max-width: 1580px) {
  .x-public-down1 .container .x-right .x-faq ul li .x-p p {
    padding-left: 0.2rem;
  }
}
.x-public-down1 .container .x-right .x-faq ul li .x-p p i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #999999;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media (max-width: 1580px) {
  .x-public-down1 .container .x-right .x-faq ul li .x-p p i {
    top: 0.7em;
  }
}
.x-public-down1 .container .x-right .x-know {
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-public-down1 .container .x-right .x-know {
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  }
}
.x-public-down1 .container .x-right .x-know .x-top {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #f0f1f2;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .x-public-down1 .container .x-right .x-know .x-top {
    align-items: flex-end;
  }
}
.x-public-down1 .container .x-right .x-know .x-top .x-title {
  font-weight: bold;
  color: #333333;
}
.x-public-down1 .container .x-right .x-know .x-top span {
  font-weight: bold;
  color: #ed6c00;
  flex-shrink: 0;
  display: inline-block;
}
.x-public-down1 .container .x-right .x-know .x-know-con {
  padding: 0.4rem 0 0.15rem 0;
}
.x-public-down1 .container .x-right .x-fenye {
  margin-top: 0.6rem;
}
.x-join1 {
  background-color: #f5f5f5;
  padding-top: 1.4rem;
}
.x-join1 .container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.9rem 0.7rem 1.2rem 0.8rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-join1 .container {
    padding: 0.5rem 0.4rem;
  }
}
.x-join1 .container .x-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-join1 .container .x-top .x-le {
  width: 52.8%;
}
@media (max-width: 767px) {
  .x-join1 .container .x-top .x-le {
    width: 100%;
  }
}
.x-join1 .container .x-top .x-le .x-sp1 {
  display: flex;
}
.x-join1 .container .x-top .x-le .x-sp1 svg {
  display: block;
  width: 22px;
  height: 20px;
  margin-right: 8px;
}
.x-join1 .container .x-top .x-le .x-title {
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.2rem;
}
.x-join1 .container .x-top .x-ri {
  width: 47.2%;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .x-join1 .container .x-top .x-ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-join1 .container .x-a {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .x-join1 .container .x-a {
    margin-top: 0.4rem;
  }
}
.x-join1 .container .x-a a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 2.4rem;
  height: 0.7rem;
  background-color: #f5f5f5;
  border-radius: 100px;
  padding: 0 0.15rem 0 0.5rem;
  transition: 0.3s all;
  margin-right: 0.25rem;
}
@media (max-width: 991px) {
  .x-join1 .container .x-a a {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-join1 .container .x-a a {
    height: 0.8rem;
  }
}
.x-join1 .container .x-a a:hover {
  background-color: #ed6c00;
}
.x-join1 .container .x-a a:hover span {
  color: #fff;
}
.x-join1 .container .x-a a:hover .x-img::before {
  width: 105%;
  height: 105%;
}
.x-join1 .container .x-a a:hover .x-img svg {
  transform: scale(1) rotate(90deg);
}
.x-join1 .container .x-a a span {
  color: #333;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-join1 .container .x-a a span {
    font-size: 0.24rem;
  }
}
.x-join1 .container .x-a a .x-img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #ed6c00;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.x-join1 .container .x-a a .x-img::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.x-join1 .container .x-a a .x-img svg {
  display: block;
  width: 16px;
  height: 12px;
  transform: scale(0) rotate(90deg);
  transition: 0.3s all;
}
.x-join1 .container .x-a a .x-img svg path {
  fill: #333;
}
.x-join2 {
  background-color: #f5f5f5;
  padding: 0.4rem 0 0.85rem 0;
}
.x-join2 .container {
  position: relative;
}
.x-join2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.1rem;
}
.x-join2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 110%;
}
.x-join2 .container .swiper-button-prev1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .x-join2 .container .swiper-button-prev1 {
    display: none;
  }
}
.x-join2 .container .swiper-button-prev1:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.x-join2 .container .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.x-join2 .container .swiper-button-prev1 svg {
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-join2 .container .swiper-button-prev1 svg path {
  transition: 0.3s all;
  fill: #cdcdcd;
}
.x-join2 .container .swiper-button-next1 {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .x-join2 .container .swiper-button-next1 {
    display: none;
  }
}
.x-join2 .container .swiper-button-next1:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.x-join2 .container .swiper-button-next1:hover svg path {
  fill: #fff;
}
.x-join2 .container .swiper-button-next1 svg {
  display: block;
  width: 8px;
  height: 12px;
}
.x-join2 .container .swiper-button-next1 svg path {
  fill: #cdcdcd;
}
.x-join3 {
  padding: 1.2rem 0 2.3rem 0;
}
@media (max-width: 767px) {
  .x-join3 {
    padding: 1.2rem 0;
  }
}
.x-join3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-join3 .container .x-left {
  width: 33.14%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-join3 .container .x-left {
    width: 100%;
  }
}
.x-join3 .container .x-left .x-le-t .x-sp {
  display: flex;
  align-items: center;
}
.x-join3 .container .x-left .x-le-t .x-sp svg {
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 0.1rem;
}
.x-join3 .container .x-left .x-le-t .x-sp span {
  color: #ed6c00;
}
.x-join3 .container .x-left .x-le-t .x-title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.14rem;
}
.x-join3 .container .x-left .public-img {
  width: 3.78rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-join3 .container .x-left .public-img {
    display: none;
  }
}
.x-join3 .container .x-left .public-img::before {
  padding-top: 64.02%;
}
.x-join3 .container .x-right {
  width: 57.14%;
}
@media (max-width: 767px) {
  .x-join3 .container .x-right {
    width: 100%;
  }
}
.x-join3 .container .x-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.x-join3 .container .x-right ul li {
  width: 45%;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-join3 .container .x-right ul li {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-join3 .container .x-right ul li .x-img {
  width: auto;
  height: 0.34rem;
}
@media (max-width: 767px) {
  .x-join3 .container .x-right ul li .x-img {
    height: 0.46rem;
  }
}
.x-join3 .container .x-right ul li .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-join3 .container .x-right ul li .x-text .x-title {
  font-weight: bold;
  margin: 0.1rem 0 0.05rem 0;
}
.x-join3 .container .x-right ul li .x-text .x-p {
  color: #666666;
}
.x-contact1 {
  position: relative;
}
.x-contact1 .x-contact-a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-contact1 .x-contact-a {
    width: 100%;
  }
}
.x-contact1 .x-contact-a .container {
  display: flex;
  justify-content: center;
}
.x-contact1 .x-contact-a .container a {
  display: block;
  padding: 0.35rem 0;
  min-width: 5.3rem;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  color: #222222;
}
@media (max-width: 767px) {
  .x-contact1 .x-contact-a .container a {
    min-width: initial;
    width: 50%;
  }
}
.x-contact1 .x-contact-a .container a.on {
  color: #fff;
  background-color: rgba(237, 108, 0, 0.9);
}
.x-contact2 {
  position: relative;
}
@media (max-width: 767px) {
  .x-contact2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .x-contact2 .public-img {
    width: 100%;
  }
}
.x-contact2 .public-img::before {
  padding-top: 36.09%;
}
@media (max-width: 767px) {
  .x-contact2 .public-img::before {
    padding-top: 46%;
  }
}
.x-contact2 .container {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-contact2 .container {
    top: 15%;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container {
    position: initial;
    transform: initial;
    width: 90%;
    margin-top: 0.4rem;
  }
}
.x-contact2 .container .x-title {
  color: #121826;
  font-weight: bold;
}
.x-contact2 .container .x-p {
  color: #666666;
  line-height: 1.8;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact2 .container .x-p br {
    display: none;
  }
}
.x-contact2 .container .x-xia {
  background-color: #df0615;
  width: 4.5rem;
  border-radius: 0.1rem;
  padding: 0.5rem 0.2rem 0.6rem 0.6rem;
  margin-top: 1.1rem;
}
@media (max-width: 1580px) {
  .x-contact2 .container .x-xia {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container .x-xia {
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.4rem 0.2rem 0.4rem 0.4rem;
  }
}
.x-contact2 .container .x-xia .x-sp {
  display: flex;
  margin-bottom: 0.15rem;
}
.x-contact2 .container .x-xia .x-sp .x-img {
  width: auto;
  height: 22px;
  flex-shrink: 0;
}
.x-contact2 .container .x-xia .x-sp .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-contact2 .container .x-xia .x-sp .x-pp {
  display: flex;
  margin-left: 0.1rem;
}
.x-contact2 .container .x-xia .x-sp .x-pp span {
  display: inline-block;
  color: #fff;
}
.x-contact2 .container .x-xia .x-sp .x-pp span:nth-of-type(1) {
  flex-shrink: 0;
}
.x-contact2 .container .x-xia a {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
}
.x-contact2 .container .x-xia a span {
  color: #fff;
}
.x-contact2 .container .x-xia a svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0.1rem;
}
.x-contact3 {
  padding: 3.3rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .x-contact3 {
    padding: 1.2rem 0;
  }
}
.x-contact3 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact3 .container .x-top .x-title {
  font-weight: bold;
  width: 55%;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top .x-title {
    width: 100%;
  }
}
.x-contact3 .container .x-top .x-p {
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top .x-p {
    width: 100%;
  }
}
.x-contact3 .container .x-form {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form {
    margin-top: 0.4rem;
  }
}
.x-contact3 .container .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact3 .container .x-form ul li {
  width: 49.28%;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li {
    width: 100%;
  }
}
.x-contact3 .container .x-form ul li.x-te {
  width: 100%;
}
.x-contact3 .container .x-form ul li span {
  color: #999999;
  display: block;
}
.x-contact3 .container .x-form ul li span i {
  font-style: initial;
  color: #d80c18;
}
.x-contact3 .container .x-form ul li input {
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-form ul li input {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li input {
    height: 0.8rem;
  }
}
.x-contact3 .container .x-form ul li textarea {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.2rem;
  background-color: #f7f7f7;
  margin-top: 0.15rem;
}
.x-contact3 .container .x-form .x-sp {
  color: #999999;
}
.x-contact3 .container .x-form .x-sp a {
  color: #666666;
  display: inline-block;
}
.x-contact3 .container .x-form .x-but {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form .x-but {
    margin-top: 0.4rem;
  }
}
.x-contact3 .container .x-form .x-but button {
  background-color: #ed6c00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  min-width: 2.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 0.06rem;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-form .x-but button {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form .x-but button {
    height: 0.8rem;
  }
}
.box3 {
  width: 100%;
  padding: 0.9rem 0 1.6rem;
  background: #fafafa;
}
.box3 .container .x-top .x-title {
  font-weight: bold;
}
.box3 .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.35rem;
}
@media (max-width: 991px) {
  .box3 .container .content {
    margin-top: 0.6rem;
  }
}
.box3 .container .content .left {
  width: 21.78%;
  border-right: 1px solid #e3e6e6;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .box3 .container .content .left {
    display: none;
  }
}
.box3 .container .content .left .x-sx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e5e8e8;
  margin-bottom: 0.46rem;
}
.box3 .container .content .left .x-sx span:nth-of-type(1) {
  color: #333333;
  font-weight: bold;
}
.box3 .container .content .left .x-sx span:nth-of-type(2) {
  color: #999999;
  cursor: pointer;
}
.box3 .container .content .left .ts {
  width: 100%;
  margin-bottom: 0.56rem;
}
.box3 .container .content .left .ts:nth-last-child(2) {
  margin-bottom: 0;
}
.box3 .container .content .left .ts .t1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.box3 .container .content .left .ts .tc {
  width: 100%;
  margin-top: 0.2rem;
}
.box3 .container .content .left .ts .tc .all {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.16rem;
}
.box3 .container .content .left .ts .tc .all .ck {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  margin-right: 0.1rem;
  position: relative;
}
.box3 .container .content .left .ts .tc .all .ck span {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.box3 .container .content .left .ts .tc .all .type {
  color: #333;
}
.box3 .container .content .left .ts .tc .all .num {
  width: 70px;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 14px;
  color: #8f959e;
  padding-left: 0.2rem;
  background: url(../images/job-box3-icon3.svg) left center no-repeat;
}
.box3 .container .content .left .ts .tc .all.on .ck {
  border: 1px solid #ed6c00;
}
.box3 .container .content .left .ts .tc .all.on .ck span {
  background: url('../images/x-join-list2.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.box3 .container .content .left .ts .tc ul li {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.16rem;
}
.box3 .container .content .left .ts .tc ul li:last-child {
  margin-bottom: 0;
}
.box3 .container .content .left .ts .tc ul li .ck {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  margin-right: 0.1rem;
  position: relative;
}
.box3 .container .content .left .ts .tc ul li .ck span {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.box3 .container .content .left .ts .tc ul li .type {
  color: #333;
  line-height: 24px;
}
.box3 .container .content .left .ts .tc ul li .num {
  width: 70px;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 14px;
  color: #8f959e;
  padding-left: 0.2rem;
  background: url(../images/job-box3-icon3.svg) left center no-repeat;
}
.box3 .container .content .left .ts .tc ul li.on .ck {
  border: 1px solid #ed6c00;
}
.box3 .container .content .left .ts .tc ul li.on .ck span {
  background: url('../images/x-join-list2.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.box3 .container .content .left .search-more {
  width: 100%;
  position: relative;
}
.box3 .container .content .left .search-more .t1 {
  color: #004ea2;
  display: flex;
  align-items: center;
  line-height: 26px;
  padding: 0.08rem 0;
  background: #fafafa;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.box3 .container .content .left .search-more .t1 span {
  font-size: 0.26rem;
  margin-right: 0.12rem;
}
.box3 .container .content .left .search-more .slist {
  width: 100%;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: none;
}
.box3 .container .content .left .search-more .slist .stxt {
  width: 100%;
  position: relative;
}
.box3 .container .content .left .search-more .slist .stxt svg {
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.box3 .container .content .left .search-more .slist .stxt svg path {
  fill: #004ea2;
}
.box3 .container .content .left .search-more .slist .stxt .txt {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  padding-left: 0.4rem;
  background: url(../images/search.svg) 0.05rem center no-repeat;
}
.box3 .container .content .left .search-more .slist ul {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
.box3 .container .content .left .search-more .slist ul li {
  position: relative;
  display: block;
  padding: 8px 12px;
  overflow: hidden;
  color: #1f2329;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.box3 .container .content .left .search-more .slist ul li:hover {
  background: rgba(51, 112, 255, 0.1);
}
.box3 .container .content .m-menu {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .box3 .container .content .m-menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
}
.box3 .container .content .m-menu .filter {
  display: flex;
  align-items: center;
}
.box3 .container .content .right {
  width: 75%;
}
@media (max-width: 991px) {
  .box3 .container .content .right {
    width: 100%;
  }
}
.box3 .container .content .right .rtitle {
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.box3 .container .content .right .list {
  width: 100%;
  margin: 0.3rem 0 1rem 0;
}
.box3 .container .content .right .list ul {
  width: 100%;
}
.box3 .container .content .right .list ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 0.1rem;
  padding: 0 0.8rem 0 0.4rem;
}
@media (max-width: 767px) {
  .box3 .container .content .right .list ul li {
    padding: 0 0.5rem;
  }
}
.box3 .container .content .right .list ul li .rtop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.32rem 0;
  cursor: pointer;
}
.box3 .container .content .right .list ul li .rtop .rleft {
  width: 50%;
}
@media (max-width: 767px) {
  .box3 .container .content .right .list ul li .rtop .rleft {
    width: 100%;
  }
}
.box3 .container .content .right .list ul li .rtop .rleft .ts1 {
  color: #333;
}
.box3 .container .content .right .list ul li .rtop .rleft .ts2 {
  color: #8f959e;
  line-height: 26px;
  margin-top: 4px;
}
.box3 .container .content .right .list ul li .rtop .rleft .ts2 span {
  margin-right: 0.3rem;
}
.box3 .container .content .right .list ul li .rtop .rright {
  width: 40.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .box3 .container .content .right .list ul li .rtop .rright {
    width: 100%;
  }
}
.box3 .container .content .right .list ul li .rtop .rright .time {
  line-height: 26px;
  color: #999;
}
.box3 .container .content .right .list ul li .rtop .rright .getJob {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background: #ed6c00;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.box3 .container .content .right .list ul li .rtop .rright .icon {
  width: 0.2rem;
  display: flex;
}
.box3 .container .content .right .list ul li .rtop .rright .icon svg {
  transition: all ease-out 0.3s;
  transform: rotate(90deg);
  width: 20px;
  height: 14px;
}
.box3 .container .content .right .list ul li .rtop .rright .icon svg path {
  fill: #ccc;
  transition: all ease-out 0.3s;
}
.box3 .container .content .right .list ul li .rcontent {
  line-height: 26px;
  color: #666;
  padding: 0.3rem 0 0.3rem;
  display: none;
  border-top: 1px solid #f2f2f2;
}
.box3 .container .content .right .list ul li.on .rtop .rright .getJob {
  display: flex;
}
.box3 .container .content .right .list ul li.on .rtop .rright .icon svg {
  transform: rotate(-90deg);
}
.box3 .container .content .right .list ul li.on .rtop .rright .icon svg path {
  fill: #333;
}
.filter-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50vh;
  background: #fff;
  z-index: 10;
  padding: 1rem 0.5rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.filter-box .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.filter-box .close img {
  width: 12px;
  height: 12px;
}
.filter-box .fb-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.filter-box .fb-menu .ts {
  width: 100%;
  margin-bottom: 0.56rem;
}
.filter-box .fb-menu .ts .t1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.filter-box .fb-menu .ts .tc {
  width: 100%;
  margin-top: 0.2rem;
}
.filter-box .fb-menu .ts .tc .all {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.16rem;
}
.filter-box .fb-menu .ts .tc .all .ck {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  margin-right: 0.1rem;
  position: relative;
}
.filter-box .fb-menu .ts .tc .all .ck span {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-box .fb-menu .ts .tc .all .type {
  color: #333;
}
.filter-box .fb-menu .ts .tc .all.on .ck {
  border: 1px solid #ed6c00;
}
.filter-box .fb-menu .ts .tc .all.on .ck span {
  background: url('../images/x-join-list2.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.filter-box .fb-menu .ts .tc ul li {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.16rem;
}
.filter-box .fb-menu .ts .tc ul li:last-child {
  margin-bottom: 0;
}
.filter-box .fb-menu .ts .tc ul li .ck {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  margin-right: 0.1rem;
  position: relative;
}
.filter-box .fb-menu .ts .tc ul li .ck span {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-box .fb-menu .ts .tc ul li .type {
  color: #333;
  line-height: 24px;
}
.filter-box .fb-menu .ts .tc ul li .num {
  width: 70px;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 14px;
  color: #8f959e;
  padding-left: 0.3rem;
  background: url(../images/job-box3-icon3.svg) left center no-repeat;
}
.filter-box .fb-menu .ts .tc ul li.on .ck {
  border: 1px solid #ed6c00;
}
.filter-box .fb-menu .ts .tc ul li.on .ck span {
  background: url('../images/x-join-list2.png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.filter-box .fb-ckbox {
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-box .fb-ckbox .clean {
  width: 120px;
  height: 36px;
  border: 2px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all ease-in 0.3s;
}
.filter-box .fb-ckbox .clean:hover {
  background: #000;
  color: #fff;
}
.filter-box .fb-ckbox .use {
  width: 120px;
  height: 36px;
  border: 2px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.3s;
}
.filter-box .fb-ckbox .use:hover {
  background: #000;
  color: #fff;
}
.curtain7 .x-con {
  background-color: #fff;
  width: 9.5rem;
  overflow: hidden;
  padding: 0.6rem 1.2rem;
}
@media (max-width: 1580px) {
  .curtain7 .x-con {
    padding: 0.4rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .curtain7 .x-con {
    width: 6.6rem;
    padding: 0.6rem 0.4rem;
  }
}
.curtain7 .x-con .x-title {
  text-align: center;
  font-weight: bold;
}
.curtain7 .x-con .x-form {
  margin-top: 0.4rem;
}
.curtain7 .x-con .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.curtain7 .x-con .x-form ul li {
  width: 49.29%;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form ul li {
    width: 100%;
  }
}
.curtain7 .x-con .x-form ul li input {
  width: 100%;
  background-color: #f5f5f7;
  color: #999;
  height: 0.48rem;
  padding: 0 0.2rem;
  border: 1px solid #ededed;
}
@media (max-width: 1580px) {
  .curtain7 .x-con .x-form ul li input {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form ul li input {
    height: 0.8rem;
  }
}
.curtain7 .x-con .x-form ul li.x-li {
  width: 100%;
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box {
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.2rem;
  background: #f3f3f3;
  width: 100%;
  border: 1px solid #ededed;
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii .x-di {
  color: #999999;
  display: flex;
  flex-wrap: wrap;
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii .x-di .x-span {
  width: 100%;
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii .x-di .x-span {
    display: none;
  }
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii .x-p {
  color: #fff;
  background-color: #333333;
  border-radius: 0.04rem;
  padding: 0.05rem 0.08rem;
  flex-shrink: 0;
  width: 70px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form ul li.x-li .hi-input-box .x-dii .x-p {
    font-size: 0.24rem;
  }
}
.curtain7 .x-con .x-form ul li.x-li .hi-input-box .hi-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.curtain7 .x-con .x-form ul li.x-li2 {
  width: 100%;
}
.curtain7 .x-con .x-form .x-sp {
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form .x-sp {
    font-size: 0.24rem;
  }
}
.curtain7 .x-con .x-form .x-but {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form .x-but {
    margin-top: 0.3rem;
  }
}
.curtain7 .x-con .x-form .x-but button {
  min-width: 2.6rem;
  height: 0.54rem;
  text-align: center;
  color: #fff;
  background-color: #ed6c00;
  border-radius: 0.06rem;
}
@media (max-width: 1580px) {
  .curtain7 .x-con .x-form .x-but button {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .curtain7 .x-con .x-form .x-but button {
    height: 0.8rem;
    font-size: 0.28rem;
  }
}
.x-dis1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0 1.3rem 0;
}
.x-dis1 .container .x-top .x-img {
  width: 5.36rem;
  height: 1.42rem;
  margin: 0 auto;
}
.x-dis1 .container .x-top .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-dis1 .container .x-top .x-title {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}
.x-dis1 .container .x-top .x-title i {
  width: 0.6rem;
  height: 1px;
  background-color: #fff;
  margin-right: 0.3rem;
}
.x-dis1 .container .x-top .x-title i:nth-of-type(2) {
  margin-left: 0.3rem;
  margin-right: 0;
}
.x-dis1 .container .x-xia {
  width: 100%;
}
.x-dis1 .container .x-xia ul {
  width: 100%;
}
.x-dis1 .container .x-xia ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.x-dis1 .container .x-xia ul li:nth-of-type(2n-1) {
  background-color: #fafafa;
}
.x-dis1 .container .x-xia ul li:nth-of-type(2n) {
  background-color: #fff;
}
.x-dis1 .container .x-xia ul li .x-title {
  background-color: #caa577;
  color: #fff;
  text-align: center;
  border: 1px solid #efefef;
  border-right: none;
  padding: 0.21rem;
}
@media (max-width: 767px) {
  .x-dis1 .container .x-xia ul li .x-title {
    padding: 0.1rem;
  }
}
.x-dis1 .container .x-xia ul li .x-title:nth-of-type(3n) {
  border-right: 1px solid #efefef;
}
.x-dis1 .container .x-xia ul li .x-title:nth-of-type(1) {
  width: 28.57%;
}
.x-dis1 .container .x-xia ul li .x-title:nth-of-type(2) {
  width: 53.57%;
}
.x-dis1 .container .x-xia ul li .x-title:nth-of-type(3) {
  width: 17.86%;
}
.x-dis1 .container .x-xia ul li p {
  color: #fff;
  text-align: center;
  border: 1px solid #efefef;
  border-right: none;
  border-top: none;
  padding: 0.21rem;
  color: #666666;
}
@media (max-width: 767px) {
  .x-dis1 .container .x-xia ul li p {
    padding: 0.1rem;
  }
}
.x-dis1 .container .x-xia ul li p:nth-of-type(3n) {
  border-right: 1px solid #efefef;
}
.x-dis1 .container .x-xia ul li p:nth-of-type(1) {
  width: 28.57%;
}
.x-dis1 .container .x-xia ul li p:nth-of-type(2) {
  width: 53.57%;
}
.x-dis1 .container .x-xia ul li p:nth-of-type(3) {
  width: 17.86%;
}
.x-dis2 {
  padding: 1.15rem 0 1.4rem 0;
}
.x-dis2 .container ul li {
  margin-bottom: 0.62rem;
}
.x-dis2 .container ul li p {
  font-weight: bold;
}
.x-dis2 .container ul li .x-p {
  width: 100%;
  min-height: 2.7rem;
  border: 0.02rem solid #e4d2bb;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  line-height: 2;
  margin-top: 0.05rem;
}
.x-dis2 .container .x-but {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.x-dis2 .container button {
  min-width: 2.6rem;
  color: #fff;
  text-align: center;
  height: 0.6rem;
  background-color: #ed6c00;
  border-radius: 0.06rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-dis2 .container button {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-dis2 .container button {
    height: 0.8rem;
  }
}
.x-qua1 {
  padding: 1.5rem 0 1.7rem 0;
}
@media (max-width: 767px) {
  .x-qua1 {
    padding: 1.2rem 0 0.2rem 0;
  }
}
.x-qua1 .container .x-title {
  font-weight: bold;
  text-align: center;
}
.x-qua1 ul {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
  max-width: 1450px;
  margin-top: 1.15rem;
}
@media (max-width: 1260px) {
  .x-qua1 ul {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .x-qua1 ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .x-qua1 ul {
    margin-top: 0.9rem;
  }
}
.x-qua1 ul li {
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/x-qua2.png') no-repeat center;
  background-size: cover;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .x-qua1 ul li {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-qua1 ul li {
    margin-bottom: 1.2rem;
  }
}
.x-qua1 ul li:last-child::after {
  display: none;
}
.x-qua1 ul li::after {
  content: "";
  width: 0.36rem;
  height: 0.5px;
  background-color: #ed6c00;
  position: absolute;
  right: -52%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-qua1 ul li::after {
    right: -63%;
  }
}
@media (max-width: 1380px) {
  .x-qua1 ul li::after {
    right: -59%;
  }
}
@media (max-width: 1285px) {
  .x-qua1 ul li::after {
    right: -54%;
  }
}
@media (max-width: 1260px) {
  .x-qua1 ul li::after {
    right: -40%;
    width: 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-qua1 ul li::after {
    display: none;
  }
}
.x-qua1 ul li::before {
  content: "";
  width: 2.16rem;
  height: 2.16rem;
  background-color: rgba(237, 108, 0, 0.07);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .x-qua1 ul li::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.x-qua1 ul li span {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
}
.x-qua1 ul li P {
  font-weight: bold;
  color: #fff;
  padding: 0 0.4rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-qua1 ul li P {
    padding: 0 0.2rem;
  }
}
@media (max-width: 1260px) {
  .x-qua1 ul li P {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-qua1 ul li P {
    font-size: 0.3rem;
    padding: 0 0.4rem;
  }
}
.x-qua2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
}
.x-qua2 .container ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-qua2 .container ul li {
    padding: 0.4rem;
  }
}
.x-qua2 .container ul li:hover .x-right img {
  transform: scale(1.1);
}
.x-qua2 .container ul li:last-child {
  margin-bottom: 0;
}
.x-qua2 .container ul li:nth-of-type(2n) .x-left {
  margin-right: 0;
  margin-left: 1.1rem;
}
@media (max-width: 991px) {
  .x-qua2 .container ul li:nth-of-type(2n) .x-left {
    margin-left: 0;
  }
}
.x-qua2 .container ul li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 991px) {
  .x-qua2 .container ul li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-qua2 .container ul li .x-left {
  width: 41.8%;
  margin-right: 1.3rem;
}
@media (max-width: 991px) {
  .x-qua2 .container ul li .x-left {
    width: 100%;
    margin-right: 0;
  }
}
.x-qua2 .container ul li .x-left .x-sp {
  color: #999999;
  display: block;
}
.x-qua2 .container ul li .x-left .x-title {
  font-weight: bold;
  color: #df0615;
  line-height: 1.2;
  margin-top: 0.1rem;
}
.x-qua2 .container ul li .x-left .x-p {
  color: #666666;
  margin-top: 0.9rem;
}
@media (max-width: 991px) {
  .x-qua2 .container ul li .x-left .x-p {
    margin-top: 0.3rem;
  }
}
.x-qua2 .container ul li .x-left .x-p p {
  position: relative;
  padding-left: 0.2rem;
  line-height: 1.8;
}
.x-qua2 .container ul li .x-left .x-p p i {
  width: 6px;
  height: 6px;
  background-color: #ed6c00;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media (max-width: 767px) {
  .x-qua2 .container ul li .x-left .x-p p i {
    top: 0.6em;
  }
}
.x-qua2 .container ul li .x-right {
  width: 47.26%;
}
@media (max-width: 991px) {
  .x-qua2 .container ul li .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-qua2 .container ul li .x-right .public-img {
  border-radius: 0.1rem;
}
.x-qua2 .container ul li .x-right .public-img::before {
  padding-top: 67.27%;
}
.x-qua3 {
  padding: 1.1rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-qua3 {
    padding: 1.2rem 0 0.6rem 0;
  }
}
.x-qua3 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #121826;
}
.x-qua3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
@media (max-width: 991px) {
  .x-qua3 .container ul {
    justify-content: space-between;
  }
}
.x-qua3 .container ul li {
  width: 23.35%;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.34rem rgba(0, 0, 0, 0.08);
  margin-bottom: 0.3rem;
  margin-right: 2.2%;
}
@media (max-width: 991px) {
  .x-qua3 .container ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-qua3 .container ul li {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.x-qua3 .container ul li:hover .public-img img {
  transform: scale(1.1);
}
.x-qua3 .container ul li:nth-of-type(4n) {
  margin-right: 0;
}
.x-qua3 .container ul li .public-img {
  border-radius: 0.1rem;
}
.x-qua3 .container ul li .public-img::before {
  padding-top: 61.16%;
}
.x-qua3 .container ul li .x-text {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.2rem;
}
@media (max-width: 1580px) {
  .x-qua3 .container ul li .x-text {
    padding: 0.3rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-qua3 .container ul li .x-text {
    padding: 0.3rem 0.2rem;
  }
}
.x-qua3 .container ul li .x-text .x-title2 {
  font-weight: bold;
  color: #333333;
  padding-right: 0.1rem;
}
.x-qua3 .container ul li .x-text span {
  color: #ed6c00;
  display: inline-block;
  margin-top: 0.06em;
  flex-shrink: 0;
}
.x-qua4 {
  background-color: #fafafa;
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-qua4 {
    padding: 1.2rem 0 0.6rem 0;
  }
}
.x-qua4 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #121826;
}
.x-qua4 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.x-qua4 .container .x-top .public-img {
  width: 28.57%;
  border-radius: 0.1rem;
  cursor: pointer;
  margin-bottom: 0.4rem;
}
.x-qua4 .container .x-top .public-img::before {
  padding-top: 140%;
}
.x-qua4 .container .x-xia {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .x-qua4 .container .x-xia {
    margin-top: 0.6rem;
  }
}
.x-qua4 .container .x-xia .x-title2 {
  font-weight: bold;
  color: #333333;
}
.x-qua4 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-qua4 .container .x-xia ul li {
  padding-right: 10px;
  width: 33.33%;
}
@media (max-width: 991px) {
  .x-qua4 .container .x-xia ul li {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-qua4 .container .x-xia ul li {
    width: 100%;
  }
}
.x-qua4 .container .x-xia ul li p {
  color: #666666;
  position: relative;
  padding-left: 0.15rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-qua4 .container .x-xia ul li p {
    padding-left: 0.2rem;
  }
}
.x-qua4 .container .x-xia ul li p i {
  width: 6px;
  height: 6px;
  background-color: #ed6c00;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 991px) {
  .x-qua4 .container .x-xia ul li p i {
    top: 0.5em;
  }
}
.x-news-info1 {
  background-color: #f5f5f5;
  padding: 0.5rem 0 1.45rem;
}
@media (max-width: 767px) {
  .x-news-info1 {
    padding: 1.2rem 0;
  }
}
.x-news-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-news-info1 .container .x-left {
  width: 64.28%;
  background-color: #ffffff;
  padding: 0.55rem 0.5rem;
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-left {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.x-news-info1 .container .x-left .x-top .x-title {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-top .x-title br {
    display: none;
  }
}
.x-news-info1 .container .x-left .x-top .x-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #f0f1f2;
}
.x-news-info1 .container .x-left .x-top .x-tit .x-sp {
  color: #666666;
}
.x-news-info1 .container .x-left .x-top .x-tit .x-sp span {
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-top .x-tit .x-sp span {
    display: block;
  }
}
.x-news-info1 .container .x-left .x-top .x-tit .x-fx {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-top .x-tit .x-fx {
    width: 100%;
    margin-top: 0.2rem;
    justify-content: center;
  }
}
.x-news-info1 .container .x-left .x-top .x-tit .x-fx .x-img svg {
  display: inline-block;
  width: 15px;
  height: 16px;
}
.x-news-info1 .container .x-left .x-top .x-tit .x-fx a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 0.14rem;
  margin-right: 0;
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-left .x-top .x-tit .x-fx a {
    margin-left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-top .x-tit .x-fx a {
    margin-left: 0.3rem;
  }
}
.x-news-info1 .container .x-left .public-content {
  padding: 0.35rem 0 0.7rem 0;
}
.x-news-info1 .container .x-left .x-xia {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-xia {
    flex-wrap: wrap;
  }
}
.x-news-info1 .container .x-left .x-xia .x-a {
  width: 80%;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-xia .x-a {
    width: 100%;
  }
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne {
  display: flex;
  margin-top: 0.1rem;
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne:hover span {
  color: #333333;
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne:hover a {
  color: #333333;
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne:first-child {
  margin-top: 0;
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne span {
  color: #999999;
  flex-shrink: 0;
  transition: 0.3s all;
}
.x-news-info1 .container .x-left .x-xia .x-a .x-ne a {
  color: #999999;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s all;
}
.x-news-info1 .container .x-left .x-xia .x-b {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-xia .x-b {
    width: 100%;
    margin-top: 0.08rem;
  }
}
.x-news-info1 .container .x-left .x-xia .x-b a {
  display: inline-flex;
  color: #ed6c00;
}
.x-news-info1 .container .x-left .x-xia .x-b a .x-sv {
  width: 14px;
  height: 14px;
  margin-left: 0.1rem;
}
.x-news-info1 .container .x-right {
  width: 28.57%;
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 0.35rem 0.4rem 1.2rem 0.4rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .x-news-info1 .container .x-right {
    width: 100%;
    position: initial;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-right {
    margin-top: 0.6rem;
  }
}
.x-news-info1 .container .x-right .x-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.x-news-info1 .container .x-right .x-a a {
  display: block;
  padding: 0.23rem 0;
  border-top: 1px solid #e6e6e6;
}
.x-news-info1 .container .x-right .x-a a:hover .x-title2 {
  color: #ed6c00;
}
.x-news-info1 .container .x-right .x-a a:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.x-news-info1 .container .x-right .x-a a .x-title2 {
  color: #333333;
  font-weight: bold;
  transition: 0.3s all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-news-info1 .container .x-right .x-a a p {
  color: #686c7b;
  line-height: 1.8;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
}
.x-news-list1 {
  padding: 0.9rem 0 0 0;
}
.x-news-list1 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-list1 .container .x-top .x-le {
  width: 71.42%;
}
@media (max-width: 767px) {
  .x-news-list1 .container .x-top .x-le {
    width: 100%;
  }
}
.x-news-list1 .container .x-top .x-le .x-a a {
  display: inline-block;
  color: #999999;
  font-weight: bold;
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .x-news-list1 .container .x-top .x-le .x-a a {
    margin-right: 0.4rem;
    font-size: 0.4rem;
  }
}
.x-news-list1 .container .x-top .x-le .x-a a.on {
  color: #ed6c00;
}
.x-news-list1 .container .x-top .x-le .x-bq {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.x-news-list1 .container .x-top .x-le .x-bq span {
  flex-shrink: 0;
  color: #6c7073;
  display: inline-block;
  margin-right: 0.05rem;
}
.x-news-list1 .container .x-top .x-le .x-bq a {
  color: #6c7073;
}
.x-news-list1 .container .x-top .x-le .x-bq a:last-child i {
  display: none;
}
.x-news-list1 .container .x-top .x-le .x-bq a i {
  font-style: initial;
  display: inline-block;
  margin: 0 0.1rem;
}
.x-news-list1 .container .x-top .x-le .x-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-news-list1 .container .x-top .x-le .x-title {
    font-size: 0.36rem;
  }
}
.x-news-list1 .container .x-top .x-ri {
  width: 20.71%;
}
@media (max-width: 1580px) {
  .x-news-list1 .container .x-top .x-ri {
    width: 27.71%;
  }
}
@media (max-width: 991px) {
  .x-news-list1 .container .x-top .x-ri {
    width: 25.71%;
  }
}
@media (max-width: 767px) {
  .x-news-list1 .container .x-top .x-ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-news-list1 .container .x-top .x-ri .x-form {
  display: flex;
  width: 100%;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #f0f1f2;
}
.x-news-list1 .container .x-top .x-ri .x-form input {
  width: 92%;
  color: #6c7073;
  padding-right: 10px;
}
.x-news-list1 .container .x-top .x-ri .x-form input::placeholder {
  color: #6c7073;
}
.x-news-list1 .container .x-top .x-ri .x-form button {
  width: 8%;
  flex-shrink: 0;
}
.x-news-list1 .container .x-top .x-ri .x-form button svg {
  display: block;
  width: 20px;
  height: 20px;
}
.x-news-list1 .container .x-top .x-ri .x-form button svg path {
  fill: #333333;
}
.x-news-list2 .x-index3 {
  padding-top: 0.3rem;
}
.x-news-list2 .x-index3 .container .x-fenye {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .x-news-list2 .x-index3 .container .x-fenye {
    margin-top: 0.6rem;
  }
}
.x-inte1 {
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .x-inte1 {
    padding-top: 1.2rem;
  }
}
.x-inte1 .x-con .x-t-ti .x-title {
  font-size: 2.4rem;
  color: rgba(18, 24, 38, 0.06);
  text-align: right;
  font-weight: bold;
  transform: translateX(1rem);
  line-height: 0.9;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-t-ti .x-title {
    font-size: 1.2rem;
    transform: translateX(0.5rem);
  }
}
.x-inte1 .x-con .x-xia {
  margin-left: 2.6rem;
  position: relative;
  margin-top: -0.6rem;
}
@media (max-width: 1260px) {
  .x-inte1 .x-con .x-xia {
    margin-left: 5.6%;
  }
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia {
    margin-top: -0.3rem;
  }
}
.x-inte1 .x-con .x-xia .x-text {
  background-color: #fff;
  width: 6.3rem;
  height: 7.7rem;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
}
@media (max-width: 1580px) {
  .x-inte1 .x-con .x-xia .x-text {
    height: 9.3rem;
  }
}
@media (max-width: 1285px) {
  .x-inte1 .x-con .x-xia .x-text {
    height: 8.3rem;
  }
}
@media (max-width: 1260px) {
  .x-inte1 .x-con .x-xia .x-text {
    height: 9rem;
  }
}
@media (max-width: 991px) {
  .x-inte1 .x-con .x-xia .x-text {
    height: 6.8rem;
  }
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia .x-text {
    height: 8.2rem;
    padding-top: 0.4rem;
  }
}
.x-inte1 .x-con .x-xia .x-text .x-to .x-tit {
  display: none;
  position: relative;
  z-index: 10;
}
.x-inte1 .x-con .x-xia .x-text .x-to .x-tit.on {
  display: block;
}
.x-inte1 .x-con .x-xia .x-text .x-to .x-tit .x-title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia .x-text .x-to .x-tit .x-title {
    font-size: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    max-height: 3em;
  }
}
.x-inte1 .x-con .x-xia .x-text .x-to .x-tit .x-p {
  color: #666666;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.x-inte1 .x-con .x-xia .x-num {
  position: absolute;
  bottom: 0.4rem;
}
.x-inte1 .x-con .x-xia .x-num .x-n1 {
  color: #df0615;
}
.x-inte1 .x-con .x-xia .x-num i {
  font-style: initial;
  color: #cccccc;
}
.x-inte1 .x-con .x-xia .x-num .x-n2 {
  color: #cccccc;
}
.x-inte1 .x-con .x-xia .swiper-container {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0.5rem;
  width: 100%;
  padding-top: 2rem;
}
@media (max-width: 1580px) {
  .x-inte1 .x-con .x-xia .swiper-container {
    padding-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia .swiper-container {
    padding-top: 3rem;
  }
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.1rem;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 58.72%;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1 {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  top: 0.4rem;
  right: 4.45rem;
  z-index: 6;
  cursor: pointer;
  transition: 0.3s all;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1 {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1 svg {
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-prev1 svg path {
  transition: 0.3s all;
  fill: #333333;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1 {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  top: 0.4rem;
  right: 3.4rem;
  z-index: 6;
  cursor: pointer;
  transition: 0.3s all;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1 {
    right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1:hover svg path {
  fill: #fff;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1 svg {
  display: block;
  width: 8px;
  height: 12px;
}
.x-inte1 .x-con .x-xia .swiper-container .swiper-button-next1 svg path {
  fill: #333333;
}
.x-inte3 {
  background-color: #f7f7f7;
  padding: 1.7rem 0 2rem 0;
}
@media (max-width: 767px) {
  .x-inte3 {
    padding: 1.2rem 0;
  }
}
.x-inte3 .x-con {
  margin-left: 2.6rem;
}
@media (max-width: 1260px) {
  .x-inte3 .x-con {
    margin-left: 5.6%;
  }
}
.x-inte3 .x-con .x-top .x-title {
  font-weight: bold;
  color: #121826;
}
.x-inte3 .x-con .x-top .x-p {
  line-height: 1.8;
  color: #666666;
}
.x-inte3 .x-con .swiper-container {
  margin-top: 0.45rem;
  min-height: 4.7rem;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper-container {
    min-height: 5rem;
  }
}
@media (max-width: 991px) {
  .x-inte3 .x-con .swiper-container {
    min-height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper-container {
    min-height: initial;
  }
}
.x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  width: 5.9rem;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide {
    width: 6.2rem;
  }
}
.x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 7.7rem;
}
@media (max-width: 1580px) {
  .x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 8.2rem;
  }
}
@media (max-width: 1260px) {
  .x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 7.8rem;
  }
}
.x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.1rem;
}
.x-inte3 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 60.77%;
}
.x-inte3 .x-con .swiper-container .swiper-button-prev1 {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
  transition: 0.3s all;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-inte3 .x-con .swiper-container .swiper-button-prev1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-inte3 .x-con .swiper-container .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.x-inte3 .x-con .swiper-container .swiper-button-prev1 svg {
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-inte3 .x-con .swiper-container .swiper-button-prev1 svg path {
  transition: 0.3s all;
  fill: #333333;
}
.x-inte3 .x-con .swiper-container .swiper-button-next1 {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  bottom: 0;
  left: 1rem;
  z-index: 6;
  cursor: pointer;
  transition: 0.3s all;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-inte3 .x-con .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-inte3 .x-con .swiper-container .swiper-button-next1:hover {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
.x-inte3 .x-con .swiper-container .swiper-button-next1:hover svg path {
  fill: #fff;
}
.x-inte3 .x-con .swiper-container .swiper-button-next1 svg {
  display: block;
  width: 8px;
  height: 12px;
}
.x-inte3 .x-con .swiper-container .swiper-button-next1 svg path {
  fill: #333333;
}
.x-cjwt1 .x-public-down1 {
  background-color: #fff;
}
.x-cjwt1 .x-public-down1 .container {
  padding: 0;
}
.x-cjwt1 .x-public-down1 .container .x-right {
  width: 100%;
}
.x-ssym {
  padding-bottom: 1.4rem;
}
.x-ssym .x-pro1 {
  padding-bottom: 0;
}
.sitemap {
  padding: 1.2rem 0;
}
.sitemap .container .cn1 {
  text-align: center;
  margin-bottom: 0.4rem;
  color: #333;
}
.sitemap .container .box1 .box2 {
  width: 100%;
}
.sitemap .container .box1 .box2 .cn2 {
  color: #333;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 0.15rem;
  transition: 0.3s all;
}
.sitemap .container .box1 .box2 .cn2:hover {
  color: #d80c18;
}
.sitemap .container .box1 .box2 .box3 {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sitemap .container .box1 .box2 .box3 .box4 {
  width: 25%;
  padding-right: 0.4rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .sitemap .container .box1 .box2 .box3 .box4 {
    width: 50%;
  }
}
.sitemap .container .box1 .box2 .box3 .box4 a {
  color: #333;
  margin-bottom: 0.05rem;
  display: block;
  transition: 0.3s all;
}
.sitemap .container .box1 .box2 .box3 .box4 a:hover {
  color: #d80c18;
}
#hi-img-pop .hi-close:hover {
  background-color: #ed6c00;
}
#hi-video-pop .hi-close:hover {
  background: #ed6c00;
}
.x-pass-login1 {
  min-height: 8.7rem;
  padding: 1.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.x-pass-login1 .container .x-con {
  background-color: #fff;
  width: 33.21%;
  margin-left: auto;
  border-radius: 0.08rem;
}
@media (max-width: 1580px) {
  .x-pass-login1 .container .x-con {
    width: 38.21%;
  }
}
@media (max-width: 991px) {
  .x-pass-login1 .container .x-con {
    width: 53.21%;
  }
}
@media (max-width: 767px) {
  .x-pass-login1 .container .x-con {
    width: 100%;
  }
}
.x-pass-login1 .container .x-con .x-tit {
  font-weight: bold;
  color: #000000;
  margin: 0 0.5rem 0.3rem;
  padding-top: 0.25rem;
}
.x-pass-login1 .container .x-con .x-a {
  border-bottom: 0.02rem solid #f5f5f5;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.x-pass-login1 .container .x-con .x-a a {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.3rem;
  padding-bottom: 0.12rem;
  position: relative;
}
.x-pass-login1 .container .x-con .x-a a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #df0615;
  transition: 0.4s ease-in-out;
}
.x-pass-login1 .container .x-con .x-a a.on {
  color: #df0615;
}
.x-pass-login1 .container .x-con .x-a a.on::before {
  width: 100%;
}
.x-pass-login1 .container .x-con .x-form {
  padding: 0.3rem 0.5rem 0.4rem;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 {
  margin-bottom: 13px;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int input {
  width: 80%;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(1) {
  opacity: 0;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(2) {
  opacity: 1;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp3 .x-int input {
  width: 60%;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp1 .x-int {
  display: flex;
  align-items: center;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp {
  color: #999999;
  display: inline-block;
  padding: 0 0.18rem;
  position: relative;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp1 .x-int input {
  padding: 0 0.2rem;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int {
  display: flex;
  justify-content: space-between;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-cn1 {
  width: 70%;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din {
  width: 30%;
  position: relative;
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din input {
  color: #ed6c00;
  width: 100%;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp {
  position: relative;
  margin-bottom: 0.1rem;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-spp i {
  color: #df282c;
  display: inline-block;
  margin-right: 0.08rem;
  font-style: initial;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-spp span {
  color: #333333;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-pl {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-pl i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-pl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-sp .x-pl span {
  font-size: 12px;
  color: #df282c;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-int {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 44px;
  line-height: 44px;
  border-radius: 0.04rem;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-int input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.12rem;
  color: #999999;
}
.x-pass-login1 .container .x-con .x-form .x-inp1 .x-int input::placeholder {
  color: #999999;
}
.x-pass-login1 .container .x-con .x-form .x-but {
  margin-top: 0.28rem;
}
.x-pass-login1 .container .x-con .x-form .x-but button {
  width: 100%;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ed6c00;
  border-radius: 0.04rem;
  transition: 0.4s ease-in-out;
}
.x-pass-login1 .container .x-con .x-form .x-but button:hover {
  opacity: 0.8;
}
.x-pass-login1 .container .x-con .x-form .x-zee {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.x-pass-login1 .container .x-con .x-form .x-zee p {
  color: #999999;
}
.x-pass-login1 .container .x-con .x-form .x-zee p a {
  color: #df0615;
  text-decoration: underline;
}
.x-pass-login1 .container .x-con .x-form .x-zee .x-awj {
  color: #666666;
}
.x-register1 .x-pass-login1 {
  padding: 0.64rem 0;
}
@media (max-width: 767px) {
  .x-register1 .x-pass-login1 {
    padding: 1.5rem 0;
  }
}
.x-register1 .x-pass-login1 .container .x-con {
  width: 50%;
}
@media (max-width: 1580px) {
  .x-register1 .x-pass-login1 .container .x-con {
    width: 67%;
  }
}
@media (max-width: 1260px) {
  .x-register1 .x-pass-login1 .container .x-con {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .x-register1 .x-pass-login1 .container .x-con {
    width: 100%;
  }
}
.x-register1 .x-pass-login1 .container .x-con .x-tit {
  position: relative;
  display: inline-block;
  padding-bottom: 0.15rem;
  margin-bottom: 0;
}
.x-register1 .x-pass-login1 .container .x-con .x-tit::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #d80c18;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-register1 .x-pass-login1 .container .x-con .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1 {
  width: 47.66%;
}
@media (max-width: 767px) {
  .x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1 {
    width: 100%;
  }
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-reg-inp1 {
  width: 100%;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-reg-inp1 .x-int {
  height: 0.92rem;
}
@media (max-width: 767px) {
  .x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-reg-inp1 .x-int {
    height: 1.92rem;
  }
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-reg-inp1 .x-int textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  color: #999;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-reg-inp1 .x-int textarea::placeholder {
  color: #999;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-inp3 {
  width: 61.66%;
}
@media (max-width: 767px) {
  .x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-inp3 {
    width: 100%;
  }
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-cn1 {
  width: 60%;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din {
  width: 40%;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-but {
  width: 100%;
  margin-top: 15px;
}
.x-register1 .x-pass-login1 .container .x-con .x-form .x-zee {
  width: 100%;
}
.x-retreve1 .x-pass-login1 .container .x-con .x-tit {
  position: relative;
  display: inline-block;
  padding-bottom: 0.15rem;
  margin-bottom: 0;
}
.x-retreve1 .x-pass-login1 .container .x-con .x-tit::before {
  content: "";
  width: 34px;
  height: 0.03rem;
  background-color: #d80c18;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-retreve1 .x-pass-login1 .container .x-con .x-form {
  padding-top: 0.25rem;
}
.x-user-center1 {
  padding: 0.5rem 0 1.4rem;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-user-center1 {
    padding: 1.2rem 0;
  }
}
.x-user-center1 .container {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1580px) {
  .x-user-center1 .container {
    padding: 0;
  }
}
.x-user-center1 .container > .x-le {
  width: 20%;
}
@media (max-width: 991px) {
  .x-user-center1 .container > .x-le {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .x-user-center1 .container > .x-le {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.x-user-center1 .container > .x-le .x-a {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.05);
  border-radius: 0.08rem;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.x-user-center1 .container > .x-le .x-a a {
  display: block;
  color: #666666;
  font-weight: bold;
  padding: 0.22rem 0.5rem 0.22rem 0.3rem;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.x-user-center1 .container > .x-le .x-a a.on {
  color: #fff;
}
.x-user-center1 .container > .x-le .x-a a.on::before {
  opacity: 1;
}
.x-user-center1 .container > .x-le .x-a a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-login6.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-user-center1 .container > .x-le .x-a a span {
  position: relative;
  z-index: 5;
}
.x-user-center1 .container > .x-le .x-a a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  position: absolute;
  z-index: 5;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-user-center1 .container > .x-le .x-a a i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-user-center1 .container > .x-le .x-tc {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
}
.x-user-center1 .container > .x-le .x-tc i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 0.08rem;
}
.x-user-center1 .container > .x-le .x-tc i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-user-center1 .container > .x-le .x-tc span {
  color: #df0615;
  font-weight: bold;
  text-decoration: underline;
}
.x-user-center1 .container > .x-ri {
  width: 78.33%;
  background-color: #fff;
  padding: 0.25rem 0.3rem 1rem 0.3rem;
  border-radius: 0.08rem;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .x-user-center1 .container > .x-ri {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .x-user-center1 .container > .x-ri {
    width: 100%;
    padding: 0.6rem 0.3rem 1rem 0.3rem;
  }
}
.x-user-center1 .container > .x-ri .x-tit {
  color: #333333;
  font-weight: bold;
}
.x-user-center1 .container > .x-ri .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.35rem;
  margin-top: 0.2rem;
  border-top: 0.02rem solid #f6f6f6;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 {
  width: 48.29%;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-user-center1 .container > .x-ri .x-form .x-inp1 {
    margin-bottom: 0.35rem;
  }
}
@media (max-width: 991px) {
  .x-user-center1 .container > .x-ri .x-form .x-inp1 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-user-center1 .container > .x-ri .x-form .x-inp1.x-inp2 {
  width: 100%;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1.x-inp3 .x-int {
  height: 0.9rem;
}
@media (max-width: 1580px) {
  .x-user-center1 .container > .x-ri .x-form .x-inp1.x-inp3 .x-int {
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .x-user-center1 .container > .x-ri .x-form .x-inp1.x-inp3 .x-int {
    height: 2rem;
  }
}
.x-user-center1 .container > .x-ri .x-form .x-inp1.x-inp3 .x-int textarea {
  display: block;
  height: 100%;
  width: 100%;
  color: #666666;
  padding: 10px 5% 14px 14px;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-sp .x-spp i {
  color: #df282c;
  font-style: initial;
  display: inline-block;
  margin-right: 0.07rem;
  line-height: 1;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-sp .x-spp span {
  color: #000000;
  font-weight: bold;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  position: relative;
  height: 44px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int {
    margin-top: 10px;
  }
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int input {
  display: block;
  width: 80%;
  height: 100%;
  padding: 0 14px;
  color: #666666;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a {
  width: 56px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a img,
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 0.05rem;
  flex-shrink: 0;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a img path,
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a svg path {
  fill: #ed6c00;
}
.x-user-center1 .container > .x-ri .x-form .x-inp1 .x-int .x-ic-a span {
  color: #ed6c00;
}
.x-user-center1 .container > .x-ri .x-form .x-but {
  margin-top: 0.1rem;
  width: 42.04%;
}
.x-user-center1 .container > .x-ri .x-form .x-but button {
  width: 100%;
  background-color: #ed6c00;
  height: 44px;
  line-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.x-user-center1 .container > .x-ri .x-form .x-but button:hover {
  opacity: 0.8;
}
.curtain23 .x-con {
  width: 4.5rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .curtain23 .x-con {
    width: 5.8rem;
  }
}
@media (max-width: 767px) {
  .curtain23 .x-con {
    width: 6.8rem;
  }
}
.curtain23 .x-con .x-tit {
  font-weight: bold;
  color: #000000;
  margin: 0 0.5rem 0.3rem;
  padding-top: 0.25rem;
}
.curtain23 .x-con .x-form {
  padding: 0 0.5rem 0.4rem;
}
.curtain23 .x-con .x-form .x-inp1 {
  margin-bottom: 13px;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int input {
  width: 80%;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(1) {
  opacity: 0;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(2) {
  opacity: 1;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain23 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.curtain23 .x-con .x-form .x-inp1.x-inp3 .x-int input {
  width: 60%;
}
.curtain23 .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curtain23 .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp1 .x-int {
  display: flex;
  align-items: center;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp {
  color: #999999;
  display: inline-block;
  padding: 0 0.18rem;
  position: relative;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp1 .x-int input {
  padding: 0 0.2rem;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp2 .x-int {
  display: flex;
  justify-content: space-between;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-cn1 {
  width: 70%;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din {
  width: 30%;
  position: relative;
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain23 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din input {
  color: #ed6c00;
  width: 100%;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  position: relative;
  height: 44px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int {
    margin-top: 10px;
  }
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int input {
  display: block;
  width: 80%;
  height: 100%;
  padding: 0 14px;
  color: #666666;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a {
  width: 56px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a img,
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 0.05rem;
  flex-shrink: 0;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a img path,
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a svg path {
  fill: #ed6c00;
}
.curtain23 .x-con .x-form .x-inp1.x-xg-inp1 .x-int .x-ic-a span {
  color: #ed6c00;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp {
  position: relative;
  margin-bottom: 0.1rem;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-spp i {
  color: #df282c;
  display: inline-block;
  margin-right: 0.08rem;
  font-style: initial;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-spp span {
  color: #333333;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-pl {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-pl i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-pl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain23 .x-con .x-form .x-inp1 .x-sp .x-pl span {
  font-size: 12px;
  color: #df282c;
}
.curtain23 .x-con .x-form .x-inp1 .x-int {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 44px;
  line-height: 44px;
  border-radius: 0.04rem;
}
.curtain23 .x-con .x-form .x-inp1 .x-int input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.12rem;
  color: #999999;
}
.curtain23 .x-con .x-form .x-inp1 .x-int input::placeholder {
  color: #999999;
}
.curtain23 .x-con .x-form .x-but {
  margin-top: 0.28rem;
}
.curtain23 .x-con .x-form .x-but button {
  width: 100%;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ed6c00;
  border-radius: 0.04rem;
  transition: 0.4s ease-in-out;
}
.curtain23 .x-con .x-form .x-but button:hover {
  opacity: 0.8;
}
.curtain23 .x-con .x-form .x-zee {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.curtain23 .x-con .x-form .x-zee p {
  color: #999999;
}
.curtain23 .x-con .x-form .x-zee p a {
  color: #df0615;
  text-decoration: underline;
}
.curtain23 .x-con .x-form .x-zee .x-awj {
  color: #666666;
}
.curtain24 .x-con {
  width: 4.5rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .curtain24 .x-con {
    width: 5.8rem;
  }
}
@media (max-width: 767px) {
  .curtain24 .x-con {
    width: 6.8rem;
  }
}
.curtain24 .x-con .x-tit {
  font-weight: bold;
  color: #000000;
  margin: 0 0.5rem 0.3rem;
  padding-top: 0.25rem;
}
.curtain24 .x-con .x-form {
  padding: 0 0.5rem 0.4rem;
}
.curtain24 .x-con .x-form .x-inp1 {
  margin-bottom: 13px;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int input {
  width: 80%;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(1) {
  opacity: 0;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic.on img:nth-child(2) {
  opacity: 1;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain24 .x-con .x-form .x-inp1.x-inp2 .x-int .x-ic img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.curtain24 .x-con .x-form .x-inp1.x-inp3 .x-int input {
  width: 60%;
}
.curtain24 .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curtain24 .x-con .x-form .x-inp1.x-inp3 .x-int .x-yzm1 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp1 .x-int {
  display: flex;
  align-items: center;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp {
  color: #999999;
  display: inline-block;
  padding: 0 0.18rem;
  position: relative;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp1 .x-int .x-int-sp::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp1 .x-int input {
  padding: 0 0.2rem;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp2 .x-int {
  display: flex;
  justify-content: space-between;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-cn1 {
  width: 70%;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din {
  width: 30%;
  position: relative;
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain24 .x-con .x-form .x-inp1.x-ver-inp2 .x-int .x-din input {
  color: #ed6c00;
  width: 100%;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp {
  position: relative;
  margin-bottom: 0.1rem;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-spp i {
  color: #df282c;
  display: inline-block;
  margin-right: 0.08rem;
  font-style: initial;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-spp span {
  color: #333333;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-pl {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-pl i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-pl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain24 .x-con .x-form .x-inp1 .x-sp .x-pl span {
  font-size: 12px;
  color: #df282c;
}
.curtain24 .x-con .x-form .x-inp1 .x-int {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 44px;
  line-height: 44px;
  border-radius: 0.04rem;
}
.curtain24 .x-con .x-form .x-inp1 .x-int input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.12rem;
  color: #999999;
}
.curtain24 .x-con .x-form .x-inp1 .x-int input::placeholder {
  color: #999999;
}
.curtain24 .x-con .x-form .x-but {
  margin-top: 0.28rem;
}
.curtain24 .x-con .x-form .x-but button {
  width: 100%;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ed6c00;
  border-radius: 0.04rem;
  transition: 0.4s ease-in-out;
}
.curtain24 .x-con .x-form .x-but button:hover {
  opacity: 0.8;
}
.curtain24 .x-con .x-form .x-zee {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.curtain24 .x-con .x-form .x-zee p {
  color: #999999;
}
.curtain24 .x-con .x-form .x-zee p a {
  color: #df0615;
  text-decoration: underline;
}
.curtain24 .x-con .x-form .x-zee .x-awj {
  color: #666666;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con {
  padding-top: 0.35rem;
  margin-top: 0.2rem;
  border-top: 0.02rem solid #f6f6f6;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-a {
  display: flex;
  flex-wrap: wrap;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-a a {
  color: #999999;
  transition: 0.4s ease-in-out;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
  margin-right: 0.3rem;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-a a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #d80c18;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-a a.on {
  color: #d80c18;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-a a.on::before {
  width: 100%;
  opacity: 1;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul {
  margin-top: 0.3rem;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li {
  border-bottom: 1px solid #ededed;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li:first-child {
  border-top: 1px solid #ededed;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li:nth-child(2n-1) {
  background-color: #fafafa;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a {
    padding: 0.4rem 0.3rem;
  }
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a:hover .x-sp i {
  transform: translateX(0.08rem);
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t {
    flex-wrap: wrap;
  }
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t .x-tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
  width: 70%;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t .x-tit {
    width: 100%;
    font-size: 0.32rem;
  }
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t span {
  color: #999999;
  display: inline-block;
  width: 30%;
  text-align: right;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-t span {
    width: 100%;
    font-size: 0.24rem;
    text-align: left;
    margin-top: 0.1rem;
  }
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-p {
  color: #666666;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25em;
  margin-top: 0.2rem;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-sp {
  display: inline-flex;
  align-items: center;
  margin-top: 0.2rem;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-sp span {
  color: #ed6c00;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-sp i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  flex-shrink: 0;
  transition: 0.4s ease-in-out;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-sp i img,
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con ul li a .x-sp i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-distr-list1 .x-user-center1 .container > .x-ri .x-distr-con .x-fenye {
  margin-top: 0.6rem;
}
.x-distr-info1 .x-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-distr-info1 .x-tt .x-sp {
  display: inline-flex;
  align-items: center;
}
.x-distr-info1 .x-tt .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-distr-info1 .x-tt .x-sp i {
    width: 14px;
    height: 14px;
  }
}
.x-distr-info1 .x-tt .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-distr-info1 .x-tt .x-sp span {
  color: #ed6c00;
}
.x-distr-info1 .x-xia {
  padding-top: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.02rem solid #f6f6f6;
}
.x-distr-info1 .x-xia .x-ld {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .x-distr-info1 .x-xia .x-ld {
    padding: 0;
  }
}
.x-distr-info1 .x-xia .x-ld .x-title {
  font-weight: bold;
  color: #333333;
  width: 70%;
}
@media (max-width: 991px) {
  .x-distr-info1 .x-xia .x-ld .x-title {
    width: 100%;
  }
}
.x-distr-info1 .x-xia .x-ld span {
  display: inline-block;
  color: #999999;
  width: 30%;
  text-align: right;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .x-distr-info1 .x-xia .x-ld span {
    width: 100%;
    margin-top: 0.1rem;
    text-align: left;
  }
}
.x-distr-info1 .x-xia .public-content {
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .x-distr-info1 .x-xia .public-content {
    padding: 0;
  }
}
.x-mess-list1 .x-tt {
  display: flex;
  justify-content: space-between;
}
.x-mess-list1 .x-tt .x-sp {
  padding: 0 0.25rem;
  background-color: #df0615;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.x-mess-list1 .x-tt .x-sp:hover {
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .x-mess-list1 .x-tt .x-sp {
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .x-mess-list1 .x-tt .x-sp {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.x-mess-list1 .x-box {
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-mess-list1 .x-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .x-mess-list1 .x-box .x-box-con {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con {
    width: 100%;
  }
}
.x-mess-list1 .x-box .x-box-con .x-cn1 {
  display: flex;
  justify-content: space-between;
  background-color: #333;
  padding: 0.22rem 0.2rem;
}
.x-mess-list1 .x-box .x-box-con .x-cn1 span {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-cn1 span {
    font-size: 0.24rem;
  }
}
.x-mess-list1 .x-box .x-box-con .x-cn1 span:nth-child(1) {
  width: 19.04%;
}
.x-mess-list1 .x-box .x-box-con .x-cn1 span:nth-child(2) {
  width: 28.57%;
}
.x-mess-list1 .x-box .x-box-con .x-cn1 span:nth-child(3) {
  width: 16.66%;
}
@media (max-width: 1580px) {
  .x-mess-list1 .x-box .x-box-con .x-cn1 span:nth-child(3) {
    width: 19.66%;
  }
}
.x-mess-list1 .x-box .x-box-con .x-cn1 span:nth-child(4) {
  width: 13.8%;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box {
  margin-top: 20px;
  display: block;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box:hover .x-xn .x-cn4 .x-sp i {
  transform: translateX(0.08rem);
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 {
  display: flex;
  justify-content: space-between;
  background-color: #ededed;
  padding: 0.22rem 0.2rem;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span {
  color: #999999;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span {
    font-size: 0.24rem;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(1) {
  width: 19.04%;
  color: #666666;
  word-break: break-all;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(2) {
  width: 28.57%;
  display: inline-block;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    height: 3em;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(3) {
  width: 16.66%;
  color: #999999;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(3) {
    width: 19.66%;
  }
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(3) {
    width: 25.66%;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(4) {
  width: 13.8%;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span:nth-child(4) {
    width: 17.8%;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span.x-yhf1 {
  color: #2ac44a;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span.x-yhf2 {
  color: #333333;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-cn2 span.x-yhf2 i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 100%;
  position: relative;
  top: -0.5em;
  flex-shrink: 0;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn {
  background-color: #fafafa;
  padding: 0.15rem 0.34rem 0.4rem 0.2rem;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn3 {
  display: flex;
  align-items: center;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn3 i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn3 span {
  color: #777777;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 {
    flex-wrap: wrap;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 p {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  margin-left: -0.1rem;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 p {
    width: 100%;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 p span {
  color: #df0615;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp {
    width: 100%;
    margin-top: 0.15rem;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 0.08rem;
  flex-shrink: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp i {
    width: 14px;
    height: 14px;
  }
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mess-list1 .x-box .x-box-con .x-x-cn .x-cn-box .x-xn .x-cn4 .x-sp span {
  color: #ed6c00;
}
.x-mess-info1 .x-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-mess-info1 .x-tt .x-sp {
  display: inline-flex;
  align-items: center;
}
.x-mess-info1 .x-tt .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-mess-info1 .x-tt .x-sp i {
    width: 14px;
    height: 14px;
  }
}
.x-mess-info1 .x-tt .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mess-info1 .x-tt .x-sp span {
  color: #ed6c00;
}
.x-mess-info1 .x-top {
  margin-top: 0.25rem;
}
.x-mess-info1 .x-top .x-tp {
  background-color: #ededed;
  padding: 0.2rem 0.25rem 0.2rem 0.25rem;
}
.x-mess-info1 .x-top .x-tp .x-p {
  font-weight: bold;
  color: #333333;
}
.x-mess-info1 .x-top .x-tp .x-an {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-top .x-tp .x-an {
    flex-wrap: wrap;
  }
}
.x-mess-info1 .x-top .x-tp .x-an p {
  color: #666666;
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(1) {
  width: 47.61%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-top .x-tp .x-an p:nth-child(1) {
    width: 100%;
  }
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(1) span {
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(2) {
  width: 38.09%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-top .x-tp .x-an p:nth-child(2) {
    width: 100%;
  }
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(2) span {
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(3) {
  width: 14.3%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-top .x-tp .x-an p:nth-child(3) {
    width: 100%;
  }
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(3) .x-sp1 {
  color: #2ac44a;
}
.x-mess-info1 .x-top .x-tp .x-an p:nth-child(3) .x-sp2 {
  color: #df0615;
}
.x-mess-info1 .x-top .x-text {
  display: block;
  width: 100%;
  height: 2.2rem;
  border: 1px solid #ededed;
  color: #999999;
  padding: 0.25rem;
}
.x-mess-info1 .x-top .x-text::placeholder {
  color: #999999;
}
.x-mess-info1 .x-top .x-bt {
  margin-top: 0.3rem;
}
.x-mess-info1 .x-top .x-bt button {
  color: #fff;
  background-color: #ed6c00;
  width: 42.04%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0.04rem;
  transition: 0.4s ease-in-out;
}
.x-mess-info1 .x-top .x-bt button:hover {
  opacity: 0.8;
}
.x-mess-info1 .x-xxia {
  margin-top: 0.5rem;
}
.x-mess-info1 .x-xxia .x-sp {
  display: flex;
  align-items: center;
}
.x-mess-info1 .x-xxia .x-sp i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 0.05rem;
  flex-shrink: 0;
}
.x-mess-info1 .x-xxia .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-mess-info1 .x-xxia .x-sp span {
  color: #777777;
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 {
  display: flex;
  justify-content: flex-start;
  background-color: #ededed;
  margin-top: 0.15rem;
  padding: 0.22rem 0.25rem;
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span {
  color: #666666;
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(1) {
  width: 14.09%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(1) {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(1) {
    width: 32%;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(2) {
  width: 67.04%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(2) {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(2) {
    width: 68%;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(3) {
  width: 18.87%;
  text-align: center;
  color: #999999;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt1 span:nth-child(3) {
    display: none;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 {
  display: flex;
  justify-content: flex-start;
  background-color: #fafafa;
  padding: 0.22rem 0.25rem 0.3rem 0.15rem;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 {
    flex-wrap: wrap;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p {
  color: #666666;
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(1) {
  color: #df0615;
  width: 14.09%;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(1) {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(1) {
    width: 32%;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(2) {
  width: 67.04%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(2) {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(2) {
    width: 68%;
  }
}
.x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(3) {
  width: 18.87%;
  text-align: center;
  color: #999999;
  font-family: 'RanyLight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .x-mess-info1 .x-xxia .x-zx-box .x-zx-con .x-nt2 p:nth-child(3) {
    width: 100%;
    text-align: right;
    margin-top: 0.1rem;
  }
}
.curtain25 .x-con {
  width: 4.8rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .curtain25 .x-con {
    width: 5.8rem;
  }
}
@media (max-width: 767px) {
  .curtain25 .x-con {
    width: 6.8rem;
  }
}
.curtain25 .x-con .x-tit {
  font-weight: bold;
  color: #000000;
  margin: 0 0.5rem 0.3rem;
  padding-top: 0.25rem;
}
.curtain25 .x-con .x-form {
  padding: 0 0.5rem 0.4rem;
}
.curtain25 .x-con .x-form .x-inp1 {
  margin-bottom: 13px;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp {
  position: relative;
  margin-bottom: 0.1rem;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-spp i {
  color: #df282c;
  display: inline-block;
  margin-right: 0.08rem;
  font-style: initial;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-spp span {
  color: #333333;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-pl {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-pl i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-pl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.curtain25 .x-con .x-form .x-inp1 .x-sp .x-pl span {
  font-size: 12px;
  color: #df282c;
}
.curtain25 .x-con .x-form .x-inp1 .x-int {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 2rem;
  border-radius: 0.04rem;
}
.curtain25 .x-con .x-form .x-inp1 .x-int textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.18rem;
  color: #999999;
}
.curtain25 .x-con .x-form .x-inp1 .x-int textarea::placeholder {
  color: #999999;
}
.curtain25 .x-con .x-form .x-but {
  margin-top: 0.28rem;
}
.curtain25 .x-con .x-form .x-but button {
  width: 100%;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ed6c00;
  border-radius: 0.04rem;
  transition: 0.4s ease-in-out;
}
.curtain25 .x-con .x-form .x-but button:hover {
  opacity: 0.8;
}
