/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  color: #fff;
  font-family: pingfang-sc, "Microsoft YaHei", Verdana, Arial, sans-serif, "宋体"
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.header {
  padding: 0 14px 0 38px;
  height: 70px;
  width: 100%;
  background: #1d1e20;
  color: #fff
}

.header__left {
  display: inline-block
}

.header__logo {
  display: inline-block;
  margin-right: 36px;
  width: 86px;
  height: 45px;
  vertical-align: middle
}

.header__logo img {
  width: 100%;
  height: 100%
}

.left__link {
  display: inline-block
}

.left__link .left__item {
  display: inline-block;
  position: relative;
  line-height: 70px;
  width: 118px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}

.left__item a, .right__item a {
  color: #fff;
  font-size: 14px
}

.left__item .active {
  color: #3499ff!important
}

.left__item>a {
  display: block;
  cursor: pointer
}

.left__item:hover>a {
  color: #097cf0
}

.solution__wrap>a:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.solution__program {
  cursor: pointer
}

.solution__wrap .item__list {
  display: block;
  position: absolute;
  top: 70px;
  left: -10px;
  background: #fff;
  width: 150px;
  z-index: 10;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.solution__wrap:hover .item__list {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.item__list li {
  line-height: 40px;
  color: #666
}

.item__list li a {
  display: block;
  color: #666;
  text-align: left;
  padding-left: 30px
}

.item__list li a:hover {
  background: #3499ff;
  color: #fff
}

.heade__right {
  float: right
}

.right__item {
  display: inline-block;
  line-height: 70px;
  width: 118px;
  font-size: 14px;
  text-align: center
}

.right__item:nth-child(2) {
  width: 100px
}

.right__item:nth-child(3) {
  width: 50px
}

.header__platform {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 8px
}

.logo {
  margin-right: 6px
}

.registered {
  margin-left: 6px
}

.free__design {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background: #3499ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  color: #fff
}

.free__design:hover {
  background: #097cf0
}

.product__wrap>a:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.product__info {
  position: absolute;
  top: 70px;
  left: -180px;
  background: #fff;
  width: 480px;
  z-index: 10;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.product__item {
  padding-bottom: 15px
}

.product__list {
  width: 160px;
  text-align: left
}

.product__list:nth-child(2) {
  width: 120px
}

.product__list:last-child {
  width: 200px
}

.product__list>a {
  color: #000;
  font-size: 16px;
  padding-left: 30px
}

.product__item li {
  line-height: 40px;
  padding-left: 30px
}

.product__item li>a {
  display: block;
  color: #666;
  text-align: left
}

.product__item li>a:hover {
  background: #3499ff;
  color: #fff
}

.product__wrap:hover .product__info {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.nav__dropdown {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 3;
  background: #fff;
  padding: 10px 0;
  line-height: 25px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 140px
}

.nav__dropdown:before {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 16px
}

.header__user-info:before {
  left: 60px
}

.unlogin {
  display: none
}

.header__user {
  position: relative;
  display: none;
  text-align: center
}

.header__user:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -13px;
  width: 138px;
  height: 8px;
  background: rgba(255, 255, 255, 0);
  z-index: 10
}

.header-avatar {
  background: #eee;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: -14px
}

.header-avatar img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.header__user-info {
  position: absolute;
  left: -14px;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 0 0;
  color: #666
}

.header__user-info .user-name {
  line-height: 22px;
  padding: 5px 20px 10px 20px;
  font-size: 16px
}

.header__user-info .user-name small {
  display: block;
  color: rgba(153, 153, 153, 1);
  font-size: 12px
}

.header__user-info a {
  display: block;
  padding: 0 20px;
  color: #666;
  line-height: 40px
}

.header__user-info a:hover {
  color: #178fff
}

.header__user:hover .nav__dropdown {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.img__icon-collected, .img__icon-company, .img__icon-design, .img__icon-exit, .img__icon-mycenter, .img__icon-post, .img__icon-set {
  background: url("/assets/home/sanweijia/img/common-icons.png") no-repeat;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 18px;
  cursor: pointer
}

.img__icon-design {
  background-position: -57px -67px;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.img__icon-post {
  background-position: -75px -67px;
  width: 15px;
  height: 16px;
  margin-right: 10px
}

.img__icon-collected {
  background-position: -93px -67px;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.img__icon-mycenter {
  background-position: -111px -67px;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.img__icon-exit {
  background-position: -130px -67px;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.img__icon-company {
  background-position: -149px -67px;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.border-bottom {
  border-bottom: solid 1px #ddd
}

.header__notice {
  position: relative
}

.header__icon--notice {
  background: url("/assets/home/sanweijia/img/common-icons.png") no-repeat -22px -67px;
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: -4px;
  cursor: pointer;
  position: relative
}

.header__notice:hover .nav__dropdown {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.header__notice-info {
  width: 330px;
  left: -155px;
  position: absolute
}

.header__notice-info:before {
  margin-left: 156px
}

.header__notice-none {
  text-align: center;
  padding: 10px 0
}

.header__notice-none p {
  display: block;
  font-size: 14px;
  color: #333;
  margin-top: 10px
}

.header__notice-more {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #999
}

.header__notice-more a {
  color: #178fff
}

.header__notice-list {
  color: #333;
  font-size: 14px
}

.header__notice-list li {
  padding: 0 20px;
  text-align: left
}

.header__notice-list li:hover {
  background: #e7f4ff
}

.header__notice-list li span {
  font-size: 12px;
  color: #999
}

.header__notice-list li a {
  color: #333;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px
}

.header__notice-list li a:hover {
  color: #178fff
}

.header__notice-new {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.free__try {
  padding-top: 80px;
  width: 100%;
  height: 669px;
  text-align: center;
  background: #fafbfc
}

.try__warp {
  position: relative;
  margin: 0 auto;
  width: 1180px
}

.try__slide {
  margin: 0 auto;
  width: 1180px;
  height: 386px;
  overflow: hidden
}

.slide__list {
  width: 962px;
  height: 352px;
  margin: 0 auto
}

.slide__button {
  position: absolute;
  top: 24%;
  width: 19px;
  height: 32px
}

.slide__prev {
  left: 0
}

.slide__next {
  right: 0
}

.slide__item {
  display: inline-block;
  padding: 24px;
  width: 962px;
  height: 352px;
  background: #fff;
  -webkit-box-shadow: 0 14px 46px 0 rgba(144, 144, 144, .15);
  box-shadow: 0 14px 46px 0 rgba(144, 144, 144, .15)
}

.slide__intro {
  position: relative;
  margin-bottom: 40px;
  padding: 44px 112px
}

.slide__img {
  position: absolute;
  width: 56px;
  height: 40px
}

.intro__left {
  top: 0;
  left: 0;
  font-size: 50px
}

.intro__right {
  bottom: 0;
  right: 0;
  font-size: 50px
}

.slide__text {
  position: relative;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-size: 16px
}

.slide__personal {
  position: relative;
  padding: 0 40px;
  padding-top: 24px;
  text-align: left
}

.slide__personal:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background: #e5e5e5
}

.personal__info {
  display: inline-block
}

.personal__avatar {
  display: inline-block;
  margin-right: 20px;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #333;
  vertical-align: middle
}

.personal__detail {
  display: inline-block;
  color: #000;
  vertical-align: middle
}

.personal__name {
  line-height: 30px;
  font-size: 16px;
  font-weight: 700
}

.personal__work {
  color: #666
}

.slide__logo {
  float: right;
  margin-top: 20px;
  width: 56px;
  height: 30px
}

.slide__logo img {
  width: 100%;
  height: 100%
}

.slide__nav {
  margin-top: 34px;
  font-size: 0
}

.slide__nav .slide__nav--link {
  display: inline-block;
  margin-right: 18px;
  width: 12px;
  height: 12px;
  background: #d2d2d2;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.slide__nav .slide__nav--link:last-child {
  margin-right: 0
}

.slide__nav--link.slide__nav--active {
  background: #3499ff
}

.try__button {
  margin-top: 50px
}

.index-focus {
  position: relative;
  overflow: hidden
}

.item-opacity {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -481px
}

.slide-left, .slide-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-align: center;
  margin-top: -100px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.index-focus:hover .slide-left, .index-focus:hover .slide-right {
  opacity: 1
}

.slide-left:after, .slide-right:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 24px;
  height: 24px;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc
}

.slide-left {
  left: 4px
}

.slide-left:after {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg)
}

.slide-right {
  right: 8px
}

.slide-right:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg)
}

.slide-dot {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  z-index: 2
}

.slide-dot span {
  background: #d2d2d2;
  border: 1px solid #fff;
  opacity: .8;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: middle;
  cursor: pointer
}

.slide-dot span.on {
  background: #3499ff;
  width: 12px;
  height: 12px;
  margin: 0 4px
}

.design__excellent {
  margin: 0 auto;
  padding-top: 80px;
  width: 100%;
  height: 938px
}

.excellent__intro {
  text-align: center
}

.excellent__intro--title {
  font-size: 30px;
  color: #000
}

.excellent__intro--text {
  margin-top: 20px;
  font-size: 20px;
  color: #666
}

.excellent__carousel {
  position: relative;
  margin: 0 auto;
  margin-top: 70px;
  width: 1280px;
  height: 540px
}

.carousel__list {
  width: 100%;
  height: 100%
}

.carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.carousel__item img {
  width: 100%;
  height: 100%
}

.carousel__panorama {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 140px;
  height: 40px;
  line-height: 35px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: rgba(77, 75, 72, .6);
  text-align: center;
  font-size: 20px;
  color: #c3c3c3
}

.carousel__panorama i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: url("/assets/home/sanweijia/img/icon_sprites.png");
  background-position: -202px -138px;
  vertical-align: middle
}

.carousel__panorama span {
  vertical-align: middle
}

.prev__btn {
  position: absolute;
  z-index: 11;
  width: 44px;
  height: 70px;
  left: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  font-size: 60px;
  color: #000;
  background: url("/assets/home/sanweijia/img/icon_sprites.png");
  background-position: -74px -10px
}

.prev__btn:hover {
  background-position: -10px -10px
}

.next__btn {
  position: absolute;
  z-index: 11;
  width: 44px;
  height: 70px;
  right: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  font-size: 60px;
  color: #000;
  background: url("/assets/home/sanweijia/img/icon_sprites.png");
  background-position: -138px -10px
}

.next__btn:hover {
  background-position: -10px -100px
}

.carousel__nav {
  position: absolute;
  left: 50%;
  bottom: -58px;
  margin-left: -105px;
  overflow: hidden;
  display: inline-block
}

.carousel__nav li {
  float: left;
  margin: 0 12px;
  height: 12px;
  width: 12px;
  background-color: #969696;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer
}

.carousel__nav .normal {
  background-color: #969696
}

.carousel__nav .active {
  background: #3499ff;
  width: 42px
}

.cooperation {
  padding: 80px 0;
  width: 100%;
  height: 582px;
  background: #f0f5fb;
  text-align: center
}

.cooperation__title {
  font-size: 36px;
  color: #000
}

.cooperation__text {
  margin-top: 10px;
  font-size: 16px;
  color: #666
}

.cooperation__banner {
  margin-top: 80px;
  width: 100%;
  height: 280px;
  background: url("/assets/home/sanweijia/img/cooperation.png") no-repeat
}

.join {
  width: 100%;
  height: 320px;
  color: #fff;
  background: url("/assets/home/sanweijia/img/join-banner.png") no-repeat
}

.join__intro {
  padding-top: 80px;
  text-align: center;
  width: 100%;
  height: 100%
}

.join__title {
  font-size: 36px
}

.join__free {
  margin: 30px 0;
  cursor: pointer
}

.join__info {
  font-size: 16px;
  font-weight: 400;
  color: #f0f5fb
}

.join__number {
  color: #178fff;
  padding: 0 6px
}

.join__contact {
  margin: 20px 0
}

.join__contact--title {
  margin-right: 12px;
  padding: 0 4px;
  background: #ff9e00;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff
}

.join__contact--text {
  color: rgba(255, 255, 255, .8)
}

.join__contact--orange {
  color: #ff9e00
}

.footer {
  width: 100%
}

.footer__product {
  width: 100%;
  background: #292c2f
}

.footer__product i {
  background: url("/assets/home/sanweijia/img/production.png") no-repeat
}

.footer__inner {
  width: 1180px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 0
}

.footer__cell {
  display: inline-block;
  margin-right: 140px;
  vertical-align: top
}

.footer__tel {
  margin-bottom: 35px
}

.footer__tel--title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff
}

.footer__tel--icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -190px -62px!important;
  margin-right: 10px;
  vertical-align: baseline
}

.footer__tel--detail {
  font-size: 30px;
  color: #1890ff
}

.footer__addr--title {
  margin-bottom: 20px;
  font-size: 16px
}

.footer__addr--detail {
  color: rgba(255, 255, 255, .6);
  font-size: 14px
}

.footer__addr--icon {
  display: inline-block;
  background-position: -190px -112px!important;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle
}

.footer__nav {
  display: inline-block;
  margin-right: 140px;
  vertical-align: top
}

.footer__nav--title {
  margin-bottom: 10px;
  font-size: 16px
}

.footer__subnav li {
  line-height: 28px
}

.footer__subnav li a {
  color: rgba(255, 255, 255, .6);
  font-size: 14px
}

.footer__qrcode {
  display: inline-block
}

.footer__qrcode--title {
  margin-bottom: 20px;
  font-size: 16px
}

.footer__qrcode--sutitle {
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  opacity: .6;
  font-size: 14px
}

.footer__qrcode--img {
  width: 90px;
  height: 90px
}

.footer__bd {
  margin-top: 30px;
  padding: 30px 10px;
  border: 1px solid rgba(153, 153, 153, .2);
  border-left: none;
  border-right: none;
  font-size: 12px
}

.footer__partner--title {
  float: left;
  margin-right: 15px;
  width: 70px;
  font-size: 12px
}

.footer__partner--wrap {
  display: inline-block;
  width: 1050px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle
}

.footer__partner--list {
  display: inline-block;
  width: 90px;
  margin: 0 15px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.footer__partner--list a {
  color: rgba(255, 255, 255, .6)
}

.f-bd__more {
  float: right;
  width: 18px;
  height: 18px;
  background: url("/assets/home/sanweijia/img/production.png") no-repeat;
  background-position: -106px -112px;
  vertical-align: middle;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7)
}

.link-open-seleted {
  background-position: -197px -21px
}

.footer__firendlink {
  margin-top: 30px
}

.footer__firendlink--title {
  float: left;
  width: 70px;
  font-size: 12px;
  margin-right: 15px
}

.footer__firendlink--wrap {
  display: inline-block;
  width: 1050px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle
}

.footer__firendlink--list {
  display: inline-block;
  width: 90px;
  margin: 0 15px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.footer__firendlink--list a {
  color: rgba(255, 255, 255, .6)
}

.footer__ft {
  padding: 30px 10px 20px
}

.footer__infowrap {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
  vertical-align: middle
}

.footer__copyright {
  line-height: 26px
}

.footer__police {
  line-height: 26px
}

.f-police__img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-right: 6px;
  background-position: -190px -149px!important
}

.footer__police a {
  font-size: 12px;
  color: rgba(255, 255, 255, .6)
}

.footer__safeWrap {
  display: inline-block;
  margin-left: 45px;
  margin-top: -10px
}

.footer__safeWrap--img1 {
  background-position: -14px -102px!important
}

.footer__safeWrap--img2 {
  background-position: -112px -12px!important
}

.footer__safeWrap--img3 {
  background-position: -24px -13px!important
}

.footer__safeWrap--list {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle
}

.footer__safeWrap--list a {
  display: inline-block;
  width: 70px;
  height: 70px
}

.footer__safeWrap--list a i {
  display: inline-block;
  width: 100%;
  height: 100%
}

.register {
  display: none
}

.register__mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.register__pop {
  position: relative;
  top: 15%;
  width: 400px;
  background: #fff;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center
}

.register__closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-position: -10px -60px;
  cursor: pointer;
  font-size: 24px
}

.register__header {
  height: 140px;
  background: url("/assets/home/sanweijia/img/background.png") no-repeat
}

.register__title {
  font-size: 22px;
  margin-bottom: 16px;
  padding-top: 36px
}

.register__des {
  font-size: 12px;
  line-height: 18px;
  opacity: .7
}

.register__form {
  margin-top: 30px
}

.input__wrap, .select__wrap {
  width: 300px;
  height: 42px;
  margin: 0 auto;
  margin-bottom: 14px;
  position: relative
}

.register__form input[type=text] {
  width: 300px;
  height: 42px;
  border: none;
  outline: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333
}

.register__form input::-webkit-input-placeholder {
  color: #999
}

.select__wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

.select__wrap {
  position: relative
}

.select__box {
  display: none;
  position: absolute;
  top: 46px;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 12px 0 rgba(2, 14, 25, .15);
  box-shadow: 3px 5px 12px 0 rgba(2, 14, 25, .15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 2
}

.select__box ul {
  width: 300px;
}

.select__box .select__option {
  width: 300px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  padding: 9px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.select__box .select__option:hover {
  background: #d7e9fb;
  color: #178fff
}

.select__value {
  position: relative;
}

.select__value input {
  cursor: pointer
}

.select__icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/assets/home/sanweijia/img/rightSide_sprites.png") no-repeat;
  background-position: -10px -10px;
  cursor: pointer
}

.arrow__up {
  background: url("/assets/home/sanweijia/img/rightSide_sprites.png") no-repeat;
  background-position: -60px -10px
}

.register__content .register__form .input__vcode {
  position: relative
}
 
.vcode__btn {
  display: inline-block;
  width: 100px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #178fff;
  color: #fff;
  border: none;
  outline: 0;
  cursor: pointer
}

.submit__btn {
  display: inline-block;
  width: 300px;
  height: 42px;
  color: #fff;
  background: #178fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  border: none;
  outline: 0;
  cursor: pointer
}

.submit__btn:hover, .vcode__btn:hover {
  background: #1272cc
}

.errormsg {
  display: none;
  font-size: 12px;
  color: #fe0034;
  position: absolute;
  top: 12px
}

.select__wrap .errormsg {
  right: 45px
}

.input__wrap .errormsg {
  right: 20px
}

.input__vcode .errormsg {
  right: 120px;
  background: #f2f2f2;
  text-align: right;
  width: 87px
}

.register-success {
  position: relative;
  z-index: 9999;
  display: none
}

.register-success__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.register-success__pop {
  position: relative;
  top: 34%;
  width: 320px;
  height: 255px;
  background: #fff;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.register-success__closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 24px;
  color: #666
}

.register-success__pic {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("/assets/home/sanweijia/img/success.png") no-repeat
}

.register-success__title {
  font-size: 18px;
  color: #333;
  margin-top: 18px
}

.register-success__des {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  margin-bottom: 26px
}

.register-success__btn {
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f2f2f2;
  color: #178fff;
  font-size: 14px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer
}

.window {
  position: fixed;
  top: 50%;
  right: 12px;
  margin-top: -120px;
  z-index: 99
}

.window .window__nav {
  float: right
}

.window .r-nav__item {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #178fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  cursor: default
}

.window .r-nav__item:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff
}

.window .r-nav__item:nth-child(2) {
  border-bottom: 1px solid #fff
}

.window .r-nav__item:nth-child(3) {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative
}

.window .window__nav .hover__item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.window .window__nav .nav__ask:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  background: rgba(255, 255, 255, 0);
  width: 6px;
  height: 60px
}

.window .window__nav .hover__item:hover {
  background: #097cf0
}

.window .r-nav__top {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #178fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 12px;
  padding: 8px 0;
  cursor: pointer
}

.r-nav__icon {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  background: url("/assets/home/sanweijia/img/rightSide_sprites.png") no-repeat
}

.window__nav-consult {
  background-position: -126px -112px
}

.window__nav-register {
  background-position: -98px -110px
}

.window__nav-feedback {
  background-position: -152px -74px
}

.window__nav-top {
  background-position: -154px -10px;
  margin: 0 auto
}

.window .r-nav__name {
  font-size: 12px;
  color: #fff
}

.nav__item--box {
  position: relative
}

.nav__ask:hover .window__out {
  display: block;
  opacity: 1
}

.nav__ask:hover .window__content {
  display: block;
  opacity: 1
}

.window__out {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 101;
  display: none;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left
}

.window .window__content {
  display: none;
  width: 210px;
  height: 230px;
  background: #fff;
  padding: 28px 0 28px 20px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(2, 14, 25, .3);
  box-shadow: 0 4px 8px 0 rgba(2, 14, 25, .3);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.window .content__item {
  font-size: 0;
  margin-bottom: 24px;
  cursor: default
}

.window .window__content .content__hover-item {
  cursor: pointer
}

.window .content__item:last-child {
  margin-bottom: 0
}

.window .content__item:hover .hover__title {
  color: #178fff
}

.content__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-bottom: 4px;
  background: url(/assets/home/sanweijia/img/rightSide_sprites.png) no-repeat
}

.window__content-consult {
  background-position: -150px -107px
}

.window__content-register {
  background-position: -110px -77px
}

.window__content-feedback {
  background-position: -152px -38px
}

.window .content__text {
  display: inline-block
}

.window .content__title {
  font-size: 14px;
  color: #020e19;
  margin-bottom: 6px
}

.window .content__des {
  font-size: 12px;
  color: #666
}

.window .consult-number {
  font-size: 16px;
  color: #178fff;
  font-weight: 700
}

.address-wrap {
  margin: 15px auto;
  position: relative
}

.address-wrap select {
  width: 148px;
  height: 42px;
  line-height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  color: #666;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f2f2f2
}

.address-wrap select:focus {
  outline: 0
}

.show {
  display: block!important
}

.hide {
  display: none!important
}

.core {
  height: 578px;
  background: #fff
}

.core__wrap {
  color: #000
}

.core__title {
  color: #000
}

.core__list {
  margin-top: 100px;
  margin-right: 0
}

.core__item {
  margin-right: 170px;
  width: 160px
}

.core__item:last-child {
  margin-right: 0
}

.core__img {
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: url("/assets/home/sanweijia/img/css_sprites.png") no-repeat
}

.core__img1 {
  background-position: -535px -10px
}

.core__img2 {
  background-position: -535px -84px
}

.core__img3 {
  background-position: -535px -158px
}

.core__img4 {
  background-position: -360px -360px
}

.core__item--text {
  margin-top: 40px;
  font-size: 16px;
  color: #666
}

.core__try {
  margin-top: 80px
}

.swj-box .nav {
  height: 100px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  z-index: 999
}

.nav__wrap {
  color: #000
}

.nav__list {
  text-align: center
}

.nav__item {
  width: 140px;
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 0!important;
  border-radius: 0!important
}

.nav__item a {
  display: block;
  padding-top: 10px;
  height: 100%
}

.nav__item a:hover {
  background: #3499ff
}

.nav__item a:hover .nav__img1 {
  background-position: -190px -130px
}

.nav__item a:hover .nav__img2 {
  background-position: -10px -130px
}

.nav__item a:hover .nav__img3 {
  background-position: -70px -130px
}

.nav__item a:hover .nav__img4 {
  background-position: -130px -130px
}

.nav__item a:hover .nav__img5 {
  background-position: -190px -10px
}

.nav__item a:hover .nav__img6 {
  background-position: -190px -70px
}

.nav__item a:hover .nav__item--text {
  color: #fff;
  opacity: 1
}

.nav__item .active {
  background: #3499ff
}

.nav__item .active .nav__img1 {
  background-position: -190px -130px
}

.nav__item .active .nav__img2 {
  background-position: -10px -130px
}

.nav__item .active .nav__img3 {
  background-position: -70px -130px
}

.nav__item .active .nav__img4 {
  background-position: -130px -130px
}

.nav__item .active .nav__img5 {
  background-position: -190px -10px
}

.nav__item .active .nav__img6 {
  background-position: -190px -70px
}

.nav__item .active .nav__item--text {
  color: #fff;
  opacity: 1
}

.nav__img {
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("/assets/home/sanweijia/img/nav-sprites.png") no-repeat
}

.nav__img1 {
  background-position: -10px -10px
}

.nav__img2 {
  background-position: -70px -10px
}

.nav__img3 {
  background-position: -10px -70px
}

.nav__img4 {
  background-position: -70px -70px
}

.nav__img5 {
  background-position: -130px -10px
}

.nav__img6 {
  background-position: -130px -70px
}

.nav__item--text {
  margin-top: 6px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #262a34;
  opacity: .5;
  text-align: center
}

* {
  margin: 0;
  padding: 0
}

a, abbr, acronym, address, article, aside, blockquote, body, caption, code, dd, del, dfn, dialog, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, iframe, legend, li, nav, object, ol, p, pre, q, section, span, tbody, tfoot, thead, ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

body, html {
  height: 100%
}

.swj-box  img {
  border: 0;
  vertical-align: top
}

.page {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  background: #fff;
  font-size: 14px;
  color: #fff
}

.box {
  padding: 80px 0;
  width: 100%;
  color: #000;
  text-align: center
}

.box__wrap {
  margin: 0 auto;
  width: 1180px;
  color: #fff
}

.box__title {
  font-size: 30px
}

.box__text {
  margin-top: 12px;
  font-size: 20px;
  color: rgba(0, 0, 0, .5)
}

.box__list {
  margin-right: -20px;
  font-size: 0
}

.box__list li {
  display: inline-block;
  -webkit-border-radius: 8px;
  border-radius: 8px
}

li {
  list-style: none
}

.swj-box a {
  text-decoration: none;
  color: #ccc
}

.clearfix:after, .container-layout:after, .container:after, .layout:after, .line-big:after, .line-middle:after, .line-small:after, .line:after, .nav-main:after, .nav-sub:after, .navbar:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden
}

