<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
  display: none !important;
}
html.noscroll, html.noscroll body {
  overflow: hidden !important;
  height: 100% !important;
}
html.noscroll-long {
  overflow-y: scroll !important;
}
.curtain {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.wrp {
  width: 100%;
}
a:hover {
  text-decoration: none !important;
}
label {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.container {
  min-width: 1200px;
  margin: 0 auto;
  width: auto !important;
}
input[type=radio] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.get-code.disabled {
  color: #888 !important;
}
/*g-header*/
.g-header {
  background: #00303C;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  height: 64px;
  position: relative;
  z-index: 9999;
}
.g-header .container {
  max-width: 1200px;
  position: relative;
}
.g-header .container .logo-img {
  width: 168px;
  vertical-align: middle;
  margin-top: 23px;
  float: left;
}
.g-header .container .header-nav {
  float: left;
  margin-left: 166px;
  height: 64px;
}
.g-header .container .header-nav li:hover span {
  width: 100%;
}
.g-header .container .header-nav li {
  position: relative;
  line-height: 64px;
  /*display: inline-block;*/
  width: 110px;
  float:left;
  font-family:聽arial,"PingFang SC", 'Microsoft YaHei', Arial, sans-serif, STXihei,SimSun, Heiti, sans-serif !important;
}
.g-header .container .header-nav li span {
  width: 0;
  height: 4px;
  position: absolute;
  background-color: #19d3c5;
  box-sizing: border-box;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  left: 0;
  display: block;
}
.g-header .container .header-nav li a:hover {
  color: #19d3c5;
}
.g-header .container .header-nav li a {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.g-header .container .header-nav li a .glyphicondown {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../images/jiantou2.png) no-repeat;
  background-size: contain;
}
.g-header .container .header-nav li:last-child {
  margin-right: 0;
}
.g-header .container .header-nav .pullDown {
  display: none;
  position: absolute;
  top: 102%;
  left: 0%;
  display: inline-block;
}
.g-header .container .header-nav .pullDown .active {
  background: #19D4C4;
  color: #fff;
}
.g-header .container .header-nav .pullDown li {
  cursor: pointer;
  width: 136px;
  display: block;
  padding: 0px 32px;
  line-height: 44px;
  background-color: #fff;
  font-size: 12px;
  color: #666666;
}
.g-header .container .header-nav .header-nav-cur {
  border-bottom: 2px solid #19D4C4;
  color: #19D4C4;
}
.g-header .container .header-nav .header-nav-cur a {
  font-size: 14px;
  line-height: 22px;
  color: #19D4C4 !important;
}
.g-header .container .user-handle {
  position: absolute;
  right: 0%;
  height: 64px;
}
.g-header .container .user-handle #searchview-close {
  display: none;
  position: absolute;
  z-index: 3;
  width: 38px;
  height: 100%;
  top: 0;
  opacity: 1;
  color: #fff;
  cursor: pointer;
  left: 0%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
}
.g-header .container .user-handle #searchview-close .close-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 21px;
}
.g-header .container .user-handle #searchview-close .close-wrapper .close-left, .g-header .container .user-handle #searchview-close .close-wrapper .close-right {
  height: 18px;
  width: 1px;
  background: #fff;
  position: absolute;
  display: block;
  z-index: 1;
}
.g-header .container .user-handle #searchview-close .close-wrapper .close-left {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 12px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.g-header .container .user-handle #searchview-close .close-wrapper .close-right {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.g-header .container .user-handle #searchview-close:hover .close-left, .g-header .container .user-handle #searchview-close:hover .close-right {
  background: #d9d9d9;
}
.g-header .container .user-handle .header-search {
  height: 100%;
  position: relative;
  user-select: none;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  width: 58px;
  text-align: right;
  cursor: pointer;
  float: left;
  margin-right: 8px;
  line-height: 22px;
  padding-top: 21px;
}
.g-header .container .user-handle .header-search:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../other/searchicon.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.g-header .container .user-handle .login {
  display: block;
  padding-left: 16px;
  height: 64px;
  float: left;
  position: relative;
  width: 160px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 14px;
}
.g-header .container .user-handle .login a {
  color: #fff;
  text-align: right;
  float: right;
}
.g-header .container .user-handle .header-userinfo {
  display: block;
  height: 64px;
  float: left;
  position: relative;
  width: 72px;
}
.g-header .container .user-handle .header-userinfo img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-top: 21px;
}
.g-header .container .user-handle .header-userinfo .header-username {
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
  float: left;
  cursor: pointer;
  line-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 90px;
}
.g-header .container .user-handle .header-userinfo:hover {
  /*background: rgba(6, 120, 128, 0.3);*/
}
.g-header .container .user-handle .header-userinfo:hover .slideList {
  display: block;
}
.g-header .container .user-handle .header-userinfo .slideList {
  position: absolute;
  width: 154px;
  height: 160px;
  top: 64px;
  right: 4px;
  z-index: 10000;
  display: none;
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr {
  width: 154px;
  height: 160px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: -40px;
  z-index: 999;
  box-shadow: 0 2px 12px 0 rgba(25, 212, 196, 0.2);
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr .triangle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  width: 0px;
  height: 0px;
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr .box {
  margin-top: 5px;
  width: 154px;
  height: 155px;
  background-color: #fff;
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr .box .vipcnQRImg {
  background: url(../images/vipcnqr.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 94px;
  height: 94px;
  border: 1px solid #006069;
  margin: 5px 30px;
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr .box .div {
  position: absolute;
  top: 75%;
  text-align: center;
  width: 100%;
}
.g-header .container .user-handle .header-userinfo .slideList .hoverShowQr .box .div p {
  line-height: 17px;
  font-size: 12px;
  color: #888888;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent {
  margin-top: 7px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-radius: 5px;
  overflow: hidden;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent .centerItem {
  cursor: pointer;
  height: 196px;
  line-height: 64px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.g-header .container .user-handle .header-userinfo .slideList .listContent .centerItem img {
  border-radius: 0% !important;
  margin-top: 0px !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent .centerItem a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #212121;
  text-indent: 16px;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent .centerItem:last-child {
  border-bottom: none;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent .centerItem:hover {
  background-color: #f0f7ff;
}
.g-header .container .user-handle .header-userinfo .slideList .listContent:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 60px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #fff;
}
.g-header .container .user-handle .informBox {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-top: 21px;
}
.g-header .container .user-handle .informBox .inform {
  font-size: 14px;
  color: #FFFFFF;
  border-left: 1px solid #fff;
  padding-left: 16px;
  padding-right: 22px;
  cursor: pointer;
  float: left;
}
.g-header .container .user-handle .informBox .QR-code {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #4dbdc3;
  float: left;
  background: url("../images/qrcode.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.g-header .container .user-handle .informBox .QR-code .code-box {
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  width: 114px;
  height: 114px;
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
}
.g-header .container .user-handle .informBox .QR-code .code-box img {
  position: absolute;
  width: 104px;
  height: 104px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-header .container .user-handle .informBox .QR-code:hover .code-box {
  display: block;
}
.g-header .container .headerSearchForm {
  display: none;
  position: relative;
}
.g-header .container .headerSearchForm .searchview-content {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100vh;
  z-index: 3;
  overflow: hidden;
}
.g-header .container .headerSearchForm .searchview-content #searchForm {
  height: 64px;
  line-height: 58px;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper #searchinput {
  color: #fff;
  outline: none;
  width: 100%;
  font-size: 14px;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper #searchinput::-webkit-input-placeholder {
  color: #ddd;
  font-size: 14px;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper #header-search-submit {
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 40px;
  height: 64px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../other/searchicon.svg);
  background-size: 14px 14px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: none;
  background-color: transparent;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper #header-search-submit[disabled] {
  opacity: 1;
  cursor: default;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .searchform-wrapper #header-search-reset {
  right: 0;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  cursor: pointer;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .search-box {
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 0 12px 0 rgba(0, 0, 0, 0.08);
  margin-top: 6px;
  padding-top: 24px;
  padding-bottom: 8px;
  display: none;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .search-box li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 20px;
  padding-bottom: 16px;
  cursor: pointer;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .search-box li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #5AD3CB;
}
.g-header .container .headerSearchForm .searchview-content #searchForm .search-box.on {
  display: block;
}
.step {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
}
.step .flow-ul {
  position: absolute;
  left: 4.6%;
  top: 16px;
}
.step .flow-ul a {
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  float: left;
  cursor: pointer;
}
.step .flow-ul a:after {
  content: "/";
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
}
.step .flow-ul a:last-child:after {
  content: "" !important;
}
.banner-img img {
  width: 100%;
  display: block;
}
/*g-footer*/
.containerA {
  width: 1200px;
  margin: 0 auto;
}
.whole {
  width: 100%;
  background: #333333;
  min-height: 340px;
}
.whole .g-footer1 .container1 {
  min-height: 340px;
}
.whole .g-footer1 .container1 .line {
  width: 1px;
  height: 100px;
  background: #666666;
  display: inline-block;
  margin-top: 41px;
  margin-left: 30px;
}
.whole .g-footer1 .container1 .links {
  height: 230px;
  border-bottom: 1px solid #666666;
}
.whole .g-footer1 .container1 .links .right {
  float: right;
  width: auto;
  text-align: center;
  padding-right: 60px;
}
.whole .g-footer1 .container1 .links .tlCenter {
  position: relative;
  text-align: center;
  height: 205px;
}
.whole .g-footer1 .container1 .links .oneselfUl {
  padding-top: 36px;
}
.whole .g-footer1 .container1 .links ul {
  text-align: left;
  display: inline-block;
  float: left;
  width: 177px;
  padding-top: 40px;
}
.whole .g-footer1 .container1 .links ul .attention {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #CCCCCC;
  letter-spacing: 0;
  line-height: 17px;
}
.whole .g-footer1 .container1 .links ul .TDqr {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 94px;
  height: 94px;
  padding: 5px;
  margin-right: 0px !important;
}
.whole .g-footer1 .container1 .links ul .TDqr img {
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.whole .g-footer1 .container1 .links ul .draw {
  height: 44px;
}
.whole .g-footer1 .container1 .links ul .phoneCode {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #19D4C4;
  letter-spacing: 0;
  padding-bottom: 4px;
}
.whole .g-footer1 .container1 .links ul .serverTime {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 6px;
  margin-bottom: 28px;
}
.whole .g-footer1 .container1 .links ul .callService {
  position: relative;
  border: 1px solid #19D4C4;
  width: 160px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  color: #19D4C4;
  padding: 0 45px;
  text-align: right;
  cursor: pointer;
  margin-left: 18px;
  border-radius: 5px;
}
.whole .g-footer1 .container1 .links ul .callService div {
  display: inline-block;
}
.whole .g-footer1 .container1 .links ul .callService .serverIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/serviceicon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translateY(-50%);
}
.whole .g-footer1 .container1 .links ul li {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}
.whole .g-footer1 .container1 .links ul li a {
  display: inline-block;
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #cccccc;
  letter-spacing: 0;
  line-height: 30px;
}
.whole .g-footer1 .container1 .footerA {
  font-family: PingFangSC-Light;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.whole .g-footer1 .container1 .footerA a {
  color: #CCCCCC;
}
.whole .g-footer1 .container1 .footerB {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
@keyframes shrink {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}
.shrink {
  animation: shrink 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes magnify {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.magnify {
  animation: magnify 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes move {
  0% {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
.move {
  animation: move 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
</pre></body></html>