html,
body {
  max-width: 1920px;
  margin: 0 auto;
}
.s-wrap {
  width: 1200px;
  margin: 0 auto;
}
.no-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 8px;
  padding-right: 4px;
  background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #d6d6d6;
}
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header .s-wrap {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .s-logo {
  width: 105px;
}
header .s-logo img {
  width: 100%;
}
header .menu-btn {
  display: none;
}
header .s-menu {
  display: flex;
  align-items: center;
}
header .s-menu li {
  position: relative;
}
header .s-menu li a {
  height: 80px;
  line-height: 80px;
  color: #000;
  padding: 0 25px;
  font-size: 16px;
  display: inline-block;
  outline: none;
}
header .s-menu li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  z-index: 2;
}
.s-main {
  background: #dfe6f6 url('../images/bg.jpg') top center no-repeat;
  background-size: contain;
  min-width: 1200px;
  padding-bottom: 90px;
  margin-top: 80px;
}
.s-main .s-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2096f6;
  font-size: 40px;
  padding: 65px 0 40px;
}
.s-main .s-title::before {
  content: "";
  width: 118px;
  height: 3px;
  background: url('../images/title-line-prev.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.s-main .s-title::after {
  content: "";
  width: 118px;
  height: 3px;
  background: url('../images/title-line-next.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
}
.s-main .s-banner {
  padding: 12.5vw 0 14.5833vw;
}
.s-main .s-banner img {
  width: 45.8333vw;
}
.s-main .s-banner .s-banner-content {
  padding-top: 2.3438vw;
  display: flex;
  align-items: center;
}
.s-main .s-banner .s-banner-content .s-text {
  margin: 0 1.5625vw;
  padding: 0.7813vw 4.1667vw;
  color: #fff;
  font-size: 1.5625vw;
  background: linear-gradient(to right, rgba(2, 123, 181, 0.1), #027bb5, rgba(2, 123, 181, 0.1));
}
.s-main .s-banner .s-banner-content .s-btn {
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  font-size: 1.875vw;
  padding: 0.7813vw 1.8229vw 0.7813vw 5.7292vw;
  border-radius: 2.6042vw;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.s-main .s-banner .s-banner-content .s-btn::before {
  content: "";
  width: 2.8646vw;
  height: 2.6042vw;
  background: url('../images/live-icon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 1.8229vw;
  transform: translateY(-50%);
}
.s-main .intro {
  padding-bottom: 50px;
}
.s-main .intro h2 {
  margin-top: 40px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.s-main .intro h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 10px;
}
.s-main .intro h2 span::before {
  content: "";
  width: 140px;
  height: 24px;
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.s-main .intro h2 span::after {
  content: "";
  width: 140px;
  height: 24px;
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
  transform: rotate(180deg);
}
.s-main .intro p {
  font-size: 30px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.s-main .live {
  display: flex;
  position: relative;
}
.s-main .live.all {
  position: static;
}
.s-main .live.all .live-main {
  position: static;
}
.s-main .live.all .live-main .full-screen {
  background: url(../images/icon-not-screen.png) no-repeat;
  background-size: 100% 100%;
}
.s-main .live.all .live-main .live-move {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999;
}
.s-main .live .live-main {
  width: 890px;
  height: 500px;
  position: relative;
}
.s-main .live .live-main .ui-slider .ui-slider-handle {
  margin-left: 0 !important;
}
.s-main .live .live-main .tool-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.s-main .live .live-main .tool_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  border-top: 1px solid #f0f0f0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.s-main .live .live-main .progress_area {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background: #999;
  font-size: 0;
}
.s-main .live .live-main a.play_area {
  display: block;
  width: 48px;
  height: 53px;
  background: url(../images/icon_play.png) no-repeat center;
  cursor: pointer;
  float: left;
}
.s-main .live .live-main a.play_area.pause {
  background-image: url(../images/icon_pause.png);
}
.s-main .live .live-main .play_time {
  float: left;
  padding: 0 15px 0 5px;
  line-height: 53px;
  font-size: 14px;
}
.s-main .live .live-main .play_time em {
  font-style: normal;
}
.s-main .live .live-main .volume_area {
  float: left;
}
.s-main .live .live-main a.volume_a {
  display: block;
  width: 40px;
  height: 53px;
  background: url(../images/icon_volume.png) no-repeat center;
  float: left;
  cursor: pointer;
}
.s-main .live .live-main a.col_close_stop {
  background: url(../images/icon_mute.png) no-repeat center;
}
.s-main .live .live-main .volume_slide {
  width: 100px;
  height: 2px;
  background-color: #ccc;
  float: left;
  margin-top: 25px;
  position: relative;
  font-size: 0;
}
.s-main .live .live-main .ui-slider-horizontal .ui-slider-range-min {
  background: #01beff;
}
.s-main .live .live-main .ui-slider .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
}
.s-main .live .live-main .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.s-main .live .live-main .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.s-main .live .live-main .ui-slider .ui-slider-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #20a0ff;
  border-radius: 50px;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  left: 50px;
  outline: none;
}
.s-main .live .live-main img {
  width: 100%;
}
.s-main .live .live-main .change-window-position {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 52px;
  top: 20px;
  background: url(../images/icon-change-window-position.png) no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  cursor: pointer;
}
.s-main .live .live-main .full-screen {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  background: url(../images/icon-full-screen.png) no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  cursor: pointer;
}
.s-main .live .live-main .live-move {
  width: 890px;
  height: 500px;
  overflow: hidden;
  position: absolute;
  background: url('../images/live-bg.png') no-repeat;
  background-size: 100% 100%;
}
.s-main .live .live-main .sotp-live {
  width: 890px;
  height: 500px;
  position: relative;
}
.s-main .live .live-main .sotp-live > img {
  width: 100%;
}
.s-main .live .live-main .sotp-live #mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.s-main .live .live-main .sotp-live span {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.s-main .live .live-content .live-countdown {
  width: 310px;
  height: 500px;
  border: 1px solid #cdd1d9;
  text-align: center;
  padding: 0 15px;
  background: url(../images/live-countdown_bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-main .live .live-content .live-countdown h3.title-countdown {
  font-size: 22px;
  color: #e60012;
  padding: 50px 0 25px;
  font-weight: normal;
}
.s-main .live .live-content .live-countdown .countdown {
  display: inline-block;
}
.s-main .live .live-content .live-countdown .countdown li {
  padding: 0 3px;
  display: inline-block;
}
.s-main .live .live-content .live-countdown .countdown .piece {
  width: 49px;
  height: 49px;
  font-size: 30px;
  color: #fff;
  line-height: 49px;
  border-radius: 3px;
  background: #626262;
}
.s-main .live .live-content .live-countdown .countdown .countdown-spec {
  font-size: 18px;
  color: #868686;
  padding-top: 10px;
  display: inline-block;
}
.s-main .live .live-content .live-countdown .forward-to {
  background: url(../images/text_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 242px;
  height: 44px;
  line-height: 44px;
  margin: 40px auto;
  font-size: 24px;
  font-weight: normal;
  color: #e60012;
}
.s-main .live .live-content .live-tab {
  display: none;
}
.s-main .live .live-content .live-wrap {
  padding: 14px;
  background: url('../images/live-countdown_bg.jpg') no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 310px;
}
.s-main .live .live-content .live-wrap .live-doc {
  height: 158px;
}
.s-main .live .live-content .live-wrap .live-doc .live-move {
  height: 158px;
  width: 280px;
  overflow: hidden;
  position: absolute;
}
.s-main .live .live-content .live-wrap .live-doc img {
  width: 100%;
}
.s-main .live .live-content .live-wrap .live-player-content h2 {
  font-size: 16px;
  padding: 12px 0;
  font-weight: normal;
}
.s-main .live .live-content .live-wrap .live-player-content .real-time {
  height: 230px;
  border: 1px solid #cdd1d9;
  margin-bottom: 10px;
  background: #fff;
}
.s-main .live .live-content .live-wrap .live-player-content .real-time.isLiveBack {
  height: 260px;
}
.s-main .live .live-content .live-wrap .live-player-content .qa_list,
.s-main .live .live-content .live-wrap .live-player-content .qa_area {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body {
  padding: 15px;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl {
  margin-bottom: 20px;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl div {
  background: #dcdcdc;
  position: relative;
  width: 100%;
  padding: 5px 10px;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl div::before {
  content: "";
  border: 8px solid;
  border-color: transparent transparent #dcdcdc transparent;
  position: absolute;
  top: -16px;
  left: 10px;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl div.mudu-replu {
  color: #e60012;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl div.mudu-replu span {
  color: #3c9dce;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dl i {
  font-style: normal;
  color: #000;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dt {
  display: flex;
  justify-content: space-between;
  color: #8a8a8a;
  font-size: 13px;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dt span {
  display: inline-block;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dt p {
  display: inline-block;
  color: #e60012;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dt p span {
  color: #3c9dce;
}
.s-main .live .live-content .live-wrap .live-player-content #qa_body dd {
  word-break: break-all;
  font-size: 13px;
  line-height: 1.4;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 20px 0;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a {
  display: flex;
  justify-content: flex-start;
  outline: none;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a span {
  font-size: 12px;
  color: #8a8a8a;
  display: block;
  line-height: 34px;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a span.n {
  width: 20%;
  text-align: center;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a span.b {
  width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a span.s {
  width: 25%;
}
.s-main .live .live-content .live-wrap .live-player-content .chapter_list a.on span {
  color: #e60012;
}
.s-main .live .live-content .live-wrap .live-player-content .live-comment {
  position: relative;
}
.s-main .live .live-content .live-wrap .live-player-content .live-comment .send-val {
  height: 30px;
  outline: none;
  font-size: 14px;
  border: 0;
  width: 100%;
  border-radius: 3px;
  padding-left: 10px;
}
.s-main .live .live-content .live-wrap .live-player-content .live-comment .send-btn {
  height: 30px;
  width: 90px;
  font-size: 14px;
  color: #fff;
  background: #e60012;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.s-main .strategy .strategy-box::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
}
.s-main .strategy .strategy-box img {
  width: 100%;
}
.s-main .strategy .strategy-box img.mb {
  display: none;
}
.s-main .products ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.s-main .products ul li {
  margin: 0 10px;
  background: #fff;
  position: relative;
}
.s-main .products ul li::after {
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-main .products ul li .img-wrap {
  overflow: hidden;
}
.s-main .products ul li .img-wrap:hover img {
  transform: scale(1.15);
}
.s-main .products ul li .img-wrap img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.s-main .products ul li .product-content {
  padding: 30px 25px 28px;
  color: #282828;
}
.s-main .products ul li .product-content .product-title {
  padding-bottom: 30px;
  min-height: 95px;
}
.s-main .products ul li .product-content .product-title h2 {
  font-size: 20px;
  color: #369ef7;
  font-weight: bold;
}
.s-main .products ul li .product-content .product-title h3 {
  font-size: 18px;
  padding-top: 13px;
  font-weight: normal;
  color: #282828;
}
.s-main .products ul li .product-content p {
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #282828;
}
.s-main .products ul li .product-content p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #282828;
  margin-top: 6px;
  margin-right: 8px;
}
.s-main .products ul li .product-content p span {
  flex: 1;
}
.s-main .products ul li .product-content h4 {
  color: #369ef7;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  font-weight: normal;
}
.s-main .products ul li .product-content h4 img {
  margin-right: 5px;
}
.s-main .schedule .schedule-content ul {
  display: flex;
  flex-wrap: wrap;
}
.s-main .schedule .schedule-content ul.schedule-header {
  background: #edeff1;
}
.s-main .schedule .schedule-content ul.schedule-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
}
.s-main .schedule .schedule-content ul.schedule-list {
  background: rgba(255, 255, 255, 0.8);
}
.s-main .schedule .schedule-content ul.schedule-list li {
  border-top: 1px solid #c2cbf6;
}
.s-main .schedule .schedule-content ul li {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}
.s-main .schedule .schedule-content ul li img {
  margin-right: 10px;
}
.s-main .schedule .schedule-content ul li h2 {
  font-weight: normal;
  font-size: 19px;
  color: #2096f6;
}
.s-main .schedule .schedule-content ul li.date {
  width: 15%;
}
.s-main .schedule .schedule-content ul li.date span {
  font-size: 18px;
  color: #476ea3;
}
.s-main .schedule .schedule-content ul li.agenda {
  width: 45%;
}
.s-main .schedule .schedule-content ul li.agenda h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.s-main .schedule .schedule-content ul li.guest {
  width: 40%;
}
.s-main .schedule .schedule-content ul li.guest dl {
  color: #333;
}
.s-main .schedule .schedule-content ul li.guest dl dd {
  font-size: 18px;
  line-height: 1.6;
}
.s-main .schedule .schedule-content ul li.guest dl dd span {
  font-weight: bold;
}
.s-main .guest ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -40px;
}
.s-main .guest ul li {
  width: calc(33.33% - 120px);
  margin: 20px 50px 40px 70px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.8) url('../images/guest-bg.png') bottom left no-repeat;
  background-size: 100% auto;
}
.s-main .guest ul li .guest-box img {
  width: 100%;
  margin-top: -20px;
  margin-left: -20px;
}
.s-main .guest ul li .guest-box h2 {
  color: #369ef7;
  font-size: 24px;
  padding-top: 20px;
  text-align: center;
}
.s-main .guest ul li .guest-box h2::after {
  content: "";
  width: 32px;
  height: 3px;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  display: block;
  margin: 10px auto 15px;
}
.s-main .guest ul li .guest-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.s-main .news ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.s-main .news ul li {
  margin: 0 10px;
  width: calc(33.33% - 20px);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.s-main .news ul li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.s-main .news ul li:last-child > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #c4c6ca;
}
.s-main .news ul li:last-child > div:last-child {
  border-bottom: 0;
}
.s-main .news ul li:last-child > div h3 {
  color: #282828;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 20px 0 25px;
  width: 100%;
}
.s-main .news ul li:last-child > div a {
  color: #369ef7;
}
.s-main .news ul li:last-child > div a img {
  margin-right: 5px;
}
.s-main .news ul li .img-wrap {
  overflow: hidden;
}
.s-main .news ul li .img-wrap:hover img {
  transform: scale(1.2);
}
.s-main .news ul li .img-wrap img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.s-main .news ul li .news-content {
  padding: 25px 30px;
}
.s-main .news ul li .news-content h2 {
  font-size: 20px;
  color: #282828;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-main .news ul li .news-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #282828;
  padding: 15px 0 20px;
}
.s-main .news ul li .news-content a {
  color: #369ef7;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.s-main .news ul li .news-content a img {
  margin-right: 5px;
}
.s-main .news ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  position: absolute;
  bottom: 0;
  left: 0;
}
.s-main .look-more {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
}
.s-main .collection {
  position: relative;
}
.s-main .collection .swiper-slide-active .collection-content::before {
  display: none;
}
.s-main .collection .swiper-slide-active .collection-content .player-video {
  display: block;
}
.s-main .collection .swiper-slide-active .collection-content::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
}
.s-main .collection .collection-content {
  position: relative;
}
.s-main .collection .collection-content img {
  width: 100%;
  display: block;
}
.s-main .collection .collection-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.s-main .collection .collection-content .player-video {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  cursor: pointer;
}
.s-main .collection .swiper-button-next,
.s-main .collection .swiper-button-prev {
  width: 25px;
  height: 48px;
  margin-top: 0;
  transform: translateY(-50%);
}
.s-main .collection .swiper-button-next {
  background: url("../images/swiper-next.png") no-repeat;
  background-size: 100% 100%;
  right: 180px;
}
.s-main .collection .swiper-button-prev {
  background: url("../images/swiper-prev.png") no-repeat;
  background-size: 100% 100%;
  left: 180px;
}
.s-main .collection .swiper-pagination {
  width: 100%;
  margin-top: 20px;
}
.s-main .collection .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #282828;
  margin: 0 5px;
}
.s-main .collection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2096f6;
}
.s-main .order {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.s-main .order .order-box {
  width: 700px;
  height: 420px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 70px;
}
.s-main .order .order-box.start-order h2 {
  color: #333;
  font-size: 30px;
  text-align: center;
  padding: 50px 0 30px;
}
.s-main .order .order-box.start-order .val-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.s-main .order .order-box.start-order .val-box.tips {
  margin-top: -15px;
  margin-bottom: 15px;
}
.s-main .order .order-box.start-order .val-box:last-child {
  margin-bottom: 0;
}
.s-main .order .order-box.start-order .val-box label {
  text-align: right;
  width: 20%;
  color: #747474;
  font-size: 20px;
}
.s-main .order .order-box.start-order .val-box input {
  flex: 1;
  border: 1px solid #dddddd;
  color: #747474;
  height: 50px;
  line-height: 50px;
  padding: 10px;
  border-radius: 0;
  outline: none;
}
.s-main .order .order-box.start-order .val-box p {
  font-size: 14px;
  color: #e60012;
  visibility: hidden;
}
.s-main .order .order-box.start-order .val-box p.show {
  visibility: visible;
}
.s-main .order .order-box.start-order a {
  background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
  display: block;
  margin: 40px auto 0;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  width: 390px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.s-main .order .order-box.stop-order {
  text-align: center;
  padding-top: 35px;
  height: 450px;
}
.s-main .order .order-box.stop-order img {
  width: 264px;
}
.s-main .order .order-box.stop-order h2 {
  font-size: 30px;
  color: #333;
  padding: 25px 0 15px;
  font-weight: normal;
}
.s-main .order .order-box.stop-order p {
  font-size: 20px;
  color: #747474;
}
.s-main .order .close-order {
  width: 32px !important;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.s-main .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.s-main .video-mask .video-box {
  width: 770px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-main .video-mask .video-box video {
  width: 100%;
  object-fit: fill;
  outline: none;
}
.s-main .video-mask .video-box .close-video {
  width: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
footer {
  background: #222324;
  color: #fff;
  font-size: 14px;
  height: 90px;
  line-height: 90px;
  min-width: 1200px;
}
footer a,
footer p {
  color: #fff;
}
footer .s-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .s-wrap .right {
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .s-main .s-banner {
    padding: 150px 0 280px;
  }
  .s-main .s-banner img {
    width: 880px;
  }
  .s-main .s-banner .s-banner-content {
    padding-top: 40px;
    display: flex;
    align-items: center;
  }
  .s-main .s-banner .s-banner-content .s-text {
    margin: 0 30px;
    padding: 15px 80px;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(to right, rgba(2, 123, 181, 0.1), #027bb5, rgba(2, 123, 181, 0.1));
  }
  .s-main .s-banner .s-banner-content .s-btn {
    background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
    font-size: 36px;
    padding: 20px 40px 20px 110px;
    border-radius: 50px;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .s-main .s-banner .s-banner-content .s-btn::before {
    content: "";
    width: 55px;
    height: 50px;
    background: url('../images/live-icon.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
  }
}
@media (max-width: 1200px) {
  header .s-wrap,
  footer .s-wrap {
    width: 100%;
    padding: 0 30px;
  }
  header .s-menu li a {
    padding: 0 10px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  header .s-wrap,
  footer .s-wrap {
    padding: 0 10px;
  }
  .s-wrap {
    width: 100%;
    padding: 0 5.066vw;
  }
  .s-main {
    background: #dae4f6 url('../images/bg-m.jpg') top center no-repeat;
    background-size: contain;
    min-width: auto;
    padding-bottom: 8vw;
    margin-top: 46px;
  }
  .s-main .s-title {
    font-size: 5.8667vw;
    padding: 12vw 0 5.3333vw;
  }
  .s-main .s-title::before {
    width: 16vw;
    height: 0.4vw;
    background: url('../images/title-line-prev-m.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.3333vw;
  }
  .s-main .s-title::after {
    width: 16vw;
    height: 0.4vw;
    background: url('../images/title-line-next-m.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 1.3333vw;
  }
  .s-main .s-banner {
    padding: 12.666vw 0 36vw;
  }
  .s-main .s-banner > img {
    width: 83.8667vw;
  }
  .s-main .s-banner .s-banner-content {
    padding-top: 5.0667vw;
  }
  .s-main .s-banner .s-banner-content .s-text {
    margin: 0 4vw;
    padding: 1.3333vw 8vw;
    font-size: 3.2vw;
  }
  .s-main .s-banner .s-banner-content .s-btn {
    font-size: 3.4667vw;
    padding: 2vw 4vw 2vw 10vw;
    border-radius: 20px;
  }
  .s-main .s-banner .s-banner-content .s-btn::before {
    width: 5.0667vw;
    height: 4.6667vw;
    left: 4vw;
  }
  .s-main .intro {
    padding-bottom: 6vw;
  }
  .s-main .intro h2 {
    margin-top: 5.3333vw;
    font-size: 5.3333vw;
  }
  .s-main .intro h2 span {
    margin-top: 2vw;
  }
  .s-main .intro h2 span::before {
    width: 53.5px;
    height: 1px;
    background: url('../images/line-m.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
  }
  .s-main .intro h2 span::after {
    width: 53.5px;
    height: 1px;
    background: url('../images/line-m.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    transform: rotate(180deg);
  }
  .s-main .intro p {
    font-size: 4vw;
    line-height: 1.8;
    font-weight: bold;
  }
  .s-main .live {
    background: transparent;
    border: none;
    display: block;
  }
  .s-main .live .live-main {
    width: 100%;
    height: calc((100vw - 10.132vw) / 16 * 9) !important;
  }
  .s-main .live .live-main img {
    width: 100%;
  }
  .s-main .live .live-main .tool-box {
    display: none;
  }
  .s-main .live .live-main .change-window-position {
    display: none;
  }
  .s-main .live .live-main .full-screen {
    display: none;
  }
  .s-main .live .live-main .live-move {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-main .live .live-main .sotp-live {
    width: 100%;
    height: calc((100vw - 10.132vw) / 16 * 9);
  }
  .s-main .live .live-main .sotp-live span {
    font-size: 14px;
  }
  .s-main .live .live-content {
    height: auto;
  }
  .s-main .live .live-content .live-countdown {
    width: 100%;
    height: auto;
    border: 1px solid #cdd1d9;
    text-align: center;
    padding: 0 15px;
    background: url(../images/live-countdown_bg.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .s-main .live .live-content .live-countdown h3.title-countdown {
    font-size: 3.2vw;
    padding: 3.33vw 0 2.67vw;
  }
  .s-main .live .live-content .live-countdown .countdown .piece {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 5.7vw;
  }
  .s-main .live .live-content .live-countdown .countdown .countdown-spec {
    font-size: 4.53vw;
    padding-top: 1.33vw;
  }
  .s-main .live .live-content .live-countdown .forward-to {
    width: 47.2vw;
    height: 8.4vw;
    line-height: 8.4vw;
    font-size: 4.53vw;
    margin: 4.93vw auto;
  }
  .s-main .live .live-content .live-tab {
    display: flex;
  }
  .s-main .live .live-content .live-tab li {
    background: #fff;
    flex: 1;
    font-size: 4.23vw;
    padding: 3.33vw;
    text-align: center;
  }
  .s-main .live .live-content .live-tab li.active {
    background: #e60012;
    color: #fff;
  }
  .s-main .live .live-content .live-wrap {
    background: transparent;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .s-main .live .live-content .live-wrap .live-doc {
    height: calc((100vw - 5.066vw) / 16 * 9) !important;
    width: 100%;
    position: relative;
    margin-top: 2.66vw;
  }
  .s-main .live .live-content .live-wrap .live-doc .live-move {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .s-main .live .live-content .live-wrap .live-doc img {
    width: 100%;
  }
  .s-main .live .live-content .live-wrap .live-player-content {
    display: none;
  }
  .s-main .live .live-content .live-wrap .live-player-content h2 {
    font-size: 3.73vw;
    padding: 2.66vw 0;
  }
  .s-main .live .live-content .live-wrap .live-player-content .real-time {
    height: 40vw;
    margin-bottom: 2.66vw;
  }
  .s-main .live .live-content .live-wrap .live-player-content .real-time.isLiveBack {
    height: 50vw;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body {
    padding: 10px 10px 0;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body dl {
    margin-bottom: 10px;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body dl div {
    padding: 3px 5px;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body dl div::before {
    top: -12px;
    border-width: 6px;
    left: 5px;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body dt {
    font-size: 12px;
  }
  .s-main .live .live-content .live-wrap .live-player-content #qa_body dd {
    font-size: 12px;
  }
  .s-main .live .live-content .live-wrap .live-player-content .chapter_list {
    padding: 10px 10px 0;
  }
  .s-main .live .live-content .live-wrap .live-player-content .live-comment .send-val {
    font-size: 3.46vw;
    padding-left: 3.46vw;
    border-radius: 0;
    height: 8vw;
    border: 1px solid #cdd1d9;
  }
  .s-main .live .live-content .live-wrap .live-player-content .live-comment .send-btn {
    position: static;
    right: auto;
    top: auto;
    font-size: 4.53vw;
    width: 46.6vw;
    height: 10vw;
    margin: 3.33vw auto 0 auto;
    border-radius: 3px;
    line-height: 10vw;
  }
  .s-main .strategy .strategy-box::before {
    height: 2px;
  }
  .s-main .strategy .strategy-box img.pc {
    display: none;
  }
  .s-main .strategy .strategy-box img.mb {
    display: inline-block;
  }
  .s-main .products ul {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .s-main .products ul li {
    margin: 0 0 3.3333vw;
  }
  .s-main .products ul li::after {
    height: 2px;
  }
  .s-main .products ul li .product-content {
    padding: 4vw 4.6667vw 5.3333vw;
  }
  .s-main .products ul li .product-content .product-title {
    padding-bottom: 4vw;
    min-height: auto;
  }
  .s-main .products ul li .product-content .product-title h2 {
    font-size: 4vw;
  }
  .s-main .products ul li .product-content .product-title h3 {
    font-size: 3.5vw;
    padding-top: 1.73vw;
  }
  .s-main .products ul li .product-content p {
    line-height: 1.6;
    font-size: 3.2vw;
  }
  .s-main .products ul li .product-content h4 {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
  .s-main .products ul li .product-content h4 img {
    width: 12px;
  }
  .s-main .schedule .schedule-content ul {
    display: block;
  }
  .s-main .schedule .schedule-content ul.schedule-header {
    display: none;
  }
  .s-main .schedule .schedule-content ul.schedule-list {
    background: #fff;
  }
  .s-main .schedule .schedule-content ul.schedule-list li {
    border-top: none;
  }
  .s-main .schedule .schedule-content ul li {
    display: block;
    padding: 0 3.8667vw;
  }
  .s-main .schedule .schedule-content ul li.date {
    width: 100%;
    padding-top: 3.7333vw;
    padding-bottom: 3.7333vw;
    border-top: 1px solid #896ae1;
  }
  .s-main .schedule .schedule-content ul li.date span {
    font-size: 3.2vw;
    font-weight: bold;
    padding-left: 4.2667vw;
    color: #333;
    display: block;
    position: relative;
  }
  .s-main .schedule .schedule-content ul li.date span::before {
    content: "";
    background: url('../images/icon-time-m.png') no-repeat;
    background-size: 100% 100%;
    width: 3.0667vw;
    height: 3.0667vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .s-main .schedule .schedule-content ul li.agenda {
    width: 100%;
  }
  .s-main .schedule .schedule-content ul li.agenda h3 {
    font-size: 4vw;
  }
  .s-main .schedule .schedule-content ul li.guest {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 4vw;
  }
  .s-main .schedule .schedule-content ul li.guest dl {
    color: #333;
  }
  .s-main .schedule .schedule-content ul li.guest dl dd {
    font-size: 3.2vw;
    line-height: 1.6;
    display: flex;
  }
  .s-main .schedule .schedule-content ul li.guest dl dd span {
    white-space: nowrap;
  }
  .s-main .guest ul {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -3.7333vw;
  }
  .s-main .guest ul li {
    width: calc(50% - 18px);
    margin: 10px 4px 20px 14px;
    padding-bottom: 3.7333vw;
    background: #fff url('../images/guest-bg.png') bottom left no-repeat;
    background-size: 100% auto;
  }
  .s-main .guest ul li .guest-box img {
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
  }
  .s-main .guest ul li .guest-box h2 {
    font-size: 3.2vw;
    padding-top: 3.2vw;
  }
  .s-main .guest ul li .guest-box h2::after {
    width: 4.2667vw;
    height: 0.4vw;
    margin: 1.3333vw auto 2vw;
  }
  .s-main .guest ul li .guest-box p {
    font-size: 3.2vw;
  }
  .s-main .news ul {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .s-main .news ul li {
    margin: 0 0 3.3333vw;
    width: 100%;
  }
  .s-main .news ul li:last-child {
    padding: 0 5.3333vw;
    margin-bottom: 0;
  }
  .s-main .news ul li:last-child > div {
    padding-bottom: 2.6667vw;
  }
  .s-main .news ul li:last-child > div:last-child {
    border-bottom: 0;
  }
  .s-main .news ul li:last-child > div h3 {
    font-size: 4vw;
    margin: 4.6667vw 0 2.6667vw;
  }
  .s-main .news ul li:last-child > div a {
    font-size: 3.2vw;
  }
  .s-main .news ul li:last-child > div a img {
    width: 12px;
    margin-right: 5px;
  }
  .s-main .news ul li .news-content {
    padding: 4vw 4.6667vw 5.3333vw;
  }
  .s-main .news ul li .news-content h2 {
    font-size: 4vw;
  }
  .s-main .news ul li .news-content p {
    font-size: 3.2vw;
    padding: 2.6667vw 0 3.2vw;
  }
  .s-main .news ul li .news-content a {
    font-size: 3.2vw;
  }
  .s-main .news ul li .news-content a img {
    width: 12px;
  }
  .s-main .news ul li:after {
    height: 2px;
  }
  .s-main .look-more {
    padding: 5.3333vw 0 0;
  }
  .s-main .look-more img {
    width: 24.5333vw;
  }
  .s-main .collection {
    padding-bottom: 6.666vw;
    margin-left: -5.066vw;
    margin-right: -5.066vw;
  }
  .s-main .collection .collection-content .player-video {
    width: 30px;
    height: 30px;
  }
  .s-main .collection .swiper-slide-active .collection-content::after {
    height: 2px;
  }
  .s-main .collection .swiper-button-next,
  .s-main .collection .swiper-button-prev {
    display: none;
  }
  .s-main .collection .swiper-pagination {
    margin-top: 0;
    bottom: 0;
  }
  .s-main .collection .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .s-main .order .order-box {
    width: 90%;
    height: auto;
    padding: 0 4.6667vw;
  }
  .s-main .order .order-box.start-order h2 {
    font-size: 4vw;
    padding: 6.6667vw 0 4vw;
  }
  .s-main .order .order-box.start-order .val-box {
    margin-bottom: 3.3333vw;
  }
  .s-main .order .order-box.start-order .val-box.tips {
    margin-top: -1.5vw;
    margin-bottom: 0;
  }
  .s-main .order .order-box.start-order .val-box label {
    width: auto;
    font-size: 3.2vw;
    white-space: nowrap;
    width: 20%;
  }
  .s-main .order .order-box.start-order .val-box input {
    height: 6.6667vw;
    line-height: 6.6667vw;
    padding: 1.3333vw;
    font-size: 3.2vw;
  }
  .s-main .order .order-box.start-order .val-box p {
    font-size: 3.2vw;
  }
  .s-main .order .order-box.start-order a {
    margin: 3.3333vw auto 5.3333vw;
    font-size: 3.2vw;
    border-radius: 10px;
    width: 60%;
    height: 6.6667vw;
    line-height: 6.6667vw;
  }
  .s-main .order .order-box.stop-order {
    padding: 4.6667vw 0;
    height: auto;
  }
  .s-main .order .order-box.stop-order img {
    width: 60%;
  }
  .s-main .order .order-box.stop-order h2 {
    font-size: 4vw;
    padding: 3.3333vw 0 2vw;
  }
  .s-main .order .order-box.stop-order p {
    font-size: 3.2vw;
  }
  .s-main .order .close-order {
    width: 22px !important;
    top: 10px;
    right: 10px;
    z-index: 100;
  }
  .s-main .video-mask .video-box {
    width: 90%;
  }
  header::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #2edafe, #896ae1, #90377c);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header .s-wrap {
    height: 46px;
  }
  header .s-logo {
    width: 68px;
  }
  header .s-logo a {
    display: flex;
    align-items: center;
  }
  header .s-logo img {
    width: 100%;
  }
  header .menu-btn {
    width: 20px;
    height: 18.5px;
    background: url(../images/icon-menu-open.png) no-repeat;
    background-size: 100% 100%;
    display: block;
  }
  header .s-menu {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    display: none;
    padding: 1.3333vw 5.0667vw 8vw;
  }
  header .s-menu li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  header .s-menu li::before {
    content: "";
    width: 4px;
    height: 6px;
    background: url('../images/icon-menu-arrow.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header .s-menu li a {
    padding: 2.8vw 0;
    font-size: 3.7333vw;
    outline: none;
    height: auto;
    line-height: 1;
  }
  header .s-menu li.active::after {
    display: none;
  }
  footer {
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 20px 0;
    min-width: auto;
  }
  footer a,
  footer p {
    color: #fff;
  }
  footer .s-wrap {
    display: block;
  }
  footer .s-wrap .right {
    margin-top: 10px;
    flex-wrap: wrap;
    line-height: 1.6;
  }
}
