@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]),
[hidden] {
  display: none;
}

form {
  height: 100%;
}

/* iPhone4/5 */
@media (max-width: 320px) {
  html {
    font-size: 42.66665px;
  }
}

/* iPhone 6 */
@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 50px;
  }
}

/* iPhone 6 + */
@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  html {
    font-size: 55.2px;
  }
}

@media (min-width: 321px) and (max-device-width: 374px) {
  html {
    font-size: 47px;
  }
}

@media (min-width: 737px) and (max-device-width: 1024px) {
  html {
    font-size: 80px;
  }
}

body {
  font-family: PingFangSC-Regular, 'helvetica neue', 'hiragino sans gb', sans-serif;
  font-size: 0.28rem;
  color: #000;
  -webkit-text-size-adjust: 100% !important;
}

a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

nav {
  list-style: none;
}

img {
  max-width: 100%;
}

.afterfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}


/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/12) and (min-aspect-ratio:9/14) {}

.page {
  height: 100%;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.scroll {
  height: 100%;
  overflow-y: auto;
}

.prompt {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: min(.2rem, 12px) min(.3rem, 20px);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, .75);
  font-size: min(3rem, 18px);
  color: #fff;
  z-index: 99999;
  letter-spacing: 1px;
  line-height: 1.4;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  position: relative;
}

.header .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 .44rem;
}

.header .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.header .round-wrap {
  flex-shrink: 0;
  width: 18.3638rem;
  height: 18.3638rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateZ(0);
}

.header .video-wrap {
  width: 7.5rem;
  height: 3.5rem;
  overflow: hidden;
  background-color: var(--theme-color);
}

.header .video-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.9rem;
}

.header .top .menu-btn {
  width: 0.38rem;
  height: 0.28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  margin-right: 0.3rem;
}

.header .top .menu-btn em {
  display: block;
  width: 100%;
  height: 0.05rem;
  border-radius: 0.025rem;
  background-color: #fff;
}

.header .top .logo {
  width: 2.16rem;
  height: 0.25rem;
  background: url("../imgs/mw_logo_landscape_teal_RGB_mw_logo_landscape_Teal-white.png") no-repeat center/contain;
}

.header .top a.back {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}

.header .top a.back i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../imgs/icon/icon-home-white.svg") no-repeat center/70% auto;
}

.header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: calc(100% - 0.9rem);
  padding-bottom: 0.1rem;
}

