
* {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  min-width: 1440px;
  height: 100%;
  color: rgba(0, 0, 0, .85);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  background: #ececec;
}

.el-font {
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum";
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

.no-padding {
  padding: 0px !important;
}


a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.dark-color {
  color: #fc9c36;
}

.home-container {
  position: relative;
}

.home-container .main-box {
  width: 100%;
  background: #fff;
  position: relative;
}

.home-container .main-box-bg {
  width: 100%;
}

.home-container .main-box-view {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.home-container .main-box-title {
  display: inline-block;
  font-size: 30px;
  padding: 90px 0;
  color: #141414;
  text-align: center;
  position: relative;
}

.home-container .main-box-title::before {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 91px;
  height: 8px;
  background: url("../../../../weiliao.oss-cn-hangzhou.aliyuncs.com/app/pm/icons/hhb/www/v2/arrow-left.png")/*tpa=https://weiliao.oss-cn-hangzhou.aliyuncs.com/app/pm/icons/hhb/www/v2/arrow-left.png*/ no-repeat;
}

.home-container .main-box-title::after {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 91px;
  height: 8px;
  background: url("../../../../weiliao.oss-cn-hangzhou.aliyuncs.com/app/pm/icons/hhb/www/v2/arrow-right.png")/*tpa=https://weiliao.oss-cn-hangzhou.aliyuncs.com/app/pm/icons/hhb/www/v2/arrow-right.png*/ no-repeat;
}

.home-container .main-box.white {
  height: 70px;
  width: 100%;
}

.home-container .main-box.greyBg {
  background: #f8f8f8;
}

.home-container .main-box.tab {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.home-container .main-box.tab .main-box-view {
  height: 70px;
  width: 1200px;
}

.home-container .main-box.tab .main-box-view .tab-left {
  height: 45px;
  margin: 13px 0 12px 0px;
}

.home-container .main-box.tab .main-box-view .tab-left .tab-left-logo {
  height: 45px;
  margin: auto 0;
}

.home-container .main-box.tab .main-box-view .tab-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home-container .main-box.tab .main-box-view .tab-right .tabBar {
  height: 100%;
  line-height: 70px;
  font-size: 17px;
  text-align: center;
  color: #333333;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.home-container .main-box.tab .main-box-view .tab-right .tabBar.active {
  color: #fc9c36;
}

.home-container .main-box.tab .main-box-view .tab-right .tabBar.active::after {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fc9c36;
}

.home-container .main-box.tab .main-box-view .tab-right .btn-login {
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 10px;
}

.home-container .main-box.tab .main-box-view .tab-right .btn-login.login {
  border: 1px solid #fc9c36;
  background: #fff;
  color: #fc9c36;
}

.home-container .main-box.tab .main-box-view .tab-right .btn-login.register {
  border: 1px solid #fc9c36;
  background: #fc9c36;
  color: #fff;
}

.home-container .main-box.home .el-carousel__container {
  height: 500px;
}

.home-container .main-box.home .el-carousel__indicators--outside {
  position: absolute;
}

.home-container .main-box.home .el-carousel__indicators--outside .el-carousel__indicator .el-carousel__button {
  height: 6px;
  background-color: #fff;
}



.home-container .main-box.home .bgimg {
  height: 100%;
  position: relative;
  background: url("../images/haohuo_banner.png")/*/templates/default/images/haohuo_banner.png*/ no-repeat center/cover;
}

.home-container .main-box.home .bgimg .bgimg-text {
  position: absolute;
  top: 105px;
  /* left: 361px; */
}

.home-container .main-box.home .bgimg .bgimg-text .bgimg-text-title {
  color: #ffffff;
  font-size: 51px;
  margin-top: 13px;
  opacity: 0.8;
}

.home-container .main-box.home .bgimg .bgimg-text .bgimg-text-desc {
  color: #ffffff;
  font-size: 16px;
  margin-top: 11px;
  width: 478px;
  line-height: 26px;
  opacity: 0.8;
}

.home-container .main-box.support .main-box-view .support-main {
  width: 100%;
}

.home-container .main-box.support .main-box-view .support-main .support-item {
  width: 350px;
  height: 454px;
  float: left;
  margin: 0 25px 80px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-icon {
  width: 100%;
  height: 124px;
  margin-top: 45px;
  text-align: center;
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-icon-image {
  width: 124px;
  height: 124px;
  margin: 0 auto;
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-img {
  width: 100%;
  height: 200px;
  text-align: center;
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-img-image {
  width: 340px;
  height: 100%;
  margin: 0 auto;
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-name {
	font-size: 24px;
	color: #333333;
	padding: 20px 0 30px 0;
	text-align: center;
	font-weight: 500;
}

.home-container .main-box.support .main-box-view .support-main .support-item .item-content {
  font-size: 15px;
  color: #999;
  line-height: 30px;
  margin: 0 25px;
  text-align: left;
}

.home-container .main-box.support .main-box-view .support-main .support-item:hover {
  margin-top: -20px;
  margin-bottom: 100px;
}

.home-container .main-box.try .main-box-view .try-main {
  height: 300px;
}

.home-container .main-box.try .main-box-view .try-main .try-flex {
  padding: 15px 0;
}

.home-container .main-box.try .main-box-view .try-main .try-flex.try-top {
  margin-top: 50px;
}

.home-container .main-box.try .main-box-view .try-main .try-flex .font-point {
  color: #fc9c36;
}

.home-container .main-box.try .main-box-view .try-main .try-flex h5 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}

.home-container .main-box.try .main-box-view .try-main .try-flex p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.home-container .main-box.try .main-box-view .try-main__left {
  float: left;
  width: 330px;
  height: 100%;
}

.home-container .main-box.try .main-box-view .try-main__left .try-flex {
  text-align: right;
}

.home-container .main-box.try .main-box-view .try-main__middle {
  float: left;
  width: 380px;
  height: 100%;
  margin: 0 80px;
}

.home-container .main-box.try .main-box-view .try-main__right {
  float: right;
  width: 330px;
  height: 100%;
}

.home-container .main-box.try .main-box-view .try-main__right .try-flex {
  text-align: left;
}

.home-container .main-box.try .main-box-view .try-bottom {
  padding: 65px 0;
  text-align: center;
}

.home-container .main-box.try .main-box-view .try-bottom p {
  font-size: 18px;
  color: #141414;
  line-height: 20px;
}

.home-container .main-box.flow .main-box-view .flow-main {
  width: 100%;
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item {
    width: 270px;
    height: 660px;
    float: left;
    margin: 0 15px 80px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-icon {
  width: 40px;
  height: 40px;
  margin: 20px auto;
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-icon-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-img {
  width: 100%;
  height: 540px;
  text-align: center;
  overflow: hidden;
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-img-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-img-image:hover {
  transform: scale(1.2);
}

.home-container .main-box.flow .main-box-view .flow-main .flow-item .item-content {
  font-size: 22px;
  color: #333;
  text-align: center;
}

.home-container .main-box.server .main-box-view .server-main {
  height: 500px;
  padding-bottom: 80px;
}

.home-container .main-box.server .main-box-view .server-main .server-left {
  float: left;
  width: 400px;
  height: 500px;
  text-align: left;
  position: relative;
}

.home-container .main-box.server .main-box-view .server-main .server-left .server-flex {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.home-container .main-box.server .main-box-view .server-main .server-left .server-flex h5 {
  font-size: 24px;
  color: #333;
  line-height: 34px;
}

.home-container .main-box.server .main-box-view .server-main .server-left .server-flex p {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  margin-top: 40px;
}

.home-container .main-box.server .main-box-view .server-main .server-right {
  float: right;
  width: 740px;
  height: 500px;
}

.home-container .main-box.server .main-box-view .server-main .server-right-image {
  width: 100%;
  height: 100%;
}

.home-container .main-box.advantage .main-box-view .advantage-main {
  height: 450px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left {
  width: 50%;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img {
  width: 276px;
  height: 240px;
  margin-left: 35%;
  position: relative;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img-image {
  width: 100%;
  height: 100%;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex {
  position: absolute;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex h5 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex.left {
  top: 75px;
  left: -215px;
  text-align: right;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex.middle {
  width: 276px;
  text-align: center;
  left: 0;
  bottom: -65px;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-left .item-img .item-flex.right {
  top: 75px;
  right: -172px;
  text-align: left;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-right {
  width: 50%;
}

.home-container .main-box.advantage .main-box-view .advantage-main .advantage-right p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-left: 160px;
  text-align: left;
}

.home-container .main-box.system .main-box-view .system-main {
  padding-bottom: 80px;
}

.home-container .main-box.system .main-box-view .system-main .system-item {
  float: left;
  width: 250px;
  height: 220px;
  margin: 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.home-container .main-box.system .main-box-view .system-main .system-item:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.home-container .main-box.system .main-box-view .system-main .system-item .item-img {
  width: 88px;
  height: 88px;
  margin: 35px auto 22px;
}

.home-container .main-box.system .main-box-view .system-main .system-item .item-img-image {
  width: 100%;
  height: 100%;
}

.home-container .main-box.system .main-box-view .system-main .system-item .item-content {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.home-container .main-box.compared {
  padding-bottom: 110px;
}

.home-container .main-box.compared .main-box-view .compared-main {
  height: 443px;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-left {
  float: left;
  width: 250px;
  padding-top: 100px;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-left .compared-flex {
  width: 136px;
  height: 46px;
  margin: 55px auto 0;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-left .compared-flex p {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  text-align: center;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-img {
  float: left;
  width: 387px;
  height: 100%;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-img .image {
  width: 100%;
  height: 100%;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-arrow {
  float: left;
  width: 176px;
  height: 100%;
  position: relative;
}

.home-container .main-box.compared .main-box-view .compared-main .compared-arrow .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 55px;
}

.home-container .main-box.mcn .main-box-view .mcn-main {
  width: 100%;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item {
  width: 340px;
  height: 340px;
  float: left;
  margin: 0 25px 80px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-icon {
  width: 100%;
  height: 80px;
  margin-top: 40px;
  text-align: center;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-icon-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-img {
  width: 100%;
  height: 200px;
  text-align: center;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-img-image {
  width: 340px;
  height: 100%;
  margin: 0 auto;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-name {
  font-size: 20px;
  color: #333333;
  height: 70px;
  line-height: 70px;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-name .item-name-bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-content,
.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-content2 {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 30px;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-content .item-content-text,
.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item .item-content2 .item-content-text {
  line-height: 30px;
}

.home-container .main-box.mcn .main-box-view .mcn-main .mcn-item:hover {
  margin-top: -20px;
  margin-bottom: 100px;
}

.home-container .main-box.choose {
  padding-bottom: 100px;
}

.home-container .main-box.choose .main-box-view .choose-main {
  height: 406px;
}

.home-container .main-box.choose .main-box-view .choose-main .image {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1400px) and (max-width: 1750px) {
  .home-container .main-box.home .main-box-view .home-right {
    width: 363px;
    height: 334px;
  }
}

@media screen and (max-width: 1400px) {
  .home-container .main-box.home .main-box-view .home-right {
    width: 300px;
    height: 270px;
  }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  body {
    min-width: 100%;
  }

  .home-container {
    width: 100%;
  }

  .home-container .main-box.tab .main-box-view {
    width: 100%;
  }

  .home-container .main-box.tab .main-box-view .tab-left {
    width: 100%;
    text-align: center;
  }

  .home-container .main-box.tab .main-box-view .tab-left .tab-left-logo {
    display: block;
    width: 132px;
    margin: 0 auto;
  }

  .home-container .main-box.tab .main-box-view .tab-right {
    display: none;
  }

  .home-container .main-box.home .main-box-bg {
    height: 100px;
  }

  .home-container .main-box.home .main-box-view {
    width: 100%;
  }

  .home-container .main-box.home .main-box-view .home-left {
    width: 100%;
    margin: 0;
  }

  .home-container .main-box.home .main-box-view .home-left .home-name {
    display: none;
  }

  .home-container .main-box.home .main-box-view .home-left .home-content {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 18px;
  }

  .home-container .main-box.home .main-box-view .home-left .home-action {
    text-align: center;
  }

  .home-container .main-box.home .main-box-view .home-left .home-action .home-btn {
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 6px 15px;
    margin: 0 auto;
  }

  .home-container .main-box.home .main-box-view .home-right {
    display: none;
  }

  .home-container .main-box.server .main-box-bg {
    height: 100%;
  }

  .home-container .main-box.server .main-box-view {
    position: relative;
    width: 100%;
  }

  .home-container .main-box.server .main-box-view .server-top {
    font-size: 20px;
    height: auto;
    line-height: 40px;
    padding: 15px 0 10px 0;
  }

  .home-container .main-box.server .main-box-view .server-main {
    height: auto;
    padding: 0 10px;
    display: block;
    overflow: hidden;
  }

  .home-container .main-box.server .main-box-view .server-main .server-left {
    float: left;
    width: 50%;
  }

  .home-container .main-box.server .main-box-view .server-main .server-left .server-item {
    margin: 0 5px;
  }

  .home-container .main-box.server .main-box-view .server-main .server-left .server-item .server-name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .home-container .main-box.server .main-box-view .server-main .server-left .server-item .server-content {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
  }

  .home-container .main-box.server .main-box-view .server-main .server-left .server-item .server-line {
    margin: 10px 0 20px 0;
  }

  .home-container .main-box.server .main-box-view .server-main .server-right {
    float: right;
    width: 50%;
    height: 180px;
  }

  .home-container .main-box.server .main-box-view .server-main .server-right-image {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .home-container .main-box.try {
    background: #f8f8f8;
  }

  .home-container .main-box.try .main-box-bg {
    height: 100%;
  }

  .home-container .main-box.try .main-box-view {
    position: relative;
    width: 100%;
  }

  .home-container .main-box.try .main-box-view .try-top {
    font-size: 20px;
    height: auto;
    line-height: 40px;
    padding-top: 15px;
  }

  .home-container .main-box.try .main-box-view .try-main {
    margin: 0;
    padding: 0 15px;
    height: 260px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left {
    float: left;
    width: 50%;
    height: 100%;
    display: block;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left .try-index {
    width: 60px;
    height: 60px;
    margin: 35px auto 10px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left .try-index-numb {
    font-size: 24px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left .try-text {
    width: auto;
    margin: 0 10px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left .try-text .try-name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-left .try-text .try-content {
    font-size: 12px;
    line-height: 18px;
  }

  .home-container .main-box.try .main-box-view .try-main .try-right1,
  .home-container .main-box.try .main-box-view .try-main .try-right2,
  .home-container .main-box.try .main-box-view .try-main .try-right3 {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
  }

  .home-container .main-box.try .main-box-view .try-main .try-right1 .try-right-image,
  .home-container .main-box.try .main-box-view .try-main .try-right2 .try-right-image,
  .home-container .main-box.try .main-box-view .try-main .try-right3 .try-right-image {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .home-container .main-box.advantage .main-box-bg {
    display: block;
    height: 100%;
  }

  .home-container .main-box.advantage .main-box-view {
    position: relative;
    width: 100%;
  }

  .home-container .main-box.advantage .main-box-view .advantage-top {
    font-size: 20px;
    height: auto;
    line-height: 40px;
    padding-top: 15px;
  }

  .home-container .main-box.advantage .main-box-view .advantage-main {
    width: auto;
    height: auto;
    padding: 10px;
    overflow: hidden;
  }

  .home-container .main-box.advantage .main-box-view .advantage-main .advantage-item {
    float: left;
    width: calc(33.33% - 10px);
    height: 195px;
    margin: 5px;
    padding: 20px 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  }

  .home-container .main-box.advantage .main-box-view .advantage-main .advantage-item .item-icon {
    height: 44px;
    margin: 0;
  }

  .home-container .main-box.advantage .main-box-view .advantage-main .advantage-item .item-icon-image {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }

  .home-container .main-box.advantage .main-box-view .advantage-main .advantage-item .item-name {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    margin: 0;
    padding: 10px 0 0 0;
  }

  .home-container .main-box.advantage .main-box-view .advantage-main .advantage-item .item-content {
    font-size: 10px;
    line-height: 15px;
    color: #999;
    margin: 0 10px;
    padding: 10px 0 0 0;
    text-align: justify;
  }

  .home-container .main-box.system {
    height: 520px;
  }

  .home-container .main-box.system .main-box-bg {
    display: block;
    height: 100%;
  }

  .home-container .main-box.system .main-box-view {
    width: 100%;
  }

  .home-container .main-box.system .main-box-view .system-top {
    font-size: 20px;
    height: auto;
    line-height: 80px;
  }

  .home-container .main-box.system .main-box-view .system-scroll {
    width: 100%;
    overflow-x: scroll;
  }

  .home-container .main-box.system .main-box-view .system-main .system-item .card-other-name {
    font-size: 20px;
  }

  .home-container .main-box.system .main-box-view .system-main .system-item .card-other-content {
    font-size: 12px;
  }

  .home-container .main-box.system .main-box-view .system-main .system-item .card-other-more-line {
    height: 0;
  }

  .home-container .main-box.system .main-box-view .system-main .system-item .card-other-more-title {
    font-size: 12px;
  }

  .home-container .main-box.system .main-box-view .system-main .system-item .card-other-btn {
    display: block;
    font-size: 14px;
    margin: 0 auto;
  }

  .home-container .main-box.system .main-box-view .system-footer {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
  }

  .home-container .main-box.system .main-box-view .system-btn {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: initial;
    padding: 8px 20px;
  }

  .home-container .main-box.help .main-box-bg {
    height: auto;
  }

  .home-container .main-box.help .main-box-view {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
  }

  .home-container .main-box.help .main-box-view .help-top {
    height: auto;
    line-height: inherit;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 10px 0;
    color: #333;
  }

  .home-container .main-box.help .main-box-view .help-main {
    margin: 15px;
    position: relative;
  }

  .home-container .main-box.help .main-box-view .help-main .help-right {
    width: 100%;
    height: 138px;
  }

  .home-container .main-box.help .main-box-view .help-main .help-left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 50%;
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .home-container .main-box.help .main-box-view .help-main .help-left .help-name {
    font-size: 15px;
    color: #fff;
  }

  .home-container .main-box.help .main-box-view .help-main .help-left .help-content {
    font-size: 10px;
    color: #fff;
    line-height: 20px;
  }

  .home-container .main-box.support .main-box-bg {
    height: auto;
  }

  .home-container .main-box.support .main-box-view {
    position: relative;
    width: 100%;
  }

  .home-container .main-box.support .main-box-view .support-top {
    height: auto;
    line-height: inherit;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 10px 0;
    color: #333;
  }

  .home-container .main-box.support .main-box-view .support-main {
    width: auto;
    height: auto;
    padding: 10px;
    overflow: hidden;
  }

  .home-container .main-box.support .main-box-view .support-main .support-item {
    width: calc(50% - 16px);
    height: 200px;
    margin: 5px 8px;
    padding: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  }

  .home-container .main-box.support .main-box-view .support-main .support-item:hover {
    margin: 5px 8px;
  }

  .home-container .main-box.support .main-box-view .support-main .support-item .item-icon {
    height: 37px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-container .main-box.support .main-box-view .support-main .support-item .item-icon .item-icon-image {
    width: 37px;
    height: 37px;
  }

  .home-container .main-box.support .main-box-view .support-main .support-item .item-name {
    font-size: 15px;
    color: #333;
    line-height: 18px;
    padding: 15px 0;
    margin-bottom: 0;
  }

  .home-container .main-box.support .main-box-view .support-main .support-item .item-content {
    font-size: 10px;
    color: #666;
    line-height: 16px;
    margin: 0 10px;
    text-align: justify;
  }

  .home-container .main-box.join .main-box-bg {
    height: 130px;
  }

  .home-container .main-box.join .main-box-view {
    width: 100%;
  }

  .home-container .main-box.join .main-box-view .join-main .join-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .home-container .main-box.join .main-box-view .join-main .join-btn {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: initial;
    padding: 8px 20px;
  }
}