.clearfix, .container, .container-layout, .layout, .line, .line-big, .line-middle, .line-small, .nav-main, .nav-sub, .navbar {
  display: block
}

.clear {
  clear: both
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

.fl {
  float: left
}

.fr {
  float: right
}

.free_try {
  display: inline-block;
  width: 240px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #3499ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  cursor: pointer
}

.free_try:hover {
  background: #097cf0
}

.buy_server {
  display: inline-block;
  width: 240px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #3499ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-left: 80px
}

.buy_server a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff
}

.buy_server:hover {
  background: #097cf0
}



.icon-rightMark:before {
  content: "\e900";
  color: #edeff0
}

.icon-leftMark:before {
  content: "\e901";
  color: #edeff0
}

.text-bold {
  font-weight: 700
}

.toast {
  background: rgba(0, 0, 0, .8);
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  line-height: 8px;
  padding: 20px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.design__banner {
  position: relative;
  width: 100%;
  height: 480px
}

.banner__img {
  width: 100%;
  height: 100%;
  background: url("/assets/home/sanweijia/img/banner.png")
}

.banner__intro {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 124px;
  width: 100%;
  height: 100%;
  text-align: center
}

.banner__text {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8)
}

.banner__title {
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 700
}

.banner__free {
  display: inline-block;
  padding: 20px 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #3499ff;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer
}

