/* reset-------------------------------------------- */
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


a {
  display: inline-block;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input,
textarea,
button {
  outline: none;
}

*:focus {
  outline: none;
}

/* reset-------------------------------------------- */


.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.bg_img {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body {
  background-color: #fff;
  font-family: "Microsoft Yahei", sans-serif;
  color: #212121;
  padding-top: 90px;
}

body * {
  box-sizing: border-box;
}

body a {
  color: #212121;
}

body img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
}

@keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation: slideInLeft .5s forwards;
  animation: slideInLeft .5s forwards;
}

.page_container,
.container {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.common_title em {
  display: block;
  font-size: 34px;
}

.common_title span {
  display: block;
  font-size: 30px;
  color: #ccc;
  margin-top: -14px;
  font-weight: normal;
}
.layui-btn { padding:0 15px; background:#ffbd19; color:#fff; height:30px; line-height:30px; border-radius:25px; border:none;}

@media (max-width: 768px) {
  .page_container,
  .container {
    width: 96%;
    overflow: hidden;
  }
  #ad7-telcol_uid1 {
  display:none;
  }
}



/* page_header------------------------start */
.page_header {
    height: 90px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.page_header .logo {
  font-size: 0;
  float: left;
}

.page_header .logo a img {
  width: auto;
  height: 65px;
  margin-top:12px;
}

.page_header .nav_list_bg {
  display: none;
}

#mobileNavBtn {
  display: none;
}

.page_header .nav {
    margin-left: 32px;
    margin-top: 14px;
    float: left;
}

.page_header .nav_list {
  display: table;
}

.page_header .nav_item {
  display: table-cell;
  position: relative;
  font-size: 16px;
  vertical-align: middle;
  line-height:1;
}

.page_header .nav_item>a {
  padding: 0 18px;
  height: 62px;
  line-height: 62px;
  font-size:16px;

}

.page_header .nav_item>a.active,
.page_header .nav_item a:hover {
  color: #ffbd19;
  font-size:16px;
 
}

.page_header .sub_nav_list {
  display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 122%;
    padding: 12px 0;
    left: 50%;
    top: 62px;
    transform: translateX(-50%);
    z-index: 2;
}

.page_header .sub_nav_item {
  text-align: center;
  line-height: 34px;
  padding: 0 8px;
}

.page_header .sub_nav_item>a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.page_header .nav_item>a .iconfont {
  display: none;
}

.page_header .sub_nav_item:nth-last-child(1)>a {
  border-bottom: none;
}

.page_header .btns {
  float: right;
  margin-top: 18px;
}

.page_header .btns a {
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 40px;
  transition: box-shadow .2s;
}

.page_header .btns a span{
font-size: 20px;
    padding: 0 6px;
}

.page_header .btns a:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

.page_header .btns a:nth-child(1) {
  background: #ffbd19;
}

.page_header .btns a:nth-child(2) {
  background: #fb8c00;
}

@media (max-width: 768px) {
  .page_header{
  	height:76px;
  }
  .page_header .logo a img{
  	height: 62px;
  }
  .page_header .nav_list_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    background: rgba(0, 0, 0, .9);
  }

  #mobileNavBtn {
    display: block;
    float: right;
    font-size: 28px;
    padding: 23px 6px;
  }

  .page_header .nav {
    transform: translateX(-100%);
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: none;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 9;
    width: 76%;
        margin-top: 0;
    background-color: #fff;
    margin-left: 0;
  }

  .page_header .nav_list {
    display: block;
  }

  .page_header .nav_item {
    display: block;
    text-align: left;
  }

  .page_header .nav_item>a {
    color: #333;
    line-height: 58px;
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
  }

  .page_header .nav_item>a .iconfont {
    display: block;
    float: right;
    margin-top: 20px;
  }

  .page_header .sub_nav_list {
    position: static;
    width: 100%;
    transform: none;
  }

  .page_header .sub_nav_item {
    line-height: 42px;
    font-size: 16px;
  }

  .page_header .btns {
    display: none;
  }
}

/* page_header------------------------end */

/* page_banner---------------------------start */
.page_banner {
  height: 500px;
}

.page_banner .swiper-container,
.page_banner .swiper-wrapper,
.page_banner .swiper-slide { height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;}

