/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2021-03-05 21:03:56
 * @LastEditTime: 2021-10-28 21:54:15
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 
 */
.alltit-banner .tit {
  top: 50px;
}

/********é¦–é¡µçº¿ä¸Šå›½å®¶å±•**********/
.outlinkbox {
  position: relative;
}

.outlinkbox a {
  display: block;
}

.outlinkbox .u-tt {
  font-size: 24px;
  color: #d40218;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}

.outlinkbox .u-state-box {
  position: relative;
  padding: 25px 0 18px;
  background-color: #f8f8f8;
}

.outlinkbox .swiper-container {
  width: 710px;
}

.outlinkbox .swiper-slide p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.outlinkbox a:hover p {
  color: #d40518;
  text-decoration: underline;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

/********é¦–é¡µé¡¶éƒ¨ç™»å½•************/
.top-nav0314 .siteSearch0314 {
  position: absolute;
  width: 55%;
  right: 60px;
  top: 0;
}

.u-log-box {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.u-log-box .u-log-btn {
  display: inline-block;
  font-size: 16px;
  color: #757575;
  padding: 5px 0;
  width: 60px;
  text-align: center;
  margin-top: 3px;
}

.u-loginBox.layui-layer {
  border-radius: 8px;
}

#loginBoxcon {
  display: none;
}

.u-log-fm .u-tt {
  margin: 40px 0 10px;
  position: relative;
  font-size: 32px;
  line-height: 46px;
  color: #1f61cf;
  font-weight: normal;
  text-align: center;
}

.u-log-fm .u-tt::before,
.u-log-fm .u-tt::after {
  position: relative;
  top: -10px;
}

.u-log-fm .u-tt::before {
  left: -25px;
  content: url(../img/bg_tt_01.png);
}

.u-log-fm .u-tt::after {
  right: -25px;
  content: url(../img/bg_tt_02.png);
}

.u-log-fm .u-fm-item {
  position: relative;
  margin: 30px 40px 0;
}

.u-log-fm .u-fm-item:last-child {
  margin-top: 25px;
}

.u-log-fm .u-fm-item .u-login-reg {
  font-size: 18px;
  color: #818181;
}

.u-log-fm .u-ipt {
  padding-left: 65px;
  padding-right: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e8eff5;
}

.u-log-fm .u-ipt:focus {
  border-color: #0098fe;
  outline: none;
}

.u-log-fm .u-icon {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 28px;
  height: 33px;
  transition: all 0.6s;
}

.u-log-fm .u-icon-name {
  background: url(../img/icon_user_01.png) 0 0 no-repeat;
}

.u-log-fm .u-icon-pwd {
  width: 27px;
  height: 33px;
  background: url(../img/icon_pwd_01.png) 0 0 no-repeat;
}

.u-log-fm .u-ipt:focus+.u-icon {
  transform: rotate(45deg);
}

.u-log-fm .u-btn-default {
  margin: 0 8px;
  display: block;
  height: 55px;
  background-color: #0098fe;
  background-image: linear-gradient(to right,
      #0088ed 0%,
      #0080e4 51%,
      #005bb9 100%);
  background-size: 200% auto;
  transition: 0.5s;
  font-size: 18px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 4px;
}

.u-log-fm .u-btn-default:hover {
  background-size: 100% auto;
}

/*********å›½å®¶å±•************/
.u-state-box {
  padding: 10px 0;
  background: url(../img/bg_world.png) center top no-repeat;
}

.u-state-box .u-state-num {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
}

.u-state-box .u-state-num span {
  font-size: 24px;
  color: #d0021b;
}

.u-state-list li {
  margin-left: -22px;
  overflow: hidden;
  text-align: center;
}

.u-state-list li .u-state-img {
  margin: 15px 0 15px 22px;
  float: left;
  background-color: #fff;
  width: 210px;
  height: 180px;
  border: 1px solid #ddd;
  border-bottom: 4px solid #f0dbe9;
}

.u-state-list li .u-state-img:nth-child(even) {
  border-bottom-color: #cbe8f2;
}

.u-state-list li .u-state-img>a {
  position: relative;
  display: block;
  z-index: 2;
}

.u-state-list li .u-state-img>a::after {
  position: absolute;
  left: 50%;
  top: 84px;
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/icon_state_02.png) 0 0 no-repeat;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}

.u-state-list li .u-img {
  position: relative;
  width: 100%;
  height: 117px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.u-state-list li .u-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(236, 236, 236, 0.1);
  /*transition: 1s transform;
    transform-style: preserve-3d;*/
  transition: all 0.6s;
}

.u-state-list li .u-img img.owl-lazy {
  transition: all 0.6s !important;
}

.u-state-list li a:hover img {
  /*transform: rotateY(.5turn);*/
  transform: scale(1.15);
}

.u-state-list li .u-state-img .u-txt {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #333;
  letter-spacing: 1.5px;
  overflow: hidden;
  z-index: 5;
}

.u-video-list .National-Exhibition-Message .page-header-5 {
  margin: 5px 0 35px !important;
}

.u-btn-box .u-btn-more {
  display: inline-block;
  width: 90px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background-color: #eee;
  border-radius: 3px;
}

/* guoleilei---start */
.jp-top-banner {
  width: 100%;
  height: 280px;
  background: url("../img/haoli-banner.png") top center no-repeat;
}

.js-container {
  width: 100%;
  min-height: auto;
  background: #f1faff;
  padding-bottom: 50px;
}

.jf-tit-btn {
  display: inline-block;
  width: 324px;
  height: 73px;
  background: url("../img/jf-tit-bg.png") center no-repeat;
  position: relative;
  box-sizing: border-box;
  padding-left: 90px;
}

.jp-tit-i {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../img/jf-tit-btn.png") center no-repeat;
  position: absolute;
  top: 22px;
  left: 48px;
}

.my-jf-tit {
  font-size: 18px;
  color: #e3672d;
  line-height: 73px;
}

.my-real-tit {
  color: #ca0001;
  font-size: 24px;
  line-height: 73px;
  padding-left: 10px;
}

.dh-tit {
  padding-left: 30px;
  background: url("../img/dh-gife1.png") left center no-repeat;
  font-size: 18px;
  line-height: 1.5;
  color: #205093;
  margin-left: 35px;
}

.jf-title {
  padding-top: 40px;
}

.qian-day {
  line-height: 60px;
  font-size: 22px;
  color: #205093;
  /* padding-top: 10px; */
}

.day-alredy {
  font-size: 32px;
  font-style: normal;
}

.day-alredy-red {
  font-size: 32px;
  font-style: normal;
  color: #ff0000;
}

.rili-title {
  padding-bottom: 85px;
  position: relative;
}

.rili-title ul li {
  width: 162px;
  height: 150px;
  background: url("../img/jf-bg1.png") top center no-repeat;
  float: left;
  margin-right: 6px;
  box-sizing: border-box;
  padding: 15px;
}

.rili-title ul li.al-day {
  background: url("../img/jf-bg-al1.png") center no-repeat;
}

.rili-title ul li:last-child {
  margin-right: 0px;
}

.rli-tit-bottom {
  width: 100%;
  height: 82px;
  background: url("../img/jf-bi-bg1.png") center no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 25px;
  left: 0px;
}

.rili-body {
  padding-top: 30px;
}

.rili-title ul li h1 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  margin: 0px;
}

.rili-title ul li p {
  height: 65px;
  background: url("../img/jinbi-i.png") center no-repeat;
  margin-top: 15px;
  font-size: 28px;
  color: #c66b0b;
  text-align: center;
  line-height: 65px;
}

.rili-title ul li.al-day h1 {
  color: #8ca0c5;
}

.rili-title ul li.al-day p {
  background: url("../img/jinbi-i-hover.png") center no-repeat;
}

.rli-tit-bottom {
  text-align: center;
  cursor: pointer;
}

.rli-tit-bottom .qi-dao {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/rili-already-date1.png") center no-repeat;
  vertical-align: middle;
}

.rli-tit-bottom p:first-child {
  padding-top: 16px;
  padding-bottom: 0px;
  margin: 0px;
}

.rli-tit-bottom p:first-child span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
}

.rli-tit-bottom p:last-child {
  line-height: 1;
}

.rli-tit-bottom p:last-child .qd-arrow {
  display: inline-block;
  width: 17px;
  height: 7px;
  background: url("../img/rili-already-icon1.png") center no-repeat;
}

.rili-body {
  position: relative;
}

.rili-real {
  width: 1355px;
  height: 877px;
  background: url("../img/rili-already1.png") center no-repeat;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -682.5px;
  z-index: 1;
}

.date-title {
  text-align: center;
  font-size: 32px;
  color: #205093;
  line-height: 1.5;
  padding-top: 95px;
  font-weight: 500;
  position: relative;
}

.date-title i {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 96px;
  right: 105px;
  background: url("../img/date-close1.png") center no-repeat;
  cursor: pointer;
}

.date-body {
  width: 880px;
  margin: 0 auto;
  padding-top: 0px;
}

.date-week li {
  float: left;
  width: 52px;
  margin-right: 86px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 22px;
  position: relative;
  color: #205093;
}

.date-week li:nth-child(7n) {
  margin-right: 0px;
}

.date-week li:nth-child(7n) .wd-box-line {
  display: none !important;
}

.date-week li:last-child {
  margin-right: 0px;
}

.date-week li.yi-daka .wd-box {
  width: 52px;
  height: 54px;
  margin: 0px auto;
  background: url("../img/date-day.png") center no-repeat;
  text-align: center;
  line-height: 54px;
  color: #c66b0b;
}

.date-week li.yi-daka .wd-box-num {
  /* color: #c66b0b; */
}

.date-week li.yi-daka .wd-box-num {
  text-align: center;
}

.date-week li.yi-daka .wd-box-line {
  display: inline-block;
  width: 90px;
  height: 13px;
  background: url("../img/date-week-line.png") center no-repeat;
  position: absolute;
  top: 19px;
  left: 49px;
}

.date-week li.yi-daka-no .wd-box-line {
  display: inline-block;
  width: 92px;
  height: 6px;
  background: #fec782;
  position: absolute;
  top: 23px;
  left: 49px;
}

.date-week li.yi-daka-no .wd-box {
  width: 52px;
  height: 54px;
  margin: 0px auto;
  background: url("../img/date-day-hover.png") center no-repeat;
  text-align: center;
  line-height: 54px;
  color: #c38442;
}

.date-week li.yi-daka-no .wd-box-num {
  text-align: center;
}

.date-week li.no-month .wd-box {
  background: none;
  height: 54px;
}

.date-week li.no-month .wd-box-num {
  color: #010101;
  text-align: center;
}

.renwu-box {
  width: 1163px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  border-top: 3px solid #205093;
  /* border-bottom: 3px solid #205093; */
  border-radius: 10px;
  padding-bottom: 30px;
}

.rw-box-tit {
  font-size: 42px;
  color: #205093;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.rw-box-con {
  width: 1100px;
  margin: 0 auto;
  padding-top: 0px;
}

.rwbc-title {
  font-size: 16px;
  line-height: 1.5;
  color: #205093;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 20px;
}

.rw-box-con ul li {
  width: 100%;
  height: 80px;
  background-color: #eef4fb;
  box-sizing: border-box;
  padding: 0px 30px;
  padding-right: 150px;
  margin-bottom: 30px;
  position: relative;
}

.rw-box-con ul li h1 {
  font-size: 20px;
  color: #205093;
  line-height: 40px;
  font-weight: 500;
  margin: 0px;
}

.rw-box-con ul li p {
  font-size: 14px;
  color: #2b2524;
  margin: 0px;
  line-height: 1;
}

.rw-box-con ul li p i {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url("../img/renwu-icon.png") center no-repeat;
  text-align: center;
  line-height: 36px;
  font-style: normal;
  color: #c66b0b;
  font-size: 16px;
}

