/* @import 'logic_official/base_official.css'; */

@charset "UTF-8";
/**
 * base_official.scss 存放官网基础样式(包括重置的代码和原子类)
 * @author jostinsu
 * @date 2017-07-26
 *
 */
/**
 * _tool_official.scss 官网基础工具库,存放变量、mixin、function等非代码片段
 * @author jostinsu
 * @date 2017-07-26
 *
 */
/**
 * _var_official.sass 官网变量表
 * @author jostinsu
 * @date 17/7/26
 * @description
 *
 */
/**
 * _mixin.scss
 * @author Kayo
 * @date 2014-10-31
 *
 */
.qui_clear:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

.qui_txtOverflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

/**
 * _tool.scss 常用工具方法
 * @author Kayo
 * @date 2015-08-23
 *
 */
/**
 * _reset.scss
 * @author Kayo
 * @date 2014-10-30
 *
 * #reset
 * #html5
 */
/* stylelint-disable */
/* #reset */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, legend {
  margin: 0;
}

ul, ol, fieldset {
  margin: 0;
  padding: 0;
}

th, td {
  padding: 0;
}

table {
  font-size: inherit;
}

fieldset, img {
  border: none;
}

ul, ol, li {
  list-style: none;
}

body {
  font-size: 12px;
  line-height: 1.5;
  background: #fff;
  color: #000;
}

h1, h2, h3, h4 {
  font-size: 18px;
  font-weight: normal;
}

body, input, textarea, select, button {
  font-family: BlinkMacSystemFont, "Helvetica", "lucida Grande", "PingFang SC", "SCHeiti", "Microsoft YaHei";
  outline: none;
  -webkit-text-size-adjust: none;
}

input, textarea, select, button {
  font-size: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #0C4C7F;
  text-decoration: none;
  -webkit-tap-highlight-color: #555;
}

:focus {
  outline: none;
}

/* #html5 HTML5 元素的支持 */
article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

/* stylelint-enable */
/**
 * _function.scss
 * @author Kayo
 * @date 2014-11-17
 */
.qui_txtNormal {
  font-weight: normal !important;
}

.qui_txtBold {
  font-weight: bold !important;
}

.qui_txtLeft {
  text-align: left !important;
}

.qui_txtRight {
  text-align: right !important;
}

.qui_txtUnderline {
  text-decoration: underline !important;
}

.qui_txtUnderlineNone {
  text-decoration: none !important;
}

.qui_txtNowrap {
  white-space: nowrap !important;
}

.qui_layoutLeft {
  float: left !important;
}

.qui_layoutRight {
  float: right !important;
}

