.login-verify-sms .verify-input:after, .focus-panel ul:after, .site-itvs-jobs .filter-itvs-jobs:after, .site-itvs-jobs .classify-itvs-jobs ul:after, .product-introduce-index .pc-phone-wrap:after, .pagination:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.dialog-header h3, .corporate-news-wrap .corporate-dynamic .list .item .cont .name, .vip-view-handle .link-dialog .rld-box .top .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-login-wrap .invite-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(170, 175, 187, 0.3);
}
.site-login-wrap .invite-box {
  border: 1px solid #dee4ee;
}
html:root .site-login-wrap .invite-box {
  border: 0 none;
}

body {
  margin: 0;
  font: 14px/1.6 Arial;
  color: #1A2535;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
}

html:root body {
  font-family: "Pingfang SC", "Microsoft Yahei", Arial;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  html:root body {
    -webkit-font-smoothing: antialiased;
  }
}
form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #1A2535;
  outline: none;
}
a:hover {
  color: #1A2535;
}
a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button i {
  font-size: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-placeholder {
  color: #8C97A0;
}

::placeholder {
  color: #8C97A0;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 0;
  background-color: #2777F8;
  border: 1px solid #2777F8;
  border-radius: 2px;
  transition: background-color 0.2s, border-color 0.2s;
}
.button i, .button span {
  display: inline-block;
  vertical-align: middle;
}
.button i {
  margin-right: 4px;
}
.button span {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.button:hover {
  background-color: #266EE3;
  border-color: #266EE3;
}

.btn-orange {
  background-color: #ff8c20;
  border-color: #ff8c20;
}
.btn-orange:hover {
  background-color: #FB842A;
  border-color: #FB842A;
}

.btn-line {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-line i {
  transition: filter 0.2s;
}
.btn-line span {
  transition: color 0.2s;
  color: #1A2535;
}
.btn-line:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-line:hover i {
  filter: brightness(0);
}
.btn-line:hover span {
  color: #1A2535;
}

.button.btn-golden {
  position: relative;
  color: #804714;
  background-color: #FDC98A;
  background: linear-gradient(114deg, #FEE1B9 0%, #FDC98A 100%);
  border: 0 none !important;
  transition: background 0.2s, color 0.2s, filter 0.2s;
}
.button.btn-golden:hover {
  background: linear-gradient(114deg, #FEE1B9 0%, #FDC98A 100%);
  filter: brightness(1.05);
}
.button.btn-golden .icon-golden-diamond {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-image: url(../images/icon_golden_diamond.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.button.btn-golden span {
  font-weight: bold;
  color: #804714;
}

[class*=btn-linear-] {
  height: 32px;
  padding: 0 10px;
  border: 0 none;
  line-height: 32px;
  transition: none;
  z-index: 1;
}
[class*=btn-linear-]:hover:before, [class*=btn-linear-].hover:before {
  opacity: 1;
}
[class*=btn-linear-]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
}

.btn-linear-orange, .btn-linear-orange:hover, .btn-linear-orange.hover {
  background: linear-gradient(225deg, #FE982F, #FF812E, #FF7D2B);
}
.btn-linear-orange:before {
  background: #FF7D00;
}
.btn-linear-orange:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48%;
  height: 23px;
  margin-left: -24%;
  background-image: linear-gradient(225deg, #FE982F 0%, #FF812E 100%, #FF7D2B 100%);
  z-index: -1;
}

@supports (filter: blur(10px)) {
  .btn-linear-orange:after {
    content: "";
    filter: blur(10px);
  }
}
.pagination .page-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-links a, .pagination .page-links span, .pagination .page-links input[type=text] {
  display: inline-block;
  position: relative;
  min-width: 14px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #D7DAE0;
  border-radius: 2px;
  background: #fff;
  color: #1A2535;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
}
.pagination .page-links a + *, .pagination .page-links span + *, .pagination .page-links input[type=text] + * {
  margin-left: 8px;
}
.pagination .page-links a:hover {
  text-decoration: none;
  border-color: rgba(0, 63, 93, 0.5);
}
.pagination .page-links span {
  cursor: default;
}
.pagination .page-links input[type=text] {
  width: 40px;
  padding: 0 3px;
}
.pagination .page-links input[type=text]:hover, .pagination .page-links input[type=text]:focus {
  border-color: #2777F8;
  z-index: 1;
}
.pagination .page-links .more {
  padding: 0;
  color: #1A2535;
  background: transparent !important;
  border-color: transparent !important;
}
.pagination .page-links .page-select {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  border: 1px solid #D7DAE0;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.pagination .page-links .page-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagination .page-links .prev, .pagination .page-links .next {
  font-size: 0;
}
.pagination .page-links .prev:before, .pagination .page-links .prev:after, .pagination .page-links .next:before, .pagination .page-links .next:after {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.pagination .page-links .prev s, .pagination .page-links .next s {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.pagination .page-links .prev {
  margin-right: 0;
  padding: 0 10px 0 13px;
}
.pagination .page-links .prev:before {
  content: "";
  margin: 0 4px 0 4px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.pagination .page-links .next {
  margin-left: 8px;
  padding: 0 13px 0 10px;
}
.pagination .page-links .next:after {
  content: "";
  margin: 0 4px 0 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.pagination .page-links span.prev, .pagination .page-links span.next {
  color: #ccc;
  cursor: default;
}
.pagination .page-links span.prev:before, .pagination .page-links span.next:before {
  opacity: 0.5;
}
.pagination .page-links .current {
  z-index: 1;
  font-weight: 500;
  border-color: #2777F8;
  background: #2777F8;
  color: #fff;
  cursor: default;
}
.pagination .page-links .current:hover {
  border-color: #2777F8;
}

.icon-site-opt-small {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_site_opt_small.svg);
  background-repeat: no-repeat;
}

.site-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
}

.site-smtitle {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 45px;
}

.understand-more {
  display: block;
  text-align: center;
  width: 138px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  font-size: 0;
  background: #fff;
  border: 1px solid #F2F4F8;
  border-radius: 2px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, border-color 0.2s;
}
.understand-more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #224888;
  transition: color 0.2s;
}
.understand-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(../images/icon_learn_more.svg);
  background-repeat: no-repeat;
  transition: transform 0.2s, filter 0.2s;
}
.understand-more:hover {
  background: #2777F8;
  border-color: #2777F8;
}
.understand-more:hover span {
  color: #fff;
}
.understand-more:hover:after {
  transform: translateX(5px);
  filter: grayscale(100%) brightness(100);
}

.sm-bg-wrap [class*=sm-bg] {
  position: absolute;
}
.sm-bg-wrap .sm-bg-one {
  width: 32px;
  height: 32px;
  background-image: url(../images/sm_bg_one.svg);
  background-repeat: no-repeat;
}
.sm-bg-wrap .sm-bg-two {
  width: 20px;
  height: 20px;
  background-image: url(../images/sm_bg_two.svg);
  background-repeat: no-repeat;
}
.sm-bg-wrap .sm-bg-three {
  width: 20px;
  height: 20px;
  background-image: url(../images/sm_bg_three.svg);
  background-repeat: no-repeat;
}
.sm-bg-wrap .sm-bg-four {
  width: 24px;
  height: 24px;
  background-image: url(../images/sm_bg_four.svg);
  background-repeat: no-repeat;
}

.dot-bg-wrap i {
  position: absolute;
  background-image: url(../images/dot.png);
  background-image: -webkit-image-set(url(../images/dot.png) 1x, url(../images/dot@2x.png) 2x);
  background-repeat: no-repeat;
  background-repeat: repeat;
}

.panel-tab {
  text-align: center;
}
.panel-tab .con {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  font-size: 0;
  border-radius: 15px;
  background: #f5f5f5;
}
.panel-tab a {
  display: inline-block;
  min-width: 40px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 15px;
  transition: background 0.3s, color 0.3s;
}
.panel-tab a:hover {
  background: #ddd;
  color: #333;
}
.panel-tab a.current {
  color: #fff;
  background: #2777F8;
  cursor: default;
}

body {
  background: #fff;
}

.global {
  min-width: 1080px;
}

.top-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 6;
}
.top-panel .inner {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
}
.top-panel .logo {
  position: relative;
  flex-shrink: 0;
  display: block;
  padding: 22px 0;
  margin-right: 30px;
  font-size: 0;
  z-index: 2;
}
.top-panel .logo .icon-logo-cloud {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon_logo_cloud.svg);
  background-repeat: no-repeat;
}
.top-panel .logo span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 87px;
  height: 22px;
  background-image: url(../images/icon_logo_text.svg);
  background-repeat: no-repeat;
}
.top-panel .panel-nav {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.top-panel .panel-nav .item-box {
  flex: 1;
  position: relative;
  text-align: center;
}
.top-panel .panel-nav .item-box ul {
  display: none;
}
.top-panel .panel-nav .item-box:last-child {
  margin-right: 0;
}
.top-panel .panel-nav .item-box.haschild:hover ~ .bg_hover {
  display: block;
}
.top-panel .panel-nav .item-box:hover ul {
  display: block;
}
.top-panel .panel-nav .item-box:hover .item {
  color: #1A2535;
}
.top-panel .panel-nav .item-box:hover .item:after {
  transform: scale(1, 1);
  opacity: 1;
}
.top-panel .panel-nav .item {
  position: relative;
  display: block;
  padding: 29px;
  font-size: 16px;
  line-height: 22px;
  color: #5E6770;
  z-index: 2;
}
.top-panel .panel-nav .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 3px;
  margin-left: -12px;
  background: #2777F8;
  border-radius: 3px;
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01, 1);
}
.top-panel .panel-nav .item.current {
  font-weight: 500;
  color: #1A2535;
}
.top-panel .panel-nav .item.current:after {
  width: 24px;
  opacity: 1;
  transform: none;
}
.top-panel .panel-nav ul {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 160px;
  padding: 12px 0 48px;
  margin-left: -80px;
  text-align: center;
  animation: a_menu_item_show 0.2s ease-out both;
  z-index: 2;
}
.top-panel .panel-nav ul a {
  position: relative;
  display: block;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
  white-space: nowrap;
  z-index: 1;
}
.top-panel .panel-nav ul a.current {
  color: #1A2535;
}
.top-panel .panel-nav ul a:hover {
  color: #1A2535;
}
.top-panel .panel-nav:hover + .bg_hover {
  display: block;
}
.top-panel .bg_hover {
  display: none;
  height: 360px;
  background: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  top: 0px;
  animation: a_bg_hover_show 0.2s ease-out both;
  transform-origin: 50% 0%;
  left: -10000px;
  right: -10000px;
}
.top-panel .right-side {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-panel .ceiling-feature a {
  display: block;
}
.top-panel .ceiling-feature a img {
  display: inline-block;
  vertical-align: middle;
}
.top-panel .ceiling-feature a s {
  display: none;
}
.top-panel .ceiling-link-temp {
  margin-left: 20px;
}
.top-panel .ceiling-link-temp a {
  display: inline-block;
  color: #A47958;
  font-size: 12px;
  line-height: 30px;
  vertical-align: top;
}
.top-panel .ceiling-link-temp span {
  display: inline-block;
  vertical-align: top;
}
.top-panel .ceiling-link-download {
  margin-left: 20px;
}
.top-panel .ceiling-link-download a {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.top-panel .ceiling-link-download a .icon-site-opt-small {
  margin-right: 6px;
}
.top-panel .ceiling-link-download a span {
  font-size: 14px;
  line-height: 20px;
}
.top-panel .ceiling-link-download a:hover .icon-site-opt-small {
  background-position-y: -16px;
}
.top-panel .ceiling-link-download a:hover span {
  color: #2777F8;
}
.top-panel .btn-golden {
  margin-left: 32px;
  height: 36px;
  line-height: 36px;
}

@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.product-toggle-tab {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  height: 56px;
  background: #F7F9FC;
  z-index: 5;
}
.product-toggle-tab .item {
  display: flex;
  align-items: center;
  height: 34px;
  margin: 0 12px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.product-toggle-tab .item .icon-login-tab {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../images/icon_login_tab.svg);
  background-repeat: no-repeat;
  background-size: auto 200%;
}
.product-toggle-tab .item span {
  font-size: 14px;
  line-height: 18px;
}
.product-toggle-tab .item:hover, .product-toggle-tab .item.current {
  border-color: #EDEEEF;
  background-color: #fff;
}
.product-toggle-tab .item:hover .icon-login-tab, .product-toggle-tab .item.current .icon-login-tab {
  background-position-y: -16px;
}
.product-toggle-tab .item.current span {
  font-weight: bold;
}
.product-toggle-tab .item.cloud:hover span, .product-toggle-tab .item.cloud.current span {
  color: #224888;
}
.product-toggle-tab .item.office .icon-login-tab {
  background-position-x: -16px;
}
.product-toggle-tab .item.office:hover span, .product-toggle-tab .item.office.current span {
  color: #ff8c20;
}
.product-toggle-tab .item.browser .icon-login-tab {
  background-position-x: -32px;
}
.product-toggle-tab .item.browser:hover span, .product-toggle-tab .item.browser.current span {
  color: #2777F8;
}

.banner-wrap {
  position: relative;
  background-color: #F2F4F8;
  overflow: hidden;
}
.banner-wrap .bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 56, 131, 0.45) 0%, rgba(61, 107, 184, 0.45) 100%);
}
.banner-wrap .banner-pic {
  position: relative;
  height: 480px;
}
.banner-wrap .banner-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrap .cooperation-cont {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 0 0;
  z-index: 1;
}
.banner-wrap .cooperation-cont > .name {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.banner-wrap .cooperation-cont > .info {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.banner-wrap .cooperation-cont .cooperation-object-wrap {
  display: flex;
  justify-content: center;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 196px;
  margin: 0 15px;
  padding-top: 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .icon-cooperation-object {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background-image: url(../images/icon_cooperation_object.svg);
  background-repeat: no-repeat;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .icon-cooperation-object.ico-channel {
  background-position-x: -40px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .icon-cooperation-object.ico-union {
  background-position-x: -80px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .icon-cooperation-object.ico-developer {
  background-position-x: -120px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .name {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .info {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action {
  display: flex;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button {
  box-sizing: border-box;
  padding: 0;
  height: 32px;
  line-height: 30px;
  border: 1px solid;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button + .button {
  margin-left: 10px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button:first-child {
  width: 50px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button:last-child {
  width: 70px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button:first-child:last-child {
  width: 110px;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item .action .button span {
  font-size: 13px;
  font-weight: bold;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.supplier {
  border-top: 4px solid #F28255;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.supplier .action .button {
  background: transparent;
  border-color: rgba(255, 82, 0, 0.5);
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.supplier .action .button span {
  color: #FF5200;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.supplier .action .button:hover {
  border-color: #FF5200;
  background: #FF5200;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.supplier .action .button:hover span {
  color: #fff;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.channel {
  border-top: 4px solid #55B791;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.channel .action .button {
  background: transparent;
  border-color: #55B791;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.channel .action .button span {
  color: #55B791;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.channel .action .button:hover {
  background: #55B791;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.channel .action .button:hover span {
  color: #fff;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.union {
  border-top: 4px solid #2777F8;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.union .action .button {
  border-color: #2777F8;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.developer {
  border-top: 4px solid #00B2CA;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.developer .action .button {
  border-color: #00B2CA;
  background-color: #00B2CA;
}
.banner-wrap .cooperation-cont .cooperation-object-wrap .item.developer .action .button:hover {
  border-color: #009cb1;
  background-color: #009cb1;
}
.banner-wrap .talent-cont {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1080px;
  padding: 160px 0 0;
  margin: 0 0 0 -540px;
  z-index: 1;
}
.banner-wrap .talent-cont > .name {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.banner-wrap .talent-cont > .info {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.banner-wrap .talent-cont .action {
  display: flex;
}
.banner-wrap .talent-cont .action .button {
  min-width: 100px;
  margin-right: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 0 none;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.banner-wrap .talent-cont .action .button .icon-talent-banner {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_talent_banner.svg);
  background-repeat: no-repeat;
}
.banner-wrap .talent-cont .action .button .icon-talent-banner.itb-list {
  background-position-x: -24px;
}
.banner-wrap .talent-cont .action .button.btn-company span {
  color: #2777F8;
}
.banner-wrap .talent-cont .action .button.btn-company:hover {
  background: #2777F8;
}
.banner-wrap .talent-cont .action .button.btn-company:hover .icon-talent-banner {
  background-position-y: -24px;
}
.banner-wrap .talent-cont .action .button.btn-company:hover span {
  color: #fff;
}
.banner-wrap .talent-cont .action .button.btn-list span {
  color: #ff8c20;
}
.banner-wrap .talent-cont .action .button.btn-list:hover {
  background: #ff8c20;
}
.banner-wrap .talent-cont .action .button.btn-list:hover .icon-talent-banner {
  background-position-y: -24px;
}
.banner-wrap .talent-cont .action .button.btn-list:hover span {
  color: #fff;
}

.footer {
  background: #1A2535;
}
.footer .footer-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin: 0 auto;
  padding: 48px 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .footer-inner .footer-contact {
  padding-right: 78px;
}
.footer .logo-info {
  margin-bottom: 8px;
}
.footer .logo-info .logo {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background-image: url(../images/icon_logo_cloud.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .logo-info span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.footer .contact-info {
  display: flex;
  justify-content: center;
}
.footer .contact-info .item-box {
  position: relative;
  padding-top: 8px;
  margin: 0 12px;
}
.footer .contact-info .item-box:first-child .item:hover {
  background-color: #43BA81;
}
.footer .contact-info .item-box:nth-child(2) .item:hover {
  background-color: #F5533A;
}
.footer .contact-info .item-box:nth-child(3) .item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.footer .contact-info .item-box:nth-child(3) .item:hover .icon-contact-footer {
  filter: brightness(0);
}
.footer .contact-info .item-box:hover .popup-qrcode {
  display: block;
}
.footer .contact-info .item {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.footer .contact-info .icon-contact-footer {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_contact_footer.svg);
  background-repeat: no-repeat;
}
.footer .contact-info .icon-contact-footer.icf-wb {
  background-position-x: -32px;
}
.footer .contact-info .icon-contact-footer.icf-dy {
  background-position-x: -64px;
}
.footer .contact-info .popup-qrcode {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 13px 13px 12px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  z-index: 1;
}
.footer .contact-info .popup-qrcode ul {
  display: flex;
}
.footer .contact-info .popup-qrcode li {
  width: 150px;
}
.footer .contact-info .popup-qrcode .pic {
  width: 134px;
  height: 134px;
  margin: 0 auto;
}
.footer .contact-info .popup-qrcode .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .contact-info .popup-qrcode .info {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
  white-space: nowrap;
}
.footer .footer-info {
  display: flex;
}
.footer .footer-info .cell:not(:last-child) {
  margin-right: 48px;
}
.footer .footer-info .f-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.footer .footer-info ul {
  padding-top: 18px;
}
.footer .footer-info li {
  padding: 6px 0;
}
.footer .footer-info li a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-info li a:hover {
  color: #fff;
}
.footer .footer-p-wrap {
  text-align: center;
  padding: 24px 0;
}
.footer .footer-p-wrap span {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  vertical-align: top;
  font-size: 12px;
}
.footer .footer-p-wrap span s {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: 4px;
  background-image: url(../images/icon_footer.svg);
  background-repeat: no-repeat;
}
.footer .footer-p-wrap span s.flt-center {
  background-position-x: 0px;
}
.footer .footer-p-wrap span s.flt-download {
  background-position-x: -16px;
}
.footer .footer-p-wrap span s.flt-shdf {
  background-position-x: -32px;
}
.footer .footer-p-wrap span s.flt-warn {
  background-position-x: -48px;
}
.footer .footer-p-wrap i {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 7px 10px 0;
  vertical-align: top;
  background: #a0a0a4;
  background: rgba(255, 255, 255, 0.3);
}
.footer .footer-p-wrap a {
  color: #fff;
}
.footer .footer-p-wrap a:hover {
  text-decoration: none;
}
.footer .footer-p-wrap u {
  text-decoration: underline;
}
.footer .footer-p-wrap .cell-split {
  line-height: 25px;
}
.footer .footer-p-wrap .cell-split span {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-p-wrap .cell-split span:hover s[class*=cert-] {
  opacity: 1;
}
.footer .footer-p-wrap .cell-split span:hover a {
  opacity: 1;
}
.footer .footer-p-wrap .cell-split a {
  opacity: 0.6;
}
.footer .footer-p-wrap .cell-split a:hover {
  opacity: 1;
}
.footer .footer-p-wrap .cell-split s[class*=cert-] {
  opacity: 0.6;
  margin-top: 5px;
  background-image: url(../images/icon_footer.png);
  background-image: -webkit-image-set(url(../images/icon_footer.png) 1x, url(../images/icon_footer@2x.png) 2x);
  background-repeat: no-repeat;
}
.footer .footer-p-wrap .cell-blank {
  line-height: 25px;
}
.footer .footer-p-wrap .cell-blank span {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-p-wrap .cell-blank a {
  opacity: 0.6;
}
.footer .footer-p-wrap .cell-blank a:hover {
  opacity: 1;
}
.footer .footer-p-wrap .cell-report {
  line-height: 23px;
  color: #fff;
}
.footer .footer-p-wrap .cell-report span {
  margin: 0 20px;
  opacity: 0.8;
}
.footer .footer-p-wrap .cell-report span:hover {
  opacity: 1;
}
.footer .footer-p-wrap .cert-csip {
  width: 25px;
  background-position: 0 0;
}
.footer .footer-p-wrap .cert-iso {
  width: 14px;
  background-position: -26px 0;
}
.footer .footer-p-wrap .cert-csa {
  width: 24px;
  background-position: -40px 0;
}
.footer .footer-p-wrap .cert-book {
  width: 17px;
  background-position: -64px -1px;
}
.footer .footer-p-wrap .cert-trust {
  width: 11px;
  background-position: -81px 0;
}
.footer .footer-p-wrap .cert-degree {
  width: 11px;
  height: 14px;
  background-position: -92px 0;
}
.footer .footer-p-wrap .footer-p {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .footer-p-wrap .footer-p span a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .footer-p-wrap .footer-p span a:hover {
  color: #fff;
}

.office-fixedbottom {
  height: 60px;
}

.office-ribbon-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(270deg, #192635 0%, #2B3846 26%, #192635 100%);
  z-index: 10;
}
.office-ribbon-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  height: 60px;
  margin: 0 auto;
}
.office-ribbon-wrap .inner .logo {
  display: flex;
  align-items: center;
}
.office-ribbon-wrap .inner .logo i {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background-image: url(../images/icon_product_logo.svg);
  background-repeat: no-repeat;
  background-position-x: -40px;
  background-size: auto 100%;
}
.office-ribbon-wrap .inner .logo span {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
}
.office-ribbon-wrap .inner .cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.office-ribbon-wrap .inner .cont span {
  color: #ff8c20;
}
.office-ribbon-wrap .inner .cont .bg i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_ribbon_office.svg);
  background-repeat: no-repeat;
}
.office-ribbon-wrap .inner .cont .bg .bg-office {
  opacity: 0.2;
  top: 16px;
  right: calc(100% + 87px);
}
.office-ribbon-wrap .inner .cont .bg .bg-chat {
  opacity: 0.4;
  top: 25px;
  right: calc(100% + 25px);
  background-position-x: -20px;
}
.office-ribbon-wrap .inner .cont .bg .bg-task {
  opacity: 0.4;
  top: 16px;
  left: calc(100% + 18px);
  background-position-x: -40px;
}
.office-ribbon-wrap .inner .cont .bg .bg-person {
  opacity: 0.2;
  top: 27px;
  left: calc(100% + 82px);
  background-position-x: -60px;
}
.office-ribbon-wrap .inner .right-side .button {
  box-sizing: border-box;
  width: 140px;
  height: 36px;
  line-height: 36px;
  border: 0 none;
}
.office-ribbon-wrap .inner .right-side .button::after {
  display: none;
}
.office-ribbon-wrap .inner .right-side .button span {
  font-weight: bold;
}

.common-little-pop {
  display: none;
  position: absolute;
  top: -36px;
  left: 50%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: rgba(26, 37, 53, 0.95);
  border-radius: 5px;
  transform: translate(-50%, 0);
  z-index: 10;
}
.common-little-pop:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: rgba(26, 37, 53, 0.95);
  pointer-events: none;
}
.common-little-pop.clp-bottom {
  top: auto;
  bottom: -38px;
}
.common-little-pop.clp-bottom:after {
  bottom: auto;
  top: -12px;
  border-top-color: transparent;
  border-bottom-color: rgba(26, 37, 53, 0.95);
}
.common-little-pop.clp-justify-left {
  left: 0;
  transform: none;
}
.common-little-pop.clp-justify-left:after {
  left: 10px;
  margin-left: 0;
}
.common-little-pop.clp-justify-right {
  left: auto;
  right: 0;
  transform: none;
}
.common-little-pop.clp-justify-right:after {
  right: 10px;
  left: auto;
  margin-left: 0;
}

.fixed-bar-right {
  position: fixed;
  right: calc(50% - 606px);
  bottom: 88px;
  box-sizing: border-box;
  z-index: 12;
  width: 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.fixed-bar-right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background: rgba(26, 39, 52, 0.3);
}
.fixed-bar-right .item s {
  display: none;
}
.fixed-bar-right .item .icon-bar-right {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.fixed-bar-right .item .icon-bar-right.ibr-top {
  background-image: url(../images/icon_bar_top.svg);
  background-repeat: no-repeat;
}
.fixed-bar-right .item .icon-bar-right.ibr-msg {
  background-image: url(../images/icon_bar_msg.svg);
  background-repeat: no-repeat;
}
.fixed-bar-right .item:nth-child(1) {
  padding: 5px 0 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0 none;
}
.fixed-bar-right .item:nth-child(2) {
  padding: 0 0 5px;
  border-radius: 0 0 2px 2px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0 none;
}
.fixed-bar-right .item:first-child:last-child {
  padding: 2px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}
.fixed-bar-right .item:hover {
  background: #2777F8;
}

.vip-view-handle {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 11;
  width: 60px;
  transform: translateY(-50%);
}
.vip-view-handle li {
  position: relative;
  margin: 2px 0;
}
.vip-view-handle li > a {
  display: block;
  position: relative;
  padding: 10px 3px 10px 3px;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
}
.vip-view-handle li > a [class*=icon-vvh-] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  background-image: url(../images/icon_vvh.svg);
  background-repeat: no-repeat;
}
.vip-view-handle li > a [class*=icon-vvh-].icon-vvh-transmit {
  background-position: 0px 0;
}
.vip-view-handle li > a [class*=icon-vvh-].icon-vvh-service {
  background-position: -20px 0;
}
.vip-view-handle li > a [class*=icon-vvh-].icon-vvh-gotop {
  background-position: -40px 0;
}
.vip-view-handle li > a [class*=icon-vvh-].icon-vvh-gotop {
  height: 19px;
}
.vip-view-handle li > a s {
  font-size: 12px;
  line-height: 17px;
  color: #5E6770;
}
.vip-view-handle li .dialog-box {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
.vip-view-handle li:hover > a {
  background: #F6F7F7;
}
.vip-view-handle li:hover > a [class*=icon-vvh-] {
  background-position-y: -20px;
}
.vip-view-handle li:hover > a s {
  color: #2777F8;
}
.vip-view-handle li:hover .dialog-box {
  display: block;
}
.vip-view-handle [class^=icon-shareto] {
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  background-image: url(../images/icon_list_shareto.png);
  background-image: -webkit-image-set(url(../images/icon_list_shareto.png) 1x, url(../images/icon_list_shareto@2x.png) 2x);
  background-repeat: no-repeat;
}
.vip-view-handle .icon-shareto-im {
  background-position-x: 0px;
}
.vip-view-handle .icon-shareto-home {
  background-position-x: -38px;
}
.vip-view-handle .icon-shareto-wechat {
  background-position-x: -76px;
}
.vip-view-handle .icon-shareto-weibo {
  background-position-x: -114px;
}
.vip-view-handle .icon-shareto-qzone {
  background-position-x: -152px;
}
.vip-view-handle .icon-shareto-copy {
  background-position-x: -190px;
}
.vip-view-handle .icon-shareto-link {
  background-position-x: -228px;
}
.vip-view-handle .icon-shareto-friend {
  background-position-x: -266px;
}
.vip-view-handle .icon-shareto-tieba {
  background-position-x: -304px;
}
.vip-view-handle .icon-shareto-2code {
  background-position-x: -342px;
}
.vip-view-handle .icon-shareto-myq {
  background-position-x: -380px;
}
.vip-view-handle .icon-shareto-tieba, .vip-view-handle .icon-shareto-2code, .vip-view-handle .icon-shareto-myq {
  background-image: url(../images/icon_share_type.png);
  background-image: -webkit-image-set(url(../images/icon_share_type.png) 1x, url(../images/icon_share_type@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.vip-view-handle .icon-shareto-tieba {
  background-position-x: -266px;
}
.vip-view-handle .icon-shareto-2code {
  background-position-x: -114px;
}
.vip-view-handle .icon-shareto-myq {
  background-position-x: -38px;
}
.vip-view-handle .link-dialog {
  padding: 0 20px;
}
.vip-view-handle .link-dialog .rld-box {
  border-radius: 4px;
  border: 1px solid #e4eaef;
}
.vip-view-handle .link-dialog .rld-box .top {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 16px;
}
.vip-view-handle .link-dialog .rld-box .top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 1px solid #e4eaef;
}
.vip-view-handle .link-dialog .rld-box .top:last-child:after {
  display: none;
}
.vip-view-handle .link-dialog .rld-box .top .icon-operate {
  flex-shrink: 0;
  background-position-y: -20px;
}
.vip-view-handle .link-dialog .rld-box .top .name {
  flex: 1;
  min-width: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  line-height: 20px;
}
.vip-view-handle .link-dialog .rld-box .top .separate {
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background: #ddd;
}
.vip-view-handle .link-dialog .rld-box .top .btn-link {
  flex-shrink: 0;
  padding: 0;
  font-size: 0;
}
.vip-view-handle .link-dialog .rld-box .top .btn-link i, .vip-view-handle .link-dialog .rld-box .top .btn-link span {
  display: inline-block;
  vertical-align: middle;
}
.vip-view-handle .link-dialog .rld-box .top .btn-link i {
  background-position-y: -40px;
}
.vip-view-handle .link-dialog .rld-box .top .btn-link span {
  font-size: 14px;
  color: #2777F8;
}
.vip-view-handle .link-dialog .rld-box .bot .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 46px;
}
.vip-view-handle .link-dialog .rld-box .bot .cont:active {
  background: #f4f6fb;
}
.vip-view-handle .link-dialog .rld-box .bot .txt-gray {
  color: #8C9399;
}
.vip-view-handle .channel-wrap {
  display: flex;
  align-items: center;
}
.vip-view-handle .channel-wrap > span {
  min-width: 40px;
  font-size: 14px;
  text-align: left;
}
.vip-view-handle .channel-wrap .channel-items {
  display: flex;
  align-items: center;
}
.vip-view-handle .channel-wrap .channel-items .item {
  position: relative;
  margin-right: 10px;
}
.vip-view-handle .channel-wrap .channel-items .item [class^=icon-shareto] {
  transition: transform 0.2s;
}
.vip-view-handle .channel-wrap .channel-items .item:hover [class^=icon-shareto] {
  transform: translateY(-2px);
}
.vip-view-handle .channel-wrap .channel-items .item:hover .common-little-pop {
  display: block;
}

@media (min-width: 1880px) {
  .vip-view-handle {
    left: calc(50% + 670px);
    right: auto;
  }
}
.path {
  padding: 32px 0;
  background: #fff;
}
.path .inner {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
}
.path .item {
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
}
.path .item:last-child {
  color: #1A2535;
}
.path .item:hover {
  color: #1A2535;
}
.path s {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
.path s:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #8C9399;
  border-bottom: 1px solid #8C9399;
  transform: rotate(-45deg);
}

.popup-video-player {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
}
.popup-video-player.only-mov .player-container {
  height: 540px;
}
.popup-video-player.only-mov .player-container:hover .player-header {
  display: block;
}
.popup-video-player.only-mov .player-header {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 63px;
  height: 62px;
  z-index: 1;
  background: rgba(21, 21, 21, 0.9);
  transition: all 0.3s ease;
  opacity: 0.7;
  border-radius: 0 4px 0 0;
}
.popup-video-player.only-mov .player-header .title, .popup-video-player.only-mov .player-header .btn-row {
  display: none;
}
.popup-video-player .player-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 960px;
  height: 640px;
  margin: -320px 0 0 -480px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.popup-video-player .player-header {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.popup-video-player .player-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-video-player .player-header .btn-close:hover i {
  background-position-y: -32px;
}
.popup-video-player .player-header .btn-close i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-image: url(../images/icon_close_32.png);
  background-image: -webkit-image-set(url(../images/icon_close_32.png) 1x, url(../images/icon_close_32@2x.png) 2x);
  background-repeat: no-repeat;
}
.popup-video-player .player-header .btn-close s {
  display: none;
}
.popup-video-player .player-header .title {
  height: 32px;
  overflow: hidden;
  padding: 0 40px;
  margin: 20px 0 10px 0;
  font-size: 28px;
  text-align: center;
  line-height: 32px;
  word-wrap: break-word;
  word-break: break-all;
}
.popup-video-player .player-header .btn-row {
  text-align: center;
  font-size: 0;
}
.popup-video-player .player-header .btn-row a {
  display: inline-block;
  margin: 0 10px;
  color: #999;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px;
}
.popup-video-player .player-header .btn-row a:hover {
  color: #666;
}
.popup-video-player .player-header .btn-row a:hover i {
  background-position-y: -16px;
}
.popup-video-player .player-header .btn-row i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 2px 2px 0;
  background-image: url(../images/icon_video_opt.png);
  background-image: -webkit-image-set(url(../images/icon_video_opt.png) 1x, url(../images/icon_video_opt@2x.png) 2x);
  background-repeat: no-repeat;
  vertical-align: top;
}
.popup-video-player .player-header .btn-row .icon-download {
  background-position: 0 0;
}
.popup-video-player .player-header .btn-row .icon-copy {
  background-position: -16px 0;
}
.popup-video-player .player-stage {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: #000;
}
.popup-video-player .player-stage iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-video-player .video-toast {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  z-index: 20;
  margin-top: -60px;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  opacity: 0.9;
  transition: opacity 0.3s;
  cursor: pointer;
}
.popup-video-player .video-toast i {
  font-size: 0;
}
.popup-video-player .video-toast:hover {
  opacity: 1;
}
.popup-video-player .video-toast .icon-repeat-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background-image: url("../images/icon_repeat_play_new.svg");
  background-repeat: no-repeat;
  overflow: hidden;
}
.popup-video-player .video-toast .icon-repeat-play.irp-play {
  background-position: -64px 0;
}
.popup-video-player .video-toast .icon-repeat-play.irp-repeat {
  background-position: 0 0;
}
.popup-video-player .video-toast .icon-repeat-play.irp-pause {
  background-position: -128px 0;
}

@media (max-height: 640px) {
  .popup-video-player.only-mov .player-container {
    height: 500px;
  }
  .popup-video-player .player-container {
    width: 888px;
    height: 600px;
    margin: -300px 0 0 -444px;
  }
  .popup-video-player .player-stage {
    height: 500px;
  }
}
.fixed-vip-entrance {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 10;
}
.fixed-vip-entrance .btn-golden {
  padding: 0 10px;
  width: 20px;
  text-align: left;
  overflow: hidden;
  transition: width 0.2s;
}
.fixed-vip-entrance .btn-golden:hover {
  width: 80px;
}

.site-login-wrap {
  position: relative;
  height: 720px;
  background: #F7FCFE;
  overflow: hidden;
}
.site-login-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 193px;
  height: 182px;
  background: rgba(255, 232, 232, 0.4);
  filter: blur(50px);
}
.site-login-wrap:after {
  content: "";
  position: absolute;
  top: 94px;
  right: 50%;
  width: 947px;
  height: 815px;
  margin-right: -260px;
  background-image: url(../images/bg_blur_login.svg);
  background-repeat: no-repeat;
}
.site-login-wrap .pic-mountain {
  position: absolute;
  left: 0;
  right: calc(50% - 250px);
  bottom: 96px;
  padding-top: 21.71%;
  background-image: url(../images/mountain.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
}
.site-login-wrap .slw-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 171px 0 0;
  z-index: 1;
}
.site-login-wrap .slw-container .pic-details {
  position: relative;
  min-width: 617px;
  margin-right: 102px;
}
.site-login-wrap .slw-container .pic-details .publicity {
  position: relative;
  margin-bottom: 45px;
}
.site-login-wrap .slw-container .pic-details .publicity .title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item {
  display: flex;
  align-items: center;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-image: url(../images/icon_site_login.svg);
  background-repeat: no-repeat;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login.isl-safe {
  background-position-x: 0px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login.isl-space {
  background-position-x: -18px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login.isl-file {
  background-position-x: -36px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login.isl-download {
  background-position-x: -54px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item .icon-site-login.isl-syn {
  background-position-x: -72px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item span {
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
}
.site-login-wrap .slw-container .pic-details .publicity .infos .item + .item {
  margin-left: 24px;
}
.site-login-wrap .slw-container .pic-details .publicity .infos s {
  margin: 0 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(26, 37, 53, 0.15);
}
.site-login-wrap .slw-container .pic-details .pic {
  position: relative;
  width: 538px;
  height: 388px;
  background-image: url(../images/pic_left_det.png);
  background-image: -webkit-image-set(url(../images/pic_left_det.png) 1x, url(../images/pic_left_det@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.site-login-wrap .slw-container .login-box {
  width: 357px;
  margin-top: 10px;
  min-height: 420px;
  background-color: #fff;
}
.site-login-wrap .slw-container .login-box .login-tab {
  height: 60px;
  margin-bottom: 20px;
  background-color: #F9FAFB;
  border-radius: 8px 8px 0 0;
}
.site-login-wrap .slw-container .login-box .login-tab a, .site-login-wrap .slw-container .login-box .login-tab span {
  box-sizing: border-box;
  height: 60px;
}
.site-login-wrap .slw-container .login-box .login-tab a em, .site-login-wrap .slw-container .login-box .login-tab span em {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../images/icon_login_tab.svg);
  background-repeat: no-repeat;
}
.site-login-wrap .slw-container .login-box .login-tab a s, .site-login-wrap .slw-container .login-box .login-tab span s {
  position: relative;
}
.site-login-wrap .slw-container .login-box .login-tab a {
  background-color: #F9FAFB;
  border-radius: 0 8px 0 0;
  border-bottom: 1px solid #DEE4EE;
}
.site-login-wrap .slw-container .login-box .login-tab a em {
  background-position-y: 0;
  opacity: 0.7;
}
.site-login-wrap .slw-container .login-box .login-tab a s {
  color: #8C9399;
}
.site-login-wrap .slw-container .login-box .login-tab a:hover em {
  opacity: 1;
}
.site-login-wrap .slw-container .login-box .login-tab a:hover s {
  color: #2777F8;
}
.site-login-wrap .slw-container .login-box .login-tab a.ltab-office:hover s {
  color: #ff8c20;
}
.site-login-wrap .slw-container .login-box .login-tab span {
  background-color: #fff;
}
.site-login-wrap .slw-container .login-box .login-tab span em {
  background-position-y: -20px;
}
.site-login-wrap .slw-container .login-box .login-tab span s {
  color: #224888;
}
.site-login-wrap .slw-container .login-box .login-tab span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  height: auto;
  background-color: #fff;
  border: 1px solid #DEE4EE;
  border-bottom: 0 none;
  border-radius: 8px 8px 0 0;
}
.site-login-wrap .slw-container .login-box .login-tab span:after {
  display: none;
}
.site-login-wrap .slw-container .login-box .login-tab span.ltab-office s {
  color: #ff8c20;
}
.site-login-wrap .slw-container .login-box .login-tab .ltab-office em {
  background-position-x: -20px;
}
.site-login-wrap .slw-container .login-box .login-tab .ltab-office:before {
  left: 0;
  right: -1px;
}
.site-login-wrap .slw-container .login-box .login-scene {
  background: transparent;
}
.site-login-wrap .slw-container .login-box .login-scene .login-qrcode .qrcode-center {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-image: url(../images/icon_logo_cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.site-login-wrap .slw-container .login-box .onekey-login em {
  margin-top: 10px;
}
.site-login-wrap .slw-container .login-box .onekey-login .onekey-name {
  margin-bottom: 15px;
}
.site-login-wrap .slw-container .login-box .qrcode-login {
  top: 0;
}
.site-login-wrap .slw-container .login-box .bottom-status {
  margin: 0 -30px;
}
.site-login-wrap .slw-container .login-box .login-authorize {
  padding-top: 26px;
}
.site-login-wrap .slw-container .login-box .login-footer {
  padding: 0;
  line-height: 17px;
}
.site-login-wrap .slw-container .login-box .login-footer a {
  font-size: 12px;
  color: #4F74AA;
}
.site-login-wrap .slw-container .login-box .login-footer i {
  margin: 3px 8px 0 5px;
  background-color: #4F74AA;
}
.site-login-wrap .slw-container .login-box .login-finished {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  padding: 36px 66px 77px;
}
.site-login-wrap .slw-container .login-box .login-finished .pic {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
}
.site-login-wrap .slw-container .login-box .login-finished .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.site-login-wrap .slw-container .login-box .login-finished .pic [class*=sign-vip-] {
  position: absolute;
  top: 72px;
  left: 50%;
  white-space: nowrap;
  margin-left: -7px;
  transform: scale(0.7) translateX(-50%);
  transform-origin: top center;
  z-index: 1;
}
.site-login-wrap .slw-container .login-box .login-finished .name {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #1A2535;
}
.site-login-wrap .slw-container .login-box .login-finished .idnum {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
}
.site-login-wrap .slw-container .login-box .login-finished .button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  border: 0 none;
  line-height: 48px;
  margin-bottom: 10px;
}
.site-login-wrap .slw-container .login-box .login-finished .button span {
  font-size: 17px;
  font-weight: bold;
}
.site-login-wrap .slw-container .login-box .login-finished .btn-link {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #224888;
}
.site-login-wrap .slw-container .login-box .invite-box {
  box-sizing: border-box;
  width: auto;
  min-height: 380px;
  box-shadow: none;
}
.site-login-wrap .slw-container .login-box .invite-box .avatar {
  position: static;
  display: block;
  margin: 0 auto;
}
.site-login-wrap .slw-container .login-box .invite-box .name {
  padding: 5px 0;
}
.site-login-wrap .invite-box {
  position: relative;
  width: 280px;
  min-height: 260px;
  margin-top: 10px;
  padding: 30px 40px;
  text-align: center;
}
.site-login-wrap .invite-box .avatar {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -55px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
}
.site-login-wrap .invite-box .avatar img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.site-login-wrap .invite-box .name {
  padding: 40px 0 5px;
  word-wrap: break-word;
  font-size: 18px;
  color: #666;
}
.site-login-wrap .invite-box .desc {
  font-size: 18px;
  color: #999;
}
.site-login-wrap .invite-box .btn-row {
  padding: 10px 0;
}
.site-login-wrap .invite-box .btn-row a {
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
}
.site-login-wrap .invite-box .btn-row a:hover {
  text-decoration: none;
}
.site-login-wrap .invite-box .btn-row a.btn-agree {
  background: #2fb746;
}
.site-login-wrap .invite-box .btn-row a.btn-agree:hover {
  background: #2aa33e;
}
.site-login-wrap .invite-box .btn-row a.btn-disagree {
  background: #e74c3c;
}
.site-login-wrap .invite-box .btn-row a.btn-disagree:hover {
  background: #e43725;
}
.site-login-wrap .invite-box .empty {
  text-align: center;
  font-size: 18px;
  color: #999;
}
.site-login-wrap .invite-box .empty .icon-invite-empty {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  background-image: url(../images/icon_invite_empty.png);
  background-image: -webkit-image-set(url(../images/icon_invite_empty.png) 1x, url(../images/icon_invite_empty@2x.png) 2x);
  background-repeat: no-repeat;
}
.site-login-wrap .invite-box .empty a {
  color: #224888;
}
.site-login-wrap.slw-office {
  height: 720px;
  background: #F3F7FF;
}
.site-login-wrap.slw-office:before, .site-login-wrap.slw-office:after {
  display: none;
}
.site-login-wrap.slw-office .icon-site-login-office {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-image: url(../images/icon_site_login_office.svg);
  background-repeat: no-repeat;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-chat {
  background-position-x: 0px;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-office {
  background-position-x: -18px;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-manage {
  background-position-x: -36px;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-news {
  background-position-x: -54px;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-schedule {
  background-position-x: -72px;
}
.site-login-wrap.slw-office .icon-site-login-office.islo-ai {
  background-position-x: -90px;
}
.site-login-wrap.slw-office .login-pic {
  position: absolute;
  right: 50%;
  bottom: -41px;
  width: 1294px;
  height: 635px;
  margin-right: -363px;
  background-image: url(../images/login_left_office.png);
  background-image: -webkit-image-set(url(../images/login_left_office.png) 1x, url(../images/login_left_office@2x.png) 2x);
  background-repeat: no-repeat;
}
.site-login-wrap.slw-office .slw-container .pic-details .pic {
  display: none;
}
.site-login-wrap.slw-office .slw-container .login-box .login-scene .login-qrcode:before {
  border-color: rgba(243, 140, 36, 0.5);
}
.site-login-wrap.slw-office .slw-container .login-box .login-scene .login-qrcode .qrcode-center {
  background-image: url(../images/icon_logo_office.svg);
  background-repeat: no-repeat;
}

.download-app-dialog .down-cell .vp-item {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 15px 0;
  margin: 0 5px;
}
.download-app-dialog .down-cell .vp-item:before {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 156px;
  background: #F2F4F8;
  border-radius: 8px;
}
.download-app-dialog .down-cell .vp-item .current-device {
  position: absolute;
  top: 8px;
  left: 50%;
  display: none;
  font-size: 12px;
  line-height: 18px;
  color: #2777F8;
  transform: translateX(-50%);
  white-space: nowrap;
}
.download-app-dialog .down-cell .vp-item .name {
  position: absolute;
  top: 28px;
  left: 50%;
  padding: 2px 0 10px;
  font-size: 14px;
  line-height: 18px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.download-app-dialog .down-cell .vp-item .qrcode {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 14px;
}
.download-app-dialog .down-cell .vp-item .qrcode img {
  display: block;
  width: 100%;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-image: url(../images/icon_sm_logo.svg);
  background-repeat: no-repeat;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-logo.isl-office {
  background-position-x: -26px;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-logo.isl-wangpan {
  background-position-x: -52px;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin: 4px 0 0 5px;
  background-image: url(../images/icon_sm_platform.svg);
  background-repeat: no-repeat;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform.isp-android {
  background-position-x: 0;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform.isp-ios {
  background-position-x: -13px;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform.isp-weixin {
  background-position-x: -26px;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform.isp-alipay {
  background-position-x: -39px;
}
.download-app-dialog .down-cell .vp-item .qrcode .icon-sm-platform.isp-hongmeng {
  background-position-x: -52px;
}
.download-app-dialog .down-cell .vp-item .pic {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 14px;
  background: rgba(242, 244, 248, 0.5);
  border-radius: 8px;
}
.download-app-dialog .down-cell .vp-item .pic [class^=icon-download-types-] {
  display: block;
  width: 48px;
  height: 48px;
  margin: 21px 0 0 21px;
  background-image: url(../images/icon_download_types.svg);
  background-repeat: no-repeat;
}
.download-app-dialog .down-cell .vp-item .pic .icon-download-types-windows {
  background-position-x: -48px;
}
.download-app-dialog .down-cell .vp-item .pic .icon-download-types-linux {
  background-position-x: -96px;
}
.download-app-dialog .down-cell .vp-item .pic .icon-download-types-tv {
  background-position-x: -144px;
}
.download-app-dialog .down-cell .vp-item .btn-link {
  margin-top: 1px;
  font-size: 12px;
  line-height: 18px;
  color: #2777F8;
}
.download-app-dialog .down-cell .vp-item .desc {
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
}
.download-app-dialog .down-cell .vp-item:hover:before {
  content: "";
}
.download-app-dialog .down-cell .vp-item:hover .pic {
  background: #fff;
}
.download-app-dialog .down-cell .current.vp-item:before {
  content: "";
  background: #F8F9FB;
  border: 1px solid #EDEEEF;
}
.download-app-dialog .down-cell .current.vp-item .pic {
  background: #fff;
}
.download-app-dialog .down-cell .current.vp-item .current-device {
  display: block;
}

.product-version-wrap .version-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}
.product-version-wrap .version-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  margin: 0 30px;
  padding: 30px 10px 22px;
  border-radius: 20px;
}
.product-version-wrap .version-wrap .item .icon-product-logo {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 11px;
  background-image: url(../images/icon_product_logo.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-version-wrap .version-wrap .item .icon-product-logo.ipl-office {
  background-position-x: -80px;
}
.product-version-wrap .version-wrap .item .icon-product-logo.ipl-broser {
  background-position-x: -160px;
}
.product-version-wrap .version-wrap .item .name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}
.product-version-wrap .version-wrap .item .btn-link {
  font-size: 14px;
  color: #2777F8;
}
.product-version-wrap .item-wrap {
  position: relative;
}
.product-version-wrap .item-wrap:hover .item {
  background: rgba(242, 244, 248, 0.7);
}
.product-version-wrap .item-wrap:hover .download-app-dialog {
  display: block;
}
.product-version-wrap .item-wrap:first-child .download-app-dialog {
  left: 235px;
}
.product-version-wrap .item-wrap:first-child .download-app-dialog:before {
  left: 317px;
  margin: 0;
}
.product-version-wrap .item-wrap:not(:first-child) .download-app-dialog {
  padding-top: 0;
}
.product-version-wrap .item-wrap:not(:first-child) .download-app-dialog .down-cell .down-title {
  display: none;
}
.product-version-wrap .download-app-dialog {
  max-height: none;
  overflow: visible;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(202, 202, 202, 0.5);
  border-radius: 4px;
  z-index: 10;
  transform: translateX(-50%);
}
.product-version-wrap .download-app-dialog:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dialog-box#vue_app_down_box {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.download-app-dialog {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.download-app-dialog .down-cell {
  padding: 0 20px;
}
.download-app-dialog .down-cell .down-title {
  background: #F8F9FB;
  border-radius: 4px;
}
.download-app-dialog .down-cell .down-title .title {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}
.download-app-dialog .down-cell .down-title .title i {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: auto 16px;
}
.download-app-dialog .down-cell .down-title .title .icon-logo-cloud {
  background-image: url(../images/icon_sm_logo.svg);
  background-repeat: no-repeat;
}
.download-app-dialog .down-cell .down-title .title .icon-logo-office {
  background-image: url(../images/icon_sm_logo.svg);
  background-repeat: no-repeat;
  background-position: -16px;
}
.download-app-dialog .down-cell .down-title .title .icon-logo-wangpan {
  background-image: url(../images/icon_sm_logo.svg);
  background-repeat: no-repeat;
  background-position: -32px;
}
.download-app-dialog .down-cell .down-title .title .icon-logo-browser {
  background-image: url(../images/icon_logo_browser.svg);
  background-repeat: no-repeat;
}
.download-app-dialog .down-cell .down-title .title span {
  font-size: 14px;
}
.download-app-dialog .down-cell .down-title .title .txt-sub {
  opacity: 0.5;
}
.download-app-dialog .down-cell .version-popup {
  margin: 0 -5px;
  padding: 5px 0 20px;
  font-size: 0;
  white-space: nowrap;
}
.download-app-dialog .down-cell .vp-item {
  margin: 0;
}
.download-app-dialog .down-cell-group {
  display: flex;
}
.download-app-dialog .down-cell-group .down-cell {
  padding: 0 10px;
}
.download-app-dialog .down-cell-group .down-cell:first-child {
  padding-left: 20px;
}
.download-app-dialog .down-cell-group .down-cell:last-child {
  flex: 1;
  padding-right: 20px;
}
.download-app-dialog.dad-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.product-update-wrap .puw-inner {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.product-update-wrap .puw-cont {
  flex: 1;
  min-width: 0;
}
.product-update-wrap .puw-scroll {
  max-height: calc(100vh - 180px);
  overflow: auto;
}
.product-update-wrap .update-line {
  flex-shrink: 0;
  margin-left: 22px;
  margin-top: 80px;
}
.product-update-wrap .update-line ul {
  border-left: 2px solid rgba(26, 37, 53, 0.1);
}
.product-update-wrap .update-line li {
  position: relative;
  padding-left: 18px;
}
.product-update-wrap .update-line li:before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2777F8;
}
.product-update-wrap .update-line li.current:before {
  content: "";
}
.product-update-wrap .update-line li.current .item {
  font-weight: 500;
  color: #2777F8;
}
.product-update-wrap .update-line .item {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #8C9399;
}
.product-update-wrap .update-line .item:hover {
  color: #1A2535;
}
.product-update-wrap .update-select-wrap {
  display: flex;
  padding: 20px 0;
}
.product-update-wrap .update-select-wrap .select-wrap {
  position: relative;
  width: 160px;
  margin-right: 16px;
}
.product-update-wrap .update-select-wrap .select-wrap select {
  width: 100%;
  padding: 0 25px 0 16px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 1px solid rgba(26, 39, 52, 0.1);
}
.product-update-wrap .update-select-wrap .select-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1px solid #8C9399;
  border-bottom: 1px solid #8C9399;
  transform: rotate(45deg);
}
.product-update-wrap .update-cont {
  background: #fff;
  border-radius: 2px;
  word-wrap: break-word;
  word-break: break-all;
}
.product-update-wrap .update-cont:not(:last-child) {
  margin-bottom: 20px;
}
.product-update-wrap .update-cont.shrink .year span:after {
  margin-top: -6px;
  transform: rotate(45deg);
}
.product-update-wrap .update-cont.shrink .cell-wrap {
  display: none;
}
.product-update-wrap .update-cont .year {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.product-update-wrap .update-cont .year span {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.product-update-wrap .update-cont .year span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 1px solid #8C9399;
  border-bottom: 1px solid #8C9399;
  transform: rotate(-135deg);
}
.product-update-wrap .update-cont .cell {
  padding: 16px 0;
  margin: 0 20px 0 44px;
}
.product-update-wrap .update-cont .cell:first-child {
  margin-top: -20px;
}
.product-update-wrap .update-cont .cell:not(:last-child) {
  border-bottom: 1px solid #e4eaef;
}
.product-update-wrap .update-cont .cell.shrink .title .time span:after {
  margin-top: -6px;
  transform: rotate(45deg);
}
.product-update-wrap .update-cont .cell.shrink .info {
  display: none;
}
.product-update-wrap .update-cont .title {
  display: flex;
  align-items: center;
  font-size: 0;
}
.product-update-wrap .update-cont .title .left-tvf {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.product-update-wrap .update-cont .title .right-tvf {
  flex-shrink: 0;
}
.product-update-wrap .update-cont .title .name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.product-update-wrap .update-cont .title .mark {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border-radius: 2px;
  background: #43BA81;
}
.product-update-wrap .update-cont .title .download {
  margin-left: 8px;
  font-size: 14px;
  color: #2777F8;
}
.product-update-wrap .update-cont .title .time {
  cursor: pointer;
}
.product-update-wrap .update-cont .title .time span {
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #5E6770;
}
.product-update-wrap .update-cont .title .time span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 1px solid #8C9399;
  border-bottom: 1px solid #8C9399;
  transform: rotate(-135deg);
}
.product-update-wrap .update-cont .info {
  padding: 8px 0 0;
  margin-right: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #5E6770;
}

.product-feather-wrap .pfw-info {
  text-align: center;
  padding: 12px 10px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #5E6770;
}
.product-feather-wrap .pfw-cell {
  padding: 124px 0 160px;
}
.product-feather-wrap .pfw-cell:nth-child(odd) {
  background: #F2F4F8;
}
.product-feather-wrap .pfw-cell:nth-child(odd) .inner {
  flex-direction: row-reverse;
}
.product-feather-wrap .pfw-cell:nth-child(odd) .pic-wrap {
  margin-left: 38px;
  margin-right: 57px;
}
.product-feather-wrap .pfw-cell:nth-child(odd) .pic-wrap:before {
  left: auto;
  right: -24px;
}
.product-feather-wrap .pfw-cell .inner {
  display: flex;
  justify-content: center;
  width: 1150px;
  margin: 0 auto;
}
.product-feather-wrap .pfw-cell .pic-wrap {
  position: relative;
  width: 560px;
  margin-left: 15px;
  margin-right: 80px;
}
.product-feather-wrap .pfw-cell .pic-wrap:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -49px;
  width: 316px;
  height: 124px;
  background-image: url(../images/dot.png);
  background-image: -webkit-image-set(url(../images/dot.png) 1x, url(../images/dot@2x.png) 2x);
  background-repeat: no-repeat;
  background-repeat: repeat;
}
.product-feather-wrap .pfw-cell .pic-wrap .p-web {
  position: relative;
  width: 560px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.product-feather-wrap .pfw-cell .pic-wrap .p-web img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.product-feather-wrap .pfw-cell .pic-wrap .p-phone {
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 170px;
  box-shadow: 0px 5px 40px 0px #EDEDED;
  border-radius: 8px;
}
.product-feather-wrap .pfw-cell .pic-wrap .p-phone img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.product-feather-wrap .pfw-cell .introduce-details {
  position: relative;
  width: 497px;
  padding: 50px 0;
}
.product-feather-wrap .pfw-cell .introduce-details .title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.product-feather-wrap .pfw-cell .introduce-details .title span {
  display: block;
  color: #2777F8;
}
.product-feather-wrap .pfw-cell .introduce-details .info {
  font-size: 18px;
  line-height: 25px;
  color: #5E6770;
}
.product-feather-wrap .pfw-cell .introduce-details .sm-bg-wrap .sm-bg-one {
  position: absolute;
  top: 46px;
  left: 100px;
  width: 11px;
  height: 11px;
  background: rgba(248, 140, 32, 0.2);
  border: 1px solid;
  -o-border-image: linear-gradient(135deg, rgba(248, 140, 32, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
     border-image: linear-gradient(135deg, rgba(248, 140, 32, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
}
.product-feather-wrap .pfw-cell .introduce-details .sm-bg-wrap .sm-bg-two {
  position: absolute;
  top: 129px;
  left: 462px;
  width: 15px;
  height: 15px;
  border: 1px solid;
  background: rgba(39, 119, 248, 0.2);
  -o-border-image: linear-gradient(135deg, rgba(39, 119, 248, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
     border-image: linear-gradient(135deg, rgba(39, 119, 248, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
  opacity: 0.5;
}
.product-feather-wrap .pfw-cell .introduce-details .sm-bg-wrap .sm-bg-three {
  position: absolute;
  top: 228px;
  left: 39px;
  width: 19px;
  height: 19px;
  border: 1px solid;
  background: rgba(248, 140, 32, 0.2);
  -o-border-image: linear-gradient(135deg, rgba(248, 140, 32, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
     border-image: linear-gradient(135deg, rgba(248, 140, 32, 0.7), rgba(255, 255, 255, 0.4)) 1 1;
  opacity: 0.3;
}
.product-feather-wrap.pfw-office .pfw-cell .introduce-details .title span {
  color: #ff8c20;
}
.product-feather-wrap.pfw-browser .pfw-cell:nth-child(odd) {
  background: #fff;
}
.product-feather-wrap.pfw-browser .pfw-cell:nth-child(odd) .inner {
  flex-direction: row;
}
.product-feather-wrap.pfw-browser .pfw-cell:nth-child(even) {
  background: #F7F9FC;
}
.product-feather-wrap.pfw-browser .pfw-cell:nth-child(even) .inner {
  flex-direction: row-reverse;
}
.product-feather-wrap.pfw-browser .pfw-cell .pic-wrap .p-web {
  border-radius: 4px;
  box-shadow: 0px 0 22px 0px rgba(0, 0, 0, 0.1);
}
.product-feather-wrap.pfw-browser .pfw-cell .pic-wrap .p-web img {
  border-radius: 4px;
}
.product-feather-wrap.pfw-browser .pfw-cell .introduce-details {
  padding-top: 102px;
}
.product-feather-wrap.pfw-browser .pfw-cell .introduce-details .title span {
  color: #1A2535;
}

.product-iframe {
  height: calc(100vh - 136px);
  background-color: #ddd;
}

.vip-banner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 0;
}
.vip-banner-wrap .title {
  position: relative;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  color: #1A2535;
  text-align: center;
}
.vip-banner-wrap .title:before, .vip-banner-wrap .title:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 30px;
  height: 42px;
  background-image: url(../images/icon_vip_feather.svg);
  background-repeat: no-repeat;
}
.vip-banner-wrap .title:before {
  right: calc(100% + 30px);
}
.vip-banner-wrap .title:after {
  left: calc(100% + 30px);
  transform: rotateY(180deg);
}

.office-module-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(247, 249, 252, 0) 0%, #F7F9FC 100%);
}
.office-module-wrap .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  z-index: 1;
}
.office-module-wrap .item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 220px;
  padding: 32px 0 0;
  text-align: center;
  border-radius: 8px;
}
.office-module-wrap .item .icon-office-module {
  display: block;
  width: 43px;
  height: 43px;
  margin-bottom: 20px;
  background-image: url(../images/icon_office_module.svg);
  background-repeat: no-repeat;
}
.office-module-wrap .item .icon-office-module.iom-chat {
  background-position-x: 0px;
}
.office-module-wrap .item .icon-office-module.iom-member {
  background-position-x: -43px;
}
.office-module-wrap .item .icon-office-module.iom-task {
  background-position-x: -86px;
}
.office-module-wrap .item .icon-office-module.iom-news {
  background-position-x: -129px;
}
.office-module-wrap .item .icon-office-module.iom-moment {
  background-position-x: -172px;
}
.office-module-wrap .item .icon-office-module.iom-schedule {
  background-position-x: -215px;
}
.office-module-wrap .item .icon-office-module.iom-hr {
  background-position-x: -258px;
}
.office-module-wrap .item .icon-office-module.iom-property {
  background-position-x: -301px;
}
.office-module-wrap .item .name {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #1A2535;
}
.office-module-wrap .item .info {
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
}
.office-module-wrap .action {
  padding: 80px 20px 104px;
}
.office-module-wrap .action .button {
  box-sizing: border-box;
  width: 156px;
  height: 36px;
  line-height: 36px;
  border: 0 none;
}
.office-module-wrap .action .button span {
  font-weight: bold;
}

.office-usage-scenarios {
  padding: 96px 0;
}
.office-usage-scenarios h3.title {
  padding-bottom: 24px;
}
.office-usage-scenarios .ous-wrap .info {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #5E6770;
}
.office-usage-scenarios .ous-wrap ul {
  display: flex;
  justify-content: center;
  padding: 48px 0;
}
.office-usage-scenarios .ous-wrap li + li {
  margin-left: 40px;
}
.office-usage-scenarios .ous-wrap .item {
  position: relative;
  width: 196px;
  height: 240px;
  border-radius: 2px;
  overflow: hidden;
}
.office-usage-scenarios .ous-wrap .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: transform 0.2s;
  background-size: contain;
}
.office-usage-scenarios .ous-wrap .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.office-usage-scenarios .ous-wrap .item .cont:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, rgba(26, 39, 52, 0.9) 0.21%, rgba(26, 39, 52, 0.5) 66.25%, rgba(26, 39, 52, 0) 100%);
  opacity: 0.7;
  border-radius: 0 0 2px 2px;
}
.office-usage-scenarios .ous-wrap .item .cont span {
  position: relative;
  z-index: 1;
}
.office-usage-scenarios .ous-wrap .item:hover:before {
  transform: scale(1.04);
}
.office-usage-scenarios .ous-wrap .item.government:before {
  background-image: url(../images/scenarios/ous_goverment.png);
  background-image: -webkit-image-set(url(../images/scenarios/ous_goverment.png) 1x, url(../images/scenarios/ous_goverment@2x.png) 2x);
  background-repeat: no-repeat;
}
.office-usage-scenarios .ous-wrap .item.company:before {
  background-image: url(../images/scenarios/ous_company.png);
  background-image: -webkit-image-set(url(../images/scenarios/ous_company.png) 1x, url(../images/scenarios/ous_company@2x.png) 2x);
  background-repeat: no-repeat;
}
.office-usage-scenarios .ous-wrap .item.association:before {
  background-image: url(../images/scenarios/ous_association.png);
  background-image: -webkit-image-set(url(../images/scenarios/ous_association.png) 1x, url(../images/scenarios/ous_association@2x.png) 2x);
  background-repeat: no-repeat;
}
.office-usage-scenarios .ous-wrap .item.school:before {
  background-image: url(../images/scenarios/ous_school.png);
  background-image: -webkit-image-set(url(../images/scenarios/ous_school.png) 1x, url(../images/scenarios/ous_school@2x.png) 2x);
  background-repeat: no-repeat;
}

.vip-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}
.vip-tab a {
  position: relative;
  padding: 10px;
  margin: 0 14px;
  font-size: 20px;
  line-height: 18px;
  color: #8C9399;
}
.vip-tab a:hover {
  color: #1A2535;
}
.vip-tab a.current {
  font-weight: bold;
  color: #1A2535;
}
.vip-tab:before, .vip-tab:after {
  position: relative;
  width: 69px;
  height: 5px;
  background-image: url(../images/deco_headline_privilege_table.svg);
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
.vip-tab:before {
  margin-right: 24px;
}
.vip-tab:after {
  margin-left: 24px;
  transform: rotate(180deg);
}

.job-vip-tab .vip-tab {
  padding: 10px 20px;
}
.job-vip-tab .vip-tab a {
  font-size: 16px;
}

.browser-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 0 0;
  background: linear-gradient(180deg, rgba(247, 249, 252, 0) 0%, #F7F9FC 100%);
  overflow: hidden;
}
.browser-banner .logo {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 6px;
  background-image: url(../images/icon_product_logo.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: -128px;
}
.browser-banner .name {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  line-height: 67px;
}
.browser-banner .info {
  position: relative;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 33px;
  color: #5E6770;
}
.browser-banner .action {
  position: relative;
  display: flex;
  margin-bottom: 16px;
}
.browser-banner .action .button {
  margin: 0 8px;
  padding: 0 22px;
  height: 38px;
  line-height: 38px;
}
.browser-banner .action .button.btn-apple {
  background: #4D596E;
  border-color: #4D596E;
}
.browser-banner .action .button.btn-apple:hover {
  background: #3B4454;
  border-color: #3B4454;
}
.browser-banner .action .button.btn-linux {
  background: #3F65A2;
  border-color: #3F65A2;
}
.browser-banner .action .button.btn-linux:hover {
  background: #2E4E83;
  border-color: #2E4E83;
}
.browser-banner .action .button .icon-browser-version {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_browser_version.svg);
  background-repeat: no-repeat;
}
.browser-banner .action .button .icon-browser-version.ibv-windows {
  background-position-x: -16px;
}
.browser-banner .action .button .icon-browser-version.ibv-linux {
  background-position-x: -32px;
}
.browser-banner .action .item-wrap {
  position: relative;
  padding: 10px 0;
}
.browser-banner .action .item-wrap:hover .download-app-dialog {
  display: block;
}
.browser-banner .action .download-app-dialog {
  max-height: none;
  overflow: visible;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(202, 202, 202, 0.5);
  border-radius: 4px;
  z-index: 10;
  transform: translateX(-50%);
}
.browser-banner .action .download-app-dialog:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.browser-banner .action .download-app-dialog .down-cell .down-title {
  display: none;
}
.browser-banner .action .download-app-dialog .down-cell .vp-item .pic {
  box-shadow: none;
}
.browser-banner .action .download-app-dialog .down-cell .vp-item .name {
  font-weight: normal;
}
.browser-banner .version-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.browser-banner .version-info span {
  font-size: 12px;
  line-height: 22px;
  color: #5E6770;
}
.browser-banner .version-info s {
  margin: 0 8px;
  font-size: 12px;
  line-height: 22px;
  color: #afb3b9;
}
.browser-banner .link-wrap {
  position: relative;
  margin-bottom: 30px;
}
.browser-banner .link-wrap span {
  font-size: 12px;
  line-height: 22px;
  color: #2777F8;
}
.browser-banner .link-wrap s {
  margin: 0 8px;
  font-size: 12px;
  line-height: 22px;
  color: #afb3b9;
}
.browser-banner .pic {
  position: relative;
  width: 1000px;
  margin-bottom: -6px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.browser-banner .pic img {
  display: block;
  width: 100%;
}
.browser-banner .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_browser_banner.png);
  background-image: -webkit-image-set(url(../images/bg_browser_banner.png) 1x, url(../images/bg_browser_banner@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
}
.browser-banner .bg .dot {
  position: absolute;
  top: -52px;
  right: 0;
  width: 170px;
  height: 134px;
  background-image: url(../images/dot.png);
  background-image: -webkit-image-set(url(../images/dot.png) 1x, url(../images/dot@2x.png) 2x);
  background-repeat: no-repeat;
  background-repeat: repeat;
}
.browser-banner .bg .left-cloud {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 504px;
  height: 104px;
  margin-left: -876px;
  background-image: url(../images/left_cloud.png);
  background-image: -webkit-image-set(url(../images/left_cloud.png) 1x, url(../images/left_cloud@2x.png) 2x);
  background-repeat: no-repeat;
}
.browser-banner .bg .right-cloud {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 490px;
  height: 140px;
  margin-right: -796px;
  background-image: url(../images/right_cloud.png);
  background-image: -webkit-image-set(url(../images/right_cloud.png) 1x, url(../images/right_cloud@2x.png) 2x);
  background-repeat: no-repeat;
}

.highquality-dealer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 20px;
  background: #fff;
}
.highquality-dealer-wrap .dealer-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 36px;
  margin-top: 50px;
}
.highquality-dealer-wrap .dealer-wrap .item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  min-height: 96px;
  min-width: 0;
  width: 240px;
  padding-left: 100px;
  padding-right: 10px;
  border-radius: 8px;
  background: #fff;
  background-image: linear-gradient(100deg, rgba(253, 201, 138, 0.5) 0%, rgba(254, 225, 185, 0.5) 100%);
  font-size: 12px;
  color: rgba(26, 37, 53, 0.3);
  flex-direction: column;
  justify-content: center;
}
.highquality-dealer-wrap .dealer-wrap .item:before {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 90px;
  height: 120px;
  background-image: url(../images/icon_highquality_dealer.svg);
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}
.highquality-dealer-wrap .dealer-wrap .item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.highquality-dealer-wrap .dealer-wrap .item p {
  padding: 3px 0;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}
.highquality-dealer-wrap .dealer-wrap .item strong {
  font-size: 18px;
  color: #1A2535;
}

.quality-dealer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 20px;
  background: #fff;
}
.quality-dealer-wrap .dealer-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 36px;
  margin-top: 50px;
}
.quality-dealer-wrap .dealer-wrap .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 0;
  width: 240px;
  padding: 15px 19px;
  border-radius: 8px;
  border: 1px solid #F2F4F8;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url(../images/icon_dealer_logo.svg);
  background-repeat: no-repeat;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-taobao {
  background-position-x: 0px;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-tianmao {
  background-position-x: -32px;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-pdd {
  background-position-x: -64px;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-jd {
  background-position-x: -96px;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-dy {
  background-position-x: -128px;
}
.quality-dealer-wrap .dealer-wrap .item .icon-dealer-logo.idl-xhs {
  background-position-x: -160px;
}
.quality-dealer-wrap .dealer-wrap .item span {
  font-size: 16px;
  line-height: 22px;
}
.quality-dealer-wrap .dealer-wrap .item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}

.goldmedal-store-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 20px;
  background: #fff;
}
.goldmedal-store-wrap .store-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.goldmedal-store-wrap .store-wrap .item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  width: 240px;
  height: 190px;
  padding: 30px 10px 20px;
  border-radius: 8px;
  border: 1px solid #F2F4F8;
}
.goldmedal-store-wrap .store-wrap .item .icon-store-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  background-image: url(../images/icon_store_logo.svg);
  background-repeat: no-repeat;
}
.goldmedal-store-wrap .store-wrap .item .icon-store-logo.isl-taobao {
  background-position-x: 0px;
}
.goldmedal-store-wrap .store-wrap .item .icon-store-logo.isl-pdd {
  background-position-x: -48px;
}
.goldmedal-store-wrap .store-wrap .item .icon-store-logo.isl-xhs {
  background-position-x: -96px;
}
.goldmedal-store-wrap .store-wrap .item .name {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}
.goldmedal-store-wrap .store-wrap .item .desc-box .desc {
  display: flex;
}
.goldmedal-store-wrap .store-wrap .item .desc-box .desc .icon-contact-info {
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_contact_info.svg);
  background-repeat: no-repeat;
}
.goldmedal-store-wrap .store-wrap .item .desc-box .desc .icon-contact-info.ici-tel {
  background-position-x: -14px;
}
.goldmedal-store-wrap .store-wrap .item .desc-box .desc span {
  font-size: 12px;
  line-height: 22px;
  color: #8C9399;
}
.goldmedal-store-wrap .store-wrap .item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}

.coop-case-wrap {
  padding: 64px 0;
  background: #F2F4F8;
}
.coop-case-wrap .ccw-wrap {
  display: flex;
  width: 1080px;
  margin: 50px auto 0;
}
.coop-case-wrap .ccw-wrap .pic {
  flex-shrink: 0;
  width: 564px;
  min-height: 400px;
  margin-right: 20px;
  background: url(../images/coop_case.jpg) no-repeat;
  background-size: 130%;
  background-position: -128px -25px;
}
.coop-case-wrap .ccw-wrap .pic img {
  display: block;
  width: 100%;
}
.coop-case-wrap .ccw-wrap .case-cont {
  word-break: break-all;
}
.coop-case-wrap .ccw-wrap .case-cont .title {
  font-size: 18px;
  padding: 20px 0 10px;
}
.coop-case-wrap .ccw-wrap .case-cont .cont p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  color: #5E6770;
}

.supplier-coopstyle-wrap {
  padding: 64px 0 20px;
}
.supplier-coopstyle-wrap .scw-wrap {
  font-size: 0;
  width: 1028px;
  margin: 50px auto 0;
}
.supplier-coopstyle-wrap .scw-wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  padding: 48px 0 48px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 2px;
  transition: background 0.2s;
}
.supplier-coopstyle-wrap .scw-wrap .item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  background-image: url(../images/icon_coopstyle.png);
  background-image: -webkit-image-set(url(../images/icon_coopstyle.png) 1x, url(../images/icon_coopstyle@2x.png) 2x);
  background-repeat: no-repeat;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-cloud {
  background-position-x: 0px;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-dx {
  background-position-x: -96px;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-personnel {
  background-position-x: -192px;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-office {
  background-position-x: -288px;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-gift {
  background-position-x: -384px;
}
.supplier-coopstyle-wrap .scw-wrap .item .icon-coopstyle.ic-ad {
  background-position-x: -480px;
}
.supplier-coopstyle-wrap .scw-wrap .item span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.supplier-coopstyle-wrap .scw-wrap .item:not(:nth-child(3n)) {
  margin-right: 80px;
}

.supplier-coopbrand-wrap {
  padding: 64px 0;
  background: #fff;
}
.supplier-coopbrand-wrap .info {
  width: 820px;
  margin: 24px auto 48px;
  margin-top: 24px;
}
.supplier-coopbrand-wrap .info p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  word-break: break-all;
  text-align: justify;
  color: #5E6770;
}
.supplier-coopbrand-wrap .scw-wrap {
  width: 1080px;
  margin: 50px auto 0;
}
.supplier-coopbrand-wrap .scw-wrap ul {
  font-size: 0;
}
.supplier-coopbrand-wrap .scw-wrap li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 120px) / 4);
}
.supplier-coopbrand-wrap .scw-wrap li:not(:nth-child(4n)) {
  margin-right: 40px;
}
.supplier-coopbrand-wrap .scw-wrap li:not(:nth-child(-n+4)) {
  margin-top: 40px;
}
.supplier-coopbrand-wrap .scw-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 120px;
  margin: 0 auto;
  border: 1px solid #F2F4F8;
  border-radius: 2px;
  cursor: pointer;
}
.supplier-coopbrand-wrap .scw-wrap .item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.supplier-coopbrand-wrap .scw-wrap .item img {
  display: block;
}
.supplier-coopbrand-wrap .scw-wrap .item.ali img {
  width: 140px;
}
.supplier-coopbrand-wrap .scw-wrap .item.huawei img {
  width: 180px;
}
.supplier-coopbrand-wrap .scw-wrap .item.mobile img {
  width: 150px;
}
.supplier-coopbrand-wrap .scw-wrap .item.telecom img {
  width: 140px;
}
.supplier-coopbrand-wrap .scw-wrap .item.unicom img {
  width: 110px;
}
.supplier-coopbrand-wrap .scw-wrap .item.lp img {
  width: 120px;
}
.supplier-coopbrand-wrap .scw-wrap .item.boss img {
  width: 150px;
}
.supplier-coopbrand-wrap .understand-more {
  width: 166px;
  margin-top: 40px;
}

.supplier-coopidea-wrap {
  padding: 64px 0 94px;
  background: #fff;
}
.supplier-coopidea-wrap .title {
  margin-bottom: 38px;
}
.supplier-coopidea-wrap .scw-wrap {
  width: 1080px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
}
.supplier-coopidea-wrap .scw-wrap .item {
  position: relative;
  height: 256px;
  overflow: hidden;
}
.supplier-coopidea-wrap .scw-wrap .item:hover .pic:before {
  transform: scale(1.04);
}
.supplier-coopidea-wrap .scw-wrap .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.supplier-coopidea-wrap .scw-wrap .item .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  background-size: cover;
  transition: transform 0.2s;
}
.supplier-coopidea-wrap .scw-wrap .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 2px 2px;
}
.supplier-coopidea-wrap .scw-wrap .item .cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, rgba(26, 39, 52, 0.7) 31.25%, rgba(26, 39, 52, 0) 85.58%);
  opacity: 0.9;
  border-radius: 0 0 2px 2px;
}
.supplier-coopidea-wrap .scw-wrap .item .cont span {
  position: relative;
  display: block;
  padding: 30px 16px 26px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.supplier-coopidea-wrap .scw-wrap .item.scw-one .pic:before {
  background-image: url(../images/supplier/scw_one.png);
  background-image: -webkit-image-set(url(../images/supplier/scw_one.png) 1x, url(../images/supplier/scw_one@2x.png) 2x);
  background-repeat: no-repeat;
}
.supplier-coopidea-wrap .scw-wrap .item.scw-two .pic:before {
  background-image: url(../images/supplier/scw_two.png);
  background-image: -webkit-image-set(url(../images/supplier/scw_two.png) 1x, url(../images/supplier/scw_two@2x.png) 2x);
  background-repeat: no-repeat;
}
.supplier-coopidea-wrap .scw-wrap .item.scw-three .pic:before {
  background-image: url(../images/supplier/scw_three.png);
  background-image: -webkit-image-set(url(../images/supplier/scw_three.png) 1x, url(../images/supplier/scw_three@2x.png) 2x);
  background-repeat: no-repeat;
}
.supplier-coopidea-wrap .info {
  width: 1000px;
  margin: 0 auto;
  margin-top: 24px;
}
.supplier-coopidea-wrap .info p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  word-break: break-all;
  text-align: justify;
  color: #5E6770;
}

.investment-wrap {
  padding: 64px 0 56px;
  background: #fff;
}

.investment-reason {
  width: 1080px;
  margin: 50px auto 0;
}
.investment-reason ul {
  font-size: 0;
}
.investment-reason li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% + 24px) / 4 - 24px);
  margin-bottom: 8px;
}
.investment-reason li:not(:nth-child(4n)) {
  margin-right: 24px;
}
.investment-reason .item {
  box-sizing: border-box;
  width: 100%;
  padding-top: 48px;
  min-height: 344px;
  text-align: center;
  border-radius: 2px;
  transition: background 0.2s;
}
.investment-reason .item .icon-invest {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background-image: url(../images/icon_invest.png);
  background-image: -webkit-image-set(url(../images/icon_invest.png) 1x, url(../images/icon_invest@2x.png) 2x);
  background-repeat: no-repeat;
}
.investment-reason .item .icon-invest.inv-develop {
  background-position-x: 0px;
}
.investment-reason .item .icon-invest.inv-manage {
  background-position-x: -96px;
}
.investment-reason .item .icon-invest.inv-sun {
  background-position-x: -192px;
}
.investment-reason .item .icon-invest.inv-income {
  background-position-x: -288px;
}
.investment-reason .item .icon-invest.inv-benchmark {
  background-position-x: -384px;
}
.investment-reason .item .icon-invest.inv-people {
  background-position-x: -480px;
}
.investment-reason .item .icon-invest.inv-trophy {
  background-position-x: -576px;
}
.investment-reason .item .icon-invest.inv-link {
  background-position-x: -672px;
}
.investment-reason .item .name {
  padding: 24px 0 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.investment-reason .item .info {
  font-size: 14px;
  line-height: 20px;
  color: #8C9399;
}
.investment-reason .item:hover {
  background: #F2F4F8;
}

.product-introduce-index .content-title {
  margin-bottom: 0;
}
.product-introduce-index .proint-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1090px;
  height: 640px;
  margin: 0 auto;
}
.product-introduce-index .proint-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.product-introduce-index .proint-item:nth-child(2n) .pc-phone-wrap {
  right: 41px;
}
.product-introduce-index .proint-item.proint-reviewres .pc-phone-wrap .pc {
  box-shadow: none;
}
.product-introduce-index .introduce-details .icon-proint-index {
  display: block;
  width: 70px;
  height: 70px;
}
.product-introduce-index .introduce-details .title {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #1A2535;
}
.product-introduce-index .introduce-details .info {
  padding-top: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #3B4B62;
}
.product-introduce-index .pc-phone-wrap {
  position: relative;
}
.product-introduce-index .pc-phone-wrap .pc {
  position: relative;
  width: 436px;
  height: 286px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(170, 175, 187, 0.3);
}
.product-introduce-index .pc-phone-wrap .phone {
  position: absolute;
  right: -60px;
  bottom: -92px;
  width: 134px;
  height: 288px;
  box-shadow: 0 5px 40px 0 rgba(26, 37, 53, 0.2);
  border-radius: 4px;
}
.product-introduce-index .pc-phone-wrap .pc img, .product-introduce-index .pc-phone-wrap .phone img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.product-introduce-index.pro-coop {
  position: relative;
}
.product-introduce-index.pro-coop:after {
  content: "";
  position: absolute;
  top: 550px;
  left: 50%;
  bottom: 300px;
  width: 208px;
  height: 1555px;
  margin-left: -143px;
  background-image: url(../images/icon_path_dashed.svg);
  background-repeat: no-repeat;
}
.product-introduce-index.pro-coop .proint-item {
  position: relative;
  width: 1100px;
  height: 600px;
  z-index: 1;
}
.product-introduce-index.pro-coop .pc-phone-wrap .pc {
  width: 450px;
  height: 300px;
  box-shadow: none;
}
.product-introduce-index .icon-proint-index {
  background-image: url(../images/icon_proint_index.svg);
  background-repeat: no-repeat;
}
.product-introduce-index .icon-proint-index.ipi-groupchat {
  background-position-x: 0px;
}
.product-introduce-index .icon-proint-index.ipi-work {
  background-position-x: -70px;
}
.product-introduce-index .icon-proint-index.ipi-mine {
  background-position-x: -140px;
}
.product-introduce-index .icon-proint-index.ipi-hr {
  background-position-x: -210px;
}
.product-introduce-index .icon-proint-index.ipi-progress {
  background-position-x: -280px;
}
.product-introduce-index .icon-proint-index.ipi-manage {
  background-position-x: -350px;
}
.product-introduce-index .icon-proint-index.ipi-results {
  background-position-x: -420px;
}
.product-introduce-index .icon-proint-index.ipi-client {
  background-position-x: -490px;
}
.product-introduce-index .icon-proint-index.ipi-transform {
  background-position-x: -560px;
}
.product-introduce-index .icon-proint-index.ipi-assets {
  background-position-x: -630px;
}
.product-introduce-index .icon-proint-index.ipi-attendance {
  background-position-x: -700px;
}
.product-introduce-index .icon-proint-index.ipi-all {
  background-position-x: -770px;
}
.product-introduce-index .icon-proint-index.ipi-file {
  background-position-x: -840px;
}
.product-introduce-index .icon-proint-index.ipi-model {
  background-position-x: -910px;
}
.product-introduce-index .icon-proint-index.ipi-chat {
  background-position-x: -980px;
}
.product-introduce-index .icon-proint-index.ipi-online {
  background-position-x: -1050px;
}
.product-introduce-index .icon-proint-index.ipi-remotely {
  background-position-x: -1120px;
}
.product-introduce-index .icon-proint-index.ipi-visit {
  background-position-x: -1190px;
}
.product-introduce-index .icon-proint-index.ipi-account {
  background-position-x: -1260px;
}
.product-introduce-index .icon-proint-index.ipi-reldata {
  background-position-x: -1330px;
}
.product-introduce-index .icon-proint-index.ipi-reviewres {
  background-position-x: -1400px;
}
.product-introduce-index .icon-proint-index.ipi-union {
  background-position-x: -1470px;
}
.product-introduce-index .icon-proint-index.ipi-share {
  background-position-x: -1540px;
}
.product-introduce-index .icon-proint-index.ipi-money {
  background-position-x: -1610px;
}
.product-introduce-index .icon-proint-index.ipi-withdraw {
  background-position-x: -1680px;
}

.site-itvs-jobs {
  padding: 30px;
  background: #F2F4F8;
}
.site-itvs-jobs .inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
}
.site-itvs-jobs .classify-itvs-jobs ul {
  padding: 16px 12px 0 20px;
}
.site-itvs-jobs .classify-itvs-jobs li {
  float: left;
  margin-bottom: 12px;
  margin-right: 10px;
}
.site-itvs-jobs .classify-itvs-jobs li:hover a, .site-itvs-jobs .classify-itvs-jobs li.current a {
  color: #fff;
  background: #2777F8;
}
.site-itvs-jobs .classify-itvs-jobs a {
  display: block;
  position: relative;
  padding: 5px 9px;
  color: #899096;
  font-size: 12px;
  line-height: 17px;
  background: #F7F9FA;
  border-radius: 4px;
}
.site-itvs-jobs .filter-itvs-jobs {
  padding: 12px 20px;
  background: #F8F9FB;
}
.site-itvs-jobs .filter-itvs-jobs .pos-filter {
  float: left;
  margin-right: 16px;
}
.site-itvs-jobs .filter-itvs-jobs .pos-filter .item {
  position: relative;
  display: block;
  padding: 6px 24px 6px 9px;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
  background: #fff;
  border: 1px solid #D1D3D5;
  border-radius: 4px;
}
.site-itvs-jobs .filter-itvs-jobs .pos-filter .item s {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-top: 5px solid #8a929b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.site-itvs-jobs .filter-itvs-jobs .pos-filter .item:hover {
  color: #1A2535;
}
.site-itvs-jobs .list-itvs-jobs li {
  position: relative;
}
.site-itvs-jobs .list-itvs-jobs li:hover {
  background: #E8F0FC;
}
.site-itvs-jobs .list-itvs-jobs li:hover .side {
  display: block;
}
.site-itvs-jobs .list-itvs-jobs li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #e4eaef;
}
.site-itvs-jobs .list-itvs-jobs .item {
  display: block;
  position: relative;
  padding: 20px 20px 20px 84px;
  cursor: pointer;
}
.site-itvs-jobs .list-itvs-jobs .overview {
  min-height: 48px;
}
.site-itvs-jobs .list-itvs-jobs .overview .pic {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
}
.site-itvs-jobs .list-itvs-jobs .overview .pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-itvs-jobs .list-itvs-jobs .overview .name {
  margin-right: 4px;
  font-weight: 500;
  font-size: 16px;
  max-width: 100%;
  word-break: break-all;
}
.site-itvs-jobs .list-itvs-jobs .overview .txt-highlight {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  color: #2777F8;
  font-size: 14px;
  font-weight: 600;
}
.site-itvs-jobs .list-itvs-jobs .overview p, .site-itvs-jobs .list-itvs-jobs .overview .info {
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
}
.site-itvs-jobs .list-itvs-jobs .overview .items {
  color: #8C9399;
}
.site-itvs-jobs .list-itvs-jobs .overview .items em {
  position: relative;
}
.site-itvs-jobs .list-itvs-jobs .overview .items em:not(:last-child) {
  margin-right: 11px;
}
.site-itvs-jobs .list-itvs-jobs .overview .items em:not(:last-child):after {
  position: absolute;
  bottom: 2px;
  right: -6px;
  width: 1px;
  height: 12px;
  background: #a8a8a8;
  content: "";
}
.site-itvs-jobs .list-itvs-jobs .detail {
  margin-top: 7px;
  max-height: 54px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
  word-break: break-all;
}
.site-itvs-jobs .list-itvs-jobs .time {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  line-height: 32px;
}
.site-itvs-jobs .list-itvs-jobs .more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #2777F8;
}
.site-itvs-jobs .list-itvs-jobs .side {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.site-itvs-jobs .list-itvs-jobs .side:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 10px);
  width: 70px;
  height: 40px;
  background: linear-gradient(270deg, #E8F0FC 0%, rgba(232, 240, 252, 0) 100%);
}
.site-itvs-jobs .list-itvs-jobs .button {
  position: relative;
  width: 120px;
}
.site-itvs-jobs .list-itvs-jobs .button .ibco-send-resume {
  width: 16px;
  height: 16px;
  background-image: url(../images/ibco_send_resume.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.site-itvs-jobs .list-itvs-jobs .button span {
  font-weight: 500;
}
.site-itvs-jobs .list-itvs-jobs .button:hover {
  background: #266EE3;
  border: 1px solid #266EE3;
}

.job-introduction-wrap {
  padding: 186px 0 120px;
  background: #fff;
}
.job-introduction-wrap .jiw-wrap {
  position: relative;
  width: 400px;
  min-height: 261px;
  padding: 0 300px;
  margin: 0 auto;
}
.job-introduction-wrap .jiw-wrap .circle {
  position: relative;
  width: 400px;
  height: 261px;
  overflow: hidden;
}
.job-introduction-wrap .jiw-wrap .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 400px;
  height: 400px;
  border: 1px solid #EDEEEF;
  border-radius: 50%;
}
.job-introduction-wrap .jiw-wrap .qrcode {
  position: absolute;
  top: 61px;
  left: 50%;
  width: 240px;
  margin-left: -120px;
}
.job-introduction-wrap .jiw-wrap .qrcode img {
  display: block;
  width: 100%;
}
.job-introduction-wrap .jiw-wrap .item-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 400px;
  height: 261px;
  margin-left: -200px;
}
.job-introduction-wrap .jiw-wrap .item {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 300px;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_job_introduction.svg);
  background-repeat: no-repeat;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction.iji-send {
  background-position-x: 0px;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction.iji-progress {
  background-position-x: -60px;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction.iji-book {
  background-position-x: -120px;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction.iji-chat {
  background-position-x: -180px;
}
.job-introduction-wrap .jiw-wrap .item .icon-job-introduction.iji-star {
  background-position-x: -240px;
}
.job-introduction-wrap .jiw-wrap .item .name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.job-introduction-wrap .jiw-wrap .item .info {
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(1) {
  justify-content: flex-end;
  right: calc(100% - 43px);
  bottom: -42px;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(1) .cont {
  margin-right: 20px;
  text-align: right;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(2) {
  justify-content: flex-end;
  right: calc(100% - 67px);
  bottom: 145px;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(2) .cont {
  margin-right: 20px;
  text-align: right;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(3) {
  flex-direction: column;
  justify-content: center;
  left: 50%;
  margin-left: -150px;
  bottom: calc(100% - 30px);
}
.job-introduction-wrap .jiw-wrap .item:nth-child(3) .cont {
  margin-bottom: 10px;
  text-align: center;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(4) {
  flex-direction: row-reverse;
  justify-content: flex-end;
  left: calc(100% - 67px);
  bottom: 145px;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(4) .cont {
  margin-left: 20px;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(5) {
  flex-direction: row-reverse;
  justify-content: flex-end;
  left: calc(100% - 43px);
  bottom: -42px;
}
.job-introduction-wrap .jiw-wrap .item:nth-child(5) .cont {
  margin-left: 20px;
}

.index-video-wrap {
  padding-top: 64px;
  background: #fff;
}
.index-video-wrap .title {
  padding: 0 0 32px;
}

.index-mv-details {
  position: relative;
  width: 1080px;
  margin: 0 auto 36px;
}
.index-mv-details .sm-bg-wrap .sm-bg-one {
  top: -7px;
  left: calc(50% - 445px);
}
.index-mv-details .sm-bg-wrap .sm-bg-two {
  bottom: 70px;
  left: -9px;
}
.index-mv-details .sm-bg-wrap .sm-bg-three {
  top: 10px;
  right: 10px;
}
.index-mv-details .sm-bg-wrap .sm-bg-four {
  bottom: 72px;
  right: 115px;
}
.index-mv-details .info-wrap {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.index-video {
  position: relative;
  width: 100%;
  height: 560px;
}
.index-video .mv-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-video .mv-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 37, 53, 0.7);
}
.index-video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
}

.enterprise-introduction-wrap {
  background: #F2F4F8;
}
.enterprise-introduction-wrap .inner {
  padding: 64px 0;
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.enterprise-introduction-wrap .enterprise-introduction {
  position: relative;
  padding: 64px 48px 64px 64px;
  background: #fff;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
}
.enterprise-introduction-wrap .enterprise-introduction .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.enterprise-introduction-wrap .enterprise-introduction .cont {
  padding-top: 24px;
  font-size: 14px;
  line-height: 28px;
  color: #5E6770;
}
.enterprise-introduction-wrap .enterprise-introduction .cont p {
  text-indent: 2em;
}
.enterprise-introduction-wrap .enterprise-introduction .dot-bg-wrap .one {
  top: -2px;
  right: 0;
  width: 48px;
  height: 64px;
}
.enterprise-introduction-wrap .enterprise-introduction .dot-bg-wrap .two {
  bottom: 0;
  left: 6px;
  width: 58px;
  height: 58px;
}
.enterprise-introduction-wrap .pic {
  flex-shrink: 0;
  width: 528px;
  border-radius: 0 2px 2px 0;
}
.enterprise-introduction-wrap .pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 2px 2px 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.name-origin-wrap {
  padding: 96px 0;
  background: #fff;
}
.name-origin-wrap .name-origin {
  display: flex;
  align-items: flex-start;
  width: 1080px;
  margin: 50px auto 0;
}
.name-origin-wrap .name-origin .pic {
  position: relative;
  flex-shrink: 0;
  width: 424px;
  height: 494px;
  margin-right: 40px;
}
.name-origin-wrap .name-origin .pic .logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F2F4F8;
}
.name-origin-wrap .name-origin .pic .logo:before {
  content: "";
  width: 208px;
  height: 202px;
  margin: -16px 0 0 0;
  background-image: url(../images/nameorigin.png);
  background-image: -webkit-image-set(url(../images/nameorigin.png) 1x, url(../images/nameorigin@2x.png) 2x);
  background-repeat: no-repeat;
}
.name-origin-wrap .name-origin .pic .dot-bg-wrap .one {
  top: -56px;
  left: -72px;
  width: 112px;
  height: 184px;
}
.name-origin-wrap .name-origin .pic .dot-bg-wrap .two {
  bottom: -35px;
  right: -24px;
  width: 112px;
  height: 184px;
}
.name-origin-wrap .name-origin .cont {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
  color: #5E6770;
}
.name-origin-wrap .name-origin .cont b {
  color: #1A2535;
  font-weight: bold;
}
.name-origin-wrap .name-origin .cont a {
  color: #224888;
}

.logo-meaning-wrap {
  background: #F2F4F8;
}
.logo-meaning-wrap .inner {
  padding: 64px 0;
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.logo-meaning-wrap .logo-meaning {
  position: relative;
  padding: 64px 48px 64px 64px;
  background: #fff;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
}
.logo-meaning-wrap .logo-meaning .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.logo-meaning-wrap .logo-meaning .cont {
  padding-top: 24px;
  font-size: 14px;
  line-height: 28px;
  color: #5E6770;
}
.logo-meaning-wrap .logo-meaning .cont p {
  text-indent: 2em;
}
.logo-meaning-wrap .logo-meaning .dot-bg-wrap .one {
  top: -2px;
  right: 0;
  width: 48px;
  height: 64px;
}
.logo-meaning-wrap .logo-meaning .dot-bg-wrap .two {
  bottom: 0;
  left: 6px;
  width: 58px;
  height: 58px;
}
.logo-meaning-wrap .pic {
  flex-shrink: 0;
  width: 528px;
  border-radius: 0 2px 2px 0;
}
.logo-meaning-wrap .pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 2px 2px 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.development-timeline-wrap {
  position: relative;
  padding: 96px 0;
}
.development-timeline-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg_dev.png);
  background-image: -webkit-image-set(url(../images/bg_dev.png) 1x, url(../images/bg_dev@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.development-timeline-wrap .title {
  padding-bottom: 64px;
}
.development-timeline-wrap .development-timeline {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.development-timeline-wrap .development-timeline ul {
  position: relative;
}
.development-timeline-wrap .development-timeline li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
.development-timeline-wrap .development-timeline li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #EDEEEF;
}
.development-timeline-wrap .development-timeline li:nth-child(odd) {
  padding-right: 58px;
  text-align: right;
}
.development-timeline-wrap .development-timeline li:nth-child(odd):before {
  right: -5px;
}
.development-timeline-wrap .development-timeline li:nth-child(odd):after {
  right: -1px;
}
.development-timeline-wrap .development-timeline li:nth-child(even) {
  margin-left: 50%;
  padding-left: 58px;
  text-align: left;
}
.development-timeline-wrap .development-timeline li:nth-child(even):before {
  left: -5px;
}
.development-timeline-wrap .development-timeline li:nth-child(even):after {
  left: 0;
}
.development-timeline-wrap .development-timeline li:first-child:after {
  top: -20px;
}
.development-timeline-wrap .development-timeline li:last-child:after {
  bottom: auto;
  height: 20px;
}
.development-timeline-wrap .development-timeline li:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2777F8 0%, #5BD0F5 100%);
  z-index: 1;
}
.development-timeline-wrap .development-timeline .timeline-item .year {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.development-timeline-wrap .development-timeline .timeline-item .cont {
  padding-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #5E6770;
}

.team-honor {
  padding: 96px 0;
  background: #fff;
}
.team-honor .title {
  padding-bottom: 54px;
}
.team-honor .inner {
  display: flex;
  width: 788px;
  margin: 0 auto;
  flex-direction: column;
}
.team-honor .inner .cont {
  width: 788px;
  margin: 0 auto;
  line-height: 28px;
}
.team-honor .inner .team-text {
  margin-top: 38px;
}
.team-honor .inner .team-text p {
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
.team-honor .inner .team-text p:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1A2535;
}
.team-honor .inner .team-content {
  margin-top: 1em;
  text-indent: 2em;
}
.team-honor .inner .team-pic {
  flex-shrink: 0;
  padding: 44px 10px 40px;
  background: #F2F4F8;
}
.team-honor .inner .team-pic img {
  display: block;
  width: 684px;
  margin: 0 auto;
}

.com-philosophy-wrap {
  padding: 64px 0 112px;
  background: #fff;
}
.com-philosophy-wrap h3.title {
  padding-bottom: 48px;
}
.com-philosophy-wrap .philosophy-wrap {
  display: flex;
  width: 1080px;
  margin: 50px auto 0;
}
.com-philosophy-wrap .philosophy-item {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 116px;
  height: 520px;
}
.com-philosophy-wrap .philosophy-item:not(:last-child) {
  margin-right: 1px;
}
.com-philosophy-wrap .philosophy-item:first-child {
  border-radius: 2px 0 0 2px;
}
.com-philosophy-wrap .philosophy-item:first-child:before {
  border-radius: 2px 0 0 2px;
}
.com-philosophy-wrap .philosophy-item:last-child {
  border-radius: 0 2px 2px 0;
}
.com-philosophy-wrap .philosophy-item:last-child:before {
  border-radius: 0 2px 2px 0;
}
.com-philosophy-wrap .philosophy-item.philosophy0 .pic {
  background-image: url(../images/philosophy0.png);
  background-image: -webkit-image-set(url(../images/philosophy0.png) 1x, url(../images/philosophy0@2x.png) 2x);
  background-repeat: no-repeat;
  background-position-x: 91%;
}
.com-philosophy-wrap .philosophy-item.philosophy0 .cont {
  width: 580px;
}
.com-philosophy-wrap .philosophy-item.philosophy1 .pic {
  background-image: url(../images/philosophy1.png);
  background-image: -webkit-image-set(url(../images/philosophy1.png) 1x, url(../images/philosophy1@2x.png) 2x);
  background-repeat: no-repeat;
  background-position-x: 51.5%;
}
.com-philosophy-wrap .philosophy-item.philosophy1 .cont {
  width: 270px;
}
.com-philosophy-wrap .philosophy-item.philosophy2 .pic {
  background-image: url(../images/philosophy2.png);
  background-image: -webkit-image-set(url(../images/philosophy2.png) 1x, url(../images/philosophy2@2x.png) 2x);
  background-repeat: no-repeat;
  background-position-x: 67.5%;
}
.com-philosophy-wrap .philosophy-item.philosophy2 .cont {
  width: 600px;
}
.com-philosophy-wrap .philosophy-item.philosophy2 .cont .part + .part {
  margin-top: 2px;
}
.com-philosophy-wrap .philosophy-item.philosophy2 .cont ul {
  font-size: 12px;
  line-height: 22px;
}
.com-philosophy-wrap .philosophy-item.philosophy3 .pic {
  background-image: url(../images/philosophy3.png);
  background-image: -webkit-image-set(url(../images/philosophy3.png) 1x, url(../images/philosophy3@2x.png) 2x);
  background-repeat: no-repeat;
  background-position-x: 82.5%;
}
.com-philosophy-wrap .philosophy-item.philosophy3 .cont {
  width: 490px;
}
.com-philosophy-wrap .philosophy-item.philosophy3 .cont .info {
  font-size: 12px;
  line-height: 22px;
}
.com-philosophy-wrap .philosophy-item.current {
  flex: 1;
  min-width: 0;
  padding: 32px;
}
.com-philosophy-wrap .philosophy-item.current:before {
  display: none;
}
.com-philosophy-wrap .philosophy-item.current .cont {
  display: block;
}
.com-philosophy-wrap .philosophy-item.current .title {
  position: absolute;
  top: 54px;
  left: 64px;
  padding-top: 0;
  font-weight: 500;
  color: #1A2535;
  text-align: left;
}
.com-philosophy-wrap .philosophy-item.current .title:after {
  display: inline;
  font-weight: normal;
  margin-left: 5px;
}
.com-philosophy-wrap .philosophy-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(26, 37, 53, 0.8);
}
.com-philosophy-wrap .philosophy-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.com-philosophy-wrap .philosophy-item .title {
  position: relative;
  padding-top: 64px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  z-index: 1;
}
.com-philosophy-wrap .philosophy-item .title:after {
  content: "/";
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.com-philosophy-wrap .philosophy-item .cont {
  display: none;
  position: relative;
  width: 450px;
  padding: 64px 32px 25px;
  font-size: 12px;
  color: #5E6770;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 2px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.com-philosophy-wrap .philosophy-item .cont .part + .part {
  margin-top: 10px;
}
.com-philosophy-wrap .philosophy-item .cont .em {
  line-height: 26px;
  font-weight: 500;
  color: #1A2535;
}
.com-philosophy-wrap .philosophy-item .cont p {
  text-indent: 2em;
}
.com-philosophy-wrap .philosophy-item .cont li {
  position: relative;
  padding-left: 15px;
}
.com-philosophy-wrap .philosophy-item .cont li .num {
  position: absolute;
  left: 0;
  top: 0;
}
.com-philosophy-wrap .philosophy-item .cont-scrollbox {
  max-height: 367px;
  margin: 0 -32px -25px;
  padding: 0 32px 25px;
  overflow-x: hidden;
  overflow-y: auto;
}

.mascot-wrap {
  padding: 64px 0;
  background: #F2F4F8;
}
.mascot-wrap .mascot-swiper {
  padding-top: 50px;
}
.mascot-wrap .mascot-swiper ul {
  display: flex;
  justify-content: center;
}
.mascot-wrap .mascot-swiper li {
  width: 252px;
}
.mascot-wrap .mascot-swiper li + li {
  margin-left: 24px;
}
.mascot-wrap .mascot-swiper .item {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.mascot-wrap .mascot-swiper .item:hover .cont {
  top: 0;
  padding: 16px;
  background: rgba(39, 119, 248, 0.9);
}
.mascot-wrap .mascot-swiper .item:hover .cont .name {
  color: #fff;
}
.mascot-wrap .mascot-swiper .item:hover .cont .info {
  padding-top: 0;
  color: rgba(255, 255, 255, 0.7);
}
.mascot-wrap .mascot-swiper .item:hover .cont .infos {
  display: block;
  color: #fff;
}
.mascot-wrap .mascot-swiper .item .pic {
  width: 100%;
  height: 388px;
  border-radius: 2px 2px 0 0;
}
.mascot-wrap .mascot-swiper .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.mascot-wrap .mascot-swiper .item .cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.mascot-wrap .mascot-swiper .item .cont .name {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mascot-wrap .mascot-swiper .item .cont .name:after {
  content: "/";
  margin-left: 4px;
  font-size: 12px;
}
.mascot-wrap .mascot-swiper .item .cont .info {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
}
.mascot-wrap .mascot-swiper .item .cont .infos {
  display: none;
  padding-top: 5px;
  font-size: 12px;
  line-height: 20px;
}
.mascot-wrap .mascot-swiper .item .cont .infos p {
  text-indent: 2em;
}

.founder-wrap {
  position: relative;
  padding: 96px 0;
  background: #fff;
}
.founder-wrap .founder-inner {
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.founder-wrap .founder-face {
  flex-shrink: 0;
  position: sticky;
  top: 60px;
  width: 424px;
  height: 514px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.founder-wrap .founder-face img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder-wrap .founder-face .dot-bg-wrap .one {
  top: -56px;
  left: -72px;
  width: 112px;
  height: 184px;
}
.founder-wrap .founder-face .dot-bg-wrap .two {
  right: -24px;
  bottom: -35px;
  width: 184px;
  height: 112px;
}
.founder-wrap .founder-cont {
  flex: 1;
  min-width: 0;
  margin-left: 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.founder-wrap .founder-cont .name {
  padding-left: 24px;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #224888;
}
.founder-wrap .founder-cont .name:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  margin-top: 20px;
  width: 9px;
  height: 1px;
  background: #5E6770;
}
.founder-wrap .founder-cont .name-pinyi {
  padding-left: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #8C9399;
}
.founder-wrap .founder-cont .position {
  padding: 16px 0 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.founder-wrap .founder-cont .info {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  color: #5E6770;
}
.founder-wrap .founder-cont .private {
  display: flex;
}
.founder-wrap .founder-cont .private .left {
  width: 300px;
}
.founder-wrap .founder-cont .birth {
  display: flex;
}
.founder-wrap .founder-cont .birth span:first-child {
  flex-shrink: 0;
}
.founder-wrap .founder-cont .birth span:last-child {
  text-indent: 0;
}

.organizational-structure-wrap {
  padding: 96px 0;
  background: #F2F4F8;
}
.organizational-structure-wrap .info {
  padding: 24px 0 36px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #5E6770;
}
.organizational-structure-wrap .organizational-pic {
  width: 600px;
  height: 332px;
  margin: 0 auto;
  background-image: url(../images/organization.png);
  background-image: -webkit-image-set(url(../images/organization.png) 1x, url(../images/organization@2x.png) 2x);
  background-repeat: no-repeat;
}
.organizational-structure-wrap .organizational-structure {
  padding-bottom: 10px;
}
.organizational-structure-wrap .organizational-structure .os-main {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 100px;
  color: #fff;
  background: linear-gradient(135deg, #2777F8 42.38%, #5BD0F5 100%);
  border-radius: 50%;
}
.organizational-structure-wrap .organizational-structure .arrow {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 1px;
  height: 30px;
  background: rgba(26, 37, 53, 0.15);
}
.organizational-structure-wrap .organizational-structure .arrow:before, .organizational-structure-wrap .organizational-structure .arrow:after {
  content: "";
  position: absolute;
  top: calc(100% - 6px);
  left: -3px;
  width: 6px;
  height: 6px;
  border-left: 1px solid rgba(26, 37, 53, 0.1);
  border-bottom: 1px solid rgba(26, 37, 53, 0.1);
  transform: rotate(-45deg);
}
.organizational-structure-wrap .organizational-structure .os-part {
  position: relative;
  margin-top: -21px;
}
.organizational-structure-wrap .organizational-structure .os-part .line-box {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 520px;
  height: 80px;
  margin-left: -260px;
  overflow: hidden;
}
.organizational-structure-wrap .organizational-structure .os-part .line-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 950px;
  height: 950px;
  border-radius: 50%;
  border: 1px solid rgba(26, 37, 53, 0.15);
  transform: translateX(-50%);
}
.organizational-structure-wrap .organizational-structure .os-part .os-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
  z-index: 1;
}
.organizational-structure-wrap .organizational-structure .os-part .os-cont .cell:first-child:nth-last-child(4) ~ .cell:not(:last-child) {
  margin-top: 70px;
}
.organizational-structure-wrap .organizational-structure .os-part .os-cont .cell:first-child:nth-last-child(5) ~ .cell:nth-child(2n) {
  margin-top: 60px;
}
.organizational-structure-wrap .organizational-structure .os-part .os-cont .cell:first-child:nth-last-child(5) ~ .cell:nth-child(3) {
  margin-top: 80px;
}
.organizational-structure-wrap .organizational-structure .os-part .cell {
  width: 80px;
}
.organizational-structure-wrap .organizational-structure .os-part .cell > i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2777F8 0%, #5BD0F5 100%);
}
.organizational-structure-wrap .organizational-structure .os-part .cell .name {
  position: relative;
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.organizational-structure-wrap .organizational-structure .os-part .cell ul {
  margin-top: 47px;
}
.organizational-structure-wrap .organizational-structure .os-part .cell li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizational-structure-wrap .organizational-structure .os-part .cell li:not(:last-child) {
  margin-bottom: 20px;
}
.organizational-structure-wrap .organizational-structure .os-part .cell li i {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2777F8 0%, #5BD0F5 100%);
}
.organizational-structure-wrap .organizational-structure .os-part .cell li i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #F2F4F8;
}
.organizational-structure-wrap .organizational-structure .os-part .cell li span {
  font-size: 14px;
  line-height: 22px;
  color: #5E6770;
}

.salary-concept-wrap {
  padding: 96px 0;
}
.salary-concept-wrap .sm-bg-wrap .sm-bg-one {
  top: -7px;
  left: calc(50% - 405px);
}
.salary-concept-wrap .sm-bg-wrap .sm-bg-two {
  bottom: 70px;
  left: -139px;
}
.salary-concept-wrap .sm-bg-wrap .sm-bg-three {
  top: 80px;
  right: -140px;
}
.salary-concept-wrap .sm-bg-wrap .sm-bg-four {
  bottom: 22px;
  right: -35px;
}
.salary-concept-wrap .salary-concept {
  position: relative;
  width: 800px;
  padding-top: 24px;
  margin: 0 auto;
}
.salary-concept-wrap .cont p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
  color: #5E6770;
}

.manage-concept-wrap {
  padding: 96px 0;
  background: #F2F4F8;
}
.manage-concept-wrap .manage-concept {
  position: relative;
  width: 800px;
  margin: 24px auto 0;
}
.manage-concept-wrap .manage-concept .dot-bg-wrap .one {
  top: -54px;
  left: -62px;
  width: 112px;
  height: 184px;
}
.manage-concept-wrap .manage-concept .dot-bg-wrap .two {
  bottom: -40px;
  right: -68px;
  width: 112px;
  height: 184px;
}
.manage-concept-wrap .cont {
  position: relative;
  background: #F2F4F8;
}
.manage-concept-wrap .cont p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
  color: #5E6770;
}

.corporate-news-wrap {
  padding: 96px 0;
  background: #F2F4F8;
}
.corporate-news-wrap .corporate-dynamic .list li:not(:nth-child(2n+1)) {
  margin-right: 8px;
}
.corporate-news-wrap .corporate-dynamic .list .item {
  width: 520px;
}
.corporate-news-wrap .corporate-dynamic .list .item .pic {
  width: 520px;
  height: 372px;
}
.corporate-news-wrap .corporate-dynamic .list .item .pic img {
  width: 520px;
  height: 372px;
}
.corporate-news-wrap .corporate-dynamic .list .item .cont .name {
  display: block;
  min-height: auto;
  font-size: 18px;
  line-height: 24px;
}
.corporate-news-wrap .corporate-dynamic .list .item .cont .desc {
  padding: 8px 0 0;
}
.corporate-news-wrap .corporate-dynamic .list .item .cont .info {
  padding: 8px 0 0;
}

.corporate-dynamic {
  width: 1080px;
  margin: 0 auto;
}
.corporate-dynamic .list {
  padding: 48px 0;
}
.corporate-dynamic .list ul {
  display: flex;
  justify-content: center;
  margin: -8px;
}
.corporate-dynamic .list li:not(:nth-child(4n)) {
  margin-right: 8px;
}
.corporate-dynamic .list .item {
  width: 252px;
  padding: 8px;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s, box-shadow 0.3s;
}
.corporate-dynamic .list .item .pic {
  width: 252px;
  height: 180px;
  overflow: hidden;
  border-radius: 2px;
}
.corporate-dynamic .list .item .pic img {
  display: block;
  width: 252px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s;
}
.corporate-dynamic .list .item .cont {
  padding: 16px 0 0;
}
.corporate-dynamic .list .item .cont .name {
  min-height: 44px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.corporate-dynamic .list .item .cont .desc {
  padding: 4px 0 0;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #8C9399;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.corporate-dynamic .list .item .cont .info {
  padding-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
}
.corporate-dynamic .list .item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.corporate-dynamic .list .item:hover .pic img {
  transform: scale(1.04);
}
.corporate-dynamic .empty {
  padding: 50px 20px 0;
  font-size: 18px;
  text-align: center;
  color: #8C9399;
}

.media-coverage-wrap {
  padding: 96px 0;
  background-color: #F2F4F8;
}

.media-coverage {
  display: flex;
  padding: 40px 0 56px;
}
.media-coverage .care-pic {
  flex-shrink: 0;
  position: relative;
  width: 520px;
  height: 329px;
  margin-top: 8px;
  margin-right: 32px;
  border-radius: 2px;
}
.media-coverage .care-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.media-coverage .care-pic .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.media-coverage .care-pic .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, rgba(26, 37, 53, 0.9) 0.21%, rgba(26, 37, 53, 0.5) 66.25%, rgba(26, 37, 53, 0) 100%);
  opacity: 0.7;
  border-radius: 0 0 2px 2px;
}
.media-coverage .care-pic .info span {
  position: relative;
  padding: 28px 24px 24px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
}
.media-coverage .care-list {
  flex: 1;
  min-width: 0;
}
.media-coverage .care-list li:not(:last-child) {
  border-bottom: 1px solid #e4eaef;
}
.media-coverage .care-list .item {
  padding: 16px 0;
  cursor: pointer;
}
.media-coverage .care-list .item .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-coverage .care-list .item .info {
  padding-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
}
.media-coverage .care-list .item:hover .name {
  color: #2777F8;
}

.contact-us-wrap {
  padding: 96px 0;
  background: #fff;
}
.contact-us-wrap h3.title {
  margin-bottom: 48px;
}

.contact-panel {
  box-sizing: border-box;
  width: 1080px;
  height: 504px;
  padding: 24px 48px 0 48px;
  margin: 50px auto 0;
  background-image: url(../images/map.jpg);
  background-size: cover;
  border-radius: 2px;
  cursor: pointer;
}
.contact-panel .item {
  position: relative;
  box-sizing: border-box;
  width: 456px;
  padding: 24px 0 24px 32px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.contact-panel .item:not(:last-child) {
  margin-bottom: 24px;
}
.contact-panel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.contact-panel .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.contact-panel .item .title i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 28px;
  background-image: url(../images/icon_addr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 65%;
}
.contact-panel .item .info {
  padding-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
  word-wrap: break-word;
  word-break: break-all;
}
.contact-panel .item.address:before {
  background-color: #2777F8;
}
.contact-panel .item.email:before {
  background-color: #00B2CA;
}
.contact-panel .item.email .info {
  line-height: 26px;
}
.contact-panel .item.email .info p {
  display: inline-block;
  width: calc((100% - 32px) / 2);
}

.focus-us-wrap {
  padding: 96px 0;
  background-color: #F2F4F8;
}
.focus-us-wrap h3.title {
  margin-bottom: 48px;
}

.focus-panel ul {
  width: 832px;
  margin: 50px auto 0;
}
.focus-panel li {
  float: left;
}
.focus-panel li:not(:nth-child(4n)) {
  margin-right: 64px;
}
.focus-panel li:nth-child(-n+4) {
  margin-bottom: 48px;
}
.focus-panel .item {
  width: 134px;
  padding: 13px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.focus-panel .item .pic {
  width: 134px;
  height: 134px;
}
.focus-panel .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus-panel .item .info {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #5E6770;
}

.welfare-wrap {
  padding: 96px 0 88px;
  background: #fff;
}
.welfare-wrap .info {
  padding: 8px 0 50px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #5E6770;
}
.welfare-wrap .pic-wrap {
  width: 1080px;
  margin: 0 auto 48px;
}
.welfare-wrap .pic-wrap .cell {
  display: flex;
  margin-bottom: 16px;
}
.welfare-wrap .pic-wrap .cell .left {
  flex: 1;
  min-width: 0;
  margin-right: 16px;
}
.welfare-wrap .pic-wrap .cell .left .l-cell {
  display: flex;
  height: 240px;
}
.welfare-wrap .pic-wrap .cell .left .l-cell:not(:last-child) {
  margin-bottom: 16px;
}
.welfare-wrap .pic-wrap .cell .left .l-cell .item {
  flex: 1;
}
.welfare-wrap .pic-wrap .cell .left .l-cell .item + .item {
  margin-left: 16px;
}
.welfare-wrap .pic-wrap .cell .right {
  flex-shrink: 0;
  width: 264px;
}
.welfare-wrap .pic-wrap .b-cell {
  display: flex;
}
.welfare-wrap .pic-wrap .b-cell .left {
  flex-shrink: 0;
  width: 392px;
  height: 240px;
  margin-right: 16px;
}
.welfare-wrap .pic-wrap .b-cell .right {
  flex: 1;
  min-width: 0;
  height: 240px;
}
.welfare-wrap .pic-wrap .item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.welfare-wrap .pic-wrap .item .cont {
  position: absolute;
  top: 0;
  left: 24px;
  padding: 24px 8px 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}
.welfare-wrap .pic-wrap .item .cont span {
  position: relative;
  display: block;
}
.welfare-wrap .pic-wrap .item .cont span:after {
  content: "/";
  font-size: 12px;
  margin: 0 4px 0 6px;
}
.welfare-wrap .pic-wrap .item .cont s {
  display: block;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.welfare-wrap .pic-wrap .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: transform 0.2s;
}
.welfare-wrap .pic-wrap .item:hover:before {
  transform: scale(1.04);
}
.welfare-wrap .pic-wrap .item.office:before {
  background-image: url(../images/welfare/office.png);
  background-image: -webkit-image-set(url(../images/welfare/office.png) 1x, url(../images/welfare/office@2x.png) 2x);
  background-repeat: no-repeat;
}
.welfare-wrap .pic-wrap .item.office .cont {
  background: linear-gradient(180.07deg, rgba(39, 119, 248, 0.5) 61.35%, rgba(39, 119, 248, 0) 99.94%);
}
.welfare-wrap .pic-wrap .item.active:before {
  background-image: url(../images/welfare/active.png);
  background-image: -webkit-image-set(url(../images/welfare/active.png) 1x, url(../images/welfare/active@2x.png) 2x);
  background-repeat: no-repeat;
}
.welfare-wrap .pic-wrap .item.active .cont {
  background: linear-gradient(180deg, rgba(26, 39, 52, 0.7) 50%, rgba(26, 39, 52, 0) 84.62%);
}
.welfare-wrap .pic-wrap .item.canteen:before {
  background-image: url(../images/welfare/canteen.png);
  background-image: -webkit-image-set(url(../images/welfare/canteen.png) 1x, url(../images/welfare/canteen@2x.png) 2x);
  background-repeat: no-repeat;
}
.welfare-wrap .pic-wrap .item.canteen .cont {
  background: linear-gradient(178.3deg, rgba(253, 179, 38, 0.5) 60.53%, rgba(253, 179, 38, 0) 97.65%);
}
.welfare-wrap .pic-wrap .item.house:before {
  background-image: url(../images/welfare/house.png);
  background-image: -webkit-image-set(url(../images/welfare/house.png) 1x, url(../images/welfare/house@2x.png) 2x);
  background-repeat: no-repeat;
}
.welfare-wrap .pic-wrap .item.house .cont {
  background: linear-gradient(178.62deg, rgba(248, 140, 55, 0.5) 60.32%, rgba(248, 140, 55, 0) 97.64%);
}
.welfare-wrap .pic-wrap .item.gym:before {
  background-image: url(../images/welfare/gym.png);
  background-image: -webkit-image-set(url(../images/welfare/gym.png) 1x, url(../images/welfare/gym@2x.png) 2x);
  background-repeat: no-repeat;
}
.welfare-wrap .pic-wrap .item.gym .cont {
  background: linear-gradient(178.62deg, rgba(67, 186, 129, 0.7) 60.32%, rgba(67, 186, 129, 0) 97.64%);
}
.welfare-wrap .pic-wrap .item.meeting:before {
  background: url(../images/welfare/meeting.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.welfare-wrap .pic-wrap .item.meeting .cont {
  background: linear-gradient(178.31deg, rgba(139, 105, 255, 0.5) 60.53%, rgba(139, 105, 255, 0) 97.65%);
}

.government-dynamic-banner {
  height: 340px;
  background-color: #F2F4F8;
  background-image: url(../images/government_banner.png);
  background-image: -webkit-image-set(url(../images/government_banner.png) 1x, url(../images/government_banner@2x.png) 2x);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
.government-dynamic-banner .title {
  padding-top: 176px;
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  color: #224888;
}

.government-list-wrap {
  background: #fff;
}
.government-list-wrap .corporate-dynamic .list {
  padding-top: 0;
  padding-bottom: 24px;
}
.government-list-wrap .corporate-dynamic .list ul {
  display: block;
  font-size: 0;
}
.government-list-wrap .corporate-dynamic .list li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
.government-list-wrap .corporate-dynamic .list li:not(:nth-child(4n)) {
  margin-right: 8px;
}
.government-list-wrap .corporate-dynamic .pagination {
  padding-bottom: 80px;
}

.government-article-wrap {
  position: relative;
  min-height: calc(100vh - 80px);
  background: #fff;
  padding: 80px 0 0;
}
.government-article-wrap .path {
  padding: 22px 0;
  background: #F2F4F8;
}
.government-article-wrap .government-article {
  width: 800px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}
.government-article-wrap .government-article .gaw-head {
  padding: 48px 0 16px;
  border-bottom: 1px solid #EDEEEF;
}
.government-article-wrap .government-article .gaw-head .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.government-article-wrap .government-article .gaw-head .time {
  padding-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #8C9399;
}
.government-article-wrap .government-article .gaw-content {
  padding: 24px 0;
  font-size: 16px;
  line-height: 28px;
}
.government-article-wrap .government-article .gaw-content img {
  max-width: 624px;
  height: auto !important;
  margin: 0 auto 24px;
}

.dialog-back-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10005;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

@supports (-webkit-backdrop-filter: blur()) {
  .dialog-back-mask {
    -webkit-backdrop-filter: blur(5px);
  }
}
.dialog-box {
  position: absolute;
  z-index: 10010;
  width: 700px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(170, 175, 187, 0.3);
}

.dialog-handle {
  position: absolute;
  top: 19px;
  right: 23px;
  z-index: 12;
}
.dialog-handle .close {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
}
.dialog-handle .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background-image: url(../images/icon_dialog_close.svg);
  background-repeat: no-repeat;
}
.dialog-handle .close.hover:after, .dialog-handle .close:hover:after {
  background-position: 0 -16px;
}

.dialog-header {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 11;
  min-height: 32px;
  padding: 18px 30px;
  line-height: 32px;
}
.dialog-header h3 {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
}
.dialog-header .dialog-back {
  margin: 0 10px 0 -15px;
}
.dialog-header .panel-nav {
  position: absolute;
  top: 0;
  left: 0;
}
.dialog-header .panel-tab {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  margin-top: -15px;
}
.dialog-header .header-side {
  position: absolute;
  top: 50%;
  right: 54px;
  margin-top: -16px;
}
.dialog-header .header-side .button {
  float: left;
}
.dialog-header .header-side > .button {
  margin-right: 20px;
}
.dialog-header .header-operate {
  font-size: 0;
}
.dialog-header .header-operate .button {
  margin-right: 15px;
}

[rel=base_content], .dialog-contents, .dialog-frame {
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}

.dialog-frame {
  overflow: hidden;
}
.dialog-frame iframe {
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.dialog-action {
  padding: 20px 30px 30px;
  font-size: 0;
  text-align: right;
  background: none;
  border-top: 0;
}
.dialog-action a[class^=dgac] {
  display: inline-block;
  float: none;
  width: auto;
  min-width: 90px;
  height: 38px !important;
  margin-left: 15px;
  padding: 0 20px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 38px !important;
  text-align: center;
  border-radius: 4px;
  border: 1px solid;
  transition: all 0.2s;
  vertical-align: top;
  text-decoration: none;
}
.dialog-action a[class^=dgac].dgac-confirm {
  border-left: 0;
  border-color: #2777F8;
  background: #2777F8;
  color: #fff;
}
.dialog-action a[class^=dgac].dgac-confirm:hover {
  border-color: #186ef8;
  background: #186ef8;
}
.dialog-action a[class^=dgac].dgac-cancel {
  border-color: rgba(26, 37, 53, 0.2);
  background: #fff;
  color: #1A2535;
}
.dialog-action a[class^=dgac].dgac-cancel:hover {
  background: rgba(26, 37, 53, 0.06);
}

.dialog-msg {
  margin: auto;
  padding: 0 50px 30px;
  text-align: center;
}
.dialog-msg h3 {
  position: relative;
  padding: 10px 0 10px 68px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}
.dialog-msg h3 .hint-icon, .dialog-msg h3 span {
  display: inline-block;
  vertical-align: middle;
}
.dialog-msg h3 .hint-icon {
  width: 48px;
  height: 48px;
  margin: 0 20px 0 -68px;
  background-image: url(../images/icon_dialog_hint.png);
  background-image: -webkit-image-set(url(../images/icon_dialog_hint.png) 1x, url(../images/icon_dialog_hint@2x.png) 2x);
  background-repeat: no-repeat;
}
.dialog-msg h3 .hint-inf, .dialog-msg h3 .hint-war {
  background-position: 0 0;
}
.dialog-msg h3 .hint-suc {
  background-position: -48px 0;
}
.dialog-msg h3 .hint-err {
  background-position: -96px 0;
}
.dialog-msg h3 .hint-err + span {
  color: #df1b09;
}
.dialog-msg h3 span {
  text-align: left;
  white-space: normal;
  word-break: break-word;
}
.dialog-msg h3 .dialog-msg-content {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0;
  text-align: left;
}
.dialog-msg h3 .dialog-msg-content.dmc-multi {
  padding: 0;
}
.dialog-msg h3 .dialog-msg-content .desc {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
  color: #8C9399;
}
.dialog-msg h3 .dialog-msg-content .action {
  margin: 10px 0;
}
.dialog-msg .dialog-msg-text {
  display: inline-block;
  word-wrap: break-word;
  text-align: left;
  color: #bbb;
}
.dialog-msg + .dialog-action {
  margin-top: -20px;
}

.dialog-msg-large {
  padding: 100px 30px;
  text-align: center;
}
.dialog-msg-large h3 {
  position: relative;
  padding-left: 80px;
  zoom: 1;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
  font-size: 24px;
  font-weight: normal;
}
.dialog-msg-large h3 .hint-icon, .dialog-msg-large h3 span {
  display: inline-block;
  vertical-align: middle;
}
.dialog-msg-large h3 .hint-icon {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 -80px;
  background-image: url(../images/icon_dialog_hint_large.png);
  background-image: -webkit-image-set(url(../images/icon_dialog_hint_large.png) 1x, url(../images/icon_dialog_hint_large@2x.png) 2x);
  background-repeat: no-repeat;
}
.dialog-msg-large h3 .hint-inf, .dialog-msg-large h3 .hint-war {
  background-position: 0 0;
}
.dialog-msg-large h3 .hint-suc {
  background-position: -80px 0;
}
.dialog-msg-large h3 .hint-err {
  background-position: -160px 0;
}
.dialog-msg-large h3 .hint-err + span {
  color: #df1b09;
}
.dialog-msg-large h3 span {
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
.dialog-msg-large h3 span b, .dialog-msg-large h3 span s {
  display: block;
  text-align: left;
  font-weight: normal;
}
.dialog-msg-large h3 span b {
  line-height: 50px;
}
.dialog-msg-large h3 span s {
  color: #999;
  font-size: 16px;
  line-height: 30px;
}
.dialog-msg-large h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 0;
}
.dialog-msg-large h3 label input[type=checkbox],
.dialog-msg-large h3 label input[type=radio] {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-top: 8px;
}
.dialog-msg-large h3 label em {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  vertical-align: top;
}

:root .popup-region {
  width: 600px;
  margin-left: -300px;
}

.online-message-dialog {
  padding: 0 30px;
  border-top: 1px solid #e4eaef;
}
.online-message-dialog dl + dl {
  margin-top: 15px;
}
.online-message-dialog dl.dl-required dt {
  padding-left: 10px;
}
.online-message-dialog dl.dl-required dt span:before {
  content: "*";
  position: absolute;
  left: -2px;
  top: 17px;
  font-size: 14px;
  line-height: 20px;
  color: #FF4B30;
}
.online-message-dialog dt {
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
}
.online-message-dialog .question-type {
  font-size: 0;
}
.online-message-dialog .question-type label {
  position: relative;
  display: inline-block;
  min-width: 178px;
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5E6770;
}
.online-message-dialog .question-type label + label {
  margin-left: 20px;
}
.online-message-dialog .question-type label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #D7DAE0;
  cursor: pointer;
}
.online-message-dialog .question-type label input[type=radio]:checked {
  border-color: #2777F8;
}
.online-message-dialog .question-type label input[type=radio]:checked:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 17px;
  height: 17px;
}
.online-message-dialog .textarea-wrap {
  position: relative;
  padding-bottom: 20px;
  border: 1px solid #e4eaef;
  border-radius: 4px;
}
.online-message-dialog .textarea-wrap textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border: 0 none;
  background: none;
}
.online-message-dialog .textarea-wrap .num {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 12px;
  color: #8C9399;
}
.online-message-dialog textarea {
  height: 150px;
}
.online-message-dialog textarea:focus {
  border-color: #2777F8;
}
.online-message-dialog .button {
  display: block;
  width: 318px;
  height: 48px;
  line-height: 48px;
  margin: 30px auto;
}
.online-message-dialog .button span {
  font-size: 17px;
}

.confirm-tel {
  padding: 0 40px 30px;
}
.confirm-tel .tips {
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  color: #1A2535;
}
.confirm-tel .input-wrap {
  position: relative;
  display: block;
}
.confirm-tel .input-wrap input {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 110px 7px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #BDC1CC;
  border-radius: 4px;
}
.confirm-tel .input-wrap a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 90px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #2777F8;
}
.confirm-tel .input-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  border-left: 1px solid rgba(26, 37, 53, 0.2);
}
.confirm-tel .input-wrap a.disabled {
  color: #ccc;
}

.apply-supplier-dialog {
  padding: 32px 57px 32px 40px;
  border-top: 1px solid #e4eaef;
}
.apply-supplier-dialog dl {
  position: relative;
  padding-left: 163px;
  min-height: 32px;
}
.apply-supplier-dialog dl + dl {
  margin-top: 15px;
}
.apply-supplier-dialog dl.dl-required dt span:before {
  content: "*";
  position: absolute;
  left: -11px;
  top: 1px;
  font-size: 14px;
  line-height: 20px;
  color: #FF4B30;
}
.apply-supplier-dialog dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.apply-supplier-dialog dt span {
  position: relative;
}
.apply-supplier-dialog .input-cell {
  position: relative;
}
.apply-supplier-dialog .input-cell.ipc-full .text {
  width: calc(100% - 26px);
  padding-right: 9px;
}
.apply-supplier-dialog .input-cell .text,
.apply-supplier-dialog .input-cell textarea {
  width: calc(100% - 53px);
  padding: 5px 36px 5px 7px;
  padding-right: 36px;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: top;
  border: 0 none;
  border: 1px solid rgba(26, 39, 52, 0.1);
}
.apply-supplier-dialog .input-cell .text::-moz-placeholder, .apply-supplier-dialog .input-cell textarea::-moz-placeholder {
  color: #afb3b9;
}
.apply-supplier-dialog .input-cell .text::placeholder,
.apply-supplier-dialog .input-cell textarea::placeholder {
  color: #afb3b9;
}
.apply-supplier-dialog .input-cell .text:focus,
.apply-supplier-dialog .input-cell textarea:focus {
  border-color: #2777F8;
}
.apply-supplier-dialog .input-cell textarea {
  position: relative;
  width: calc(100% - 32px);
  height: 60px;
  padding: 5px 7px;
}
.apply-supplier-dialog .input-cell textarea.medium {
  height: 40px;
}
.apply-supplier-dialog .tips {
  display: flex;
  color: #8C9399;
}
.apply-supplier-dialog .action {
  margin-top: 24px;
  font-size: 0;
}
.apply-supplier-dialog .action .button {
  width: 78px;
  margin-right: 12px;
}
.apply-supplier-dialog .action .btn-line {
  border-color: #D1D4D6;
}
.apply-supplier-dialog .action .btn-line span {
  color: #1A2535;
}
.apply-supplier-dialog .action .btn-line:hover {
  border-color: #1A2535;
}

.download-infomation-dialog {
  border-top: 1px solid #f4f6fb;
}
.download-infomation-dialog .infomation {
  padding: 30px 20px 32px;
}
.download-infomation-dialog .infomation .info {
  width: 440px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.download-infomation-dialog .infomation .action {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.download-infomation-dialog .infomation .action .button {
  margin: 0 10px;
}
.download-infomation-dialog .infomation .action .button {
  display: inline-block;
  position: relative;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #2777F8;
  background: #2777F8;
  border-radius: 4px;
  color: #fff;
  font-size: 0;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.download-infomation-dialog .infomation .action .button:hover, .download-infomation-dialog .infomation .action .button.hover {
  border-color: #266EE3;
  background: #266EE3;
}
.download-infomation-dialog .infomation .action .button span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.download-infomation-dialog .infomation .action .button span:first-child:last-child {
  padding: 0 6px;
}
.download-infomation-dialog .infomation .action .btn-line {
  border-color: #D1D4D6;
  background: #fff;
}
.download-infomation-dialog .infomation .action .btn-line span {
  color: #1a2534;
}
.download-infomation-dialog .infomation .action .btn-line:hover, .download-infomation-dialog .infomation .action .btn-line.hover {
  border-color: #D1D4D6;
  background: #f2f2f3;
}
.download-infomation-dialog .infomation .action .btn-line:hover span, .download-infomation-dialog .infomation .action .btn-line.hover span {
  color: #1a2534;
}
.download-infomation-dialog .progress {
  padding: 30px 80px;
  border-radius: 0 0 8px 8px;
  background-color: #F8F9FB;
}
.download-infomation-dialog .progress .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.download-infomation-dialog .progress .step ul {
  position: relative;
}
.download-infomation-dialog .progress .step ul:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  bottom: 0;
  width: 1px;
  background: #EEEEEE;
}
.download-infomation-dialog .progress .step li {
  position: relative;
  display: flex;
  padding-left: 18px;
}
.download-infomation-dialog .progress .step li:not(:last-child) {
  margin-bottom: 11px;
}
.download-infomation-dialog .progress .step li:last-child:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  bottom: 0;
  background: #F8F9FB;
}
.download-infomation-dialog .progress .step li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2777F8;
  border-radius: 50%;
}
.download-infomation-dialog .progress .step li .num {
  flex-shrink: 0;
  text-decoration: none;
}
.download-infomation-dialog .progress .step li .item {
  font-size: 14px;
  line-height: 20px;
}
.download-infomation-dialog .progress .step li .item .apple {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 20px;
  margin-right: 3px;
  background-image: url(../images/apple.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.download-infomation-dialog .progress .step li .item em {
  font-weight: bold;
}
.download-infomation-dialog .progress .step li .desc {
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
}

.popup-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  overflow: hidden;
  animation: mask 0.4s ease both;
  background-image: url(about:blank);
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CC000000", endColorstr="#CC000000");
}
html:root .popup-window {
  filter: none;
}

.popwin-frame {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  animation: slideup 0.3s ease-out both;
}
.popwin-frame .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  overflow: hidden;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-image: url(../images/icon_close_32.png);
  background-image: -webkit-image-set(url(../images/icon_close_32.png) 1x, url(../images/icon_close_32@2x.png) 2x);
  background-repeat: no-repeat;
}
.popwin-frame .close:hover {
  background-position: 0 -32px;
}
.popwin-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pfr-register {
  top: 12%;
  top: calc(38.2% - 183.36px);
  left: 50%;
  width: 700px;
  height: 480px;
  margin-left: -360px;
}
.pfr-register h3 {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  font-size: 24px;
  font-weight: normal;
}
.pfr-register h3 + iframe {
  top: 61px;
  height: calc(100% - 61px);
}

.pfr-sms {
  top: 12%;
  top: calc(38.2% - 152.8px);
  left: 50%;
  width: 700px;
  height: 400px;
  margin-left: -360px;
}
.pfr-sms h3 {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  font-size: 24px;
  font-weight: normal;
}
.pfr-sms h3 + iframe {
  top: 61px;
  height: calc(100% - 61px);
}

.login-verify-sms {
  top: 38.2%;
  left: 50%;
  width: 500px;
  height: 420px;
  margin-top: -160.44px;
  margin-left: -250px;
  border-radius: 3px;
}
.login-verify-sms .button {
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background: #2b91e3;
}
.login-verify-sms .button:hover {
  text-decoration: none;
  background: #2782cc;
}
.login-verify-sms h3 {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  font-size: 24px;
  font-weight: normal;
}
.login-verify-sms .icon-phone-sms {
  display: block;
  width: 130px;
  height: 130px;
  margin: 30px auto 10px;
  background: url(../images/icon_phone_sms.png);
}
.login-verify-sms .verify-text {
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.login-verify-sms .verify-input {
  position: relative;
  width: 300px;
  margin: auto;
}
.login-verify-sms .verify-input label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 11px;
  line-height: 40px;
  font-size: 14px;
  color: #bbb;
  cursor: text;
}
.login-verify-sms .verify-input input {
  float: left;
  width: 138px;
  height: 20px;
  margin-right: 10px;
  padding: 9px 10px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e2e5e9;
  outline: none;
}
.login-verify-sms .verify-input .button {
  float: left;
  width: 130px;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.login-verify-sms .verify-input .icon-form {
  top: 11px;
  right: 150px;
}
.login-verify-sms .verify-input .login-popup-hint {
  top: -35px;
  right: 140px;
}
.login-verify-sms .verify-status {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.login-verify-sms .verify-status a {
  color: #2b91e3;
}
.login-verify-sms .verify-bottom {
  width: 300px;
  margin: auto;
  padding: 20px 0;
}
.login-verify-sms .verify-bottom .button {
  display: block;
}
.login-verify-sms .btn-disabled,
.login-verify-sms .btn-disabled:hover {
  color: #999;
  background: #f3f4f6;
  cursor: not-allowed;
}

.client-download {
  top: 38.2%;
  left: 50%;
  margin: -128px 0 0 -350px;
}
.client-download h3 {
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.client-download .client-list {
  display: flex;
  width: 700px;
  overflow: hidden;
}
.client-download .client-list .client-code {
  flex-shrink: 0;
  width: 230px;
  padding: 24px 10px 28px;
  font-size: 12px;
  color: #5E6770;
  text-align: center;
}
.client-download .client-list .client-code + .client-platform {
  border-left: 1px solid #EDEEEF;
}
.client-download .client-list .client-code .icon-qrcode-app {
  display: block;
  width: 156px;
  height: 156px;
  margin: 0 auto 10px;
  background-image: url(../images/qrcode_app_download.png);
  background-image: -webkit-image-set(url(../images/qrcode_app_download.png) 1x, url(../images/qrcode_app_download@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
}
.client-download .client-list .client-code .row-button {
  margin-top: 15px;
  font-size: 0;
}
.client-download .client-list .client-code .row-button a {
  display: inline-block;
  height: 32px;
  margin: 0 7px;
  padding: 0 17px;
  border-radius: 4px;
  background: #ff8c20;
  color: #fff;
  font-size: 0;
  line-height: 32px;
  text-align: center;
}
.client-download .client-list .client-code .row-button a:hover {
  background: #ff8411;
}
.client-download .client-list .client-code .row-button a span {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.client-download .client-list .client-code .row-button a i {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_client_phone.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.client-download .client-list .client-code .row-button a i + span {
  margin-left: 10px;
}
.client-download .client-list .client-code .row-button a i.icon-app-android {
  background-position-x: 0;
}
.client-download .client-list .client-code .row-button a i.icon-app-ios {
  background-position-x: -16px;
}
.client-download .client-list .client-platform {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.client-download .client-list .client-platform .row {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.client-download .client-list .client-platform .row:not(:last-child) {
  border-bottom: 1px solid #EDEEEF;
}
.client-download .client-list .client-platform .row .name {
  flex-shrink: 0;
  min-width: 75px;
  padding: 0 0 0 32px;
  font-size: 12px;
  line-height: 17px;
}
.client-download .client-list .client-platform .row .plat {
  display: flex;
  flex: 1;
}
.client-download .client-list .client-platform .row .plat a {
  flex: none;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  min-height: 55px;
  font-size: 12px;
  line-height: 17px;
  color: #8C9399;
  border: 0 none;
  border-radius: 4px;
}
.client-download .client-list .client-platform .row .plat a i {
  margin-right: 0;
}
.client-download .client-list .client-platform .row .plat a:nth-child(1) {
  min-width: 50px;
}
.client-download .client-list .client-platform .row .plat a:nth-child(3) {
  min-width: 40px;
}
.client-download .client-list .client-platform a {
  display: flex;
  flex: 1;
  min-height: 80px;
  padding: 0 20px 0 70px;
  color: #1A2535;
  font-size: 16px;
  align-items: center;
}
.client-download .client-list .client-platform a:not(:last-child) {
  border-bottom: 1px solid #EDEEEF;
}
.client-download .client-list .client-platform a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.client-download .client-list .client-platform i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-image: url(../images/icon_client_small.svg);
  background-repeat: no-repeat;
}
.client-download .client-list .client-platform i.icon-download-win {
  background-position-x: 0;
}
.client-download .client-list .client-platform i.icon-download-macos {
  background-position-x: -30px;
}
.client-download .client-list .client-platform i.icon-download-tv {
  background-position-x: -60px;
}
.client-download .client-list .client-platform i.icon-download-linux {
  background-position-x: -90px;
}
.client-download .client-list .client-miniprogram {
  display: flex;
  width: 150px;
  flex-shrink: 0;
  border-left: 1px solid #EDEEEF;
  flex-direction: column;
  justify-content: center;
}
.client-download .client-list .client-miniprogram .item {
  margin: 8px 0;
  text-align: center;
  color: #5E6770;
  font-size: 12px;
}
.client-download .client-list .client-miniprogram .item i {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 4px;
  background-size: contain;
}
.client-download .client-list .client-miniprogram .item i.icon-qrcode-mp-weixin {
  background-image: url(../images/qrcode_mp_weixin.png);
}
.client-download .client-list .client-miniprogram .item i.icon-qrcode-mp-alipay {
  width: 95px;
  height: 95px;
  background-image: url(../images/qrcode_mp_alipay.png);
}

@keyframes mask {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translate(0, 500px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.ex-popoup-hint {
  position: fixed;
  top: 40% !important;
  left: 50% !important;
  z-index: 11111;
  width: 170px;
  min-height: 48px;
  padding: 138px 15px 14px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  transform-origin: left top;
}
.ex-popoup-hint:after {
  content: "";
  display: inline-block;
  height: 48px;
  vertical-align: middle;
}
.ex-popoup-hint s {
  position: absolute;
  top: 42px;
  left: 50%;
  height: 80px;
  overflow: hidden;
  background-image: url(../images/ext_hint_icon.png?v=none);
  background-repeat: no-repeat;
}
.ex-popoup-hint span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-family: "Yuanti SC", "Pingfang SC", "Microsoft Yahei", "Heiti";
  color: #fff;
}
.ex-popoup-hint span b {
  font-weight: normal;
  color: white;
}

.exph-suc {
  background-image: url(about:blank);
  background-color: rgba(47, 183, 70, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F22FB746", endColorstr="#F22FB746");
}
html:root .exph-suc {
  filter: none;
}
.exph-suc s {
  width: 100px;
  margin-left: -50px;
  background-position: 0 0;
  -webkit-animation: suc 0.5s ease;
  -webkit-animation-fill-mode: both;
}

.exph-war {
  background-image: url(about:blank);
  background-color: rgba(248, 149, 0, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2F89500", endColorstr="#F2F89500");
}
html:root .exph-war {
  filter: none;
}
.exph-war s {
  width: 16px;
  margin-left: -8px;
  background-position: -100px 0;
  -webkit-animation: war 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-err {
  background-image: url(about:blank);
  background-color: rgba(181, 12, 3, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2B50C03", endColorstr="#F2B50C03");
}
html:root .exph-err {
  filter: none;
}
.exph-err s {
  width: 80px;
  margin-left: -40px;
  background-position: -116px 0;
  -webkit-animation: err 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-loader {
  background-image: url(about:blank);
  background-color: rgba(102, 102, 102, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2666666", endColorstr="#F2666666");
}
html:root .exph-loader {
  filter: none;
}
.exph-loader s {
  top: 54px;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  background: url(../images/ext_hint_loader.gif?v=none) no-repeat 0 0;
}

@supports (animation-timing-function: steps(1)) {
  .exph-loader s {
    display: none;
  }
  .exph-loader::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-image: url(../images/ext_hint_loader.png?v=none);
    animation: loader 1.5s steps(24) infinite;
  }
}
@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 640px) {
  .ex-popoup-hint {
    transform: scale(0.6) translate(-50%, -50%);
  }
  .ex-popoup-hint span {
    font-size: 24px;
  }
}