.banner__info {
  margin-top: 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, .8)
}

.banner__number {
  color: #3499ff
}

.use-num {
  width: 100%;
  height: 240px;
  background: #fff
}

.use-list {
  width: 1188px;
  height: 100%;
  margin: 0 auto
}

.use-item {
  width: 236px;
  height: 100%
}

.use-icon {
  width: 30px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  margin-top: 50px
}

.use-info {
  margin-top: 40px;
  text-align: center
}

.use-item-num {
  font-size: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1)
}

.small-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px
}

.use-item-title {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  margin-top: 16px
}

.use-line {
  display: inline-block;
  width: 1px;
  height: 73px;
  border: 1px solid rgba(229, 229, 229, 1);
  margin-top: 74px
}

.other-list {
  width: 100%;
  height: 452px;
  background: url("/assets/home/sanweijia/img/other-banner.png") no-repeat;
  padding: 1px
}

.other-ul {
  width: 1180px;
  height: 293px;
  margin: 0 auto;
  margin-top: 80px
}

.other-item {
  width: 280px;
  height: 293px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 10px 40px 0 rgba(147, 168, 193, .1);
  box-shadow: 0 10px 40px 0 rgba(147, 168, 193, .1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-right: 19px;
  cursor: pointer
}

.other-item:last-child {
  margin-right: 0
}

.other-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  margin-top: 65px
}

