* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
p {
  margin: 0;
  padding: 0;
}
/* html {
  font-size: 42.66666666666667px;
}
@media (min-width: 170px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 170px) and (min-width: 200px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 170px) and (min-width: 280px) {
  html {
    font-size: 53.33333333333333px;
  }
}
@media (min-width: 170px) and (min-width: 310px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 170px) and (min-width: 340px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 170px) and (min-width: 370px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 170px) and (min-width: 400px) {
  html {
    font-size: 68px;
  }
}
@media (min-width: 170px) and (min-width: 430px) {
  html {
    font-size: 72px;
  }
}
@media (min-width: 170px) and (min-width: 460px) {
  html {
    font-size: 76px;
  }
}
@media (min-width: 170px) and (min-width: 490px) {
  html {
    font-size: 80px;
  }
}
@media (min-width: 170px) and (min-width: 520px) {
  html {
    font-size: 84px;
  }
}
@media (min-width: 170px) and (min-width: 550px) {
  html {
    font-size: 88px;
  }
}
@media (min-width: 170px) and (min-width: 580px) {
  html {
    font-size: 92px;
  }
}
@media (min-width: 170px) and (min-width: 610px) {
  html {
    font-size: 96px;
  }
}
@media (min-width: 170px) and (min-width: 640px) {
  html {
    font-size: 100px;
  }
} */
body {
  max-width: 750px;
  /* min-width: 350px; */
  margin: 0 auto;
  display: block;
  background: #fff;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  display: block;
  content: " ";
  clear: both;
  zoom: 1;
}
.index-tit {
  width: 100%;
  padding: 0.5rem 0 0.35rem;
}
.index-tit .index-titname {
  font: 700 0.38rem/0.38rem Arial;
  color: #2c3443;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.index-tit .index-tit-line {
  text-align: center;
}
.index-tit .index-tit-line img {
  width: 1.93rem;
}
.hot-product-line {
  width: 0.55rem;
  height: 0.07rem;
  display: inline-block;
  background: #d9e4ec;
  border-radius: 0.1rem;
  margin: 0.3rem 0 0.3rem;
}
.new-ins-line {
  margin: 0.32rem 0 0.2rem;
}
.pro-advantage-line {
  margin: 0.24rem 0 0.15rem;
}
.list-article {
  width: 100%;
  background: #ecf2f6;
  padding-bottom: 0.6rem;
}
.page-nav {
  text-align: center;
  background: #303744;
  padding: 0.22rem 0 0.25rem;
}
.page-nav a {
  font: 400 0.3rem/0.26rem Arial;
}
.page-nav a:first-child {
  color: #fff;
}
.page-nav a:last-child {
  color: #eaa242;
}
.page-nav i {
  color: #fff;
  font-size: 0.24rem;
  font-style: normal;
}
.list-business {
  background: #363e4c;
}
.list-business .business-item span {
  background-image: -webkit-linear-gradient(left, #d32f3f, #ce2d3f, #730f35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ins-business {
  padding: 0.1rem;
}
.business {
  width: 100%;
  display: flex;
  position: relative;
  padding: 0.3rem 0.2rem 0.35rem;
  font-size: 0;
}
.business .business-item-left {
  border-top-left-radius: 0.18rem;
  border-bottom-left-radius: 0.18rem;
  padding-left: 0.3rem;
}
.business .business-item-right {
  border-top-right-radius: 0.18rem;
  border-bottom-right-radius: 0.18rem;
  padding-left: 0.45rem;
}
.business .business-item-right span {
  font-weight: 700 !important;
}
.business .business-item {
  width: 50%;
  background: #fff;
}
.business .business-item span {
  display: inline-block;
  margin: 0.2rem auto;
  font: 400 0.28rem/0.26rem Arial;
  color: #fff;
}
.business .business-item .ins-busi-tx {
  font: 400 0.28rem/0.26rem Arial;
}
.business .whatstap-img {
  position: absolute;
  bottom: 0.265rem;
  left: 50%;
  margin-left: -0.4rem;
}
.business .whatstap-img img {
  width: 0.8rem;
}
.business .pro-ins-business-left {
  background: linear-gradient(to right, #ce2d3e, #c92b3d);
}
.business .pro-ins-business-left span {
  color: #fff;
  font: 400 0.28rem/0.26rem Arial;
}
.business .pro-ins-business-right {
  background: linear-gradient(to right, #9f1e39, #730f35);
}
.business .pro-ins-business-right span {
  color: #fff;
  font: 400 0.28rem/0.26rem Arial;
}
.case-msg-chat {
  width: 2rem;
  height: 1.24rem;
  float: right;
  text-align: center;
  background: linear-gradient(to right, #d32f3f, #730f35);
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.5rem;
}
.case-msg-chat img {
  width: 0.59rem;
  margin-top: 0.2rem;
}
.case-msg-chat p {
  font: 700 0.26rem/0.48rem Arial;
  color: #e6eff8 !important;
}
.product-msg-chat {
  width: 2rem;
  height: 1.24rem;
  text-align: center;
  background: linear-gradient(to right, #d32f3f, #730f35);
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.5rem;
}
.product-msg-chat img {
  width: 0.59rem;
  margin-top: 0.2rem;
}
.product-msg-chat p {
  font: 700 0.26rem/0.48rem Arial;
  color: #e6eff8 !important;
}
.case-page .page-item {
  padding-top: 0.15rem !important;
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 0rem;
}
.page .page-item .page-check {
  color: #333;
  background: #fcb14b;
  display: inline-block;
}
.page .page-item .page-check a {
  color: #333;
}
.page .page-item li {
  list-style: none;
  height: 0.41rem;
  padding: 0 0.13rem;
  line-height: 0.41rem;
  color: #f1f0f0;
  background: #fff;
  margin: 0 0.02rem;
  font-size: 0.24rem;
  color: #999;
}
.page .page-item li a {
  font-size: 0.24rem;
  color: #999;
}
.page .page-item .thisclass {
  color: #333;
  background: #fcb14b;
}
.new-ins-page {
  margin: 0.45rem 0;
}
.ins-page {
  width: 100%;
}
.ins-page .ins-pre {
  margin-bottom: 0.1rem;
}
.ins-page .ins-pre,
.ins-page .ins-next {
  padding: 0 0.2rem;
  display: flex;
  font: 400 0.26rem/0.39rem Arial;
  color: #5e6c88;
}
.ins-page .ins-pre img,
.ins-page .ins-next img {
  width: 0.39rem;
  height: 100%;
  margin-right: 0.2rem;
  vertical-align: top;
}
.ins-page .ins-pre span a,
.ins-page .ins-next span a {
  font: 400 0.24rem/0.39rem Arial;
  color: #5e6c88;
}
.success-case-part {
  width: 100%;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 !important;
}
.pro-ins-case {
  background: #ecf2f6 !important;
  padding: 0 !important;
}
.case-suc-case {
  margin-bottom: 0.1rem;
}
.success-case-tit {
  width: 100%;
  text-align: center;
  padding: 0.35rem 0;
}
.success-case-tit h2 {
  font: 700 0.3rem/0.44rem Arial;
  color: #2c3443;
  position: relative;
}
.success-case-tit h2 img {
  width: 0.64rem;
  position: absolute;
  bottom: 0;
  transform: translate(-0.15rem, -0.12rem);
}
.success-case-tit h2 span {
  position: relative;
}
.success-case-cont {
  padding: 0 0.2rem;
}
.about-tit {
  text-align: center;
  font: 700 0.36rem/0.26rem Arial;
  color: #07284e;
  margin: 0.3rem 0 0.25rem;
}
.about-tit img {
  width: 0.3rem;
}
.form {
  width: 100%;
  font-size: 0;
  position: relative;
  background: url(../img/msg-bg.jpg) no-repeat center center/cover;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 1.5rem;
  margin-top: 0.6rem;
}
.form .msgform {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.3rem;
  padding-bottom: 0.4rem;
}
.form .msgform .form-had {
  position: relative;
  background: #fff;
  background: url(../img/form-had-bg.jpg) no-repeat center center/cover;
  height: 1.9rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.form .msgform .form-had img {
  max-width: 100%;
}
.form .msgform .form-had p {
  font: 700 0.36rem/0.46rem Arial;
  color: #fff;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
}
.form .msgform .form-had p span {
  display: block;
  font: 400 0.24rem/0.31rem Arial;
}
.form .msgform .business-photo {
  position: absolute;
  bottom: 0.1rem;
  right: 0.25rem;
  border-radius: 1rem;
  width: 1.29rem;
}
.form .msgform .form-table {
  width: 100%;
  padding: 0 0.2rem;
  padding-top: 0.25rem;
}
.form .msgform .form-table .select-line {
  width: 100% !important;
  height: 0.51rem;
  border: 2px solid #e9e9e9 !important;
  margin-bottom: 0.15rem;
  display: flex;
  padding-left: 0.12rem;
}
.form .msgform .form-table .select-line span {
  width: 0.45rem;
  margin-top: 0.02rem;
  font-size: 0.2rem;
  color: #d6586f;
}
.form .msgform .form-table .select-line span img {
  width: 0.27rem;
}
.form .msgform .form-table .select-line button,
.form .msgform .form-table .select-line select {
  width: 100%;
  height: auto;
  font: 400 0.2rem/0.51rem Arial;
  color: #b6bcc7;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 0 !important;
}
.form .msgform .form-table .line {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 0.15rem;
}
.form .msgform .form-table .line:last-of-type {
  margin-bottom: 0;
}
.form .msgform .form-table .line span {
  color: #d6586f;
  position: absolute;
  font-size: 0.2rem;
  margin-left: 0.12rem;
}
.form .msgform .form-table .line img {
  margin-top: 0.05rem;
  width: 0.27rem;
}
.form .msgform .form-table .line select {
  height: 0.51rem;
  border-radius: 0;
  padding-left: 0.53rem !important;
}
.form .msgform .form-table .line input,
.form .msgform .form-table .line textarea {
  width: 100%;
  font: 400 0.2rem/0.37rem Arial;
  color: #5e6c88;
  padding: 0.05rem 0;
  padding-left: 0.55rem;
  border: 2px solid #e9e9e9;
  outline: none;
}
.form .msgform .form-table .line select {
  color: #b6bcc7 !important;
}
.form .msgform .form-table .sub {
  margin: 0 auto;
  width: 2.38rem;
  height: 0.67rem;
  margin-top: 0.25rem;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: -1.2rem;
  margin-bottom: -2rem;
}
.form .msgform .form-table .sub input {
  width: 100%;
  font: 700 0.26rem/0.67rem Arial;
  color: #fff;
  margin-top: 0.47rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #d32f3f, #730f35);
}
.mu-popover {
  margin-top: 0.1rem;
}
.mu-popover .mu-list,
.mu-popover .mu-list > li {
  padding: 0;
}
.mu-list-dense .mu-item-title {
  font: 400 0.2rem/0.35rem Arial;
  color: #333;
  padding-left: 0.6rem;
}