.page_banner .video_wrap {
  width: 100%;
  height: 480px;
  position: relative;
}

.page_banner video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /* object-fit: cover; */
}

.page_banner .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  /*background: #006634;*/
}

.page_banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  z-index: 1;
}

.page_banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.page_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 4px;
}

.page_banner .swiper-pagination-bullet-active {
  background: #034123;
}

@media (max-width: 768px) {
  .page_banner {
    width: 100%;
    height: 150px;
  }

  .page_banner .swiper-pagination {
    bottom: 6px;
  }
}

/* page_banner---------------------------end */

/* page_fast_nav----------------------------start */
.page_fast_nav {
  margin-top: -17px;
  position: relative;
  z-index: 1;
}

.page_fast_nav .list {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.page_fast_nav .item {
  padding: 0 15px;
  width: 33.333%;
}

.page_fast_nav .item a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 12px 12px 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 38px rgba(0, 69, 138, .4);
  transition: transform .2s;
}
.page_fast_nav .item:nth-child(1) a{
	background:#213def;
}
.page_fast_nav .item:nth-child(2) a{
	background:#ffbd19;
}
.page_fast_nav .item:nth-child(3) a{
	background:#02a219;
}

.page_fast_nav .item a:hover {
  transform: translateY(-10px);
}

.page_fast_nav .item i {
  font-size: 100px;
}

.page_fast_nav .item:nth-child(1) a i{
	color:#fff;
}
.page_fast_nav .item:nth-child(2) a i{
	color:#fff;
}
.page_fast_nav .item:nth-child(3) a i{
	color:#fff;
}

.page_fast_nav .item h4 {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.page_fast_nav .item h4 em {
  font-size: 34px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}

.page_fast_nav .item h4 span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 4px;
}

.page_fast_nav .item label {
  margin-left: auto;
  font-size: 50px;
  align-self: start;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page_fast_nav {
    margin-top: 12px;
  }

  .page_fast_nav .list {
    justify-content: space-between;
    margin: 0;
  }

  .page_fast_nav .item {
    padding: 0;
    width: 32%;
  }

  .page_fast_nav .item a {
    padding: 8px;
    display: block;
  }

  .page_fast_nav .item h4 {
    margin: 0;
    text-align: center;
  }

  .page_fast_nav .item label {
    text-align: center;
    display: block;
  }
}

/* page_fast_nav----------------------------end */

/* page_news-----------------------------------start */
.page_news {
  padding: 60px 0;
}

.page_news .page_container {
  overflow: hidden;
}