.other-item-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  margin-top: 35px
}

.other-btn {
  width: 113px;
  height: 31px;
  line-height: 31px;
  border: 1px solid rgba(153, 153, 153, 1);
  opacity: .5;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1)
}

.other-item:hover .other-item-title {
  color: #fff
}

.other-item:hover .other-btn {
  color: #fff;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 1)
}

.other-item:hover .other-icon {
  width: 42px;
  height: 42px;
  margin-top: 77px
}

.cloud-design {
  height: 1314px;
  width: 100%;
  text-align: center;
  padding: 1px;
  background: url("/assets/home/sanweijia/img/design-banner.png") no-repeat 100% 100%
}

.design1-title {
  font-size: 30px;
  color: rgba(0, 0, 0, 1);
  margin: 80px auto;
  text-align: center
}

.title-yellow {
  color: #ff8a00
}

.design1, .design2 {
  width: 1180px;
  height: 480px;
  margin: 0 auto
}

.design-item {
  width: 380px;
  height: 355px;
  display: inline-block;
  margin-right: 14px
}

.design-item:nth-child(3n) {
  margin-right: 0
}

.design-item-img {
  width: 384px;
  height: 250px;
  overflow: hidden
}

.design-item-img img {
  width: 384px;
  height: 250px
}

.design-item-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.design-item-info {
  width: 100%;
  height: 117px;
  padding: 24px 44px;
  text-align: center
}

