@charset "UTF-8";span.delete,#personalAbout{pointer-events: none;}a.staffService{display:none}
@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.eot");
  /* IE9*/
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
  cursor: default; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400; }

body,
html {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", "黑体", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: lighter;
  font-style: normal;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

ul,
ol {
  list-style-type: none; }

select,
input,
img,
select {
  vertical-align: middle; }

a {
  text-decoration: none; }

a:link {
  color: #009; }

a:visited {
  color: #800080; }

a:hover,
a:active,
a:focus {
  color: #c00;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[v-cloak] {
  display: none; }

/*初始化css end*/
.bodybackcolor {
  background-color: #f7f7f7; }

.input_common {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #F7F7F7;
  border-radius: 99px;
  border: 1px solid #F7F7F7;
  outline: none;
  font-size: 14px;
  color: #B2B2B3;
  cursor: pointer; }
  .input_common:focus, .input_common:hover {
    outline: 0;
    border: 1px solid #000000; }

.hollow_input {
  padding: 0 10px;
  height: 36px;
  border: 1px solid #E0E0E0;
  outline: none;
  border-radius: 8px; }
  .hollow_input:hover {
    border-color: #178AEC; }
  .hollow_input:disabled {
    cursor: not-allowed; }

.blue_button,
.red_button {
  height: 40px;
  border-radius: 99px;
  background: #178AEC;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer; }
  .blue_button:hover,
  .red_button:hover {
    background: #45A1F0; }
  .blue_button:active,
  .red_button:active {
    background: #136ebd; }
  .blue_button:disabled,
  .red_button:disabled {
    background: #b9dcf8;
    cursor: not-allowed; }

.red_button {
  background: #FF4D41; }
  .red_button:hover {
    background: #ff7167; }
  .red_button:active {
    background: #cc3e34; }
  .red_button:disabled {
    background: #ffcac6;
    cursor: not-allowed; }

a.blue_button {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  color: #fff; }

.hollow_button {
  padding: 0 23px;
  height: 36px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid #E0E0E0;
  outline: none;
  color: #1D1D1F;
  font-size: 14px;
  cursor: pointer; }
  .hollow_button:hover {
    border: 1px solid #178AEC;
    color: #178AEC; }
  .hollow_button:active {
    border: 1px solid #136ebd;
    color: #136ebd; }
  .hollow_button:disabled {
    border: 1px solid #F0F0F0;
    color: #B2B2B3;
    cursor: not-allowed; }

.icon_button {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  background: #fff url("../../images/indexs/index_filter.svg") center center/16px 16px no-repeat;
  cursor: pointer; }
  .icon_button:hover {
    border: 1px solid #178AEC;
    color: #178AEC; }

.noborder_button {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  line-height: 36px;
  color: #4F4F50;
  text-align: center;
  cursor: pointer; }
  .noborder_button:hover {
    background: #F7F7F7; }
  .noborder_button:disabled {
    cursor: not-allowed !important; }

.close_button {
  float: right;
  margin-top: 10px;
  padding: 0;
  width: 36px;
  height: 36px;
  background: #F4F4F4;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  color: #808082;
  border: 1px solid #F4F4F4;
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }
  .close_button:hover {
    background: #f3f9fe;
    color: #178AEC; }

.text_button {
  padding: 0 8px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 99px;
  color: #178AEC;
  line-height: 36px; }

.query {
  width: 16px;
  cursor: pointer; }

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  cursor: pointer; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .slider {
      background-color: #2196F3; }
    .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .switch input:checked + .slider:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px); }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 12px;
      width: 12px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%; }
  .switch .switch-label {
    position: absolute;
    left: 120%;
    top: 0;
    width: 200px;
    line-height: 16px;
    font-size: 12px;
    color: #808082;
    font-weight: 400; }

.danger_window {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101; }
  .danger_window .danger_box {
    padding: 0 20px 16px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 12px; }
    .danger_window .danger_box .top_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 56px; }
      .danger_window .danger_box .top_header h2 {
        color: #333333;
        font-size: 16px; }
      .danger_window .danger_box .top_header .icon_button {
        padding: 0;
        width: 36px;
        height: 36px;
        background: #F4F4F4;
        font-size: 23px;
        color: #808082;
        border: 1px solid #F4F4F4; }
        .danger_window .danger_box .top_header .icon_button:hover {
          background: #f3f9fe;
          color: #178AEC; }
    .danger_window .danger_box .label {
      margin-top: 20px;
      margin-bottom: 3px;
      font-size: 14px;
      color: #1D1D1F; }
      .danger_window .danger_box .label::before {
        content: "*";
        color: #FF4D41; }
    .danger_window .danger_box input {
      padding: 5px 10px;
      width: 100%;
      height: 32px;
      outline: none;
      border: 1px solid #E0E0E0;
      border-radius: 8px; }
      .danger_window .danger_box input:disabled {
        background: #F7F7F7; }
      .danger_window .danger_box input:hover {
        border: 1px solid #178AEC; }
    .danger_window .danger_box P {
      color: #808082;
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 33px; }
    .danger_window .danger_box h3 {
      margin: 8px 0 !important;
      color: #333333;
      font-size: 14px;
      font-weight: 400; }
    .danger_window .danger_box .ml36 {
      padding-left: 26px; }
    .danger_window .danger_box .warning {
      position: relative; }
      .danger_window .danger_box .warning::before {
        position: absolute;
        left: -20px;
        content: '';
        width: 16px;
        height: 16px;
        background: url("../../images/icon/warning_icon.svg"); }
    .danger_window .danger_box .blue_button,
    .danger_window .danger_box .text_button,
    .danger_window .danger_box .red_button,
    .danger_window .danger_box .noborder_button {
      float: right;
      margin-left: 8px;
      padding: 0 23px;
      width: unset;
      height: 36px;
      border-radius: 99px; }
    .danger_window .danger_box ul li {
      position: relative;
      margin-bottom: 20px; }
      .danger_window .danger_box ul li span {
        position: absolute;
        right: 6px;
        top: 28px;
        font-size: 12px;
        line-height: 20px;
        color: #178AEC;
        z-index: 1;
        cursor: pointer; }
      .danger_window .danger_box ul li i {
        color: #B2B2B3;
        font-style: normal;
        font-size: 12px; }
      .danger_window .danger_box ul li p {
        margin-bottom: 3px; }

#customTest select {
  margin: 0 12px;
  width: 147px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  outline: none;
  border: 1px solid #E0E0E0; }
#customTest input {
  width: 150px;
  height: 32px; }
#customTest span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background: #F4F4F4;
  border-radius: 0 8px 8px 0;
  border: 1px solid #E0E0E0; }
#customTest .ml36 {
  margin-bottom: 25px;
  padding: 8px 16px 8px 26px;
  border-radius: 8px;
  background: #F4F4F4; }
  #customTest .ml36 p {
    margin-bottom: 0; }

.indexheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E0E0E0;
  background: #fff;
  font-size: 14px;
  color: #fff;
  z-index: 100; }
  .indexheader .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 64px;
    margin: auto; }
    .indexheader .inner .phone_left {
      display: none; }
    .indexheader .inner a {
      color: #1D1D1F; }
      .indexheader .inner a span {
        color: #4F4F50; }
      .indexheader .inner a:hover {
        color: #178AEC; }
        .indexheader .inner a:hover span {
          color: #178AEC; }
    .indexheader .inner a.hollow_button {
      display: inline-block;
      line-height: 36px; }
      .indexheader .inner a.hollow_button:hover {
        color: #178AEC; }
    .indexheader .inner .header_left {
      display: flex; }
      .indexheader .inner .header_left ul {
        display: flex;
        align-items: center;
        margin-left: 120px; }
        .indexheader .inner .header_left ul li {
          padding: 0 16px;
          line-height: 40px; }
        .indexheader .inner .header_left ul .hover a,
        .indexheader .inner .header_left ul li:hover a {
          color: #178AEC; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  min-width: 1080px;
  height: 64px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E0E0E0;
  z-index: 1; }
  .header .left_search_describe {
    display: none;
    position: absolute;
    top: 0;
    left: 240px;
    padding: 8px 12px;
    width: 330px;
    max-height: 190px;
    background-color: #676767;
    border-radius: 8px;
    z-index: 99;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; }
    .header .left_search_describe h3 {
      font-size: 14px;
      font-weight: 600; }
    .header .left_search_describe .triangle_before {
      position: absolute;
      left: -12px;
      border-width: 10px 20px 10px 0;
      border-color: transparent #686868 transparent transparent;
      width: 0;
      height: 0;
      border-style: solid; }
    .header .left_search_describe .describe_type {
      margin-top: 5px;
      margin-bottom: 10px; }
    .header .left_search_describe .describe_content {
      border-top: 1px solid #fff;
      padding-top: 13px;
      max-height: 303px;
      font-weight: 400;
      line-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .header .logo_wrap {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .header .logo_wrap .logo {
      width: 112px;
      height: 41px;
      background: url("../../images/index/logos.svg") no-repeat;
      background-size: 112px 41px; }
    .header .logo_wrap a {
      color: red; }
  .header #ipadShowHint {
    display: none;
    width: 110px;
    color: red; }
  .header .collection {
    display: none;
    align-items: center;
    height: 30px;
    margin-left: 30px;
    padding: 0 18px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    background-image: linear-gradient(270deg, #33BEF7 0%, #178AEC 100%);
    border-radius: 18.5px; }
  .header .list {
    display: flex;
    align-items: center; }
    .header .list > li {
      margin-left: 8px;
      font-size: 14px; }
      .header .list > li a {
        line-height: 64px;
        font-size: 14px;
        color: #1d1d1f; }
        .header .list > li a:hover {
          color: #178AEC; }
        .header .list > li a:active {
          color: #178AEC; }
    .header .list .preferential {
      padding-left: 20px;
      background: url("../../images/indexs/preferential.png") 0 center/16px 16px no-repeat; }
    .header .list .helpDialogModel {
      position: relative;
      margin: 0 20px; }
      .header .list .helpDialogModel:hover:after {
        border-color: #178AEC; }
      .header .list .helpDialogModel::after {
        position: absolute;
        right: -12px;
        top: 27px;
        content: '';
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #1d1d1f;
        border-left: 1px solid #1d1d1f;
        transform: rotate(-45deg); }
      .header .list .helpDialogModel .listHelpManuals {
        display: none;
        position: absolute;
        top: 53px;
        left: 50%;
        padding: 10px 0;
        width: 140px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 20px 0 #00000029;
        transform: translateX(-50%); }
        .header .list .helpDialogModel .listHelpManuals li {
          position: relative;
          padding-left: 40px;
          height: 38px;
          background: url("../../images/indexs/live_chat_icon.svg") 12px center/16px 16px no-repeat;
          font-size: 14px; }
          .header .list .helpDialogModel .listHelpManuals li:hover {
            background-color: #f7f7f7; }
          .header .list .helpDialogModel .listHelpManuals li:nth-child(2) {
            background-image: url("../../images/indexs/intellect_service_icon.svg"); }
          .header .list .helpDialogModel .listHelpManuals li:nth-child(3) {
            background-image: url("../../images/indexs/teaching_video_icon.svg"); }
          .header .list .helpDialogModel .listHelpManuals li:nth-child(4) {
            background-image: url("../../images/indexs/help_manual_icon.svg"); }
          .header .list .helpDialogModel .listHelpManuals li:nth-child(5) {
            background-image: url("../../images/indexs/base_case_icon.svg"); }
          .header .list .helpDialogModel .listHelpManuals li a {
            display: block;
            line-height: 38px;
            color: #1D1D1F;
            cursor: pointer; }
    .header .list .hollow_button,
    .header .list .blue_button {
      display: block;
      padding: 0 16px;
      height: 36px;
      line-height: 36px;
      color: #1D1D1F; }
    .header .list .blue_button {
      padding-left: 36px;
      background: #178AEC url("../../images/indexs/upload.svg") 16px center/16px 16px no-repeat;
      color: #fff; }
      .header .list .blue_button:hover {
        background-color: #45a1f0;
        color: #fff; }
    .header .list #logintitle .person_info ul li {
      padding: 0 12px 0 40px;
      background: #FFF url("../../images/indexs/personal_icon.svg") 12px center/16px 16px no-repeat; }
      .header .list #logintitle .person_info ul li:hover {
        background-color: #f7f7f7; }
      .header .list #logintitle .person_info ul li:first-child {
        position: relative;
        padding: 20px 18px 12px 40px;
        background: linear-gradient(270deg, #DAEEFF 0%, #DCE6FF 100%); }
        .header .list #logintitle .person_info ul li:first-child a {
          height: unset; }
          .header .list #logintitle .person_info ul li:first-child a > img {
            position: absolute;
            top: 22px;
            left: 12px;
            width: 16px;
            z-index: 2;
            cursor: pointer; }
        .header .list #logintitle .person_info ul li:first-child h4 {
          font-weight: 600; }
        .header .list #logintitle .person_info ul li:first-child i {
          display: inline-block;
          font-size: 12px;
          line-height: 20px;
          font-style: inherit;
          color: #178AEC; }
          .header .list #logintitle .person_info ul li:first-child i:nth-child(4) {
            margin-left: 12px;
            padding-left: 12px;
            border-left: 1px solid #B2B2B3; }
            .header .list #logintitle .person_info ul li:first-child i:nth-child(4) img {
              margin-right: 4px; }
        .header .list #logintitle .person_info ul li:first-child button {
          display: block;
          margin-top: 8px;
          padding: 0 8px;
          height: 20px;
          background: #3AC258;
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          border-radius: 99px;
          border: none; }
      .header .list #logintitle .person_info ul li:nth-child(3) {
        background-image: url("../../images/indexs/myOrder_icon.svg"); }
      .header .list #logintitle .person_info ul li:nth-child(4) {
        padding: 8px 12px 8px 40px;
        background-image: url("../../images/indexs/logout_icon.svg"); }
      .header .list #logintitle .person_info ul li a {
        display: block;
        height: 38px;
        color: #1D1D1F;
        line-height: 38px;
        text-decoration: none; }
    .header .list #logintitle .person_vip ul li:first-child button {
      background: linear-gradient(180deg, #E4C576 0%, #CDA26C 100%);
      color: #fff; }

.header .list #logintitle .person_info,
.header .list .setting,
.dealwith .titlediv #logintitle .person_info,
.dealwith .titlediv .setting {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: #FFF url("../../images/head.svg") center center/36px 36px no-repeat;
  cursor: pointer; }
  .header .list #logintitle .person_info ul,
  .header .list #logintitle .person_info .settingUl,
  .header .list .setting ul,
  .header .list .setting .settingUl,
  .dealwith .titlediv #logintitle .person_info ul,
  .dealwith .titlediv #logintitle .person_info .settingUl,
  .dealwith .titlediv .setting ul,
  .dealwith .titlediv .setting .settingUl {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    min-width: 260px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 #0000001f;
    overflow: hidden;
    z-index: 1; }
    .header .list #logintitle .person_info ul li,
    .header .list #logintitle .person_info ul .settingLi,
    .header .list #logintitle .person_info .settingUl li,
    .header .list #logintitle .person_info .settingUl .settingLi,
    .header .list .setting ul li,
    .header .list .setting ul .settingLi,
    .header .list .setting .settingUl li,
    .header .list .setting .settingUl .settingLi,
    .dealwith .titlediv #logintitle .person_info ul li,
    .dealwith .titlediv #logintitle .person_info ul .settingLi,
    .dealwith .titlediv #logintitle .person_info .settingUl li,
    .dealwith .titlediv #logintitle .person_info .settingUl .settingLi,
    .dealwith .titlediv .setting ul li,
    .dealwith .titlediv .setting ul .settingLi,
    .dealwith .titlediv .setting .settingUl li,
    .dealwith .titlediv .setting .settingUl .settingLi {
      font-size: 14px;
      line-height: 22px;
      color: #1D1D1F; }
.header .list #logintitle .person_info:after,
.dealwith .titlediv #logintitle .person_info:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 16px;
  height: 16px;
  background: url("../../images/personal/icon-wallet.svg"); }
.header .list .setting,
.dealwith .titlediv .setting {
  margin: 0 0 0 8px;
  border: 1px solid #E0E0E0;
  background: #FFF url("../images/icon/setting_icon.svg") center center/16px 16px no-repeat; }
  .header .list .setting:hover,
  .dealwith .titlediv .setting:hover {
    border: 1px solid #178AEC;
    background-image: url("../images/icon/setting_blue_icon.svg"); }
  .header .list .setting ul li,
  .header .list .setting ul .settingLi,
  .header .list .setting .settingUl li,
  .header .list .setting .settingUl .settingLi,
  .dealwith .titlediv .setting ul li,
  .dealwith .titlediv .setting ul .settingLi,
  .dealwith .titlediv .setting .settingUl li,
  .dealwith .titlediv .setting .settingUl .settingLi {
    padding: 10px 12px;
    border-bottom: 1px solid #E0E0E0; }
    .header .list .setting ul li:first-child,
    .header .list .setting ul .settingLi:first-child,
    .header .list .setting .settingUl li:first-child,
    .header .list .setting .settingUl .settingLi:first-child,
    .dealwith .titlediv .setting ul li:first-child,
    .dealwith .titlediv .setting ul .settingLi:first-child,
    .dealwith .titlediv .setting .settingUl li:first-child,
    .dealwith .titlediv .setting .settingUl .settingLi:first-child {
      padding: 10px 0 0; }
      .header .list .setting ul li:first-child h3,
      .header .list .setting ul .settingLi:first-child h3,
      .header .list .setting .settingUl li:first-child h3,
      .header .list .setting .settingUl .settingLi:first-child h3,
      .dealwith .titlediv .setting ul li:first-child h3,
      .dealwith .titlediv .setting ul .settingLi:first-child h3,
      .dealwith .titlediv .setting .settingUl li:first-child h3,
      .dealwith .titlediv .setting .settingUl .settingLi:first-child h3 {
        padding: 0 12px 0 40px;
        height: 38px;
        background: #FFF url("../images/icon/p_value.svg") 12px center/16px 16px no-repeat;
        font-size: 14px;
        line-height: 38px;
        font-weight: 600; }
        .header .list .setting ul li:first-child h3 img,
        .header .list .setting ul .settingLi:first-child h3 img,
        .header .list .setting .settingUl li:first-child h3 img,
        .header .list .setting .settingUl .settingLi:first-child h3 img,
        .dealwith .titlediv .setting ul li:first-child h3 img,
        .dealwith .titlediv .setting ul .settingLi:first-child h3 img,
        .dealwith .titlediv .setting .settingUl li:first-child h3 img,
        .dealwith .titlediv .setting .settingUl .settingLi:first-child h3 img {
          margin-left: 12px; }
      .header .list .setting ul li:first-child label,
      .header .list .setting ul .settingLi:first-child label,
      .header .list .setting .settingUl li:first-child label,
      .header .list .setting .settingUl .settingLi:first-child label,
      .dealwith .titlediv .setting ul li:first-child label,
      .dealwith .titlediv .setting ul .settingLi:first-child label,
      .dealwith .titlediv .setting .settingUl li:first-child label,
      .dealwith .titlediv .setting .settingUl .settingLi:first-child label {
        display: block;
        padding: 0 12px;
        margin: 0;
        height: 38px;
        line-height: 38px;
        font-weight: 400; }
        .header .list .setting ul li:first-child label:hover,
        .header .list .setting ul .settingLi:first-child label:hover,
        .header .list .setting .settingUl li:first-child label:hover,
        .header .list .setting .settingUl .settingLi:first-child label:hover,
        .dealwith .titlediv .setting ul li:first-child label:hover,
        .dealwith .titlediv .setting ul .settingLi:first-child label:hover,
        .dealwith .titlediv .setting .settingUl li:first-child label:hover,
        .dealwith .titlediv .setting .settingUl .settingLi:first-child label:hover {
          background: #f7f7f7; }
        .header .list .setting ul li:first-child label:nth-child(3), .header .list .setting ul li:first-child label:nth-child(4),
        .header .list .setting ul .settingLi:first-child label:nth-child(3),
        .header .list .setting ul .settingLi:first-child label:nth-child(4),
        .header .list .setting .settingUl li:first-child label:nth-child(3),
        .header .list .setting .settingUl li:first-child label:nth-child(4),
        .header .list .setting .settingUl .settingLi:first-child label:nth-child(3),
        .header .list .setting .settingUl .settingLi:first-child label:nth-child(4),
        .dealwith .titlediv .setting ul li:first-child label:nth-child(3),
        .dealwith .titlediv .setting ul li:first-child label:nth-child(4),
        .dealwith .titlediv .setting ul .settingLi:first-child label:nth-child(3),
        .dealwith .titlediv .setting ul .settingLi:first-child label:nth-child(4),
        .dealwith .titlediv .setting .settingUl li:first-child label:nth-child(3),
        .dealwith .titlediv .setting .settingUl li:first-child label:nth-child(4),
        .dealwith .titlediv .setting .settingUl .settingLi:first-child label:nth-child(3),
        .dealwith .titlediv .setting .settingUl .settingLi:first-child label:nth-child(4) {
          pointer-events: none; }
          .header .list .setting ul li:first-child label:nth-child(3) input, .header .list .setting ul li:first-child label:nth-child(4) input,
          .header .list .setting ul .settingLi:first-child label:nth-child(3) input,
          .header .list .setting ul .settingLi:first-child label:nth-child(4) input,
          .header .list .setting .settingUl li:first-child label:nth-child(3) input,
          .header .list .setting .settingUl li:first-child label:nth-child(4) input,
          .header .list .setting .settingUl .settingLi:first-child label:nth-child(3) input,
          .header .list .setting .settingUl .settingLi:first-child label:nth-child(4) input,
          .dealwith .titlediv .setting ul li:first-child label:nth-child(3) input,
          .dealwith .titlediv .setting ul li:first-child label:nth-child(4) input,
          .dealwith .titlediv .setting ul .settingLi:first-child label:nth-child(3) input,
          .dealwith .titlediv .setting ul .settingLi:first-child label:nth-child(4) input,
          .dealwith .titlediv .setting .settingUl li:first-child label:nth-child(3) input,
          .dealwith .titlediv .setting .settingUl li:first-child label:nth-child(4) input,
          .dealwith .titlediv .setting .settingUl .settingLi:first-child label:nth-child(3) input,
          .dealwith .titlediv .setting .settingUl .settingLi:first-child label:nth-child(4) input {
            pointer-events: none; }
        .header .list .setting ul li:first-child label input,
        .header .list .setting ul .settingLi:first-child label input,
        .header .list .setting .settingUl li:first-child label input,
        .header .list .setting .settingUl .settingLi:first-child label input,
        .dealwith .titlediv .setting ul li:first-child label input,
        .dealwith .titlediv .setting ul .settingLi:first-child label input,
        .dealwith .titlediv .setting .settingUl li:first-child label input,
        .dealwith .titlediv .setting .settingUl .settingLi:first-child label input {
          margin: 0 13px 0 0; }
      .header .list .setting ul li:first-child .checked_label,
      .header .list .setting ul .settingLi:first-child .checked_label,
      .header .list .setting .settingUl li:first-child .checked_label,
      .header .list .setting .settingUl .settingLi:first-child .checked_label,
      .dealwith .titlediv .setting ul li:first-child .checked_label,
      .dealwith .titlediv .setting ul .settingLi:first-child .checked_label,
      .dealwith .titlediv .setting .settingUl li:first-child .checked_label,
      .dealwith .titlediv .setting .settingUl .settingLi:first-child .checked_label {
        background: #f3f9fe;
        color: #178AEC; }
    .header .list .setting ul li .publicDecimals,
    .header .list .setting ul .settingLi .publicDecimals,
    .header .list .setting .settingUl li .publicDecimals,
    .header .list .setting .settingUl .settingLi .publicDecimals,
    .dealwith .titlediv .setting ul li .publicDecimals,
    .dealwith .titlediv .setting ul .settingLi .publicDecimals,
    .dealwith .titlediv .setting .settingUl li .publicDecimals,
    .dealwith .titlediv .setting .settingUl .settingLi .publicDecimals {
      display: block;
      margin-top: 3px;
      padding: 5px 10px;
      width: 182px;
      border-radius: 8px;
      border: 1px solid #E0E0E0;
      background: #FFF;
      color: #B2B2B3; }
    .header .list .setting ul li .switch-label,
    .header .list .setting ul .settingLi .switch-label,
    .header .list .setting .settingUl li .switch-label,
    .header .list .setting .settingUl .settingLi .switch-label,
    .dealwith .titlediv .setting ul li .switch-label,
    .dealwith .titlediv .setting ul .settingLi .switch-label,
    .dealwith .titlediv .setting .settingUl li .switch-label,
    .dealwith .titlediv .setting .settingUl .settingLi .switch-label {
      color: #1D1D1F;
      font-size: 14px; }

.titletr2 {
  margin: 0 auto;
  width: 1000px;
  padding: 120px 100px 80px; }
  .titletr2 h3 {
    margin: 0 auto;
    text-align: center;
    width: 375px;
    height: 28px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 28px;
    color: #333333; }
  .titletr2 .textcenter h4 {
    margin-top: 28px;
    height: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    position: relative; }
  .titletr2 .textcenter p {
    margin: 18px 0 12px;
    color: #333333;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: 25px; }

.content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  left: 0;
  display: table;
  min-width: 1080px; }
  .content .tablerow {
    display: table-row; }
    .content .tablerow .lefts {
      min-width: 240px;
      width: 240px;
      padding: 12px 8px;
      display: table-cell;
      position: relative;
      vertical-align: top;
      border-right: 1px solid #E0E0E0; }
      .content .tablerow .lefts .left_search_wrap {
        position: sticky;
        top: 0;
        padding: 2px 0;
        height: 38px;
        z-index: 2;
        background-color: #fff; }
        .content .tablerow .lefts .left_search_wrap .left_search {
          position: relative;
          width: 100%;
          height: 34px;
          overflow: hidden; }
          .content .tablerow .lefts .left_search_wrap .left_search:before {
            position: absolute;
            top: 12px;
            left: 12px;
            content: '';
            width: 12px;
            height: 12px;
            background: url("../../images/index/left_search_icon.svg");
            background-size: 12px 12px; }
          .content .tablerow .lefts .left_search_wrap .left_search .left_search_input {
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            border: 1px solid #1D1D1F;
            border-radius: 99px;
            outline: none;
            padding: 10px 55px 10px 29px; }
          .content .tablerow .lefts .left_search_wrap .left_search img {
            position: absolute;
            top: 10px;
            right: 12px;
            height: 16px;
            cursor: pointer; }
          .content .tablerow .lefts .left_search_wrap .left_search .left_del_btn {
            right: 40px; }
      .content .tablerow .lefts .search_list,
      .content .tablerow .lefts .search_high,
      .content .tablerow .lefts #recently_box ul {
        position: absolute;
        width: 100%;
        max-height: 180px;
        border-top: 1px solid #D9D9D9;
        padding: 10px 0 14px;
        background-color: #fff;
        border-radius: 12px;
        z-index: 2;
        overflow: auto;
        box-shadow: 0 4px 8px 4px rgba(0, 19, 59, 0.05), 0 3px 8px 0 rgba(0, 5, 36, 0.1); }
        .content .tablerow .lefts .search_list li,
        .content .tablerow .lefts .search_high li,
        .content .tablerow .lefts #recently_box ul li {
          height: 28px;
          line-height: 28px;
          padding: 0 12px;
          cursor: pointer;
          font-size: 14px;
          color: #333333;
          white-space: nowrap;
          /*强制span不换行*/
          overflow: hidden;
          /*超出宽度部分隐藏*/
          text-overflow: ellipsis;
          /*超出部分以点号代替*/ }
          .content .tablerow .lefts .search_list li:hover,
          .content .tablerow .lefts .search_high li:hover,
          .content .tablerow .lefts #recently_box ul li:hover {
            color: #178aec; }
          .content .tablerow .lefts .search_list li a,
          .content .tablerow .lefts .search_high li a,
          .content .tablerow .lefts #recently_box ul li a {
            position: relative;
            display: inline-block;
            width: 100%;
            color: #333;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-right: 15px; }
            .content .tablerow .lefts .search_list li a:after,
            .content .tablerow .lefts .search_high li a:after,
            .content .tablerow .lefts #recently_box ul li a:after {
              position: absolute;
              top: 11px;
              right: 5px;
              content: '';
              width: 7px;
              height: 7px;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              transform: rotate(45deg); }
      .content .tablerow .lefts .search_list,
      .content .tablerow .lefts .search_high {
        display: none; }
      .content .tablerow .lefts .function {
        float: left;
        margin-bottom: 4px;
        width: 100%; }
        .content .tablerow .lefts .function .method_box {
          display: none;
          padding: 0 8px 8px; }
        .content .tablerow .lefts .function #box_recently {
          padding-left: 4px;
          border-bottom: 1px dashed #000; }
      .content .tablerow .lefts .method_down h2 i {
        background-image: url("../../images/indexs/top_arrow_icon.svg") !important; }
      .content .tablerow .lefts .method_down .method_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .content .tablerow .lefts .method_down #box_recently {
        background: #F7F7F7;
        border-radius: 99px;
        border: none; }
      .content .tablerow .lefts .h2_down_up h2 {
        position: relative;
        display: flex;
        align-items: center;
        height: 44px;
        font-size: 14px;
        color: #1D1D1F;
        cursor: pointer; }
        .content .tablerow .lefts .h2_down_up h2 > span {
          margin-right: 12px;
          flex: 1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .content .tablerow .lefts .h2_down_up h2 img,
        .content .tablerow .lefts .h2_down_up h2 i {
          margin-right: 8px;
          width: 16px;
          height: 16px; }
        .content .tablerow .lefts .h2_down_up h2 i {
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url("../../images/indexs/bottom_arrow_icon.svg"); }
      .content .tablerow .lefts .tdf {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
        padding: 0 8px;
        width: 49%;
        height: 32px;
        border-radius: 4px;
        background: #F7F7F7;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        color: #4F4F50;
        cursor: pointer; }
        .content .tablerow .lefts .tdf:hover {
          background-color: #178AEC;
          color: #fff; }
        .content .tablerow .lefts .tdf.hover {
          background-color: #178AEC;
          color: #fff; }
      .content .tablerow .lefts .hover h2 span {
        background-color: #178AEC;
        color: #fff;
        border-radius: 4px; }
    .content .tablerow .radius {
      border-radius: 4px; }
    .content .tablerow .right .lablediv {
      position: relative;
      min-width: 830px;
      width: calc(100vw - 250px);
      height: 52px;
      border-bottom: 1px solid #E0E0E0;
      background-color: #fff;
      z-index: 99; }
      .content .tablerow .right .lablediv .Analysis {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 46px 8px 20px;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden; }
        .content .tablerow .right .lablediv .Analysis .resultExtend,
        .content .tablerow .right .lablediv .Analysis .Analysisimg,
        .content .tablerow .right .lablediv .Analysis .deleteAllAna {
          position: absolute;
          right: 5px;
          top: 52px;
          width: 30px;
          height: 30px;
          cursor: pointer; }
        .content .tablerow .right .lablediv .Analysis .Analysisimg {
          top: 12px; }
        .content .tablerow .right .lablediv .Analysis .deleteAllAna {
          top: 92px;
          right: 4px;
          background-size: 29px !important; }
        .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds {
          position: relative;
          float: left;
          display: flex;
          justify-content: center;
          margin: 0 4px 8px 0;
          padding: 0 22px;
          min-width: 150px;
          width: 13%;
          height: 36px;
          background-color: #F7F7F7;
          border: 1px solid #E0E0E0;
          border-radius: 99px;
          font-size: 14px;
          color: #4F4F50;
          line-height: 36px;
          overflow: hidden;
          cursor: pointer; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds:hover {
            background-color: #f3f9fe;
            border: 1px solid #178AEC;
            color: #178AEC; }
            .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds:hover .aiIcon {
              color: #178AEC; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds img {
            position: absolute;
            left: 5px;
            top: 10px;
            display: none; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds .aiIcon {
            position: absolute;
            left: 10px;
            font-weight: 600;
            color: #178AEC;
            line-height: 14px; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds p {
            max-width: 124px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: keep-all;
            min-width: 30px;
            display: inline-block; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tds i {
            position: absolute;
            right: 5px;
            line-height: 36px;
            font-size: 12px;
            cursor: pointer; }
        .content .tablerow .right .lablediv .Analysis .Analysisdiv .tdshover {
          background: #178AEC;
          border: 1px solid #178AEC;
          color: #fff; }
          .content .tablerow .right .lablediv .Analysis .Analysisdiv .tdshover .aiIcon {
            color: #fff; }
        .content .tablerow .right .lablediv .Analysis .Analysisdiv .hovers {
          background-color: #f3f9fe;
          border: 1px solid #178AEC;
          color: #178AEC; }
      .content .tablerow .right .lablediv .Analysishover {
        min-height: 130px;
        height: auto;
        box-shadow: 0 8px 20px 2px #ccc;
        border: 1px solid #e6e6e6; }
    .content .tablerow .right #dealwith {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .content .tablerow .right #analyze {
      display: none; }
      .content .tablerow .right #analyze #resule_opera {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 -20px;
        padding: 8px 20px;
        width: calc(100% + 20px);
        border-bottom: 1px solid #E0E0E0; }
        .content .tablerow .right #analyze #resule_opera .resule_left .callBack img {
          margin-right: 4px;
          vertical-align: text-bottom; }
        .content .tablerow .right #analyze #resule_opera .resule_left button {
          margin-right: 5px;
          padding: 0 10px; }
        .content .tablerow .right #analyze #resule_opera .resule_right {
          display: flex; }
          .content .tablerow .right #analyze #resule_opera .resule_right .AIInterpret {
            padding: 0 8px 0 30px;
            margin-right: 10px;
            background: url("../../images/icon/AI-interpret.svg") 10px center/16px no-repeat; }
          .content .tablerow .right #analyze #resule_opera .resule_right .shareResultWarp {
            position: relative;
            margin-right: 16px;
            padding: 0 20px 0 35px;
            background: url("../../images/icon/share_result_icon.svg") 15px center/16px no-repeat;
            border-radius: 99px;
            line-height: 36px;
            font-size: 12px;
            color: #178AEC;
            cursor: pointer; }
            .content .tablerow .right #analyze #resule_opera .resule_right .shareResultWarp:hover {
              background-color: #F7F7F7; }
          .content .tablerow .right #analyze #resule_opera .resule_right .loading {
            background: none; }
        .content .tablerow .right #analyze #resule_opera .noborder_button.callBack {
          width: unset;
          border-radius: 99px; }
        .content .tablerow .right #analyze #resule_opera .noborder_button.query {
          position: relative;
          margin-left: 5px;
          width: 36px; }
          .content .tablerow .right #analyze #resule_opera .noborder_button.query:before {
            position: absolute;
            left: -5px;
            top: 10px;
            content: '';
            width: 1px;
            height: 16px;
            background: #B2B2B3; }
        .content .tablerow .right #analyze #resule_opera .text_button img {
          margin-right: 4px;
          vertical-align: sub; }
      .content .tablerow .right #analyze #point {
        position: fixed;
        z-index: 1; }
        .content .tablerow .right #analyze #point .hollow_button {
          display: none;
          position: fixed;
          right: 50px;
          bottom: 140px;
          padding: 0;
          width: 36px;
          height: 36px;
          background: #FFF url("../../images/icon/to_top_icon.svg") center center/18px 18px no-repeat;
          box-shadow: 0 6px 30px 0 #00000014; }
          .content .tablerow .right #analyze #point .hollow_button:hover {
            background-color: #178AEC;
            background-image: url("../../images/icon/to_top_white.svg"); }
    .content .tablerow .right .dealwith {
      padding: 0 20px 20px;
      width: calc(100vw - 240px);
      min-width: 728px;
      background-color: #fff; }
      .content .tablerow .right .dealwith > img {
        width: 3%;
        max-width: 36px;
        cursor: pointer; }
      .content .tablerow .right .dealwith #temporarydigital {
        position: absolute;
        left: 50%;
        top: 50%;
        background: #ccc;
        width: 150px;
        height: 150px;
        color: #fff;
        text-align: center;
        line-height: 150px;
        border-radius: 4px;
        font-size: 25px;
        opacity: 0.8;
        margin: -75px 0 0 -75px;
        cursor: pointer;
        pointer-events: none; }
      .content .tablerow .right .dealwith .dealwithleft {
        width: 27%;
        height: 100%;
        float: left;
        padding-top: 60px;
        min-width: 300px; }
        .content .tablerow .right .dealwith .dealwithleft .leftlistdiv {
          border: 1px solid #F0F0F0; }
      .content .tablerow .right .dealwith .dealwithleftSem {
        width: 27%; }
      .content .tablerow .right .dealwith .titlediv {
        margin-top: -60px;
        height: 60px;
        display: flex;
        align-items: center; }
        .content .tablerow .right .dealwith .titlediv .screenings {
          padding: 0 16px; }
        .content .tablerow .right .dealwith .titlediv .shuju {
          position: relative;
          margin: 0 4px 0 8px;
          color: #4F4F50;
          font-size: 14px; }
          .content .tablerow .right .dealwith .titlediv .shuju:after {
            position: absolute;
            top: 2px;
            right: -36px;
            content: '';
            width: 1px;
            height: 16px;
            background: #B2B2B3; }
        .content .tablerow .right .dealwith .titlediv #fullscreen,
        .content .tablerow .right .dealwith .titlediv .setting {
          margin-left: 21px !important;
          cursor: pointer; }
        .content .tablerow .right .dealwith .titlediv .tishis:hover {
          cursor: pointer;
          color: #178aec; }
        .content .tablerow .right .dealwith .titlediv .help {
          width: 14px;
          padding-bottom: 2px;
          margin-left: 4px;
          cursor: pointer; }
        .content .tablerow .right .dealwith .titlediv .delete {
          margin-left: 8px;
          background-image: url("../../images/indexs/delete.svg");
          cursor: pointer; }
          .content .tablerow .right .dealwith .titlediv .delete:hover {
            background-image: url("../../images/indexs/delete_blue.svg"); }
        .content .tablerow .right .dealwith .titlediv .input,
        .content .tablerow .right .dealwith .titlediv input[type="text"],
        .content .tablerow .right .dealwith .titlediv input[type="number"] {
          margin-left: 8px;
          padding: 0 5px;
          max-width: 120px;
          height: 36px;
          border-radius: 99px;
          border: 1px solid #E0E0E0; }
        .content .tablerow .right .dealwith .titlediv .select {
          max-width: 135px;
          height: 36px;
          border: none;
          border-bottom: 1px solid #E0E0E0;
          background: #fff;
          margin-left: 8px;
          cursor: pointer;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .content .tablerow .right .dealwith .titlediv .titleLable {
          margin: 0 0 0 8px;
          font-size: 14px;
          line-height: 22px;
          font-weight: normal;
          cursor: pointer; }
          .content .tablerow .right .dealwith .titlediv .titleLable input[type="checkbox"] {
            margin: 0 7px 0 0; }
        .content .tablerow .right .dealwith .titlediv .query {
          margin: 0 0 0 5px; }
        .content .tablerow .right .dealwith .titlediv .labelBox {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          margin-left: 8px;
          height: 100%; }
          .content .tablerow .right .dealwith .titlediv .labelBox label {
            display: flex;
            margin: 0;
            line-height: 22px;
            font-weight: normal;
            font-size: 14px;
            cursor: pointer; }
            .content .tablerow .right .dealwith .titlediv .labelBox label .select {
              margin-left: 0;
              height: 22px; }
            .content .tablerow .right .dealwith .titlediv .labelBox label input {
              margin-left: 0;
              height: 22px; }
            .content .tablerow .right .dealwith .titlediv .labelBox label input[type="checkbox"] {
              margin: 0 7px 0 0; }
          .content .tablerow .right .dealwith .titlediv .labelBox .more_parameter,
          .content .tablerow .right .dealwith .titlediv .labelBox .seasonArima_more_parameter {
            position: relative;
            padding: 0 8px;
            height: 22px;
            line-height: 22px;
            border: none;
            border-left: 1px solid #E0E0E0;
            background-color: transparent;
            color: #178AEC;
            font-size: 14px; }
            .content .tablerow .right .dealwith .titlediv .labelBox .more_parameter img,
            .content .tablerow .right .dealwith .titlediv .labelBox .seasonArima_more_parameter img {
              margin-left: 4px;
              width: 16px;
              vertical-align: sub; }
      .content .tablerow .right .dealwith #frequencys,
      .content .tablerow .right .dealwith .updataBtn {
        width: unset;
        border-radius: 99px;
        padding: 0 20px 0 36px;
        font-size: 14px;
        color: #1D1D1F;
        background-position-x: 16px; }
        .content .tablerow .right .dealwith #frequencys:hover,
        .content .tablerow .right .dealwith .updataBtn:hover {
          background-image: url("../../images/indexs/index_filter_blue.svg");
          color: #178AEC; }
      .content .tablerow .right .dealwith .screening_hover {
        border: 1px solid #178AEC;
        background-image: url("../../images/indexs/index_filter_blue.svg"); }
      .content .tablerow .right .dealwith .updataBtn {
        background-image: url("../../images/indexs/edit_icon.svg"); }
        .content .tablerow .right .dealwith .updataBtn:hover {
          background-image: url("../../images/indexs/edit_blue_icon.svg"); }
      .content .tablerow .right .dealwith .dealwithright {
        width: 69%;
        height: 100%;
        float: right;
        padding-top: 58px; }
        .content .tablerow .right .dealwith .dealwithright .leftlistdiv {
          display: table; }
          .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr {
            display: table-row; }
            .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd {
              display: table-cell;
              height: auto;
              position: relative;
              padding-bottom: 5px;
              width: 100%; }
              .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd ul {
                border-radius: 12px;
                border: 1px solid #F0F0F0; }
                .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd ul li {
                  padding: 0 8px; }
                  .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd ul li span {
                    max-width: calc((100vw - 280px) / 100 * 66); }
              .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship {
                display: none;
                position: absolute;
                top: 13px;
                left: 15px;
                color: #bbbbbb;
                font-size: 12px;
                width: 100%;
                font-weight: 600;
                pointer-events: none;
                font-family: PingFangSC-Regular; }
                .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship .spanhit {
                  left: 20px;
                  display: block;
                  position: relative;
                  line-height: 17px;
                  margin-bottom: 6px; }
                  .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship .spanhit:before {
                    content: "";
                    display: block;
                    position: absolute;
                    height: 14px;
                    width: 14px;
                    background: url("../images/index/iconhint.svg") no-repeat;
                    background-size: 100%;
                    left: -23px;
                    top: 2px; }
                .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship p {
                  font-size: 12px;
                  line-height: 20px; }
                  .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship p span {
                    color: #bbbbbb;
                    display: inline-block;
                    left: 10px;
                    position: relative; }
                    .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tiship p span:before {
                      position: absolute;
                      left: -10px;
                      content: "  "; }
              .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd .tishispan {
                position: absolute;
                top: 50%;
                margin-top: -12px;
                color: #bbbbbb;
                font-size: 12px;
                width: 100%;
                font-family: PingFangSC-Semibold;
                text-align: center;
                font-weight: 600;
                pointer-events: none; }
              .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd ul {
                height: 100%; }
                .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr .leftlisttd ul .datali .more_opera {
                  display: none; }
            .content .tablerow .right .dealwith .dealwithright .leftlistdiv .leftlisttr:nth-last-child(1) .leftlisttd ul {
              margin-bottom: 0 !important; }
      .content .tablerow .right .dealwith .dealwithrightSem {
        width: 69%; }
      .content .tablerow .right .dealwith .leftlistdiv {
        -webkit-user-select: none;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        overflow-x: hidden; }
        .content .tablerow .right .dealwith .leftlistdiv ul {
          display: block;
          width: 100%;
          background-color: #F7F7F7; }
          .content .tablerow .right .dealwith .leftlistdiv ul li {
            display: block;
            line-height: 30px;
            height: 30px;
            width: 100%;
            color: #434343;
            background: #F5F5F5;
            font-size: 14px;
            padding: 0 30px 0 8px;
            cursor: pointer !important;
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative; }
            .content .tablerow .right .dealwith .leftlistdiv ul li i {
              display: none; }
            .content .tablerow .right .dealwith .leftlistdiv ul li .more_opera {
              display: none;
              width: 30px;
              height: 30px;
              position: absolute;
              top: 0;
              right: 0;
              z-index: 10; }
              .content .tablerow .right .dealwith .leftlistdiv ul li .more_opera .bg_img {
                display: inline-block;
                width: 100%;
                height: 100%;
                background: url("../../images/icon/icon_more_white.svg") no-repeat center center;
                background-size: 50% 50%; }
                .content .tablerow .right .dealwith .leftlistdiv ul li .more_opera .bg_img:hover {
                  background: url("../../images/icon/icon_more_blue.svg") no-repeat center center;
                  background-size: 50% 50%; }
            .content .tablerow .right .dealwith .leftlistdiv ul li:hover {
              color: #178AEC;
              background-color: #D6EAFB; }
              .content .tablerow .right .dealwith .leftlistdiv ul li:hover .more_opera {
                display: inline-block; }
            .content .tablerow .right .dealwith .leftlistdiv ul li > span {
              display: inline-block;
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 100%;
              white-space: nowrap; }
          .content .tablerow .right .dealwith .leftlistdiv ul .hoverSelect {
            background-color: #D6EAFB;
            color: #333; }
            .content .tablerow .right .dealwith .leftlistdiv ul .hoverSelect .more_opera {
              display: inline-block; }
          .content .tablerow .right .dealwith .leftlistdiv ul .elementsofafix {
            border: 1px solid #ccc; }
          .content .tablerow .right .dealwith .leftlistdiv ul .hoverli {
            background-color: #D6EAFB;
            color: #333; }
          .content .tablerow .right .dealwith .leftlistdiv ul .temporaryli {
            background-color: rgba(207, 209, 216, 0.78);
            border-radius: 4px;
            border: 1px solid rgba(153, 166, 177, 0.68); }
          .content .tablerow .right .dealwith .leftlistdiv ul .temporarylis {
            background-color: rgba(207, 209, 216, 0.78);
            border-radius: 4px;
            border: 1px solid rgba(153, 166, 177, 0.68); }
      .content .tablerow .right .dealwith .leftlistdivSemL {
        float: left;
        width: 30%; }
        .content .tablerow .right .dealwith .leftlistdivSemL .leftlisttr ul li {
          padding: 0 8px; }
          .content .tablerow .right .dealwith .leftlistdivSemL .leftlisttr ul li span {
            max-width: calc((((100vw - 280px) / 100* 74) / 100* 30) - 74px) !important; }
      .content .tablerow .right .dealwith .leftlistdivSemR,
      .content .tablerow .right .dealwith .leftlistdivSemNewR {
        float: right;
        width: 68%;
        margin-left: 1%;
        -webkit-user-select: none;
        height: 100%;
        padding-bottom: 5px; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox {
          background-color: #f5f5f5;
          border: 1px solid #e6e6e6;
          height: 100%;
          padding: 10px;
          border-radius: 12px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox h3.semTitle,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox h3.semTitle {
            min-height: 17px;
            font-family: PingFangSC;
            font-weight: 600;
            text-align: left;
            color: #333333;
            font-size: 12px;
            padding: 2px 0 12px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .path-select-mark span,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .path-select-mark span {
            display: inline-block;
            width: 29%;
            line-height: 17px;
            font-size: 12px;
            font-family: PingFangSC;
            font-weight: 600;
            color: #333333; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .path-select-mark span:nth-of-type(2),
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .path-select-mark span:nth-of-type(2) {
            width: 58px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .path-select-mark .path-select-mark_span1,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .path-select-mark .path-select-mark_span1 {
            width: 32%; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .path-select-mark span.path-select-mark_span2,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .path-select-mark span.path-select-mark_span2 {
            width: 45px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .path-select-mark .path-select-mark_span3,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .path-select-mark .path-select-mark_span3 {
            width: 32%; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects {
            margin-top: 6px;
            height: 28px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects .selectSem,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects .selectSem {
              width: 32%;
              height: 28px;
              border-radius: 2px;
              border: 1px solid #DDDDDD;
              font-size: 12px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects .selectSemNew,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects .selectSemNew {
              width: 29%;
              height: 28px;
              border-radius: 2px;
              border: 1px solid #DDDDDD;
              font-size: 12px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects .relationSem,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects .relationSem {
              width: 58px;
              border: none;
              font-size: 12px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects span,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects span {
              text-align: center;
              vertical-align: middle;
              font-size: 14px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1::-webkit-scrollbar,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2::-webkit-scrollbar,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3::-webkit-scrollbar,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1::-webkit-scrollbar,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2::-webkit-scrollbar,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 4px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1::-webkit-scrollbar-thumb,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2::-webkit-scrollbar-thumb,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3::-webkit-scrollbar-thumb,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1::-webkit-scrollbar-thumb,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2::-webkit-scrollbar-thumb,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: rgba(0, 0, 0, 0.2); }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1::-webkit-scrollbar-track,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2::-webkit-scrollbar-track,
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3::-webkit-scrollbar-track,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1::-webkit-scrollbar-track,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2::-webkit-scrollbar-track,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            background: rgba(0, 0, 0, 0.1); }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 {
            padding: 5px 8px;
            height: 24%;
            background: #fff;
            margin-bottom: 10px;
            overflow-y: auto; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects {
              line-height: 28px; }
              .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects strong.scale,
              .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects strong.scale {
                padding-right: 9px;
                font-size: 12px;
                font-family: PingFangSC;
                font-weight: 400; }
              .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .fs-wrap,
              .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .fs-wrap {
                vertical-align: middle; }
              .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects input,
              .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects input {
                cursor: pointer;
                width: 65%;
                height: 17px;
                position: absolute;
                left: 72px;
                padding-left: 2px;
                top: 6px;
                border: none;
                outline: none;
                background: #fff;
                pointer-events: none; }
              .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div,
              .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div {
                width: 280px;
                height: 20px;
                /* overflow: hidden; */
                position: relative;
                padding: 3px 9px;
                border: 1px solid #ccc;
                border-radius: 4px;
                font-size: 14px;
                display: inline-block;
                vertical-align: middle;
                background: url(../images/icon/c_selectxia.svg) no-repeat;
                background-position: center right; }
                .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_showTitle,
                .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_showTitle {
                  width: 89%;
                  height: 20px;
                  display: block;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  text-align: left;
                  position: absolute;
                  top: -5px;
                  /* white-space: nowrap; */ }
                .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box,
                .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box {
                  width: 280px;
                  height: 200px;
                  padding: 2px 0;
                  border: 1px solid #ccc;
                  border-radius: 5px;
                  position: fixed;
                  left: -1px;
                  top: 20px;
                  z-index: 1000;
                  background: #ffffff;
                  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                  overflow-y: scroll;
                  display: none; }
                  .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p,
                  .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p {
                    width: 100%;
                    height: 20px;
                    padding: 0 9px;
                    line-height: 20px;
                    user-select: none; }
                    .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_selectValue,
                    .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_selectValue {
                      display: inline-block;
                      width: 220px;
                      text-align: left; }
                    .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_showYes,
                    .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_showYes {
                      display: none;
                      width: 16px;
                      height: 16px;
                      vertical-align: middle;
                      background: url(../images/icon/c_yes.svg) no-repeat;
                      background-size: cover; }
                    .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_showMark,
                    .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p .c_showMark {
                      display: inline-block; }
                    .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p:hover,
                    .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects .c_select_div .c_select_box p:hover {
                      color: #262626;
                      text-decoration: none;
                      background-color: #f5f5f5; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects:nth-of-type(1),
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects:nth-of-type(1) {
              margin-top: 0px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 {
            padding: 5px 8px;
            background: #fff;
            height: 40%;
            overflow-y: auto;
            margin-bottom: 10px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .pathselects span,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .pathselects span {
              padding: 0 9px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 {
            padding: 5px 8px;
            background: #fff;
            height: 20%;
            overflow-y: auto;
            margin-bottom: 20px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects input,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects input {
              width: 60px;
              border: none;
              border-bottom: 1px solid #D8D8D8;
              outline: none; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects .sem_input_hover,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects .sem_input_hover {
              border-color: #178AEC; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects input:nth-of-type(2),
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects input:nth-of-type(2) {
              margin-left: 10px; }
            .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects .changeScaleName,
            .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects .changeScaleName {
              margin-top: 2px;
              margin-left: 20px; }
      .content .tablerow .right .dealwith .leftlistdivCfaR {
        float: right;
        width: 51%;
        -webkit-user-select: none;
        height: 100%;
        padding-bottom: 5px; }
        .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox {
          background-color: #f5f5f5;
          border: 1px solid #e6e6e6;
          height: 100%;
          padding: 10px; }
          .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox h3.cfaTitle {
            min-height: 17px;
            font-family: PingFangSC;
            font-weight: 600;
            text-align: left;
            color: #333333;
            font-size: 12px;
            padding: 2px 0 12px; }
          .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv1 {
            background-color: #ffffff;
            padding: 10px 9px;
            height: calc(50% - 50px);
            overflow-y: scroll; }
            .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv1 .cfaFactorName {
              height: 30px;
              width: 40%;
              border: none;
              border-bottom: 1px solid #D8D8D8;
              outline: none; }
            .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv1 .sem_input_hover {
              border-color: #178AEC; }
            .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv1 .cfaFactorName:nth-of-type(2) {
              margin-left: 30px; }
          .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv2 {
            margin-top: 10px; }
            .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv2 label {
              font-weight: 600;
              color: #333333;
              font-size: 12px; }
              .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv2 label input {
                margin-bottom: 6px; }
            .content .tablerow .right .dealwith .leftlistdivCfaR .cfaDivBox .cfaDiv2 .cfa_checkbox1Name {
              margin-left: 6px;
              width: 60%;
              height: 28px; }
      .content .tablerow .right .dealwith .leftlistdivNewCfaR {
        float: right;
        width: 69%;
        -webkit-user-select: none;
        height: 100%;
        padding-bottom: 5px; }
        .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox {
          background-color: #f5f5f5;
          border: 1px solid #e6e6e6;
          height: 100%;
          padding: 10px;
          border-radius: 12px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox h3.cfaTitle {
            min-height: 17px;
            font-family: PingFangSC;
            font-weight: 600;
            text-align: left;
            color: #333333;
            font-size: 12px;
            padding: 2px 0 12px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox h3.cfaTitle:nth-of-type(2) {
            padding-top: 15px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv1 {
            background-color: #ffffff;
            padding: 10px 9px;
            height: calc(50% - 50px);
            overflow-y: scroll; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv1 .cfaFactorName {
              height: 30px;
              width: 40%;
              border: none;
              border-bottom: 1px solid #D8D8D8;
              outline: none; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv1 .sem_input_hover {
              border-color: #178AEC; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv1 .cfaFactorName:nth-of-type(2) {
              margin-left: 30px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv2 {
            margin-top: 10px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv2 label {
              font-weight: 600;
              color: #333333;
              font-size: 12px;
              margin-right: 5px; }
              .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv2 label input {
                margin-bottom: 6px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv2 .cfa_checkbox1Name {
              margin-left: 6px;
              width: 60%;
              height: 28px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 {
            padding: 5px 8px;
            background: #fff;
            height: calc(50% - 60px);
            overflow-y: auto;
            margin-bottom: 10px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .pathselects span {
              padding: 0 9px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .cfaDiv3_box .path-select-mark span {
              display: inline-block;
              width: 44%;
              line-height: 17px;
              font-size: 12px;
              font-family: PingFangSC;
              font-weight: 600;
              color: #333333; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .cfaDiv3_box .pathselects {
              margin-top: 6px;
              height: 28px; }
              .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .cfaDiv3_box .pathselects .selectCfa {
                width: 32%;
                height: 28px;
                border-radius: 2px;
                border: 1px solid #DDDDDD;
                font-size: 12px; }
              .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .cfaDiv3_box .pathselects span {
                text-align: center;
                vertical-align: middle;
                font-size: 14px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 4px;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 4px; }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 5px;
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              background: rgba(0, 0, 0, 0.2); }
            .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              border-radius: 0;
              background: rgba(0, 0, 0, 0.1); }
      .content .tablerow .right .dealwith .leftlistdivHlmR {
        float: right;
        width: 69%;
        -webkit-user-select: none;
        height: 100%;
        padding-bottom: 5px; }
        .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox {
          background-color: #f5f5f5;
          border: 1px solid #e6e6e6;
          height: 100%;
          padding: 10px;
          border-radius: 12px; }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox h3.cfaTitle {
            min-height: 17px;
            font-family: PingFangSC;
            font-weight: 600;
            text-align: left;
            color: #333333;
            font-size: 12px;
            padding: 2px 0 12px; }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox h3.cfaTitle:nth-of-type(2) {
            padding-top: 15px; }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 {
            padding: 5px 8px;
            background: #fff;
            height: 320px;
            overflow-y: auto;
            margin-bottom: 10px; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .pathselects span {
              padding: 0 9px; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .hlmDiv1_box .path-select-mark span {
              display: inline-block;
              width: 44%;
              line-height: 17px;
              font-size: 12px;
              font-family: PingFangSC;
              font-weight: 600;
              color: #333333; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .hlmDiv1_box .pathselects {
              margin-top: 6px;
              height: 28px; }
              .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .hlmDiv1_box .pathselects .selectHlm {
                width: 40%;
                height: 28px;
                border-radius: 2px;
                border: 1px solid #DDDDDD;
                font-size: 12px; }
              .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .hlmDiv1_box .pathselects span {
                text-align: center;
                vertical-align: middle;
                font-size: 14px; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 4px;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 4px; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 5px;
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              background: rgba(0, 0, 0, 0.2); }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              border-radius: 0;
              background: rgba(0, 0, 0, 0.1); }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv2 {
            margin-top: 10px; }
            .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv2 label {
              font-weight: 600;
              color: #333333;
              font-size: 12px;
              margin-right: 5px; }
              .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv2 label input {
                margin-right: 5px;
                margin-bottom: 6px; }
      .content .tablerow .right .dealwith .leftlistdivOlsR,
      .content .tablerow .right .dealwith .leftlistdivSemsR,
      .content .tablerow .right .dealwith .leftlistdivSdmR,
      .content .tablerow .right .dealwith .leftlistdivSdemR,
      .content .tablerow .right .dealwith .leftlistdivSlmR,
      .content .tablerow .right .dealwith .leftlistdivSacR,
      .content .tablerow .right .dealwith .leftlistdivSlxR,
      .content .tablerow .right .dealwith .leftlistdivSpatialPanelR,
      .content .tablerow .right .dealwith .leftlistdivSurR {
        float: right;
        width: 69%;
        -webkit-user-select: none;
        height: 100%;
        padding-bottom: 5px; }
        .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox,
        .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox {
          padding: 10px 5px;
          background-color: #f5f5f5;
          border: 1px solid #e6e6e6;
          height: 100%;
          border-radius: 12px; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox select,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox select {
            width: 200px;
            height: 30px;
            border: 1px solid #0c0c0c;
            border-radius: 4px;
            background-color: #fff; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .up_tip,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .up_tip {
            position: relative;
            display: inline-block;
            padding-left: 30px;
            color: #000; }
            .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .up_tip i,
            .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .up_tip i {
              position: absolute;
              top: 2px;
              left: 8px;
              content: '';
              width: 16px;
              height: 16px;
              border: 1px solid #000;
              border-radius: 50%;
              font-size: 12px;
              text-align: center;
              line-height: 20px; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .up_success,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .up_success {
            color: #178AEC; }
            .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .up_success i,
            .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .up_success i {
              border: 1px solid #178AEC; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .space_demo,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .space_demo {
            margin-left: 5px;
            color: red; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox label,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox label {
            margin: 10px 0;
            font-size: 14px; }
            .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox label input,
            .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox label input {
              margin: 0 5px 0 0; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .sur_ctype,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .sur_ctype {
            display: none; }
          .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .opera_tip,
          .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .opera_tip {
            margin-top: 20px;
            line-height: 20px;
            color: #000;
            font-size: 14px; }
            .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .opera_tip li:first-child,
            .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .opera_tip li:first-child {
              color: #178AEC;
              margin-bottom: 7px; }
            .content .tablerow .right .dealwith .leftlistdivOlsR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSemsR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSdmR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSdemR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSlmR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSacR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSlxR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSpatialPanelR .cfaDivBox .opera_tip img,
            .content .tablerow .right .dealwith .leftlistdivSurR .cfaDivBox .opera_tip img {
              margin-right: 10px;
              vertical-align: text-bottom; }
      .content .tablerow .right .dealwith .leftlistdivTagR {
        float: right;
        padding: 20px;
        width: 46%;
        height: 100%;
        background: #f7f7f7;
        border-radius: 12px;
        overflow-y: auto; }
        .content .tablerow .right .dealwith .leftlistdivTagR h1 {
          font-size: 18px;
          color: #333;
          margin-bottom: 10px !important; }
        .content .tablerow .right .dealwith .leftlistdivTagR .description {
          background-color: #f0f7ff;
          border-left: 3px solid #1890ff;
          padding: 12px 15px;
          color: #666;
          line-height: 1.8;
          margin-bottom: 20px;
          font-size: 13px; }
        .content .tablerow .right .dealwith .leftlistdivTagR .form-section {
          margin-top: 10px; }
          .content .tablerow .right .dealwith .leftlistdivTagR .form-section .form-row {
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
            .content .tablerow .right .dealwith .leftlistdivTagR .form-section .form-row .form-label {
              min-width: 80px;
              font-size: 15px;
              color: #666; }
            .content .tablerow .right .dealwith .leftlistdivTagR .form-section .form-row select {
              padding: 8px 12px;
              font-size: 14px;
              border: 1px solid #d9d9d9;
              border-radius: 4px;
              background-color: white;
              max-width: 200px;
              cursor: pointer;
              color: #666; }
            .content .tablerow .right .dealwith .leftlistdivTagR .form-section .form-row input {
              margin: 0; }
            .content .tablerow .right .dealwith .leftlistdivTagR .form-section .form-row .query {
              margin: 0 5px; }
      .content .tablerow .right .dealwith .moderator_right .form-section .form-row .form-label {
        min-width: 140px; }
      .content .tablerow .right .dealwith .leftlistdivs ul {
        height: 100%; }
      .content .tablerow .right .dealwith .heightllist {
        /*  		height: 120px;*/
        overflow-x: hidden; }
      .content .tablerow .right .dealwith .WordAnalysis,
      .content .tablerow .right .dealwith .homeRefer,
      .content .tablerow .right .dealwith .homeAnalysis,
      .content .tablerow .right .dealwith .WordAnalysisNocopy {
        box-sizing: border-box;
        position: relative;
        margin: 8px 0;
        padding: 16px;
        width: 100%;
        border-left: 2px solid #178AEC;
        background: #f3f9fe;
        line-height: 22px;
        color: #4F4F50;
        word-break: normal;
        white-space: normal;
        overflow: hidden;
        word-wrap: break-word; }
        .content .tablerow .right .dealwith .WordAnalysis .icon,
        .content .tablerow .right .dealwith .homeRefer .icon,
        .content .tablerow .right .dealwith .homeAnalysis .icon,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon {
          background: url("../../images/icon/page3_ico1.svg") no-repeat left center;
          background-size: 16px 16px;
          padding: 0 24px;
          font-size: 16px;
          color: #1D1D1F;
          word-break: keep-all;
          white-space: nowrap; }
        .content .tablerow .right .dealwith .WordAnalysis .icon2,
        .content .tablerow .right .dealwith .homeRefer .icon2,
        .content .tablerow .right .dealwith .homeAnalysis .icon2,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon2 {
          background-image: url("../../images/icon/page3_ico2.svg"); }
        .content .tablerow .right .dealwith .WordAnalysis .icon3,
        .content .tablerow .right .dealwith .homeRefer .icon3,
        .content .tablerow .right .dealwith .homeAnalysis .icon3,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon3 {
          background-image: url("../../images/icon/page3_ico3.svg"); }
        .content .tablerow .right .dealwith .WordAnalysis .icon4,
        .content .tablerow .right .dealwith .homeRefer .icon4,
        .content .tablerow .right .dealwith .homeAnalysis .icon4,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon4 {
          background-image: url("../../images/icon/page3_ico4.svg"); }
        .content .tablerow .right .dealwith .WordAnalysis .icon5,
        .content .tablerow .right .dealwith .homeRefer .icon5,
        .content .tablerow .right .dealwith .homeAnalysis .icon5,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon5 {
          background-image: url("../../images/icon/page3_ico5.svg"); }
        .content .tablerow .right .dealwith .WordAnalysis .icon6,
        .content .tablerow .right .dealwith .homeRefer .icon6,
        .content .tablerow .right .dealwith .homeAnalysis .icon6,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon6 {
          background-image: url("../../images/icon/page3_ico6.svg"); }
        .content .tablerow .right .dealwith .WordAnalysis .dependentvariable,
        .content .tablerow .right .dealwith .homeRefer .dependentvariable,
        .content .tablerow .right .dealwith .homeAnalysis .dependentvariable,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable {
          width: 380px;
          height: 19px;
          line-height: 19px;
          font-size: 8px;
          background: #e9eff7;
          border: 1px solid #dddddd;
          position: relative;
          left: 0;
          top: 0; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable .dependentvariablekey,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable .dependentvariablekey,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable .dependentvariablekey,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable .dependentvariablekey {
            position: absolute;
            padding-left: 5px;
            width: 220px;
            height: 19px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable .equalto,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable .equalto,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable .equalto,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable .equalto {
            position: absolute;
            left: 225px;
            display: inline-block; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable .dependentvariablevalue,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable .dependentvariablevalue,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable .dependentvariablevalue,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable .dependentvariablevalue {
            position: absolute;
            left: 250px;
            width: 150px; }
        .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1,
        .content .tablerow .right .dealwith .homeRefer .dependentvariable1,
        .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1,
        .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 {
          margin-top: 8px;
          width: 304px;
          height: 19px;
          line-height: 19px;
          font-size: 8px;
          position: relative;
          left: 0;
          top: 0;
          /* 火狐 */ }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablekey,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablekey,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablekey,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablekey {
            position: absolute;
            padding-left: 5px;
            display: inline-block;
            width: 221px;
            height: 19px;
            background: #DDDDDD;
            border: 1px solid #dddddd;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .equalto,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .equalto,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .equalto,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .equalto {
            position: absolute;
            left: 226px;
            height: 19px;
            display: inline-block; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue1,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue2,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue3,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue4,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue5,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue6,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .dependentvariablevalue7,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 .curveFreeX,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue1,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue2,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue3,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue4,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue5,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue6,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .dependentvariablevalue7,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 .curveFreeX,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue1,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue2,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue3,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue4,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue5,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue6,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .dependentvariablevalue7,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 .curveFreeX,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue1,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue2,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue3,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue4,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue5,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue6,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .dependentvariablevalue7,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 .curveFreeX {
            display: inline-block;
            width: 79px;
            height: 100%;
            text-align: center;
            color: #BBBBBB;
            border: none;
            border-bottom: 1px solid #dddddd;
            position: absolute;
            left: 236px; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input::-webkit-input-placeholder,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input::-webkit-input-placeholder,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input::-webkit-input-placeholder,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input::-webkit-input-placeholder {
            color: #BBBBBB;
            font-size: 8px; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input:-moz-placeholder,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input:-moz-placeholder,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input:-moz-placeholder,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input:-moz-placeholder {
            color: #BBBBBB;
            font-size: 8px; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input::-moz-placeholder,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input::-moz-placeholder,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input::-moz-placeholder,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input::-moz-placeholder {
            color: #BBBBBB;
            font-size: 8px; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input:-ms-input-placeholder,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input:-ms-input-placeholder,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input:-ms-input-placeholder,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input:-ms-input-placeholder {
            color: #BBBBBB;
            font-size: 8px; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input::-webkit-outer-spin-button,
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input::-webkit-inner-spin-button,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input::-webkit-outer-spin-button,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input::-webkit-inner-spin-button,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input::-webkit-outer-spin-button,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input::-webkit-inner-spin-button,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input::-webkit-outer-spin-button,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0; }
          .content .tablerow .right .dealwith .WordAnalysis .dependentvariable1 input,
          .content .tablerow .right .dealwith .homeRefer .dependentvariable1 input,
          .content .tablerow .right .dealwith .homeAnalysis .dependentvariable1 input,
          .content .tablerow .right .dealwith .WordAnalysisNocopy .dependentvariable1 input {
            -moz-appearance: textfield; }
      .content .tablerow .right .dealwith .WordAnalysisNocopy {
        background: #fef7f4;
        border-left: 2px solid #f36625; }
        .content .tablerow .right .dealwith .WordAnalysisNocopy .icon5 {
          background-image: url("../../images/icon/page3_ico5.svg"); }
      .content .tablerow .right .dealwith .SmartAnalysis {
        background: #f5fcf7;
        border-left: 2px solid #3AC258; }
      .content .tablerow .right .dealwith .reference,
      .content .tablerow .right .dealwith .homeRefer {
        background: #fef7f4;
        border-left: 2px solid #f36625; }
      .content .tablerow .right .dealwith .model_code {
        background: #f7f7f7;
        border-left: 2px solid #B2B2B3; }
        .content .tablerow .right .dealwith .model_code pre {
          margin: 0;
          padding: 0;
          background: transparent;
          border: none;
          overflow: visible;
          font-size: 14px;
          color: #4F4F50;
          line-height: 22px;
          white-space: pre-wrap; }
      .content .tablerow .right .dealwith #messages_center {
        background-color: #fff;
        padding: 10px 0;
        text-align: center; }
        .content .tablerow .right .dealwith #messages_center h4 {
          margin-bottom: 15px !important;
          font-size: 18px;
          color: #000; }
        .content .tablerow .right .dealwith #messages_center .svg_wrap {
          max-height: 500px;
          overflow: auto; }
      .content .tablerow .right .dealwith .nomographAna {
        padding-top: 0; }
        .content .tablerow .right .dealwith .nomographAna .lining .tableAhpBox:first-child {
          overflow-x: unset; }
          .content .tablerow .right .dealwith .nomographAna .lining .tableAhpBox:first-child #messages_center {
            padding: 0; }
            .content .tablerow .right .dealwith .nomographAna .lining .tableAhpBox:first-child #messages_center .svg_wrap {
              margin-bottom: -85px;
              max-height: unset;
              overflow: unset; }
              .content .tablerow .right .dealwith .nomographAna .lining .tableAhpBox:first-child #messages_center .svg_wrap svg {
                max-width: 100%; }
            .content .tablerow .right .dealwith .nomographAna .lining .tableAhpBox:first-child #messages_center .downTree {
              margin-bottom: 20px;
              padding: 2px 8px;
              border-radius: 99px;
              border: 1px solid #E0E0E0;
              background: #fff;
              color: #1D1D1F;
              font-size: 12px;
              cursor: pointer; }
      .content .tablerow .right .dealwith .GraphDrawUl {
        padding: 10px 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff; }
        .content .tablerow .right .dealwith .GraphDrawUl li {
          min-width: 25%;
          height: 200px;
          border: 1px solid #d8d1d1;
          padding: 0;
          overflow: hidden; }
          .content .tablerow .right .dealwith .GraphDrawUl li .GraphDraw {
            width: 100% !important;
            border: none;
            padding: 0;
            margin: 0; }
            .content .tablerow .right .dealwith .GraphDrawUl li .GraphDraw .highcharts_container {
              width: 100% !important;
              height: 100%;
              margin: 0 5px !important;
              min-width: unset;
              min-height: unset; }
          .content .tablerow .right .dealwith .GraphDrawUl li:first-child {
            width: 100%;
            height: 60px;
            text-align: center;
            font-size: 24px;
            line-height: 60px;
            border: none; }
      .content .tablerow .right .dealwith .clusterChange {
        margin-left: 20px;
        margin-bottom: 5px;
        background-color: #fff;
        border: 1px solid #178AEC;
        border-radius: 3px;
        color: #178AEC; }
      .content .tablerow .right .dealwith .rsmResult select,
      .content .tablerow .right .dealwith .rsmResult #inputContainer input {
        margin-right: 12px;
        width: 110px;
        height: 32px;
        padding: 5px 10px;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF; }
      .content .tablerow .right .dealwith .rsmResult .contourWrap span {
        display: inline-block;
        margin-right: 12px;
        width: 110px;
        font-weight: 600; }
      .content .tablerow .right .dealwith .rsmResult #inputContainer .input-group {
        margin-bottom: 10px; }
        .content .tablerow .right .dealwith .rsmResult #inputContainer .input-group label {
          margin: 0 8px 0 0;
          width: 80px; }
      .content .tablerow .right .dealwith #rdaXSelect,
      .content .tablerow .right .dealwith #rdaYSelect,
      .content .tablerow .right .dealwith #thresholdPlotlySelect {
        margin-right: 12px;
        width: 110px;
        height: 32px;
        padding: 5px 10px;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF; }
    .content .tablerow .right #markovs select {
      width: 160px;
      margin-left: 40px; }
    .content .tablerow .right #markovs #markovTol {
      margin-right: 5px; }
    .content .tablerow .right #markovs #markovData,
    .content .tablerow .right #markovs #markovTitle {
      display: none; }
    .content .tablerow .right #mdsbox span,
    .content .tablerow .right #moranbox span {
      display: inline-block;
      width: 100px; }
    .content .tablerow .right #mdsbox select,
    .content .tablerow .right #moranbox select {
      width: 160px; }
    .content .tablerow .right #mdsbox label,
    .content .tablerow .right #moranbox label {
      margin: 10px 30px 10px 0;
      font-weight: 400; }
      .content .tablerow .right #mdsbox label input,
      .content .tablerow .right #moranbox label input {
        margin: 0 5px 0 0; }
    .content .tablerow .right #mdsbox .up_tip,
    .content .tablerow .right #moranbox .up_tip {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      color: #000;
      width: unset; }
      .content .tablerow .right #mdsbox .up_tip i,
      .content .tablerow .right #moranbox .up_tip i {
        position: absolute;
        top: 2px;
        left: 8px;
        content: '';
        width: 16px;
        height: 16px;
        border: 1px solid #000;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        margin-left: 0;
        color: #000; }
    .content .tablerow .right #mdsbox .up_success,
    .content .tablerow .right #moranbox .up_success {
      color: #178AEC; }
      .content .tablerow .right #mdsbox .up_success i,
      .content .tablerow .right #moranbox .up_success i {
        border: 1px solid #178AEC;
        color: #178AEC; }
    .content .tablerow .right #taierbox span {
      display: inline-block;
      width: 190px; }
    .content .tablerow .right #taierbox select {
      width: 160px;
      height: 38px;
      margin: 7px; }
    .content .tablerow .right #continouss label,
    .content .tablerow .right #binarys label,
    .content .tablerow .right #oneratios label,
    .content .tablerow .right #means label,
    .content .tablerow .right #corrs label,
    .content .tablerow .right #orhrs label,
    .content .tablerow .right #genivs label {
      margin-bottom: 0; }
    .content .tablerow .right #continouss span,
    .content .tablerow .right #binarys span,
    .content .tablerow .right #oneratios span,
    .content .tablerow .right #means span,
    .content .tablerow .right #corrs span,
    .content .tablerow .right #orhrs span,
    .content .tablerow .right #genivs span {
      font-weight: 400 !important;
      display: inline-block;
      width: 200px; }
    .content .tablerow .right #continouss select,
    .content .tablerow .right #binarys select,
    .content .tablerow .right #oneratios select,
    .content .tablerow .right #means select,
    .content .tablerow .right #corrs select,
    .content .tablerow .right #orhrs select,
    .content .tablerow .right #genivs select {
      width: 100px; }
    .content .tablerow .right #spatialWeights .troublesome {
      padding-bottom: 10px; }
      .content .tablerow .right #spatialWeights .troublesome .ahpBox {
        display: flex; }
        .content .tablerow .right #spatialWeights .troublesome .ahpBox .style {
          width: 40%; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style:first-child {
            width: 60%; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style h3 {
            margin-bottom: 20px !important;
            font-size: 18px;
            color: #2487F7; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style #spatialWeight_up {
            width: 106px;
            height: 32px;
            background-color: #fff;
            border: 1px solid #D9D9D9;
            border-radius: 4px; }
            .content .tablerow .right #spatialWeights .troublesome .ahpBox .style #spatialWeight_up img {
              vertical-align: text-bottom; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style span {
            margin-left: 10px;
            color: rgba(0, 0, 0, 0.45);
            font-size: 14px; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style > span {
            display: block;
            margin: 10px 0 40px; }
          .content .tablerow .right #spatialWeights .troublesome .ahpBox .style .startAnalyzeBtn {
            margin-bottom: 10px; }
    .content .tablerow .right #efficacys select {
      width: 160px;
      margin-left: 40px; }
    .content .tablerow .right #meanDiffs,
    .content .tablerow .right #variancePowers,
    .content .tablerow .right #ratios,
    .content .tablerow .right #relativitys,
    .content .tablerow .right #linearCorrs,
    .content .tablerow .right #genModels,
    .content .tablerow .right #cartograms,
    .content .tablerow .right #uniforms {
      overflow-y: auto; }
      .content .tablerow .right #meanDiffs .troublesome,
      .content .tablerow .right #variancePowers .troublesome,
      .content .tablerow .right #ratios .troublesome,
      .content .tablerow .right #relativitys .troublesome,
      .content .tablerow .right #linearCorrs .troublesome,
      .content .tablerow .right #genModels .troublesome,
      .content .tablerow .right #cartograms .troublesome,
      .content .tablerow .right #uniforms .troublesome {
        padding-bottom: 0;
        height: unset;
        overflow-y: unset;
        overflow-x: unset; }
        .content .tablerow .right #meanDiffs .troublesome .lining,
        .content .tablerow .right #variancePowers .troublesome .lining,
        .content .tablerow .right #ratios .troublesome .lining,
        .content .tablerow .right #relativitys .troublesome .lining,
        .content .tablerow .right #linearCorrs .troublesome .lining,
        .content .tablerow .right #genModels .troublesome .lining,
        .content .tablerow .right #cartograms .troublesome .lining,
        .content .tablerow .right #uniforms .troublesome .lining {
          min-height: unset; }
          .content .tablerow .right #meanDiffs .troublesome .lining .ahpBox,
          .content .tablerow .right #variancePowers .troublesome .lining .ahpBox,
          .content .tablerow .right #ratios .troublesome .lining .ahpBox,
          .content .tablerow .right #relativitys .troublesome .lining .ahpBox,
          .content .tablerow .right #linearCorrs .troublesome .lining .ahpBox,
          .content .tablerow .right #genModels .troublesome .lining .ahpBox,
          .content .tablerow .right #cartograms .troublesome .lining .ahpBox,
          .content .tablerow .right #uniforms .troublesome .lining .ahpBox {
            padding: 15px 20px; }
      .content .tablerow .right #meanDiffs .region input[type="text"],
      .content .tablerow .right #meanDiffs .region input[type="number"],
      .content .tablerow .right #meanDiffs .region select,
      .content .tablerow .right #variancePowers .region input[type="text"],
      .content .tablerow .right #variancePowers .region input[type="number"],
      .content .tablerow .right #variancePowers .region select,
      .content .tablerow .right #ratios .region input[type="text"],
      .content .tablerow .right #ratios .region input[type="number"],
      .content .tablerow .right #ratios .region select,
      .content .tablerow .right #relativitys .region input[type="text"],
      .content .tablerow .right #relativitys .region input[type="number"],
      .content .tablerow .right #relativitys .region select,
      .content .tablerow .right #linearCorrs .region input[type="text"],
      .content .tablerow .right #linearCorrs .region input[type="number"],
      .content .tablerow .right #linearCorrs .region select,
      .content .tablerow .right #genModels .region input[type="text"],
      .content .tablerow .right #genModels .region input[type="number"],
      .content .tablerow .right #genModels .region select,
      .content .tablerow .right #cartograms .region input[type="text"],
      .content .tablerow .right #cartograms .region input[type="number"],
      .content .tablerow .right #cartograms .region select,
      .content .tablerow .right #uniforms .region input[type="text"],
      .content .tablerow .right #uniforms .region input[type="number"],
      .content .tablerow .right #uniforms .region select {
        width: 210px;
        height: 30px;
        border: 0.4px solid #D0D0D0;
        border-radius: 8px;
        background: #fff; }
      .content .tablerow .right #meanDiffs input[type="text"],
      .content .tablerow .right #variancePowers input[type="text"],
      .content .tablerow .right #ratios input[type="text"],
      .content .tablerow .right #relativitys input[type="text"],
      .content .tablerow .right #linearCorrs input[type="text"],
      .content .tablerow .right #genModels input[type="text"],
      .content .tablerow .right #cartograms input[type="text"],
      .content .tablerow .right #uniforms input[type="text"] {
        margin-right: 10px; }
      .content .tablerow .right #meanDiffs .flex_area,
      .content .tablerow .right #variancePowers .flex_area,
      .content .tablerow .right #ratios .flex_area,
      .content .tablerow .right #relativitys .flex_area,
      .content .tablerow .right #linearCorrs .flex_area,
      .content .tablerow .right #genModels .flex_area,
      .content .tablerow .right #cartograms .flex_area,
      .content .tablerow .right #uniforms .flex_area {
        display: flex; }
        .content .tablerow .right #meanDiffs .flex_area .region,
        .content .tablerow .right #variancePowers .flex_area .region,
        .content .tablerow .right #ratios .flex_area .region,
        .content .tablerow .right #relativitys .flex_area .region,
        .content .tablerow .right #linearCorrs .flex_area .region,
        .content .tablerow .right #genModels .flex_area .region,
        .content .tablerow .right #cartograms .flex_area .region,
        .content .tablerow .right #uniforms .flex_area .region {
          flex: 2; }
          .content .tablerow .right #meanDiffs .flex_area .region:first-child,
          .content .tablerow .right #variancePowers .flex_area .region:first-child,
          .content .tablerow .right #ratios .flex_area .region:first-child,
          .content .tablerow .right #relativitys .flex_area .region:first-child,
          .content .tablerow .right #linearCorrs .flex_area .region:first-child,
          .content .tablerow .right #genModels .flex_area .region:first-child,
          .content .tablerow .right #cartograms .flex_area .region:first-child,
          .content .tablerow .right #uniforms .flex_area .region:first-child {
            flex: 1; }
          .content .tablerow .right #meanDiffs .flex_area .region:last-child label,
          .content .tablerow .right #variancePowers .flex_area .region:last-child label,
          .content .tablerow .right #ratios .flex_area .region:last-child label,
          .content .tablerow .right #relativitys .flex_area .region:last-child label,
          .content .tablerow .right #linearCorrs .flex_area .region:last-child label,
          .content .tablerow .right #genModels .flex_area .region:last-child label,
          .content .tablerow .right #cartograms .flex_area .region:last-child label,
          .content .tablerow .right #uniforms .flex_area .region:last-child label {
            min-width: 100px; }
            .content .tablerow .right #meanDiffs .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #variancePowers .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #ratios .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #relativitys .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #linearCorrs .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #genModels .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #cartograms .flex_area .region:last-child label:nth-child(2),
            .content .tablerow .right #uniforms .flex_area .region:last-child label:nth-child(2) {
              min-width: 130px; }
      .content .tablerow .right #meanDiffs .region,
      .content .tablerow .right #variancePowers .region,
      .content .tablerow .right #ratios .region,
      .content .tablerow .right #relativitys .region,
      .content .tablerow .right #linearCorrs .region,
      .content .tablerow .right #genModels .region,
      .content .tablerow .right #cartograms .region,
      .content .tablerow .right #uniforms .region {
        margin-bottom: 15px;
        font-size: 14px;
        color: #000; }
        .content .tablerow .right #meanDiffs .region h4,
        .content .tablerow .right #variancePowers .region h4,
        .content .tablerow .right #ratios .region h4,
        .content .tablerow .right #relativitys .region h4,
        .content .tablerow .right #linearCorrs .region h4,
        .content .tablerow .right #genModels .region h4,
        .content .tablerow .right #cartograms .region h4,
        .content .tablerow .right #uniforms .region h4 {
          margin-bottom: 13px;
          font-size: 14px;
          font-weight: 500;
          color: #178AEC;
          line-height: 20px; }
          .content .tablerow .right #meanDiffs .region h4 img,
          .content .tablerow .right #variancePowers .region h4 img,
          .content .tablerow .right #ratios .region h4 img,
          .content .tablerow .right #relativitys .region h4 img,
          .content .tablerow .right #linearCorrs .region h4 img,
          .content .tablerow .right #genModels .region h4 img,
          .content .tablerow .right #cartograms .region h4 img,
          .content .tablerow .right #uniforms .region h4 img {
            vertical-align: sub; }
        .content .tablerow .right #meanDiffs .region label,
        .content .tablerow .right #variancePowers .region label,
        .content .tablerow .right #ratios .region label,
        .content .tablerow .right #relativitys .region label,
        .content .tablerow .right #linearCorrs .region label,
        .content .tablerow .right #genModels .region label,
        .content .tablerow .right #cartograms .region label,
        .content .tablerow .right #uniforms .region label {
          margin-right: 25px;
          font-weight: 400;
          cursor: pointer; }
          .content .tablerow .right #meanDiffs .region label input,
          .content .tablerow .right #variancePowers .region label input,
          .content .tablerow .right #ratios .region label input,
          .content .tablerow .right #relativitys .region label input,
          .content .tablerow .right #linearCorrs .region label input,
          .content .tablerow .right #genModels .region label input,
          .content .tablerow .right #cartograms .region label input,
          .content .tablerow .right #uniforms .region label input {
            margin: 0;
            margin-right: 5px; }
        .content .tablerow .right #meanDiffs .region .me_tip,
        .content .tablerow .right #variancePowers .region .me_tip,
        .content .tablerow .right #ratios .region .me_tip,
        .content .tablerow .right #relativitys .region .me_tip,
        .content .tablerow .right #linearCorrs .region .me_tip,
        .content .tablerow .right #genModels .region .me_tip,
        .content .tablerow .right #cartograms .region .me_tip,
        .content .tablerow .right #uniforms .region .me_tip {
          margin-bottom: 13px;
          font-size: 12px;
          font-weight: 500;
          color: #178AEC; }
          .content .tablerow .right #meanDiffs .region .me_tip img,
          .content .tablerow .right #variancePowers .region .me_tip img,
          .content .tablerow .right #ratios .region .me_tip img,
          .content .tablerow .right #relativitys .region .me_tip img,
          .content .tablerow .right #linearCorrs .region .me_tip img,
          .content .tablerow .right #genModels .region .me_tip img,
          .content .tablerow .right #cartograms .region .me_tip img,
          .content .tablerow .right #uniforms .region .me_tip img {
            margin-right: 5px; }
        .content .tablerow .right #meanDiffs .region .up_Down,
        .content .tablerow .right #variancePowers .region .up_Down,
        .content .tablerow .right #ratios .region .up_Down,
        .content .tablerow .right #relativitys .region .up_Down,
        .content .tablerow .right #linearCorrs .region .up_Down,
        .content .tablerow .right #genModels .region .up_Down,
        .content .tablerow .right #cartograms .region .up_Down,
        .content .tablerow .right #uniforms .region .up_Down {
          margin-right: 20px;
          display: flex;
          flex-direction: column; }
          .content .tablerow .right #meanDiffs .region .up_Down span,
          .content .tablerow .right #variancePowers .region .up_Down span,
          .content .tablerow .right #ratios .region .up_Down span,
          .content .tablerow .right #relativitys .region .up_Down span,
          .content .tablerow .right #linearCorrs .region .up_Down span,
          .content .tablerow .right #genModels .region .up_Down span,
          .content .tablerow .right #cartograms .region .up_Down span,
          .content .tablerow .right #uniforms .region .up_Down span {
            margin-bottom: 10px;
            line-height: 20px; }
            .content .tablerow .right #meanDiffs .region .up_Down span i,
            .content .tablerow .right #variancePowers .region .up_Down span i,
            .content .tablerow .right #ratios .region .up_Down span i,
            .content .tablerow .right #relativitys .region .up_Down span i,
            .content .tablerow .right #linearCorrs .region .up_Down span i,
            .content .tablerow .right #genModels .region .up_Down span i,
            .content .tablerow .right #cartograms .region .up_Down span i,
            .content .tablerow .right #uniforms .region .up_Down span i {
              font-style: unset;
              color: #FF1C1C; }
        .content .tablerow .right #meanDiffs .region .left_Right,
        .content .tablerow .right #variancePowers .region .left_Right,
        .content .tablerow .right #ratios .region .left_Right,
        .content .tablerow .right #relativitys .region .left_Right,
        .content .tablerow .right #linearCorrs .region .left_Right,
        .content .tablerow .right #genModels .region .left_Right,
        .content .tablerow .right #cartograms .region .left_Right,
        .content .tablerow .right #uniforms .region .left_Right {
          margin-bottom: 15px; }
          .content .tablerow .right #meanDiffs .region .left_Right span,
          .content .tablerow .right #variancePowers .region .left_Right span,
          .content .tablerow .right #ratios .region .left_Right span,
          .content .tablerow .right #relativitys .region .left_Right span,
          .content .tablerow .right #linearCorrs .region .left_Right span,
          .content .tablerow .right #genModels .region .left_Right span,
          .content .tablerow .right #cartograms .region .left_Right span,
          .content .tablerow .right #uniforms .region .left_Right span {
            display: inline-block;
            width: 150px; }
      .content .tablerow .right #meanDiffs .error_tip,
      .content .tablerow .right #variancePowers .error_tip,
      .content .tablerow .right #ratios .error_tip,
      .content .tablerow .right #relativitys .error_tip,
      .content .tablerow .right #linearCorrs .error_tip,
      .content .tablerow .right #genModels .error_tip,
      .content .tablerow .right #cartograms .error_tip,
      .content .tablerow .right #uniforms .error_tip {
        display: none;
        font-size: 14px;
        line-height: 20px;
        color: #FF1C1C; }
        .content .tablerow .right #meanDiffs .error_tip img,
        .content .tablerow .right #variancePowers .error_tip img,
        .content .tablerow .right #ratios .error_tip img,
        .content .tablerow .right #relativitys .error_tip img,
        .content .tablerow .right #linearCorrs .error_tip img,
        .content .tablerow .right #genModels .error_tip img,
        .content .tablerow .right #cartograms .error_tip img,
        .content .tablerow .right #uniforms .error_tip img {
          width: 20px;
          margin-right: 5px; }
      .content .tablerow .right #meanDiffs .sampleModel,
      .content .tablerow .right #meanDiffs .independenceModel,
      .content .tablerow .right #meanDiffs .relationInput,
      .content .tablerow .right #variancePowers .sampleModel,
      .content .tablerow .right #variancePowers .independenceModel,
      .content .tablerow .right #variancePowers .relationInput,
      .content .tablerow .right #ratios .sampleModel,
      .content .tablerow .right #ratios .independenceModel,
      .content .tablerow .right #ratios .relationInput,
      .content .tablerow .right #relativitys .sampleModel,
      .content .tablerow .right #relativitys .independenceModel,
      .content .tablerow .right #relativitys .relationInput,
      .content .tablerow .right #linearCorrs .sampleModel,
      .content .tablerow .right #linearCorrs .independenceModel,
      .content .tablerow .right #linearCorrs .relationInput,
      .content .tablerow .right #genModels .sampleModel,
      .content .tablerow .right #genModels .independenceModel,
      .content .tablerow .right #genModels .relationInput,
      .content .tablerow .right #cartograms .sampleModel,
      .content .tablerow .right #cartograms .independenceModel,
      .content .tablerow .right #cartograms .relationInput,
      .content .tablerow .right #uniforms .sampleModel,
      .content .tablerow .right #uniforms .independenceModel,
      .content .tablerow .right #uniforms .relationInput {
        display: none; }
      .content .tablerow .right #meanDiffs .powerResult,
      .content .tablerow .right #variancePowers .powerResult,
      .content .tablerow .right #ratios .powerResult,
      .content .tablerow .right #relativitys .powerResult,
      .content .tablerow .right #linearCorrs .powerResult,
      .content .tablerow .right #genModels .powerResult,
      .content .tablerow .right #cartograms .powerResult,
      .content .tablerow .right #uniforms .powerResult {
        float: left; }
    .content .tablerow .right #variancePowers .region input[type="text"] {
      width: 130px; }
    .content .tablerow .right #variancePowers .region .left_Right span {
      width: 140px; }
    .content .tablerow .right #ratios .flex_area .region:last-child label {
      min-width: 130px; }
    .content .tablerow .right #ratios .common,
    .content .tablerow .right #ratios .twoprob {
      display: none; }
    .content .tablerow .right #linearCorrs .region .left_Right span {
      width: 190px; }
    .content .tablerow .right #genModels .region .left_Right span {
      width: 170px; }
    .content .tablerow .right #cartograms .region .left_Right {
      margin-right: 20px; }
      .content .tablerow .right #cartograms .region .left_Right span {
        width: unset;
        line-height: 30px; }
      .content .tablerow .right #cartograms .region .left_Right input,
      .content .tablerow .right #cartograms .region .left_Right select {
        width: 100px; }
    .content .tablerow .right #cartograms .plotlyDraw {
      padding-right: 20px;
      border: none;
      background: #fff; }
      .content .tablerow .right #cartograms .plotlyDraw .plotlyDown {
        top: 20px;
        right: 20px; }
      .content .tablerow .right #cartograms .plotlyDraw .plotly-opera .percentChart {
        margin: 0;
        padding: 0 20px 0 38px;
        border: none;
        border-right: 1px solid #dbdbdb;
        background: #ffffff url("../../images/icon/downLoadData.svg") no-repeat 18px 5px;
        background-size: 16px 16px;
        font-size: 14px;
        color: inherit;
        line-height: 24px; }
        .content .tablerow .right #cartograms .plotlyDraw .plotly-opera .percentChart:hover {
          color: #178AEC; }
    .content .tablerow .right #rsms {
      display: flex;
      padding: 12px 20px 16px;
      min-width: 840px;
      color: #1D1D1F; }
      .content .tablerow .right #rsms img {
        vertical-align: sub; }
      .content .tablerow .right #rsms h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 28px;
        font-weight: 600; }
        .content .tablerow .right #rsms h3 div {
          display: flex;
          align-items: center; }
          .content .tablerow .right #rsms h3 div img {
            margin-right: 8px; }
      .content .tablerow .right #rsms select {
        margin-left: 8px;
        padding: 0 10px;
        height: 32px;
        background: #fff;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        cursor: pointer; }
      .content .tablerow .right #rsms label {
        margin: 0; }
      .content .tablerow .right #rsms .rsmClearData {
        width: 28px;
        height: 28px;
        background-image: url("../../images/indexs/delete.svg"); }
        .content .tablerow .right #rsms .rsmClearData:hover {
          background-image: url("../../images/indexs/delete_blue.svg"); }
      .content .tablerow .right #rsms p {
        margin: 4px 0 12px;
        font-size: 12px;
        color: #B2B2B3;
        line-height: 20px; }
      .content .tablerow .right #rsms .alert {
        margin-bottom: 10px;
        padding: 8px;
        background-color: #fff5e9;
        color: #FF9D2B;
        border: 1px solid #FF9D2B;
        border-radius: 8px; }
      .content .tablerow .right #rsms .left-panel {
        width: 550px; }
      .content .tablerow .right #rsms .right-panel {
        flex: 1;
        max-height: calc(100vh - 140px);
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #F0F0F0;
        overflow-y: auto; }
        .content .tablerow .right #rsms .right-panel h4 {
          margin: 20px 0 12px !important;
          font-size: 14px;
          font-weight: 600;
          line-height: 22px; }
        .content .tablerow .right #rsms .right-panel .de-va {
          display: flex;
          align-items: center; }
          .content .tablerow .right #rsms .right-panel .de-va div {
            flex: 1; }
            .content .tablerow .right #rsms .right-panel .de-va div p {
              margin: 0; }
          .content .tablerow .right #rsms .right-panel .de-va .switch .switch-label {
            width: 110px; }
          .content .tablerow .right #rsms .right-panel .de-va select {
            margin: 0 8px 0 0; }
        .content .tablerow .right #rsms .right-panel .parameter_wrap {
          display: none;
          flex: unset !important; }
          .content .tablerow .right #rsms .right-panel .parameter_wrap span {
            display: inline-block;
            margin-right: 8px;
            line-height: 32px;
            white-space: nowrap; }
          .content .tablerow .right #rsms .right-panel .parameter_wrap input {
            margin-right: 8px;
            padding: 0 8px;
            width: 80px;
            height: 32px;
            border: 1px solid #E0E0E0;
            border-radius: 8px;
            cursor: pointer; }
        .content .tablerow .right #rsms .right-panel .fold_wrap {
          margin: 12px 0 8px;
          border: 2px solid #F7F7F7;
          border-radius: 16px;
          overflow: hidden;
          /* 未选中状态 */
          /* 全选状态 */
          /* 部分选中状态 */
          /* 禁用且选中状态 */ }
          .content .tablerow .right #rsms .right-panel .fold_wrap .fold_header {
            position: relative;
            padding: 6px 12px;
            background: #f7f7f7;
            cursor: pointer; }
            .content .tablerow .right #rsms .right-panel .fold_wrap .fold_header label {
              width: 100px; }
            .content .tablerow .right #rsms .right-panel .fold_wrap .fold_header em {
              position: absolute;
              right: 12px;
              top: 12px;
              width: 8px;
              height: 8px;
              border-top: 2px solid #808082;
              border-right: 2px solid #808082;
              transform: rotate(135deg); }
          .content .tablerow .right #rsms .right-panel .fold_wrap .de-va {
            display: none;
            flex-wrap: wrap;
            padding: 8px 12px; }
            .content .tablerow .right #rsms .right-panel .fold_wrap .de-va label {
              margin-right: 10px;
              flex: 0 0 calc(100%/6 - 10px);
              color: #4F4F50; }
          .content .tablerow .right #rsms .right-panel .fold_wrap .square label,
          .content .tablerow .right #rsms .right-panel .fold_wrap .interaction label {
            margin-right: 10px;
            flex: 0 0 calc(100%/4 - 10px);
            color: #4F4F50; }
          .content .tablerow .right #rsms .right-panel .fold_wrap label {
            font-weight: 400;
            color: #1D1D1F;
            line-height: 22px; }
            .content .tablerow .right #rsms .right-panel .fold_wrap label i {
              font-style: inherit;
              color: #B2B2B3; }
          .content .tablerow .right #rsms .right-panel .fold_wrap .custom-checkbox {
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            background: white;
            border: 1px solid #adb5bd;
            border-radius: 4px;
            vertical-align: middle;
            margin-right: 8px;
            transition: all 0.2s; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"] {
            position: absolute;
            opacity: 0; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"] + .custom-checkbox {
            background: white; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:checked + .custom-checkbox {
            background: #178AEC;
            border-color: #178AEC; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:checked + .custom-checkbox::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 1px;
            width: 5px;
            height: 8px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:indeterminate + .custom-checkbox {
            background: #178AEC;
            border-color: #178AEC; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:indeterminate + .custom-checkbox::after {
            content: "";
            position: absolute;
            left: 2px;
            top: 6px;
            width: 8px;
            height: 2px;
            background: white; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:disabled:checked + .custom-checkbox {
            background: #e7f3fd;
            border-color: transparent; }
          .content .tablerow .right #rsms .right-panel .fold_wrap input[type="checkbox"]:disabled:checked + .custom-checkbox::after {
            border-color: #b9dcf9; }
          .content .tablerow .right #rsms .right-panel .fold_wrap label {
            cursor: pointer;
            display: flex;
            align-items: center;
            user-select: none; }
        .content .tablerow .right #rsms .right-panel .open .fold_header em {
          top: 14px;
          transform: rotate(-45deg); }
        .content .tablerow .right #rsms .right-panel .open .de-va {
          display: flex; }
      .content .tablerow .right #rsms .blue_button {
        margin-top: 24px;
        padding: 0 16px; }
    .content .tablerow .right #freeCurves {
      display: flex;
      min-width: 840px; }
      .content .tablerow .right #freeCurves .nonLeft,
      .content .tablerow .right #freeCurves .nonRight {
        padding: 20px 20px 0 0;
        overflow-y: auto; }
      .content .tablerow .right #freeCurves .nonLeft {
        flex: 1.1;
        border-right: 1px solid #eee; }
      .content .tablerow .right #freeCurves .nonRight {
        flex: 1.5;
        padding: 20px 0 0 20px; }
      .content .tablerow .right #freeCurves h2 {
        margin: 0 0 16px !important;
        color: #178AEC;
        font-size: 18px; }
      .content .tablerow .right #freeCurves .form-group {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 12px; }
      .content .tablerow .right #freeCurves label {
        width: 60px;
        color: #333;
        font-weight: 500;
        white-space: nowrap; }
      .content .tablerow .right #freeCurves select {
        flex: 1;
        padding: 8px 12px;
        min-width: 0;
        border: 1.5px solid #d0d7de;
        border-radius: 8px;
        font-size: 16px;
        background: #f8fafc;
        transition: border 0.2s; }
        .content .tablerow .right #freeCurves select:focus {
          border-color: #178AEC;
          outline: none; }
      .content .tablerow .right #freeCurves .var-controls {
        display: flex;
        gap: 8px; }
      .content .tablerow .right #freeCurves .var-btn {
        width: 32px;
        height: 32px;
        border: 1.5px solid #d0d7de;
        border-radius: 6px;
        background: #f8fafc;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #178AEC; }
        .content .tablerow .right #freeCurves .var-btn:hover {
          background: #e6f0ff; }
      .content .tablerow .right #freeCurves .formula-section {
        margin-bottom: 24px; }
      .content .tablerow .right #freeCurves .formula-prefix {
        color: #999;
        font-size: 14px;
        margin-bottom: 4px; }
      .content .tablerow .right #freeCurves .formula-input {
        width: 100%;
        font-size: 14px;
        padding: 10px;
        border: 2px solid #d0d7de;
        border-radius: 8px;
        margin-top: 8px;
        margin-bottom: 6px;
        background: #f8fafc; }
        .content .tablerow .right #freeCurves .formula-input:focus {
          border-color: #178AEC;
          outline: none; }
      .content .tablerow .right #freeCurves .error-msg {
        color: #e74c3c;
        background: #fff0f0;
        border-left: 4px solid #e74c3c;
        padding: 8px 12px;
        border-radius: 6px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        font-size: 15px; }
        .content .tablerow .right #freeCurves .error-msg svg {
          margin-right: 6px; }
      .content .tablerow .right #freeCurves .keyboard {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 6px;
        margin-bottom: 16px; }
      .content .tablerow .right #freeCurves .key-btn {
        padding: 8px 0;
        background: #f3f6fa;
        border: 1px solid #d0d7de;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.15s, box-shadow 0.15s; }
        .content .tablerow .right #freeCurves .key-btn:hover {
          background: #e6f0ff;
          box-shadow: 0 2px 8px #178AEC11; }
      .content .tablerow .right #freeCurves .keyboard-separator {
        grid-column: 1 / -1;
        height: 16px; }
      .content .tablerow .right #freeCurves .desc-list {
        color: #555;
        font-size: 14px;
        margin-bottom: 16px;
        padding-left: 0;
        list-style-position: inside; }
        .content .tablerow .right #freeCurves .desc-list li {
          margin-bottom: 3px;
          text-align: left; }
      .content .tablerow .right #freeCurves .param-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px; }
        .content .tablerow .right #freeCurves .param-table tr:hover {
          background: #f8fafc; }
        .content .tablerow .right #freeCurves .param-table th,
        .content .tablerow .right #freeCurves .param-table td {
          border: 1px solid #e0e6ed;
          padding: 8px 6px;
          text-align: center;
          font-size: 14px; }
        .content .tablerow .right #freeCurves .param-table th {
          background: #f3f6fa;
          color: #333; }
      .content .tablerow .right #freeCurves .param-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px; }
      .content .tablerow .right #freeCurves .param-title {
        color: #888;
        font-size: 15px; }
      .content .tablerow .right #freeCurves .refresh-btn {
        padding: 6px 12px;
        background: #f3f6fa;
        border: 1px solid #d0d7de;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        color: #178AEC; }
        .content .tablerow .right #freeCurves .refresh-btn:hover {
          background: #e6f0ff; }
      .content .tablerow .right #freeCurves .param-input {
        width: 100%;
        border: none;
        background: transparent;
        text-align: center;
        font-size: 14px;
        padding: 0; }
        .content .tablerow .right #freeCurves .param-input:focus {
          outline: none;
          background: #f8fafc; }
      .content .tablerow .right #freeCurves .freeCurveBtn {
        padding: 0 16px; }
    .content .tablerow .right #equivalences {
      padding: 20px;
      height: calc(100vh - 116px) !important;
      overflow: auto; }
      .content .tablerow .right #equivalences h1 {
        color: #333;
        text-align: center;
        margin-bottom: 30px !important; }
      .content .tablerow .right #equivalences h3 {
        margin-bottom: 15px !important;
        font-size: 20px;
        color: #333;
        font-weight: 600; }
      .content .tablerow .right #equivalences .input-section {
        margin-bottom: 20px; }
      .content .tablerow .right #equivalences .button-group {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
        align-items: center; }
        .content .tablerow .right #equivalences .button-group label {
          min-width: 70px;
          font-weight: bold;
          color: #333; }
        .content .tablerow .right #equivalences .button-group button {
          padding: 0;
          border: 1px solid #ddd;
          background-color: white;
          border-radius: 8px;
          cursor: pointer;
          transition: all 0.2s;
          font-size: 14px;
          width: 100px;
          height: 32px;
          line-height: 32px;
          text-align: center; }
          .content .tablerow .right #equivalences .button-group button:hover {
            border-color: #178AEC; }
          .content .tablerow .right #equivalences .button-group button.active {
            background-color: #178AEC;
            color: white;
            border-color: #178AEC; }
      .content .tablerow .right #equivalences .input-group {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .content .tablerow .right #equivalences .input-group label {
          font-size: 14px;
          color: #666; }
        .content .tablerow .right #equivalences .input-group input {
          padding: 6px 10px;
          border: 1px solid #ddd;
          border-radius: 4px;
          width: 100px; }
      .content .tablerow .right #equivalences .explanation-section {
        margin: 15px 0;
        padding: 15px;
        background-color: #f8f9fa;
        border-radius: 5px;
        border-left: 4px solid #178AEC;
        width: 100%;
        box-sizing: border-box; }
      .content .tablerow .right #equivalences .explanation-text {
        margin: 0;
        font-size: 14px;
        color: #495057;
        line-height: 1.6; }
      .content .tablerow .right #equivalences .significant {
        color: #28a745;
        font-weight: bold; }
      .content .tablerow .right #equivalences .not-significant {
        color: #dc3545;
        font-weight: bold; }
      .content .tablerow .right #equivalences .data-input-grid {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        gap: 20px;
        margin: 15px 0; }
      .content .tablerow .right #equivalences .data-group {
        flex: 1;
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 5px; }
        .content .tablerow .right #equivalences .data-group h3 {
          margin: 0 0 15px 0;
          font-size: 16px;
          color: #333;
          text-align: left; }
      .content .tablerow .right #equivalences #two-sample-inputs input,
      .content .tablerow .right #equivalences #one-sample-inputs input {
        width: 80px;
        padding: 6px;
        border: 1px solid #ddd;
        border-radius: 8px; }
      .content .tablerow .right #equivalences .parameters-section {
        margin: 15px 0;
        padding: 15px;
        background-color: #f8f9fa;
        border-radius: 5px;
        display: flex;
        gap: 20px;
        align-items: center;
        width: 100%;
        box-sizing: border-box; }
      .content .tablerow .right #equivalences .parameter-group {
        display: flex;
        align-items: center;
        gap: 10px; }
        .content .tablerow .right #equivalences .parameter-group label {
          font-weight: bold;
          color: #333;
          font-size: 14px;
          white-space: nowrap; }
        .content .tablerow .right #equivalences .parameter-group input {
          width: 80px;
          padding: 4px 8px;
          border: 1px solid #ddd;
          border-radius: 8px;
          font-size: 14px; }
      .content .tablerow .right #equivalences .select-group {
        display: flex;
        gap: 10px;
        align-items: center;
        min-width: 180px; }
        .content .tablerow .right #equivalences .select-group label {
          min-width: 70px;
          font-weight: bold;
          color: #333;
          white-space: nowrap; }
        .content .tablerow .right #equivalences .select-group select {
          padding: 6px 10px;
          border: 1px solid #ddd;
          border-radius: 8px;
          background-color: white;
          font-size: 14px;
          width: 100px;
          cursor: pointer; }
          .content .tablerow .right #equivalences .select-group select:hover {
            border-color: #178AEC; }
          .content .tablerow .right #equivalences .select-group select:focus {
            outline: none;
            border-color: #178AEC;
            box-shadow: 0 0 0 2px rgba(23, 138, 236, 0.1); }
      .content .tablerow .right #equivalences .selector-row {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
        align-items: center;
        flex-wrap: wrap; }
      .content .tablerow .right #equivalences .equivalenceBtn {
        padding: 0 16px; }
      .content .tablerow .right #equivalences #results table {
        border-bottom: 2px solid #000;
        margin-bottom: 8px; }
        .content .tablerow .right #equivalences #results table.allBorder {
          border-bottom: 1px solid #DDDDDD; }
    .content .tablerow .right #does {
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 20px;
      padding: 15px;
      background-color: white;
      color: #2C3E50;
      line-height: 1.4; }
      .content .tablerow .right #does h1 {
        color: #178AEC;
        text-align: center;
        margin: 0 0 20px 0 !important;
        font-size: 18px;
        font-weight: 600;
        grid-column: 1 / -1; }
      .content .tablerow .right #does .design-sidebar {
        border-right: 1px solid #E0E6ED;
        padding-right: 15px;
        overflow: auto; }
        .content .tablerow .right #does .design-sidebar .design-category {
          margin-bottom: 15px; }
          .content .tablerow .right #does .design-sidebar .design-category h2 {
            margin: 0 0 8px 0 !important;
            padding-bottom: 5px;
            border-bottom: 1px solid #E0E6ED;
            color: #178AEC;
            font-size: 16px;
            font-weight: 600; }
          .content .tablerow .right #does .design-sidebar .design-category .category-desc {
            color: #888;
            font-size: 12px;
            margin: 4px 0 8px 0;
            padding-left: 1px; }
          .content .tablerow .right #does .design-sidebar .design-category .design-options {
            display: flex;
            flex-direction: column;
            gap: 5px; }
            .content .tablerow .right #does .design-sidebar .design-category .design-options .design-option {
              position: relative; }
              .content .tablerow .right #does .design-sidebar .design-category .design-options .design-option input[type="radio"] {
                display: none; }
                .content .tablerow .right #does .design-sidebar .design-category .design-options .design-option input[type="radio"]:checked + label {
                  background-color: #178AEC;
                  color: white;
                  border-color: #178AEC; }
              .content .tablerow .right #does .design-sidebar .design-category .design-options .design-option label {
                display: block;
                padding: 8px 12px;
                background-color: #F8F9FA;
                border: 1px solid #E0E6ED;
                border-radius: 4px;
                cursor: pointer;
                font-size: 13px;
                color: #2C3E50;
                transition: all 0.2s ease; }
      .content .tablerow .right #does .design-content {
        padding-left: 15px;
        overflow: auto; }
        .content .tablerow .right #does .design-content .design-section {
          display: none; }
          .content .tablerow .right #does .design-content .design-section.active {
            display: block; }
          .content .tablerow .right #does .design-content .design-section .description {
            margin-bottom: 15px;
            padding: 8px 12px;
            background-color: #F8F9FA;
            border-left: 3px solid #178AEC;
            font-size: 13px;
            color: #546E7A; }
          .content .tablerow .right #does .design-content .design-section .input-group {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            justify-content: flex-start;
            position: relative; }
            .content .tablerow .right #does .design-content .design-section .input-group .input-pair {
              display: flex;
              align-items: center;
              gap: 0px; }
            .content .tablerow .right #does .design-content .design-section .input-group label {
              min-width: 80px;
              margin: 0 4px 0 0;
              font-size: 13px;
              color: #2C3E50;
              flex: none; }
          .content .tablerow .right #does .design-content .design-section #fracfact-input {
            width: 220px;
            max-width: 220px; }
      .content .tablerow .right #does input[type="number"],
      .content .tablerow .right #does input[type="text"],
      .content .tablerow .right #does select {
        flex: none;
        margin-right: 5px;
        padding: 6px 8px;
        width: 74px;
        max-width: 74px;
        border: 1px solid #E0E6ED;
        background: #fff;
        border-radius: 8px;
        font-size: 13px;
        color: #2C3E50; }
      .content .tablerow .right #does .result {
        overflow: hidden; }
        .content .tablerow .right #does .result .tableAhpBox {
          width: 100%; }
      .content .tablerow .right #does .factor-inputs input[type="number"] {
        width: 54px;
        max-width: 54px;
        display: inline-block; }
      .content .tablerow .right #does label + input[type="number"],
      .content .tablerow .right #does label + input[type="text"],
      .content .tablerow .right #does label + select {
        margin-left: 0.5px !important; }
      .content .tablerow .right #does .factor-inputs th,
      .content .tablerow .right #does .factor-inputs td {
        text-align: left;
        padding: 2px 6px 2px 0;
        border: none;
        font-weight: 400;
        font-size: 13px; }
      .content .tablerow .right #does #pb-factor-levels.factor-inputs td:nth-child(3) input[type="text"] {
        margin-right: 2px; }
      .content .tablerow .right #does #pb-factor-levels.factor-inputs td:nth-child(2) input[type="text"] {
        margin-right: 2px; }
      .content .tablerow .right #does .factor-name-input {
        width: 120px !important;
        max-width: 120px !important; }
      .content .tablerow .right #does .doeBtn {
        margin-top: 20px;
        padding: 0 16px; }
    .content .tablerow .right #uniforms {
      padding-top: 20px; }
      .content .tablerow .right #uniforms h2 {
        font-size: 18px;
        font-weight: 600; }
      .content .tablerow .right #uniforms .recommended-trials {
        color: #666;
        font-style: italic; }
      .content .tablerow .right #uniforms .error-message {
        color: red;
        display: none; }
      .content .tablerow .right #uniforms #factorInfoContainer {
        display: none;
        margin-top: 20px;
        padding: 15px 0 15px 0;
        margin-left: 0 !important; }
        .content .tablerow .right #uniforms #factorInfoContainer .factor-info-tip {
          color: #178AEC;
          font-size: 18px;
          margin-bottom: 8px;
          text-align: left;
          padding-left: 0; }
        .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div {
          margin-bottom: 4px; }
          .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row {
            display: flex;
            gap: 8px;
            margin-bottom: 1px;
            align-items: center;
            border: none; }
            .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row input,
            .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row select {
              padding: 0 10px;
              height: 30px;
              color: #212529;
              background-color: #fff;
              border: 1px solid #ced4da;
              border-radius: 8px; }
            .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-name {
              width: 120px; }
              .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-name .factor-name-input {
                width: 100%; }
            .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-type {
              width: 100px; }
            .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-values {
              flex: 1; }
              .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-values .qualitative-inputs input {
                width: 328px; }
              .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-values .quantitative-inputs {
                display: flex;
                gap: 8px; }
                .content .tablerow .right #uniforms #factorInfoContainer #factorInputs > div .factor-row .factor-values .quantitative-inputs input {
                  width: 160px; }
      .content .tablerow .right #uniforms .uniformBtn {
        padding: 0 16px; }
    .content .tablerow .right #manns {
      padding: 20px 30px;
      /* 自定义多选下拉框样式 */
      /* 移除了border-bottom，不再需要last-child特殊处理 */
      /* 添加勾选图标样式 */
      /* 原始select元素隐藏 */
      /* 无效输入的样式 */
      /* 警告提示样式 */ }
      .content .tablerow .right #manns .form-group {
        margin-bottom: 25px;
        display: flex;
        align-items: center; }
        .content .tablerow .right #manns .form-group label {
          min-width: 180px;
          font-weight: bold;
          color: #2c3e50;
          margin-right: 15px; }
      .content .tablerow .right #manns select,
      .content .tablerow .right #manns input[type="number"] {
        width: 230px;
        height: 30px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        background: #fff; }
      .content .tablerow .right #manns .custom-multiselect-wrapper {
        position: relative;
        width: 220px;
        transition: width 0.3s; }
      .content .tablerow .right #manns .custom-multiselect-wrapper.wide {
        width: 440px;
        /* 多变量或区域模式下的宽度 */ }
      .content .tablerow .right #manns .custom-multiselect-selected {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: white;
        font-size: 16px;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 44px;
        /* 与单选下拉框一致 */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative; }
      .content .tablerow .right #manns .custom-multiselect-selected:after {
        content: '▼';
        font-size: 12px;
        color: #666;
        margin-left: 8px;
        flex-shrink: 0; }
      .content .tablerow .right #manns .custom-multiselect-options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 440px;
        /* 默认扩展宽度 */
        background: white;
        border: 1px solid #ddd;
        border-top: none;
        /* 移除顶部边框，避免出现横线 */
        border-radius: 0 0 4px 4px;
        max-height: 0;
        overflow: hidden;
        z-index: 100;
        transition: max-height 0.3s;
        box-sizing: border-box; }
      .content .tablerow .right #manns .custom-multiselect-wrapper.wide .custom-multiselect-options {
        width: 440px;
        /* 宽模式下保持同样宽度 */ }
      .content .tablerow .right #manns .custom-multiselect-wrapper.open .custom-multiselect-options {
        max-height: 250px;
        overflow-y: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-top: none;
        /* 移除顶部边框，避免出现横线 */ }
      .content .tablerow .right #manns .custom-multiselect-option {
        padding: 8px 12px;
        cursor: pointer;
        transition: background-color 0.2s;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .content .tablerow .right #manns .custom-multiselect-option:hover {
        background-color: #f0f0f0; }
      .content .tablerow .right #manns .custom-multiselect-option.selected {
        background-color: #e6f0ff;
        color: #2c3e50;
        font-weight: 500; }
      .content .tablerow .right #manns .custom-multiselect-option.selected::after {
        content: "✓";
        color: #178AEC;
        font-size: 16px;
        font-weight: bold;
        margin-left: 10px; }
      .content .tablerow .right #manns .custom-multiselect-option.option-disabled {
        background: #F5F5F5;
        color: #ccc; }
      .content .tablerow .right #manns select[multiple] {
        display: none; }
      .content .tablerow .right #manns .hide {
        display: none; }
      .content .tablerow .right #manns .description-box {
        background-color: #f8f9fa;
        border-left: 4px solid #178aec;
        padding: 15px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 8px; }
      .content .tablerow .right #manns .data-selection-container {
        display: flex;
        gap: 15px;
        margin-bottom: 25px;
        align-items: flex-start; }
        .content .tablerow .right #manns .data-selection-container .data-selection-label {
          min-width: 180px;
          font-weight: bold;
          color: #2c3e50;
          margin-top: 10px; }
        .content .tablerow .right #manns .data-selection-container .data-selection-controls {
          flex: 1;
          display: flex;
          gap: 15px; }
          .content .tablerow .right #manns .data-selection-container .data-selection-controls .data-select {
            width: 220px;
            transition: width 0.3s; }
            .content .tablerow .right #manns .data-selection-container .data-selection-controls .data-select.wide {
              width: 440px; }
      .content .tablerow .right #manns .invalid-input {
        border-color: #ff6b6b !important;
        background-color: #fff0f0 !important; }
      .content .tablerow .right #manns .warning-message {
        position: absolute;
        top: -24px;
        left: 195px;
        color: #ff6b6b;
        font-size: 12px;
        margin-top: 5px;
        padding: 3px 0;
        display: none;
        font-weight: bold;
        transition: all 0.3s ease;
        opacity: 0; }
        .content .tablerow .right #manns .warning-message.show {
          display: block;
          opacity: 1; }
      .content .tablerow .right #manns .mannBtn {
        padding: 0 16px; }
    .content .tablerow .right #msas h3 {
      margin-bottom: 20px !important;
      font-size: 20px; }
    .content .tablerow .right #msas #verifiArea {
      padding: 20px;
      border-radius: 8px;
      display: none; }
      .content .tablerow .right #msas #verifiArea ul {
        padding-left: 20px;
        margin-bottom: 0;
        list-style-type: none; }
        .content .tablerow .right #msas #verifiArea ul li {
          margin-bottom: 8px;
          position: relative;
          padding-left: 1.5em; }
    .content .tablerow .right #msas .error li::before {
      content: '❌';
      position: absolute;
      left: 0;
      top: 0; }
    .content .tablerow .right #msas .warning li::before {
      content: '⚠️';
      position: absolute;
      left: 0;
      top: -2px; }
    .content .tablerow .right #msas .success {
      padding: 20px;
      background-color: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
      border-radius: 8px; }
    .content .tablerow .right #msas .error {
      background-color: #f8d7da;
      color: #721c24;
      border: 1px solid #f5c6cb; }
    .content .tablerow .right #msas .warning {
      background-color: #fff3cd;
      color: #856404;
      border: 1px solid #ffeeba;
      margin-top: 15px; }
    .content .tablerow .right #spcs,
    .content .tablerow .right #pcas,
    .content .tablerow .right #heatmaps,
    .content .tablerow .right #forestPlots {
      display: flex;
      padding-top: 12px;
      min-width: 840px; }
      .content .tablerow .right #spcs .radio-label,
      .content .tablerow .right #pcas .radio-label,
      .content .tablerow .right #heatmaps .radio-label,
      .content .tablerow .right #forestPlots .radio-label {
        display: flex;
        align-items: center;
        margin: 0;
        color: #4F4F50;
        font-size: 14px;
        gap: 7px;
        cursor: pointer; }
      .content .tablerow .right #spcs .input,
      .content .tablerow .right #spcs select,
      .content .tablerow .right #pcas .input,
      .content .tablerow .right #pcas select,
      .content .tablerow .right #heatmaps .input,
      .content .tablerow .right #heatmaps select,
      .content .tablerow .right #forestPlots .input,
      .content .tablerow .right #forestPlots select {
        padding: 5px 10px;
        height: 32px;
        border: 1px solid #d0d7de;
        border-radius: 8px;
        outline: none;
        font-size: 12px;
        transition: border-color 0.2s;
        background: #fff; }
        .content .tablerow .right #spcs .input:focus,
        .content .tablerow .right #spcs select:focus,
        .content .tablerow .right #pcas .input:focus,
        .content .tablerow .right #pcas select:focus,
        .content .tablerow .right #heatmaps .input:focus,
        .content .tablerow .right #heatmaps select:focus,
        .content .tablerow .right #forestPlots .input:focus,
        .content .tablerow .right #forestPlots select:focus {
          border-color: #178AEC; }
      .content .tablerow .right #spcs .right-panel,
      .content .tablerow .right #pcas .right-panel,
      .content .tablerow .right #heatmaps .right-panel,
      .content .tablerow .right #forestPlots .right-panel {
        flex: 1;
        order: 1;
        padding: 0 20px 0 0;
        border-right: 1px solid #F0F0F0; }
        .content .tablerow .right #spcs .right-panel label,
        .content .tablerow .right #pcas .right-panel label,
        .content .tablerow .right #heatmaps .right-panel label,
        .content .tablerow .right #forestPlots .right-panel label {
          margin-bottom: 5px;
          color: #333;
          font-size: 16px;
          gap: 5px; }
          .content .tablerow .right #spcs .right-panel label input,
          .content .tablerow .right #pcas .right-panel label input,
          .content .tablerow .right #heatmaps .right-panel label input,
          .content .tablerow .right #forestPlots .right-panel label input {
            width: 14px;
            height: 14px; }
        .content .tablerow .right #spcs .right-panel p,
        .content .tablerow .right #pcas .right-panel p,
        .content .tablerow .right #heatmaps .right-panel p,
        .content .tablerow .right #forestPlots .right-panel p {
          font-size: 12px;
          color: #B2B2B3;
          line-height: 20px; }
        .content .tablerow .right #spcs .right-panel #tMatrixSpc .jexcel_content,
        .content .tablerow .right #spcs .right-panel #tMatrixPca .jexcel_content,
        .content .tablerow .right #spcs .right-panel #tMatrixHeatmap .jexcel_content,
        .content .tablerow .right #spcs .right-panel #tMatrixForest .jexcel_content,
        .content .tablerow .right #pcas .right-panel #tMatrixSpc .jexcel_content,
        .content .tablerow .right #pcas .right-panel #tMatrixPca .jexcel_content,
        .content .tablerow .right #pcas .right-panel #tMatrixHeatmap .jexcel_content,
        .content .tablerow .right #pcas .right-panel #tMatrixForest .jexcel_content,
        .content .tablerow .right #heatmaps .right-panel #tMatrixSpc .jexcel_content,
        .content .tablerow .right #heatmaps .right-panel #tMatrixPca .jexcel_content,
        .content .tablerow .right #heatmaps .right-panel #tMatrixHeatmap .jexcel_content,
        .content .tablerow .right #heatmaps .right-panel #tMatrixForest .jexcel_content,
        .content .tablerow .right #forestPlots .right-panel #tMatrixSpc .jexcel_content,
        .content .tablerow .right #forestPlots .right-panel #tMatrixPca .jexcel_content,
        .content .tablerow .right #forestPlots .right-panel #tMatrixHeatmap .jexcel_content,
        .content .tablerow .right #forestPlots .right-panel #tMatrixForest .jexcel_content {
          width: calc((100vw - 280px)/3) !important;
          height: calc(100vh - 220px) !important;
          max-height: unset !important; }
      .content .tablerow .right #spcs .left-panel,
      .content .tablerow .right #pcas .left-panel,
      .content .tablerow .right #heatmaps .left-panel,
      .content .tablerow .right #forestPlots .left-panel {
        flex: 3;
        order: 2;
        padding: 0 0 0 20px;
        overflow: auto; }
        .content .tablerow .right #spcs .left-panel h2,
        .content .tablerow .right #pcas .left-panel h2,
        .content .tablerow .right #heatmaps .left-panel h2,
        .content .tablerow .right #forestPlots .left-panel h2 {
          font-size: 16px;
          font-weight: 600;
          color: #333; }
        .content .tablerow .right #spcs .left-panel .section,
        .content .tablerow .right #pcas .left-panel .section,
        .content .tablerow .right #heatmaps .left-panel .section,
        .content .tablerow .right #forestPlots .left-panel .section {
          flex: 1;
          padding: 12px 0 0; }
          .content .tablerow .right #spcs .left-panel .section .section-title,
          .content .tablerow .right #pcas .left-panel .section .section-title,
          .content .tablerow .right #heatmaps .left-panel .section .section-title,
          .content .tablerow .right #forestPlots .left-panel .section .section-title {
            margin-bottom: 8px;
            color: #1D1D1F;
            line-height: 22px; }
          .content .tablerow .right #spcs .left-panel .section .radio-row,
          .content .tablerow .right #pcas .left-panel .section .radio-row,
          .content .tablerow .right #heatmaps .left-panel .section .radio-row,
          .content .tablerow .right #forestPlots .left-panel .section .radio-row {
            display: flex;
            flex-direction: row;
            align-items: center; }
            .content .tablerow .right #spcs .left-panel .section .radio-row .radio-label,
            .content .tablerow .right #pcas .left-panel .section .radio-row .radio-label,
            .content .tablerow .right #heatmaps .left-panel .section .radio-row .radio-label,
            .content .tablerow .right #forestPlots .left-panel .section .radio-row .radio-label {
              margin-right: 30px;
              font-weight: 400; }
        .content .tablerow .right #spcs .left-panel .chart-types,
        .content .tablerow .right #pcas .left-panel .chart-types,
        .content .tablerow .right #heatmaps .left-panel .chart-types,
        .content .tablerow .right #forestPlots .left-panel .chart-types {
          display: flex;
          gap: 10px;
          align-items: center; }
          .content .tablerow .right #spcs .left-panel .chart-types .chart-card,
          .content .tablerow .right #pcas .left-panel .chart-types .chart-card,
          .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card,
          .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card {
            flex: 1;
            border: 1px solid #F0F0F0;
            border-radius: 8px;
            padding: 12px;
            margin-bottom: 8px;
            position: relative;
            cursor: grab; }
            .content .tablerow .right #spcs .left-panel .chart-types .chart-card.selected,
            .content .tablerow .right #pcas .left-panel .chart-types .chart-card.selected,
            .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card.selected,
            .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card.selected {
              border-color: #178AEC; }
              .content .tablerow .right #spcs .left-panel .chart-types .chart-card.selected:after,
              .content .tablerow .right #pcas .left-panel .chart-types .chart-card.selected:after,
              .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card.selected:after,
              .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card.selected:after {
                position: absolute;
                top: 17px;
                right: 17px;
                content: '✔';
                color: #178AEC; }
            .content .tablerow .right #spcs .left-panel .chart-types .chart-card .chart-title,
            .content .tablerow .right #pcas .left-panel .chart-types .chart-card .chart-title,
            .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card .chart-title,
            .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card .chart-title {
              font-size: 16px;
              font-weight: bold;
              color: #1D1D1F;
              line-height: 24px;
              margin-bottom: 6px; }
            .content .tablerow .right #spcs .left-panel .chart-types .chart-card .chart-desc,
            .content .tablerow .right #pcas .left-panel .chart-types .chart-card .chart-desc,
            .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card .chart-desc,
            .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card .chart-desc {
              font-size: 12px;
              line-height: 20px; }
              .content .tablerow .right #spcs .left-panel .chart-types .chart-card .chart-desc .desc-item,
              .content .tablerow .right #pcas .left-panel .chart-types .chart-card .chart-desc .desc-item,
              .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card .chart-desc .desc-item,
              .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card .chart-desc .desc-item {
                display: flex;
                align-items: baseline;
                gap: 6px;
                color: #808082; }
                .content .tablerow .right #spcs .left-panel .chart-types .chart-card .chart-desc .desc-item .desc-icon,
                .content .tablerow .right #pcas .left-panel .chart-types .chart-card .chart-desc .desc-item .desc-icon,
                .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card .chart-desc .desc-item .desc-icon,
                .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card .chart-desc .desc-item .desc-icon {
                  width: 6px;
                  height: 6px;
                  background: #808082;
                  border-radius: 50%; }
                .content .tablerow .right #spcs .left-panel .chart-types .chart-card .chart-desc .desc-item p,
                .content .tablerow .right #pcas .left-panel .chart-types .chart-card .chart-desc .desc-item p,
                .content .tablerow .right #heatmaps .left-panel .chart-types .chart-card .chart-desc .desc-item p,
                .content .tablerow .right #forestPlots .left-panel .chart-types .chart-card .chart-desc .desc-item p {
                  flex: 1; }
          .content .tablerow .right #spcs .left-panel .chart-types .input-wrap,
          .content .tablerow .right #pcas .left-panel .chart-types .input-wrap,
          .content .tablerow .right #heatmaps .left-panel .chart-types .input-wrap,
          .content .tablerow .right #forestPlots .left-panel .chart-types .input-wrap {
            flex: 1;
            margin: 12px 0 20px; }
            .content .tablerow .right #spcs .left-panel .chart-types .input-wrap p,
            .content .tablerow .right #pcas .left-panel .chart-types .input-wrap p,
            .content .tablerow .right #heatmaps .left-panel .chart-types .input-wrap p,
            .content .tablerow .right #forestPlots .left-panel .chart-types .input-wrap p {
              margin-bottom: 4px;
              color: #1d1d1f;
              font-size: 14px;
              line-height: 22px; }
              .content .tablerow .right #spcs .left-panel .chart-types .input-wrap p span,
              .content .tablerow .right #pcas .left-panel .chart-types .input-wrap p span,
              .content .tablerow .right #heatmaps .left-panel .chart-types .input-wrap p span,
              .content .tablerow .right #forestPlots .left-panel .chart-types .input-wrap p span {
                color: #808082; }
            .content .tablerow .right #spcs .left-panel .chart-types .input-wrap input,
            .content .tablerow .right #pcas .left-panel .chart-types .input-wrap input,
            .content .tablerow .right #heatmaps .left-panel .chart-types .input-wrap input,
            .content .tablerow .right #forestPlots .left-panel .chart-types .input-wrap input {
              width: 100%; }
        .content .tablerow .right #spcs .left-panel .singleColWrap,
        .content .tablerow .right #pcas .left-panel .singleColWrap,
        .content .tablerow .right #heatmaps .left-panel .singleColWrap,
        .content .tablerow .right #forestPlots .left-panel .singleColWrap {
          display: none;
          align-items: center;
          height: 32px; }
          .content .tablerow .right #spcs .left-panel .singleColWrap .switch,
          .content .tablerow .right #pcas .left-panel .singleColWrap .switch,
          .content .tablerow .right #heatmaps .left-panel .singleColWrap .switch,
          .content .tablerow .right #forestPlots .left-panel .singleColWrap .switch {
            margin: 0 100px 0 0; }
            .content .tablerow .right #spcs .left-panel .singleColWrap .switch .switch-label,
            .content .tablerow .right #pcas .left-panel .singleColWrap .switch .switch-label,
            .content .tablerow .right #heatmaps .left-panel .singleColWrap .switch .switch-label,
            .content .tablerow .right #forestPlots .left-panel .singleColWrap .switch .switch-label {
              color: #1D1D1F;
              font-size: 14px;
              width: 100px; }
          .content .tablerow .right #spcs .left-panel .singleColWrap .subgroupCount,
          .content .tablerow .right #pcas .left-panel .singleColWrap .subgroupCount,
          .content .tablerow .right #heatmaps .left-panel .singleColWrap .subgroupCount,
          .content .tablerow .right #forestPlots .left-panel .singleColWrap .subgroupCount {
            display: none;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            color: #1D1D1F; }
            .content .tablerow .right #spcs .left-panel .singleColWrap .subgroupCount input,
            .content .tablerow .right #pcas .left-panel .singleColWrap .subgroupCount input,
            .content .tablerow .right #heatmaps .left-panel .singleColWrap .subgroupCount input,
            .content .tablerow .right #forestPlots .left-panel .singleColWrap .subgroupCount input {
              width: 140px; }
      .content .tablerow .right #spcs .spcBtn,
      .content .tablerow .right #spcs .pcaBtn,
      .content .tablerow .right #spcs .heatmapBtn,
      .content .tablerow .right #spcs .forestPlotBtn,
      .content .tablerow .right #pcas .spcBtn,
      .content .tablerow .right #pcas .pcaBtn,
      .content .tablerow .right #pcas .heatmapBtn,
      .content .tablerow .right #pcas .forestPlotBtn,
      .content .tablerow .right #heatmaps .spcBtn,
      .content .tablerow .right #heatmaps .pcaBtn,
      .content .tablerow .right #heatmaps .heatmapBtn,
      .content .tablerow .right #heatmaps .forestPlotBtn,
      .content .tablerow .right #forestPlots .spcBtn,
      .content .tablerow .right #forestPlots .pcaBtn,
      .content .tablerow .right #forestPlots .heatmapBtn,
      .content .tablerow .right #forestPlots .forestPlotBtn {
        margin-top: 12px;
        padding: 0 16px; }
      .content .tablerow .right #spcs #outlier-settings,
      .content .tablerow .right #pcas #outlier-settings,
      .content .tablerow .right #heatmaps #outlier-settings,
      .content .tablerow .right #forestPlots #outlier-settings {
        display: none;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 20px 0;
        border-top: 1px dashed #B2B2B3; }
        .content .tablerow .right #spcs #outlier-settings > div,
        .content .tablerow .right #pcas #outlier-settings > div,
        .content .tablerow .right #heatmaps #outlier-settings > div,
        .content .tablerow .right #forestPlots #outlier-settings > div {
          flex: 0 0 calc(50% - 10px);
          margin: 0 0 4px;
          height: 32px;
          line-height: 32px; }
          .content .tablerow .right #spcs #outlier-settings > div:nth-child(odd),
          .content .tablerow .right #pcas #outlier-settings > div:nth-child(odd),
          .content .tablerow .right #heatmaps #outlier-settings > div:nth-child(odd),
          .content .tablerow .right #forestPlots #outlier-settings > div:nth-child(odd) {
            margin-right: 20px; }
          .content .tablerow .right #spcs #outlier-settings > div label,
          .content .tablerow .right #pcas #outlier-settings > div label,
          .content .tablerow .right #heatmaps #outlier-settings > div label,
          .content .tablerow .right #forestPlots #outlier-settings > div label {
            color: #4F4F50;
            font-weight: 400;
            cursor: pointer; }
            .content .tablerow .right #spcs #outlier-settings > div label input,
            .content .tablerow .right #pcas #outlier-settings > div label input,
            .content .tablerow .right #heatmaps #outlier-settings > div label input,
            .content .tablerow .right #forestPlots #outlier-settings > div label input {
              vertical-align: unset; }
            .content .tablerow .right #spcs #outlier-settings > div label input[type="checkbox"],
            .content .tablerow .right #pcas #outlier-settings > div label input[type="checkbox"],
            .content .tablerow .right #heatmaps #outlier-settings > div label input[type="checkbox"],
            .content .tablerow .right #forestPlots #outlier-settings > div label input[type="checkbox"] {
              margin: 0 7px 0 0; }
            .content .tablerow .right #spcs #outlier-settings > div label input[type="number"],
            .content .tablerow .right #pcas #outlier-settings > div label input[type="number"],
            .content .tablerow .right #heatmaps #outlier-settings > div label input[type="number"],
            .content .tablerow .right #forestPlots #outlier-settings > div label input[type="number"] {
              margin: 0 8px;
              width: 80px; }
      .content .tablerow .right #spcs #spcChartDiv,
      .content .tablerow .right #pcas #spcChartDiv,
      .content .tablerow .right #heatmaps #spcChartDiv,
      .content .tablerow .right #forestPlots #spcChartDiv {
        margin: 0 auto;
        width: 90%;
        height: 340px; }
      .content .tablerow .right #spcs #spcChartDiv_i,
      .content .tablerow .right #pcas #spcChartDiv_i,
      .content .tablerow .right #heatmaps #spcChartDiv_i,
      .content .tablerow .right #forestPlots #spcChartDiv_i {
        margin: 0 auto -20px;
        width: 90%;
        height: 260px; }
      .content .tablerow .right #spcs #spcChartDiv_mr,
      .content .tablerow .right #pcas #spcChartDiv_mr,
      .content .tablerow .right #heatmaps #spcChartDiv_mr,
      .content .tablerow .right #forestPlots #spcChartDiv_mr {
        margin: 20px auto 0;
        width: 90%;
        height: 260px; }
      .content .tablerow .right #spcs #spcChartDiv_xbar,
      .content .tablerow .right #pcas #spcChartDiv_xbar,
      .content .tablerow .right #heatmaps #spcChartDiv_xbar,
      .content .tablerow .right #forestPlots #spcChartDiv_xbar {
        margin: 0 auto;
        width: 90%;
        height: 320px; }
        .content .tablerow .right #spcs #spcChartDiv_xbar.xr_bar,
        .content .tablerow .right #pcas #spcChartDiv_xbar.xr_bar,
        .content .tablerow .right #heatmaps #spcChartDiv_xbar.xr_bar,
        .content .tablerow .right #forestPlots #spcChartDiv_xbar.xr_bar {
          height: 260px; }
      .content .tablerow .right #spcs #spcChartDiv_r,
      .content .tablerow .right #pcas #spcChartDiv_r,
      .content .tablerow .right #heatmaps #spcChartDiv_r,
      .content .tablerow .right #forestPlots #spcChartDiv_r {
        margin: 0 auto;
        width: 90%;
        height: 260px; }
      .content .tablerow .right #spcs .result,
      .content .tablerow .right #pcas .result,
      .content .tablerow .right #heatmaps .result,
      .content .tablerow .right #forestPlots .result {
        display: none;
        margin-top: 20px;
        border-top: 1px dashed #B2B2B3; }
        .content .tablerow .right #spcs .result .tableAhpBox,
        .content .tablerow .right #pcas .result .tableAhpBox,
        .content .tablerow .right #heatmaps .result .tableAhpBox,
        .content .tablerow .right #forestPlots .result .tableAhpBox {
          width: 100% !important; }
    .content .tablerow .right #spcs .plotlyDraw {
      display: none;
      margin: 0;
      border: none; }
      .content .tablerow .right #spcs .plotlyDraw button:first-child {
        background-image: url("../../images/icon/downLoadData.svg"); }
    .content .tablerow .right #forestPlots .right-panel {
      flex: 2; }
      .content .tablerow .right #forestPlots .right-panel #tMatrixForest .jexcel_content {
        width: calc(((100VW - 280px) / 5) * 2) !important; }
    .content .tablerow .right #forestPlots .left-panel {
      flex: 3; }
    .content .tablerow .right #forestPlots .chart-types {
      margin-bottom: 8px; }
      .content .tablerow .right #forestPlots .chart-types .input-wrap {
        margin: 5px 0 0 !important; }
        .content .tablerow .right #forestPlots .chart-types .input-wrap #forestPlotLeft,
        .content .tablerow .right #forestPlots .chart-types .input-wrap #forestPlotRight {
          display: flex; }
          .content .tablerow .right #forestPlots .chart-types .input-wrap #forestPlotLeft .multi-select-dropdown,
          .content .tablerow .right #forestPlots .chart-types .input-wrap #forestPlotRight .multi-select-dropdown {
            width: 0;
            flex: 1; }
      .content .tablerow .right #forestPlots .chart-types:nth-child(3) .input-wrap, .content .tablerow .right #forestPlots .chart-types:nth-child(4) .input-wrap {
        flex: unset; }
        .content .tablerow .right #forestPlots .chart-types:nth-child(3) .input-wrap select,
        .content .tablerow .right #forestPlots .chart-types:nth-child(3) .input-wrap input, .content .tablerow .right #forestPlots .chart-types:nth-child(4) .input-wrap select,
        .content .tablerow .right #forestPlots .chart-types:nth-child(4) .input-wrap input {
          width: 150px; }
    .content .tablerow .right .title_treatment {
      padding: 10px; }
      .content .tablerow .right .title_treatment ul {
        margin-top: 10px;
        padding: 5px;
        width: 98%;
        height: 91%;
        border: 1px solid #e6e6e6;
        background-color: #f5f5f5;
        border-radius: 12px;
        overflow-x: hidden; }
        .content .tablerow .right .title_treatment ul li {
          line-height: 26px;
          font-size: 14px;
          color: #434343;
          cursor: pointer;
          float: left;
          height: 26px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative; }
          .content .tablerow .right .title_treatment ul li i {
            padding: 0 3px;
            color: #cccccc; }
            .content .tablerow .right .title_treatment ul li i:hover {
              color: #FF3C3C; }
          .content .tablerow .right .title_treatment ul li .deletei {
            display: inline-block;
            font-size: 12px;
            pointer-events: auto; }
          .content .tablerow .right .title_treatment ul li .amendi {
            display: none;
            font-size: 12px; }
          .content .tablerow .right .title_treatment ul li:hover {
            color: #178AEC;
            background-color: #D6EAFB; }
            .content .tablerow .right .title_treatment ul li:hover .more_opera {
              display: inline-block; }
          .content .tablerow .right .title_treatment ul li .more_opera {
            display: none;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10; }
            .content .tablerow .right .title_treatment ul li .more_opera .bg_img {
              display: inline-block;
              width: 100%;
              height: 100%;
              background: url("../../images/icon/icon_more_white.svg") no-repeat center center;
              background-size: 50% 50%; }
              .content .tablerow .right .title_treatment ul li .more_opera .bg_img:hover {
                background: url("../../images/icon/icon_more_blue.svg") no-repeat center center;
                background-size: 50% 50%; }
    .content .tablerow .right .Label_processing {
      display: table;
      height: 100%;
      padding: 0px;
      background: rgba(255, 255, 255, 0); }
      .content .tablerow .right .Label_processing .statisticsp {
        line-height: 30px;
        margin-top: -30px;
        font-size: 14px;
        color: #434343; }
        .content .tablerow .right .Label_processing .statisticsp .statisticss {
          margin-left: 6px;
          color: #178AEC; }
      .content .tablerow .right .Label_processing .Label_processing_left {
        height: 100%;
        display: table-cell;
        margin-right: 20px;
        padding: 35px 15px 0px 15px;
        background: #fff;
        border-radius: 4px; }
        .content .tablerow .right .Label_processing .Label_processing_left ul {
          border: 1px solid #e6e6e6;
          border-radius: 3px;
          background-color: #f5f5f5;
          padding: 5px;
          height: 100%;
          float: left;
          width: 100%;
          overflow-x: hidden; }
          .content .tablerow .right .Label_processing .Label_processing_left ul li {
            line-height: 26px;
            font-size: 14px;
            color: #434343;
            cursor: pointer !important;
            display: block;
            float: left;
            height: 26px;
            width: calc(100vw - 790px);
            min-width: 287px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            user-select: none;
            touch-action: manipulation; }
            .content .tablerow .right .Label_processing .Label_processing_left ul li i {
              color: #cccccc;
              padding: 0 3px; }
            .content .tablerow .right .Label_processing .Label_processing_left ul li .deletei {
              display: none; }
            .content .tablerow .right .Label_processing .Label_processing_left ul li .amendi {
              display: inline-block; }
            .content .tablerow .right .Label_processing .Label_processing_left ul li:hover {
              color: #178AEC;
              background-color: #D6EAFB; }
              .content .tablerow .right .Label_processing .Label_processing_left ul li:hover .more_opera {
                display: inline-block; }
            .content .tablerow .right .Label_processing .Label_processing_left ul li .more_opera {
              display: none;
              width: 30px;
              height: 30px;
              position: absolute;
              top: 0;
              right: 0;
              z-index: 10; }
              .content .tablerow .right .Label_processing .Label_processing_left ul li .more_opera .bg_img {
                display: inline-block;
                width: 100%;
                height: 100%;
                background: url("../../images/icon/icon_more_white.svg") no-repeat center center;
                background-size: 50% 50%; }
                .content .tablerow .right .Label_processing .Label_processing_left ul li .more_opera .bg_img:hover {
                  background: url("../../images/icon/icon_more_blue.svg") no-repeat center center;
                  background-size: 50% 50%; }
          .content .tablerow .right .Label_processing .Label_processing_left ul .tags i {
            color: #178AEC;
            padding: 0 3px; }
          .content .tablerow .right .Label_processing .Label_processing_left ul .hover {
            background-color: #D6EAFB;
            color: #333;
            border: 0px solid #ccc; }
          .content .tablerow .right .Label_processing .Label_processing_left ul .availableColor {
            pointer-events: none;
            color: #ccc; }
          .content .tablerow .right .Label_processing .Label_processing_left ul .hovers {
            background-color: #178AEC;
            color: #fff;
            border: 0px solid #ccc; }
          .content .tablerow .right .Label_processing .Label_processing_left ul .addclass {
            background-color: #178AEC;
            color: #fff; }
            .content .tablerow .right .Label_processing .Label_processing_left ul .addclass i {
              color: #178AEC; }
      .content .tablerow .right .Label_processing .zhongjian {
        display: table-cell;
        width: 15px;
        height: 100%; }
      .content .tablerow .right .Label_processing .Label_processing_right {
        min-width: 490px;
        height: 100%;
        display: table-cell;
        padding: 5px 15px 55px 15px;
        background: #fff;
        border-radius: 4px; }
        .content .tablerow .right .Label_processing .Label_processing_right .titleh3 {
          width: 100%;
          line-height: 60px;
          height: 60px;
          text-align: center;
          color: #434343;
          font-size: 18px;
          margin-top: -60px; }
          .content .tablerow .right .Label_processing .Label_processing_right .titleh3 i {
            font-size: 18px;
            color: #dbdbdb; }
          .content .tablerow .right .Label_processing .Label_processing_right .titleh3 #Label_downTag {
            width: 20px;
            cursor: pointer; }
          .content .tablerow .right .Label_processing .Label_processing_right .titleh3 label {
            margin: 0;
            font-size: 12px;
            font-weight: 400;
            cursor: pointer; }
            .content .tablerow .right .Label_processing .Label_processing_right .titleh3 label input {
              margin: 0 5px 0 0; }
            .content .tablerow .right .Label_processing .Label_processing_right .titleh3 label img {
              margin: 0 10px 0 5px;
              width: 14px;
              height: 14px; }
        .content .tablerow .right .Label_processing .Label_processing_right ul {
          border: 1px solid #e6e6e6;
          border-radius: 3px;
          background-color: #f5f5f5;
          height: 100%;
          float: left;
          width: 100%;
          line-height: 30px;
          padding: 1px 5px;
          color: #4c4c4c;
          overflow-x: hidden; }
          .content .tablerow .right .Label_processing .Label_processing_right ul li {
            padding: 5px 0; }
            .content .tablerow .right .Label_processing .Label_processing_right ul li p .codeDistinction {
              display: inline-block;
              width: 25%;
              margin: 0;
              text-align: center; }
          .content .tablerow .right .Label_processing .Label_processing_right ul select {
            width: 80px;
            height: 30px;
            border-radius: 3px;
            border: 1px solid #e6e6e6;
            cursor: pointer; }
          .content .tablerow .right .Label_processing .Label_processing_right ul span {
            font-size: 14px;
            margin: 0 4px; }
          .content .tablerow .right .Label_processing .Label_processing_right ul h5 {
            text-align: center;
            height: 30px;
            line-height: 30px; }
          .content .tablerow .right .Label_processing .Label_processing_right ul label {
            margin-left: 15px;
            font-size: 13px;
            font-weight: normal;
            cursor: pointer; }
          .content .tablerow .right .Label_processing .Label_processing_right ul input {
            width: 132px;
            height: 30px;
            border-radius: 3px;
            padding: 5px;
            border: 1px solid #e6e6e6;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .content .tablerow .right .Label_processing .Label_processing_right ul input[type="checkbox"] {
            width: 13px;
            height: 13px;
            margin-top: -1px;
            cursor: pointer; }
          .content .tablerow .right .Label_processing .Label_processing_right ul input[type="radio"] {
            width: 13px;
            height: 13px;
            margin-bottom: 5px;
            cursor: pointer; }
          .content .tablerow .right .Label_processing .Label_processing_right ul i {
            font-size: 14px;
            margin-left: 5px;
            margin-right: 5px; }
            .content .tablerow .right .Label_processing .Label_processing_right ul i:hover {
              color: #178AEC;
              cursor: pointer; }
        .content .tablerow .right .Label_processing .Label_processing_right #RangeEncoding .rangeinput {
          width: 51px; }
        .content .tablerow .right .Label_processing .Label_processing_right #RangeEncoding .rangespan {
          display: inline-block;
          width: 35px;
          text-align: center; }
        .content .tablerow .right .Label_processing .Label_processing_right #RangeEncoding .preciseinput {
          width: 67px; }
        .content .tablerow .right .Label_processing .Label_processing_right .buttondiv {
          text-align: center;
          margin: 0 auto -70px auto; }
          .content .tablerow .right .Label_processing .Label_processing_right .buttondiv input {
            height: 36px;
            width: 157px;
            margin-top: 15px;
            background-color: #999999;
            color: #fff;
            border: 0px solid;
            border-radius: 999px;
            cursor: pointer; }
            .content .tablerow .right .Label_processing .Label_processing_right .buttondiv input:hover {
              background-color: #178AEC; }
          .content .tablerow .right .Label_processing .Label_processing_right .buttondiv .mar {
            margin-left: 10px; }
    .content .tablerow .right #Label_processing .Label_processing_left ul li {
      width: calc(100vw - 695px);
      min-width: 380px; }
    .content .tablerow .right .coding .Label_processing_left ul {
      float: left;
      margin-top: 10px;
      padding: 5px;
      width: 100%;
      height: 93%;
      border: 1px solid #e6e6e6;
      background-color: #f5f5f5;
      overflow-x: hidden; }
      .content .tablerow .right .coding .Label_processing_left ul .tags i {
        padding: 0 3px;
        color: #cccccc; }
        .content .tablerow .right .coding .Label_processing_left ul .tags i:hover {
          color: #FF3C3C; }
      .content .tablerow .right .coding .Label_processing_left ul li {
        line-height: 26px;
        font-size: 14px;
        color: #434343;
        cursor: pointer;
        float: left;
        height: 26px;
        width: calc(100vw - 910px);
        min-width: 170px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative; }
        .content .tablerow .right .coding .Label_processing_left ul li i {
          padding: 0 3px;
          color: #cccccc; }
          .content .tablerow .right .coding .Label_processing_left ul li i:hover {
            color: #FF3C3C; }
        .content .tablerow .right .coding .Label_processing_left ul li .deletei {
          display: inline-block;
          font-size: 12px;
          pointer-events: auto; }
        .content .tablerow .right .coding .Label_processing_left ul li .amendi {
          display: none;
          font-size: 12px; }
    .content .tablerow .right .variable {
      user-select: none;
      -moz-user-select: -moz-none;
      -moz-user-select: none;
      -o-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .content .tablerow .right .variable .Label_processing_left .helpless ul {
        width: 100%;
        border: 1px solid #e6e6e6;
        background-color: #f5f5f5;
        padding: 5px;
        float: left;
        overflow-x: hidden; }
        .content .tablerow .right .variable .Label_processing_left .helpless ul li {
          line-height: 26px;
          font-size: 14px;
          color: #434343;
          cursor: pointer;
          float: left;
          height: 26px;
          width: calc(100vw - 790px);
          min-width: 287px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative; }
          .content .tablerow .right .variable .Label_processing_left .helpless ul li i {
            padding: 0 3px;
            color: #cccccc; }
            .content .tablerow .right .variable .Label_processing_left .helpless ul li i:hover {
              color: #FF3C3C; }
          .content .tablerow .right .variable .Label_processing_left .helpless ul li .deletei {
            display: inline-block;
            font-size: 12px;
            pointer-events: auto; }
          .content .tablerow .right .variable .Label_processing_left .helpless ul li .amendi {
            display: none;
            font-size: 12px; }
          .content .tablerow .right .variable .Label_processing_left .helpless ul li:hover {
            color: #178AEC;
            background-color: #D6EAFB; }
        .content .tablerow .right .variable .Label_processing_left .helpless ul .elementsofafix {
          border: 1px solid #ccc; }
        .content .tablerow .right .variable .Label_processing_left .helpless ul .hover {
          background-color: #D6EAFB;
          color: #333;
          border: 0px solid #ccc; }
        .content .tablerow .right .variable .Label_processing_left .helpless ul .hoverli {
          background-color: #D6EAFB;
          color: #fff; }
        .content .tablerow .right .variable .Label_processing_left .helpless ul .temporaryli {
          background-color: rgba(207, 209, 216, 0.78);
          border-radius: 4px;
          border: 1px solid rgba(153, 166, 177, 0.68); }
        .content .tablerow .right .variable .Label_processing_left .helpless ul .temporarylis {
          background-color: rgba(207, 209, 216, 0.78);
          border-radius: 4px;
          border: 1px solid rgba(153, 166, 177, 0.68); }
      .content .tablerow .right .variable .Label_processing_right .titleh3 .formulaBtn,
      .content .tablerow .right .variable .Label_processing_right .titleh3 .ifElseBtn {
        padding: 0 16px;
        height: 36px;
        border: 1px solid #E0E0E0;
        border-radius: 99px;
        background: transparent;
        color: #1D1D1F;
        line-height: 36px;
        font-size: 14px;
        cursor: pointer; }
      .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown {
        position: relative;
        display: inline-block;
        height: 60px;
        cursor: pointer; }
        .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown:hover .downDiv {
          display: block; }
        .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown .downDiv {
          display: none;
          position: absolute;
          top: 42px;
          left: 50%;
          transform: translateX(-50%);
          width: 170px;
          height: auto;
          line-height: 38px;
          color: #1D1D1F;
          border-radius: 12px;
          padding: 7px 0;
          background: #fff;
          box-shadow: 0 6px 20px 0 #00000029;
          z-index: 3; }
          .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown .downDiv li {
            padding: 0 12px;
            font-size: 16px;
            text-align: left; }
            .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown .downDiv li:hover {
              background: #F7F7F7; }
            .content .tablerow .right .variable .Label_processing_right .titleh3 .variableDown .downDiv li img {
              width: 24px;
              vertical-align: sub;
              margin-left: 4px; }
      .content .tablerow .right .variable .Label_processing_right .helpless {
        padding: 10px 70px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        background-color: #f5f5f5; }
        .content .tablerow .right .variable .Label_processing_right .helpless .helplessBox select {
          width: 80px;
          height: 30px;
          border-radius: 3px;
          border: 1px solid #e6e6e6;
          background-color: #fff; }
        .content .tablerow .right .variable .Label_processing_right .helpless .helplessBox input {
          width: 132px;
          height: 30px;
          border-radius: 3px;
          padding: 5px;
          border: 1px solid #e6e6e6;
          word-break: keep-all;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .content .tablerow .right .variable .Label_processing_right .helpless .helplessBox .select-picker-options-serch input {
          width: 180px; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functioninputcount {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functioninputexception {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectsample {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectgroup {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectgroupN {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectsort {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectnegtrans {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .variableMinus {
          display: none; }
          .content .tablerow .right .variable .Label_processing_right .helpless div .variableMinus div {
            margin-top: 10px;
            width: 100%; }
            .content .tablerow .right .variable .Label_processing_right .helpless div .variableMinus div span {
              display: block;
              width: 100%;
              height: 20px;
              color: #bbbbbb;
              font-size: 12px;
              font-weight: 600;
              pointer-events: none; }
            .content .tablerow .right .variable .Label_processing_right .helpless div .variableMinus div select {
              width: 100%; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .intervalBox {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .fixedsBox {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .inputsatisfy {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .inputlambda {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .inputfixed {
          display: none; }
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectsuoweiBox,
        .content .tablerow .right .variable .Label_processing_right .helpless div .functionselectjieweiBox {
          margin-top: 10px;
          display: none; }
    .content .tablerow .right .exceptonValue .Label_processing_left ul li .deletei {
      display: none; }
    .content .tablerow .right .exceptonValue .Label_processing_left ul li .amendi {
      display: none; }
    .content .tablerow .right .exceptonValue .Label_processing_left ul li .more_opera {
      display: none;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10; }
      .content .tablerow .right .exceptonValue .Label_processing_left ul li .more_opera .bg_img {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url("../../images/icon/icon_more_white.svg") no-repeat center center;
        background-size: 50% 50%; }
        .content .tablerow .right .exceptonValue .Label_processing_left ul li .more_opera .bg_img:hover {
          background: url("../../images/icon/icon_more_blue.svg") no-repeat center center;
          background-size: 50% 50%; }
    .content .tablerow .right .invalid .Label_processing_left ul li .deletei {
      display: none; }
    .content .tablerow .right .invalid .Label_processing_left ul li .amendi {
      display: none; }
    .content .tablerow .right .generaltteststroublesome {
      padding-top: 20px;
      float: left;
      width: 100%;
      height: 97%;
      border-radius: 12px;
      overflow-x: hidden; }
      .content .tablerow .right .generaltteststroublesome .lining {
        width: 100%;
        min-height: 100%;
        background: #f5f5f5;
        float: left;
        height: auto;
        display: inline-block; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestBox {
          width: 100%;
          height: 100%;
          background: #f5f5f5;
          min-height: 100%;
          padding: 0px 10px;
          border-radius: 12px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .generalttestsTypeSelect {
            padding: 20px 0;
            font-size: 0; }
            .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .generalttestsTypeSelect input {
              width: 190px;
              height: 44px;
              border: 0px solid #000;
              background: #fff;
              cursor: pointer;
              font-size: 18px;
              font-family: PingFangSC-Semibold;
              font-weight: 600;
              line-height: 25px;
              color: #178AEC; }
            .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .generalttestsTypeSelect .generalttestsTypeActive {
              background-color: #178AEC;
              color: #fff; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .generalttestAnalyzeBtn {
            display: none; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .meanZtests1AnalyzeBtn {
            display: none; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestBox .ratioZtests1AnalyzeBtn {
            display: none; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .stratifiedul span {
          width: 130px;
          box-sizing: border-box; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .stratifiedul select {
          background-color: #fff;
          border: 1px solid #000; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .bubbleul span {
          width: 150px;
          box-sizing: border-box; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .bubbleul select {
          background-color: #fff;
          border: 1px solid #000; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nriIdiul span,
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul span {
          width: 90px;
          padding-right: 0 !important; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nriIdiul select,
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul select {
          background-color: #fff;
          border: 1px solid #d0d7de;
          border-radius: 8px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nriIdiul input,
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul input {
          margin-left: 57px !important;
          border: 1px solid #d0d7de; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul span {
          width: 110px;
          margin-right: 20px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul select {
          width: 234px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul h4 {
          display: inline-block;
          font-size: 16px;
          font-weight: 600; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul input {
          margin-left: 0 !important;
          outline: none; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul img {
          float: right; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .nomographul .change-input {
          margin-left: 20px;
          border: none;
          border-bottom: 1px solid #000;
          background: transparent;
          outline: none;
          border-radius: unset; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .dagumul {
          padding-top: 30px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .dagumul span {
            width: 170px;
            box-sizing: border-box; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .dagumul select {
            background-color: #fff;
            border: 1px solid #000; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li {
          padding: 5px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li span {
            display: inline-block;
            padding-right: 24px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li input {
            margin-left: 71px;
            width: 234px;
            height: 38px;
            padding: 10px;
            border-radius: 8px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li select {
            height: 38px;
            padding: 7px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li .generalttestsCompare {
            margin-left: 57px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li .generalttestsReliable {
            margin-left: 57px;
            width: 234px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox li .generalttestsAssumeType {
            margin-left: 57px;
            width: 234px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .generalttestsTypeBox2 {
          display: none; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .meanZtestsBox2 {
          display: none; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox1 {
          display: none; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox1 #ratioZtestsCnt {
            margin-left: 39px;
            padding: 6px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox1 #ratioZtestsCnts {
            margin-left: 57px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox1 #ratioZtestsCompare {
            margin-left: 71px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox2 #ratioZtestsCnt1 {
          margin-left: 43px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox2 #ratioZtestsCnts1 {
          margin-left: 57px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .ratioZtestsBox2 #ratioZtestsCompareI {
          margin-left: 29px; }
        .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .allPairBox2 {
          display: none; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .allPairBox2 input[name="allPairRadio"] {
            width: auto;
            height: auto;
            margin-left: 0;
            margin-bottom: 5px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .allPairBox2 .allPairRadioSelect {
            margin-left: 31px;
            width: 234px; }
          .content .tablerow .right .generaltteststroublesome .lining .generalttestsTypeBoxs .allPairBox2 .allPairRadioInput {
            margin-left: 23px; }
        .content .tablerow .right .generaltteststroublesome .lining #pathselectbox {
          height: 100%;
          border-radius: 12px; }
          .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box {
            height: 360px;
            position: relative; }
            .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left {
              background: #f5f5f5;
              width: 68%;
              height: 100%;
              min-height: 360px;
              overflow-y: hidden; }
              .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul {
                height: 100%;
                overflow-y: auto; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.path-select-mark {
                  width: 550px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.path-select-mark span {
                    display: inline-block;
                    padding-left: 17%;
                    width: 48%;
                    height: 40px;
                    line-height: 40px;
                    font-size: 14px;
                    font-family: PingFangSC-Semibold;
                    font-weight: 600;
                    color: #333333; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.pathselects {
                  width: 550px;
                  height: 42px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.pathselects .selectpickers {
                    font-size: 13px;
                    width: 36%;
                    margin: 0 10px;
                    height: 38px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.pathselects .pathChangeRelation {
                    height: 38px;
                    width: 11%;
                    border: 1px;
                    background: #f5f5f5;
                    font-size: 13px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_left ul li.pathselects span {
                    vertical-align: middle;
                    font-size: 14px; }
            .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right {
              position: absolute;
              right: 0;
              top: 0;
              width: 31%;
              margin-left: 10px;
              background: #f5f5f5;
              font-size: 14px;
              height: 100%;
              min-height: 360px; }
              .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul {
                width: 100%; }
              .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) {
                padding: 18px; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li.li_one_right {
                  width: 100%; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li.li_one_right span:nth-of-type(1) {
                    vertical-align: middle;
                    display: inline-block;
                    width: 30%;
                    height: 2px;
                    border: 0;
                    background: linear-gradient(270deg, #BBBBBB 0%, #F5F5F5 100%); }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li.li_one_right span:nth-of-type(2) {
                    display: inline-block;
                    width: 40%;
                    text-align: center;
                    color: #333333;
                    font-weight: 600;
                    font-family: PingFangSC-Semibold; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li.li_one_right span:nth-of-type(3) {
                    vertical-align: middle;
                    display: inline-block;
                    width: 30%;
                    height: 2px;
                    border: 0;
                    background: linear-gradient(270deg, #F5F5F5 0%, #BBBBBB 100%); }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(2) {
                  width: 100%;
                  text-align: center;
                  padding: 10px 0; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(2) img {
                    width: 100%; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(3) {
                  height: 38px;
                  line-height: 38px;
                  width: 100%; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(4),
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) :nth-of-type(5) {
                  height: 38px;
                  line-height: 38px;
                  width: 100%; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(4) span,
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) :nth-of-type(5) span {
                    display: inline-block;
                    width: 33%; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(4) span:nth-of-type(2),
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) :nth-of-type(5) span:nth-of-type(2) {
                    text-align: center; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) li:nth-of-type(4) :nth-of-type(3),
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(1) :nth-of-type(5) :nth-of-type(3) {
                    text-align: right; }
              .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) {
                padding: 18px; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.li_one_right {
                  width: 100%; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.li_one_right span:nth-of-type(1) {
                    vertical-align: middle;
                    display: inline-block;
                    width: 30%;
                    height: 2px;
                    border: 0;
                    background: linear-gradient(270deg, #BBBBBB 0%, #F5F5F5 100%); }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.li_one_right span:nth-of-type(2) {
                    display: inline-block;
                    width: 40%;
                    text-align: center;
                    color: #333333;
                    font-weight: 600;
                    font-family: PingFangSC-Semibold; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.li_one_right span:nth-of-type(3) {
                    vertical-align: middle;
                    display: inline-block;
                    width: 30%;
                    height: 2px;
                    border: 0;
                    background: linear-gradient(270deg, #F5F5F5 0%, #BBBBBB 100%); }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.path-select-mark_show {
                  width: 80%; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.path-select-mark_show span {
                    display: inline-block;
                    width: 45%;
                    padding-left: 15%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    font-family: PingFangSC-Semibold;
                    font-weight: 400;
                    color: #333333; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.path-select-mark_show span:nth-of-type(2) {
                    padding-left: 27%; }
                .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.pathselects_show {
                  width: 100%;
                  height: 42px;
                  line-height: 42px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.pathselects_show .selectpickers_show {
                    width: 33%;
                    margin: 6px 10px;
                    height: 38px; }
                  .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .path_analysis_box .path_analysis_right ul:nth-of-type(2) li.pathselects_show span {
                    font-size: 14px; }
          .content .tablerow .right .generaltteststroublesome .lining #pathselectbox .select {
            font-size: 13px;
            margin-left: 50px;
            width: 150px;
            height: 28px;
            border: 1px solid #d3d3d3;
            border-radius: 4px;
            cursor: pointer; }
        .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox {
          height: 100%; }
          .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box {
            height: 360px; }
            .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left {
              float: left;
              min-height: 65px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left span {
                display: inline-block;
                font-size: 16px;
                color: #333333;
                margin-right: 5px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left select {
                width: 357px;
                height: 36px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .functionFormulaVal {
                font-family: PingFangSC-Semibold;
                font-size: 14px;
                color: #333333;
                letter-spacing: 0.48px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang {
                margin-left: 23px;
                margin-top: 15px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang1,
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang2,
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang3 {
                margin-left: 13px;
                margin-top: 15px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang2Box,
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_left .nonlinearRegressions .zibianliang3Box {
                display: none; }
            .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_right {
              float: left;
              margin-left: 20px; }
              .content .tablerow .right .generaltteststroublesome .lining .nonlinearRegressionBox .nonlinearRegressions_box .nonlinearRegressions_right h3 {
                padding-top: 18px;
                padding-bottom: 10px;
                font-family: PingFangSC-Medium;
                font-size: 16px;
                color: #333333; }

.content .tablerow .right #rsms .right-panel table,
#aiTable table,
#aiExplanation table {
  margin: 12px 0;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }
  .content .tablerow .right #rsms .right-panel table th,
  #aiTable table th,
  #aiExplanation table th {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 12px;
    color: #808082; }
  .content .tablerow .right #rsms .right-panel table th,
  .content .tablerow .right #rsms .right-panel table td,
  #aiTable table th,
  #aiTable table td,
  #aiExplanation table th,
  #aiExplanation table td {
    padding-left: 12px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #4F4F50;
    text-align: left; }
  .content .tablerow .right #rsms .right-panel table tr:last-child td,
  #aiTable table tr:last-child td,
  #aiExplanation table tr:last-child td {
    border-bottom: none; }

.flex_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }
  .flex_bt i {
    font-style: normal;
    color: #178AEC; }
  .flex_bt .all_flex {
    flex: 1; }
    .flex_bt .all_flex a {
      color: #178AEC; }

.change_select,
#nomographselect5,
#nomographselect6,
#forestPlotLeft,
#forestPlotRight {
  display: inline-block; }
  .change_select .multi-select-dropdown,
  #nomographselect5 .multi-select-dropdown,
  #nomographselect6 .multi-select-dropdown,
  #forestPlotLeft .multi-select-dropdown,
  #forestPlotRight .multi-select-dropdown {
    position: relative;
    width: 234px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #d0d7de;
    border-radius: 8px; }
    .change_select .multi-select-dropdown .dropdown-header,
    #nomographselect5 .multi-select-dropdown .dropdown-header,
    #nomographselect6 .multi-select-dropdown .dropdown-header,
    #forestPlotLeft .multi-select-dropdown .dropdown-header,
    #forestPlotRight .multi-select-dropdown .dropdown-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 7px;
      cursor: pointer;
      background-color: transparent;
      font-size: 14px; }
      .change_select .multi-select-dropdown .dropdown-header span,
      #nomographselect5 .multi-select-dropdown .dropdown-header span,
      #nomographselect6 .multi-select-dropdown .dropdown-header span,
      #forestPlotLeft .multi-select-dropdown .dropdown-header span,
      #forestPlotRight .multi-select-dropdown .dropdown-header span {
        width: unset;
        margin: 0; }
      .change_select .multi-select-dropdown .dropdown-header .dropdown-arrow,
      #nomographselect5 .multi-select-dropdown .dropdown-header .dropdown-arrow,
      #nomographselect6 .multi-select-dropdown .dropdown-header .dropdown-arrow,
      #forestPlotLeft .multi-select-dropdown .dropdown-header .dropdown-arrow,
      #forestPlotRight .multi-select-dropdown .dropdown-header .dropdown-arrow {
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-right: 2px solid #666666;
        border-bottom: 2px solid #666666; }
      .change_select .multi-select-dropdown .dropdown-header .selected-text,
      #nomographselect5 .multi-select-dropdown .dropdown-header .selected-text,
      #nomographselect6 .multi-select-dropdown .dropdown-header .selected-text,
      #forestPlotLeft .multi-select-dropdown .dropdown-header .selected-text,
      #forestPlotRight .multi-select-dropdown .dropdown-header .selected-text {
        flex-grow: 1; }
    .change_select .multi-select-dropdown .dropdown-content,
    #nomographselect5 .multi-select-dropdown .dropdown-content,
    #nomographselect6 .multi-select-dropdown .dropdown-content,
    #forestPlotLeft .multi-select-dropdown .dropdown-content,
    #forestPlotRight .multi-select-dropdown .dropdown-content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 10px;
      background-color: white;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      z-index: 1000; }
      .change_select .multi-select-dropdown .dropdown-content .search-input,
      #nomographselect5 .multi-select-dropdown .dropdown-content .search-input,
      #nomographselect6 .multi-select-dropdown .dropdown-content .search-input,
      #forestPlotLeft .multi-select-dropdown .dropdown-content .search-input,
      #forestPlotRight .multi-select-dropdown .dropdown-content .search-input {
        width: 100%;
        height: 30px;
        padding: 5px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        margin: 10px 0;
        outline: none; }
      .change_select .multi-select-dropdown .dropdown-content .dropdown-options,
      #nomographselect5 .multi-select-dropdown .dropdown-content .dropdown-options,
      #nomographselect6 .multi-select-dropdown .dropdown-content .dropdown-options,
      #forestPlotLeft .multi-select-dropdown .dropdown-content .dropdown-options,
      #forestPlotRight .multi-select-dropdown .dropdown-content .dropdown-options {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 200px;
        overflow-y: auto; }
        .change_select .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option,
        #nomographselect5 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option,
        #nomographselect6 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option,
        #forestPlotLeft .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option,
        #forestPlotRight .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option {
          padding: 10px 15px;
          cursor: pointer;
          transition: background-color 0.2s ease;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .change_select .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option:hover,
          #nomographselect5 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option:hover,
          #nomographselect6 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option:hover,
          #forestPlotLeft .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option:hover,
          #forestPlotRight .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option:hover {
            background-color: #f5f5f5; }
          .change_select .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option.selected,
          #nomographselect5 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option.selected,
          #nomographselect6 .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option.selected,
          #forestPlotLeft .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option.selected,
          #forestPlotRight .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option.selected {
            background-color: #e1e1e1; }

.change_select .multi-select-dropdown {
  width: unset; }
  .change_select .multi-select-dropdown .dropdown-content .dropdown-options .dropdown-option {
    padding: 5px; }

#height {
  display: block !important;
  width: 100%;
  float: left; }

.content .tablerow .right .lablediv .Analysis .Analysisdiv .tdsHide {
  display: none; }

.content .tablerow .right .title_treatment ul li input,
#uls .hoverSelect input {
  width: 96%;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 24px;
  padding: 0 5px;
  margin-bottom: 2px; }

#uls .hoverSelect input {
  width: 100%;
  color: #000; }

.filtrate {
  width: 600px;
  border-radius: 12px;
  padding: 0 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 102; }
  .filtrate p {
    color: #333333;
    font-weight: 600;
    line-height: 56px; }
    .filtrate p .icon_button {
      float: right;
      margin-top: 10px;
      padding: 0;
      width: 36px;
      height: 36px;
      background: #F4F4F4;
      font-size: 23px;
      color: #808082;
      border: 1px solid #F4F4F4; }
      .filtrate p .icon_button:hover {
        background: #f3f9fe;
        color: #178AEC; }
  .filtrate span {
    font-size: 12px;
    color: #FF4D41; }
  .filtrate .row {
    margin-bottom: 20px;
    padding: 0;
    width: 100%; }
    .filtrate .row input::-webkit-outer-spin-button,
    .filtrate .row input::-webkit-inner-spin-button {
      -webkit-appearance: none !important; }
    .filtrate .row input[type="number"] {
      -moz-appearance: textfield; }
    .filtrate .row select {
      margin-right: 12px;
      padding-left: 10px;
      background: #fff;
      height: 32px;
      border: 1px solid #E0E0E0;
      border-radius: 8px; }
    .filtrate .row .rowselect4 {
      width: 64px;
      height: 36px;
      border-radius: 99px;
      border: none;
      background-color: #F7F7F7; }
    .filtrate .row i {
      margin-right: 8px;
      color: #B2B2B3;
      cursor: pointer; }
      .filtrate .row i:hover {
        color: #333333; }
    .filtrate .row i.subtract {
      margin-right: 0; }
    .filtrate .row .rowselect1,
    .filtrate .row .rowselect3 {
      width: 165px; }
    .filtrate .row .rowselect2 {
      width: 130px; }
    .filtrate .row .rowselect3 + .rowselect3Input {
      background: #fff;
      position: absolute;
      top: 2px;
      height: 28px;
      padding-left: 7px;
      left: 323px;
      width: 145px;
      border: none;
      outline: none;
      text-align: left; }
  .filtrate .rows {
    width: 100%;
    line-height: 36px; }
    .filtrate .rows a {
      color: #178AEC;
      font-size: 12px; }
    .filtrate .rows input {
      float: right;
      margin-left: 8px;
      padding: 0 23px;
      height: 36px;
      background: #178AEC;
      border-radius: 99px;
      border: none;
      font-size: 14px;
      color: #fff;
      text-align: center;
      cursor: pointer; }
      .filtrate .rows input:hover {
        background: #46a1f0; }
    .filtrate .rows .abolishs {
      background: none;
      color: #4F4F50; }
      .filtrate .rows .abolishs:hover {
        background: #f7f7f7; }

#shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1; }

.Functionball {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  margin-top: -20px;
  border-radius: 30px;
  cursor: pointer;
  color: #178AEC;
  padding-top: 3px;
  padding-left: 12px; }
  .Functionball i {
    width: 14px;
    margin-left: 4px;
    cursor: pointer;
    font-size: 24px; }

.reminder {
  max-width: 230px;
  background-color: #686868;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 8px 12px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  display: none;
  z-index: 10002; }
  .reminder .p3 {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 10px; }

/* 图表 */
.GraphDraw {
  margin: 20px 0;
  padding: 5px 0 10px;
  background: #fff;
  position: relative;
  border-top: 1px dashed #B2B2B3;
  max-width: calc(100vw - 285px); }
  .GraphDraw .divResultCss {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 5px;
    color: #333;
    float: right;
    margin-top: 10px; }
    .GraphDraw .divResultCss > div:first-child {
      float: left;
      margin-right: 15px;
      padding: 0 4px;
      max-width: 55%;
      height: 30px;
      border-radius: 8px;
      font-size: 14px;
      line-height: 30px;
      text-align: left;
      color: #1D1D1F;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .GraphDraw .divResultCss ul {
      float: right;
      border-radius: 99px;
      overflow: hidden;
      border: 1px solid #dbdbdb; }
      .GraphDraw .divResultCss ul li {
        border-right: 1px #dbdbdb solid;
        line-height: 24px;
        float: left;
        background: #ffffff;
        padding: 0 16px; }
        .GraphDraw .divResultCss ul li:hover a {
          color: #178AEC; }
        .GraphDraw .divResultCss ul li a,
        .GraphDraw .divResultCss ul li a:visited {
          text-decoration: none;
          padding: 4px 4px 4px 22px;
          color: #1D1D1F;
          background-size: 16px 16px; }
    .GraphDraw .divResultCss .recompose {
      display: none;
      position: absolute;
      right: 0;
      width: 48px;
      height: 24px;
      border: 1px solid #E0E0E0;
      border-radius: 99px;
      color: #fff;
      cursor: pointer; }
      .GraphDraw .divResultCss .recompose:hover {
        border: 1px solid #178AEC; }
        .GraphDraw .divResultCss .recompose:hover::before {
          color: #178AEC; }
      .GraphDraw .divResultCss .recompose::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        content: '编辑';
        color: #1D1D1F;
        font-size: 12px;
        line-height: 24px; }
    .GraphDraw .divResultCss .headlineinput {
      width: 100%;
      height: 30px;
      border-radius: 12px;
      border: 1px solid #ccc;
      position: absolute;
      top: 82px;
      left: 50%;
      margin-left: -50%;
      box-shadow: 1px 2px 8px 0px #e2e2e2;
      padding: 0 5px;
      z-index: 1;
      text-align: center;
      display: none; }
  .GraphDraw .bingtu {
    background: url(../../images/icon/pie-nor.svg) no-repeat 2px 5px; }
  .GraphDraw .radar {
    background: url(../../images/icon/radar-nor.svg) no-repeat 2px 5px; }
  .GraphDraw .donut {
    background: url(../../images/icon/ring-nor.svg) no-repeat 2px 5px; }
  .GraphDraw .zhutu {
    background: url(../../images/icon/column-nor.svg) no-repeat 2px 5px; }
  .GraphDraw .tiao {
    background: url(../../images/icon/strip-nor.svg) no-repeat 2px 5px; }
  .GraphDraw .zhexian {
    background: url(../../images/icon/broken-line.svg) no-repeat 2px 5px; }
  .GraphDraw .zhutudueiji {
    background: url(../../images/icon/culhistogram.svg) no-repeat 2px 5px; }
  .GraphDraw .tiaodueiji {
    background: url(../../images/icon/culbarchart.svg) no-repeat 2px 5px; }
  .GraphDraw .ciyun {
    background: url(../../images/icon/wordcloud.svg) no-repeat 2px 5px; }
  .GraphDraw .sandian {
    background: url(../../images/icon/splatter.svg) no-repeat 2px 5px; }
  .GraphDraw .zhengtai {
    background: url(../../images/icon/normality.svg) no-repeat 2px 5px; }
  .GraphDraw .hezhuang {
    background: url(../../images/icon/bocplots.svg) no-repeat 2px 5px; }
  .GraphDraw .relitu {
    background: url("https://pubimage.spssau.com/activity/relichart.svg") no-repeat 2px 5px; }
  .GraphDraw .bubble {
    background: url("https://pubimage.spssau.com/activity/bubble.svg") no-repeat 2px 5px; }
  .GraphDraw .groupedGraph {
    background: url("https://pubimage.spssau.com/activity/groupedGraph.svg") no-repeat 2px 5px; }
  .GraphDraw .violin {
    background: url("https://pubimage.spssau.com/activity/violin.svg") no-repeat 2px 5px; }
  .GraphDraw .kernelDensity {
    background: url("https://pubimage.spssau.com/activity/kernelDensity.svg") no-repeat 2px 5px; }
  .GraphDraw .coefplot {
    background: url("https://pubimage.spssau.com/activity/coef.svg") no-repeat 2px 5px; }
  .GraphDraw .timesequence {
    background: url(../../images/icon/broken-line.svg) no-repeat 2px 5px; }
  .GraphDraw .forest {
    background: url(../../images/icon/forest.svg) no-repeat 2px 5px; }
  .GraphDraw .funnel {
    background: url(../../images/icon/funnel.svg) no-repeat 2px 5px; }
  .GraphDraw .errorbar,
  .GraphDraw .errorbarzhutu,
  .GraphDraw .errorbartiao,
  .GraphDraw .errorbarzhexian {
    background: url(../../images/icon/errorbars.svg) no-repeat 2px 5px; }
  .GraphDraw .ppqq {
    background: url(../../images/icon/ppqqdraw.svg) no-repeat 2px 5px; }
  .GraphDraw .paleituo {
    BACKGROUND: url("https://pubimage.spssau.com/activity/paretochart.svg") no-repeat 2px 5px;
    background-size: 18%; }
  .GraphDraw .scopeofAverage {
    BACKGROUND: url(../../images/icon/scopeofaverage.svg) no-repeat 2px 5px;
    background-size: 18%; }
  .GraphDraw .downLoadDrawData {
    BACKGROUND: url(../../images/icon/downLoadData.svg) no-repeat 2px 5px;
    background-size: 18%; }
  .GraphDraw .highcharts_container {
    display: flex;
    margin: auto;
    justify-content: center;
    min-width: 500px;
    min-height: 300px; }
    .GraphDraw .highcharts_container > div {
      overflow-x: auto !important; }
    .GraphDraw .highcharts_container .highcharts-tooltip span {
      background-color: RGB(236, 241, 249);
      z-index: 9999; }
      .GraphDraw .highcharts_container .highcharts-tooltip span .tooltip_h {
        padding: 8px; }
  .GraphDraw .buttons a,
  .GraphDraw .buttons a:link,
  .GraphDraw .buttons a:visited,
  .GraphDraw .buttons a:active {
    height: 24px;
    padding: 2px 8px;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.7em 0 0;
    text-decoration: none;
    color: #1D1D1F;
    font-size: 12px;
    line-height: 20px; }
    .GraphDraw .buttons a:hover,
    .GraphDraw .buttons a:link:hover,
    .GraphDraw .buttons a:visited:hover,
    .GraphDraw .buttons a:active:hover {
      color: #178AEC;
      border: 1px solid #178AEC; }
  .GraphDraw .buttons {
    position: relative;
    font-size: 12px; }
    .GraphDraw .buttons a.percentChartMarginL {
      margin-left: 24%; }
    .GraphDraw .buttons .fontSizeSelector {
      margin-left: 15%;
      margin-right: 10px;
      height: 24px; }
    .GraphDraw .buttons input.zoom {
      display: inline-block;
      width: auto; }
    .GraphDraw .buttons a.showDataHide {
      display: none; }
    .GraphDraw .buttons select.switchoverChart {
      width: 75px;
      height: 30px;
      border-radius: 2px;
      margin: 0 3px; }
    .GraphDraw .buttons a.chartBtnStyle {
      border: none;
      color: #178AEC;
      font-weight: 400; }
      .GraphDraw .buttons a.chartBtnStyle:hover {
        border: none; }
    .GraphDraw .buttons .changeNames {
      position: relative; }
      .GraphDraw .buttons .changeNames .namesTable {
        position: absolute;
        bottom: 45px;
        left: -200px;
        padding: 14px 16px;
        width: 468px;
        background: #FFFFFF;
        box-shadow: 0 0 24px 0 #00000026, 0 24px 24px 0 #0000002e; }
        .GraphDraw .buttons .changeNames .namesTable h4 {
          margin-bottom: 7px;
          text-align: left;
          line-height: 20px;
          font-size: 14px;
          color: #666666; }
        .GraphDraw .buttons .changeNames .namesTable .tableWrap {
          max-height: 300px;
          overflow-y: auto;
          margin-bottom: 12px; }
          .GraphDraw .buttons .changeNames .namesTable .tableWrap table {
            margin: 0;
            width: 100%;
            border-collapse: collapse;
            font-size: 12px;
            text-align: left; }
            .GraphDraw .buttons .changeNames .namesTable .tableWrap table th {
              background: #F6F6F6;
              font-weight: 600;
              color: #666666; }
            .GraphDraw .buttons .changeNames .namesTable .tableWrap table td {
              color: #333333; }
              .GraphDraw .buttons .changeNames .namesTable .tableWrap table td input {
                padding-left: 6px;
                width: 100%;
                border: none;
                outline: none; }
            .GraphDraw .buttons .changeNames .namesTable .tableWrap table th,
            .GraphDraw .buttons .changeNames .namesTable .tableWrap table td {
              height: 22px;
              border: 1px solid #E8E8E8;
              line-height: 22px; }
        .GraphDraw .buttons .changeNames .namesTable button {
          float: right;
          width: 90px;
          height: 30px;
          background: #178AEC;
          border-radius: 3px;
          border: none;
          font-weight: 500;
          font-size: 14px;
          color: #FFFFFF; }
        .GraphDraw .buttons .changeNames .namesTable .chartTriangleup {
          position: absolute;
          bottom: -10px;
          left: 208px;
          width: 0;
          height: 0;
          border-width: 30px 30px 0;
          border-style: solid;
          border-color: #fff transparent transparent; }
    .GraphDraw .buttons select {
      border: 1px solid #E0E0E0;
      background-color: #fff;
      border-radius: 12px !important; }
    .GraphDraw .buttons .chartColorBox {
      display: none;
      position: fixed;
      z-index: 1000000;
      top: 400px;
      right: 20px;
      width: 270px;
      height: 480px;
      background: #fff;
      padding: 12px;
      border-radius: 12px;
      box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.18), 0px 0px 24px 0px rgba(0, 0, 0, 0.15); }
      .GraphDraw .buttons .chartColorBox .colorButton {
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border: none;
        outline: none;
        background-color: transparent; }
      .GraphDraw .buttons .chartColorBox h3 {
        height: 26px;
        line-height: 26px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        font-family: "Inter"; }
      .GraphDraw .buttons .chartColorBox ul {
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 3px;
        margin-bottom: 5px; }
        .GraphDraw .buttons .chartColorBox ul li {
          margin: 1px;
          text-align: left;
          line-height: 22px;
          height: 22px;
          font-size: 14px; }
          .GraphDraw .buttons .chartColorBox ul li span:nth-of-type(1) {
            margin-left: 14px; }
          .GraphDraw .buttons .chartColorBox ul li label {
            display: flex;
            align-items: center;
            height: 100%; }
            .GraphDraw .buttons .chartColorBox ul li label input {
              margin-bottom: 5px; }
            .GraphDraw .buttons .chartColorBox ul li label span {
              vertical-align: middle;
              font-size: 0;
              display: inline-block;
              width: 16px;
              height: 16px; }
            .GraphDraw .buttons .chartColorBox ul li label b {
              flex: 1; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(1) {
            background: #178AEC; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(2) {
            background: #41D9C6; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(3) {
            background: #2EC25B; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(4) {
            background: #FACB15; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(5) {
            background: #E6965C; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(6) {
            background: #C04BD0; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(7) {
            background: #8876E4; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(8) {
            background: #7126D9; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(9) {
            background: #1360EB; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(1) {
            background: #08BDFF; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(2) {
            background: #00A4DC; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(3) {
            background: #00516C; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(4) {
            background: #5D91A7; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(5) {
            background: #F0593E; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(6) {
            background: #7A250F; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(7) {
            background: #008982; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(8) {
            background: #CDDDE6; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(9) {
            background: #0272A0; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(1) {
            background: #609DCA; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(2) {
            background: #FF9641; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(3) {
            background: #38C25D; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(4) {
            background: #FF5B4E; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(5) {
            background: #B887C3; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(6) {
            background: #B6736E; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(7) {
            background: #FE90C2; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(8) {
            background: #A4A09B; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(9) {
            background: #D2CC5A; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(1) {
            background: #9CC5F4; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(2) {
            background: #4B95ED; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(3) {
            background: #376CAD; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(4) {
            background: #639FE4; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(5) {
            background: #136FDC; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(6) {
            background: #004599; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(7) {
            background: #D0E6FF; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(8) {
            background: #7FB9FF; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(9) {
            background: #8AA8CE; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(1) {
            background: #000000; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(2) {
            background: #666666; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(3) {
            background: #999999; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(4) {
            background: #CCCCCC; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(5) {
            background: #FFFFFF; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(6) {
            background: #000000; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(7) {
            background: #666666; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(8) {
            background: #999999; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(9) {
            background: #CCCCCC; }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(1) {
            background: url("../../images/icon/texture1.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(2) {
            background: url("../../images/icon/texture2.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(3) {
            background: url("../../images/icon/texture3.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(4) {
            background: url("../../images/icon/texture4.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(5) {
            background: url("../../images/icon/texture5.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(6) {
            background: url("../../images/icon/texture6.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(7) {
            background: url("../../images/icon/texture7.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(8) {
            background: url("../../images/icon/texture8.svg"); }
          .GraphDraw .buttons .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(9) {
            background: url("../../images/icon/texture9.svg"); }
      .GraphDraw .buttons .chartColorBox div {
        text-align: left; }
        .GraphDraw .buttons .chartColorBox div select {
          height: 30px;
          border-radius: 12px;
          background: #fff;
          border: 1px solid #eee; }
        .GraphDraw .buttons .chartColorBox div span {
          font-size: 14px; }
        .GraphDraw .buttons .chartColorBox div label {
          font-size: 14px;
          font-weight: normal; }
        .GraphDraw .buttons .chartColorBox div .chartColorBoxP {
          margin-top: 5px; }
          .GraphDraw .buttons .chartColorBox div .chartColorBoxP .chartColorBoxDecimals {
            width: 50px; }
          .GraphDraw .buttons .chartColorBox div .chartColorBoxP .chartColorBoxFontsize {
            width: 50px; }
          .GraphDraw .buttons .chartColorBox div .chartColorBoxP .chartColorshowDataHide {
            margin: 0px 4px 0px 10px; }
        .GraphDraw .buttons .chartColorBox div:nth-of-type(1) {
          border-bottom: 1px solid #E9E9E9;
          padding-bottom: 13px; }
        .GraphDraw .buttons .chartColorBox div:nth-of-type(2) {
          margin-top: 10px;
          border-bottom: 1px solid #E9E9E9;
          padding-bottom: 10px; }
          .GraphDraw .buttons .chartColorBox div:nth-of-type(2) h3 {
            display: inline-block;
            margin-right: 18px; }
        .GraphDraw .buttons .chartColorBox div:nth-of-type(3), .GraphDraw .buttons .chartColorBox div:nth-of-type(4) {
          margin-top: 10px; }
          .GraphDraw .buttons .chartColorBox div:nth-of-type(3) h3, .GraphDraw .buttons .chartColorBox div:nth-of-type(4) h3 {
            display: inline-block;
            margin-right: 17px; }
          .GraphDraw .buttons .chartColorBox div:nth-of-type(3) select, .GraphDraw .buttons .chartColorBox div:nth-of-type(4) select {
            width: 128px; }
        .GraphDraw .buttons .chartColorBox div:nth-of-type(5) {
          margin-top: 10px;
          text-align: right; }
        .GraphDraw .buttons .chartColorBox div .selColorBtn {
          padding: 0 16px;
          height: 30px;
          background-color: #178AEC;
          border: none;
          color: #FFF;
          line-height: 30px; }
          .GraphDraw .buttons .chartColorBox div .selColorBtn:hover {
            background-color: #45a1f0; }
      .GraphDraw .buttons .chartColorBox .chartTriangleup {
        position: absolute;
        bottom: -10px;
        left: 5px;
        width: 0;
        height: 0;
        border-width: 30px 30px 0;
        border-style: solid;
        border-color: #fff transparent transparent; }
      .GraphDraw .buttons .chartColorBox .chartTriangledown {
        position: absolute;
        top: -11px;
        left: 5px;
        width: 0;
        height: 0;
        border-width: 0 30px 30px;
        border-style: solid;
        border-color: transparent transparent #fff; }
    .GraphDraw .buttons .freeCurveX {
      margin-left: 10px;
      padding: 0 10px;
      height: 24px; }
    .GraphDraw .buttons .percentChart {
      position: relative; }
      .GraphDraw .buttons .percentChart:hover .menu-item {
        color: #1D1D1F; }
    .GraphDraw .buttons .residualWrap {
      margin-left: 30%;
      margin-bottom: 0;
      font-weight: 400;
      cursor: pointer; }
      .GraphDraw .buttons .residualWrap .toogleResidual,
      .GraphDraw .buttons .residualWrap .showSignificance,
      .GraphDraw .buttons .residualWrap .toggleObservedCfa,
      .GraphDraw .buttons .residualWrap .toggleNumShow {
        margin: 0 5px 0 0; }
    .GraphDraw .buttons .numTag {
      position: absolute;
      margin: 0;
      top: 4px;
      left: 50%;
      transform: translateX(200px);
      font-weight: 400;
      cursor: pointer; }
      .GraphDraw .buttons .numTag .toggleNumShow {
        margin: 0 5px 0 0; }
    .GraphDraw .buttons .cyfullscreen {
      vertical-align: sub;
      cursor: pointer; }
    .GraphDraw .buttons .ciyun_top {
      position: absolute;
      right: 50%;
      top: 0;
      transform: translateX(250%);
      line-height: 24px; }
      .GraphDraw .buttons .ciyun_top input {
        border: none;
        outline: none;
        border-bottom: 1px solid #222;
        width: 50px;
        height: 24px; }
  .GraphDraw .cytoscape_container {
    background: #fff; }

.plotlyDraw {
  position: relative;
  margin: 20px 0;
  padding-top: 40px;
  border-top: 1px dashed #B2B2B3; }
  .plotlyDraw .plotly-opera {
    text-align: center; }
    .plotlyDraw .plotly-opera .percentChart,
    .plotlyDraw .plotly-opera .toggleSites {
      position: relative;
      display: inline-block;
      margin: 0 0.7em 0 0;
      padding: 2px 8px;
      height: 24px;
      border-radius: 99px;
      border: 1px solid #E0E0E0;
      background: #fff;
      cursor: pointer;
      text-decoration: none;
      color: #1D1D1F;
      font-size: 12px;
      line-height: 20px; }
      .plotlyDraw .plotly-opera .percentChart:hover,
      .plotlyDraw .plotly-opera .toggleSites:hover {
        border-color: #178AEC;
        color: #178AEC; }
        .plotlyDraw .plotly-opera .percentChart:hover .menu-item,
        .plotlyDraw .plotly-opera .toggleSites:hover .menu-item {
          color: #1D1D1F; }
    .plotlyDraw .plotly-opera .plotly-slider {
      display: inline-block;
      width: auto; }
    .plotlyDraw .plotly-opera .toggleSites {
      margin-left: 10px; }
    .plotlyDraw .plotly-opera .color-theme-select {
      margin-left: 10px;
      height: 24px !important;
      border-radius: 999px !important; }

.plotlyDown {
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 99px; }
  .plotlyDown button {
    padding: 0 20px 0 38px;
    line-height: 24px;
    border: none;
    border-radius: 99px;
    background: #ffffff url("../../images/icon/refresh_black.svg") no-repeat 18px 5px;
    background-size: 16px 16px;
    outline: none; }
    .plotlyDown button:not(:last-child) {
      border-right: 1px #dbdbdb solid;
      border-radius: 99px 0 0 99px; }
    .plotlyDown button:last-child {
      background-image: url("../../images/icon/downLoadData.svg"); }
    .plotlyDown button:hover {
      color: #178AEC; }
    .plotlyDown button:active {
      background-color: #e4e4e4; }

/* 覆盖文本容器 */
.savepanel {
  position: absolute;
  top: 100%;
  /* 相对于 a 标签底部定位 */
  left: 0;
  width: 140px;
  padding: 10px 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 6px 20px 0 #00000029;
  z-index: 1; }
  .savepanel .menu-item {
    padding: 0 12px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: left;
    cursor: pointer; }
    .savepanel .menu-item:hover {
      background-color: #F7F7F7; }

/* 标题编辑器样式 */
.title-editor-input {
  position: fixed;
  border: 2px solid #007acc;
  border-radius: 4px;
  padding: 2px 8px;
  background-color: white;
  text-align: center;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
  outline: none;
  font-weight: bold; }

/* 标题悬停样式类 */
.title-hover {
  font-weight: bold !important;
  font-size: 120% !important;
  transition: all 0.3s ease !important; }

/* 工具提示样式 */
.title-tooltip {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 2000;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.plotly .svg-container {
  margin: 0 auto !important; }

.forest-plot-container {
  position: relative;
  padding: 20px 0; }
  .forest-plot-container .percentChart {
    position: relative;
    margin-bottom: 20px;
    height: 24px;
    padding: 2px 8px;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    color: #1D1D1F;
    font-size: 12px;
    line-height: 20px; }
    .forest-plot-container .percentChart:hover {
      color: #178AEC; }
    .forest-plot-container .percentChart .menu-item {
      color: #1D1D1F; }
  .forest-plot-container .forest-table {
    width: auto;
    /* 宽度由内容决定 */
    table-layout: auto;
    /* 自动布局，列宽由内容撑开 */
    white-space: nowrap;
    /* 可选：防止内容换行 */
    border-collapse: collapse;
    border: none;
    line-height: 0.8; }
    .forest-plot-container .forest-table thead tr {
      border-top: 2px solid #000;
      border-bottom: 1px solid #000; }
      .forest-plot-container .forest-table thead tr th {
        background: white;
        padding: 8px;
        text-align: left;
        border: none !important;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        color: #666; }
    .forest-plot-container .forest-table tr {
      text-align: left;
      height: unset; }
      .forest-plot-container .forest-table tr:hover {
        background: transparent; }
    .forest-plot-container .forest-table td {
      padding: 0px 8px;
      border: none !important;
      font-size: 13px;
      vertical-align: middle;
      line-height: 1;
      color: #666; }
    .forest-plot-container .forest-table tfoot td {
      padding: 0 !important; }
    .forest-plot-container .forest-table .group-header td {
      font-weight: bold; }
    .forest-plot-container .forest-table .subgroup-item {
      padding-left: 20px !important; }
    .forest-plot-container .forest-table .plot-cell {
      width: 260px;
      padding: 0 15px 0 0 !important; }
      .forest-plot-container .forest-table .plot-cell .plot-wrapper {
        width: 100%;
        height: 22px; }
      .forest-plot-container .forest-table .plot-cell .x-axis-container {
        width: 100%;
        height: 60px; }

/*图表 end*/
/* 分类汇总表格过滤指标开始 */
#filte_metrics {
  position: relative;
  display: inline-block;
  border: 1px solid #d8d8d8;
  width: 100px;
  height: 25px;
  margin-top: 3px;
  margin-left: 5px;
  padding-right: 10px;
  line-height: 25px;
  cursor: pointer; }
  #filte_metrics:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 9px;
    right: 8px;
    transform: rotate(45deg); }
  #filte_metrics #option_list {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 10px 0;
    width: 200px;
    max-height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 24px 0 #00000026, 0 24px 24px 0 #0000002e;
    background-color: #fff;
    overflow-y: auto; }
    #filte_metrics #option_list label {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      width: 100%;
      height: 30px;
      padding: 0 10px;
      font-weight: 400; }
      #filte_metrics #option_list label:hover {
        background-color: #eee; }
      #filte_metrics #option_list label input {
        margin-right: 5px; }

/* 分类汇总表格过滤指标结束 */
.hide_load_factor {
  margin-left: 5px;
  padding: 0 8px;
  height: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  font-size: 13px; }

.shareData .order_wrap {
  display: flex;
  flex-direction: column; }
  .shareData .order_wrap div {
    display: none; }
    .shareData .order_wrap div #data_password,
    .shareData .order_wrap div #data_url,
    .shareData .order_wrap div #result_password,
    .shareData .order_wrap div #result_url {
      display: none; }
.shareData .result_wrap > .switch {
  order: 2; }
.shareData .result_wrap > div:first-child {
  order: 3; }
.shareData .result_wrap > div:last-child {
  order: 1; }

@media (max-width: 1080px) {
  .content .tablerow .right .dealwith .exportform {
    width: 120px; }
  .content .tablerow .right #rsms #rsmConvert {
    width: 100px; }
  .content .tablerow .right #rsms .parameter_wrap input {
    width: 45px !important; }

  .titletr2 {
    width: 100%;
    padding: 120px 20px 80px; }
    .titletr2 h3 {
      width: 100%; } }
@media (max-width: 1180px) {
  .content .tablerow .right #rsms #rsmConvert {
    width: 100px; }
  .content .tablerow .right #rsms .parameter_wrap input {
    width: 45px !important; } }
@media (min-width: 1340px) {
  .content .tablerow .right #rsms .right-panel .fold_wrap label {
    flex: 0 0 calc(100%/6 - 10px) !important; } }
@media (max-width: 1440px) {
  .content .tablerow .right .dealwith .dealwithleftSem {
    width: 22%; }
  .content .tablerow .right .dealwith .dealwithrightSem {
    width: 74%; }
  .content .tablerow .right .dealwith .leftlistdivSemL {
    width: 30%; }
  .content .tablerow .right .dealwith .leftlistdivSemR,
  .content .tablerow .right .dealwith .leftlistdivSemNewR {
    width: 68%;
    min-width: 248px; }
    .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox,
    .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox {
      padding: 10px 5px; }
      .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox h3.semTitle,
      .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox h3.semTitle {
        padding: 0 0 8px; }
      .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1,
      .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 {
        padding: 5px 5px;
        margin-bottom: 10px;
        height: 26%;
        overflow-y: auto; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects {
          margin-top: 3px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects strong.scale,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects strong.scale {
            padding-right: 8px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects input,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects input {
            width: 62%; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1 .pathselects select,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 .pathselects select {
            width: 68%; }
      .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2,
      .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 {
        padding: 5px 5px;
        height: 35%;
        margin-bottom: 10px; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .path-select-mark span,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .path-select-mark span {
          width: 29%; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .path-select-mark span:nth-of-type(2),
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .path-select-mark span:nth-of-type(2) {
          width: 58px; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .path-select-mark .path-select-mark_span1,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .path-select-mark .path-select-mark_span1 {
          width: 32%; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .path-select-mark span.path-select-mark_span2,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .path-select-mark span.path-select-mark_span2 {
          width: 45px; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .path-select-mark .path-select-mark_span3,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .path-select-mark .path-select-mark_span3 {
          width: 32%; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .pathselects,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .pathselects {
          margin-top: 3px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .pathselects span,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .pathselects span {
            padding: 0 5px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2 .pathselects .changeScaleNew5_input,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 .pathselects .changeScaleNew5_input {
            padding: 0 5px; }
      .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3,
      .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 {
        padding-top: 0;
        margin-bottom: 10px;
        height: 22%; }
        .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects,
        .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects {
          margin-top: 3px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects input,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects input {
            font-size: 12px; }
          .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3 .pathselects .changeScaleName,
          .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 .pathselects .changeScaleName {
            margin-top: 3px; }
  .content .tablerow .right .dealwith .leftlistdivCfaR {
    width: 61%;
    min-width: 248px; }
  .content .tablerow .right .dealwith .leftlistdivNewCfaR {
    width: 69%;
    min-width: 248px; }
    .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox {
      padding: 10px 5px; }
      .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 {
        padding-top: 0;
        margin-bottom: 10px;
        height: calc(50% - 60px);
        overflow-y: auto; }
        .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .pathselects {
          margin-top: 3px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .pathselects span {
            padding: 0 5px; }
          .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 .pathselects input {
            font-size: 12px; }
  .content .tablerow .right .dealwith .leftlistdivHlmR {
    width: 61%;
    min-width: 248px; }
    .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox {
      padding: 10px 5px; }
      .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 {
        padding-top: 0;
        margin-bottom: 10px;
        height: 50%; }
        .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .pathselects {
          margin-top: 3px; }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .pathselects span {
            padding: 0 5px; }
          .content .tablerow .right .dealwith .leftlistdivHlmR .cfaDivBox .hlmDiv1 .pathselects input {
            font-size: 12px; }

  .aliModel_img {
    width: 60px; } }
@media (max-width: 1366px) {
  .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox div .pathselects,
  .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox div .pathselects {
    margin-top: 3px; }
  .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv2,
  .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv2 {
    padding: 5px 5px;
    height: 32%; }
  .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv1,
  .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv1 {
    height: 24%; }
  .content .tablerow .right .dealwith .leftlistdivSemR .SemRBox .semDiv3,
  .content .tablerow .right .dealwith .leftlistdivSemNewR .SemRBox .semDiv3 {
    padding-top: 0;
    margin-bottom: 10px;
    height: 22%; }
  .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox div .pathselects {
    margin-top: 3px; }
  .content .tablerow .right .dealwith .leftlistdivNewCfaR .cfaDivBox .cfaDiv3 {
    padding: 5px 5px;
    height: calc(50% - 60px);
    overflow-y: auto; } }
.coordinateValue {
  width: 68px;
  height: 31px;
  position: relative; }
  .coordinateValue .coordinateValueSpan {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .coordinateValue .coordinateValueModel {
    padding: 14px;
    text-align: left;
    position: absolute;
    top: -225px;
    left: 0;
    width: 351px;
    height: 220px;
    background: white;
    box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.18), 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 0px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 0 0;
    display: none; }
    .coordinateValue .coordinateValueModel .pTitle {
      width: 26px;
      height: 21px;
      font-size: 12px;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      color: #333333;
      line-height: 21px; }
    .coordinateValue .coordinateValueModel .inputChangeBox {
      margin-top: 11px;
      height: 21px;
      line-height: 21px; }
      .coordinateValue .coordinateValueModel .inputChangeBox span {
        display: inline-block;
        width: 38px;
        height: 21px;
        font-size: 12px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 21px;
        color: #333333; }
      .coordinateValue .coordinateValueModel .inputChangeBox .crossingSpan {
        color: #178AEC; }
      .coordinateValue .coordinateValueModel .inputChangeBox input {
        width: 50px;
        height: 21px;
        margin-left: 4px;
        margin-right: 23px;
        font-size: 11px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #999999;
        line-height: 15px; }
        .coordinateValue .coordinateValueModel .inputChangeBox input::-webkit-input-placeholder {
          padding-left: 4px;
          color: #999999;
          font-size: 11px; }
        .coordinateValue .coordinateValueModel .inputChangeBox input:-moz-placeholder {
          padding-left: 4px;
          color: #999999;
          font-size: 11px; }
        .coordinateValue .coordinateValueModel .inputChangeBox input::-moz-placeholder {
          padding-left: 4px;
          color: #999999;
          font-size: 11px; }
        .coordinateValue .coordinateValueModel .inputChangeBox input:-ms-input-placeholder {
          padding-left: 4px;
          color: #999999;
          font-size: 11px; }
      .coordinateValue .coordinateValueModel .inputChangeBox .maxValueX {
        margin-right: 0; }
      .coordinateValue .coordinateValueModel .inputChangeBox .maxValueY {
        margin-right: 0; }
    .coordinateValue .coordinateValueModel hr {
      height: 0;
      border: none;
      border-top: solid 2px #E9E9E9;
      margin-top: 12px;
      margin-bottom: 8px; }
    .coordinateValue .coordinateValueModel .coordinateValueModelBtnBox {
      margin-top: 37px;
      text-align: right; }
      .coordinateValue .coordinateValueModel .coordinateValueModelBtnBox .coordinateValueModelBtn {
        border: none;
        width: 68px;
        height: 27px;
        background: #178AEC;
        color: #fff;
        border-radius: 4px; }
    .coordinateValue .coordinateValueModel .triangleDown {
      position: absolute;
      bottom: -20px;
      left: -11px;
      width: 0;
      height: 0;
      border-width: 30px 30px 0;
      border-style: solid;
      border-color: #fff transparent transparent;
      /*灰 透明 透明 */ }

.phoneBindingModel {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1024;
  display: none; }
  .phoneBindingModel .phoneBindingModel_box {
    opacity: 1;
    width: 418px;
    height: 322px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px; }
    .phoneBindingModel .phoneBindingModel_box h3 {
      text-align: center;
      line-height: 45px;
      font-size: 18px;
      border-bottom: 1px solid #EEEEEE;
      color: #333333;
      font-family: PingFangSC-Medium;
      font-weight: 500; }
    .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content {
      width: 100%;
      padding: 21px;
      padding-top: 0; }
      .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox {
        width: 100%;
        background: #ffffff; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox i.phoneimgMoblie {
          padding-left: 5px;
          text-align: center;
          width: 10%;
          display: inline-block; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p {
          display: inline-block;
          width: 81%;
          border-bottom: 1px solid #DDDDDD; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p .phoneBoxSpan {
            display: inline-block;
            font-size: 12px;
            padding-right: 10px; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p .text {
            height: 50px;
            border: none;
            background: #ffffff; }
            .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p .text:focus {
              background: #ffffff; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p #phoneUserNumber {
            padding-left: 15px;
            width: 87%; }
            .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p #phoneUserNumber:focus {
              outline: none; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p #passwordNumber {
            width: 100%; }
            .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .phoneBox p #passwordNumber:focus {
              outline: none; }
      .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox {
        background: #ffffff;
        width: 100%; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox i.phoneimgDun {
          text-align: center;
          width: 10%;
          display: inline-block;
          padding-left: 5px; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox .textcode {
          height: 50px;
          width: 70%;
          border: none; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox p {
          display: inline-block;
          width: 81%;
          border-bottom: 1px solid #DDDDDD; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox p span {
            text-align: center;
            display: inline-block;
            width: 80px;
            height: 30px;
            line-height: 30px;
            background: #bfbfbf;
            border-radius: 3px;
            font-size: 12px;
            font-family: PingFangSC-Regular;
            color: white;
            pointer-events: none; }
          .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox p #PhoneVerification1 {
            width: 72%; }
            .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox p #PhoneVerification1:focus {
              outline: none; }
        .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content div .VerificationCodeBox .DoNotUseVerification1 {
          background: #178AEC;
          cursor: pointer;
          pointer-events: auto; }
      .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content a {
        display: block;
        height: 21px;
        line-height: 21px;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: red;
        margin: 19px 0 5px; }
      .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content .blue_button,
      .phoneBindingModel .phoneBindingModel_box .phoneBindingModel_content .noborder_button {
        float: right;
        margin-left: 8px;
        padding: 0 16px;
        width: unset;
        border-radius: 99px; }
    .phoneBindingModel .phoneBindingModel_box .cancel {
      position: absolute;
      top: 6px;
      right: 20px;
      padding: 0;
      width: 36px;
      height: 36px;
      background: #F4F4F4;
      font-size: 23px;
      color: #808082;
      border: 1px solid #F4F4F4; }
      .phoneBindingModel .phoneBindingModel_box .cancel:hover {
        background: #f3f9fe;
        color: #178AEC; }

.semDiv1Model {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 60px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1024;
  display: none; }
  .semDiv1Model .orderInformationModel_box {
    opacity: 1;
    width: 400px;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 5px; }
    .semDiv1Model .orderInformationModel_box h3 {
      text-align: center;
      line-height: 60px;
      font-size: 18px;
      border-bottom: 1px solid #EEEEEE;
      color: #333333;
      font-family: PingFangSC-Medium;
      font-weight: 500; }
      .semDiv1Model .orderInformationModel_box h3 .cancel {
        cursor: pointer;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 30px;
        color: #DDDDDD;
        background: none;
        outline: none;
        border: none;
        position: absolute;
        top: 15px;
        right: 30px; }
    .semDiv1Model .orderInformationModel_box .orderInformationModels {
      height: 100px;
      padding: 0 14px 14px;
      margin-top: 12px; }
      .semDiv1Model .orderInformationModel_box .orderInformationModels h4 {
        color: #333333;
        padding-top: 24px;
        font-size: 16px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 20px; }
      .semDiv1Model .orderInformationModel_box .orderInformationModels .orderInformationTable {
        width: 528px;
        border-collapse: collapse;
        border: none; }
    .semDiv1Model .orderInformationModel_box .fitnessDivButton {
      padding: 0 30px;
      text-align: center; }
      .semDiv1Model .orderInformationModel_box .fitnessDivButton input {
        width: 90px;
        height: 36px;
        background: #178AEC;
        border-radius: 99px;
        text-align: center;
        font-size: 14px;
        border: none;
        font-weight: 400; }
        .semDiv1Model .orderInformationModel_box .fitnessDivButton input:hover {
          background: #45a1f0; }

.chartColorBox {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 400px;
  right: 20px;
  width: 300px;
  height: 480px;
  background: #fff;
  padding: 12px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.18), 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 1 1; }
  .chartColorBox .colorButton {
    width: 24px;
    height: 27px;
    border: none;
    outline: none;
    background-color: transparent;
    margin-left: -8px; }
  .chartColorBox h3 {
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: PingFangSC-Medium, PingFang SC; }
  .chartColorBox ul {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 3px;
    margin-bottom: 5px; }
    .chartColorBox ul li {
      margin: 1px;
      text-align: left;
      line-height: 28px;
      height: 28px;
      font-size: 14px; }
      .chartColorBox ul li span:nth-of-type(1) {
        margin-left: 14px; }
      .chartColorBox ul li label {
        display: block;
        height: 100%; }
        .chartColorBox ul li label input {
          margin-bottom: 5px; }
        .chartColorBox ul li label span {
          vertical-align: middle;
          font-size: 0;
          display: inline-block;
          width: 16px;
          height: 16px; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(1) {
        background: #178AEC; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(2) {
        background: #41D9C6; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(3) {
        background: #2EC25B; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(4) {
        background: #FACB15; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(5) {
        background: #E6965C; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(6) {
        background: #C04BD0; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(7) {
        background: #8876E4; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(8) {
        background: #7126D9; }
      .chartColorBox ul li:nth-of-type(1) label span:nth-of-type(9) {
        background: #1360EB; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(1) {
        background: #08BDFF; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(2) {
        background: #00A4DC; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(3) {
        background: #00516C; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(4) {
        background: #5D91A7; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(5) {
        background: #F0593E; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(6) {
        background: #7A250F; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(7) {
        background: #008982; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(8) {
        background: #CDDDE6; }
      .chartColorBox ul li:nth-of-type(2) label span:nth-of-type(9) {
        background: #0272A0; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(1) {
        background: #609DCA; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(2) {
        background: #FF9641; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(3) {
        background: #38C25D; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(4) {
        background: #FF5B4E; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(5) {
        background: #B887C3; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(6) {
        background: #B6736E; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(7) {
        background: #FE90C2; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(8) {
        background: #A4A09B; }
      .chartColorBox ul li:nth-of-type(3) label span:nth-of-type(9) {
        background: #D2CC5A; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(1) {
        background: #9CC5F4; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(2) {
        background: #4B95ED; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(3) {
        background: #376CAD; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(4) {
        background: #639FE4; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(5) {
        background: #136FDC; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(6) {
        background: #004599; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(7) {
        background: #D0E6FF; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(8) {
        background: #7FB9FF; }
      .chartColorBox ul li:nth-of-type(4) label span:nth-of-type(9) {
        background: #8AA8CE; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(1) {
        background: #000000; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(2) {
        background: #666666; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(3) {
        background: #999999; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(4) {
        background: #CCCCCC; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(5) {
        background: #FFFFFF; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(6) {
        background: #000000; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(7) {
        background: #666666; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(8) {
        background: #999999; }
      .chartColorBox ul li:nth-of-type(5) label span:nth-of-type(9) {
        background: #CCCCCC; }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(1) {
        background: url("../../images/icon/texture1.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(2) {
        background: url("../../images/icon/texture2.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(3) {
        background: url("../../images/icon/texture3.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(4) {
        background: url("../../images/icon/texture4.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(5) {
        background: url("../../images/icon/texture5.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(6) {
        background: url("../../images/icon/texture6.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(7) {
        background: url("../../images/icon/texture7.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(8) {
        background: url("../../images/icon/texture8.svg"); }
      .chartColorBox ul li:nth-of-type(6) label span:nth-of-type(9) {
        background: url("../../images/icon/texture9.svg"); }
  .chartColorBox div {
    text-align: left; }
    .chartColorBox div select {
      height: 30px;
      border-radius: 2px; }
    .chartColorBox div span {
      font-size: 14px; }
    .chartColorBox div label {
      font-size: 14px;
      font-weight: normal; }
    .chartColorBox div .chartColorBoxP {
      margin-top: 5px; }
      .chartColorBox div .chartColorBoxP .chartColorBoxDecimals {
        width: 50px; }
      .chartColorBox div .chartColorBoxP .chartColorBoxFontsize {
        width: 50px; }
      .chartColorBox div .chartColorBoxP .chartColorshowDataHide {
        margin: 0px 4px 0px 10px; }
    .chartColorBox div:nth-of-type(1) {
      border-bottom: 1px solid #E9E9E9;
      padding-bottom: 13px; }
    .chartColorBox div:nth-of-type(2) {
      margin-top: 10px;
      border-bottom: 1px solid #E9E9E9;
      padding-bottom: 10px; }
      .chartColorBox div:nth-of-type(2) h3 {
        display: inline-block;
        margin-right: 18px; }
    .chartColorBox div:nth-of-type(3) {
      margin-top: 10px; }
      .chartColorBox div:nth-of-type(3) h3 {
        display: inline-block;
        margin-right: 17px; }
      .chartColorBox div:nth-of-type(3) .chartColorBoxfontFamily {
        width: 128px; }
    .chartColorBox div:nth-of-type(4) {
      margin-top: 10px;
      text-align: right; }
  .chartColorBox .chartTriangleup {
    position: absolute;
    bottom: -10px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 30px 30px 0;
    border-style: solid;
    border-color: #fff transparent transparent; }
  .chartColorBox .chartTriangledown {
    position: absolute;
    top: -11px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent #fff; }

.fitnessDivModel {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1024; }
  .fitnessDivModel .fitnessDivModel_box {
    opacity: 1;
    width: 320px;
    height: 470px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 20px; }
    .fitnessDivModel .fitnessDivModel_box h3 {
      height: 25px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #333333;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      font-size: 18px; }
    .fitnessDivModel .fitnessDivModel_box .fitnessDiv {
      margin-top: 10px;
      height: 328px;
      overflow-y: auto;
      margin-bottom: 5px; }
      .fitnessDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px; }
      .fitnessDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2); }
      .fitnessDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1); }
      .fitnessDivModel .fitnessDivModel_box .fitnessDiv ul.fitnessDivInput_box,
      .fitnessDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivInput_box1 {
        margin-bottom: 28px; }
        .fitnessDivModel .fitnessDivModel_box .fitnessDiv ul.fitnessDivInput_box li input,
        .fitnessDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivInput_box1 li input {
          padding: 5px;
          margin-bottom: 10px; }
    .fitnessDivModel .fitnessDivModel_box .fitnessHint {
      display: none; }
    .fitnessDivModel .fitnessDivModel_box .fitnessDivButton input {
      float: right;
      width: 90px;
      height: 36px;
      background: #178AEC;
      border-radius: 99px;
      margin: 8px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      border: none;
      font-weight: 400; }
      .fitnessDivModel .fitnessDivModel_box .fitnessDivButton input:hover {
        background: #45A1F0; }
    .fitnessDivModel .fitnessDivModel_box .fitnessDivButton #fitnessAbandon {
      background: transparent;
      color: #4F4F50; }
      .fitnessDivModel .fitnessDivModel_box .fitnessDivButton #fitnessAbandon:hover {
        background: #f7f7f7; }

.obstacleDivModel {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  height: 470px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11); }
  .obstacleDivModel .obstacleWeightsDiv {
    flex: 1;
    display: flex;
    justify-content: space-around; }
    .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box {
      box-sizing: border-box;
      width: 385px;
      height: 100%;
      padding: 20px; }
      .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .weightH3 {
        text-align: center;
        color: #333;
        font-weight: 400;
        font-size: 18px; }
      .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .fitnessDiv {
        margin-top: 10px;
        height: 328px;
        overflow-y: auto;
        margin-bottom: 5px; }
        .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .fitnessDiv .couplingDivInput_box {
          margin-bottom: 18px; }
          .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .fitnessDiv .couplingDivInput_box li input {
            width: 100px;
            height: 32px;
            background-color: #fff;
            padding: 5px;
            margin-bottom: 10px;
            vertical-align: middle;
            border: 1px solid #E0E0E0;
            border-radius: 8px;
            font-size: 14px; }
            .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .fitnessDiv .couplingDivInput_box li input:first-child {
              margin-right: 5px; }
            .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box .fitnessDiv .couplingDivInput_box li input:last-child {
              margin-left: 5px; }
      .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box:first-child {
        width: 285px; }
      .obstacleDivModel .obstacleWeightsDiv .obstacleDivModel_box:last-child li input:first-child {
        width: 200px; }
  .obstacleDivModel .obstacleDivButton {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    padding-right: 20px; }
    .obstacleDivModel .obstacleDivButton input {
      margin-left: 8px;
      padding: 0 16px;
      height: 36px;
      background: #178AEC;
      border-radius: 99px;
      text-align: center;
      font-size: 14px;
      border: none;
      font-weight: 400;
      color: #fff; }
      .obstacleDivModel .obstacleDivButton input:hover {
        background: #46a1f0; }
    .obstacleDivModel .obstacleDivButton .obstacleAbandon {
      background: transparent;
      color: #4F4F50; }
      .obstacleDivModel .obstacleDivButton .obstacleAbandon:hover {
        background: #f7f7f7; }

.treeDivModel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 553px;
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 24px 24px 0 rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  padding: 17px 20px; }
  .treeDivModel .title_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .treeDivModel .title_header h3 {
      font-weight: 600;
      font-size: 18px;
      color: #333333; }
    .treeDivModel .title_header span {
      width: 36px;
      height: 36px;
      background: #F4F4F4;
      border-radius: 99px;
      text-align: center;
      font-size: 25px;
      color: #666;
      cursor: pointer;
      font-weight: 400;
      line-height: 40px; }
      .treeDivModel .title_header span:hover {
        background: #f3f9fe;
        color: #178AEC; }
  .treeDivModel .parameter_group {
    margin-bottom: 40px;
    max-height: 400px;
    overflow: auto; }
    .treeDivModel .parameter_group .parameter_item {
      line-height: 40px;
      height: 40px; }
      .treeDivModel .parameter_group .parameter_item .title {
        float: left; }
      .treeDivModel .parameter_group .parameter_item select,
      .treeDivModel .parameter_group .parameter_item input {
        float: right;
        width: 244px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 8px;
        font-size: 14px;
        color: #999999;
        padding-left: 9px;
        margin-top: 5px; }
      .treeDivModel .parameter_group .parameter_item input[type=checkbox] {
        width: unset;
        margin-right: 230px; }
      .treeDivModel .parameter_group .parameter_item i {
        float: right;
        display: inline-block;
        width: 20px;
        text-align: center;
        cursor: pointer;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold;
        vertical-align: middle;
        color: #333; }
      .treeDivModel .parameter_group .parameter_item .neutralinput {
        width: 184px; }
      .treeDivModel .parameter_group .parameter_item .param_content {
        padding-right: 5px; }
  .treeDivModel .parameter_opera input {
    float: right;
    width: 90px;
    height: 36px;
    margin-right: 2px;
    background: #178AEC;
    border: none;
    border-radius: 99px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF; }
    .treeDivModel .parameter_opera input:hover {
      background: #46a1f0; }
  .treeDivModel .parameter_opera .param_no {
    background: transparent;
    color: #4F4F50; }
    .treeDivModel .parameter_opera .param_no:hover {
      background: #f7f7f7; }

.dynamicPanelDivModel {
  min-width: 750px;
  min-height: 500px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 24px 24px 0 rgba(0, 0, 0, 0.18);
  border-radius: 12px; }
  .dynamicPanelDivModel .dynamicPanelhead {
    height: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .dynamicPanelDivModel h1,
  .dynamicPanelDivModel h4 {
    font-weight: 600;
    color: #333333; }
  .dynamicPanelDivModel h1 {
    font-size: 18px; }
  .dynamicPanelDivModel .dynamicPanel {
    overflow-y: auto;
    max-height: 610px; }
    .dynamicPanelDivModel .dynamicPanel h4 {
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 7px !important; }
    .dynamicPanelDivModel .dynamicPanel input {
      width: 14px;
      height: 14px;
      margin: 0 4px 0 0; }
    .dynamicPanelDivModel .dynamicPanel .val {
      height: 30px;
      display: flex;
      align-items: center; }
    .dynamicPanelDivModel .dynamicPanel .title {
      display: inline-block;
      width: 112px;
      margin-right: 52px;
      font-size: 12px;
      color: #999999;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .dynamicPanelDivModel .dynamicPanel select {
      width: 150px;
      height: 23px;
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      border-radius: 2px; }
    .dynamicPanelDivModel .dynamicPanel .wave {
      display: inline-block;
      margin: 0 12px; }
    .dynamicPanelDivModel .dynamicPanel .lagstr .title {
      margin-right: 52px; }
    .dynamicPanelDivModel .dynamicPanel .toolstr .title {
      margin-right: 34px; }
    .dynamicPanelDivModel .dynamicPanel .toolgmm {
      margin-right: 34px; }
  .dynamicPanelDivModel .parameter_opera {
    position: absolute;
    left: 0;
    right: 40px;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    background-color: #fff; }
    .dynamicPanelDivModel .parameter_opera .dynamicPanelbutton {
      margin-left: 8px;
      padding: 0 16px;
      height: 36px;
      background: #178AEC;
      border: none;
      border-radius: 99px;
      font-size: 14px;
      color: #FFFFFF; }
      .dynamicPanelDivModel .parameter_opera .dynamicPanelbutton:hover {
        background-color: #46a1f0; }
    .dynamicPanelDivModel .parameter_opera .dynamicPanelAbandon {
      color: #1D1D1F;
      background: transparent; }
      .dynamicPanelDivModel .parameter_opera .dynamicPanelAbandon:hover {
        background-color: #f7f7f7; }

.change_titles {
  position: absolute;
  display: none; }
  .change_titles ul {
    background: #fff;
    padding: 12px 2px;
    box-shadow: 0 1px 5px 0 rgba(59, 59, 59, 0.26);
    border-radius: 3px; }
    .change_titles ul li {
      background: transparent;
      padding: 0 16px 0 9px;
      border-radius: 2px;
      height: 30px;
      font-size: 12px;
      color: #333333;
      line-height: 30px;
      cursor: pointer; }
      .change_titles ul li:hover {
        background: #eee; }
      .change_titles ul li img {
        margin-right: 10px; }

.couplingDivModel {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1024; }
  .couplingDivModel .fitnessDivModel_box {
    opacity: 1;
    width: 525px;
    height: 470px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 20px; }
    .couplingDivModel .fitnessDivModel_box h3 {
      height: 25px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #333333;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      font-size: 18px; }
    .couplingDivModel .fitnessDivModel_box .fitnessDiv {
      margin-top: 10px;
      height: 360px;
      overflow-y: auto;
      margin-bottom: 5px; }
      .couplingDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px; }
      .couplingDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2); }
      .couplingDivModel .fitnessDivModel_box .fitnessDiv::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1); }
      .couplingDivModel .fitnessDivModel_box .fitnessDiv ul.couplingDivInput_box,
      .couplingDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivInput_box1 {
        margin-bottom: 28px; }
        .couplingDivModel .fitnessDivModel_box .fitnessDiv ul.couplingDivInput_box li input,
        .couplingDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivInput_box1 li input {
          padding: 5px;
          margin-bottom: 10px; }
    .couplingDivModel .fitnessDivModel_box .fitnessHint {
      display: none; }
    .couplingDivModel .fitnessDivModel_box .fitnessDivButton input {
      float: right;
      padding: 0 16px;
      height: 36px;
      background: #178AEC;
      border-radius: 99px;
      margin-left: 8px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      border: none;
      font-weight: 400; }
      .couplingDivModel .fitnessDivModel_box .fitnessDivButton input:hover {
        background: #46a1f0; }
    .couplingDivModel .fitnessDivModel_box .fitnessDivButton .topsisAbandon,
    .couplingDivModel .fitnessDivModel_box .fitnessDivButton .wrsrAbandon,
    .couplingDivModel .fitnessDivModel_box .fitnessDivButton .comindexAbandon {
      background: transparent;
      color: #1d1d1f; }
      .couplingDivModel .fitnessDivModel_box .fitnessDivButton .topsisAbandon:hover,
      .couplingDivModel .fitnessDivModel_box .fitnessDivButton .wrsrAbandon:hover,
      .couplingDivModel .fitnessDivModel_box .fitnessDivButton .comindexAbandon:hover {
        background-color: #f7f7f7; }

.calculateDivModel {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1;
  display: none; }
  .calculateDivModel .fitnessDivModel_box {
    opacity: 1;
    width: 600px;
    height: 465px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 20px; }
    .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateTitle {
      text-align: center;
      font-size: 18px;
      line-height: 25px;
      color: #333333;
      font-family: PingFangSC-Medium;
      font-weight: 400; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateTitle .calculateClone {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 0;
        width: 36px;
        height: 36px;
        background: #F4F4F4;
        font-size: 23px;
        line-height: 36px;
        font-weight: 400;
        color: #808082;
        border: 1px solid #F4F4F4;
        border-radius: 50%; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateTitle .calculateClone:hover {
          background: #f3f9fe;
          color: #178AEC; }
    .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateName {
      margin-top: 20px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateName span {
        display: inline-block;
        width: 82px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateName .calculatevariableName {
        width: 360px;
        height: 30px;
        padding-left: 10px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateName label {
        font-size: 14px;
        margin-left: 30px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
        cursor: pointer; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateName label .calculateSwitchs {
          cursor: pointer; }
    .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox {
      margin-top: 20px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox p .calculateEhint {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #178AEC;
        line-height: 20px;
        cursor: pointer; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE {
        margin-top: 10px;
        font-size: 0; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateTagImage {
          display: inline-block;
          height: 30px;
          vertical-align: middle;
          width: 30px;
          background: url(../images/icon/calculate_true.svg);
          background-size: 60%;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateTagImage {
          display: inline-block;
          height: 30px;
          vertical-align: middle;
          width: 30px;
          background: url(../images/icon/calculate_true.svg);
          background-size: 60%;
          background-repeat: no-repeat;
          background-position: center; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateTagImageF {
          background: url(../images/icon/calculate_false.svg);
          background-size: 60%;
          background-repeat: no-repeat;
          background-position: center; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateExpression {
          vertical-align: middle;
          width: 470px;
          height: 30px;
          padding-left: 9px;
          font-size: 14px; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateFxBox {
          font-size: 15px;
          display: inline-block;
          height: 30px;
          line-height: 30px;
          width: 54px;
          background: #f5f7fa;
          vertical-align: middle;
          position: relative;
          left: 0;
          cursor: pointer; }
          .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateFxBox span {
            display: inline-block;
            width: 100%;
            padding-left: 10px;
            background: url(../images/icon/calculate_select.svg);
            background-size: 20%;
            background-repeat: no-repeat;
            background-position: 70% 50%; }
          .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateFxBox .calculateFxList {
            display: none;
            height: 300px;
            background: #FFFFFF;
            overflow: auto;
            transform-origin: center top 0px;
            z-index: 2172;
            position: absolute;
            left: 0;
            /* top: 30px;
                          left: 10px; */ }
            .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateFxBox .calculateFxList .calculateFxItem {
              line-height: 36px;
              padding: 0 20px;
              margin: 0;
              font-size: 14px;
              color: #606266;
              cursor: pointer;
              outline: 0; }
              .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateEBox .calculateE .calculateFxBox .calculateFxList .calculateFxItem:hover {
                background: #ecf5ff;
                color: #178AEC; }
    .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable {
      margin-top: 20px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox {
        margin-top: 4px;
        width: 554px;
        height: 180px;
        overflow-y: auto;
        padding: 8px;
        border: 1px solid #DDDDDD; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox::-webkit-scrollbar {
          /*滚动条整体样式*/
          width: 4px;
          /*高宽分别对应横竖滚动条的尺寸*/
          height: 4px; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox::-webkit-scrollbar-thumb {
          /*滚动条里面小方块*/
          border-radius: 5px;
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          background: rgba(0, 0, 0, 0.2); }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox::-webkit-scrollbar-track {
          /*滚动条里面轨道*/
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          border-radius: 0;
          background: rgba(0, 0, 0, 0.1); }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox .calculatevariableList li {
          box-sizing: border-box;
          margin-bottom: 4px;
          font-size: 0; }
          .calculateDivModel .fitnessDivModel_box .fitnessDiv .calculateVariable .calculatevariableBox .calculatevariableList li select {
            cursor: pointer; }
    .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton {
      margin-top: 10px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton span {
        color: #178AEC;
        cursor: pointer; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculatevariableRemove {
        margin-left: 30px; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton input {
        float: right;
        padding: 0 16px;
        height: 36px;
        display: inline-block;
        border: none;
        border-radius: 99px;
        cursor: pointer; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculateConfirm {
        margin-right: 8px;
        color: #1D1D1F;
        background: transparent; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculateConfirm:hover {
          background-color: #f7f7f7; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculateAbandon {
        color: #ffffff;
        background: #178AEC; }
        .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculateAbandon:hover {
          background-color: #46a1f0; }
      .calculateDivModel .fitnessDivModel_box .fitnessDiv .fitnessDivButton .calculateAbandonF {
        cursor: not-allowed;
        background: #65B8FF; }

#ifElseDivModule {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  user-select: none;
  z-index: 9999; }
  #ifElseDivModule .ifElsemodule {
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    border-radius: 12px;
    max-width: 650px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    #ifElseDivModule .ifElsemodule .module-header {
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #ifElseDivModule .ifElsemodule .module-header .module-title {
        font-size: 16px;
        font-weight: 600;
        color: #333; }
      #ifElseDivModule .ifElsemodule .module-header .close-btn {
        padding: 0;
        width: 36px;
        height: 36px;
        background: #F4F4F4;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        color: #808082;
        cursor: pointer;
        transition: all 0.3s; }
        #ifElseDivModule .ifElsemodule .module-header .close-btn:hover {
          background: #e0e0e0;
          color: #666; }
    #ifElseDivModule .ifElsemodule .module-body {
      padding: 8px 20px;
      overflow-y: auto;
      flex: 1; }
      #ifElseDivModule .ifElsemodule .module-body .form-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; }
        #ifElseDivModule .ifElsemodule .module-body .form-row .form-input {
          margin-bottom: 13px;
          padding: 0 10px;
          height: 32px;
          border: 1px solid #E0E0E0;
          border-radius: 8px; }
        #ifElseDivModule .ifElsemodule .module-body .form-row label {
          margin: 0;
          font-weight: 400;
          line-height: 22px;
          color: #4F4F50; }
          #ifElseDivModule .ifElsemodule .module-body .form-row label #autoClose {
            margin: 0;
            margin-right: 7px; }
      #ifElseDivModule .ifElsemodule .module-body .logic-block {
        padding: 12px 16px;
        border: 1px solid #F0F0F0;
        border-radius: 12px;
        margin-bottom: 12px; }
        #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 8px; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header .block-tag {
            font-size: 16px;
            font-weight: 700;
            color: #333; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header .block-actions {
            display: flex;
            gap: 20px; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header .block-actions .icon-btn {
              padding-left: 20px;
              border: none;
              background: #fff url("../../images/updata/del_black_icon.svg") 0px center/16px 16px no-repeat;
              color: #178aec;
              font-size: 12px;
              line-height: 20px; }
              #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header .block-actions .icon-btn:first-child {
                position: relative;
                background-image: none; }
                #ifElseDivModule .ifElsemodule .module-body .logic-block .block-header .block-actions .icon-btn:first-child::before {
                  position: absolute;
                  left: 3px;
                  content: '+';
                  font-size: 20px;
                  color: #178AEC; }
        #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap {
          margin-bottom: 8px;
          padding: 8px 8px 0;
          background-color: #F7F7F7;
          border-radius: 6px;
          overflow: hidden; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .logic-connector {
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .logic-connector::before {
              content: '';
              position: absolute;
              left: 0;
              top: -8px;
              width: 12px;
              height: calc(100% + 8px);
              border-left: 2px dashed #E0E0E0;
              border-bottom: 2px dashed #E0E0E0;
              border-bottom-left-radius: 8px; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .logic-connector .logic-select {
              height: 28px;
              padding: 0 8px;
              border: 1px solid #E0E0E0;
              border-radius: 8px;
              font-size: 14px;
              outline: none;
              background: white; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .condition-row {
            display: flex;
            align-items: center;
            gap: 8px;
            position: relative;
            margin-bottom: 8px; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .condition-row .form-select {
              flex: 1;
              width: 0;
              height: 32px;
              padding: 0 10px;
              border: 1px solid #E0E0E0;
              border-radius: 8px;
              font-size: 14px;
              outline: none;
              background: white;
              color: #4F4F50; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .condition-row .row-actions {
              display: flex;
              align-items: center;
              gap: 4px; }
              #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .condition-row .row-actions .icon-btn {
                border: none;
                background: transparent;
                font-size: 20px; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .connector-wrap .condition-row input {
              position: absolute;
              right: 77px;
              top: 1px;
              bottom: 1px;
              padding: 0 8px;
              width: calc((100% - 150px) / 3);
              background: white;
              border: none;
              outline: none;
              border-radius: 8px;
              z-index: 10; }
        #ifElseDivModule .ifElsemodule .module-body .logic-block .then-section {
          display: flex;
          align-items: center;
          gap: 12px; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .then-section .then-label {
            flex: 1;
            font-size: 14px;
            color: #178AEC; }
          #ifElseDivModule .ifElsemodule .module-body .logic-block .then-section input {
            padding: 0 10px;
            width: 120px;
            height: 32px;
            border: 1px solid #E0E0E0;
            border-radius: 8px;
            font-size: 14px;
            outline: none; }
            #ifElseDivModule .ifElsemodule .module-body .logic-block .then-section input:last-child {
              width: 150px; }
    #ifElseDivModule .ifElsemodule .module-footer {
      padding: 0 20px 17px;
      display: flex;
      justify-content: end;
      gap: 8px; }
      #ifElseDivModule .ifElsemodule .module-footer button {
        width: 74px;
        border-radius: 99px; }

.shareCopyBox .blue_button,
.changeTdsBox .blue_button {
  margin-top: 20px;
  width: 100% !important; }

#show_data_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }
  #show_data_wrap #show_data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px 22px;
    width: 80%;
    height: 90%;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #00000033; }
    #show_data_wrap #show_data .addmembey > p {
      color: #333333;
      font-weight: 600;
      line-height: 56px; }
      #show_data_wrap #show_data .addmembey > p .icon_button {
        float: right;
        margin-top: 10px;
        padding: 0;
        width: 36px;
        height: 36px;
        background: #F4F4F4;
        font-size: 23px;
        line-height: 36px;
        font-weight: 400;
        color: #808082;
        border: 1px solid #F4F4F4; }
        #show_data_wrap #show_data .addmembey > p .icon_button:hover {
          background: #f3f9fe;
          color: #178AEC; }
      #show_data_wrap #show_data .addmembey > p .hollow_button {
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        padding: 0 10px;
        height: 36px;
        font-weight: 400;
        line-height: 36px; }
      #show_data_wrap #show_data .addmembey > p .hollow_button {
        margin-right: 15px;
        color: #4F4F50;
        padding-left: 29px;
        background: #fff url("../../images/indexs/my_data.svg") 12px center/14px 14px no-repeat; }
        #show_data_wrap #show_data .addmembey > p .hollow_button:hover {
          color: #178AEC;
          background-image: url("../../images/indexs/my_data_blue.svg"); }
      #show_data_wrap #show_data .addmembey > p .hollow_button:nth-child(3) {
        background-image: url("../../images/questions/upload_icon.svg"); }
        #show_data_wrap #show_data .addmembey > p .hollow_button:nth-child(3):hover {
          background-image: url("../../images/questions/upload_icon_blue.svg"); }
    #show_data_wrap #show_data .btn_left_wrap .btn_share .hollow_button {
      padding: 0 10px 0 29px;
      height: 36px; }
    #show_data_wrap #show_data .btn_left_wrap .btn_share .btn_down_data {
      background: url("../../images/updata/down_icon.svg") 10px center/16px 16px no-repeat; }
      #show_data_wrap #show_data .btn_left_wrap .btn_share .btn_down_data span {
        color: #1D1D1F; }
      #show_data_wrap #show_data .btn_left_wrap .btn_share .btn_down_data:hover {
        background-image: url("../../images/updata/down_black_icon.svg"); }
        #show_data_wrap #show_data .btn_left_wrap .btn_share .btn_down_data:hover span {
          color: #178AEC; }
    #show_data_wrap #show_data .preview > div {
      border: 1px solid #E0E0E0; }
    #show_data_wrap #show_data #preview {
      border-collapse: inherit;
      position: relative;
      display: table-cell;
      width: auto; }
      #show_data_wrap #show_data #preview td,
      #show_data_wrap #show_data #preview th {
        text-align: center;
        min-width: 139px;
        height: 36px;
        max-height: 36px;
        line-height: 36px; }
        #show_data_wrap #show_data #preview td:last-child,
        #show_data_wrap #show_data #preview th:last-child {
          border-right: none; }
      #show_data_wrap #show_data #preview th {
        font-weight: 500; }
      #show_data_wrap #show_data #preview thead tr:first-child {
        position: sticky;
        top: 1px; }
        #show_data_wrap #show_data #preview thead tr:first-child th {
          background: #FAFAFA; }

.M-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto; }
  .M-box1 span,
  .M-box1 a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 99px;
    margin-right: 8px;
    color: #000000;
    text-align: center;
    line-height: 30px; }
    .M-box1 span:hover,
    .M-box1 a:hover {
      background-color: #F4F4F4; }
  .M-box1 .active {
    background: #1890FF;
    color: #ffffff; }
    .M-box1 .active:hover {
      background-color: #1890FF; }

#clusterChange .couplingDivInput_box li {
  margin-bottom: 10px;
  line-height: 40px; }
#clusterChange .couplingDivInput_box span:nth-child(1),
#clusterChange .couplingDivInput_box span:nth-child(3) {
  display: inline-block;
  padding: 0 5px;
  width: 260px;
  height: 40px;
  background-color: #f8f8f8;
  border: 0.5px solid #ddd;
  border-radius: 3px;
  font-size: 14px; }
#clusterChange .couplingDivInput_box span:nth-child(3),
#clusterChange .couplingDivInput_box input {
  width: 175px; }
#clusterChange .couplingDivInput_box i {
  margin: 0 5px; }
#clusterChange .couplingDivInput_box input {
  margin-bottom: 0;
  height: 40px;
  border: 0.5px solid #ddd; }

.aliModel {
  width: 550px;
  height: 500px;
  bottom: -1000px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999;
  position: fixed;
  right: 30px; }
  .aliModel .closeAliModel {
    background-image: url(https://img.alicdn.com/tfs/TB1RWQYgTnI8KJjy0FfXXcdoVXa-44-48.png);
    width: 22px;
    height: 24px;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: -24px;
    right: 1px; }
  .aliModel .aliModel_iframe {
    width: 550px;
    height: 500px;
    border: none; }

#aliModel_img {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 38px;
  height: auto;
  z-index: 9999;
  user-select: none;
  cursor: pointer; }

.allResultBox .tablerow .lefts {
  padding: 12px 16px; }
  .allResultBox .tablerow .lefts .date_wrap {
    position: relative;
    background-color: #fff;
    height: 34px; }
    .allResultBox .tablerow .lefts .date_wrap:before {
      position: absolute;
      content: '';
      width: 13px;
      height: 13px;
      top: 12px;
      left: 11px;
      background: url("../../images/icon/search_date.svg");
      background-size: 13px 13px; }
    .allResultBox .tablerow .lefts .date_wrap #search_date {
      width: 100%;
      height: 100%;
      border-radius: 99px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
      border: none;
      outline: none;
      padding-left: 25px;
      padding-right: 10px;
      font-size: 12px;
      color: #999999; }
  .allResultBox .tablerow .lefts .leftsoverflowhidden {
    margin: 16px 0;
    width: 100%;
    background: #ffffff;
    overflow-y: auto; }
    .allResultBox .tablerow .lefts .leftsoverflowhidden li {
      position: relative;
      width: 200px;
      height: 32px;
      padding: 6px 28px;
      margin: 0 0 4px;
      background: #F7F7F7;
      font-size: 12px;
      line-height: 20px;
      color: #4F4F50;
      border-radius: 4px;
      cursor: pointer; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li p {
        height: auto;
        max-width: 120px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li span {
        vertical-align: bottom;
        font-size: 12px; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li img {
        display: none;
        position: absolute;
        top: 8px;
        cursor: pointer; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li .changeResultTitle {
        left: 8px; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li .close {
        right: 8px; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li .aiIcon {
        position: absolute;
        top: 0px;
        right: 30px;
        font-weight: 600;
        color: #178AEC;
        line-height: 14px; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden li:hover {
        background: #f3f9fe; }
        .allResultBox .tablerow .lefts .leftsoverflowhidden li:hover img {
          display: block; }
    .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name {
      height: auto;
      background: #f3f9fe;
      line-height: 20px; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name img {
        display: block; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name div {
        margin: 0 -20px;
        overflow: hidden; }
        .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name div input {
          width: 100%;
          height: 24px;
          padding: 2px 10px;
          border: 1px solid #E0E0E0;
          border-radius: 4px;
          color: #B2B2B3;
          outline: none; }
        .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name div .blue_button {
          float: right;
          margin-top: 8px;
          padding: 0 8px;
          height: 24px;
          font-size: 12px; }
        .allResultBox .tablerow .lefts .leftsoverflowhidden .edit_name div span {
          display: inline-block;
          width: 48px;
          height: 28px;
          margin-left: 4px;
          background: #178AEC;
          color: #ffffff;
          text-align: center;
          border: 1px solid #d6d6d6;
          vertical-align: middle;
          border-radius: 4px;
          cursor: pointer; }
    .allResultBox .tablerow .lefts .leftsoverflowhidden .tdshover {
      background: #f3f9fe; }
      .allResultBox .tablerow .lefts .leftsoverflowhidden .tdshover img {
        display: block; }

.shareResult.allResultBox .tablerow .lefts .leftsoverflowhidden {
  margin: 0; }
  .shareResult.allResultBox .tablerow .lefts .leftsoverflowhidden li {
    padding: 6px 8px; }

#updateBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 17px 20px;
  width: 662px;
  height: 622px;
  background-color: #fff;
  border-radius: 12px;
  z-index: 3;
  display: none; }
  #updateBox .cancel {
    float: right;
    width: 28px;
    height: 28px;
    background: #F4F4F4;
    border-radius: 99px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer; }
    #updateBox .cancel:hover {
      background: #f3f9fe;
      color: #178AEC; }
  #updateBox table input {
    margin-left: 10px;
    margin-top: 5px; }
  #updateBox table tr:nth-child(1) {
    background-color: #F7F9FA; }
    #updateBox table tr:nth-child(1) td:nth-child(1) {
      width: 204px;
      height: 36px;
      border: 1px solid #dddddd;
      font-size: 16px;
      font-weight: bold;
      padding-left: 10px; }
    #updateBox table tr:nth-child(1) td:nth-child(2) {
      width: 404px;
      height: 36px;
      border: 1px solid #dddddd;
      font-size: 16px;
      font-weight: bold;
      padding-left: 10px; }
  #updateBox table tr {
    font-weight: normal; }
    #updateBox table tr td:nth-child(1) {
      width: 204px;
      height: 36px;
      border: 1px solid #dddddd;
      font-size: 16px;
      padding-left: 10px; }
    #updateBox table tr td:nth-child(2) {
      width: 404px;
      height: 36px;
      border: 1px solid #dddddd;
      font-size: 16px;
      padding-left: 10px; }
  #updateBox button {
    padding: 0 16px;
    height: 36px;
    border-radius: 99px;
    background-color: #178AEC;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer; }
    #updateBox button:hover {
      background-color: #46a1f0; }
  #updateBox .cancelbtn {
    background-color: #ffffff;
    color: #1D1D1F;
    margin-left: 8px; }
    #updateBox .cancelbtn:hover {
      background-color: #f7f7f7; }

body .tooltipModelWarp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  z-index: 99999; }
  body .tooltipModelWarp .tooltipModel {
    width: 394px;
    min-height: 313px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px 28px;
    background-color: #fff;
    border-radius: 12px; }
    body .tooltipModelWarp .tooltipModel .tip-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body .tooltipModelWarp .tooltipModel .tip-title h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        display: flex;
        align-items: center; }
        body .tooltipModelWarp .tooltipModel .tip-title h2 img {
          margin-left: 8px;
          height: 18px;
          cursor: pointer; }
      body .tooltipModelWarp .tooltipModel .tip-title .icon_button {
        background-image: none;
        font-weight: 400;
        font-size: 24px; }
    body .tooltipModelWarp .tooltipModel .tip-type {
      display: flex;
      align-items: center;
      margin-top: 20px;
      margin-bottom: 15px;
      font-weight: 400;
      font-size: 16px;
      color: #D0021B; }
      body .tooltipModelWarp .tooltipModel .tip-type img {
        width: 18px;
        height: 18px;
        margin-right: 8px; }
    body .tooltipModelWarp .tooltipModel .tip-solve {
      display: flex;
      min-height: 66px;
      flex-direction: column;
      margin-top: 20px;
      margin-bottom: 15px; }
      body .tooltipModelWarp .tooltipModel .tip-solve a {
        color: #178AEC; }
    body .tooltipModelWarp .tooltipModel .tip-close button {
      float: right;
      padding: 0 16px;
      height: 36px;
      background: #178AEC;
      border: none;
      border-radius: 99px;
      color: #fff; }
      body .tooltipModelWarp .tooltipModel .tip-close button:hover {
        background-color: #45A1F0; }

#dcaCurveSelect {
  width: 200px;
  height: 30px;
  line-height: 20px;
  border: 1px solid #bbbbbb;
  background-color: transparent;
  color: #101010;
  font-size: 14px; }

#AI_Panel {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 500px;
  height: calc(100vh - 115px);
  background: white;
  border-radius: 12px;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 100;
  /* 底部调整手柄样式 */
  /* 调整手柄样式 */
  /* 右侧调整手柄样式 */ }
  #AI_Panel .move_header {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    height: 40px;
    top: 5px;
    left: 0;
    right: 56px;
    cursor: move; }
    #AI_Panel .move_header .recover_wrap {
      margin-right: 20px;
      color: #178AEC;
      font-size: 12px;
      line-height: 20px;
      cursor: pointer; }
      #AI_Panel .move_header .recover_wrap img {
        width: 16px;
        margin-right: 4px; }
  #AI_Panel .resize-handle-top,
  #AI_Panel .resize-handle-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    cursor: row-resize;
    z-index: 10; }
  #AI_Panel .resize-handle-bottom {
    top: unset;
    bottom: 0px; }
  #AI_Panel .resize-handle,
  #AI_Panel .resize-handle-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    z-index: 10; }
  #AI_Panel .resize-handle-right {
    left: unset;
    right: 0px; }

#upgrad_member {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 102; }
  #upgrad_member .upgrad_member_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 90%;
    max-height: 700px;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden; }

#svg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: pointer; }
  #svg_overlay svg {
    max-height: 100vh;
    height: 100vh;
    max-width: 100vw;
    background: #fff; }
    #svg_overlay svg .node rect,
    #svg_overlay svg .node polygon {
      fill: white !important;
      stroke: #000 !important;
      /* 去掉边框 */ }
    #svg_overlay svg .node text {
      fill: black !important; }
    #svg_overlay svg .edgePath path {
      stroke: black !important; }
    #svg_overlay svg .label text {
      fill: black !important; }
  #svg_overlay #close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: #F4F4F4;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 99px;
    color: #808082; }

.zfb {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
  .zfb img {
    width: 266px; }

.controls .control-group .input-row,
.forest-plot-container .forest-setting-row {
  display: flex;
  align-items: center;
  gap: 5px; }
  .controls .control-group .input-row .percentChart,
  .forest-plot-container .forest-setting-row .percentChart {
    margin-bottom: 0; }
  .controls .control-group .input-row .plotlyDown,
  .forest-plot-container .forest-setting-row .plotlyDown {
    position: unset; }
  .controls .control-group .input-row label,
  .forest-plot-container .forest-setting-row label {
    margin-bottom: 0;
    font-size: 13px;
    color: #586069;
    font-weight: 500; }
  .controls .control-group .input-row input,
  .forest-plot-container .forest-setting-row input {
    width: 100px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d1d5da;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s; }
    .controls .control-group .input-row input:focus,
    .forest-plot-container .forest-setting-row input:focus {
      outline: none;
      border-color: #4a90e2;
      box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1); }

.forest-plot-container .forest-setting-row {
  justify-content: center;
  gap: 12px; }

.controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px; }
  .controls .control-group {
    background: #fafbfc;
    padding: 18px;
    border-radius: 4px;
    border: 1px solid #e1e4e8; }
    .controls .control-group h3 {
      color: #24292e;
      margin-bottom: 15px;
      font-size: 15px;
      font-weight: 600;
      padding-bottom: 8px;
      border-bottom: 2px solid #4a90e2; }
    .controls .control-group .input-row {
      margin-top: 10px; }
      .controls .control-group .input-row:last-child {
        margin-bottom: 0; }
      .controls .control-group .input-row label {
        flex: 0 0 70px; }
      .controls .control-group .input-row input {
        flex: 1;
        width: 0; }

.dropdown-container {
  position: relative;
  display: inline-block;
  width: 160px;
  margin: 0 5px; }
  .dropdown-container .dropdown-header {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dropdown-container .dropdown-header:hover {
      background-color: #e9ecef; }
    .dropdown-container .dropdown-header span:nth-child(2) {
      width: 8px;
      height: 8px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      transform: rotate(45deg); }
  .dropdown-container .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none; }
    .dropdown-container .dropdown-content.show {
      display: block; }
    .dropdown-container .dropdown-content .group {
      border-bottom: 1px solid #e9ecef; }
      .dropdown-container .dropdown-content .group:last-child {
        border-bottom: none; }
      .dropdown-container .dropdown-content .group .group-header {
        padding: 10px 15px;
        background-color: #f1f3f5;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold; }
      .dropdown-container .dropdown-content .group .group-items .checkbox-item {
        padding: 8px 15px;
        display: flex;
        align-items: center; }
        .dropdown-container .dropdown-content .group .group-items .checkbox-item.disabled input[type="checkbox"],
        .dropdown-container .dropdown-content .group .group-items .checkbox-item.disabled label {
          opacity: 0.5;
          cursor: not-allowed; }
        .dropdown-container .dropdown-content .group .group-items .checkbox-item input[type="checkbox"] {
          margin: 0 8px 0 0; }
        .dropdown-container .dropdown-content .group .group-items .checkbox-item label {
          margin: 0;
          font-weight: 400;
          cursor: pointer; }

.selected-count {
  font-size: 0.8em;
  color: #6c757d; }

#temporarydigital {
  background-color: rgba(128, 128, 128, 0.85) !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  pointer-events: none;
  /* 穿透触控，防止阻挡手势监听 */ }

#viewAiReport .danger_box,
#confirmMethod .danger_box {
  width: 60%;
  height: 80%;
  display: flex;
  flex-direction: column;
  color: #000; }
  #viewAiReport .danger_box .top_header a,
  #confirmMethod .danger_box .top_header a {
    color: #178AEC;
    margin-left: 20px; }
  #viewAiReport .danger_box .report_html,
  #confirmMethod .danger_box .report_html {
    flex: 1;
    overflow-y: auto; }
    #viewAiReport .danger_box .report_html *,
    #confirmMethod .danger_box .report_html * {
      all: revert;
      font-size: 13px;
      margin: 0 0 5px !important;
      padding: 0;
      line-height: 18px;
      color: #333 !important;
      text-decoration: none; }
    #viewAiReport .danger_box .report_html ol,
    #viewAiReport .danger_box .report_html ul,
    #confirmMethod .danger_box .report_html ol,
    #confirmMethod .danger_box .report_html ul {
      margin-left: 30px !important; }
  #viewAiReport .danger_box #methodPlan,
  #confirmMethod .danger_box #methodPlan {
    margin-bottom: 10px; }

#aidealwith {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  grid-template-rows: 0.6fr 0.7fr;
  grid-template-areas: "auto     reports" "tools    methods";
  gap: 10px;
  padding: 10px;
  height: 100vh;
  min-height: 0;
  position: relative; }
  #aidealwith svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round; }
  #aidealwith .blue_button.-l,
  #aidealwith .hollow_button.-l,
  #aidealwith .text_button.-l,
  #aidealwith .noborder_button.-l {
    padding: 0 12px;
    height: 32px; }
  #aidealwith .blue_button.-sm,
  #aidealwith .hollow_button.-sm,
  #aidealwith .text_button.-sm,
  #aidealwith .noborder_button.-sm {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px; }
  #aidealwith .blue_button.-sm,
  #aidealwith .hollow_button.-sm {
    border-radius: 8px; }
  #aidealwith .hollow_input.-sm {
    height: 28px;
    width: 140px;
    font-size: 12px;
    border-radius: 8px; }
  #aidealwith select.-sm {
    height: 28px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 12px;
    color: #1D1D1F;
    background: #fff;
    cursor: pointer;
    outline: none;
    flex-shrink: 0; }
  @media (max-width: 900px) {
    #aidealwith {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: "auto" "reports" "methods" "tools";
      height: auto; }
      #aidealwith .tool-grid {
        justify-content: flex-start; } }
  #aidealwith .panel-auto {
    grid-area: auto; }
    #aidealwith .panel-auto button:disabled {
      cursor: not-allowed !important; }
  #aidealwith .panel-reports {
    grid-area: reports; }
  #aidealwith .panel-methods {
    grid-area: methods; }
  #aidealwith .panel-tools {
    grid-area: tools; }
  #aidealwith .panel {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow: hidden;
    min-height: 200px; }
    #aidealwith .panel h2 {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 15px;
      font-weight: 600;
      color: #1D1D1F;
      flex-shrink: 0; }
    #aidealwith .panel-hdr {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      font-size: 12px;
      gap: 8px; }
      #aidealwith .panel-hdr i {
        flex: 1; }
      #aidealwith .panel-hdr a {
        font-size: 12px;
        color: #178AEC; }
    #aidealwith .panel-body {
      padding: 10px 0 0;
      flex: 1;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      min-height: 0; }
      #aidealwith .panel-body-scroll {
        overflow-y: auto; }
  #aidealwith .btn-row {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-shrink: 0; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #aidealwith .table-wrap {
    flex: 1;
    overflow: auto;
    margin: 0; }
  #aidealwith .spss-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    cursor: pointer; }
    #aidealwith .spss-table thead {
      position: sticky;
      top: 0;
      z-index: 2; }
    #aidealwith .spss-table th {
      text-align: left;
      padding: 9px 10px;
      background: #F7F7F7;
      color: #4F4F50;
      white-space: nowrap;
      user-select: none; }
      #aidealwith .spss-table th.sortable {
        cursor: pointer;
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        #aidealwith .spss-table th.sortable:hover, #aidealwith .spss-table th.sortable.active {
          color: #178AEC; }
          #aidealwith .spss-table th.sortable:hover span, #aidealwith .spss-table th.sortable.active span {
            color: #178AEC; }
    #aidealwith .spss-table td {
      padding: 9px 10px;
      border-bottom: 1px solid #F0F0F0;
      white-space: nowrap; }
    #aidealwith .spss-table tbody tr {
      transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
      #aidealwith .spss-table tbody tr:hover, #aidealwith .spss-table tbody tr.selected {
        background: #f3f9fe; }
      #aidealwith .spss-table tbody tr.row-failed .col-check,
      #aidealwith .spss-table tbody tr.row-failed .download {
        opacity: 0.4; }
      #aidealwith .spss-table tbody tr.row-failed .col-name .ellipsis-text {
        opacity: 0.4; }
      #aidealwith .spss-table tbody tr.row-failed .col-check {
        pointer-events: none; }
  #aidealwith .status-loading {
    color: #178AEC;
    font-weight: 500;
    white-space: nowrap; }
  #aidealwith .status-failed {
    color: #FF3C3C;
    font-weight: 500; }
  #aidealwith .status-timeout {
    color: #FF9500;
    font-weight: 500; }
  #aidealwith .status-retry {
    color: #178AEC;
    font-weight: 500; }
  #aidealwith .retry-btn {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    cursor: pointer;
    vertical-align: middle; }
  #aidealwith .col-check {
    text-align: center; }
  #aidealwith .col-name {
    min-width: 100px;
    max-width: 140px;
    position: relative; }
    #aidealwith .col-name:hover {
      color: #178AEC; }
      #aidealwith .col-name:hover[data-tooltip]::after {
        content: attr(data-tooltip);
        position: absolute;
        left: 0;
        top: 100%;
        max-width: 300px;
        white-space: normal;
        word-break: break-all;
        background: #333;
        color: #fff;
        font-size: 12px;
        padding: 4px 8px;
        border-radius: 4px;
        z-index: 9999;
        pointer-events: none; }
  #aidealwith .col-time {
    min-width: 100px;
    white-space: normal !important;
    text-align: center; }
  #aidealwith .ellipsis-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #aidealwith .col-index {
    min-width: 150px;
    white-space: normal !important; }
  #aidealwith .col-actions {
    display: table-cell !important;
    min-width: 70px !important;
    width: 70px !important;
    text-align: center; }
    #aidealwith .col-actions span {
      display: inline-block;
      height: 16px !important; }
  #aidealwith .method-tag {
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 3px;
    background: #f3f9fe;
    color: #178AEC;
    font-weight: 600; }
  #aidealwith .index-link {
    color: #178AEC;
    cursor: pointer; }
    #aidealwith .index-link:hover {
      text-decoration: underline; }
  #aidealwith .method-list {
    flex: 1;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(7, auto);
    /* ← 新增：最多 7 行 */
    grid-auto-flow: column;
    /* ← 新增：列优先填充（↓ 再 →）*/
    gap: 6px;
    align-content: start; }
  #aidealwith .method-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 5px 8px;
    height: 40px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #eee;
    border-left: 3px solid transparent;
    background: #fafafa; }
    #aidealwith .method-item:hover {
      background: #f3f9fe;
      border-color: #178AEC; }
      #aidealwith .method-item:hover .blue_button {
        display: inline-block; }
    #aidealwith .method-item.method-cat-analysis {
      border-left-color: #178AEC; }
      #aidealwith .method-item.method-cat-analysis:hover {
        border-left-color: #178AEC; }
    #aidealwith .method-item.method-cat-data {
      border-left-color: #13c2c2; }
      #aidealwith .method-item.method-cat-data:hover {
        border-left-color: #13c2c2; }
    #aidealwith .method-item .method-name {
      font-weight: 500;
      font-size: 13px;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #aidealwith .method-item .blue_button {
      display: none; }
  #aidealwith .tool-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
    #aidealwith .tool-grid .active-tool {
      background: #178AEC;
      color: #fff;
      border-color: #178AEC; }
  #aidealwith #toolOutput {
    margin-top: 8px;
    overflow-y: auto; }
    #aidealwith #toolOutput > div {
      display: flex;
      flex-direction: column; }
      #aidealwith #toolOutput > div .hollow_input,
      #aidealwith #toolOutput > div .tool-upload-zone {
        flex: 1; }
    #aidealwith #toolOutput .tool-hint {
      font-size: 12px;
      color: #4F4F50;
      margin-bottom: 6px;
      line-height: 1.5; }
      #aidealwith #toolOutput .tool-hint code {
        font-family: "SF Mono", "Fira Code", "Consolas", "Menlo", monospace;
        font-size: 11px;
        padding: 1px 5px;
        background: #F7F7F7;
        border-radius: 3px; }
    #aidealwith #toolOutput .tool-upload-zone {
      border: 2px dashed #E0E0E0;
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      background: #F7F7F7;
      font-size: 12px;
      cursor: pointer;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      #aidealwith #toolOutput .tool-upload-zone:hover {
        border-color: #178AEC;
        background: #f3f9fe; }
      #aidealwith #toolOutput .tool-upload-zone.drag-over {
        border-color: #178AEC;
        background: #EEF7FF; }
      #aidealwith #toolOutput .tool-upload-zone p {
        color: #4F4F50;
        margin-bottom: 8px; }
      #aidealwith #toolOutput .tool-upload-zone .file-name {
        display: block;
        color: #178AEC;
        margin-top: 6px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  #aidealwith .hidden {
    display: none !important; }
  #aidealwith .text-muted {
    padding: 10px;
    text-align: center;
    color: #808082;
    font-size: 12px; }

textarea.hollow_input,
div.hollow_input {
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
  overflow: auto; }
  textarea.hollow_input *,
  div.hollow_input * {
    all: revert;
    font-size: 13px !important;
    margin: 0 0 5px !important;
    padding: 0;
    line-height: 18px;
    color: #333 !important;
    text-decoration: none; }
  textarea.hollow_input ol,
  textarea.hollow_input ul,
  div.hollow_input ol,
  div.hollow_input ul {
    margin-left: 30px !important; }

[contenteditable="true"]:empty::before {
  content: attr(data-placeholder);
  color: #999;
  pointer-events: none; }

.analytical-services {
  background-color: #fff; }
  .analytical-services .indextr {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    background-color: #fff; }

#more {
  display: none; }

.indexheaderss {
  width: 100%;
  height: 64px;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #3e424b;
  z-index: 100; }
  .indexheaderss .themiddle {
    width: 1180px;
    margin: auto; }
  .indexheaderss .navigation {
    float: left; }
    .indexheaderss .navigation li {
      padding: 0 12px;
      line-height: 64px;
      height: 64px;
      float: left; }
      .indexheaderss .navigation li a {
        color: #fff; }
        .indexheaderss .navigation li a:hover {
          color: #178AEC;
          text-decoration: none; }
      .indexheaderss .navigation li .news {
        position: relative;
        margin-left: 10px;
        margin-right: 14px; }
        .indexheaderss .navigation li .news::after {
          position: absolute;
          right: -11px;
          top: -10px;
          content: '';
          width: 32px;
          height: 10px;
          background: url("../../images/help/new.svg");
          background-size: 32px 10px; }
      .indexheaderss .navigation li .officialicon {
        width: 112px;
        height: 41px; }
      .indexheaderss .navigation li img {
        width: 88px;
        height: 41px;
        margin-right: 15px;
        margin-left: 0px; }
  .indexheaderss #logintitle {
    float: right; }
    .indexheaderss #logintitle .hollow_button,
    .indexheaderss #logintitle .blue_button {
      margin-right: 20px;
      padding: 8px 16px;
      border: none;
      text-align: center;
      line-height: 36px;
      color: #fff; }
    .indexheaderss #logintitle .hollow_button {
      background: rgba(255, 255, 255, 0.2); }
      .indexheaderss #logintitle .hollow_button:hover {
        background: rgba(255, 255, 255, 0.4); }
  .indexheaderss .switch-language {
    float: right;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10; }
    .indexheaderss .switch-language img {
      width: 16px;
      vertical-align: text-bottom;
      margin-right: 4px;
      padding-bottom: 1px; }
    .indexheaderss .switch-language a {
      display: inline-block;
      height: 100%;
      color: #fff;
      cursor: pointer;
      text-decoration: none; }
      .indexheaderss .switch-language a:hover {
        color: #00c1de; }

.indexheaders {
  border-bottom: 1px solid #D6D7DA;
  background: #fff; }
  .indexheaders .switch-language a {
    color: #4c4c4c; }
  .indexheaders .navigation li a {
    color: #4c4c4c; }
  .indexheaders #logintitle .hollow_button {
    border: 1px solid #E0E0E0;
    color: #1D1D1F; }
    .indexheaders #logintitle .hollow_button:hover {
      border-color: #178AEC;
      color: #178AEC; }

.contents {
  height: auto;
  float: left;
  background-color: #f0f6fc; }
  .contents .banners {
    width: 100%;
    min-width: 1180px;
    height: 750px;
    position: relative;
    background-color: #282c37;
    background-image: url(https://pubimage.spssau.com/index/banner.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .contents .banners .bannertext {
      height: 322px;
      margin-top: -161px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0; }
      .contents .banners .bannertext h1 {
        width: 100%;
        text-align: center;
        font-size: 56px;
        color: #75fee0;
        line-height: 116px; }
      .contents .banners .bannertext p {
        padding: 0 30%;
        line-height: 42px;
        margin-top: 10px;
        color: #fff;
        font-size: 20px;
        text-align: center; }
      .contents .banners .bannertext a {
        width: 240px;
        height: 52px;
        line-height: 50px;
        text-align: center;
        display: block;
        margin: 72px auto 0 auto;
        border: 2px solid #fff;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        transition: background-color 0.8s;
        -moz-transition: background-color 0.8s;
        -webkit-transition: background-color 0.8s;
        -o-transition: background-color 0.5s;
        transition: color 0.8s;
        -moz-transition: color 0.8s;
        -webkit-transition: color 0.8s;
        -o-transition: color 0.8s; }
        .contents .banners .bannertext a:hover {
          background-color: #fff;
          color: #262C3C; }
  .contents .themiddle {
    width: 1080px;
    margin: auto;
    color: #000;
    position: relative;
    z-index: 99; }
    .contents .themiddle .introduction {
      padding: 30px 6px 35px 6px;
      background-color: #fff;
      margin-top: -46px; }
      .contents .themiddle .introduction h2 {
        text-align: center;
        line-height: 64px;
        font-size: 36px; }
      .contents .themiddle .introduction .td {
        width: 207px;
        margin: 0 30px;
        float: left;
        margin-top: 40px; }
        .contents .themiddle .introduction .td .legend {
          width: 100%;
          margin-bottom: 34px; }
        .contents .themiddle .introduction .td .text {
          width: 100%; }
          .contents .themiddle .introduction .td .text h3 {
            margin-top: 35px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            color: #000000; }
          .contents .themiddle .introduction .td .text p {
            line-height: 25px;
            font-size: 13px;
            color: #000000; }
    .contents .themiddle .elaborate .slogan {
      display: block;
      margin: 33px auto 40px auto; }
    .contents .themiddle .elaborate .cent {
      background-color: #fff;
      padding: 0px 56px 60px 56px; }
      .contents .themiddle .elaborate .cent .td {
        width: 175px;
        margin: 60px 72px 0 72px;
        float: left;
        height: 194px; }
        .contents .themiddle .elaborate .cent .td h3 {
          line-height: 55px;
          font-size: 16px; }
          .contents .themiddle .elaborate .cent .td h3 .icon {
            display: inline-block;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.56);
            float: left;
            margin-right: 5px;
            background-repeat: no-repeat;
            background-position: 50%; }
        .contents .themiddle .elaborate .cent .td .text {
          margin-top: 5px;
          line-height: 24px;
          font-size: 13px; }
    .contents .themiddle .operation h2 {
      font-size: 36px;
      color: #031e5f;
      text-align: center;
      line-height: 65px;
      padding-top: 15px; }
    .contents .themiddle .operation p {
      width: 200px;
      line-height: 35px;
      font-size: 18px;
      color: #031e5f;
      display: block;
      margin: 5px auto 20px auto; }
    .contents .themiddle .operation img {
      width: 100%; }
    .contents .themiddle .user {
      margin-bottom: 100px; }
      .contents .themiddle .user h2 {
        font-size: 36px;
        color: #031e5f;
        text-align: center;
        line-height: 119px; }
      .contents .themiddle .user img {
        width: 19.6%;
        margin: 0 0.2% 6px 0.2%;
        display: block;
        float: left; }
  .contents .backcolor {
    background-color: #f2f6ff; }

.mocellphone,
.mopassword {
  width: 100%;
  height: 35px;
  padding: 0 6px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 4px; }

#loadshow,
#ailoadshow,
#pay_loadshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 103;
  display: none; }
  #loadshow .loading,
  #ailoadshow .loading,
  #pay_loadshow .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: #E6E1E1; }

#preventPanle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: none; }

.row {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }

.footer-v3 {
  width: 100%;
  float: left; }

.footer-v3 .footer-nav {
  margin-top: 50px;
  padding: 0; }

.footer-v3 .footer-grey-bar {
  text-align: left;
  background: #f0f0f0;
  padding: 20px 0 15px; }

.footer-v3 .footer-grey-bar .row {
  position: relative; }

.footer-v3 .footer-legal-links {
  position: absolute;
  top: -5px;
  left: 20px;
  width: auto;
  overflow: hidden; }

.footer-v3 .footer-legal-links li {
  position: relative;
  float: left;
  text-align: left;
  font-family: "Gotham_SSm_4r", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  line-height: 25px;
  color: #586062;
  -webkit-font-smoothing: antialiased;
  padding: 0 13px 0 12px; }

.footer-v3 .footer-legal-links a {
  color: #586062;
  font-family: "Gotham_SSm_4r", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-size: .75rem;
  -webkit-transition: border .2s ease-in-out 0s;
  -moz-transition: border .2s ease-in-out 0s;
  -o-transition: border .2s ease-in-out 0s;
  transition: border .2s ease-in-out 0s; }

.footer-v3 .footer-legal-links li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #586062;
  margin-right: 5px; }

.footer-v3 .footer-copyright {
  text-align: right;
  font-family: "Gotham_SSm_4r", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #586062;
  -webkit-font-smoothing: antialiased;
  margin-top: 5px;
  vertical-align: top; }

.footer-v3 .footer-china-gov-id {
  font-family: "Gotham_SSm_4r", Helvetica, Arial, sans-serif;
  text-align: right;
  color: #586062;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  line-height: 1rem; }

.footer-v3 .footer-china-gov-id span {
  display: block; }

.footer-v3 .footer-china-gov-id a {
  color: #586062;
  font-family: "Gotham_SSm_4r", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-size: .75rem;
  -webkit-transition: border .2s ease-in-out 0s;
  -moz-transition: border .2s ease-in-out 0s;
  -o-transition: border .2s ease-in-out 0s;
  transition: border .2s ease-in-out 0s; }

.footer-v3 .footer-china-gov-id span {
  display: block; }

.footer-v3 .row {
  padding: 0 20px; }

.weiXinLoginDialog {
  position: fixed;
  margin: 0px;
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  z-index: 101;
  padding: 50px; }
  .weiXinLoginDialog .weiXinLoginBox {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff; }
    .weiXinLoginDialog .weiXinLoginBox .weiXinCode {
      width: 350px;
      border-radius: 12px; }
    .weiXinLoginDialog .weiXinLoginBox p {
      font-size: 13px; }
  .weiXinLoginDialog .warning-banner {
    margin: 0 auto 20px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    width: 350px;
    box-sizing: border-box; }
    .weiXinLoginDialog .warning-banner .warning-title {
      color: #333;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 12px; }
    .weiXinLoginDialog .warning-banner .warning-content {
      color: #333;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 12px; }
    .weiXinLoginDialog .warning-banner .warning-highlight {
      color: #333;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px; }
    .weiXinLoginDialog .warning-banner .blue_button {
      display: inline-block; }

.newContentCode {
  width: 100%;
  height: 100%;
  background-color: #f0f6fc; }
  .newContentCode .header .logo {
    width: 112px;
    height: 41px; }
  .newContentCode .contentcodeBox {
    width: 1164px;
    height: 100%;
    padding: 0 108px;
    margin: 60px auto;
    background: #fff; }
    .newContentCode .contentcodeBox .marginTop {
      padding-top: 60px;
      margin: 60px auto; }
      .newContentCode .contentcodeBox .marginTop .access {
        margin: 0 auto;
        font-family: PingFangSC-Semibold;
        font-size: 36px;
        color: #178AEC; }
      .newContentCode .contentcodeBox .marginTop .codeBox {
        margin: 40px auto;
        overflow: hidden;
        padding-bottom: 60px;
        border-bottom: 2px solid #EBECF0; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessLeft {
          width: 200px;
          float: left; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessLeft h3 {
            font-size: 24px;
            color: #178AEC; }
            .newContentCode .contentcodeBox .marginTop .codeBox .accessLeft h3 span {
              display: inline-block;
              width: 30px;
              height: 30px;
              margin-top: -5px;
              vertical-align: middle; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessLeft .access1Td {
            width: 100px;
            height: 100px;
            margin-top: 55px;
            margin-left: 63px; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessRight {
          float: left;
          margin-left: 66px;
          max-width: 650px; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessRight li {
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #333333;
            letter-spacing: 0.5px;
            line-height: 21px;
            position: relative; }
            .newContentCode .contentcodeBox .marginTop .codeBox .accessRight li::before {
              content: "";
              width: 6px;
              height: 6px;
              background: #C3E4FD;
              position: absolute;
              left: -13px;
              top: 6px;
              border-radius: 50%; }
            .newContentCode .contentcodeBox .marginTop .codeBox .accessRight li #shareLink {
              color: #178AEC; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessRight .shareLiLink::before {
            content: "";
            width: 0;
            height: 0; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessRight .shareLiLink input {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: #fafafa;
            margin-left: -15px;
            padding-left: 5px;
            border: 1px solid #EBECF0; }
            .newContentCode .contentcodeBox .marginTop .codeBox .accessRight .shareLiLink input:focus {
              outline: none; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access2Td {
          text-align: center;
          line-height: 160px;
          width: 80px; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg1 {
          background: url(../images/activity/promotioncode_one.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg2 {
          background: url(../images/activity/promotioncode_two.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg3 {
          background: url(../images/activity/promotioncode_three.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg4 {
          background: url(../images/activity/promotioncode_four.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg5 {
          background: url(../images/activity/promotioncode_five.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg6 {
          margin-top: 0;
          background: url(../images/activity/promotioncode_six.svg) no-repeat;
          -webkit-background-size: 30px 30px;
          background-size: 30px 30px; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg7 {
          background: url(../images/activity/promotioncode_seven.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg8 {
          background: url(../images/activity/promotioncode_eight.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessSpanBg9 {
          background: url(../images/activity/promotioncode_nine.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background1 {
          background: url(../images/activity/promotioncode_1.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background2 {
          background: url(../images/activity/promotioncode_2.jpg) no-repeat;
          background-size: cover; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background3 {
          background: url(../images/activity/access1Image_3.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background4 {
          background: url(../images/activity/access1Image_4.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background5 {
          background: url(../images/activity/access1Image_5.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background6 {
          background: url(../images/activity/access1Image_6.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background7 {
          background: url(../images/activity/access1Image_7.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background8 {
          background: url(../images/activity/access1Image_8.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background9 {
          background: url(../images/activity/access1Image_9.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background10 {
          background: url(../images/activity/access1Image_10.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background11 {
          background: url(../images/activity/access1Image_11.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background15 {
          background: url(../images/activity/access1Image_15.svg) no-repeat; }
        .newContentCode .contentcodeBox .marginTop .codeBox .access1Background16 {
          background: url(../images/activity/access1Image_16.svg) no-repeat; }

@media (max-width: 1080px) {
  #more {
    display: none; }

  .indexheaderss .themiddle {
    width: 100%;
    position: absolute; }
  .indexheaderss .navigation li {
    padding: 0 5px; }

  .contents {
    width: auto; }
    .contents .banners {
      min-width: 100%; }
      .contents .banners .bannertext {
        margin-top: -145px; }
        .contents .banners .bannertext a {
          margin: 30px auto 0 auto; }
    .contents .themiddle {
      width: 100%; }
      .contents .themiddle .introduction .td {
        width: 46%;
        margin: 0 2%; }
      .contents .themiddle .elaborate .cent .td {
        width: 40%;
        margin: 60px 5% 0 5%; }

  .newContentCode {
    width: 100%;
    height: 100%;
    background-color: #f0f6fc; }
    .newContentCode .contentcodeBox {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      background: #fff;
      padding: 0 10px; }
      .newContentCode .contentcodeBox .marginTop .access {
        width: 840px; }
      .newContentCode .contentcodeBox .marginTop .codeBox {
        width: 840px; }
        .newContentCode .contentcodeBox .marginTop .codeBox .accessRight {
          margin-left: 50px;
          max-width: 500px; } }
@media (max-width: 750px) {
  .indexheaderss .themiddle {
    width: 100%; }
  .indexheaderss .navigation {
    padding-left: 14px; }
    .indexheaderss .navigation li {
      font-size: 14px; }
      .indexheaderss .navigation li img {
        width: 70px;
        margin-right: 0px;
        margin-left: 0; }
      .indexheaderss .navigation li:nth-child(2) {
        display: none; }
      .indexheaderss .navigation li:nth-child(3) {
        margin-left: 32px; }
      .indexheaderss .navigation li:nth-child(4) {
        display: none; }
  .indexheaderss #logintitle {
    display: none; }
  .indexheaderss .switch-language {
    display: none; }

  .scrolltop_bar.in_viewer .new_share {
    display: none !important; }

  .themiddle {
    width: 100%; }

  .contents .banners {
    min-width: 100%;
    height: 350px; }
    .contents .banners .bannertext {
      margin-top: -145px; }
      .contents .banners .bannertext h1 {
        width: 100%;
        text-align: center;
        line-height: 90px;
        float: left;
        padding-top: 80px;
        font-size: 26px;
        color: #79f8e3; }
        .contents .banners .bannertext h1 img {
          width: 80px; }
      .contents .banners .bannertext p {
        padding: 0;
        line-height: 20px;
        margin-top: 10px;
        color: #fff;
        font-size: 15px;
        text-align: center; }
      .contents .banners .bannertext a {
        margin: 30px auto 0 auto; }
      .contents .banners .bannertext #ifok {
        display: none; }
  .contents .themiddle {
    width: 100%; }
    .contents .themiddle .introduction {
      padding: 0;
      margin-top: -10px;
      padding: 30px 20px; }
      .contents .themiddle .introduction h2 {
        line-height: 30px;
        font-size: 24px; }
      .contents .themiddle .introduction .td {
        margin: 0 1%;
        min-height: 378px; }
    .contents .themiddle .elaborate .slogan {
      width: 50%;
      margin: 20px auto; }
    .contents .themiddle .elaborate .cent {
      background-color: #fff;
      padding: 0; }
      .contents .themiddle .elaborate .cent .td {
        width: 42%;
        margin: 12px 4%;
        height: 140px; }
        .contents .themiddle .elaborate .cent .td h3 {
          line-height: 30px;
          font-size: 14px; }
          .contents .themiddle .elaborate .cent .td h3 .icon {
            width: 30px;
            height: 30px;
            box-shadow: 0 0 8px 0 rgba(204, 204, 204, 0.2);
            margin-right: 3px;
            background-size: 49%; }
        .contents .themiddle .elaborate .cent .td .text {
          margin-top: 3px;
          line-height: 20px;
          font-size: 12px; }
    .contents .themiddle .operation h2 {
      font-size: 24px;
      color: #031e5f;
      text-align: center;
      line-height: 30px;
      padding-top: 15px; }
    .contents .themiddle .operation p {
      width: 100%;
      line-height: 20px;
      font-size: 14px;
      color: #031e5f;
      display: block;
      margin: 0;
      padding: 20px; }
    .contents .themiddle .operation img {
      width: 100%; }
    .contents .themiddle .user {
      margin-bottom: 20px; }
      .contents .themiddle .user h2 {
        font-size: 24px;
        color: #031e5f;
        text-align: center;
        line-height: 50px; }
      .contents .themiddle .user img {
        width: 50%;
        margin: 0; }

  .footer-v3 .footer-legal-links {
    display: none; }

  .scrolltop_bar {
    right: 5px; }

  .header {
    z-index: 100; }

  .newContentCode {
    width: 100%;
    height: 100%;
    background-color: #f0f6fc; }
    .newContentCode .contentcodeBox {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      background: #fff;
      margin: 30px auto; }
      .newContentCode .contentcodeBox .marginTop {
        padding-top: 60px;
        margin: 30px auto; }
        .newContentCode .contentcodeBox .marginTop .access {
          width: 100%; }
        .newContentCode .contentcodeBox .marginTop .codeBox {
          width: 100%; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessLeft .access1Td {
            display: none; }
          .newContentCode .contentcodeBox .marginTop .codeBox .accessRight {
            margin-top: 10px;
            margin-left: 30px;
            max-width: 400px; }
            .newContentCode .contentcodeBox .marginTop .codeBox .accessRight li img {
              width: 100%; } }
@media (max-width: 768px) {
  #more {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 11111; }
    #more .navbtn {
      position: absolute;
      top: 19px;
      right: 0;
      margin-right: 17px; }
    #more .nav {
      display: none;
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 100;
      box-shadow: -1px 0 6px 1px rgba(0, 0, 0, 0.1);
      width: 274px;
      height: 100%;
      background-color: #fff; }
      #more .nav .nav_close {
        height: 50px;
        line-height: 50px;
        text-align: right;
        background-color: #F1F1F1; }
        #more .nav .nav_close .closebtn {
          margin-right: 13px; }
      #more .nav .nav_list {
        padding: 0 30px; }
        #more .nav .nav_list li {
          height: 56px;
          border-top: 1px solid #DADADA;
          line-height: 56px; }
          #more .nav .nav_list li a {
            display: block;
            color: #333; }
          #more .nav .nav_list li .checked {
            color: #178aec; }
          #more .nav .nav_list li:first-child {
            border-top: none; }
        #more .nav .nav_list .myli {
          display: none; }
      #more .nav .search_wrap {
        position: relative;
        width: 213px;
        height: 36px;
        margin-left: 30px;
        margin-top: 64px;
        border: 1px solid #DADADA;
        border-left-width: 2px;
        padding-left: 33px; }
        #more .nav .search_wrap:before {
          position: absolute;
          top: 10px;
          left: 10px;
          content: '';
          width: 17px;
          height: 17px;
          background: url("../../images/article/icon-search.jpg");
          background-size: 17px 17px; }
        #more .nav .search_wrap .search_input,
        #more .nav .search_wrap .nav_search_input {
          width: 100%;
          height: 100%;
          border: none;
          outline: none; } }
#pcOrPhone {
  width: 100%;
  height: 35px;
  background-color: #EBEEF5;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  line-height: 35px; }
  #pcOrPhone span {
    font-size: 14px; }
  #pcOrPhone #copyHref {
    display: inline-block;
    width: 90px;
    height: 25px;
    margin: 11px 0;
    border-radius: 4px;
    border: 0px solid #000;
    background-color: #178aec;
    color: #fff;
    font-size: 14px;
    cursor: pointer; }
  #pcOrPhone #closePhone {
    cursor: pointer;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    line-height: 20px;
    border: solid 0px #fff;
    color: #fff;
    background: transparent;
    font-size: 20px; }
    #pcOrPhone #closePhone:hover {
      color: #178aec; }

.bodyColor {
  background: #F7F7F7; }

.loginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%); }
  .loginBox .blue_button {
    width: 100%; }
  .loginBox .login {
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 #00000014;
    background: #fff url("https://pubimage.spssau.com/activity/login_bg.svg") no-repeat right top; }
    .loginBox .login .loginTab {
      margin-top: 28px !important;
      border-bottom: 1px solid #E0E0E0;
      font-size: 16px;
      font-weight: 400; }
      .loginBox .login .loginTab input {
        margin: 0 16px;
        padding: 0;
        height: 44px;
        border: none;
        text-align: center;
        color: #808082;
        background: #fff;
        cursor: pointer; }
      .loginBox .login .loginTab .activeTab {
        color: #1D1D1F;
        border-bottom: 2px solid #178AEC; }
    .loginBox .login form {
      padding-bottom: 32px;
      border-bottom: 1px dashed #E0E0E0; }
      .loginBox .login form .wjmm_wrap {
        display: flex;
        justify-content: space-between; }
      .loginBox .login form .wjmm_wrap .wjmm, .loginBox .login form .mmdl {
        font-size: 12px;
        line-height: 20px;
        color: #178AEC;
        cursor: pointer;
        margin-bottom: 20px; }
      .loginBox .login form .freeRegistered {
        margin-top: 12px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #808082; }
        .loginBox .login form .freeRegistered a {
          color: #178AEC;
          text-decoration: underline; }
      .loginBox .login form .changewords {
        position: absolute;
        right: 16px;
        bottom: 10px;
        color: #178AEC;
        font-size: 12px;
        cursor: pointer; }
      .loginBox .login form .fsyzm {
        display: none; }
    .loginBox .login .weixin {
      margin-top: 30px;
      width: 100%;
      background: #fff url(../../images/icon/weixin2.png) 100px center/16px 16px no-repeat; }
  .loginBox .changeed > a, .loginBox .registered > a {
    margin: 16px 0;
    display: block;
    font-size: 24px;
    color: #1D1D1F;
    line-height: 36px; }
  .loginBox .changeed form, .loginBox .registered form {
    border-bottom: none; }
    .loginBox .changeed form .blue_button, .loginBox .registered form .blue_button {
      margin-top: 20px; }
    .loginBox .changeed form .spanAgreement, .loginBox .registered form .spanAgreement {
      margin-top: 20px;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .loginBox .changeed form .spanAgreement a, .loginBox .registered form .spanAgreement a {
        color: #4f4f50;
        font-size: 12px;
        line-height: 22px; }

#ieison {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6; }
  #ieison .ieisoninner {
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    border-radius: 5px;
    background-color: rgba(234, 33, 33, 0.8);
    padding: 5px 15px;
    line-height: 30px;
    text-align: center;
    color: #fff; }

.helpbox .container {
  max-width: 1150px;
  padding-left: 0px;
  padding-right: 0px; }

.helpp > .list {
  display: none; }

#helpsearch1 iframe {
  position: relative;
  z-index: 1; }

/* 搜索框*/
.search-box {
  margin-top: 64px;
  background-color: #F2F3F5; }
  .search-box .jumbotron {
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 4px; }
    .search-box .jumbotron .search-form {
      width: 100%;
      position: relative; }
      .search-box .jumbotron .search-form .search-list {
        display: none;
        z-index: 2;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #E3E3E3;
        padding: 16px 51px 14px 16px; }
        .search-box .jumbotron .search-form .search-list ul {
          position: relative;
          float: left;
          width: 33.3%; }
          .search-box .jumbotron .search-form .search-list ul li {
            text-align: left;
            padding-left: 3px;
            margin-bottom: 5px;
            font-size: 12px;
            color: #666666; }
            .search-box .jumbotron .search-form .search-list ul li:nth-child(-n+4) {
              color: #178AEC;
              font-weight: 600;
              line-height: 17px; }
            .search-box .jumbotron .search-form .search-list ul li:first-child {
              padding-left: 18px;
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 8px; }
              .search-box .jumbotron .search-form .search-list ul li:first-child:before {
                position: absolute;
                top: 2px;
                left: 0;
                content: '';
                width: 16px;
                height: 16px; }
            .search-box .jumbotron .search-form .search-list ul li span {
              margin-left: 8px;
              cursor: pointer; }
          .search-box .jumbotron .search-form .search-list ul:nth-child(1) li:first-child:before {
            background: url("../images/help/icon-hot.svg"); }
          .search-box .jumbotron .search-form .search-list ul:nth-child(2) li:first-child:before {
            background: url("../images/help/icon-high.svg"); }
          .search-box .jumbotron .search-form .search-list ul:nth-child(3) li:first-child:before {
            background: url("../images/help/icon-found.svg"); }
    .search-box .jumbotron .searchbox {
      width: 100%;
      height: 45px;
      border: 1px solid #DAE2EF;
      font-size: 16px;
      padding: 12px 15px; }
    .search-box .jumbotron button {
      position: absolute;
      right: 1px;
      top: 1px;
      width: 112px;
      height: 43px;
      background-color: #178AEC;
      font-size: 20px;
      color: #fff;
      border-radius: 2px;
      border: none; }

.search_results .search_results_header {
  position: relative;
  padding: 10px 0;
  font-size: 1.4em;
  height: 45px; }
  .search_results .search_results_header .search_results_title {
    position: absolute;
    left: 0;
    top: 10px; }
  .search_results .search_results_header .search_results_number {
    position: absolute;
    right: 0;
    top: 10px; }
  .search_results .search_results_header .highlight {
    color: #178AEC; }

.compact-search-box {
  margin-top: 64px;
  background-color: #EFEFEF; }
  .compact-search-box .jumbotron {
    margin: 0;
    padding: 20px 0; }
    .compact-search-box .jumbotron .search-form {
      width: 100%;
      position: relative; }
      .compact-search-box .jumbotron .search-form .search-list1 {
        display: none;
        z-index: 2;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #E3E3E3;
        padding: 16px 51px 14px 16px; }
        .compact-search-box .jumbotron .search-form .search-list1 ul {
          position: relative;
          float: left;
          width: 33.3%; }
          .compact-search-box .jumbotron .search-form .search-list1 ul li {
            text-align: left;
            padding-left: 3px;
            margin-bottom: 5px;
            font-size: 12px;
            color: #666666; }
            .compact-search-box .jumbotron .search-form .search-list1 ul li:nth-child(-n+4) {
              color: #178AEC;
              font-weight: 600;
              line-height: 17px; }
            .compact-search-box .jumbotron .search-form .search-list1 ul li:first-child {
              padding-left: 18px;
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 8px; }
              .compact-search-box .jumbotron .search-form .search-list1 ul li:first-child:before {
                position: absolute;
                top: 2px;
                left: 0;
                content: '';
                width: 16px;
                height: 16px; }
            .compact-search-box .jumbotron .search-form .search-list1 ul li span {
              margin-left: 8px;
              cursor: pointer; }
          .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(1) li:first-child:before {
            background: url("../images/help/icon-hot.svg"); }
          .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(2) li:first-child:before {
            background: url("../images/help/icon-high.svg"); }
          .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(3) li:first-child:before {
            background: url("../images/help/icon-found.svg"); }
      .compact-search-box .jumbotron .search-form .searchbox {
        width: 100%;
        height: 45px;
        border: 1px solid #DAE2EF;
        font-size: 16px;
        padding: 12px 15px;
        position: inherit;
        z-index: 2; }
      .compact-search-box .jumbotron .search-form button {
        position: absolute;
        right: 1px;
        top: 1px;
        width: 112px;
        height: 43px;
        background-color: #178AEC;
        font-size: 20px;
        color: #fff;
        border-radius: 2px;
        border: none; }
    .compact-search-box .jumbotron .hot-searches {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .compact-search-box .jumbotron .hot-searches .hot-search {
        height: 45px;
        line-height: 45px;
        font-size: 12px; }
        .compact-search-box .jumbotron .hot-searches .hot-search a {
          color: #666666; }
          .compact-search-box .jumbotron .hot-searches .hot-search a:hover {
            color: #0098FF; }

.nav_select_boxs a {
  color: #222; }
.nav_select_boxs .sidebar {
  border: 1px solid #D9D9D9;
  border-top: none; }
  .nav_select_boxs .sidebar a.active {
    color: #0098FF; }
  .nav_select_boxs .sidebar .panel {
    margin-top: 0px;
    border: none; }
    .nav_select_boxs .sidebar .panel .panel-heading {
      padding: 5px 12px;
      background-color: #fff;
      border-top: 1px solid #D9D9D9;
      border-radius: 0px;
      border-bottom: 0; }
      .nav_select_boxs .sidebar .panel .panel-heading h4 {
        font-size: 14px;
        padding: 5px 10px;
        margin: 0px; }
        .nav_select_boxs .sidebar .panel .panel-heading h4 a {
          display: block;
          padding: 3px; }
          .nav_select_boxs .sidebar .panel .panel-heading h4 a:hover {
            color: #0098FF; }
    .nav_select_boxs .sidebar .panel ul {
      font-size: 12px;
      padding: 5px 12px 5px 30px;
      background-color: #fafafa;
      border-top: 1px solid #d9d9d9; }
      .nav_select_boxs .sidebar .panel ul li {
        line-height: 200%; }
        .nav_select_boxs .sidebar .panel ul li a:hover {
          color: #0098FF; }

.img_background {
  width: 100%;
  background: #FAFAFA; }

.img700 {
  display: none; }

.helppoint {
  position: fixed;
  left: 65%;
  bottom: 60px;
  z-index: 1; }
  .helppoint .ui-backTop .icon-backTopLink {
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    overflow: hidden; }
    .helppoint .ui-backTop .icon-backTopLink:hover {
      border-color: #178AEC; }
      .helppoint .ui-backTop .icon-backTopLink:hover .icon-backTop {
        background-color: #178AEC;
        background-image: url("../../images/icon/to_top_white.svg"); }
    .helppoint .ui-backTop .icon-backTopLink .icon-backTop {
      display: block;
      width: 35px;
      height: 35px;
      background: #FFF url("../../images/icon/to_top_icon.svg") center center/18px 18px no-repeat; }
  .helppoint .backTop {
    display: none; }

#helpnav_box {
  display: none; }

.cooperation {
  background-color: #eceff5;
  padding-top: 64px; }
  .cooperation .indexheaderss {
    background-color: #fff;
    border-bottom: none; }
    .cooperation .indexheaderss .themiddle {
      width: 1000px;
      position: static; }
      .cooperation .indexheaderss .themiddle a {
        color: #333; }
  .cooperation .cooperation_container {
    width: 1000px;
    margin: auto; }
    .cooperation .cooperation_container .cooperation_header {
      height: 125px;
      background-color: #108bed;
      padding: 40px 0; }
      .cooperation .cooperation_container .cooperation_header img {
        display: none; }
      .cooperation .cooperation_container .cooperation_header h1 {
        font-weight: 600;
        font-size: 32px;
        color: #FFFFFF;
        text-align: center; }
    .cooperation .cooperation_container .cooperation_content {
      padding: 1px 80px 183px;
      background-color: #fff; }
      .cooperation .cooperation_container .cooperation_content h2 {
        position: relative;
        padding: 12px 0;
        margin-top: 50px !important;
        font-size: 28px;
        color: #178AEC;
        text-align: center; }
        .cooperation .cooperation_container .cooperation_content h2:before {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%);
          content: '';
          width: 80px;
          height: 3px;
          background-color: #178aec; }
      .cooperation .cooperation_container .cooperation_content > p {
        margin-top: 26px;
        font-size: 14px;
        color: #333333;
        line-height: 24px; }
        .cooperation .cooperation_container .cooperation_content > p span {
          display: inline-block;
          width: 49%;
          height: 116px;
          text-align: center;
          line-height: 116px;
          background: #178aec;
          font-size: 28px;
          color: #FFFFFF;
          cursor: pointer; }
          .cooperation .cooperation_container .cooperation_content > p span:nth-child(2) {
            float: right; }
      .cooperation .cooperation_container .cooperation_content .provide {
        margin: 26px 13px 0;
        overflow: hidden; }
        .cooperation .cooperation_container .cooperation_content .provide .provide_item {
          float: left;
          width: 48%;
          height: 120px;
          margin-right: 1%;
          display: inline-block;
          font-size: 14px;
          line-height: 24px; }
          .cooperation .cooperation_container .cooperation_content .provide .provide_item h3 {
            width: 118px;
            height: 24px;
            font-size: 13px;
            background-color: #178aec;
            text-align: center;
            color: #fff; }
          .cooperation .cooperation_container .cooperation_content .provide .provide_item p {
            padding-left: 11px; }
      .cooperation .cooperation_container .cooperation_content .contact {
        margin-top: 26px;
        text-align: center; }
        .cooperation .cooperation_container .cooperation_content .contact p {
          font-size: 14px;
          color: #333; }

@media (min-width: 768px) and (max-width: 992px) {
  .backTop {
    left: auto;
    right: 15px;
    bottom: 10px;
    display: none; } }
@media (max-width: 768px) {
  .backTop {
    left: auto;
    right: 15px;
    bottom: 10px;
    display: none; } }
@media (max-width: 700px) {
  .table700 {
    display: none; }

  #helpsearch1 {
    margin-bottom: 10px; }
    #helpsearch1 iframe {
      height: 105px; }

  .img700 {
    display: block; } }
.search-results {
  display: block;
  padding: 30px 0;
  border-top: 1px #EFEFEF solid; }
  .search-results:hover {
    color: #0098ff; }

.search-result-title {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 20px; }

.search-results-more {
  display: block;
  text-align: center;
  background: #d9d9d9;
  padding: 10px 0;
  cursor: pointer; }

.search-results-bottom {
  padding: 10px 0; }

/* 登陆帮助 */
.help-box {
  background-color: #fafafa; }
  .help-box .login-container {
    margin-top: 30px; }
    .help-box .login-container p {
      margin-bottom: 30px; }
      .help-box .login-container p .btn-gd {
        background-color: #0098ff;
        padding: 4px 30px;
        color: #ffffff !important;
        border-radius: 2px; }

/* 常见问题 */
.section {
  padding: 30px 0px 20px 0px; }
  .section a {
    text-decoration: none;
    color: #222; }
  .section h1 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px; }
  .section h2 {
    margin-top: 6px;
    font-size: 16px; }

.faqs {
  border-top: 1px solid #d9d9d9; }
  .faqs li {
    line-height: 200%;
    position: relative; }
    .faqs li::before {
      content: "• ";
      color: #D8D8D8;
      margin-right: 6px;
      position: absolute;
      left: 0; }
    .faqs li a:hover {
      color: #0098ff; }
  .faqs .view-all {
    font-size: 12px;
    color: #0098ff;
    margin-left: 10px; }

/* 视频 */
.videos {
  background-color: #fafafa; }
  .videos .container .row {
    padding-left: 0px; }
    .videos .container .row .video-link .video {
      height: 130px;
      border-radius: 2px;
      position: relative;
      padding: 18px 0;
      margin: 10px 0 20px 0px;
      transition: all 0.2s linear;
      background: #ffffff;
      border: 1px solid #178AEC; }
      .videos .container .row .video-link .video .video-title {
        font-size: 16px;
        text-align: center;
        color: #178AEC;
        padding-top: 30px; }
      .videos .container .row .video-link .video .video-icon {
        height: 40px;
        width: 40px;
        margin: 0 auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        top: 15px; }

/* 功能帮助 */
.categories .container .row {
  margin: 10px auto;
  padding: 0px; }
  .categories .container .row .category {
    margin: 15px auto;
    margin-left: -8px; }
    .categories .container .row .category .row .view-all {
      font-size: 12px;
      color: #0098ff; }
    .categories .container .row .category .row h2 {
      margin-top: 6px;
      padding-bottom: 10px;
      position: relative; }
    .categories .container .row .category .row li {
      line-height: 180%;
      position: relative; }
      .categories .container .row .category .row li::before {
        content: "• ";
        color: #D8D8D8;
        margin-right: 6px;
        left: 0; }
      .categories .container .row .category .row li a:hover {
        color: #0098ff; }
    .categories .container .row .category .row .category-icon {
      width: 100%;
      padding-top: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 1px; }

/*页脚 */
#footer {
  width: 100%;
  margin-top: 30px;
  height: 80px; }

.home-footer {
  background-color: #FAFAFA; }
  .home-footer .footer {
    text-align: center;
    line-height: 80px;
    font-size: 12px; }
    .home-footer .footer a {
      text-decoration: none;
      color: #0098ff; }

@media (max-width: 750px) {
  .helpbox {
    padding-top: 0 !important;
    background-color: #f5f7fa; }
    .helpbox #helpsearch {
      display: none; }
    .helpbox .jumbotron {
      padding: 0;
      margin: 0;
      background-color: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09); }
      .helpbox .jumbotron .row {
        padding: 15px; }
        .helpbox .jumbotron .row .col-sm-10 {
          padding: 0; }
          .helpbox .jumbotron .row .col-sm-10 #search_index {
            width: 100%;
            height: 36px;
            border: 1px solid rgba(190, 190, 190, 0.41);
            border-radius: 18px; }
          .helpbox .jumbotron .row .col-sm-10 #submit {
            width: 100px;
            height: 36px;
            border-top-right-radius: 18px;
            border-bottom-right-radius: 18px; }

  .videos {
    padding: 10px 0 0; }
    .videos .container .row {
      padding: 0; }
      .videos .container .row .col-xs-12:first-child {
        display: none; }
      .videos .container .row .col-xs-11 {
        width: 100%; }
        .videos .container .row .col-xs-11 > div {
          padding: 0; }
          .videos .container .row .col-xs-11 > div .video {
            display: flex;
            align-items: center;
            height: 69px;
            padding: 0;
            margin: 0 0 10px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(74, 144, 226, 0.21); }
            .videos .container .row .col-xs-11 > div .video .video-icon {
              position: static;
              display: inline-block;
              margin: 0 17px;
              left: 29px; }
            .videos .container .row .col-xs-11 > div .video .video-title {
              padding: 0;
              display: inline-block;
              width: 69px; }
          .videos .container .row .col-xs-11 > div:nth-child(1), .videos .container .row .col-xs-11 > div:nth-child(3) {
            padding-right: 11px; }

  .categories {
    background-color: #fff;
    padding: 0; }
    .categories .container .row .col-xs-12 h1 {
      text-align: center;
      font-weight: 600;
      color: #666; }
    .categories .container .row .col-sm-6 {
      display: none; }
    .categories .container .row #helpnav_box {
      display: block;
      box-sizing: border-box;
      padding: 14px;
      background-color: transparent; }

  .nav_select_boxs #accordion {
    border: none;
    border-right: 1px solid #E8E8E8; }
    .nav_select_boxs #accordion .panel-heading {
      background-color: #F3F8FF;
      border: 1px solid #E8E8E8; }

  .cooperation {
    padding-top: 80px; }
    .cooperation .indexheaderss {
      float: none;
      background-color: #fff;
      border: none;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09); }
      .cooperation .indexheaderss li a {
        color: #1D1D1F; }
    .cooperation .cooperation_container {
      width: 100%; }
      .cooperation .cooperation_container .cooperation_header {
        height: 96px;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
        text-align: center; }
        .cooperation .cooperation_container .cooperation_header img {
          display: unset;
          margin-top: 27px; }
        .cooperation .cooperation_container .cooperation_header h1 {
          font-size: 24px;
          color: #178aec;
          line-height: 33px; }
      .cooperation .cooperation_container .cooperation_content {
        padding: 1px 28px 183px 34px;
        background-color: transparent; }
        .cooperation .cooperation_container .cooperation_content h2 {
          position: relative;
          padding: 6px 0;
          margin-top: 22px !important;
          font-size: 18px;
          color: #178AEC;
          text-align: center; }
          .cooperation .cooperation_container .cooperation_content h2:before {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
            content: '';
            width: 36px;
            height: 1px;
            background-color: #178aec; }
        .cooperation .cooperation_container .cooperation_content > p {
          margin-top: 26px;
          font-size: 14px;
          color: #333333;
          line-height: 24px; }
          .cooperation .cooperation_container .cooperation_content > p span {
            display: inline-block;
            width: 48%;
            height: 42px;
            border: 1px solid #178aec;
            background: #fff;
            text-align: center;
            line-height: 42px;
            font-weight: 600;
            font-size: 16px;
            color: #178aec; }
            .cooperation .cooperation_container .cooperation_content > p span:nth-child(2) {
              float: right; }
        .cooperation .cooperation_container .cooperation_content .provide {
          margin: 0 13px;
          overflow: hidden; }
          .cooperation .cooperation_container .cooperation_content .provide .provide_item {
            float: none;
            width: 100%;
            height: unset;
            margin-right: 0;
            margin-top: 24px;
            display: block;
            font-size: 14px;
            line-height: 24px; }
            .cooperation .cooperation_container .cooperation_content .provide .provide_item h3 {
              width: 118px;
              height: 24px;
              font-size: 13px;
              background-color: #178aec;
              text-align: center;
              color: #fff; }
            .cooperation .cooperation_container .cooperation_content .provide .provide_item p {
              padding-left: 11px; }
        .cooperation .cooperation_container .cooperation_content .contact {
          margin-top: 24px;
          text-align: center; }
          .cooperation .cooperation_container .cooperation_content .contact p {
            line-height: 20px;
            margin: 5px 0; }
          .cooperation .cooperation_container .cooperation_content .contact img {
            width: 55px;
            height: 57px; }

  .compact-search-box {
    margin-top: 64px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09); }
    .compact-search-box .jumbotron {
      margin: 0;
      padding: 20px 0;
      background-color: #fff; }
      .compact-search-box .jumbotron #search_index1 {
        width: 100%;
        height: 36px;
        border: 1px solid rgba(190, 190, 190, 0.41);
        border-radius: 18px; }
      .compact-search-box .jumbotron #submit1 {
        width: 100px;
        height: 36px;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px; }
      .compact-search-box .jumbotron .search-form {
        width: 100%;
        position: relative; }
        .compact-search-box .jumbotron .search-form .search-list1 {
          display: none;
          z-index: 2;
          position: absolute;
          top: 52px;
          left: 0;
          width: 100%;
          background-color: #fff;
          border: 1px solid #E3E3E3;
          padding: 16px; }
          .compact-search-box .jumbotron .search-form .search-list1 ul {
            position: relative;
            float: left;
            width: 33.3%; }
            .compact-search-box .jumbotron .search-form .search-list1 ul li {
              text-align: left;
              padding-left: 3px;
              margin-bottom: 5px;
              font-size: 12px;
              color: #666666; }
              .compact-search-box .jumbotron .search-form .search-list1 ul li:nth-child(-n+4) {
                color: #178AEC;
                font-weight: 600;
                line-height: 17px; }
              .compact-search-box .jumbotron .search-form .search-list1 ul li:first-child {
                padding-left: 18px;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 8px; }
                .compact-search-box .jumbotron .search-form .search-list1 ul li:first-child:before {
                  position: absolute;
                  top: 2px;
                  left: 0;
                  content: '';
                  width: 16px;
                  height: 16px; }
              .compact-search-box .jumbotron .search-form .search-list1 ul li span {
                margin-left: 8px;
                cursor: pointer; }
            .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(1) li:first-child:before {
              background: url("../../images/help/icon-hot.svg"); }
            .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(2) li:first-child:before {
              background: url("../../images/help/icon-high.svg"); }
            .compact-search-box .jumbotron .search-form .search-list1 ul:nth-child(3) li:first-child:before {
              background: url("../../images/help/icon-found.svg"); }
        .compact-search-box .jumbotron .search-form .searchbox {
          width: 100%;
          height: 45px;
          border: 1px solid #DAE2EF;
          font-size: 16px;
          padding: 12px 15px; }
        .compact-search-box .jumbotron .search-form button {
          position: absolute;
          right: 1px;
          top: 1px;
          width: 112px;
          height: 43px;
          background-color: #178AEC;
          font-size: 20px;
          color: #fff;
          border-radius: 2px;
          border: none; }
      .compact-search-box .jumbotron .hot-searches {
        display: none; }

  .none {
    display: none !important; }

  #nav_box {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 224px;
    height: 100%;
    padding: 0; }

  .helpp > .list {
    display: block; }
    .helpp > .list img {
      display: inline-block;
      position: fixed;
      width: 49px;
      height: 49px;
      top: 50%;
      right: 20px;
      z-index: 2; }

  .list_open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6); }
    .list_open:before {
      position: absolute;
      top: 50%;
      left: 45px;
      width: 74px;
      content: '轻触这里关闭列表';
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF; }
    .list_open img {
      display: none; } }
.ahpcontainer {
  margin-top: 64px;
  padding: 20px 0;
  background: #f5f5f5; }
  .ahpcontainer .blue_button,
  .ahpcontainer .hollow_button {
    padding: 0 10px;
    height: 32px; }
  .ahpcontainer .card {
    background: #ffffff;
    border-radius: 2px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03); }
    .ahpcontainer .card .card-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 16px; }
  .ahpcontainer .alert {
    padding: 12px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    border: 1px solid #d9d9d9;
    background: #ffffff; }
    .ahpcontainer .alert .alert-title {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 8px; }
    .ahpcontainer .alert .alert-content {
      font-size: 14px;
      color: #00000073;
      line-height: 1.6; }
      .ahpcontainer .alert .alert-content p {
        margin-bottom: 4px; }
  .ahpcontainer .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap; }
    .ahpcontainer .form-row .form-item {
      flex: 0 0 auto; }
      .ahpcontainer .form-row .form-item .form-label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px; }
      .ahpcontainer .form-row .form-item .form-control {
        height: 32px;
        padding: 4px 11px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        font-size: 14px;
        transition: all 0.3s;
        background: #ffffff;
        min-width: 180px; }
        .ahpcontainer .form-row .form-item .form-control:hover {
          border-color: #40a9ff; }
        .ahpcontainer .form-row .form-item .form-control:focus {
          outline: none;
          border-color: #1890ff;
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }
  .ahpcontainer .matrix-wrapper {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 16px;
    margin-bottom: 16px; }
    .ahpcontainer .matrix-wrapper .matrix-header {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 12px;
      padding-bottom: 8px;
      border-bottom: 1px solid #e8e8e8; }
  .ahpcontainer .jexcel_container,
  .ahpcontainer .jexcel {
    width: 100%; }
  .ahpcontainer .result-card {
    background: #ffffff;
    border-radius: 2px;
    padding: 24px;
    margin-top: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03); }

.themiddle {
  width: 1200px;
  margin: 64px auto 0; }
  .themiddle .addmembey {
    padding: 20px 0 0; }
    .themiddle .addmembey .paythebill .box {
      margin-bottom: 12px;
      padding: 12px;
      border-radius: 4px;
      background-color: #fff; }
      .themiddle .addmembey .paythebill .box .top_title {
        margin-bottom: 8px;
        line-height: 24px; }
        .themiddle .addmembey .paythebill .box .top_title h2 {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          color: #1D1D1F; }
        .themiddle .addmembey .paythebill .box .top_title a {
          float: right;
          font-size: 12px;
          color: #178AEC; }
        .themiddle .addmembey .paythebill .box .top_title .copyTable {
          width: 16px;
          height: 16px;
          cursor: pointer; }
      .themiddle .addmembey .paythebill .box .table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px; }
        .themiddle .addmembey .paythebill .box .table thead tr th {
          padding: 0 12px;
          height: 46px;
          background-color: #F4F4F4;
          color: #1D1D1F;
          font-weight: 400;
          text-align: left;
          line-height: 46px;
          white-space: nowrap; }
          .themiddle .addmembey .paythebill .box .table thead tr th:first-child {
            border-radius: 12px 0 0 12px; }
          .themiddle .addmembey .paythebill .box .table thead tr th:last-child {
            border-radius: 0 12px 12px 0; }
        .themiddle .addmembey .paythebill .box .table tbody tr {
          height: 48px; }
          .themiddle .addmembey .paythebill .box .table tbody tr:hover {
            background: #f5f5f5; }
          .themiddle .addmembey .paythebill .box .table tbody tr td {
            padding: 0 12px;
            line-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px solid #F0F0F0; }
            .themiddle .addmembey .paythebill .box .table tbody tr td input {
              cursor: pointer; }
            .themiddle .addmembey .paythebill .box .table tbody tr td select {
              width: 310px;
              height: 24px;
              border: 1px solid #E0E0E0;
              background-color: #fff;
              border-radius: 4px; }
            .themiddle .addmembey .paythebill .box .table tbody tr td .blue_button {
              padding: 0 12px;
              height: 24px; }
            .themiddle .addmembey .paythebill .box .table tbody tr td span {
              display: inline-block;
              padding: 0 8px;
              border-radius: 99px;
              border: 1px solid #fff;
              font-size: 12px;
              color: #fff;
              line-height: 20px; }
            .themiddle .addmembey .paythebill .box .table tbody tr td .day {
              background: linear-gradient(180deg, #7DC0FF 0%, #6A94E4 100%); }
            .themiddle .addmembey .paythebill .box .table tbody tr td .week {
              background: linear-gradient(180deg, #E4C576 0%, #CDA26C 100%); }
            .themiddle .addmembey .paythebill .box .table tbody tr td .year {
              background: linear-gradient(180deg, #9C73F3 0%, #9E0AE3 100%); }
            .themiddle .addmembey .paythebill .box .table tbody tr td .novip {
              background-color: #3AC258;
              border: none; }
            .themiddle .addmembey .paythebill .box .table tbody tr td .vip {
              background: linear-gradient(180deg, #E4C576 0%, #CDA26C 100%);
              border: none; }
          .themiddle .addmembey .paythebill .box .table tbody tr .state,
          .themiddle .addmembey .paythebill .box .table tbody tr .red_state {
            position: relative;
            padding-left: 28px;
            color: #3AC258; }
            .themiddle .addmembey .paythebill .box .table tbody tr .state:before,
            .themiddle .addmembey .paythebill .box .table tbody tr .red_state:before {
              position: absolute;
              top: 20px;
              left: 12px;
              content: '';
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: #3AC258; }
          .themiddle .addmembey .paythebill .box .table tbody tr .red_state {
            color: #FF4D41; }
            .themiddle .addmembey .paythebill .box .table tbody tr .red_state:before {
              background-color: #FF4D41; }
        .themiddle .addmembey .paythebill .box .table tbody .used {
          color: #B2B2B3; }
          .themiddle .addmembey .paythebill .box .table tbody .used .state {
            color: #B2B2B3; }
            .themiddle .addmembey .paythebill .box .table tbody .used .state:before {
              background-color: #B2B2B3; }
        .themiddle .addmembey .paythebill .box .table tbody .hollow_button {
          padding: 0 12px;
          height: 24px;
          font-size: 12px; }
        .themiddle .addmembey .paythebill .box .table tbody .hollow_button.disable {
          color: #B2B2B3;
          cursor: not-allowed; }
          .themiddle .addmembey .paythebill .box .table tbody .hollow_button.disable:hover {
            border: 1px solid #F0F0F0;
            color: #B2B2B3; }
      .themiddle .addmembey .paythebill .box .table#orderTable .used,
      .themiddle .addmembey .paythebill .box .table#invoiceTable .used {
        color: #4F4F50; }
        .themiddle .addmembey .paythebill .box .table#orderTable .used .state,
        .themiddle .addmembey .paythebill .box .table#invoiceTable .used .state {
          color: #B2B2B3; }
      .themiddle .addmembey .paythebill .box .table#invoiceTable td {
        line-height: unset;
        overflow: hidden;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all; }
      .themiddle .addmembey .paythebill .box .userInfo {
        display: flex;
        align-items: center;
        padding: 25px 20px; }
        .themiddle .addmembey .paythebill .box .userInfo .account {
          display: flex;
          align-items: center;
          flex: 2; }
          .themiddle .addmembey .paythebill .box .userInfo .account img {
            margin-right: 12px;
            width: 64px; }
          .themiddle .addmembey .paythebill .box .userInfo .account button {
            margin-bottom: 8px;
            padding: 0 8px;
            height: 20px;
            border-radius: 99px;
            border: none;
            background: linear-gradient(180deg, #E4C576 0%, #CDA26C 100%);
            font-size: 12px;
            color: #fff; }
          .themiddle .addmembey .paythebill .box .userInfo .account .novip {
            background: #3AC258; }
          .themiddle .addmembey .paythebill .box .userInfo .account span {
            font-size: 14px;
            color: #B2B2B3;
            line-height: 22px; }
        .themiddle .addmembey .paythebill .box .userInfo .info {
          flex: 3;
          border-left: 1px solid #E0E0E0; }
          .themiddle .addmembey .paythebill .box .userInfo .info li {
            padding-left: 63px;
            font-size: 14px;
            line-height: 26px;
            color: #B2B2B3;
            background: url("../../images/personal/register_icon.svg") 43px center/16px 16px no-repeat; }
            .themiddle .addmembey .paythebill .box .userInfo .info li:nth-child(2) {
              background-image: url("../../images/personal/date_icon.svg"); }
            .themiddle .addmembey .paythebill .box .userInfo .info li:nth-child(3) {
              background-image: url("../../images/personal/bind_icon.svg"); }
            .themiddle .addmembey .paythebill .box .userInfo .info li em {
              margin-left: 8px;
              font-style: normal;
              color: #4F4F50; }
      .themiddle .addmembey .paythebill .box .user_opera {
        display: flex;
        padding: 8px; }
        .themiddle .addmembey .paythebill .box .user_opera > div {
          flex: 1; }
          .themiddle .addmembey .paythebill .box .user_opera > div:nth-child(2) {
            padding: 0 43px;
            border-left: 1px solid #E0E0E0;
            border-right: 1px solid #E0E0E0; }
          .themiddle .addmembey .paythebill .box .user_opera > div:nth-child(3) {
            padding-left: 43px; }
          .themiddle .addmembey .paythebill .box .user_opera > div p {
            margin-bottom: 12px;
            min-height: 40px;
            font-size: 12px;
            color: #808082;
            line-height: 20px; }
          .themiddle .addmembey .paythebill .box .user_opera > div button {
            padding: 0 8px;
            height: 24px;
            font-size: 12px; }
      .themiddle .addmembey .paythebill .box .hollow_input {
        width: 318px;
        margin-right: 16px; }
    .themiddle .addmembey .paythebill h1 {
      padding-left: 3px;
      font-size: 18px;
      margin-bottom: 17px; }
    .themiddle .addmembey .paythebill .lookInvoice {
      font-size: 12px;
      color: #178AEC;
      line-height: 20px; }
      .themiddle .addmembey .paythebill .lookInvoice:before {
        content: url("../../images/updata/view_black_icon.svg");
        vertical-align: sub; }

.addmembers {
  margin: 64px 0 0;
  width: 100%;
  color: #4c4c4c; }
  .addmembers h1 {
    font-size: 36px;
    text-align: center;
    line-height: 65px; }
  .addmembers h2 {
    font-size: 28px;
    line-height: 50px;
    text-align: center; }
  .addmembers .pay,
  .addmembers .free {
    width: 450px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px; }
    .addmembers .pay .back,
    .addmembers .free .back {
      height: 10px;
      width: 100%;
      border-radius: 4px 4px 0 0; }
    .addmembers .pay .money,
    .addmembers .free .money {
      width: 100%;
      text-align: center;
      line-height: 65px; }
      .addmembers .pay .money span,
      .addmembers .free .money span {
        font-size: 44px;
        margin: 0 5px;
        font-style: normal; }
      .addmembers .pay .money em,
      .addmembers .free .money em {
        line-height: 50px;
        font-size: 18px;
        font-style: normal; }
    .addmembers .pay .mberstr,
    .addmembers .free .mberstr {
      padding: 2px 40px;
      width: 100%;
      float: left; }
      .addmembers .pay .mberstr .left,
      .addmembers .free .mberstr .left {
        height: 50px;
        width: 37px;
        float: left;
        padding-right: 10px;
        line-height: 50px; }
        .addmembers .pay .mberstr .left i,
        .addmembers .free .mberstr .left i {
          color: #999999; }
        .addmembers .pay .mberstr .left .iconfontyes,
        .addmembers .free .mberstr .left .iconfontyes {
          color: #42ca73; }
      .addmembers .pay .mberstr .right,
      .addmembers .free .mberstr .right {
        float: left;
        font-size: 18px; }
        .addmembers .pay .mberstr .right h3,
        .addmembers .free .mberstr .right h3 {
          line-height: 20px;
          font-size: 17px; }
        .addmembers .pay .mberstr .right p,
        .addmembers .free .mberstr .right p {
          color: #999999;
          font-size: 16px; }
  .addmembers .free {
    float: left; }
    .addmembers .free .back {
      background-color: #178AEC; }
    .addmembers .free .money span {
      color: #178AEC; }
  .addmembers .pay {
    float: right; }
    .addmembers .pay .back {
      background-color: #e9bf65; }
    .addmembers .pay .money span {
      color: #e9bf65; }
    .addmembers .pay .upgrade {
      display: block;
      margin: 5px 100px;
      float: left;
      width: 240px;
      height: 48px;
      border-radius: 30px;
      line-height: 48px;
      text-align: center;
      color: #e9bf65;
      font-size: 20px;
      border: 1px solid #e9bf65;
      transition: background-color 0.8s;
      -moz-transition: background-color 0.8s;
      -webkit-transition: background-color 0.8s;
      -o-transition: background-color 0.5s;
      transition: color 0.8s;
      -moz-transition: color 0.8s;
      -webkit-transition: color 0.8s;
      -o-transition: color 0.8s; }
      .addmembers .pay .upgrade:hover {
        background-color: #e9bf65;
        color: #fff; }

#personalphone {
  display: none; }

.themiddleaddmoney {
  margin: 64px auto 0;
  width: 1330px; }
  .themiddleaddmoney .addmembey {
    position: relative;
    overflow: hidden; }
    .themiddleaddmoney .addmembey .paythebill {
      border-radius: 4px;
      float: left;
      width: 1100px;
      background-color: #fff;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 40px 0 91px 46px; }
      .themiddleaddmoney .addmembey .paythebill h1 {
        padding-left: 0;
        font-size: 18px;
        margin-bottom: 17px; }
      .themiddleaddmoney .addmembey .paythebill .tr {
        padding: 15px 0 15px 90px;
        width: 100%;
        float: left; }
        .themiddleaddmoney .addmembey .paythebill .tr .lebloe {
          margin-left: -90px;
          line-height: 30px;
          float: left; }
        .themiddleaddmoney .addmembey .paythebill .tr #vipTypeContrast {
          cursor: pointer; }
          .themiddleaddmoney .addmembey .paythebill .tr #vipTypeContrast a span {
            border-bottom: 1px solid #555;
            color: #555555; }
        .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap {
          display: flex;
          width: 248px;
          height: 50px;
          background: #F8F8F8;
          border-radius: 8px; }
          .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .tab-item {
            flex: 1;
            height: 100%;
            border-radius: 8px;
            line-height: 50px;
            text-align: center;
            cursor: pointer; }
            .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .tab-item:hover {
              background-color: #178AEC; }
              .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .tab-item:hover a {
                color: #fff; }
            .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .tab-item a {
              color: #333; }
          .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .hover {
            background: #178AEC;
            color: #fff; }
            .themiddleaddmoney .addmembey .paythebill .tr .tab-wrap .hover a {
              color: #fff; }
        .themiddleaddmoney .addmembey .paythebill .tr .nameID {
          color: #178AEC;
          line-height: 30px; }
        .themiddleaddmoney .addmembey .paythebill .tr .moneydiv {
          flex: 1;
          height: 134px;
          font-weight: 500;
          text-align: center;
          border: 1px solid #DDDDDD;
          float: left;
          margin-right: 8px;
          cursor: pointer;
          overflow: hidden;
          position: relative; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv img {
            position: absolute;
            left: 0;
            display: block;
            width: 36px;
            height: 27px; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .enterpriseE {
            color: #BB9A68;
            position: absolute;
            left: 45px;
            top: 3px; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv div .discount {
            margin-top: 34px;
            line-height: 36px;
            font-size: 25px; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv div .discount i {
              font-size: 24px; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv div .original {
            margin-top: 5px;
            color: #999999;
            line-height: 25px;
            margin-bottom: 8px;
            font-size: 12px;
            font-weight: 400; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivbox {
            width: 85px;
            height: 42px;
            float: left;
            margin-left: 10px; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivbox .discount {
              margin-top: 39px;
              line-height: 30px;
              font-size: 16px; }
              .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivbox .discount span {
                font-size: 10px; }
              .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivbox .discount i {
                font-size: 24px; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivbox .original {
              margin-top: 5px;
              color: #999999;
              line-height: 25px;
              margin-bottom: 8px;
              font-size: 12px;
              font-weight: 400; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxnext {
            float: right;
            width: 59px;
            height: 15px;
            margin-right: 10px;
            margin-top: -3px; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxnext select {
              width: 56px;
              height: 26px;
              border-radius: 4px;
              border: 1px solid #DDDDDD;
              background: #fff;
              cursor: pointer;
              margin-top: 43px; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxnext .p {
              color: #178AEC;
              font-size: 14px; }
              .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxnext .p a {
                font-size: 14px;
                color: #178AEC; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxHint {
            width: 100%;
            float: left;
            margin-top: 34px;
            text-align: left; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxHint .p {
              color: #178AEC;
              font-size: 14px;
              display: inline-block;
              margin-left: 8px; }
              .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxHint .p a {
                font-size: 14px;
                color: #178AEC; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv .moneydivboxHint .p:nth-of-type(1) {
              margin-left: 36px; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydiv:hover {
            border: 1px solid #DDDDDD;
            background: #F2F9FF; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydiv:hover .discount {
              color: #333333; }
        .themiddleaddmoney .addmembey .paythebill .tr .moneydivRights {
          width: 130px; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydivRights a {
            display: inline-block;
            width: 100%;
            height: 100%; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydivRights a .moneydivbox {
              margin-left: 0;
              width: 100%; }
            .themiddleaddmoney .addmembey .paythebill .tr .moneydivRights a .discount {
              width: 100%;
              color: #178aec;
              font-size: 16px;
              font-weight: 600;
              padding: 13px 13px 40px;
              text-align: left; }
        .themiddleaddmoney .addmembey .paythebill .tr .moneydivhover {
          border: 1px solid #DDDDDD;
          background: #F2F9FF; }
          .themiddleaddmoney .addmembey .paythebill .tr .moneydivhover .discount {
            color: #333333; }
        .themiddleaddmoney .addmembey .paythebill .tr .sum {
          float: left; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .inputmoney {
            width: 140px;
            padding: 0 8px;
            height: 30px;
            border: 1px solid #cccccc;
            border-radius: 4px;
            float: left; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .inputyes {
            border-radius: 4px;
            color: #fff;
            padding: 2px;
            margin-right: 7px;
            cursor: pointer;
            display: inline-block;
            width: 21px;
            border: 1px solid #ccc;
            height: 21px;
            margin-top: 5px;
            float: left;
            line-height: 20px; }
            .themiddleaddmoney .addmembey .paythebill .tr .sum .inputyes:hover {
              background-color: #178AEC; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .invoiceMark {
            width: 100px;
            height: 28px;
            border-radius: 4px;
            border: 1px solid #DDDDDD; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .hidden {
            width: 1px;
            height: 1px;
            opacity: 0; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .yiwen {
            margin: 0 5px;
            color: #ccc; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .inputno {
            background-color: #178AEC; }
          .themiddleaddmoney .addmembey .paythebill .tr .sum .span {
            display: inline-block;
            float: left;
            margin-top: 0px;
            line-height: 29px;
            margin-left: 30px; }
            .themiddleaddmoney .addmembey .paythebill .tr .sum .span em {
              display: inline-block; }
        .themiddleaddmoney .addmembey .paythebill .tr .form {
          width: 100%;
          float: left;
          margin-top: 10px; }
          .themiddleaddmoney .addmembey .paythebill .tr .form .trs {
            float: left;
            width: 100%;
            padding: 8px 0px; }
            .themiddleaddmoney .addmembey .paythebill .tr .form .trs .left {
              float: left;
              width: 15%;
              line-height: 30px; }
            .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right {
              float: right;
              width: 85%; }
              .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right input {
                width: 450px;
                padding: 0 10px;
                height: 30px;
                border-radius: 4px;
                border: 1px solid #cccccc; }
              .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right #fcenter,
              .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right #fAcenter {
                width: 450px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #cccccc;
                border-radius: 4px;
                cursor: pointer;
                padding: 0 6px;
                color: #7575A1; }
                .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right #fcenter option,
                .themiddleaddmoney .addmembey .paythebill .tr .form .trs .right #fAcenter option {
                  margin-left: 5px; }
        .themiddleaddmoney .addmembey .paythebill .tr .zhifu {
          width: 140px;
          height: 40px;
          border-radius: 4px;
          border: 1px solid #ccc;
          display: block;
          float: left;
          text-align: center;
          line-height: 40px;
          color: #fff;
          margin-right: 20px; }
        .themiddleaddmoney .addmembey .paythebill .tr .weixin {
          color: #42ca73;
          border: 1px solid #42ca73; }
          .themiddleaddmoney .addmembey .paythebill .tr .weixin:hover {
            background-color: #42ca73;
            color: #fff; }
        .themiddleaddmoney .addmembey .paythebill .tr .zhifubao {
          color: #009FE8;
          border: 1px solid #009FE8; }
          .themiddleaddmoney .addmembey .paythebill .tr .zhifubao:hover {
            background: #009FE8;
            color: #fff; }
        .themiddleaddmoney .addmembey .paythebill .tr .zhifub {
          color: #0fa2e7;
          border: 1px solid #0fa2e7; }
          .themiddleaddmoney .addmembey .paythebill .tr .zhifub:hover {
            background-color: #0fa2e7;
            color: #fff; }
        .themiddleaddmoney .addmembey .paythebill .tr .bankpay {
          margin-left: 11px;
          color: #42ca73;
          border: 1px solid #42ca73; }
          .themiddleaddmoney .addmembey .paythebill .tr .bankpay:hover {
            background-color: #42ca73;
            color: #fff; }
        .themiddleaddmoney .addmembey .paythebill .tr #bankpay_detail {
          width: 100%;
          float: left;
          margin-top: 15px;
          display: none; }
          .themiddleaddmoney .addmembey .paythebill .tr #bankpay_detail .pay-title {
            cursor: default; }
          .themiddleaddmoney .addmembey .paythebill .tr #bankpay_detail .bankpay-info {
            line-height: 30px; }
          .themiddleaddmoney .addmembey .paythebill .tr #bankpay_detail .bankpay-note {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px dashed #848484;
            width: 575px; }
    .themiddleaddmoney .addmembey .memberBenefits {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1100px;
      background: #F2F9FF; }
      .themiddleaddmoney .addmembey .memberBenefits ul {
        padding-left: 25px; }
        .themiddleaddmoney .addmembey .memberBenefits ul li {
          line-height: 28px; }
          .themiddleaddmoney .addmembey .memberBenefits ul li h4 {
            font-size: 14px;
            font-family: PingFangSC-Semibold;
            font-weight: 600;
            padding-left: 16px;
            position: relative;
            cursor: pointer; }
            .themiddleaddmoney .addmembey .memberBenefits ul li h4:before {
              position: absolute;
              content: "";
              width: 20px;
              height: 14px;
              background: url("../images/icon/addmoneyCrown.svg") no-repeat;
              background-size: cover;
              background-position: 50% 50%;
              left: -10px;
              top: 11px; }
            .themiddleaddmoney .addmembey .memberBenefits ul li h4 a span {
              border-bottom: 1px solid #BB9A68;
              color: #BB9A68; }
          .themiddleaddmoney .addmembey .memberBenefits ul li p.class {
            font-size: 12px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            color: #333333;
            position: relative;
            padding-left: 16px; }
            .themiddleaddmoney .addmembey .memberBenefits ul li p.class:before {
              position: absolute;
              content: "";
              width: 9px;
              height: 6px;
              background: url("../images/icon/addmoneyTrue.svg") no-repeat;
              background-size: cover;
              background-position: 50% 50%;
              left: -5px;
              top: 15px; }
    .themiddleaddmoney .addmembey .rightsBox {
      margin: auto;
      width: 772px; }
      .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox {
        padding-top: 20px;
        border-bottom: 1px solid #E0E0E0; }
        .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox li {
          display: inline-block;
          margin-right: 32px;
          height: 40px;
          border-bottom: 2px solid white;
          line-height: 40px;
          cursor: pointer; }
          .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox li a {
            color: #808082; }
        .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox .markBtnselected,
        .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox li:hover {
          color: #1D1D1F;
          border-color: #178AEC; }
          .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox .markBtnselected a,
          .themiddleaddmoney .addmembey .rightsBox .rightsBtnBox li:hover a {
            color: #1D1D1F; }
      .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox {
        padding-top: 20px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox span {
          display: inline-block;
          margin-right: 20px;
          color: #1D1D1F; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox span .yiwen,
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox span .dikou {
            margin-left: 5px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox span .dikouCode {
            display: none; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox div.rightsGroupBox {
          display: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox div.rightsGroupBox .rightsGrouprightsBox {
            display: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox div.rightsGroupBox .rightsGroupCodeBox {
            display: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox div.rightsGroupBox .rightsBoxSelected {
            display: block; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox div.markselected {
          display: block; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table {
          width: 100%;
          border-collapse: collapse;
          font-size: 14px;
          border: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table th,
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table td {
            padding-left: 12px;
            line-height: 36px;
            border: none; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table th:first-child,
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table td:first-child {
              padding: 0;
              width: 48px;
              text-align: center;
              border-radius: 8px 0 0 8px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table th:last-child,
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table td:last-child {
              padding: 0;
              text-align: center;
              border-radius: 0 8px 8px 0; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table th .th-inner,
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table td .th-inner {
              padding: 0; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table thead {
            display: table;
            width: 100%;
            table-layout: fixed; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table thead th {
              color: #1D1D1F;
              background: #F4F4F4; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tr {
            display: table;
            width: 100%;
            table-layout: fixed; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody {
            display: block;
            width: 100%;
            overflow-y: auto; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 8px;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 4px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 5px;
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              background: rgba(0, 0, 0, 0.2); }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              border-radius: 0;
              background: rgba(0, 0, 0, 0.1); }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody tr {
              border-radius: 12px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody tr td {
                color: #4F4F50; }
                .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody tr td:first-child {
                  color: #B2B2B3; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox table tbody tr:nth-child(even) {
                background: #f7f7f7; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightUserRecord td,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightUserRecord th {
          padding: 0; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightUserRecord td:first-child,
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightUserRecord th:first-child {
            width: 120px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsExportBox .text_button img {
          margin-right: 5px;
          vertical-align: sub; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCode input {
          display: inline-block;
          padding: 0 16px;
          height: 40px;
          border: 1px solid #E0E0E0;
          background: #fff;
          cursor: pointer; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCode .rightsGrouprights {
          border-radius: 12px 0 0 12px;
          border-right: none; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCode .rightsGroupCode {
          border-left: none;
          border-radius: 0 12px 12px 0; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCode .rightsGroupSelected {
          background-color: #178AEC;
          border-color: #178AEC;
          color: #fff; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox {
          margin-top: 20px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox input {
            padding: 5px 10px;
            width: 330px;
            height: 32px;
            border: 1px solid #E0E0E0;
            background: #fff;
            border-radius: 4px 0 0 4px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox em {
            display: inline-block;
            width: 34px;
            height: 32px;
            background: #F0F0F0;
            border-radius: 0 4px 4px 0;
            text-align: center;
            line-height: 34px;
            font-style: inherit;
            vertical-align: middle; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox a {
            margin-left: 20px;
            font-size: 12px;
            line-height: 34px;
            color: #B2B2B3; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsGroupCodeBox ul {
            margin-left: 85px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsGroupCodeBox ul li {
              margin-top: 12px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsGroupCodeBox ul li input[type="radio"] {
                margin: -2px 7px 0 0;
                width: 14px;
                height: 14px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsGroupCodeBox ul li input[type="number"] {
                border-radius: 8px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsGroupCodeBox ul li span {
                font-size: 14px;
                color: #4F4F50;
                line-height: 22px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice {
            margin-top: 28px;
            padding: 28px 0;
            border-top: 1px dashed #B2B2B3;
            border-bottom: 1px dashed #B2B2B3; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice span:nth-of-type(1) {
              margin-right: 17px;
              line-height: 36px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice span:nth-of-type(2) {
              margin-right: 12px;
              font-size: 28px;
              line-height: 36px;
              font-weight: 600;
              color: #178AEC; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice span:nth-of-type(3) {
              margin-top: 12px;
              font-size: 14px;
              color: #B2B2B3;
              line-height: 22px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice span:nth-of-type(3) i {
                font-style: inherit;
                text-decoration: line-through; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice .span {
              display: flex;
              align-items: center;
              margin-top: 6px;
              margin-left: 85px;
              line-height: 22px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice .invoiceSwitch {
              display: inline-block;
              margin-right: 7px;
              padding: 1px;
              width: 21px;
              height: 21px;
              border: 1px solid #ccc;
              border-radius: 4px;
              color: #fff;
              line-height: 20px;
              cursor: pointer; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice .invoiceSwitch i {
                cursor: pointer; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsDiscountedPrice .invoiceSelected {
              background-color: #178AEC; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms {
            width: 100%;
            float: left;
            margin-top: 10px;
            padding-left: 81px;
            display: none; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs {
              float: left;
              width: 100%;
              padding: 8px 0px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .left {
                float: left;
                width: 15%;
                line-height: 30px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .right {
                float: right;
                width: 85%; }
                .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .right input {
                  margin-left: 0;
                  width: 450px;
                  padding: 0 10px;
                  height: 30px;
                  border-radius: 4px;
                  border: 1px solid #cccccc; }
                .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .right #fcenter {
                  width: 450px;
                  height: 30px;
                  line-height: 30px;
                  border: 1px solid #cccccc;
                  border-radius: 4px;
                  cursor: pointer;
                  padding: 0 6px;
                  color: #7575A1; }
                  .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .right #fcenter option {
                    margin-left: 5px; }
                .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .forms .trs .right #fRightsCenter {
                  width: 450px;
                  height: 30px;
                  line-height: 30px;
                  border: 1px solid #cccccc;
                  border-radius: 4px;
                  cursor: pointer;
                  padding: 0 6px;
                  color: #7575A1; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsZhifu {
            padding-top: 28px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsProcurementBox .rightsSwitchCodeBox .rightsZhifu .rightsbankpay {
              margin-left: 16px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch {
          display: flex;
          align-items: center; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch input {
            padding: 0 16px;
            height: 40px;
            background: #ffffff;
            border: 1px solid #E0E0E0;
            color: #1D1D1F;
            cursor: pointer; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch .rightsAllotSelected {
            color: #ffffff;
            background: #178AEC;
            border-color: #178AEC; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch .allotNewCount {
            border-radius: 0 12px 12px 0; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch .allotOldCount {
            border-radius: 12px 0 0 12px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch a {
            margin-left: 20px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch > div {
            flex: 1;
            text-align: right; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .rightsAllotSwitch > div span {
              margin: 0;
              color: #178AEC;
              cursor: pointer; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotNewCountBox {
          display: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotNewCountBox div {
            margin-top: 24px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotNewCountBox div input {
              padding: 5px 10px;
              width: 330px;
              height: 32px;
              border: 1px solid #E0E0E0;
              background: #fff;
              border-radius: 4px 0 0 4px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotNewCountBox div em {
              display: inline-block;
              width: 34px;
              height: 32px;
              background: #F0F0F0;
              border-radius: 0 4px 4px 0;
              text-align: center;
              line-height: 34px;
              font-style: inherit;
              vertical-align: middle; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox {
          display: none;
          margin-top: 24px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr th:last-child {
            width: 48px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotCount {
            width: 328px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum {
            position: relative; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum img {
              float: right;
              margin: 16px 20px 0 0;
              cursor: pointer; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum .allotNumChangeBox {
              position: absolute;
              left: 70px;
              top: -40px;
              padding: 12px;
              width: 206px;
              background: #FFFFFF;
              border-radius: 12px;
              line-height: 22px;
              z-index: 10;
              box-shadow: 0 6px 20px 0 #00000029; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum .allotNumChangeBox span {
                font-size: 14px;
                color: #1D1D1F; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum .allotNumChangeBox .allotChangeVal {
                margin: 3px 0 12px;
                padding: 0 12px;
                width: 100%;
                height: 32px;
                border: 1px solid #E0E0E0;
                border-radius: 8px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum .allotNumChangeBox .rows input {
                float: right;
                margin-left: 8px;
                padding: 0 16px;
                height: 24px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table thead tr .allotNum .allotNumChangeBox p {
                position: absolute;
                top: 50%;
                left: -8px;
                width: 0;
                height: 0;
                border-width: 6px 10px 6px 0;
                border-style: solid;
                border-color: transparent #fff transparent transparent;
                transform: translateY(-50%); }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody {
            max-height: calc(100vh - 345px); }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody tr td:nth-of-type(2) {
              width: 328px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody tr td:last-child {
              width: 48px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody tr td:last-child img {
                cursor: pointer; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody tr .allotCountVal .span_red_c {
              color: red; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotOldCountBox table tbody tr .allotnumVal .allotnumTdInput {
              width: 100%;
              height: 100%; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotTotal {
          margin-top: 14px;
          font-size: 14px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotTotal .allotTotalCount {
            margin-right: 32px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotBoxSelected {
          display: block; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotAffirm {
          margin-top: 28px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsAllotBox .allotAffirm .allotAffirmBtn {
            padding: 0 23px;
            height: 36px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox p,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox p {
          font-weight: 600;
          line-height: 24px;
          color: #1D1D1F; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox span,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox span {
          color: #808082; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox .surplusNum,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox .surplusNum a,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .surplusNum,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .surplusNum a {
          color: #1D1D1F;
          font-size: 32px;
          line-height: 40px; }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox .rightsRecordB1 table tbody,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #rightsRecordBox .rightsRecordB2 table tbody,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .rightsRecordB1 table tbody,
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .rightsRecordB2 table tbody {
          max-height: calc((100vh - 345px) / 2); }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody {
          max-height: calc(100vh - 240px); }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .state {
            position: relative;
            padding-left: 28px;
            color: #3AC258; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .state:before {
              position: absolute;
              top: 16px;
              left: 12px;
              content: '';
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background: #3AC258; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .used td {
            color: #B2B2B3; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .used .state {
            color: #B2B2B3; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .used .state:before {
              background: #B2B2B3; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody td span {
            display: inline-block;
            padding: 0 8px;
            border-radius: 999px;
            background: linear-gradient(180deg, #7DC0FF 0%, #6A94E4 100%);
            font-size: 12px;
            color: #fff;
            line-height: 20px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .week span {
            background: linear-gradient(180deg, #E4C576 0%, #CDA26C 100%); }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox #codeRecordBox .codeRecordB .codeRecordTable tbody .year span {
            background: linear-gradient(180deg, #9C73F3 0%, #9E0AE3 100%); }
        .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow {
          display: none; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow span {
            font-size: 18px;
            font-weight: 600;
            color: #178AEC;
            font-family: PingFangSC-Semibold, PingFang SC; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox {
            margin-top: 10px;
            width: 628px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table thead tr th {
              width: 157px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table thead tr th:nth-of-type(1) {
              width: 100px; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table thead tr th:nth-of-type(4) {
              width: auto; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table tbody {
              max-height: 380px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table tbody tr td {
                width: 157px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table tbody tr td:nth-of-type(1) {
                width: 100px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox table tbody tr td:nth-of-type(4) {
                width: auto; }
            .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox p {
              margin-top: 10px; }
              .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsZhifuBox p span {
                color: red;
                font-size: 14px; }
          .themiddleaddmoney .addmembey .rightsBox .rightsPanelBox .rightsZhifuShow .rightsExportBox {
            width: 628px; }

.form.danger_window .danger_box ul li {
  margin-bottom: 10px; }
  .form.danger_window .danger_box ul li .input_common {
    margin-top: 0; }

.backBox .danger_box {
  width: 808px; }
  .backBox .danger_box p {
    margin-bottom: 0; }
.backBox .backContent {
  border-top: 1px dashed #979797;
  border-bottom: 1px dashed #979797;
  padding: 16px 0;
  margin-top: 16px;
  margin-bottom: 15px; }
  .backBox .backContent p:nth-of-type(1) {
    height: 20px;
    line-height: 20px;
    margin-bottom: 24px; }
  .backBox .backContent p:nth-of-type(2) img {
    margin-right: 8px; }
  .backBox .backContent p:nth-of-type(3) {
    margin-top: 16px; }
    .backBox .backContent p:nth-of-type(3) span {
      width: 220px;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      background: #EAEAEA;
      text-align: center;
      font-weight: 600; }
  .backBox .backContent p:nth-of-type(4) {
    margin-top: 20px; }
    .backBox .backContent p:nth-of-type(4) input {
      width: 150px;
      height: 36px;
      border-radius: 2px;
      border: 1px solid #DDDDDD;
      vertical-align: middle;
      padding: 0 9px;
      margin-left: 39px; }
    .backBox .backContent p:nth-of-type(4) button {
      width: 90px;
      height: 36px;
      border: none;
      background: #eeeeee;
      color: #666;
      cursor: pointer;
      margin-left: 4px;
      vertical-align: middle; }
    .backBox .backContent p:nth-of-type(4) .DoNotUseVerification {
      background: #178AEC;
      color: #fff;
      pointer-events: auto; }
.backBox .backHint p {
  margin-top: 5px; }
  .backBox .backHint p a span {
    color: #333333; }
    .backBox .backHint p a span .help_blue_a {
      color: #178AEC; }
.backBox .backHint p:nth-of-type(1) {
  color: red;
  margin-bottom: 6px; }

@media (max-width: 750px) {
  .none {
    display: none; }

  .themiddle {
    width: 100% !important; }
    .themiddle .addmembey {
      padding: 0 !important; }
      .themiddle .addmembey .paythebill {
        padding: 0 !important;
        float: unset; }
        .themiddle .addmembey .paythebill #personalAbout {
          display: none; }
          .themiddle .addmembey .paythebill #personalAbout .box {
            display: none;
            background-color: transparent; }
          .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable {
            font-size: 12px; }
            .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th {
              padding: 0;
              height: 22px;
              font-weight: 400;
              line-height: unset;
              color: #333333; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th:nth-child(1) {
                width: 30px; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th:nth-child(2) {
                width: 50px; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th:nth-child(3) {
                width: 52px; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th:nth-child(4) {
                width: 52px; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable th:last-child {
                width: 50px; }
            .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable tbody {
              color: #999; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable tbody td {
                padding: 0;
                line-height: unset;
                white-space: normal;
                word-wrap: break-word;
                word-break: break-all; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable tbody .state {
                padding-left: 20px; }
              .themiddle .addmembey .paythebill #personalAbout .educ #deductionTable tbody span {
                padding: 0 3px;
                font-size: 10px; }
          .themiddle .addmembey .paythebill #personalAbout .equity .table tr td {
            width: unset !important; }
            .themiddle .addmembey .paythebill #personalAbout .equity .table tr td select {
              width: unset; }
          .themiddle .addmembey .paythebill #personalAbout .equity .table tr th:nth-child(3),
          .themiddle .addmembey .paythebill #personalAbout .equity .table tr td:nth-child(3) {
            display: none; }
          .themiddle .addmembey .paythebill #personalAbout .backper {
            position: relative;
            padding-left: 19px;
            font-size: 16px !important;
            color: #333333; }
            .themiddle .addmembey .paythebill #personalAbout .backper:before {
              position: absolute;
              left: 4px;
              top: 6px;
              content: '';
              width: 10px;
              height: 10px;
              border-top: 1px solid #ccc;
              border-left: 1px solid #ccc;
              transform: rotate(-45deg); }
          .themiddle .addmembey .paythebill #personalAbout .danger_window {
            margin-top: 64px;
            background: transparent; }
            .themiddle .addmembey .paythebill #personalAbout .danger_window .danger_box {
              position: static;
              width: unset;
              background: transparent;
              transform: unset;
              border-radius: unset; }
              .themiddle .addmembey .paythebill #personalAbout .danger_window .danger_box .icon_button,
              .themiddle .addmembey .paythebill #personalAbout .danger_window .danger_box .noborder_button {
                display: none; }
              .themiddle .addmembey .paythebill #personalAbout .danger_window .danger_box .blue_button {
                float: unset;
                width: 100%; }
        .themiddle .addmembey .paythebill #personalphone {
          display: block; }
          .themiddle .addmembey .paythebill #personalphone .person_info {
            padding: 20px 21px 11px 30px;
            background-color: #F3F9FE; }
            .themiddle .addmembey .paythebill #personalphone .person_info .account_info {
              border-bottom: 1px solid #ccc;
              padding-bottom: 14px; }
              .themiddle .addmembey .paythebill #personalphone .person_info .account_info img {
                vertical-align: top; }
              .themiddle .addmembey .paythebill #personalphone .person_info .account_info .info {
                display: inline-block;
                margin-left: 18px; }
          .themiddle .addmembey .paythebill #personalphone .opera {
            background-color: #fff; }
            .themiddle .addmembey .paythebill #personalphone .opera li {
              padding-left: 16px;
              position: relative;
              height: 59px;
              line-height: 59px; }
              .themiddle .addmembey .paythebill #personalphone .opera li:after {
                position: absolute;
                right: 14px;
                top: 29px;
                content: '';
                width: 9px;
                height: 9px;
                border-top: 1px solid #999;
                border-right: 1px solid #999;
                transform: rotate(45deg); }
              .themiddle .addmembey .paythebill #personalphone .opera li:hover {
                background-color: #f5f7fa; }
              .themiddle .addmembey .paythebill #personalphone .opera li a {
                display: block;
                border-bottom: 1px solid #EBEBEB;
                color: #333333; }
                .themiddle .addmembey .paythebill #personalphone .opera li a img {
                  margin-right: 9px;
                  vertical-align: middle; }
          .themiddle .addmembey .paythebill #personalphone .logout_wrap {
            padding: 60px 20px; }
            .themiddle .addmembey .paythebill #personalphone .logout_wrap .logout {
              width: 100%;
              height: 40px;
              background: #FFFFFF;
              border: 1px solid #178AEC;
              border-radius: 5px; } }
.payment-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  background: linear-gradient(135deg, #5b6d8f 0%, #6b7fa0 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 999; }
  .payment-modal .modal-header {
    color: white;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .payment-modal .modal-header .modal-title {
      font-size: 17px;
      font-weight: 500; }
    .payment-modal .modal-header .payment-close-btn {
      background: transparent;
      border: none;
      color: white;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      line-height: 1;
      transition: background 0.2s;
      opacity: 0.9; }
      .payment-modal .modal-header .payment-close-btn:hover {
        background: rgba(255, 255, 255, 0.15);
        opacity: 1; }
  .payment-modal .modal-body {
    padding: 28px 24px 24px;
    background: #ffffff;
    border-radius: 0 0 12px 12px; }
    .payment-modal .modal-body .payment-title {
      text-align: center;
      font-size: 15px;
      color: #333;
      margin-bottom: 20px;
      font-weight: 500; }
    .payment-modal .modal-body .qr-container {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .payment-modal .modal-body .qr-container .qr-code {
        width: 220px;
        height: 220px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 10px;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
        .payment-modal .modal-body .qr-container .qr-code img {
          width: 100%;
          height: 100%;
          display: block; }
      .payment-modal .modal-body .qr-container .verification-content {
        display: none; }
      .payment-modal .modal-body .qr-container .mengban {
        display: none;
        position: absolute;
        width: 220px;
        height: 260px;
        background-color: rgba(255, 255, 255, 0.95); }
        .payment-modal .modal-body .qr-container .mengban p {
          margin-bottom: 5px;
          text-align: center;
          line-height: 220px;
          font-size: 30px;
          color: #3cbb14; }
        .payment-modal .modal-body .qr-container .mengban span {
          text-align: center;
          line-height: 20px;
          font-size: 13px;
          display: block;
          width: 100%; }
    .payment-modal .modal-body .info-section {
      background: #f9fafb;
      border-radius: 6px;
      padding: 14px 16px;
      margin-bottom: 12px; }
      .payment-modal .modal-body .info-section .info-row {
        display: flex;
        align-items: flex-start;
        font-size: 12px;
        color: #6b7280;
        line-height: 1.6;
        margin-bottom: 6px; }
        .payment-modal .modal-body .info-section .info-row:last-child {
          margin-bottom: 0; }
        .payment-modal .modal-body .info-section .info-row .info-icon {
          color: #9ca3af;
          margin-right: 6px;
          margin-top: 2px;
          flex-shrink: 0; }
        .payment-modal .modal-body .info-section .info-row .info-text {
          flex: 1; }
          .payment-modal .modal-body .info-section .info-row .info-text strong {
            color: #4b5563;
            font-weight: 500; }
    .payment-modal .modal-body .agreement-text {
      text-align: center;
      font-size: 11px;
      color: #9ca3af;
      line-height: 1.5;
      padding: 0 12px; }
      .payment-modal .modal-body .agreement-text .agreement-link {
        color: #1890ff;
        text-decoration: none;
        transition: color 0.2s; }
        .payment-modal .modal-body .agreement-text .agreement-link:hover {
          color: #40a9ff; }
    .payment-modal .modal-body .divider {
      height: 1px;
      background: #e5e7eb;
      margin: 16px 0; }

.studentApply .danger_box {
  max-height: 90%;
  width: 480px; }
  .studentApply .danger_box .notice {
    background-color: #fff5e6;
    border-left: 4px solid #ffc107;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5; }
    .studentApply .danger_box .notice p {
      margin: 0; }
  .studentApply .danger_box .form-group {
    margin-bottom: 20px; }
    .studentApply .danger_box .form-group label {
      display: block;
      margin: 0 0 6px 0;
      font-weight: bold;
      color: #333; }
    .studentApply .danger_box .form-group input[type="text"],
    .studentApply .danger_box .form-group input[type="date"],
    .studentApply .danger_box .form-group select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px; }
    .studentApply .danger_box .form-group .upload-area {
      position: relative;
      border: 2px dashed #ccc;
      border-radius: 6px;
      padding: 40px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s;
      margin-top: 10px; }
      .studentApply .danger_box .form-group .upload-area:hover {
        border-color: #007bff;
        background-color: #f8f9fa; }
      .studentApply .danger_box .form-group .upload-area p {
        margin: 0;
        color: #666;
        font-size: 14px; }
      .studentApply .danger_box .form-group .upload-area img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        transform: translate(-50%, -50%); }

.modal-container {
  position: relative; }
  .modal-container .close-btn {
    position: fixed;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: unset;
    font-size: 20px;
    line-height: 1;
    z-index: 1; }
  .modal-container .modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px;
    border-bottom: 1px solid #F0F0F0;
    background: #fff; }
    .modal-container .modal-header .user-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #D8D8D8;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      overflow: hidden; }
      .modal-container .modal-header .user-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .modal-container .modal-header .user-info {
      flex: 1; }
      .modal-container .modal-header .user-info .user-name {
        font-size: 15px;
        color: #1F1F1F;
        margin-bottom: 6px;
        font-weight: 500; }
      .modal-container .modal-header .user-info .user-badge {
        padding: 3px 12px;
        height: unset;
        font-size: 12px; }
  .modal-container .modal-body {
    padding: 90px 28px 22px; }
    .modal-container .modal-body .notice-text {
      background: #F0F8FF;
      border: 1px solid #B3DCFF;
      padding: 10px 16px;
      margin-bottom: 10px;
      border-radius: 8px;
      color: #178AEC;
      font-size: 13px; }
    .modal-container .modal-body .upgrade-card {
      border-radius: 12px;
      padding: 10px 0;
      margin-bottom: 10px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .modal-container .modal-body .upgrade-card .upgrade-title,
      .modal-container .modal-body .upgrade-card .upgrade-price {
        font-size: 16px;
        color: #666;
        font-weight: 700;
        letter-spacing: 0.5px; }
        .modal-container .modal-body .upgrade-card .upgrade-title .currency,
        .modal-container .modal-body .upgrade-card .upgrade-price .currency {
          font-size: 18px;
          font-weight: 900; }
      .modal-container .modal-body .upgrade-card .other-membership-link,
      .modal-container .modal-body .upgrade-card .other-membership-links {
        font-size: 13px;
        color: #178AEC;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        padding: 6px 12px;
        border-radius: 6px;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        gap: 4px; }
        .modal-container .modal-body .upgrade-card .other-membership-link:hover,
        .modal-container .modal-body .upgrade-card .other-membership-links:hover {
          background: #F0F8FF;
          color: #0D6ECC; }
      .modal-container .modal-body .upgrade-card .other-membership-link::after {
        content: '→';
        font-size: 14px; }
    .modal-container .modal-body .benefits-section {
      background: #FAFAFA;
      border-radius: 12px;
      padding: 16px 18px;
      margin-bottom: 16px;
      font-size: 13px; }
      .modal-container .modal-body .benefits-section .benefits-title {
        color: #666;
        margin-bottom: 12px;
        font-weight: 600; }
      .modal-container .modal-body .benefits-section .benefits-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; }
        .modal-container .modal-body .benefits-section .benefits-list .benefit-item {
          display: flex;
          align-items: center;
          gap: 10px;
          color: #333;
          letter-spacing: 0.2px; }
          .modal-container .modal-body .benefits-section .benefits-list .benefit-item .benefit-icon {
            width: 22px;
            height: 22px;
            background: #178AEC;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
            flex-shrink: 0;
            font-weight: bold; }
    .modal-container .modal-body .payment-section {
      margin-bottom: 16px; }
      .modal-container .modal-body .payment-section .payment-methods {
        display: flex;
        gap: 12px;
        margin-bottom: 12px; }
        .modal-container .modal-body .payment-section .payment-methods .hollow_button {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px; }
          .modal-container .modal-body .payment-section .payment-methods .hollow_button.active {
            border-color: #178AEC;
            color: #178AEC;
            box-shadow: 0 4px 12px rgba(23, 138, 236, 0.2); }
          .modal-container .modal-body .payment-section .payment-methods .hollow_button svg {
            width: 22px;
            vertical-align: bottom; }
        .modal-container .modal-body .payment-section .payment-methods.ai-count .hollow_button {
          display: flex;
          justify-content: space-between;
          padding: 16px 20px;
          height: unset;
          border-radius: 12px;
          color: #999;
          font-size: 13px; }
          .modal-container .modal-body .payment-section .payment-methods.ai-count .hollow_button strong {
            margin-right: 5px;
            font-size: 20px;
            color: #1D1D1F; }
          .modal-container .modal-body .payment-section .payment-methods.ai-count .hollow_button span:last-child {
            font-size: 22px;
            color: #666;
            font-weight: 900;
            letter-spacing: .5px; }
          .modal-container .modal-body .payment-section .payment-methods.ai-count .hollow_button.active span:last-child {
            color: #178AEC; }
    .modal-container .modal-body .qrcode-container {
      margin-top: 12px;
      padding: 16px 24px;
      background: #FAFAFA;
      border-radius: 12px;
      min-height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px; }
      .modal-container .modal-body .qrcode-container .qrcode-wrapper {
        position: relative;
        width: 230px;
        height: 230px;
        flex-shrink: 0;
        overflow: hidden; }
        .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-image {
          width: 100%;
          height: 100%;
          border: 1px solid #E8E8E8;
          border-radius: 8px;
          background: white;
          padding: 8px; }
        .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-loading {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.95);
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px; }
          .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-loading .spinner {
            width: 40px;
            height: 40px;
            border: 3px solid #E8E8E8;
            border-top-color: #178AEC;
            border-radius: 50%; }
        .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #fff;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 10px;
          z-index: 20; }
          .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-mask .mask-icon {
            width: 30px;
            height: 30px; }
          .modal-container .modal-body .qrcode-container .qrcode-wrapper .qrcode-mask .mask-text {
            font-size: 13px;
            color: #666; }
      .modal-container .modal-body .qrcode-container #aliyun_pay {
        display: none;
        width: 265px;
        height: 277px;
        position: relative; }
      .modal-container .modal-body .qrcode-container .qrcode-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        font-size: 13px;
        color: #999;
        line-height: 1.8; }
        .modal-container .modal-body .qrcode-container .qrcode-info .payment-amount {
          display: flex;
          align-items: baseline;
          gap: 4px; }
          .modal-container .modal-body .qrcode-container .qrcode-info .payment-amount .amount {
            font-size: 18px;
            color: #178AEC;
            font-weight: bold; }
    .modal-container .modal-body .agreement-check {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-top: 12px;
      font-size: 12px;
      color: #666; }
      .modal-container .modal-body .agreement-check .agreement-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer; }
        .modal-container .modal-body .agreement-check .agreement-checkbox input {
          display: none; }
        .modal-container .modal-body .agreement-check .agreement-checkbox .checkmark {
          position: relative;
          width: 16px;
          height: 16px;
          flex-shrink: 0;
          border: 1px solid #ccc;
          border-radius: 4px;
          background: #fff;
          transition: all .2s; }
        .modal-container .modal-body .agreement-check .agreement-checkbox input:checked + .checkmark {
          background: #178AEC;
          border-color: #178AEC; }
        .modal-container .modal-body .agreement-check .agreement-checkbox input:checked + .checkmark::after {
          content: '';
          position: absolute;
          left: 4px;
          top: 1px;
          width: 5px;
          height: 9px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
      .modal-container .modal-body .agreement-check .agreement-link {
        color: #178AEC;
        text-decoration: none; }
    .modal-container .modal-body .expire-info,
    .modal-container .modal-body .count-tip {
      text-align: center;
      font-size: 12px;
      color: #999;
      margin-top: 10px; }
      .modal-container .modal-body .expire-info .highlight,
      .modal-container .modal-body .count-tip .highlight {
        color: #178AEC;
        font-weight: 600; }

.titletr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px; }
  .titletr > div:nth-child(1) {
    line-height: 104px; }
    .titletr > div:nth-child(1) a {
      font-size: 18px;
      color: #1D1D1F; }
      .titletr > div:nth-child(1) a:hover {
        color: #178AEC; }
      .titletr > div:nth-child(1) a:nth-child(2) {
        margin-left: 20px;
        color: red; }
  .titletr > div:nth-child(2) {
    line-height: 104px; }
    .titletr > div:nth-child(2) a {
      color: #178AEC; }
      .titletr > div:nth-child(2) a img {
        margin-right: 4px;
        vertical-align: sub; }
    .titletr > div:nth-child(2) .blue_button {
      display: inline-block;
      margin-left: 20px;
      padding: 0 20px;
      height: 36px;
      line-height: 36px;
      color: #fff; }

.tablediv {
  width: 100%; }
  .tablediv h4 {
    font-size: 16px;
    color: #1D1D1F;
    font-weight: 700;
    line-height: 28px; }
    .tablediv h4 img {
      margin-right: 8px;
      width: 24px; }
  .tablediv .data_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .tablediv table {
    margin-bottom: 40px;
    width: 100%;
    border: none;
    font-size: 12px; }
    .tablediv table tr {
      display: flex;
      height: 48px;
      border-bottom: 1px solid #E0E0E0; }
      .tablediv table tr:hover {
        background: #F7F7F7; }
      .tablediv table tr td {
        padding: 0 4px;
        line-height: 48px; }
        .tablediv table tr td:nth-child(1) {
          flex: 1;
          display: flex;
          align-items: center; }
          .tablediv table tr td:nth-child(1) span {
            margin-right: 12px;
            display: inline-block;
            max-width: 560px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #4f4f50;
            font-size: 14px; }
          .tablediv table tr td:nth-child(1) i {
            color: #178AEC; }
          .tablediv table tr td:nth-child(1) input {
            width: 100%;
            padding: 0 10px;
            height: 40px; }
        .tablediv table tr td:nth-child(2) {
          width: 11%;
          color: #b2b2b3; }
        .tablediv table tr td:nth-child(3) {
          width: 14%;
          text-align: center; }
          .tablediv table tr td:nth-child(3) .hollow_button {
            height: 24px;
            padding: 3px 8px;
            border-radius: 99px;
            border: 1px solid #E0E0E0;
            color: #1d1d1f;
            font-size: 12px;
            line-height: 24px; }
            .tablediv table tr td:nth-child(3) .hollow_button:hover {
              color: #178AEC;
              border: 1px solid #178AEC; }
            .tablediv table tr td:nth-child(3) .hollow_button:active {
              border: 1px solid #126EBD;
              color: #126EBD; }
    .tablediv table .being_analyzing {
      background-color: #F7F7F7; }
    .tablediv table .hoverDiv {
      position: absolute;
      top: -42px;
      left: 50%;
      transform: translateX(-50%);
      width: 48px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      background: #666666;
      color: #fff;
      border-radius: 8px; }
      .tablediv table .hoverDiv p {
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 4px 0px 4px;
        border-color: #686868 transparent transparent transparent;
        border-style: solid; }
    .tablediv table .downDiv {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 170px;
      line-height: 38px;
      color: #1D1D1F;
      border-radius: 12px;
      padding: 7px 0;
      background: #fff;
      box-shadow: 0 6px 20px 0 #00000029;
      z-index: 3; }
      .tablediv table .downDiv li {
        padding: 0 12px; }
        .tablediv table .downDiv li:hover {
          background: #F7F7F7; }
        .tablediv table .downDiv li img {
          width: 24px;
          vertical-align: sub;
          margin-left: 4px; }
  .tablediv .search_wrap {
    position: relative;
    width: 320px;
    height: 34px;
    border-radius: 99px;
    border: 1px solid #E0E0E0; }
    .tablediv .search_wrap:before {
      position: absolute;
      top: 8px;
      left: 10px;
      content: '';
      width: 16px;
      height: 16px;
      background: url("../../images/index/left_search_icon.svg"); }
    .tablediv .search_wrap .del_search {
      display: none;
      position: absolute;
      top: 7px;
      right: 8px;
      width: 17px;
      height: 17px;
      padding: 3px;
      border-radius: 50%;
      background-color: #ccc;
      font-size: 11px;
      color: #fff;
      z-index: 2;
      cursor: pointer; }
      .tablediv .search_wrap .del_search:hover {
        background-color: #999; }
    .tablediv .search_wrap:hover .del_search {
      display: unset; }
    .tablediv .search_wrap #search_table {
      width: 100%;
      height: 100%;
      border: none;
      padding-left: 36px;
      border-radius: 99px;
      text-align: left; }
      .tablediv .search_wrap #search_table::-webkit-input-placeholder {
        color: #000; }
      .tablediv .search_wrap #search_table:-moz-placeholder {
        color: #000; }
      .tablediv .search_wrap #search_table::-moz-placeholder {
        color: #000; }
      .tablediv .search_wrap #search_table::-ms-input-placeholder {
        color: #000; }

.tablediv table tr td:nth-child(4),
#aidealwith .spss-table td.col-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 25%; }
  .tablediv table tr td:nth-child(4) span,
  .tablediv table tr td:nth-child(4) a,
  #aidealwith .spss-table td.col-actions span,
  #aidealwith .spss-table td.col-actions a {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative; }
  .tablediv table tr td:nth-child(4) .back_up,
  #aidealwith .spss-table td.col-actions .back_up {
    background: url("../../images/updata/back_up.svg") no-repeat center; }
    .tablediv table tr td:nth-child(4) .back_up:hover,
    #aidealwith .spss-table td.col-actions .back_up:hover {
      background-image: url("../../images/updata/back_up_black.svg"); }
  .tablediv table tr td:nth-child(4) .download,
  #aidealwith .spss-table td.col-actions .download {
    height: 40px;
    background: url("../../images/updata/down_icon.svg") no-repeat center; }
    .tablediv table tr td:nth-child(4) .download .downDiv,
    #aidealwith .spss-table td.col-actions .download .downDiv {
      display: none; }
    .tablediv table tr td:nth-child(4) .download:hover,
    #aidealwith .spss-table td.col-actions .download:hover {
      background-image: url("../../images/updata/down_black_icon.svg"); }
      .tablediv table tr td:nth-child(4) .download:hover .downDiv,
      #aidealwith .spss-table td.col-actions .download:hover .downDiv {
        display: block; }
    .tablediv table tr td:nth-child(4) .download .hoverDiv,
    #aidealwith .spss-table td.col-actions .download .hoverDiv {
      top: -30px !important; }
  .tablediv table tr td:nth-child(4) .delete,
  #aidealwith .spss-table td.col-actions .delete {
    background: url("../../images/updata/del_icon.svg") no-repeat center; }
    .tablediv table tr td:nth-child(4) .delete:hover,
    #aidealwith .spss-table td.col-actions .delete:hover {
      background-image: url("../../images/updata/del_black_icon.svg"); }
  .tablediv table tr td:nth-child(4) .share,
  #aidealwith .spss-table td.col-actions .share {
    background: url("../../images/updata/share_icon.svg") no-repeat center; }
    .tablediv table tr td:nth-child(4) .share:hover,
    #aidealwith .spss-table td.col-actions .share:hover {
      background-image: url("../../images/updata/share_black_icon.svg"); }
  .tablediv table tr td:nth-child(4) .view,
  #aidealwith .spss-table td.col-actions .view {
    background: url("../../images/updata/view_icon.svg") no-repeat center; }
    .tablediv table tr td:nth-child(4) .view:hover,
    #aidealwith .spss-table td.col-actions .view:hover {
      background-image: url("../../images/updata/view_black_icon.svg"); }

.updata_step {
  display: flex;
  align-items: center;
  padding: 16px 228px;
  margin-bottom: 30px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 3px 12px 0 #00000014; }
  .updata_step .step_item {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 24px;
    color: #B2B2B3; }
    .updata_step .step_item span {
      display: flex;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 1px solid #F0F0F0;
      font-size: 12px; }
      .updata_step .step_item span i {
        font-size: 10px; }
  .updata_step .no_step {
    color: #178aec; }
    .updata_step .no_step span {
      background-color: #178AEC;
      border: none;
      color: #fff; }
  .updata_step .green_step {
    color: #1d1d1f; }
    .updata_step .green_step span {
      background-color: #3AC258;
      border: none;
      color: #fff; }
  .updata_step hr {
    width: 400px;
    height: 1px;
    background-color: #E0E0E0;
    border: none; }

.uploadBox {
  width: 1200px;
  margin: 64px auto 20px; }
  .uploadBox .uploadAndhint {
    display: flex;
    margin-bottom: 30px;
    height: 210px; }
    .uploadBox .uploadAndhint .inputup {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 610px;
      height: 100%;
      margin-right: 30px;
      border-radius: 12px;
      border: 1px dashed #E0E0E0;
      background: #F7F7F7; }
      .uploadBox .uploadAndhint .inputup:hover {
        background: #f3f9fe;
        border: 1px dashed #178AEC; }
      .uploadBox .uploadAndhint .inputup .Uploaddiv {
        pointer-events: auto; }
        .uploadBox .uploadAndhint .inputup .Uploaddiv #updata {
          text-align: center;
          cursor: pointer; }
          .uploadBox .uploadAndhint .inputup .Uploaddiv #updata img {
            display: block;
            margin: 0 auto 6px; }
          .uploadBox .uploadAndhint .inputup .Uploaddiv #updata a {
            position: relative;
            font-size: 14px;
            line-height: 22px;
            color: #1D1D1F; }
            .uploadBox .uploadAndhint .inputup .Uploaddiv #updata a:hover {
              color: #178AEC; }
        .uploadBox .uploadAndhint .inputup .Uploaddiv .fileopcti {
          display: none; }
        .uploadBox .uploadAndhint .inputup .Uploaddiv .hint {
          font-size: 12px;
          line-height: 20px;
          text-align: center; }
          .uploadBox .uploadAndhint .inputup .Uploaddiv .hint span {
            color: #B2B2B3; }
          .uploadBox .uploadAndhint .inputup .Uploaddiv .hint a {
            color: #178AEC;
            text-decoration: underline; }
    .uploadBox .uploadAndhint .uploadExplain {
      font-size: 14px;
      color: #4F4F50;
      line-height: 22px; }
      .uploadBox .uploadAndhint .uploadExplain li {
        list-style: inside; }
        .uploadBox .uploadAndhint .uploadExplain li:first-child {
          list-style: none; }
      .uploadBox .uploadAndhint .uploadExplain a {
        color: #178AEC;
        text-decoration: underline; }
  .uploadBox h2 {
    margin-bottom: 13px !important;
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }

.center_top h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }
.center_top div {
  margin: 12px 0 0; }
  .center_top div input {
    width: 400px;
    height: 32px;
    padding: 5px 10px;
    border-radius: 99px;
    border: 1px solid #E0E0E0; }
  .center_top div p {
    display: inline-block;
    font-size: 12px;
    color: #B2B2B3;
    line-height: 32px; }
    .center_top div p span {
      color: #178AEC; }

.preview {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 175px); }
  .preview > div {
    margin: 12px 0 0;
    overflow-x: auto;
    border-bottom: 1px solid #E0E0E0; }
    .preview > div #preview td,
    .preview > div #preview th {
      height: 30px;
      line-height: 30px; }
  .preview .preview_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none; }
    .preview .preview_top h3 {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
      .preview .preview_top h3 p {
        display: inline-block;
        color: #B2B2B3;
        font-size: 12px;
        line-height: 20px; }
    .preview .preview_top label {
      color: #4F4F50;
      line-height: 22px;
      font-size: 12px;
      cursor: pointer; }
      .preview .preview_top label input {
        margin: 0 5px 0 0; }
  .preview .preview_wrap {
    overflow-y: auto;
    border-bottom: 1px solid #E0E0E0; }
  .preview .M-box1 {
    height: 24px;
    border: none; }
    .preview .M-box1 span,
    .preview .M-box1 a {
      width: 24px;
      height: 24px;
      line-height: 24px; }
  .preview .opera_wrap {
    text-align: center; }
    .preview .opera_wrap .hollow_button,
    .preview .opera_wrap .blue_button {
      margin-right: 8px;
      padding: 0 13px;
      height: 36px; }

#preview {
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0; }
  #preview td,
  #preview th {
    padding: 0 5px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; }
  #preview th {
    font-weight: 500; }
  #preview thead tr:first-child {
    position: sticky;
    top: 0; }
    #preview thead tr:first-child th {
      background: #F4F4F4; }
  #preview tr:nth-child(odd) td {
    background-color: #F7F7F7; }

.analytical-services {
  color: #4c4c4c; }
  .analytical-services .banners {
    width: 100%;
    min-width: 1180px;
    height: 431px;
    position: relative;
    background-color: #282c37;
    background-image: url("https://pubimage.spssau.com/activity/banner.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .analytical-services .banners h1 {
      text-align: center;
      line-height: 80px;
      font-size: 51px;
      color: #fff;
      padding-top: 170px; }
    .analytical-services .banners a {
      text-align: center;
      width: 100%;
      display: block;
      font-size: 28px;
      color: #e9bf65;
      line-height: 65px; }
  .analytical-services .themiddle {
    width: 1080px;
    margin: auto;
    color: #000;
    position: relative;
    z-index: 99; }
    .analytical-services .themiddle .synopsis {
      background-color: #fff;
      padding: 15px 25px; }
      .analytical-services .themiddle .synopsis h1 {
        font-size: 36px;
        color: #031e5f;
        line-height: 71px;
        text-align: center; }
      .analytical-services .themiddle .synopsis .Introduce {
        width: 375px;
        margin: 0 70px;
        float: left; }
        .analytical-services .themiddle .synopsis .Introduce img {
          display: block;
          margin: 0 auto 5px auto; }
        .analytical-services .themiddle .synopsis .Introduce h3 {
          line-height: 65px;
          font-size: 20px;
          text-align: center; }
        .analytical-services .themiddle .synopsis .Introduce p {
          line-height: 25px;
          font-size: 13px; }
    .analytical-services .themiddle .case h1 {
      line-height: 117px;
      font-size: 36px;
      color: #031e5f;
      text-align: center; }
    .analytical-services .themiddle .case .case-cent {
      float: left;
      width: 50%; }
      .analytical-services .themiddle .case .case-cent img {
        width: 100%; }
      .analytical-services .themiddle .case .case-cent div {
        padding: 45px 50px;
        background-color: #fff;
        height: 275px; }
        .analytical-services .themiddle .case .case-cent div p {
          line-height: 25px;
          color: #000;
          font-size: 13px; }
    .analytical-services .themiddle .flow {
      margin-bottom: 50px; }
      .analytical-services .themiddle .flow h1 {
        line-height: 117px;
        font-size: 36px;
        color: #031e5f;
        text-align: center; }
      .analytical-services .themiddle .flow .tr {
        background-color: #fff;
        padding: 37px 60px; }
        .analytical-services .themiddle .flow .tr .td {
          width: 227px;
          margin: 0 45px;
          float: left; }
          .analytical-services .themiddle .flow .tr .td h3 {
            line-height: 55px;
            font-size: 16px; }
            .analytical-services .themiddle .flow .tr .td h3 span {
              display: inline-block;
              width: 55px;
              height: 55px;
              border-radius: 50%;
              box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.56);
              float: left;
              margin-right: 12px;
              background-repeat: no-repeat;
              background-position: 50%;
              background-color: #0b92ec; }
          .analytical-services .themiddle .flow .tr .td div {
            line-height: 29px;
            font-size: 13px;
            color: #000000;
            margin-top: 8px; }
    .analytical-services .themiddle .cost {
      padding: 0 54px; }
      .analytical-services .themiddle .cost h1 {
        line-height: 117px;
        font-size: 36px;
        color: #031e5f;
        text-align: center;
        padding-top: 25px; }
      .analytical-services .themiddle .cost .td {
        width: 312px;
        height: 174px;
        float: left;
        background-color: #fff;
        padding: 20px 40px;
        margin: 0 6px; }
        .analytical-services .themiddle .cost .td h2 {
          line-height: 28px;
          font-size: 16px;
          padding: 10px; }
          .analytical-services .themiddle .cost .td h2 span {
            display: inline-block;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.56);
            float: left;
            margin-right: 12px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-color: #0b92ec; }
        .analytical-services .themiddle .cost .td p {
          text-align: center;
          line-height: 25px;
          font-size: 13px; }
    .analytical-services .themiddle .efficient {
      padding: 0 54px;
      margin-bottom: 38px; }
      .analytical-services .themiddle .efficient h1 {
        line-height: 117px;
        font-size: 36px;
        color: #031e5f;
        text-align: center; }
      .analytical-services .themiddle .efficient .td {
        width: 312px;
        float: left;
        background-color: #fff;
        margin: 0 6px; }
        .analytical-services .themiddle .efficient .td img {
          width: 100%; }
        .analytical-services .themiddle .efficient .td div {
          background-color: #fff;
          padding: 30px 37px;
          height: 150px; }
          .analytical-services .themiddle .efficient .td div p {
            line-height: 25px;
            color: #000000;
            font-size: 13px; }
  .analytical-services .banner2 {
    width: 100%;
    min-width: 1180px;
    height: 374px;
    position: relative;
    background-color: #282c37;
    background-image: url("https://pubimage.spssau.com/activity/banner2.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 32px 0;
    position: relative; }
    .analytical-services .banner2 h1 {
      font-size: 36px;
      color: #ffffff;
      line-height: 80px;
      text-align: center; }
      .analytical-services .banner2 h1 a {
        font-size: 18px;
        color: #fff;
        text-decoration: underline;
        vertical-align: super;
        margin-right: -72px; }
    .analytical-services .banner2 .tablebody {
      display: none; }
      .analytical-services .banner2 .tablebody h3 {
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 8px; }
      .analytical-services .banner2 .tablebody p {
        line-height: 25px;
        color: #fff;
        font-size: 14px;
        padding-left: 30%; }
    .analytical-services .banner2 .tablebodyhover {
      display: block; }
    .analytical-services .banner2 .tr {
      position: absolute;
      bottom: -25px;
      width: 100%;
      text-align: center;
      z-index: 98; }
      .analytical-services .banner2 .tr .tableTop {
        width: 132px;
        height: 50px;
        display: inline-block;
        margin: 0 3px;
        border: 2px solid #fff;
        text-align: center;
        line-height: 46px;
        color: #fff;
        cursor: pointer;
        background-image: url(../images/analytical-services/textbannerno.png); }
      .analytical-services .banner2 .tr .hover {
        background-image: url(../images/analytical-services/textbanneryes.png); }
  .analytical-services .banner3 {
    width: 100%;
    min-width: 1180px;
    height: 374px;
    position: relative;
    background-color: #282c37;
    background-image: url("https://pubimage.spssau.com/activity/banner2.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 32px 0;
    position: relative;
    margin-bottom: 70px; }
    .analytical-services .banner3 h1 {
      font-size: 36px;
      color: #ffffff;
      line-height: 80px;
      text-align: center; }
      .analytical-services .banner3 h1 a {
        font-size: 18px;
        color: #fff;
        text-decoration: underline;
        vertical-align: super;
        margin-right: -72px; }
    .analytical-services .banner3 .tablebody {
      display: none; }
      .analytical-services .banner3 .tablebody h3 {
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 8px; }
      .analytical-services .banner3 .tablebody p {
        line-height: 25px;
        color: #fff;
        font-size: 14px;
        padding-left: 40%; }
    .analytical-services .banner3 .tablebodyhover {
      display: block; }
    .analytical-services .banner3 .tr {
      position: absolute;
      bottom: -25px;
      width: 100%;
      text-align: center;
      z-index: 100; }
      .analytical-services .banner3 .tr .tableTop {
        width: 132px;
        height: 50px;
        display: inline-block;
        margin: 0 3px;
        border: 2px solid #fff;
        text-align: center;
        line-height: 46px;
        color: #fff;
        cursor: pointer;
        background-image: url(../images/analytical-services/textbannerno.png); }
      .analytical-services .banner3 .tr .hover {
        background-image: url(../images/analytical-services/textbanneryes.png); }

.analytical .themiddle {
  width: 1080px;
  padding: 14px 145px;
  margin: auto; }
  .analytical .themiddle .left {
    width: 50%;
    float: left; }
    .analytical .themiddle .left a {
      margin: 20px 0;
      display: block;
      width: 198px;
      height: 43px;
      border-radius: 20px;
      background-color: #05a9e9;
      line-height: 43px;
      text-align: center;
      color: #fff;
      font-size: 18px; }
    .analytical .themiddle .left p {
      line-height: 40px;
      color: #000;
      font-size: 24px; }
  .analytical .themiddle .right {
    width: 50%;
    float: left; }
    .analytical .themiddle .right img {
      margin: 50px 20px; }
    .analytical .themiddle .right .wei {
      padding-left: 77px; }

.tishi {
  font-size: 14px;
  color: #999999;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 120px; }

@media (max-width: 1080px) {
  .analytical-services .banners {
    min-width: 100%; }
  .analytical-services .themiddle {
    width: 100%;
    min-width: 100%; }
    .analytical-services .themiddle .synopsis .Introduce {
      width: 50%;
      margin: 0;
      padding: 20px; }
    .analytical-services .themiddle .case .case-cent div {
      padding: 30px 20px;
      height: 350px; }
    .analytical-services .themiddle .cost {
      padding: 0 0px; }
      .analytical-services .themiddle .cost .td {
        width: 100%;
        margin: 0;
        height: auto; }
        .analytical-services .themiddle .cost .td h2 {
          line-height: 40px;
          text-align: center; }
          .analytical-services .themiddle .cost .td h2 span {
            display: block;
            float: none;
            margin: auto; }
    .analytical-services .themiddle .flow .tr {
      padding: 25px 25px; }
      .analytical-services .themiddle .flow .tr .td {
        width: 33.3%;
        margin: 0 0px;
        padding: 0 10px; }
  .analytical-services .banner2 {
    min-width: 100%; }
    .analytical-services .banner2 .tablebody p {
      padding-left: 100px; }
  .analytical-services .banner3 {
    min-width: 100%; }
    .analytical-services .banner3 .tr .tableTop {
      width: 15%; }

  .analytical .themiddle {
    width: 100%;
    padding: 14px 20px; }
    .analytical .themiddle .right .wei {
      padding-left: 18px; } }
@media (max-width: 750px) {
  .analytical-services .banners {
    height: 337px; }
    .analytical-services .banners h1 {
      font-size: 35px; }
  .analytical-services .themiddle .synopsis .Introduce {
    width: 100%; }
    .analytical-services .themiddle .synopsis .Introduce img {
      width: 100%; }
  .analytical-services .themiddle .case .case-cent {
    float: left;
    width: 100%; }
  .analytical-services .themiddle .flow .tr .td {
    width: 100%;
    margin: 0 0px;
    padding: 0 10px; }
    .analytical-services .themiddle .flow .tr .td h3 {
      text-align: center; }
      .analytical-services .themiddle .flow .tr .td h3 span {
        display: block;
        float: none;
        margin: auto; }
  .analytical-services .themiddle .efficient {
    padding: 0 0;
    margin-bottom: 20px; }
    .analytical-services .themiddle .efficient .td {
      width: 100%;
      float: left;
      background-color: #fff;
      margin: 0 6px; }
  .analytical-services .banner2 {
    height: 432px; }
    .analytical-services .banner2 .tablebody p {
      padding-left: 20px; }
    .analytical-services .banner2 h1 {
      font-size: 32px;
      line-height: 40px; }
    .analytical-services .banner2 .tr .tableTop {
      width: 26%;
      font-size: 12px; }
  .analytical-services .banner3 {
    height: 432px; }
    .analytical-services .banner3 .tablebody p {
      padding-left: 20px; }
    .analytical-services .banner3 h1 {
      font-size: 32px;
      line-height: 40px; }
    .analytical-services .banner3 .tr .tableTop {
      width: 26%;
      font-size: 12px; }

  .analytical .themiddle .right {
    width: 100%; }
    .analytical .themiddle .right .wei {
      padding-left: 0px; }
    .analytical .themiddle .right img {
      margin: 50px 7px; }
  .analytical .themiddle .left {
    width: 100%; }

  .tishi {
    margin-bottom: 0; } }
.viewdocument {
  width: 100%;
  min-height: 100%;
  height: auto; }

.addmembey .btn_left {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 36px; }
  .addmembey .btn_left .disabled {
    background-color: #eee;
    cursor: not-allowed; }
.addmembey .btn_box {
  padding: 0 10px;
  display: inline-block;
  color: #4F4F50;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px; }
.addmembey .btn_data_box {
  padding-left: 20px;
  background: url(../../images/icon/data_icon_filter.png) no-repeat;
  background-position: 3px 10px; }
.addmembey .screening_hover {
  border: 1px solid #178AEC;
  border-radius: 99px;
  color: #178AEC;
  background-image: url("../../images/indexs/index_filter_blue.svg"); }
.addmembey .btn_list_show {
  position: relative;
  padding-left: 20px;
  background: url("../../images/icon/list_icon.png") no-repeat;
  background-position: 3px 10px; }
  .addmembey .btn_list_show::before {
    position: absolute;
    top: 10px;
    left: -9px;
    content: "";
    width: 1px;
    height: 16px;
    background: #B2B2B3; }
  .addmembey .btn_list_show::after {
    position: absolute;
    top: 10px;
    right: -4px;
    content: "";
    width: 1px;
    height: 16px;
    background: #B2B2B3; }
.addmembey .btn_text_box {
  padding-left: 8px;
  margin-bottom: 0; }
  .addmembey .btn_text_box .btn_text_change {
    pointer-events: none;
    float: none;
    width: auto;
    height: auto;
    margin: 0 !important; }
  .addmembey .btn_text_box span {
    font-weight: 400; }
.addmembey .btn_share {
  float: right;
  margin-right: 50px; }
  .addmembey .btn_share span {
    color: #fff; }
  .addmembey .btn_share .blue_button, .addmembey .btn_share .hollow_button {
    padding: 0 10px;
    height: 36px; }
  .addmembey .btn_share .hollow_button {
    padding-left: 29px;
    background: #fff url("../../images/indexs/share_icon_black.svg") no-repeat 10px center; }
    .addmembey .btn_share .hollow_button:hover {
      background-image: url("../../images/indexs/share_icon_blue.svg"); }
  .addmembey .btn_share .btn_down_data {
    position: relative; }
    .addmembey .btn_share .btn_down_data:hover .downDiv {
      display: block; }
    .addmembey .btn_share .btn_down_data .downDiv {
      display: none;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 170px;
      line-height: 38px;
      color: #1D1D1F;
      border-radius: 12px;
      padding: 7px 0;
      background: #fff;
      box-shadow: 0 6px 20px 0 #00000029;
      z-index: 3; }
      .addmembey .btn_share .btn_down_data .downDiv li {
        padding: 0 12px;
        text-align: left; }
        .addmembey .btn_share .btn_down_data .downDiv li:hover {
          background: #F7F7F7; }
        .addmembey .btn_share .btn_down_data .downDiv li img {
          width: 24px;
          vertical-align: sub;
          margin-left: 4px; }
.addmembey .icon_1 {
  display: inline-block;
  margin-left: 5px;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  background: url(../../images/help/icon-select.png) 0 0 no-repeat; }
.addmembey .search_result {
  display: none;
  position: absolute;
  z-index: 999; }
.addmembey .search_result_show {
  display: block; }
.addmembey .search_cp {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid #e8e8e8; }
.addmembey .icon_wj {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("https://pubimage.spssau.com/activity/icons.png") no-repeat;
  background-size: 808px 1128px;
  background-position: -299px -491px; }
.addmembey .icon_search {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(-50%, -50%);
  z-index: 9; }
.addmembey .search_input {
  position: relative;
  padding: 12px; }
.addmembey .input_box {
  float: none;
  text-align: start;
  height: 32px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  width: 264px;
  font-size: 12px;
  color: #484848;
  padding-left: 30px;
  top: 0; }
.addmembey .search_options {
  max-height: 372px;
  overflow: auto;
  position: relative; }
.addmembey .option {
  padding: 0 11px;
  height: 36px;
  line-height: 36px;
  color: #484848;
  font-size: 12px; }
.addmembey .checkbox_item {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  top: 2px; }
.addmembey .checkbox_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/icon/checkbox-bg.png) no-repeat;
  background-size: 32px 16px;
  background-position: 0 0;
  vertical-align: sub; }
.addmembey .checkbox_item:checked + .checkbox_icon {
  background-position: -16px 0; }
.addmembey .label_class {
  max-width: 260px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.addmembey .checkbox {
  display: inline-block;
  cursor: pointer; }

.shadowshadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 101; }

.aboutUs {
  color: #333;
  margin-bottom: 60px;
  display: block;
  background: #fff;
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .aboutUs .about_us {
    margin-top: 60px;
    padding: 0 10px;
    width: 100%;
    float: left; }
    .aboutUs .about_us p {
      font-size: 16px;
      line-height: 32px; }
    .aboutUs .about_us h2 {
      font-size: 24px;
      margin-bottom: 50px; }
    .aboutUs .about_us .contactUs li {
      font-size: 16px;
      height: 32px;
      line-height: 32px; }
      .aboutUs .about_us .contactUs li span {
        margin-right: 20px;
        display: inline-block;
        width: 100px; }
      .aboutUs .about_us .contactUs li a {
        color: #555; }
  .aboutUs .aboutUs_name {
    padding: 0;
    margin-bottom: 15px; }
    .aboutUs .aboutUs_name .team {
      font-size: 24px;
      color: #333333;
      text-align: center;
      width: 100%;
      margin: 100px 0 75px 0;
      line-height: 90px; }
    .aboutUs .aboutUs_name .teammembers {
      width: 23.4%;
      height: auto;
      margin: 0 0.8% 13px 0.8%;
      float: left;
      cursor: pointer;
      position: relative; }
      .aboutUs .aboutUs_name .teammembers .membersimg {
        width: 100%; }
      .aboutUs .aboutUs_name .teammembers:hover .membersdiv {
        opacity: 1; }
      .aboutUs .aboutUs_name .teammembers .membersdiv {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .aboutUs .aboutUs_name .teammembers .membersdiv .membertr {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          color: #fff;
          padding: 12px; }
          .aboutUs .aboutUs_name .teammembers .membersdiv .membertr div {
            line-height: 38px;
            font-size: 14px; }
            .aboutUs .aboutUs_name .teammembers .membersdiv .membertr div span {
              display: block;
              float: left;
              font-size: 20px;
              color: #ffffff;
              line-height: 35px;
              margin-right: 15px; }
          .aboutUs .aboutUs_name .teammembers .membersdiv .membertr p {
            font-size: 14px;
            line-height: 20px;
            margin-top: 3px; }
  .aboutUs .Tab_Control {
    float: left;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 100px; }
    .aboutUs .Tab_Control .sec-menu-outer {
      height: 58px;
      background: url(../images/line4.png) no-repeat center bottom;
      padding-bottom: 2px;
      background-size: 100%; }
      .aboutUs .Tab_Control .sec-menu-outer .sec-menu-inner {
        background: #F7F7F7; }
        .aboutUs .Tab_Control .sec-menu-outer .sec-menu-inner ul li {
          float: left;
          text-align: center;
          position: relative;
          outline: none;
          width: 25%; }
        .aboutUs .Tab_Control .sec-menu-outer .sec-menu-inner .sec-menu-blur {
          height: 12px;
          background: #EBF0F4; }
        .aboutUs .Tab_Control .sec-menu-outer .sec-menu-inner .sec-menu-title {
          padding: 12px 0;
          color: #434343;
          cursor: pointer;
          font-size: 16px;
          font-family: "Microsoft Yahei", Arial; }

.angle {
  display: none;
  width: 20px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.sec-menu-outer {
  height: 58px;
  background: url(../images/icon/underline.png) no-repeat center bottom;
  padding-bottom: 2px;
  background-size: 100%; }

.sec-menu-outer3 {
  height: 58px;
  background: url(../images/icon/line3.png) no-repeat center bottom;
  padding-bottom: 2px;
  background-size: 100%; }

.sec-menu-outer4 {
  height: 58px;
  background: url(../images/icon/line4.png) no-repeat center bottom;
  padding-bottom: 2px;
  background-size: 100%; }

.sec-menu-outer5 {
  height: 58px;
  background: url(../images/icon/line5.png) no-repeat center bottom;
  padding-bottom: 2px;
  background-size: 100%; }

.sec-menu-inner {
  background: #F7F7F7; }

.sec-menu-inner ul li {
  float: left;
  text-align: center;
  position: relative;
  outline: none; }

.sec-menu-inner .sec-menu-blur {
  height: 12px;
  background: #EBF0F4; }

.sec-menu-inner .sec-menu-title {
  padding: 12px 0;
  color: #434343;
  cursor: pointer;
  font-size: 16px;
  font-family: "Microsoft Yahei", Arial; }

.angle {
  display: none;
  width: 20px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px; }

.type-1.hover .sec-menu-blur,
.type-1.select .sec-menu-blur {
  background: #FFB629; }

.type-1.hover .sec-menu-title,
.type-1.select .sec-menu-title {
  color: #FFB629; }

.type-1.select .angle {
  display: block;
  background: url(../images/icon/angle1.png) no-repeat; }

.type-2.hover .sec-menu-blur,
.type-2.select .sec-menu-blur {
  background: #F78736; }

.type-2.hover .sec-menu-title,
.type-2.select .sec-menu-title {
  color: #F78736; }

.type-2.select .angle {
  display: block;
  background: url(../images/icon/angle2.png) no-repeat; }

.type-3.hover .sec-menu-blur,
.type-3.select .sec-menu-blur {
  background: #02BCD1; }

.type-3.hover .sec-menu-title,
.type-3.select .sec-menu-title {
  color: #02BCD1; }

.type-3.select .angle {
  display: block;
  background: url(../images/icon/angle3.png) no-repeat; }

.type-4.hover .sec-menu-blur,
.type-4.select .sec-menu-blur {
  background: #008FD2; }

.type-4.hover .sec-menu-title,
.type-4.select .sec-menu-title {
  color: #008FD2; }

.type-4.select .angle {
  display: block;
  background: url(../images/icon/angle4.png) no-repeat; }

.type-5.hover .sec-menu-blur,
.type-5.select .sec-menu-blur {
  background: #26AE91; }

.type-5.hover .sec-menu-title,
.type-5.select .sec-menu-title {
  color: #26AE91; }

.type-5.select .angle {
  display: block;
  background: url(../images/icon/angle5.png) no-repeat; }

.jtjs_box_jieshao {
  margin: 0 auto;
  margin-top: 30px;
  float: left; }
  .jtjs_box_jieshao p {
    padding: 10px;
    line-height: 24px;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
    text-indent: 2em;
    float: left; }

.zigongsi_box {
  margin: 0 auto; }

.zigongsi_box h2 {
  font-family: "Microsoft Yahei", Arial;
  font-size: 20px;
  color: #5a5655;
  line-height: 100px;
  float: left;
  width: 500px; }

.zigongsi_box_center {
  float: left; }
  .zigongsi_box_center ul {
    float: left;
    line-height: none; }
    .zigongsi_box_center ul li {
      width: 286px;
      float: left;
      height: 100px;
      display: block;
      margin: 1px 0 0 1px;
      background: #eef4f7;
      border: 0; }

.bannerHolder {
  height: 270px;
  width: 270px;
  float: left;
  margin: 20px 15px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px; }
  .bannerHolder li {
    list-style: none;
    display: inline; }

.banner {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  float: left;
  font-family: "Microsoft Yahei", Arial;
  font-size: 18px;
  text-align: center;
  background: #eef4f7;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 65%; }
  .banner .cornerTL {
    left: -63px;
    top: -63px; }
  .banner .cornerTR {
    right: -63px;
    top: -63px; }
  .banner .cornerBL {
    left: -63px;
    bottom: -63px; }
  .banner .cornerBR {
    right: -63px;
    bottom: -63px; }
  .banner img {
    display: block;
    border: none; }
  .banner div {
    position: absolute;
    z-index: 100;
    background-color: #007fcc;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
  .banner p {
    display: none;
    /* hidden by default */
    left: 0;
    top: 45px;
    width: 100%;
    z-index: 200;
    position: absolute;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer; }

.glc_dshcy {
  margin: 0 auto; }
  .glc_dshcy h2 {
    font-family: "Microsoft Yahei", Arial;
    font-size: 20px;
    color: #5a5655;
    line-height: 50px; }

/* 关于SPSSAU*/
.gywm_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px; }

.gywm_dutu_box {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 200px; }

.gywm_dutu_box img {
  float: left; }

.gywm_dt_wz {
  width: 100%;
  float: right;
  font-family: "Microsoft Yahei", Arial;
  font-size: 16px;
  color: #5a5655;
  line-height: 30px;
  margin-bottom: 15px; }

.gywm_gx {
  width: 1000px;
  float: left;
  margin: 20px 0; }

.gywm_dizhi {
  width: 1000px;
  float: left; }

.gywm_dizhi_left {
  width: 440px;
  float: left;
  font-family: "Microsoft Yahei", Arial;
  font-size: 14px;
  color: #5a5655;
  line-height: 24px;
  margin-left: 30px;
  _margin-left: 15px; }

.gywm_zp {
  width: 1000px;
  float: left;
  margin-top: 30px; }

.anchorBL {
  display: none; }

@media (min-width: 750px) and (max-width: 1024px) {
  #Mobile_phone {
    display: block !important; }

  #ipadShowHint {
    display: block !important; }

  .collection {
    display: none; } }
@media (max-width: 750px) {
  .aboutUs {
    width: 100%; }
    .aboutUs .Tab_Control {
      margin-bottom: 0px; }

  .zigongsi_box_center {
    width: 100%; }
    .zigongsi_box_center ul {
      float: left;
      width: 100%; }
      .zigongsi_box_center ul li {
        width: 33%; }

  .sec-content .glc_dshcy center img {
    width: 100% !important; }

  .gywm_dutu_box {
    margin-bottom: 10px; }

  #Mobile_phone {
    display: block !important; }

  #ipadShowHint {
    display: block !important; }

  .collection {
    display: none; } }
.about_header {
  width: 100%;
  height: 753px;
  margin: auto;
  background: url("../../images/about/spssau/about_spssau_bg.svg") no-repeat center;
  background-size: cover; }
  .about_header a:hover {
    text-decoration: none !important; }
  .about_header .themiddle {
    position: fixed;
    z-index: 2;
    width: 100%; }
    .about_header .themiddle .navigation {
      width: 1080px;
      margin: auto;
      height: 64px;
      line-height: 64px; }
      .about_header .themiddle .navigation li {
        float: left;
        margin-right: 40px; }
        .about_header .themiddle .navigation li:first-child {
          width: 112px; }
          .about_header .themiddle .navigation li:first-child img {
            width: 100%; }
        .about_header .themiddle .navigation li a {
          font-size: 16px;
          color: #FFFFFF; }
  .about_header .about_name_wrap {
    padding-top: 198px; }
    .about_header .about_name_wrap h2 {
      text-align: center;
      font-size: 48px;
      line-height: 67px;
      color: #fff; }
    .about_header .about_name_wrap .about_opera {
      margin-top: 20px;
      font-size: 36px;
      line-height: 50px; }
    .about_header .about_name_wrap p {
      margin: 50px 0;
      font-weight: 100;
      font-size: 16px;
      color: #D7E7FF;
      text-align: center;
      line-height: 26px; }
    .about_header .about_name_wrap .to_indexs {
      display: block;
      width: 233px;
      height: 65px;
      background: #FFFFFF;
      border-radius: 3px;
      margin: auto;
      font-weight: 600;
      font-size: 24px;
      color: #178AEC;
      text-align: center;
      line-height: 65px; }

.about_container {
  width: 1066px;
  margin: auto;
  color: #333; }
  .about_container > div > h2 {
    font-size: 44px;
    line-height: 62px;
    text-align: center;
    font-weight: 600; }
  .about_container a:hover {
    text-decoration: none !important; }
  .about_container .subject_wrap {
    display: flex;
    height: 366px;
    margin: 40px 0 147px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 3px rgba(23, 138, 236, 0.13);
    padding: 47px 0 40px; }
    .about_container .subject_wrap .subject_item {
      flex: 1; }
      .about_container .subject_wrap .subject_item:nth-child(-n+2) {
        border-right: 1px solid #F1F1F1; }
      .about_container .subject_wrap .subject_item div {
        text-align: center; }
      .about_container .subject_wrap .subject_item .item_title {
        font-size: 26px;
        color: #333333;
        line-height: 37px;
        margin-bottom: 30px; }
      .about_container .subject_wrap .subject_item .item_content {
        font-size: 16px;
        color: #666666;
        line-height: 26px; }
        .about_container .subject_wrap .subject_item .item_content span {
          display: block; }
  .about_container .business_wrap {
    text-align: center; }
    .about_container .business_wrap .business_list {
      display: flex;
      height: 270px;
      margin-top: 60px; }
      .about_container .business_wrap .business_list .business_item {
        flex: 1;
        padding: 36px 47px 0; }
        .about_container .business_wrap .business_list .business_item img {
          width: 76px;
          height: 76px; }
        .about_container .business_wrap .business_list .business_item .item_name {
          margin: 18px 0 8px;
          font-weight: 600;
          font-size: 26px;
          line-height: 36px; }
        .about_container .business_wrap .business_list .business_item .item_content {
          line-height: 26px; }
          .about_container .business_wrap .business_list .business_item .item_content span {
            display: inline-block;
            margin-right: 5px; }
  .about_container .application_wrap {
    margin: 130px 0 60px;
    overflow: hidden; }
    .about_container .application_wrap .application_list {
      margin-top: 60px; }
      .about_container .application_wrap .application_list .application_item {
        position: relative;
        float: left;
        width: 24%;
        height: 350px;
        padding-top: 36px;
        margin: 0 1% 14px 0;
        background-color: #fff;
        cursor: pointer; }
        .about_container .application_wrap .application_list .application_item div {
          text-align: center; }
        .about_container .application_wrap .application_list .application_item .item_name {
          margin: 18px 0 8px;
          font-weight: 600;
          font-size: 26px;
          line-height: 36px; }
        .about_container .application_wrap .application_list .application_item .item_content {
          line-height: 26px; }
          .about_container .application_wrap .application_list .application_item .item_content span {
            display: block; }
        .about_container .application_wrap .application_list .application_item:hover:after {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          height: 9px;
          background-color: #178AEC; }
  .about_container .advantage_wrap .advantage_list {
    display: flex; }
    .about_container .advantage_wrap .advantage_list .advantage_item {
      flex: 1;
      height: 187px;
      padding-top: 74px; }
      .about_container .advantage_wrap .advantage_list .advantage_item div {
        text-align: center; }
      .about_container .advantage_wrap .advantage_list .advantage_item .item_title {
        font-weight: 600;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 16px; }
      .about_container .advantage_wrap .advantage_list .advantage_item .item_content {
        text-align: center;
        line-height: 26px; }
  .about_container .analysis_wrap {
    margin: 137px 0 140px; }
    .about_container .analysis_wrap .opera_list {
      display: flex;
      width: 600px;
      height: 55px;
      border: 1px solid #178AEC;
      background-color: #fff;
      margin: 36px auto 40px; }
      .about_container .analysis_wrap .opera_list .opera_item {
        flex: 1;
        text-align: center;
        line-height: 55px;
        cursor: pointer; }
        .about_container .analysis_wrap .opera_list .opera_item:nth-child(-n+2) {
          border-right: 1px solid #178aec; }
        .about_container .analysis_wrap .opera_list .opera_item img {
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle; }
      .about_container .analysis_wrap .opera_list .opbg {
        background-color: #e7f0f9; }
    .about_container .analysis_wrap .content_list > div:nth-child(n+2) {
      display: none; }
    .about_container .analysis_wrap .content_list .content_item {
      margin-bottom: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .about_container .analysis_wrap .content_list .content_item h2 {
        font-size: 44px;
        line-height: 62px;
        margin-bottom: 20px !important; }
      .about_container .analysis_wrap .content_list .content_item p {
        padding: 10px 12px;
        margin-bottom: 10px;
        background: rgba(23, 138, 236, 0.06);
        line-height: 26px; }
      .about_container .analysis_wrap .content_list .content_item .flex1 {
        flex: 1; }
      .about_container .analysis_wrap .content_list .content_item .right {
        text-align: right; }
    .about_container .analysis_wrap .content_list > div:nth-child(2) .content_item {
      flex-direction: row-reverse; }
  .about_container .support_wrap .tab_list {
    display: flex;
    justify-content: space-between;
    height: 54px;
    padding: 0 124px;
    margin-top: 70px; }
    .about_container .support_wrap .tab_list li {
      font-weight: 600;
      font-size: 26px;
      line-height: 54px;
      cursor: pointer; }
    .about_container .support_wrap .tab_list .active {
      position: relative;
      color: #178aec; }
      .about_container .support_wrap .tab_list .active:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        content: '';
        width: 30px;
        height: 3px;
        transform: translate(-50%);
        background: url("../../images/about/spssau/icon_bottom.svg"); }
  .about_container .support_wrap .panel_list > div:nth-child(n+2) {
    display: none; }
  .about_container .support_wrap .panel_list .panel_title {
    display: none; }
  .about_container .support_wrap .panel_list .panel_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 992px;
    height: 180px;
    margin: 28px auto 10px;
    background-color: #eaf1f9;
    text-align: center;
    line-height: 32px; }
    .about_container .support_wrap .panel_list .panel_item p {
      margin: 0; }
  .about_container .version_wrap {
    margin: 137px 0 145px; }
    .about_container .version_wrap .version_list {
      display: flex;
      margin: 76px 0 32px; }
      .about_container .version_wrap .version_list .version_item {
        position: relative;
        flex: 1;
        height: 393px;
        padding-top: 70px;
        background-color: #fff;
        text-align: center; }
        .about_container .version_wrap .version_list .version_item:nth-child(-n+3) {
          margin-right: 10px; }
        .about_container .version_wrap .version_list .version_item:nth-child(-n+2) {
          margin-right: 17px; }
        .about_container .version_wrap .version_list .version_item h3 {
          font-size: 32px;
          line-height: 45px; }
        .about_container .version_wrap .version_list .version_item .version_apply {
          margin: 8px 0 62px;
          line-height: 22px; }
        .about_container .version_wrap .version_list .version_item .access {
          font-weight: 600;
          font-size: 44px;
          line-height: 62px; }
          .about_container .version_wrap .version_list .version_item .access p {
            margin: 0; }
        .about_container .version_wrap .version_list .version_item a {
          position: absolute;
          bottom: 57px;
          left: 50%;
          transform: translate(-50%);
          width: 182px;
          height: 56px;
          background: #20539D;
          font-size: 18px;
          color: #FFFFFF;
          line-height: 56px; }
          .about_container .version_wrap .version_list .version_item a:hover {
            text-decoration: none; }
      .about_container .version_wrap .version_list .standard {
        background: url("../../images/about/spssau/icon_standard.png");
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        color: #fff; }
        .about_container .version_wrap .version_list .standard .version_apply {
          margin-bottom: 37px; }
        .about_container .version_wrap .version_list .standard a {
          background-color: #fff;
          color: #178aec; }
      .about_container .version_wrap .version_list .enterprise {
        background-image: linear-gradient(228deg, #484747 0%, #1E2026 100%);
        color: #FFFBE9; }
        .about_container .version_wrap .version_list .enterprise .version_apply {
          margin-bottom: 29px; }
        .about_container .version_wrap .version_list .enterprise .access {
          font-weight: 400;
          font-size: 16px;
          line-height: 22px; }
        .about_container .version_wrap .version_list .enterprise a {
          background-color: #fff;
          color: #2D2E32; }
      .about_container .version_wrap .version_list .ins {
        background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%); }
        .about_container .version_wrap .version_list .ins .version_apply {
          margin-bottom: 29px; }
        .about_container .version_wrap .version_list .ins .access {
          font-weight: 400;
          font-size: 16px;
          line-height: 22px; }
        .about_container .version_wrap .version_list .ins a {
          background-image: linear-gradient(221deg, #33BEF7 0%, #178AEC 100%); }
    .about_container .version_wrap h4 {
      font-weight: 600;
      font-size: 26px;
      color: #2D2E32;
      line-height: 37px; }
    .about_container .version_wrap .version_table {
      width: 100%; }
      .about_container .version_wrap .version_table tr {
        display: flex; }
        .about_container .version_wrap .version_table tr td, .about_container .version_wrap .version_table tr th {
          flex: 1;
          font-size: 12px;
          color: #47515F; }
        .about_container .version_wrap .version_table tr td {
          line-height: 33px; }
          .about_container .version_wrap .version_table tr td:nth-child(n+2) {
            text-align: center; }
    .about_container .version_wrap > a {
      display: block;
      width: 150px;
      height: 40px;
      margin-top: 20px;
      background-color: #20539D;
      border-radius: 5px;
      text-align: center;
      font-size: 20px;
      line-height: 40px;
      color: #fff; }
  .about_container .customer_wrap .c_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 77px 0 0; }
  .about_container .customer_wrap .a-content {
    position: relative; }
  .about_container .customer_wrap .a-content:before {
    content: '';
    width: 500px;
    height: 300px;
    left: 35px;
    top: 19px;
    z-index: -1;
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
    -ms-transform: translate(-5%, -5%);
    -moz-transform: translate(-5%, -5%);
    -o-transform: translate(-5%, -5%); }
  .about_container .customer_wrap .a-content:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 25%;
    width: 270px;
    height: 40px;
    display: none; }
  .about_container .customer_wrap .carousel-content {
    width: 680px;
    height: 300px;
    position: relative;
    overflow: hidden; }
  .about_container .customer_wrap .carousel {
    height: 300px;
    position: absolute; }
  .about_container .customer_wrap .carousel li {
    float: left; }
  .about_container .customer_wrap .carousel li {
    width: 680px;
    height: 300px; }
  .about_container .customer_wrap .img-index {
    position: absolute;
    bottom: -36px;
    width: 100%;
    display: flex;
    justify-content: center; }
  .about_container .customer_wrap .img-index li {
    float: left;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff; }
  .about_container .customer_wrap .img-index li.js_index, .about_container .customer_wrap .img-index li:hover {
    background-color: #178AEC; }
  .about_container .customer_wrap .customer_content {
    width: 680px;
    height: 300px;
    padding: 45px 80px 0;
    background-color: #eaf1f9;
    border: 1px solid #178AEC;
    text-align: center; }
    .about_container .customer_wrap .customer_content h3 {
      font-weight: 600;
      font-size: 26px;
      line-height: 37px; }
    .about_container .customer_wrap .customer_content .book {
      font-weight: 600;
      color: #999999;
      margin-bottom: 36px; }
    .about_container .customer_wrap .customer_content p {
      line-height: 26px; }
  .about_container .customer_wrap .carousel-prev,
  .about_container .customer_wrap .carousel-next {
    display: none; }
  .about_container .honor_wrap {
    margin: 145px 0 100px; }
    .about_container .honor_wrap .honor_list {
      margin-top: 77px;
      padding: 10px 0;
      background-color: #fff;
      overflow: hidden; }
      .about_container .honor_wrap .honor_list > div {
        float: left;
        width: 30%;
        margin: 0 1.5%;
        height: 250px; }
        .about_container .honor_wrap .honor_list > div:nth-child(-n+3) {
          margin-bottom: 20px; }
        .about_container .honor_wrap .honor_list > div h4 {
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          text-align: center; }
        .about_container .honor_wrap .honor_list > div .thumbnail {
          display: flex;
          align-items: center;
          width: 100%;
          height: 210px;
          padding: 0;
          background: linear-gradient(180deg, #f1eeee 0%, #a29893 100%); }

.Aboutcontainer {
  width: 100%; }
  .Aboutcontainer .Aboutcontainer_box {
    width: 100%;
    margin-top: 80px; }
    .Aboutcontainer .Aboutcontainer_box .img_box {
      width: 100%;
      position: relative;
      left: 0; }
      .Aboutcontainer .Aboutcontainer_box .img_box div {
        position: absolute;
        left: 12%;
        top: 26%;
        width: 23%; }
        .Aboutcontainer .Aboutcontainer_box .img_box div h1 {
          width: 242px;
          height: 81px;
          font-size: 58px;
          font-family: PingFangSC-Semibold;
          font-weight: 600;
          color: #fff;
          line-height: 81px;
          letter-spacing: 1px; }
        .Aboutcontainer .Aboutcontainer_box .img_box div h2 {
          width: 231px;
          height: 37px;
          font-size: 26px;
          font-family: PingFangSC-Regular;
          font-weight: 400;
          color: #CBDFFA;
          line-height: 37px;
          letter-spacing: 1px; }
        .Aboutcontainer .Aboutcontainer_box .img_box div p {
          width: 100%;
          height: 48px;
          margin-top: 48px;
          font-size: 14px;
          font-family: PingFangSC-Regular;
          font-weight: 400;
          color: #CBDFFA;
          line-height: 24px;
          letter-spacing: 1px; }
        .Aboutcontainer .Aboutcontainer_box .img_box div h4 {
          margin-top: 40px;
          width: 100%;
          height: 56px;
          font-size: 40px;
          font-family: PingFangSC-Ultralight;
          font-weight: 200;
          color: #CBDFFA;
          line-height: 56px;
          letter-spacing: 5px; }
      .Aboutcontainer .Aboutcontainer_box .img_box .bgimg1 {
        width: 100%;
        height: 589px; }
      .Aboutcontainer .Aboutcontainer_box .img_box .bgimg2 {
        display: none; }
    .Aboutcontainer .Aboutcontainer_box .container {
      padding-top: 51px; }
      .Aboutcontainer .Aboutcontainer_box .container .row .div_title {
        text-align: center; }
        .Aboutcontainer .Aboutcontainer_box .container .row .div_title h3 {
          font-size: 24px;
          padding-bottom: 84px;
          color: #333;
          letter-spacing: 3px; }
      .Aboutcontainer .Aboutcontainer_box .container .row div .thumbnail {
        height: 240px;
        border: none;
        text-align: center; }
        .Aboutcontainer .Aboutcontainer_box .container .row div .thumbnail img {
          width: 74px;
          height: 74px;
          padding: 7px; }
        .Aboutcontainer .Aboutcontainer_box .container .row div .thumbnail h4 {
          font-weight: 400;
          font-size: 18px;
          margin-top: 26px;
          margin-bottom: 13px; }
        .Aboutcontainer .Aboutcontainer_box .container .row div .thumbnail p {
          font-size: 14px;
          line-height: 24px; }
    .Aboutcontainer .Aboutcontainer_box .functions {
      width: 100%; }
  .Aboutcontainer .Aboutcontainer_box1 {
    background: #EBEEF5; }
    .Aboutcontainer .Aboutcontainer_box1 .container {
      padding-bottom: 60px; }
      .Aboutcontainer .Aboutcontainer_box1 .container .row {
        padding-top: 80px; }
        .Aboutcontainer .Aboutcontainer_box1 .container .row .div_title {
          text-align: center; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .div_title h3 {
            font-size: 24px;
            padding-bottom: 84px;
            color: #333;
            letter-spacing: 3px; }
        .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box {
          padding: 0; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics {
            margin: 10px;
            background: #fff;
            padding: 0;
            border-left: 4px solid; }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics .left h4 {
              margin-top: 26px;
              font-weight: 400;
              line-height: 25px; }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics .right {
              position: relative;
              height: 270px; }
              .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics .right div {
                padding-top: 28px; }
                .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics .right div p {
                  margin: 0;
                  line-height: 24px;
                  font-size: 14px;
                  font-weight: 400;
                  color: #666666; }
              .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics .right img {
                position: absolute;
                bottom: 0;
                right: 0; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics1 {
            border-color: #4A90E2; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics2 {
            border-color: #50E3C2; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics3 {
            border-color: #7ED321; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics4 {
            border-color: #A11CBD; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics5 {
            border-color: #F8E71C; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .arithmetics_box .arithmetics6 {
            border-color: #417505; }
        .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs {
          padding-left: 10px;
          padding-right: 10px; }
          .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box {
            text-align: center;
            margin-top: 20px; }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views {
              width: 100%;
              height: 110px;
              line-height: 110px; }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views1 {
              background: linear-gradient(135deg, #eaf6f9 0%, #f1dcd1 100%); }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views2 {
              background: linear-gradient(135deg, #eaf9f8 0%, #d1f1e5 100%); }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views3 {
              background: linear-gradient(135deg, #eaf9f8 0%, #d1f1ef 100%); }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views4 {
              background: linear-gradient(135deg, #eaf9f8 0%, #f1eed1 100%); }
            .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views_p_box {
              background: #fff;
              height: 330px; }
              .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views_p_box div {
                height: 100%; }
                .Aboutcontainer .Aboutcontainer_box1 .container .row .views_boxs .views_box .views_p_box div p {
                  line-height: 24px;
                  color: #666666;
                  margin: 0;
                  font-size: 14px;
                  font-family: PingFangSC-Regular; }
      .Aboutcontainer .Aboutcontainer_box1 .container .clients {
        padding: 80px 0 0;
        margin: 0 auto; }
        .Aboutcontainer .Aboutcontainer_box1 .container .clients .client {
          padding: 0; }
          .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row {
            padding: 0;
            margin: 0;
            min-height: 225px;
            background: #fff;
            padding-top: 40px;
            margin: 5px; }
            .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row img {
              display: block;
              margin: 0 auto; }
            .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row .clents_box {
              padding-left: 0;
              font-weight: 400; }
              .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row .clents_box h3 {
                height: 28px;
                font-size: 16px;
                font-weight: bold;
                font-family: PingFangSC-Regular;
                color: #666666;
                line-height: 24px; }
              .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row .clents_box p {
                margin-top: 3px;
                font-size: 14px;
                font-family: PingFangSC-Regular;
                color: #666666;
                line-height: 24px; }
  .Aboutcontainer .Aboutcontainer_box2 {
    background: #fff; }
    .Aboutcontainer .Aboutcontainer_box2 .container .row {
      padding-top: 80px; }
      .Aboutcontainer .Aboutcontainer_box2 .container .row .div_title {
        text-align: center; }
        .Aboutcontainer .Aboutcontainer_box2 .container .row .div_title h3 {
          font-size: 24px;
          padding-bottom: 84px;
          color: #333;
          letter-spacing: 3px; }
        .Aboutcontainer .Aboutcontainer_box2 .container .row .div_title p {
          margin-bottom: 40px;
          font-size: 18px;
          font-family: PingFangSC-Regular;
          font-weight: 400;
          color: #666;
          line-height: 24px; }
      .Aboutcontainer .Aboutcontainer_box2 .container .row h4 {
        font-size: 17px;
        text-align: center; }
      .Aboutcontainer .Aboutcontainer_box2 .container .row .thumbnail {
        height: 200px;
        background: linear-gradient(180deg, #f1eeee 0%, #a29893 100%); }
        .Aboutcontainer .Aboutcontainer_box2 .container .row .thumbnail img {
          height: 100%; }
      .Aboutcontainer .Aboutcontainer_box2 .container .row .usersImages {
        height: 80px;
        text-align: center;
        line-height: 80px;
        width: 20%; }
  .Aboutcontainer .beforedot {
    position: relative; }
    .Aboutcontainer .beforedot::before {
      content: "";
      width: 5px;
      height: 5px;
      background: #178AEC;
      position: absolute;
      left: -13px;
      top: 10px;
      border-radius: 50%; }
  .Aboutcontainer .margin_l {
    margin-left: 1.4em; }
  .Aboutcontainer .table_hint {
    font-family: PingFangSC-Regular;
    border: 1px solid #178AEC;
    background-color: #F2F8FF;
    font-size: 12px;
    line-height: 21px;
    padding: 16px 16px 16px 11px; }
    .Aboutcontainer .table_hint h5 {
      font-weight: bold;
      margin-bottom: 10px; }
      .Aboutcontainer .table_hint h5 .bilibiliHref span {
        text-decoration: underline;
        color: #178AEC; }
      .Aboutcontainer .table_hint h5 .youkuHref span {
        text-decoration: underline;
        color: #178AEC; }
    .Aboutcontainer .table_hint h6 {
      line-height: 21px;
      font-weight: bold; }
    .Aboutcontainer .table_hint p {
      margin-bottom: 0px;
      line-height: 25px;
      font-size: 14px; }
  .Aboutcontainer .aboutservice_box .container {
    padding-top: 15px; }
    .Aboutcontainer .aboutservice_box .container h3 {
      text-align: center; }
    .Aboutcontainer .aboutservice_box .container .margin_t_10 {
      margin-top: 10px; }
    .Aboutcontainer .aboutservice_box .container .margin_b_10 {
      margin-bottom: 10px; }
    .Aboutcontainer .aboutservice_box .container table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
    .Aboutcontainer .aboutservice_box .container table tr th {
      line-height: 30px;
      border: 1px solid #DDDDDD; }
    .Aboutcontainer .aboutservice_box .container table tr td {
      line-height: 30px;
      text-align: center;
      border: 1px solid #DDDDDD; }
    .Aboutcontainer .aboutservice_box .container .text_right {
      text-align: right; }

@media (max-width: 1080px) {
  .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row {
    min-height: 225px;
    background: #fff;
    padding-top: 40px;
    margin: 5px; }
    .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row .clents_box p {
      margin-top: 25px;
      height: 168px; }
  .Aboutcontainer .Aboutcontainer_box2 .usersImages {
    width: 50%; } }
@media (max-width: 768px) {
  .Aboutcontainer .Aboutcontainer_box .img_box div {
    position: absolute;
    left: 5%;
    top: 10%;
    right: 5%;
    bottom: 10%;
    width: 100%; }
    .Aboutcontainer .Aboutcontainer_box .img_box div h1 {
      height: 65px;
      line-height: 65px; }
    .Aboutcontainer .Aboutcontainer_box .img_box div p {
      width: 95%;
      margin-top: 20px; }
    .Aboutcontainer .Aboutcontainer_box .img_box div h4 {
      margin-top: 15px; }
  .Aboutcontainer .Aboutcontainer_box .img_box .bgimg1 {
    display: none; }
  .Aboutcontainer .Aboutcontainer_box .img_box .bgimg2 {
    width: 100%;
    display: block; }
  .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row {
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto; }
    .Aboutcontainer .Aboutcontainer_box1 .container .clients .client .row .clents_box p {
      margin-top: 25px; }
  .Aboutcontainer .Aboutcontainer_box2 .container .row .usersImages {
    width: 50%; }

  .about_header {
    height: 645px;
    background: url("../../images/about/spssau/phone_bg.svg") no-repeat center;
    background-size: cover; }
    .about_header .themiddle {
      padding: 0 14px;
      background: #1f8fee; }
      .about_header .themiddle .navigation li {
        margin-right: 20px; }
        .about_header .themiddle .navigation li:nth-child(2), .about_header .themiddle .navigation li:nth-child(5), .about_header .themiddle .navigation li:nth-child(6) {
          display: none; }
    .about_header .about_name_wrap {
      padding-top: 110px; }
      .about_header .about_name_wrap h2 {
        font-size: 34px;
        line-height: 48px; }
      .about_header .about_name_wrap .about_opera {
        margin-top: 6px;
        font-size: 22px;
        line-height: 30px; }
      .about_header .about_name_wrap p {
        margin: 43px 0 79px;
        font-weight: 400;
        font-size: 14px;
        color: #D7E7FF; }
      .about_header .about_name_wrap .to_indexs {
        width: 208px;
        height: 54px;
        border-radius: 3px;
        font-size: 22px;
        color: #178AEC;
        text-align: center;
        line-height: 54px; }

  .about_container {
    width: 100%;
    padding: 0 10px; }
    .about_container > div > h2 {
      font-size: 22px;
      line-height: 30px; }
    .about_container .subject_wrap {
      flex-direction: column;
      align-items: center;
      margin: 24px 6px 43px;
      padding: 16px 16px 22px; }
      .about_container .subject_wrap .subject_item:nth-child(-n+2) {
        border-right: none; }
      .about_container .subject_wrap .subject_item .item_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px; }
      .about_container .subject_wrap .subject_item .item_content {
        min-height: 44px;
        font-size: 12px;
        line-height: 22px; }
        .about_container .subject_wrap .subject_item .item_content span {
          display: inline-block;
          margin-right: 15px; }
    .about_container .business_wrap .business_list {
      display: block;
      height: unset;
      margin-top: 20px;
      overflow: hidden; }
      .about_container .business_wrap .business_list .business_item {
        float: left;
        width: 49%;
        height: 205px;
        background-color: #fff;
        padding: 15px 0 0;
        margin: 0 2% 10px 0; }
        .about_container .business_wrap .business_list .business_item:nth-child(2n) {
          margin-right: 0; }
        .about_container .business_wrap .business_list .business_item:nth-child(-n+3) .item_content {
          width: 106px;
          margin: auto; }
        .about_container .business_wrap .business_list .business_item img {
          width: 52px;
          height: 52px; }
        .about_container .business_wrap .business_list .business_item .item_name {
          margin: 14px 0 15px;
          font-weight: 600;
          font-size: 16px;
          line-height: 22px; }
        .about_container .business_wrap .business_list .business_item .item_content {
          font-size: 12px;
          line-height: 22px; }
          .about_container .business_wrap .business_list .business_item .item_content span {
            margin-right: 3px; }
    .about_container .application_wrap {
      margin: 43px 0 18px; }
      .about_container .application_wrap .application_list {
        margin-top: 18px; }
        .about_container .application_wrap .application_list .application_item {
          position: static;
          width: 49%;
          height: 230px;
          padding-top: 15px;
          margin: 0 2% 10px 0; }
          .about_container .application_wrap .application_list .application_item:nth-child(2n) {
            margin-right: 0; }
          .about_container .application_wrap .application_list .application_item .item_name {
            margin: 5px 0;
            font-size: 16px;
            line-height: 22px; }
          .about_container .application_wrap .application_list .application_item .item_content {
            line-height: 22px; }
          .about_container .application_wrap .application_list .application_item img {
            width: 52px;
            height: 52px; }
    .about_container .advantage_wrap .advantage_list {
      display: block;
      overflow: hidden;
      padding-top: 37px; }
      .about_container .advantage_wrap .advantage_list .advantage_item {
        float: left;
        width: 50%;
        height: 110px;
        padding-top: 0; }
        .about_container .advantage_wrap .advantage_list .advantage_item .item_title {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 18px; }
        .about_container .advantage_wrap .advantage_list .advantage_item .item_content {
          font-size: 12px;
          line-height: 22px; }
    .about_container .analysis_wrap {
      margin: 45px 0 50px; }
      .about_container .analysis_wrap .opera_list {
        width: 100%;
        height: 35px;
        border: none;
        background-color: transparent;
        padding: 0 41px; }
        .about_container .analysis_wrap .opera_list .opera_item {
          flex: 1;
          line-height: 35px;
          border: 1px solid #178aec;
          border-right: none; }
          .about_container .analysis_wrap .opera_list .opera_item:nth-child(3) {
            border-right: 1px solid #178aec; }
          .about_container .analysis_wrap .opera_list .opera_item img {
            width: 16px;
            height: 16px;
            margin-right: 4px; }
      .about_container .analysis_wrap .content_list {
        padding: 0 6px; }
        .about_container .analysis_wrap .content_list .content_item {
          display: block;
          margin-bottom: 58px;
          flex-direction: column; }
          .about_container .analysis_wrap .content_list .content_item > div:nth-child(2) {
            display: none; }
          .about_container .analysis_wrap .content_list .content_item > div:nth-child(3) {
            margin: 0 -6px; }
            .about_container .analysis_wrap .content_list .content_item > div:nth-child(3) img {
              width: 100%; }
          .about_container .analysis_wrap .content_list .content_item .flex1 .order {
            display: inline-block;
            margin-bottom: 22px;
            margin-right: 5px; }
            .about_container .analysis_wrap .content_list .content_item .flex1 .order img {
              width: 20px;
              height: 30px;
              margin-top: -5px; }
          .about_container .analysis_wrap .content_list .content_item .flex1 h2 {
            display: inline-block;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 0 !important; }
          .about_container .analysis_wrap .content_list .content_item .flex1 p {
            padding: 8px;
            margin-bottom: 5px;
            line-height: 22px; }
          .about_container .analysis_wrap .content_list .content_item .right {
            text-align: left; }
    .about_container .support_wrap .tab_list {
      display: none; }
    .about_container .support_wrap .panel_list > div {
      width: 100%;
      padding: 11px 0 20px; }
      .about_container .support_wrap .panel_list > div:nth-child(n+2),
      .about_container .support_wrap .panel_list > div .panel_title {
        display: block; }
      .about_container .support_wrap .panel_list > div:nth-child(odd) {
        background-color: #F4F9FE; }
      .about_container .support_wrap .panel_list > div .panel_title {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        margin-bottom: 10px; }
      .about_container .support_wrap .panel_list > div .panel_item {
        width: unset;
        height: unset;
        margin: 0;
        background-color: transparent;
        font-size: 12px;
        line-height: 20px; }
        .about_container .support_wrap .panel_list > div .panel_item p {
          margin: 0; }
      .about_container .support_wrap .panel_list > div:nth-child(3) .panel_item strong {
        display: block; }
    .about_container .version_wrap {
      margin: 42px 0 68px; }
      .about_container .version_wrap .version_list {
        flex-wrap: wrap;
        margin: 22px 0 14px; }
        .about_container .version_wrap .version_list .version_item {
          flex: unset;
          width: 48%;
          height: 244px;
          padding-top: 31px;
          margin-right: 0 !important; }
          .about_container .version_wrap .version_list .version_item:nth-child(-n+2) {
            margin-right: 4px; }
          .about_container .version_wrap .version_list .version_item:nth-child(2n) {
            margin-left: 4%; }
          .about_container .version_wrap .version_list .version_item:nth-child(-n+2) {
            margin-bottom: 16px; }
          .about_container .version_wrap .version_list .version_item h3 {
            font-size: 18px;
            line-height: 25px; }
          .about_container .version_wrap .version_list .version_item .version_apply {
            margin: 6px 0 43px;
            font-size: 12px;
            line-height: 17px; }
          .about_container .version_wrap .version_list .version_item .access {
            font-size: 22px;
            line-height: 30px; }
          .about_container .version_wrap .version_list .version_item a {
            bottom: 27px;
            left: 50%;
            transform: translate(-50%);
            width: 75px;
            height: 39px;
            font-size: 14px;
            line-height: 39px; }
        .about_container .version_wrap .version_list .standard .version_apply {
          width: 63px;
          margin: 6px auto 16px; }
        .about_container .version_wrap .version_list .standard .access {
          font-size: 16px;
          line-height: 22px; }
        .about_container .version_wrap .version_list .enterprise .version_apply {
          margin-bottom: 20px; }
        .about_container .version_wrap .version_list .enterprise .access {
          font-size: 10px;
          line-height: 14px; }
        .about_container .version_wrap .version_list .ins .version_apply {
          margin-bottom: 29px; }
        .about_container .version_wrap .version_list .ins .access {
          font-weight: 400;
          font-size: 16px;
          line-height: 22px; }
      .about_container .version_wrap h4 {
        font-size: 14px;
        color: #333;
        text-align: center;
        line-height: 20px; }
      .about_container .version_wrap .version_table tr td, .about_container .version_wrap .version_table tr th {
        color: #333;
        font-weight: 600; }
        .about_container .version_wrap .version_table tr td:first-child, .about_container .version_wrap .version_table tr th:first-child {
          min-width: 125px; }
      .about_container .version_wrap .version_table tr td:nth-child(n+2) {
        font-size: 10px; }
      .about_container .version_wrap > a {
        width: 125px;
        height: 35px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 35px; }
    .about_container .customer_wrap .c_content {
      margin: 24px 0; }
    .about_container .customer_wrap .carousel-content {
      width: 288px;
      height: 215px; }
    .about_container .customer_wrap .carousel {
      height: 215px; }
    .about_container .customer_wrap .carousel li {
      width: 288px;
      height: 215px; }
    .about_container .customer_wrap .img-index {
      display: none; }
    .about_container .customer_wrap .customer_content {
      width: 288px;
      height: 215px;
      padding: 16px 26px 15px;
      background-color: #e6edf3;
      border: 1px solid rgba(23, 138, 236, 0.11);
      border-radius: 10px; }
      .about_container .customer_wrap .customer_content h3 {
        font-size: 20px;
        line-height: 28px; }
      .about_container .customer_wrap .customer_content .book {
        font-size: 14px;
        margin-bottom: 14px; }
      .about_container .customer_wrap .customer_content p {
        font-size: 12px;
        line-height: 22px; }
    .about_container .customer_wrap .carousel-prev,
    .about_container .customer_wrap .carousel-next {
      display: inline-block;
      position: absolute;
      top: 50%; }
    .about_container .customer_wrap .carousel-prev {
      left: -25px; }
    .about_container .customer_wrap .carousel-next {
      right: -25px; }
    .about_container .honor_wrap {
      display: none; } }
.scrolltop_bar {
  transition: all 0.5s;
  position: fixed;
  width: 40px;
  right: 20px;
  bottom: 60px;
  opacity: 1; }

.scrolltop_bar.affix-top.for-right li.js-scroll-top {
  height: 0px; }

.scrolltop_bar.affix,
.scrolltop_bar.for-right {
  bottom: 60px;
  opacity: 1; }

.scrolltop_bar.for-list .js-scroll-top {
  display: none; }

.scrolltop_bar.for-list .js-list-top {
  display: block; }

.scrolltop_bar .js-list-top {
  display: none; }

.scrolltop_bar .btn,
.scrolltop_bar a[class^="bds_"] {
  display: block;
  width: 40px;
  height: 40px;
  padding: 4px 0 0 0;
  background-color: #178AEC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 4px;
  margin: 0 0 10px 0;
  text-indent: 0;
  text-align: center;
  line-height: 35px;
  color: #fff; }

.scrolltop_bar .btn span,
.scrolltop_bar a[class^="bds_"] span,
.scrolltop_bar .btn i,
.scrolltop_bar a[class^="bds_"] i {
  transition: all 0.6s; }

.scrolltop_bar .btn span,
.scrolltop_bar a[class^="bds_"] span {
  position: absolute;
  width: 26px;
  white-space: normal;
  margin: 1px 0 0 6px;
  display: block;
  font: 12px/14px "宋体";
  opacity: 0; }

.scrolltop_bar .btn:hover,
.scrolltop_bar a[class^="bds_"]:hover {
  background-color: #428ec8;
  color: #fff;
  opacity: 1; }

.scrolltop_bar .btn:hover span,
.scrolltop_bar a[class^="bds_"]:hover span {
  opacity: 1; }

.scrolltop_bar .btn:hover i,
.scrolltop_bar a[class^="bds_"]:hover i {
  opacity: 0; }

.scrolltop_bar .btn i,
.scrolltop_bar a[class^="bds_"] i {
  font-size: 24px; }

.scrolltop_bar .btn .fa-edit,
.scrolltop_bar a[class^="bds_"] .fa-edit {
  margin: 9px 0 0 1px; }

.scrolltop_bar li {
  transition: all 0.5s;
  height: 50px;
  margin: 0;
  overflow: hidden; }

.scrolltop_bar li .hover_show {
  display: none; }

.scrolltop_bar li:hover .hover_hide {
  display: none; }

.scrolltop_bar li:hover .hover_show {
  display: block; }

.scrolltop_bar li:hover .weixinimg {
  display: block;
  width: 200px;
  height: auto;
  left: -210px;
  top: -85px;
  opacity: 1; }

.scrolltop_bar li.new_share:hover {
  height: 100px; }

.scrolltop_bar .new_share,
.scrolltop_bar .new_comment {
  display: none; }

.scrolltop_bar.in_viewer .new_share,
.scrolltop_bar.in_viewer .new_comment {
  display: block; }

.scrolltop_bar a.bds_tsina {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3csvg%20version%3d%221.1%22%20xmlns%3d%22http:%2f%2fwww.w3.org%2f2000%2fsvg%22%20xmlns:xlink%3d%22http:%2f%2fwww.w3.org%2f1999%2fxlink%22%20x%3d%220px%22%20y%3d%220px%22%20viewBox%3d%220%200%2032%2032%22%20enable-background%3d%22new%200%200%2032%2032%22%20xml:space%3d%22preserve%22%3e%20%3cg%20xmlns%3d%22http:%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%20%20%3cg%3e%20%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M23.835,16.396c-1.227-0.241-0.63-0.909-0.63-0.909s1.199-2.006-0.238-3.462%20%20%20%20c-1.78-1.807-6.106,0.229-6.106,0.229c-1.652,0.521-1.214-0.237-0.98-1.526c0-1.518-0.513-4.088-4.915-2.569%20%20%20%20c-4.397,1.526-8.173,6.872-8.173,6.872c-2.625,3.554-2.278,6.3-2.278,6.3c0.656,6.063,7.007,7.728,11.948,8.122%20%20%20%20c5.198,0.413,12.213-1.817,14.339-6.399C28.93,18.46,25.064,16.645,23.835,16.396z%20M12.848,27.741%20%20%20%20c-5.159,0.246-9.33-2.379-9.33-5.871c0-3.498,4.171-6.301,9.33-6.542c5.163-0.242,9.342,1.916,9.342,5.405%20%20%20%20C22.189,24.226,18.011,27.503,12.848,27.741z%22%2f%3e%20%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M11.818,17.631c-5.189,0.616-4.589,5.546-4.589,5.546s-0.053,1.563,1.392,2.356%20%20%20%20c3.037,1.668,6.163,0.657,7.743-1.412C17.944,22.053,17.017,17.02,11.818,17.631z%20M10.51,24.55%20%20%20%20c-0.969,0.116-1.75-0.449-1.75-1.272c0-0.819,0.694-1.675,1.663-1.778c1.113-0.106,1.838,0.542,1.838,1.363%20%20%20%20C12.261,23.683,11.475,24.439,10.51,24.55z%20M13.569,21.909c-0.328,0.247-0.732,0.212-0.905-0.085%20%20%20%20c-0.181-0.291-0.114-0.758,0.219-1.004c0.385-0.288,0.785-0.205,0.958,0.085C14.014,21.203,13.889,21.652,13.569,21.909z%22%2f%3e%20%20%3c%2fg%3e%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M31.345,13.633c0.025-0.098,0.042-0.198,0.043-0.303c0.068-0.465,0.112-0.938,0.112-1.41%20%20%20c0-5.194-4.166-9.42-9.289-9.42c-0.71,0-1.283,0.583-1.283,1.303c0,0.719,0.573,1.302,1.283,1.302c3.707,0,6.72,3.058,6.72,6.815%20%20%20c0,0.419-0.037,0.839-0.111,1.247l0.014,0.002c-0.004,0.049-0.013,0.098-0.013,0.148c0,0.719,0.574,1.302,1.284,1.302%20%20%20c0.598,0,1.097-0.417,1.238-0.979h0.002C31.345,13.638,31.345,13.635,31.345,13.633z%22%2f%3e%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M27.325,12.409c0.015-0.162,0.03-0.323,0.03-0.489c0-2.877-2.308-5.217-5.145-5.217%20%20%20c-0.59,0-1.069,0.485-1.069,1.085c0,0.6,0.479,1.085,1.069,1.085c1.657,0,3.005,1.367,3.005,3.046c0,0.133-0.009,0.264-0.024,0.392%20%20%20l0.025,0.004c-0.006,0.043-0.025,0.081-0.025,0.126c0,0.599,0.479,1.085,1.07,1.085c0.541,0,0.969-0.414,1.042-0.942l0.011,0.002%20%20%20c0.003-0.027,0.002-0.056,0.005-0.083c0.001-0.021,0.013-0.04,0.013-0.062C27.332,12.43,27.325,12.42,27.325,12.409z%22%2f%3e%20%3c%2fg%3e%20%3c%2fsvg%3e"); }

.scrolltop_bar a.bds_weixin {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3csvg%20version%3d%221.1%22%20xmlns%3d%22http:%2f%2fwww.w3.org%2f2000%2fsvg%22%20xmlns:xlink%3d%22http:%2f%2fwww.w3.org%2f1999%2fxlink%22%20x%3d%220px%22%20y%3d%220px%22%20viewBox%3d%220%200%2032%2032%22%20enable-background%3d%22new%200%200%2032%2032%22%20xml:space%3d%22preserve%22%3e%20%3cg%20xmlns%3d%22http:%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%20%20%3cg%3e%20%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M22.255,11.004c0.162,0,0.321,0.003,0.48,0.011C21.894,6.476,17.154,3,11.435,3C5.119,3,0,7.237,0,12.463%20%20%20%20c0,3.064,1.759,5.788,4.488,7.518c0.036,0.021,0.105,0.065,0.105,0.065l-1.105,3.425l4.134-2.084c0,0,0.129,0.038,0.195,0.056%20%20%20%20c1.136,0.313,2.353,0.483,3.618,0.483c0.257,0,0.514-0.01,0.768-0.024c-0.234-0.719-0.362-1.477-0.362-2.257%20%20%20%20C11.84,14.873,16.504,11.004,22.255,11.004z%20M15.413,7.666c0.887,0,1.604,0.688,1.604,1.539c0,0.849-0.717,1.538-1.604,1.538%20%20%20%20c-0.888,0-1.605-0.689-1.605-1.538C13.808,8.354,14.525,7.666,15.413,7.666z%20M7.455,10.742c-0.887,0-1.605-0.689-1.605-1.538%20%20%20%20c0-0.851,0.719-1.539,1.605-1.539c0.887,0,1.607,0.688,1.607,1.539C9.063,10.053,8.342,10.742,7.455,10.742z%22%2f%3e%20%20%3c%2fg%3e%20%20%3cpath%20fill%3d%22%23FFFFFF%22%20d%3d%22M12.68,19.7c0,4.416,4.327,7.995,9.662,7.995c1.067,0,2.096-0.145,3.056-0.409%20%20%20c0.056-0.015,0.164-0.048,0.164-0.048L29.053,29l-0.933-2.894c0,0,0.06-0.036,0.089-0.056C30.513,24.591,32,22.29,32,19.7%20%20%20c0-4.415-4.324-7.994-9.658-7.994C17.007,11.707,12.68,15.285,12.68,19.7z%20M24.346,16.946c0-0.717,0.606-1.298,1.355-1.298%20%20%20c0.751,0,1.356,0.581,1.356,1.298c0,0.719-0.605,1.301-1.356,1.301C24.952,18.247,24.346,17.665,24.346,16.946z%20M17.623,16.946%20%20%20c0-0.717,0.606-1.298,1.355-1.298c0.75,0,1.357,0.581,1.357,1.298c0,0.719-0.607,1.301-1.357,1.301%20%20%20C18.229,18.247,17.623,17.665,17.623,16.946z%22%2f%3e%20%3c%2fg%3e%20%3c%2fsvg%3e"); }

.scrolltop_bar i.fa-share-alt {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/share.png) no-repeat 2px 5px;
  background-position: 50% 50%; }

.scrolltop_bar i.fa-comments {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/weixinchat.png) no-repeat 2px 5px;
  background-position: 50% 50%; }

.scrolltop_bar i.fa-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/qqchat.png) no-repeat 2px 5px;
  background-position: 50% 50%; }

.scrolltop_bar .weixinimg {
  width: 0;
  height: 0;
  position: absolute;
  top: -0px;
  left: -0px;
  transition: all 0.5s;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 3px 0px #d8d8d8;
  opacity: 0;
  display: none; }

.scrolltop_bar .weixinchat {
  position: relative; }

.contents {
  width: 100%; }
  .contents .indextr .activity {
    margin-top: 64px;
    background: #fff;
    padding: 5px 20px;
    padding-bottom: 100px; }
    .contents .indextr .activity h2 {
      line-height: 80px;
      font-size: 35px; }
    .contents .indextr .activity h3 {
      line-height: 60px;
      font-size: 25px;
      padding-left: 20px; }
    .contents .indextr .activity p {
      font-size: 18px;
      line-height: 35px;
      padding-left: 40px; }
    .contents .indextr .activity img {
      width: 350px;
      display: block;
      margin: auto; }
    .contents .indextr .activity .tishis {
      color: #cecece;
      text-align: center;
      padding: 0; }

.helpp {
  margin-top: 64px;
  height: 100%;
  font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans; }
  .helpp .video ul {
    display: none; }
  .helpp #header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100; }
  .helpp #helpsearch {
    margin-top: 64px; }
  .helpp #helpsearch1 {
    display: none;
    margin-top: 64px;
    width: 100%;
    height: 85px; }
  .helpp .helprelated_title {
    text-align: center; }
  .helpp .panel table tbody tr th,
  .helpp .panel table tbody tr td {
    vertical-align: middle !important; }
  .helpp .clear_padding {
    padding: 0px; }
  .helpp .clear_marginB {
    margin-bottom: 0; }
  .helpp .pindent {
    text-indent: 1.3em; }
  .helpp .before_list_type {
    position: relative; }
    .helpp .before_list_type::before {
      content: "•";
      color: #b9aaaa;
      margin-right: 6px;
      position: absolute;
      left: 5px; }
  .helpp .beforedot {
    position: relative; }
    .helpp .beforedot::before {
      content: "";
      width: 5px;
      height: 5px;
      background: #178AEC;
      position: absolute;
      left: -13px;
      top: 10px;
      border-radius: 50%; }
  .helpp .table_title {
    font-family: PingFangSC-Regular;
    border: 1px solid #178AEC;
    background-color: #F2F8FF;
    font-size: 12px;
    line-height: 21px;
    padding: 10px 10px 10px 11px; }
    .helpp .table_title h5 {
      font-weight: bold;
      margin-bottom: 10px; }
      .helpp .table_title h5 .youkuHref span {
        text-decoration: underline;
        color: #178AEC; }
    .helpp .table_title h6 {
      line-height: 21px;
      font-weight: bold; }
    .helpp .table_title p {
      margin-bottom: 0px; }
  .helpp .table_hint {
    font-family: PingFangSC-Regular;
    border: 1px solid #178AEC;
    background-color: #F2F8FF;
    font-size: 12px;
    line-height: 21px;
    padding: 16px 16px 16px 11px;
    margin-bottom: 10px; }
    .helpp .table_hint h5 {
      font-weight: bold;
      margin-bottom: 10px; }
      .helpp .table_hint h5 .bilibiliHref span {
        text-decoration: underline;
        color: #178AEC; }
      .helpp .table_hint h5 .youkuHref span {
        text-decoration: underline;
        color: #178AEC; }
    .helpp .table_hint h6 {
      line-height: 21px;
      font-weight: bold; }
    .helpp .table_hint p {
      margin-bottom: 0px; }
  .helpp .margin_l {
    margin-left: 1.4em; }
  .helpp .padding_r_20 {
    padding-right: 20px; }
  .helpp .padding_l {
    padding-left: 1.4em; }
  .helpp .margin_t_10 {
    margin-top: 10px; }
  .helpp .margin_t_15 {
    margin-top: 15px; }
  .helpp .margin_t_20 {
    margin-top: 20px; }
  .helpp .margin_b_10 {
    margin-bottom: 10px; }
  .helpp p {
    margin-bottom: 10px;
    line-height: 25px;
    color: #333;
    font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
    font-size: 14px; }
  .helpp .help_blue {
    color: #ff0000; }
  .helpp .help_blue_a {
    color: #178AEC; }
  .helpp .help_blue_a_length {
    word-wrap: break-word; }
  .helpp .help_red {
    color: #ff0000; }
  .helpp .help_aggravate_red {
    font-size: 12px;
    color: #ff0000; }
  .helpp .table_center {
    text-align: center; }
  .helpp .f_weight_td td {
    font-weight: bold;
    color: #333; }
  .helpp .container {
    padding: 0; }
    .helpp .container .body_container,
    .helpp .container .body_select_container {
      padding-top: 25px;
      padding-bottom: 25px;
      min-height: 750px; }
      .helpp .container .body_container a,
      .helpp .container .body_select_container a {
        color: #222; }
      .helpp .container .body_container .sidebar,
      .helpp .container .body_select_container .sidebar {
        border: 1px solid #D9D9D9;
        border-top: none; }
        .helpp .container .body_container .sidebar a.active,
        .helpp .container .body_select_container .sidebar a.active {
          color: #0098FF; }
        .helpp .container .body_container .sidebar .panel,
        .helpp .container .body_select_container .sidebar .panel {
          margin-top: 0px;
          border: none; }
          .helpp .container .body_container .sidebar .panel .panel-heading,
          .helpp .container .body_select_container .sidebar .panel .panel-heading {
            padding: 5px 12px;
            background-color: #fff;
            border-top: 1px solid #D9D9D9;
            border-radius: 0px;
            border-bottom: 0; }
            .helpp .container .body_container .sidebar .panel .panel-heading h4,
            .helpp .container .body_select_container .sidebar .panel .panel-heading h4 {
              font-size: 14px;
              padding: 5px 10px;
              margin: 0px; }
              .helpp .container .body_container .sidebar .panel .panel-heading h4 a,
              .helpp .container .body_select_container .sidebar .panel .panel-heading h4 a {
                display: block;
                padding: 3px; }
                .helpp .container .body_container .sidebar .panel .panel-heading h4 a:hover,
                .helpp .container .body_select_container .sidebar .panel .panel-heading h4 a:hover {
                  color: #0098FF; }
          .helpp .container .body_container .sidebar .panel ul,
          .helpp .container .body_select_container .sidebar .panel ul {
            font-size: 12px;
            padding: 5px 12px 5px 30px;
            background-color: #fafafa;
            border-top: 1px solid #d9d9d9; }
            .helpp .container .body_container .sidebar .panel ul li,
            .helpp .container .body_select_container .sidebar .panel ul li {
              line-height: 200%; }
              .helpp .container .body_container .sidebar .panel ul li a:hover,
              .helpp .container .body_select_container .sidebar .panel ul li a:hover {
                color: #0098FF; }

.img_background {
  width: 100%;
  background: #FAFAFA; }

.helpimg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 15px;
  cursor: pointer; }

.adot {
  position: relative;
  left: 18px; }
  .adot::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: #4c4c4c;
    top: 6px;
    left: -13px;
    width: 5px;
    height: 5px;
    border-radius: 50%; }

.boxs {
  margin: 10px auto 10px; }

.h4_line_height {
  font-size: 16px;
  line-height: 28px; }

.h4_line_height {
  font-size: 15px;
  line-height: 28px; }

.row h3 {
  line-height: 28px;
  height: 28px;
  font-size: 18px;
  color: #333; }

#questionsHeader {
  width: 100%;
  height: 64px;
  background: #ffffff;
  color: #666666; }
  #questionsHeader .logoBox {
    width: 200px;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    #questionsHeader .logoBox .logo {
      width: 112px;
      height: 41px;
      margin: 7.5px 5px 7.5px 30px; }
    #questionsHeader .logoBox .versionChange {
      position: relative; }
      #questionsHeader .logoBox .versionChange a {
        display: inline-block;
        width: 50px;
        position: absolute;
        bottom: -18px;
        color: red; }
  #questionsHeader .headerList {
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    #questionsHeader .headerList > div {
      display: inline-block;
      line-height: 64px;
      padding: 0 10px;
      cursor: pointer;
      position: relative; }
      #questionsHeader .headerList > div .classifyBox {
        display: none;
        padding: 25px 40px;
        background: #ffffff;
        position: absolute;
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18), 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border: 1px solid;
        border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 1 1;
        top: 60px;
        border-radius: 5px;
        /* display: none; */
        z-index: 10001; }
        #questionsHeader .headerList > div .classifyBox ul {
          margin-left: 50px;
          float: left; }
          #questionsHeader .headerList > div .classifyBox ul li {
            margin-top: 5px;
            height: 20px;
            line-height: 20px; }
            #questionsHeader .headerList > div .classifyBox ul li a {
              display: inline-block;
              width: 100%;
              color: #999999;
              font-size: 12px; }
              #questionsHeader .headerList > div .classifyBox ul li a:hover {
                color: #178AEC; }
        #questionsHeader .headerList > div .classifyBox ul:nth-of-type(1) {
          margin-left: 0px; }
      #questionsHeader .headerList > div .noActive {
        display: none; }
      #questionsHeader .headerList > div .hoverActive {
        display: block;
        /* transition: height .3s ease-in; */ }
  #questionsHeader .headerRight {
    float: right;
    height: 100%;
    line-height: 60px;
    margin-right: 150px; }
    #questionsHeader .headerRight a {
      padding: 0 10px;
      margin-right: 0px !important;
      color: #666666; }
      #questionsHeader .headerRight a:hover {
        color: #178AEC; }
    #questionsHeader .headerRight .questions {
      font-size: 16px;
      border-right: 1px solid #E5E5E5; }

.questionsBox {
  width: 1200px;
  margin: 64px auto 0;
  /* 我的问题 */ }
  .questionsBox img {
    vertical-align: sub; }
  .questionsBox .fileUploadBox {
    margin-bottom: 12px; }
    .questionsBox .fileUploadBox #uploadComponent, .questionsBox .fileUploadBox #uploadAgainComponent {
      display: inline-block; }
      .questionsBox .fileUploadBox #uploadComponent #uploadmsg, .questionsBox .fileUploadBox #uploadAgainComponent #uploadmsg {
        display: inline-block;
        position: relative;
        padding: 0 16px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        border: 1px solid #E0E0E0;
        color: #1D1D1F;
        border-radius: 99px;
        margin-right: 20px;
        cursor: pointer; }
        .questionsBox .fileUploadBox #uploadComponent #uploadmsg img, .questionsBox .fileUploadBox #uploadAgainComponent #uploadmsg img {
          width: 16px;
          height: 16px; }
      .questionsBox .fileUploadBox #uploadComponent #fileUpload, .questionsBox .fileUploadBox #uploadComponent #fileAgainUpload, .questionsBox .fileUploadBox #uploadAgainComponent #fileUpload, .questionsBox .fileUploadBox #uploadAgainComponent #fileAgainUpload {
        display: none; }
    .questionsBox .fileUploadBox .hintFile {
      color: #808082;
      font-size: 12px;
      line-height: 36px; }
  .questionsBox #myQuestions, .questionsBox #myQuestionsAgain {
    margin-bottom: 16px; }
    .questionsBox #myQuestions .w-e-toolbar, .questionsBox #myQuestionsAgain .w-e-toolbar {
      border-radius: 12px 12px 0 0; }
    .questionsBox #myQuestions .w-e-text-container, .questionsBox #myQuestionsAgain .w-e-text-container {
      border-radius: 0 0 12px 12px; }
      .questionsBox #myQuestions .w-e-text-container ul, .questionsBox #myQuestionsAgain .w-e-text-container ul {
        list-style-type: disc; }
      .questionsBox #myQuestions .w-e-text-container ol, .questionsBox #myQuestionsAgain .w-e-text-container ol {
        list-style-type: decimal; }
    .questionsBox #myQuestions:hover .w-e-toolbar, .questionsBox #myQuestionsAgain:hover .w-e-toolbar {
      border: 1px solid #178AEC !important;
      border-bottom: 1px solid #eee !important; }
    .questionsBox #myQuestions:hover .w-e-text-container, .questionsBox #myQuestionsAgain:hover .w-e-text-container {
      border: 1px solid #178AEC !important;
      border-top: none !important; }
  .questionsBox .questionsMain {
    overflow: hidden; }
    .questionsBox .questionsMain .miaoShu {
      margin: 32px 0;
      font-size: 32px;
      color: #1D1D1F; }
      .questionsBox .questionsMain .miaoShu img {
        width: 32px;
        height: 32px;
        margin-left: 12px;
        cursor: pointer; }
      .questionsBox .questionsMain .miaoShu a {
        display: none; }
    .questionsBox .questionsMain .botton_opera {
      display: flex;
      align-items: center; }
    .questionsBox .questionsMain .textMessageBox {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: end;
      margin-right: 16px; }
      .questionsBox .questionsMain .textMessageBox .textMessage {
        padding: 0 6px;
        width: 170px;
        height: 32px;
        border-radius: 99px;
        border: 1px solid #E0E0E0;
        cursor: not-allowed; }
        .questionsBox .questionsMain .textMessageBox .textMessage::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.25); }
        .questionsBox .questionsMain .textMessageBox .textMessage::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: rgba(0, 0, 0, 0.25); }
        .questionsBox .questionsMain .textMessageBox .textMessage::-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: rgba(0, 0, 0, 0.25); }
        .questionsBox .questionsMain .textMessageBox .textMessage::-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: rgba(0, 0, 0, 0.25); }
      .questionsBox .questionsMain .textMessageBox .switch {
        margin: 0 4px; }
      .questionsBox .questionsMain .textMessageBox .checkboxNotice {
        display: inline-block;
        color: #808082;
        font-size: 12px; }
    .questionsBox .questionsMain .commitQuestions {
      padding: 0 16px;
      height: 36px;
      cursor: pointer; }
  .questionsBox .myAllQuestions {
    display: flex;
    height: calc(100vh - 64px); }
    .questionsBox .myAllQuestions .myAllLeft {
      width: 416px;
      padding: 34px 36px 0 0; }
      .questionsBox .myAllQuestions .myAllLeft .myAllLeftQuestions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px; }
        .questionsBox .myAllQuestions .myAllLeft .myAllLeftQuestions span {
          color: #1d1d1f;
          font-size: 32px;
          line-height: 40px; }
      .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox {
        max-height: calc(100vh - 170px);
        overflow-y: auto; }
        .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi {
          margin-bottom: 12px;
          border: 1px solid #E0E0E0;
          border-radius: 12px; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi img {
            width: 16px;
            height: 16px; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi:hover {
            border: 1px solid #B2B2B3;
            box-shadow: 0 4px 12px 0 #00000014; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .qtext_wrap {
            padding: 16px;
            min-height: 54px;
            max-height: 76px;
            border-bottom: 1px solid #E0E0E0; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .qtext_wrap .qtext {
              display: -webkit-box;
              color: #1d1d1f;
              font-size: 14px;
              line-height: 22px;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .qtext_wrap .qtext .red_span {
                display: inline-block;
                height: 20px;
                margin-right: 10px;
                padding: 0 8px;
                border-radius: 999px;
                background: #FF4D41;
                color: #ffffff;
                font-size: 12px;
                line-height: 20px; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .ques_bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 16px;
            height: 48px; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .ques_bottom .bottom_left {
              color: #b2b2b3;
              font-size: 12px;
              line-height: 20px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .ques_bottom .bottom_left .blue {
                color: #178AEC; }
        .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLiColor {
          border: 1px solid #B2B2B3;
          box-shadow: 0 4px 12px 0 #00000014; }
    .questionsBox .myAllQuestions .myAllRight {
      flex: 1;
      padding: 32px 0 0 36px;
      border-left: 1px solid #E0E0E0;
      overflow-y: auto; }
      .questionsBox .myAllQuestions .myAllRight .myAllRightBox {
        display: none;
        padding-top: 17px;
        max-height: calc(100vh - 100px);
        overflow-y: auto; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap {
          position: relative;
          padding: 16px;
          border-radius: 12px;
          border: 1px solid #E0E0E0; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation {
            position: absolute;
            top: -14px;
            right: 20px;
            height: 16px;
            margin-bottom: 8px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation span {
              display: inline-block;
              width: 28px;
              height: 28px;
              border: 1px solid #E0E0E0;
              border-radius: 50%;
              cursor: pointer; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation span:hover {
                border: 1px solid #178AEC; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation .goodReputation {
              background: #fff url("../../images/questions/good.svg") no-repeat center;
              background-size: 16px 16px; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation .goodReputation:hover {
                background: #fff url("../../images/questions/good_check.svg") no-repeat center;
                background-size: 16px 16px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation .negativeReputation {
              margin-left: 12px;
              background: #fff url("../../images/questions/negative.svg") no-repeat center;
              background-size: 16px 16px; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .reputation .negativeReputation:hover {
                background: #fff url("../../images/questions/negative_check.svg") no-repeat center;
                background-size: 16px 16px; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .com_evaluation span:hover {
            border: unset; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .com_evaluation .goodReputation {
            background: #fff url("../../images/questions/good_over.svg") no-repeat center;
            background-size: 28px 28px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .com_evaluation .goodReputation:hover {
              background: #fff url("../../images/questions/good_over.svg") no-repeat center;
              background-size: 28px 28px; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .com_evaluation .negativeReputation {
            margin-left: unset;
            background: #fff url("../../images/questions/negative_over.svg") no-repeat center;
            background-size: 28px 28px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .content_wrap .com_evaluation .negativeReputation:hover {
              background: #fff url("../../images/questions/negative_over.svg") no-repeat center;
              background-size: 28px 28px; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font {
          position: relative; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions {
            width: 100%;
            font-size: 14px;
            font-weight: 500;
            color: #666666; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions p {
              width: 100%;
              word-wrap: break-word;
              white-space: normal;
              word-break: break-all;
              font-size: 14px;
              line-height: 20px; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions p img {
                display: block;
                margin: 12px 12px 12px 0;
                width: 77px;
                height: 50px;
                cursor: zoom-in; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions p .showClick {
                display: inline-block;
                float: right;
                margin-top: 11px; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions p .fileA {
                display: block;
                color: #178AEC; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestions .colorLink {
              color: #178AEC;
              cursor: pointer;
              font-size: 12px; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .myAllRightQuestionsContent {
            display: none; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox #change_title_font .hideClick {
            display: none;
            position: absolute;
            bottom: -10px;
            right: 0;
            font-size: 12px;
            color: #178AEC;
            cursor: pointer; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox {
          margin-top: 8px; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li {
            padding: 16px 16px 12px;
            margin-bottom: 8px;
            border-radius: 12px;
            background: #F7F7F7; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li .emphasizeColor {
              margin-right: 12px;
              height: 20px;
              padding: 2px 8px;
              border-radius: 999px;
              background: #3AC258;
              color: #ffffff;
              font-size: 12px;
              line-height: 20px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li .replyTime {
              color: #b2b2b3;
              font-size: 12px;
              line-height: 20px; }
            .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li .replyContent {
              margin-top: 4px;
              color: #4f4f50;
              font-size: 14px;
              line-height: 22px; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li .replyContent img {
                display: block;
                width: 77px;
                height: 50px;
                cursor: zoom-in; }
              .questionsBox .myAllQuestions .myAllRight .myAllRightBox .myAllRightQuestionsBox ul li .replyContent .fileA {
                display: block;
                color: #178AEC; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .state_p {
          margin-bottom: 20px;
          color: #808082;
          font-size: 12px;
          line-height: 20px; }
          .questionsBox .myAllQuestions .myAllRight .myAllRightBox .state_p .emphasizeColor {
            color: #178aec;
            text-decoration-line: underline; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .expertModel {
          color: #178aec;
          margin-bottom: 8px; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .offQuestion {
          color: #178AEC; }
        .questionsBox .myAllQuestions .myAllRight .myAllRightBox .blue_button, .questionsBox .myAllQuestions .myAllRight .myAllRightBox .noborder_button {
          float: right;
          margin-left: 8px;
          padding: 0 23px;
          width: unset;
          height: 36px;
          border-radius: 99px; }
  .questionsBox .lookQuestions {
    height: 100%;
    background: #ebeef5; }
    .questionsBox .lookQuestions .lookTop {
      height: 136px; }
      .questionsBox .lookQuestions .lookTop .QalibraryTopLeft {
        float: left;
        width: 916px;
        height: 100%;
        background: #ffffff; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(1) {
          width: 545px; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(1) p:nth-of-type(1) {
            padding-top: 6px;
            padding-left: 3px;
            font-size: 32px;
            color: #EBEEF5; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(1) p:nth-of-type(2) {
            margin-left: 35px;
            font-size: 12px;
            color: #666666;
            font-weight: 400; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(2) {
          margin-left: 19px;
          height: 82px;
          border-left: 1px solid #F3F3F3; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(3) {
          height: 82px;
          margin-left: 28px;
          text-align: center; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(3) img {
            width: 58px;
            height: 49px; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(3) p {
            margin-top: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #F16464;
            font-family: PingFangSC-Semibold, PingFang SC; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(4) {
          height: 82px;
          margin-left: 30px;
          text-align: center; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(4) img {
            width: 58px;
            height: 49px; }
          .questionsBox .lookQuestions .lookTop .QalibraryTopLeft div:nth-of-type(4) p {
            margin-top: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #F16464;
            font-family: PingFangSC-Semibold, PingFang SC; }
      .questionsBox .lookQuestions .lookTop .QalibraryTopRight {
        float: right;
        width: 274px;
        height: 100%;
        background: #ffffff;
        line-height: 124px;
        cursor: pointer;
        color: #F16464;
        font-size: 21px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopRight img {
          width: 86px;
          height: 84px;
          margin-right: 20px;
          margin-left: 31px; }
        .questionsBox .lookQuestions .lookTop .QalibraryTopRight:hover {
          color: #178AEC; }
    .questionsBox .lookQuestions .lookBottom {
      height: 468px;
      margin-top: 10px; }
      .questionsBox .lookQuestions .lookBottom .lookBottomLeft {
        float: left;
        width: 916px;
        min-height: 100%;
        background: #ffffff;
        padding: 26px 38px; }
        .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num {
          position: relative; }
          .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num .myAllRightQuestions p {
            width: 100%;
            word-wrap: break-word;
            white-space: normal;
            word-break: break-all;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500; }
            .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num .myAllRightQuestions p img {
              display: block;
              width: 77px;
              height: 50px;
              cursor: zoom-in; }
            .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num .myAllRightQuestions p .showClick {
              display: inline-block;
              float: right;
              margin-top: 11px;
              color: #178AEC;
              cursor: pointer;
              font-size: 12px; }
          .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num .lookQuestionsContent {
            display: none; }
          .questionsBox .lookQuestions .lookBottom .lookBottomLeft #change_title_num .hideClick {
            position: absolute;
            bottom: -10px;
            right: 0;
            font-size: 12px;
            color: #178AEC;
            display: none;
            cursor: pointer; }
        .questionsBox .lookQuestions .lookBottom .lookBottomLeft .myAllRightQuestionsBox {
          min-height: 355px;
          margin-top: 20px;
          margin-bottom: 16px;
          border-top: 1px solid #e8e8e8; }
          .questionsBox .lookQuestions .lookBottom .lookBottomLeft .myAllRightQuestionsBox li {
            border-bottom: 1px solid #e8e8e8; }
            .questionsBox .lookQuestions .lookBottom .lookBottomLeft .myAllRightQuestionsBox li .replyTime {
              margin-top: 16px;
              font-size: 12px; }
            .questionsBox .lookQuestions .lookBottom .lookBottomLeft .myAllRightQuestionsBox li .replyContent {
              margin-top: 10px;
              margin-bottom: 12px;
              white-space: normal;
              word-break: break-all; }
              .questionsBox .lookQuestions .lookBottom .lookBottomLeft .myAllRightQuestionsBox li .replyContent img {
                display: block;
                width: 77px;
                height: 50px;
                cursor: zoom-in; }
  .questionsBox .emphasizeColor {
    color: #178AEC; }
  .questionsBox .managementMain .myAllLeft {
    width: 528px;
    height: 678px;
    background: #ffffff;
    padding: 24px 20px 24px 20px;
    float: left; }
    .questionsBox .managementMain .myAllLeft .myAllLeftQuestions {
      font-size: 18px;
      font-weight: 500;
      color: #999999; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions button {
        background: #ffffff;
        border: none;
        margin-right: 20px;
        padding: 0; }
        .questionsBox .managementMain .myAllLeft .myAllLeftQuestions button:focus {
          outline: none; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .buttonActive {
        color: #178AEC; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .managementOther {
        margin-right: 0; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .searchAccount {
        float: right;
        width: 200px;
        height: 33px;
        margin: -5px 5px 0 0; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .searchAccountBtn {
        width: 90px;
        height: 33px;
        line-height: 33px;
        background: #178AEC;
        color: #ffffff;
        border: none;
        float: right;
        margin: -5px 5px 0 0; }
    .questionsBox .managementMain .myAllLeft .specificQuestions {
      text-align: center;
      background: #FAFAFA;
      margin-top: 24px;
      border-bottom: 1px solid #e8e8e8; }
      .questionsBox .managementMain .myAllLeft .specificQuestions span {
        display: inline-block;
        height: 38px;
        line-height: 38px; }
      .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsContent {
        width: 310px; }
      .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsAwaitTime {
        width: 125px; }
      .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsTimeOperation {
        width: 124px; }
      .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsVipType {
        width: 80px; }
    .questionsBox .managementMain .myAllLeft .myQuestionsListBox {
      height: 459px; }
      .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv {
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
        /* line-height: 62px; */
        font-size: 0;
        cursor: pointer; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span {
          display: inline-block;
          font-size: 14px;
          vertical-align: middle;
          max-height: 40px;
          overflow: hidden; }
          .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span p {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            word-wrap: break-word;
            white-space: normal;
            word-break: break-all; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span:nth-of-type(1) {
          width: 315px;
          text-align: left;
          margin-right: 15px; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span:nth-of-type(2) {
          width: 125px;
          text-align: center; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span:nth-of-type(3) {
          width: 130px;
          text-align: center; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .myQuestionsDiv span:nth-of-type(4) {
          width: 80px;
          text-align: center; }
      .questionsBox .managementMain .myAllLeft .myQuestionsListBox .manageQuestionsDivColor {
        color: #178AEC; }
    .questionsBox .managementMain .myAllLeft .pagging {
      margin-top: 51px;
      text-align: right; }
  .questionsBox .managementMain .myAllLeftManagement {
    width: 728px; }
  .questionsBox .managementMain .myAllRight {
    width: 662px;
    min-height: 678px;
    background: #ffffff;
    padding: 24px 20px;
    float: right; }
    .questionsBox .managementMain .myAllRight .change_title_management {
      position: relative; }
      .questionsBox .managementMain .myAllRight .change_title_management .managementQuestions {
        /* height: 50px; */
        font-size: 14px;
        font-weight: 500;
        color: #666666; }
        .questionsBox .managementMain .myAllRight .change_title_management .managementQuestions p {
          word-wrap: break-word;
          white-space: normal;
          word-break: break-all;
          font-size: 14px;
          line-height: 20px; }
          .questionsBox .managementMain .myAllRight .change_title_management .managementQuestions p img {
            display: block;
            width: 77px;
            height: 50px;
            cursor: zoom-in; }
          .questionsBox .managementMain .myAllRight .change_title_management .managementQuestions p .fileA {
            display: block; }
          .questionsBox .managementMain .myAllRight .change_title_management .managementQuestions p .showClick {
            display: inline-block;
            float: right;
            margin-top: 11px;
            color: #178AEC;
            cursor: pointer;
            font-size: 12px; }
      .questionsBox .managementMain .myAllRight .change_title_management .managementQuestionsContent {
        display: none; }
      .questionsBox .managementMain .myAllRight .change_title_management .hideClick {
        position: absolute;
        bottom: -10px;
        right: 0;
        font-size: 12px;
        color: #178AEC;
        display: none;
        cursor: pointer; }
    .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox {
      margin-top: 13px;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      margin-bottom: 16px;
      min-height: 295px; }
      .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox .managementAnswterlist li {
        border-bottom: 1px solid #e8e8e8; }
        .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox .managementAnswterlist li .replyTime {
          margin-top: 16px;
          font-size: 12px;
          color: #999; }
        .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox .managementAnswterlist li .replyContent {
          margin-top: 10px;
          margin-bottom: 12px;
          color: #333;
          word-wrap: break-word;
          white-space: normal;
          word-break: break-all; }
          .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox .managementAnswterlist li .replyContent img {
            display: block;
            width: 77px;
            height: 50px;
            cursor: zoom-in; }
          .questionsBox .managementMain .myAllRight .myAllRightQuestionsBox .managementAnswterlist li .replyContent .fileA {
            display: block; }
    .questionsBox .managementMain .myAllRight .expertModel {
      display: none;
      margin-bottom: 8px;
      color: #178aec; }
    .questionsBox .managementMain .myAllRight #myAnswer {
      margin-bottom: 15px; }
      .questionsBox .managementMain .myAllRight #myAnswer .w-e-text-container p ul {
        list-style-type: disc; }
      .questionsBox .managementMain .myAllRight #myAnswer .w-e-text-container p ol {
        list-style-type: decimal; }
    .questionsBox .managementMain .myAllRight .fileUploadBox {
      height: 33px;
      margin-top: 10px; }
      .questionsBox .managementMain .myAllRight .fileUploadBox #uploadComponent {
        position: relative;
        cursor: pointer; }
        .questionsBox .managementMain .myAllRight .fileUploadBox #uploadComponent #fileUpload {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          height: 33px;
          filter: alpha(opacity=0);
          opacity: 0;
          background-color: transparent;
          width: 140px; }
      .questionsBox .managementMain .myAllRight .fileUploadBox .hintFile {
        vertical-align: middle; }
    .questionsBox .managementMain .myAllRight .commitAnswer {
      width: 90px;
      height: 33px;
      margin-top: 12px;
      background: #178AEC;
      color: #ffffff;
      border: none;
      float: left; }
    .questionsBox .managementMain .myAllRight .stageDBtn, .questionsBox .managementMain .myAllRight .setSystemRelated {
      width: 90px;
      height: 33px;
      margin-left: 24px;
      background: #fff;
      color: #178AEC;
      border: 1px solid #178AEC;
      float: right; }
    .questionsBox .managementMain .myAllRight .privateUnsynchronization {
      width: 90px;
      height: 33px;
      margin-left: 24px;
      background: #fff;
      color: #178AEC;
      border: 1px solid #178AEC;
      float: right; }
    .questionsBox .managementMain .myAllRight .nosetSystemRelated {
      border: 1px solid #eee;
      background: #ccc;
      color: #fff;
      cursor: not-allowed; }
    .questionsBox .managementMain .myAllRight .closedQuestions {
      width: 90px;
      height: 33px;
      margin-top: 12px;
      margin-left: 24px;
      background: #fff;
      color: #178AEC;
      border: 1px solid #178AEC;
      float: right; }
    .questionsBox .managementMain .myAllRight .managementMobile {
      display: none; }
    .questionsBox .managementMain .myAllRight .giveCodeBtn {
      width: 90px;
      height: 33px;
      margin-top: 12px;
      margin-left: 24px;
      background: #fff;
      color: #178AEC;
      border: 1px solid #178AEC;
      float: right; }

.questionsManagement {
  width: 1400px; }

.lookBottomRight {
  float: right;
  width: 274px;
  height: 100%; }
  .lookBottomRight .lookVideo {
    width: 100%;
    height: 370px;
    background: #ffffff;
    padding: 27px 20px; }
    .lookBottomRight .lookVideo h4 {
      font-family: PingFangSC-Medium, PingFang SC;
      font-size: 18px;
      font-weight: 500;
      color: #666666; }
      .lookBottomRight .lookVideo h4 span:nth-of-type(2) {
        margin-left: 109px;
        display: inline-block;
        text-align: right;
        font-size: 14px;
        font-weight: 400; }
    .lookBottomRight .lookVideo .lookVideoBox {
      width: 100%;
      height: 100%;
      margin-top: 18px;
      overflow: hidden; }
      .lookBottomRight .lookVideo .lookVideoBox div {
        height: 280px;
        overflow-y: auto; }
        .lookBottomRight .lookVideo .lookVideoBox div h5 {
          font-size: 14px;
          font-family: PingFangSC-Semibold, PingFang SC;
          font-weight: 600;
          color: #666666;
          line-height: 20px;
          margin-bottom: 6px; }
        .lookBottomRight .lookVideo .lookVideoBox div ul {
          border-bottom: 1px solid #e8e8e8;
          padding-bottom: 13px;
          margin-bottom: 16px; }
          .lookBottomRight .lookVideo .lookVideoBox div ul li {
            padding: 3px 26px; }
            .lookBottomRight .lookVideo .lookVideoBox div ul li a {
              display: inline-block;
              width: 100%;
              font-size: 14px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #444444; }
              .lookBottomRight .lookVideo .lookVideoBox div ul li a:hover {
                color: #178AEC; }
          .lookBottomRight .lookVideo .lookVideoBox div ul:last-child {
            margin-bottom: 0px; }
  .lookBottomRight div:nth-of-type(2) {
    width: 100%;
    height: 88px;
    margin-top: 10px;
    background: #ffffff;
    line-height: 88px;
    padding: 0 21px; }
    .lookBottomRight div:nth-of-type(2) img {
      width: 58px;
      height: 58px;
      margin-right: 16px;
      vertical-align: middle; }
    .lookBottomRight div:nth-of-type(2) span {
      font-size: 14px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #666666;
      vertical-align: middle; }

.bigImgBox {
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.65);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  overflow: hidden;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  cursor: pointer; }
  .bigImgBox .bigImg {
    position: fixed;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
    cursor: zoom-out; }

.open_ques {
  color: #178AEC;
  text-decoration: underline;
  cursor: pointer; }

.common_ques {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 4px 12px 0 #00000014;
  z-index: 99999; }
  .common_ques .ques_header {
    padding: 0 20px;
    line-height: 56px; }
    .common_ques .ques_header span:first-child {
      font-weight: 600; }
    .common_ques .ques_header span:last-child {
      float: right;
      margin-top: 10px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      background: #F4F4F4;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer; }
      .common_ques .ques_header span:last-child img {
        width: 20px; }
  .common_ques .ques_list {
    padding: 0 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto; }
    .common_ques .ques_list .ques_title {
      position: relative;
      padding: 12px 36px 12px 28px;
      font-size: 14px;
      color: #1D1D1F;
      line-height: 22px;
      border-top: 1px solid #E0E0E0;
      cursor: pointer; }
      .common_ques .ques_list .ques_title:hover {
        color: #178AEC; }
      .common_ques .ques_list .ques_title:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        content: '';
        background-image: url("../../images/questions/ques.png");
        transform: translateY(-50%); }
      .common_ques .ques_list .ques_title:after {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 8px;
        height: 8px;
        content: '';
        border-left: 2px solid #B2B2B3;
        border-bottom: 2px solid #B2B2B3;
        transform: translateY(-50%) rotate(-45deg); }
    .common_ques .ques_list li:first-child .ques_title {
      border-top: none; }
    .common_ques .ques_list .ques_answer {
      display: none;
      margin: 0 0 12px 28px;
      padding: 16px;
      position: relative;
      border-radius: 12px;
      background: #F7F7F7;
      font-size: 14px;
      color: #4F4F50;
      line-height: 22px; }
      .common_ques .ques_list .ques_answer:before {
        position: absolute;
        top: 0;
        left: -28px;
        width: 20px;
        height: 20px;
        content: '';
        background-image: url("../../images/questions/answer.png"); }
      .common_ques .ques_list .ques_answer a {
        color: #178AEC; }
    .common_ques .ques_list .open .ques_title:after {
      transform: translateY(-50%) rotate(135deg); }
    .common_ques .ques_list .open .ques_answer {
      display: block; }
  .common_ques p {
    font-size: 12px;
    color: #808082;
    text-align: center;
    line-height: 20px; }
    .common_ques p .hide_ques {
      color: #178AEC;
      text-decoration: underline;
      cursor: pointer; }
  .common_ques .noVipTip {
    display: none;
    color: #B2B2B3; }

@media (max-width: 750px) {
  #questionsHeader {
    display: none; }

  .indexheader {
    display: block;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09); }
    .indexheader .inner {
      width: unset; }
      .indexheader .inner .header_left, .indexheader .inner .header_right {
        display: none; }
      .indexheader .inner .phone_left {
        display: unset; }
        .indexheader .inner .phone_left img {
          width: 112px;
          height: 41px;
          margin-left: 14px; }

  .common_ques {
    width: unset;
    left: 0; }

  .questionsBox {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 64px;
    /* 我的问题 */ }
    .questionsBox .Qalibrary {
      box-sizing: border-box; }
      .questionsBox .Qalibrary .QalibraryTop {
        position: relative;
        height: 137px;
        margin: 10px 13px 24px 12px;
        padding-right: 94px; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft {
          position: relative;
          width: 100%;
          height: 100%;
          background-color: #F5FAFF; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:first-child {
            padding: 26px 5px 13px 11px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 10px;
            color: #666666; }
            .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:first-child p:first-child {
              position: absolute;
              top: 5px;
              left: 0;
              font-size: 17px;
              color: #EBEEF5;
              z-index: 0; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-child(n+2) {
            display: none; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight {
          position: absolute;
          top: 0;
          right: 0;
          width: 82px;
          height: 135px;
          border: 1px solid #FFE9E9;
          text-align: center; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight img {
            display: block;
            width: 52px;
            height: 52px;
            margin: 27px auto 8px; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight span {
            font-family: PingFangSC-Semibold;
            font-weight: 600;
            font-size: 14px;
            color: #F16464; }
      .questionsBox .Qalibrary .QalibraryBottom .QalibraryList {
        padding-left: 12px; }
        .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li {
          position: relative;
          height: 48px;
          border-bottom: 1px solid #F3F3F3;
          padding: 0 70px 0 31px;
          overflow: hidden; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:first-child {
            position: absolute;
            top: 17px;
            left: 0;
            width: 28px;
            height: 16px;
            background: #D9ECFF;
            border: 1px solid #178AEC;
            border-radius: 2px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 10px;
            color: #178AEC;
            text-align: center;
            line-height: 14px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span p {
            width: 100%;
            margin-top: 9px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 10px;
            color: #666666; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-child(n+3) {
            position: absolute;
            line-height: 13px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 9px;
            color: #9E9E9E; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-child(3) {
            top: 9px;
            right: 40px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-child(4) {
            top: 9px;
            right: 14px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-child(5) {
            width: 10px;
            height: 10px;
            color: #fff;
            background: url("/images/icon/icon-label.svg");
            top: 27px;
            right: 63px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-child(6) {
            top: 25px;
            right: 14px; }
    .questionsBox .lookQuestions .lookTop {
      display: none; }
    .questionsBox .lookQuestions .lookBottomRight {
      display: none; }
    .questionsBox .lookQuestions .lookBottom .lookBottomLeft {
      position: relative;
      padding: 46px 13px 26px 12px;
      width: 100%; }
      .questionsBox .lookQuestions .lookBottom .lookBottomLeft .pageReturn {
        position: absolute;
        top: 5px;
        left: 40px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666;
        line-height: 36px; }
        .questionsBox .lookQuestions .lookBottom .lookBottomLeft .pageReturn:before {
          position: absolute;
          left: -36px;
          content: '';
          width: 36px;
          height: 36px;
          background: url("/images/icon/icon-return.svg");
          cursor: pointer; }
    .questionsBox .questionsMain {
      padding-left: 0;
      padding-right: 0;
      margin: 10px; }
      .questionsBox .questionsMain .miaoShu {
        margin: 10px 0;
        font-size: 28px; }
        .questionsBox .questionsMain .miaoShu a {
          float: right;
          display: block;
          line-height: 35px;
          color: #1D1D1F; }
      .questionsBox .questionsMain #myQuestions {
        width: 100%; }
      .questionsBox .questionsMain .botton_opera {
        display: block; }
        .questionsBox .questionsMain .botton_opera .textMessageBox {
          margin: 10px 0;
          justify-content: unset; }
          .questionsBox .questionsMain .botton_opera .textMessageBox input {
            margin-right: 5px; }
        .questionsBox .questionsMain .botton_opera .commitQuestions {
          width: 100%; }
    .questionsBox .myAllQuestions {
      height: 100%;
      padding-left: 0;
      padding-right: 0;
      margin: 0 10px; }
      .questionsBox .myAllQuestions .myAllLeft {
        width: 100%;
        height: 100%;
        padding: 10px 0;
        float: none; }
        .questionsBox .myAllQuestions .myAllLeft .myAllLeftQuestions {
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 500;
          color: #999999; }
          .questionsBox .myAllQuestions .myAllLeft .myAllLeftQuestions .myLestQuestion {
            font-size: 10px;
            margin-left: 0;
            float: right;
            height: 26px; }
        .questionsBox .myAllQuestions .myAllLeft .specificQuestions {
          text-align: inherit;
          width: 100%;
          margin-top: 17px; }
          .questionsBox .myAllQuestions .myAllLeft .specificQuestions span {
            text-align: center;
            font-size: 8px; }
          .questionsBox .myAllQuestions .myAllLeft .specificQuestions .myQuestionsContent {
            width: 60%; }
          .questionsBox .myAllQuestions .myAllLeft .specificQuestions .myQuestionsTime {
            width: 30%; }
        .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox {
          height: auto; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi {
            border: 1px solid #fff; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi:hover {
              border: 1px solid #fff; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .qtext_wrap {
              border-radius: 12px 12px 0 0;
              border: 1px solid #B2B2B3;
              border-width: 1px 1px 0 1px; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .myQuestionsLi .ques_bottom {
              border: 1px solid #B2B2B3;
              border-radius: 0 0 12px 12px; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult {
            display: none; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font {
              position: relative; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestions {
                font-size: 14px;
                color: #666666; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestions p {
                  word-wrap: break-word;
                  white-space: normal;
                  word-break: break-all;
                  font-size: 10px;
                  line-height: 20px; }
                  .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestions p img {
                    display: block;
                    width: 77px;
                    height: 50px;
                    cursor: zoom-in; }
                  .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestions p .fileA {
                    display: block; }
                  .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestions p .showClick {
                    display: inline-block;
                    float: right;
                    margin-top: 0;
                    color: #178AEC;
                    cursor: pointer;
                    font-size: 8px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .myAllRightQuestionsContent {
                display: none; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .change_title_font .hideClick {
                position: absolute;
                bottom: -10px;
                right: 0;
                font-size: 12px;
                color: #178AEC;
                display: none;
                cursor: pointer; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox {
              margin-top: 13px;
              border-top: 1px solid #e8e8e8;
              border-bottom: 1px solid #e8e8e8;
              margin-bottom: 16px;
              min-height: 0; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox ul li {
                border-bottom: 1px solid #e8e8e8; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox ul li .replyTime {
                  margin-top: 16px;
                  font-size: 10px;
                  color: #999; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox ul li .replyContent {
                  margin-top: 10px;
                  margin-bottom: 12px;
                  color: #333;
                  word-wrap: break-word;
                  white-space: normal;
                  word-break: break-all;
                  font-size: 10px; }
                  .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox ul li .replyContent img {
                    display: block;
                    width: 77px;
                    height: 50px;
                    cursor: zoom-in; }
                  .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myAllRightQuestionsBox ul li .replyContent .fileA {
                    display: block; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation {
              height: 16px;
              margin-bottom: 8px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation span {
                display: inline-block;
                width: 16px;
                height: 16px;
                cursor: pointer; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation .goodReputation {
                margin-right: 16px;
                background: url(../../images/questions/good.svg) no-repeat; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation .goodReputation:hover {
                  background: url(../../images/questions/good_check.svg) no-repeat; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation .negativeReputation {
                background: url(../../images/questions/negative.svg) no-repeat; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .reputation .negativeReputation:hover {
                  background: url(../../images/questions/negative_check.svg) no-repeat; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .offQuestion {
              color: #178AEC; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myQuestionsAgain .w-e-toolbar {
              border-radius: 12px 12px 0 0; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myQuestionsAgain .w-e-text-container {
              border-radius: 0 0 12px 12px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myQuestionsAgain .w-e-text-container p ul {
                list-style-type: disc; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .myQuestionsAgain .w-e-text-container p ol {
                list-style-type: decimal; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .fileUploadBox {
              margin-top: 10px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .fileUploadBox .uploadAgainComponent {
                display: inline-block;
                padding: 0 16px;
                height: 33px;
                background: #fff;
                text-align: center;
                line-height: 33px;
                overflow: hidden;
                position: relative;
                border: 1px solid #d5d5d5;
                color: #262626;
                vertical-align: middle;
                border-radius: 999px;
                margin-right: 10px; }
                .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .fileUploadBox .uploadAgainComponent .fileUpload {
                  display: inline-block;
                  position: absolute;
                  left: 0;
                  top: 0;
                  height: 33px;
                  filter: alpha(opacity=0);
                  opacity: 0;
                  background-color: transparent;
                  width: 200px; }
              .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult .fileUploadBox .hintFile {
                vertical-align: middle; }
            .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResult button {
              float: right;
              margin-top: 10px;
              margin-left: 8px;
              width: unset;
              height: 36px;
              padding: 0 16px;
              line-height: 36px;
              border-radius: 999px; }
          .questionsBox .myAllQuestions .myAllLeft .myQuestionsListBox .myQuestionsList .mobileResultShow {
            display: block;
            margin-top: 10px;
            padding: 12px 16px;
            border-radius: 12px;
            border: 1px solid #B2B2B3;
            overflow: hidden; }
      .questionsBox .myAllQuestions .myAllRight {
        width: 100%;
        padding: 0;
        float: none; }
    .questionsBox .managementMain .myAllLeft {
      padding: 5px;
      height: 100%; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions button {
        font-size: 10px;
        margin-right: 10px; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .searchAccount {
        font-size: 10px;
        float: right;
        width: 120px;
        height: 28px;
        margin: 3px 5px 0 0; }
      .questionsBox .managementMain .myAllLeft .myAllLeftQuestions .searchAccountBtn {
        font-size: 10px;
        width: 50px;
        height: 27px;
        line-height: 27px;
        background: #178AEC;
        color: #ffffff;
        border: none;
        float: right;
        margin: 3px 5px 0 0; }
      .questionsBox .managementMain .myAllLeft .specificQuestions {
        text-align: inherit;
        width: 100%;
        margin-top: 17px;
        display: flex;
        justify-content: space-around; }
        .questionsBox .managementMain .myAllLeft .specificQuestions span {
          text-align: center;
          font-size: 8px; }
        .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsContent {
          width: 32%; }
        .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsAwaitTime {
          width: 25%; }
        .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsTimeOperation {
          width: 20%; }
        .questionsBox .managementMain .myAllLeft .specificQuestions .myQuestionsVipType {
          width: 25%; }
      .questionsBox .managementMain .myAllLeft .myQuestionsListBox {
        height: auto; }
        .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList {
          height: 100%;
          background: #fff; }
          .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv {
            background: #f5f5f5; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span {
              font-size: 8px; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span:nth-of-type(1) {
              width: 33%;
              text-align: left;
              margin-right: 0; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span:nth-of-type(2) {
              width: 25%;
              text-align: left; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span:nth-of-type(3) {
              width: 28%;
              text-align: left; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span:nth-of-type(4) {
              width: 11%;
              margin-left: -19px; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .myQuestionsDiv span:nth-of-type(4) img {
                margin-right: -2px; }
          .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult {
            display: none;
            width: 100%;
            overflow: hidden;
            min-height: 0;
            background: #ffffff;
            padding: 24px 0; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management {
              position: relative; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestions {
                /* height: 50px; */
                font-size: 14px;
                font-weight: 500;
                color: #666666; }
                .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestions p {
                  word-wrap: break-word;
                  white-space: normal;
                  word-break: break-all;
                  font-size: 10px;
                  line-height: 20px; }
                  .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestions p img {
                    display: block;
                    width: 77px;
                    height: 50px;
                    cursor: zoom-in; }
                  .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestions p .fileA {
                    display: block; }
                  .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestions p .showClick {
                    display: inline-block;
                    float: right;
                    margin-top: 0;
                    color: #178AEC;
                    cursor: pointer;
                    font-size: 8px; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .managementQuestionsContent {
                display: none; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .change_title_management .hideClick {
                position: absolute;
                bottom: -10px;
                right: 0;
                font-size: 12px;
                color: #178AEC;
                display: none;
                cursor: pointer; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox {
              margin-top: 13px;
              border-top: 1px solid #e8e8e8;
              border-bottom: 1px solid #e8e8e8;
              margin-bottom: 16px;
              min-height: 0; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox .managementAnswterlist li {
                border-bottom: 1px solid #e8e8e8; }
                .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox .managementAnswterlist li .replyTime {
                  margin-top: 16px;
                  font-size: 10px;
                  color: #999; }
                .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox .managementAnswterlist li .replyContent {
                  margin-top: 10px;
                  margin-bottom: 12px;
                  color: #333;
                  word-wrap: break-word;
                  white-space: normal;
                  word-break: break-all;
                  font-size: 10px; }
                  .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox .managementAnswterlist li .replyContent img {
                    display: block;
                    width: 77px;
                    height: 50px;
                    cursor: zoom-in; }
                  .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .myAllRightQuestionsBox .managementAnswterlist li .replyContent .fileA {
                    display: block; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .expertModel {
              display: none;
              margin-bottom: 8px;
              color: #178aec; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult #myAnswer {
              margin-bottom: 15px; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult #myAnswer .w-e-text-container p ul {
                list-style-type: disc; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult #myAnswer .w-e-text-container p ol {
                list-style-type: decimal; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .fileUploadBox {
              height: 33px;
              margin-top: 10px; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .fileUploadBox .uploadComponent {
                display: inline-block;
                width: 170px;
                height: 33px;
                background: #fff;
                text-align: center;
                line-height: 33px;
                overflow: hidden;
                position: relative;
                border: 1px solid #d5d5d5;
                color: #262626;
                vertical-align: middle;
                border-radius: 4px;
                margin-right: 10px; }
                .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .fileUploadBox .uploadComponent .fileUpload {
                  display: inline-block;
                  position: absolute;
                  left: 0;
                  top: 0;
                  height: 33px;
                  filter: alpha(opacity=0);
                  opacity: 0;
                  background-color: transparent;
                  width: 200px; }
              .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .fileUploadBox .hintFile {
                vertical-align: middle; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .commitAnswer {
              width: 63px;
              height: 33px;
              font-size: 12px;
              margin-top: 12px;
              background: #178AEC;
              color: #ffffff;
              border: none;
              float: left; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .stageDBtn, .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .setSystemRelated {
              width: 63px;
              height: 33px;
              font-size: 12px;
              margin-top: 12px;
              margin-left: 3px;
              background: #fff;
              color: #178AEC;
              border: 1px solid #178AEC;
              float: right; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .nosetSystemRelated {
              border: 1px solid #eee;
              background: #ccc;
              color: #fff;
              cursor: not-allowed; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .privateUnsynchronization {
              width: 63px;
              height: 33px;
              font-size: 12px;
              margin-top: 12px;
              margin-left: 3px;
              background: #fff;
              color: #178AEC;
              border: 1px solid #178AEC;
              float: right; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .closedQuestions {
              width: 63px;
              height: 33px;
              font-size: 12px;
              margin-top: 12px;
              margin-left: 3px;
              background: #fff;
              color: #178AEC;
              border: 1px solid #178AEC;
              float: right; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .managementPc {
              display: none; }
            .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResult .giveCodeBtn {
              width: 75px;
              height: 33px;
              font-size: 12px;
              margin-top: 12px;
              margin-left: 3px;
              background: #fff;
              color: #178AEC;
              border: 1px solid #178AEC;
              float: right; }
          .questionsBox .managementMain .myAllLeft .myQuestionsListBox .managementList .mobileResultShow {
            display: block; }
    .questionsBox .managementMain .myAllLeftManagement {
      width: 100%; }

  .questionsManagement {
    width: 100%; }

  .M-box1 a {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .M-box1 span {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .M-box1 .active {
    width: 25px;
    height: 25px;
    line-height: 25px; } }
@media (min-width: 751px) {
  .questionsBox .Qalibrary {
    height: 100%;
    background: #ebeef5; }
    .questionsBox .Qalibrary .QalibraryTop {
      height: 113px; }
      .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft {
        float: left;
        width: 916px;
        height: 100%;
        background: #ffffff; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(1) {
          width: 651px; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(1) p:nth-of-type(1) {
            padding-top: 6px;
            padding-left: 3px;
            font-size: 28px;
            color: #EBEEF5; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(1) p:nth-of-type(2) {
            margin-left: 35px;
            font-size: 12px;
            color: #666666;
            font-weight: 400; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(2) {
          margin-left: 19px;
          height: 82px;
          border-left: 1px solid #F3F3F3; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(3) {
          height: 82px;
          margin-left: 28px;
          text-align: center; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(3) img {
            width: 58px;
            height: 49px; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(3) p {
            margin-top: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #F16464;
            font-family: PingFangSC-Semibold, PingFang SC; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(4) {
          height: 82px;
          margin-left: 30px;
          text-align: center; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(4) img {
            width: 58px;
            height: 49px; }
          .questionsBox .Qalibrary .QalibraryTop .QalibraryTopLeft div:nth-of-type(4) p {
            margin-top: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #F16464;
            font-family: PingFangSC-Semibold, PingFang SC; }
      .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight {
        float: right;
        width: 274px;
        height: 100%;
        background: #ffffff;
        line-height: 124px;
        cursor: pointer;
        color: #F16464;
        font-size: 21px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight img {
          width: 86px;
          height: 84px;
          margin-right: 20px;
          margin-left: 30px; }
        .questionsBox .Qalibrary .QalibraryTop .QalibraryTopRight:hover {
          color: #178AEC; }
    .questionsBox .Qalibrary .QalibraryBottom {
      margin-top: 10px;
      width: 100%;
      height: 408px;
      background: #ffffff;
      padding: 21px 35px; }
      .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li {
        padding-top: 10px;
        height: 44px;
        border-bottom: 1px solid #F3F3F3; }
        .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer {
          cursor: pointer; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span {
            font-size: 12px;
            color: #9E9E9E; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer .yesAnswer {
            border: 1px solid #178AEC;
            color: #178AEC;
            background: #D9ECFF; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer .noAnswer {
            border: 1px solid #FF999F;
            color: #FF6E76;
            background: #FFE5E7; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(1) {
            display: inline-block;
            width: 40px;
            text-align: center; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(2) {
            display: inline-block;
            color: #20539D;
            width: 900px;
            margin-left: 5px;
            vertical-align: middle; }
            .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(2) p {
              font-size: 14px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              word-break: break-all; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(3) {
            font-size: 12px;
            display: inline-block;
            margin-left: 57px;
            width: 20px;
            text-align: right; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(4) {
            font-size: 12px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(5) {
            margin-left: 3px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer img {
            width: 16px;
            height: 16px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer span:nth-of-type(6) {
            font-size: 12px; }
          .questionsBox .Qalibrary .QalibraryBottom .QalibraryList li .yesNoAnswer:hover span {
            color: #178AEC; }
      .questionsBox .Qalibrary .QalibraryBottom .paging {
        margin-top: 33px;
        text-align: center; }
  .questionsBox .pageReturn {
    display: none; } }
@media (min-width: 751px) {
  .themiddles {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2; }
    .themiddles .navigation {
      width: 1100px;
      overflow: hidden;
      margin: auto; }
      .themiddles .navigation li {
        padding: 0 12px;
        line-height: 80px;
        height: 80px;
        float: left; }
        .themiddles .navigation li a {
          font-size: 14px;
          color: #666; }
          .themiddles .navigation li a:hover {
            color: #178AEC;
            text-decoration: none; }
        .themiddles .navigation li:first-child {
          padding-left: 0; }
        .themiddles .navigation li .news {
          position: relative;
          margin-left: 10px;
          margin-right: 14px; }
          .themiddles .navigation li .news::after {
            position: absolute;
            right: -11px;
            top: -10px;
            content: '';
            width: 32px;
            height: 10px;
            background: url("../../images/help/new.svg");
            background-size: 32px 10px; }
        .themiddles .navigation li .officialicon {
          width: 112px;
          height: 41px; }
        .themiddles .navigation li img {
          width: 88px;
          height: 41px;
          margin-right: 15px;
          margin-left: 0px; }

  .methodKey {
    position: sticky;
    top: 143px;
    background: #fff;
    z-index: 2; }
    .methodKey > div {
      margin: auto;
      width: 1224px;
      height: 56px;
      border-bottom: 1px solid #E0E0E0;
      overflow: hidden; }
    .methodKey .open, .methodKey .more {
      display: none; }
    .methodKey .choice-type {
      display: none; }
    .methodKey .classification {
      display: flex;
      flex-wrap: wrap;
      margin: 16px 0; }
      .methodKey .classification li {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 0 12px;
        height: 32px;
        background: #F4F4F4;
        border-radius: 99px;
        font-size: 14px;
        line-height: 32px;
        color: #4F4F50;
        cursor: pointer; }
      .methodKey .classification .choice, .methodKey .classification li:hover {
        background: #e8f3fd;
        color: #178aec; }

  .search {
    position: sticky;
    top: 65px;
    z-index: 3;
    background: #fff;
    height: 78px;
    padding-top: 30px; }
    .search img {
      display: none; }
    .search .search-form {
      position: relative;
      width: 1224px;
      height: 48px;
      margin: auto; }
    .search .searchbox {
      padding: 0 20px;
      width: 100%;
      height: 48px;
      border: 1px solid #B2B2B3;
      border-radius: 99px; }

  .case-wrap {
    display: flex;
    width: 1224px;
    margin: 63px auto 0; }
    .case-wrap #case {
      flex: 1;
      padding: 12px 40px 88px 0;
      border-right: 1px solid #E0E0E0;
      overflow: hidden; }
      .case-wrap #case .nomore {
        margin: 20px 0;
        text-align: center; }
      .case-wrap #case p:nth-child(1) {
        font-size: 14px;
        color: #999999; }
      .case-wrap #case .caseItem {
        display: flex;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #F0F0F0;
        cursor: pointer; }
        .case-wrap #case .caseItem .caseContent {
          flex: 1;
          display: flex;
          flex-direction: column; }
          .case-wrap #case .caseItem .caseContent .title {
            font-weight: 600;
            line-height: 24px;
            color: #1D1D1F; }
            .case-wrap #case .caseItem .caseContent .title span {
              display: inline-block;
              margin-left: 8px;
              padding: 0 8px;
              background: #fff6e9;
              border-radius: 99px;
              font-size: 12px;
              color: #FF9D2B;
              line-height: 20px; }
          .case-wrap #case .caseItem .caseContent .abstract {
            margin-top: 4px;
            min-height: 44px;
            font-size: 14px;
            color: #808082;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .case-wrap #case .caseItem .caseContent .details {
            display: flex;
            padding: 8px 0 0;
            font-size: 12px;
            color: #B2B2B3;
            line-height: 20px; }
            .case-wrap #case .caseItem .caseContent .details span {
              position: relative;
              margin-right: 15px;
              padding: 0 17px 0 20px; }
              .case-wrap #case .caseItem .caseContent .details span:before {
                position: absolute;
                top: 2px;
                left: 0;
                content: '';
                width: 16px;
                height: 16px;
                background: url("../../images/article/icon-view.svg"); }
              .case-wrap #case .caseItem .caseContent .details span:nth-child(2):before {
                background: url("../../images/article/comment.svg"); }
              .case-wrap #case .caseItem .caseContent .details span:nth-child(3):before {
                background: url("../../images/article/icon-date.svg"); }
              .case-wrap #case .caseItem .caseContent .details span:nth-child(4):before {
                background: url("../../images/article/author.svg"); }
              .case-wrap #case .caseItem .caseContent .details span:after {
                position: absolute;
                top: 3px;
                right: 0;
                content: '';
                width: 1px;
                height: 16px;
                background: #E0E0E0; }
              .case-wrap #case .caseItem .caseContent .details span:last-child:after {
                display: none; }
              .case-wrap #case .caseItem .caseContent .details span i {
                font-style: normal; }
        .case-wrap #case .caseItem .picture {
          margin-right: 28px;
          width: 182px;
          height: 102px; }
          .case-wrap #case .caseItem .picture img {
            width: 182px;
            height: 102px; }
    .case-wrap .right-wrap {
      width: 264px; }
      .case-wrap .right-wrap .suggess-wrap {
        display: flex;
        justify-content: space-between;
        padding: 12px 0 12px 12px;
        border-bottom: 1px solid #E0E0E0; }
        .case-wrap .right-wrap .suggess-wrap a {
          width: 122px;
          height: 122px;
          border-radius: 4px;
          background: url("../../images/article/icon-contribution.svg") center center/122px 122px no-repeat; }
          .case-wrap .right-wrap .suggess-wrap a:nth-child(2) {
            background-image: url("../../images/article/icon-suggestion.svg"); }
      .case-wrap .right-wrap .lookBottomRight {
        float: none;
        width: unset; }
        .case-wrap .right-wrap .lookBottomRight .lookVideo {
          padding: 12px;
          height: unset;
          border-bottom: 1px solid #E0E0E0; }
          .case-wrap .right-wrap .lookBottomRight .lookVideo h4 {
            font-size: 16px;
            color: #1D1D1F;
            font-weight: 600;
            line-height: 40px; }
            .case-wrap .right-wrap .lookBottomRight .lookVideo h4 span {
              float: right;
              font-size: 14px;
              font-weight: 400; }
              .case-wrap .right-wrap .lookBottomRight .lookVideo h4 span i {
                color: #178AEC;
                font-style: inherit; }
          .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox {
            margin: 0;
            height: auto; }
            .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div {
              height: unset; }
              .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div h5 {
                position: relative;
                margin: 4px 0 0;
                padding-left: 20px;
                color: #1D1D1F;
                font-weight: 400;
                line-height: 34px;
                cursor: pointer; }
                .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div h5:before {
                  position: absolute;
                  top: 12px;
                  left: 6px;
                  content: '';
                  width: 0;
                  height: 0;
                  border-width: 6px 6px 6px 6px;
                  border-style: solid;
                  border-color: transparent transparent transparent #B2B2B3; }
              .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div .active:before {
                top: 15px;
                left: 3px;
                border-color: #B2B2B3 transparent transparent transparent; }
              .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div ul {
                display: none;
                margin: 0;
                padding: 0;
                border: none; }
                .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div ul li {
                  padding: 0 0 0 28px; }
                  .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div ul li a {
                    line-height: 36px;
                    color: #808082; }
                    .case-wrap .right-wrap .lookBottomRight .lookVideo .lookVideoBox > div ul li a:hover {
                      color: #178AEC; }
        .case-wrap .right-wrap .lookBottomRight > div:nth-child(2) {
          margin: 12px 0 0 12px;
          padding: 12px;
          width: unset;
          height: unset;
          background: #F7F7F7;
          border-radius: 4px;
          line-height: unset; }
          .case-wrap .right-wrap .lookBottomRight > div:nth-child(2) img {
            margin-right: 12px;
            width: 64px;
            height: 64px; }
          .case-wrap .right-wrap .lookBottomRight > div:nth-child(2) span {
            font-size: 12px;
            font-weight: 400;
            color: #4F4F50; }

  .pagination .active {
    background: #ccc; }

  #article-wrap {
    display: flex;
    margin: 63px auto 0;
    width: 1224px; }
    #article-wrap #article {
      flex: 1;
      padding-right: 40px;
      border-right: 1px solid #E0E0E0; }
      #article-wrap #article > span {
        display: inline-block;
        margin: 40px 0;
        font-size: 14px;
        color: #1D1D1F;
        line-height: 22px;
        cursor: pointer; }
      #article-wrap #article img {
        cursor: zoom-in; }
      #article-wrap #article #article-info .title {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        color: #1D1D1F; }
      #article-wrap #article #article-info .info {
        margin-top: 8px;
        font-size: 12px;
        color: #B2B2B3; }
        #article-wrap #article #article-info .info span {
          display: inline-block;
          position: relative;
          margin-right: 15px;
          padding: 0 16px 0 20px;
          line-height: 20px; }
          #article-wrap #article #article-info .info span:before {
            position: absolute;
            top: 2px;
            left: 0;
            content: '';
            width: 16px;
            height: 16px;
            background: url("../../images/article/icon-view.svg"); }
          #article-wrap #article #article-info .info span:nth-child(2):before {
            background: url("../../images/article/comment.svg"); }
          #article-wrap #article #article-info .info span:nth-child(3):before {
            background: url("../../images/article/icon-date.svg"); }
          #article-wrap #article #article-info .info span:after {
            position: absolute;
            top: 3px;
            right: 0;
            content: '';
            width: 1px;
            height: 16px;
            background: #E0E0E0; }
          #article-wrap #article #article-info .info span:last-child:after {
            display: none; }
          #article-wrap #article #article-info .info span i {
            font-style: normal;
            margin-left: 8px; }
      #article-wrap #article .article-from {
        display: none; }
      #article-wrap #article #article-content {
        color: #4F4F50; }
        #article-wrap #article #article-content p {
          margin-top: 16px;
          font-size: 16px;
          line-height: 24px; }
        #article-wrap #article #article-content h1, #article-wrap #article #article-content h2, #article-wrap #article #article-content h3, #article-wrap #article #article-content h4, #article-wrap #article #article-content h5 {
          margin-top: 40px !important;
          color: #1D1D1F;
          font-weight: 600; }
        #article-wrap #article #article-content h1 {
          font-size: 20px;
          line-height: 28px; }
        #article-wrap #article #article-content h2, #article-wrap #article #article-content h3, #article-wrap #article #article-content h4, #article-wrap #article #article-content h5 {
          font-size: 18px;
          line-height: 26px; }
        #article-wrap #article #article-content a {
          word-wrap: break-word; }
        #article-wrap #article #article-content img {
          max-width: 100%;
          border-radius: 8px;
          border: 1px solid #F0F0F0; }
        #article-wrap #article #article-content ol {
          list-style-type: decimal;
          margin-left: 23px; }
        #article-wrap #article #article-content ul {
          list-style-type: disc;
          margin-left: 20px; }
        #article-wrap #article #article-content span {
          word-break: normal;
          width: auto;
          white-space: pre-wrap;
          word-wrap: break-word;
          overflow: hidden; }
        #article-wrap #article #article-content blockquote, #article-wrap #article #article-content pre {
          margin-top: 16px;
          padding: 16px 16px 12px;
          background-color: #fffaf4;
          border-left: 2px solid #FF9D2B; }
        #article-wrap #article #article-content pre {
          border-color: #B2B2B3;
          background-color: #f7f7f7; }
          #article-wrap #article #article-content pre code {
            display: block;
            padding: 5px;
            background: #FFFFFF; }
      #article-wrap #article #comment-wrap {
        width: 809px;
        margin: 53px 0 16px;
        padding: 23px 32px 30px 26px;
        border: 1px solid #ececec; }
        #article-wrap #article #comment-wrap h3 {
          position: relative;
          margin-left: 14px;
          font-weight: 600;
          font-size: 20px;
          color: #333333; }
          #article-wrap #article #comment-wrap h3::before {
            position: absolute;
            top: 3px;
            left: -14px;
            content: '';
            width: 4px;
            height: 22px;
            background: url("../images/article/comment-before.svg"); }
        #article-wrap #article #comment-wrap .comment-pub textarea {
          width: 751px;
          height: 70px;
          background-color: #F9F9F9;
          padding: 12px 18px;
          margin: 10px 0 6px;
          border: 1px solid #ececec;
          border-radius: 3px;
          resize: none; }
        #article-wrap #article #comment-wrap .comment-pub .pub {
          float: right;
          width: 110px;
          height: 34px;
          background: #0088E1;
          border: none;
          border-radius: 3px;
          font-size: 14px;
          color: #FFFFFF;
          cursor: pointer; }
        #article-wrap #article #comment-wrap .comment-list {
          margin-top: 52px; }
          #article-wrap #article #comment-wrap .comment-list .comment-item {
            padding: 22px 0 0 10px;
            border-bottom: 1px solid #f3f3f3; }
            #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info {
              display: flex;
              justify-content: space-between;
              font-weight: 600;
              font-size: 12px; }
              #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user {
                position: relative;
                display: flex;
                color: #333333; }
                #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user img {
                  width: 14px;
                  height: 14px;
                  display: none;
                  margin-left: 5px;
                  cursor: pointer; }
                #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user .del-module {
                  position: absolute;
                  top: -14px;
                  right: -445px;
                  width: 400px;
                  height: 70px;
                  padding: 18px 0px 16px 22px;
                  background-color: #fff;
                  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 24px 24px 0 rgba(0, 0, 0, 0.18);
                  border-radius: 2px; }
                  #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user .del-module span {
                    font-weight: 600;
                    font-size: 18px;
                    color: #333333;
                    margin-right: 22px; }
                  #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user .del-module button {
                    width: 90px;
                    height: 36px;
                    background: #178AEC;
                    border-radius: 5px;
                    border: none;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 500;
                    margin-right: 8px; }
              #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .fcblue {
                color: #178aec; }
              #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-spssau {
                color: #178AEC; }
              #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-time {
                color: #999999; }
            #article-wrap #article #comment-wrap .comment-list .comment-item .comment-content {
              padding: 8px 0 9px;
              font-size: 16px;
              color: #333333;
              word-wrap: break-word; }
              #article-wrap #article #comment-wrap .comment-list .comment-item .comment-content a {
                color: #333; }
    #article-wrap #enclosure {
      padding: 12px 0 0 12px;
      width: 264px; }
      #article-wrap #enclosure h1 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #1D1D1F; }
      #article-wrap #enclosure .data {
        margin-bottom: 20px;
        padding: 12px;
        border-radius: 8px;
        background: url("https://pubimage.spssau.com/activity/case_bg.svg") center center/252px 110px no-repeat;
        font-size: 12px;
        color: #4F4F50; }
        #article-wrap #enclosure .data p {
          margin: 4px 0 12px; }
        #article-wrap #enclosure .data .blue_button {
          width: 100%;
          height: 24px;
          font-size: 12px; }
      #article-wrap #enclosure .catalogue .catalogue-list {
        max-height: calc(100vh - 370px);
        overflow: auto; }
        #article-wrap #enclosure .catalogue .catalogue-list li {
          font-size: 14px;
          line-height: 34px;
          cursor: pointer;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #article-wrap #enclosure .catalogue .catalogue-list .header1 {
          position: relative;
          margin: 4px 0 0;
          padding-left: 20px;
          color: #1D1D1F; }
          #article-wrap #enclosure .catalogue .catalogue-list .header1:before {
            position: absolute;
            top: 12px;
            left: 6px;
            content: '';
            width: 0;
            height: 0;
            border-width: 6px 6px 6px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #B2B2B3; }
        #article-wrap #enclosure .catalogue .catalogue-list .header2, #article-wrap #enclosure .catalogue .catalogue-list .header3, #article-wrap #enclosure .catalogue .catalogue-list .header4, #article-wrap #enclosure .catalogue .catalogue-list .header5 {
          display: none;
          padding-left: 28px; }
        #article-wrap #enclosure .catalogue .catalogue-list .active {
          color: #178aec; }
          #article-wrap #enclosure .catalogue .catalogue-list .active:before {
            top: 15px;
            left: 3px;
            border-color: #B2B2B3 transparent transparent transparent; }

  .page_wrap {
    margin: -48px auto 0;
    width: 1224px; }
    .page_wrap .page_div {
      width: 960px;
      color: #1D1D1F;
      text-align: center; }
      .page_wrap .page_div li {
        width: 48px;
        height: 48px;
        border-radius: 6px;
        background: #f7f7f7; }

  p {
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word; }

  .catalogue-wrap {
    display: none; } }
@media (max-width: 750px) {
  .helppoint {
    left: unset;
    right: 20px; }

  .themiddles {
    display: none; }

  .helpbox {
    padding-top: 48px; }

  .search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 10px 0 130px;
    height: 64px;
    background-color: #fff;
    z-index: 999; }
    .search img {
      position: absolute;
      left: 10px;
      top: 12px;
      width: 112px;
      height: 41px; }
    .search .search-form {
      position: relative;
      width: 100%; }
      .search .search-form:before {
        position: absolute;
        top: 11px;
        left: 12px;
        content: '';
        width: 14px;
        height: 14px;
        background: url("../../images/article/icon-search.jpg");
        background-size: 14px 14px; }
      .search .search-form #search_index {
        padding-left: 35px;
        width: 100%;
        height: 36px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(190, 190, 190, 0.41);
        border-radius: 18px; }

  .methodKey {
    position: relative;
    margin-top: 64px;
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8; }
    .methodKey .classification {
      display: flex;
      flex-wrap: wrap; }
      .methodKey .classification .methodItem {
        color: #666666;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .methodKey .classification .choice {
        color: #178AEC; }
    .methodKey .choice-type {
      display: none;
      line-height: 45px;
      font-size: 12px;
      color: #999999; }

  .more .zk, .open .zk {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 40px;
    cursor: pointer; }

  .more {
    height: 45px;
    padding: 0 0 0 21px; }
    .more .methodItem {
      margin-left: 38px;
      padding: 12px 0 13px;
      font-size: 14px; }
      .more .methodItem:first-child {
        margin-left: 0; }
    .more .zk {
      background: #fff url("../../images/article/icon-more.svg") no-repeat center center; }

  .open {
    padding: 0 16px 14px 8px; }
    .open .methodItem {
      width: 31%;
      height: 24px;
      border: 1px solid #DCDCDC;
      margin: 0 0 10px 5px;
      font-size: 12px;
      line-height: 24px;
      text-align: center; }
    .open .zk {
      height: 44px;
      background: #fff url("../../images/article/icon-open.svg") no-repeat center center; }

  #case {
    width: 100%;
    padding: 0 11px 0 13px; }
    #case .nomore {
      width: 100%;
      margin: 20px 0;
      text-align: center; }
    #case p {
      color: #666;
      margin-top: 8px; }
      #case p .keyWords {
        font-weight: 600; }

  .right-wrap {
    display: none; }

  .caseItem {
    position: relative;
    margin-top: 17px;
    padding: 0 0 15px;
    display: block;
    border-bottom: 1px solid #F3F3F3; }
    .caseItem .caseContent {
      margin-left: 130px; }
      .caseItem .caseContent .title {
        font-size: 16px;
        color: #333333; }
        .caseItem .caseContent .title span {
          display: none; }
      .caseItem .caseContent .abstract {
        min-height: 36px;
        margin: 7px 0 12px;
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .caseItem .caseContent .details i {
        display: none; }
      .caseItem .caseContent .details .from-source {
        display: none; }
      .caseItem .caseContent .details .read, .caseItem .caseContent .details .comment {
        position: relative;
        display: inline-block;
        padding-left: 18px;
        font-size: 12px;
        color: #999999;
        line-height: 16px; }
        .caseItem .caseContent .details .read:before, .caseItem .caseContent .details .comment:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 16px;
          height: 16px;
          background: url("../../images/article/icon-views-phone.svg"); }
      .caseItem .caseContent .details .read {
        margin-right: 35px; }
      .caseItem .caseContent .details .comment:before {
        background: url("../../images/article/icon-comment-phone.svg"); }
      .caseItem .caseContent .details .pub-time {
        float: right;
        font-size: 12px;
        color: #999999; }
    .caseItem .picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 115px;
      height: 92px;
      line-height: 92px; }
      .caseItem .picture img {
        width: 100%;
        max-height: 100%; }

  .search-article .caseContent {
    margin-left: 0; }
  .search-article .abstract {
    margin: 7px 0 0 !important; }
  .search-article .details {
    display: none; }

  .page_wrap {
    margin: 20px auto; }
    .page_wrap .page_div {
      color: #1D1D1F;
      text-align: center; }
      .page_wrap .page_div li {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 6px;
        background: #f7f7f7; }

  #article-wrap {
    padding: 68px 13px; }
    #article-wrap #article #toCase {
      display: block;
      margin: 10px 0;
      cursor: pointer; }
    #article-wrap #article #article-info .title {
      font-weight: 600;
      font-size: 18px;
      color: #333333;
      letter-spacing: 0;
      line-height: 24px; }
    #article-wrap #article #article-info .info {
      display: none; }
    #article-wrap #article .article-from {
      margin-top: 6px;
      font-weight: 600;
      font-size: 12px;
      color: #999999;
      line-height: 17px; }
    #article-wrap #article #article-content {
      margin-top: 25px;
      font-size: 14px;
      color: #333333;
      line-height: 24px; }
      #article-wrap #article #article-content a {
        word-wrap: break-word; }
      #article-wrap #article #article-content h1, #article-wrap #article #article-content h2, #article-wrap #article #article-content h3, #article-wrap #article #article-content h4, #article-wrap #article #article-content h5 {
        position: relative;
        padding-left: 17px;
        margin-bottom: 16px !important;
        font-weight: 600;
        font-size: 18px;
        color: #333333;
        line-height: 25px; }
        #article-wrap #article #article-content h1::before, #article-wrap #article #article-content h2::before, #article-wrap #article #article-content h3::before, #article-wrap #article #article-content h4::before, #article-wrap #article #article-content h5::before {
          position: absolute;
          top: 4px;
          content: '';
          height: 16px; }
      #article-wrap #article #article-content h1::before {
        width: 14px;
        left: 0px;
        background: url("../../images/article/icon-title-one-phone.svg"); }
      #article-wrap #article #article-content h2:before, #article-wrap #article #article-content h3:before, #article-wrap #article #article-content h4:before, #article-wrap #article #article-content h5:before {
        width: 8px;
        left: 4px;
        background: url("../../images/article/icon-title-two-phone.svg"); }
      #article-wrap #article #article-content img {
        max-width: 100%; }
      #article-wrap #article #article-content span {
        word-break: normal;
        width: auto;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden; }
    #article-wrap #article #comment-wrap {
      padding: 46px 12px 30px; }
      #article-wrap #article #comment-wrap h3 {
        position: relative;
        padding-left: 8px;
        font-weight: 600;
        font-size: 16px;
        color: #333333;
        line-height: 22px; }
        #article-wrap #article #comment-wrap h3:before {
          position: absolute;
          top: 3px;
          left: 0;
          content: '';
          width: 3px;
          height: 15px;
          background: url("../../images/article/icon-comment-before-phone.svg"); }
      #article-wrap #article #comment-wrap .comment-pub #comment {
        padding: 12px 11px;
        margin: 18px 0 7px;
        width: 100%;
        height: 81px;
        background: #F9F9F9;
        border: 1px solid #ECECEC;
        border-radius: 3px;
        resize: none; }
      #article-wrap #article #comment-wrap .comment-pub .pub {
        float: right;
        width: 124px;
        height: 32px;
        background: #178AEC;
        border-radius: 4px;
        border: none;
        font-size: 14px;
        color: #FFFFFF; }
      #article-wrap #article #comment-wrap .comment-list {
        margin-top: 69px; }
        #article-wrap #article #comment-wrap .comment-list .comment-item {
          margin-top: 16px;
          border-bottom: 1px solid #F3F3F3; }
          #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info {
            overflow: hidden;
            line-height: 17px;
            font-size: 12px; }
            #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-user {
              float: left;
              font-weight: 600;
              color: #333333; }
            #article-wrap #article #comment-wrap .comment-list .comment-item .comment-info .comment-time {
              float: right;
              font-weight: 600;
              color: #999999; }
          #article-wrap #article #comment-wrap .comment-list .comment-item .comment-content {
            margin: 12px 0;
            color: #333333;
            line-height: 22px;
            word-wrap: break-word; }
            #article-wrap #article #comment-wrap .comment-list .comment-item .comment-content a {
              color: #333; }
    #article-wrap #enclosure {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 3;
      display: none; }
      #article-wrap #enclosure:before {
        position: absolute;
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        content: '轻触这里关闭目录';
        width: 74px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 27px; }
      #article-wrap #enclosure .data {
        display: none; }
      #article-wrap #enclosure .catalogue {
        position: absolute;
        top: 0;
        right: 0;
        width: 224px;
        height: 100%;
        padding: 20px 26px;
        background-color: #fff; }
        #article-wrap #enclosure .catalogue h1, #article-wrap #enclosure .catalogue ul li {
          font-size: 16px;
          line-height: 22px;
          color: #333;
          margin-bottom: 18px; }
        #article-wrap #enclosure .catalogue h1 {
          font-weight: 600;
          margin-bottom: 20px !important; }
        #article-wrap #enclosure .catalogue .header1 {
          font-weight: 600; }
        #article-wrap #enclosure .catalogue .active {
          color: #178AEC; }
        #article-wrap #enclosure .catalogue ul li {
          cursor: pointer; }

  .catalogue-wrap {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    width: 49px;
    height: 49px; }
    .catalogue-wrap img {
      width: 100%; } }
blockquote {
  background-color: #F3F3F3;
  border-left: 8px solid #D8D8D8;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin: 10px 0;
  padding: 24px; }

.search-list {
  display: none;
  z-index: 2;
  position: absolute;
  width: 820px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 16px 51px 14px 16px; }
  .search-list ul {
    position: relative;
    float: left;
    width: 33.3%; }
    .search-list ul li {
      text-align: left;
      padding-left: 3px;
      margin-bottom: 5px;
      font-size: 12px;
      color: #666666; }
      .search-list ul li:nth-child(-n+4) {
        color: #178AEC;
        font-weight: 600;
        line-height: 17px; }
      .search-list ul li:first-child {
        padding-left: 18px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px; }
        .search-list ul li:first-child:before {
          position: absolute;
          top: 2px;
          left: 0;
          content: '';
          width: 16px;
          height: 16px; }
      .search-list ul li span {
        margin-left: 8px;
        cursor: pointer; }
    .search-list ul:nth-child(1) li:first-child:before {
      background: url("../images/help/icon-hot.svg"); }
    .search-list ul:nth-child(2) li:first-child:before {
      background: url("../images/help/icon-high.svg"); }
    .search-list ul:nth-child(3) li:first-child:before {
      background: url("../images/help/icon-found.svg"); }
