@charset "utf-8";
@import url('global.css');
@import url('index.css');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
li {
  list-style: none;
}
.smask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.mrr-wrap {
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.serverBox {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 1180px;
}
.serverBox img {
  display: block;
}
.serverBox .mb-4 {
  font-size: 40px;
  color: #000;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}
.serverBox .mb-4::after {
  content: "";
  display: block;
  height: 4px;
  width: 166px;
  background: #fdcb00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.sTop {
  position: relative;
  margin: 0 auto;
  background: #f4c624;
  display: flex;
  justify-content: center;
}
.sTop .sBanner {
  width: 100%;
  min-width: 1180px;
  max-width: 1920px;
}
.sTop .serverBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sTop .topText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sTop .topText h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
}
.sTop .topText .topDescribe {
  position: relative;
  padding-top: 40px;
  width: 350px;
}
.sTop .topText .topDescribe .describeL {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.sTop .topText .topDescribe .describeR {
  position: absolute;
  top: 0;
  right: 0;
}
.sTop .topText .topDescribe .describeR img {
  width: 180px;
}
.sTop .topText .topButton {
  margin-top: 10px;
}
.sTop .topText .topButton a {
  float: left;
  font-weight: bold;
  background: #2f2f2f;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  margin-right: 10px;
}
.sList {
  background: #fff;
}
.sList .list-4 {
  margin: 0 -10px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.sList .list-4 .listChild {
  width: calc(25% - 20px);
  margin: 0 10px;
  background: url(/service/images/listBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 20px;
  color: #040000;
}
.sList .list-4 .listChild .listImg {
  width: 100%;
}
.sList .list-4 .listChild .listImg img {
  width: 120px;
  margin: 0 auto;
}
.sList .list-4 .listChild .popup {
  position: relative;
  cursor: pointer;
}
.sList .list-4 .listChild .popup::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 45px;
  margin: 0 auto;
  background: url(/service/images/icon-arrow-b.png) no-repeat center;
  background-size: 100% auto;
}
.sList .list-4 .listChild .popups {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fdcb00;
  font-size: 22px;
  padding: 100px;
  z-index: 10001;
  display: none;
  text-align: left;
}
.sList .list-4 .listChild .popups span {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}
.sList .list-4 .listChild .popups img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  cursor: pointer;
}
.sList .list-4 .listChild h3 {
  font-size: 26px;
  color: #333333;
  margin: 10px;
  font-weight: bold;
}
.sList .list-4 .listChild p {
  line-height: 1.6;
}
.sList .list-4 .listChild ul {
  padding: 0 25px;
  text-align: left;
}
.sList .list-4 .listChild ul li {
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
  line-height: 1.6;
}
.sList .list-4 .listChild ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  top: 8px;
  left: 3px;
  background: url(/service/images/icon-arrow.png) no-repeat;
}
.sList .list-4 .listChild ul li a {
  font-size: 16px;
  color: #040000;
  display: block;
}
.sList .list-4 .listChild ul .detailed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
.sList .list-4 .listChild ul .detailed .slither {
  position: relative;
  top: 50%;
  width: 700px;
  height: 500px;
  transform: translateY(-50%);
  margin: 0 auto;
  background: #fdcb00;
  padding: 80px 10px;
}
.sList .list-4 .listChild ul .detailed .sliContent {
  position: relative;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  overflow-y: auto;
}
.sList .list-4 .listChild ul .detailed .sliContent::-webkit-scrollbar {
  width: 10px;
}
.sList .list-4 .listChild ul .detailed .sliContent::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #bcbcbc;
}
.sList .list-4 .listChild ul .detailed .sliContent::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 20px;
}
.sList .list-4 .listChild ul .detailed .sliContent p {
  word-break: break-all;
}
.sList .list-4 .listChild ul .detailed .sliContent img {
  display: block;
  width: 100%;
}
.sList .list-4 .listChild ul .detailed .sliContent .rent {
  width: 40%;
  margin-left: 10px;
  float: right;
}
.sList .list-4 .listChild ul .detailed .sliContent .rent.largest {
  width: 60%;
}
.sList .list-4 .listChild ul .detailed h3 {
  font-size: 20px;
  text-align: center;
}
.sList .list-4 .listChild ul .detailed p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.sList .list-4 .listChild ul .detailed p span {
  font-size: 18px;
  font-weight: 600;
}
.sList .list-4 .listChild ul .detailed p a {
  display: inline-block;
  text-decoration: underline;
}
.sList .list-4 .listChild ul .detailed .pClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  cursor: pointer;
}
.sList .list-4 .listChild ul .detailed .goFinancial {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
.sRespond {
  position: relative;
  color: #fff;
}
.sRespond .yColor {
  color: #fdcb00;
}
.sRespond .resImg {
  width: 100%;
  min-width: 1180px;
}
.sRespond .serverBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sRespond .resText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sRespond .resText h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
.sRespond .resText .resDescribe {
  padding-left: 140px;
  margin-bottom: 30px;
  background: url(/service/images/icon-hours.png) no-repeat left center;
}
.sRespond .resText .resDescribe p {
  font-size: 18px;
}
.sRespond .resText .resDescribe .gColor {
  color: #c2c2c2;
  font-size: 14px;
}
.sRespond .resText .resDescribe h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.sRespond .resText p {
  max-width: 750px;
  line-height: 1.6;
  font-size: 16px;
}
.sRespond .resText .resButton {
  margin-top: 20px;
}
.sRespond .resText .resButton a {
  font-size: 16px;
  padding: 10px 45px 10px 30px;
  display: inline-block;
  border: 1px solid #fdcb00;
  background: url(/service/images/icon-down.png) no-repeat;
  background-position: 85% center;
  background-size: 13px 9px;
}
.sRespond .resText .link {
  color: #fdcb00;
  text-decoration: underline;
  font-weight: bold;
}
.sRespond .resText .link img {
  display: inline-block;
}
.sSever {
  padding: 50px 0 40px;
  background: url(/service/images/service-bg.png) no-repeat bottom;
  background-size: 100% auto;
}
.sSever .serverList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 20px;
}
.sSever .serverList a {
  color: #000;
  font-size: 18px;
}
.sSever .serverList li {
  width: calc(25% - 20px);
  margin: 0 10px;
  background: #fdcb00;
}
.sSever .serverList li img {
  width: 100%;
}
.sSever .serverList li a {
  display: block;
  padding: 20px 15px;
  font-weight: bold;
}
.sSever .serverList .serverMore {
  width: 100%;
  margin-right: 10px;
  margin-top: 20px;
  text-align: center;
}
.sSever .serverList .serverMore .btnBlack {
  padding: 10px 35px 10px 21px;
  font-size: 14px;
  color: #fff;
  background: #000;
  position: relative;
  margin-top: 20px;
  transition: all 0.5s;
  display: inline-block;
}
.sSever .serverList .serverMore .btnBlack::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 4.81px;
  background: url(/img/index/more-arrow-white.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.sSever .serverList .serverMore .btnBlack.nomargin {
  margin: 0;
}
.sSever .support_story {
  padding: 30px 0;
  position: relative;
}
.sSever .support_story .masterList {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  font-weight: 600;
  font-size: 16px;
}
.sSever .support_story .masterList a {
  font-size: 14px;
  margin-right: 0.07rem;
  display: inline-block;
  padding: 8px 25px 8px 10px;
  background: #000;
  color: #f4c624;
  position: relative;
  margin-top: 5px;
  line-height: 14px;
}
.sSever .support_story .masterList a:first-of-type {
  padding-top: 3px;
}
.sSever .support_story .masterList a::after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(/service/images/actlist_icon_right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.sSever .masterEwm {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.sSever .masterEwm .masterBox {
  width: 400px;
  position: relative;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
.sSever .masterEwm .masterBox img {
  width: auto;
  margin: 0 auto;
}
.sSever .masterEwm p {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
  color: #000;
}
.sSever .masterEwm p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(/img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.sSever .masterEwm .masterClose {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sSever .masterEwm .masterClose img {
  width: 100%;
}
.sSever .serverVideo {
  padding: 80px 60px 0px;
}
.sSever .serverVideo .playV {
  cursor: pointer;
}
.sSever .serverVideo .vTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.sValue {
  padding: 50px 0 40px;
  background: url(/service/images/serverBg.jpg) no-repeat bottom;
  background-size: 100% auto;
}
.sValue .serverList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 20px;
}
.sValue .serverList a {
  color: #000;
  font-size: 18px;
}
.sValue .serverList li {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  background: #fdcb00;
}
.sValue .serverList li img {
  width: 100%;
}
.sValue .serverList li a {
  display: block;
  padding: 20px 15px;
  font-weight: bold;
}
.sValue .serverList .serverMore {
  width: 100%;
  margin-right: 10px;
  margin-top: 20px;
  text-align: center;
}
.sValue .serverList .serverMore .btnBlack {
  padding: 10px 35px 10px 21px;
  font-size: 14px;
  color: #fff;
  background: #000;
  position: relative;
  margin-top: 20px;
  transition: all 0.5s;
  display: inline-block;
}
.sValue .serverList .serverMore .btnBlack::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 4.81px;
  background: url(/img/index/more-arrow-white.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.sValue .serverList .serverMore .btnBlack.nomargin {
  margin: 0;
}
.sValue .support_story {
  padding: 30px 0;
  position: relative;
}
.sValue .support_story .masterList {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  font-weight: 600;
  font-size: 16px;
}
.sValue .support_story .masterList a {
  font-size: 14px;
  margin-right: 0.07rem;
  display: inline-block;
  padding: 8px 25px 8px 10px;
  background: #000;
  color: #f4c624;
  position: relative;
  margin-top: 5px;
  line-height: 14px;
}
.sValue .support_story .masterList a:first-of-type {
  padding-top: 3px;
}
.sValue .support_story .masterList a::after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(/service/images/actlist_icon_right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.sValue .masterEwmValue {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.sValue .masterEwmValue .masterBox {
  width: 400px;
  position: relative;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
.sValue .masterEwmValue .masterBox img {
  width: auto;
  margin: 0 auto;
}
.sValue .masterEwmValue p {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
  color: #000;
}
.sValue .masterEwmValue p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(/img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.sValue .masterEwmValue .masterClose {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sValue .masterEwmValue .masterClose img {
  width: 100%;
}
.sValue .serverVideo {
  padding: 80px 60px 0px;
}
.sValue .serverVideo .playV {
  cursor: pointer;
}
.sValue .serverVideo .vTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.sVideo {
  padding: 50px 0;
}
.sVideo .serverList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
.sVideo .serverList a {
  color: #000;
  font-size: 18px;
}
.sVideo .serverList li {
  width: calc(100% - 20px);
  margin: 0 10px;
  background: #fdcb00;
}
.sVideo .serverList li img {
  width: 100%;
}
.sVideo .serverList li a {
  display: block;
}
.sVideo .serverList li a span {
  font-weight: bold;
  display: block;
  padding: 25px 20px;
  background: #fdcb00;
}
.sVideo .serverList li .video-container {
  position: relative;
  padding: 20px 0;
  background-color: #000;
}
.sVideo .serverList li .video-container video {
  width: 100%;
  outline: none;
  object-fit: fill;
}
.sVideo .serverList li .video-container .paly-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  cursor: pointer;
}
.sVideo .serverList li p {
  padding: 25px 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.sAgent {
  padding: 50px 0;
  background: #f1f1f1;
}
.sAgent .agentDescribe {
  padding: 30px 0;
}
.sAgent .agentDescribe p {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 18px;
}
.sAgent .agentList {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  color: #040000;
}
.sAgent .agentList h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.sAgent .agentList h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.sAgent .agentList li {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 20px;
  background: #fff;
  border-top: 3px solid #fdcb00;
  color: #292929;
  padding-bottom: 32px;
  position: relative;
}
.sAgent .agentList li p {
  line-height: 1.6;
  font-size: 16px;
}
.sAgent .agentList li a {
  color: #292929;
}
.sAgent .agentList li .angentImg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  min-height: 160px;
}
.sAgent .agentList li .angentImg > div {
  width: 50%;
  text-align: center;
}
.sAgent .agentList li .angentImg > div p {
  margin-bottom: 10px;
  color: #fdcb00;
  font-weight: bold;
}
.sAgent .agentList li .angentImg > div img {
  margin: 0 auto;
  width: 100px;
}
.sAgent .agentList .mt-2 {
  border-top: 1px solid #bcbcbc;
  padding-top: 10px;
}
.sFlow .text-flow {
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}
.sFlow .text-flow marquee {
  color: #2679b8;
  font-size: 16px;
}
.suspension {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9;
}
.suspension .register {
  display: block;
}
.suspension .register img {
  width: 180px;
}
