@charset "UTF-8";
.qui_clear:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

.qui_txtOverflow, .csguide_navs_item_inner {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

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: 5px; height:35px; line-height:180%;
}

table {
  font-size: inherit;
}

fieldset, img {
  border: none;
}

ul, ol, li {
  list-style: none;
}

body {
  font-size: 12px;
  line-height: 1.5;
  background: #e9eaeb;
  color: #000;
}

h1, h2, h3, h4 {
  font-size: 18px;
  font-weight: normal;
}

body, input, textarea, select, button {
  font-family: "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", sans-serif;
  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: #0C4C7F;
}

: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; width:100%; max-width:1060px;
}

/**
 * _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;
}

/* common */
html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #0C4C7F;
  text-decoration: underline;
}

a[disabled] {
  cursor: default;
  text-decoration: none;
  color: #787878;
}

a[disabled]:hover {
  text-decoration: none;
}

a.ww_redLink {
  color: #F05A5A;
}

a.ww_redLink:hover {
  color: #F05A5A;
}

input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 去掉IE默认的滚动条 */
textarea {
  overflow: auto;
}

.isWin ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

.isWin ::-webkit-scrollbar-track {
  background: 0 0;
}

.isWin ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.isWin ::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

.isWin ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.isWin ::-webkit-scrollbar-resizer {
  background-color: transparent;
}

.ww_warning {
  border: 1px solid #F05A5A;
}

.ww_txtGray {
  color: #787878;
}

.ww_txtLightGray {
  color: #787878;
}

.ww_txtRed {
  color: #F05A5A;
}

.ww_txtBigSize {
  font-size: 13px;
}

.ww_txtLargeSize {
  font-size: 14px;
}

.ww_layoutHidden {
  overflow: hidden !important;
}

.ww_bfc {
  overflow: hidden;
  zoom: 1;
}

.csguide_inner {
  max-width: 600px;
  margin: 0 auto;
}

.csguide_icon {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.csguide_icon_line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #0082EF;
  line-height: 0;
  font-size: 0;
}

.csguide_icon_arrow {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 27px;
  text-align: right;
  color: #999999;
}

.csguide_icon_arrow:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
      -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.csguide_icon_light {
  width: 12px;
  height: 17px;
  background-image: url(http://www.xhzapp.com/wework/help/images/202010271428.fb2b6ea137.svg);
}

.csguide_icon_arrowL {
  width: 4px;
  height: 8px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url(http://www.xhzapp.com/wework/help/images/202010211541.e1e5523a0e.svg);
}

.csguide_icon_arrowR {
  width: 4px;
  height: 8px;
  background-image: url(http://www.xhzapp.com/wework/help/images/202010211541.e1e5523a0e.svg);
}

.csguide_body {
  background-color: #FFF;
  line-height: 1.6;
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.csguide_header {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F9FB;
  font-size: 0;
}

.csguide_title {
  font-size: 24px;
  color: #0082EF;
  line-height: 35px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}

.csguide_desc {
  margin-top: 18px;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 24px;
}

.csguide_content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}

.csguide_item {
  padding: 16px 20px 16px 0;
  margin-left: 20px;
  display: block;
}

.csguide_item_index {
  font-size: 19px;
  color: #B8CCE2;
  margin-right: 10px;
}

.csguide_navs_item {
  font-weight: normal;
  color: #000;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.csguide_navs_item:active, .csguide_navs_item:hover {
  background-color: #ECECEC;
  color: #000;
  text-decoration: none;
}

.csguide_navs_item_inner {
  padding: 16px 40px 16px 0;
  position: relative;
  margin-left: 54px;
}

.csguide_content_title, .csguide_navs_item_inner {
  position: relative;
  border-style: solid;
  border-color: #EFEFEF;
  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) {
  .csguide_content_title, .csguide_navs_item_inner {
    position: relative;
    border: 0;
  }
  .csguide_content_title:after, .csguide_navs_item_inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 0;
    border-style: solid;
    border-color: #EFEFEF;
    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) {
  .csguide_content_title:after, .csguide_navs_item_inner:after {
    width: 300%;
    height: 300%;
    border-radius: 0;
    -webkit-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
            transform: scale(0.3333);
  }
}

.csguide_content_title {
  margin-top: 10px;
}

.csguide_card {
  padding-bottom: 34px;
  padding-top: 40px;
  padding-left: 20px;
  padding-left: 0.533rem;
  padding-right: 20px;
  padding-right: 0.533rem;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7FBFE));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7FBFE 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7FBFE 100%);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F7FBFE 100%);
}

.csguide_card h2 {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  padding-bottom: 22px;
  position: relative;
}

.csguide_card_title {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-top: 26px;
  font-weight: 500;
}

.csguide_card_title .csguide_icon_light {
  vertical-align: -2px;
  margin-right: 5px;
}

.csguide_card_title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #B7D7F2;
  border-radius: 1px;
  line-height: 0;
  font-size: 0;
}

.csguide_card_content p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 26px;
}

.csguide_links {
  margin-left: 20px;
  margin-left: 0.533rem;
  margin-right: 20px;
  margin-right: 0.533rem;
}

.csguide_links > a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  float: right;
  display: inline-block;
  text-align: right;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.csguide_links > a:hover, .csguide_links > a:active {
  text-decoration: none;
}

.csguide_links > a span {
  display: block;
}

.csguide_links > a span:nth-child(2) {
  font-size: 12px;
  line-height: 17px;
  color: #787878;
}

.csguide_links > a:first-child {
  text-align: left;
  float: none;
  padding-left: 20px;
  padding-right: 0;
}

.csguide_links > a:first-child:before {
  right: auto;
  left: 0;
  border-width: 0 0 1.5px 1.5px;
}

.csguide_links > a:before {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #646464;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
      -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 7px;
  right: 0;
}

.csguide_links .csguide_icon {
  vertical-align: -2px;
  background-repeat: no-repeat;
}

.csguide_links .csguide_icon_arrowL {
  margin-right: 2px;
}

.csguide_links .csguide_icon_arrowR {
  margin-left: 2px;
}

.csguide_rate {
  text-align: center;
  margin-bottom: 60px;
}

.csguide_rate span {
  background-image: url(http://www.xhzapp.com/wework/help/images/Shape.aff1440df4.svg);
  background-repeat: no-repeat;
  background-position: 25px 12px;
  padding: 10px 25px 10px 45px;
  display: inline-block;
  background-color: #F2F9FE;
  border-radius: 19px;
  font-size: 14px;
  line-height: 20px;
  color: #0082EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}

.csguide_rate span:last-child {
  margin-left: 10px;
  background-image: url(http://www.xhzapp.com/wework/help/images/202009231554.a3b4bb8384.svg);
}

.csguide_rate_act {
  border-color: #0082EF !important;
}

.csguide_footNav {
  text-align: center;
  padding-bottom: 40px;
}

.csguide_footNav_item {
  color: #787878;
  text-decoration: none;
}

.csguide_footNav_item:hover {
  color: inherit;
  text-decoration: none;
}

.csguide_footNav_item_Act {
  color: #000;
}

.csguide_footNav_item_Act:hover {
  color: #000;
  text-decoration: none;
}

/* stylelint-disable */
.act_section[data-comp="html-area"] {
  font-size: 0 !important;
}

.act_navLinks_icon {
  display: none !important;
}

/* stylelint-enable */

.act_text img{ padding-right:20px; width:99%; max-width:1600px;}