.rw-box-con ul li span {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 32px;
  background-image: linear-gradient(rgb(52, 92, 148), rgb(32, 80, 147));
  border-radius: 16px;
  top: 30px;
  right: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.rw-box-con ul li a {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 32px;
  background-image: linear-gradient(rgb(52, 92, 148), rgb(32, 80, 147));
  border-radius: 16px;
  top: 30px;
  right: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.rw-box-con ul li span.disabled-use {
  background-image: linear-gradient(rgb(195, 208, 227), rgb(195, 208, 227));
}

.guang-box {
  width: 1163px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  border-top: 3px solid #205093;
  /* border-bottom: 3px solid #205093; */
  border-radius: 10px;
  padding-bottom: 45px;
  margin-top: 50px;
}

.guangc-box {
  width: 988px;
  margin: 0 auto;
  padding-top: 0px;
  margin-top: 0px;
}

.rel-num {
  margin: 0 4px;
  font-size: 20px;
  font-style: normal;
  color: #ff0000;
}

.guangc-box ul li {
  width: 23%;
  margin-right: 2.6%;
  float: left;
}

.guangc-box ul li img {
  height: 194px;
}

.guangc-box .rwbc-title {
  padding-bottom: 20px;
}

.guangc-box ul li:last-child {
  margin-right: 0px;
}

.guang-title {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #444444;
  padding-top: 10px;
}

.guang-btn {
  text-align: center;
}

.guang-btn a {
  display: inline-block;
  width: 125px;
  height: 32px;
  background-image: linear-gradient(rgb(52, 92, 148), rgb(32, 80, 147));
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
}

.guang-btn a:hover {
  color: #eee;
}

.yao-box {
  width: 1163px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  border-top: 3px solid #205093;
  /* border-bottom: 3px solid #205093; */
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.yao-box-con {
  width: 988px;
  margin: 0 auto;
  padding-top: 0px;
}

.yao-box-con ul li {
  width: 100%;
  height: 80px;
  background-color: #eef4fb;
  box-sizing: border-box;
  padding: 0px 30px;
  padding-right: 150px;
  margin-bottom: 30px;
  position: relative;
}

.yao-box-con ul li h1 {
  font-size: 20px;
  color: #205093;
  line-height: 40px;
  font-weight: 500;
  margin: 0px;
}

.yao-box-con ul li h1 i {
  color: #d0021b;
  font-style: normal;
}

.yao-box-con ul li p {
  font-size: 14px;
  color: #2b2524;
  margin: 0px;
  line-height: 1;
  padding-top: 5px;
}

.yao-box-con ul li p i {
  color: #d0021b;
  font-style: normal;
  font-size: 18px;
}

.yao-box-con ul li a {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 32px;
  background-image: linear-gradient(rgb(52, 92, 148), rgb(32, 80, 147));
  border-radius: 16px;
  top: 30px;
  right: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.yao-box-con ul {
  margin-top: 0px;
}

.my-go-share img {
  width: 448px;
  height: auto;
  position: relative;
  margin-top: 30px;
}

.my-go-share .u-down-img {
  position: absolute;
  width: 156px;
  height: 30px;
  bottom: 55px;
  left: 147px;
  border-radius: 30px;
  outline: none;
}

.my-go-share .close-shade {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/close-btn.png") center no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.my-go-share {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.shouqi-btn {
  cursor: pointer;
  padding-top: 31px;
}

.shouqi-btn p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}

.shouqi-btn .shouqi-i {
  height: 12px;
  background: url("../img/showqi-icon1.png") center no-repeat;
}

/* guoleilei---end */
/* luobo---start */
.draw-banner {
  height: 359px;
  background: url("../img/haoli3.png") top center no-repeat;
  background-size: cover;
  background-color: #fff;
}

.draw-bg {
  height: auto;
  background: #f1faff;
  background-size: cover;
  padding-bottom: 50px;
}

.draw-con {
  padding-top: 52px;
}

.guojia-box {
  position: relative;
  margin: 0 auto;
  width: 1163px;
  height: 1300px;
  background: url(../img/drawColBg_01-2.png) no-repeat top center;
  background-color: #fff;
}

.gj-list {
  position: absolute;
  top: 590px;
  left: 35px;
  width: 1090px;
  height: 669px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.gj-list ul {
  margin-top: -15px;
  padding: 0 0 0 50px;
}

.gj-list li {
  float: left;
  margin: 30px 40px 20px 0;
  width: 211px;
  text-align: center;
}

.gj-list li a.gjImg {
  position: relative;
  display: block;
}

.gj-list li a.gjImg::before,
.gj-list li a.gjImg::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 211px;
  height: 194px;
}

.gj-list li a.gjImg::before {
  background: rgba(255, 255, 255, 0.7);
}

.gj-list li.cur a.gjImg::before,
.gj-list li.cur a.gjImg::after {
  display: block;
}

.gj-list li a.gjImg::after {
  background: url(../img/finish_01.png) no-repeat center;
}

.gj-list li a.gjImg img {
  width: 211px;
  height: 194px;
}

.gj-list li em {
  display: block;
  margin: 20px 0 14px;
  color: #444444;
  line-height: 20px;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.gj-list li button {
  display: inline-block;
  width: 130px;
  height: 37px;
  background: url(../img/btnGj_01.png) no-repeat left center;
  border: none;
}

.share-zuji {
  display: inline-block;
  width: 124px;
  height: 40px;
  background-image: linear-gradient(rgb(52, 92, 148), rgb(32, 80, 147));
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 22px;
  right: 40px;
}

.huodong-box {
  width: 1163px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  border-top: 3px solid #205093;
  /* border-bottom: 3px solid #205093; */
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 50px;
  padding-top: 20px;
}

.huodong-list li {
  margin-top: 30px;
  padding: 0 45px 0 35px;
  height: 50px;
  line-height: 50px;
  background: #eef4fb;
  overflow: hidden;
}

.huodong-list li:first-child {
  margin: 0;
}

.huodong-list li p {
  float: left;
  max-width: 760px;
  height: 50px;
  color: #205093;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.huodong-list li a {
  float: right;
  margin-top: 8px;
  width: 100px;
  height: 32px;
  color: #ffffff;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  background: #c3d0e3;
  border-radius: 15px;
}

.gj-sign em {
  display: none;
  position: absolute;
  width: 31px;
  height: 47px;
}

/*.gj-sign .sign_01 {
  background: url(../img/0816/location.png) no-repeat;
  top: 185px;
  left: 878px;
}

.gj-sign .sign_02 {
  background: url(../img/0816/location.png) no-repeat;
  top: 118px;
  left: 535px;
}

.gj-sign .sign_03 {
  background: url(../img/0816/location.png) no-repeat;
  top: 312px;
  left: 933px;
}

.gj-sign .sign_04 {
  background: url(../img/0816/location.png) no-repeat;
  top: 144px;
  left: 1019px;
}

.gj-sign .sign_05 {
  background: url(../img/0816/location.png) no-repeat;
  top: 59px;
  left: 800px;
}

.gj-sign .sign_06 {
  background: url(../img/0816/location.png) no-repeat;
  top: 190px;
  left: 811px;
}

.gj-sign .sign_07 {
  background: url(../img/0816/location.png) no-repeat;
  top: 134px;
  left: 987px;
}

.gj-sign .sign_08 {
  background: url(../img/0816/location.png) no-repeat;
  top: 118px;
  left: 603px;
}*/

/* luobo---end */

/*CodeLee---start*/

/*ä¸ªäººä¸­å¿ƒ*/
.p-c-container {
  padding-top: 15px;
}

.p-c-container .m-user-wrap {
  background-color: #0a57c3;
  border-radius: 5px;
  border: solid 0px #4c4c4c;
  margin-bottom: 45px;
  color: #ffffff;
  padding: 15px 24px;
}

.p-c-container .m-user-wrap table img {
  width: auto;
}

.p-c-container .m-user-wrap .u-line {
  display: block;
  height: 52px;
  width: 1px;
  margin-top: 3px;
  background-color: #2d76dc;
}

.p-c-container .m-user-wrap .u-share {
  display: block;
  width: 214px;
  height: 58px;
  line-height: 58px;
  background-color: #b6e1ff;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  text-align: center;
  color: #014098;
  font-size: 14px;
}

.p-c-container .m-user-wrap .u-share>span {
  display: inline-block;
  margin: 0 10px;
}

.p-c-container .m-user-wrap .u-name {
  font-size: 20px;
}

.p-c-container .m-user-wrap .u-xm {
  font-size: 12px;
  color: #3579d9;
}

.p-c-container .m-share-wrap {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}

.p-c-container .title {
  position: relative;
  height: 90px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
  line-height: 90px;
}

.p-c-container .title>span {
  position: relative;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 0 5.5%;
  z-index: 2;
}

.p-c-container .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  width: 50%;
  margin: 0 auto;
  background-color: #d2d2d2;
  z-index: 1;
}

.p-c-container .m-share-wrap .share-con {
  background-color: #ffffff;
  padding: 45px 35px 0 35px;
}

.p-c-container .m-share-wrap .share-con .share-item {
  position: relative;
  height: 297px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  color: #333333;
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
  cursor: pointer;
}

.p-c-container .m-share-wrap .share-con .share-item .u-img {
  display: inline-block;
  height: 181px;
  background-color: #f4f4f4;
  max-width: 100%;
  border-radius: 5px;
}

.p-c-container .m-share-wrap .share-item h4,
.p-c-container .m-share-wrap .share-item .u-integral,
.p-c-container .m-share-wrap .share-item .u-num {
  margin-top: 10px;
  padding-left: 20px;
  text-align: left;
}

.p-c-container .m-share-wrap .share-item h4 {
  margin-top: 10px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
}

.p-c-container .m-share-wrap .u-integral {
  font-size: 12px;
  font-weight: normal;
  color: #db1111;
  margin-bottom: 10px;
}

.p-c-container .m-share-wrap .u-num {
  font-size: 12px;
}

.p-c-container .m-share-wrap .share-item .u-num-img {
  width: auto;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
}

.p-c-container .m-share-wrap .share-item .u-btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #db1111;
  border-radius: 0px 0px 5px 5px;
  transition: ease-in-out 0.3s;
}

.p-c-container .m-share-wrap .share-item:hover .u-btn {
  transition: ease-in-out 0.3s;
  display: block;
}

.p-c-container .m-share-wrap .u-more-box {
  position: relative;
  top: -15px;
  text-align: center;
}

.p-c-container .m-share-wrap .u-more-link {
  display: inline-block;
  width: 100px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #0a57c3;
  border: 1px solid #0a57c3;
  border-radius: 3px;
}

.p-c-container .m-more-activity {}

.p-c-container .m-more-activity .title>span {
  background-color: #ffffff;
}

.p-c-container .m-more-activity .activity-con {
  padding: 0 30px;
}

.p-c-container .m-more-activity .activity-item {
  height: 157px;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding-left: 68px;
  padding-top: 15px;
}

.p-c-container .m-more-activity .activity-item h3 {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 5px;
}

.p-c-container .m-more-activity .activity-item p {
  font-size: 16px;
  font-weight: normal;
  color: #5f5f5f;
  padding-top: 10px;
  padding-bottom: 15px;
}

.p-c-container .m-more-activity .activity-item a {
  display: block;
  width: 95px;
  text-align: center;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #545454;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}

.layui-layer-share .layui-layer-btn {
  text-align: center;
  padding-bottom: 40px;
}

.layui-layer-share .layui-layer-btn .layui-layer-btn0 {
  border-color: #0a57c3;
  background-color: #0a57c3;
  color: #fff;
}

.layui-layer-share .layui-layer-btn a {
  height: 32px;
  line-height: 32px;
  width: 100px;
  margin: 5px 15px 0;
  padding: 0 20px;
  border-radius: 3px;
}

.layui-layer-share .content {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  margin-top: 90px;
}

.layui-layer-share .content>span {
  color: #db1111;
}

.m-integral-draw {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  text-align: center;
}

.m-integral-draw img {
  width: 100%;
  display: inline-block;
}

.m-integral-draw .integral-draw-con .u-close {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}

.m-integral-draw .integral-draw-con .u-close img {
  width: 28px;
}

.m-integral-draw .integral-draw-con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 600px;
  margin: -364px auto 0 auto;
}

/*CodeLee---end*/
/* å¾€å±Šå›žé¡¾---start */
.itemp-tit {
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.past-review-three.videophoto-box .col-md-4:last-child .item-photo {
  padding-right: 0px !important;
}

.item-photo a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
}

/* å¾€å±Šå›žé¡¾---end */
/* 2021å¹´3æœˆ11æ—¥10:44:00 */

.my-share-zuji img {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
}

.my-share-zuji .u-down-img {
  position: absolute;
  width: 156px;
  height: 30px;
  bottom: 55px;
  left: 147px;
  border-radius: 30px;
  outline: none;
}

.my-share-zuji .close-shade {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/close-btn.png") center no-repeat;
  position: absolute;
  top: 29px;
  right: 0px;
  cursor: pointer;
}

.my-share-zuji {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.my-yuyue p {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
}

.my-yuyue .yy-xs,
.my-yuyue .yy-xx {
  text-align: center;
  margin-top: 15px;
}

.my-yuyue .yy-xs a,
.my-yuyue .yy-xx a {
  display: inline-block;
  width: 196px;
  height: 42px;
  background-color: #1e9fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}

.zsd-yuyue {
  width: 50px;
  height: 23px;
  background-color: #e53a30;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}

.my-share-zuji img {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
}

.my-share-zuji .u-down-img {
  position: absolute;
  width: 156px;
  height: 30px;
  bottom: 55px;
  left: 147px;
  border-radius: 30px;
  outline: none;
}

.my-share-zuji .close-shade {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/close-btn.png") center no-repeat;
  position: absolute;
  top: 29px;
  right: 0px;
  cursor: pointer;
}

.my-share-zuji {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.my-yuyue p {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
}

.my-yuyue .yy-xs,
.my-yuyue .yy-xx {
  text-align: center;
  margin-top: 15px;
}

.my-yuyue .yy-xs a,
.my-yuyue .yy-xx a {
  display: inline-block;
  width: 196px;
  height: 42px;
  background-color: #1e9fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}

/* 2021å¹´3æœˆ11æ—¥10:44:00 */
/*äººæ–‡äº¤æµ begin*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}

.clearit {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.rwjl-video-list .ImgCrop:hover:after {
  opacity: 0;
}

.rwjl-article-content {
  width: 100%;
  margin: 0 auto;
  border-top: 0;
}

.rwjl-article-content .video-box {
  position: relative;
  margin-bottom: 20px;
}

.rwjl-article-content .video-box video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.rwjl-article-content .video-box .play-btn {
  width: 93px;
  height: 93px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/20210330-0001.png) center center no-repeat;
  cursor: pointer;
}

.rwjl-article-content .video-box .pause-btn {
  background: url(../img/20210330-0002.png) center center no-repeat;
  opacity: 0;
}

.rwjl-article-content .video-box:hover .pause-btn {
  opacity: 1;
}

.rwjl-article-content img {
  max-width: 100%;
}

.rwjl-w78per {
  max-width: 78%;
  margin: 0 auto;
}

.rwjl-article-content .ad-box {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.rwjl-article-content .ad-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.rwjl-article-content .ad-box .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 50px;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 1px 0px 4px rgba(18, 108, 178, 0.27);
  margin: 0;
  padding: 0;
}

.rwjl-article-content .ad-box .tit1 {
  font-size: 30px;
  font-weight: 400;
}

.rwjl-article-content .ad-box .tit2 {
  font-size: 32px;
  font-weight: 700;
}

.rwjl-article-content .down-items {
  width: 78%;
  margin-left: 150px;
}

.rwjl-article-content .down-items .item {
  background: #d5edff;
  padding: 15px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}

.rwjl-article-content .down-items .item h3,
.rwjl-article-content .down-items .item h3 a {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.rwjl-article-content .down-items .item p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

.rwjl-article-content .qa-box {
  margin-left: 100px;
}

.review-items {}

.review-items .item {
  width: 30%;
  float: left;
  text-align: right;
  font-size: 0;
  line-height: 0;
  position: relative;
  margin-right: 3%;
  margin-bottom: 45px;
}

.review-items .item:nth-child(3n) {
  margin-right: 0;
}

.review-items .item img {
  width: 90%;
  display: inline-block;
}

.review-items .item .intro {
  position: absolute;
  left: 0;
  top: 25px;
  width: 87%;
  background: #fff;
  box-shadow: 5px 3px 12px 0px #727272;
}

.review-items .item .intro .hd {
  height: 26px;
  text-align: left;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  background: #464648;
  padding: 0 10px;
}

.review-items .item .intro .hd a {
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}

.review-items .item .intro .bd {
  font-size: 0;
  line-height: 0;
}

.review-items .item .intro .bd a {
  font-size: 0;
  line-height: 0;
}

.review-items .item .intro .bd img {
  width: 100%;
}

.review-items .item .intro .ft {
  padding: 10px 10px;
}

.review-items .item .intro .ft h5 {
  color: #464648;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
}

.review-items .item .intro .ft h5 a {
  color: #464648;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.review-items .item .intro .ft p {
  color: #464648;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.review-items .item .intro .ft p a {
  color: #464648;
  font-size: 16px;
  line-height: 28px;
}

.review-items .item .intro .ft .en,
.review-items .item .intro .ft .en a {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0;
}

.review-items .color1 {
  color: #b48967 !important;
}

.review-items .color2 {
  color: #8a4d2d !important;
}

.review-items .color3 {
  color: #276a87 !important;
}

.review-items .color4 {
  color: #de0e26 !important;
}

.review-items .color5 {
  color: #e12923 !important;
}

.review-items .color6 {
  color: #ef7a71 !important;
}

.review-items .color7 {
  color: #386103 !important;
}

.interlocution>li {
  padding-left: 50px;
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}

.interlocution>li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

.interlocution>li>a {
  display: block;
  padding: 0 10px;
  border-radius: 4px;
}

.interlocution>li.Question>a {
  background-color: #005cc4;
  font-size: 22px;
  color: #fff;
}

.interlocution>li.Answer>a {
  background-color: #ededed;
  font-size: 16px;
  color: #757575;
  text-indent: 2em;
  padding: 10px;
}

.interlocution>li.Question:before {
  content: "Q";
  background-color: #005cc4;
}

.interlocution>li.Answer:before {
  content: "A";
  background-color: #e94947;
}

.u-introduce-0830 {
  margin: 20px 0 30px;
}

.u-introduce-0830 .well-sm {
  background-color: transparent;
  color: #666;
  border: none;
  box-shadow: none;
}

.u-introduce-0830 .well-sm .u-tt {
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.5;
  color: #d0021b;
  font-weight: 500;
  text-align: center;
}

.u-online-exhibition-0831>.bd {
  overflow: hidden;
  margin-left: -30px;
}

.u-online-exhibition-0831>.bd .u-exhibition-box {
  margin: 20px 0 20px 30px;
  float: left;
  width: 360px;
  border: 1px solid #ebebeb;
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-img {
  position: relative;
  height: 270px;
  background-color: #000;
  overflow: hidden;
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-img::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 50px;
  content: '';
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, .89) 88%);
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-img img {
  height: 100%;
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-txt {
  position: relative;
  padding: 0 10px 10px;
  background: rgba(255, 255, 255, .89);
  box-shadow: 0 -10px 5px 0px rgb(255, 255, 255, .89);
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-txt .u-tt {
  margin: 6px 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-online-exhibition-0831>.bd .u-exhibition-box .u-txt .u-desc {
  max-height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-online-exhibition-0831 {}

/******æ‹›å•†åˆä½œå•ä½**********/
.u-svfw-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.u-svfw-list a {
  margin: 15px 0;
  width: 32%;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  transition: all 0.6s;
}

.u-svfw-list a:hover {
  border-color: #2259a5;
  box-shadow: 0 0 6px 3px rgba(0, 64, 151, 0.2);
}

.u-svfw-list img {
  max-width: 100%;
  width: auto;
  border-radius: 0;
}

.u-svfw-list:after {
  content: "";
  width: 32%;
}

@media screen and (max-width: 769px) {

  /* 2021-5-26 09:10:41 */
  .cgs-lian .col-md-4 {
    background-position: 0px center !important;
    padding-left: 15% !important;
  }

  .cgs-company {
    padding: 20px;
  }

  .cgsq-real {
    width: 95% !important;
  }

  .cgsq-item {
    border-width: 0px !important;
  }

  .cgsq-real input {
    width: 80% !important;
  }

  .cgsq-real button {
    width: 20% !important;
  }

  .cgs-qiye {
    padding: 20px;
  }

  .main-company {
    padding: 10px;
    width: 100%;
  }

  .main-company li {
    width: 20%;
    float: left;
  }

  .cgs-new-box .paddl30 {
    padding-left: 0px;
  }

  /* 2021-5-26 09:10:41  */
  .rwjl-w78per {
    max-width: 100%;
    margin: 0 auto;
  }

  .rwjl-article-content .qa-box {
    margin-left: 0;
  }

  .rwjl-article-content .down-items {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .review-items .item {
    width: 80% !important;
    float: none;
    margin: 0 auto 45px !important;
  }

  .review-items .item>img {
    display: none;
  }

  .review-items .item .intro {
    width: 100%;
    position: static;
  }

  .interlocution {
    padding: 0;
  }

  /******æ‹›å•†åˆä½œå•ä½**********/
  .u-svfw-list a {
    padding: 0 5px;
    width: 100%;
  }
}

/*äººæ–‡äº¤æµ end*/
/* index.html  country-box----start */
.country-box .swiper-wrapper {
  width: 100%;
  position: relative;
}

.country-box .swiper-wrapper .swiper-slide {
  width: 100%;
}

.country-box .swiper-country-next {
  position: absolute;
  width: 34px;
  height: 48px;
  background: url(../img/arr-left.png) center no-repeat;
  left: 0px;
  top: 50%;
  z-index: 5;
}

.country-box .swiper-country-prev {
  position: absolute;
  width: 34px;
  height: 48px;
  background: url(../img/arr-right.png) center no-repeat;
  right: 0px;
  top: 50%;
  z-index: 5;
}

.footer {
  margin-top: 0px;
}

/* index.html  country-box----end */
/* 20210416----start */
.review-items .item {
  width: 29%;
  margin-right: 6%;
}

.review-items .item img {
  width: 180px;
  display: inline-block;
}

.review-items .item .intro {
  position: absolute;
  left: 0;
  top: 25px;
  width: 190px;
  height: 260px;
  background: #fff;
  box-shadow: 5px 3px 12px 0px #727272;
}

.review-items .item .intro .bd img {
  height: 180px;
}

.review-items .item .intro .ft h5 a {
  line-height: 20px;
}

.review-items .item .intro .ft h5 {
  line-height: 20px;
}

.review-items .item .intro .ft p a {
  line-height: 20px;
}

.review-items .item .intro .ft p {
  line-height: 20px;
}

.rwjl-article-content .inner-tit01 {
  font-weight: normal;
  font-size: 32px;
  line-height: 50px;
}

.rwjl-article-content .ad-box .tit2 {
  font-size: 24px;
  font-weight: normal;
}

/* 20210416----end */
/* 20210419----start */
.zb-box .front,
.zb-box .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.zb-box .back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.zb-box .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  /* opacity: .6;
    background-color: #000; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.zb-box .parent-inner:hover .front,
.zb-box .parent-inner:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.zb-box .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.zb-box .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  height: 100%;
}

.zb-box .parent-inner {
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.zb-box .parent-inner .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: linear-gradient(-125deg, #d0021b, #d53548);
}

.zb-box .parent-inner .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box .parent-inner:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box .parent-inner:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box .front .inner p {
  font-size: 24px;
  margin-bottom: 2rem;
  position: relative;
}

.zb-box .front .inner p:after {
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1rem;
}

.zb-box .front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: montserrat;
  font-weight: 300;
}

.zb-box .back .inner {
  padding-top: 115px;
}

.zb-box {
  min-height: 1026px;
  background: url("../img/zhubinguo-bg.png") center no-repeat;
}

.zb-box .zb-title {
  padding: 60px 0px 60px;
  height: 191px;
  background: url("../img/zb-title.png") center no-repeat;
}

.zb-box .zbd-item {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  height: 300px;
}

.zb-box .zbd-item:nth-child(3n) {
  margin-right: 0%;
}

.zb-box .front .inner {
  padding-top: 115px;
}

.zb-box .enter-vr {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url("../img/enter-vr.png") center no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}

.zb-detail {
  margin-top: 40px;
}

.country-zb-title {
  font-size: 18px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 15px;
}

.country-zb-list {
  padding-left: 20px;
  box-sizing: border-box;
}

.czbd-list li {
  margin: 2px;
  display: flex;
  align-items: center;
  height: 106px !important;
  box-sizing: border-box;
  padding: 30px 0px;
  cursor: pointer;
}

.czbd-list li:hover {
  box-shadow: 0 0 12px 4px #f6f6f6;
}

.cbdi-left {
  width: 75px;
  box-sizing: border-box;
  padding-left: 20px;
  border-right: 1px solid #e6e6e6;
}

.cbdi-left h1 {
  font-size: 18px;
  color: #666666;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.cbdi-left p {
  font-size: 14px;
  color: #999999;
}

.cbdi-right {
  width: calc(100% - 75px);
  padding-left: 20px;
}

.cbdi-right h1 {
  font-size: 18px;
  color: #333333;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.cbdi-right p {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtScroll-top .hd {
  margin-left: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

.txtScroll-top .hd a {
  display: inline-block;
  width: 16px;
  height: 9px;
  cursor: pointer;
  vertical-align: middle;
}

.txtScroll-top .hd .next {
  background: url("../img/arrow_zcrt.png") center no-repeat;
  margin-right: 20px;
  transform: rotate(180deg);
}

.txtScroll-top .hd .prev {
  background: url("../img/arrow_zcrt.png") center no-repeat;
}

.txtScroll-top .hd .prev.prevStop {
  background-image: url("../img/arrow-bottom.png");
}

.txtScroll-top .hd .next.nextStop {
  background-image: url("../img/arrow-bottom.png");
}

.zb-box-list .front,
.zb-box-list .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  height: 200px;

  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
}

.zb-box-list .back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.zb-box-list .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  /* opacity: .6;
    background-color: #000; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.zb-box-list .parent-inner:hover .front,
.zb-box-list .parent-inner:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.zb-box-list .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.zb-box-list .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  height: 100%;
}

.zb-box-list .parent-inner {
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.zb-box-list .parent-inner .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #e5f8ff;
}

.zb-box-list .parent-inner .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box-list .parent-inner:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box-list .parent-inner:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zb-box-list .front .inner p {
  font-size: 24px;
  margin-bottom: 2rem;
  position: relative;
}

.zb-box-list .front .inner p:after {
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1rem;
}

.zb-box-list .front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: montserrat;
  font-weight: 300;
}

.zb-box-list .back .inner {
  padding-top: 115px;
  color: #345fae;
}

.zb-box-list .zb-title {
  padding: 60px 0px 60px;
  height: 191px;
  background: url("../img/zb-title.png") center no-repeat;
}

.zb-box-list .zbd-item {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  height: 300px;
}

.zb-box-list .zbd-item:nth-child(3n) {
  margin-right: 0%;
}

.you-3d.zb-box-list .front .inner {
  padding-top: 70px;
}

.zb-box-list .enter-vr {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url("../img/jinbao-enter1.png") center no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}

.you-3d .col-md-4 {
  height: 200px;
}

.you-3d.zb-box-list .front .inner p {
  color: #fff;
}

.you-3d.zb-box-list .back .inner img {
  width: 76px;
}

.zb-box-list .back .inner {
  padding-top: 55px;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-list {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #dddddd;
}

.sp-item {
  float: left;
  display: block;
  width: 31%;
  margin-right: 3.5%;
  height: 264px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  /*border-bottom: 3px solid #f2dfd4;*/
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: inherit;
}

.sp-item {
  position: relative;
  display: block;
}

.sp-item::before {
  padding-left: 5px;
  position: absolute;
  top: 26px;
  left: 0px;
  content: attr(txt);
  min-width: 49px;
  height: 24px;
  padding-right: 5px;
  background-color: #d0021b;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  z-index: 9999;
}

.sp-item::after {
  padding-left: 5px;
  position: absolute;
  top: 26px;
  left: -6px;
  content: "";
  width: 49px;
  height: 30px;
  background: url(../img/icon_state_01.png) 0 0 no-repeat;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  z-index: 20;
}

/*.sp-item:nth-child(2n) {
  border-bottom: 3px solid #cbe8f2;
}*/

.sp-item:nth-child(3n) {
  margin-right: 0%;
  /*border-bottom: 3px solid #f0dbe9;*/
}

.sp-item .u-img {
  position: relative;
  height: 198px;
  overflow: hidden;
}

/*.sp-item .u-img::after {
  position: absolute;
  top: 38%;
  left: 50%;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(80, 80, 80, 0.5) url(../img/icon_play_01.png) center center no-repeat;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
}*/

.sp-item img,
.sp-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.sp-item:hover img,
.sp-item:hover video {
  transform: scale(1.05);
}

.sp-item .u-txt {
  margin-top: 20px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.sic-i {
  display: inline-block;
  width: 49px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: -5px;
  background: url("../img/country-title.png") center no-repeat;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 25px;
  z-index: 1;
}

.sic-play {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/player-icon.png") center no-repeat;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}

.sp-item-tit {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.c-news-list .c-news-item {
  width: 48%;
  min-height: 300px;
  float: left;
  box-sizing: border-box;
}

.c-news-list .c-news-item:first-child {
  margin-right: 4%;
}

.cnews-hot {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 25px;
}

.cnewsh-tit {
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  font-weight: 900;
}

.cnewsh-detail {
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}

.cnews-normal li {
  padding-left: 30px;
  background: url("../img/news-normal-i.png") 10px 21px no-repeat;
  height: 48px;
  line-height: 48px;
  color: #333333;
}

.cnews-normal li:hover {
  color: #d0021b;
  cursor: pointer;
}

.cnews-hot {
  position: relative;
}

.cnews-hot-i {
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url("../img/hot-news.png") center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* 20210423----start */
.swiper-parent {
  width: 100%;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 40%;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  opacity: 0 !important;
}

#certify .swiper-slide-prev {
  opacity: 1 !important;
}

#certify .swiper-slide-next {
  opacity: 1 !important;
}

#certify .swiper-slide-active {
  opacity: 1 !important;
}

#certify .swiper-slide img {
  display: block;
  height: 100%;
}

#certify .swiper-slide video {
  object-fit: fill;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 50%;
  margin-left: -400px;
  width: 45px;
  height: 45px;
  background: url("../img/swiper-zuo.png") no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-next {
  left: 50%;
  margin-left: 400px;
  width: 45px;
  height: 45px;
  background: url("../img/swiper-you.png") center no-repeat;
  background-position: 0 0px;
  background-size: 100%;
}

#certify .swiper-container {
  height: auto;
}

.swiper-parent1 {
  background-color: #f4f4f4;
  min-height: 550px;
  padding-top: 30px;
}

.swiper-parent1 .container {
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 10px;
}

.fr-flag {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/franch-flag.png") center no-repeat;
}

.cztt-name {
  font-size: 30px;
  font-weight: 900;
  color: #333333;
}

.cztt-quname {
  font-size: 18px;
  color: #333333;
}

.cztt-enter {
  padding: 10px 5px;
  border-radius: 6px;
  font-size: 14px;
  background-color: #d0021b;
  color: #fff;
}

.cztt-enter:hover {
  color: #fff;
}

.czt-detail {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  padding-top: 10px;
}

.cztcl-con {
  height: 130px;
  white-space: nowrap;
  font-size: 0;
}

.czt-country-list {
  padding-top: 30px;
}

.cztcl-item {
  position: relative;
  display: inline-block;
  width: 208px;
  height: 117px;
  border-radius: 6px;
  margin-right: 15px;
  cursor: pointer;
}

.cztcl-item:last-child {
  margin-right: 0;
}

.cztcl-item.active:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #c93d3d;
  border-radius: 6px;
  box-shadow: 0 3px 6px 2px rgb(73 16 16 / 35%);
}

.cztcl-item img {
  border-radius: 6px;
}

.cztcl-con-part {
  width: 100%;
  overflow-x: auto;
}

/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
.cztcl-con-part::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
.cztcl-con-part::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #999999;
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
.cztcl-con-part::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #999999;
  background-color: #999999;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  border-width: 0px;
  width: 83px;
  height: 83px;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  background: url("../img/bofang1-copy.png") center no-repeat;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background-color: rgba(115, 133, 159, 0);
}

.certify-class {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

/* 20210423----end */
/* 20210426------start */
.shareFloat {
  display: none;
}

.piao {
  display: none;
}

/* 20210426------END */
/*20210427-----start  */
.top-nav0314 .swiper-li {
  width: 65px !important;
  height: 30px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  float: left;
}

.top-nav0314 .question-ul {
  width: 450% !important;
}

.web-search-20210426 {
  width: 540px;
  float: left;
}

.search-jinbao {
  display: inline-block;
  float: left;
  width: 32px;
  margin-top: 3px;
  margin-right: 5px;
  height: 27px;
  background: url("../img/search-jinbao.png") center no-repeat;
}

.search-text {
  position: relative;
  display: inline-block;
  float: left;
}

.search-text input {
  width: 430px;
  height: 29px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  border-width: 0px;
}

.search-text input:focus {
  border-width: 0px;
  outline: none;
}

.search-btn {
  float: left;
  line-height: 30px;
  height: 30px;
  padding: 0px 13px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background-image: linear-gradient(90deg, #ffcc00, #ff9d2d);
}

.search-end {
  width: 70%;
  margin: 30px auto 10px;
  border-radius: 5px;
}

.search-end input {
  width: 93%;
  float: left;
  height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  border-right-width: 0px;
}

.search-end span {
  width: 7%;
  float: left;
  height: 45px;
  border-radius: 5px;
  background-color: #d90418;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}

.search-end-nav {
  height: 50px;
  width: 100%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0px 22px;
  margin-top: 40px;
}

.search-end-nav ul li {
  float: left;
  padding: 0px 20px;
}

.search-end-nav ul li a {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 12px;
}

.search-end-nav ul li a:hover {
  border-bottom: 4px solid #d90418;
  color: #d90418;
}

.search-end-nav ul li.active a {
  border-bottom: 4px solid #d90418;
  color: #d90418;
}

.big-search {
  width: 80%;
  margin: 0 auto;
}

input[type="text"]:focus {
  border: none;
}

.top-nav {
  background: #484848;
  color: #fff;
}

.gs-logo {
  width: 100px;
  text-align: center;
  height: 46px;
}

.gs-logo img {
  margin: 0;
  width: 220px;
}

.gs-logo p {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.search-form {
  position: absolute;
  top: 8%;
}

.big-search input {
  padding: 22px;
  border: none;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  color: #008fff;
}

.big-search .dropdown-toggle {
  border: none;
  padding-left: 0;
}

.big-search .dropdown-toggle .filter-option {
  padding: 8px 14px;
  border-left: solid 1px #ddd;
}

.big-search .btn-search {
  height: 44px;
  width: 52px;
  border-radius: 3px !important;
}

.big-search .btn-search .iconfont {
  font-size: 20px;
  line-height: 1.1;
}

.big-search .dropdown-menu {
  border-radius: 0;
  padding: 0;
}

.big-search .dropdown-menu>li>a {
  padding: 10px 20px;
}

.big-search .dropdown-menu>li.selected>a,
.big-search .dropdown-menu>li.selected>a:hover {
  background: #f0ad4e;
  color: #fff;
}

.big-search .dropdown-menu>li>a:hover {
  background: #ffedbf;
}

.search-form .hot-keyword {
  margin-left: 105px;
  font-size: 12px;
  margin-top: 10px;
  height: 16px;
  overflow: hidden;
  -webkit-transition: height 1.3s ease;
  -moz-transition: height 1.3s ease;
  -o-transition: height 1.3s ease;
  transition: height 1.3s ease;
}

.search-form .hot-keyword>.hot-title {
  display: inline-block;
  color: #777;
}

.search-form .hot-keyword>ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.search-form .hot-keyword>ul>li {
  display: inline-block;
  list-style-type: none;
  margin-right: 8px;
}

.search-form .hot-keyword>ul>li>a {
  color: #dc6765;
}

.search-form ul.nav-tabs {
  border: none;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 100px;
}

.search-form .nav-tabs>li>a {
  margin: 0 0 3px 0;
  border: none;
  color: #777;
}

.search-form .nav-tabs>li>a:hover {
  background: none;
  border: none;
  border-bottom: solid 3px #ddd;
  margin: 0;
}

.search-form .nav-tabs>li.active>a,
.search-form .nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: none;
  border: none;
  border-bottom: solid 3px #009eff;
  margin: 0;
  color: #009eff;
}

.page-search {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: inherit;
  display: flex;
  background-color: #fafafa;
  border-bottom: solid 1px #ddd;
  height: 93px;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

.page-search .gs-logo img {
  width: 80px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.big-search,
.search-result .col-list {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  transition: box-shadow 400ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  background: #fff;
}

.big-search:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-result .col-list:hover {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.08);
}

.isStuck .page-search .gs-logo img {
  width: 50px;
}

.isStuck .page-search .gs-logo a {
  text-align: center;
}

.isStuck .page-search {
  padding: 10px 10px 0 0;
  background: rgba(243, 243, 243, 0.8);
  height: 65px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.isStuck .big-search input {
  padding: 10px !important;
}

.isStuck .big-search .dropdown-toggle .filter-option {
  padding: 1px 14px;
}

.isStuck .big-search .btn-warning {
  padding: 7px 10px;
  height: auto;
}

.isStuck .big-search .btn-warning i {
  font-size: 18px;
}

.isStuck .search-form .hot-keyword {
  height: 1px;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.big-search .btn-search {
  transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

#main {
  overflow: hidden;
}

.search-time {
  color: #ff8215;
  margin-bottom: 30px;
  overflow: hidden;
}

.search-time .btn.dropdown-toggle {
  border: none;
  padding: 0 25px 0 5px;
  font-size: 12px;
}

.search-time .dropdown-menu {
  border-radius: 0;
}

.search-time .dropdown-menu>li>a {
  font-size: 12px;
}

.search-time .dropdown-menu>li.selected>a,
.search-time .dropdown-menu>li.selected>a:hover,
.search-time .dropdown-menu>li.selected>a:focus {
  background: #c2e6f5 !important;
}

.search-time select {
  width: auto;
  padding-right: 35px;
  float: left;
  margin-right: 10px;
  font-size: 12px;
}

.search-time small {
  float: left;
  margin-top: 12px;
  font-size: 12px;
}

.search-result {
  padding: 30px 0;
}

.search-result .col-list {
  float: right;
  min-width: 200px;
  width: 94%;
}

.enpage .search-result .col-list {
  min-width: 250px;
}

.search-url {
  font-size: 12px;
  color: #7eaa64;
}

.result-list {
  margin: 0;
  padding: 0;
}

.result-list li {
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
}

.result-list li .title {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 18px;
}

.search-result .list-group-item {
  border: none;
  border-top: 1px dotted #ddd;
}

.search-result .list-group-item.active,
.search-result .list-group-item.active:focus,
.search-result .list-group-item.active:hover {
  background-color: #3560a5;
}

.search-result .list-group-item.active>.badge,
.search-result .nav-pills>.active>a>.badge {
  background-color: #fff;
  color: #3560a5;
}

.search-result .list-group-item .badge {
  border: 1px solid #3560a5;
  color: #3560a5;
  background: transparent;
}

.search-result a.list-group-item:first-child {
  border-top: none;
}

.search-result span.keyWord {
  color: #ff3030;
}

.alltit-banner {
  height: 226px;
  background: url("../img/innerbannerbg.png") no-repeat center top;
  background-size: cover;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.alltit-banner .svg {
  width: 100%;
  height: 42px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.alltit-banner .tit {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
  top: 80px;
}

.alltit-banner .tit:after {
  content: "";
  display: block;
  width: 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -15px;
}

.btn-info {
  color: #fff;
  background-color: #d90418;
  border-color: #d90418;
}

.btn-info:hover {
  background-color: #c4081a;
  border-color: #c4081a;
}

.search-time select {
  color: #3560a5;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  -webkit-appearance: button;
}

.search-time select:focus {
  border-color: #3560a5 !important;
  background-attachment: fixed !important;
  background: url("../img/caret.png") 95% center no-repeat !important;
}

.search-time {
  color: #d90418;
}

.result-list .brief .title a {
  border: none;
  margin-bottom: 0px;
  text-align: justify;
  padding-bottom: 0px;
  text-overflow: ellipsis;
  display: block;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 20px;
  position: relative;
  display: block;
  padding-top: 5px;
}

.result-list .title a:before {
  content: "";
  border-left: #d0021b 4px solid;
  position: absolute;
  top: 5px;
  height: 100%;
  left: -20px;
}

.result-list .brief {
  position: relative;
  padding-left: 20px;
}

.result-list .brief:before {
  content: "";
  border-left: #f0eff0 2px solid;
  height: 95%;
  top: 0px;
  position: absolute;
  margin-right: 25px;
  left: 1px;
}

.result-list li {
  border-bottom: #eee 1px solid;
  padding: 24px 0px;
}

.result-list .brief p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: 0;
  height: 43px;
  margin: 10px 0;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.result-list {
  margin-left: -15px;
}

.result-list .keyWord,
.result-list p .keyWord {
  color: #d0021b;
}

.search-url>div {
  float: none;
}

.result-list .pub-time {
  display: block;
  margin-left: 25px;
  padding: 7px 15px;
  background: #f0eff0;
  position: relative;
  font-size: 12px;
  color: #999;
  border-radius: 3px;
  max-width: 120px;
  float: none;
  margin-top: 15px;
}

.enpage .result-list .pub-time {
  padding: 7px 28px;
}

.result-list .pub-time:before {
  content: "";
  position: absolute;
  left: -8px;
  border-right: 10px solid #efedf0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #3560a5;
  border-color: #3560a5;
}

.search-time select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-attachment: fixed;
  background: url(../img/caret.png) 90% center no-repeat;
}

/********é¦–é¡µæœç´¢ä¸‹æ‹‰***********/
.search-text .u-sch-box {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 6px 25px 25px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 #b1b1b1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.search-text .u-sch-box .u-tt {
  margin: 0;
  font-size: 18px;
  line-height: 40px;
  color: #666;
}

.search-text .u-sch-box .u-hot-sch,
.search-text .u-sch-box .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-text .u-sch-box .u-hot-sch a {
  padding: 5px 12px;
  margin: 5px 10px 5px 0;
  background-color: #fff7f7;
  color: #d0021b;
  border-radius: 25px;
}

.search-text .u-sch-box .bd {
  margin-top: 10px;
}

.search-text .u-sch-box .bd a {
  margin-right: 20px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}

.search-text input:focus+.u-sch-box {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1680px) {
  .alltit-banner {
    height: 202px;
  }

  .alltit-banner .tit {
    top: 60px;
  }

  .alltit-banner .svg {
    height: 36px;
  }
}

@media (max-width: 1440px) {
  .alltit-banner {
    height: 182px;
  }

  .alltit-banner .tit {
    top: 50px;
  }

  .alltit-banner .svg {
    height: 32px;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
  .search-result {
    padding: 10px;
  }

  .search-url {
    display: none;
  }

  .search-time {
    width: 100%;
  }

  .search-end-nav {
    padding: 0px;
    height: auto;
  }

  .u-state-list li {
    justify-content: space-between;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .zb-box-list .parent-inner {
    margin: 10px 0;
  }

  .sp-item {
    float: none;
    width: 100%;
  }

  .sp-item:last-child {
    margin-bottom: 0;
  }

  .country-zb-title {
    margin-top: 25px;
  }

  .czbd-list li {
    padding: 15px 0;
    height: 80px !important;
  }
}

@media (max-width: 640px) {
  .PageCurve {
    display: none;
  }

  #searchForm {
    padding-top: 3px;
  }

  .flat-row.flat-general.sidebar-right .col-sm-9.col-xs-12 {
    padding: 0;
    margin-bottom: 10px;
  }

  .search-time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .search-time select {
    width: 45%;
    margin-bottom: 10px;
  }

  .result-list li {
    padding: 15px 0px;
  }
}

@media (max-width: 480px) {
  .gs-logo {
    display: none;
  }

  .page-search {
    padding: 10px 0;
    height: auto;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }

  .isStuck.page-search .gs-logo {
    display: none;
  }

  .form-inline {
    margin-bottom: 10px;
  }

  .search-form .hot-keyword {
    margin-left: 0;
  }

  .search-result {
    padding: 0;
  }

  .search-time small {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .copyright a {
    display: block;
  }

  .search-url>div[class*="col-xs-"] {
    display: block !important;
    width: 100%;
  }

  .search-url>.pub-time {
    text-align: left;
  }
}

/*20210427-----end  */
/* 20210428-----start */
.country-demo-header {
  width: 100%;
  height: 220px;
  background: url("../img/country-demo.png") center no-repeat;
}

.footer-demo {
  height: 70px;
  background-color: #1a2336;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 70px;
}

/* 20210428-----end */
/* 2021-5-24--start */
.top-nav0314 .question-ul {
  transform: translateX(-100%);
  margin-left: 64px;
}

/* 2021-5-24--end */
/* 2021-5-26---start */
.cgs-title {
  border-bottom: 4px solid #d0021b;
  position: relative;
}

.cgs-title-txt {
  display: inline-block;
  height: 40px;
  background-color: #d0021b;
  transform: skewX(-25deg);
  padding: 0px 25px;
}

.cgs-title-txt span {
  font-size: 24px;
  display: inline-block;
  height: 40px;
  color: #fff;

  line-height: 40px;
  transform: skewX(25deg);
}

.cgs-title-pa {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  padding: 0px 15px;
  transform: translateX(-50%);
  background-color: #fff;
}

.cgs-company {
  padding-top: 20px;
}

.cgs-company h1 {
  font-size: 26px;
  color: #333333;
  font-weight: normal;
}

.cgs-c-box {
  padding: 20px 0px 0px 0px;
}

.cgs-c-left {}

.cgs-c-left img {
  width: 102px;
  height: 102px;
  border: 1px solid #eeeeee;
}

.cgs-c-right {
  padding-left: 30px;
}

.cgsc-detail span {
  font-size: 14px;
  font-weight: 900;
  color: #333;
}

.cgsc-detail {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.cgs-blue {
  color: #2099e9;
}

.mart50 {
  margin-top: 50px;
}

.cgs-c-title {
  font-weight: bold;
  font-size: 22px;
  color: 333333;
}

.cgs-c-detail {
  padding-top: 20px;
}

.cgs-c-detail .col-md-6 {
  padding: 0px 10px;
}

.cgs-c-detail .cgs-cd-box {
  border: 1px solid #edeaea;
  padding: 30px;
  position: relative;
}

.cgs-cdb-tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #edeaea;
  font-size: 20px;
  color: #333333;
}

.cgs-cdb-con {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 0px;
}

.cgs-cdb-date span {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.cgs-cdb-date a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/arrow-date.png") center no-repeat;
}

.cgs-c-detail .col-md-6 .new-i {
  padding: 0px 5px;
  line-height: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-style: normal;
  background-color: #d0021b;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}

.cgs-cdb-list ul li {
  padding-left: 16px;
  padding-right: 150px;
  position: relative;
  padding-top: 17px;
}

.cgs-cdb-list ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  position: absolute;
  top: 25px;
  left: 0px;
}

.cgs-cdb-list ul li a {
  padding-right: 30px;
  background: url("../img/load-cgs.png") right no-repeat;
  font-size: 16px;
  color: #333;
}

.cgs-date {
  font-size: 16px;
  color: #999999;
  position: absolute;
  top: 15px;
  right: 0px;
}

.cgs-c-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.cgs-c-swiper {
  padding-top: 30px;
}

.cgs-c-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cgs-c-swiper .swiper-slide {
  width: 100%;
}

.cgs-c-swiper .swiper-img {
  width: 100%;
  position: relative;
}

.swiper-img-tit {
  width: 100%;
  height: 50px;
  background: #000;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 100%);
  /*FireFox*/
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 100%);
  /* Opear */
  background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /*IE10åŠIE10+*/
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 14px;
}

.cgs-c-swiper .swiper-button-next,
.cgs-c-swiper .swiper-button-prev {
  top: 34px !important;
  width: 34px !important;
  height: 24px !important;
  background-color: #f2f2f2 !important;
  background-image: url("../img/right-swiper.png");
  background-size: 8px 14px;
  text-align: center;
  color: #898989;
  font-size: 16px;
  font-weight: 900;
}

.cgs-c-swiper .swiper-button-prev {
  right: 40px !important;
  left: auto !important;
  background-image: url("../img/left-swiper_.png");
}

.more-a {
  text-align: center;
  padding-top: 20px;
}

.mart20 {
  margin-top: 20px;
}

.more-a a {
  padding: 8px 30px;
  background-color: #eeeeee;
  font-size: 15px;
  color: #333333;
}

.cgs-new-box {
  border: 1px solid #edeaea;
  padding: 30px;
  margin-top: 20px;
}

.paddr30 {
  padding-right: 30px;
}

.paddl30 {
  padding-left: 30px;
}

.cgs-new-box h1 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin: 0px;
  font-weight: 900;
}

.cgs-new-box p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 15px 0px;
}

.cgs-news-list li {
  padding-left: 30px;
  position: relative;
}

.cgs-news-list li a {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  padding-left: 15px;
}

.cgs-news-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #cccccc;
  top: 0px;
  left: 0px;
}

.cgs-c-video .video-box {
  width: 100%;
  margin-top: 20px;
}

.cgs-c-video .video-box video {
  width: 100%;
}

.cgs-c-video .video-box {
  position: relative;
  margin-bottom: 20px;
}

.cgs-c-video .video-box video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.cgs-c-video .video-box .play-btn {
  width: 93px;
  height: 93px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/20210330-0001.png) center center no-repeat;
  cursor: pointer;
}

.cgs-c-video .video-box .pause-btn {
  background: url(../img/20210330-0002.png) center center no-repeat;
  opacity: 0;
}

.cgs-c-video .video-box:hover .pause-btn {
  opacity: 1;
}

.cgs-c-video img {
  max-width: 100%;
}

.cgs-qiye {
  padding-top: 50px;
}

.cgsq-banner {
  width: 100%;
}

.cgsq-tit {
  font-size: 26px;
  color: #333333;
  padding: 10px 0px;
}

.cgsq-detail p {
  text-indent: 2em;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  padding: 10px 0px;
}

.cgsq-detail .video-box {
  position: relative;
  margin-bottom: 20px;
}

.cgsq-detail .video-box video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.cgsq-detail .video-box .play-btn {
  width: 93px;
  height: 93px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/20210330-0001.png) center center no-repeat;
  cursor: pointer;
}

.cgsq-detail .video-box .pause-btn {
  background: url(../img/20210330-0002.png) center center no-repeat;
  opacity: 0;
}

.cgsq-detail .video-box:hover .pause-btn {
  opacity: 1;
}

.cgsq-detail img {
  max-width: 100%;
}

.cgs-new-xq {
  padding-top: 0px;
}

.cgs-new-xq .col-md-4 {
  padding: 0px 10px;
}

.cgs-new-xq .cgs-cd-box {
  background-color: #f8f8f8;
  padding: 30px;
  position: relative;
}

.cgs-new-xq .cgs-cd-box .cgs-cdb-tit {
  font-weight: 900;
}

.cgs-new-xq .cgs-cd-box .new-i {
  padding: 0px 5px;
  line-height: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-style: normal;
  background-color: #d0021b;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}

.cgsq-real {
  text-align: center;
  width: 472px;
  margin: 0 auto;
}

.cgsq-real input {
  width: 420px;
  height: 41px;
  vertical-align: middle;
  outline: none;
  padding-left: 25px;
}

.cgsq-real button {
  width: 52px;
  height: 42px;
  background: url("../img/qiye-button.png") center no-repeat;
  background-color: #d90418;
  border-width: 0px;
  border-radius: 5px;
  outline: none;
}

.cgsq-item {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}

.cgsq-item>.col-md-2 {
  border-right: 1px solid #e5e5e5;
  background-color: #fafafa;
  height: 300px;
  background: url("../img/cgsq-item-left.png") center no-repeat;
}

.cgsq-item-image {
  text-align: center;
  padding-top: 75px;
}

.cgsq-item-image img {
  width: 30%;
}

.cgsq-item-h1 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 900;
  padding-top: 10px;
}

.cgsq-item-h3 {
  text-align: center;
}

.cgsq-item-h3 span {
  font-size: 18px;
  font-weight: 900;
  padding-top: 10px;
  border-bottom: 2px solid #d0021b;
  padding-bottom: 5px;
}

.main-company li {
  padding-top: 30px;
}

.main-company-image {
  width: 60px;
  height: 60px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.main-company-image img {
  max-width: 100%;
}

.main-company-title {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

.cgs-qiye-search {
  position: relative;
}

.cgsq-slider {
  width: 98px;
  background-color: #edeaea;
  border-radius: 5px;
  height: auto;
  position: absolute;
  top: 70px;
  right: 0px;
  transform: translateX(130%);
}

.cgsq-slider.active {
  position: fixed;
  right: 50%;
  margin-right: -584px;
}

.cgsq-slider li {
  height: auto;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
}

.cgsq-slider li.active {
  background-color: #d0021b;
}

.cgsq-slider li.active span {
  color: #fff;
  border-bottom: 1px solid #d0021b;
}

.cgsq-slider li span {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.cgs-lian {
  width: 100%;
  border: 1px solid #edeaea;
  padding: 15px;
  background-color: #faf9f9;
}

.cgs-lian .col-md-4 {
  padding-left: 10%;
  border-right: 1px solid#edeaea;
  background-repeat: no-repeat;
  background-position: 40px center;
}

.cgs-lian .col-md-4:first-child {
  background-image: url("../img/work-time.png");
}

.cgs-lian .col-md-4:nth-child(2) {
  background-image: url("../img/youjian.png");
}

.cgs-lian .col-md-4:last-child {
  border-right-width: 0px;
  background-image: url("../img/caozuo.png");
}

.cgs-lian .col-md-4 h1 {
  font-size: 14px;
  color: #333;
  font-weight: 900;
}

.cgs-lian .col-md-4 p {
  font-size: 14px;
  color: #333;
}

.cgs-lian .col-md-4 h1 span {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.my-tip {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.my-tip h1 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  text-align: center;
}

.zb-list-box {
  padding: 20px 30px;
  border: 1px solid #ededed;
}

.cgs-two-menu {
  width: 100%;
  height: 54px;
  border-radius: 27px;
  background-color: #004097;
}

.cgs-two-nav {
  margin-top: 30px;
  position: relative;
}

.cgs-two-menu {
  position: relative;
  padding: 5px 0px;
}

.cgs-two-menu a {
  display: inline-block;
  width: 163px;
  height: 44px;
  text-align: center;
  padding: 0px 33px;
  word-break: break-all;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 22px;
  position: relative;
}

.cgs-two-menu a>span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cgs-two-menu a.current {
  background-color: #fff;
}

.cgs-two-menu a.current span {
  color: #d0021b;
}

.nav-current {
  width: 163px;
  height: 44px;

  position: absolute;
  top: 5px;
  left: 5px;
}

.cg-table .layui-table-page select {
  height: 26px;
}

.layui-table-page {
  text-align: center;
}

.cg-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #004097;
}

.cg-table .layui-laypage-prev.layui-disabled {
  color: #000 !important;
}

.cg-table .layui-table-cell {
  font-size: 14px !important;
  color: #666e70 !important;
}

.cg-table .layui-laypage a:hover {
  color: #004097;
}

.mylayer-tip {
  font-size: 14px !important;
}

.cg-table .layui-table-page .layui-laypage a,
.cg-table .layui-table-page .layui-laypage span.layui-laypage-curr {
  font-size: 14px;
}

.cgs-swiper-container {
  margin-top: 30px;
}

.swiper-box {
  margin: 20px auto;
  width: 980px;
}

.pic_page {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #ff5909;
  font-weight: bold;
}

/*img {
    display: block;
    width: 100%;
    height: 100%
}*/

.view {
  position: relative;
}

.view .swiper-container {
  width: 100%;
  height: 598px;
}

.view .arrow-left {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -25px;
  width: 21px;
  height: 35px;
  background: url("../img/cgs-swiper/arrow_l.png") no-repeat center;
  background-size: 100%;
  z-index: 10;
}

.view .arrow-right {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -25px;
  width: 21px;
  height: 35px;
  background: url("../img/cgs-swiper/arrow_r.png") no-repeat center;
  z-index: 10;
}

.view .swiper-slide div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preview {
  width: 100%;
  position: relative;
}

.preview .swiper-container {
  /* margin-left: 45px;
    margin-right: 45px */
  box-sizing: border-box;
  padding: 0px 15px;
}

.preview .swiper-slide {
  width: 158px;
  height: 100px;
  cursor: pointer;
  padding-top: 13px;
  overflow: hidden;
}

.preview .swiper-slide img {
  width: 145px;
  height: 86px;
  margin: 0 auto;
  border: 0px solid #edeef5;
}

.preview .arrow-left {
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 90px;
  background: #353535;
  text-align: center;
  z-index: 10;
}

.preview .arrow-left span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../img/cgs-swiper/arrow_l@1x.png") no-repeat center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  margin-top: 34px;
}

.preview .arrow-right {
  position: absolute;
  right: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 90px;
  background: #353535;
  text-align: center;
  z-index: 10;
}

.preview .arrow-right span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../img/cgs-swiper/arrow_r@1x.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 34px;
}

.preview .active-nav {
  position: relative;
}

.preview .active-nav img {
  padding: 0;
  border: 5px solid #da000d;
  opacity: 0.9;
}

.preview .active-nav::before {
  content: "";
  width: 23px;
  height: 13px;
  display: inline-block;
  background: url("../img/cgs-swiper/swiper-nav.png") center no-repeat;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -12px;
}

.cgs-sure.layui-layer {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

/* 2021-5-26---end */
/* title---start */
.alltit-banner .tit {
  text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
  color: #d0021a !important;
  font-size: 43px !important;
  letter-spacing: 6px !important;
  font-family: "Microsoft YaHei" !important;
}

/* title---end */
/* 2021-6-15 ---start */
.cgs-cdb-tit a {
  font-size: 15px;
  color: #333;
  line-height: 40px;
}

/* 2021-6-15 ---end */
/* å»ºå…š100å‘¨å¹´banner----start */
.jd-banner {
  background-color: #fffbe8;
  width: 100%;
  margin-top: 8px;
}

.jd-banner img {
  height: 90px;
}

.jd-banner-en {
  background-color: #fffbe8;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -10px;
}

.jd-banner-en img {
  height: 90px;
}

.jd-banner-men {
  display: none;
}

.jd-banner-m {
  display: none;
}

/*  search-m-----start */
.search-m {
  display: none;
}

/*  search-m-----end */
.u-new-0716 .swiper-container {
  height: auto;
}

.u-new-0716 .hd {
  margin-top: 18px;
  padding: 20px 25px;
  background-color: #f8f8f8;
}

.u-new-0716 .hd .u-tt {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

.u-new-0716 .hd .p1 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

.u-new-0716 .bd {
  margin-top: 20px;
}

.u-new-0716 .bd li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 48px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-new-0716 .bd li::before {
  position: absolute;
  top: 50%;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.u-new-0716 .bd li>a {
  color: #333;
}

.u-new-0716 .bd li>a:hover {
  color: #d0021b;
}

@media screen and (max-width: 769px) {
  .jd-banner {
    display: none;
  }

  .jd-banner-en {
    display: none;
  }

  /*  search-m-----start---ä»¥ä¸‹éƒ¨åˆ†ä»£ç æœ‰ä¿®æ”¹åŽ»æŽ‰padding-top */
  .jd-banner-m {
    display: block;
    margin-bottom: 5px;
  }

  .jd-banner-men {
    display: block;
    margin-bottom: -20px;
  }

  /*  search-m-----start */
  /*.mainNAV0314 {
    margin-top: 46px;
  }*/

  .search-m-2021 {
    display: block;
    background-color: #f8f8f8;
    height: 65px;
    padding: 0px 7.5%;
    padding-top: 10px;
    margin-top:46px;
  }

  .search-m-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .smb-box {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom: 0%;
    left: 0px;
    padding: 5px 5%;
    transform: translateY(100%);
    z-index: 9999;
  }

  .smb-box-tit {
    font-size: 16px;
  }

  .smb-left {
    width: 12%;
    padding-top: 7px;
    padding-right: 1%;
  }

  .smb-left img {
    width: 100%;
    height: auto;
  }

  .smb-center {
    width: 88%;
    padding-top: 6px;
    position: relative;
  }

  .smb-center input {
    height: 32px;
    width: 80%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    border-width: 0px;
    float: left;
  }

  .smb-center .search-btnm {
    float: left;
    line-height: 32px;
    height: 32px;
    width: 20%;
    text-align: center;
    padding: 0px 2%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #ffcc00, #ff9d2d);
  }

  .smb-box-hot a {
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
    background-color: #fff7f7;
    color: #d30519;
    font-size: 14px;
    border-radius: 15px;
    margin-top: 5px;
  }

  .smb-box-an a {
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
  }

  /*  search-m-----end */
  .review-box {
    margin-left: 0;
    margin-right: 0;
  }
}

/* å»ºå…š100å‘¨å¹´banner----end */
/* 2021å¹´7æœˆ20æ—¥-----start */
.dh-tit-0720 {
  display: inline-block;
  width: 184px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 65px;
  font-size: 22px;
  color: #bb580f;
  line-height: 60px;
  background: url("../img/0720/duihuan.png") center no-repeat;
  background-size: 100%;
}

.dh-tit-0720.u-zcrt-bg1 {
  margin-right: 10px;
  background-image: url(../img/0720/rule_01.png);
}

.jp-tit-i-0720 {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
  background: url("../img/0720/jifen.png") center no-repeat;
}

.jf-tit-btn-0720 {
  margin-right: 15px;
}

.my-jf-tit-0720 {
  display: inline-block;
  font-size: 18px;
  color: #205093;
  line-height: 40px;
  padding-left: 5px;
}

.my-real-tit-0720 {
  display: inline-block;
  font-size: 20px;
  color: #ff0000;
  line-height: 40px;
  text-decoration: underline;
  padding-left: 5px;
}

.qian-day-0720 {
  line-height: 40px;
  font-size: 18px;
  color: #205093;
  /* padding-top: 10px; */
}

.day-alredy-0720 {
  font-size: 32px;
  font-style: normal;
}

.day-alredy-red-0720 {
  font-size: 30px;
  font-style: normal;
  color: #ff0000;
}

.qian-day {
  padding: 40px 0px;
}

.qd-list li {
  float: left;
  width: 14.28%;
  position: relative;
  min-height: 130px;
}

.qd-list li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("../img/0720/date-tri.png") center no-repeat;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -4px;
}

.qd-list li:last-child::after {
  display: none;
}

.qd-list li .qd-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 11.52px 0.48px rgba(58, 65, 71, 0.18);
  margin: 0 auto;
}

.qdb-p {
  font-size: 18px;
  color: #205093;
  line-height: 30px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 5px;
}

.qdb-box {
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url("../img/0720/dai-i.png") center no-repeat;
  color: #c66b0b;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
}

.qd-list li.active .qd-box {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #205093;
  box-shadow: 0px 3px 11.52px 0.48px rgba(58, 65, 71, 0.18);
  margin: 0 auto;
}

.qd-list li.active .qd-box::before {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 30px;
  height: 29px;
  content: "";
  background-image: url(../img/0720/qiandao_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

li.active .qdb-p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 5px;
}

li.active .qdb-box {
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url("../img/0720/qian-i.png") center no-repeat;
}

.qd-list li .qd-box .qian-day1 {
  margin-top: 22px;
  font-size: 20px;
  line-height: 36px;
  color: rgb(170, 185, 207);
  text-align: center;
}

.qd-list li.active .qd-box .qian-day1 {
  color: #205093;
}

.rw-box-tit-0720 {
  font-size: 38px;
  color: #205093;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.rw-box-con .jie-box li {
  height: 80px;
  width: 100%;
  background: url("../img/0720/js-bg.png") left center no-repeat;
  background-color: #eef4fb;
  border-radius: 40px;
  box-sizing: border-box;
  padding-left: 90px;
  position: relative;
}

.rw-box-con .jie-box li i {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/0720/jie-i.png") center no-repeat;
  background-color: #205093;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}

.rw-box-con .jie-box li:nth-child(2) i {
  background-image: url("../img/0720/jie-i2.png");
}

.rw-box-con .jie-box li:nth-child(3) i {
  background-image: url("../img/0720/jie-i3.png");
}

.rw-box-con .jie-box li p {
  font-size: 20px;
  color: #205093;
  line-height: 80px;
}

.rw-box-con .jie-box li p .jf-tit {
  font-size: 14px;
  color: #2b2524;
  line-height: 80px;
  font-style: normal;
  margin-left: 25px;
}

.rw-box-con .jie-box li p .jf-bi {
  display: inline-block;
  width: 49px;
  height: 50px;
  background: url("../img/0720/gold_01.png") center no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  text-align: center;
  line-height: 48px;
  color: #c66b0b;
  font-size: 16px;
  font-style: normal;
}

.rw-box-con .jie-box li p.p1 {
  line-height: 30px;
}

.rw-box-con .jie-box li p.p1 em {
  margin: 0 4px;
  color: #ff0000;
  font-style: normal;
}

.jie-box-btn {
  position: absolute;
  width: 150px;
  right: 0px;
  height: 80px;
  top: 0px;
  box-sizing: border-box;
  padding-right: 30px;
}

.jie-box-btn span {
  position: static;
}

.rw-box-con .jie-box li .jie-box-btn .jbb-p {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.jie-box-btn .jbb-p b {
  color: #ff0000;
}

.rw-box-con ul.jie-box li span {
  top: 38px;
}

.rw-box-con ul.jie-box li span.z-one {
  top: 25px;
}

.guangc-box-0720 {
  width: 1100px;
  margin: 0 auto;
  padding-top: 0px;
  margin-top: 0px;
}

.guangc-box-0720 ul li {
  width: 19.2%;
  margin-right: 1%;
  float: left;
}

.guangc-box-0720 ul li img {
  height: 118px;
}

.guangc-box-0720 .rwbc-title {
  padding-bottom: 20px;
}

.guangc-box-0720 ul li:last-child {
  margin-right: 0px;
}

.rw-box-con .jie-box li i.jk-country {
  background-image: url("../img/0720/location-i.png");
}

.rw-box-con .jie-box li i.yq-country {
  background-image: url("../img/0720/yq-i.png");
}

.rw-box-con ul.jie-box li span.yi-a {
  font-size: 14px;
  color: #2b2524;
  margin-right: 160px;
  background: none;
  top: 0px;
  line-height: 80px;
}

.rw-box-con ul.jie-box li span.yi-a b {
  color: #ff1600;
}

.share-web {
  width: 468px;
  height: 666px;
  background: url("../img/0720/tan-bg.png") center no-repeat;
  box-shadow: none;
}

.share-tit {
  width: 268px;
  margin: 0 auto;
  padding-top: 220px;
}

.share-tit p {
  text-align: left;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}

.share-img {
  width: 268px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.share-img img {
  width: 215px;
  height: 215px;
}

/* 2021å¹´7æœˆ20æ—¥-----end */
/* 2021å¹´7æœˆ23æ—¥-----start */
.per-c-main {
  margin-bottom: -50px;
}

.per-c-main .p-c-container .title {
  height: 78px;
  overflow: hidden;
}

.per-c-main .p-c-container .m-user-wrap .u-share {}

.per-c-main .p-c-container .m-user-wrap .u-share img {
  display: inline-block;
}

.per-c-main .p-c-container .m-user-wrap .u-share img:first-child {
  width: 31px;
  height: 27px;
}

.per-c-main .p-c-container .m-user-wrap .u-share img:last-child {
  width: 4px;
  height: 8px;
}

.jf-tip {
  text-align: center;
  padding-bottom: 20px;
}

.jf-tip span {
  padding-left: 25px;
  background: url("../img/jf-tip.png") left center no-repeat;
  color: #db1111;
  font-size: 16px;
}

.per-c-main .p-c-container .m-share-wrap .share-item .u-btn {
  background-color: rgba(219, 17, 17, 0.8);
}

.red {
  color: #db1111;
}

.per-c-main .p-c-container .m-share-wrap .share-item .u-btn.list-gery {
  background-color: rgba(159, 159, 159, 0.8);
}

.per-c-main .p-c-container .m-share-wrap .share-item .u-btn.list-blue {
  background-color: rgba(10, 87, 195, 0.8);
}

.jfly-shade .layui-layer-title {
  text-align: center;
  font-size: 22px;
  color: #21242b;
  padding: 0px 80px 0px 80px;
}

.sh-address {
  box-sizing: border-box;
  padding: 20px 65px 0px;
}

.sh-address .layui-form-item .layui-form-label {
  padding: 6px 0px;
  font-size: 15px;
  color: #333333;
}

.btn-item {
  text-align: center;
  padding-top: 20px;
}

.sh-address .login-btn {
  height: 34px;
  border-radius: 3px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  padding: 0px 20px;
  border-width: 0px;
  background-color: #da534f;
}

.sh-address .error {
  color: #da534f;
}

.jf-detail-first {
  padding-top: 30px;
}

.jf-detail-first .col-md-3 img {
  width: 100%;
  height: auto;
}

.jf-detail-first .jfd-h1 {
  font-size: 28px;
  line-height: 1.2;
  color: #333333;
}

.jf-detail-first .jfd-p {
  font-size: 14px;
  color: #db1111;
  line-height: 24px;
  padding: 10px 0px;
}

.jfd-bi {
  padding-left: 32px;
  background: url("../img/jf-bi.png") left center no-repeat;
  color: #333333;
  font-size: 14px;
}

.jfd-bi span {
  font-size: 28px;
  color: #db1111;
}

.jfd-dh {
  font-size: 14px;
  padding: 15px 0px;
  color: #333333;
}

.jfd-dh span {
  color: #db1111;
}

.jfd-btn {
  padding-bottom: 15px;
}

.jfd-btn button {
  height: 50px;
  width: 300px;
  background-color: #db1111;
  border-width: 0px;
  border-radius: 8px;
  font-size: 20px;
  color: #ffffff;
}

.jfd-ph {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}

.jf-detail-second {
  width: 790px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 0;
  line-height: 0;
}

.jf-detail-second img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .jf-detail-second {
    width: 100%;
  }

  .jf-detail-first .jfd-h1 {
    padding-top: 10px;
  }
}

/* 2021å¹´7æœˆ23æ—¥-----end */

/**********å›½å®¶å±•é¦–é¡µå·¦å³å’Œåº•éƒ¨å¹¿å‘Šæ©±çª—***********/
.u-fly-member-box .u-fly-member-l,
.u-fly-member-box .u-fly-member-r {
  position: fixed;
  top: 350px;
  z-index: 60;
}

.u-fly-member-box .u-fly-member-l {
  left: 40px;
}

.u-fly-member-box .u-fly-member-r {
  right: 40px;
}

.u-fly-member-box .u-fly-member-b {
  position: fixed;
  width: 100%;
  height: 130px;
  bottom: 0;
  background-color: #fdfdfd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px 5px rgba(65, 65, 65, 0.1);
  z-index: 61;
}

.u-fly-member-box .u-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-size: 20px;
  color: #686868;
  transform: rotate(45deg);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.u-fly-member-box img {
  width: 130px;
  height: auto;
}

.u-fly-member-box .u-fly-member-b img {
  width: 410px;
}

/* 2021å¹´7æœˆ29æ—¥-----start */
.m-integral-draw {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  text-align: center;
}

.m-integral-draw img {
  width: 100%;
  display: inline-block;
}

.m-integral-draw .integral-draw-con .u-close {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}

.m-integral-draw .integral-draw-con .u-close img {
  width: 28px;
}

.m-integral-draw .integral-draw-con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 997px;
  height: 816px;
  margin: -415px auto 0 auto;
  background: url("../img/cj-0729.png") center no-repeat;
}

.m-integral-draw .integral-draw-con .cj-body {
  width: 815px;
  height: 515px;
  position: absolute;
  left: 50%;
  top: 180px;
  transform: translateX(-50%);
}

.m-integral-draw .integral-draw-con .cj-foot {
  width: 815px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 695px;
  transform: translateX(-50%);
}

.cj-foot .cj-num {
  font-size: 14px;
  color: #bf2828;
  position: absolute;
  top: 24px;
  left: 88px;
}

.cj-foot .cj-num-tip {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 235px;
}

.cj-foot .cj-jp {
  font-size: 14px;
  color: #bf2828;
  position: absolute;
  top: 24px;
  left: 615px;
}

#lottery {
  width: 815px;
  height: 510px;
  margin: 0px auto;
}

#lottery table {
  width: 815px;
}

#lottery table tr {
  margin-bottom: 10px;
  display: block;
}

#lottery table td {
  position: relative;
  width: 258px;
  height: 146px;
  text-align: center;
  color: #333;
  border-radius: 16px;
  background-color: #f1e3da;
  margin-right: 15px;
  display: inline-block;
}

#lottery table td:nth-child(3n) {
  margin-right: 0px;
}

#lottery table td .real-jp img {
  display: block;
  width: auto;
  height: 86px;
  margin: 0 auto;
}

#lottery table td .real-jp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-bottom: 40px;
  text-align: center;
  padding-top: 20px;
}

#lottery table td .real-jp p {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-size: 16px;
  color: #735357;
  line-break: 30px;
}

#lottery table td span {
  width: 258px;
  height: 146px;
  display: block;
  text-decoration: none;
  background: url("../img/cj-start-0729.png") no-repeat center;
  cursor: pointer;
  border-radius: 16px;
}

#lottery table td span:hover {
  background: url("../img/cj-start-0729.png") no-repeat center;
}

#lottery table td.active .mask {
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(-90deg,
      rgb(255, 221, 128) 0%,
      rgb(251, 226, 178) 100%);
  background-image: -webkit-linear-gradient(-90deg,
      rgb(255, 221, 128) 0%,
      rgb(251, 226, 178) 100%);
  background-image: -ms-linear-gradient(-90deg,
      rgb(255, 221, 128) 0%,
      rgb(251, 226, 178) 100%);
  display: none;
  border-radius: 16px;
}