.design-item-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1)
}

.design-item-desc {
  font-size: 14px;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px
}

.house-design {
  height: 915px;
  width: 100%;
  padding: 1px;
  background: #fff
}

.house-top {
  width: 1180px;
  margin: 80px auto;
  height: 34px
}

.house-title {
  font-size: 30px;
  color: #000;
  text-align: center;
  position: relative
}

.house-title a {
  font-size: 14px;
  color: rgba(52, 153, 255, 1);
  position: absolute;
  bottom: 0;
  right: 0
}

.house-wrap {
  width: 100%;
  height: 1390px;
  text-align: center;
  margin-top: 80px
}

.house-img {
  width: 1140px;
  height: 548px;
  margin: 0 auto;
  background: url("/assets/home/sanweijia/img/house-banner.png") no-repeat
}

.more-solution {
  width: 100%;
  height: 640px;
  background: url("/assets/home/sanweijia/img/more-banner.png");
  padding: 1px
}

.more-wrap {
  width: 1180px;
  margin: 0 auto;
  height: 372px
}

.more-left {
  height: 100%;
  width: 149px;
  border-right: 1px solid rgba(153, 153, 153, .3);
  padding: 1px
}

.more-ul {
  width: 100%;
  margin-top: 55px
}

.more-title {
  width: 100%;
  height: 49px;
  text-align: left;
  color: #fff;
  cursor: pointer
}