.qui_displayNone {
  display: none !important;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #555;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

/* placeholder 颜色重置 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #dfdfdf;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #dfdfdf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #dfdfdf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #aaa;
}

/* @import 'logic_official/officialSprite.css'; */

@charset "UTF-8";
/**
 * officialSprite.scss 官网雪碧图20230831
 * @author jostinsu
 * @date 2020-07-26
 *
 *
 */
/* stylelint-disable */
.ww_officialImg{
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}
.ww_officialImg_AIOfficeBot{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -336px -206px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeBotAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -127px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeMore{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -147px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeMoreAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -167px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeSearch{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -187px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeSearchAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -207px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeService{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -227px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeServiceAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -247px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeSummary{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -267px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_AIOfficeSummaryAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -287px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_Activities{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -80px -259px;
    width: 31px;
    height: 16px
}
.ww_officialImg_ArrowRight{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -402px -140px;
    width: 6px;
    height: 10px
}
.ww_officialImg_ArrowRightHover{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -402px -152px;
    width: 6px;
    height: 10px
}
.ww_officialImg_BigGreenSucc{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -205px 0;
    width: 85px;
    height: 85px
}
.ww_officialImg_BigWhiteClose{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -150px -299px;
    width: 18px;
    height: 18px
}
.ww_officialImg_BottomArrow{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -112px;
    width: 14px;
    height: 14px
}
.ww_officialImg_BottomArrowHover{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -126px;
    width: 14px;
    height: 14px
}
.ww_officialImg_BottomArrowNew{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -402px -164px;
    width: 6px;
    height: 10px
}
.ww_officialImg_BottomPlay{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -52px;
    width: 15px;
    height: 15px
}
.ww_officialImg_BottomPlayHover{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -67px;
    width: 15px;
    height: 15px
}
.ww_officialImg_CircleR{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -82px;
    width: 14px;
    height: 15px
}
.ww_officialImg_CloseDialog{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -155px;
    width: 12px;
    height: 12px
}
.ww_officialImg_CollaborationCalendar{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -307px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationCalendarAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -327px -240px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationDocument{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationDocumentAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -20px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationMail{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -40px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationMailAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -60px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationMeeting{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -80px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationMeetingAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -100px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationSheet{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -120px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationSheetAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -140px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationWedrive{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -160px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_CollaborationWedriveAct{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -180px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_Collapse{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -262px -299px;
    width: 17px;
    height: 17px
}
.ww_officialImg_CollapseHover{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -289px -299px;
    width: 17px;
    height: 17px
}
.ww_officialImg_DownloadAndroid{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 0;
    width: 120px;
    height: 120px
}
.ww_officialImg_DownloadIcon{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: 0 -89px;
    width: 90px;
    height: 90px
}
.ww_officialImg_DownloadMac{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -120px 0;
    width: 120px;
    height: 120px
}
.ww_officialImg_DownloadWindows{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -120px;
    width: 120px;
    height: 120px
}
.ww_officialImg_DownloadiOS{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -120px -120px;
    width: 120px;
    height: 120px
}
.ww_officialImg_Email{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px -192px;
    width: 34px;
    height: 34px
}
.ww_officialImg_GrayBigClose{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -178px -299px;
    width: 18px;
    height: 18px
}
.ww_officialImg_HeaderLogo{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px 0;
    width: 120px;
    height: 30px
}
.ww_officialImg_HeaderPlayer{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -36px;
    width: 16px;
    height: 16px
}
.ww_officialImg_IconAndroid{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -103px;
    width: 13px;
    height: 17px
}
.ww_officialImg_IconApple{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -130px;
    width: 12px;
    height: 15px
}
.ww_officialImg_IndexFunctions1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -206px;
    width: 32px;
    height: 32px
}
.ww_officialImg_IndexFunctions2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -272px -206px;
    width: 32px;
    height: 32px
}
.ww_officialImg_IndexFunctions3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -304px -206px;
    width: 32px;
    height: 32px
}
.ww_officialImg_IndexFunctions4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -240px;
    width: 32px;
    height: 32px
}
.ww_officialImg_IndexFunctions5{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -32px -240px;
    width: 32px;
    height: 32px
}
.ww_officialImg_IndexFunctions6{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -64px -240px;
    width: 32px;
    height: 32px
}
.ww_officialImg_InustryArrow{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -188px;
    width: 11px;
    height: 11px
}
.ww_officialImg_InustryCatering1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -60px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryCatering2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -78px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryCatering3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -96px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryEducation0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -90px;
    width: 40px;
    height: 40px
}
.ww_officialImg_InustryEducation1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -114px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryEducation2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -132px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryEducation3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -150px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryEducation4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -168px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFactory1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -312px -187px;
    width: 19px;
    height: 18px
}
.ww_officialImg_InustryFactory2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -186px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFactory3{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -206px -299px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFactory4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -331px -187px;
    width: 19px;
    height: 18px
}
.ww_officialImg_InustryFinancial0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -280px -90px;
    width: 40px;
    height: 40px
}
.ww_officialImg_InustryFinancial1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -204px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFinancial2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -222px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFinancial3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryFinancial4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -258px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryGovernment0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -320px -90px;
    width: 40px;
    height: 40px
}
.ww_officialImg_InustryGovernment1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -276px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryGovernment2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -294px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryGovernment3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -312px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryGovernment4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -330px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryIndex1{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px 0;
    width: 38px;
    height: 38px
}
.ww_officialImg_InustryIndex2{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px -48px;
    width: 38px;
    height: 38px
}
.ww_officialImg_InustryIndex3{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -248px -189px;
    width: 39px;
    height: 38px
}
.ww_officialImg_InustryIndex4{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px -96px;
    width: 38px;
    height: 38px
}
.ww_officialImg_InustryIndex5{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -200px -189px;
    width: 38px;
    height: 40px
}
.ww_officialImg_InustryIndex6{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px -144px;
    width: 38px;
    height: 38px
}
.ww_officialImg_InustryRetail0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -130px;
    width: 40px;
    height: 40px
}
.ww_officialImg_InustryRetail1{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -234px -299px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryRetail2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -348px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryRetail3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -366px -352px;
    width: 18px;
    height: 18px
}
.ww_officialImg_InustryRetail4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -372px;
    width: 18px;
    height: 18px
}
.ww_officialImg_Logo{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -30px;
    width: 120px;
    height: 30px
}
.ww_officialImg_LogoBlue{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -60px;
    width: 120px;
    height: 30px
}
.ww_officialImg_LogoMobile{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -113px 0;
    width: 82px;
    height: 91px
}
.ww_officialImg_LogoSingle{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -96px -240px;
    width: 31px;
    height: 26px
}
.ww_officialImg_MeetingRecord{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -97px;
    width: 15px;
    height: 15px
}
.ww_officialImg_MobileInustryEducation0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -280px -130px;
    width: 36px;
    height: 36px
}
.ww_officialImg_MobileInustryFinancial0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -316px -130px;
    width: 36px;
    height: 36px
}
.ww_officialImg_MobileInustryRetail0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -170px;
    width: 36px;
    height: 36px
}
.ww_officialImg_MoibleInustryGovernment0{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -276px -170px;
    width: 36px;
    height: 36px
}
.ww_officialImg_NavCircle{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -53px;
    width: 15px;
    height: 15px
}
.ww_officialImg_NavCircleBlue{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -78px;
    width: 15px;
    height: 15px
}
.ww_officialImg_NeumoniaArrowR{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -402px -176px;
    width: 6px;
    height: 10px
}
.ww_officialImg_NeumoniaIcon{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -18px -372px;
    width: 18px;
    height: 17px
}
.ww_officialImg_NewLog{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -300px -236px;
    width: 21px;
    height: 13px
}
.ww_officialImg_NewsFlag{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -312px -170px;
    width: 35px;
    height: 17px
}
.ww_officialImg_NewsFlagSmall{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -240px;
    width: 27px;
    height: 14px
}
.ww_officialImg_NormalGrayWeWork{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Number1{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -113px -101px;
    width: 70px;
    height: 60px
}
.ww_officialImg_Number2{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: 0 -189px;
    width: 70px;
    height: 60px
}
.ww_officialImg_OffCanvasBtn{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px 0;
    width: 18px;
    height: 18px
}
.ww_officialImg_OffCanvasBtnBlack{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -18px;
    width: 18px;
    height: 18px
}
.ww_officialImg_Open1{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: 0 -259px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -30px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -60px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -90px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open5{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -120px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open6{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -150px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open7{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -180px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open8{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -210px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Open9{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Plus{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -316px -299px;
    width: 17px;
    height: 17px
}
.ww_officialImg_PlusHover{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px 0;
    width: 17px;
    height: 17px
}
.ww_officialImg_RegIntroCover{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: 0 0;
    width: 103px;
    height: 79px
}
.ww_officialImg_SDK{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -80px -189px;
    width: 50px;
    height: 50px
}
.ww_officialImg_ScrollNav{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -199px;
    width: 8px;
    height: 9px
}
.ww_officialImg_SmallGrayClose{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -27px;
    width: 16px;
    height: 16px
}
.ww_officialImg_SubFeature1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -270px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature10{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -300px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature11{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -330px -272px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature12{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature13{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -30px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature14{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -40px -259px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature16{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -60px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature17{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -90px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature18{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -120px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature19{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -150px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -180px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature20{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -210px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature21{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature22{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -270px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -300px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -330px -302px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature5{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px 0;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature6{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -30px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature7{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -60px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature8{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -90px;
    width: 30px;
    height: 30px
}
.ww_officialImg_SubFeature9{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -120px;
    width: 30px;
    height: 30px
}
.ww_officialImg_TopNavMore{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -140px;
    width: 12px;
    height: 12px
}
.ww_officialImg_TopNavMoreBlack{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -152px;
    width: 12px;
    height: 12px
}
.ww_officialImg_VideoClose{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -254px;
    width: 26px;
    height: 26px
}
.ww_officialImg_WechatMp{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -150px;
    width: 30px;
    height: 30px
}
.ww_officialImg_Weibo{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -180px;
    width: 30px;
    height: 30px
}
.ww_officialImg_WeworkLogo{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -205px -95px;
    width: 76px;
    height: 62px
}
.ww_officialImg_WhiteCloseDialog{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -348px -177px;
    width: 12px;
    height: 12px
}
.ww_officialImg_WxConnectionNavNext{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -210px;
    width: 30px;
    height: 30px
}
.ww_officialImg_WxContacts1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -200px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContacts2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -220px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContacts3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -240px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContacts4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -260px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContacts5{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -280px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContacts6{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -280px;
    width: 22px;
    height: 20px
}
.ww_officialImg_WxContacts7{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -300px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsArrowR{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -164px;
    width: 12px;
    height: 12px
}
.ww_officialImg_WxContactsBlue1{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -320px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBlue2{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -340px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBlue3{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -332px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBlue4{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: 0 -352px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBlue5{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -20px -352px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBlue6{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -360px -300px;
    width: 22px;
    height: 20px
}
.ww_officialImg_WxContactsBlue7{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -40px -352px;
    width: 20px;
    height: 20px
}
.ww_officialImg_WxContactsBtn{
    background-image: url("../images/officialImages$hf70b2d7.svg");
    background-position: -390px -176px;
    width: 12px;
    height: 12px
}
.ww_officialImg_WxconnectionNum1{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: 0 -299px;
    width: 20px;
    height: 32px
}
.ww_officialImg_WxconnectionNum2{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -30px -299px;
    width: 20px;
    height: 32px
}
.ww_officialImg_WxconnectionNum3{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -60px -299px;
    width: 20px;
    height: 32px
}
.ww_officialImg_WxconnectionNum4{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -90px -299px;
    width: 20px;
    height: 32px
}
.ww_officialImg_WxconnectionNum5{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -120px -299px;
    width: 20px;
    height: 32px
}
.ww_officialImg_videoPlay{
    background-image: url("../images/officialImages$h02dd420.png");
    background-position: -140px -189px;
    width: 50px;
    height: 50px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi){
    .ww_officialImg_Activities{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -80px -259px;
        background-size: 365px 331px
    }
    .ww_officialImg_BigGreenSucc{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -205px 0;
        background-size: 365px 331px
    }
    .ww_officialImg_BigWhiteClose{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -150px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_CloseDialog{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -155px;
        background-size: 365px 331px
    }
    .ww_officialImg_CollapseHover{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -262px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_Collapse{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -289px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_DownloadIcon{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: 0 -89px;
        background-size: 365px 331px
    }
    .ww_officialImg_Email{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px -192px;
        background-size: 365px 331px
    }
    .ww_officialImg_GrayBigClose{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -178px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_IconAndroid{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -103px;
        background-size: 365px 331px
    }
    .ww_officialImg_IconApple{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -130px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryFactory3{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -206px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex1{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -248px -189px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex2{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px 0;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex3{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px -48px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex4{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px -96px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex5{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -200px -189px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryIndex6{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px -144px;
        background-size: 365px 331px
    }
    .ww_officialImg_InustryRetail1{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -234px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_LogoMobile{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -113px 0;
        background-size: 365px 331px
    }
    .ww_officialImg_NavCircleBlue{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -53px;
        background-size: 365px 331px
    }
    .ww_officialImg_NavCircle{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -78px;
        background-size: 365px 331px
    }
    .ww_officialImg_NewLog{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -300px -236px;
        background-size: 365px 331px
    }
    .ww_officialImg_Number1{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -113px -101px;
        background-size: 365px 331px
    }
    .ww_officialImg_Number2{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: 0 -189px;
        background-size: 365px 331px
    }
    .ww_officialImg_Open1{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: 0 -259px;
        background-size: 365px 331px
    }
    .ww_officialImg_PlusHover{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -316px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_Plus{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px 0;
        background-size: 365px 331px
    }
    .ww_officialImg_RegIntroCover{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: 0 0;
        background-size: 365px 331px
    }
    .ww_officialImg_SDK{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -80px -189px;
        background-size: 365px 331px
    }
    .ww_officialImg_ScrollNav{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -199px;
        background-size: 365px 331px
    }
    .ww_officialImg_SmallGrayClose{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -27px;
        background-size: 365px 331px
    }
    .ww_officialImg_SubFeature14{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -40px -259px;
        background-size: 365px 331px
    }
    .ww_officialImg_WeworkLogo{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -205px -95px;
        background-size: 365px 331px
    }
    .ww_officialImg_WhiteCloseDialog{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -348px -177px;
        background-size: 365px 331px
    }
    .ww_officialImg_WxconnectionNum1{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: 0 -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_WxconnectionNum2{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -30px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_WxconnectionNum3{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -60px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_WxconnectionNum4{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -90px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_WxconnectionNum5{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -120px -299px;
        background-size: 365px 331px
    }
    .ww_officialImg_videoPlay{
        background-image: url("../images/officialImages_2x$h2c35fa5.png");
        background-position: -140px -189px;
        background-size: 365px 331px
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-resolution: 3dppx){
    .ww_officialImg_CloseDialog{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -305px -52px;
        background-size: 318px 269px
    }
    .ww_officialImg_CollapseHover{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -233px -159px;
        background-size: 318px 269px
    }
    .ww_officialImg_Collapse{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -236px -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_DownloadIcon{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: 0 -89px;
        background-size: 318px 269px
    }
    .ww_officialImg_Email{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -192px -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_IconAndroid{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -305px 0;
        background-size: 318px 269px
    }
    .ww_officialImg_IconApple{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -305px -27px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryFactory3{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px -206px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex1{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -205px -111px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex2{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: 0 -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex3{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -48px -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex4{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -96px -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex5{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -205px -61px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryIndex6{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -144px -189px;
        background-size: 318px 269px
    }
    .ww_officialImg_InustryRetail1{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -205px -159px;
        background-size: 318px 269px
    }
    .ww_officialImg_LogoMobile{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -113px 0;
        background-size: 318px 269px
    }
    .ww_officialImg_NewLog{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -114px -237px;
        background-size: 318px 269px
    }
    .ww_officialImg_Open1{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px 0;
        background-size: 318px 269px
    }
    .ww_officialImg_PlusHover{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -60px -237px;
        background-size: 318px 269px
    }
    .ww_officialImg_Plus{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -87px -237px;
        background-size: 318px 269px
    }
    .ww_officialImg_RegIntroCover{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: 0 0;
        background-size: 318px 269px
    }
    .ww_officialImg_SDK{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -205px 0;
        background-size: 318px 269px
    }
    .ww_officialImg_SubFeature14{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px -40px;
        background-size: 318px 269px
    }
    .ww_officialImg_WeworkLogo{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -113px -101px;
        background-size: 318px 269px
    }
    .ww_officialImg_WhiteCloseDialog{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -305px -74px;
        background-size: 318px 269px
    }
    .ww_officialImg_WxconnectionNum1{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px -80px;
        background-size: 318px 269px
    }
    .ww_officialImg_WxconnectionNum2{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px -122px;
        background-size: 318px 269px
    }
    .ww_officialImg_WxconnectionNum3{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -265px -164px;
        background-size: 318px 269px
    }
    .ww_officialImg_WxconnectionNum4{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: 0 -237px;
        background-size: 318px 269px
    }
    .ww_officialImg_WxconnectionNum5{
        background-image: url("../images/officialImages_3x$h39c5557.png");
        background-position: -30px -237px;
        background-size: 318px 269px
    }
}
/* stylelint-enable */

/* @import 'widget_official/widget.css'; */

@charset "UTF-8";
/**
 * widget.scss // 官网组件页面
 * @author jostinsu
 * @date 2017-07-26
 * @description
 *
 */
/**
 * _tool_official.scss 官网基础工具库,存放变量、mixin、function等非代码片段
 * @author jostinsu
 * @date 2017-07-26
 *
 */
/**
 * _var_official.sass 官网变量表
 * @author jostinsu
 * @date 17/7/26
 * @description
 *
 */
/**
 * _mixin.scss
 * @author Kayo
 * @date 2014-10-31
 *
 */
.frame_foot_nav:after, .frame_foot_inside:after, .frame_header_inner:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

/**
 * _tool.scss 常用工具方法
 * @author Kayo
 * @date 2015-08-23
 *
 */
.ww_flatDropdownBtn_arrow, .frame_foot_contact_qrCode:before {
  display: block;
  content: " ";
  width: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
}

.ww_btn {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/**
 * _frame.scss // 官网外部框架
 * @author jostinsu
 * @date 2017-07-26
 * @description
 *
 * #frame 统一的外层框架
 * #nav 导航栏
 * #mobile frame移动端的样式
 *
 */
.frame_mainBody_Open,
.frame_offCanvas {
  position: absolute;
  bottom: 0;
  top: 0;
}

.frame_mainBody_InMobile,
.frame_mainBody_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.frame_mainBody_InMobile {
  overflow: hidden;
}

.frame_mainBody_inner {
  /* overflow: auto;
  overflow-x: hidden; */
}

.frame_mainBody_mobile_inner {
  overflow: auto;
  overflow-x: hidden;
}

.frame_container_Mobile {
  overflow: auto;
  overflow-x: hidden;
}

.frame_offCanvas {
  overflow-y: scroll;
  width: calc(100% - 40px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f2f3;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 100;
}

.frame_offCanvas_mask {
  z-index: 90;
  background: #000;
  opacity: 0.4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: none;
}

.frame_mainBody_Open {
  width: 100vw;
  overflow: hidden;
}
.frame_mainBody_Open .frame_offCanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: calc(100% - 40px);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.frame_mainBody_Open .frame_offCanvas_mask {
  display: block;
}

.frame_offCanvas_multiNav_wrap {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.frame_offCanvas_multiNav_wrap {
  margin: 45px 28px 0;
}

.frame_offCanvas_multiNav_item {
  border-style: solid;
  border-color: #D8D8D8;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .frame_offCanvas_multiNav_item {
    position: relative;
    border: 0;
  }
  .frame_offCanvas_multiNav_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #D8D8D8;
    border-width: 0 0 1px 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .frame_offCanvas_multiNav_item:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}

.frame_offCanvas_multiNav_item_link {
  padding: 15px 0;
  display: block;
  color: #000;
  position: relative;
}
.frame_offCanvas_multiNav_item_link:hover {
  text-decoration: none;
  color: #000;
}

.frame_offCanvas_multiNav_item[data-num="1"] .frame_offCanvas_multiNav_item_link:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  border-radius: 5px;
  right: -16px;
  top: 6px;
  bottom: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}

.frame_offCanvas_multiNav_sub {
  padding: 5px 0;
  border-style: solid;
  border-color: #D8D8D8;
  border-width: 1px 0 0 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .frame_offCanvas_multiNav_sub {
    position: relative;
    border: 0;
  }
  .frame_offCanvas_multiNav_sub:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #D8D8D8;
    border-width: 1px 0 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .frame_offCanvas_multiNav_sub:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}

.frame_offCanvas_multiNav_sub_item {
  font-size: 16px;
  line-height: 40px;
  margin-left: 10px;
}

.frame_offCanvas_multiNav_item_open {
  width: 9px;
  height: 1px;
  display: inline-block;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 26px;
}

.frame_offCanvas_multiNav_sub_link {
  color: #666;
  position: relative;
  display: block;
}
.frame_offCanvas_multiNav_sub_link:hover {
  text-decoration: none;
  color: #666;
}
.frame_offCanvas_multiNav_sub_link:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  border-radius: 5px;
  right: -16px;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.frame_offCanvas_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 20px;
}

.frame_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  min-width: 1104px;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  padding: 16px 0 15px;
}

.frame_header_inner {
  width: 1024px;
  margin: 0 auto;
}

.frame_header_left {
  float: left;
}

.frame_header_title {
  position: relative;
  font-size: 0;
}
.frame_header_title .frame_header_pageLogo {
  vertical-align: top;
}

.frame_header_logoWrap {
  font-size: 0;
  display: flex;
  align-items: center;
}

.frame_header_pageTitle {
  display: inline-block;
  font-size: 21px;
  line-height: 34px;
  color: #0082f0;
  position: relative;
  padding-left: 16px;
  margin-left: 15px;
  font-weight: 500;
  letter-spacing: 0.015em;
}
.frame_header_pageTitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
  height: 16px;
  background-color: #0082f0;
}

.isWin .frame_header_pageTitle {
  font-size: 20px;
}

a.frame_header_pageTitle:hover {
  text-decoration: none;
  color: #0082F0;
}

.frame_header_pageTitle_en {
  font-size: 21px;
}

.frame_header_logoLink {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 120px;
  z-index: 1;
}

.frame_header_logoWrap_PC {
  display: inline-block;
}

.frame_header_logoWrap_Mobile {
  display: none;
}

.frame_header_right {
  float: right;
}

.frame_header_right_operation {
  font-size: 0;
}
.frame_header_right_operation .ww_flatBtn {
  vertical-align: top;
  margin-left: 16px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 28px;
  min-width: 70px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
}
.frame_header_right_operation .ww_flatBtn:hover {
  opacity: 0.8;
}
.frame_header_right_operation .ww_flatBtn:active {
  opacity: 0.6;
}
.frame_header_right_operation .ww_flatBtn:first-child {
  margin-left: 0;
}

.frame_main {
  width: 1024px;
  margin: 0 auto;
  padding: 62px 40px 0;
}

.frame_navContainer {
  width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: #fff;
  z-index: 10;
}

.frame_navContainer_Fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.frame_navWrap {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}

.frame_nav {
  padding: 20px 0 20px;
  margin: 0 -20px;
  color: rgba(11, 17, 26, 0.6);
  font-size: 0;
}

.frame_nav_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.frame_nav_item_link {
  display: block;
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  cursor: pointer;
}
.frame_nav_item_link:hover {
  text-decoration: none;
}
.frame_nav_item_link span {
  vertical-align: middle;
}
.frame_nav_item_link img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.frame_nav_item_Active .frame_nav_item_link {
  color: #0082ef;
}

.frame_footWrap {
  position: relative;
}

.frame_foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f8f8;
  z-index: 3;
  height: auto;
  min-width: 1104px;
}

.frame_foot_en {
  height: auto;
}

.frame_foot_icp {
  line-height: 25px;
}

.frame_foot_inside {
  position: relative;
  z-index: 2;
  width: 1024px;
  margin: 0 auto;
  padding: 56px 0 32px;
}

.frame_foot_info {
  margin-bottom: 55px;
}

.frame_foot_nav {
  font-size: 0;
  display: block;
  white-space: nowrap;
}

.frame_foot_nav_item_title {
  font-size: 14px;
  line-height: 20px;
  /* stylelint-disable */
  color: #0F141A !important;
  /* stylelint-enable */
}

.frame_foot_nav_item_list_item {
  font-size: 13px;
  line-height: 18px;
}
.frame_foot_nav_item_list_item a {
  color: rgba(11, 17, 26, 0.6);
  font-size: 13px;
}

.frame_foot_copyright {
  color: rgba(10, 17, 26, 0.5);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.frame_foot_copyright a {
  color: rgba(10, 17, 26, 0.5);
}
.frame_foot_copyright .frame_foot_nav_item_link.is_new {
  padding-right: 22px;
  background: url(https://wwcdn.weixin.qq.com/node/wework/images/new.57cc9d9a39.png) no-repeat right center;
  background-size: 20px 6px;
}
.frame_foot_copyright .frame_foot_nav_item_link.frame_foot_nav_item_link_dot {
  padding-right: 12px;
  position: relative;
}
.frame_foot_copyright .frame_foot_nav_item_link.frame_foot_nav_item_link_dot:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #f04a3e;
}

.frame_foot_nav_item_dep {
  position: relative;
  top: -1px;
}

.frame_foot_copyright_time {
  display: inline-block;
  line-height: 25px;
}

@media (max-width: 770px) {
  .frame_container_Mobile .frame_foot_copyright_time {
    display: block;
  }
  .index_en .frame_container_Mobile .frame_foot_copyright_time {
    display: inline-block;
  }
}
.frame_foot_nav_item {
  display: inline-block;
  width: 16.6666667%;
  vertical-align: top;
}
.frame_foot_nav_item:first-child {
  margin-left: 0;
}
.frame_foot_nav_item_title {
  font-size: 14px;
  color: #000;
}

.frame_foot_nav_item_list_item {
  margin-top: 20px;
}

.frame_foot_contact_items {
  font-size: 0;
  line-height: 0;
}

.frame_foot_contact_title {
  font-size: 14px;
  /* stylelint-disable */
  color: #0f141a !important;
  margin-bottom: 14px;
  /* stylelint-enable */
}

.frame_foot_contact_item {
  position: relative;
  display: inline-block;
  margin-left: 34px;
}
.frame_foot_contact_item:first-child {
  margin-left: 0;
}
.frame_foot_contact_item:hover .frame_foot_contact_qrCode {
  display: block;
}
.frame_foot_contact_item .ww_officialImg {
  line-height: 200;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0.8;
}
.frame_foot_contact_item:hover .ww_officialImg {
  opacity: 1;
}

.frame_foot_InMobile .frame_foot_contact_item:hover .frame_foot_contact_qrCode {
  display: none;
}

.frame_foot_contact_qrCode {
  contain: content;
  position: absolute;
  left: 50%;
  bottom: 45px;
  display: none;
  width: 260px;
  margin-left: -130px;
  padding: 13px 0 28px;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.05);
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.1);
  /* stylelint-disable */
  /* stylelint-enable */
}
.frame_foot_contact_qrCode:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -14px;
  content: ".";
  /* 向上小三角 */
  border-width: 12px 10px;
  border-bottom: 0;
  border-top-color: #fff;
}
@supports ((-webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0 9px 10px rgba(0, 0, 0, 0.1))) or (filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0 9px 10px rgba(0, 0, 0, 0.1)))) {
  .frame_foot_contact_qrCode {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0 9px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0 9px 10px rgba(0, 0, 0, 0.1));
  }
}

.frame_foot_contact_qrCode_title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.frame_foot_contact_qrCode_desc {
  color: rgba(11, 17, 26, 0.6);
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

.frame_foot_contact_qrCode_img {
  /* stylelint-disable */
  display: inline-block;
  width: 192px;
  height: 192px;
  vertical-align: top;
  /* stylelint-enable */
}

.frame_foot_contact_item_WeWork .frame_foot_contact_qrCode_img {
  background: #fff url("../images/independent/index/OfficialWeWorkTeamQRCode$72b9c683.png") no-repeat center bottom;
  background-size: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .frame_foot_contact_item_WeWork .frame_foot_contact_qrCode_img {
    background-image: url("../images/independent/index/OfficialWeWorkTeamQRCode_2x$5e55ef3b.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .frame_foot_contact_item_WeWork .frame_foot_contact_qrCode_img {
    background-image: url("../images/independent/index/OfficialWeWorkTeamQRCode_3x$87d79938.png");
  }
}

.frame_foot_contact_item_WeChat .frame_foot_contact_qrCode_img {
  background: #fff url(https://wwcdn.weixin.qq.com/node/wework/images/202111091627.a44831a7a2.png) no-repeat center bottom;
  background-size: 100%;
}

@media (max-width: 770px) {
  .frame_container_Mobile {
    min-width: 300px;
  }
  .frame_container_Mobile .frame_header {
    width: auto;
    min-width: 300px;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 770px) and (min--moz-device-pixel-ratio: 2), (max-width: 770px) and (min-device-pixel-ratio: 2), (max-width: 770px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 770px) and (min-resolution: 2dppx), (max-width: 770px) and (min-resolution: 192dpi) {
  .frame_container_Mobile .frame_header {
    position: relative;
    border: 0;
  }
  .frame_container_Mobile .frame_header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0 0 1px 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .frame_container_Mobile .frame_header:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 770px) and (min--moz-device-pixel-ratio: 2), (max-width: 770px) and (min-device-pixel-ratio: 2), (max-width: 770px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 770px) and (min-resolution: 2dppx), (max-width: 770px) and (min-resolution: 192dpi) {
  .frame_container_Mobile .frame_header {
    position: fixed;
  }
}
@media (max-width: 770px) {
  .frame_container_Mobile .frame_header_inner {
    width: auto;
    padding: 0px 16px;
  }
  .frame_container_Mobile .frame_header_pageLogo {
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url("../images/independent/index/HeaderLogoMobile$ha121a75.svg");
    background-position: left center;
    background-repeat: no-repeat;
    width: 100px;
    background-size: 100%;
  }
  .frame_container_Mobile .frame_header_logoWrap_Mobile {
    display: inline-block;
  }
  .frame_container_Mobile .frame_header_logoWrap_PC {
    display: none;
  }
  .frame_container_Mobile .frame_main {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .frame_container_Mobile .frame_header_right {
    display: none;
  }
  .frame_container_Mobile .frame_navContainer {
    width: auto;
    min-width: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .frame_container_Mobile .frame_navWrap {
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 770px) and (min--moz-device-pixel-ratio: 2), (max-width: 770px) and (min-device-pixel-ratio: 2), (max-width: 770px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 770px) and (min-resolution: 2dppx), (max-width: 770px) and (min-resolution: 192dpi) {
  .frame_container_Mobile .frame_navWrap {
    position: relative;
    border: 0;
  }
  .frame_container_Mobile .frame_navWrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0 0 1px 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .frame_container_Mobile .frame_navWrap:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
@media (max-width: 770px) {
  .frame_container_Mobile .frame_nav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .frame_container_Mobile .frame_nav_item:first-child .frame_nav_item_link {
    padding-left: 0;
  }
  .frame_container_Mobile .frame_nav_item:first-child:before {
    content: none;
  }
  .frame_container_Mobile .frame_nav_item:last-child .frame_nav_item_link {
    padding-right: 0;
  }
  .frame_container_Mobile .frame_nav_item_link {
    padding: 0 18px;
  }
  .frame_container_Mobile .frame_foot {
    contain: strict;
    height: 170px;
    min-width: 0;
  }
  .frame_container_Mobile .frame_foot_inside {
    width: auto;
  }
  .frame_container_Mobile .frame_foot_nav {
    display: none;
  }
  .frame_container_Mobile .frame_foot_nav_item {
    margin-left: 35px;
  }
  .frame_container_Mobile .frame_foot_inside {
    width: 80%;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 21px;
    text-align: center;
  }
  .frame_container_Mobile .frame_foot_info {
    float: none;
    margin-bottom: 0;
  }
  .frame_container_Mobile .frame_foot_contact {
    float: none;
    margin-bottom: 18px;
  }
  .frame_container_Mobile .frame_foot_contact_title {
    display: none;
  }
  .frame_container_Mobile .frame_foot_contact_item.frame_foot_contact_item_WeWork {
    display: none;
  }
  .frame_container_Mobile .frame_foot_contact_item.frame_foot_contact_item_WeChat {
    margin-left: 0;
  }
  .frame_container_Mobile .frame_header_pageTitle,
  .frame_container_Mobile .frame_header_pageTitle_en {
    font-size: 18px;
  }
}
@media (max-width: 321px) {
  .frame_container_Mobile .frame_header_pageTitle,
  .frame_container_Mobile .frame_header_pageTitle_en {
    font-size: 15px;
  }
}
.index_en .frame_foot_InMobile {
  height: 150px;
}

.qui_btn {
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-width: 24px;
  height: 24px;
  padding: 0 12px;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  line-height: 24px;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  _overflow-y: hidden;
}

a.qui_btn {
  text-decoration: none;
}
a.qui_btn:hover {
  text-decoration: none;
}

.ww_btn {
  cursor: default;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
  background-image: -webkit-linear-gradient(top, #fff 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #F8F8F8 100%);
  background-repeat: repeat-x;
  border-radius: 2px;
  vertical-align: middle;
  border: 1px solid #AAA;
}
.ww_btn:hover {
  border-color: #AAA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  color: #222;
  text-decoration: none;
}
.ww_btn:active, .ww_btn_Active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #dedede 100%);
  background-repeat: repeat-x;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.ww_btn[disabled], .ww_btn_Disabled, .ww_btn_Disabled:hover, .ww_btn[disabled]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #dedede 100%);
  background-repeat: repeat-x;
  border-color: #aaa;
  color: #787878;
  cursor: default;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.ww_btn_Blue {
  border-color: #2084CA;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4490D6), to(#357FB8));
  background-image: -webkit-linear-gradient(top, #4490D6 0%, #357FB8 100%);
  background-image: -o-linear-gradient(top, #4490D6 0%, #357FB8 100%);
  background-image: linear-gradient(to bottom, #4490D6 0%, #357FB8 100%);
  background-repeat: repeat-x;
}
.ww_btn_Blue:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61A6E6), to(#4890C7));
  background-image: -webkit-linear-gradient(top, #61A6E6 0%, #4890C7 100%);
  background-image: -o-linear-gradient(top, #61A6E6 0%, #4890C7 100%);
  background-image: linear-gradient(to bottom, #61A6E6 0%, #4890C7 100%);
  background-repeat: repeat-x;
  border-color: #2971A2;
  color: #fff;
}
.ww_btn_Blue:active, .ww_btn_Blue_Active {
  border-color: #3081BD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3587C7), to(#4490D6));
  background-image: -webkit-linear-gradient(top, #3587C7 0%, #4490D6 100%);
  background-image: -o-linear-gradient(top, #3587C7 0%, #4490D6 100%);
  background-image: linear-gradient(to bottom, #3587C7 0%, #4490D6 100%);
  background-repeat: repeat-x;
}
.ww_btn_Blue[disabled], .ww_btn_Blue_Disabled, .ww_btn_Blue_Disabled:hover, .ww_btn_Blue[disabled]:hover {
  border-color: #8FBCDB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A2C8EA), to(#9BC0DD));
  background-image: -webkit-linear-gradient(top, #A2C8EA 0%, #9BC0DD 100%);
  background-image: -o-linear-gradient(top, #A2C8EA 0%, #9BC0DD 100%);
  background-image: linear-gradient(to bottom, #A2C8EA 0%, #9BC0DD 100%);
  background-repeat: repeat-x;
  color: #fff !important;
  cursor: default;
}

.ww_btn_Big {
  min-width: 48px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.ww_btn_Large {
  width: 264px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.ww_flatBtn {
  display: inline-block;
  border: 1px solid #0082ef;
  border-radius: 3px;
  line-height: 24px;
  color: #0082ef;
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ww_flatBtn:hover {
  border: 1px solid #09F;
  color: #009AFF;
  text-decoration: none;
}
.ww_flatBtn:active {
  border: 1px solid #007BCD;
  color: #007BCD;
  text-decoration: none;
}

.ww_flatBtn_Blue {
  background-color: #0082ef;
  color: #fff;
}
.ww_flatBtn_Blue:hover {
  color: #fff;
  background: #009AFF;
}
.ww_flatBtn_Blue:active {
  color: #fff;
  background: #007BCD;
}

.ww_flatBtn_Big {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
}

.ww_flatBtn_Large {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.ww_flatBtn_Huge {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}

.ww_inputText {
  font-size: 12px;
  word-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}
.ww_inputText:hover {
  border-color: #A0AAB4;
}
.ww_inputText:disabled {
  background-color: #EEEEF0;
  border-color: #CED4DA !important;
  color: #aaa;
}
.ww_inputText[readonly] {
  background-color: #EEEEF0;
  border-color: #CED4DA !important;
  color: #aaa;
}

.ww_textarea {
  font-size: 14px;
}

.ww_inputText:focus, .ww_inputText_Big:focus, .ww_textarea:focus, .ww_compatibleTxt_ipt:focus {
  border: 1px solid #6496c8;
}
.ww_inputText::-ms-clear, .ww_inputText_Big::-ms-clear, .ww_textarea::-ms-clear, .ww_compatibleTxt_ipt::-ms-clear {
  display: none;
}

.ww_textarea_Big, .ww_inputText_Big {
  width: 252px;
  padding: 5px 6px;
  font-size: 14px;
}

.ww_textarea_Big {
  line-height: 20px;
}

.ww_searchInput {
  display: inline-block;
  position: relative;
}
.ww_searchInput .ww_compatibleTxt_Small {
  width: 234px;
}
.ww_searchInput .ww_compatibleTxt_Small .ww_compatibleTxt_ipt {
  width: 200px;
}
.ww_searchInput .ww_compatibleTxt_Small .ww_compatibleTxt_ipt,
.ww_searchInput .ww_compatibleTxt_Small .ww_compatibleTxt_placeholder {
  padding-left: 26px;
}

.ww_searchInput_icon {
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 10px;
}

.ww_searchInput_delete {
  position: absolute;
  right: 6px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
}

.ww_searchInput_text {
  border: solid 1px #AAA;
  width: 144px;
  padding: 3px 28px 3px 26px;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
}

.ww_searchInput_Big .ww_searchInput_icon {
  top: 9px;
}
.ww_searchInput_Big .ww_searchInput_delete {
  top: 7px;
}
.ww_searchInput_Big .ww_searchInput_text {
  padding: 5px 28px 5px 26px;
}

.ww_flatTextFiled {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ww_flatTextFiled:hover {
  border-color: #4990E2;
}
.ww_flatTextFiled:focus {
  border-color: #4990E2;
}
.ww_flatTextFiled::-ms-clear {
  display: none;
}

.ww_flatTextFieldWithTips {
  position: relative;
}

.ww_flatTextFieldWithTips_tips {
  position: absolute;
  left: 10px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: rgba(11, 17, 26, 0.6);
}

.ww_flatTextFiledWithTips_Error .ww_flatTextFiled {
  border-color: #f05a5a;
}
.ww_flatTextFiledWithTips_Error .ww_flatTextFieldWithTips_tips {
  color: #f05a5a;
}

.ww_flatBtnWithMenu {
  position: relative;
}

.ww_flatBtnWithMenu_Error .ww_flatDropdownBtn_tips {
  color: #f05a5a;
}

.ww_flatBtnWithMenu_Succ .ww_flatDropdownBtn_link {
  color: #000;
}
.ww_flatBtnWithMenu_Succ .ww_flatDropdownBtn_link:hover {
  color: #000;
}

.ww_flatDropdownBtn {
  position: relative;
}

.ww_flatDropdownBtn_link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 2px;
  color: #aaa;
}
.ww_flatDropdownBtn_link:hover {
  color: #aaa;
  text-decoration: none;
}

.ww_flatDropdownBtn_tips {
  position: absolute;
  left: 10px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: rgba(11, 17, 26, 0.6);
}

.ww_flatDropdownBtn_arrow {
  position: absolute;
  right: 14px;
  top: 17px;
  /* 向上小三角 */
  border-width: 6px 5px;
  border-bottom: 0;
  border-top-color: #D5D5D5;
}

.ww_flatDropdownMenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  margin-top: 4px;
  overflow: auto;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
  max-height: 190px;
}

.ww_flatDropdownMenu_item {
  background-color: #FFF;
  padding: 8px 10px;
  line-height: 22px;
  font-size: 14px;
}
.ww_flatDropdownMenu_item:first-child {
  border-radius: 2px 2px 0 0;
}
.ww_flatDropdownMenu_item:last-child {
  border-radius: 0 0 2px 2px;
}
.ww_flatDropdownMenu_item:hover {
  text-decoration: none;
  background-color: #F4F4F4;
}

.ww_flatDropdownMenu_item_Curr {
  background-color: #F4F4F4;
}

.ww_flatDropdownMenu_itemLink:hover {
  text-decoration: none;
}

.ww_flatDropdownMenu_itemLink_text {
  font-size: 14px;
}

.qui_dialog {
  position: absolute;
  z-index: 100;
  min-width: 360px;
  _width: 360px;
  background: #fdfdfd;
  border: none;
  border-radius: 2px;
}

.qui_dialog_head {
  background: #416991;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
}

.qui_dialog_title {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: normal;
  color: #e6e6e6;
}

.qui_dialog_close {
  position: absolute;
  top: 14px;
  right: 20px;
}

.qui_dialog_body {
  background: #fdfdfd;
}

.qui_dialog_body:last-child {
  border-radius: 0 0 2px 2px;
}

.qui_dialog_foot {
  background: #fdfdfd;
  border-top: 1px solid #d5dde4;
  border-radius: 0 0 2px 2px;
}

.ww_dialog {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  min-width: 400px;
  max-width: 435px;
}

.ww_dialog_title {
  margin-left: 20px;
}

.ww_dialog_close {
  line-height: 0;
}

.ww_dialog_body {
  padding: 40px;
  font-size: 14px;
  position: relative;
}
.ww_dialog_body input {
  display: inline;
}

.ww_dialog_foot {
  padding: 12px 20px;
  background-color: #F8F8F8;
  border-top: 1px solid #d5dde4;
  text-align: right;
  line-height: 25px;
}

.ww_dialog_foot .ww_btn {
  margin-left: 15px;
}
.ww_dialog_foot .ww_btn:first-child {
  margin-left: 0;
}

.ww_dialog_foot_tip {
  color: rgba(11, 17, 26, 0.6);
  float: left;
}

/* 没有foot的大对话框，因为没有Foot的一般都是非常特殊的对话框，因此一般也都不太方便限制max-width，如果非要限制就写到body里面自己的业务里去吧 */
.ww_dialog_NoFoot {
  min-width: 462px;
  max-width: none;
}
.ww_dialog_NoFoot .ww_dialog_body {
  text-align: center;
  border-radius: 0 0 2px 2px;
}
.ww_dialog_NoFoot .ww_dialog_body_title {
  margin-top: 4px;
  font-size: 20px;
}
.ww_dialog_NoFoot .ww_dialog_body_detail {
  font-size: 12px;
  margin-top: 2px;
  color: rgba(11, 17, 26, 0.6);
}
.ww_dialog_NoFoot .ww_btn_Large {
  margin: 28px 8px 0 8px;
}
.ww_dialog_NoFoot .ww_dialog_foot {
  display: none;
}

.ww_dialog_NoMinWidth {
  min-width: 0;
}

.ww_dialog_RegisterUpgradeDlg .ww_commonImg_CloseDialog {
  width: 12px;
  height: 12px;
  vertical-align: top;
  background: url("../images/independent/index/WhiteCloseDialog$439a4bc7.png") left top no-repeat;
  background-size: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .ww_dialog_RegisterUpgradeDlg .ww_commonImg_CloseDialog {
    background-image: url("../images/independent/index/WhiteCloseDialog_2x$c00ae8de.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .ww_dialog_RegisterUpgradeDlg .ww_commonImg_CloseDialog {
    background-image: url("../images/independent/index/WhiteCloseDialog_3x$c21be013.png");
  }
}

.ww_alert {
  contain: content;
  position: fixed;
  left: -9999px;
  top: 50%;
  z-index: 100;
  width: 285px;
  border-radius: 14px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
          transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ww_alert_cnt {
  padding: 20px 25px;
}
.ww_alert_cnt_title {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #222224;
}
.ww_alert_cnt_text {
  font-size: 13px;
  line-height: 17px;
  color: #666668;
}

.ww_alert_foot {
  border-style: solid;
  border-color: #CCCCCE;
  border-width: 1px 0 0 0;
  border-radius: 0;
  font-size: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .ww_alert_foot {
    position: relative;
    border: 0;
  }
  .ww_alert_foot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #CCCCCE;
    border-width: 1px 0 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .ww_alert_foot:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
.ww_alert_foot_btn {
  float: left;
  height: 45px;
  width: 50%;
  line-height: 45px;
  color: #1B88EE;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ww_alert_foot_btn:hover {
  color: #1B88EE;
  text-decoration: none;
}
.ww_alert_foot_btn:active {
  background-color: #d1e7fc;
}
.ww_alert_foot_btn_Cancel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-color: #e4e4e4;
  border-width: 0 1px 0 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .ww_alert_foot_btn_Cancel {
    position: relative;
    border: 0;
  }
  .ww_alert_foot_btn_Cancel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #e4e4e4;
    border-width: 0 1px 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .ww_alert_foot_btn_Cancel:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
.ww_alert_foot_btn_Del {
  background-color: #fed8d8;
  color: #FA3A3A;
}

.ww_alert_Show {
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.ww_alert_Hide {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ww_flatDialog {
  position: absolute;
  z-index: 91;
  background: #F7F8F8;
  border-radius: 8px;
}
.ww_flatDialog .ww_flatDialog_closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 8px solid transparent;
  z-index: 1;
}

.ww_flatDialog_body {
  padding: 50px 100px;
}

.ww_mask {
  contain: strict;
  position: fixed;
  top: 0;
  right: auto;
  left: -9999px;
  bottom: auto;
  z-index: 90;
  background: #000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ww_mask_Show {
  left: 0;
  opacity: 1;
}

/* #tip 小提示 */
.ww_tip {
  position: fixed;
  top: 62px;
  left: 50%;
  min-width: 52px;
  margin-left: -46px;
  padding: 0 20px;
  height: 30px;
  background-color: #55D041;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.ww_tip_Warning {
  background-color: #FB6500;
}

.ww_btnWithMenu .i18n_dropdown {
  background: transparent;
  padding-left: 0;
  border: none 0;
  color: #9E9E9E;
  cursor: pointer;
  padding-bottom: 2px;
  width: 60px;
}

/* @import 'logic_official/index.css'; */

@charset "UTF-8";
/**
 * index.scss 官网首页 20230831
 * @author jostinsu
 * @date 2017-07-26
 *
 * #iso 官网ISO展示页面
 *
 */
/**
 * _tool_official.scss 官网基础工具库,存放变量、mixin、function等非代码片段
 * @author jostinsu
 * @date 2017-07-26
 *
 */
/**
 * _var_official.sass 官网变量表
 * @author jostinsu
 * @date 17/7/26
 * @description
 *
 */
/**
 * _mixin.scss
 * @author Kayo
 * @date 2014-10-31
 *
 */
.index_top_inside:after, .index_section_cnt:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

.index_bottomVideo_navPop_item_inner, .index_log_section_list_news_title, .index_section_caseNew_cardText_name, .index_top_multiNav_sub_link, .index_top_multiNav_item_linkTxt {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

/**
 * _tool.scss 常用工具方法
 * @author Kayo
 * @date 2015-08-23
 *
 */
.index_bottomVideo_arrow {
  display: block;
  content: " ";
  width: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
}

.index_section_wxContacts_main_part, .index_cnt_item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index_section {
  width: 1024px;
  margin: 0 auto;
}
.index_section:first-child {
  margin-bottom: 100px;
}
.index_section_SubFeature .index_cnt_item_title {
  text-align: left;
  font-size: 18px;
}
.index_section_SubFeature .ww_officialImg {
  vertical-align: -9px;
  margin-right: 8px;
}

.index_section_cntWrap {
  overflow: hidden;
}

.index_section_cnt {
  overflow: hidden;
  margin-left: -5.18%;
  margin-bottom: -53px;
}

.index_section_title {
  margin-bottom: 38px;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.index_section_title .ww_officialImg {
  vertical-align: -1px;
  margin-left: 5px;
}
.index_section_title span {
  vertical-align: middle;
}

.index_section_operate {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  /*  .ww_officialImg {
      position: relative;
      top: -6px;
      left: -2px;
    }*/
}
.index_section_operate_more .index_section_operate_more_hide {
  display: none;
}
.index_section_operate_more_Collapse .index_section_operate_more_show {
  display: none;
}
.index_section_operate_more_Collapse .index_section_operate_more_hide {
  display: inline-block;
}

.index_section_operate_more_show .ww_officialImg {
  margin-right: 0;
}

.index_section_operate_moreBottomArrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.index_cnt {
  position: relative;
  z-index: 2;
  padding: 64px 0 438px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.index_cnt_item {
  position: relative;
  float: left;
  width: 19.81%;
  margin-left: 5.18%;
  text-align: center;
  margin-bottom: 53px;
}
.index_cnt_item .index_cnt_item_tag {
  color: #bdd1f2;
  font-size: 12px;
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.index_cnt_item_img {
  display: inline-block;
  width: 200px;
  height: 176px;
  background-size: 100%;
  vertical-align: top;
}

.index_link {
  display: inline-flex;
  align-items: center;
  color: rgba(11, 18, 26, 0.6);
}
.index_link .ww_officialImg {
  margin-left: 4px;
}
.index_link .ww_officialImg_ArrowRightHover {
  display: none;
}
.index_link .ww_officialImg_PlusHover,
.index_link .ww_officialImg_CollapseHover {
  display: none;
}
.index_link:hover {
  text-decoration: none;
  color: #267EF0;
}
.index_link:hover .ww_officialImg_ArrowRight {
  display: none;
}
.index_link:hover .ww_officialImg_ArrowRightHover {
  display: inline-block;
}
.index_link:hover .ww_officialImg_Plus,
.index_link:hover .ww_officialImg_Collapse {
  display: none;
}
.index_link:hover .ww_officialImg_PlusHover,
.index_link:hover .ww_officialImg_CollapseHover {
  display: inline-block;
}

.index_topAnchor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.index_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, right top, color-stop(54.88%, rgba(219, 233, 255, 0)), color-stop(65%, rgba(128, 176, 255, 0.5)), color-stop(74.51%, rgba(64, 137, 255, 0.4)), color-stop(85%, rgba(128, 176, 255, 0.5)), color-stop(95.29%, rgba(64, 137, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(219, 233, 255, 0) 54.88%, rgba(128, 176, 255, 0.5) 65%, rgba(64, 137, 255, 0.4) 74.51%, rgba(128, 176, 255, 0.5) 85%, rgba(64, 137, 255, 0) 95.29%);
  background: -o-linear-gradient(left, rgba(219, 233, 255, 0) 54.88%, rgba(128, 176, 255, 0.5) 65%, rgba(64, 137, 255, 0.4) 74.51%, rgba(128, 176, 255, 0.5) 85%, rgba(64, 137, 255, 0) 95.29%);
  background: linear-gradient(90deg, rgba(219, 233, 255, 0) 54.88%, rgba(128, 176, 255, 0.5) 65%, rgba(64, 137, 255, 0.4) 74.51%, rgba(128, 176, 255, 0.5) 85%, rgba(64, 137, 255, 0) 95.29%);
  /*
    &:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: red;
    }*/
}
.index_top .index_top_operation_registerBtn {
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.index_top_bg {
  display: none;
}

.index_top_White {
  position: fixed;
  display: none;
}
.index_top_White .index_top_bg {
  display: block;
}
.index_top_White .index_top_operation_link {
  color: #0085dd;
}
.index_top_White .index_top_operation_link:hover {
  color: #009aff;
  text-decoration: none;
}
.index_top_White .index_top_operation_link:active {
  color: #009aff;
  text-decoration: none;
}
.index_top_White .index_top_operation_loginBtn {
  display: inline-block;
  border: 1px solid #0082ef;
  color: #0082ef;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index_top_White .index_top_operation_loginBtn:hover {
  border: 1px solid #09f;
  color: #009aff;
  text-decoration: none;
}
.index_top_White .index_top_operation_loginBtn:active {
  border: 1px solid #007bcd;
  color: #007bcd;
  text-decoration: none;
}
.index_top_White .index_top_operation_registerBtn {
  display: inline-block;
  border: 1px solid #0082ef;
  background-color: #0082ef;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index_top_White .index_top_operation_registerBtn:hover {
  color: #fff;
  background: #009aff;
  border-color: #009aff;
  text-decoration: none;
}
.index_top_White .index_top_operation_registerBtn:active {
  color: #fff;
  background: #007bcd;
  border-color: #009aff;
  text-decoration: none;
}
.index_top_White .ww_officialImg_Logo {
  display: none;
}
.index_top_White .index_top_title_inner .ww_officialImg_LogoBlue {
  display: inline-block;
}

.index_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: solid 0.5px #eaeaea;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_top_inside {
  position: relative;
  z-index: 2;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.index_top_title {
  float: left;
}
.index_top_title:hover {
  text-decoration: none;
}

.index_top_title_inner {
  color: #fff;
  font-size: 0;
  line-height: 0;
  height: 34px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px;
}
.index_top_title_inner:hover {
  color: #fff;
  text-decoration: none;
}
.index_top_title_inner .ww_officialImg_LogoBlue {
  display: none;
}
.index_top_title_inner .ww_officialImg_LogoMobile,
.index_top_title_inner .ww_officialImg_LogoMoment {
  display: none;
}

.index_top_title_inner_text {
  display: none;
}

.index_top_nav {
  display: inline-block;
}

.index_top_nav_item {
  display: inline-block;
  margin-left: 64px;
  color: #67d7f9;
  line-height: 36px;
  font-size: 15px;
}
.index_top_nav_item:hover {
  color: #abe8ff;
  text-decoration: none;
}
.index_top_nav_item:active {
  background-color: transparent;
}
.index_top_nav_item:first-child {
  margin-left: 0;
}

.index_top_operation {
  position: absolute;
  right: 0;
  font-size: 0;
}

.index_top_operation_loginBtn,
.index_top_operation_registerBtn,
.index_head_info_downloadBtn {
  vertical-align: top;
  display: inline-block;
  min-width: 100px;
  height: 34px;
  border: 1px solid #44D2FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  line-height: 32px;
  color: #5FC9EC;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.index_top_operation_loginBtn:hover,
.index_top_operation_registerBtn:hover,
.index_head_info_downloadBtn:hover {
  border-color: #a2e8ff;
  text-decoration: none;
  color: #a2e8ff;
}
.index_top_operation_loginBtn:active,
.index_top_operation_registerBtn:active,
.index_head_info_downloadBtn:active {
  border-color: #63C1E1;
  color: #63C1E1;
}

.index_head_info_downloadBtn {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.48%, #3785F5), color-stop(99.97%, #667FFF));
  background: -webkit-linear-gradient(left, #3785F5 0.48%, #667FFF 99.97%);
  background: -o-linear-gradient(left, #3785F5 0.48%, #667FFF 99.97%);
  background: linear-gradient(90deg, #3785F5 0.48%, #667FFF 99.97%);
  -webkit-box-shadow: 0 12px 32px 0 rgba(128, 134, 253, 0.2);
          box-shadow: 0 12px 32px 0 rgba(128, 134, 253, 0.2);
  border: 0 none;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  height: 60px;
  min-width: 180px;
}

.index_top_operation_loginBtn {
  margin-right: 16px;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 14px;
  padding-right: 14px;
}

.index_top_operation_link {
  font-size: 15px;
  line-height: 30px;
  margin-right: 30px;
  color: #40cfff;
}
.index_top_operation_link:hover {
  color: #a2e8ff;
  text-decoration: none;
}
.index_top_operation_link:active {
  color: #a2e8ff;
  text-decoration: none;
}

.index_top_operation_registerBtn,
.index_head_info_pCDownloadBtn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  background: #2B80FF;
}
.index_top_operation_registerBtn:hover,
.index_head_info_pCDownloadBtn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.index_top_operation_registerBtn:active,
.index_head_info_pCDownloadBtn:active {
  color: #fff;
  opacity: 0.6;
}

.index_top_multiNav {
  position: absolute;
  top: 2px;
  right: 254px;
}
.index_top_multiNav .ww_officialImg_TopNavMoreBlack {
  display: none;
  margin-left: 4px;
  opacity: 1;
}
.index_top_multiNav .ww_officialImg_TopNavMore {
  display: inline-flex;
  margin-left: 4px;
  opacity: 1;
}

.index_top_multiNav_wrap {
  font-size: 0;
  word-break: keep-all;
}

.index_top_multiNav_item {
  vertical-align: top;
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
.index_top_multiNav_item:hover .index_top_multiNav_sub {
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.index_top_multiNav_item:hover .index_top_multiNav_item_link {
  color: #fff;
  opacity: 0.7;
}
.index_top_multiNav_item:last-child {
  margin-right: 0;
}
.index_top_multiNav_item:before {
  display: inline-block;
  content: " ";
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.index_top_multiNav_item[data-num="1"]:hover .index_top_multiNav_sub {
  height: 60px;
}
.index_top_multiNav_item[data-num="2"]:hover .index_top_multiNav_sub {
  height: 100px;
}

.index_top_multiNav_item[data-num="3"]:hover .index_top_multiNav_sub {
  height: 140px;
}

.index_top_multiNav_item[data-num="4"]:hover .index_top_multiNav_sub {
  height: 180px;
}

.index_top_multiNav_item[data-num="5"]:hover .index_top_multiNav_sub {
  height: 220px;
}

.index_top_multiNav_item_linkTxt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: inherit;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-shadow: 0 2px 8px rgba(122, 166, 255, 0.5);
}

.index_top_multiNav_item_link {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.index_top_multiNav_item_link:hover {
  text-decoration: none;
}

.index_top_multiNav_sub {
  width: 128px;
  position: absolute;
  left: 50%;
  margin-left: -53px;
  right: 0;
  top: 42px;
  font-size: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.index_top_multiNav_sub_item:first-child {
  margin-top: 10px;
}

.index_top_multiNav_sub_link {
  display: block;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #000;
  background-color: #fff;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_top_multiNav_sub_link:hover {
  color: #fff;
}
.index_top_multiNav_sub_link:hover {
  text-decoration: none;
  color: #0082ef;
  background-color: #F2F2F2;
}

.index_top_White .ww_officialImg_TopNavMoreBlack {
  display: inline-block;
}
.index_top_White .ww_officialImg_TopNavMore {
  display: none;
}
.index_top_White .index_top_multiNav_menu_white {
  display: none;
}
.index_top_White .index_top_multiNav_menu_gray {
  display: inline-block;
}
.index_top_White .index_top_multiNav_item:hover .index_top_multiNav_item_link {
  color: #4C4C4C;
}
.index_top_White .index_top_multiNav_item_link {
  color: #000;
}
.index_top_White .index_top_multiNav_item_link:hover {
  color: #4C4C4C;
}
.index_top_White .index_top_multiNav_item_linkTxt {
  text-shadow: none;
}

.index_head {
  position: relative;
  width: 100%;
  padding-top: 105px;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

.index_head_inside {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.index_head_gradualBg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 1717px;
  height: 100%;
  margin-left: -858.5px;
  background: url("../images/independent/index/HeadBg$4116cac8.png") no-repeat center bottom;
  background-size: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_head_gradualBg {
    background-image: url("../images/independent/index/HeadBg_2x$3c367347.png");
  }
}

.index_head_info {
  text-align: center;
  position: relative;
  bottom: -20px;
}

.index_head_offCanvasBtn {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  padding: 23px 20px;
  font-size: 0;
  line-height: 0;
}

/* stylelint-disable */
@font-face {
  font-family: "FZLanTingHei-R-GBK";
  src: url("../font/fangzhenglanting$0129352b.eot"); /* IE9 */
  src: url("../font/fangzhenglanting.eot?#iefix") format("embedded-opentype"), url("../font/fangzhenglanting$14038936.woff") format("woff"), url("../font/fangzhenglanting$8feb76bd.ttf") format("truetype"), url("../font/fangzhenglanting.svg#FZLanTingHei-R-GBK") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Conv_DIN-Medium";
  src: url("../font/DIN/DIN-Medium$493bfa04.eot");
  src: url("../font/DIN/DIN-Medium$09745684.woff") format("woff"), url("../font/DIN/DIN-Medium$4f7d944b.ttf") format("truetype"), url("../font/DIN/DIN-Medium$677433a0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* stylelint-enable */
.index_head_info_title {
  margin-bottom: 48px;
  color: #44d2ff;
  font-family: "Heiti SC", "Microsoft YaHei", BlinkMacSystemFont, Helvetica, "lucida Grande", "PingFang SC";
  font-size: 48px;
  padding-top: 18px;
}

.index_head_info_mobileLogo {
  display: none;
  font-size: 0;
  background-image: url("../images/independent/index/v5style/mobileHead_2x.png");
  background-repeat: no-repeat;
  width: 88px;
  height: 88px;
  background-size: 88px 88px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_head_info_mobileLogo {
    background-image: url("../images/independent/index/v5style/mobileHead_2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_head_info_mobileLogo {
    background-image: url("../images/independent/index/v5style/mobileHead_3x.png");
  }
}

/*
.index_head_info_more {
  height: 32px;
  line-height: 32px;
  background-color: #0085de;
  color: #fff;
  border-radius: 32px;
  font-size: 14px;
  font-weight: bold;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMAnfI6KOiAzqmSOeKqwMMAAAA2SURBVAjXY4CBRDDJtlsARDHu3gjmShPD5di9E0S57lYGkizRmwzwctiBHBAvyABshhcDAgAAMZASif9fk1MAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-origin: content-box;
  padding: 0 13px;
  width: 228px;
  text-align: center;
  margin: auto;
  display: block;

  &:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
  }
}
*/
.index_head_info_sub {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 103px;
  left: 2px;
}

.index_head_info_sub_link {
  color: #0085FF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  opacity: 0;
  /*&:hover {
    color: #fff;
    opacity: .7;
    text-decoration: none;
  }*/
}

.index_head_info_sub_round {
  cursor: pointer;
  margin-left: 16px;
  border-radius: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  text-decoration: none;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 139px;
  height: 26px;
  background-size: 139px 26px;
  background-image: url("../images/independent/index/v5style/HeaderLaunchButton$h2b9fbf1.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_head_info_sub_round {
    background-image: url("../images/independent/index/v5style/HeaderLaunchButton_2x$hab7832b.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_head_info_sub_round {
    background-image: url("../images/independent/index/v5style/HeaderLaunchButton_3x$he5d9b75.png");
  }
}
.index_head_info_sub_round:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.index_head_info_sub_round:active {
  opacity: 0.6;
}
.index_head_info_sub_round .ww_officialImg {
  margin-left: 5px;
}

.index_head_info_sub_roundTxt {
  color: #0085FF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.1px;
  display: inline-block;
}

.index_head_info_pCDownloadBtn {
  vertical-align: top;
  min-width: 176px;
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 47px;
  z-index: 11;
  position: relative;
}

.index_head_deviceImg {
  position: relative;
  margin: 106px auto 0;
  width: 89.16015625%;
  padding-bottom: 22.94921875%;
  background: url("../images/independent/index/Device$9a90bf10.png") no-repeat center bottom;
  background-size: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_head_deviceImg {
    background-image: url("../images/independent/index/Device_2x$0a3833b8.png");
  }
}

.index_head_earthVideoWrap {
  position: absolute;
  width: 1920px;
  height: 575px;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -960px;
}
.index_head_earthVideoWrap:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  background: -webkit-linear-gradient(263deg, #DCEAFF 0%, #F1F6FF 89.13%);
  background: -o-linear-gradient(263deg, #DCEAFF 0%, #F1F6FF 89.13%);
  background: linear-gradient(187deg, #DCEAFF 0%, #F1F6FF 89.13%);
}
.index_head_earthVideoWrap:after {
  content: "";
  position: absolute;
  right: -50%;
  top: -1px;
  bottom: 0;
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #307DFC), color-stop(50%, #8DB7FC), to(#DDE9FE));
  background: -webkit-linear-gradient(top, #307DFC 5%, #8DB7FC 50%, #DDE9FE 100%);
  background: -o-linear-gradient(top, #307DFC 5%, #8DB7FC 50%, #DDE9FE 100%);
  background: linear-gradient(180deg, #307DFC 5%, #8DB7FC 50%, #DDE9FE 100%);
}

.index_head_earthVideoBox,
.index_head_earthVideoPoster {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.index_head_earthVideoPoster {
  opacity: 1;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 1920px;
  height: 575px;
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/202508261429.5f385caa7d.png);
  background-size: 1920px 575px;
  z-index: 1;
  /*@include screenResolution(2) {
    background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/official_light_video_bg.4fdbfded16.png);
  }*/
}

.index_head_earthVideoWrap_Active .index_head_earthVideoBox {
  opacity: 0.99;
}
.index_head_earthVideoWrap_Active .index_head_earthVideoPoster {
  opacity: 0;
}

.index_head_earthVideoMask {
  position: absolute;
  width: 1080px;
  top: 0;
  bottom: 0;
}

.index_head_earthVideoMask_Left {
  right: 1800px;
  z-index: 1001;
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/202508261403.4712f2fa17.svg");
}

.index_head_earthVideoMask_Right {
  left: 1800px;
  z-index: 1001;
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/202508261403.c6db0fc724.svg");
}

.index_cnt_item_img_Featured1 {
  background-image: url("../images/independent/index/v5style/FeatureInterconnection$h63b8265.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_cnt_item_img_Featured1 {
    background-image: url("../images/independent/index/v5style/FeatureInterconnection_2x$h57d59bf.png");
  }
}

.index_cnt_item_img_Featured2 {
  background-image: url("../images/independent/index/v5style/FeatureAI$hfbf392c.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_cnt_item_img_Featured2 {
    background-image: url("../images/independent/index/v5style/FeatureAI_2x$h709b551.png");
  }
}

.index_cnt_item_img_Featured3 {
  background-image: url("../images/independent/index/v5style/FeatureCollaboration$h84bcf95.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_cnt_item_img_Featured3 {
    background-image: url("../images/independent/index/v5style/FeatureCollaboration_2x$h2e4ccc0.png");
  }
}

.index_cnt_item_img_Featured4 {
  background-image: url("../images/independent/index/v5style/FeatureSecurity$hc4baa35.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_cnt_item_img_Featured4 {
    background-image: url("../images/independent/index/v5style/FeatureSecurity_2x$he4d864e.png");
  }
}

.index_cnt_item_imgWrap {
  margin-bottom: 14px;
}

.index_cnt_item_title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.index_cnt_item_list {
  text-align: left;
}

.index_cnt_item_list_item {
  text-align: justify;
  line-height: 24px;
  font-size: 13px;
}
.index_cnt_item_list_item_Link {
  font-size: 14px;
  margin-top: 12px;
  line-height: 20px;
  text-align: center;
}

.index_cnt_item_list_item_text {
  font-size: 14px;
  color: rgba(11, 17, 26, 0.6);
  -webkit-font-smoothing: antialiased;
}
.index_cnt_item_list_item_text a {
  color: #0082ef;
}
.index_cnt_item_list_item_text a:hover {
  text-decoration: none;
}

.index_section_Case {
  width: auto;
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 69px;
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-6b6ce95512d8837a6ac1117842a89ac0.0d1969d4ce.png), url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-417e3b257535d925a2e188d8cab6e987.e22c307665.png), -webkit-gradient(linear, left top, left bottom, from(#F9FCFF), to(#F7F9FA));
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-6b6ce95512d8837a6ac1117842a89ac0.0d1969d4ce.png), url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-417e3b257535d925a2e188d8cab6e987.e22c307665.png), -webkit-linear-gradient(#F9FCFF, #F7F9FA);
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-6b6ce95512d8837a6ac1117842a89ac0.0d1969d4ce.png), url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-417e3b257535d925a2e188d8cab6e987.e22c307665.png), -o-linear-gradient(#F9FCFF, #F7F9FA);
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-6b6ce95512d8837a6ac1117842a89ac0.0d1969d4ce.png), url(https://wwcdn.weixin.qq.com/node/wework/images/wecom-temp-417e3b257535d925a2e188d8cab6e987.e22c307665.png), linear-gradient(#F9FCFF, #F7F9FA);
  background-position: left bottom, right bottom, top center;
  background-size: auto 590px, auto 680px, auto;
  background-repeat: no-repeat;
}
.index_section_Case .index_section_link {
  text-align: center;
}
.index_section_Case .index_section_title {
  margin-bottom: 20px;
}
.index_section_Case .index_logo_wall_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  height: auto;
  margin: 0;
  position: relative;
}

.index_section_case {
  overflow: hidden;
  background-color: #f7f8f8;
  position: relative;
}
.index_section_case_items {
  overflow: hidden;
  zoom: 1;
  width: 700%;
  position: relative;
}
.index_section_case_texts {
  contain: strict;
  position: absolute;
  left: 0;
  top: 0;
  height: 451px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.index_section_case_text {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -17px;
  width: 100%;
}
.index_section_case_text_logo img {
  vertical-align: top;
  width: 84px;
}
.index_section_case_text_desc {
  margin-top: 16px;
  font-size: 20px;
  padding: 0 36px;
  font-weight: bold;
}
.index_section_case_text_from {
  margin-top: 16px;
  font-size: 14px;
  padding: 0 36px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.21);
  font-weight: bold;
}
.index_section_case_text_link {
  display: inline-block;
  margin-top: 48px;
  font-size: 14px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.21);
  color: #fff;
}
.index_section_case_text_link:hover, .index_section_case_text_link:active {
  color: #fff;
}
.index_section_case_anchorsWrap {
  overflow: hidden;
}
.index_section_case_anchors {
  width: 554px;
  position: absolute;
  left: 50%;
  margin-left: -277px;
  margin-top: -34px;
  overflow: hidden;
  zoom: 1;
  z-index: 1;
}
.index_section_case_anchor {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index_section_case_anchor:first-child {
  margin-left: 0;
}
.index_section_case_anchor_link {
  display: block;
  position: relative;
  border-radius: 50%;
  color: #cdced1;
  font-size: 13px;
  font-weight: bold;
}
.index_section_case_anchor_link_TwoLine {
  width: 2em;
  margin: 0 auto;
  line-height: 1.4;
}
.index_section_case_anchor_link_TwoLine span {
  display: inline-block;
  padding-top: 17px;
}
.index_section_case_anchor .ww_officialImg {
  position: absolute;
  left: 0;
  top: 0;
}
.index_section_case_anchor_iconActive {
  display: none;
}
.index_section_case_anchor_Active {
  cursor: pointer;
}
.index_section_case_anchor_Active .index_section_case_anchor_icon {
  display: none;
}
.index_section_case_anchor_Active .index_section_case_anchor_iconActive {
  display: block;
}
.index_section_case_anchor_Active .index_section_case_anchor_link, .index_section_case_anchor_link:hover {
  color: #fff;
  text-decoration: none;
}
.index_section_case_shop {
  max-width: 893px;
  margin: auto;
  padding: 78px 0 64px;
  overflow: hidden;
  position: relative;
}
.index_section_case_shopInner {
  position: relative;
  overflow: hidden;
}
.index_section_case_shop_items {
  line-height: 0;
  text-align: justify;
  display: none;
}
.index_section_case_shop_items:after {
  content: ".";
  display: inline-block;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.index_section_case_shop_item {
  display: inline-block;
  width: 130px;
}
.index_section_case_shop_item_Space {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: none;
}
.index_section_case_shop_item_link {
  display: block;
  height: 50px;
}
.index_section_case_shop_item_link_hover {
  opacity: 0.7;
}
.index_section_case_shop_item_link_normal {
  display: none;
}
.index_section_case_shop_item_link:hover .index_section_case_shop_item_link_hover, .index_section_case_shop_item_link:active .index_section_case_shop_item_link_hover {
  opacity: 1;
}
.index_section_case_shop_more {
  text-align: center;
  margin-top: 48px;
}
.index_section_case_shop_more_link {
  font-size: 14px;
}

.go_more_case_btn_cantainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
}
.go_more_case_btn_cantainer .go_more_case_btn {
  display: flex;
  align-items: center;
  color: rgba(11, 18, 26, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.go_more_case_btn_cantainer .go_more_case_btn .ww_officialImg_ArrowRight,
.go_more_case_btn_cantainer .go_more_case_btn .ww_officialImg_ArrowRightHover {
  margin-left: 4px;
}
.go_more_case_btn_cantainer .go_more_case_btn .ww_officialImg_ArrowRightHover {
  display: none;
}
.go_more_case_btn_cantainer .go_more_case_btn:hover {
  color: #0085dd;
  text-decoration: none;
}
.go_more_case_btn_cantainer .go_more_case_btn:hover .ww_officialImg_ArrowRightHover {
  display: inline-block;
}
.go_more_case_btn_cantainer .go_more_case_btn:hover .ww_officialImg_ArrowRight {
  display: none;
}

.go_more_case_btn_cantainer_mobile {
  margin-top: -6px;
}

.index_section_case_shop_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.index_section_case_videoBtn {
  text-decoration: none;
}
.index_section_case_videoBtn:hover {
  text-decoration: none;
}
.index_section_case_videoBtn .index_section_case_shop_more_split {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.index_section_case_videoBtn .ww_officialImg {
  vertical-align: middle;
}
.index_section_case_videoBtn span {
  vertical-align: middle;
  display: inline-block;
}

.index_section_case_shop_more_link .ww_officialImg_BottomPlayHover {
  display: none;
}
.index_section_case_shop_more_link:hover .ww_officialImg_BottomPlay {
  display: none;
}
.index_section_case_shop_more_link:hover .ww_officialImg_BottomPlayHover {
  display: inline-block;
}

.index_section_case_shopMore_Style2 {
  margin-top: 35px;
}
.index_section_case_shopMore_Style2 .index_section_case_shop_more_link:first-child {
  text-align: right;
}

.index_section_case_shop_more_split {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(7, 15, 26, 0.15);
  margin-left: 18px;
  margin-right: 18px;
}

.index_cnt_web .index_section_case_anchor {
  cursor: pointer;
}
.index_cnt_web .index_section_case_anchor:hover .index_section_case_anchor_icon {
  display: none;
}
.index_cnt_web .index_section_case_anchor:hover .index_section_case_anchor_iconActive {
  display: block;
}
.index_cnt_web .index_section_case_anchor:hover .index_section_case_anchor_link {
  color: #fff;
  text-decoration: none;
}

.index_section_Industry {
  margin-top: 100px;
  margin-bottom: 50px;
}

.index_section_industry {
  overflow: hidden;
  padding: 60px 60px;
  margin: -60px -60px;
}
.index_section_industry::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.index_section_industry_list {
  line-height: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  list-style: none;
}

.index_section_industry_item {
  display: inline-block;
  vertical-align: top;
  flex-basis: 330.66px;
  flex-basis: calc(33.3333333333% - 10.6666666667px);
  flex-grow: 1;
  margin: 8px;
}

@supports (gap: 16px) {
  .index_section_industry_list {
    gap: 16px;
    margin: 0;
  }
  .index_section_industry_item {
    margin: 0;
  }
}
.index_section_industry_item_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 234px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 30px 30px 0;
  color: rgba(13, 19, 26, 0.8);
  background: #ffffff;
  word-break: break-all;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  border: 1px solid rgba(6, 15, 26, 0.07);
}
.index_section_industry_item_wrap:hover, .index_section_industry_item_wrap:active {
  color: inherit;
  text-decoration: none;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
}
.index_section_industry_item_wrap:hover .index_section_industry_item_nav, .index_section_industry_item_wrap:active .index_section_industry_item_nav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.index_section_industry_item_wrap .index_section_industry_item_FuncList {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.index_section_industry_item_title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  position: absolute;
  left: 80px;
  top: 36px;
}

.index_section_industry_item_nav {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  right: 26px;
  top: 43px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-out 0.1s;
  -o-transition: opacity 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s;
}

.index_section_industry_item_FuncList {
  position: absolute;
  left: 33px;
  top: 80px;
  right: 18px;
  bottom: 20px;
  background-color: #fff;
}

.index_section_industry_item_test {
  font-size: 0;
}

.index_section_industry_item_FuncItem {
  font-size: 14px;
  line-height: 32px;
}
.index_section_industry_item_FuncItem em {
  font-weight: normal;
  font-style: normal;
  color: #fa7800;
}
.index_section_industry_item_FuncItem .ww_officialImg {
  vertical-align: -5px;
  margin-right: 7px;
}

.index_section_WxContacts {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(243, 243, 243, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0.3) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0.3) 100%);
  margin-left: 0;
  width: 100%;
}
.index_section_WxContacts .index_section_title {
  margin-top: 100px;
}

.index_section_wxContacts_tab {
  font-size: 0;
  line-height: 0;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto 20px;
  width: auto;
  position: relative;
}

.index_section_wxContacts_tabWrap {
  width: 1024px;
  position: relative;
  margin: 0 auto;
}
.index_section_wxContacts_tabWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: rgba(6, 15, 26, 0.05);
}

.index_section_wxContacts_tab_item {
  display: inline-block;
  padding: 0 28px;
  position: relative;
  width: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  font-size: 16px;
}
.index_section_wxContacts_tab_item:first-child {
  padding-left: 0;
}
.index_section_wxContacts_tab_item:last-child {
  padding-right: 0;
  width: 90px;
}

.index_section_wxContacts_tab_iconAct {
  opacity: 0;
}

.index_section_wxContacts_tab_item_Act {
  color: #0082ef;
}
.index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap {
  color: #1BAB50;
  text-decoration: none;
  font-weight: 500;
}
.index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap:after {
  background-color: #1BAB50;
}
.index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_iconAct {
  opacity: 1;
}

.index_section_wxContacts_tab_itemWrap {
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  color: rgba(12, 18, 25, 0.7);
  position: relative;
  padding-left: 26px;
  display: inline-block;
}
.index_section_wxContacts_tab_itemWrap .ww_officialImg {
  left: 0;
  top: 0;
  position: absolute;
}
.index_section_wxContacts_tab_itemWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: none;
}
.index_section_wxContacts_tab_itemWrap .ww_officialImg_NewsFlagSmall {
  position: relative;
  top: 1px;
}

.index_section_wxContacts_mainInner {
  padding-top: 23px;
  padding-bottom: 0;
  display: none;
  font-size: 0;
}

.index_section_wxContacts_main_parts {
  width: 1024px;
  margin: 0 auto;
  display: flex;
}

.index_section_wxContacts_main_part {
  height: 510px;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.index_section_wxContacts_main_part:first-child {
  text-align: left;
  opacity: 0;
  width: 390px;
}
.index_section_wxContacts_main_part:nth-child(2) {
  flex: 1;
  position: relative;
  right: -73px;
  background-size: cover;
  background-image: url("../images/independent/index/v5style/WxContactPicBg$h477f70a.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_part:nth-child(2) {
    background-image: url("../images/independent/index/v5style/WxContactPicBg_2x$h07dff17.png");
  }
}

.index_section_wxContacts_main_partInner {
  min-height: 192px;
}

.index_section_wxContacts_main_partInner_Mulit .index_section_wxContacts_main_title {
  font-size: 32px;
  line-height: 45px;
}
.index_section_wxContacts_main_partInner_Mulit .index_section_wxContacts_main_desc {
  margin-top: 10px;
}

.index_section_wxContacts_main_title {
  color: #000;
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.index_section_wxContacts_main_title_Second {
  margin-top: 40px;
}

.index_section_wxContacts_main_desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 15px;
  color: rgba(14, 19, 25, 0.9);
}

.index_section_wxContacts_main_link {
  font-size: 14px;
  line-height: 24px;
  /*  color: rgba(35, 115, 218, 1);

    .ww_officialImg {
      margin-left: 4px;
      vertical-align: 1px;
    }

    &:hover {
      color: rgba(35, 115, 218, 1);
      text-decoration: none;
    }*/
}

.index_section_wxContacts_main_img {
  display: inline-block;
  width: 570px;
  height: 400px;
  background-size: 570px 400px;
  background-repeat: no-repeat;
}

.index_section_wxContacts_main_img_Kefu {
  background-image: url("../images/independent/index/v5style/WxContactPicKefu$hcc8f004.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_Kefu {
    background-image: url("../images/independent/index/v5style/WxContactPicKefu_2x$h3c35b90.png");
  }
}

.index_section_wxContacts_main_img_B2b {
  background-image: url("../images/independent/index/v5style/WxContactPicB2b$hd846d76.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_B2b {
    background-image: url("../images/independent/index/v5style/WxContactPicB2b_2x$h562dccc.png");
  }
}

.index_section_wxContacts_main_img_Connect {
  background-image: url("../images/independent/index/v5style/WxContactPicConnect$h9a55838.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_Connect {
    background-image: url("../images/independent/index/v5style/WxContactPicConnect_2x$hc0cdf8d.png");
  }
}

.index_section_wxContacts_main_img_Group {
  background-image: url("../images/independent/index/v5style/WxContactPicGroup$h6950e2d.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_Group {
    background-image: url("../images/independent/index/v5style/WxContactPicGroup_2x$hfdfa5f1.png");
  }
}

.index_section_wxContacts_main_img_Moments {
  background-image: url("../images/independent/index/v5style/WxContactPicMoments$hfa27b91.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_Moments {
    background-image: url("../images/independent/index/v5style/WxContactPicMoments_2x$hed59ef5.png");
  }
}

.index_section_wxContacts_main_img_Applet {
  background-image: url("../images/independent/index/v5style/WxContactPicApplet$hd274a90.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_Applet {
    background-image: url("../images/independent/index/v5style/WxContactPicApplet_2x$h12cb8cc.png");
  }
}

.index_section_wxContacts_main_img_CompanyCard {
  background-image: url("../images/independent/index/v5style/WxContactPicCompanyCard$hc268311.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_wxContacts_main_img_CompanyCard {
    background-image: url("../images/independent/index/v5style/WxContactPicCompanyCard_2x$hea796dc.png");
  }
}

.index_section_collaboration_main_img_CollborationPicSheet {
  background-image: url("../images/independent/index/v5style/CollborationPicSheet$h9294319.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicSheet {
    background-image: url("../images/independent/index/v5style/CollborationPicSheet_2x$h2ba3e8a.png");
  }
}

.index_section_collaboration_main_img_CollborationPicMail {
  background-image: url("../images/independent/index/v5style/CollborationPicMail$h98fadff.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicMail {
    background-image: url("../images/independent/index/v5style/CollborationPicMail_2x$hd47d104.png");
  }
}

.index_section_collaboration_main_img_CollborationPicDocument {
  background-image: url("../images/independent/index/v5style/CollborationPicDocument$hf0be69b.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicDocument {
    background-image: url("../images/independent/index/v5style/CollborationPicDocument_2x$h7b5d708.png");
  }
}

.index_section_collaboration_main_img_CollborationPicCalendar {
  background-image: url("../images/independent/index/v5style/CollborationPicCalendar$h1c5daab.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicCalendar {
    background-image: url("../images/independent/index/v5style/CollborationPicCalendar_2x$ha9e6e7b.png");
  }
}

.index_section_collaboration_main_img_CollborationPicMeeting {
  background-image: url("../images/independent/index/v5style/CollborationPicMeeting$h71f635e.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicMeeting {
    background-image: url("../images/independent/index/v5style/CollborationPicMeeting_2x$h28b0437.png");
  }
}

.index_section_collaboration_main_img_CollborationPicWedrive {
  background-image: url("../images/independent/index/v5style/CollborationPicWedrive$h2699d03.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_collaboration_main_img_CollborationPicWedrive {
    background-image: url("../images/independent/index/v5style/CollborationPicWedrive_2x$hcb7a025.png");
  }
}

.index_section_aiOffice_main_img_AIOfficePicMore {
  background-image: url("../images/independent/index/v5style/AIOfficePicMore$h3279833.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_aiOffice_main_img_AIOfficePicMore {
    background-image: url("../images/independent/index/v5style/AIOfficePicMore_2x$h1e77eca.png");
  }
}

.index_section_aiOffice_main_img_AIOfficePicService {
  background-image: url("../images/independent/index/v5style/AIOfficePicService$hffeae39.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_aiOffice_main_img_AIOfficePicService {
    background-image: url("../images/independent/index/v5style/AIOfficePicService_2x$hc5d7a27.png");
  }
}

.index_section_aiOffice_main_img_AIOfficePicBot {
  background-image: url("../images/independent/index/v5style/AIOfficePicBot$haaf7958.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_aiOffice_main_img_AIOfficePicBot {
    background-image: url("../images/independent/index/v5style/AIOfficePicBot_2x$h0f37051.png");
  }
}

.index_section_aiOffice_main_img_AIOfficePicSummary {
  background-image: url("../images/independent/index/v5style/AIOfficePicSummary$h83f00a5.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_aiOffice_main_img_AIOfficePicSummary {
    background-image: url("../images/independent/index/v5style/AIOfficePicSummary_2x$ha80ff22.png");
  }
}

.index_section_aiOffice_main_img_AIOfficePicSearch {
  background-image: url("../images/independent/index/v5style/AIOfficePicSearch$hb9e56fd.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_aiOffice_main_img_AIOfficePicSearch {
    background-image: url("../images/independent/index/v5style/AIOfficePicSearch_2x$h3987143.png");
  }
}

.index_section_wxContacts_swiperContainer {
  position: relative;
  text-align: center;
}
.index_section_wxContacts_swiperContainer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: rgba(6, 15, 26, 0.05);
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scaleDraw {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleDraw {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.index_am_fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.index_am_fadeIn2 {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.index_am_fadeOut2 {
  opacity: 0;
}

.index_am_fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.index_am_fadeInRight2 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.index_log {
  padding: 32px 52px 52px;
  border: 1px solid rgba(6, 15, 26, 0.1);
  border-radius: 12px;
  font-size: 14px;
  max-width: 845px;
  margin-top: 48px;
}

.index_log_cnt {
  overflow: hidden;
}
.index_log_cnt > .index_log_section .index_log_section_title:hover {
  background-color: transparent !important;
  cursor: default !important;
}

.index_log_head {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  padding-top: 15px;
}

.index_log_newsNav .ww_officialImg {
  margin-left: 3px;
}
.index_log_newsNav .ww_officialImg_NavCircleBlue {
  display: none;
}
.index_log_newsNav a {
  display: inline-flex;
  align-items: center;
}
.index_log_newsNav a:hover {
  color: #0082ef;
  text-decoration: none;
}
.index_log_newsNav a:hover .ww_officialImg_NavCircle {
  display: none;
}
.index_log_newsNav a:hover .ww_officialImg_NavCircleBlue {
  display: inline-block;
}

.index_log_section_title .index_log_section_title_date {
  font-weight: normal;
}
.index_log_section_title .ww_officialImg {
  vertical-align: -2px;
  margin-left: 5px;
}

.index_log_section_title_First {
  font-weight: 500;
  font-size: 16px;
}
.index_log_section_title_First .ww_officialImg {
  vertical-align: 0;
}

.index_log_operate_open {
  display: none;
  color: #555;
}
.index_log_operate_open .ww_officialImg {
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: -2px;
}
.index_log_operate_open_hover {
  display: none;
}
.index_log_operate_open:hover {
  text-decoration: none;
}
.index_log_operate_open:first-child {
  display: inline;
}
.index_log_operate_Collapase .index_log_operate_open {
  display: inline;
}
.index_log_operate_Collapase .index_log_operate_open:first-child {
  display: none;
}

.index_cnt_web .index_log_operate_open:hover {
  color: #0085dd;
}
.index_cnt_web .index_log_operate_open:hover .index_log_operate_open_normal {
  display: none;
}
.index_cnt_web .index_log_operate_open:hover .index_log_operate_open_hover {
  display: inline-block;
}

.index_log_title {
  margin-bottom: 14px;
}

.index_log_sectionWrap {
  display: none;
}
.index_log_sectionWrap .index_log_section_title {
  margin-top: 0;
}

.index_log_sectionWrap .index_log_section {
  border-top: 1px dashed #e0e7ed;
}
.index_log_sectionWrap .index_log_section:last-child {
  margin-bottom: 8px;
}
.index_log_sectionWrap .index_log_section:last-child .index_log_section_list {
  padding-bottom: 16px;
}

.index_log_section_list_date {
  color: #828282;
  margin-left: 5px;
}

.index_log_section_title {
  display: block;
  color: #000;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  margin-top: 22px;
}
.index_log_section_title:hover {
  color: #000;
  text-decoration: none;
  background-color: #f8f8f8;
}

.index_log_section_title_NoHover:hover {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.index_log_section_title_newTip {
  margin-left: 5px;
  color: #5da91f;
}

.index_log_section_title_date {
  margin-left: 5px;
  color: rgba(11, 17, 26, 0.6);
  -webkit-font-smoothing: antialiased;
}

.index_log_section_title_icon {
  vertical-align: 2px;
}

.index_log_section_list {
  display: none;
  padding-top: 10px;
  color: rgba(11, 17, 26, 0.6);
  padding-left: 0;
  padding-bottom: 15px;
}

.index_log_section_list_ForNews {
  display: block;
  margin-left: 0;
  list-style: none;
  padding-top: 0;
}
.index_log_section_list_ForNews .index_log_section_list_item {
  list-style: none;
}
.index_log_section_list_ForNews .index_log_section_list_item a {
  color: inherit;
  text-decoration: none;
}
.index_log_section_list_ForNews .index_log_section_list_item a:hover {
  color: #0082ef;
  text-decoration: none;
}
.index_log_section_list_ForNews .ww_officialImg {
  vertical-align: -3px;
  margin-left: 5px;
}

.index_log_section_summary_table {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.index_log_section_summary_table tr {
  font-size: 14px;
  line-height: 20px;
}
.index_log_section_summary_table td {
  padding-top: 10px;
}

.index_log_section_summary_mainTitle {
  padding-bottom: 12px;
  padding-top: 10px;
}

.index_log_section_summary_title {
  min-width: 58px;
  padding-right: 12px;
  font-weight: 500;
  vertical-align: top;
}

.index_log_section_summary_detail {
  color: inherit;
  width: 100%;
}

.index_log_section_list_news_title {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}

.index_log_section_list_item {
  margin-top: 13px;
  list-style: outside decimal;
  -webkit-font-smoothing: antialiased;
}
.index_log_section_list_item a {
  color: #0082ef;
}
.index_log_section_list_item:first-child {
  margin-top: 0 !important;
}

.index_log_section_list_item_Special {
  margin-top: 5px;
}
.index_log_section_list_item_Special .index_log_section_list_item_title {
  display: inline-block;
  margin-bottom: 9px;
}
.index_log_section_list_item_Special ul {
  padding-left: 30px;
}
.index_log_section_list_item_Special ul.index_log_section_subDetail {
  padding-left: 15px;
}
.index_log_section_list_item_Special li {
  color: #bbb;
  line-height: 20px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
.index_log_section_list_item_Special li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -13px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(8, 16, 26, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_log_section_list_item_Special li span {
  color: rgba(11, 17, 26, 0.6);
  position: relative;
  left: -2px;
}
.index_log_section_list_item_Special2 {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.index_log_section_list_item_Style3 .index_log_section_list_item_Title {
  margin-left: 15px;
}

.index_log_section_subDetail {
  list-style: none;
  padding-left: 15px;
}

.index_log_section_subDetail_item {
  list-style: none;
  position: relative;
}
.index_log_section_subDetail_item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px !important;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff !important;
  border: 1px solid rgba(8, 16, 26, 0.3);
}

.index_log_section_list_item_HasIcon {
  margin-top: 38px !important;
}

.index_log_section_list_item_img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: -4px;
}

.index_log_section_Open .index_log_section_list {
  display: block;
}

.index_download {
  width: 893px;
}

.index_download_cnt {
  margin-top: 36px;
  width: 100%;
  height: 243px;
  text-align: justify;
  overflow: hidden;
  line-height: 0;
}
.index_download_cnt:after {
  content: ".";
  display: inline-block;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.index_download_item,
.index_download_item_iconWrap_hoverIcon,
.index_download_item_title,
.index_download_item_desc {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.index_download_item {
  display: inline-block;
  height: 100%;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  line-height: 1.5;
}
.index_download_item:hover {
  border-radius: 4px;
  text-decoration: none;
}
.index_download_item:hover .index_download_item_iconWrap_normalIcon {
  opacity: 0;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}
.index_download_item:hover .index_download_item_iconWrap_hoverIcon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index_download_item:hover .index_download_item_title,
.index_download_item:hover .index_download_item_desc {
  -webkit-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}
.index_download_item:hover .index_download_item_desc {
  opacity: 1;
}

.index_download_item_iconWrap {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.index_download_item_iconWrap_normalIcon {
  position: relative;
  z-index: 1;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index_download_item_iconWrap_hoverIcon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.333, 1.333);
      -ms-transform: scale(1.333, 1.333);
          transform: scale(1.333, 1.333);
}

.index_download_item_Mac .index_download_item_iconWrap_hoverIcon,
.index_download_item_Window .index_download_item_iconWrap_hoverIcon {
  margin-left: 11px;
  margin-top: 15px;
}

.index_download_item_downloadIcon {
  width: 120px;
  height: 120px;
  background-size: 100%;
}

.index_download_item_title {
  margin-bottom: 4px;
  color: #000;
  font-size: 14px;
}

.index_download_item_desc {
  color: #c0c0c0;
  font-size: 12px;
  opacity: 0;
}

.index_qyhFixedTip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
  padding: 10px 0;
  background-color: #e6e7e9;
  z-index: 99;
}
.index_qyhFixedTip .index_section {
  margin-bottom: 0;
}
.index_qyhFixedTip .index_section:first-child {
  margin-bottom: 0;
}

.index_videoDialog {
  display: none;
  z-index: 92;
  width: 1000px;
  height: 556px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -278px;
  margin-left: -500px;
  background-color: transparent;
}
.index_videoDialog .txp_waterMark_pic {
  display: none;
}

.index_videoDialog_close {
  z-index: 93;
  position: absolute;
  right: -13px;
  top: -13px;
}

.index_head_roadCenter {
  z-index: 9;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -306px;
  bottom: 0;
  width: 612px;
  height: 295px;
  -webkit-transition: opacity 0.24s ease-in;
  -o-transition: opacity 0.24s ease-in;
  transition: opacity 0.24s ease-in;
}

.index_head_roadCenter_FadeOut {
  opacity: 0;
}

.index_head_roadCenterMobile {
  display: none;
  z-index: 9;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-image: -webkit-image-set(url("../images/independent/index/road/play_2x$50912967.png") 2x, url("../images/independent/index/road/play_3x$2f4c857e.png") 3x);
  background-image: image-set(url("../images/independent/index/road/play_2x$50912967.png") 2x, url("../images/independent/index/road/play_3x$2f4c857e.png") 3x);
}

.index_video {
  opacity: 0;
  -webkit-transition: opacity 0.24s ease-in;
  -o-transition: opacity 0.24s ease-in;
  transition: opacity 0.24s ease-in;
}

.index_video_FadeIn {
  opacity: 0.99;
  -webkit-transition: opacity 0.24s ease-in;
  -o-transition: opacity 0.24s ease-in;
  transition: opacity 0.24s ease-in;
}

.index_head_FadeIn {
  background-image: url("../images/independent/index/road/repeat_bg_hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_head_FadeIn {
    background-image: url("../images/independent/index/road/repeat_bg_hover_2x$9e707f18.png");
  }
}

.index_video_playBtn {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 116px;
  display: none;
  z-index: 101;
}

.index_mobileTop {
  display: none;
  height: 63px;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  padding: 16px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  border-bottom: solid 1px #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_mobileTop_offCanvasBtn {
  z-index: 10;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 0;
  padding: 6px 0;
}

.index_mobileTop_inner {
  position: relative;
  font-size: 0;
}

.index_mobileTop_logo {
  overflow: hidden;
  height: 30px;
  display: inline-block;
}

.index_mobileTop_btn {
  position: absolute;
  right: 40px;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  font-size: 15px;
  border: 1px solid #0082ef;
  background-color: #0082ef;
  color: #fff;
  border-radius: 3px;
  padding: 2px 15px 2px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index_mobileTop_btn:hover {
  color: #fff;
  background: #009aff;
  text-decoration: none;
}
.index_mobileTop_btn:active {
  color: #fff;
  background: #007bcd;
  text-decoration: none;
}

.index_section_Collaboration {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(102.08%, rgba(243, 250, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 250, 255, 0.6) 102.08%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 250, 255, 0.6) 102.08%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 250, 255, 0.6) 102.08%);
}
.index_section_Collaboration .index_section_title {
  margin-top: 0;
  padding-top: 100px;
}
.index_section_Collaboration .index_section_wxContacts_tab_item {
  /*
      &:first-child {
        &.index_section_wxContacts_tab_item_Act {

          .index_section_wxContacts_tab_itemWrap {
            color: rgba(12, 179, 151, 1);
            &:after {
              background-color: rgba(12, 179, 151, 1);
            }
          }
        }
      }*/
}
.index_section_Collaboration .index_section_wxContacts_tab_item:last-child {
  width: auto;
}
.index_section_Collaboration .index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap {
  color: #267EF0;
}
.index_section_Collaboration .index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap:after {
  background-color: #267EF0;
}
.index_section_Collaboration .index_section_wxContacts_main_part:nth-child(2) {
  right: -89px;
  background-image: url("../images/independent/index/v5style/CollaborationPicBg$he7eb932.png");
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_Collaboration .index_section_wxContacts_main_part:nth-child(2) {
    background-image: url("../images/independent/index/v5style/CollaborationPicBg_2x$h55cbf84.png");
  }
}

.index_section_AIOffice {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(246, 243, 255, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 243, 255, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 243, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 243, 255, 0.3) 100%);
}
.index_section_AIOffice .index_section_title {
  margin-top: 0;
  padding-top: 0;
}
.index_section_AIOffice .index_section_wxContacts_tab_item:last-child {
  width: auto;
}
.index_section_AIOffice .index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap {
  background: -webkit-linear-gradient(192deg, #FE9A75 -11.45%, #CD5FFF 34.3%, #4775FF 89.04%);
  background: -o-linear-gradient(192deg, #FE9A75 -11.45%, #CD5FFF 34.3%, #4775FF 89.04%);
  background: linear-gradient(258deg, #FE9A75 -11.45%, #CD5FFF 34.3%, #4775FF 89.04%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4775FF;
  color: transparent;
}
.index_section_AIOffice .index_section_wxContacts_tab_item_Act .index_section_wxContacts_tab_itemWrap:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-13.24%, #FF895D), color-stop(37.25%, #CD5FFF), color-stop(97.66%, #4775FF));
  background: -webkit-linear-gradient(right, #FF895D -13.24%, #CD5FFF 37.25%, #4775FF 97.66%);
  background: -o-linear-gradient(right, #FF895D -13.24%, #CD5FFF 37.25%, #4775FF 97.66%);
  background: linear-gradient(270deg, #FF895D -13.24%, #CD5FFF 37.25%, #4775FF 97.66%);
}
.index_section_AIOffice .index_section_wxContacts_main_part:nth-child(2) {
  background-image: url("../images/independent/index/v5style/AIOfficePicBg$h27fc623.png");
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_AIOffice .index_section_wxContacts_main_part:nth-child(2) {
    background-image: url("../images/independent/index/v5style/AIOfficePicBg_2x$h72ce43e.png");
  }
}
.index_section_AIOffice .index_section_title_icon {
  width: 28px;
  height: 14px;
  margin-left: 0px;
}

.index_section_SubFeature {
  margin-top: 100px;
}

.index_section_I18nFeature .index_cnt_item_list {
  margin-left: 8px;
}

.index_section_i18nFeature_img {
  width: 30px;
  height: 30px;
}

.index_section_i18nFeature_listItem {
  font-size: 14px;
  margin-top: 12px;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.index_section_i18nFeature_listItem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6d7175;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index_section_caseNew_inner {
  width: 1062px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.index_section_caseNew_container {
  padding: 30px 20px 30px;
  margin: 40px 0 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.index_section_caseNew_wrapper {
  height: 285px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.index_section_caseNew_wrapper .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 10px;
  width: 216px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.02);
}
.index_section_caseNew_wrapper .swiper-slide:hover {
  cursor: pointer;
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
}

/* stylelint-disable */
.index_section_caseNew_item_Am {
  -webkit-animation: indexCaseCardAm 0.3s;
          animation: indexCaseCardAm 0.3s;
}

@-webkit-keyframes indexCaseCardAm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
  }
}

@keyframes indexCaseCardAm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
  }
}
/* stylelint-enable */
.index_section_caseNew_item {
  display: block;
  width: 226px;
  height: 285px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.index_section_caseNew_item:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.index_section_caseNew_cardImg {
  height: 123px;
  width: 216px;
  margin: 4px auto 0;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
}

.index_section_caseNew_cardImg_inner {
  width: 100%;
  height: 100%;
  display: block;
}

.index_section_caseNew_cardText {
  font-size: 0;
  padding: 30px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  pointer-events: none;
}

.index_section_caseNew_cardText_name {
  font-size: 20px;
  line-height: 27px;
  display: block;
  pointer-events: none;
  font-weight: 500;
  color: #000;
}

.index_section_caseNew_cardText_desc {
  font-size: 16px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}

.index_section_caseNew_navBtn {
  display: block;
  width: 140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 0;
}

.index_section_caseNew_navBtn_next,
.index_section_caseNew_navBtn_prev {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 44px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.04);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
}

.index_section_caseNew_navBtn_prev {
  margin-right: 24px;
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/202204071443.46b338d62b.png);
}

.index_section_caseNew_navBtn_next {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/202204071443.ff41c75cef.png);
}

.index_bottomVideo_inner {
  font-size: 0;
}

.index_bottomVideo {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 0;
}

.index_bottomVideo_btn {
  display: inline-block;
  /* width: 180px; */
  min-width: 136px;
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 40px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  margin-left: 28px;
  color: #828282;
}
.index_bottomVideo_btn:hover {
  text-decoration: none;
}
.index_bottomVideo_btn:hover .ww_officialImg_BottomArrowHover {
  display: inline-block;
  -webkit-animation: bottomBtnHover 0.5s;
          animation: bottomBtnHover 0.5s;
}
.index_bottomVideo_btn:hover .ww_officialImg_BottomArrow {
  display: none;
}
.index_bottomVideo_btn:first-child {
  margin-left: 0;
}
.index_bottomVideo_btn .ww_officialImg {
  vertical-align: -2px;
  margin-left: 4px;
}
.index_bottomVideo_btn .ww_officialImg_BottomPlayHover,
.index_bottomVideo_btn .ww_officialImg_BottomArrowHover {
  display: none;
}

.index_bottomVideo_navPop {
  display: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px 25px;
  text-align: left;
  width: 222px;
  position: absolute;
  left: 50%;
  margin-left: -111px;
  bottom: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_videoNavPopDialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.index_videoNavPopDialog_inner {
  background-color: #fff;
  border-radius: 12px;
  width: 310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30%;
}
.index_videoNavPopDialog_inner .index_bottomVideo_navPop_item {
  padding: 18px 32px;
  font-size: 0;
  line-height: 0;
  position: relative;
  border-style: solid;
  border-color: rgba(6, 15, 26, 0.07);
  border-width: 1px 0 0 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_videoNavPopDialog_inner .index_bottomVideo_navPop_item {
    position: relative;
    border: 0;
  }
  .index_videoNavPopDialog_inner .index_bottomVideo_navPop_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: rgba(6, 15, 26, 0.07);
    border-width: 1px 0 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_videoNavPopDialog_inner .index_bottomVideo_navPop_item:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
.index_videoNavPopDialog_inner .ww_officialImg {
  left: 31px !important;
}
.index_videoNavPopDialog_inner .index_bottomVideo_navPop_item_inner {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.index_videoNavPopDialog_close {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/css/DialogDelBig.765fd86e97.svg);
  display: inline-block;
  width: 68px;
  height: 69px;
  position: absolute;
  top: 80%;
  left: 50%;
  right: auto;
  margin-left: -34px;
}

.index_bottomVideo_moreBtn {
  position: relative;
  cursor: pointer;
}
.index_bottomVideo_moreBtn:before {
  content: "";
  position: absolute;
  left: -17px;
  right: 0;
  top: -30px;
  height: 30px;
  display: inline-block;
}
.index_bottomVideo_moreBtn:hover .index_bottomVideo_navPop {
  display: inline-block;
}
.index_bottomVideo_moreBtn a {
  text-decoration: none;
  color: #828282;
}

.index_bottomVideo_divLine {
  position: relative;
  top: -1px;
  margin: 0 4px;
}

.index_bottomVideo_navPop_list {
  font-size: 0;
  line-height: 0;
}

.index_bottomVideo_navPop_item {
  padding: 10px 0;
  position: relative;
}

.index_bottomVideo_navPop_split {
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-style: solid;
  border-color: rgba(6, 15, 26, 0.07);
  border-width: 1px 0 0 0;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_bottomVideo_navPop_split {
    position: relative;
    border: 0;
  }
  .index_bottomVideo_navPop_split:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: rgba(6, 15, 26, 0.07);
    border-width: 1px 0 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_bottomVideo_navPop_split:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}

.index_bottomVideo_navPop_item_inner {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: inline-block;
  text-indent: 20px;
  text-decoration: none;
}
.index_bottomVideo_navPop_item_inner:hover {
  color: #0082EF;
  text-decoration: none;
}
.index_bottomVideo_navPop_item_inner .ww_officialImg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 0;
  vertical-align: top;
}

.index_macDialog {
  display: none;
  position: relative;
}

.index_macDialog_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 999;
}

.index_macDialog_content_inner {
  padding: 68px 0 64px;
}

.index_macDialog_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 76px;
  color: #000000;
  text-align: center;
}

.index_macDialog_downloadArea {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_macDialog_direct {
  margin: 0 auto 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background-color: #0082EF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 248px;
}
.index_macDialog_direct:hover {
  background-color: #4B95F3;
  color: #fff;
  text-decoration: none;
}
.index_macDialog_direct:active {
  background-color: #65A4F5;
}

.index_macDialog_downloadArea_item {
  text-align: center;
}

.index_macDialog_downloadArea_item_AppleType {
  margin-right: 36px;
}

.index_macDialog_hoverImgArea {
  position: relative;
}

.index_macDialog_hoverImgArea_link {
  text-decoration: underline;
  cursor: pointer;
}
.index_macDialog_hoverImgArea_link:hover + .index_macDialog_hoverImgWrap {
  display: inline-block;
}

.index_macDialog_hoverImgWrap {
  display: none;
  position: absolute;
  top: 16px;
  left: -36px;
}

.index_macDialog_hoverImg {
  width: 346px;
  height: auto;
}

.index_macDialog_guide {
  padding: 60px 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(5, 14, 26, 0.03);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.index_macDialog_guideTitle {
  color: rgba(14, 19, 25, 0.9);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
  margin-bottom: 36px;
}

.index_macDialog_guide_steps {
  display: flex;
}
.index_macDialog_guide_steps .index_macDialog_guide_stepitem img {
  display: block;
  width: 240px;
  height: 154px;
  border-radius: 8px;
}

.index_macDialog_step1, .index_macDialog_step2 {
  margin-right: 48px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  flex-wrap: nowrap;
  color: rgba(12, 18, 25, 0.7);
  display: flex;
  font-family: PingFang;
}
.index_macDialog_step1 b, .index_macDialog_step2 b {
  color: rgba(12, 18, 25, 0.75);
}

.index_macDialog_close {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/20220105221600.df1f6022a0.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.index_macDialog_close:hover {
  background-color: rgba(6, 15, 26, 0.05);
}
.index_macDialog_close:active {
  background-color: rgba(6, 15, 26, 0.1);
}

.index_macDialog_step1 {
  margin-bottom: 24px;
}

.index_macDialog_directIcon {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/20220105221745.07e89b999f.svg);
  width: 26px;
  height: 27px;
  display: flex;
  margin-right: 10px;
}

.index_macDialog_appleIcon {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/202407181553.c3ae4f5d95.png);
  background-size: 20px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}

.index_macDialog_stepIndex {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 17, 26, 0.5);
  border-radius: 50%;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-top: 2px;
}

.index_section_Open {
  margin: 84px auto 0;
}

.index_section_openHeader {
  border-radius: 6px;
  position: relative;
  padding: 29px 20px 28px 0;
  margin-bottom: 50px;
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 1px 0;
  border-radius: 0;
}
.index_section_openHeader a {
  text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_section_openHeader {
    position: relative;
    border: 0;
  }
  .index_section_openHeader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 1px 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_section_openHeader:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}
.index_section_openHeader img {
  width: 116px;
  height: 20px;
  float: left;
  margin-right: 16px;
  margin-top: 6px;
  position: relative;
  top: 10px;
}
.index_section_openHeader .ww_officialImg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.index_section_openHeader_title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.index_section_openHeader_money {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/css/202201121516.7a33b60474.svg);
  width: 184px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}

.index_section_openHeader_desc {
  margin-top: 3px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 17, 26, 0.6);
  padding-right: 20px;
  margin-left: 140px;
}

.index_section_open_item {
  width: 33.33%;
  padding: 18px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.index_section_open_cont {
  margin-right: -19px;
  margin-left: -19px;
  overflow: hidden;
}
.index_section_open_cont:after {
  content: "";
  display: block;
  clear: both;
}

.index_section_open_row {
  overflow: hidden;
  font-size: 0;
  margin-top: 50px;
}
.index_section_open_row:last-child {
  margin-top: 20px;
}

.index_section_open_title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.index_section_open_title .ww_officialImg {
  vertical-align: -8px;
  margin-right: 7px;
}

.index_section_open_desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  color: rgba(11, 17, 26, 0.6);
}

@-webkit-keyframes bottomBtnHover {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes bottomBtnHover {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.index_section_server_deploy {
  margin-top: 100px;
}

.index_section_server_deploy_intro_card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: -8px;
}

.index_section_server_deploy_intro_card {
  border-radius: 16px;
  flex-basis: 330.66px;
  flex-basis: calc(33.3333333333% - 10.6666666667px);
  flex-grow: 1;
  border: 1px solid rgba(6, 15, 26, 0.07);
  padding: 27px 29px;
  min-height: 169px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
}

@supports (gap: 16px) {
  .index_section_server_deploy_intro_card_list {
    gap: 16px;
    margin: 0;
  }
  .index_section_server_deploy_intro_card {
    margin: 0;
  }
}
.index_section_server_deploy_intro_card_header {
  display: flex;
  align-items: center;
}

.index_section_server_deploy_intro_card_icon {
  height: 24px;
  width: 24px;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.index_section_server_deploy_intro_card_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

.index_section_server_deploy_intro_card_desc {
  color: rgba(13, 19, 26, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}

.index_section_server_deploy_use_case_card_container {
  border-radius: 16px;
  border: 1px solid rgba(36, 93, 133, 0.08);
}

.index_section_server_deploy_use_case_card {
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#F3FAFF), to(#F4FBFF));
  background: -webkit-linear-gradient(left, #F3FAFF 0%, #F4FBFF 100%);
  background: -o-linear-gradient(left, #F3FAFF 0%, #F4FBFF 100%);
  background: linear-gradient(90deg, #F3FAFF 0%, #F4FBFF 100%);
  padding: 19px 29px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_section_server_deploy_use_case_card_right {
  margin-left: 24px;
  flex-shrink: 0;
}

.index_section_server_deploy_use_case_card_header {
  display: flex;
  align-items: center;
}

.index_section_server_deploy_use_case_card_icon {
  height: 24px;
  width: 24px;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.index_section_server_deploy_use_case_card_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

.index_section_server_deploy_use_case_card_desc {
  color: rgba(13, 19, 26, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 550px;
}

.index_section_server_deploy_use_case_card_desc_link_text {
  display: inline-flex;
  align-items: center;
  color: rgba(13, 19, 26, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.index_section_server_deploy_use_case_card_desc_link_text .ww_officialImg_ArrowRight,
.index_section_server_deploy_use_case_card_desc_link_text .ww_officialImg_ArrowRightHover {
  margin-left: 4px;
}
.index_section_server_deploy_use_case_card_desc_link_text .ww_officialImg_ArrowRightHover {
  display: none;
}
.index_section_server_deploy_use_case_card_desc_link_text:hover {
  color: #0085dd;
  text-decoration: none;
}
.index_section_server_deploy_use_case_card_desc_link_text:hover .ww_officialImg_ArrowRightHover {
  display: inline-block;
}
.index_section_server_deploy_use_case_card_desc_link_text:hover .ww_officialImg_ArrowRight {
  display: none;
}

.index_section_server_deploy_use_case_card_btn_container {
  display: flex;
  align-items: center;
}

.index_section_server_deploy_use_case_card_list {
  margin-top: 16px;
}

.index_section_server_deploy_use_case_card_btn[type=blue] {
  color: #fff;
  background: -webkit-linear-gradient(4deg, #09A7EF 0%, #0BC3F6 99.81%);
  background: -o-linear-gradient(4deg, #09A7EF 0%, #0BC3F6 99.81%);
  background: linear-gradient(86deg, #09A7EF 0%, #0BC3F6 99.81%);
  border: none;
}
.index_section_server_deploy_use_case_card_btn[type=blue]:hover {
  background: -webkit-linear-gradient(4deg, #07A1E8 0%, #03B6E8 99.81%);
  background: -o-linear-gradient(4deg, #07A1E8 0%, #03B6E8 99.81%);
  background: linear-gradient(86deg, #07A1E8 0%, #03B6E8 99.81%);
}
.index_section_server_deploy_use_case_card_btn[type=blue]:active {
  background: -webkit-linear-gradient(4deg, #0599DD 0%, #00A9D7 99.81%);
  background: -o-linear-gradient(4deg, #0599DD 0%, #00A9D7 99.81%);
  background: linear-gradient(86deg, #0599DD 0%, #00A9D7 99.81%);
}
.index_section_server_deploy_use_case_card_btn[type=blue] .index_section_server_deploy_use_case_card_btn_arrow {
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/blue_btn_arrow.e577d21338.svg");
}

.index_section_server_deploy_use_case_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 16px;
  flex-shrink: 0;
  border-radius: 6px;
  min-width: 140px;
  border: 1px solid rgba(6, 15, 26, 0.1);
  margin-right: 12px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_section_server_deploy_use_case_card_btn:hover {
  text-decoration: none;
  background: rgba(6, 15, 26, 0.05);
}
.index_section_server_deploy_use_case_card_btn:active {
  text-decoration: none;
  background: rgba(6, 15, 26, 0.1);
}
.index_section_server_deploy_use_case_card_btn:last-child {
  margin-right: 0;
}

.index_section_server_deploy_use_case_card_btn_arrow {
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/white_btn_arrow.e9b3e0cf7c.svg");
  width: 6px;
  height: 10px;
  margin-left: 6px;
  flex-shrink: 0;
}

.index_section_server_deploy_mobile {
  padding-top: 0;
  margin-top: 60px;
}

.index_bottomVideo_more {
  margin-top: 24px;
  font-size: 13px;
  color: #555;
}
.index_bottomVideo_more .ww_officialImg {
  vertical-align: -2px;
  margin-left: 3px;
}
.index_bottomVideo_more .ww_officialImg_ArrowRightHover {
  display: none;
}

.index_title_intro2020 {
  cursor: pointer;
  color: #00a2ff;
}
.index_title_intro2020 i {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/202012282247.180c3fce60.png);
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
}

.index_v3style_subtitle {
  font-size: 15px;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 50px;
}

.index_v3style_bannerBgWrap {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  right: -900px;
  left: 0;
  bottom: 16px;
  height: 600px;
}

.index_v3style_bannerBg {
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/css/banner@1X.50b365aae2.png);
  width: 1080px;
  height: 575px;
  background-size: 1080px auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_bannerBg {
    background-image: url(https://wwcdn.weixin.qq.com/node/wework/css/banner@2x.92c73782aa.png);
  }
}

.index_logo_intro2020 {
  display: block;
  position: relative;
  float: left;
}
.index_logo_intro2020 img {
  height: 15px;
  margin-left: 4px;
}

.index_bottomVideo_arrow {
  /* 向上小三角 */
  border-width: 5px 8px;
  border-right: 0;
  border-left-color: #555;
  display: inline-block;
  margin-left: 8px;
}

.index_logo_wall {
  width: 1056px;
  margin: 29px auto 0;
}
.index_logo_wall .index_logo_wall_container {
  width: 1040px;
  padding: 16px 0 0 0;
  margin: auto;
}
.index_logo_wall .index_logo_wall_wrap {
  margin: 0;
  width: 1040px;
}
.index_logo_wall ul:after {
  content: "";
  display: block;
  clear: both;
}
.index_logo_wall .index_logo_wall_item {
  width: 114px;
  height: 56px;
  float: left;
  margin: 0 16px 16px 0;
}
.index_logo_wall .index_logo_wall_item img {
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 14px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 3px 14px;
}

.index_logo_wall_pagination {
  margin: 19px auto -5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 0;
  position: static;
}
.index_logo_wall_pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 35px;
  height: 3px;
  margin-left: 18px;
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0 -5px 18px;
  background-color: transparent;
  opacity: 1;
}
.index_logo_wall_pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: #C4C4C4;
}
.index_logo_wall_pagination .swiper-pagination-bullet:first-child {
  margin-left: 0px;
}
.index_logo_wall_pagination .swiper-pagination-bullet-active:before {
  background-color: #313132;
}

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

@media (max-width: 1104px) {
  .frame_foot_copyright_en {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
  .frame_footWrap_Responsive {
    position: relative;
  }
  .frame_footWrap_Responsive .frame_foot {
    min-width: 0;
  }
  .frame_footWrap_Responsive .frame_foot_inside {
    padding-top: 70px;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
  }
  .frame_footWrap_Responsive .frame_foot_nav_item {
    margin-left: 40px;
  }
  .index_top_inside,
  .index_head_inside,
  .index_section,
  .index_cnt, .index_section_wxContacts_tabWrap {
    width: auto;
  }
  .index_top_nav {
    margin-left: 30px;
  }
  .index_top_nav_item {
    margin-left: 26px;
  }
  .index_top_inside,
  .index_head_inside,
  .index_section {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .index_section.index_section_WxContacts {
    width: 100%;
    margin-left: 0;
  }
  .index_log {
    margin-left: auto;
    margin-right: auto;
  }
  .index_section:first-child {
    margin-bottom: 50px;
  }
  .index_section_title {
    margin-bottom: 35px;
  }
  .index_section_operate {
    margin-top: 35px;
  }
  .index_section_Case {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .index_section_case_shop {
    padding: 74px 0 35px;
  }
  .index_download_item_iOS {
    margin-right: 26px;
  }
  .index_download_qrCode {
    padding-left: 0;
    padding-right: 0;
  }
  .index_section_caseNew_inner {
    width: 798px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
  }
  .index_section_wxContacts_mainInner {
    padding-top: 40px;
  }
  .index_section_wxContacts_main_parts {
    width: calc(100% - 80px);
    flex-direction: column;
  }
  .index_top_multiNav_item {
    margin-right: 20px;
  }
  .index_section_wxContacts_main_part {
    height: auto;
  }
  .index_section_industry_item_wrap:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .index_section_industry_item_wrap:hover .index_section_industry_item_FuncList,
  .index_section_industry_item_wrap:hover .index_section_industry_item_line,
  .index_section_industry_item_wrap:hover .index_section_industry_item_desc {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .index_section_Open {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .index_section_Open .index_section_case_shop_more {
    margin-top: 0px;
  }
  .index_section_open_item {
    width: 50%;
  }
  .index_section_open_cont {
    margin-right: -19px;
  }
  .index_top_multiNav {
    right: 230px;
  }
  .index_section_caseNew_navBtn {
    margin-top: 10px;
  }
}
@media (max-width: 973px) {
  .index_section_case_shop {
    margin-left: 40px;
    margin-right: 40px;
  }
  .index_log {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .index_top_multiNav {
    display: none;
  }
  .index_section_wxContacts_tab_item {
    padding: 0 20px;
  }
}
@media (max-width: 950px) {
  .index_download_item {
    width: 196px;
  }
}
@media (max-width: 930px) {
  .index_cnt .index_section_cnt {
    margin-left: -13.72%;
  }
  .index_cnt_item {
    width: 37.94%;
    margin-left: 12.06%;
  }
  .index_download_item {
    width: 176px;
  }
  .index_section_SubFeature .index_section_cnt {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .index_section_SubFeature .index_cnt_item {
    margin-top: 36px;
    height: 85px;
  }
  .index_section_Main .index_cnt_item {
    min-height: 344px;
  }
  .index_section_SubFeature .index_cnt_item_title {
    margin-bottom: 6px;
  }
  .index_section_I18nFeature .index_cnt_item {
    height: auto;
  }
  .frame_footWrap_Responsive .frame_foot_nav_item {
    margin-left: 20px;
  }
}
@media (max-width: 866px) {
  .index_section_case_shop {
    margin-left: 30px;
    margin-right: 30px;
  }
  .index_section_wxContacts_main_title {
    font-size: 30px;
    line-height: 32px;
  }
  .index_section_wxContacts_main_partInner_Mulit .index_section_wxContacts_main_title {
    font-size: 22px;
    line-height: 32px;
  }
  .index_section_wxContacts_main_desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
  }
  .index_section_wxContacts_main_link {
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
  }
  .index_section_wxContacts_main_title, .index_section_wxContacts_main_desc {
    width: 100%;
  }
  .index_section_wxContacts_swiperContainer:after {
    display: inline-block;
    bottom: 7px;
  }
  .index_section_wxContacts_tabWrap:after {
    display: none;
  }
  .index_section_wxContacts_main_part {
    width: 100%;
    height: auto;
  }
  .index_section_wxContacts_main_part:first-child {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_section_wxContacts_main_part:nth-child(2) {
    margin-top: 10px;
    text-align: center;
    right: auto;
  }
  .index_section_Collaboration .index_section_wxContacts_main_part {
    width: 100%;
    height: auto;
  }
  .index_section_Collaboration .index_section_wxContacts_main_part:first-child {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_section_Collaboration .index_section_wxContacts_main_part:nth-child(2) {
    margin-top: 10px;
    text-align: center;
    right: auto;
  }
  .index_section_Collaboration .index_section_wxContacts_tab_item:last-child {
    padding-right: 30px;
  }
  .index_section_industry_item,
  .index_section_server_deploy_intro_card {
    /* 每行改为 2 个项目 */
    flex-basis: calc(50% - 8px);
  }
  .index_section_wxContacts_tab_item {
    padding: 0 15px;
  }
}
@media (max-width: 825px) {
  .index_download_item {
    width: 156px;
  }
  .frame_footWrap_Responsive .frame_foot_nav_item {
    margin-left: 5px;
  }
  .frame_footWrap_Responsive .frame_foot_info {
    padding-left: 0;
    padding-right: 0;
  }
  .index_section_open_item {
    width: 100%;
    padding-right: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 36px;
  }
  .index_section_openHeader_title {
    font-size: 16px;
    line-height: 19px;
  }
  .index_section_openHeader_desc {
    margin-top: 13px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
  }
  .index_section_openHeader {
    padding: 32px 0 28px;
  }
  .index_section_openHeader .ww_officialImg {
    right: 0;
  }
  .index_section_openHeader img {
    margin-top: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .index_section_openHeader_money {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .index_topWrap_WithQyhFixedTip {
    margin-top: 40px;
    position: relative;
  }
  .index_topWrap_WithQyhFixedTip .index_top_White {
    top: 40px;
  }
  .index_qyhFixedTip {
    display: none;
  }
  .index_log_section_list_news_title {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 770px) {
  .index_top_inside,
  .index_head_inside,
  .index_section {
    margin-left: 30px;
    margin-right: 30px;
  }
  .index_section_Main {
    margin-top: 0;
  }
  .index_section.index_section_WxContacts {
    margin-top: 70px;
    margin-left: 0;
    width: 100%;
  }
  .index_section.index_section_WxContacts .index_section_title {
    margin-top: 60px;
  }
  .index_section_Collaboration {
    margin-top: 0;
  }
  .index_section_Collaboration .index_section_title {
    padding-top: 0;
  }
  .index_section_SubFeature, .index_section_Industry, .index_section_Case {
    margin-top: 60px;
  }
  .index_logo_intro2020 {
    float: none;
  }
  .index_section_case_shop_item_Space {
    display: inline-block;
  }
  .index_section_Case,
  .index_section_Industry {
    margin-left: 0;
    margin-right: 0;
  }
  .index_section_industry_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_section_title {
    font-size: 24px;
  }
  .index_section_wxContacts_tab_item {
    width: auto;
    padding-right: 40px;
    padding-left: 0;
    font-size: 15px;
    height: 23px;
  }
  .index_section_wxContacts_tab_item:first-child {
    padding-left: 30px;
  }
  .index_section_wxContacts_tab_item:last-child {
    padding-right: 30px;
  }
  .index_logo_wall_img {
    height: 100%;
    width: 100%;
  }
  .index_top {
    display: none !important;
    position: absolute;
    position: static;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .index_top_bg {
    display: none;
  }
  .index_head_roadCenter,
  .index_head_roadAm,
  .index_head_roadAm.ww_indexRoadLight {
    display: none;
  }
  .index_top_title {
    float: none;
  }
  .index_top_title_inner {
    text-align: center;
  }
  .index_top_title_inner .ww_officialImg_Logo,
  .index_top_title_inner .ww_officialImg_LogoBlue {
    display: none;
  }
  .index_top_title_inner .ww_officialImg_LogoMobile {
    display: block;
    margin: 0 auto -15px auto;
  }
  .index_top_nav {
    display: none;
  }
  .index_top_operation {
    display: none;
  }
  .index_head {
    z-index: 1;
    min-height: 416px;
    padding-top: 142px;
    background-size: cover;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#091324), to(#15285f));
    background-image: -webkit-linear-gradient(top, #091324 0%, #15285f 100%);
    background-image: -o-linear-gradient(top, #091324 0%, #15285f 100%);
    background-image: linear-gradient(to bottom, #091324 0%, #15285f 100%);
    background-repeat: repeat-x;
  }
  .index_head_InMobile {
    padding-top: 145px;
  }
  .index_head_gradualBg {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    background-image: url("../images/independent/index/HeadBgMobile_2x$b0a0dffe.png");
  }
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .index_head_gradualBg {
    background-image: url("../images/independent/index/HeadBgMobile_3x$148367be.png");
  }
}
@media (max-width: 770px) {
  .index_head_headPhoneBg {
    contain: strict;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 279px;
    height: 257px;
    margin-left: -140px;
    background: url("../images/independent/index/HeadPhone_2x$d16b3a60.png") bottom no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .index_head_headPhoneBg {
    background-image: url("../images/independent/index/HeadPhone_3x$86845c24.png");
  }
}
@media (max-width: 770px) {
  .index_head_info_title {
    font-size: 26px;
    margin-bottom: 32px;
    padding-top: 0;
  }
  .index_head_info_title .ww_officialImg {
    display: block;
  }
  .index_head_info_downloadBtn {
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_head_info_downloadBtn .ww_officialImg {
    margin: 13px 6px 0 0;
  }
  .index_head_info_downloadBtn .ww_officialImg_IconApple {
    vertical-align: -1px;
  }
  .index_head_info_downloadBtn .ww_officialImg_IconAndroid {
    vertical-align: -2px;
  }
  .index_head_deviceImg {
    display: none;
  }
  .index_head_earthVideoWrap {
    display: none;
  }
  .index_section_industry {
    padding-bottom: 10px;
  }
  .index_log {
    padding: 0;
    border: 0;
    margin-top: 60px;
  }
  .index_log_head {
    margin-bottom: 12px;
  }
  .index_section_case_shop_item {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .index_section_case_shop_items {
    margin-bottom: -30px;
  }
  .index_section_case_shop_item_Space {
    margin-bottom: 0;
  }
  .index_section_case_shop_more {
    margin-top: 25px;
  }
  .index_section_case_shop_more_link:hover .ww_officialImg_BottomPlay {
    display: inline-block;
  }
  .index_log_section_title {
    font-size: 17px;
  }
  .index_log_section_title_date {
    display: none;
  }
  .index_log_section_list {
    padding-top: 5px;
    font-size: 14px;
  }
  .index_log_section_list_item {
    margin-bottom: 5px;
  }
  .index_log_section_list_item_Special li {
    margin-bottom: 5px;
  }
  .index_log_section_list_news_title {
    max-width: calc(100% - 80px);
  }
  .index_download_cnt {
    height: auto;
    font-size: 0;
  }
  .index_cnt {
    padding-bottom: 208px;
  }
  .index_section_caseNew {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .index_section_caseNew_inner {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .index_section_caseNew_wrapper .swiper-slide:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
  }
  .index_section_Case {
    margin-top: 60px;
    padding: 45px 0 50px;
    background-size: auto 290px, auto 340px, auto;
  }
  .index_section_Case .index_section_link {
    text-align: center;
  }
  .index_section_Case .index_section_case_shop_more {
    margin-top: 0;
  }
  .index_section_Case .index_section_title span {
    display: block;
  }
  .index_section_Case .index_logo_wall_container {
    padding: 16px 0 0;
    margin: 0 10px;
    width: auto;
  }
  .index_section_Case .index_logo_wall_container img {
    width: 100%;
    display: block;
  }
  .index_section_Case .index_logo_wall {
    margin-top: 19px;
    width: auto;
  }
  .index_section_Case .index_section_caseNew_container {
    margin-top: 30px;
  }
  .index_section_Case .index_logo_wall_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    height: auto;
    margin: 0;
    position: relative;
  }
  .index_head_info_sub {
    position: relative;
  }
  .index_section_wxContacts_main_parts {
    width: 100%;
  }
  .index_section_server_deploy_title {
    margin-bottom: 24px;
  }
  .index_section_server_deploy_intro_card {
    min-height: auto;
  }
  .index_section_server_deploy_use_case_card {
    background-position: bottom;
    display: block;
    padding: 27px 29px;
  }
  .index_section_server_deploy_use_case_card_right {
    margin-left: 0;
  }
  .index_section_server_deploy_use_case_card_btn_container {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .index_section_server_deploy_use_case_card_btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .index_section_server_deploy_use_case_card_btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 574px) {
  .index_section_case_anchorsWrap {
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: -34px;
    position: relative;
    z-index: 1;
  }
  .index_section_case_anchors {
    padding: 0 10px;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    position: relative;
  }
  .index_section_case_shop {
    padding-top: 40px;
  }
  .index_section_case_anchor {
    margin-left: 10px;
  }
  .index_section_case_anchor:first-child {
    margin-left: 0;
  }
  .index_section_wxContacts_main_img {
    width: 374px;
    width: 98vw;
    height: 300px;
    background-size: 374px auto;
    background-size: 98vw auto;
    margin-bottom: 30px;
  }
  .index_section_collaboration_main_img {
    width: 350px;
    width: 94vw;
    background-size: 350px auto;
    background-size: 94vw auto;
  }
  .index_section_industry_item,
  .index_section_server_deploy_intro_card {
    /* 每行改为 1 个项目 */
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .index_cnt .index_section_cnt,
  .index_cnt {
    margin-left: 0;
    padding-top: 30px;
  }
  .index_section_Main .index_cnt_item_list_item {
    text-align: center;
  }
  .index_head_roadCenterMobile {
    display: block;
  }
  .index_section_SubFeature .index_cnt_item {
    height: auto;
  }
  .index_cnt_item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .index_section_cnt {
    margin-bottom: 0;
  }
  .index_cnt_item_title {
    margin-bottom: 6px;
    padding: 0;
  }
  .index_cnt_item_list {
    text-align: left;
    padding: 0;
  }
  .index_section_case_shop_items {
    padding: 0 20px;
  }
  .index_section_case_shop_item {
    padding: 0 5px;
    width: 110px;
    zoom: 1.2;
  }
  .index_section_case_shop_more {
    margin-top: 35px;
  }
  .index_section_case_shop_item_link {
    height: 42px;
  }
  .index_section_case_shop_item_link .ww_officialUserLogo {
    zoom: 0.85;
  }
  .index_section_case_shop {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 62px;
  }
  .index_bottomVideo_btn:first-child {
    margin-left: 0;
    width: 180px;
  }
}
@media (max-width: 400px) {
  .index_section_case_shop_items {
    padding: 0;
  }
  .index_section_case_shop_item {
    padding: 0;
  }
}
@media (max-width: 361px) {
  .index_head_info_title {
    font-size: 24px;
  }
}
@media (max-width: 321px) {
  .index_section_wxContacts_main_img {
    width: 300px;
    height: 230.54px;
    background-size: 300px 230.54px;
  }
  .index_head_inside {
    margin-left: 0;
    margin-right: 0;
  }
}
/* stylelint-enbale */
@media (max-width: 540px) {
  .index_en .index_head_info_title {
    margin-bottom: 23px;
  }
  .index_en .index_head_InMobile {
    padding-top: 132px;
  }
}
@media (max-width: 930px) {
  .index_en .index_section_title {
    margin-bottom: 8px;
  }
  .index_en .index_section_SubFeature .index_section_cnt {
    margin-top: 0;
  }
  .index_en .index_section_SubFeature .index_cnt_item {
    margin-top: 22px;
    height: auto;
  }
}
.index_en .index_head_info {
  bottom: 0;
}
.index_en .index_head_info_title {
  font-family: "Conv_DIN-Medium", "Heiti SC", "Microsoft YaHei", BlinkMacSystemFont, Helvetica, "lucida Grande", "PingFang SC";
  line-height: 35px;
  height: 72px;
}
.index_en .index_cnt_item_list_item {
  text-align: left;
  line-height: 20px;
}
.index_en .index_cnt_item_title {
  line-height: 24px;
  margin-bottom: 14px;
}
.index_en .index_section_SubFeature .index_cnt_item_title {
  padding-left: 38px;
  line-height: 17.5px;
  margin-bottom: 14px;
}
.index_en .index_section_SubFeature .index_cnt_item_title .ww_officialImg {
  margin-left: -38px;
}
.index_en .index_cnt_item_list_item_text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.index_en .index_download {
  width: 950px;
}
.index_en .index_section_operate {
  margin-top: 28px;
}
.index_en .index_cnt {
  padding-top: 0;
  padding-bottom: 200px;
}
.index_en .index_top_title_logo {
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/logo_en.b725017d91.png");
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  background-position-x: -23px;
}
.index_en .ww_officialImg_LogoBlue {
  background-image: url("https://wwcdn.weixin.qq.com/node/wework/images/LogoBlueEn_2x.394a71152e.png");
  background-size: 111px 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 200px;
}
.index_en .index_head_deviceImg {
  background: url("../images/independent/index/Device_en$cf41bcca.png") no-repeat center bottom;
  background-size: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_en .index_head_deviceImg {
    background-image: url("../images/independent/index/Device_en_2x$10c78f52.png");
    background-size: 100%;
  }
}
@media (max-width: 770px) {
  .index_en .index_head_headPhoneBg {
    background: url("../images/independent/index/HeadPhone_2x_en$eb03b904.png") bottom no-repeat;
    background-size: 100%;
    width: 279px;
    height: 257px;
    margin-left: -140px;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .index_en .index_head_headPhoneBg {
    background-image: url("../images/independent/index/HeadPhone_3x_en$3ea9476a.png");
  }
}
.index_en .ww_officialImg_LogoMobile {
  background-image: url("../images/independent/index/logo_2x_en$038aae5f.png");
  background-size: 95px 86px;
  background-repeat: no-repeat;
  width: 95px;
  height: 86px;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_en .ww_officialImg_LogoMobile {
    background-image: url("../images/independent/index/logo_3x_en$6b840ff1.png");
  }
}

.index_i18n_switch {
  display: inline-block;
  line-height: 25px;
}

/* 备注 */
/**
 * index.scss 官网新版雪碧图
 * @author  jeffma
 * @date 2018-09-20
 *
 *
 */
/* stylelint-disable */
.index_v3style {
  /* .index_head_info_pCDownloadBtn {
     z-index: 11;
     position: relative;
     left: -18px;
     top: 15px;
   }*/
}
.index_v3style .index_top_operation_loginBtn {
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
}
.index_v3style .index_top_operation_loginBtn:hover {
  opacity: 0.8;
}
.index_v3style .index_top_operation_loginBtn:active {
  opacity: 0.6;
}
.index_v3style .index_head_info_pCDownloadBtn {
  font-size: 0;
  border: 0 none;
  background-color: transparent;
  background-image: url("../images/independent/index/v5style/button_register$h9d4537c.png");
  width: 176px;
  height: 48px;
  background-size: 176px 48px;
  /*&:hover {
    background-image: url($images_path + "index/v3style/dlBtnHover.png");
    @include screenResolution(2) {
      background-image: url($images_path + "index/v3style/dlBtnHover@2x.png");
    }
    @include screenResolution(3) {
      background-image: url($images_path + "index/v3style/dlBtnHover@3x.png");
    }
  }*/
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style .index_head_info_pCDownloadBtn {
    background-image: url("../images/independent/index/v5style/button_register@2x$hfa8316a.png");
  }
}
.index_v3style .index_head_info_pCDownloadBtn:hover {
  opacity: 0.8;
}
.index_v3style .index_head_info_pCDownloadBtn:active {
  opacity: 0.6;
}
.index_v3style .index_top_operation_registerBtn {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #267EF0;
}
.index_v3style .index_top_White .index_top_operation_loginBtn {
  color: #0082ef;
  border: 1px solid #0082ef;
}
.index_v3style .index_top_White .index_top_operation_registerBtn {
  border: 1px solid #0082ef;
  background-color: #0082ef;
  color: #FFF;
}
.index_v3style .index_top_title_logo {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/independent/index/v5style/WeComEmblem$h968ee0a.svg");
  width: 120px;
  height: 30px;
  background-size: 120px 30px;
  -webkit-filter: drop-shadow(0 0 6px rgba(122, 166, 255, 0.4));
          filter: drop-shadow(0 0 6px rgba(122, 166, 255, 0.4));
}
.index_v3style .index_head {
  padding-top: 0;
}
.index_v3style .index_head_info {
  bottom: -192px;
  text-align: left;
}
.index_v3style .index_top_title_inner {
  position: relative;
}
.index_v3style .index_head_info_title {
  /*font-size: 68px;
  line-height: 95px;
  letter-spacing: 10px;*/
  z-index: 11;
  position: relative;
  font-family: inherit;
  display: block;
  padding-top: 0;
  /*   margin-left: auto;
     margin-right: auto;*/
  margin-bottom: 42px;
  text-align: left;
  /*background: linear-gradient(258deg, #1479FC 43.18%, #C982FF 73.58%, #FF718D 97.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1479FC; !* 为不支持的浏览器提供一个后备纯色 *!
  color: transparent;*/
  background-repeat: no-repeat;
  background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/Header.2fbe6b8c0f.png);
  background-size: 459px 131px;
  width: 458px;
  height: 131px;
  font-size: 0;
  line-height: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style .index_head_info_title {
    background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/Header@2x.522c69f934.png);
  }
}
.index_v3style .index_head_deviceImg {
  visibility: hidden;
  width: 234px;
  height: 13px;
  background: none;
}
.index_v3style .index_head_gradualBg {
  background-image: none;
}
.index_v3style_headerLink {
  position: absolute;
  display: inline-block;
  left: 134px;
  top: 9px;
  width: 100px;
  height: 12px;
  background-image: url("../images/independent/index/v3style/headerLink$8229db54.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink {
    background-image: url("../images/independent/index/v3style/headerLink@2x$1d587182.png");
    background-size: 100px 12px;
  }
}

.index_v3style_headerLink_Mobile {
  left: 127px;
  top: 9px;
  background-image: url("../images/independent/index/v3style/headerLink3$57803652.png");
  width: 107px;
  height: 12px;
  background-size: 107px 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink_Mobile {
    background-image: url("../images/independent/index/v3style/headerLink3@2x$deaaa18f.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_v3style_headerLink_Mobile {
    background-image: url("../images/independent/index/v3style/headerLink3@3x$89bac370.png");
  }
}
.index_v3style_headerLink_Mobile:hover, .index_v3style_headerLink_Mobile:active {
  opacity: 0.6;
  background-image: url("../images/independent/index/v3style/headerLink3$57803652.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink_Mobile:hover, .index_v3style_headerLink_Mobile:active {
    background-image: url("../images/independent/index/v3style/headerLink3@2x$deaaa18f.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_v3style_headerLink_Mobile:hover, .index_v3style_headerLink_Mobile:active {
    background-image: url("../images/independent/index/v3style/headerLink3@3x$89bac370.png");
  }
}

.index_v3style_headerLink_MobileCenter {
  position: relative;
  left: 0;
  top: 0;
  display: none;
}

.index_v3style_headerLink_MobileCenter {
  background-image: url("../images/independent/index/v3style/headerLink2$baa2f47c.png");
  width: 129px;
  height: 18px;
  background-size: 129px 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink_MobileCenter {
    background-image: url("../images/independent/index/v3style/headerLink2@2x$1173c125.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_v3style_headerLink_MobileCenter {
    background-image: url("../images/independent/index/v3style/headerLink2@3x$7ab5f2e9.png");
  }
}
.index_v3style_headerLink_MobileCenter:hover, .index_v3style_headerLink_MobileCenter:active {
  opacity: 0.6;
  background-image: url("../images/independent/index/v3style/headerLink2$baa2f47c.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink_MobileCenter:hover, .index_v3style_headerLink_MobileCenter:active {
    background-image: url("../images/independent/index/v3style/headerLink2@2x$1173c125.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_v3style_headerLink_MobileCenter:hover, .index_v3style_headerLink_MobileCenter:active {
    background-image: url("../images/independent/index/v3style/headerLink2@3x$7ab5f2e9.png");
  }
}

.index_v3style_centerLink {
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.index_v3style_headerLink_preload {
  background-image: url("../images/independent/index/v3style/headerLinkHover$e678f689.png");
  position: absolute;
  opacity: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_headerLink_preload {
    background-image: url("../images/independent/index/v3style/headerLinkHover@2x$285d353a.png");
  }
}

.index_v3style_dlBtn_preload {
  position: absolute;
  opacity: 0;
  background-image: url("../images/independent/index/v3style/dlBtnHover$9ae9db12.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .index_v3style_dlBtn_preload {
    background-image: url("../images/independent/index/v3style/dlBtnHover@2x$8919aae4.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (min-resolution: 288dpi) {
  .index_v3style_dlBtn_preload {
    background-image: url("../images/independent/index/v3style/dlBtnHover@3x$d24dcfef.png");
  }
}

.index_v3style_subDesc {
  font-size: 15px;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 50px;
}
.index_v3style_subDesc a {
  color: #00C8E4;
  font-weight: 500;
  text-decoration: none;
}

.index_v3style_subDesc_split {
  opacity: 0.33;
  font-size: 12px;
  color: #43F9FF;
  vertical-align: 1px;
}

.index_v3style_am {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.index_v3style_am_inner {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}

.index_v3style_am_itself {
  position: absolute;
  width: 955px;
  height: 492px;
  right: -50px;
  bottom: 0;
  background-position: center center;
}

@media (max-width: 1080px) {
  .index_v3style_am_itself {
    right: 45px;
  }
  .index_v3style .index_head_info_pCDownloadBtn {
    left: auto;
  }
}
@media (max-width: 830px) {
  .index_head_info {
    height: 180px;
  }
}
@media (max-width: 770px) {
  .index_v3style {
    /* .index_head_info_downloadBtn {
       border-color: #FFF;
       background-color: #fff;
       color: #000921;
       font-weight: 500;
     }*/
  }
  .index_v3style .index_v3style_am {
    display: none;
  }
  .index_v3style .index_head {
    padding-top: 0px;
    padding-bottom: 180px;
  }
  .index_v3style .index_head_info {
    bottom: auto;
    top: 0;
    text-align: center;
  }
  .index_v3style .index_v3style_subDesc {
    padding-bottom: 0;
  }
  .index_v3style .index_v3style_centerLink {
    margin-bottom: 50px;
    visibility: visible;
  }
  .index_v3style .index_head_info_downloadBtn .ww_officialImg {
    display: none;
  }
  .index_v3style .index_head_info_sub_link {
    font-size: 20px;
    display: none;
  }
  .index_v3style .index_head_info_mobileLogo {
    display: block;
    position: absolute;
    top: 140px;
    margin-left: -44px;
    left: 50%;
    right: 0;
  }
  .index_v3style .index_head_info_title {
    font-size: 0;
    background-image: url("../images/independent/index/v5style/MobileHeader_2x$had84fd4.png");
    background-repeat: no-repeat;
    width: 282px;
    height: 206px;
    background-size: 282px 206px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 140px;
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .index_v3style .index_head_info_title {
    background-image: url("../images/independent/index/v5style/MobileHeader_3x$h3822757.png");
  }
}
@media (max-width: 770px) {
  .index_v3style .index_head_info_sub {
    left: 0;
    right: 0;
    top: 0;
    flex-direction: column;
  }
  .index_v3style .index_head_info_sub_round {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 143px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 0;
  }
  .index_v3style .ww_officialImg_LogoMobile {
    display: none;
  }
  .index_v3style .index_head_info_downloadBtn {
    z-index: 11;
    min-width: 220px;
    margin-top: 66px;
  }
  .index_v3style .index_head_headPhoneBg {
    background-image: none;
  }
  .index_v3style .index_head_info_pCDownloadBtn {
    top: 50px;
  }
  .index_v3style_headerLink_Pc {
    display: none;
  }
  .index_v3style .index_head_gradualBg {
    background-size: cover;
    background-position: center top;
    background-color: #fff;
    background-image: url("../images/independent/index/v5style/mobileBg_2x$h61e3896.png");
  }
}
@media (max-width: 770px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 770px) and (min--moz-device-pixel-ratio: 3), (max-width: 770px) and (min-device-pixel-ratio: 3), (max-width: 770px) and (-o-min-device-pixel-ratio: 3/1), (max-width: 770px) and (min-resolution: 3dppx), (max-width: 770px) and (min-resolution: 288dpi) {
  .index_v3style .index_head_gradualBg {
    background-image: url("../images/independent/index/v5style/mobileBg_3x$haeff91a.png");
  }
}
@media (max-width: 415px) {
  .index_v3style_lightBg {
    display: none;
  }
  .index_v3style_neumonia_tips {
    max-width: 340px;
    font-size: 13px;
    line-height: 18px;
    padding: 8px;
  }
}
@media (max-width: 366px) {
  .index_v3style_headerLink_Mobile {
    display: none;
  }
  .index_v3style_neumonia_tips {
    max-width: 250px;
    font-size: 13px;
    line-height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
/* stylelint-enable */