.page_news .index_img {
  float: left;
  width: 50%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.page_news .main {
  float: left;
  width: 50%;
}

.page_news .main>.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_news .main>.top a {
  color: #1e88e5;
}

.page_news .main .list {
  margin-top: 32px;
}

.page_news .main .item {
  margin-bottom: 15px;
}

.page_news .main .item:nth-last-child(1) {
  margin-bottom: 0;
}

.page_news .main .item.top a {
  display: flex;
  align-items: center;
}

.page_news .main .item.top .cover {
  width: 160px;
  height: 88px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_news .main .item.top h4 {
  flex: 1;
  font-size: 18px;
  line-height: 32px;
  margin-left: 10px;
}

.page_news .main .item.normal a {
  display: block;
}

.page_news .main .item.normal h4 {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}

.page_news .main .item a:hover h4 {
  color: #1e88e5;
}

@media (max-width: 768px) {
  .page_news .index_img {
    width: 100%;
    height: 360px;
    background-position: center;
  }

  .page_news .main {
    width: 100%;
    margin-top: 30px;
  }

  .page_news .main .item.top .cover {
    height: 130px;
  }
}

/* page_news-----------------------------------end */

/* page_speaker-----------------------------------start */
.page_speaker {
  background: #13163c;
  padding: 60px 0;
  color: #fff;
}

.page_speaker .page_container {
  background: url('http://www.chccchina.com/jsp/img/index/starBg.png') no-repeat 0 0;
  min-height: 500px;
  position: relative;
}

.page_speaker .common_title em {
  color: #fff;
}

.page_speaker .common_title span {
  color: #7076bf;
}

.page_speaker .data {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.page_speaker .data li {
  flex: 1;
  display: flex;
  align-items: center;
}

.page_speaker .data em {
  font-size: 44px;
  font-weight: bold;
  border-bottom: 4px solid #28aae1;
  line-height: 50px;
}

.page_speaker .data p {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}

.page_speaker .data p span {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 4px;
}

.page_speaker .data p label {
  font-size: 18px;
  font-weight: bold;
}

.page_speaker .arrow_prev,
.page_speaker .arrow_next {
  position: absolute;
  font-size: 60px;
  z-index: 3;
  top: 50%;
  cursor: pointer;
}

.page_speaker .arrow_prev {
  left: -80px;
  transform: rotate(180deg);
}

.page_speaker .arrow_next {
  right: -80px;
}

.page_speaker .swiper-slide {
  font-size: 0;
  padding-top: 10px;
}

.page_speaker .swiper-slide a {
  width: 16.6%;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 24px;
  height: 330px;
  transition: transform .2s;
  display:inline-block;
      vertical-align: middle;
}

.page_speaker .swiper-slide a:hover {
  transform: translateY(-10px);
}

.page_speaker .swiper-slide .cover {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.page_speaker .swiper-slide h4 {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: normal;
}

.page_speaker .swiper-slide h4 em {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.page_speaker .swiper-slide h4 label {
  color: #28aae1;
  font-size: 12px;
  border: 1px solid;
  border-radius: 40px;
  padding: 3px 8px;
  margin-left: auto;
}

.page_speaker .swiper-slide p {
  font-size: 12px;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_speaker .more_btn {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  width: 180px;
  text-align: center;
  border-radius: 100px;
  line-height: 48px;
  margin: 40px auto 0;
}

.page_speaker .more_btn:hover {
  color: #1e88e5;
  border-color: #1e88e5;
}

@media (max-width: 768px) {
  .page_speaker .data {
    flex-wrap: wrap;
  }

  .page_speaker .data li {
    flex: auto;
    width: 50%;
    margin-bottom: 12px;
  }

  .page_speaker .data em {
    font-size: 24px;
    line-height: 32px;
  }

  .page_speaker .data p {
    margin-left: 10px;
  }

  .page_speaker .data p span {
    font-size: 13px;
  }

  .page_speaker .data p label {
    font-size: 14px;
  }

  .page_speaker .swiper-slide a {
    width: 50%;
  }
}

/* page_speaker-----------------------------------end */


/* page_data-----------------------------------------start */
.page_data {
  background-image: url('//www.chccchina.com/jsp/img/index/zsBG.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #fff;
}

.page_data .page_container {
  background: url('http://www.chccchina.com/jsp/img/index/banner.png') no-repeat 0 0;
  background-size: 110%;
  padding: 60px 0 100px;
}

.page_data img {
  display: block;
  width: 840px;
  margin: 0 auto;
}

.page_data ul {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.page_data li {
  display: flex;
  align-items: center;
}

.page_data li em {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}

.page_data li em::after {
  display:none;
  content: '';
  position: absolute;
  left: 2px;
  bottom: 0;
  height: 4px;
  background: #28aae1;
  width: 36px;
}

.page_data li p {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.page_data li span {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 4px;
}

.page_data li label {
  font-size: 22px;
}

@media (max-width: 768px) {
  .page_data img {
    width: 100%;
  }

  .page_data ul {
    flex-direction: column;
    align-items: center;
  }

  .page_data li {
    margin-bottom: 20px;
  }
}

/* page_data-----------------------------------------end */


/* page_media-------------------------------------------start */
.page_media {
  padding: 60px 0;
}

.page_media .list {
  font-size: 0;
  margin: -8px;
  margin-top: 30px;
}

.page_media li {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 16.6%;
  padding: 8px;
  margin-bottom: 8px;
}

.page_media a {
  display: block;
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  position: relative;
}

.page_media img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 90%;
}

@media (max-width: 768px) {
  .page_media li {
    width: 50%;
  }
}

/* page_media-------------------------------------------end */



/* page_contact-------------------------------------------start */
.page_contact {
  background: #f2f2f2;
  padding: 60px 0;
}

.page_contact .page_container {
  overflow: hidden;
}

.page_contact .left {
  float: left;
  width: 340px;
}

.page_contact .right {
  float: left;
  width: 860px;
}

.page_contact ul {
  font-size: 0;
}

.page_contact li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 90px)/3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.page_contact li h4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.page_contact li h4 span {
  font-size: 20px;
}

.page_contact li h4 label {
  color: #28aae1;
  font-size: 12px;
  font-weight: normal;
  border-radius: 40px;
  border: 1px solid;
  padding: 2px 8px;
  margin-left: 10px;
}

.page_contact li p {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.page_contact li p i {
  margin-right: 8px;
}

.page_contact li p.phone {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.page_contact li>i {
  background: url('//www.chccchina.com/jsp/img/index/code.png') no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  cursor: pointer;
}

.page_contact li .wx_code {
  transform: translateX(116px);
  position: absolute;
  top: 4px;
  right: 14px;
  width: 100px;
  z-index: 2;
  transition: transform .2s;
}

.page_contact li:hover .wx_code {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .page_contact .left img {
    display: none;
  }

  .page_contact .right {
    width: 100%;
  }

  .page_contact li {
    margin-left: 0;
    width: 100%;
  }

  .page_contact li .wx_code {
    transform: none;
  }
}

/* page_contact-------------------------------------------end */


/* page_footer-----------------------------------------------start */
.page_footer {
  background: #2d2d2d;
  color: #fff;
  padding: 50px 0 16px;
}

.page_footer .top .cnt {
  float: left;
  width: 360px;
}

.page_footer .top .cnt h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 18px;
}

.page_footer .top .cnt .main {
  font-size: 14px;
  line-height: 28px;
}

.page_footer .top .wx {
  float: right;
  text-align: center;
  width: 240px;
  position: relative;
  border: 1px solid #5b5b5b;
  padding: 40px 0 24px;
}

.page_footer .top .wx h4 {
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  width: 160px;
  background: #2d2d2d;
}

.page_footer .top .wx img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

.page_footer .bottom {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #454545;
}

.page_footer .bottom a {
  color: #fff;
}

.page_footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.page_footer .bottom .support {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .page_footer .top .cnt {
    width: 100%;
    margin-bottom: 20px;
  }

  .page_footer .top .wx {
    width: 100%;
  }

  .page_footer .bottom .copyright {
    display: block;
    margin-right: 0;
  }
}

/* page_footer-----------------------------------------------end */




/* 二级页面--------------------------------------------------------------- */
.sub_page {
  padding: 0 0 40px;
  position: relative;
  z-index: 5;
}

.sub-position {
  padding: 30px 0px 50px 0px;
}

.sub_page {
  padding: 50px 0;
  position: relative;
  z-index: 5;
}

.sub_page_nav {
  float: left;
  width: 22%;
}

.sub_page_nav h2 {
  background: #1e88e5;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 16px 10px;
  text-align: center;
}

.sub_page_nav .list {
  background: #f5f5f5;
  margin-top: 1px;
  text-align: center;
}

.sub_page_nav .list a {
  display: block;
  line-height: 52px;
  font-size: 17px;
  overflow: hidden;
  padding: 0 12px;
  border-bottom: 1px solid #fff;
}

.sub_page_nav .list a.active,
.sub_page_nav .list a:hover {
  color: #1e88e5;
}

.sub_page_nav .list a span {
  float: left;
}

.sub_page_nav i {
  float: right;
}

.sub_page_main {
  float: right;
  width: 78%;
  padding-left: 40px;
}

.sub_page_main .top {
  overflow: hidden;
  line-height: 80px;
  border-bottom: 1px solid #f5f5f5;
}

.sub_page_main .top span {
  float: left;
  font-size: 26px;
}

.sub_page_main .top p {
  float: right;
}

.sub_page_main_cont {
  padding: 20px 0;
  min-height: 500px;
}

.sub_page_main_cont .title {
  color: #1e88e5;
  font-size: 28px;
  margin-bottom: 10px;
}

.sub_page_main_cont .time {
  color: #bcbcbc;
  display: block;
  margin-bottom: 30px;
}

.sub_page_main_cont .photo {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  display: block;
}

.sub_page_main_cont .word {
  font-size: 16px;
  line-height: 28px;
}

.sub_cont_list li {
  margin-bottom: 30px;
}

.sub_cont_list li h4 {
  color: #1e88e5;
  font-size: 20px;
  margin-bottom: 4px;
}

.sub_cont_list li p {
  font-size: 16px;
  line-height: 28px;
}

.share_wrap {
  margin-top: 66px;
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}

.share_wrap .share_tit {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .sub_page {
    padding: 30px 0;
  }

  .sub_page_nav {
    display: none;
  }

  .sub_page_main {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sub_page_main .top {
    line-height: 36px;
  }

  .sub_page_main .top span {
    font-size: 18px;
  }

  .sub_page_main .top p {
    float: right;
    font-size: 13px;
  }

  .sub_page_main_cont {
    padding: 14px 0;
    min-height: 300px;
  }

  .sub_page_main_cont .title {
    font-size: 20px;
  }

  .sub_page_main_cont .time {
    font-size: 14px;
  }

  .sub_page_main_cont .photo {
    width: 100%;
  }

  .sub_page_main_cont .word {
    font-size: 15px;
    line-height: 26px;
    margin-top: 16px;
  }

  .sub_cont_list li {
    margin-bottom: 18px;
  }

  .sub_cont_list li h4 {
    font-size: 17px;
  }

  .sub_cont_list li p {
    font-size: 15px;
    line-height: 24px;
  }
}

.sub_speaker_list {
  overflow: hidden;
}

.sub_speaker_item {
  width: 25%;
  float: left;
  padding: 16px;
}

.sub_speaker_item a {
  display: block;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.sub_speaker_item a:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.sub_speaker_item .avatar {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.sub_speaker_item p {
  text-align: center;
  line-height: 32px;
  background: #f1f1f1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 14px;
}

@media (max-width: 768px) {
  .sub_speaker_item {
    width: 50%;
    padding: 4px;
  }

  .sub_speaker_item p {
    font-size: 12px;
  }

  .sub_speaker_item .avatar {
    height: 166px;
  }
}

/* 二级页面--------------------------------------------------------------- */

/* 分页--------------------------------------------------------------- */
.pagination {
  margin-top: 50px;
  font-size: 0;
}

.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 12px;
  margin-left: 10px;
  font-size: 16px;
}


.pagination a.active {
  background: #1e88e5;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
}

@media (max-width: 768px) {
  .pagination span {
    display: block;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 10px;
    font-size: 14px;
  }

  .pagination a {
    margin-left: 0;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}

/* 分页--------------------------------------------------------------- */

/* 表单页面-------------------------------------------------------------- */
.sub_form {
  position: relative;
}

.sub_form_item {
  font-size: 0;
}

.sub_form_item.radio {
  margin: 0;
}

.sub_form_item>label {
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  width: 26%;
  text-align: right;
  padding: 20px;
  font-size: 15px;
  margin: 0;
}

.sub_form_item>label.textarea_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>label.verifycode_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>.form_cont {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  width: 70%;
  font-size: 15px;
  margin: 0 1% 0 2%;
  border: 1px solid #d6d6d6;
  padding: 0 16px;
  color: #727272;
}

.sub_form_item>textarea.form_cont {
  height: 140px;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sub_form_item>.form_cont#verifycode {
  width: 170px;
  vertical-align: top;
  margin-top: 10px;
}

.sub_form_item img.verifycode {
  width: 132px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  margin-top: 10px;
}

.sub_form_item>i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  color: red;
  font-weight: 300;
}

.sub_form_item .radio_cont {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.sub_form_item .radio_cont input {
  position: static;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.sub_form_item .radio_cont label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.form_submit_btn {
  position: absolute;
  left: 28%;
  bottom: 2px;
  background: #222222;
  color: #fff;
  text-align: center;
  font-size: 17px;
  border: none;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 26px;
  z-index: 3;
}

@media (max-width: 768px) {
  .sub_form {
    margin-top: 20px;
  }

  .sub_form_item {
    margin-bottom: 28px;
  }

  .sub_form_item>label {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
    background: transparent;
  }

  .sub_form_item>.form_cont {
    padding: 0 16px;
    color: #727272;
    margin: 0 1% 0 0;
    width: 98%;
  }

  .sub_form_item .radio_cont {
    margin-left: 0;
  }

  .sub_form_item>label.textarea_label,
  .sub_form_item>label.verifycode_label {
    height: auto;
  }

  .sub_form_item>textarea.form_cont {
    margin: 0;
  }

  .sub_form_item>.form_cont#verifycode {
    width: 50%;
  }

  .sub_form_item img.verifycode {
    width: 44%;
  }

  .form_submit_btn {
    position: static;
  }
}

/* 表单页面-------------------------------------------------------------- */

/* 展品列表------------------------------------------------------- */
.exhibit_mod_list {
  overflow: hidden;
}

.exhibit_mod_item {
  float: left;
  width: 25%;
  padding: 10px;
}

.exhibit_mod_item a {
  display: block;
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.exhibit_mod_item .cover {
  height: 148px;
  background-size: contain;
  background-color: #fff;
}

.exhibit_mod_item h4 {
  padding: 10px 10px 8px;
  font-weight: normal;
  background: #fff
}

.exhibit_mod_item p {
  font-size: 14px;
  padding: 4px 10px 6px;
}

.exhibit_mod_item em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #1e88e5;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 0 0 0 10px;
}

@media (max-width: 768px) {
  .exhibit_mod_item {
    width: 100%;
  }
}

/* 展品列表------------------------------------------------------- */

/* 二级页面列表-------------------------------------------------------------- */
.sub_review_list {
  overflow: hidden;
}

.sub_review_item {
  width: 25%;
  float: left;
  padding: 10px;
}

.sub_review_item a {
  height: 172px;
  border: 1px solid #ededed;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sub_review_item a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sub_review_item p {
  text-align: center;
  color: #868686;
  background: #f5f5f5;
  line-height: 32px;
}

@media (max-width: 768px) {

  .sub_review_item {
    width: 50%;
  }

  .sub_review_item a {
    height: 80px;
  }

  .sub_review_item p {
    line-height: 28px;
    font-size: 13px;
  }
}


.sub_map {
  display: block;
  margin-bottom: 20px;
}


.sub_download_item {
  position: relative;
  margin-bottom: 24px;
}

.sub_download_item a {
  display: block;
}

.sub_download_item .left {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 80px;
  background: #1e88e5;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 80px;
  margin-right: 30px;
}

.sub_download_item .right {
  display: inline-block;
  vertical-align: middle;
}

.sub_download_item p {
  font-size: 20px;
  margin-bottom: 14px;
  color: #1e88e5;
}

.sub_download_item span {
  color: #bcbcbc;
}

.sub_download_item em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .sub_download_item {
    font-size: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
  }

  .sub_download_item .left {
    width: 20%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
  }

  .sub_download_item .right {
    width: 80%;
    padding-left: 10px;
  }

  .sub_download_item p {
    font-size: 15px;
  }

  .sub_download_item span {
    font-size: 13px;
  }

  .sub_download_item em {
    display: block;
    position: static;
    font-size: 14px;
    -webkit-transform: none;
    transform: none;
    margin-top: 16px;
  }
}

/* 联系我们-------------------------------------------------------------- */
.sub_contact_group {
  margin-bottom: 50px;
}

.sub_contact_group h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.sub_contact_list {
  overflow: hidden;
}

.sub_contact_list li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 24px;
}

.sub_contact_list .wrap {
  -webkit-box-shadow: 0px 0px 20px 5px #f3f3f3;
  box-shadow: 0px 0px 20px 5px #f3f3f3;
  background: #fff;
  overflow: hidden;
  padding: 20px;
  position: relative;
  min-height: 239px;
}

.sub_contact_list .wrap .show_wx_ewm_btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  color: #87c2ff;
  padding: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.sub_contact_list .avatar {
  width: 138px;
  height: 180px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #87c2ff;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 170px;
}


.sub_contact_list .msg {
  float: left;
  margin-left: 26px;
}

.sub_contact_list .msg .name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 76px;
  white-space: nowrap;
  text-align-last: justify;
}

.sub_contact_list .msg .department {
  font-size: 14px;
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 6px;
}

.sub_contact_list .msg .other {
  border-top: 1px solid #f1f1f1;
  margin-top: 8px;
  padding-top: 10px;
}

.sub_contact_list .msg .other p {
  margin-bottom: 10px;
  font-size: 15px;
}


@media (max-width: 768px) {
  .sub_contact {
    margin-top: 24px;
  }

  .sub_contact_group h3 {
    margin-bottom: 0;
  }

  .sub_contact_list li {
    width: 100%;
    padding: 20px 12px;
  }

  .sub_contact_list .avatar {
    display: none;
  }

  .sub_contact_list .msg {
    margin-left: 0;
  }

}

/* 联系我们-------------------------------------------------------------- */

.sub_exhibitor_wrap {
  overflow: hidden;
}

.sub_exhibitor_left {
  float: left;
  width: 33%;
  padding-right: 40px;
}

.sub_exhibitor_logo {
  width: 300px;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
}

.sub_exhibitor_msg {
  line-height: 30px;
}

.sub_exhibitor_right {
  float: right;
  width: 67%;
}


.sub_exhibitor_title {
  font-size: 26px;
}

.sub_exhibitor_right .hall {
  margin: 40px 0 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
}

.sub_exhibitor_right .hall i {
  color: #1e88e5;
  margin-right: 10px;
}

.sub_exhibitor_right .hall .left,
.sub_exhibitor_right .hall .right {
  float: left;
  width: 48%;
  border: 1px solid #d6d6d6;
  padding: 18px 0 18px 40px;
}

.sub_exhibitor_right .hall .right {
  float: right;
}

.sub_exhibitor_right .intro {
  margin-bottom: 30px;
}

.sub_exhibitor_right .intro p {
  line-height: 26px;
}

.sub_exhibitor_right h3 {
  font-size: 20px;
  color: #1e88e5;
  margin-bottom: 6px;
}

.sub_exhibitor_right h3 .more {
  background: #1e88e5;
  color: #fff;
  float: right;
  padding: 6px 8px;
  border: none;
  font-size: 12px;
}

.sub_exhibitor_right .exhibits ul {
  overflow: hidden;
}

.sub_exhibitor_right .exhibits li {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.sub_exhibitor_right .exhibits a {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
}

.sub_exhibitor_right .exhibits li .cover {
  height: 134px;
}

.sub_exhibitor_right .exhibits li h4 {
  text-align: center;
  padding: 6px;
  font-size: 15px;
}

.sub_exhibitor_right .exhibits li em {
  position: absolute;
  right: 0;
  top: 0;
  background: #1e88e5;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  z-index: 2;
}

@media (max-width: 768px) {

  .sub_exhibitor_left,
  .sub_exhibitor_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .sub_exhibitor_logo {
    width: 100%;
    margin-bottom: 12px;
  }

  .sub_exhibitor_title {
    font-size: 20px;
    text-align: center;
  }

  .sub_exhibitor_right .hall {
    margin: 14px 0 18px;
    font-size: 13px;
  }

  .sub_exhibitor_right .hall .left,
  .sub_exhibitor_right .hall .right {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
  }

  .sub_exhibitor_right .intro p {
    font-size: 15px;
  }

  .sub_exhibitor_right .exhibits li {
    width: 100%;
  }
}



.sub_exhibit_cover {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub_exhibit_name {
  font-size: 24px;
  color: #1e88e5;
}

.sub_exhibit_type {
  background: #1e88e5;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  margin: 8px 0 24px;
}

.sub_exhibit_intro {
  line-height: 28px;
}

@media (max-width: 768px) {
  .sub_exhibit_name {
    font-size: 18px;
  }

  .sub_exhibit_intro {
    font-size: 15px;
  }
}

.appoint_btn {
  background: #e93f33;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  display: block;
  width: 96px;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 768px) {
  .appoint_btn {
    font-size: 14px;
    width: 74px;
    margin: 12px auto 0;
  }
}

.appoint_mod_bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.appoint_mod {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 4%;
  left: 50%;
  margin-left: -300px;
  z-index: 100;
  padding: 20px;
  max-height: 92%;
  overflow: auto;
}

.appoint_mod h3 {
  font-size: 28px;
  color: #1e88e5;
  margin-bottom: 20px;
}

.appoint_mod_item {
  margin-bottom: 24px;
}

.appoint_mod_item label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 8px;
}

.appoint_mod_item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 36px;
}

.appoint_mod_item img {
  width: 140px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  margin-left: 20px;
}

.appoint_mod_item em {
  background: #1e88e5;
  color: #fff;
  font-size: 16px;
  padding: 8px 14px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.appoint_mod button {
  border: none;
  display: inline-block;
  margin-right: 24px;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 32px;
  cursor: pointer;
}

.appoint_mod_submit {
  background: #266baf;
  color: #fff;
}

.appoint_mod_close {
  color: #e50000;
}

@media (max-width: 768px) {
  .appoint_mod {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .appoint_mod h3 {
    font-size: 24px;
  }

  .appoint_mod_item label {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .appoint_mod_item img {
    width: 130px;
  }

  .appoint_mod_item em {
    font-size: 14px;
  }

  .appoint_mod button {
    margin-right: 16px;
    padding: 10px 34px;
    font-size: 15px;
  }
}

/* 新闻----------------------------------------------------------------------- */
.news_item {
  float: left;
  width: 25%;
  padding: 12px;
}

.news_item a {
  display: block;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.news_item a:hover {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.news_item .cover {
  height: 200px;
  background-color: #1e88e5;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 200px;
}

.news_item .cont {
  background: #fff;
  padding: 12px 12px 20px;
  border-bottom: 2px solid #1e88e5;
}

.news_item .cont em {
  color: #a5a5a5;
  display: block;
  margin-top: 12px;
  font-size: 14px;
}


@media (max-width: 768px) {
  .news_mod {
    padding: 30px 0;
  }

  .news_item {
    width: 100%;
    padding: 4px 4px 14px;
  }
}

/* 新闻----------------------------------------------------------------------- */
/* 合作媒体----------------------------------------------------------------- */
.media_mod_item {
  float: left;
  width: 20%;
  padding: 8px;
}

.media_mod_item a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.media_mod_item .cover {
  width: 100%;
  height: 92px;
  position: relative;
  overflow: hidden;
}

.media_mod_item .cover img {
  width: auto;
  height: auto;
  max-height: 92px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.media_mod_item .cover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.media_mod_item p {
  text-align: center;
  background: #f1f1f1;
  color: #666;
  line-height: 32px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .media_mod_item {
    width: 50%;
  }

  .media_mod_item .cover {
    height: 62px;
  }

  .media_mod_item .cover img {
    max-height: 62px;
  }

  .media_mod_item p {
    font-size: 13px;
  }
}

/* 合作媒体----------------------------------------------------------------- */

/* 展商名录---------------------------------------------------------------- */
.exhibitor_mod_item {
  float: left;
  width: 25%;
  padding: 12px;
}

.exhibitor_mod_item a {
  display: block;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, .3);
  box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, .3);
  padding: 14px;
  background: #fff;
  border: 1px solid #f5f5f5;
}

.exhibitor_mod_item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1e88e5;
}

.exhibitor_mod_item .logo {
  height: 90px;
  background-size: contain;
  position: relative;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  margin: 16px 10px;
  overflow: hidden;
}

.exhibitor_mod_item .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.exhibitor_mod_item .logo img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.exhibitor_mod_item p {
  font-size: 15px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .exhibitor_mod_item {
    width: 50%;
    padding: 4px;
  }

  .exhibitor_mod_item a {
    padding: 8px;
  }

  .exhibitor_mod_item h3 {
    font-size: 14px;
  }

  .exhibitor_mod_item .logo {
    height: 62px;
  }

  .exhibitor_mod_item .logo img {
    max-height: 62px;
  }

  .exhibitor_mod_item p {
    font-size: 12px;
  }
}

/* 展商名录---------------------------------------------------------------- */

/* 二级页面列表-------------------------------------------------------------- */
.website_prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .9);
  display: none;
}

.website_prompt_wrap {
  position: absolute;
  z-index: 2;
  width: 500px;
  background: #fff;
  text-align: center;
  padding: 32px;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}

.website_prompt h2 {
  font-size: 30px;
}

.website_prompt p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

.wx_ewm_wrap {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
}

.wx_ewm_wrap_main {
  position: absolute;
  background: #fff;
  z-index: 3;
  width: 490px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wx_ewm_wrap_main label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  padding: 10px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.wx_ewm_wrap_main img {
  width: 320px;
  margin: 52px auto 10px;
  display: block;
}

.wx_ewm_wrap_main p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .website_prompt_wrap {
    width: 90%;
  }

  .website_prompt h2 {
    font-size: 28px;
  }

  .website_prompt p {
    font-size: 16px;
    line-height: 26px;
  }

  .wx_ewm_wrap_main {
    width: 94%;
  }

  .wx_ewm_wrap_main img {
    width: 100%;
  }
}