@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1628749844249");
  src: url("../fonts/iconfont.eot?t=1628749844249#iefix")
      format("embedded-opentype"),
    url("../fonts/iconfont.woff2?t=1628749844249") format("woff2"),
    url("../fonts/iconfont.woff?t=1628749844249") format("woff"),
    url("../fonts/iconfont.ttf?t=1628749844249") format("truetype"),
    url("../fonts/iconfont.svg?t=1628749844249#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrowdown:before {
  content: "\e623";
}
.icon-guanbi:before {
  content: "\e634";
}
.icon-tianjia:before {
  content: "\e76d";
}
.icon-xzjb:before {
  content: "\e612";
}
.icon-dui:before {
  content: "\e645";
}
.icon-weixin1:before {
  content: "\e637";
}
.icon-weibo:before {
  content: "\e666";
}
.icon-shejiaotubiao-10:before {
  content: "\e641";
}
.icon-shuaxin:before {
  content: "\e65e";
}
.icon-rightarrow:before {
  content: "\e65f";
}
.icon-leftarrow:before {
  content: "\e660";
}
.icon-weixin:before {
  content: "\e61a";
}
.icon-dianhua:before {
  content: "\e614";
}
.icon-qjzs:before {
  content: "\e675";
}
.icon-sousuo:before {
  content: "\e695";
}
.icon-quanjingtu:before {
  content: "\e60c";
}
.icon-QQ:before {
  content: "\e609";
}
.icon-VRyanjing:before {
  content: "\e6e2";
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  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;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  word-wrap: break-word;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  border: none;
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
textarea {
  overflow: auto;
  resize: none;
  color: #333;
  padding: 10px;
  border: #e9e9e9 1px solid;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
optgroup {
  font-weight: bold;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover {
  color: inherit;
}
ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
p {
  margin: 0;
}
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  border: #e9e9e9 1px solid;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #1553f5 !important;
  -webkit-box-shadow: 0 0 3px 0 #1553f5;
  box-shadow: 0 0 3px 0 #1553f5;
}
.block-horizontal-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.block-vertical-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.block-flow-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.block-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.block-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab .tab-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.tab .tab-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
  font-weight: bold;
}
.tab .tab-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #1553f5;
  display: none;
}
.tab .tab-item.active {
  background-color: #fff;
}
.tab .tab-item.active a {
  color: #444;
}
.tab .tab-item.active:after {
  display: block;
}
.tabBody .tabBody-item {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabBody .tabBody-item.active {
  display: block;
}
@media screen and (max-width: 750px) {
  .tab .tab-item a {
    font-size: 18px;
  }
}
.marketBanner {
  background-color: #f8f9fa;
}
.marketBanner .inner {
  max-width: 100%;
  margin: 0 auto;
  height: 400px;
}
.marketBanner-container a {
  display: block;
  width: 100%;
  height: 400px;
}
.marketBanner-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.marketBanner-container .marketBanner-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.marketBanner-container
  .marketBanner-pagination
  .swiper-pagination-bullet-active {
  background-color: #1553f5;
}
.market-advan {
  margin-bottom: 0;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.market-advan .market-advan-li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.market-advan .market-advan-li ~ .market-advan-li {
  margin-left: 20px;
}
.market-advan .market-advan-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.market-advan .market-advan-img h6 {
  margin: 0;
  margin-left: 8px;
  color: #333333;
}
.market-advan .market-advan-font {
  margin-top: 10px;
  font-size: 12px;
  color: #9a9795;
}
.market-advan-left {
  display: none;
  width: 4px;
  height: 100%;
}
.market {
  padding: 20px 0;
  background-color: #fff;
}
.marketTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.marketTitle .marketTitle-tit {
  font-size: 24px;
  border-left: 6px solid #1553f5;
  line-height: 1;
  padding-left: 10px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.marketTitle .marketTitle-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 40px;
}
.marketTitle .marketTitle-more .tab .tab-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #808080;
}
.marketTitle .marketTitle-more .tab .tab-item.active {
  color: #333;
  background-color: transparent;
}
.marketTitle .marketTitle-more .marketTitle-more-link {
  line-height: 40px;
  color: #1553f5;
  margin-left: 40px;
}
.marketList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 0;
}
.marketList .marketList-item {
  display: block;
  width: 282px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  margin: 0 24px 24px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.marketList .marketList-item:nth-child(4n) {
  margin-right: 0;
}
.marketList .marketList-item:hover {
  -webkit-box-shadow: 1px 12px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 12px 18px 0 rgba(0, 0, 0, 0.1);
}
.marketList .marketList-item:hover .title {
  color: #1553f5;
}
.marketList .thumb {
  width: 100%;
  height: 192px;
}
.marketList .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.marketList .content {
  padding: 20px 20px 24px;
}
.marketList .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketList .content .subtitle {
  font-size: 12px;
  color: #838383;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketList .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.marketList .content .info .present {
  font-size: 16px;
  color: #fc0b0b;
}
.marketList .content .info .origin {
  font-size: 12px;
  color: #808080;
  margin-left: 5px;
  text-decoration: line-through;
}
.marketList .content .info .count {
  margin-left: auto;
  color: #333333;
  font-size: 12px;
}
.marketList .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.marketList .tags .tag {
  display: inline-block;
  border: 1px solid #cccccc;
  color: #838383;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: calc((100% - 16px) / 4);
  text-align: center;
  overflow: hidden;
}
.marketList .tags .tag:nth-child(4n) {
  margin-right: 0;
}
.marketList-more {
  text-align: center;
}
.marketList-more a {
  line-height: 40px;
  color: #1553f5;
}
.marketLists-tab {
  height: auto;
  width: 180px;
  position: relative;
}
.marketLists-tab .wrapper {
  height: 100%;
}
.marketLists-tab .tab {
  width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}
.marketLists-tab .tab .tab-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.marketLists-tab .tab .tab-item.active,
.marketLists-tab .tab .tab-item.active:hover {
  background-color: #1553f5;
}
.marketLists-tab .tab .tab-item.active a,
.marketLists-tab .tab .tab-item.active:hover a {
  color: #fff;
}
.marketLists-tab .tab .tab-item:hover {
  background-color: #eee;
}
.marketLists-tab .tab a {
  padding-bottom: 10px;
}
.marketPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.marketPage .marketLists {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-left: 30px;
}
.marketPage .marketLists .marketList {
  padding: 0;
}
.marketPage .marketLists .marketList .marketList-item {
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
}
.marketPage .marketLists .marketList .marketList-item .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
}
.marketPage .marketLists .marketList .marketList-item:nth-child(3n) {
  margin-right: 0;
}
.marketPage .marketLists .marketList .marketList-item:nth-child(4n) {
  margin-right: 2%;
}
.marketDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
.marketDetail .left {
  width: 950px;
}
.marketDetail .right {
  width: 226px;
}
.marketDetail .media {
  padding: 40px;
  background-color: #fff;
}
.marketDetail .media .mediaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.marketDetail .mediaImg {
  width: 254px;
  margin-right: 30px;
}
.marketDetail .mediaImg img {
  width: 100%;
}
.marketDetail .mediaBody {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.marketDetail .mediaTitle {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.marketDetail .mediaDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.marketDetail .mediaDesc .medaiDesc-desc {
  width: 420px;
  color: #838383;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.marketDetail .mediaDesc .medaiDesc-count {
  font-size: 14px;
}
.marketDetail .mediaFunction {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff3ed;
  position: relative;
}
.marketDetail .mediaFunction .mediaFunction-title {
  margin-bottom: 16px;
}
.marketDetail .mediaFunction .mediaFunction-list .mediaFunction-list-item {
  line-height: 28px;
}
.marketDetail .mediaFunction .mediaFunction-list .iconfont {
  color: #ff8d1f;
  margin-right: 10px;
}
.marketDetail .mediaFunction .mediaFunction-more {
  position: absolute;
  right: 20px;
  top: 47px;
  font-size: 12px;
  padding: 0;
  color: #ff8d1f;
  cursor: pointer;
}
.marketDetail .mediaInfo {
  padding-top: 20px;
}
.marketDetail .mediaInfo .mediaInfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.marketDetail .mediaInfo .mediaInfo-item .mediaInfo-title {
  font-size: 14px;
  display: inline-block;
  width: 80px;
  color: #838383;
}
.marketDetail .mediaInfo .mediaInfo-item .mediaInfo-content {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 80px);
}
.marketDetail .mediaInfo .mediaInfo-item .mediaInfo-service {
  display: inline-block;
  width: auto;
  padding: 0 16px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin-right: 16px;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.marketDetail .mediaInfo .mediaInfo-Btns {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marketDetail .mediaInfo .mediaInfo-Btns .btn {
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 1px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.marketDetail .mediaInfo .mediaInfo-Btns .btn.btn-warning {
  color: #fff;
}
.marketDetail .mediaIntro {
  background-color: #fff;
  margin-top: 20px;
}
.marketDetail .mediaIntro .tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 56px;
}
.marketDetail .mediaIntro .tab li {
  padding: 0 18px;
  height: 56px;
  line-height: 56px;
}
.marketDetail .mediaIntro .tab li:after {
  height: 56px;
  border-bottom-color: #1553f5;
}
.marketDetail .mediaIntro .tab li.layui-this {
  color: #1553f5;
}
.marketDetail .mediaIntro .mediaIntro-content {
  padding: 30px 40px 30px 30px;
}
.marketDetail .mediaIntro .mediaIntro-content img {
  max-width: 100%;
}
.marketDetail .mediaIntro .update .updateTitle {
  font-size: 18px;
  margin-bottom: 40px;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  background: url(../images/timeLine.png) repeat-y 90px 0;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-time {
  width: 60px;
  text-align: center;
  margin-right: 30px;
  padding-top: 23px;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-time h5 {
  font-size: 20px;
  color: #1553f5;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-time h6 {
  font-size: 14px;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: relative;
  right: 4px;
  top: 46px;
  background-color: #1553f5;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0;
  border-color: #f1f1f1;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-card .card-head {
  background-color: #f7f7f7;
  border-bottom: 0;
  padding: 0 20px;
  line-height: 46px;
  font-size: 16px;
}
.marketDetail .mediaIntro .update .updateTime .updateTime-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.marketDetail .mediaIntro .technologyFile .manual-li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.marketDetail .mediaIntro .technologyFile .manual-li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.marketDetail .mediaIntro .technologyFile .manual-li a .img {
  width: 101px;
  height: 130px;
  margin-right: 20px;
}
.marketDetail .mediaIntro .technologyFile .manual-li a .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.marketDetail .mediaIntro .technologyFile .manual-li a .content h4 {
  margin-bottom: 40px;
  font-size: 18px;
}
.marketDetail .company {
  padding: 18px;
  background-color: #fff;
}
.marketDetail .company .company-name {
  font-size: 14px;
  margin-bottom: 16px;
}
.marketDetail .company .company-text {
  font-size: 12px;
  margin-bottom: 16px;
}
.marketDetail .company .company-time {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ff8d1f;
  margin-bottom: 16px;
}
.marketDetail .company .company-online a {
  display: inline-block;
  background-color: #e9f2ff;
  height: 20px;
  padding: 0 8px;
  font-size: 12px;
  border-color: #e9f2ff;
  line-height: 20px;
  color: #1553f5;
}
.marketDetail .company .company-online a i {
  display: inline-block;
  vertical-align: top;
}
.marketDetail .addon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.marketDetail .addon-title h5 {
  font-weight: 600;
  height: 22px;
  line-height: 22px;
}
.marketDetail .addon-title a {
  color: #2473f1;
  text-decoration: none;
  font-size: 14px;
}
.marketDetail .addon {
  padding: 18px;
  margin-top: 20px;
  background-color: #fff;
}
.marketDetail .addon .addon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.marketDetail .addon .addon-item img {
  width: 50px;
  height: 50px;
}
.marketDetail .addon .addon-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.marketDetail .addon .addon-item .content .addon-name {
  font-size: 14px;
}
.marketDetail .addon .addon-item .content .addon-price {
  margin-top: 10px;
}
.marketDetail .addon .addon-item .content .addon-price .pesent {
  color: #fc0a0a;
}
.marketDetail .addon .addon-item .content .addon-price .origin {
  font-size: 12px;
  color: #808080;
  margin-left: 5px;
  text-decoration: line-through;
}
.marketDetail .products {
  padding: 18px;
  margin-top: 20px;
  background-color: #fff;
}
.marketDetail .products .products-item img {
  width: 100%;
}
.marketDetail .products .products-item h6 {
  line-height: 14px;
  margin-top: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .marketPage .marketLists {
    padding-left: 22%;
    margin-left: 0;
  }
  .marketPage .marketLists .marketList .marketList-item {
    width: 48%;
  }
  .marketLists-tab {
    position: fixed;
    left: 0;
    width: 20%;
  }
  .marketLists-tab .tab {
    width: 100%;
  }
  .marketLists-tab .tab .tab-item a {
    font-size: 14px;
  }
  .market-advan {
    margin: 0 -15px;
  }
  .market-advan .market-advan-li {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .market-advan .market-advan-li ~ .market-advan-li {
    margin-left: 0;
  }
  .market-advan .market-advan-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .market-advan .market-advan-img h6 {
    margin-left: 0;
    margin-top: 10px;
  }
  .market-advan .market-advan-font {
    display: none;
  }
  .marketTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .marketTitle .marketTitle-tit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    line-height: 25px;
  }
  .marketTitle .marketTitle-more {
    width: 100%;
  }
  .marketTitle .marketTitle-more .marketTitle-more-link {
    display: none;
  }
  .marketTitle .marketTitle-more .tab {
    width: 100%;
  }
  .marketTitle .marketTitle-more .tab .tab-item {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .marketList .marketList-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .marketList .thumb {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .marketPage .marketLists {
    margin-left: 2%;
  }
  .marketPage .marketLists .marketList .marketList-item {
    width: 100%;
  }
  .marketLists-tab {
    width: 20%;
  }
  .marketLists-tab .tab {
    width: 100%;
  }
  .marketLists-tab .tab .tab-item a {
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #1553f5;
  border-color: #1553f5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1553f5;
  border-color: #1553f5;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.manual-li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.manual-li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manual-li a .img {
  width: 101px;
  height: 130px;
  margin-right: 20px;
}
.manual-li a .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.manual-li a .content h4 {
  margin-bottom: 40px;
  font-size: 18px;
}
.service {
  padding: 60px 0;
}
.vrapp-support-item {
  width: 25%;
  padding: 0 10px;
}
.vrapp-support-item .inner {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.vrapp-support-item .inner > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 9px;
  background-color: rgba(0, 0, 0, 0.5);
}
.vrapp-support-item .inner > div h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.vrapp-support-item .inner > div p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  line-height: 160%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 6px;
}
.vrapp-support-item .inner img {
  max-width: 100%;
  display: block;
}
.vrapp-support-item:hover .inner > div p {
  max-height: 80px;
}
.vrapp-step-item {
  width: 25%;
}
.vrapp-step-item img {
  max-width: 100%;
}
.vrapp-step-item > div {
  padding: 20px;
  text-align: center;
}
.vrapp-step-item > div span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #bbb;
  color: #333;
  margin-bottom: 15px;
}
.vrapp-step-item > div h4 {
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.vrapp-step-item > div p {
  color: #999;
  line-height: 160%;
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 16px;
}
.vrapp-dz {
  background-color: #f5f6f7;
}
.menuTab {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  border-bottom: 1px solid #dedede;
  height: 43px;
  min-width: 100%;
  text-align: center;
}
.menuTab .menuTab-item {
  display: inline-block;
  font-size: 18px;
  color: #232f2d;
  height: 43px;
  padding: 0 5px;
  margin: 0 30px;
  cursor: pointer;
}
.menuTab .menuTab-item.active {
  color: #1553f5;
  border-bottom: 3px solid #1553f5;
}
.menuTab-content {
  margin: 40px 0;
}
.menuTab-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menuTab-content-item .texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 100px 0 0;
}
.menuTab-content-item .texts h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}
.menuTab-content-item .texts p {
  font-size: 18px;
  color: #999;
  line-height: 160%;
}
.menuTab-content-item .imgs {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menuTab-content-item .imgs img {
  max-width: 100%;
}
.guide-ewm {
  background-image: url(../images/guide-ewmbg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 0 50px;
}
.guide-ewm .guide-ewm-content {
  text-align: center;
  padding-bottom: 20px;
}
.guide-ewm .guide-ewm-content img {
  width: 200px;
  height: 200px;
  margin: 0 10px;
}
.guide-ewm .guide-ewm-content h4 {
  font-size: 22px;
  color: #121212;
  margin: 40px 0 0;
}
.guide-ewm .guide-ewm-content p {
  margin-top: 24px;
  margin-bottom: 0;
}
.guide-ewm .guide-ewm-content a {
  font-size: 18px;
  color: #1890ff;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid #1890ff;
  margin-right: 10px;
  text-decoration: none;
}
.live-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.live-room-item {
  width: 33.33333%;
  padding: 20px;
}
.live-room-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.live-room-item .inner:hover {
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
}
.live-room-item .inner .texts {
  text-align: center;
  padding-left: 20px;
}
.live-room-item .inner .texts h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}
.live-room-item .inner .texts p {
  font-size: 14px;
  font-weight: 200;
  color: #999;
  line-height: 160%;
  margin-bottom: 0;
  height: 66px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.live-room-item .inner img {
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(204, 204, 204, 0.8);
}
.ar-cunchu {
  background-image: url(../images/ar_7.png);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f5f6f7;
}
.ar-cunchu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ar-cunchu-wrap .texts {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  background-color: #333;
}
.ar-cunchu-wrap .texts h3 {
  font-size: 30px;
  color: #f3f3f3;
  font-weight: 700;
  margin-bottom: 10px;
}
.ar-cunchu-wrap .texts p {
  font-size: 16px;
  color: #ddd;
  line-height: 180%;
  margin-top: 20px;
}
.ar-cunchu-wrap .imgs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}
.ar-cunchu-wrap .imgs img {
  max-width: 100%;
}
.guide-banner {
  height: 640px;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/vrguide-banner.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  position: relative;
}
.guide-banner-video {
  width: 710px;
  height: 408px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #111;
  border: 10px solid #111;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.08);
}
.guide-banner-video video {
  width: 690px;
}
.guide-banner-text {
  width: 340px;
  text-align: center;
}
.guide-banner .guide-banner-text h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}
.guide-banner .guide-banner-img {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -400px;
}
.guide-title {
  text-align: center;
  margin-bottom: 40px;
}
.guide-title h2 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #222;
  margin-bottom: 15px;
}
.guide-title h2:after,
.guide-title h2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  top: 50%;
  margin-top: -1px;
  left: -40px;
}
.guide-title h2:after {
  left: auto;
  right: -40px;
}
.guide-title p {
  line-height: 160%;
  font-size: 16px;
  color: #999;
}
.guide-intro {
  padding: 100px 0 0;
}
.guide-list {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.guide-list .guide-list-item {
  width: 30%;
}
.guide-list .guide-list-item .imgs {
  margin-bottom: 20px;
}
.guide-list .guide-list-item .imgs img {
  width: 100%;
}
.guide-list .guide-list-item .texts {
  text-align: center;
}
.guide-list .guide-list-item .texts h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.guide-list .guide-list-item .texts p {
  font-size: 16px;
  color: #aaa;
  line-height: 160%;
  height: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.how-vrlook-bg {
  height: 300px;
  background-color: #333;
  position: relative;
  margin-bottom: 130px;
  background-image: url(../images/bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.how-vrlook-bg .bg-content {
  width: 800px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
}
.how-vrlook-bg .bg-content h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.how-vrlook-bg .bg-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.how-vrlook-bg .bg-content img {
  width: 300px;
  height: auto;
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps .steps-item {
  width: 25%;
  padding: 10px;
}
.steps .steps-item img {
  max-width: 100%;
}
.steps .steps-item .texts {
  text-align: center;
  padding: 20px 0;
}
.steps .steps-item .texts span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #bbb;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.steps .steps-item .texts h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.steps .steps-item .texts p {
  font-size: 16px;
  color: #999;
  line-height: 160%;
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.steps .steps-item-inner {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 20px;
}
.guide-ewm {
  background-image: url(../images/guide-ewmbg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 0 50px;
}
.guide-ewm .guide-ewm-content {
  text-align: center;
  padding-bottom: 20px;
}
.guide-ewm .guide-ewm-content img {
  width: 200px;
  height: 200px;
  margin: 0 10px;
}
.guide-ewm .guide-ewm-content h4 {
  font-size: 22px;
  color: #121212;
  margin: 40px 0 0;
}
.guide-ewm .guide-ewm-content p {
  margin-top: 24px;
  margin-bottom: 0;
}
.guide-ewm .guide-ewm-content p a {
  font-size: 18px;
  color: #1890ff;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid #1890ff;
  margin-right: 10px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 13.3333333vw;
  }
  #dd-banner .vrapp-banner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #dd-banner .vrapp-banner-btn .t4 {
    margin: 0 5px !important;
  }
  .vrapp-support-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vrapp-support-item {
    width: 50%;
  }
  .vrapp-support-item .inner > div {
    padding: 0.1rem 0.1rem 0.08rem;
  }
  .vrapp-support-item .inner > div h4 {
    font-size: 0.18rem;
  }
  .vrapp-support-item .inner > div p {
    font-size: 0.15rem;
  }
  .vrapp-step-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vrapp-step-item {
    width: 50%;
  }
  .vrapp-step-item > div {
    padding: 0.2rem;
  }
  .vrapp-step-item > div span {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .vrapp-step-item > div h4 {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
  }
  .vrapp-step-item > div p {
    height: 0.75rem;
    font-size: 0.16rem;
  }
  .menuTab {
    height: 0.6rem;
  }
  .menuTab .menuTab-item {
    font-size: 0.3rem;
    height: 0.6rem;
    padding: 0 0.05rem;
    margin: 0 0.3rem;
  }
  .menuTab .menuTab-item.active {
    color: #1553f5;
    border-bottom: 3px solid #1553f5;
  }
  .menuTab-content {
    margin: 0.4rem 0;
  }
  .menuTab-content-item .texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menuTab-content-item .texts h3 {
    font-size: 0.32rem;
    margin-bottom: 10px;
  }
  .menuTab-content-item .texts p {
    font-size: 0.18rem;
    color: #999;
    line-height: 160%;
  }
  .menuTab-content-item .imgs {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.2rem;
  }
  .live-room-item {
    width: 50%;
    padding: 0.2rem;
  }
  .live-room-item .inner {
    padding: 0;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .live-room-item .inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .live-room-item .inner .texts {
    padding-left: 0;
  }
  .live-room-item .inner .texts h3 {
    font-size: 0.3rem;
    margin-bottom: 0.06rem;
  }
  .live-room-item .inner .texts p {
    font-size: 0.16rem;
    height: 0.9rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .live-room-item .inner img {
    width: 0.6rem;
    height: 0.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(204, 204, 204, 0.8);
  }
  .ar-cunchu-wrap .texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ar-cunchu-wrap .texts h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .ar-cunchu-wrap .texts p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  .ar-cunchu-wrap .imgs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .guide {
    overflow-x: hidden;
  }
  .guide-banner {
    height: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-banner .guide-banner-text {
    width: 100%;
  }
  .guide-banner .guide-banner-text h2 {
    font-size: 24px;
  }
  .guide-banner .guide-banner-img {
    position: static;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .guide-intro {
    padding-top: 60px;
  }
  .guide-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guide-list .guide-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .guide-list .guide-list-item .texts h2 {
    font-size: 16px;
  }
  .guide-list .guide-list-item .texts p {
    font-size: 14px;
    -webkit-line-clamp: 5;
    height: auto;
  }
  .how-vrlook-bg .bg-content h3 {
    font-size: 0.4rem;
  }
  .how-vrlook-bg .bg-content p {
    font-size: 0.2rem;
  }
  .how-vrlook-bg .bg-content img {
    max-width: 300px;
    width: auto;
  }
  .steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
  .steps .steps-item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .steps .steps-item .steps-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
  }
  .steps .steps-item .steps-item-inner img {
    width: 100px;
  }
  .steps .steps-item .steps-item-inner .texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
  }
}
@media screen and (max-width: 415px) {
  .live-room-item {
    width: 100%;
  }
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.vr {
  padding: 100px 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-link {
  color: #1553f5;
}
.text-link:hover {
  color: #1553f5;
}
.title-wrap {
  margin-bottom: 50px;
}
.title-wrap .title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.title-wrap .title:after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background-color: #2860f3;
  margin: 10px auto 0;
}
.title-wrap .title-desc {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 1.5;
}
.system-lists .system-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.system-lists .system-item.col-4 {
  width: 33.3333%;
  padding: 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.system-lists .system-item.col-4 img {
  width: 100%;
  height: auto;
}
.vr-funciton .system-lists .system-item.col-2 {
  width: 50%;
  margin: 0;
  padding: 10px;
}
.system-lists .system-item img {
  display: block;
  width: auto;
  height: 70px;
  margin-bottom: 10px;
}
.system-lists .system-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.system-lists .system-item p {
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
}
/* .menu-btn {
  display: none;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 35px;
  position: absolute;
  top: 5px;
  right: 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-btn span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  left: 0px;
}
.menu-btn span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0px;
  -webkit-transition: top 0s ease 0s, -webkit-transform 0.1s ease-out;
  transition: top 0s ease 0s, -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out, top 0s ease 0s;
  transition: transform 0.1s ease-out, top 0s ease 0s;
  transition: transform 0.1s ease-out, top 0s ease 0s,
    -webkit-transform 0.1s ease-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.menu-btn span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0px;
  -webkit-transition: top 0s ease 0s, -webkit-transform 0.1s ease-out;
  transition: top 0s ease 0s, -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out, top 0s ease 0s;
  transition: transform 0.1s ease-out, top 0s ease 0s;
  transition: transform 0.1s ease-out, top 0s ease 0s,
    -webkit-transform 0.1s ease-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.menu_click .menu span {
  background-color: transparent;
}
.menu_click .menu span:before {
  -webkit-transition: top 0s ease, -webkit-transform 0.1s ease-out 0s;
  transition: top 0s ease, -webkit-transform 0.1s ease-out 0s;
  -o-transition: top 0s ease, transform 0.1s ease-out 0s;
  transition: top 0s ease, transform 0.1s ease-out 0s;
  transition: top 0s ease, transform 0.1s ease-out 0s,
    -webkit-transform 0.1s ease-out 0s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.menu_click .menu span:after {
  -webkit-transition: top 0s ease, -webkit-transform 0.1s ease-out 0s;
  transition: top 0s ease, -webkit-transform 0.1s ease-out 0s;
  -o-transition: top 0s ease, transform 0.1s ease-out 0s;
  transition: top 0s ease, transform 0.1s ease-out 0s;
  transition: top 0s ease, transform 0.1s ease-out 0s,
    -webkit-transform 0.1s ease-out 0s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}
.menu-wrap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  float: right;
}
.menu-wrap.active {
  display: block;
}
#topNav {
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 70px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
#topNav:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: none;
}
#topNav.active,
#topNav:hover {
  background: #fff;
}
#topNav.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#topNav .top_wrap {
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#topNav .top_wrap .top_logo {
  line-height: 70px;
}
#topNav .top_wrap .top_logo img {
  vertical-align: middle;
  height: 40px;
}
#topNav .top_wrap .top_menu {
    float: left;
    margin-right: 30px;
}
.headerOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerOther .headerOther-login {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerOther .headerOther-login a {
  display: inline-block;
  color: #1553f5;
  padding: 0 5px;
}
.headerOther .headerOther-login a:hover {
  font-weight: bold;
}
.headerOther .headerOther-demo {
  margin-left: 20px;
}
.headerOther .headerOther-demo a {
  display: block;
  width: 94px;
  height: 40px;
  line-height: 40px;
  background: #1553f5;
  border: none;
  border-radius: 1px;
  color: #fff;
}
.swift_nav {
  list-style-type: none;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swift_nav .menu {
  height: 70px;
  line-height: 70px;
  position: relative;
}
.swift_nav .menu:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 5px;
}
.submenu {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.submenu a {
  display: block;
  padding: 10px;
  line-height: 1;
}
.submenu a:hover {
  color: #1553f5;
}
.swift_nav .menu:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.swift_nav .menu.on > a {
  color: #fff;
}
.swift_nav .menu.on:before {
  opacity: 1;
  width: 100%;
}
.swift_nav .menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
.swift_nav .menu > a {
  font-size: 16px;
  padding: 0 20px;
}
.swift_nav .menu:hover:before {
  opacity: 1;
  width: 100%;
}
.swift_nav .menu.active > a,
.swift_nav .menu:hover > a {
  color: #1553f5;
  font-weight: bold;
}
.fixedHeader #topNav {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fixedHeader #topNav:after {
  display: block;
}
.fixedHeader .swift_nav .menu > a {
  color: #fff;
}
.fixedHeader .header-btn {
  background-color: #fff;
}
.fixedHeader .headerOther .headerOther-login a {
  color: #fff;
} */
#bottomNav {
  background: #081a43;
  position: relative;
  z-index: 10;
}
#bottomNav .bottomnav_wraper {
  width: 1180px;
  margin: 0 auto;
  padding: 60px 10px;
  text-align: center;
  background: #081a43;
}
#bottomNav .bottomnav_wraper .table {
  table-layout: fixed;
}
#bottomNav .bottomnav_wraper .bottomnav_list {
  text-align: left;
}
#bottomNav .bottomnav_wraper .bottomnav_list h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 400;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul {
  list-style-type: none;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul li a {
  text-decoration: none;
  color: #7d869b;
  font-size: 16px;
  line-height: 32px;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul li a:hover {
  color: #fff;
}
#bottomNav .bottomnav_wraper .bottomnav_list ul .bottomnav_logo {
  width: 110px;
  height: 110px;
  position: relative;
  top: 7px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm {
  margin-top: 70px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .table_cell {
  vertical-align: middle;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .hotline {
  background: #3979ff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3979ff),
    to(#2b9eff)
  );
  background: -o-linear-gradient(left, #3979ff, #2b9eff);
  background: linear-gradient(90deg, #3979ff, #2b9eff);
  color: #fff;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
  width: 300px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .copyright {
  font-size: 14px;
  color: #525f7b;
  text-align: left;
  padding-left: 40px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .copyright > p {
  line-height: 26px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .beian {
  text-decoration: none;
  color: #525f7b;
  margin-left: 12px;
}
#bottomNav .bottomnav_wraper .bottomNav_btm .beian .ico_beian {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAC3FBMVEUAAAD+/ODz6Kr//+PeqFfYrn3x167k0JXoxnyaaVzhs2ifaFXbrGLkvFnpyF7v2X/kwm3cp1nhsGfqw3rZqG3ntVzjrFPt3oDjvGnfr2fbnFGti3q0lH7ktoLryXn9v1T4znr/74bnvGz034v+2I/ktoDz6ZLkwY/Dfz7buoftzYbq2IPr0pjs3bLv6KPRrnbKhFv79ND488n/+dDZr4Lx38f/+cH/95f42oL7/97s2Y3++uzw1rvTk3DmuloAAHkBAm7uzWYAAGXktV3qvFr/0ljksE7fo0rWHxhrdocAAIAABHf143Pyy27w1GwGA2jtymHpwWDqxV/qyVyTeFrrwFflwFPislP+xVLpsErbmUfVkEbysETemUTpgj7ThT3XdTg5FDjdhTXWZTDaTCm7TCbTOCLXPiD9LA/QFg3UAwnOAQOEj5kcPpdyhZSptJEACJFpfo4AG44XMInFvYfTvIejmYSVkINyeoJzdoK9un6SjX7FrnwAEHp8enny2HjWwHjKtnhcX3jYzHeNhnfu2HWUjHWsonPNwnH70m9WTm8AAW//723pym3dtmn/0mbnxGa0o2ZeWWb8zGT/4mPtwmJuYmL/22D/vmB5ZGC9kF7/2l0MAF3uyFqnjVn4xFjYnli0mVi5i1jiqVfyyVbmtlbXkVNUOFPlvFLpt1LNrFKjfVLuvlBgHlDsuU/ouU9ONU/ov05ODk7/2E02Gk3jqkqEaUr/tUngjkf7n0bXikb6xERCJETdn0LckUG1gD/ooD3Ulj3jkz3TZT3WjjzOeDqBWDr3pDnglTlMADnbbTf2gjbkbzaTYDZpAjbplzTtcTTEazPXXzOeXzDscS3MPi38jizJWSrVSCrrXynzfCjVdCjZRyjTQCbFUiTlYCPXPSHLPSHWMR/wXh7iRh7GPh3PLBrSIRrWGhfMJxPGJxPRDBG/ABG2ABCxDg7BDAvEGArZAAbJAALPAADa4ry/AAAAPnRSTlMACEIaxqxpAvv7+ff19PDs7Ovn5uXk5OHg29LRy8fEw8G+vLqysaufnJiVk4yDfG9dXFpMSEFBNTApJyEcFO3QiBQAAAFzSURBVBjTYoACZjYZaTZmBmRgxsp9+di21ZysxggxxlmJZy/ev9LXnriIEa5VYUPIray0lOyd+ctVoKKWXFsmXXvu8exO5vsZnnuErcCC5m1e8x5nPXrxOu3TzSqHFguQmI18tff+Jx89HqR7fE5v7q5TtAYK6h8v81p4Ovv6wbAdmRc6HMpddYGCmudrCqbtTn2anHBq15SZ9iUx6kBBkSTfXIfUuBsPL909c9i/uP6EJFAQMJ6j2/Ps32Yk30uIy3jjXxgRLwEUVN07ubTo5LsPr16mXD1X29gZrgUUlN23uD/H28lp09o5TvYVs523ygEFORYsO+TbEOI5cVVTV+XUA1Fu/EBBoxXu0bfnT98cEePa45oUHR7MBHK9IV9Y/BFHFzc7R7/YqF4BsBiDqVBw0NLQoMAAF3c7vwmCEEFln1ZnZxe3wJWx7nZ2jj5qkNDU5l2/ZE3kusjQuRsDxPXYoQFqa6DBIiUmyqKkYwIWAgD35oZAL/mkFwAAAABJRU5ErkJggg==)
    no-repeat;
}
a {
  text-decoration: none;
}
.header-btn-wrap {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}
.header-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #1553f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #d0d8ed;
}
.header-btn svg {
  width: 30px;
  height: 30px;
}
.header-btn3 {
  padding-left: 30px;
  height: 38px;
  line-height: 38px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1553f5;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.header-btn3 svg {
  height: 30px;
}
.banner-wrap {
  height: 830px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.banner-btn {
  width: 150px;
  height: 50px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.banner-item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-item img {
  width: 30%;
  height: auto;
}
.banner-item .banner-item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.banner-item .banner-item-desc {
  color: #777;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.block-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.function-text {
  text-align: left;
}
.function-title {
  font-weight: bold;
  font-size: 18px;
}
.function-desc {
  font-size: 13px;
}
.case-item-title {
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
  font-weight: bold;
}
.case-item-desc {
  text-align: left;
  padding: 20px 10px;
  font-size: 14px;
  color: #777;
}
.bar-bottom {
  width: 100%;
  height: 255px;
  background-color: #232323;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  position: relative;
  z-index: 2;
  color: #eee;
}
.pop-item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 6px 1px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 6px 1px rgba(1, 1, 1, 0.1);
  cursor: pointer;
  margin-top: 10px;
}
.menu_sel {
  color: blue !important;
}
.bar-bottom-content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-header {
  display: none;
}
.tab-content {
  margin-top: 10px;
}
#dd-banner {
  width: 100%;
  height: 600px;
}
#dd-banner .left {
  width: 41.667%;
  margin-right: 7.333%;
}
#dd-banner .left .t0 {
  margin-bottom: 25px;
}
#dd-banner .left .t1 {
  font-size: 30px;
  color: #24314e;
  margin-bottom: 25px;
  font-weight: 700;
}
#dd-banner .left .t2 {
  font-size: 18px;
  color: #1553f5;
  margin-bottom: 15px;
}
#dd-banner .left .t3 {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: justify;
}
#dd-banner .left .t4 {
  font-size: 30px;
  text-align: center;
  color: #24314e;
  display: block;
  background: #1553f5;
  color: #fff;
  font-size: 14px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
#dd-banner .left .t4:hover {
  color: #1553f5;
  background-color: #fff;
  border: 1px solid #1553f5;
}
#dd-banner .left .t5 {
  font-size: 16px;
  margin-bottom: 15px;
}
#dd-banner .left .t5 img {
  margin-bottom: 5px;
}
#dd-banner .left .t6,
#dd-banner .left .t8 {
  margin-bottom: 10px;
}
#dd-banner .right {
  width: 50%;
}
#dd-banner.dd_1 {
  background: url(../images/ddbanner.jpg) no-repeat center top;
  background-size: cover;
}
#dd-banner .inline-block {
  display: inline-block;
}
#dd-banner .v-middle {
  vertical-align: middle;
}
#dd-banner .v-middle img {
  width: 80%;
}
#dd-banner .cw1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0 30px;
}
.main3 {
  background: #f5f9fc;
}
.vr-funciton .system-lists {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vr-funciton .system-lists .system-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: #ecf0f7 0px 15px 5px 0px;
  box-shadow: #ecf0f7 0px 15px 5px 0px;
}
.vr-funciton .system-lists .system-item:nth-child(3n) {
  margin-right: 0;
}
.vr-funciton .system-lists .system-item img {
  height: 50px;
  vertical-align: middle;
  margin: 20px auto 0;
}
.vr-funciton .system-lists .system-item .system-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  background: url(../images/dy7.png) no-repeat;
  background-size: cover;
}
.vr-funciton .system-lists .system-item h3,
.vr-funciton .system-lists .system-item p {
  text-align: left;
  padding: 0;
}
.vr-funciton .system-lists .system-content {
  width: 60%;
}
.main-ad {
  height: 300px;
  background: url(../images/009.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.main-ad .wrapper {
  position: relative;
  z-index: 2;
}
.main-ad h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.main-ad a {
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
  color: #1553f5;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-ad a:hover {
  background-color: #316afa;
  color: #fff;
}
.svg-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.svg-box svg {
  position: relative;
  width: 90000px;
  height: 400%;
}
.svg-box svg.s1 {
  -webkit-animation: waveMove 50s linear infinite;
  animation: waveMove 50s linear infinite;
  opacity: 0.05;
}
.svg-box svg.s2 {
  -webkit-animation: waveMove 35s linear infinite;
  animation: waveMove 35s linear infinite;
  opacity: 0.05;
  margin-top: -400%;
}
.svg-box svg.s3 {
  -webkit-animation: waveMove 25s linear infinite;
  animation: waveMove 25s linear infinite;
  opacity: 0.05;
  margin-top: -800%;
}
@-webkit-keyframes waveMove {
  0% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes waveMove {
  0% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.changjing .system-item {
  width: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
  padding: 30px 0;
  background: #fff;
}
.changjing .system-item:nth-child(4n) {
  margin-right: 0;
}
.changjing .system-item img {
  margin-bottom: 30px;
}
.main5 {
  background: #f5f9fc;
}
.case {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case .case-item {
  width: 33.333%;
  margin-bottom: 30px;
}
.case .case-item a {
  display: block;
  background: #fff;
  margin: 0 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.case .case-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-thumbnail img {
  width: 100%;
}
.case .case-content h4 {
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.case .case-content div {
  padding: 10px 15px;
}
.case .case-content p {
  font-size: 14px;
  color: #999;
  line-height: 2;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-list .partner-item {
  width: 230px;
  height: 90px;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #eee;
}
.partner-list .partner-item:nth-child(5n) {
  margin-right: 0;
}
.partner-list .partner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main7 {
  background-color: #25272e;
}
.footer {
  padding: 30px 0;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-about {
  width: 28%;
  padding-right: 50px;
}
.footer-about .footer-about-logo {
  width: 120px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
}
.footer-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-contact {
  width: 30%;
}
.footer-ewm {
  text-align: center;
  padding-right: 0;
}
.footer-ewm h4 {
  text-align: left;
}
.footer-ewm img {
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
}
.footer h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.footer p,
.footer p a {
  font-size: 13px;
  color: #cfd0d6;
  line-height: 2;
}
.copyright {
  padding: 20px 0;
  font-size: 13px;
  color: #cfd0d6;
  text-align: center;
  border-top: 1px solid #383838;
}
.copyright p,
.copyright a {
  color: #cfd0d6;
  line-height: 2;
}
.fixed {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 9999;
}
.fixed .pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fixed .pop .pop-item {
  position: relative;
  width: 40px;
  height: 40px;
}
.fixed .pop span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.fixed .pop .pop-item.pop-ewm span {
  background: rgba(0, 0, 0, 0.6) url(../images/fixed-weixin.png) no-repeat
    center;
  background-size: 30px 30px;
}
.fixed .pop .pop-item.pop-tel span {
  background: rgba(0, 0, 0, 0.6) url(../images/fixed-tel.png) no-repeat center;
  background-size: 25px 25px;
}
.fixed .pop .pop-item.pop-qq span {
  background: rgba(0, 0, 0, 0.6) url(../images/fixed-qq.png) no-repeat center;
  background-size: 25px 25px;
}
.fixed .pop .pop-item.pop-back2top span {
  background: rgba(0, 0, 0, 0.6) url(../images/fixed-arrowup.png) no-repeat
    center;
  background-size: 30px 30px;
}
.fixed .pop .pop-item.pop-ewm:hover span,
.fixed .pop .pop-item.pop-tel:hover span,
.fixed .pop .pop-item.pop-qq:hover span,
.fixed .pop .pop-item.pop-back2top:hover span {
  background-color: #1553f5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed .pop .pop-content {
  position: absolute;
  opacity: 0;
  right: 60px;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed .pop .pop-item .pop-content {
  background: #fff;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed .pop .pop-item .pop-content:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.fixed .pop .pop-ewm .pop-content img {
  width: 120px;
  height: 120px;
}
.fixed .pop .pop-ewm .pop-content p {
  font-size: 14px;
}
.fixed .pop .pop-item:hover .pop-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.fixed .pop .pop-tel .pop-content,
.fixed .pop .pop-qq .pop-content {
  width: 160px;
  font-weight: bold;
  color: #1553f5;
}
.fixed .pop .pop-qq a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #1553f5;
}
.fixed .pop-back2top {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed.show .pop-back2top {
  opacity: 1;
}
.m-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 99;
  background-color: #fff;
  display: none;
  border-top: 1px solid #eee;
}
.m-nav > div {
  float: left;
  width: 33.3333%;
  text-align: center;
  border-left: 1px solid #ddd;
}
.m-wx-show {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  left: 0;
  top: -52px;
  background: #fff;
  height: 51px;
  line-height: 51px;
  display: none;
}
.m-wx-show .m-wx-l {
  float: left;
}
.m-wx-show .m-wx-l i {
  font-style: normal;
}
.m-wx-show .m-wx-r {
  float: right;
}
@media screen and (max-width: 750px) {
  /*body {*/
  /*  padding-bottom: 50px;*/
  /*}*/
  /*.m-nav {*/
  /*  display: block;*/
  /*}*/
  .fixed .pop .pop-ewm,
  .fixed .pop .pop-tel,
  .fixed .pop .pop-qq {
    display: none;
  }
  .fixed.show .pop-back2top {
    opacity: 1;
  }
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(2px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounce-up {
  25% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.animate-bounce-up {
  -webkit-animation: bounce-up 1.5s linear infinite;
  animation: bounce-up 1.5s linear infinite;
}
.page {
  padding-top: 70px;
}
.pageBanner {
  width: 100%;
  height: 400px;
}
.pageBanner .wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  height: 100%;
  padding: 0 15px;
}
.pageBanner .pageBanner-title {
  font-size: 40px;
  line-height: 1.25em;
  color: #fff;
}
.pageBanner .pageBanner-desc {
  margin: 16px 0px 20px;
  max-width: 580px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  white-space: pre-wrap;
}
.pageBanner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 116px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageBanner a:hover {
  background: #fff;
  color: #1f2836;
}
.newsBanner {
  background: url(../images/newbanner.jpg) no-repeat center;
  background-size: cover;
}
.serviceBanner {
  background: url(../images/servicebanner.jpg) no-repeat center;
  background-size: cover;
}
.caseBanner {
  background: url(../images/casebanner.jpg) no-repeat center;
  background-size: cover;
}
.eduBanner {
  background: url(../images/edu-banner.jpg) no-repeat center;
  background-size: cover;
}
.partyBanner {
  background: url(../images/party-banner.jpg) no-repeat center;
  background-size: cover;
}
.expoBanner {
  background: url(../images/expo-banner.jpg) no-repeat center;
  background-size: cover;
}
.medicalBanner {
  background: url(../images/medical-banner.jpg) no-repeat center;
  background-size: cover;
}
.tourismBanner {
  background: url(../images/tourism-banner.jpg) no-repeat center;
  background-size: cover;
}
.aboutBanner {
  background: url(../images/about-banner.jpg) no-repeat center;
  background-size: cover;
}
.newsNav {
  background: #f8fbfd;
  height: 80px;
  line-height: 80px;
}
.tabNav li {
  margin-right: 30px;
}
.tabNav li a {
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.tabNav li.active a {
  color: #1553f5;
}
.service-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.service-links .service-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.333333%;
}
.service-links .service-links-item img {
  margin-right: 10px;
}
.service-links .service-links-item:hover {
  background-color: #fff;
}
.caseList-nav .caseList-nav-item {
  font-weight: bold;
  font-size: 16px;
}
.caseList-nav .caseList-nav-item.active {
  background-color: #2961f3;
  color: #fff;
}
.newsContent .wrapper {
  max-width: 1200px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
}
.newsContent .left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 30px;
  padding-bottom: 40px;
  min-height: 460px;
  border-right: 1px solid #eee;
}
.newsContent .right {
  width: 330px;
  margin-left: 30px;
}
.fixedAside {
  position: fixed;
  top: 0;
  right: 0;
}
.newsList .newsItem {
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
}
.newsList .newsItem:first-child {
  padding-top: 0;
}
.newsList .newsItem a {
  position: relative;
}
.newsList .newsItem .thumb {
  width: 170px;
  height: 96px;
  margin-right: 20px;
}
.newsList .newsItem .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsList .newsItem .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.newsList .newsItem .content .title {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 1.6;
  width: 80%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList .newsItem .content .describe {
  font-size: 14px;
  color: #848484;
  line-height: 1.7;
  opacity: 0.8;
  margin-top: 18px;
  height: 47px;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newsList .newsItem .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  line-height: 28px;
}
#pagination,
.pagination {
  margin-top: 30px;
}
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 56px;
  -webkit-box-shadow: 0 4px 12px rgba(21, 83, 245, 0.1);
  box-shadow: 0 4px 12px rgba(21, 83, 245, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.searchBox .inputBox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  height: 100%;
}
.searchBox .inputBox input {
  font-size: 12px;
  text-indent: 9px;
  line-height: 56px;
  width: 100%;
  outline: none;
  border: none;
}
.searchBox .submitBtn {
  width: 56px;
  line-height: 56px;
  left: auto;
  background: #1553f5;
  color: #fff;
  font-size: 16px;
}
.searchBox .submitBtn i {
  font-size: 20px;
}
.hotTopic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 20px;
  line-height: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.hotTopic-title h3 {
  font-size: 15px;
  font-weight: bold;
}
.hotTopic-title .changeTopic {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.hotTopic-list .hotTopic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 18px;
  margin-bottom: 12px;
}
.hotTopic-list .hotTopic-item i,
.hotTopic-list .hotTopic-item span {
  display: inline-block;
}
.hotTopic-list .hotTopic-item i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b6b6b6;
  text-indent: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
.hotTopic-list .hotTopic-item span {
  margin-left: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotTopic-list .hotTopic-item:nth-child(1) i {
  background-color: #1553f5;
}
.hotTopic-list .hotTopic-item:nth-child(2) i {
  background-color: #4477fb;
}
.hotTopic-list .hotTopic-item:nth-child(3) i {
  background-color: #8aaaff;
}
.focusList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.focusList .focusList-item {
  position: relative;
}
.focusList .focusList-item .focusList-icon {
  display: block;
  width: 30px;
  margin-right: 10px;
}
.focusList .focusList-item .focusList-icon img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.7;
  position: relative;
  width: 100%;
}
.focusList .focusList-item .focusList-img {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  border: 1px solid #ddd;
  display: none;
  bottom: 100%;
  left: -60px;
  margin-bottom: 16px;
}
.focusList .focusList-item .focusList-img img {
  width: 100%;
}
.focusList .focusList-item:hover .focusList-icon img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.focusList .focusList-item:hover .focusList-img {
  display: block;
}
.articleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.articleHeader .articleHeader-title {
  font-size: 30px;
  color: #1553f5;
  font-family: fo1;
  font-weight: bold;
  line-height: 1.5;
}
.articleHeader .atticleHeader-time {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 20px;
}
.articleHeader .articleHeader-meta {
  font-size: 13px;
  color: #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../images/line-001.png) bottom repeat-x;
  font-weight: bold;
}
.articleHeader .articleHeader-meta span {
  display: inline-block;
  margin-right: 10px;
}
.articleBody {
  font-size: 16px;
  line-height: 36px;
}
.articleBody img {
  max-width: 100%;
  margin: 0 auto;
}
.vrpano-intro-img {
  width: 100%;
}
.vrpano-intro-img img {
  width: 100%;
}
.vrpano-function .system-lists .system-item {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px !important;
}
.vrpano-function .system-lists .system-item .system-img {
  background: none;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.vrpano-function .system-lists .system-item h3 {
  margin-bottom: 20px;
}
.vrpano-function .system-lists .system-item p {
  line-height: 1.7;
  color: #333;
}
.vrlive-function .system-lists .system-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vrLive-bling .system-lists .system-item {
  width: 48%;
}
.vrLive-bling .system-lists .system-item:nth-child(3n) {
  margin-right: 2%;
}
.vrLive-bling .system-lists .system-item p {
  line-height: 24px;
}
.vrLive-steps li.iconfont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.vrLive-steps li.system-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vrSub-title {
  color: #333333;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
}
.vrSub-title span {
  font-size: 24px;
}
.vrSub-title img {
  display: inline-block;
  vertical-align: middle;
}
.scenario {
  padding: 100px 0;
}
.scenario-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scenario-list .scenario-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  height: 298px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.035) 0px 2.8px 2.2px,
    rgba(0, 0, 0, 0.047) 0px 6.7px 5.3px, rgba(0, 0, 0, 0.06) 0px 12.5px 10px;
  box-shadow: rgba(0, 0, 0, 0.035) 0px 2.8px 2.2px,
    rgba(0, 0, 0, 0.047) 0px 6.7px 5.3px, rgba(0, 0, 0, 0.06) 0px 12.5px 10px;
}
.scenario-list .scenario-item:not(:last-child) {
  margin-right: 20px;
}
.scenario-list .scenario-item:first-child {
  background: url(../images/eduScenario-1.png) no-repeat center;
  background-size: cover;
}
.scenario-list .scenario-item:last-child {
  background: url(../images/eduScenario-2.png) no-repeat center;
  background-size: cover;
}
.scenario-list .scenario-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 40, 54, 0.8);
}
.scenario-list .scenario-item .inner:hover {
  background-color: rgba(66, 115, 255, 0.96);
}
.scenario-list .scenario-item .inner h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 11px;
}
.scenario-list .scenario-item .inner p {
  color: #fff;
  font-size: 16px;
}
.eduAdvantage {
  padding: 100px 0;
}
.eduAdvantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eduAdvantage-list .eduAdvantage-item {
  width: 25%;
  padding: 50px 0 100px;
  text-align: center;
  margin: 10px 15px;
  background-color: #fff;
  border: 1px solid rgba(214, 214, 214, 0.6);
}
.eduAdvantage-list .eduAdvantage-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eduAdvantage-list .eduAdvantage-item .img {
  width: 40%;
}
.eduAdvantage-list .eduAdvantage-item .img img {
  width: 100%;
}
.eduAdvantage-list .eduAdvantage-item h3 {
  font-size: 20px;
  margin: 20px 0px;
}
.eduAdvantage-list .eduAdvantage-item p {
  white-space: pre-wrap;
  max-width: 70%;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0px;
  line-height: 24px;
}
.vrParty {
  padding: 100px 0;
  background-color: rgba(246, 248, 251, 0.6);
}
.vrParty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vrParty-list .vrParty-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  height: 416px;
  margin: 0px 10px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #fff none repeat scroll 0% 0%;
}
.vrParty-list .vrParty-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vrParty-list .vrParty-item .img {
  height: 266px;
  width: 100%;
}
.vrParty-list .vrParty-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vrParty-list .vrParty-item h3 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 30px;
}
.vrParty-list .vrParty-item p {
  line-height: 24px;
  padding: 8px 18px 0px;
}
.partyScenario {
  padding: 100px 0;
}
.partyScenario-list .partyScenario-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  border-radius: 3px;
  overflow: hidden;
}
.partyScenario-list .partyScenario-item .img {
  width: 60%;
  height: 100%;
}
.partyScenario-list .partyScenario-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partyScenario-list .partyScenario-item .content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #f6f8fb;
}
.partyScenario-list .partyScenario-item .content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
}
.partyScenario-list .partyScenario-item .content p {
  max-width: 62%;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.partyScenario-list .partyScenario-item:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.partyScenario-list .partyScenario-item:not(:last-child) {
  margin-bottom: 30px;
}
.aboutNav {
  background: #f8fbfd;
  height: 60px;
  line-height: 60px;
}
.aboutNav .wrapper {
  padding: 0;
}
.aboutTitle {
  color: #1553f5;
  font-size: 30px;
  line-height: 30px;
  padding: 96px 0px 48px 0px;
  font-weight: bold;
}
.aboutPart-1 .aboutBox {
  background: #f1f5fc;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  min-height: 500px;
}
.aboutPart-1 .aboutBox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutPart-1 .aboutBox .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.aboutPart-1 .aboutBox .content p {
  margin-bottom: 30px;
}
.aboutPart-1 .aboutBox .aboutPart-1-tit {
  font-size: 25px;
  line-height: 1.4;
  height: 30px;
  color: #1553f5;
}
.aboutPart-1 .aboutBox .aboutPart-1-subtit {
  font-size: 25px;
  height: 30px;
  margin: 0 0 30px;
}
.aboutPart-1 .aboutBox .img {
  width: 40.8333%;
  position: relative;
  margin-left: 30px;
  top: -130px;
}
.aboutPart-1 .aboutBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.aboutPart-1 .aboutBox .img:after {
  content: "";
  display: block;
  background: #1553f5;
  position: absolute;
  height: 100%;
  width: 100%;
  right: -40px;
  bottom: -75px;
  z-index: 0;
}
.aboutPart-2 {
  padding-bottom: 60px;
}
.aboutPart-2 .aboutTitle {
  padding: 80px 0 25px;
  text-align: center;
}
.aboutPart-2 .aboutTitle-sub {
  font-size: 14px;
  text-align: center;
  color: #666;
}
.aboutPart-2 .aboutBox {
  padding-top: 80px;
}
.aboutPart-2 .aboutBox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutPart-2 .aboutBox .content {
  width: 30%;
}
.aboutPart-2 .aboutBox .content h3 {
  color: #333333;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.aboutPart-2 .aboutBox .content p {
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
}
.aboutPart-2 .aboutBox .img {
  width: 60%;
}
.aboutPart-2 .aboutBox .img img {
  width: 100%;
}
.aboutPart-3 .wrapper {
  position: relative;
}
.aboutPart-3 .aboutBox {
  padding-bottom: 100px;
}
.aboutPart-3 .honor-pagination {
  position: relative;
  font-size: 0;
}
.aboutPart-3 .honor-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 3px solid #1553f5;
  height: 12px;
  width: 12px;
  margin: 0 20px;
  position: relative;
}
.aboutPart-3 .honor-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  right: -14px;
  bottom: -14px;
  top: -14px;
  background: rgba(21, 83, 245, 0.5);
  border-radius: 50%;
  opacity: 0;
}
.aboutPart-3 .honor-pagination .swiper-pagination-bullet-active {
  background: #2860f3;
  border-color: transparent;
}
.aboutPart-3 .honor-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.aboutPart-3 .honor-swiper-prev,
.aboutPart-3 .honor-swiper-next {
  background-image: none;
  position: absolute;
  height: 46px;
  width: 46px;
  text-indent: 9px;
  color: #1553f5;
  border: 2px solid #1553f5;
  border-radius: 50%;
  line-height: 42px;
  font-size: 24px;
  cursor: pointer;
}
.aboutPart-3 .honor-swiper-prev span,
.aboutPart-3 .honor-swiper-next span {
  font-size: 24px;
  font-weight: bold;
}
.aboutPart-3 .honor-swiper-prev:hover,
.aboutPart-3 .honor-swiper-next:hover {
  color: #fff;
  background-color: #1553f5;
}
.aboutPart-3 .honor-swiper-prev.swiper-button-disabled,
.aboutPart-3 .honor-swiper-next.swiper-button-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.5;
}
.aboutPart-3 .honor-swiper-prev {
  left: -90px;
}
.aboutPart-3 .honor-swiper-next {
  right: -90px;
}
.honor-container {
  margin-bottom: 60px;
}
.honor-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.honor-container .swiper-slide .honor-item {
  width: 25%;
  padding: 10px;
}
.honor-container .swiper-slide .honor-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.history .historyTitle {
  color: #1553f5;
  font-size: 30px;
  line-height: 30px;
  padding: 90px 0px 76px 0px;
  margin-left: 20%;
}
.historyItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}
.historyItem .historyTime {
  width: 18%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  width: 17.5%;
  padding-right: 5%;
  color: #1553f5;
  font-size: 62px;
  font-weight: bold;
}
.historyItem .historyList {
  width: 82%;
}
.historyItem .historyList .historyList-item h4 {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2%;
}
.historyItem .historyList .historyList-item p {
  color: #818181;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4%;
}
.culture .cultureBody {
  padding-top: 64px;
  position: relative;
}
.culture .cultureBody:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  background-color: #f9f9fb;
  z-index: 1;
}
.culture .cultureBox {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.culture .cultureBox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture .cultureBox:nth-child(2n) .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 10%;
}
.culture .content {
  position: relative;
  width: 44%;
}
.culture .content .cultureTitle {
  color: #24314e;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.culture .content .cultureLine {
  background: #1553f5;
  width: 40px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.culture .content .cultureDesc {
  color: rgba(36, 49, 78, 0.7);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-top: 10px;
}
.culture .content .cultureText {
  color: #bfbfbf;
  font-size: 11px;
}
.culture .content .cultureEn {
  position: absolute;
  color: rgba(28, 15, 129, 0.03);
  font-size: 174px;
  line-height: 174px;
  top: 10%;
  z-index: 1;
}
.culture .img {
  position: relative;
  z-index: 3;
  width: 56%;
}
.culture .img img {
  width: 100%;
}
.xcx-1 .scenario-list .scenario-item {
  background: none;
}
.xcx-1 .scenario-list .scenario-item:nth-child(1) .inner {
  background: -o-linear-gradient(315deg, #528ff1, #1df1be);
  background: linear-gradient(135deg, #528ff1, #1df1be);
}
.xcx-1 .scenario-list .scenario-item:nth-child(2) .inner {
  background: -o-linear-gradient(315deg, #9e78fe, #73a9ff);
  background: linear-gradient(135deg, #9e78fe, #73a9ff);
}
.xcx-1 .scenario-list .scenario-item:hover .inner {
  background-color: rgba(31, 40, 54, 0.8);
}
.vr-funciton .system-lists.xcx .system-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.xcx-code {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xcxcode-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.xcx-code img {
  position: relative;
  width: 300px;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.xcx-code .img-box {
  position: relative;
  width: 300px;
}
.xcx-code .img-box .icon-guanbi {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.indexBanner {
  max-height: 720px;
}
.indexBanner a {
  display: block;
}
.indexBanner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexBanner .indexBanner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.indexBanner .swiper-button-prev,
.indexBanner .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.indexBanner .swiper-button-prev i,
.indexBanner .swiper-button-next i {
  font-size: 32px;
  color: #fff;
}
.indexBanner .swiper-button-prev {
  left: 10%;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.indexBanner .swiper-button-next {
  right: 10%;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.indexBanner:hover .swiper-button-prev,
.indexBanner:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.indexBanner .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  border-radius: 2px;
}
.indexBanner .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1553f5;
}
.indexTitle {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
}
.indexSubtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0 20px;
}
.indexPart-brief {
  padding: 60px 0;
  background: url(../images/indexPart-brief.jpg) top/cover;
}
.indexPart-brief .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.indexPart-brief .left,
.indexPart-brief .right {
  width: 45.83333%;
}
.indexPart-brief .left img {
  width: 100%;
}
.indexPart-brief .right .title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.indexPart-brief .right .content {
  font-size: 14px;
  line-height: 28px;
  color: #777;
  max-height: 280px;
}
.indexPart-brief .right .content p {
  margin-bottom: 20px;
}
.indexPart-brief .right .btn {
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  background: #1553f5;
  border-radius: 20px;
  width: 190px;
  text-align: center;
  padding: 0;
}
.indexPart-programme {
  margin-bottom: 50px;
}
.indexPart-programme .indexTitle {
  text-align: center;
}
.indexPart-programme .layui-tab-content {
  padding: 0 40px;
  background: #f4f8ff;
}
.indexPart-programme .layui-tab-item .title {
  font-size: 18px;
  color: #1553f5;
  font-weight: bold;
  line-height: 78px;
  height: 78px;
  border-bottom: 1px dashed #c7d7fd;
  text-align: center;
}
.indexPart-programme .layui-tab-item .list {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.indexPart-programme .layui-tab-item .list span {
  display: inline-block;
  margin: 12px 23px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 10px;
  vertical-align: middle;
}
.indexPart-programme .layui-tab-item .list span:before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 2px solid #1553f5;
  margin-right: 3px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
}
.indexPart-programme .layui-tab-title {
  height: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.indexPart-programme .layui-tab-title li {
  height: auto;
  line-height: 1;
}
.indexPart-programme .layui-tab-title h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-top: 58px;
}
.indexPart-programme .layui-tab-title li:hover,
.indexPart-programme .layui-tab-title .layui-this {
  color: #1553f5;
}
.indexPart-programme .layui-tab-title li:hover:after,
.indexPart-programme .layui-tab-title .layui-this:after {
  display: none;
}
.indexPart-programme .layui-tab-title .img {
  font-weight: bold;
  height: auto;
  margin: 30px 0;
  overflow: hidden;
}
.indexPart-programme .layui-tab-title .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.indexPart-programme .layui-tab-title .img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.indexPart-data {
  height: auto;
  padding: 30px 0;
  background-color: #1553f6;
}
.indexPart-data .wrapper {
  height: 100%;
}
.indexPart-data .data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
.indexPart-data .data-list .data-item {
  width: 25%;
  color: #fff;
  text-align: center;
}
.indexPart-data .data-list .data-item h4 {
  font-size: 36px;
  font-family: fo2;
}
.indexPart-data .data-list .data-item h4 strong {
  font-size: 46px;
  font-weight: normal;
}
.indexPart-data .data-list .data-item .line {
  height: 2px;
  width: 26px;
  background: #fff;
  margin: 9px auto 15px;
}
.indexPart-data .data-list .data-item p {
  font-size: 16px;
  color: #a2bcff;
}
.indexPart-case .indexTitle {
  text-align: center;
}
.indexPart-case .indexPart-case-btns {
  background-color: #f6f9fc;
  padding-top: 60px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.indexBtn {
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  background: #2860f3;
  border-radius: 20px;
  width: 190px;
  text-align: center;
  display: block;
  padding: 0;
}
.caseTab {
  padding-top: 70px;
}
.caseTab .wrapper {
  max-width: 1210px;
  position: relative;
}
.caseTab .wrapper .swiper-slide {
  padding: 0 5px;
}
.caseTab .caseTab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.caseTab .caseTab-nav li {
  padding: 0 30px;
  height: 50px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-right: 40px solid transparent;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 16px;
  line-height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.caseTab .caseTab-nav li span {
  line-height: 50px;
  display: block;
  position: absolute;
  background: #f0f2f8;
  font-size: 16px;
  color: #2b2b2b;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.caseTab .caseTab-nav li:last-child {
  border-right: none;
}
.caseTab .caseTab-nav li:hover,
.caseTab .caseTab-nav li.active {
  font-size: 24px;
  padding: 0 50px;
}
.caseTab .caseTab-nav li:hover span,
.caseTab .caseTab-nav li.active span {
  color: #fff;
  font-size: 24px;
  background: #2860f3;
  line-height: 70px;
  font-weight: bold;
}
.caseTab .caseTab-content {
  background: #f6f9fc;
  padding: 60px 0 0;
}
.caseTab .caseTab-item {
  display: none;
  position: relative;
}
.caseTab .caseTab-item.active {
  display: block;
}
.caseTab .caseTab-item .case-item {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border-radius: 4px;
  overflow: hidden;
}
.caseTab .caseTab-item .case-item:nth-child(3n) {
  margin-right: 0;
}
.caseTab .caseTab-item .case-item:hover {
  -webkit-box-shadow: 0 5px 12px rgba(21, 83, 245, 0.2);
  box-shadow: 0 5px 12px rgba(21, 83, 245, 0.2);
}
.caseTab .caseTab-item .case-item .case-content > div {
  padding: 20px 15px;
}
.caseTab .swiper-button-prev,
.caseTab .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  position: absolute;
  height: 46px;
  width: 46px;
  color: #1553f5;
  border: 2px solid #1553f5;
  border-radius: 50%;
  line-height: 42px;
  font-size: 24px;
  cursor: pointer;
}
.caseTab .swiper-button-prev i,
.caseTab .swiper-button-next i {
  font-size: 24px;
  font-weight: bold;
}
.caseTab .swiper-button-prev.swiper-button-disabled,
.caseTab .swiper-button-prev.swiper-button-disabled,
.caseTab .swiper-button-next.swiper-button-disabled,
.caseTab .swiper-button-next.swiper-button-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.5;
}
.caseTab .swiper-button-prev {
  left: 10%;
}
.caseTab .swiper-button-next {
  right: 10%;
}
.indexPartner {
  padding-bottom: 100px;
}
.indexPartner .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexPartner .wrapper .indexSolution-pagination {
  bottom: 0;
}
.indexPartner .wrapper .indexSolution-pagination .swiper-pagination-bullet {
  height: 2px;
  width: 12px;
  border-radius: 0;
  margin: 0 4px;
}
.solution-container {
  width: 100% !important;
}
.solution-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solution-container .swiper-slide .img {
  width: 40%;
  margin-right: 30px;
}
.solution-container .swiper-slide .img img {
  width: 100%;
}
.solution-container .swiper-slide .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.solution-container .swiper-slide .content h4 {
  font-size: 28px;
  margin-bottom: 22px;
}
.solution-container .swiper-slide .content p {
  line-height: 1.5;
  font-size: 14px;
  color: #424b54;
  text-align: justify;
  margin-bottom: 30px;
}
.solution-container .swiper-slide .solution-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.solution-container .swiper-slide .solution-adv > div {
  margin-right: 15px;
  text-align: center;
}
.solution-container .swiper-slide .solution-adv > div img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.solution-container .swiper-slide .solution-adv > div p {
  font-size: 12px;
}
.indexNews {
  padding: 0 0 40px;
}
.indexNews .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.indexNews .newsList .newsItem {
  width: 50%;
  border: none;
}
.indexNews .newsList .newsItem a {
  width: 100%;
  margin: 0 15px;
}
.indexNews .newsList .newsItem:first-child {
  padding-top: 30px;
}
.indexNews .newsList .newsItem .thumb {
  width: 170px;
  height: 96px;
  margin-right: 10px;
}
.indexNews .newsList .newsItem .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexNews .newsList .newsItem .content {
  width: calc(100% - 170px);
}
.indexNews .indexTitle {
  text-align: center;
}
.indexNews .indexBtn {
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  #topNav .top_wrap {
    padding-left: 15px;
  }
  .indexPart-brief .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indexPart-brief .left,
  .indexPart-brief .right {
    width: 100%;
  }
  .indexPart-brief .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .indexPart-brief .right .content {
    margin-bottom: 30px;
  }
  .indexPartner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indexPartner .left,
  .indexPartner .right {
    width: 100%;
  }
  .indexPartner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .indexPart-data .data-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .indexPart-data .data-list .data-item {
    width: 50%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .indexTitle {
    font-size: 24px;
    margin: 30px 0;
  }
  .indexPart-programme .layui-tab-content {
    padding: 0 10px;
  }
  .indexPart-programme .layui-tab-item .title {
    line-height: 1.5;
    padding-top: 20px;
    font-size: 16px;
  }
  .indexPart-programme .layui-tab-item .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .indexPart-programme .layui-tab-item .list span {
    margin: 0 5px;
  }
  .indexPart-programme .layui-tab-title h4 {
    font-size: 14px;
    margin-top: 30px;
  }
  .layui-tab-title li {
    padding: 0;
  }
  .caseTab {
    padding-top: 40px;
  }
  .caseTab .caseTab-nav li {
    border-right: 10px;
    font-size: 0;
  }
  .caseTab .caseTab-nav li:hover,
  .caseTab .caseTab-nav li.active {
    padding: 0 20px;
    font-size: 0;
  }
  .caseTab .caseTab-nav li:hover span,
  .caseTab .caseTab-nav li.active span {
    font-size: 12px;
  }
  .solution-container .swiper-slide .img {
    display: none;
  }
  .indexNews .newsList .newsItem {
    width: 100%;
    padding: 10px 0;
  }
  .indexNews .newsList .newsItem .thumb {
    width: 100%;
    height: auto;
  }
  .indexNews .newsList .newsItem .content {
    width: 100%;
  }
  .indexNews .newsList .newsItem a {
    margin: 0;
  }
  .caseTab .caseTab-item .case-item {
    width: 100%;
  }
}
.order {
  margin-top: 30px;
  background-color: #fff;
}
.order .orderWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.order .layui-form-select dl dd.layui-this {
  background-color: #1553f5;
}
.order .layui-form-radio:hover *,
.order .layui-form-radioed,
.order .layui-form-radioed > i {
  color: #1553f5;
}
.bv-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.cardBody {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 50px;
}
.cardTitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}
.cardTitle ~ .cardTitle {
  margin-top: 45px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 10px;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.package-info .package-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.package-info .package-img img {
  max-width: 100%;
  max-height: 100%;
}
.text-red {
  color: #f00;
}
.bv-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bv-form-item .layui-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bv-form-item .layui-input-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-left: 0;
  padding: 0 15px;
}
.bv-form-item .tips {
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}
.choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose .choose-item {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
  width: 150px;
  height: 45px;
  background: #fff;
  border: 1px solid #ced4da;
  line-height: 45px;
  margin-right: 20px;
}
.choose .choose-item .icon-xzjb {
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: #1553f5;
  line-height: 1;
  font-size: 30px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.choose .choose-item.active {
  border-color: #1553f5;
}
.choose .choose-item.active .icon-xzjb {
  opacity: 1;
  visibility: visible;
}
.need-invoice {
  margin-top: 30px;
}
.need-invoice .cardBody {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.voucher {
  margin-top: 45px;
}
.voucher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.voucher-list .voucher-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
  border: 1px solid #e5e8ec;
  padding: 10px;
  cursor: pointer;
}
.voucher-list .voucher-item .voucher-item-content {
  color: #383838;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 108px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(42, 126, 251, 0.1);
}
.voucher-list .voucher-item .voucher-item-content .voucher-price {
  color: #1553f5;
}
.voucher-list .voucher-item .voucher-item-content .voucher-price span {
  font-size: 20px;
}
.voucher-list .voucher-item .voucher-item-content .voucher-type {
  color: #999;
  font-size: 12px;
}
.voucher-list .voucher-item .icon-guanbi {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 18px;
  color: #959595;
  cursor: pointer;
}
.voucher-list .voucher-item .icon-xzjb {
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: #1553f5;
  line-height: 1;
  font-size: 30px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.voucher-list .voucher-item.active .icon-xzjb {
  opacity: 1;
  visibility: visible;
}
.voucher-list .voucher-item-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid #e5e8ec;
  padding: 10px;
  cursor: pointer;
}
.voucher-list .voucher-item-add .icon-tianjia {
  font-size: 20px;
  color: #1553f5;
}
.voucher-list .voucher-item-add .text {
  font-size: 14px;
  color: #1553f5;
}
.aggregate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.aggregate .commodity-price,
.aggregate .coupon-price,
.aggregate .invoices-price,
.aggregate .invoices-delivery,
.aggregate .balance,
.aggregate .goods-price,
.aggregate .payment-amount {
  display: inline-block;
}
.aggregate .commodity-price span,
.aggregate .coupon-price span,
.aggregate .invoices-price span,
.aggregate .invoices-delivery span,
.aggregate .balance span,
.aggregate .goods-price span,
.aggregate .payment-amount span {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  width: 160px;
}
.aggregate .payment-amount {
  display: inline-block;
}
.aggregate .payment-amount span {
  font-size: 25px;
  color: #f00;
}
.aggregate .submit-order {
  margin-top: 20px;
  margin-right: 134px;
}
#couponModal {
  padding: 30px;
  height: 466px;
}
.layui-layer-btn {
  height: 68px !important;
  background: #fff;
  border-top: 1px solid #dee2e6;
}
.layui-layer-btn .layui-layer-btn0 {
  color: #fff;
  background-color: #1553f5 !important;
  color: #fff !important;
}
.layui-layer-btn .layui-layer-btn1 {
  background-color: #6c757d !important;
}
.layui-layer-btn a {
  padding: 10px 20px !important;
  height: auto !important;
  line-height: 1 !important;
  background-color: #1553f5 !important;
  color: #fff !important;
  border: none !important;
}
.payDetail {
  position: relative;
  padding: 50px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 70px;
}
.order-info > div {
  margin-bottom: 13px;
}
.order-info > div span {
  font-size: 16px;
  font-weight: bold;
}
.custom-form-item .custom-input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-form-item .custom-input-block > label {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.custom-form-item .custom-input-block > label input {
  margin-right: 10px;
}
.offline-payment {
  margin-left: 8%;
}
.offline-payment .offline-item {
  width: 48%;
  height: 100%;
}
.offline-payment .offline-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: bold;
}
.offline-payment .offline-item .title h2 {
  font-size: 14px;
  font-weight: bold;
}
.offline-payment .offline-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #dee2e6;
}
.offline-payment .offline-item .content .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 210px;
}
.offline-payment .offline-item .content .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.offline-payment .offline-item .content .text {
  padding: 10px;
  border-left: 1px solid #dee2e6;
}
.offline-payment .offline-item .content .img-box-1 {
  width: 150px;
}
.offline-payment .line-payment-btn {
  width: 211px;
  margin: 20px auto 0;
}
.line-payment-btn {
  width: 82px;
  margin-left: 190px;
}
.uploadModal-wrap {
  padding: 30px;
  height: 100%;
}
.uploadModal-wrap .layui-form-item {
  width: 100%;
}
.uploadModal-wrap .layui-form-item .layui-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.uploadModal-wrap .layui-form-item .layui-input-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.upload-img-block {
  padding: 10px;
  width: 250px;
  height: 100px;
  border: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-img-block .upload-img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.upload-img-block .upload-img-box .ns-upload-default {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60px;
}
.upload-img-block .upload-img-box .ns-upload-default p {
  color: #5a5a5a;
  line-height: 20px;
  white-space: nowrap;
}
.upload-img-block .upload-img-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
}
.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.memberLeft {
  width: 200px;
  background-color: #fff;
}
.memberRight {
  width: calc(100% - 216px);
  background-color: #fff;
}
.sideMenu {
  width: 100%;
}
.sideMenu li {
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sideMenu li a {
  display: block;
  height: 54px;
  line-height: 54px;
  padding-left: 35px;
  color: #383838;
}
.sideMenu li.active,
.sideMenu li.active:hover {
  background-color: #1553f5;
}
.sideMenu li.active a,
.sideMenu li.active:hover a {
  color: #fff;
  background-color: #1553f5;
}
.sideMenu li:hover {
  background-color: #f1f1f1;
}
.memberRight-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 30px;
}
.memberRight-nav .promote-link {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1553f5;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li a {
  color: #6c757d;
}
.breadcrumb li + li {
  padding-left: 6px;
}
.breadcrumb li + li:before {
  display: inline-block;
  padding-right: 6px;
  color: #6c757d;
  content: "/";
}
.breadcrumb li.active a {
  color: #1553f5;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.memberRight-content {
  padding: 30px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0 45px;
}
.user .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 430px;
  margin-left: 50px;
}
.user .user-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 12px;
}
.user .user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.user .user-detail .user-nickname {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.user .user-detail .user-nickname .user-phone {
  font-size: 14px;
  font-weight: normal;
}
.user .user-detail .user-login-time {
  color: #6b6b6b;
}
.user-own {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 40px 0;
}
.user-own .user-own-item {
  display: inline-block;
  text-align: center;
}
.user-own .user-own-item h4 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.member-info-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member-info-item .member-info-title {
  display: inline-block;
  width: 300px;
  text-align: right;
  margin-right: 15px;
  color: #6b6b6b;
}
.member-info-item .member-info-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.member-info-item .member-info-img .upload-img-block {
  padding: 10px;
  width: 250px;
  height: 100px;
  border: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.member-info-item .member-info-img .upload-img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.member-info-item .member-info-img .upload-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}
.member-info-item .member-info-content span,
.member-info-item .member-info-content a {
  display: inline-block;
}
.member-info-item .member-info-content span {
  margin-right: 10px;
}
.member-info-item .member-info-content .text-btn {
  color: #1553f5;
}
.modal-wrap {
  padding: 30px;
  height: 100%;
}
.modal-wrap .modal-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-wrap .modal-form-item .layui-input-block {
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.modal-wrap .js-send-code {
  width: 150px;
  height: 38px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-wrap .js-send-code.js-send-code-disabled {
  background-color: #d6d6d6;
  pointer-events: none;
  border: none;
}
.custom-table-head {
  background-color: #f6f6f6;
  text-align: center;
}
.custom-table-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.custom-table-ul .custom-table-li {
  padding: 10px;
  text-align: center;
}
.custom-table-tr {
  width: 100%;
  border: 1px solid #eaf8ff;
  margin-bottom: 15px;
}
.custom-table-body {
  padding-top: 15px;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 25%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 10%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 10%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 10%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 14%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(6) {
  width: 16%;
}
.oreder-list .custom-table-ul .custom-table-li:nth-child(7) {
  width: 15%;
}
.oreder-list .oreder-list-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #eaf8ff;
  color: #999999;
}
.oreder-list .product-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.oreder-list .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.oreder-list .product-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 50px);
  text-align: left;
}
.oreder-list .product-name a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-content .layui-table {
  margin: 20px 0;
}
.card-content .layui-table thead th {
  font-weight: bold;
  color: #333;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(1) {
  width: 10%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(2) {
  width: 13%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(3) {
  width: 12%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(4) {
  width: 15%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(5) {
  width: 15%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(6) {
  width: 12%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(7) {
  width: 10%;
}
.invoice-lists .custom-table-ul .custom-table-li:nth-child(8) {
  width: 15%;
}
.invoice {
  margin-bottom: 20px;
}
.invoice .invoice-title {
  height: 45px;
  display: block;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.invoice .invoice-situation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.invoice .invoice-situation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.invoice .invoice-situation .content .money {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  margin-top: 10px;
  max-width: 250px;
}
.invoice-edit-upload .uploadModal-wrap {
  padding: 0;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 5%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 30%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 10%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 10%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 10%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(6) {
  width: 14%;
}
.invoice-order-list .custom-table-ul .custom-table-li:nth-child(7) {
  width: 21%;
}
.coupon-tips {
  padding-left: 30px;
}
.coupon-tips li {
  line-height: 25px;
  list-style: initial;
  color: #ff6e0d;
}
.coupon-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 20%;
}
.coupon-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 15%;
}
.coupon-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 15%;
}
.coupon-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 15%;
}
.coupon-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 35%;
}
.coupon-list-tab {
  height: auto;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.coupon-list-tab li {
  line-height: 56px;
  padding: 10px 18px;
}
.coupon-list-tab li:after {
  height: 56px !important;
  line-height: 56px;
  top: auto !important;
  bottom: 10px !important;
}
.coupon-list-tab .layui-this {
  color: #1553f5 !important;
}
.coupon-list-tab .layui-this:after {
  border-bottom: 2px solid #1553f5 !important;
}
.project-list .custom-table-ul .custom-table-li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.project-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 20%;
}
.project-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 20%;
}
.project-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 10%;
}
.project-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 10%;
}
.project-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 14%;
}
.promote-tip {
  line-height: 28px;
  padding: 15px;
  background-color: rgba(0, 123, 255, 0.1);
  color: #1553f5;
}
.share-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-top: 25px;
}
.share-info .share-info-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.share-info .share-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 150px;
}
.share-info .share-user .share-user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-info .share-user .share-user-img {
  width: 64px;
  height: 64px;
  background-color: #f8f8f8;
  border-radius: 50%;
  margin-right: 20px;
}
.share-info .share-user .share-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-info .apply-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
}
.share-info .apply-condition .apply-tip {
  margin-bottom: 6px;
}
.share-info .apply-condition .apply-tip .condition-item {
  font-size: 12px;
  margin-bottom: 5px;
}
.share-info .apply-condition .apply-tip .condition-right {
  float: right;
  margin-right: 10px;
  margin-left: 60px;
}
.share-info .apply-condition .apply-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  text-align: center;
  padding: 10px 15px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 20px;
  line-height: 14px;
  height: 34px;
  color: #fff !important;
  cursor: pointer;
}
.custom-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-tab .custom-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 20px;
  line-height: 50px;
  position: relative;
}
.custom-tab .custom-tab-item.active {
  color: #6c757d;
}
.custom-tab .custom-tab-item.active::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #007bff;
  width: calc(100% - 0.5rem);
  left: 6px;
  bottom: 0;
}
.share-links {
  border: 1px solid #ececfb;
  margin-top: 25px;
  padding: 0 15px;
}
.share-links .share-title {
  line-height: 55px;
  background: transparent;
  border: none;
}
.share-links .share-link-content {
  padding: 5px 0 24px;
  width: 500px;
}
.share-links .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #007bff;
  line-height: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 622px;
}
.share-links .share-link .share-link-text {
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  color: #ff8e1f;
  line-height: 32px;
}
.share-links .share-link .share-link-copy {
  background: #1553f5;
  color: #fff;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
}
.share-links .share-links-tip {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 32px;
  margin-top: 0px;
}
.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececfb;
  margin-top: 25px;
}
.client-title {
  line-height: 40px;
  background: #f8f8f8;
  border-bottom: 1px solid #ececfb;
  padding: 0 15px;
}
.client-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-content .client-content-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
}
.client-content .client-content-item-btns {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.client-content .client-content-tit {
  margin-bottom: 15px;
}
.client-content .client-content-cont .count {
  font-size: 26px;
}
.client-content .client-content-item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.client-content .client-content-item-btns .promote-btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #007bff;
  color: #007bff;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
}
.client-content .client-content-item-btns .promote-btn.active {
  background-color: #007bff;
  color: #fff;
}
.rebate-order {
  padding: 15px;
}
.rebate-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececfb;
  width: 200px;
  border-radius: 3px;
  overflow: hidden;
}
.rebate-tab .rebate-tab-item {
  cursor: pointer;
  width: 100px;
  text-align: center;
  line-height: 32px;
}
.rebate-tab .rebate-tab-item.active {
  background-color: #007bff;
  color: #fff;
}
.rebate-table {
  margin: 20px 0;
  border: 1px solid #ececfb;
  width: calc(100% - 30px);
}
.rebate-table .rebate-table-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rebate-table .rebate-table-tr .rebate-table-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40px;
  border-bottom: 1px solid #ececfb;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.rebate-table .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.search .keyword {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ececec;
  padding: 0 15px;
  outline: none;
  border-left: 0;
}
.search .search_btn {
  width: 100px;
  background-color: #007bff;
  border: 1px solid #ececec;
  border-left: 0;
  color: #fff;
}
.search-choose {
  position: relative;
  width: 120px;
  text-align: center;
  background-color: #f6f7f7;
  border: 1px solid #ececec;
  cursor: pointer;
}
.search-choose .title {
  position: relative;
}
.search-choose .title .icon-arrowdown {
  font-size: 14px;
  position: absolute;
  right: 10px;
  color: #999;
}
.search-choose:hover .search-choose-list {
  display: block;
}
.search-choose-list {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top: 0;
  -webkit-box-shadow: 0 0 18px 0px #dadada;
  box-shadow: 0 0 18px 0px #dadada;
  display: none;
}
.search-choose-list .search-choose-item > span {
  display: block;
  padding: 0 30px;
  text-align: left;
}
.search-choose-list .search-choose-item > span:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
.search-choose-list .search-choose-sublist li:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
.promote-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.promote-product-item .pro-img {
  width: 180px;
  height: 140px;
  margin-right: 20px;
}
.promote-product-item .pro-url {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.promote-product-item .pro-url .pro-name {
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.promote-product-item .pro-url .text {
  margin-bottom: 15px;
  color: #333;
}
.promote-product-item .pro-url .text .pro-desc {
  font-size: 12px;
  color: #838383;
}
.promote-product-item .pro-price {
  width: 150px;
}
.promote-product-item .pro-price .old-price {
  color: #9d9d9d;
  width: 150px;
  margin: 15px auto 0;
}
.promote-product-item .pro-price .new-price {
  color: #9d9d9d;
  width: 150px;
  margin: 15px auto 0;
}
.promote-product-item .pro-price .new-price span {
  font-size: 16px;
  color: #ff6e0d;
}
.promote-product-item .pro-price .link {
  display: block;
  cursor: pointer;
  margin-top: 15px;
  height: 32px;
  background-color: #007bff;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.promote-team-list .custom-table-ul .custom-table-li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.promote-team-list .custom-table-ul .custom-table-li:nth-child(2) {
  text-align: center;
}
.recommend-info .recommend-info-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 20%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 20%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 10%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 10%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 14%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(6) {
  width: 10%;
}
.promote-withdraw-list .custom-table-ul .custom-table-li:nth-child(7) {
  width: 14%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 20%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 15%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 20%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 20%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 14%;
}
.recharge-list .custom-table-ul .custom-table-li:nth-child(6) {
  width: 16%;
}
.recharge-info .recharge-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.recharge-info .recharge-info-item .recharge-info-name {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  text-align: right;
}
.recharge-info .recharge-info-item .recharge-info-count {
  display: inline-block;
  color: #ffa500;
}
.recharge-info .recharge-info-item .recharge-info-block {
  width: 20%;
  margin-left: 4px;
  margin-right: 6px;
}
.recharge-info .recharge-info-item .recharge-info-block input {
  width: 100%;
  display: inline-block;
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.custom-select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.custom-select option {
  display: block;
  line-height: 1.5;
  height: 35px;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(1) {
  width: 15%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(2) {
  width: 10%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(3) {
  width: 12%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(4) {
  width: 10%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(5) {
  width: 14%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(6) {
  width: 16%;
}
.withdraw-list .custom-table-ul .custom-table-li:nth-child(7) {
  width: 15%;
}
.accout-list .custom-table-ul .custom-table-li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.account-form {
  width: 400px;
  margin: 0 auto;
  padding-top: 60px;
}
.account-form form .layui-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account-form form .layui-form-label {
  display: inline-block;
  width: 60px;
  padding: 9px 0;
  text-align: justify;
}
.account-form form .layui-form-label:after {
  width: 100%;
  display: inline-block;
  content: "";
}
.account-form form .layui-input-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.account-form form .account-bank,
.account-form form .account-alipay {
  display: none;
}
.account-form form .account-submit-btn {
  width: 100px;
  height: 40px;
  margin: 40px auto 0;
}
.task-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  padding: 35px 0;
  border-radius: initial;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #f1f1f1;
}
.task-item .task-item-content h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.task-item .task-item-content p {
  line-height: 24px;
}
.task-item .task-item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.task-item .task-item-count p {
  color: #a3a3a3;
}
.task-item .task-item-count .go-complete img {
  display: block;
  width: 90px;
}
.modal-wx {
  padding: 30px;
}
.modal-wx h5 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.modal-wx img {
  width: 300px;
  height: 300px;
}
.pay-result {
  background-color: #fff;
  padding: 30px;
}
.pay-result > div {
  width: 200px;
  margin: 0 auto;
}
.pay-result h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pay-result .pay-result-item {
  margin-bottom: 10px;
}
.pay-result .pay-result-item span {
  color: #f00;
}
.pay-result .pay-result-item .btn {
  margin-top: 30px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 44px;
  background-color: #1553f5;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-nav.active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-nav .mobile-nav-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  font-size: 32px;
}
.mobile-nav .mobile-nav-close:before {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu {
  height: 100%;
}
.mobile-menu .mobile-nav-item {
  width: 100%;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #316afa;
}
.mobile-menu .mobile-nav-item > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
}
.mobile-menu .mobile-nav-item > a .icon-tianjia {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.mobile-menu .mobile-nav-item .mobile-submenu {
  padding-left: 20px;
  display: none;
}
.mobile-menu .mobile-nav-item .mobile-submenu a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.mobile-menu .mobile-nav-item.active .mobile-submenu {
  display: block;
}