.header .title h2 {
  font-weight: bold;
  text-align: center;
  font-size: 0.48rem;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.header .title p {
  font-size: 0.36rem;
  text-align: center;
  font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', sans-serif;
  margin-top: 0.2rem;
  font-weight: 200;
}

.header .navs {
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 .6rem;
}

.header .navs .item {
  width: 1.7rem;
  height: 1.7rem;
  background-color: #fff;
  border: 0.04rem solid #aaa;
  border-radius: 0.26rem;
}

.header .navs .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.header .navs .item a i {
  width: 0.7rem;
  height: 0.7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header .navs .item a span {
  margin-top: 0.2rem;
  font-size: 0.3rem;
}

.header .navs .item.active {
  border: 0.06rem solid var(--theme-color-active);
}

.header .navs .item.active a span {
  color: var(--theme-color-active);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0.7rem 0.3rem 0 0.4rem;
  height: calc(100vh - 3.5rem);
}

/* 磁贴式菜单 */
.menu-tile,
.menu-tile .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-tile a {
  background-color: #feffff;
  border: 0.04rem solid #aaaaaa;
  border-radius: 0.26rem;
  height: 2.3rem;
  margin-bottom: 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-tile a i {
  width: 1.04rem;
  height: 1.04rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.menu-tile a span {
  font-size: 0.32rem;
  font-weight: 700;
  font-family: PingFangSC-Bold, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.menu-tile a.a0 {
  width: 100%;
  height: 2rem;
  flex-direction: row;
  margin-bottom: 0.3rem;
}

.menu-tile a.a0 i {
  margin-left: 1.5rem;
  width: 0.84rem;
  height: 1.34rem;
  background-image: url(../imgs/icon/icon-solution-orange.png);
}

.menu-tile a.a0 span {
  font-size: 0.52rem;
}

.menu-tile a.a1 {
  width: 3.7rem;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.menu-tile a.a1 i {
  margin-bottom: 0.2rem;
}

.menu-tile a.a2 {
  width: 2.4rem;
}

.menu-tile a.a3 {
  width: 1.94rem;
  height: 1.94rem;
}

.menu-tile a.a3 i {
  width: 0.82rem;
  height: 0.82rem;
}

.menu-tile a.a2 i,
.menu-tile a.a3 i {
  margin-bottom: 0.2rem;
}

.menu-tile a.a4 {
  width: 2.96rem;
  height: 0.8rem;
  margin-bottom: 0.24rem;
  border-radius: 0.16rem;
  flex-direction: row;
}

.menu-tile a.a4 i {
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.1rem;
}

.menu-tile a.a4 span {
  font-size: 0.26rem;
  width: 1.5rem;
  white-space: nowrap;
}

.menu-tile .wrap {
  margin-bottom: 0.3rem;
}

/* icon */
i.icon-demo {
  background-image: url("../imgs/icon/icon-demo.png");
}

i.icon-activity {
  background-image: url("../imgs/icon/icon-activity.png");
}

i.icon-data {
  background-image: url("../imgs/icon/icon-data.png");
}

i.icon-review {
  background-image: url("../imgs/icon/icon-review.png");
}

i.icon-report {
  background-image: url("../imgs/icon/icon-report.png");
}

i.icon-solution {
  background-image: url("../imgs/icon/icon-solution.png");
}

i.icon-case {
  background-image: url("../imgs/icon/icon-case.png");
}

i.icon-database {
  background-image: url("../imgs/icon/icon-database.png");
}

i.icon-Im {
  background-image: url("../imgs/icon/icon-Im.png");
}

i.icon-industry {
  background-image: url("../imgs/icon/icon-industry.png");
}

i.icon-performance {
  background-image: url("../imgs/icon/icon-performance.png");
}

i.icon-Sl {
  background-image: url("../imgs/icon/icon-Sl.png");
}

i.icon-xfzdc {
  background-image: url("../imgs/icon/icon-xfzdc.png");
}

i.icon-smgl {
  background-image: url("../imgs/icon/icon-smgl.png");
}

/* icon end */

/* 通用式列表 */
.ls-tab {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.45rem;
  padding: 0 0.3rem;
}

.ls-tab a {
  margin-right: 0.66rem;
  position: relative;
}

.ls-tab a span {
  font-size: 0.36rem;
  opacity: 0.5;
}

.ls-tab .back {
  width: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0;
}

.ls-tab .back i {
  width: 0.25rem;
  height: 0.15rem;
  background: url("../imgs/icon/arrow_down.png") center/contain no-repeat;
  transform: rotate(90deg);
}

.ls-tab a.active::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: var(--theme-color-active);
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.18rem;
}

.ls-tab a.active span {
  opacity: 1;
}

.ls-content {
  width: 100%;
  /* height: calc(100% - 0.95rem); */
  height: 100%;
}

.ls-content .item {
  margin-bottom: 0.54rem;
}

.ls-content .item-wrap {
  min-height: 2.4rem;
  padding: 0.3rem 0.3rem 0.5rem 1.9rem;
  position: relative;
  border-radius: 0.26rem;
  border: 1px solid #aaa;
}

.ls-content .item-wrap.no-img {
  padding: 0.3rem 0.3rem 0.5rem 0.3rem;
  min-height: auto;
}

.ls-content .item-wrap.item-review {
  padding: 0.45rem 0.3rem 0.5rem 2.45rem;
}

.ls-content .item-wrap .img {
  width: 1.68rem;
  height: 2.06rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: absolute;
  top: 0.3rem;
  left: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ls-content .item-wrap .img1 {
  width: 2.46rem;
  height: 1.34rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid var(--theme-color);
}

.ls-content .item-wrap .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.ls-content .item-wrap h4 {
  font-size: 0.34rem;
  margin-bottom: 0.15rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
  color: #28bbbb;
}

.ls-content .item-wrap p {
  font-size: 0.28rem;
  line-height: 1.2;
  font-weight: 200;
}

.ls-content .item-wrap p.desc {
  /* 两行省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ls-content .item-wrap .speaker {
  margin-top: 0.2rem;
}

.ls-content .item-wrap .speaker h5 {
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.ls-content .item-wrap .overview {
  margin-top: 0.2rem;

}

.ls-content .item-wrap .overview strong {
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.ls-content .item-wrap .overview a {
  text-decoration: underline;
  font-size: 0.24rem;
  line-height: 1.2;
}

.ls-content .item-wrap .overview h5 {
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.ls-content .item-wrap li {
  display: flex;
  font-size: 0.28rem;
  line-height: 1.4;
  font-weight: 200;
}

.ls-content .item-wrap li::before {
  display: block;
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #28bbbb;
  flex-shrink: 0;
  margin-right: 0.3rem;
  margin-top: 0.124rem;
}

.ls-content .item-wrap .btn {
  width: 2rem;
  height: 0.46rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.23rem;
}

.ls-content .item-wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.23rem;
  background-color: #28bbbb;
  font-size: 0.24rem;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
  color: #fff;
  text-align: center;
}

.ls-content .item-wrap .btn a.registered {
  background-color: #be2baa;
}

.ls-content .item-wrap .btn a.ended {
  background-color: #aaa;
}

.ls-content .item-wrap .btn a.living {
  background-color: #f66d26;

}

.ls-content .item-wrap .btn a i.arrow {
  width: 0.76rem;
  height: 0.13rem;
  background: url("../imgs/icon/icon-arrow.png") center/contain no-repeat;
}

/* 弹出框 */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .7);
}

.popup.ani {
  opacity: 0;
  transition: opacity .3s ease;
}

.popup.ani.show {
  opacity: 1;
}

.popup-box {
  width: 5.6rem;
  border-radius: 0.46rem;
  border: 1px solid #28bbbb;
  background-color: #fff;
  position: relative;
  padding: 0.5rem 0.2rem 0.8rem;
}

.qrcode-box {
  position: relative;
  border-radius: 0.26rem;
  border: 1px solid #28bbbb;
  overflow: hidden;
  padding: 0.5rem 0.2rem 0.3rem;
  background-color: #fff;
}

.qrcode-box .qrcode img {
  display: block;
}

.dialog .close,
.popup .close {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: url("../imgs/icon/close.png") center/50% auto no-repeat;
}

.popup-header {
  font-size: 0.44rem;
  text-align: center;
  padding: 0.4rem 0;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.popup.ani .popup-header {
  font-size: 0.36rem;
}

.popup-header i.icon-ok {
  display: block;
  margin: 0 auto;
  width: 0.73rem;
  height: 0.73rem;
  background: url("../imgs/icon/icon-checkmark.png") center/contain no-repeat;
}

.popup-body .table-form {
  padding: 0.4rem 0.2rem 0.3rem;
}

.popup-body p.p1 {
  text-align: center;
  font-size: 0.36rem;
  line-height: 1.2;
}

.popup-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}

.popup-footer .btn {
  width: 2.34rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 0.38rem;
}

.popup-footer .btn-1 {
  width: 2rem;
  height: 0.46rem;
  border-radius: 0.23rem;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 0.18rem;

}

.popup-footer .btn-cencel {
  background-color: #fff;
  color: #28bbbb;
  border: 1px solid #28bbbb;

}

.popup-footer .btn-confirm {
  background-color: #28bbbb;
  color: #fff;
}

/* 侧边栏 */

.sidebar {
  position: fixed;
  right: -1px;
  bottom: 0.4rem;
  background-color: var(--theme-color, #ffffff);
  border-radius: 0.26rem 0 0 0.26rem;
  border: 1px solid #aaa;
  padding: 0.2rem;
  z-index: 19;
}

/* 
.sidebar.reverse {
  background-color: #28bbbb;
  border: 1px solid #28bbbb;
} */

.sidebar .item {
  margin-bottom: 0.2rem;
}

.sidebar .item:last-child {
  margin-bottom: 0;
}

.sidebar .item i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sidebar .item i.icon-qrcode {
  background-image: url("../imgs/icon/icon-qrcode.svg");
}

.sidebar.reverse .item i.icon-qrcode {
  background-image: url("../imgs/icon/icon-qrcode-white.svg");
}

.sidebar .item i.icon-serve {
  background-image: url("../imgs/icon/icon-serve.svg");
}

.sidebar.reverse .item i.icon-serve {
  background-image: url("../imgs/icon/icon-serve-white.svg");
}

/* 登录 */
.login {
  --height-login-tabs: 1.18rem;
  padding-top: 0.4rem;
}

.login .table-form .form-item label {
  width: 1.6rem;
}

.login .header {
  height: 1.14rem;
}

.login .logo {
  width: 3.28rem;
  height: 0.38rem;
  background: url("../imgs/mw_logo_landscape_teal_RGB_mw_logo_landscape_Teal.png") no-repeat center/contain;
}

.login-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.4rem 0 0.1rem;
  height: var(--height-login-tabs);
  width: calc(100% - 1.2rem);
  margin: 0 auto;
}

.login-tabs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.06rem;
  border-radius: 0.03rem;
  background: #2abcbc;
  z-index: 1;
}

.login-tabs a {
  padding: 0.1rem 0.9rem;
}

.login-tabs a span {
  font-size: 0.38rem;
  opacity: 0.5;
}

.login-tabs a.active span {
  opacity: 1;
}

.login .container {
  padding: 0;
  height: calc(100% - 1.14rem - var(--height-login-tabs));
}

.table-form {
  width: 100%;
  padding: 0.6rem;
  flex-shrink: 0;
}

.login .table-form.bg {
  padding-bottom: 5rem;
  background: url(../imgs/login-bg.png) no-repeat center bottom -5rem/100% auto;
}

.table-form .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.table-form .form-item:last-child {
  margin-bottom: 0;
}

.table-form .form-item label {
  width: 1.1rem;
  font-size: 0.3rem;
  flex-shrink: 0;
}

.table-form .form-item .input {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.1rem;
  background-color: #f1f1f1;
  border: 0;
  padding: 0 0.1rem;
  font-family: inherit;
  font-size: 100%;
}

.table-form .input-box,
.table-form .select-box {
  position: relative;
  width: 100%;
}

.table-form .select-box select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 100%;
  font-family: inherit;
  z-index: 1;
}

.table-form .select-box::after {
  display: block;
  width: 0.7rem;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url("../imgs/icon/arrow_down.png") center/0.25rem auto no-repeat;
}

.table-form .btns {
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-form .btns button {
  width: 2.34rem;
  height: 0.66rem;
  border-radius: .33rem;
  border: 0;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.36rem;
  font-family: inherit;
}

.table-form .clause {
  display: flex;
  align-items: center;
}

.table-form .clause em {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 0.07rem;
  background-color: #f1f1f1;
  flex-shrink: 0;
  margin-right: 0.28rem;
}

.table-form .clause em input {
  width: 100%;
  height: 100%;
  margin: 0;
}

.table-form .clause em.chk {
  background: #f1f1f1 url("../imgs/icon/check.png") center/50% auto no-repeat;
}

.table-form .clause p {
  font-size: 0.22rem;
  line-height: 1.4;
}

.login .bottom-pattern {
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background-color: #2abcbc;
  flex-shrink: 0;
  position: relative;
}

.login .bottom-pattern span {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-color: #ffcc01;
  border: 0.15rem solid #f1f1f1;
  position: absolute;
  top: 0;
  left: 7.46rem;
}

/* 登录 end */
/* 首页 */
.index {
  --theme-color: #2dc3c3;
  background: url("../imgs/index-Bg.png") no-repeat center top/100% auto;
}

.index .menu-tile a {
  border-color: var(--theme-color);
}

.index .header .video-wrap {
  background: url("../imgs/index-header-Bg.png") center top/100% auto no-repeat;
}

.index .container {
  padding: 0.56rem 0.6rem;
  height: auto;
}


/* 首页 end*/
/* 活动中心 */
.activity {
  --theme-color: #be2baa;
  --theme-color-active: #b627a1;
}

.activity i.icon-demo {
  background-image: url("../imgs/icon/icon-demo-purple.png");
}

.activity i.icon-activity {
  background-image: url("../imgs/icon/icon-activity-purple.png");
}

.activity i.icon-data {
  background-image: url("../imgs/icon/icon-data-purple.png");
}

.activity .header .video-wrap {
  background: url("../imgs/activity-header-Bg.png") center top/100% auto no-repeat;
}

.activity .header .title {
  padding-bottom: 1.5rem;
}

.activity .container {
  padding: 0.7rem 0 0;
}

.activity .container .scroll {
  padding: 0 0.3rem;
}

.activity .container .ls-tab {
  padding: 0;
}

/* 活动中心 end */
/* 资料中心 */
.data {
  --theme-color: #f66d26;
  --theme-color-active: #ff6221;
  background: url("../imgs/data-Bg.png") no-repeat center top/100% auto;
}

.data i.icon-demo {
  background-image: url("../imgs/icon/icon-demo-orange.png");
}

.data i.icon-activity {
  background-image: url("../imgs/icon/icon-activity-orange.png");
}

.data i.icon-data {
  background-image: url("../imgs/icon/icon-data-orange.png");
}

.data i.icon-report {
  background-image: url("../imgs/icon/icon-report-orange.png");
}

.data i.icon-case {
  background-image: url("../imgs/icon/icon-case-orange.png");
}

.data i.icon-industry {
  background-image: url("../imgs/icon/icon-industry-orange.png");
}

.data .header .video-wrap {
  background: url("../imgs/data-header-Bg.png") center top/100% auto no-repeat;
}

/* 
.data .header {
  height: 3.16rem;
} */

.data .header .title {
  padding-bottom: 1.5rem;
}

.data .btns-solution {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.data .container {
  padding: 1.06rem 0.66rem;
  height: auto;
  min-height: calc(100vh - 3.5rem);
}

.data .data-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding-bottom: 2rem;
}

.data .data-index .menu-tile a span {
  color: #000;
}

.data-list,
.data-detail {
  background: transparent;
}

/* .data-list .header .title,
.data-detail .header .title {
  padding-bottom: 1.8rem;
} */

.data-list .container,
.data-detail .container {
  height: calc(100vh - 3.5rem);
  padding: 0.7rem 0.3rem 0.4rem;
}

.data-list .ls-tab,
.data-detail .ls-tab {
  padding: 0;
}

.data-detail .container .scroll {
  padding: 0.4rem;
  border-radius: 0.26rem;
  border: 1px solid #aaaaaa;
}


/* .data-list .header .navs,
.data-detail .header .navs {
  top: 1.76rem;
} */

.data-detail .ls-content .item-wrap .btn {
  width: 1.38rem;
}

.data-detail .detail-content {
  height: calc(100% - 2rem - 0.95rem);
}

.data-detail .detail-content * {
  list-style: unset;
  font-style: unset;
  line-height: 1.4;
  font-size: 0.28rem;
}

.data-detail .detail-content h3,
.data-detail .detail-content h4,
.data-detail .detail-content h5,
.data-detail .detail-content h6 {
  font-size: 0.36rem;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.data-detail .detail-content strong,
.data-detail .detail-content b {
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.data-detail .detail-content em {
  font-style: italic;
}

.data-detail .detail-content ul {
  margin-left: 1em;
}

.detail-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.4rem;
}

.detail-footer a {
  display: block;
  width: 2.4rem;
  height: .66rem;
  border-radius: .33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #fff;
  background-color: #28bbbb;
  margin-top: 0.2rem;
}

.solution.data .header {
  height: 2.5rem;
}

.solution.data .header .title {
  height: calc(100% - 1.5rem);
  padding-bottom: 0;
}

.solution.data .container {
  padding: 0 0.66rem;
  position: relative;
}


.solution .ls-tab {
  padding: 0;
  margin-bottom: 0.3rem;
}

.solution .ls-tab .back {
  width: auto;
}

.solution .ls-tab .back span {
  margin-left: 0.1rem;
  opacity: 1;
}

.solution .container .info {
  margin-bottom: 0.6rem;
}

.solution .container .info .cons {
  background-color: #feffff;
  border: 0.04rem solid #aaaaaa;
  border-radius: 0.26rem;
  padding: 0.3rem;
}

.solution .container .info .cons p {
  margin-bottom: 0.2rem;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}

.solution .container .info .cons p:last-child {
  margin-bottom: 0;
}

/* 资料中心 end*/
/* 预约演示 */
.demo {
  background: url("../imgs/demo-Bg.png") no-repeat center top 2.2rem/100% auto;
  --theme-color-active: #28bbbb;
}

.demo .header {
  height: 1rem;
}

.demo .header .logo {
  background: url('../imgs/mw_logo_landscape_teal_RGB_mw_logo_landscape_Teal.png') no-repeat center / contain;
}

.demo .container {
  height: calc(100% - 1rem);
  padding: 0.6rem 0 0;
}


.demo .table-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  height: 0.6rem;
}

.demo .table-title .back {
  width: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0;
}

.demo .table-title .back i {
  width: 0.25rem;
  height: 0.15rem;
  background: url(../imgs/icon/arrow_down.png) center / contain no-repeat;
  transform: rotate(90deg);
}

.demo .table-title a.active::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.06rem;
  border-radius: 0.03rem;
  background: var(--theme-color-active);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.15rem;
}

.demo .table-title h3 {
  font-size: 0.42rem;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
  line-height: 1.3;
}

.demo .scroll {
  height: calc(100% - 0.6rem);
}

.demo .table-form .form-item {
  margin-bottom: 0.3rem;
}

.demo .table-form .form-item label {
  width: 1.6rem;
  white-space: nowrap;
}

.demo .table-form .clause {
  margin-top: 0.6rem;
}

.demo .table-form .clause p {
  width: 100%;
  text-align: center;
}

.demo .table-form .clause a {
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
  text-decoration: underline;
}

.demo .header .top a.back i {
  background: url("../imgs/icon/icon-home.svg") no-repeat center/70% auto;
}

.questions {
  padding-top: 0.2rem;
}

.questions .item {
  margin-bottom: 0.4rem;
}

.questions .item h5 {
  font-size: 0.3rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.questions .item h5 span {
  opacity: 0.6;
  font-size: 0.28rem;
}

.questions .item .opts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.questions .item .opts p {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.1rem;
  height: 0.72rem;
  line-height: 0.52rem;
  border-radius: 0.1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, .15);
}

.questions .item .opts p.style2 {
  width: calc(50% - 0.1rem);
}


.questions .item .opts p span {
  white-space: nowrap;
}


.questions .item .opts p input:not([type="text"]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}

.questions .item .opts p:has(input:not([type="text"]):checked) {
  background-color: #b627a1;
}

.questions .item .opts p input[type="text"] {
  width: 100%;
  flex: 1;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .35);
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  margin-left: 0.1rem;
}

.questions .item .opts p input:not([type="text"]):checked+span,
.questions .item .opts p input:not([type="text"]):checked~input[type="text"] {
  color: #fff;
}

.questions .item .select-box {
  position: relative;
  width: 100%;
}

.questions .item .select-box input {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.1rem;
  background-color: #f1f1f1;
  border: 0;
  padding: 0 0.1rem;
  font-family: inherit;
  font-size: 100%;
}

.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10;
}

.dialog .dialog-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.dialog .dialog-title {
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.32rem;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.dialog .dialog-content {
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  height: calc(100% - 1rem);
}

.dialog .dialog-content .detail section {
  margin-bottom: 0.2rem;
  overflow-wrap: break-word;
  line-height: 1.4;
}

.dialog .dialog-content .detail section h3 {
  font-size: 0.28rem;
  font-weight: bold;
  font-family: PingFangSC-Bolder, 'helvetica neue', 'hiragino sans gb', sans-serif;
  margin-bottom: 0.1rem;
}

.dialog .dialog-content .detail section p {
  font-size: 0.26rem;
  font-family: PingFang SC, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

.dialog .dialog-content .detail section ul {
  margin-left: 0.3rem;
}

.dialog .dialog-content .detail section ul li {
  list-style: disc;
  font-family: PingFang SC, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

/* 预约演示 end*/