.jf-cj-body {
  width: 582px;
  height: 607px;
  background: url("/resource/static/zbh/default/assets-2019/img/liji-0729.png") center no-repeat;
  position: relative;
}

.my-liji-bg.layui-layer {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.my-liji-bg.layui-layer .layui-layer-setwin .layui-layer-close2 {
  display: none;
}

.jcb-img {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 70px;
  text-align: center;
  padding-top: 30px;
}

.jcb-img img {
  height: 150px;
  width: auto;
}

.jcb-p {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 310px;
  font-size: 18px;
  color: #5c5f64;
  text-align: center;
}

.jcb-btn {
  width: 220px;
  height: 50px;
  position: absolute;
  top: 500px;
  left: 180px;
  cursor: pointer;
  color: #5c5f64;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

.jcb-status {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 420px;
  left: 0px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
}

/* 2021å¹´7æœˆ29æ—¥-----end */
/* 2021å¹´7æœˆ30æ—¥-----start */
.enter-online {
  position: relative;
}

.enter-online a {
  position: absolute;
  display: inline-block;
  width: 140px;
  height: 44px;
  right: 52px;
  top: 21px;
}

.gj-sign .sign {
  background: url(../img/0816/location.png) no-repeat;
}

/* 2021å¹´7æœˆ30æ—¥-----end */
/* 2021å¹´8æœˆ4æ—¥-----start */

.guest-0804 .panelGuests-bg-theme {
  background: none;
}

.guest-0804 .Guests-bg-theme-bottom {
  width: 100%;
}

.guest-0804 .Guests-bg-theme-bottom ul li {
  height: 135px;
}

.guest-0804 .Guests-bg-theme-bottom ul.picTextList li a p.title {
  margin-top: 20px;
  margin-bottom: 5px;
}

.guest-0804 .Economic-Forum-5 ul.picTextList li a p.date {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  color: #b1b1b1;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}

.guest-0804 .Guests-bg-theme-bottom ul li a:hover p.date {
  color: #666;
}

.guest-0804 .Economic-Forum-5 ul.picTextList li a p.title {
  font-size: 14px;
  color: #074496;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.luntan-0804 ul.picTextList li a img {
  padding-left: 0px;
}

.guest-0804 .layui-layer-tips i.layui-layer-TipsL,
.guest-0804 .layui-layer-tips i.layui-layer-TipsR {
  border-width: 0px !important;
}

.guest-0804 .layui-layer-tips {
  box-shadow: 0px 0px 15px 0px rgba(79, 116, 147, 0.3);
  background-color: #fff !important;
}

.guest-0804 .layui-layer-tips .layui-layer-content {
  background-color: #fff !important;
  padding: 25px !important;
  position: relative;
  width: 310px !important;
  box-sizing: border-box;
  border-radius: 8px;
}

.guest-detail {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.gd-i {
  width: 11px;
  height: 16px;
  display: inline-block;
  background: url("../img/0804/guest-arrow.png") center no-repeat;
  left: -11px;
  position: absolute;
  top: 35px;
}

@media (max-width: 767px) {
  .guest-0804 .Economic-Forum-5 ul.picTextList li a p.date {
    -webkit-line-clamp: inherit;
  }

  .guest-0804 .Guests-bg-theme-bottom ul li {
    margin: 20px 0;
    height: auto;
  }

  .guest-0804 .Economic-Forum-5 ul.picTextList li a p.title {
    white-space: initial;
    margin-top: 15px;
  }

  .guest-0804 .panelGuests-bg-theme {
    margin: 0px !important;
    margin-bottom: 35px !important;
  }
}

.u-login-wrap20211015 {
  display: none;
}

/* 2021å¹´8æœˆ4æ—¥-----end */
/*  2021å¹´8æœˆ9æ—¥-----start*/
@media (max-width: 767px) {
  .alltit-banner .tit {
    font-size: 20px !important;
    top: 55px !important;
    font-weight: 700;
  }

  .hq-login-tit img {
    width: 100% !important;
    height: auto;
  }

  .hq-login-con {
    width: 95%;
  }

  /*****å›½å®¶å±• h5 ç™»å½•******/
  .u-login-wrap20211015 {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #215188;
    height: 42px;
    font-size: 16px;
  }

  .u-login-wrap20211015.z-crt {
    padding: 0 15px;
    justify-content: space-between;
    background-color: #F6F6F6;
    border-top: 1px solid #E3EEF3;
  }

  .u-login-wrap20211015 a {
    color: #fff;
    text-decoration: none;
  }

  .u-login-wrap20211015 .u-nickname {
    padding-left: 36px;
    height: 27px;
    background: url(/resource/static/zbh/default/assets-2019/img/0816/avator-index.png) 0 center no-repeat;
    background-size: 27px 27px;
    font-size: 14px;
    color: #88929E;
    line-height: 27px;
  }

  .u-login-wrap20211015 .u-logout-txt {
    color: #215188;
  }

  #mobile-navigation {
    display: none;
  }
}

/* 2021å¹´8æœˆ9æ—¥-----end */
/* 2021å¹´8æœˆ10æ—¥-----start */
.wechat-app {
  display: inline-block;
  width: 29px;
  height: 28px;
  background: url("/resource/static/zbh/default/assets-2019/img/WeChat-app.png") center no-repeat;
  margin-bottom: -5px;
}

/* 2021å¹´8æœˆ10æ—¥-----end */
/* 2021å¹´8æœˆ11æ—¥-----start */
.my-share-zuji0811 {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.my-share-zuji0811 .close-shade {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/close-btn.png") center no-repeat;
  position: absolute;
  top: 0px;
  right: 110px;
  cursor: pointer;
}

.yin-back {
  width: 655px;
  height: 506px;
}

.change-coun {
  position: absolute;
  width: 655px;
  height: 516px;
  top: 62px;
}

.change-coun .layui-carousel {
  width: 655px;
  height: 426px !important;
  background-color: rgba(0, 0, 0, 0);
}

.change-coun .layui-carousel>[carousel-item]>* {
  background-color: rgba(0, 0, 0, 0);
}

.ggc-title {
  text-align: center;
  font-size: 16px;
  color: #613406;
  padding-top: 50px;
}

.ggct-num {
  font-size: 30px;
}

.change-coun .layui-carousel>[carousel-item]:before {
  display: none;
}

.ggc-detail {
  height: 300px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0px 30px;
  overflow: hidden;
}

.ggc-detail a {
  display: inline-block;
  width: 177px;
  height: 47px;
  background: url("../img/0804/ggc-country-no.png") center no-repeat;
  margin-right: 30px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #eca08d;
  overflow: hidden;
  padding: 0px 4%;
}

.ggc-detail a:hover,
.ggc-detail a.active {
  background: url("../img/0804/ggc-country.png") center no-repeat;
  color: #fff;
}

.ggc-detail a:nth-child(3n) {
  margin-right: 0px;
}

.change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
  top: 100%;
  transform: translateY(-100%);
  left: 180px;
  background-color: #f5f1d5;
  min-width: 95px;
  height: 34px;
  border-radius: 17px;
  border: 3px solid #613406;
  line-height: 30px;
  color: #613406;
  font-size: 16px;
}

.change-coun .layui-carousel:hover .layui-carousel-arrow[lay-type="add"],
.change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
  right: 180px;
}

#shareCode0811 {
  position: relative;
}

.er-code {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50px;
  right: 0px;
}

.er-code img {
  display: block;
  width: 100%;
}

.erw-title {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

/* 2021å¹´8æœˆ11æ—¥-----end */
/* 2021å¹´8æœˆ12æ—¥-----start  */
.m-jp-banner {
  display: none;
}

.m-draw-banner {
  display: none;
}

.share-web-pc {
  width: 468px;
  height: 666px;
  background: url("../img/0804/share-img.png") center no-repeat;
  box-shadow: none;
}

.share-web-pc .layui-layer-setwin .layui-layer-close2 {
  top: 53px;
  width: 36px;
  height: 36px;
  background: url("../img/0804/share-img-close.png") center no-repeat;
}

.share-web-pc .layui-layer-setwin .layui-layer-close2:hover {
  background: url("../img/0804/share-img-close.png") center no-repeat;
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .m-jp-banner {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 50px;
  }

  .m-draw-banner {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 50px;
  }

  .jp-top-banner {
    display: none;
  }

  .draw-banner {
    display: none;
  }

  .u-state-list li .u-state-img {
    float: none;
    margin: 15px 0;
    width: 48%;
    height: auto;
  }

  .u-state-list li .u-img {
    height: 93px;
  }

  .u-state-list li .u-state-img .u-txt {
    margin-top: 6px;
  }

  .u-state-list li .u-state-img:nth-child(2n-1) {
    /*margin-right: 2%;*/
  }

  .p-c-container .m-more-activity .activity-item {
    width: 100%;
    padding: 0px 10px;
  }

  .jf-tip {
    padding: 0px 20px 30px;
  }

  .p-c-container .m-more-activity .activity-con {
    padding: 0px 0px;
  }

  .p-c-container .m-share-wrap .share-con {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-user-wrap table td {
    display: block !important;
    width: 100%;
    margin-bottom: 10px;
  }

  .m-user-wrap table tr td:nth-child(3) {
    display: none !important;
  }

  .p-c-container .m-user-wrap .u-share {
    margin: 0 auto;
  }

  .huodong-box {
    width: 100%;
    padding: 0px 10px;
  }

  .huodong-list li {
    padding: 0px 10px;
    text-align: center;
  }

  .huodong-list li p {
    font-size: 16px;
    width: 70%;
  }

  .huodong-list li a {
    width: 30%;
  }

  .guojia-box {
    width: 100%;
    height: auto;
    background: none;
  }

  .gj-sign {
    display: none;
  }

  .gj-list {
    position: static;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .gj-list ul {
    padding-left: 0px;
    width: 100vw;
    padding: 50px 5vw;
  }

  .gj-list ul>li {
    width: 49%;
    margin: 0px !important;
    margin-right: 0% !important;
  }

  .gj-list ul>li:nth-child(2n-1) {
    margin-right: 2% !important;
  }

  .share-zuji {
    top: -20px;
    left: 40px;
  }

  .gj-list li a.gjImg img {
    width: 100%;
  }

  .gj-list li a.gjImg::before,
  .gj-list li a.gjImg::after {
    width: 100%;
  }

  .dh-tit-0720 {
    display: block;
  }

  .jf-tit-btn-0720 {
    display: block;
    margin-right: 0px;
  }

  .qian-day-0720 {
    display: block;
    float: none !important;
  }

  .jf-title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .qd-list {
    padding: 0px 3vw;
  }

  .qd-list li {
    width: 28vw;
    margin-right: 5vw;
    margin-bottom: 50px;
  }

  .qd-list li:nth-child(3n) {
    margin-right: 0px;
  }

  .qd-list li.active .qd-box {
    width: 100%;
    height: 28vw;
  }

  .qd-list li .qd-box {
    width: 100%;
    height: 28vw;
  }

  .qd-list li::after {
    display: none;
  }

  .renwu-box {
    width: 100%;
    margin-top: 0px !important;
    padding: 0px 3%;
  }

  .rw-box-con .jie-box li {
    padding-left: 5px;
    padding-right: 150px;
  }

  .rw-box-con .jie-box li i {
    display: none;
  }

  .rw-box-con .jie-box li>p {
    position: relative;
    height: 80px;
    padding-right: 70px;
    padding-top: 30px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
  }

  .rw-box-con .jie-box li p .jf-tit {
    margin-left: 0px;
    position: absolute;
    top: 0px;
    right: 37px;
  }

  .rw-box-con .jie-box li p .jf-bi {
    position: absolute;
    top: 23px;
    right: 0px;
  }

  .jie-box-btn {
    right: 10px;
    padding-right: 0px;
  }

  .rw-box-con {
    width: 100%;
    padding: 0px 3% 20px;
  }

  .guang-box {
    width: 100%;
    padding: 0px 3%;
  }

  .guangc-box-0720 {
    width: 100%;
  }

  .guangc-box-0720 ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  .rw-box-tit-0720 {
    font-size: 30px;
  }

  .yao-box {
    width: 100%;
  }

  .rw-box-con ul.jie-box li span.yi-a {
    top: -25px;
    left: 20px;
  }

  .ggc-detail a:hover,
  .ggc-detail a.active {
    background-size: 100% 100%;
  }

  .share-web-pc {
    background-size: 100% 100%;
  }

  .share-img img {
    width: 145px;
    height: 145px;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .qd-list li .qd-box .qian-day1 {
    margin-top: 20px;
  }

  li.active .qdb-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 50px;
  }

  .qdb-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 50px;
  }

  li.active .qdb-p {
    padding-top: 5px;
  }

  .qdb-p {
    padding-top: 5px;
  }

  .qd-list li {
    margin-bottom: 30px;
  }

  .rw-box-con .jie-box li>p {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
  }

  .ggc-title {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .rw-box-con .jie-box li>p {
    padding-top: 30px;
  }
}

/* 2021å¹´8æœˆ12æ—¥-----end  */
/*  2021å¹´8æœˆ13æ—¥-----start */
.yz-box {
  padding-top: 95px;
  min-height: 857px;
  background: url("../img/0804/share-yinzhang.png") center no-repeat;
}

.new-yzbox {
  width: 655px;
  margin: 0 auto;
}

.er-code {
  width: 125px;
  height: 145px;
  right: -150px;
  border-radius: 8px;
  background-color: #fff;
  padding: 25px;
}

.erw-title {
  color: #4e4e4e;
}

.yin-back-m {
  display: none;
}

@media screen and (max-width: 750px) {
  .yin-back {
    display: none;
  }

  .yin-back-m {
    display: block;
    width: 100vw;
    height: 133.1vw;
  }

  .yz-box {
    min-height: 100vh;
    padding-top: 50px;
  }

  .er-code {
    display: none;
  }

  .new-yzbox {
    width: 100%;
  }

  .change-coun {
    width: 100vw;
  }

  .change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    left: 5%;
    top: 110%;
  }

  .change-coun .layui-carousel:hover .layui-carousel-arrow[lay-type="add"],
  .change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
    right: 5%;
  }

  .ggc-title {
    padding-top: 30px;
    font-size: 20px;
  }

  .ggct-num {
    font-size: 48px;
  }

  .ggc-detail {
    height: 290px;
    margin-top: 40px;
  }

  .ggc-detail a {
    width: 48%;
    background-size: 100%;
    margin-right: 2%;
    overflow: hidden;
  }

  .ggc-detail a:nth-child(3n) {
    margin-right: 2%;
  }

  .ggc-detail a:nth-child(2n) {
    margin-right: 0%;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .ggc-detail {
    margin-top: 20px;
  }

  .change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    top: 100%;
  }
}

@media screen and (max-width: 321px) {
  .yz-box {
    padding-top: 20px;
  }

  .ggc-detail {
    margin-top: 20px;
    height: 250px;
  }

  .ggc-title {
    padding-top: 10px;
  }

  .ggc-detail a {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .change-coun .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    top: 90%;
  }
}

/*  2021å¹´8æœˆ13æ—¥-----end */
/*  2021å¹´8æœˆ13æ—¥index-----start */
.signicon-ul li:nth-of-type(3) a {
  padding-bottom: 20px;
  background-image: url("../img/index-signul2.png");
}

.signicon-ul li:nth-of-type(1) a {
  background-image: url("../img/index-signul1.png");
}

.signicon-ul li:nth-of-type(4) a {
  background-image: url("../img/index-signul3.png");
}

.sign-border::after {
  content: "";
  display: block;
  width: 1px;
  height: 40%;
  position: absolute;
  right: 0px;
  top: 30%;
  background-color: #f0403c;
  box-shadow: none;
}

.hongqiao-index {
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  .signicon-ul>li.col-sm-3 a {
    padding-top: 30px;
  }

  .signicon-ul>li.col-sm-3:nth-of-type(3) a {
    padding-bottom: 50px;
  }
}

/*  2021å¹´8æœˆ13æ—¥index-----end */
/* 2021å¹´8æœˆ16æ—¥-----start */
.gj-list li a.gjImg img {
  width: 211px;
  height: 119px;
}

.guojia-box {
  height: 1150px;
}

.gj-list {
  height: 500px;
}

.gj-list li a.gjImg::before,
.gj-list li a.gjImg::after {
  height: 119px;
}

.gj-list li a.gjImg::after {
  background-size: 90px;
}

.czt-detail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.czt-detail.active {
  height: auto;
}

.czt-detail p {
  margin-bottom: 0px;
}

.more-text {
  font-size: 14px;
  color: #06449a;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .gj-list li a.gjImg img {
    width: 100%;
    height: 25.3vw;
  }

  .gj-list li em {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .gj-list li a.gjImg::before,
  .gj-list li a.gjImg::after {
    height: 25.3vw;
    background-size: 20vw;
  }

  .guojia-box {
    height: 830px;
  }

  .gj-list ul>li {
    margin-bottom: 20px;
  }

  .cztt-enter {
    display: inline-block;
    margin-top: 10px;
  }
}

.m-luck {
  padding-top: 50px;
}

.ml-banner {
  width: 100vw;
  height: 51.9vw;
  background: url("../img/0816/m-luck-topbanner.png") center no-repeat;
  background-size: 100vw 51.9vw;
  padding-top: 10px;
}

.active-rule {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  padding-right: 20px;
  line-height: 30px;
}

.ml-jifen {
  height: 30px;
  background-color: rgba(55, 141, 255, 0.6);
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding-right: 20px;
  margin-left: 20px;
}

.mlj-bi {
  display: inline-block;
  width: 36px;
  height: 33px;
  background: url("../img/0816/m-luck-topbanner-bi.png") center no-repeat;
  background-size: 36px 33px;
  position: absolute;
  left: -18px;
  top: -2px;
}

.mlj-arrow {
  display: inline-block;
  width: 20px;
  height: 33px;
  background: url("../img/0816/m-luck-topbanner-arrow.png") center no-repeat;
  background-size: 6px 11px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ml-detail {
  width: 100vw;
  padding: 0px 3vw;

}

.ml-detail-first {
  height: 114px;
  background-image: linear-gradient(to bottom, #fff, #cee8ff);
  border-radius: 10px;
}

.mld-title {
  height: 47px;
  width: 100%;
  background: url("../img/0816/ml-detail-title.png") center no-repeat;
  background-size: 86.9vw 47px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px;

}

.mld-title span {
  font-size: 20px;
  color: #ffe931;
}

.mld-con {
  height: 65px;
  width: 85.3vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mld-con::before {
  content: "";
  display: inline-block;
  width: 84.3vw;
  height: 2px;
  background-color: #dacba7;
  position: absolute;
  top: 25px;
  left: 0.5vw;
  z-index: 1;
}

.mld-con li {
  width: 8.53vw;
  z-index: 2;
}

.mldc-bi {
  width: 8.53vw;
  height: 8.8vw;
  display: inline-block;
  background: url("../img/0816/mldc-bi.png") center no-repeat;
  background-size: 8.53vw 8.8vw;
  text-align: center;
  color: #c66b0b;
  line-height: 8.8vw;
  text-align: center;
  font-size: 12px;
}

.mldc-js {
  display: inline-block;
  width: 8.53vw;
  color: #55617f;
  font-size: 12px;
  text-align: center;
}

.mld-con li.active .mldc-bi {
  background: url("../img/0816/mldc-bi-active.png") center no-repeat;
  background-size: 8.53vw 8.8vw;
  color: rgba(0, 0, 0, 0);
}

.mld-con li.active .mldc-js {
  color: #a7afc3
}

.ml-detail-second {
  padding: 10px 0px;
}

.ml-detail-second img {
  width: 100%;
  height: auto;
}

.ml-detail-third {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #8c9fd7;
  padding: 0px 4vw;
  margin-bottom: 30px;
  padding-bottom: 20px
}

.mldt-title {
  height: 40px;
  width: 47.2vw;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  background: url("../img/0816/third-title.png") center no-repeat;
  background-size: 47.2vw 40px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.mldt-tip {
  width: 100%;
  padding: 5px 0px;
  line-height: 14px;
  color: #233e80;
  text-align: center;
  font-size: 14px;
  background-color: #e6f4fb;
}

.mldt-tip span {
  color: #f45336;
  display: inline-block;
}

.mldt-tip.text-left {
  text-align: left;
  padding: 10px 10px
}

.mldt-list li {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  padding-right: 31vw;
}

.mldt-list li button {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 24vw;
  height: 30px;
  transform: translateY(-50%);
  background-image: -moz-linear-gradient(0deg, rgb(22, 124, 254) 0%, rgb(107, 182, 252) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(22, 124, 254) 0%, rgb(107, 182, 252) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(22, 124, 254) 0%, rgb(107, 182, 252) 100%);
  box-shadow: 0px 9px 8.28px 0.72px rgba(45, 94, 214, 0.18);
  border-width: 0px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.mldt-list li button.use-disable {
  background-image: none;
  background-color: #c3d0e3;
  color: #fff;
}

.mldt-list li h1 {
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  color: #205093;
}

.mldt-jf-bi {
  display: inline-block;
  width: 7.7vw;
  height: 7.7vw;
  background: url("../img/0816/mldc-bi.png") center no-repeat;
  background-size: 7.7vw;
  text-align: center;
  font-size: 12px;
  color: #c66b0b;
  font-style: normal;
  line-height: 7.7vw;
  margin: 0px 10px
}

.mldt-jf {
  padding-top: 7px;
  line-height: 7.7vw;
  font-size: 14px;
  color: #6881a5;

}

.mldt-jf span {
  color: #f45336;
}

.mldfd-list li {
  height: 40px;
  border-radius: 10px;
  border: 1px dashed #4175f8;
  background-color: #dbf0fc;
  padding-left: 18.6vw;
  background-image: url("../img/0816/mldf-d-bg.png");
  background-position: 2vw center;
  background-repeat: no-repeat;
  background-size: 9.2vw 10vw;
  color: #205093;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 16px;

}

.mldfd-list li span {
  color: #f45336;
}

.mldfd-list li.no-use {
  background-image: none;
  background-color: #f6fcff;
  border: 1px dashed #bbcee8;
  color: #99b5dd;
  padding-left: 0px;
  text-align: center;
  padding-right: 16.7vw;
  position: relative;
}

.mldfd-list li.no-use .wc-icon {
  width: 16.7vw;
  text-align: left;
  position: absolute;
  line-height: 40px;
  color: #99b5dd;
  font-style: normal;
  right: 0px;
  top: 0px
}

.go-into {
  text-align: center;
}

.go-into a {
  display: inline-block;
  width: 25vw;
  height: 10vw;
  background: url("../img/0816/button-bg.png") center no-repeat;
  background-size: 25vw 10vw;
  text-align: center;
  line-height: 9vw;
  font-size: 14px;
  color: #bb580f;
}

.mldff-list li {
  height: 40px;
  border-radius: 10px;
  border: 1px dashed #4175f8;
  background-color: #dbf0fc;
  padding-left: 18.6vw;
  background-image: url("../img/0816/mldf-d-bg1.png");
  background-position: 2vw center;
  background-repeat: no-repeat;
  background-size: 9.2vw 10vw;
  color: #205093;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 16px;

}

.mldff-list li span {
  color: #f45336;
}

.mldff-list li.no-use {
  background-image: none;
  background-color: #f6fcff;
  border: 1px dashed #bbcee8;
  color: #99b5dd;
  padding-left: 0px;
  text-align: center;
  padding-right: 16.7vw;
  position: relative;
}

.mldff-list li.no-use .wc-icon {
  width: 16.7vw;
  text-align: left;
  position: absolute;
  line-height: 40px;
  color: #99b5dd;
  font-style: normal;
  right: 0px;
  top: 0px
}

.mldt-guang {
  padding-top: 30px;
}

.mldt-guang li {
  float: left;
  width: 40vw;
}

.mldt-guang li:nth-child(2n-1) {
  margin-right: 3.5vw;
}

.mldt-guang>li>p {
  text-align: center;
  padding: 13px 0px;
  color: #205093;
  font-size: 18px;
}

.ra-box {
  border-radius: 20px;
}

.ra-detail-tit {
  height: 10vh;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 10vh;
}

.ra-detail-detail {
  height: 62vh;
  overflow-y: scroll;
  padding: 0px 3.3vw
}

.ra-detail-btn {
  height: 7vh;
  text-align: center;
  font-size: 16px;
  color: #205093;
  line-height: 8vh;
  border-top: 1px solid #cbcbcb;
}

.ra-detail-detail p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}

.nd-box-first {
  height: 914px;
  background: url("../img/0816/niudan-bg.jpg") center no-repeat;
}

.ndj-box-p {
  margin-top: 45px;
  height: 800px;
}

.ndj-box {
  width: 807px;
  height: 678px;
  margin: 0 auto;
  left: 0px;
  top: 110px;
  position: absolute;
  z-index: 3;
  background: url("../img/0816/niudanji.png") center no-repeat;
}

.box-jp {
  width: 600px;
  height: 320px;
  position: absolute;
  top: 50px;
  left: 120px;
  border-radius: 50px;
  overflow: hidden;
}

.ndj-box .box-jp span {
  width: 122px;
  height: 122px;
  display: inline-block;
}

.jp-go {
  width: 180px;
  position: absolute;
  bottom: 60px;
  right: 105px;
}

.jp-go-btn {
  width: 108px;
  height: 109px;
  background: url("../img/0816/niudanji-go.png") center no-repeat;
  margin: 0 auto;
  text-align: center;
  padding-top: 31px;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.jp-go-tip {
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.jp-go-tip .wdjifen,
.jp-go-tip .game_go_fen {
  margin: 0 4px;
  font-size: 16px;
}

.mendong {
  width: 199px;
  height: 142px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 1;
}

.mendong img {
  width: 100%;
}

.zjdl {
  width: 158px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -79px;
  bottom: 65px;
  z-index: 2;
}

.qiu_1 {
  position: absolute;
  left: 55px;
  top: 139px;
}

.qiu_1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i1.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_2 {
  position: absolute;
  left: 3px;
  top: 67px
}

.qiu_2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i2.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_3 {
  position: absolute;
  left: 10px;
  top: 215px;
}

.qiu_3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i3.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_4 {
  position: absolute;
  left: 130px;
  top: 94px;
}

.qiu_4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i4.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_5 {
  position: absolute;
  left: 174px;
  top: 172px;
}

.qiu_5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i5.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_6 {
  position: absolute;
  left: 100px;
  top: 182px;
}

.qiu_6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i6.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_7 {
  position: absolute;
  left: 216px;
  top: 96px;
}

.qiu_7:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i7.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_8 {
  position: absolute;
  left: 372px;
  top: 173px;
}

.qiu_8:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i8.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_9 {
  position: absolute;
  left: 475px;
  top: 157px;
}

.qiu_9:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i9.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_10 {
  position: absolute;
  left: 410px;
  top: 215px;
}

.qiu_10:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i10.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}

.qiu_11 {
  position: absolute;
  left: 395px;
  top: 115px;
}

.qiu_11:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 122px;
  height: 122px;
  display: block;
  background: url(../img/0816/jp-i11.png) no-repeat;
  animation: zhuan 1s linear forwards;
  -webkit-animation: zhuan 1s linear forwards;
}



.diaol_1 {
  animation: dialuodn 1s linear 0.9s backwards;
  -webkit-animation: dialuodn 1s linear 0.9s backwards
}

.diaol_1:after {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s
}

.diaol_2 {
  animation: dialuodn 1s linear 0.6s backwards;
  -webkit-animation: dialuodn 1s linear 0.6s backwards
}

.diaol_2:after {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s
}

.diaol_3 {
  animation: dialuodn 1s linear backwards;
  -webkit-animation: dialuodn 1s linear backwards
}

.diaol_4 {
  animation: dialuodn 1s linear 1.1s backwards;
  -webkit-animation: dialuodn 1s linear 1.1s backwards
}

.diaol_4:after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s
}

.diaol_5 {
  animation: dialuodn 1s linear 0.8s backwards;
  -webkit-animation: dialuodn 1s linear 0.8s backwards
}

.diaol_5:after {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s
}

.diaol_6 {
  animation: dialuodn 1s linear 0.4s backwards;
  -webkit-animation: dialuodn 1s linear 0.4s backwards;
}

.diaol_6:after {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s
}

.diaol_7 {
  animation: dialuodn 1s linear 0.9s backwards;
  -webkit-animation: dialuodn 1s linear 0.9s backwards
}

.diaol_7:after {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s
}

.diaol_8 {
  animation: dialuodn 1s linear 0.6s backwards;
  -webkit-animation: dialuodn 1s linear 0.6s backwards;
}

.diaol_8:after {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.diaol_9 {
  animation: dialuodn 1s linear 1.1s backwards;
  -webkit-animation: dialuodn 1s linear 1.1s backwards;
}

.diaol_9:after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.diaol_10 {
  animation: dialuodn 1s linear 0.2s backwards;
  -webkit-animation: dialuodn 1s linear 0.2s backwards;
}

.diaol_11 {
  animation: dialuodn 1s linear 1.4s backwards;
  -webkit-animation: dialuodn 1s linear 1.4s backwards;
}

.diaol_11:after {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

.ndj-box-p .dila_Y {
  width: 158px;
  height: 100px;
  animation: cujpin 0.7s ease-out forwards;
  -webkit-animation: cujpin 0.7s ease-out forwards;
}

.ndj-box-p .dila_Y>span {
  display: block;
}

.ndj-box-p .diaL_one {
  width: 158px;
  height: 100px;
  position: relative;

}

.ndj-box-p .diaL_one:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i1.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_two {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_two:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i2.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_three {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_three:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i3.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_four {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_four:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i4.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_five {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_five:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i5.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_six {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_six:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i6.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_seven {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_seven:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i7.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_eight {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_eight:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i8.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_nine {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_nine:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i9.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_ten {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_ten:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i10.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-box-p .diaL_eleven {
  width: 158px;
  height: 100px;
  position: relative;
}

.ndj-box-p .diaL_eleven:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/0816/jp-i11.png) no-repeat;
  background-size: 100px;
  animation: fanda 0.7s ease-out forwards;
  -webkit-animation: fanda 0.7s ease-out forwards;
}

.ndj-jp-p {
  padding-top: 170px;
}

.ndj-jp {
  width: 293px;
  height: 648px;
  margin: 0 auto;
  background: url("../img/0816/tujian-jiangpin.png") center no-repeat;
}

.ndj-jp-box {
  padding: 15px 50px 30px;
}

.njb-title {
  text-shadow: 0px 6px 6px rgba(44, 44, 44, 0.28);
  color: #fff;
  text-align: center;
  font-size: 26px;
  word-spacing: 5px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 8px;
}

.njb-detail {
  padding-top: 20px;
  overflow: hidden;
}

.njb-detail ul {
  overflow: hidden;
  zoom: 1;
}

.njb-detail ul li {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

.ndimg-box {
  padding-top: 15px;
  text-align: center;
}

.ndimg-box img {
  height: 90px;
  width: auto;
}

.ndimg-title {
  font-size: 15px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}

.nd-jiangpin {

  min-height: 309px;
  border-radius: 30px;
  margin-top: 80px;
  padding: 0px 0px;
}

.jf-cj-body1 {
  width: 582px;
  height: 607px;
  background: url("../img/liji-0729.png") center no-repeat;
  position: relative;
}
.jf-cj-body1.z-err{
  background-image: url("../img/liji-0729_01.png");
}
.jf-cj-body1.z-err .jcb-img{
  margin-top: 50px;
}
.jf-cj-body1.z-err .jcb-btn{
   top: 508px;
}
.ndjt-detail {
  padding: 30px 0px;
  background-color: #eef4fb;
}

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

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

@keyframes cujpin {
  0% {
    transform: translateY(-100px);
  }

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

@keyframes fanda {
  0% {
    transform: scale(0.7);
  }

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

@-webkit-keyframes fanda {
  0% {
    -webkit-transform: scale(0.7);
  }

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

.tc_anima {
  animation: title1 0.3s linear;
  -webkit-animation: title1 0.3s linear;
}

@keyframes title1 {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes title1 {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1)
  }
}





.wieyi_1 {
  animation: around1 1.5s linear infinite;
  -webkit-animation: around1 1.5s linear infinite
}

.wieyi_2 {
  animation: around2 1.5s linear infinite;
  -webkit-animation: around2 1.5s linear infinite;
}


.wieyi_3 {
  animation: around3 1.5s linear infinite;
  -webkit-animation: around3 1.5s linear infinite;
}

.wieyi_4 {
  animation: around4 1.5s linear infinite;
  -webkit-animation: around4 1.5s linear infinite;
}

.wieyi_5 {
  animation: around5 1.5s linear infinite;
  -webkit-animation: around5 1.5s linear infinite;
}

.wieyi_6 {
  animation: around6 1.5s linear infinite;
  -webkit-animation: around6 1.5s linear infinite;
}

.wieyi_7 {
  animation: around7 1.5s linear infinite;
  -webkit-animation: around7 1.5s linear infinite;
}

.wieyi_8 {
  animation: around8 1.5s linear infinite;
  -webkit-animation: around8 1.5s linear infinite;
}

.wieyi_9 {
  animation: around9 1.5s linear infinite;
  -webkit-animation: around9 1.5s linear infinite;
}

.wieyi_10 {
  animation: around10 1.5s linear infinite;
  -webkit-animation: around10 1.5s linear infinite;
}

.wieyi_11 {
  animation: around11 1.5s linear infinite;
  -webkit-animation: around11 1.5s linear infinite;
}



.zuadon_dh {
  animation: around 2s linear backwards;
  -webkit-animation: around 2s linear backwards;
}



@keyframes dialuodn {
  0% {
    transform: translateY(-200%);
    opacity: 0
  }

  5% {
    transform: translateY(-200%);
  }

  15% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-100%);
  }

  40% {

    transform: translateY(0%);
  }

  50% {
    transform: translateY(-60%);
  }

  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-30%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-14%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-6%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }

}


@-webkit-keyframes dialuodn {
  0% {
    -webkit-transform: translateY(-200%);
    opacity: 0
  }

  5% {
    -webkit-transform: translateY(-200%);
  }

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

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

  40% {

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

  50% {
    -webkit-transform: translateY(-60%);
  }

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

  80% {
    -webkit-transform: translateY(-30%);
  }

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

  95% {
    -webkit-transform: translateY(-14%);
  }

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

  99% {
    -webkit-transform: translateY(-6%);
  }

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

}


@-webkit-keyframes zhuan {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes zhuan {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}





@-webkit-keyframes around1 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  20% {
    -webkit-transform: translate(300px, 230px)
  }

  40% {
    -webkit-transform: translate(200px, -100px)
  }

  60% {
    -webkit-transform: translate(50px, 230px)
  }

  80% {
    -webkit-transform: translate(300px, -50px)
  }

  100% {
    -webkit-transform: translate(200px, 240px)
  }
}

@keyframes around1 {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(300px, 230px)
  }

  40% {
    transform: translate(200px, -100px)
  }

  60% {
    transform: translate(50px, 230px)
  }

  80% {
    transform: translate(300px, -50px)
  }

  100% {
    transform: translate(200px, 240px)
  }
}

@-webkit-keyframes around2 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  10% {
    -webkit-transform: translate(300px, -120px)
  }

  30% {
    -webkit-transform: translate(250px, 130px)
  }

  50% {
    -webkit-transform: translate(-50px, -120px)
  }

  80% {
    -webkit-transform: translate(0px, 140px)
  }

  100% {
    -webkit-transform: translate(300px, -180px)
  }
}

@keyframes around2 {
  0% {
    transform: translate(0px, 0px)
  }

  10% {
    transform: translate(300px, -120px)
  }

  30% {
    transform: translate(250px, 130px)
  }

  50% {
    transform: translate(-50px, -120px)
  }

  80% {
    transform: translate(0px, 140px)
  }

  100% {
    transform: translate(300px, -180px)
  }
}


@-webkit-keyframes around3 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  25% {
    -webkit-transform: translate(70px, -290px)
  }

  50% {
    -webkit-transform: translate(320px, 0px)
  }

  80% {
    -webkit-transform: translate(-20px, -290px)
  }

  100% {
    -webkit-transform: translate(290px, 0px)
  }
}

@keyframes around3 {
  0% {
    transform: translate(0px, 0px)
  }

  25% {
    transform: translate(70px, -290px)
  }

  50% {
    transform: translate(320px, 0px)
  }

  80% {
    transform: translate(-20px, -290px)
  }

  100% {
    transform: translate(290px, 0px)
  }

}

@-webkit-keyframes around4 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  12% {
    -webkit-transform: translate(50px, 250px)
  }

  30% {
    -webkit-transform: translate(-150px, -30px)
  }

  60% {
    -webkit-transform: translate(-140px, 260px)
  }

  80% {
    -webkit-transform: translate(-10px, -30px)
  }

  100% {
    -webkit-transform: translate(-20px, 260px)
  }

}

@keyframes around4 {
  0% {
    transform: translate(0px, 0px)
  }

  12% {
    transform: translate(50px, 250px)
  }

  30% {
    transform: translate(-150px, -30px)
  }

  60% {
    transform: translate(-140px, 260px)
  }

  80% {
    transform: translate(-10px, -30px)
  }

  100% {
    transform: translate(-20px, 260px)
  }

}


@-webkit-keyframes around5 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  22% {
    -webkit-transform: translate(-50px, -170px)
  }

  46% {
    -webkit-transform: translate(150px, 145px)
  }

  80% {
    -webkit-transform: translate(200px, -115px)
  }

  100% {
    -webkit-transform: translate(-100px, 145px)
  }
}

@keyframes around5 {
  0% {
    transform: translate(0px, 0px)
  }

  22% {
    transform: translate(-50px, -170px)
  }

  46% {
    transform: translate(150px, 145px)
  }

  80% {
    transform: translate(200px, -115px)
  }

  100% {
    transform: translate(-100px, 145px)
  }
}





@-webkit-keyframes around6 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  15% {
    -webkit-transform: translate(260px, 40px)
  }

  30% {
    -webkit-transform: translate(-80px, -260px)
  }

  45% {
    -webkit-transform: translate(-40px, 40px)
  }

  60% {
    -webkit-transform: translate(100px, -290px)
  }

  75% {
    -webkit-transform: translate(-80px, -280px)
  }

  100% {
    -webkit-transform: translate(10px, 40px)
  }
}

@keyframes around6 {
  0% {
    transform: translate(0px, 0px)
  }

  15% {
    transform: translate(260px, 40px)
  }

  30% {
    transform: translate(-80px, -260px)
  }

  45% {
    transform: translate(-40px, 40px)
  }

  60% {
    transform: translate(100px, -290px)
  }

  75% {
    transform: translate(-80px, -280px)
  }

  100% {
    transform: translate(10px, 40px)
  }

}

@-webkit-keyframes around7 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  20% {
    -webkit-transform: translate(-60px, -170px)
  }

  40% {
    -webkit-transform: translate(90px, 160px)
  }

  60% {
    -webkit-transform: translate(-220px, -140px)
  }

  80% {
    -webkit-transform: translate(160px, -60px)
  }

  100% {
    -webkit-transform: translate(-100px, -100px)
  }

}

@keyframes around7 {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(-60px, -170px)
  }

  40% {
    transform: translate(90px, 160px)
  }

  60% {
    transform: translate(-220px, -140px)
  }

  80% {
    transform: translate(160px, -60px)
  }

  100% {
    transform: translate(-100px, -100px)
  }

}

@-webkit-keyframes around8 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  20% {
    -webkit-transform: translate(140px, -120px)
  }

  40% {
    -webkit-transform: translate(-140px, 40px)
  }

  60% {
    -webkit-transform: translate(-180px, -240px)
  }

  80% {
    -webkit-transform: translate(100px, 50px)
  }

  100% {
    -webkit-transform: translate(-180px, -220px)
  }
}

@keyframes around8 {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(140px, -120px)
  }

  40% {
    transform: translate(-140px, 40px)
  }

  60% {
    transform: translate(-180px, -240px)
  }

  80% {
    transform: translate(100px, 50px)
  }

  100% {
    transform: translate(-180px, -220px)
  }
}

@-webkit-keyframes around9 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  30% {
    -webkit-transform: translate(-300px, -180px)
  }

  60% {
    -webkit-transform: translate(-350px, 120px)
  }

  80% {
    -webkit-transform: translate(-100px, -200px)
  }

  100% {
    -webkit-transform: translate(-200px, 100px)
  }
}

@keyframes around9 {
  0% {
    transform: translate(0px, 0px)
  }

  30% {
    transform: translate(-300px, -180px)
  }

  60% {
    transform: translate(-350px, 120px)
  }

  80% {
    transform: translate(-100px, -200px)
  }

  100% {
    transform: translate(-200px, 100px)
  }
}

@-webkit-keyframes around10 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  15% {
    -webkit-transform: translate(-300px, -270px)
  }

  30% {
    -webkit-transform: translate(20px, -220px)
  }

  50% {
    -webkit-transform: translate(-350px, 10px)
  }

  75% {
    -webkit-transform: translate(0px, -150px)
  }

  100% {
    -webkit-transform: translate(-300px, -300px)
  }
}

@keyframes around10 {
  0% {
    transform: translate(0px, 0px)
  }

  15% {
    transform: translate(-300px, -270px)
  }

  30% {
    transform: translate(20px, -220px)
  }

  50% {
    transform: translate(-350px, 10px)
  }

  75% {
    transform: translate(0px, -150px)
  }

  100% {
    transform: translate(-300px, -300px)
  }
}


@-webkit-keyframes around11 {
  0% {
    -webkit-transform: translate(0px, 0px)
  }

  32% {
    -webkit-transform: translate(-270px, -70px)
  }

  60% {
    -webkit-transform: translate(-320px, 220px)
  }

  80% {
    -webkit-transform: translate(10px, -10px)
  }

  100% {
    -webkit-transform: translate(-260px, 220px)
  }

}

@keyframes around11 {
  0% {
    transform: translate(0px, 0px)
  }

  32% {
    transform: translate(-270px, -70px)
  }

  60% {
    transform: translate(-320px, 220px)
  }

  80% {
    transform: translate(10px, -10px)
  }

  100% {
    transform: translate(-260px, 220px)
  }

}

.my-share {
  width: 125px;
  position: absolute;
  bottom: 57px;
  left: 131px;
}

.my-share a {
  display: block;
  height: 38px;
  border-radius: 19px;
  padding: 0px 25px;
  line-height: 38px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
  text-align: center;
}

.ndjt-title {
  position: relative;
}

.my-jp {
  padding: 0px 30px 0px 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #004eb9;
  font-size: 14px;
  color: #004eba;
  background: url("../img/0816/my-jp-a.png") 95% center no-repeat;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px
}

.ndjtr-tit {
  width: 540px;
  text-align: center;
  font-size: 20px;
  color: #004eb9;
  position: relative;
  margin: 0 auto;
  padding: 0px 160px
}

.ndjtr-tit::before {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #004eb9;
  position: absolute;
  left: 0px;
  top: 50%;
}

.ndjtr-tit::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #004eb9;
  position: absolute;
  right: 0px;
  top: 50%;

}

.ndjt-detail {
  margin-top: 25px;
  padding: 30px;
}

.ndjt-detail .col-md-3 {
  padding: 0px 20px;
}

.nd-detail-box {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}

.nd-detail-box img {
  width: 100%;
  border-radius: 10px;
}

.nd-detail-box p {
  height: 80px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  color: #333333;
  font-weight: 900;
  text-align: center;
}

.nd-detail .jfd-h1 {
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  margin: 0px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nd-detail .jfd-p {
  font-size: 14px;
  color: #db1111;
  line-height: 24px;
  height: 44px;
  padding: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nd-detail .jfd-ph {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;

}

.jf-detail-first .col-md-3 img {
  height: 300px !important;
}

.nd-detail .jfd-btn {
  padding-top: 100px
}

.jfp-container {
  margin-bottom: 50px;
  padding-top: 50px;
}

.jf-first {

  height: 90px;
  background-color: #f5f5f5;
}

.jf-first>.col-md-4 {
  height: 90px;
}

.jf-first>.col-md-4:first-child {
  padding-left: 0px;
  position: relative;
}

.jfff-bg {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 100px;
}

.jp-avator {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
  padding: 10px 30px;
  display: flex;
}

.real-avator {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.jpp-name {
  display: inline-block;
}

.jpp-score {
  display: inline-block;
}

.jpp-name {
  padding: 10px 4% 0px 20px;
}

.jpp-name p:first-child {
  font-size: 20px;
  color: #fff;
}

.jpp-name p:nth-child(2) {
  color: #6ebcf2;
  font-size: 14px;
}

.jpp-score p:first-child {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

.jpp-score p:nth-child(2) {
  color: #6ebcf2;
  font-size: 14px;
}

.jpp-name-grey {
  padding-top: 10px;
  position: relative;
}

.jpp-name-grey .grey-line {
  width: 1px;
  height: 42px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0px;
  top: 25px;
}

.jpp-name-grey p {
  text-align: center;
}

.jpp-name-grey p:first-child {
  font-size: 30px;
  color: #666666;
  font-weight: 900;
}

.jpp-name-grey p:nth-child(2) {
  color: #adadad;
  font-size: 14px;
}

.jf-second {
  padding-top: 30px;
  position: relative;
}

.jfs-tab-tit {
  height: auto;
  position: relative;
}

.jfs-tab-tit::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 3px;
  background-color: #d9d9d9;
}

.jfs-tab-tit span {
  display: inline-block;
  max-width: 90px;
  overflow-x: hidden;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-right: 20px;
  padding-bottom: 18px;
  cursor: pointer;
}

.jfs-tab-tit span.active {
  color: #0a57c3;
  padding-bottom: 15px;
  border-bottom: 3px solid #0a57c3;
}

.jfs-tab-item {
  padding-bottom: 20px;
  display: none;
}

.jfs-tab-item.active {
  display: block;
}

.jfs-tab-item .col-md-6 {
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  padding-right: 50px;
  padding-left: 55px;
  margin-top: 22px;
}

.jfs-tab-item .col-md-6 {
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-right: 0%;
  width: 48%;
}

.jfs-tab-item .col-md-6:nth-child(2n-1) {
  margin-right: 4%;
}

.jfs-tab-item .col-md-6 h1 {
  font-size: 18px;
  color: #333333;
  width: 100%;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 10px;
}

.jfs-tab-item .col-md-6 p {
  font-size: 14px;
  width: 100%;
  height: 30px;
  color: #adadad;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jf-score {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #0a57c3;
}

.mulpi-item .jf-score {
  color: #333333;
}

.myjf-tab-tit {
  height: auto;
  position: relative;
}

.myjf-tab-tit::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 3px;
  background-color: #d9d9d9;
}

.myjf-tab-tit span {
  display: inline-block;
  max-width: 100px;
  overflow-x: hidden;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-right: 20px;
  padding-bottom: 18px;
  cursor: pointer;
}

.myjf-tab-tit span.active {
  color: #0a57c3;
  padding-bottom: 15px;
  border-bottom: 3px solid #0a57c3;
}

.myjf-tab-item {
  display: none;
}

.myjf-tab-item.active {
  display: block;
}

.myjf-tab-item .col-md-6 {
  padding: 20px 20px;
  border: 1px solid #d9d9d9;
  margin-top: 22px;
}

.myjf-tab-item .col-md-6 {
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-right: 0%;
  width: 48%;
}

.myjf-tab-item .col-md-6:nth-child(2n-1) {
  margin-right: 4%;
}

.myjf-tab-item .col-md-6 h1 {
  font-size: 18px;
  color: #333333;
  width: 100%;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 10px;
}

.myjf-tab-item .col-md-6 p {
  font-size: 14px;
  width: 100%;
  height: 30px;
  color: #adadad;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.myjfti-left {
  width: 33.3%;
  height: 128px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.myjfti-left img {
  width: auto;
  height: 126px;
}

.myjfti-right {
  width: 66.7%;
}

.myjf-tab-item .myjfti-right h1 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0px;
  font-weight: 900;
  margin-bottom: 20px;
}

.myr-item {
  margin-bottom: 10px;
}

.myri-label {
  width: 20%;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}

.myri-con {
  width: 80%;
  font-size: 14px;
  line-height: 18px;
}

.myri-con.yellow {
  color: #fc982c;
}

.myri-con .add-address {
  display: inline-block;
  height: 28px;
  padding: 0px 8px;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 28px;
  color: #333333
}

.jfs-search {
  position: absolute;
  right: 0px;
  top: 25px;
}

.jfs-search input {
  width: 240px;
  height: 32px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 32px;
  padding-left: 15px;
}

.jfs-search button {
  height: 32px;
  padding: 0px 12px;
  background-color: #0a57c3;
  color: #fff;
  line-height: 32px;
  border: 1px solid #0a57c3;
  outline: none;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .jfs-search {
    display: none;
  }

  .myjfti-left {
    width: 100%;
    padding: 0px
  }

  .myjfti-right {
    width: 100%;
    padding: 0px
  }

  .myri-label {
    width: 100%;
  }

  .myri-con {
    width: 100%;
  }

  .myjf-tab-item .myjfti-right h1 {
    margin-top: 10px
  }

  .jf-second {
    padding: 30px 10px;
  }

  .jfs-tab-item .col-md-6 {
    width: 100%
  }

  .myjf-tab-item .col-md-6:nth-child(2n-1) {
    margin-right: 0px;
  }

  .myjf-tab-item .col-md-6 {
    width: 100%
  }

  .jfs-tab-item .col-md-6:nth-child(2n-1) {
    margin-right: 0px;
  }

  .jf-first {
    height: 270px;
  }

  .jpp-name-grey .grey-line {
    display: none;
  }

  .ndj-box-p {
    margin-top: 0;
    padding: 110px 0px 0px;
    width: 640px;
    height: 700px;
  }

  .nd-detail-box p {
    font-size: 22px;
  }

  .nd-box-first {
    height: 768px;
    background-position: top center;
  }

  .nd-jiangpin {
    margin-top: 20px;
  }

  .ndj-box {
    width: 553px;
    height: 767px;
    left: 47px;
    position: absolute;
    z-index: 3;
    top: 16px;
    background-size: 100%;
  }

  .box-jp {
    width: 450px;
    left: 50%;
    height: 252px;
    margin-left: -225px;
    top: 155px;
  }

  .qiu_3 {
    top: 166px;
  }

  .qiu_2 {
    top: 90px
  }

  .qiu_6 {
    top: 166px;
  }

  .qiu_8 {
    left: 294px;
    top: 163px;
  }

  .qiu_9 {
    left: 324px;
    top: 157px;
  }

  .qiu_10 {
    left: 324px;
    top: 100px;
  }

  .qiu_11 {
    left: 252px;
    top: 157px;
  }

  .mendong {
    width: 140px;
    height: auto;
    bottom: 191px;
  }

  .ndj-box-p .dila_Y {
    width: 110px;
    height: 60px;
  }

  .zjdl {
    width: 110px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 168px;
    z-index: 2;
  }

  .ndj-box-p .diaL_one {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_two {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_three {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_four {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_five {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_six {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_seven {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_eight {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_nine {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_ten {
    width: 110px;
    height: 60px;
  }

  .ndj-box-p .diaL_eleven {
    width: 110px;
    height: 60px;
  }

  .jp-go-btn {
    width: 70px;
    height: 70px;
    background: url("../img/0816/niudanji-go.png") center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  .jp-go {
    position: absolute;
    bottom: 187px;
    right: 39px;
  }

  .my-share {
    width: 95px;
    position: absolute;
    bottom: 180px;
    left: 85px;
  }

  .my-share a {
    display: block;
    height: 25px;
    border-radius: 19px;
    padding: 0px 15px;
    line-height: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    text-align: center;
  }

  .ndjt-detail .col-md-3 {
    width: 50%;
    float: left;
  }

  .p-c-container .m-share-wrap .share-con .share-item .u-img {
    width: 100%;
    height: auto;
  }

  .p-c-container .m-share-wrap .share-con .share-item {
    height: auto;
    padding-bottom: 10px;
  }
}

/*  2021å¹´8æœˆ16æ—¥-----end  */
/*  2021å¹´8æœˆ19æ—¥-----start  */
.m-country {
  background-color: #F6F6F6;
  padding-top: 2vw;

}

.m-first-cp {
  position: relative;
  padding-bottom: 16vw;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 2vw;
  background-color: #fff;
}

.m-first-country {
  padding: 6vw 3.3vw 1vw;
  height: 61vw;
  overflow-y: hidden;
}

.m-first-country.active {
  height: auto;
}

.m-first-country p {
  font-size: 3.7vw;
  line-height: 7.5vw;
  color: #1E2027;
  text-indent: 2em;
}

.zhan-button {
  position: absolute;
  bottom: 6.8vw;
  text-align: center;
  width: 100vw;
}

.zhan-button a {
  display: inline-block;
  height: 7.2vw;
  border-radius: 3.6vw;
  border: 1px solid #215188;
  padding: 0px 3.2vw;
  font-size: 3.2vw;
  line-height: 7.2vw;
  color: #215188;
}

.m-first-country h1 {
  font-size: 4.8vw;
  color: #1E2027;
  line-height: 1.2;
  font-weight: 900;
  padding-bottom: 3vw;
}

.m-second-cp {
  margin-top: 2vw;
  height: 96vw;
  width: 100vw;
  background: url("../img/0816/m-second-cp.png") center -10vw no-repeat;
  background-color: #215188;
  background-size: 100vw 102vw;
  padding-top: 21.7vw;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}

.m-third-cp {
  padding: 4vw 2.4vw;
}

.m-forth-cp {
  padding: 6vw 3.3vw 1vw;
  background-color: #fff;
}

.mcp-tit {
  font-size: 4.27vw;
  color: #1E2027;
  font-weight: 900;
}

.m-forth-country {
  padding: 0px 4vw;
}

.mfc-icon-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mfc-icon-item {
  width: 33.3%;
}

.mfc-icon-item p {
  color: #1E2027;
  font-size: 3.7vw;
  text-align: center;
  padding-top: 1.4vw;

}

.mfcii-icon {
  width: 14.4vw;
  height: 14.4vw;
  background-color: #BBC5D1;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 3.8vw;
}

.mfcii-icon img {
  height: 6.8vw;
  width: auto;
}

.mfc-icon-list {
  padding: 5vw 0vw;
  border-bottom: 1px solid #E5E5E5
}

.mfc-video-list {
  padding-top: 6vw;
}

.mfc-video-item {
  width: 40.5vw;
  float: left;
}

.mvi-p {
  text-align: center;
  font-size: 2.93vw;
  color: #1E2027;
  padding-top: 3vw;
  padding-bottom: 4vw;
}

.mfc-video-item img,
.mfc-video-item .u-video {
  width: 40.5vw;
  height: 24vw;
}

.mfc-video-item:nth-child(2n-1) {
  margin-right: 4.3vw;
}

.mvi-img {
  position: relative;
}

.mvi-img img,
.mvi-img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

/*.mvi-img::after {
  content: "";
  width: 11vw;
  height: 11vw;
  background:rgba(80, 80, 80, 0.5) url("../img/player-icon.png") center center no-repeat;
  background-size: 9vw;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
}*/

.mfc-video-btn {
  text-align: center;
  padding-bottom: 20px;
}

.mfc-video-btn a {
  display: inline-block;
  height: 7.2vw;
  border-radius: 3.6vw;
  border: 1px solid #215188;
  padding: 0px 3.2vw;
  font-size: 3.2vw;
  line-height: 7.2vw;
  color: #215188;
}

.m-fifth-cp {
  padding: 6vw 3.3vw 1vw;
  background-color: #fff;
  margin-top: 2vw;
}

.m-video-box {
  width: 100%;
  height: 54.9vw;
  margin-top: 5vw
}

.m-video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill
}

.m-video-list {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.m-video-list li {
  padding: 3.2vw 0px;
  border-bottom: 1px solid #E5E5E5;
}

.m-video-list li:last-child {
  border-bottom-width: 0px;
}

.m-video-list .cbdi-left {
  float: left;
  height: 10vw;
}

.m-video-list .cbdi-right {
  float: left;
}

.m-video-list li .cbdi-right h1 {
  overflow: hidden;
  font-size: 3.7vw;
  height: 5vw;
  line-height: 5vw;
}

.m-video-list li .cbdi-right h1 {
  overflow: hidden;
  font-size: 2.93vw;
  height: 5vw;
  line-height: 5vw;
}

.m-video-list .cbdi-left h1 {
  padding-bottom: 2vw;
}

.m-sixth-cp {
  margin-top: 2vw;
  padding: 6vw 3.3vw 1vw;
  background-color: #fff;
}

.m-sixth-country ul {
  padding-top: 3vw;
}

.m-sixth-country li {
  padding-left: 4.8vw;
  position: relative;
  line-height: 11vw;
}

.m-sixth-country li::after {
  content: "";
  width: 1.1vw;
  height: 1.1vw;
  position: absolute;
  border-radius: 50%;
  background-color: #CCCCCC;
  top: 5vw;
  left: 5px;
}

.m-second-country {
  height: 65.3vw;
  background-color: #fff;
  border-radius: 5vw;
  padding-top: 7vw;
}

.msc-son {
  width: 80vw;
  height: 58.7vw;
  margin: 0 auto;
}

.msc-son .swiper-slide {
  height: 58.7vw;
}

.m-second-country.swiper-container {
  width: 100%;

}

.msc-son a {
  display: inline-block;
  width: 38vw;
  height: 10.6vw;
  line-height: 10.6vw;
  font-size: 4vw;
  border: 1px solid #215188;
  color: #215188;
  margin-right: 3vw;
  text-align: center;
  margin-bottom: 3vw;
  font-size: 4vw;
  border-radius: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: .5vw;
}


.msc-son a:hover,
.msc-son a.active {
  color: #fff;
  background-color: #215188;
}

.m-second-country .swiper-button-next {
  width: 2vw;
  height: 3.3vw;
  background: url("../img/0816/arrow-right.png") center no-repeat;
  background-size: 2vw 3.3vw;
  right: 5px;
  top: 55%
}

.m-second-country .swiper-button-prev {
  width: 2vw;
  height: 3.3vw;
  background: url("../img/0816/arrow-left.png") center no-repeat;
  background-size: 2vw 3.3vw;
  left: 5px;
  top: 55%
}

.cdj-second {
  width: 850px;
  margin: 0 auto;
  padding: 30px 130px;
  background-color: #0494f4
}

.cdj-second-one .cdj-sone-tit {
  width: 124px;
  height: 62px;
  background: url("../img/0816/yidingjiang-tit1.png") center no-repeat;
  background-size: 124px 62px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.cdj-second-two .cdj-sone-tit {
  width: 124px;
  height: 62px;
  background: url("../img/0816/yidingjiang-tit2.png") center no-repeat;
  background-size: 124px 62px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.cdj-second-three .cdj-sone-tit {
  width: 124px;
  height: 62px;
  background: url("../img/0816/yidingjiang-tit3.png") center no-repeat;
  background-size: 124px 62px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.cdj-sone-item {
  margin: 0 auto;
  width: 600px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 20px;
}

.cdj-sone-item img {
  height: 100px;
  width: auto;
  max-width: 100%;
}

.cdj-sone-item>.col-md-8>h1 {
  font-size: 18px;
  font-weight: 800;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px
}

.cdj-sone-item>.col-md-8>p {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px
}

.jfp-ci-tit {
  width: 100%;
  height: 67px;
  border-radius: 20px;
  background: url("../img/0816/chakancj-tit-bg.png") left center no-repeat;
  background-color: #eef4fb;
  position: relative;
}

.jfp-ci-tit img {
  width: 114px;
  height: 88px;
  position: absolute;
  top: -21px;
  left: 5px
}

.jfp-ci-tit p {
  height: 67px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 124px;
  font-size: 24px;
  color: #205093;
  padding-top: 20px;
  line-height: 20px;
  font-weight: 900;
}

.jfp-ci-list {
  padding-top: 30px;
  padding-bottom: 50px;
}

.jfp-ci-li {
  float: left;
  width: 20%;
  padding-left: 20px;
}

.jfp-ci-li span {
  display: inline-block;
  max-width: 50%;
}

.jfp-ci-li span:first-child {
  color: #999;
  font-size: 16px;
  line-height: 30px;
}

.jfp-ci-li span:last-child {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
}

.mycjq-container {
  margin-bottom: 50px;
  padding-top: 50px;
}

.mycjq-c-tit1>.mycjq-ct-one {
  position: relative;
  width: 100%;
  height: 43px;
  padding-left: 60px;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

.mycjq-c-tit1>.mycjq-ct-one>img {
  width: 55px;
  height: 43px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mycjq-c-list {
  padding-top: 30px
}

.mycjq-c-item {
  margin-bottom: 30px;
}

.mycjq-ci-first {
  width: 100%;
  height: 148px;
  background: url("../img/0816/wdcjq-bg.png") center no-repeat;
  background-size: 100% 148px;
  padding-top: 45px;
}

.mycjq-ci-first p {
  text-align: center;
  color: #8cb3e9;
  font-size: 14px;
}

.mycjq-ci-first h1 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.mycjq-ci-second {
  background-color: #f9f9f9;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #181818;
}

.mycjq-ci-second>span {
  color: #666666;
}

.mycjq-c-tit2>.mycjq-ct-one {
  position: relative;
  width: 100%;
  height: 43px;
  color: #333333;
  font-size: 16px;
  line-height: 63px;
  overflow: hidden;
  text-align: center;
}

.mycjq-c-tit2>.mycjq-ct-one>img {
  width: 55px;
  height: 43px;
}

.mycjq-c-tit3 .mycjq-ct-one {
  height: 150px;
  position: relative;
}

.mycjq-c-tit3 .mycjq-ct-one>img {
  width: 100%;
  height: 150px;
}

.hj-b-tip {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.hj-box {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0px;
  left: 0px;
}

.hj-button {
  width: 228px;
  height: 55px;
  background: url("../img/0816/hj-button.png") center no-repeat;
  background-size: 228px 55px;
  padding-left: 60px;
  padding-right: 10px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 22px;
  color: #bb580f;
  line-height: 55px;
}

.huodong-list li p span {
  color: #ff0007;
}

@media screen and (max-width: 750px) {
  .cdj-second {
    width: 100%;
    padding: 30px 10px
  }

  .cdj-sone-item {
    width: 100%;
  }

  .cdj-sone-item {
    text-align: center;
  }

  .mycjq-c-tit1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mycjq-c-tit2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hj-b-tip {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/*  2021å¹´8æœˆ19æ—¥-----end  */
/* 2021å¹´8æœˆ20æ—¥-----start */
.swiper-parent {
  width: 100%;
  position: relative;
  height: 468px;
}

#certify {
  min-width: 1920px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.cztcl-item {
  position: relative;
}

.cztcl-item-tit {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: linear-gradient(-180deg, #000 11%, #161519 88%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 10%, rgba(22, 21, 25, .6) 88%);
}


@media screen and (max-width: 1400px) {
  .swiper-parent {
    width: 100%;
    position: relative;
    height: 400px;
  }

  #certify {
    min-width: 1800px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 750px) {
  .swiper-parent {
    width: 100%;
    height: 250px;
  }

  #certify {
    width: 100%;
    min-width: 100%;
  }
}

.my-rim {
  border: 3px solid #ccc;
}

.my-rim .layui-layer-title {
  font-size: 16px;
}

/* 2021å¹´8æœˆ20æ—¥-----end */
/* 2021å¹´8æœˆ23æ—¥-----start */
.cdj-first {
  height: 590px;
  background: url("../img/0816/cdj-bg.png") center no-repeat;
  background-size: 1920px 590px;
}

.cj-rule {
  text-align: right;
  padding-top: 10px;
}

.cj-rule a {
  font-size: 14px;
  text-decoration: underline;
  color: #3e3b3b;
}

.cj-rule a:first-child {
  margin-right: 20px;
}

.jx-tit {
  text-align: center;
  padding-top: 20px;
}

.jx-tit img {
  width: 471px;
  height: 136px;
}

.cdj-first-container {
  padding: 0px 15px
}

.jx-btn {
  text-align: center;
  padding-top: 10px;
}

.kj-time {
  display: inline-block;
  width: 458px;
  height: 44px;
  background-image: -moz-linear-gradient(180deg, rgb(244, 127, 22) 0%, rgb(255, 223, 72) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(244, 127, 22) 0%, rgb(255, 223, 72) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(244, 127, 22) 0%, rgb(255, 223, 72) 100%);
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  font-size: 24px;
}

.cdjf-tip {
  text-align: center;
  font-size: 16px;
  color: #004eb9;
  padding-top: 20px;
}

.cdjf-dui {
  text-align: center;
  padding-top: 15px;
}

.cdjf-dui .cdjf-dui-p {
  display: inline-block;
  width: 243px;
  height: 102px;
  background: url("../img/0816/cdj-bg-btn.png") center no-repeat;
  padding-top: 15px;
  cursor: pointer;
}

.cdjf-dui-p span:first-child {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.cdjf-dui-p span:last-child {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.cy-person {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.cy-person span {
  font-size: 32px;
  word-spacing: 10px;
  font-weight: 900;
}

.cdj-bg {
  border-radius: 8px;
}

.cdj-box {
  width: 443px;
  height: 553px;
  background: url("../img/0816/cdj-tan.png") center no-repeat;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.cdj-b-tit {
  color: #e52c32;
  text-align: center;
  font-size: 24px;
  padding-top: 25px;
}

.close-cdj {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 21px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("../img/0816/cdj-tan-close.png") center no-repeat;
}

.cdj-b-detail {
  padding: 15px 15px 10px;
}

.cdj-b-tip {

  color: #a29c9c;
  font-size: 16px;
}

.mf-item {
  position: relative;
  margin-top: 10px;
}

.mf-item .hq-code {
  position: absolute;
  top: 50%;
  display: block;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  right: 40px;
  border-radius: 8px;
  color: #3f3634;
  font-size: 16px;
  margin-top: -17px;
}

.mf-item .hq-miao {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #adacac;
  font-size: 16px;
  margin-top: -8px;
}

.cdj-vercode {
  width: 121px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -19px;
}

.mf-item input {
  height: 52px;
  width: 100%;
  color: #3f3634;
  font-size: 18px;
  background-color: #f3f3f3;
  border-width: 0px;
  padding-right: 160px;
}

.mf-item input:focus,
.mf-item input:focus-visible,
.mf-item input:hover {
  border-width: 0px;
}

.mobile-form-tip {
  font-size: 16px;
  color: #e73034;
  text-align: center;
  padding-top: 20px;
}

.cdj-btn-tool {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.cdj-cancel {
  display: inline-block;
  width: 41%;
  height: 60px;
  margin-right: 2%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #e52c32;
  border-radius: 30px;
}

.cdj-sure {
  display: inline-block;
  width: 41%;
  height: 60px;
  background-color: #fab11f;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #e52c32;
  border-radius: 30px
}

.mobile-quan {
  padding: 30px 0px 20px
}

.cdj-quan {
  display: inline-block;
  width: 24%;
  font-size: 16px;
  color: #3f3634;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.p-c-container .m-more-activity .activity-con {
  padding: 0px 0px
}

.p-c-container .m-more-activity .activity-item h3 {
  font-weight: 900;
}

.cj-container .ndjt-title {
  width: 850px;
  margin: 0 auto;
  color: #333333;
  padding: 40px 0px;
}

.cj-container .ndjt-title .ndjtr-tit {
  color: #333333;
}

.cj-container .ndjtr-tit::after {
  background-color: #d2d2d2
}

.cj-container .ndjtr-tit::before {
  background-color: #d2d2d2
}

.cj-container .ndjt-title .my-jp {
  top: 40px
}

.cdjs-total {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 15px 0px;
}

@media screen and (max-width: 750px) {
  .jx-tit img {
    width: 100%;
    height: auto;
  }

  .cj-container .ndjt-title {
    width: 100%;

  }

  .jx-btn .kj-time {
    width: 100%;
    height: auto;
    font-size: 16px;
  }

  .jx-btn {
    padding-top: 30px
  }

  .jx-tit {
    padding-top: 30px;
  }

  .cdjf-tip {
    text-align: center;
    font-size: 14px;
    color: #004eb9;
  }

  .cy-person {
    padding-top: 30px;
  }

  .cdj-box {
    width: 100%
  }
}

/* 2021å¹´8æœˆ23æ—¥-----end */
/* 2021å¹´8æœˆ23æ—¥-----person-start */
.my-info-tit {
  height: 40px;
  padding: 0px 30px 0px 65px;
  background: url("../img/0816/person-c-tit.png") 30px center no-repeat;
  background-color: #f4f4f4;
  color: #333333;
  font-size: 18px;
  line-height: 40px;
}

.my-info-er {
  text-align: center;
  font-size: 16px;
  color: #b2b2b2;
  margin-bottom: 20px;
}

.p-c-container .title.my-info-title::after {
  top: 82%;
}

.zh-edit {
  padding: 30px 0px;
  border-bottom: 1px solid #dddddd;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 15px 29px;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-right: 100px;
}

.zh-edit a {
  display: inline-block;
  height: 30px;
  position: absolute;
  padding: 0px 20px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
  top: 30px;
  right: 15px;
}

.zh-edit a.red {
  background-color: #db1111;
  border-width: 0px;
  color: #fff;
}

.posi-rela {
  position: relative !important;
}

.u-name-edit {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.phone-tip.layui-layer-tips i.layui-layer-TipsB,
.phone-tip.layui-layer-tips i.layui-layer-TipsT {
  display: none;
}

.phone-tip.layui-layer-tips .layui-layer-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.3);
  padding: 0px
}

.pc-my-phone {
  width: 350px;
}

.phone-tip {
  width: 350px !important;
}

.phone-tip.layui-layer-content {
  width: 350px !important;
}

.wechat-tip {
  width: 420px !important;
}

.wechat-tip.layui-layer-content {
  width: 420px !important;
}

.wechat-tip.layui-layer-tips i.layui-layer-TipsB,
.wechat-tip.layui-layer-tips i.layui-layer-TipsT {
  display: none;
}

.wechat-tip.layui-layer-tips .layui-layer-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.3);
  padding: 0px
}

.pc-my-phone .title {
  height: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  position: relative;
}

.pc-my-phone .title img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}

.phone-item {
  padding: 10px 0px;
  margin-bottom: 0px;
}

.phone-form {
  padding-top: 20px;
}

.phone-item .col-md-4 {
  font-size: 14px;
  color: #1a192a;
  line-height: 38px;
  text-align: right;
}

.phone-item .col-md-3 {
  font-size: 14px;
  color: #1a192a;
  line-height: 38px;
  text-align: right;
}

.phone-item .col-md-8 input[type="text"] {
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  width: 100%;
}

.phone-item .col-md-8 .vercode-input {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  margin-right: 5%;
}

.phone-item .col-md-8 .pc-vercode {
  width: 45%;
  float: left;
  height: 38px;
  background-color: #e9f6ff;
  line-height: 38px;
  color: #014098;
  text-align: center;
  font-size: 12px;
}

.phone-item .col-md-9 input[type="text"] {
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  width: 100%;
}

.phone-item .col-md-9 .vercode-input {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  margin-right: 5%;
}

.phone-item .col-md-9 .pc-vercode {
  width: 45%;
  float: left;
  height: 38px;
  background-color: #e9f6ff;
  line-height: 38px;
  color: #014098;
  text-align: center;
  font-size: 12px;
}

.phone-item-tip {
  font-size: 12px;
  color: #db1111;
  line-height: 24px;
  padding: 10px 30px;
  text-align: center;
}

.pit-btn {
  text-align: center
}

.pit-btn a {
  display: inline-block;
  height: 30px;
  padding: 0px 20px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
}

.pit-btn .pc-sure {
  border: 1px solid #014098;
  background-color: #014098;
  color: #fff;
  margin-right: 2%;
}

.pit-btn .pc-cancel {
  border: 1px solid #c2c2c2;
  color: #999999;
}

.pc-my-wechat {
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
}

.pmw-title {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.pmw-detail {
  margin-top: 20px;
  text-align: center;
}

.pmw-detail img {
  width: 140px;
  height: 140px;
}

.pmw-tool {
  margin: 20px auto;
  padding: 8px 0;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  background-color: #0a57c3;
}

.phone-tip .layui-form input[type=checkbox],
.phone-tip .layui-form input[type=radio],
.phone-tip .layui-form select {
  display: inline-block;
}

.phone-tip .layui-form input[type=radio] {
  width: 19px;
  height: 19px;
  float: left;
}

.phone-tip .layui-form select {
  float: left;
  margin-right: 10px;
}

.sex-info {
  font-size: 14px;
  color: #333333;
  float: left;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 30px;
}

.date-info {
  font-size: 14px;
  color: #333333;
  float: left;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 3px;
}

.phone-tip.layui-layer-tips i.layui-layer-TipsL,
.phone-tip.layui-layer-tips i.layui-layer-TipsR {
  display: none;
}

.my-info-username {
  color: #1a192a;
  font-weight: 900;
  font-size: 20px;
  padding: 20px 0px;
  padding-left: 40px;
}

.phone-item .col-md-8 .vercode-input {
  width: 50% !important;
  float: left;
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  margin-right: 5% !important;
}

.phone-item .col-md-8 .pc-vercode {
  width: 45% !important;
  float: left;
  height: 38px;
  background-color: #e9f6ff;
  line-height: 38px;
  color: #014098;
  text-align: center;
  font-size: 12px;
}

.phone-item .col-md-9 .vercode-input {
  width: 50% !important;
  float: left;
  font-size: 14px;
  color: #1a192a;
  height: 38px;
  border: 1px solid #eeeeee;
  margin-right: 5% !important;
}

.phone-item .col-md-9 .pc-vercode {
  width: 45% !important;
  float: left;
  height: 38px;
  background-color: #e9f6ff;
  line-height: 38px;
  color: #014098;
  text-align: center;
  font-size: 12px;
}

.p-c-container .m-user-wrap table img.u-avator-edit {
  position: absolute;
  bottom: 0px;
  right: 0%;
}

.p-c-container .m-user-wrap .u-share.u-share-no {
  background-color: #f4f4f4;
  color: #333;
}

.person-c-avator {
  height: 40px;
  padding: 0px 30px 0px 65px;
  background: url("../img/0816/person-c-avator.png") 30px center no-repeat;
  background-color: #f4f4f4;
  color: #333333;
  font-size: 18px;
  line-height: 40px;
}

.pc-load-img {
  width: 400px;
  height: 400px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  line-height: 400px;
  margin: 0 auto;
  margin-top: 60px;
}

.pc-load-img .example-img {
  width: 250px;
  height: 250px;

}

.pc-load-btn {
  text-align: center;
  padding-top: 20px
}

.pc-load-btn a {
  display: inline-block;
  height: 40px;
  background-color: #014098;
  padding: 0px 32px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.pc-load-tip {
  width: 400px;
  margin: 0 auto;
  padding-left: 30px;
  margin-top: 20px;
  background: url("../img/0816/red-tip.png") 5px 5px no-repeat;
}

.pc-load-tip p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 750px) {
  .pc-load-img {
    width: 100vw;
    height: 100vw;
  }

  .pc-load-img .example-img {
    width: 62.5vw;
    height: 62.5vw;
  }

  .pc-load-tip {
    width: 100%;
  }

  .pc-my-phone {
    width: 100%;
  }

  .phone-tip {
    width: 80% !important;
  }

  .phone-tip.layui-layer-content {
    width: 100% !important;
  }

  .wechat-tip {
    width: 80% !important;
    /* left: 0px !important; */
  }

  .wechat-tip.layui-layer-content {
    width: 100% !important;
  }

  .phone-item .col-md-4 {
    text-align: left;
  }

  .phone-item .col-md-3 {
    text-align: left;
  }
}

/* 2021å¹´8æœˆ23æ—¥-----person-end */
/* 2021å¹´8æœˆ23æ—¥-----index-start */
.person-ce-avator {
  padding-left: 10px;
  position: relative;
  display: none;
}

.real-avator {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
}

.real-avator img {
  width: 32px;
  height: 32px
}

.real-avator i {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  background-color: #d0021b;
  border-radius: 6px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-style: normal;
  transform: translateX(50%);
}


.pc-my-avator {
  background-color: #fff;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.3);
  padding: 30px 35px;
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 125px;
  bottom: -131px;
  left: -247px;
  display: none;
}

.pc-my-avator.active {
  display: block;
}

.p-avator-index {
  width: 64px;
  height: 64px;
  border: 1px solid #dedede;
  padding: 2px;
  text-align: center;
  border-radius: 50%;
}

.p-avator-index img {
  width: 58px;
  height: 58px;
}

.pia-user-name {
  color: #1a192a;
  line-height: 30px;
  font-size: 14px;
  width: 155px;
  text-align: center;
}

.pia-user-btn {
  text-align: center;
  padding-top: 10px;
}

.pia-user-btn a {
  padding: 0px 20px;
  height: 30px;
  display: inline-block;
  border-radius: 2px;
  background-color: #014098;
  line-height: 30px;
  color: #fff
}

.tui-person {
  font-style: normal;
  color: #999999;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.my-avator-tui {
  background-color: #fff;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 200px;
  bottom: -346px;
  left: -247px;
  display: none;
}

.mat-title {
  height: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  position: relative;
  color: #333333;
  font-size: 14px;
}

.pci-tui {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.real-tip-center {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pcir-tui {
  width: 36px;
  height: 36px;
}

.real-tip-center span {
  font-size: 14px;
  color: #1a192a;
  line-height: 36px;
  padding-left: 10px;
}

.pci-tui-btn {
  text-align: center;
}

.pci-tui-btn a {
  padding: 0px 15px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 2px;
}

.pci-tui-btn a.pctb-sure {
  color: #fff;
  font-size: 14px;
  background-color: #014098;
  border: 1px solid #014098;
  margin-right: 5px;
}

.pci-tui-btn a.pctb-cancel {
  color: #999999;
  font-size: 14px;
  border: 1px solid #c2c2c2;
}

/* 2021å¹´8æœˆ23æ—¥-----index-end */
.jflb-tit .my-jp {
  top: 27px;
  right: 0px;
}

/******æ´»åŠ¨è§„åˆ™**********/
.u-rule825-box {
  margin-top: 40px;
  padding: 30px 80px 60px;
  background-color: #fff;
  border-top: 3px solid #205093;
  border-radius: 5px;
  color: #205093;
}

.u-rule825-box .hd .u-tt {
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
}

.u-rule825-box .bd p {
  font-size: 16px;
  line-height: 32px;
}

.u-rule825-box .bd .p1 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
}

.u-rule825-box .bd .p1:first-child {
  margin-top: 35px;
}


@media screen and (max-width: 750px) {
  .p-c-container .m-more-activity .activity-item {
    margin-bottom: 22px
  }

  .mycjq-c-tit3 .mycjq-ct-one>img {
    display: none;

  }

  .jfp-ci-li {
    width: 100%
  }

  .jflb-tit .my-jp {
    top: 27px;
    right: 0px;
    z-index: 2;
  }

  .cj-container .ndjt-title .ndjtr-tit {
    width: 100%;
    padding: 0px 27%;
  }

  .nd-jiangpin .ndjtr-tit {
    font-size: 32px;
  }

  .nd-jiangpin .my-jp {
    padding: 0px 30px 0px 20px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #004eb9;
    font-size: 24px;
    color: #004eba;
    background: url("../img/0816/my-jp-a.png") 95% center no-repeat;
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 1px;
    font-size: 22px;
    background-size: 20px;
  }

  .mycjq-c-tit3 .mycjq-ct-one {
    background: url(../img/0816/wdcjq-error.png) no-repeat top center;
  }

  .u-rule825-box {
    padding-left: 36px;
    padding-right: 36px;
  }

  .u-rule825-box .hd .u-tt {
    font-size: 30px;
  }
}

.u-online-exhibition-0831>.bd {
  overflow: initial;
  margin-left: 0px;
}

.u-online-exhibition-0831-pa.swiper-container {
  height: auto;
  padding-bottom: 30px;
}

.u-online-exhibition-0831-pa.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  opacity: 1;
}

.u-online-exhibition-0831-pa.swiper-container .swiper-pagination-bullet-active {
  background-color: #d0021b;
  opacity: 1;
}

.ex-area.layui-layer {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.exarea-swiper {
  width: 940px;
  height: 780px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255, .89);
}

.ex-area .exarea-swiper {
  margin: 0 auto;
}

.ex-area .swiper-container {
  height: auto;
}

.ex-area .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url("../img/0907/renwen-arrow2.png") center no-repeat;
}

.ex-area .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url("../img/0907/renwen-arrow1.png") center no-repeat;
}

.exarea-swiper {
  padding: 20px 40px;
  box-sizing: border-box;
}

.exarea-title {
  font-size: 24px;
  font-weight: 900;
  color: #393441;
  text-align: center;
}

.exarea-detail {
  color: #393441;
  font-size: 16px;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 30px;
}

.exarea-img {
  padding-top: 20px;
}

.exarea-img img {
  width: 100%;
  height: auto;
}

.u-online-exhibition-0831>.bd .u-exhibition-box {
  margin: 20px 15px 20px 15px;
}

@media screen and (max-width: 750px) {
  .exarea-swiper {
    padding: 10px;
  }

  .exarea-swiper {
    width: 100%;
    height: 440px;
  }

  .u-online-exhibition-0831>.bd .u-exhibition-box {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .no-padding.u-online-exhibition-0831-ppa {
    padding: 30px 15px 0px !important;
  }

}

.share-web-pc-en {
  width: 468px;
  height: 666px;
  background: url("../img/0907/qianer-en.png") center no-repeat;
  box-shadow: none;
}

.share-web-pc-en .layui-layer-setwin .layui-layer-close2 {
  top: 53px;
  width: 36px;
  height: 36px;
  background: url("../img/0804/share-img-close.png") center no-repeat;
}

.share-web-pc-en .layui-layer-setwin .layui-layer-close2:hover {
  background: url("../img/0804/share-img-close.png") center no-repeat;
  opacity: 0.8;
}

.jp-top-banner-en {
  width: 100%;
  height: 280px;
  background: url("../img/0907/guanshang-en.png") top center no-repeat;
}

@media screen and (max-width: 750px) {
  .jp-top-banner-en {
    display: none
  }
}

.gj-list li a.gjImg::after {
  background: url(../img/0907/pada-yin.png) no-repeat center;
  background-size: 51px 54px !important;
}

.jx-tit-en {
  text-align: center;
  padding-top: 50px;
}

.jx-tit-en img {
  width: 829px;
  height: 98px;
}

.cy-person {
  text-align: left;
  padding-left: 380px;
}

.yin-back-en {
  width: 655px;
  height: 506px;
}

.yin-back-m-en {
  display: none;
}

@media screen and (max-width: 750px) {
  .yin-back-en {
    display: none;
  }

  .yin-back-m-en {
    display: block;
    width: 100vw;
    height: 133.1vw;
  }

  .jx-tit-en img {
    width: 100%;
    height: auto;
  }

  .jx-tit-en {
    padding-top: 80px;
  }

  .cy-person {
    text-align: center;
    padding-left: 0px;
  }

  .download-app0323,
  .stickUp-Nav.mainNAV0314.stuckMenu.isStuck {
    z-index: 1000 !important;
  }
}

.m-second-cp-red {
  margin-top: 2vw;
  height: 96vw;
  width: 100vw;
  background: url("../img/0907/m-second-cp-red.png") center 0vw no-repeat;
  background-color: #215188;
  background-size: 100vw 102vw;
  padding-top: 21.7vw;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}

.m-second-cp-red .msc-son a {
  color: #6E7882;
  border-color: #CDCDD2;
}

.m-second-cp-red .msc-son a.active {
  background-color: #D60417;
  border-color: #D60417;
  color: #fff
}

.Guests-Forum .Guests-Forum-Tab {
  border-radius: 26px;
}

.country-wang-box .Guests-Forum .Guests-Forum-Tab li {
  width: 32.3%;

}

.country-wang-box .general .nav-pills>li>a {
  text-align: center;
}

.Guests-Forum .Guests-Forum-Tab li+li {
  margin-left: 0px;
}

.Guests-Forum .Guests-Forum-Tab li.active a {
  padding: 10px 17px;
  border-radius: 20px;
  color: #D0021B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.Guests-Forum .Guests-Forum-Tab li.active a:hover:before,
.Guests-Forum .Guests-Forum-Tab li.active a:focus:before,
.Guests-Forum .Guests-Forum-Tab li.active a:before {
  background-color: transparent;

}

.Guests-Forum .Guests-Forum-Tab li.active>a:focus,
.Guests-Forum .Guests-Forum-Tab li.active>a:hover {
  color: #D0021B;
  font-size: 16px;
  font-weight: bold;
}

.shoot-box .txt {
  text-align: center;
}

/* å¢žåŠ å›½å®¶å±•é¦–é¡µå›½å®¶å±•ä»‹ç»éƒ¨åˆ† */
.dynamic-country {
  position: relative;
  padding: 10px 0;
}

.dynamic-country a {
  display: block;
  min-height: 90px;
}

.dynamic-country a .ImgCrop {
  width: 130px;
  height: 90px;
  overflow: hidden;
  background: #000;
  border-radius: 4px;
  float: left;
  margin-right: 15px;
}

.dynamic-country img {
  transition: all 0.35s ease-in-out
}

.dynamic-country a h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  transition: all 0.35s ease-in-out
}

.dynamic-country a:hover img {
  opacity: 0.9;
  transition: all 0.35s ease-in-out
}

.dynamic-country a:hover h4 {
  color: #D0021B;
  transition: all 0.35s ease-in-out
}

.dynamic-country .label-a {
  display: inline-block;
  position: absolute;
  left: 145px;
  bottom: 10px;
  width: 90px;
  height: 24px;
  min-height: auto;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  background: #F6F6F6;
  text-align: center;
  color: #999;
  transition: all 0.35s ease-in-out
}

.dynamic-country .label-a:hover {
  background: #D0021B;
  color: #fff;
  transition: all 0.35s ease-in-out
}

@media screen and (max-width:320px) {
  .mld-title {
    font-size: 12px;
  }

  .mld-title span {
    font-size: 14px;
  }
}

@media (min-width:321px) and (max-width:375px) {
  .mld-title {
    font-size: 13px;
  }

  .mld-title span {
    font-size: 15px;
  }
}

@media (min-width:376px) and (max-width:750px) {
  .mld-title {
    font-size: 15px;
  }

  .mld-title span {
    font-size: 19px;
  }
}

/* 2021-10-21 ------start */
.ribbon-right p,
.ribbon-center p {
  font-size: 17px;
}

.ribbon-left h4 {
  font-size: 17px;
}

.ribbon-left h2.hot-phone {
  font-size: 20px;
}

.health-index img {
  width: 107px;
  height: 96px;
  margin-left: -13px;
  margin-top: 11px;
}

.per-heal-title {
  font-size: 24px;
  color: #d0021b;
  font-weight: 900;
  padding-bottom: 25px;
}

.per-heal-cz {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  background: url("../img/20211007/person-health-i1.png") center no-repeat;
}

.per-heal-cz>h1 {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per-heal-cz>h1>span {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.per-heal-cz>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-cz>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #d98425;
  background-color: rgba(255, 255, 255, 0.4);
}

.per-heal-gz {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  background: url("../img/20211007/person-health-i2.png") center no-repeat;
}

.per-heal-gz>h1 {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per-heal-gz>h1>span {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.per-heal-gz>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-gz>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #49a64c;
  background-color: rgba(255, 255, 255, 0.4);
}

.per-heal-jb {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  background: url("../img/20211007/person-health-i3.png") center no-repeat;
}

.per-heal-jb>h1 {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per-heal-jb>h1>span {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.per-heal-jb>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-jb>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #247ada;
  background-color: rgba(255, 255, 255, 0.4);
}

.per-heal-ty {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  background: url("../img/20211007/person-health-i4.png") center no-repeat;
}

.per-heal-ty>h1 {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per-heal-ty>h1>span {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.per-heal-ty>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-ty>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #7a0006;
  background-color: rgba(255, 255, 255, 0.4);
}

.per-heal-mt {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  background: url("../img/20211007/person-health-i5.png") center no-repeat;
}

.per-heal-mt>h1 {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.per-heal-mt>h1>span {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.per-heal-mt>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-mt>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #c63a00;
  background-color: rgba(255, 255, 255, 0.4);
}

.per-heal-tz {
  box-sizing: border-box;
  width: 260px;
  height: 148px;
  padding: 10px;
  margin-bottom: 20px;
  background: url("../img/20211007/person-health-i6.png") center no-repeat;
}

.per-heal-tz>h1 {
  text-align: center;
  margin: 0px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.per-heal-tz>h1>p {
  display: flex;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

.per-heal-tz>h1>p>img {
  width: 49px;
  height: 49px;
}

.per-heal-tz>h1>p>span {
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  padding-left: 10px;
}


.per-heal-tz>h1>.sp-zwh {}

.per-heal-tz>p {
  text-align: center;
  margin: 0px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

.per-heal-tz>p>span {
  display: inline-block;
  min-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #aabae4;
}

.tbzy-tool {
  text-align: center;
  padding: 40px 0px;
}

.tbzy-btn {
  padding: 15px 20px 15px 50px;
  background: #1c56a3 url(../img/20211007/person-health-i12.png) 18px center no-repeat;
  background-size: 17px 18px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.tbzy-btn:hover {
  background-color: #d0021b;
  color: #fff;
}

.Ribbon-20180814>.container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

@media screen and (max-width:750px) {
  .per-heal-title {
    padding-left: 20px
  }

  .per-heal-cz {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .per-heal-gz {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .per-heal-jb {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .per-heal-ty {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .per-heal-mt {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .per-heal-tz {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .Ribbon-20180814>.container {
    display: block
  }
}

/* 2021-10-21 ------end */