@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #424c5f;
  font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "华文细黑", "STHeiti Light [STXihei]", Helvetica, Arial, sans-serif;
  }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  a[href]:hover {
    color: #f2708c;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e5e5e5;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.global-inner {
  width: 85vw;
	max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.lg-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
	padding: 0 4em;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .global-inner, .lg-inner{
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.2rem !important;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }

  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }

  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header, .modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.btn-h a, .btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.btn-h::after {
  content: '';
  display: block;
  width: 300%;
  padding-top: 300%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: inherit;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  opacity: 0;
  border-radius: 100%;
  margin: -150% 0 0 -150%;
}
.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}
.btn-h .hover {
  display: none;
}
@media screen and (min-width: 1000px) {
  .btn-h:hover::after {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .btn-h:hover .img {
    display: none;
  }
  .btn-h:hover .hover {
    display: block;
  }
}

/* header */
.header{
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	box-shadow: 0 8px 32px rgba(17, 58, 92, 0.1);
}
.head-place{
	height: 3.5em;
}
.header .row{
	width: 100%;
	height: 100%;
	position: relative;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.head-logo{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.head-logo img{
	height: 1.6em;
	display: block;
}
.head-navlist{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.head-navlist li{
	padding: 0 1.25em;
}
.head-navlist a{
	display: block;
	cursor: pointer;
	position: relative;
	font-size: .8em;
}
.head-navlist a::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #f2708c;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
}
.head-navlist li.active a{
	color: #f2708c;
}
.head-navlist li.active a::after{
	width: 100%;
	opacity: 1;
}
.head-home{
	font-size: .8em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	height: 100%;
}
.head-home img{
	width: 1.125em;
	display: block;
	margin-right: 0.5em;
}
.head-home .ic2{
	display: none;
}
.head-menu{
	width: 0.44rem;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.head-menu_open{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.head-menu_open img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	-webkit-object-fit: contain;
	object-position: center center;
	-webkit-object-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}
.head-menu_close{
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}
.head-menu_close .bi{
	width: 0.44rem;
	height: 0.44rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #f2708c;
}

.modal-appnav {
  background: #fff;
  color: #ff6485;
}
.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.24rem 0 0;
}
.modal-appnav .modal-content {
  width: 100%;
  min-height: calc(100vh - 1.24rem);
  text-align: center;
  padding: 1.32rem 0.3rem 1.7rem;
}
.modal-appnav .navitem {
  margin-bottom: .26rem;
}
.modal-appnav .navitem:last-child {
  margin-bottom: 0;
}
.modal-appnav .navlv1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: .4rem;
  line-height: .72rem;
}
.modal-appnav .navlv1 a {
  display: block;
}
.mdapp-navtool{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	right: .3rem;
	bottom: .8rem;
	z-index: 100;
}
.mdapp-navtool a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 .2rem;
	font-size: .32rem;
	line-height: .42rem;
	color: #fead00;
}
.mdapp-navtool a img{
	width: .42rem;
	height: .42rem;
	display: block;
	margin-right: .14rem;
}

body.open-appnav .head-menu_open{
	display: none;
}
body.open-appnav .head-menu_close{
	display: block;
}

@media screen and (min-width: 992px) {
	.head-navlist li:hover a{
		color: #f2708c;
	}
	.head-home:hover .ic1{
		display: none;
	}
	.head-home:hover .ic2{
		display: block;
	}
}
@media screen and (max-width: 991.98px) {
	.header{
		width: 100%;
		height: 1.25rem;
		z-index: 2000;
	}
	.head-place{
		height: 1.25rem;
	}
	.head-logo img{
		height: 0.46rem;
	}
}

/* main-box */
.main-box{
	width: 100%;
	min-height: 500px;
	position: relative;
	padding: 0 0 6.5em;
}
@media screen and (max-width: 991.98px){
	.main-box{
		padding-bottom: 1.4rem;
	}
}

/* footer */
.footer{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.foot-topbox{
	width: 100%;
	background-color: #f7f7f7;
	position: relative;
	padding: 2.85em 0 1.75em;
	text-align: center;
}
.foot-t1{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 2.3em;
}
.foot-t1 img{
	height: 1.5em;
	display: block;
}
.foot-ewm{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 1.9em;
}
.foot-ewm li{
	padding: 0 1em;
}
.foot-ewm .box{
	width: 6em;
	display: block;
}
.foot-ewm .imgs{
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.foot-ewm .imgs img{
	width: 100%;
	display: block;
}
.foot-ewm .tit{
	font-size: .7em;
	line-height: 1em;
}
.foot-tel{
	font-size: .9em;
	line-height: 1em;
	color: #5eafeb;
	font-style: italic;
}
.foot-botbox{
	width: 100%;
	background-color: #ededed;
	padding: 0.8rem 0;
	font-size: .7em;
	line-height: 1.5em;
	color: #666;
}
.foot-botbox .row{
	width: 100%;
	justify-content: center;
	-webkit-justify-content: center;
}
.foot-icp{
	margin: 0 0.5rem;
}

@media screen and (max-width: 991.98px) {
	.foot-topbox{
		padding: 0.58rem 0 0.36rem;
	}
	.foot-t1{
		margin-bottom: 0.58rem;
	}
	.foot-t1 img{
		width: 4.8rem;
		max-width: 100%;
		height: auto;
	}
	.foot-ewm{
		margin-bottom: 0.58rem;
	}
	.foot-ewm li{
		padding: 0 0.25rem;
	}
	.foot-ewm .box{
		width: 1.4rem;
	}
	.foot-ewm .imgs{
		border-radius: 5px;
		margin-bottom: 0.16rem;
	}
	.foot-ewm .tit{
		font-size: 0.2rem;
	}
	.foot-tel{
		font-size: 0.24rem;
		font-weight: bold;
	}
	.foot-botbox{
		padding: 0.3rem 0 0.28rem;
		font-size: 0.2rem;
		line-height: 0.4rem;
	}
	.foot-icp{
		margin: 0 0 0 0.15rem;
	}
	.foot-wa{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 767.98px){
	.footer{
		padding-bottom: 40px;
	}
}

/* 在线咨询 */
body.open-appnav .udesk-client-btn{
	z-index: 50 !important;	
}
@media screen and (max-width: 767.98px){
	.udesk-client-btn{
		margin: 0 !important;
	}
}

/* 我要入会 */
.hmsect-wyrh{
	margin-bottom: 5em;
}
.hmwyrh-web{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hmwyrh-web .imgs{
	width: 100%;
	height: 34em;
	display: block;
	position: relative;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}
.hmwyrh-web .bd{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
}
.hmwyrh-web .txtbox{
	width: 41vw;
	max-width: 785px;
	float: right;
	position: relative;
	padding: 8.75vw 1.6em 0 0;
}
.hmwyrh-web .tit{
	margin-bottom: 1.3em;
}
.hmwyrh-web .tit img{
	width: 100%;
	height: 2.5em;
	display: block;
	object-fit: contain;
	-webkit-object-fit: contain;
	object-position: center bottom;
	-webkit-object-position: center bottom;
}
.hmwyrh-web .doc{
	font-size: 1em;
	line-height: 1.7em;
	text-indent: 2em;
}
.hmwyrh-web .ewmbox{
	width: 6em;
	display: block;
	position: absolute;
	right: 6.15em;
	bottom: 2.4em;
	z-index: 20;
	text-align: center;
}
.hmwyrh-web .ewm{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 0.7em;
}
.hmwyrh-web .ewm img{
	width: 100%;
	border-radius: inherit;
	display: block;
}
.hmwyrh-web .ewmbox h5{
	font-size: .9em;
	line-height: 1em;
}
.hmwyrh-app{
	width: 100%;
	height: 8.6rem;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.hmwyrh-app .imgs{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.hmwyrh-app .bd{
	width: 100%;
	padding: 0.82rem 0.4rem 0;
	position: relative;
	z-index: 20;
}
.hmwyrh-app .tit{
	margin-bottom: 0.34rem;
}
.hmwyrh-app .tit img{
	width: 100%;
	height: 0.54rem;
	display: block;
	object-fit: contain;
	-webkit-object-fit: contain;
	object-position: left bottom;
	-webkit-object-position: left bottom;
}
.hmwyrh-app .doc{
	font-size: 0.3rem;
	line-height: 0.46rem;
}
.hmwyrh-app .tool{
	margin-top: 0.86rem;
}
.hmwyrh-app .btn-link{
	width: 2rem;
	display: block;
}
.hmwyrh-app .btn-link img{
	width: 100%;
	display: block;
}
.hmwyrh-app .ewmbox{
  width: 6em;
  max-width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin-top: .34rem;
  white-space:nowrap;
}
.hmwyrh-app .ewm{
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 0.1rem;
}
.hmwyrh-app .ewm img{
  width: 100%;
  border-radius: inherit;
  display: block;
}
.hmwyrh-app .ewmbox h5{
  font-size: .26rem;
  line-height: 1em;
}
@media screen and (max-width: 991.98px) {
	.hmsect-wyrh{
		margin-bottom: 1rem;
	}
}

/* 会员权益 */
.hmsect-hyqy{
	margin: 5em 0 4.5em;
}
.hyqy-hbswip{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hyqy-hbswip img{
	width: 100%;
	display: block;
}
.hyqy-hbswip a{
	width: 100%;
	display: block;
	position: relative;
}

.hyqy-tabswip{
	width: 100%;
	height: calc(4.8em + 1px);
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	margin-top: 1em;
}
.hyqy-tabswip::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.hyqy-tabswip .swiper-wrapper{
	z-index: 5;
	justify-content: center;
}
.hyqy-tabswip .swiper-slide{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.hyqy-tabswip .box{
	padding: 0 0.5em 6px;
	position: relative;
	cursor: pointer;
}
.hyqy-tabswip .box::after{
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #f2708c;
	position: absolute;
	left: 50%;
	bottom: -1px;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.hyqy-tabswip .imgs{
	width: 2.7em;
	height: 2.7em;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hyqy-tabswip .imgs img{
	width: 100%;
	height: 2.2em;
	display: block;
	position: relative;
	object-fit: contain;
	-webkit-object-fit: contain;
	object-position: center center;
	-webkit-object-position: center center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.hyqy-tabswip .tit{
	line-height: 1.8em;
	text-align: center;
	white-space: nowrap;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.hyqy-tabswip .tit a{
	font-size: .9em;
}
.hyqy-tabswip .thumb-active .box::after{
	width: 100%;
	opacity: 1;
}
.hyqy-tabswip .thumb-active .imgs img{
	height: 2.7em;
}
.hyqy-tabswip .thumb-active .tit a{
	color: #f2708c;
	font-size: 1em;
}

@media screen and (max-width: 991.98px){
	.hmsect-hyqy{
		margin: 1rem 0;
	}
	.hyqy-tabswip{
		height: calc(1.1rem + 1px);
		margin: 0.42rem 0 0;
	}
	.hyqy-tabswip .box{
		padding: 0 0.24rem 3px;
	}
	.hyqy-tabswip .imgs{
		width: 0.48rem;
		height: 0.48rem;
	}
	.hyqy-tabswip .imgs img{
		width: 100%;
		height: 100%;
	}
	.hyqy-tabswip .tit{
		line-height: 0.58rem;
	}
	.hyqy-tabswip .tit a{
		font-size: 0.28rem;
	}
	.hyqy-tabswip .thumb-active .imgs img{
		height: 100%;
	}
	.hyqy-tabswip .thumb-active .tit a{
		font-size: .28rem;
	}
}
@media screen and (max-width: 767.98px) {
	.hyqy-tabswip{
		width: 100vw;
		padding: 0 0.2rem;
		margin: 0.42rem -0.2rem 0;
	}
}

/* 会员活动 */
.hmsect-hyhd{
	width: 100%;
	position: relative;
	margin: 4.5em 0 2em;
}
.hmsect-hyhd img{
	width: 100%;
	display: block;
}

@media screen and (max-width: 991.98px){
	.hmsect-hyhd{
		margin: 1rem 0 0.4rem;
	}
}

/* 妈咪课堂和互动交流 */
.hmsect-botbox .row{
	margin: 0 -0.5em;
}
.hmsect-botbox .item{
	padding: 0 0.5em;
}
.hmsect-botbox .box.web{
	width: 100%;
	height: 13.5em;
	display: block;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.hmsect-botbox .box.web .imgs{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background: no-repeat right center;
	background-size: cover;
}
.hmsect-botbox .box.web .bd{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.hmsect-botbox .box.web .b-left{
	width: 42.4%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;
	transition: width .3s linear;
	-webkit-transition: width .3s linear;
	padding: 3.3em 2.1em 0;
}
.hmsect-botbox .box.web .tit img{
	width: 100%;
	height: 2em;
	display: block;
	object-fit: contain;
	-webkit-object-fit: contain;
	object-position: left center;
	-webkit-object-position: left center;
}
.hmsect-botbox .box.web .word{
	width: 100%;
	max-width: 165px;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.4em;
}
.hmsect-botbox .box.web .doc{
	width: 68%;
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 1.25em;
	opacity: 0;
	visibility: hidden;
	transition: visibility .1s, opacity 0.1s;
	-webkit-transition: visibility .1s, opacity 0.1s;
	position: absolute;
	left: 2.625em;
	top: 6.25em;
	z-index: 25;
}
.hmsect-botbox .box.web .ewmbox{
	width: 4.8em;
	position: absolute;
	right: 1.9em;
	top: 4.6em;
	z-index: 30;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: visibility .1s, opacity 0.1s;
	-webkit-transition: visibility .1s, opacity 0.1s;
}
.hmsect-botbox .box.web .ewm{
	width: 100%;
	border: solid 3px;
	margin-bottom: 0.4em;
	border-radius: 8px;;
	overflow: hidden;
}
.hmsect-botbox .box.web .ewm img{
	width: 100%;
	display: block;
	border-radius: inherit;
}
.hmsect-botbox .box.web .ewmbox h6{
	font-size: 0.8em;
	line-height: 1em;
}
.hmsect-botbox .box.web:hover .b-left{
	width: 100%;
}
.hmsect-botbox .box.web:hover .word{
	display: none;
}
.hmsect-botbox .box.web:hover .doc{
	opacity: 1;
	visibility: visible;
	transition: visibility .3s, opacity 0.5s;
	-webkit-transition: visibility .3s, opacity 0.5s;
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
}
.hmsect-botbox .box.web:hover .ewmbox{
	opacity: 1;
	visibility: visible;
	transition: visibility .3s, opacity 0.5s;
	-webkit-transition: visibility .3s, opacity 0.5s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

.hmsect-botbox .box.app .imgs{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hmsect-botbox .box.app .imgs img{
	width: 100%;
	display: block;
}
.hmsect-botbox .box.app .bd{
	width: 100%;
}
.hmsect-botbox .box.app .b-head{
	width: 100%;
	height: 1.08rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 0.2rem;
}
.hmsect-botbox .box.app .tit img{
	height: 0.52rem;
	display: block;
}
.hmsect-botbox .box.app .btn-link{
	width: 1.74rem;
}
.hmsect-botbox .box.app .btn-link img{
	width: 100%;
	display: block;
}
.hmsect-botbox .box.app .doc{
	width: 100%;
	padding: 0.3rem 0.2rem;
	font-size: 0.26rem;
	line-height: 0.38rem;
	color: #fff;
}

.hmsect-mmkt .box.web .b-left,
.hmsect-mmkt .box.app .bd{
	background-color: #39b4ed;
}
.hmsect-mmkt .box.web .ewm{
	border-color: #108fca;
}
.hmsect-mmkt .box.app .b-head{
	border-bottom: solid 1px #1a90c6;
}
.hmsect-hdjl .box.web .b-left,
.hmsect-hdjl .box.app .bd{
	background-color: #f2708c;
}
.hmsect-hdjl .box.web .ewm{
	border-color: #e55a78;
}
.hmsect-hdjl .box.app .b-head{
	border-bottom: solid 1px #e55a78;
}

@media screen and (max-width: 991.98px) {
	.hmsect-botbox .item{
		margin-bottom: 0.45rem;
	}
	.hmsect-botbox .item:last-child{
		margin-bottom: 0;
	}
}

/* 二维码弹框  */
.modal-wechat {
  overflow: hidden;
}
.modal-wechat .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transform: none !important;
  -webkit-transform: none !important;
  padding: 0 .4rem;
}
.modal-wechat .modal-content {
  width: 100%;
  max-width: 100%;
  padding-top: .8rem;
  position: relative;
}
.modal-wechat .modal-close {
  width: .8rem;
  height: .8rem;
  right: -.2rem;
  top: -.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  z-index: 1200;
}
.modal-wechat .modal-close img {
  width: .4rem;
  height: .4rem;
  display: block;
}
.modal-wechat .modal-body {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: .6rem .3rem .4rem;
}
.modal-wechat .tit {
  font-size: .34rem;
  line-height: 1.5em;
  color: #000;
  margin-top: .1rem;
}
.modal-wechat .imgs {
  width: 100%;
  position: relative;
}
.modal-wechat .imgs img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.modal-wechat .desc {
  font-size: .28rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 1em;
}<!--0.00010395050048828-->