@charset "utf-8";
.selectedInfor {
  display: block;
}
.x-show-por .c-container .x-right p::-webkit-scrollbar-thumb {
  background-color: #78bc27;
}
.x-show-por .c-container .x-right p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #ddd;
}
.x-core-title {
  font-family: "MyriadPro-Semibold";
  text-align: center;
  color: #474b4f;
  font-size: 0.4rem;
}
@media (max-width: 1580px) {
  .x-core-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-core-title {
    font-size: 1.4rem;
  }
}
.c-bgColor3 {
  background-color: #f5f5f5;
}
.x-bgcolor1 {
  background-color: #f7f9fa;
}
.x-box-button {
  position: relative;
  overflow: hidden;
  color: #78bc27;
}
.x-box-button span {
  position: relative;
  z-index: 1;
}
.x-box-button:hover {
  color: #fff !important;
}
.x-box-button:hover::before {
  height: 100%;
}
.x-box-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-box-button.c-dt {
  color: #fff !important;
  background-color: #78bc27 !important;
}
.x-box-button.c-dt::before {
  background-color: #6ba821 !important;
}
.x-core-p {
  font-size: 18px;
  color: #666;
  text-align: center;
  width: 8.9rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-core-p {
    width: 80%;
  }
}
@media (max-width: 748px) {
  .x-core-p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
}
.x-show-title {
  font-size: 0.36rem;
  color: #474b4f;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ddd;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 1260px) {
  .x-show-title {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 972px) {
  .x-show-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .x-show-title {
    font-size: 1.4rem;
  }
}
.x-show-gg {
  padding: 0.45rem 0 1rem 0;
  border-top: 10px solid #f7f9fa;
}
@media (max-width: 748px) {
  .x-show-gg {
    padding: 3rem 0;
  }
}
.x-por-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s all;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-por-prev {
    left: -70px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 972px) {
  .x-por-prev {
    display: none;
  }
}
.x-por-prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.x-por-prev div {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/x-jt1.png) no-repeat center / 20px auto;
}
.x-por-prev:hover {
  border-color: #78bc27;
}
.x-por-prev:hover::before {
  height: 100%;
}
.x-por-prev:hover div {
  background: url(../images/jt1.png) no-repeat center / 20px auto;
}
.x-por-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s all;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-por-next {
    right: -70px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 972px) {
  .x-por-next {
    display: none;
  }
}
.x-por-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  background: #78bc27;
}
.x-por-next div {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/x-jt2.png) no-repeat center / 20px auto;
}
.x-por-next:hover {
  border-color: #78bc27;
}
.x-por-next:hover::before {
  height: 100%;
}
.x-por-next:hover div {
  background: url(../images/jt2.png) no-repeat center / 20px auto;
}
.swiper-pagination1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.swiper-pagination1 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
@media (max-width: 1580px) {
  .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 748px) {
  .swiper-pagination1 .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.swiper-pagination1 .swiper-pagination-bullet-active {
  background: #78bc27;
}
.x-zwf {
  height: 0;
  position: relative;
  top: -100px;
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  z-index: 10;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #78bc27;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop .hi-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hi-video-pop video {
  max-width: 90%;
  max-height: 70%;
}
.x-show-por {
  background-color: #f7f9fa;
  padding: 0.4rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-show-por {
    padding: 0px 0 60px 0;
  }
}
.x-show-por .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.x-show-por .c-container .x-left {
  width: 41.6%;
}
@media (max-width: 972px) {
  .x-show-por .c-container .x-left {
    width: 100%;
  }
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0.5rem;
  background-color: #fff;
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide figure img {
  height: 4.8rem;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide figure img {
    height: 14rem;
  }
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.x-sw-video {
  cursor: pointer;
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.x-sw-video figure {
  position: relative;
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.x-sw-video figure .x-img2 {
  height: 0.96rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.x-sw-video figure .x-img2 {
    width: 2rem;
    height: 2rem;
  }
}
.x-show-por .c-container .x-left .x-top .swiper-container .swiper-wrapper .swiper-slide.x-sw-video figure .x-img2:hover {
  transform: translate(-50%, -50%) scale(0.8);
}
.x-show-por .c-container .x-left .x-botton {
  margin-top: 10px;
  padding: 0 0.35rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-show-por .c-container .x-left .x-botton {
    padding: 0 1rem;
  }
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-botton {
    padding: 0 1.5rem;
  }
}
.x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: 0.96rem;
  border: 2px solid transparent;
}
.x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  border: 2px solid #78bc27;
}
@media (max-width: 972px) {
  .x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide {
    width: 3rem;
    height: 3rem;
  }
}
.x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide figure {
  text-align: center;
  padding: 0.2rem 0.1rem;
  width: 100%;
  height: 100%;
}
.x-show-por .c-container .x-left .x-botton .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-prev {
  width: 25px;
  height: 1rem;
  position: absolute;
  background: none;
  background-color: #ddd;
  top: 22px;
  left: 0;
  transition: 0.4s all;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-prev:hover {
  background-color: #78bc27;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-prev:hover::before {
  background: url("../images/x-left2.png") no-repeat;
  background-size: contain;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-prev::before {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/x-left1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 972px) {
  .x-show-por .c-container .x-left .x-botton .swiper-button-prev {
    height: 2rem;
  }
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-botton .swiper-button-prev {
    width: 22px;
    height: 3rem;
  }
}
.x-show-por .c-container .x-left .x-botton .swiper-button-next {
  width: 25px;
  height: 1rem;
  position: absolute;
  background: none;
  background-color: #ddd;
  top: 22px;
  right: 0;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-show-por .c-container .x-left .x-botton .swiper-button-next {
    right: 0;
  }
}
.x-show-por .c-container .x-left .x-botton .swiper-button-next:hover {
  background-color: #78bc27;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-next:hover::before {
  background: url("../images/x-right2.png") no-repeat;
  background-size: contain;
}
.x-show-por .c-container .x-left .x-botton .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/x-right1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 972px) {
  .x-show-por .c-container .x-left .x-botton .swiper-button-next {
    height: 2rem;
  }
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-left .x-botton .swiper-button-next {
    width: 22px;
    height: 3rem;
  }
}
.x-show-por .c-container .x-right {
  width: 50%;
}
@media (max-width: 972px) {
  .x-show-por .c-container .x-right {
    width: 100%;
  }
}
.x-show-por .c-container .x-right .x-title {
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
  line-height: 48px;
  margin: 0.25rem 0 0.2rem 0;
  padding-right: 0.55rem;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-title {
    margin: 0.7rem 0 0.7rem 0;
  }
}
.x-show-por .c-container .x-right .x-p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 144px;
  overflow-y: auto;
  padding-right: 0.55rem;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-p {
    line-height: 26px;
  }
}
.x-show-por .c-container .x-right .x-right-a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  padding-right: 0.55rem;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-right-a {
    justify-content: space-between;
  }
}
.x-show-por .c-container .x-right .x-right-a a {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #ddd;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  color: #474b4f;
  margin: 10px 0 0 0;
  transition: 0.4s all;
  overflow: hidden;
  width: 31%;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-show-por .c-container .x-right .x-right-a a {
    font-size: 16px;
    padding: 0 0.9rem;
  }
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-right-a a {
    width: 48%;
    margin: 10px 0 0 !important;
  }
}
.x-show-por .c-container .x-right .x-right-a a:nth-child(2),
.x-show-por .c-container .x-right .x-right-a a:nth-child(5) {
  margin: 10px 2% 0;
}
.x-show-por .c-container .x-right .x-right-a a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-show-por .c-container .x-right .x-right-a a:hover {
  color: #fff;
}
.x-show-por .c-container .x-right .x-right-a a:hover::before {
  height: 100%;
}
.x-show-por .c-container .x-right .x-right-a a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-por .c-container .x-right .x-right-a a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-show-por .c-container .x-right .x-right-a a img {
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.x-show-por .c-container .x-right .x-right-a a img:nth-of-type(2) {
  display: none;
}
@media (max-width: 1580px) {
  .x-show-por .c-container .x-right .x-right-a a img {
    height: 18px;
  }
}
.x-show-por .c-container .x-right .x-xia {
  padding-top: 0.42rem;
  border-top: 1px solid #ddd;
  margin-top: 0.54rem;
}
.x-show-por .c-container .x-right .x-xia .bshare-custom a {
  display: inline-block;
  background: none;
  padding-left: 0;
}
.x-show-por .c-container .x-right .x-xia .bshare-custom a img {
  background: none;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-xia {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.x-show-por .c-container .x-right .x-xia .x-share {
  display: flex;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-xia .x-share {
    flex-wrap: wrap;
  }
}
.x-show-por .c-container .x-right .x-xia .x-share p {
  font-size: 16px;
  color: #999;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-xia .x-share p {
    margin-bottom: 10px;
  }
}
.x-show-por .c-container .x-right .x-xia .x-share .x-xia-a a {
  margin: 0 10px;
}
.x-show-por .c-container .x-right .x-xia .x-share .x-xia-a a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-por .c-container .x-right .x-xia .x-share .x-xia-a a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-show-por .c-container .x-right .x-xia .x-share .x-xia-a a img {
  height: 20px;
}
.x-show-por .c-container .x-right .x-xia .x-share .x-xia-a a img:nth-of-type(2) {
  display: none;
}
.x-show-por .c-container .x-right .x-xia .x-xia-a2 {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 0.14rem;
  display: inline-block;
}
@media (max-width: 748px) {
  .x-show-por .c-container .x-right .x-xia .x-xia-a2 {
    margin-top: 15px;
  }
}
.x-show-por .c-container .x-right .x-xia .x-xia-a2 img {
  height: 12px;
  vertical-align: middle;
}
.x-show-por2 {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 800;
}
@media (max-width: 972px) {
  .x-show-por2 {
    padding: 0 20px;
  }
}
@media (max-width: 748px) {
  .x-show-por2 {
    position: relative;
  }
}
.x-show-por2 .c-container {
  overflow: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 972px) {
  .x-show-por2 .c-container {
    overflow: auto;
    display: flex;
    justify-content: flex-start;
  }
}
.x-show-por2 .c-container a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  color: #999;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 1800px) {
  .x-show-por2 .c-container a {
    padding: 0.25rem 0.4rem;
  }
}
@media (max-width: 1260px) {
  .x-show-por2 .c-container a {
    padding: 0.25rem 0.2rem;
  }
}
@media (max-width: 972px) {
  .x-show-por2 .c-container a {
    flex: none;
    padding: 0.8rem;
  }
}
.x-show-por2 .c-container a.active {
  color: #474b4f;
}
.x-show-por2 .c-container a.active::before {
  width: 100%;
}
.x-show-por2 .c-container a:hover {
  color: #474b4f;
}
.x-show-por2 .c-container a:hover::before {
  width: 100%;
}
.x-show-por2 .c-container a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s all;
}
.x-show-por3 figure {
  position: relative;
}
.x-show-por3 figure .x-img-src {
  width: 100%;
  height: 7rem;
  object-fit: cover;
}
@media (max-width: 972px) {
  .x-show-por3 figure .x-img-src {
    height: 12rem;
  }
}
.x-show-por3 figure .x-show-video {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  .x-show-por3 figure .x-show-video {
    width: 2rem;
    height: 2rem;
  }
}
.x-show-por3 figure .x-show-video:hover {
  transform: translate(-50%, -50%) scale(0.8);
}
.x-show-por4 .x-con li {
  position: relative;
}
.x-show-por4 .x-con li:nth-of-type(2n) .x-text {
  left: auto;
  right: 4.15rem;
}
@media (max-width: 1260px) {
  .x-show-por4 .x-con li:nth-of-type(2n) .x-text {
    right: 3.15rem;
  }
}
@media (max-width: 748px) {
  .x-show-por4 .x-con li:nth-of-type(2n) .x-text {
    max-width: initial;
    width: 90%;
    left: 1rem;
  }
}
.x-show-por4 .x-con li figure img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
}
@media (max-width: 972px) {
  .x-show-por4 .x-con li figure img {
    height: 12rem;
  }
}
.x-show-por4 .x-con li .x-text {
  max-width: 5.1rem;
  position: absolute;
  left: 3.15rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .x-show-por4 .x-con li .x-text {
    max-width: 7rem;
  }
}
@media (max-width: 748px) {
  .x-show-por4 .x-con li .x-text {
    max-width: initial;
    width: 90%;
    left: 1rem;
  }
}
.x-show-por4 .x-con li .x-text .x-title {
  font-size: 0.36rem;
  color: #fff;
  font-family: "MyriadPro-Semibold";
  margin-bottom: 0.1rem;
}
@media (max-width: 1260px) {
  .x-show-por4 .x-con li .x-text .x-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .x-show-por4 .x-con li .x-text .x-title {
    font-size: 1rem;
  }
}
.x-show-por4 .x-con li .x-text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
@media (max-width: 748px) {
  .x-show-por4 .x-con li .x-text p {
    line-height: 24px;
  }
}
.x-show-por5 .c-container ul {
  margin-top: 40px;
}
.x-show-por5 .c-container ul li {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.x-show-por5 .c-container ul li.on {
  color: #78bc27;
  text-transform: uppercase;
}
.x-show-por5 .c-container ul li.on p {
  color: #78bc27 !important;
  font-size: 20px;
}
.x-show-por5 .c-container ul li:nth-of-type(2n+1) {
  background-color: #f0f0f0;
}
.x-show-por5 .c-container ul li p {
  display: flex;
  align-items: center;
}
.x-show-por5 .c-container ul li p:nth-of-type(1) {
  width: 27.7%;
  padding: 0.15rem 0.4rem;
  border-right: 1px solid #ddd;
  font-size: 18px;
  color: #474b4f;
  font-weight: bold;
}
@media (max-width: 748px) {
  .x-show-por5 .c-container ul li p:nth-of-type(1) {
    width: 33.7%;
    font-size: 14px;
    padding: 0.5rem 0.4rem;
  }
}
.x-show-por5 .c-container ul li p:nth-of-type(2) {
  width: 72.3%;
  padding: 0.15rem 1.05rem 0.1rem 0.8rem;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 748px) {
  .x-show-por5 .c-container ul li p:nth-of-type(2) {
    width: 65.7%;
    font-size: 14px;
    line-height: 24px;
    padding: 0.5rem 0.4rem;
  }
}
.x-show-por5 .c-container .x-add1 {
  position: relative;
  margin-top: 0.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #78bc27;
  padding: 0.15rem 0;
  font-size: 0.24rem;
  color: #78bc27;
  overflow: hidden;
  border-radius: 3px;
}
@media (max-width: 972px) {
  .x-show-por5 .c-container .x-add1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  .x-show-por5 .c-container .x-add1 {
    margin-top: 1.5rem;
    padding: 0.7rem;
    font-size: 16px;
  }
}
.x-show-por5 .c-container .x-add1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-show-por5 .c-container .x-add1 i {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../images/x-co2-1.png) no-repeat center / contain;
}
@media (max-width: 748px) {
  .x-show-por5 .c-container .x-add1 i {
    height: 20px;
    margin-right: 8px;
  }
}
.x-show-por5 .c-container .x-add1 span {
  position: relative;
  z-index: 2;
}
.x-show-por5 .c-container .x-add1:hover {
  color: #fff;
}
.x-show-por5 .c-container .x-add1:hover i {
  background-image: url(../images/x-co2.png);
}
.x-show-por5 .c-container .x-add1:hover::before {
  height: 100%;
}
.x-show-por6 .c-container .x-por-p {
  font-size: 16px;
  color: #999;
  margin: 0.25rem 0 0.35rem 0;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-p {
    margin: 0.8rem 0;
  }
}
.x-show-por6 .c-container .x-por-ul1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "MyriadPro-Semibold";
}
.x-show-por6 .c-container .x-por-ul1 li {
  font-size: 0.2rem;
  color: #474b4f;
  width: 16.6%;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-show-por6 .c-container .x-por-ul1 li {
    font-size: 0.25rem;
  }
}
@media (max-width: 1260px) {
  .x-show-por6 .c-container .x-por-ul1 li {
    font-size: 0.3rem;
  }
}
@media (max-width: 972px) {
  .x-show-por6 .c-container .x-por-ul1 li {
    font-size: 0.38rem;
  }
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul1 li {
    font-size: 1rem;
  }
  .x-show-por6 .c-container .x-por-ul1 li:nth-of-type(2),
  .x-show-por6 .c-container .x-por-ul1 li:nth-of-type(3) {
    display: none;
  }
}
.x-show-por6 .c-container .x-por-ul1 li:nth-of-type(1) {
  text-align: left;
  width: 50%;
}
.x-show-por6 .c-container .x-por-ul2 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul2 li {
    padding: 1rem 0;
  }
}
.x-show-por6 .c-container .x-por-ul2 li:hover {
  background-color: #f5f5f5;
  padding-left: 0.3rem;
}
.x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p1 {
  background-color: #78bc27;
  color: #fff;
}
.x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p4 a {
  color: #78bc27;
}
.x-show-por6 .c-container .x-por-ul2 li:hover .x-li-p4 a span:nth-child(1) {
  background-image: url(../images/xz-ico2.png);
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p1 {
  line-height: 38px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  font-size: 18px;
  color: #78bc27;
  font-weight: bold;
  transition: 0.4s all;
  text-transform: uppercase;
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p2 {
  width: 45.8%;
  padding-left: 0.2rem;
  font-size: 18px;
  color: #474b4f;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul2 li .x-li-p2 {
    width: 46.1%;
    padding-left: 0.6rem;
    font-size: 16px;
  }
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p3 {
  width: 16.6%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul2 li .x-li-p3 {
    display: none;
  }
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p4 {
  width: 16.6%;
  text-align: center;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul2 li .x-li-p4 {
    width: 36.6%;
  }
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p4 a {
  font-size: 16px;
  color: #474b4f;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p4 a span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/xz-ico1.png) no-repeat center / 100%;
}
.x-show-por6 .c-container .x-por-ul2 li .x-li-p4 a span:nth-child(2) {
  margin-left: 5px;
}
@media (max-width: 748px) {
  .x-show-por6 .c-container .x-por-ul2 li .x-li-p4 a span:nth-child(2) {
    display: none;
  }
}
.x-show-por7 .c-container .x-por-swiper {
  padding: 0.6rem 0 0.55rem 0;
  position: relative;
}
@media (max-width: 748px) {
  .x-show-por7 .c-container .x-por-swiper {
    padding: 1.5rem 0;
  }
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper {
  padding: 1px 0;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #ddd;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-text .x-title {
  transform: translateY(-30px);
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-text span {
  bottom: 0;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  padding: 0.4rem 0.3rem;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 2.3rem;
  object-fit: contain;
}
@media (max-width: 972px) {
  .x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
    height: 4.3rem;
  }
}
@media (max-width: 748px) {
  .x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
    height: 7.3rem;
  }
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 18px;
  color: #474b4f;
  text-align: center;
  margin-bottom: 0.4rem;
  transition: 0.4s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-show-por7 .c-container .x-por-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text span {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  background-color: #78bc27;
  color: #fff;
  padding: 0.2rem 0;
  margin-top: 0.25rem;
  transition: 0.4s all;
}
.x-show-por8 .c-container .x-swiper {
  padding: 0.6rem 0 0.55rem 0;
  position: relative;
}
@media (max-width: 748px) {
  .x-show-por8 .c-container .x-swiper {
    padding: 1.5rem 0;
  }
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-text {
  background-color: rgba(120, 188, 39, 0.9);
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  height: 4.1rem;
}
@media (max-width: 972px) {
  .x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5.8rem;
  }
}
@media (max-width: 748px) {
  .x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.1rem;
  }
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.25rem 0.4rem 0.45rem 0.4rem;
  transition: 0.4s all;
  z-index: 2;
}
@media (max-width: 972px) {
  .x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding: 0.25rem 0.8rem 0.45rem 0.8rem;
  }
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.3rem;
  color: #fff;
  font-family: "MyriadPro-Semibold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  .x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 1rem;
  }
}
.x-show-por8 .c-container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  display: none;
  font-size: 18px;
  color: #fff;
}
.x-show-por9 .c-container .x-swiper2 {
  padding: 0.6rem 0 0.55rem 0;
  position: relative;
}
@media (max-width: 748px) {
  .x-show-por9 .c-container .x-swiper2 {
    padding: 1.5rem 0;
  }
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-title {
  color: #78bc27;
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  .x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.2rem;
  }
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
  text-align: center;
  width: 100%;
  padding: 0.4rem 0;
  transition: 0.4s all;
  color: #474b4f;
}
@media (max-width: 1260px) {
  .x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
    padding: 0.3rem 0;
  }
}
@media (max-width: 748px) {
  .x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title {
    padding: 0.5rem 0;
  }
}
.x-show-por9 .c-container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-title span {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-show-por10 .c-container ul {
  margin-top: 0.5rem;
}
.x-show-por10 .c-container ul li {
  display: flex;
  flex-wrap: wrap;
}
.x-show-por10 .c-container ul li + li {
  margin-top: 0.18rem;
}
@media (max-width: 748px) {
  .x-show-por10 .c-container ul li + li {
    margin-top: 10px;
  }
}
.x-show-por10 .c-container ul li p {
  font-size: 18px;
  color: #474b4f;
  font-weight: bold;
}
.x-show-por10 .c-container ul li a {
  max-width: 100%;
  font-size: 18px;
  color: #474b4f;
  border-bottom: 1px solid #878787;
  transition: 0.4s all;
  word-wrap: break-word;
}
.x-show-por10 .c-container ul li a:hover {
  color: #78bc27;
  border-bottom: 1px solid #78bc27;
}
@media (max-width: 748px) {
  .x-show-por10 .c-container ul li a {
    margin-top: 5px;
  }
}
.x-core1 {
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-core1 {
    padding: 3rem 0;
  }
}
.x-core1 .c-container ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.x-core1 .c-container ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 748px) {
  .x-core1 .c-container ul li {
    width: 50%;
  }
  .x-core1 .c-container ul li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.x-core1 .c-container ul li figure {
  background-color: #78bc27;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1260px) {
  .x-core1 .c-container ul li figure {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 748px) {
  .x-core1 .c-container ul li figure {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.x-core1 .c-container ul li figure img {
  width: 100%;
  height: 0.55rem;
  object-fit: contain;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-core1 .c-container ul li figure img {
    height: 0.65rem;
  }
}
@media (max-width: 748px) {
  .x-core1 .c-container ul li figure img {
    height: 30px;
  }
}
.x-core1 .c-container ul li p {
  font-size: 0.3rem;
  color: #474b4f;
  margin-top: 0.15rem;
}
@media (max-width: 1260px) {
  .x-core1 .c-container ul li p {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  .x-core1 .c-container ul li p {
    margin-top: 2px;
    font-size: 18px;
  }
}
.x-core2 {
  padding: 1rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  .x-core2 {
    padding: 3rem 0;
  }
}
@media (max-width: 748px) {
  .x-core2 .x-core-p {
    padding: 0 20px;
  }
}
.x-core2 .x-core-swiper {
  padding-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-core2 .x-core-swiper {
    padding-top: 1.5rem;
  }
}
.x-core2 .x-core-swiper .swiper-container {
  padding: 0 2.4rem;
}
.x-core2 .x-core-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  height: 3.2rem;
}
@media (max-width: 1260px) {
  .x-core2 .x-core-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4.2rem;
  }
}
@media (max-width: 972px) {
  .x-core2 .x-core-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5.2rem;
  }
}
@media (max-width: 748px) {
  .x-core2 .x-core-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.2rem;
  }
}
.x-core2 .x-core-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-core3 {
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-core3 {
    padding: 3rem 0;
  }
}
.x-core3 .c-container .x-core-swiper2 {
  position: relative;
  padding: 0.5rem 0 0.55rem 0;
}
@media (max-width: 748px) {
  .x-core3 .c-container .x-core-swiper2 {
    padding: 1.5rem 0;
  }
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide:hover .x-text {
  background-color: rgba(133, 193, 58, 0.9);
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
  height: 4.4rem;
}
@media (max-width: 1260px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5.4rem;
  }
}
@media (max-width: 748px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 12.4rem;
  }
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.3rem 0.4rem;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding: 0.8rem;
  }
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-family: "MyriadPro-Semibold";
  font-size: 0.3rem;
  color: #fff;
}
@media (max-width: 1260px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 972px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 20px;
  }
}
.x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  display: none;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  line-height: 24px;
}
@media (max-width: 748px) {
  .x-core3 .c-container .x-core-swiper2 .swiper-container .swiper-wrapper .swiper-slide .x-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.x-report1 {
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-report1 {
    padding: 3rem 0;
  }
}
.x-report1 .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.x-report1 .c-container .x-left {
  width: 47.2%;
  border-right: 1px solid #ddd;
  padding: 0.3rem 0 0.25rem 0;
}
@media (max-width: 972px) {
  .x-report1 .c-container .x-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0.5rem 0;
  }
}
.x-report1 .c-container .x-left figure {
  height: 5.44rem;
}
@media (max-width: 1260px) {
  .x-report1 .c-container .x-left figure {
    height: 6.84rem;
  }
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-left figure {
    height: 11.84rem;
  }
}
.x-report1 .c-container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-report1 .c-container .x-right {
  width: 52.7%;
  padding-left: 0.8rem;
}
@media (max-width: 972px) {
  .x-report1 .c-container .x-right {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-right {
    padding-top: 1rem;
  }
}
.x-report1 .c-container .x-right .x-title {
  font-family: "MyriadPro-Semibold";
  font-size: 0.3rem;
  color: #78bc27;
}
@media (max-width: 1580px) {
  .x-report1 .c-container .x-right .x-title {
    font-size: 0.36rem;
  }
}
@media (max-width: 972px) {
  .x-report1 .c-container .x-right .x-title {
    font-size: 20px;
  }
}
.x-report1 .c-container .x-right p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 0.15rem 0 0.5rem 0;
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-right p {
    font-size: 14px;
  }
}
.x-report1 .c-container .x-right .x-xia-a {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-right .x-xia-a {
    margin-top: 15px;
  }
}
.x-report1 .c-container .x-right .x-xia-a a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  line-height: 50px;
  border: 1px solid #78bc27;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  color: #78bc27;
  transition: 0.4s all;
  overflow: hidden;
}
.x-report1 .c-container .x-right .x-xia-a a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-right .x-xia-a a {
    width: 140px;
    line-height: 44px;
    border-radius: 23px;
  }
}
@media (max-width: 748px) {
  .x-report1 .c-container .x-right .x-xia-a a {
    width: 156px;
    font-size: 16px;
  }
}
@media (max-width: 371px) {
  .x-report1 .c-container .x-right .x-xia-a a {
    margin: 0 auto;
    margin-top: 15px;
    display: block;
  }
}
.x-report1 .c-container .x-right .x-xia-a a:hover {
  color: #fff;
}
.x-report1 .c-container .x-right .x-xia-a a:hover::before {
  height: 100%;
}
.x-report1 .c-container .x-right .x-xia-a a:hover img:nth-child(1) {
  display: block;
}
.x-report1 .c-container .x-right .x-xia-a a:hover img:nth-child(2) {
  display: none;
}
.x-report1 .c-container .x-right .x-xia-a a:nth-of-type(2) {
  margin-left: 15px;
}
@media (max-width: 371px) {
  .x-report1 .c-container .x-right .x-xia-a a:nth-of-type(2) {
    margin-left: auto;
  }
}
.x-report1 .c-container .x-right .x-xia-a a img {
  position: relative;
  z-index: 5;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.x-report1 .c-container .x-right .x-xia-a a img:nth-child(1) {
  display: none;
}
.x-report1 .c-container .x-right .x-xia-a a span {
  position: relative;
  z-index: 5;
}
.x-report2 {
  background-color: #f5f5f5;
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-report2 {
    padding: 3rem 0;
  }
}
.x-report2 .c-container .x-title {
  text-align: center;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  font-size: 0.4rem;
}
@media (max-width: 1580px) {
  .x-report2 .c-container .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-report2 .c-container .x-title {
    font-size: 1.4rem;
  }
}
.x-report2 .c-container ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  padding: 0.45rem 0 0.55rem 0;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul {
    padding: 30px 0;
  }
}
.x-report2 .c-container ul li {
  width: 48.9%;
  background-color: #fff;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li {
    width: 100%;
  }
  .x-report2 .c-container ul li + li {
    margin-top: 20px;
  }
}
.x-report2 .c-container ul li:nth-of-type(n+3) {
  margin-top: 2%;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.x-report2 .c-container ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 0;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li a {
    padding: 15px 0;
  }
}
.x-report2 .c-container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-report2 .c-container ul li a:hover .x-text span {
  color: #78bc27;
}
.x-report2 .c-container ul li a figure {
  width: 46.6%;
  height: 2.14rem;
  padding: 0 0.75rem 0 0.8rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-report2 .c-container ul li a figure {
    height: 3.14rem;
  }
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li a figure {
    width: 100%;
    height: 9.14rem;
  }
}
.x-report2 .c-container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s all;
}
.x-report2 .c-container ul li a .x-text {
  width: 53.2%;
  padding-left: 0.4rem;
  position: relative;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li a .x-text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .x-report2 .c-container ul li a .x-text::before {
    display: none;
  }
}
.x-report2 .c-container ul li a .x-text::before {
  content: "";
  width: 1px;
  height: 126%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-report2 .c-container ul li a .x-text .x-title2 {
  font-family: "MyriadPro-Semibold";
  font-size: 0.24rem;
  color: #474b4f;
}
@media (max-width: 1260px) {
  .x-report2 .c-container ul li a .x-text .x-title2 {
    font-size: 0.34rem;
  }
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li a .x-text .x-title2 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.x-report2 .c-container ul li a .x-text p {
  font-size: 16px;
  color: #666;
  margin: 0.1rem 0 0.65rem 0;
}
@media (max-width: 748px) {
  .x-report2 .c-container ul li a .x-text p {
    margin: 8px 0 5px 0;
  }
}
.x-report2 .c-container ul li a .x-text span {
  font-size: 16px;
  color: #474b4f;
}
.x-report2 .c-container ul li a .x-text span img {
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.x-search1 {
  border-bottom: 1px solid #e0e0e0;
}
.x-search1 .c-container {
  padding: 0.6rem 2.2rem;
}
@media (max-width: 1580px) {
  .x-search1 .c-container {
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 748px) {
  .x-search1 .c-container {
    padding: 30px 1rem;
  }
}
.x-search1 .c-container input {
  width: calc(100% - 1.3rem);
  height: 60px;
  background-color: #e5e5e5;
  color: #474b4f;
  font-size: 18px;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .x-search1 .c-container input {
    height: 55px;
  }
}
@media (max-width: 1260px) {
  .x-search1 .c-container input {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 972px) {
  .x-search1 .c-container input {
    width: calc(100% - 2.3rem);
  }
}
@media (max-width: 748px) {
  .x-search1 .c-container input {
    width: calc(100% - 4rem);
    height: 50px;
  }
}
.x-search1 .c-container button {
  position: relative;
  width: 1.3rem;
  float: right;
  height: 60px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #78bc27;
}
.x-search1 .c-container button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-search1 .c-container button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / auto 20px;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .x-search1 .c-container button {
    height: 55px;
  }
}
@media (max-width: 1260px) {
  .x-search1 .c-container button {
    width: 2rem;
  }
}
@media (max-width: 972px) {
  .x-search1 .c-container button {
    width: 2.3rem;
  }
}
@media (max-width: 748px) {
  .x-search1 .c-container button {
    width: 4rem;
    height: 50px;
  }
}
.x-search1 .c-container button:hover::before {
  height: 100%;
}
.x-job {
  background-color: #f5f5f5;
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-job {
    padding: 3rem 0;
  }
}
.x-job .c-container .x-title {
  font-size: 0.36rem;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  text-align: center;
}
@media (max-width: 1260px) {
  .x-job .c-container .x-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 972px) {
  .x-job .c-container .x-title {
    font-size: 0.56rem;
  }
}
@media (max-width: 748px) {
  .x-job .c-container .x-title {
    font-size: 1.4rem;
  }
}
.x-job .c-container ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (max-width: 748px) {
  .x-job .c-container ul {
    margin-top: 1.2rem;
  }
}
.x-job .c-container ul li {
  width: 48.9%;
  background-color: #fff;
  transition: 0.4s all;
  position: relative;
  top: 0;
}
.x-job .c-container ul li:nth-of-type(n+3) {
  margin-top: 2%;
}
@media (max-width: 748px) {
  .x-job .c-container ul li {
    width: 100%;
  }
  .x-job .c-container ul li + li {
    margin-top: 20px;
  }
  .x-job .c-container ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.x-job .c-container ul li:hover {
  top: -10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-job .c-container ul li:nth-of-type(2) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(6) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(10) a .x-title2::before {
  background: url(../images/x-job2.png) no-repeat center / auto 30px;
}
@media (max-width: 1580px) {
  .x-job .c-container ul li:nth-of-type(2) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(6) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(10) a .x-title2::before {
    background: url(../images/x-job2.png) no-repeat center / auto 25px;
  }
}
.x-job .c-container ul li:nth-of-type(3) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(7) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(11) a .x-title2::before {
  background: url(../images/x-job3.png) no-repeat center / auto 30px;
}
@media (max-width: 1580px) {
  .x-job .c-container ul li:nth-of-type(3) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(7) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(11) a .x-title2::before {
    background: url(../images/x-job3.png) no-repeat center / auto 25px;
  }
}
.x-job .c-container ul li:nth-of-type(4) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(8) a .x-title2::before,
.x-job .c-container ul li:nth-of-type(12) a .x-title2::before {
  background: url(../images/x-job4.png) no-repeat center / auto 30px;
}
@media (max-width: 1580px) {
  .x-job .c-container ul li:nth-of-type(4) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(8) a .x-title2::before,
  .x-job .c-container ul li:nth-of-type(12) a .x-title2::before {
    background: url(../images/x-job4.png) no-repeat center / auto 25px;
  }
}
.x-job .c-container ul li a {
  display: block;
  padding: 0.3rem 0 0.5rem 0.45rem;
}
@media (max-width: 748px) {
  .x-job .c-container ul li a {
    padding: 1rem 0 1rem 1rem;
  }
}
.x-job .c-container ul li a:hover .x-title2 {
  color: #78bc27;
}
.x-job .c-container ul li a .x-title2 {
  font-size: 0.24rem;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  position: relative;
  padding: 0 1.2rem 0.45rem 0;
  transition: 0.4s all;
}
@media (max-width: 1260px) {
  .x-job .c-container ul li a .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-job .c-container ul li a .x-title2 {
    padding: 0 60px 0.8rem 0;
  }
}
.x-job .c-container ul li a .x-title2::before {
  content: "";
  width: 35px;
  height: 32px;
  background: url(../images/x-job1.png) no-repeat center / auto 30px;
  position: absolute;
  right: 50px;
  top: 3px;
}
@media (max-width: 1580px) {
  .x-job .c-container ul li a .x-title2::before {
    background: url(../images/x-job1.png) no-repeat center / auto 25px;
  }
}
@media (max-width: 748px) {
  .x-job .c-container ul li a .x-title2::before {
    right: 20px;
  }
}
.x-job .c-container ul li a span {
  font-size: 16px;
  color: #78bc27;
}
.x-filter {
  background-color: #f5f5f5;
  padding: 1rem 0;
}
@media (max-width: 748px) {
  .x-filter {
    padding: 3rem 0;
  }
}
.x-filter .c-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.x-filter .c-container .x-left {
  width: 25%;
}
@media (max-width: 972px) {
  .x-filter .c-container .x-left {
    width: 100%;
  }
}
.x-filter .c-container .x-left .x-title {
  font-size: 0.24rem;
  color: #474b4f;
  font-family: MyriadPro-Semibold;
}
@media (max-width: 1580px) {
  .x-filter .c-container .x-left .x-title {
    font-size: 0.34rem;
  }
}
@media (max-width: 1260px) {
  .x-filter .c-container .x-left .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-left .x-title {
    font-size: 1.4rem;
  }
}
.x-filter .c-container .x-left .x-list {
  background-color: #fff;
  padding: 0 0.3rem;
  margin-top: 0.4rem;
}
@media (max-width: 972px) {
  .x-filter .c-container .x-left .x-list {
    padding: 0 0.6rem;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-left .x-list {
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
}
.x-filter .c-container .x-left .x-list > li {
  padding: 0.3rem 0 0.15rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-left .x-list > li {
    padding: 0.6rem 0;
  }
}
.x-filter .c-container .x-left .x-list > li:last-child {
  border-bottom: none;
}
.x-filter .c-container .x-left .x-list > li .x-filter-p {
  font-family: "MyriadPro-Semibold";
  font-size: 0.2rem;
  color: #474b4f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-wrap: break-word;
  word-break: normal;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .x-filter .c-container .x-left .x-list > li .x-filter-p {
    font-size: 0.24rem;
  }
}
@media (max-width: 1260px) {
  .x-filter .c-container .x-left .x-list > li .x-filter-p {
    font-size: 18px;
  }
}
.x-filter .c-container .x-left .x-list > li .x-filter-p i {
  flex-shrink: 0;
  display: inline-block;
  margin: 8px 0 8px 15px;
  width: 20px;
  height: 20px;
  padding-left: 10px;
  background: url(../images/x-filter1.png) no-repeat center / 14px;
  cursor: pointer;
  transition: all 0.5s;
}
.x-filter .c-container .x-left .x-list > li .x-filter-p i.active {
  background: url(../images/reduce3.png) no-repeat center / 14px;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul {
  display: none;
  max-height: 210px;
  overflow-y: auto;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul.on {
  display: block;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul li.on .c-checked {
  background: #78bc27;
  border-color: #78bc27;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul li .c-checked {
  flex-shrink: 0;
  margin: 5px 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  cursor: pointer;
  border-radius: 3px;
}
.x-filter .c-container .x-left .x-list > li .x-filter-ul li span {
  width: calc(100% - 31px);
  font-size: 16px;
  color: #666;
  margin-left: 15px;
  word-wrap: break-word;
  word-break: normal;
}
.x-filter .c-container .x-right {
  width: 72.9%;
}
@media (max-width: 972px) {
  .x-filter .c-container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right {
    margin-top: 3rem;
  }
}
.x-filter .c-container .x-right .x-title {
  font-size: 0.24rem;
  color: #474b4f;
  font-family: 'MyriadPro-Semibold';
}
@media (max-width: 1580px) {
  .x-filter .c-container .x-right .x-title {
    font-size: 0.34rem;
  }
}
@media (max-width: 1260px) {
  .x-filter .c-container .x-right .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right .x-title {
    font-size: 1.4rem;
  }
}
.x-filter .c-container .x-right .x-top {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4rem;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right .x-top {
    margin-top: 0.8rem;
  }
}
.x-filter .c-container .x-right .x-top .c-common-btn1 {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
}
.x-filter .c-container .x-right .x-top .c-left p {
  display: inline-block;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  padding: 12px 50px 12px 20px;
  margin: 0 0.2rem 0.15rem 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1580px) {
  .x-filter .c-container .x-right .x-top .c-left p {
    padding: 12px 50px 12px 12px;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right .x-top .c-left p {
    padding: 9px 30px 9px 9px;
  }
}
.x-filter .c-container .x-right .x-top .c-left p em {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../images/x-guanbi1.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right .x-top .c-left p em {
    right: 0.5rem;
  }
}
.x-filter .c-container .x-right ul {
  margin-top: 0.15rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.x-filter .c-container .x-right ul li {
  transition: 0.4s all;
}
.x-filter .c-container .x-right ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-filter .c-container .x-right ul li:hover a .x-li-left .x-title {
  color: #78bc27;
}
.x-filter .c-container .x-right ul li + li {
  margin-top: 0.2rem;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li + li {
    margin-top: 20px;
  }
}
.x-filter .c-container .x-right ul li a {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.35rem 0.3rem;
}
@media (max-width: 972px) {
  .x-filter .c-container .x-right ul li a {
    padding: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li a {
    position: relative;
    padding: 1rem;
  }
}
.x-filter .c-container .x-right ul li a .x-li-left {
  width: 84%;
}
@media (max-width: 972px) {
  .x-filter .c-container .x-right ul li a .x-li-left {
    width: 80%;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li a .x-li-left {
    width: 100%;
  }
}
.x-filter .c-container .x-right ul li a .x-li-left .x-title {
  font-size: 0.24rem;
  color: #474b4f;
  font-family: MyriadPro-Semibold;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-filter .c-container .x-right ul li a .x-li-left .x-title {
    font-size: 0.34rem;
  }
}
@media (max-width: 1260px) {
  .x-filter .c-container .x-right ul li a .x-li-left .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li a .x-li-left .x-title {
    font-size: 18px;
  }
}
.x-filter .c-container .x-right ul li a .x-li-left p {
  font-size: 16px;
  color: #666;
  margin: 0.1rem 0 0.5rem 0;
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li a .x-li-left p {
    margin-top: 0.4rem;
  }
}
.x-filter .c-container .x-right ul li a .x-li-left span {
  font-size: 18px;
  color: #78bc27;
}
.x-filter .c-container .x-right ul li a .x-time {
  width: 16%;
  font-size: 16px;
  color: #999;
  padding-left: 0.4rem;
}
@media (max-width: 1260px) {
  .x-filter .c-container .x-right ul li a .x-time {
    padding-left: 0.2rem;
  }
}
@media (max-width: 972px) {
  .x-filter .c-container .x-right ul li a .x-time {
    width: 20%;
  }
}
@media (max-width: 748px) {
  .x-filter .c-container .x-right ul li a .x-time {
    width: auto;
    padding-left: 0;
    position: absolute;
    bottom: 1rem;
    right: 5%;
  }
}
.x-re-show {
  background-color: #f7f9fa;
  padding: 0.5rem 0 0.55rem 0;
}
@media (max-width: 1260px) {
  .x-re-show {
    padding: 0.6rem 0 0.7rem 0;
  }
}
@media (max-width: 748px) {
  .x-re-show {
    padding: 0.8rem 0 3rem 0;
  }
}
.x-re-show .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .x-re-show .c-container .x-left {
    width: 100%;
  }
}
.x-re-show .c-container .x-left .x-title {
  color: #474b4f;
  font-family: MyriadPro-Semibold;
}
.x-re-show .c-container .x-left .x-le-p {
  font-size: 16px;
  color: #666;
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-left .x-le-p {
    margin-bottom: 0;
  }
}
.x-re-show .c-container .x-left .x-span span {
  font-size: 16px;
  color: #fff;
  padding: 5px 16px;
  background-color: #999;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-left .x-span span {
    margin-top: 12px;
  }
}
.x-re-show .c-container .x-left .x-span2 {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-top: 0.35rem;
}
@media (max-width: 1260px) {
  .x-re-show .c-container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right {
    margin-top: 1rem;
  }
}
.x-re-show .c-container .x-right form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.x-re-show .c-container .x-right form .x-jl {
  position: relative;
  margin-right: 20px;
}
.x-re-show .c-container .x-right form .x-jl .x-input1 {
  position: relative;
}
.x-re-show .c-container .x-right form .x-jl .x-text1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  color: #78bc27;
  background-color: #fff;
  border: 1px solid #78bc27;
  border-radius: 29px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right form .x-jl .x-text1 {
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
  }
}
.x-re-show .c-container .x-right form .x-jl .x-text1::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/x-wenjian.png") no-repeat center / 22px;
  vertical-align: middle;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right form .x-jl .x-text1::before {
    width: 15px;
    height: 15px;
    background: url(../images/x-wenjian.png) no-repeat center / 15px;
  }
}
.x-re-show .c-container .x-right form .x-jl .hi-file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.x-re-show .c-container .x-right form .x-jl .hi-text2 {
  font-size: 16px;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right form .x-jl .hi-text2 {
    margin: 10px 0;
  }
}
.x-re-show .c-container .x-right form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 18px;
  height: 50px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right form button {
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
  }
}
.x-re-show .c-container .x-right form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-re-show .c-container .x-right form button i {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/x-toudi2.png") no-repeat center / 22px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 748px) {
  .x-re-show .c-container .x-right form button i {
    width: 15px;
    height: 15px;
    background: url("../images/x-toudi2.png") no-repeat center / 15px;
    margin-right: 2px;
  }
}
.x-re-show .c-container .x-right form button span {
  position: relative;
  z-index: 5;
}
.x-re-show .c-container .x-right form button:hover {
  color: #fff;
}
.x-re-show .c-container .x-right form button:hover::before {
  height: 100%;
}
.x-re-show .c-container .x-right form button:hover i {
  background-image: url(../images/x-toudi.png);
}
.x-re-show2 .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 972px) {
  .x-re-show2 .c-container {
    padding: 1rem 20px;
  }
}
@media (max-width: 748px) {
  .x-re-show2 .c-container {
    padding: 3rem 1rem;
  }
}
.x-re-show2 .c-container .x-left {
  width: 61%;
}
@media (max-width: 972px) {
  .x-re-show2 .c-container .x-left {
    width: 100%;
  }
}
.x-re-show2 .c-container .x-left .x-con .x-title {
  font-size: 0.24rem;
  color: #474b4f;
  font-family: MyriadPro-Semibold;
}
@media (max-width: 1580px) {
  .x-re-show2 .c-container .x-left .x-con .x-title {
    font-size: 20px;
  }
}
.x-re-show2 .c-container .x-left .x-con p {
  font-size: 16px;
  color: #666;
}
.x-re-show2 .c-container .x-right {
  width: 31.9%;
  border: 1px solid #ddd;
  padding: 0.4rem 0.35rem 0.7rem 0.35rem;
  margin-top: 5px;
}
@media (max-width: 972px) {
  .x-re-show2 .c-container .x-right {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-re-show2 .c-container .x-right {
    padding: 1rem;
  }
}
.x-re-show2 .c-container .x-right .x-title {
  font-size: 0.3rem;
  color: #78bc27;
  font-family: MyriadPro-Semibold;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .x-re-show2 .c-container .x-right .x-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 1260px) {
  .x-re-show2 .c-container .x-right .x-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 748px) {
  .x-re-show2 .c-container .x-right .x-title {
    font-size: 1.4rem;
  }
}
.x-re-show2 .c-container .x-right .x-ri-a {
  display: block;
  padding: 0.35rem 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  .x-re-show2 .c-container .x-right .x-ri-a {
    padding: 0.5rem 0;
  }
}
.x-re-show2 .c-container .x-right .x-ri-a:hover .x-title2 {
  color: #78bc27;
}
.x-re-show2 .c-container .x-right .x-ri-a .x-title2 {
  font-size: 18px;
  color: #474b4f;
  font-family: MyriadPro-Semibold;
  transition: 0.4s all;
}
.x-re-show2 .c-container .x-right .x-ri-a p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.x-re-show2 .c-container .x-right .x-right-a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 18px;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 29px;
  overflow: hidden;
}
@media (max-width: 748px) {
  .x-re-show2 .c-container .x-right .x-right-a {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
  }
}
.x-re-show2 .c-container .x-right .x-right-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-re-show2 .c-container .x-right .x-right-a span {
  position: relative;
  z-index: 5;
}
.x-re-show2 .c-container .x-right .x-right-a:hover {
  color: #fff;
}
.x-re-show2 .c-container .x-right .x-right-a:hover::before {
  height: 100%;
}
.x-contact1 {
  background-color: #fbfbfb;
  padding: 0.4rem 0 0.7rem 0;
}
@media (max-width: 748px) {
  .x-contact1 {
    padding: 3rem 0;
  }
}
.x-contact1 .c-container .x-title {
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
@media (max-width: 748px) {
  .x-contact1 .c-container .x-title {
    margin-bottom: 1rem;
  }
}
.x-contact1 .c-container figure {
  text-align: center;
  background-color: #fff;
}
.x-contact1 .c-container figure img {
  max-width: 100%;
  max-height: 500px;
}
.x-contact1 .c-common-btn1 {
  margin: -120px auto 120px;
}
@media (max-width: 748px) {
  .x-contact1 .c-common-btn1 {
    margin: 1rem auto 0;
  }
}
.x-contact2 {
  padding: 1.4rem 0 1.2rem 0;
}
@media (max-width: 748px) {
  .x-contact2 {
    padding: 3rem 0 3rem 0;
  }
}
.x-contact2 .c-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact2 .c-container .x-left {
  width: 50%;
}
@media (max-width: 972px) {
  .x-contact2 .c-container .x-left {
    width: 100%;
  }
}
.x-contact2 .c-container .x-left ul li .c-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #474b4f;
}
.x-contact2 .c-container .x-left ul li:hover figure img {
  transform: scale(1.1);
}
.x-contact2 .c-container .x-left ul li + li {
  margin-top: 0.3rem;
}
@media (max-width: 972px) {
  .x-contact2 .c-container .x-left ul li + li {
    margin-top: 1rem;
  }
}
.x-contact2 .c-container .x-left ul li figure {
  width: 48.6%;
  height: 2.5rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-contact2 .c-container .x-left ul li figure {
    height: 4.5rem;
  }
}
@media (max-width: 748px) {
  .x-contact2 .c-container .x-left ul li figure {
    height: 6.5rem;
  }
}
.x-contact2 .c-container .x-left ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-contact2 .c-container .x-left ul li .x-text {
  width: 45.8%;
  padding-right: 0.7rem;
}
.x-contact2 .c-container .x-left ul li .x-text .x-title {
  font-family: "MyriadPro-Semibold";
  font-size: 0.24rem;
  color: #474b4f;
}
@media (max-width: 1580px) {
  .x-contact2 .c-container .x-left ul li .x-text .x-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 1260px) {
  .x-contact2 .c-container .x-left ul li .x-text .x-title {
    font-size: 0.34rem;
  }
}
@media (max-width: 972px) {
  .x-contact2 .c-container .x-left ul li .x-text .x-title {
    font-size: 0.45rem;
  }
}
@media (max-width: 748px) {
  .x-contact2 .c-container .x-left ul li .x-text .x-title {
    font-size: 1rem;
  }
}
.x-contact2 .c-container .x-left ul li .x-text p {
  color: #666;
}
.x-contact2 .c-container .x-left ul li .x-text .c-common-btn1 {
  margin-top: 0.2rem;
  color: #78bc27;
}
.x-contact2 .c-container .x-left ul li .x-text .c-common-btn1:hover {
  color: #fff;
}
.x-contact2 .c-container .x-right {
  width: 49%;
  border: 1px solid #ddd;
  padding: 0.6rem;
}
@media (max-width: 972px) {
  .x-contact2 .c-container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 748px) {
  .x-contact2 .c-container .x-right {
    margin-top: 1.5rem;
  }
}
.x-contact2 .c-container .x-right .x-p {
  color: #78bc27;
  font-weight: bold;
  padding: 0.6rem 1.8rem 0.2rem 0.55rem;
}
@media (max-width: 748px) {
  .x-contact2 .c-container .x-right .x-p {
    padding: 0.6rem 1rem 0 1rem;
  }
}
.x-contact2 .c-container .x-right ul {
  padding: 0 1.8rem 0 0.55rem;
}
@media (max-width: 748px) {
  .x-contact2 .c-container .x-right ul {
    padding: 0 1rem 1rem 1rem;
  }
}
.x-contact2 .c-container .x-right ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.x-contact2 .c-container .x-right ul li p {
  color: #474b4f;
  font-weight: bold;
  line-height: 0.3rem;
}
@media (max-width: 1260px) {
  .x-contact2 .c-container .x-right ul li p {
    line-height: 24px;
  }
}
.x-contact2 .c-container .x-right ul li span {
  display: inline-block;
  color: #666;
  line-height: 0.3rem;
}
@media (max-width: 1260px) {
  .x-contact2 .c-container .x-right ul li span {
    line-height: 24px;
  }
}
.x-address1 {
  padding: 0.3rem 0 1.5rem 0;
}
@media (max-width: 748px) {
  .x-address1 {
    padding: 1.5rem 0 3rem 0;
  }
}
.x-address1 .c-container .x-title {
  text-align: center;
}
.x-address1 .c-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-address1 .c-container ul {
    margin-top: 1rem;
  }
}
.x-address1 .c-container ul li {
  width: 30%;
  margin-bottom:0.4rem;
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li + li {
    margin-top: 1rem;
  }
}
.x-address1 .c-container ul li:hover .x-title {
  color: #78bc27;
}
.x-address1 .c-container ul li:hover .x-bottom::after {
  top: 0;
  opacity: 1;
}
.x-address1 .c-container ul li:hover .x-bottom::before {
  display: none;
}
.x-address1 .c-container ul li:hover .x-bottom .x-text {
  bottom: 50%;
  transform: translateY(50%);
}
.x-address1 .c-container ul li:hover .x-bottom .x-text p {
  color: #666;
}
.x-address1 .c-container ul li:hover .x-bottom .x-text p span {
  color: #474b4f;
}
.x-address1 .c-container ul li .x-title {
  position: relative;
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  padding: 0 0.2rem 0 0.2rem;
  transition: 0.5s all;
}
@media (max-width: 1900px) {
  .x-address1 .c-container ul li .x-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li .x-title {
    height: auto;
    padding: 0 0.6rem 0 0.8rem;
    font-size: 18px;
    line-height: 24px;
  }
}
.x-address1 .c-container ul li .x-title::before {
  content: "";
  width: 3px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #78bc27;
}
@media (max-width: 1900px) {
  .x-address1 .c-container ul li .x-title::before {
    height: 30px;
  }
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li .x-title::before {
    height: 24px;
  }
}
.x-address1 .c-container ul li .x-bottom {
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li .x-bottom {
    margin-top: 0.5rem;
  }
}
/*.x-address1 .c-container ul li .x-bottom::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(255, 255, 255, 0.8);*/
/*  background-size: cover;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 100%;*/
/*  opacity: 0;*/
/*  transition: 0.5s all;*/
/*  z-index: 1;*/
/*}*/
/*.x-address1 .c-container ul li .x-bottom::before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: url("../images/x-add5.png") no-repeat center;*/
/*  background-size: cover;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
  /*opacity: 0.3;*/
  /*transition: 0.5s all;*/
/*}*/
.x-address1 .c-container ul li .x-bottom figure {
  width: 100%;
  height: 3.6rem;
}
@media (max-width: 972px) {
  .x-address1 .c-container ul li .x-bottom figure {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li .x-bottom figure {
    height: 10.2rem;
  }
}
.x-address1 .c-container ul li .x-bottom figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.x-address1 .c-container ul li .x-bottom .text {
  position: absolute;
  bottom: 30px;
  /*transition: 0.5s all;*/
  z-index: 2;
  width:100%;
}
.x-address1 .c-container ul li .x-bottom .text p {
  color: #fff;
  padding: 0 0.6rem;
  /*transition: 0.5s all;*/
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 748px) {
  .x-address1 .c-container ul li .x-bottom .text p {
    padding: 0 1rem;
  }
}
/*.x-address1 .c-container ul li .x-bottom .x-text p + p {*/
/*  margin-top: 0.2rem;*/
/*}*/
/*.x-address1 .c-container ul li .x-bottom .x-text p span {*/
/*  font-weight: bold;*/
/*}*/
.x-solu1 {
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  .x-solu1 {
    padding-top: 1.5rem;
  }
}
.x-solu1 .c-container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-solu1 .c-container ul li:nth-of-type(n+2) .x-right a {
  color: #474b4f;
}
.x-solu1 .c-container ul li .x-title {
  width: 12.5%;
  font-size: 18px;
  color: #222;
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .x-solu1 .c-container ul li .x-title {
    width: 15.5%;
  }
}
@media (max-width: 972px) {
  .x-solu1 .c-container ul li .x-title {
    width: 20.5%;
  }
}
@media (max-width: 748px) {
  .x-solu1 .c-container ul li .x-title {
    width: 100%;
    font-size: 14px;
    margin-top: 0.3rem;
  }
}
.x-solu1 .c-container ul li .x-right {
  width: 87.5%;
}
@media (max-width: 1260px) {
  .x-solu1 .c-container ul li .x-right {
    width: 84.5%;
  }
}
@media (max-width: 972px) {
  .x-solu1 .c-container ul li .x-right {
    width: 79.5%;
  }
}
@media (max-width: 748px) {
  .x-solu1 .c-container ul li .x-right {
    width: 100%;
  }
}
.x-solu1 .c-container ul li .x-right a {
  display: inline-block;
  font-size: 18px;
  color: #474b4f;
  padding: 0.1rem 0.3rem;
  margin: 0.1rem 0.3rem 0 0;
  border-radius: 3px;
  transition: 0.5s all;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-solu1 .c-container ul li .x-right a {
    font-size: 14px;
    padding: 0.3rem 0.8rem;
    margin-top: 0.15rem;
  }
}
.x-solu1 .c-container ul li .x-right a:hover {
  background-color: #78bc27;
  color: #fff;
}
.x-solu1 .c-container ul li .x-right a.on {
  background-color: #78bc27;
  color: #fff;
}
.x-solu2 {
  background-color: #f5f5f5;
  padding: 0.2rem 0 0.4rem 0;
}
@media (max-width: 972px) {
  .x-solu2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-solu2 {
    padding: 1rem 0 1.5rem 0;
  }
}
.x-solu2 .x-search1 {
  border: none;
  text-align: right;
}
.x-solu2 .x-search1 .x-form input {
  padding: 0 0.3rem;
  line-height: 58px;
  width: 3.6rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
  border: 1px solid #78bc27;
}
@media (max-width: 1260px) {
  .x-solu2 .x-search1 .x-form input {
    width: 6.6rem;
  }
}
@media (max-width: 972px) {
  .x-solu2 .x-search1 .x-form input {
    width: 82%;
  }
}
@media (max-width: 748px) {
  .x-solu2 .x-search1 .x-form input {
    width: 74%;
    line-height: 48px;
    padding: 0 20px;
  }
}
.x-solu2 .x-search1 .x-form button {
  float: right;
  width: 1.3rem;
  height: 60px;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  border: 1px solid #78bc27;
  color: #fff;
  background-color: #78bc27;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 972px) {
  .x-solu2 .x-search1 .x-form button {
    width: 18%;
  }
}
@media (max-width: 748px) {
  .x-solu2 .x-search1 .x-form button {
    width: 26%;
    height: 50px;
  }
}
.x-solu2 .x-search1 .x-form button:hover {
  border-color: #78bc27;
}
.x-solu2 .x-search1 .x-form button:hover::before {
  height: 100%;
}
.x-solu2 .x-search1 .x-form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
.x-solu2 .x-search1 .x-form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
.x-solu2 .x-search1 .x-form button:hover {
  color: #fff;
}
.x-solu2 .x-search1 .x-form button:hover::before {
  height: 100%;
}
.x-solu2 .x-search1 .x-form button.c-dt {
  color: #fff;
  background-color: #78bc27;
}
.x-solu2 .x-search1 .x-form button.c-dt::before {
  background-color: #6ba821;
}
.x-solu3 {
  background-color: #f5f5f5;
}
.x-solu3 .c-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-solu3 .c-container ul li {
  width: 48%;
  position: relative;
}
@media (max-width: 748px) {
  .x-solu3 .c-container ul li {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-solu3 .c-container ul li + li {
    margin-top: 20px;
  }
}
.x-solu3 .c-container ul li:hover::before {
  width: 100%;
  opacity: 1;
}
.x-solu3 .c-container ul li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-solu3 .c-container ul li::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
  z-index: 2;
}
.x-solu3 .c-container ul li:nth-of-type(n+3) {
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-solu3 .c-container ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.x-solu3 .c-container ul li a {
  display: block;
}
.x-solu3 .c-container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-solu3 .c-container ul li a:hover .x-bottom .x-right div {
  border-color: #78bc27;
}
.x-solu3 .c-container ul li a:hover .x-bottom .x-right div::before {
  height: 100%;
}
.x-solu3 .c-container ul li a:hover .x-bottom .x-right div i {
  background: url(../images/jt2.png) no-repeat center / 20px auto;
}
.x-solu3 .c-container ul li a figure {
  width: 100%;
  height: 4.12rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-solu3 .c-container ul li a figure {
    height: 6.12rem;
  }
}
@media (max-width: 748px) {
  .x-solu3 .c-container ul li a figure {
    height: 10.2rem;
  }
}
.x-solu3 .c-container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-solu3 .c-container ul li a .x-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0.4rem 0.4rem 0;
}
@media (max-width: 748px) {
  .x-solu3 .c-container ul li a .x-bottom {
    padding: 0.5rem 0.4rem 0.5rem 0;
  }
}
.x-solu3 .c-container ul li a .x-bottom .x-text {
  width: 74%;
}
.x-solu3 .c-container ul li a .x-bottom .x-text .x-title {
  color: #474b4f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.x-solu3 .c-container ul li a .x-bottom .x-text p {
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.05rem;
  line-height: 24px;
}
@media (max-width: 972px) {
  .x-solu3 .c-container ul li a .x-bottom .x-text p {
    line-height: 24px;
  }
}
.x-solu3 .c-container ul li a .x-bottom .x-right {
  width: 26%;
}
.x-solu3 .c-container ul li a .x-bottom .x-right div {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #474b4f;
  margin-left: auto;
}
@media (max-width: 1580px) {
  .x-solu3 .c-container ul li a .x-bottom .x-right div {
    width: 50px;
    height: 50px;
  }
}
.x-solu3 .c-container ul li a .x-bottom .x-right div::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s all;
  z-index: 6;
}
.x-solu3 .c-container ul li a .x-bottom .x-right div i {
  display: block;
  width: 68px;
  height: 68px;
  background: url("../images/jt6.png") no-repeat center / 20px auto;
  border-radius: 50%;
  position: relative;
  z-index: 7;
}
@media (max-width: 1580px) {
  .x-solu3 .c-container ul li a .x-bottom .x-right div i {
    width: 50px;
    height: 50px;
  }
}
.x-solu3 .c-container .c-page {
  padding: 0.8rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-solu3 .c-container .c-page {
    padding: 1rem 0 2.5rem 0;
  }
}
.x-case1 {
  background-color: #f5f5f5;
}
.x-case1 .c-container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-case1 .c-container ul li {
  width: 31.9%;
  margin-right: 2.15%;
  background-color: #fff;
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 748px) {
  .x-case1 .c-container ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 748px) {
  .x-case1 .c-container ul li + li {
    margin-top: 1rem !important;
  }
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.x-case1 .c-container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li:nth-of-type(n+3) {
    margin-top: 0.5rem;
  }
}
.x-case1 .c-container ul li:nth-of-type(n+4) {
  margin-top: 0.3rem;
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li:nth-of-type(n+4) {
    margin-top: 0.5rem;
  }
}
.x-case1 .c-container ul li a {
  display: block;
  position: relative;
}
.x-case1 .c-container ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-case1 .c-container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-case1 .c-container ul li a:hover .x-title p {
  color: #78bc27;
}
.x-case1 .c-container ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-case1 .c-container ul li a figure {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li a figure {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  .x-case1 .c-container ul li a figure {
    height: 12rem;
  }
}
.x-case1 .c-container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-case1 .c-container ul li a .x-title {
  text-align: center;
  font-size: 18px;
  color: #474b4f;
  height: 100px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 0.45rem;
}
@media (max-width: 1580px) {
  .x-case1 .c-container ul li a .x-title {
    height: 85px;
    line-height: 24px;
  }
}
@media (max-width: 972px) {
  .x-case1 .c-container ul li a .x-title {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-case1 .c-container ul li a .x-title {
    font-size: 14px;
    line-height: 22px;
    height: 70px;
  }
}
.x-case1 .c-container ul li a .x-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
}
.x-case1 .c-container .c-page {
  padding: 0.8rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-case1 .c-container .c-page {
    padding: 1.5rem 0;
  }
}
.x-user1 {
  padding: 0.1rem 0 2.6rem 0;
}
@media (max-width: 748px) {
  .x-user1 {
    padding: 1.5rem 0 3rem 0;
  }
}
.x-user1 .c-container .x-title {
  text-align: center;
}
.x-user1 .c-container .x-user-com {
  width: 6rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-user1 .c-container .x-user-com {
    width: 7rem;
  }
}
@media (max-width: 1260px) {
  .x-user1 .c-container .x-user-com {
    width: 8rem;
  }
}
@media (max-width: 972px) {
  .x-user1 .c-container .x-user-com {
    width: 80%;
  }
}
@media (max-width: 748px) {
  .x-user1 .c-container .x-user-com {
    width: 100%;
  }
}
.x-user1 .c-container .x-user-com .x-form {
  display: block;
  margin-top: 0.35rem;
  padding-top: 0.4rem;
  border-top: 2px solid #ddd;
}
@media (max-width: 748px) {
  .x-user1 .c-container .x-user-com .x-form {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.x-user1 .c-container .x-user-com .x-form .x-inp {
  width: 6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1580px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp {
    width: 7rem;
  }
}
@media (max-width: 1260px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp {
    width: 8rem;
  }
}
@media (max-width: 972px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp {
    width: 100%;
  }
}
.x-user1 .c-container .x-user-com .x-form .x-inp + .x-inp {
  margin-top: 20px;
}
.x-user1 .c-container .x-user-com .x-form .x-inp:nth-of-type(2) .x-box i {
  background: url("../images/x-user2.png") no-repeat center;
  background-size: contain;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box {
  position: relative;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box i {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/x-user1.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 748px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp .x-box i {
    left: 12px;
  }
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box input {
  width: 100%;
  height: 60px;
  padding: 0 0.4rem 0 60px;
  color: #999;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp .x-box input {
    height: 50px;
  }
}
@media (max-width: 748px) {
  .x-user1 .c-container .x-user-com .x-form .x-inp .x-box input {
    padding-left: 45px;
  }
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box .c-wrap {
  display: flex;
  align-items: flex-start;
  line-height: 20px;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box .c-wrap input {
  flex-shrink: 0;
  margin: 2px 5px 2px 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  cursor: pointer;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box .c-wrap input:checked {
  background-color: #78bc27;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box .c-text {
  color: #999;
}
.x-user1 .c-container .x-user-com .x-form .x-inp .x-box .c-text a {
  color: #78bc27;
}
.x-user1 .c-container .x-user-com .x-form .x-inp p {
  display: none;
  color: #ff0000;
  margin-top: 0.15rem;
}
.x-user1 .c-container .x-user-com .x-form .x-inp p img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.x-user1 .c-container .x-user-com .x-form button {
  display: block;
  color: #78bc27;
  border: 1px solid #78bc27;
  border-radius: 3px;
  height: 60px;
  width: 6rem;
  margin: 0.3rem auto 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-user1 .c-container .x-user-com .x-form button {
    width: 7rem;
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .x-user1 .c-container .x-user-com .x-form button {
    width: 8rem;
  }
}
@media (max-width: 972px) {
  .x-user1 .c-container .x-user-com .x-form button {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-user1 .c-container .x-user-com .x-form button {
    margin-top: 1rem;
  }
}
.x-user1 .c-container .x-user-com .x-user-a {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.x-user1 .c-container .x-user-com .x-user-a a {
  color: #474b4f;
  transition: 0.5s all;
}
.x-user1 .c-container .x-user-com .x-user-a a:hover {
  color: #78bc27;
}
.x-reg1 {
  padding: 0.1rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-reg1 {
    padding: 1.2rem 0 3rem 0;
  }
}
.x-reg1 .c-container .x-title {
  text-align: center;
}
.x-reg1 .c-container .x-reg-com {
  width: 10.2rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-reg1 .c-container .x-reg-com {
    width: 12.5rem;
  }
}
@media (max-width: 1260px) {
  .x-reg1 .c-container .x-reg-com {
    width: 100%;
  }
}
.x-reg1 .c-container .x-reg-com .x-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form {
    margin-top: 1.2rem;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp {
  width: 49%;
  border: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  color: #999;
  position: relative;
}
@media (max-width: 972px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 972px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp + .x-inp {
    margin-top: 20px !important;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(n+3) {
  margin-top: 0.2rem;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(5),
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(6),
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(9),
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) {
  width: 100%;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(12) input,
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(13) input {
  padding: 0 30px 0 30px;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(12) input,
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(13) input {
    padding: 0 0.8rem 0 16px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(7) input {
  width: 62%;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(8) {
  position: relative;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(8) input {
  padding-right: 2rem;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(8) input {
    padding: 0 213px 0 45px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(8) p {
  position: absolute;
  right: 30px;
  color: #78bc27;
  line-height: initial;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) {
    padding-left: 16px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) img {
  position: initial;
  transform: initial;
  margin-right: 10px;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad {
  position: relative;
  width: 2.5rem;
  height: 60px;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad input {
  width: 100px;
  height: 21px;
  -webkit-appearance: auto;
  opacity: 0;
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box {
  line-height: initial;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box {
    left: 28px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box.on span i {
  background-color: #78bc27;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box:nth-of-type(2) {
  left: 135px;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box:nth-of-type(2) {
    left: 70px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box:nth-of-type(2) input {
  left: 33px;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box:nth-of-type(2) span {
  position: absolute;
  left: 50px;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box span {
  line-height: initial;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box span i {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 2px 15px 0 0;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(2) .x-rad .x-box span i {
    margin: 2px 6px 0 0;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) {
  height: 1.2rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 1260px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) {
    height: 1.8rem;
  }
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) {
    height: 4.5rem;
    margin-bottom: 0.8rem;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) textarea {
  padding: 0.2rem 30px;
  height: 100%;
  width: 100%;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp:nth-of-type(14) textarea {
    padding: 0.5rem 0.8rem;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp input {
  width: 100%;
  padding: 0 0.3rem 0 60px;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp input {
    padding: 0 0.8rem 0 45px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  object-fit: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp img {
    left: 15px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp span {
  color: #999;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp .x-img {
  position: absolute;
  top: 0;
  right: 0.08rem;
  width: 160px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 972px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp .x-img {
    width: 100px;
    height: 50px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp .x-img img {
  width: 140px;
  height: 40px;
  cursor: pointer;
  left: 0.17rem;
}
@media (max-width: 972px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp .x-img img {
    width: 100px;
    left: -0.1rem;
  }
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp .x-img img {
    left: -0.5rem;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp .x-select {
  position: relative;
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp .x-select::before {
  content: "";
  width: 17px;
  height: 14px;
  background: url("../images/x-reg11.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.x-reg1 .c-container .x-reg-com .x-form .x-inp .x-select select {
  width: 100%;
  padding-left: 30px;
  line-height: 60px;
}
@media (max-width: 972px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp .x-select select {
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-inp .x-select select {
    padding-left: 15px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-bottom i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 1px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form .x-bottom i {
    margin-right: 6px;
  }
}
.x-reg1 .c-container .x-reg-com .x-form .x-bottom i.on {
  background-color: #78bc27;
}
.x-reg1 .c-container .x-reg-com .x-form .x-bottom p {
  color: #474b4f;
}
.x-reg1 .c-container .x-reg-com .x-form .x-bottom p a {
  color: #78bc27;
}
.x-reg1 .c-container .x-reg-com .x-form button {
  width: 100%;
  height: 60px;
  background-color: #78bc27;
  color: #fff;
  border-radius: 3px;
  margin: 0.4rem 0 0.2rem 0;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-reg1 .c-container .x-reg-com .x-form button {
    height: 50px;
    margin: 0.8rem 0;
  }
}
@media (max-width: 748px) {
  .x-reset1 .c-container .x-user-com .x-form .x-inp .x-box input {
    padding: 0 0.8rem 0 40px;
  }
}
.x-reset1 .c-container .x-user-com .x-form .x-inp .x-box i {
  background: url(../images/x-reg5.png) no-repeat center;
  background-size: contain;
}
.x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(2) .x-box input {
  padding: 0 169px 0 60px;
}
@media (max-width: 748px) {
  .x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(2) .x-box input {
    padding: 0 169px 0 40px;
  }
}
.x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(2) .x-box i {
  background: url(../images/x-reg6.png) no-repeat center;
  background-size: contain;
}
.x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(3) input {
  padding: 0 255px 0 60px;
}
@media (max-width: 748px) {
  .x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(3) input {
    padding: 0 210px 0 40px;
  }
}
.x-reset1 .c-container .x-user-com .x-form .x-inp:nth-of-type(3) .x-box i {
  background: url(../images/x-reg10.png) no-repeat center;
  background-size: contain;
}
.x-reset1 .c-container .x-user-com .x-form .x-inp .x-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.x-reset1 .c-container .x-user-com .x-form .x-inp .x-img img {
  width: 140px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-reset1 .c-container .x-user-com .x-form .x-inp .x-img img {
    width: 100px;
  }
}
.x-reset1 .c-container .x-user-com .x-form .x-inp p {
  color: #78bc27;
  display: block;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-reset1 .c-container .x-user-com .x-form .x-inp p {
    right: 15px;
  }
}
.x-set1 .c-container .x-user-com .x-form .x-inp:nth-of-type(1) .x-box i {
  background: url(../images/x-user2.png) no-repeat center;
  background-size: contain;
}
#c-member .c-container .c-right .x-box {
  padding: 0.2rem 0.3rem 0.8rem 0.3rem;
  background-color: #fff;
}
@media (max-width: 1260px) {
  #c-member .c-container .c-right .x-box {
    padding-top: 0.4rem;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box {
    padding: 1rem;
  }
}
#c-member .c-container .c-right .x-box .x-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
#c-member .c-container .c-right .x-box .x-top .x-title {
  font-family: "MyriadPro-Semibold";
}
#c-member .c-container .c-right .x-box .x-top .x-solu2 {
  background-color: #fff;
  padding: 0;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-top .x-solu2 {
    width: 62%;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-top .x-solu2 {
    width: 100%;
    padding: 0.8rem 0;
  }
}
#c-member .c-container .c-right .x-box .x-top .x-solu2 .x-search1 {
  display: block;
  width: auto;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-top .x-solu2 .x-search1 {
    padding: 0;
  }
}
#c-member .c-container .c-right .x-box .x-top .x-solu2 .x-search1 .x-form {
  display: flex;
}
#c-member .c-container .c-right .x-box .x-top .x-solu2 .x-search1 .x-form input {
  background-color: #fff;
}
#c-member .c-container .c-right .x-box .x-bottom {
  padding-top: 0.4rem;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom {
    padding-top: 0.5rem;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li {
  font-size: 0.2rem;
  color: #474b4f;
  width: 16.6%;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li {
    font-size: 0.25rem;
  }
}
@media (max-width: 1260px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li {
    font-size: 0.3rem;
  }
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li {
    font-size: 0.38rem;
    width: 19.6%;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li {
    font-size: 1rem;
  }
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li:nth-of-type(2),
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li:nth-of-type(3) {
    display: none;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li:nth-of-type(1) {
  text-align: left;
  width: 50%;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul1 li:nth-of-type(1) {
    width: 47%;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li {
    padding: 1rem 0;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li:hover {
  background-color: #f5f5f5;
  padding-left: 0.3rem;
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li:hover .x-li-p1 {
  background-color: #78bc27;
  color: #fff;
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li:hover .x-li-p4 a {
  color: #78bc27;
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p1 {
  line-height: 38px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  font-size: 18px;
  color: #78bc27;
  font-weight: bold;
  transition: 0.4s all;
  text-transform: uppercase;
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p2 {
  width: 45.1%;
  padding-left: 0.2rem;
  font-size: 18px;
  color: #474b4f;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p2 {
    font-size: 16px;
    width: 36.1%;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p2 {
    width: 46.1%;
    padding-left: 0.6rem;
    font-size: 16px;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p3 {
  width: 16.6%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p3 {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p3 {
    display: none;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 {
  width: 16.6%;
  text-align: center;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 {
    width: 36.6%;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 a {
  font-size: 16px;
  color: #474b4f;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 a {
    font-size: 14px;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 a img {
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-por-ul2 li .x-li-p4 a img {
    margin-right: 2px;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-box-a {
  display: block;
  color: #78bc27;
  height: 60px;
  line-height: 60px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  text-align: center;
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-box-a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-box .x-bottom .x-box-a {
    margin-top: 1rem;
  }
}
#c-member .c-container .c-right .x-box .x-bottom .x-box-a:hover {
  color: #fff;
}
#c-member .c-container .c-right .x-box .x-bottom .x-box-a:hover::before {
  height: 100%;
}
#c-member .c-container .c-right .x-box .x-bottom .x-box-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
#c-member .c-container .c-right .x-box .x-bottom .x-box-a span {
  position: relative;
  z-index: 2;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .c-text {
    width: 32%;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .c-box {
    width: 68%;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .c-box select {
  width: 100%;
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .c-box select:last-child {
  border-left: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .c-box select:last-child {
    margin-top: 0;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp {
  position: relative;
  width: 62%;
  height: 60px;
  border: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp {
    width: 68%;
    height: 50px;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 {
  position: relative;
  height: 100%;
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 i {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/x-reg6.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 i {
    display: none;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 input {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 60px;
}
@media (max-width: 1260px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 input {
    padding: 0 2.9rem 0 60px;
  }
}
@media (max-width: 972px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 input {
    padding: 0 3rem 0 60px;
  }
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-box2 input {
    padding: 0 120px 0 10px;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media (max-width: 748px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-img {
    right: 8px;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-img img {
  width: 140px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-member .c-container .c-right .x-feed1 #account_information .c-list li .x-inp .x-img img {
    width: 100px;
  }
}
#c-member .c-container .c-right .x-feed1 #account_information .c-list li button {
  margin-top: 0.2rem;
}
.x-dis1 .c-container .x-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.x-dis1 .c-container .x-text-box {
  padding: 0.2rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-dis1 .c-container .x-text-box {
    padding: 0.5rem 0 3rem 0;
  }
}
.x-dis1 .c-container .x-text-box p {
  color: #666;
}
.x-dis1 .c-container .x-text-box p:first-child {
  color: #474b4f;
}
@media (max-width: 748px) {
  .x-results1 {
    padding: 1rem 0 1rem 0;
  }
}
.x-results1 .c-container .x-solu2 {
  background-color: #fff;
  padding: 0.3rem 0;
}
.x-results1 .c-container .x-solu2 .x-search1 .x-form {
  display: flex;
  justify-content: center;
}
.x-results1 .c-container .x-point ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1.88rem;
}
.x-results1 .c-container .x-point ul li {
  margin-right: 0.5rem;
}
@media (max-width: 748px) {
  .x-results1 .c-container .x-point ul li {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.x-results1 .c-container .x-point ul li:last-child {
  margin-right: 0;
}
.x-results1 .c-container .x-point ul li a {
  display: inline-block;
  font-size: 18px;
  color: #474b4f;
  padding: 0.28rem 0;
  position: relative;
  transition: all .3s;
}
.x-results1 .c-container .x-point ul li a.on,.x-results1 .c-container .x-point ul li a:hover{
    color: #78bc27;
}
.x-results1 .c-container .x-point ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-results1 .c-container .x-point ul li a.on::before {
  width: 100%;
  opacity: 1;
}
.x-results1 .c-container .x-point ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-results2 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-results2 {
    padding: 1rem 0 3rem 0;
  }
}
.x-results2 .c-container .x-jieguo .x-list .x-title {
  padding-bottom: 0.1rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  .x-results2 .c-container .x-jieguo .x-list .x-title {
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
  }
}
.x-results2 .c-container .x-jieguo .x-list li .x-zhff {
  position: relative;
  height: 0;
  top: -100px;
}
.x-results2 .c-container .x-jieguo .x-list li:last-child .x-li-p {
  margin-bottom: 0;
}
.x-results2 .c-container .x-jieguo .x-list li.x-faq dl dd .x-right {
  width: 92%;
}
.x-results2 .c-container .x-jieguo .x-list li.x-faq dl dd .x-right .x-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem 0.4rem 0;
}
@media (max-width: 972px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd {
    padding-right: 0;
  }
}
@media (max-width: 748px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd {
    padding-bottom: 1rem;
  }
}
.x-results2 .c-container .x-jieguo .x-list li dl dd:nth-of-type(n+5) {
  display: none;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd:nth-of-type(n+5).on {
  display: flex;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-left {
  width: 17%;
}
@media (max-width: 748px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd .x-left {
    width: 100%;
  }
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 130px;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd .x-left a {
    height: 100px;
  }
}
@media (max-width: 748px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd .x-left a {
    height: 10rem;
  }
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-left a:hover img {
  transform: scale(1.1);
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-left a img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s all;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right {
  width: 80%;
}
@media (max-width: 748px) {
  .x-results2 .c-container .x-jieguo .x-list li dl dd .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right .x-title2 {
  font-size: 18px;
  display: inline-block;
  color: #474b4f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right .x-title2 span {
  color: #78bc27;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right .x-p {
  color: #666;
  display: inline-block;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right .c-site {
  color: #999;
  margin-top: 0.35rem;
}
.x-results2 .c-container .x-jieguo .x-list li dl dd .x-right .c-site a {
  display: inline-block;
  color: #999;
}
.x-results2 .c-container .x-jieguo .x-list li .x-li-p {
  font-size: 18px;
  color: #78bc27;
  margin-bottom: 0.7rem;
  cursor: pointer;
}
.x-results2 .c-container .x-jieguo .x-list li .x-li-p.on span:nth-of-type(1) {
  display: none;
}
.x-results2 .c-container .x-jieguo .x-list li .x-li-p.on span:nth-of-type(2) {
  display: block;
}
.x-results2 .c-container .x-jieguo .x-list li .x-li-p span:nth-of-type(2) {
  display: none;
}
.x-results2 .c-container .x-jieguo .x-list li .x-no {
  font-size: 18px;
  color: #474b4f;
  margin: -0.15rem 0 0.5rem 0;
}
.x-file {
  background-color: #f7f9fa;
  padding-top: 0.4rem;
}
.x-file .c-container .x-file-a {
  display: flex;
  justify-content: center;
}
@media (max-width: 748px) {
  .x-file .c-container .x-file-a {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.x-file .c-container .x-file-a a {
  display: inline-block;
  padding: 0 0.6rem;
  font-size: 0.24rem;
  color: #999;
  transition: 0.5s all;
  position: relative;
  padding-bottom: 0.3rem;
}
@media (max-width: 748px) {
  .x-file .c-container .x-file-a a {
    flex: none;
    padding: 0 1rem 1rem 1rem;
  }
}
.x-file .c-container .x-file-a a:hover {
  font-weight: bold;
  color: #474b4f;
}
.x-file .c-container .x-file-a a:hover::after {
  width: 100%;
  opacity: 1;
}
.x-file .c-container .x-file-a a::before {
  content: "";
  width: 1px;
  height: 34px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 748px) {
  .x-file .c-container .x-file-a a::before {
    height: 25px;
    top: 10%;
  }
}
.x-file .c-container .x-file-a a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #78bc27;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-file .c-container .x-file-a a.on {
  font-weight: bold;
  color: #474b4f;
}
.x-file .c-container .x-file-a a.on::after {
  width: 100%;
  opacity: 1;
}
.x-file .c-container .x-file-a a:first-child::before {
  display: none;
}
@media (max-width: 1580px) {
  .x-file .c-container .x-file-a a {
    font-size: 0.25rem;
  }
}
@media (max-width: 1260px) {
  .x-file .c-container .x-file-a a {
    font-size: 0.3rem;
  }
}
@media (max-width: 972px) {
  .x-file .c-container .x-file-a a {
    font-size: 0.38rem;
  }
}
@media (max-width: 748px) {
  .x-file .c-container .x-file-a a {
    font-size: 1rem;
  }
}
#c-member.x-file2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 1.2rem;
}
@media (max-width: 748px) {
  #c-member.x-file2 {
    padding: 0 0 3rem 0;
  }
}
#c-member.x-file2 .c-container {
  padding-bottom: 0.8rem;
}
@media (max-width: 748px) {
  #c-member.x-file2 .c-container {
    padding-bottom: 1.5rem;
  }
}
#c-member.x-file2 .c-container .c-right {
  width: 100%;
}
#c-member.x-file2 .c-container .c-right .x-box {
  padding: 0;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  padding: 0.6rem 0 0.3rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top {
    padding: 20px 0;
  }
}
@media (max-width: 748px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top {
    padding: 1.5rem 0 1rem;
    margin-bottom: 0.5rem;
  }
}
#c-member.x-file2 .c-container .c-right .x-box .x-top .x-title {
  line-height: 1;
}
@media (max-width: 972px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form {
    padding-top: 20px;
    width: 100%;
  }
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form input {
  padding: 0 0.3rem;
  line-height: 58px;
  width: 3.6rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
  border: 1px solid #78bc27;
}
@media (max-width: 1260px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form input {
    width: 6.6rem;
  }
}
@media (max-width: 972px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form input {
    width: 82%;
  }
}
@media (max-width: 748px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form input {
    width: 74%;
    line-height: 48px;
    padding: 0 20px;
  }
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button {
  float: right;
  width: 1.3rem;
  height: 60px;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  border: 1px solid #78bc27;
  color: #fff;
  background-color: #78bc27;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form button {
    width: 18%;
  }
}
@media (max-width: 748px) {
  #c-member.x-file2 .c-container .c-right .x-box .x-top form button {
    width: 26%;
    height: 50px;
  }
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button:hover {
  border-color: #78bc27;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button:hover::before {
  height: 100%;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/ss-ico1.png) no-repeat center / 18px auto;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button:hover {
  color: #fff;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button:hover::before {
  height: 100%;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button.c-dt {
  color: #fff;
  background-color: #78bc27;
}
#c-member.x-file2 .c-container .c-right .x-box .x-top form button.c-dt::before {
  background-color: #6ba821;
}
#c-member.x-file2 .c-container .c-right .x-box .x-span {
  color: #999;
  display: inline-block;
  margin-top: 0.3rem;
}
.x-online1 {
  padding: 0.55rem 0 1.1rem 0;
  background-color: #f7f9fa;
}
@media (max-width: 748px) {
  .x-online1 {
    padding: 1rem 0 3rem 0;
  }
}
.x-online1 .c-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-online1 .c-container .x-left {
  width: 44%;
}
@media (max-width: 748px) {
  .x-online1 .c-container .x-left {
    width: 100%;
  }
}
.x-online1 .c-container .x-left .x-title {
  font-family: "MyriadPro-Semibold";
  line-height: 1.2;
}
.x-online1 .c-container .x-left .x-p1 {
  font-size: 18px;
  color: #78bc27;
  margin: 0.25rem 0 0.12rem 0;
}
@media (max-width: 748px) {
  .x-online1 .c-container .x-left .x-p1 {
    margin: 0.35rem 0;
  }
}
.x-online1 .c-container .x-left span {
  display: block;
  color: #474b4f;
  margin-bottom: 5px;
}
.x-online1 .c-container .x-left .x-p2 {
  font-size: 14px;
  color: #999;
  margin-top: 0.2rem;
}
.x-online1 .c-container .x-right {
  width: 42%;
}
@media (max-width: 972px) {
  .x-online1 .c-container .x-right {
    width: 49%;
  }
}
@media (max-width: 748px) {
  .x-online1 .c-container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-online1 .c-container .x-right figure {
  width: 100%;
  height: 3.65rem;
}
@media (max-width: 1580px) {
  .x-online1 .c-container .x-right figure {
    height: 4rem;
  }
}
@media (max-width: 1260px) {
  .x-online1 .c-container .x-right figure {
    height: 5rem;
  }
}
@media (max-width: 972px) {
  .x-online1 .c-container .x-right figure {
    height: 7rem;
  }
}
@media (max-width: 748px) {
  .x-online1 .c-container .x-right figure {
    height: 10.5rem;
  }
}
.x-online1 .c-container .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-online3 {
  padding: 1.2rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-online3 {
    padding: 2.5rem 0 3rem 0;
  }
}
.x-online3 .c-container .x-title1 {
  text-align: center;
  font-family: "MyriadPro-Semibold";
}
.x-online3 .c-container .x-form {
  width: 700px;
  height: 60px;
  display: flex;
  justify-content: center;
  border: 1px solid #ddd;
  margin: 30px auto 0.4rem auto;
  border-radius: 3px;
}
.x-online3 .c-container .x-form select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  padding-right: 60px;
  color: #666;
  background: url("../images/x-online.png") no-repeat right 20px center / 12px auto;
}
.x-online3 .c-container .x-form select::before {
  width: 14%;
  border-left: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  content: "";
  background: url("../images/x-online.png") no-repeat center / 12px auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 748px) {
  .x-online3 .c-container .x-form select::before {
    width: 20%;
  }
}
@media (max-width: 748px) {
  .x-online3 .c-container .x-form {
    width: 100%;
    height: 50px;
    margin: 30px auto 1.5rem auto;
  }
}
.x-online3 .c-container .x-form input {
  width: 86%;
  height: 100%;
  padding: 0 20px;
  color: #666;
}
@media (max-width: 748px) {
  .x-online3 .c-container .x-form input {
    width: 80%;
  }
}
.x-online3 .c-container .x-form button {
  width: 14%;
  border-left: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
@media (max-width: 748px) {
  .x-online3 .c-container .x-form button {
    width: 20%;
  }
}
.x-online3 .c-container .x-form button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/x-online.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 972px) {
  .x-online3 .c-container .x-list {
    overflow-x: auto;
  }
}
.x-online3 .c-container .x-list ul {
  display: table;
  width: 100%;
}
@media (max-width: 972px) {
  .x-online3 .c-container .x-list ul {
    width: 950px;
  }
}
.x-online3 .c-container .x-list ul li {
  display: table-row;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 972px) {
  .x-online3 .c-container .x-list ul li {
    padding: 8px;
  }
}
.x-online3 .c-container .x-list ul li:first-child {
  background-color: #78bc27;
  border-bottom: none;
}
.x-online3 .c-container .x-list ul li .x-title {
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "MyriadPro-Semibold";
  padding: 20px 0 20px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.x-online3 .c-container .x-list ul li .x-title:last-child {
  padding: 20px;
}
.x-online3 .c-container .x-list ul li .x-title:nth-child(1),
.x-online3 .c-container .x-list ul li .x-title:nth-child(2),
.x-online3 .c-container .x-list ul li .x-title:nth-child(6) {
  white-space: nowrap;
}
@media (max-width: 972px) {
  .x-online3 .c-container .x-list ul li .x-title {
    font-size: 16px;
  }
}
.x-online3 .c-container .x-list ul li p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #ddd;
}
.x-online3 .c-container .x-list ul li p:last-child {
  padding: 20px;
}
.x-online3 .c-container .x-list ul li p:nth-child(1),
.x-online3 .c-container .x-list ul li p:nth-child(2),
.x-online3 .c-container .x-list ul li p:nth-child(6) {
  white-space: nowrap;
}
.x-online3 .c-container .x-list ul li p a {
  color: #78bc27;
}
.x-online4 {
  background-color: #f7f9fa;
  padding: 1.3rem 0 1.2rem 0;
}
@media (max-width: 748px) {
  .x-online4 {
    padding: 2.5rem 0 3rem 0;
  }
}
.x-online4 .c-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-online4 .c-container .x-left {
  width: 42%;
}
@media (max-width: 972px) {
  .x-online4 .c-container .x-left {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-online4 .c-container .x-left figure {
  width: 100%;
  height: 4.5rem;
}
@media (max-width: 1260px) {
  .x-online4 .c-container .x-left figure {
    height: 6rem;
  }
}
@media (max-width: 972px) {
  .x-online4 .c-container .x-left figure {
    height: 11rem;
  }
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-left figure {
    height: 10.5rem;
  }
}
.x-online4 .c-container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-online4 .c-container .x-right {
  width: 50%;
  margin-top: 0.2rem;
}
@media (max-width: 972px) {
  .x-online4 .c-container .x-right {
    width: 100%;
    order: -1;
  }
}
.x-online4 .c-container .x-right .x-title {
  font-family: "MyriadPro-Semibold";
}
.x-online4 .c-container .x-right .x-text {
  margin-top: 0.1rem;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right .x-text {
    margin-top: 0.5rem;
  }
}
.x-online4 .c-container .x-right .x-text p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right .x-text p {
    line-height: 24px;
  }
}
.x-online4 .c-container .x-right .x-text p span {
  color: #78bc27;
}
.x-online4 .c-container .x-right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}
@media (max-width: 1260px) {
  .x-online4 .c-container .x-right a {
    margin-top: 0.5rem;
  }
}
.x-online4 .c-container .x-right a .x-text2 {
  display: flex;
  align-items: center;
  width: 76%;
}
.x-online4 .c-container .x-right a .x-text2 p {
  line-height: 38px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  transition: 0.4s all;
  text-transform: uppercase;
}
.x-online4 .c-container .x-right a .x-text2 .x-text-zhong {
  margin-left: 20px;
  width: 70%;
}
.x-online4 .c-container .x-right a .x-text2 .x-text-zhong .x-title2 {
  font-size: 18px;
  color: #474b4f;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right a .x-text2 .x-text-zhong .x-title2 {
    font-size: 13px;
  }
}
.x-online4 .c-container .x-right a .x-text2 .x-text-zhong span {
  font-size: 16px;
  color: #666;
  margin-left: 5px;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right a .x-text2 .x-text-zhong span {
    font-size: 13px;
  }
}
.x-online4 .c-container .x-right a .x-dow {
  text-align: center;
}
.x-online4 .c-container .x-right a .x-dow img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right a .x-dow img {
    width: 24px;
    height: 24px;
  }
}
.x-online4 .c-container .x-right a .x-dow span {
  display: block;
  font-size: 16px;
  color: #78bc27;
}
@media (max-width: 748px) {
  .x-online4 .c-container .x-right a .x-dow span {
    font-size: 14px;
  }
}
.x-training1 {
  background-color: #f7f9fa;
  padding: 0.6rem 0 0.75rem 0;
}
@media (max-width: 748px) {
  .x-training1 {
    padding: 1.2rem 0 1.5rem 0;
  }
}
.x-training1 .c-container p {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 748px) {
  .x-training1 .c-container p {
    font-size: 18px;
  }
}
.x-training2 {
  background-color: #f7f9fa;
  padding-bottom: 1.2rem;
}
@media (max-width: 748px) {
  .x-training2 {
    padding-bottom: 3rem;
  }
}
.x-training2 .c-container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-training2 .c-container ul li {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 748px) {
  .x-training2 .c-container ul li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 748px) {
  .x-training2 .c-container ul li:last-child {
    margin-bottom: 0;
  }
}
.x-training2 .c-container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-training2 .c-container ul li a {
  display: block;
}
.x-training2 .c-container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-training2 .c-container ul li a:hover .x-title {
  color: #78bc27;
}
.x-training2 .c-container ul li a figure {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 748px) {
  .x-training2 .c-container ul li a figure {
    height: 10.5rem;
  }
}
.x-training2 .c-container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-training2 .c-container ul li a .x-title {
  font-family: "MyriadPro-Semibold";
  font-size: 0.24rem;
  color: #474b4f;
  transition: 0.5s all;
  margin: 0.35rem 0 0.1rem 0;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  .x-training2 .c-container ul li a .x-title {
    font-size: 0.25rem;
  }
}
@media (max-width: 1260px) {
  .x-training2 .c-container ul li a .x-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 972px) {
  .x-training2 .c-container ul li a .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 748px) {
  .x-training2 .c-container ul li a .x-title {
    font-size: 1rem;
  }
}
.x-training2 .c-container ul li a p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 972px) {
  .x-training2 .c-container ul li a p {
    line-height: 24px;
  }
}
.x-set-reset1 {
  background-color: #f7f9fa;
  padding: 0.5rem 0 1.2rem 0;
}
@media (max-width: 748px) {
  .x-set-reset1 {
    padding: 1rem 0 3rem 0;
  }
}
.x-set-reset1 .c-container .x-top {
  margin-bottom: 0.4rem;
}
.x-set-reset1 .c-container .x-top .x-title {
  text-align: center;
  font-family: "MyriadPro-Semibold";
}
.x-set-reset1 .c-container .x-top span {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 8px;
  text-align: center;
}
.x-set-reset1 .c-container .x-p1 .x-sp1 {
  font-size: 0.3rem;
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-p1 .x-sp1 {
    font-size: 18px;
  }
}
.x-set-reset1 .c-container .x-p1 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-p1 img {
    width: 18px;
    height: 18px;
  }
}
.x-set-reset1 .c-container .x-p1 .x-sp2 {
  font-size: 16px;
  color: #78bc27;
  cursor: pointer;
}
.x-set-reset1 .c-container .x-con-text {
  background-color: #fff;
}
.x-set-reset1 .c-container .x-con-text ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text ul {
    margin-top: 15px;
  }
}
.x-set-reset1 .c-container .x-con-text ul li {
  border-bottom: 1px solid #ddd;
  width: calc((100% - 27%) / 4);
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text ul li {
    width: 100%;
    border-bottom: none;
  }
  .x-set-reset1 .c-container .x-con-text ul li:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.x-set-reset1 .c-container .x-con-text ul li:nth-of-type(1) {
  width: 27%;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text ul li:nth-of-type(1) {
    width: 100%;
  }
}
.x-set-reset1 .c-container .x-con-text ul li .x-title2 {
  font-size: 18px;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  text-align: center;
  background-color: #f0f0f0;
  padding: 16.5px 10px;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text ul li .x-title2 {
    font-size: 16px;
  }
}
@media (max-width: 972px) {
  .x-set-reset1 .c-container .x-con-text ul li .x-title2 {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text ul li .x-title2 {
    padding: 14.5px 10px;
  }
}
.x-set-reset1 .c-container .x-con-text ul li p {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 16.5px 10px;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text ul li p {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text ul li p {
    padding: 14.5px 10px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form {
  width: 925px;
  padding: 0.6rem 0.6rem 0.8rem 0.6rem;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text .x-form {
    width: 90%;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form {
    width: 92%;
    padding: 1rem 0 2rem 1rem;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in {
    margin-bottom: 1rem;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in p {
  font-size: 16px;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  width: 24.4%;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in p {
    width: 30%;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in p {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in select {
  width: 75.6%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 30px;
  color: #666;
  z-index: 5;
  position: relative;
  border-radius: 3px;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in select {
    width: 70%;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in select {
    width: 100%;
    padding: 0 20px;
    height: 50px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in .x-img1 {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 14px;
  z-index: 1;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in .x-img1 {
    right: 22px;
    top: 58px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in input {
  width: 75.6%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 30px;
  color: #666;
  border-radius: 3px;
}
@media (max-width: 1260px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in input {
    width: 70%;
  }
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in input {
    width: 100%;
    padding: 0 20px;
    height: 50px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-div-in .x-img2 {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-div-in .x-img2 {
    right: -23px;
    top: 58px;
    width: 20px;
    height: 20px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-text p {
  font-size: 18px;
  color: #474b4f;
  line-height: 30px;
}
.x-set-reset1 .c-container .x-con-text .x-form .x-text span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-text span {
    line-height: 24px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-box-a {
  display: block;
  color: #78bc27;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #78bc27;
  border-radius: 3px;
  text-align: center;
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-set-reset1 .c-container .x-con-text .x-form .x-box-a {
    height: 50px;
    line-height: 50px;
  }
}
.x-set-reset1 .c-container .x-con-text .x-form .x-box-a:hover {
  color: #fff;
}
.x-set-reset1 .c-container .x-con-text .x-form .x-box-a:hover::before {
  height: 100%;
}
.x-set-reset1 .c-container .x-con-text .x-form .x-box-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-set-reset1 .c-container .x-con-text .x-form .x-box-a span {
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.x-ticket1 .c-container .x-con-text .x-title3 {
  font-size: 0.3rem;
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
  background-color: #f7f9fa;
  padding: 20px 0;
}
@media (max-width: 1260px) {
  .x-ticket1 .c-container .x-con-text .x-title3 {
    font-size: 18px;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0.6rem 1rem 0.6rem;
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left {
  width: 68.5%;
}
@media (max-width: 972px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left {
    width: 100%;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in {
  margin-bottom: 0.2rem;
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in {
    margin-bottom: 1rem;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in p {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in p {
    width: 28%;
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in p {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in input {
    width: 72%;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in input {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in select {
    width: 72%;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in select {
    width: 100%;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in.x-textarea {
  align-items: baseline;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in.x-div-img input {
  width: 100%;
  padding-right: 160px;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in.x-div-img .x-img1 {
  width: 145px;
  height: 45px;
  right: 8px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in.x-div-img .x-img1 {
    width: 110px;
    height: 38px;
    top: 50%;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in .x-img1 {
  right: 30px;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in .x-img2 {
  right: -79px;
}
@media (max-width: 972px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in .x-img2 {
    right: -24px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in .x-img2 {
    right: -29px;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in textarea {
  width: 75.6%;
  height: 150px;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in textarea {
    width: 72%;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-div-in textarea {
    width: 100%;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-text {
  margin-top: 0.3rem;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-form .x-left .x-text a {
  color: #78bc27;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right {
  width: 27.7%;
  margin-top: 0.8rem;
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right {
    margin-top: 1rem;
  }
}
@media (max-width: 972px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right {
    width: 100%;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 {
  position: relative;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #ddd;
  height: 3.15rem;
}
@media (max-width: 972px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text {
    height: 5.15rem;
  }
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text {
    height: 10.5rem;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text img {
  width: 57px;
  height: 52px;
  object-fit: contain;
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text p {
  font-size: 18px;
  font-family: "MyriadPro-Semibold";
  color: #474b4f;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-file1 .x-fi-text p {
    font-size: 16px;
  }
}
.x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-box-a {
  border-radius: 3px;
}
@media (max-width: 748px) {
  .x-ticket1 .c-container .x-con-text .x-list-con .x-right .x-box-a {
    margin-top: 1rem;
  }
}
.x-ticket2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 60;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  max-width: 90%;
}
.x-ticket2 .x-tick {
  width: 500px;
  max-width: 100%;
  padding: 80px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick {
    padding: 1rem;
  }
}
.x-ticket2 .x-tick img {
  height: 80px;
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick img {
    height: 50px;
  }
}
.x-ticket2 .x-tick .x-title {
  margin: 20px 0 10px;
  font-size: 30px;
  color: #474b4f;
  text-align: center;
  font-family: "MyriadPro-Semibold";
}
@media (max-width: 1580px) {
  .x-ticket2 .x-tick .x-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick .x-title {
    margin: 0.5rem 0 0;
    font-size: 20px;
  }
}
.x-ticket2 .x-tick .x-text {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick .x-text {
    margin-bottom: 1rem;
  }
}
.x-ticket2 .x-tick .x-text span {
  color: #78bc27;
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick .x-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-ticket2 .x-tick .x-botton {
  position: relative;
  background-color: #78bc27;
  border-radius: 3px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-ticket2 .x-tick .x-botton {
    line-height: 50px;
  }
}
.x-ticket2 .x-tick .x-botton:hover::before {
  height: 100%;
}
.x-ticket2 .x-tick .x-botton::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
.x-ticket2 .x-tick .x-botton span {
  position: relative;
  z-index: 2;
}
#c-activation1-1.x-cube1 {
  padding-bottom: 0.6rem;
}
#c-activation1-1.x-cube1 .c-container .x-p1 .x-sp1 {
  font-size: 18px;
}
#c-activation1-1.x-cube1 .c-container .x-top form {
  max-width: 660px;
}
#c-activation1-1.x-cube1 .c-container .x-top form button {
  width: 20%;
}
.x-cube2 {
  background-color: #f7f9fa;
  padding-bottom: 1.2rem;
}
@media (max-width: 748px) {
  .x-cube2 {
    padding: 2.5rem 0 3rem 0;
  }
}
.x-cube2 .c-container .x-p1 {
  font-size: 18px;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  font-weight: bold;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-p1 {
    margin-bottom: 1rem;
  }
}
.x-cube2 .c-container .x-form {
  background-color: #fff;
  padding: 0.8rem 4.5rem 0.9rem 0.6rem;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-cube2 .c-container .x-form {
    padding-right: 4rem;
  }
}
@media (max-width: 1260px) {
  .x-cube2 .c-container .x-form {
    padding-right: 3.5rem;
  }
}
@media (max-width: 972px) {
  .x-cube2 .c-container .x-form {
    padding-right: 1rem;
  }
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form {
    padding: 1rem;
  }
}
.x-cube2 .c-container .x-form .x-div-in {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in {
    flex-wrap: wrap;
  }
}
.x-cube2 .c-container .x-form .x-div-in:last-child {
  margin-bottom: 0;
}
.x-cube2 .c-container .x-form .x-div-in p {
  font-size: 18px;
  color: #474b4f;
  font-family: "MyriadPro-Semibold";
  font-weight: bold;
  width: 25%;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in p {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
}
.x-cube2 .c-container .x-form .x-div-in .x-img1 {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 10px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in .x-img1 {
    top: 55px;
  }
}
.x-cube2 .c-container .x-form .x-div-in .layui-unselect {
  display: none;
}
.x-cube2 .c-container .x-form .x-div-in select {
  display: block;
  border: 1px solid #dddddd;
  height: 60px;
  padding: 0 25px;
  width: 77%;
  color: #666666;
  border-radius: 3px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in select {
    width: 100%;
    height: 50px;
  }
}
.x-cube2 .c-container .x-form .x-div-in .x-in {
  width: 77%;
  position: relative;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in .x-in {
    width: 100%;
  }
}
.x-cube2 .c-container .x-form .x-div-in .x-in img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in .x-in img {
    left: 20px;
  }
}
.x-cube2 .c-container .x-form .x-div-in .x-in input {
  width: 100%;
  padding: 0 65px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in .x-in input {
    padding: 0 20px 0 50px;
  }
}
.x-cube2 .c-container .x-form .x-div-in input {
  border: 1px solid #dddddd;
  height: 60px;
  width: 77%;
  padding: 0 20px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in input {
    width: 100%;
    height: 50px;
  }
}
.x-cube2 .c-container .x-form .x-div-in textarea {
  border: 1px solid #dddddd;
  border-radius: 3px;
  height: 156px;
  width: 77%;
  padding: 20px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in textarea {
    width: 100%;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-x-a {
  align-items: initial;
}
.x-cube2 .c-container .x-form .x-div-in.x-x-a p {
  margin-top: 25px;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in.x-x-a p {
    margin-top: 0;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-bot {
  width: 57%;
  position: relative;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in.x-div-img .x-bot {
    width: 100%;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-bot input {
  padding-right: 200px;
  width: 100%;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in.x-div-img .x-bot input {
    padding-right: 6rem;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-img2 {
  width: 145px;
  height: 45px;
  right: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in.x-div-img .x-img2 {
    width: 110px;
    height: 38px;
    top: 50%;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a {
  width: 41%;
  display: block;
  color: #78bc27;
  border: 1px solid #78bc27;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a {
    width: 100%;
    margin-top: 1rem;
    height: 50px;
    line-height: 50px;
  }
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a:hover {
  color: #fff;
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a:hover::before {
  height: 100%;
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-cube2 .c-container .x-form .x-div-in.x-div-img .x-box-a span {
  position: relative;
  z-index: 2;
}
#c-common-box3.x-cube-ex1 .c-top form .c-list li select {
  background: #fff url(../images/x-set3.png) no-repeat right 20px center / 14px auto;
}
#c-common-box3.x-cube-ex1 .c-top form .c-list li:nth-child(2) {
  width: 36%;
  padding: 0 0.5rem 0.2rem;
}
@media (max-width: 748px) {
  #c-common-box3.x-cube-ex1 .c-top form .c-list li:nth-child(2) {
    padding: 0;
  }
}
#c-common-box3.x-cube-ex1 .c-top form .c-list li:nth-child(3) {
  width: 38%;
}
#c-common-box3.x-cube-ex1 .c-bottom .c-list .c-bbox .c-text-box.c-dt {
  border: none;
}
#c-common-box3.x-cube-ex1 .c-bottom .c-list .c-bbox .c-list3.c-dt li {
  width: 100% !important;
}
.x-adm1 {
  background-color: #f7f9fa;
  padding: 0.8rem 0 1.2rem 0;
}
@media (max-width: 748px) {
  .x-adm1 {
    padding: 2rem 0 3rem 0;
  }
}
.x-adm1 .c-container {
  background-color: #fff;
  padding: 0.7rem 0.6rem 0.8rem 0.6rem;
}
@media (max-width: 748px) {
  .x-adm1 .c-container {
    padding: 1rem;
  }
}
.x-adm1 .c-container .x-top .c-title {
  text-align: center;
}
.x-adm1 .c-container .x-top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.x-adm1 .c-container .x-botton {
  margin-top: 0.5rem;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton {
    margin-top: 1rem;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in {
    margin-bottom: 1rem;
  }
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in:nth-of-type(1) input {
    padding: 0 1rem;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in p {
  width: 20%;
  font-size: 16px;
  color: #474b4f;
  font-weight: bold;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in p {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in input {
  width: 80%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 50px 0 30px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 1rem;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in .x-in {
  width: 80%;
  position: relative;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in .x-in {
    width: 100%;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in .x-in input {
  width: 100%;
}
.x-adm1 .c-container .x-botton form .x-div-in .x-in img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img {
  position: relative;
  width: 65.7%;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img {
    width: 100%;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img input {
  width: 100%;
  padding: 0 200px 0 30px;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img input {
    padding: 0 200px 0 20px;
  }
}
.x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img .x-img2 {
  width: 145px;
  height: 45px;
  right: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-div-in.x-div-a .x-div-img .x-img2 {
    width: 120px;
    height: 38px;
  }
}
.x-adm1 .c-container .x-botton form .x-text {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-text {
    align-items: initial;
  }
}
.x-adm1 .c-container .x-botton form .x-text span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-text span {
    margin-top: 5px;
  }
}
.x-adm1 .c-container .x-botton form .x-text span.on {
  background-color: #78bc27;
  border: 1px solid #78bc27;
}
.x-adm1 .c-container .x-botton form .x-text p {
  color: #666666;
  display: inline-block;
  padding-left: 15px;
  width: 95%;
}
.x-adm1 .c-container .x-botton form .x-text p a {
  color: #78bc27;
}
.x-adm1 .c-container .x-botton form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.x-adm1 .c-container .x-botton form ul li {
  width: 31.8%;
  height: 2.9rem;
  border: 1px dashed #ddd;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
}
@media (max-width: 972px) {
  .x-adm1 .c-container .x-botton form ul li {
    height: 3.9rem;
  }
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form ul li {
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
  }
}
.x-adm1 .c-container .x-botton form ul li .c-img1 {
  text-align: center;
}
.x-adm1 .c-container .x-botton form ul li .c-img2 {
  display: none;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.x-adm1 .c-container .x-botton form ul li input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.x-adm1 .c-container .x-botton form ul li img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form ul li img {
    width: 36px;
    height: 36px;
  }
}
.x-adm1 .c-container .x-botton form ul li p {
  font-family: "";
  font-size: 16px;
  color: #474b4f;
  font-weight: bold;
  font-family: "MyriadPro-Semibold";
  margin-top: 0.25rem;
  text-align: center;
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form ul li p {
    font-size: 14px;
  }
}
.x-adm1 .c-container .x-botton form .x-box-a {
  display: block;
  color: #78bc27;
  border: 1px solid #78bc27;
  width: 65.7%;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  text-align: center;
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-adm1 .c-container .x-botton form .x-box-a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .x-adm1 .c-container .x-botton form .x-box-a {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-adm1 .c-container .x-botton form .x-box-a:hover {
  color: #fff;
}
.x-adm1 .c-container .x-botton form .x-box-a:hover::before {
  height: 100%;
}
.x-adm1 .c-container .x-botton form .x-box-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #78bc27;
  transition: all 0.5s;
}
.x-adm1 .c-container .x-botton form .x-box-a span {
  position: relative;
  z-index: 2;
}
.x-aut1 {
  background-color: #f7f9fa;
  padding: 0.8rem 0 1.2rem 0;
}
@media (max-width: 748px) {
  .x-aut1 {
    padding: 3rem 0 3rem 0;
  }
}
.x-aut1 .c-container {
  background-color: #fff;
  padding: 0.7rem 0.6rem 0.8rem 0.6rem;
}
@media (max-width: 748px) {
  .x-aut1 .c-container {
    padding: 1rem;
  }
}
.x-aut1 .c-container .x-top .c-title {
  text-align: center;
}
.x-aut1 .c-container .x-top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.x-aut1 .c-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.x-aut1 .c-container ul li {
  width: 47.7%;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  .x-aut1 .c-container ul li {
    width: 100%;
  }
}
.x-aut1 .c-container ul li p {
  font-size: 18px;
  color: #474b4f;
  font-weight: bold;
  font-family: "MyriadPro-Semibold";
  margin-bottom: 10px;
}
@media (max-width: 748px) {
  .x-aut1 .c-container ul li p {
    font-size: 16px;
  }
}
.x-aut1 .c-container ul li span {
  display: inline-block;
  width: 100%;
  padding: 17px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 748px) {
  .x-aut1 .c-container ul li span {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.x-aut1 .c-container .x-box-a {
  display: block;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #78bc27;
  border-radius: 3px;
  text-align: center;
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-aut1 .c-container .x-box-a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .x-aut1 .c-container .x-box-a {
    margin-top: 1rem;
  }
}
.x-aut1 .c-container .x-box-a:hover::before {
  height: 100%;
}
.x-aut1 .c-container .x-box-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #6ba821;
  transition: all 0.5s;
}
.x-aut1 .c-container .x-box-a span {
  position: relative;
  z-index: 2;
}
