@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: PingFang SC !important;
  font-size: 16px;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
  resize: none;
  outline: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Hiragino Sans GB W3, Microsoft YaHei UI, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onek {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

* [class*="col-"] {
  padding: 0 10px;
}

.common-text {
  font-size: 1rem;
  color: #525252;
}

.tc {
  text-align: center;
}

.t18 {
  font-size: 18px;
}

.t16 {
  font-size: 18px;
}

.color_white {
  color: #fff;
}

.maintitle {
  margin-bottom: 30px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 40px;
}

.maintitle span {
  color: #000;
  font-size: 40px;
  position: relative;
  font-weight: bold;
}

.maintitle span::after {
  background: linear-gradient(90deg, #00A9FD 0%, #C669ED 100%);
  box-shadow: 0px 4px 14px 0px rgba(101, 44, 117, 0.21);
  border-radius: 84px 84px 84px 84px;
  width: 80px;
  height: 4px;
  content: '';
  left: 50%;
  margin-left: -40px;
  bottom: -15px;
  position: absolute;
}

.topdec {
  padding: 0 40px 0;
  text-align: justify;
}

.common-section {
  padding: 0 0 40px 0;
}

.hm-wrap {
  background: url(https://s5.51cto.com/oss/202506/12/628c1509bbacd174947faade2c04c77f.jpg) no-repeat center bottom;
}

.hm-wrap .banner {
  background: url(https://s4.51cto.com/oss/202506/13/918795d6b06fa57b539d65f73029a024.png) no-repeat center top;
  height: 800px;
  background-size: 2440px 800px;
  box-sizing: border-box;
}

.hm-wrap .banner a {
  display: block;
  width: 200px;
  height: 50px;
  background: linear-gradient(90deg, #00A9FD 0%, #C669ED 100%);
  box-shadow: 0px 4px 14px 0px rgba(101, 44, 117, 0.21);
  border-radius: 84px 84px 84px 84px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 94px;
  top: 450px;
}

.hm-wrap .section-dec {
  margin-top: -200px;
}

.hm-wrap .section-dec .dec {
  font-size: 18px;
  color: #000;
  line-height: 29px;
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 20px;
}

.hm-wrap .section-dec .dec:nth-child(1) {
  margin-top: 30px;
}

.hm-wrap .section-dec .adv {
  margin-top: 50px;
  height: 100px;
  background: url(https://s4.51cto.com/oss/202506/12/fc0ffbdb650ea8a6d135d336b3867f66.png) no-repeat center top;
  position: relative;
}

.hm-wrap .section-profit {
  margin-top: 60px;
}

.hm-wrap .section-profit ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hm-wrap .section-salong .tab {
  display: flex;
  justify-content: center;
}

.hm-wrap .section-salong .tab span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 216px;
  height: 80px;
  box-sizing: border-box;
  padding-left: 93px;
  position: relative;
}

.hm-wrap .section-salong .tab span b {
  font-size: 28px;
}

.hm-wrap .section-salong .tab span em {
  font-style: normal;
  font-size: 16px;
}

.hm-wrap .section-salong .tab span.cur {
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.hm-wrap .section-salong .tab span:nth-child(1)::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(https://s5.51cto.com/oss/202506/12/26668f95cc3c2120562c39c5a1d63be7.png) center center;
  position: absolute;
  left: 22px;
  top: 13px;
}

.hm-wrap .section-salong .tab-wrap {
  padding: 50px 0;
}

.hm-wrap .section-salong .tab-wrap .video-list {
  display: flex;
  justify-content: space-evenly;
}

.hm-wrap .section-salong .tab-wrap .video-list li {
  width: 370px;
  box-sizing: border-box;
  color: #000;
  margin: 0 10px;
}

.hm-wrap .section-salong .tab-wrap .video-list li .pic {
  cursor: pointer;
}

.hm-wrap .section-salong .tab-wrap .video-list li .pic img {
  width: 370px;
  height: 246px;
  border-radius: 5px;
}

.hm-wrap .section-salong .tab-wrap .video-list li .dec {
  font-size: 18px;
  color: #000;
  height: 120px;
  padding: 22px 18px 0;
  box-sizing: border-box;
}

.hm-wrap .section-salong .tab-wrap .slide-wrap {
  padding: 0 100px;
  position: relative;
  margin-bottom: 60px;
}

.hm-wrap .section-salong .tab-wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hm-wrap .section-salong .tab-wrap .swiper-slide {
  /* 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;
  transition: 300ms;
  transform: scale(0.8);
}

.hm-wrap .section-salong .tab-wrap .swiper-slide img {
  width: 100%;
}

.hm-wrap .section-salong .tab-wrap .swiper-slide-active, .hm-wrap .section-salong .tab-wrap .swiper-slide-duplicate-active {
  transform: scale(1);
}

.hm-wrap .section-salong .tab-wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 40px;
  background: url(https://s4.51cto.com/oss/202506/12/2bad5d92ddac15ee23de6247c2223e75.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.hm-wrap .section-salong .tab-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 40px;
  background: url(https://s5.51cto.com/oss/202506/12/71bf13d4e4fac338c9ef0d1ffd4195ae.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.hm-wrap .section-salong .tab-wrap .guest {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.hm-wrap .section-salong .tab-wrap .guest li {
  width: 200px;
  color: #000;
  margin: 0 15px;
  text-align: center;
}

.hm-wrap .section-salong .tab-wrap .guest li .name {
  font-size: 20px;
  margin: 10px 0 5px 0;
  font-weight: bold;
}

.hm-wrap .section-salong .tab-wrap .guest li .dec {
  font-size: 16px;
  color: #3f3a39;
}

.hm-wrap .section-salong .tab-wrap .days ul {
  background: rgba(255, 248, 253, 0.55);
  box-shadow: inset 2px 2px 0px 0px #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  border: 2px solid rgba(235, 116, 232, 0.1);
  padding-left: 310px;
  box-sizing: border-box;
  padding: 55px 0 40px 310px;
}

.hm-wrap .section-salong .tab-wrap .days li {
  padding: 0 0 60px 40px;
  border-left: 1px solid #B8CBF5;
  position: relative;
}

.hm-wrap .section-salong .tab-wrap .days li .dot {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 3px solid #FF060A;
  border-radius: 10px;
  position: absolute;
  left: -5px;
  top: 4px;
  box-sizing: border-box;
}

.hm-wrap .section-salong .tab-wrap .days li .time {
  position: absolute;
  width: 170px;
  left: -147px;
  top: -5px;
  font-size: 22px;
  color: #535360;
}

.hm-wrap .section-salong .tab-wrap .days li .tit {
  font-size: 25px;
  color: #24233D;
  line-height: 1;
}

.hm-wrap .section-salong .tab-wrap .days li dl {
  display: flex;
  margin-top: 18px;
  align-items: center;
}

.hm-wrap .section-salong .tab-wrap .days li dl dt {
  margin-right: 15px;
}

.hm-wrap .section-salong .tab-wrap .days li dl dt img {
  width: 75px;
  height: 75px;
}

.hm-wrap .section-salong .tab-wrap .days li dl dd .name {
  font-size: 23px;
  color: #7D7D7D;
}

.hm-wrap .section-salong .tab-wrap .days li dl dd .dec {
  font-size: 22px;
  color: #9E9E9E;
}

.hm-wrap .section-salong .tab-wrap .baoming {
  text-align: center;
  margin-top: 20px;
}

.hm-wrap .section-salong .tab-wrap .baoming a {
  display: inline-block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #c7112d;
  font-size: 22px;
}

.hm-wrap .section-news {
  margin-bottom: 60px;
}

.hm-wrap .section-news ul {
  display: flex;
  justify-content: space-between;
}

.hm-wrap .section-news ul li {
  width: 580px;
}

.hm-wrap .section-texts ul {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}

.hm-wrap .section-texts ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.hm-wrap .section-texts ul li a {
  font-size: 16px;
  color: #000000;
}

.hm-wrap .section-texts .btns {
  padding: 40px 0;
  text-align: center;
}

.hm-wrap .section-texts .btns a {
  display: inline-block;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(90deg, #00A9FD 0%, #C669ED 100%);
  box-shadow: 0px 4px 14px 0px rgba(101, 44, 117, 0.21);
  border-radius: 84px 84px 84px 84px;
  font-size: 20px;
  color: #FFFFFF;
}

/* 表单 */
.close {
  color: #fff;
  font-weight: normal;
}

.info [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#myModal_form2 .modal-header {
  padding: 15px;
}

#myModal .modal-header {
  background: #fff;
}

.info {
  font-size: 14px;
  padding: 20px 0 0;
}

#myModal_form [class*="col-"] {
  padding: 0 15px !important;
}

.info input,
.info select {
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 6%;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #eee;
  font-size: 14px;
  color: #4a4a4a;
}

.info select {
  padding-left: 8px;
  height: 37px;
}

.modal-title {
  line-height: 1;
  text-align: center;
}

#myModal_form {
  max-width: 750px;
  margin: 0 auto;
}

.modal-body {
  padding: 15px 20px;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  background: #0672cb;
  color: #fff;
  text-align: center;
}

.modal-content .close {
  position: absolute;
  top: 8px;
  right: 9px;
  opacity: 1;
  margin-top: 3px;
  width: 24px;
  padding: 3px 0;
}

.pophead strong {
  display: block;
  font-size: 18px;
}

.pophead span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.btnw {
  margin-top: 20px;
  margin-bottom: 30px;
}

.btnw span,
.btnw button {
  display: inline-block;
  padding: 5px 50px;
  background: #0672cb;
  color: #fff;
  border: 1px solid #3585fe;
  border-radius: 50px 50px;
  cursor: pointer;
  margin-right: 20px;
}

.btnw button {
  background: #fff;
  color: #0672cb;
  border: 1px solid #0672cb;
  margin-right: 0;
}

span.showPop_zc {
  margin-right: 0;
}

.modal-content .modal-title {
  line-height: 55px;
}

.modal {
  overflow-y: scroll;
}

.modal input[type="checkbox"],
.modal input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 0;
  line-height: normal;
}

.pop_mar {
  padding: 0 15px;
}

input#signupemail {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}

.dot {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-top: 2px;
}

.dot,
#myModal_form_zc label {
  float: left;
  cursor: pointer;
  font-weight: normal;
}

label {
  padding-top: 1;
  margin-bottom: 0;
}

.yinsi a {
  color: #0672cb;
  text-decoration: underline;
}

.inputLi {
  padding-top: 35px;
}

.inputLi li {
  margin-bottom: 24px;
}

.inputLi input {
  width: 228px;
  height: 34px;
  background: #eeeeee;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.item {
  margin-right: 30px;
}

.pop_dl {
  width: 480px;
  height: 240px;
  margin-top: -120px;
  margin-left: -240px;
}

.pop_dl input {
  display: block;
  margin: 30px auto;
  width: 278px;
  height: 34px;
  background: #eeeeee;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.pop_dl .getbtn {
  display: inline-block;
}

#myModal .close {
  top: -2px;
}

.tc {
  text-align: center;
}

#myModal .modal-body {
  padding: 0px;
}

.tc {
  text-align: center;
}

/* 版权声明 */
.copright {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 5px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  min-width: 1200px;
}

@media all and (max-width: 1200px) {
  .home-top {
    display: none;
  }
}