.more-right {
  width: 1029px;
  height: 100%;
  padding-left: 22px
}

.right-title {
  text-align: center;
  width: 100%
}

.right-item {
  width: 240px;
  margin-right: 15px;
  margin-top: 54px
}

.right-item:last-child {
  margin-right: 0
}

.right-img {
  width: 240px;
  height: 155px
}

.right-info {
  width: 228px;
  margin-top: 42px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1)
}

.more-ul .active {
  color: #3499ff
}

.gap-border {
  border-top: 1px dotted #fff;
  height: 5px;
  width: 18%;
  display: inline-block
}

.swj-server {
  width: 100%;
  height: 478px;
  background: #fff
}

.server__bd {
  padding-top: 80px
}

.server-wrap {
  width: 1179px;
  margin: 0 auto
}

.server-item {
  width: 273px;
  height: 235px;
  margin-right: 20px;
  display: inline-block
}

.server-item:last-child {
  margin-right: 0
}

.server-item-img {
  margin: 0 auto;
  width: 54px;
  height: 54px;
  margin-top: 80px
}

.server-item-info {
  width: 160px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px
}

.server__bd {
  padding-top: 80px
}

.hard__text {
  margin-bottom: 24px;
  font-size: 30px;
  color: #000;
  text-align: center
}
.toast_mask{
  position: fixed;
  width:100%;
  height: 100%;
  left: 0px;
  top:0px;
  display: none;
  z-index: 9999;
}
.toast_box{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}
.toast_box_text{
  vertical-align: middle;
  display: table-cell
}
.toast_box_text span{
  background: rgba(0, 0, 0,0.7);
  color:#fff;
  padding:8px;
  border-radius: 4px;
}
.banner__qz{
  font-size:38px;
  font-weight: bolder;
  color:#FFCC66;
  margin-top:-20px;
  margin-bottom:28px;
}
.banner__qz span{
 display: inline-block;
 width:40px;
 margin:0px 12px;
 height: 13px;
 border-top:3px solid #fff;
}