/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/components/Promotions/Ad/style.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* 答题页广告位，避免用 ad 字样被 adblock 干掉 TODO 好像还是会被干掉*/
.promotions_survey_end,
.promotions_survey_end_mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  z-index: 10;
}
.survey-pc .promotions_survey_end,
.survey-pc .promotions_survey_end_mobile {
  bottom: 30px;
  bottom: calc(30px + constant(safe-area-inset-bottom));
  bottom: calc(30px + env(safe-area-inset-bottom));
}
.promotions_survey_end .link,
.promotions_survey_end_mobile .link {
  position: relative;
  display: block;
  height: 100px;
  text-decoration: none;
  border: none;
}
@media (max-width: 980px) {
  .promotions_survey_end .link,
  .promotions_survey_end_mobile .link {
    height: auto;
  }
}
.promotions_survey_end .link .pic,
.promotions_survey_end_mobile .link .pic {
  display: block;
  height: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .promotions_survey_end .link .pic,
  .promotions_survey_end_mobile .link .pic {
    width: 100%;
    height: auto;
  }
}
.promotions_nav_right,
.promotions_nav_right_mobile {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.promotions_nav_right .link,
.promotions_nav_right_mobile .link {
  height: 32px;
  border: none;
}
.promotions_nav_right .link .pic,
.promotions_nav_right_mobile .link .pic {
  height: 32px;
}
.promotions_nav_right {
  margin-right: 0;
}
.promotions_home,
.promotions_home_mobile {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .promotions_home,
  .promotions_home_mobile {
    padding: 40px 20px;
  }
}
.promotions_home .link,
.promotions_home_mobile .link {
  display: block;
  max-width: 1138px;
  margin: auto;
  border: none;
}
.promotions_home .link .pic,
.promotions_home_mobile .link .pic {
  display: block;
  width: 100%;
}
.promotions_workbench_side_bottom .link {
  display: block;
  border: none;
}
.promotions_workbench_side_bottom .link .pic {
  display: block;
  width: 100%;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/components/Header/global-search/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.global-search {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
}
.global-search-popup {
  width: 100%;
  max-width: 400px;
}
.global-search-popup .t-popup__content {
  padding: 0;
  min-height: 54px;
}
.global-search-popup .t-loading__overlay {
  border-radius: var(--td-radius-default);
  min-height: 54px;
}
.search-popup-content {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  height: 100%;
  max-height: 480px;
  overflow: auto;
  overflow: overlay;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.search-popup-content::-webkit-scrollbar {
  width: 8px;
}
.search-popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.search-popup-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
  border: solid 2px transparent;
  border-radius: 8px;
}
.search-popup-content::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
}
.search-popup-content::-webkit-scrollbar-button {
  display: none;
}
.search-result-section {
  padding: 8px;
}
.search-result-section:not(:last-child) {
  border-bottom: 1px solid var(--td-border-level-1-color);
}
.search-result-section-title {
  font-weight: 600;
  padding: 0 12px;
}
.search-result-section-content {
  margin-top: 8px;
}
.search-result-empty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  color: var(--td-text-color-placeholder);
}
.search-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--td-text-color-primary);
  padding: 8px;
  border-radius: var(--td-radius-default);
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
a.search-card {
  cursor: pointer;
}
.search-card:not(:last-child) {
  margin-bottom: 2px;
}
.search-card:hover {
  background-color: var(--td-bg-color-container-hover);
}
.search-card-image {
  margin-right: 8px;
  font-size: 24px;
  height: 24px;
  width: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search-card-image img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--td-component-border);
  border-radius: 50%;
}
.search-card-content .highlight {
  color: var(--td-brand-color);
}
.search-card-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--td-text-color-placeholder);
  font-size: var(--td-font-size-body-small);
  line-height: var(--td-line-height-body-small);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4px;
}
.search-card-meta .t-divider {
  margin-left: 8px;
  margin-right: 8px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/components/Header/Header.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.header--middle .site-header .header-inner .coral-header-logo {
  margin-top: 5px;
}
.site-header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  min-width: 980px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  z-index: 3;
}
.site-header .coral-header-logo__img {
  height: 32px !important;
  width: 32px !important;
}
.site-header .header-inner {
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .logo {
  float: left;
  display: block;
  height: 100%;
}
.site-header .logo img {
  margin-right: 5px;
  display: block;
  margin-top: 18px;
  height: 40px;
}
.site-header a {
  text-decoration: none;
}
.site-header .site-title {
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.site-header .nav {
  display: inline-block;
  margin-left: 36px;
  font-size: 17px;
  color: #333333;
  white-space: nowrap;
  vertical-align: top;
}
.site-header .nav > a:not(.nav-mine):hover {
  color: #008fff;
  fill: #008fff;
}
.site-header .nav-item {
  display: inline-block;
  height: 100%;
  color: #333333;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  position: relative;
}
.site-header .nav-item::after {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 3px;
  border-radius: 2px;
  background-color: #008fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.site-header .nav-item.active {
  color: #008fff;
}
.site-header .nav-item:hover {
  color: #008fff;
}
.site-header .nav-item.has-dropdown::after {
  width: calc(100% - 45px);
}
.site-header .nav-item + .nav-item {
  margin-left: 45px;
}
.site-header .title-center {
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  text-align: center;
}
.site-header .enters-layout {
  margin-left: 90px;
  font-weight: 600;
  font-size: 16px;
}
.site-header .return-work {
  border-bottom: 1px solid #e5e5e5;
  line-height: 55px;
  height: 55px;
}
.site-header .return-work-wrap {
  display: inline-block;
  margin-right: 10px;
  float: right;
  line-height: 55px;
  height: 55px;
}
.site-header .return-work-wrap .coral-icon {
  font-size: 16px;
}
.site-header .return-work-wrap .coral-button {
  vertical-align: middle;
  margin-top: -2px;
}
.site-header .return-work-wrap.left {
  float: none;
  border-left: 1px solid #e5e5e5;
  vertical-align: top;
  margin-left: 45px;
  padding-left: 20px;
  margin-right: 0;
}
.site-header .return-work-wrap .promotions_nav_right {
  height: 100%;
  vertical-align: unset;
}
.site-header .page-title {
  float: left;
  font-size: 16px;
}
.site-header .page-title span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #bdbdbd;
}
.site-header:after {
  content: '';
  display: block;
  clear: both;
}
.site-header .header-global-search {
  height: 100%;
  margin-right: 16px;
  float: right;
}
.global-header .site-sub-header {
  margin: 0 auto;
}
@media (min-width: 1252px) {
  .global-header .site-sub-header {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1251px) {
  .global-header .site-sub-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.global-header .site-sub-header-inner {
  max-width: 1512px;
  margin: 24px auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}
.global-header .site-sub-header-nav {
  margin-right: 48px;
  padding-bottom: 4px;
  line-height: 28px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.global-header .site-sub-header-nav.active::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 1.5px;
  background-color: var(--td-brand-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
#header,
.header-fix {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 66;
  left: 0;
}
#header {
  z-index: 65;
  height: 56px;
}
.header-has-sub-nav .site-header {
  -webkit-box-shadow: inset 0px -1px 0px #E5E5E5;
          box-shadow: inset 0px -1px 0px #E5E5E5;
}
.global-header-transparent .site-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.global-header-transparent .site-header:after {
  border: 0;
}
.global-header-transparent .site-header .nav-item.active::after,
.global-header-transparent .site-header .nav-item:hover::after {
  border-color: transparent;
}
.content-header .site-header {
  margin: auto;
}
@media (min-width: 1252px) {
  .content-header .site-header {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1251px) {
  .content-header .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-header .site-header .header-inner {
  max-width: 1512px;
  margin: auto;
  padding: 0;
}
.user-popup {
  overflow: visible !important;
}
.user-control {
  min-width: 240px;
  min-height: 100px;
  width: fix-content;
  background: #fff;
  border-radius: 4px;
}
.user-control .control-item {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 16px !important;
  height: 48px;
  line-height: 32px;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.user-control .control-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.user-control .control-item:hover {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item.active {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item .arrow {
  float: right;
}
.user-control .control-item .arrow .coral-icon-arrow_right_line {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.user-control .control-item .arrow.open .coral-icon-arrow_right_line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.user-control .control-item .control-org-wrap {
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 240px;
  left: -239px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
}
.user-control .control-item .control-org-wrap .org-wrap {
  max-height: 290px;
  overflow-x: auto;
}
.user-control .control-item .control-org-wrap .org-wrap .control-item {
  padding: 8px 30px !important;
}
.user-control .create-item {
  color: #008fff;
  border-top: 1px solid #e1e7f2;
  text-align: center;
  line-height: 48px;
  display: block;
}
.user-control .create-item .coral-icon-add_line {
  fill: #008fff;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.user-control .user-name {
  cursor: auto;
  border-bottom: 1px solid #e1e7f2;
}
.nav-dropdown {
  height: 100%;
}
.nav-dropdown .coral-icon-arrow_down_line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  padding: 5px 5px;
}
.nav-dropdown .coral-icon-arrow_down_line:hover {
  fill: #008fff;
}
.nav-dropdown.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-dropdown-content-item {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
}
.nav-dropdown-content-item:first-child {
  border-radius: 4px 4px 0 0;
}
.nav-dropdown-content-item:last-child {
  border-radius: 0 0 4px 4px;
}
.nav-dropdown-content-item:hover {
  color: var(--td-brand-color);
  background-color: #f6f8fa;
}
.nav-dropdown-content-item:hover .moreMenu {
  display: block;
}
.v3temp-save-template {
  position: relative;
  display: inline-block;
  top: 8px;
  cursor: pointer;
}
.v3temp-save-template :hover {
  fill: #2378FF;
}
.v3temp-head-li {
  padding: 10px 30px;
  cursor: pointer;
}
.v3temp-head-li:hover {
  background-color: #F6FAFF;
  color: #2378FF;
}
.v3temp-savetemp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-tempmodal {
  border-radius: 4px;
}
.v3temp-tempmodal button {
  border-radius: 4px;
}
.v3temp-tempmodal button.ten-button--type-primary {
  background-color: #2378FF;
  border-color: #2378FF;
}
.v3temp-tempmodal button.ten-button--type-primary:hover {
  background: #5697ff;
}
.v3temp-save-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  top: 4px;
}
@media screen and (max-width: 1310px) {
  .site-header .enters-layout {
    margin-left: 40px;
  }
  .site-header .nav-item + .nav-item {
    margin-left: 20px;
  }
  .site-header .header-user-info-container .header-user-info,
  .site-header .header-user-info-container .coral-icon {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  .promotions_nav_right {
    display: none;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/components/Header/home-header.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.coral-header.coral-header--fixed {
  top: 0;
  z-index: 66;
}
.coral-header.coral-header--transparent-all .user-btnmake {
  color: var(--td-brand-color);
  background-color: #fff;
}
.coral-header.coral-header--transparent-all .user-btnmake:hover {
  color: var(--td-brand-color);
}
.coral-header .user-btnmake {
  background-color: var(--td-brand-color);
  color: #fff;
}
.coral-header .user-btnmake:hover {
  color: #fff;
}
.coral-header-nav {
  margin-left: 40px;
}
.coral-header-nav__menu .coral-header-nav__menuitem {
  color: var(--td-text-color-primary);
}
.coral-header-nav__menu .coral-header-nav__menuitem:hover {
  color: var(--td-text-color-primary);
}
.coral-header-nav__menu .coral-header-nav__menuitem:active {
  color: var(--td-text-color-primary);
}
.nav-box-mobile {
  display: none;
}
.user {
  white-space: nowrap;
}
.user-avatar {
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.user-avatar .coral-icon-arrow_down_line {
  width: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  vertical-align: middle;
  margin-right: -3px;
}
.user-avatar.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user .user-avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.user .notice {
  position: relative;
  display: inline-block;
}
.user .notice::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fc2f35;
}
.user-login {
  display: inline-block;
  color: inherit;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.user-login:hover {
  text-decoration: underline;
}
.user-btnmake {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: var(--td-brand-color);
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  padding: 0px 16px;
  height: 48px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.user-btnmake:hover {
  color: var(--td-brand-color);
}
.user-btnmake:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
#header {
  z-index: 66;
}
.global-header-popup.t-popup__content {
  padding: 0;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 40px rgba(108, 132, 153, 0.2);
          box-shadow: 10px 10px 40px rgba(108, 132, 153, 0.2);
  margin-top: 16px !important;
}
.coral-header-nav__menu .coral-header-nav__menuitem {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-list {
  padding: 92px 25px 0;
}
.nav-list li {
  padding-bottom: 44px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.nav-list li a {
  display: block;
  font-size: inherit;
}
.nav-list li a,
.nav-list li a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.nav-list li .icon {
  background-image: url(//wj-assets.gtimg.com/statics/icon-arrow-right.f200dc54.svg);
  background-size: 100%;
  width: 6.5px;
  height: 11px;
  float: right;
  margin-top: 2px;
  margin-right: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-list li .icon.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav-list li ul {
  display: none;
  padding: 38px 15px 0;
}
.nav-list li ul li {
  font-weight: normal;
  padding-bottom: 32px;
}
.nav-list li ul li:last-child {
  padding-bottom: 0;
}
.nav-list li ul li a {
  display: inline-block;
}
.nav-list li ul.show {
  display: block;
}
.nav-list li:last-child ul li {
  position: relative;
}
.nav-list li:last-child ul li:nth-child(1) a:before {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIDSURBVHgBzZjddYMwDIXvCIygERjBI3QD2KDZADYIG4QNskHpBtmg3aDZIBQdoKHGMgbs4HuOXsA/H5IlBMDxShCx0s6+O1OIUFln985a9JBReZLhWs1KRKICc7gakegdc7grIpEprDdEcvYU5nCcGIQIRHhma5RwDKN7TyEC8dkywZXwIF78gv4QE7apQaCMTQawPefljIBJoQOuXbzAHI7tDR5FMGdeujDvXYCrEEAnw0YMLXkiFeCCNgJXYdOTNo5gztjgJSWxbFw4wAUJrS4lbD5C3nBAaHVVkCEly/Bi3eAOd9HmNsM1hiYEEmFeeqTQ0mReDnObxVFR2KhkmEza9ZMDoJ7hlcODsYe5hlrrLA2DGvz/mCFt3BV270lS6BuFBssRuKD3/J9sk/Su11Z6MriJ1+CCX8N+tml8MtPN+/AkCmZvrPHekmpYirxps08s1zC99Lh6byreo8DCW8gUMtPZMymf2BYwKXkenX1MJ6TY1r2s1RIY2w/mlUCEbKXBAcBGr5FtoVyYXCAc2Oi1zHXRXFjkDHe5gj2GdVc3FSXkmkjYD8b2hZ29Ygm50tMOsDEaXlqx0gKZ4fk2aB2tgf/KsKkX1I0966MaiKqxHY69RniBGqz3mtdv4SWZPuglq3DQfz9bqzUmj8LBIsh/raL5U0/oE4dB+Wx6Lx2jfgGkXdn90yyEFQAAAABJRU5ErkJggg==);
}
.nav-list li:last-child ul li:nth-child(2) a:before {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAxCAYAAAC/BXv3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIBSURBVHgB7Zj/UcIwFMe/eg6AE1g3cAPrBugE0QV0A+oGOgFlAtwAnABcwHYCYQI175IeJSTNj4bUP/zcvUPTpnx476WEAsOwwB9gwuNHGRshMUxKDCqS8dhIiUIZTwZ94kpKlMqxKySklBK6Jk0m0jTnCoe9kCNRacZSojK84RgJyKSASYLGchyZkUWCKEwTJ9h1dozokmAwZKOMKGCTyLDL1l7z5gkliFXr3KIZPEXc5VPzuJGvOqbYv29ctEVSSjDT5FgidYdEBnFHZV0XiCFSd0gwiJ7IYaGvyNogkUNkgcrh9BV/hjCWPN55vPDYKgJzBO4vGNyXpkuaaVVUjtebNpN8SjODKMPScl5Tri08cBWpITLnenE6/xkeuIrctP6m1FNKM8sc6p9XeMDQXcc35fzKMG6iRKQemSv/1/J1DTcYHMtEJ5qMPw1zMvjDcLianDNyZxiv4U8J0Wsz3UGbSOwfPjVEZi553EMpLx0wlWaBRNgykkNsXk6QAAa3W/stj3Mp1Y6kIrrtYBMuN7ejiejEejV2rB1axuMJPYi5Z31Ej6zEFCGJ4KzEFCGCsxJbhCSuEUBsESKoPK4iXUtXJUdAeVx28bTT+oAfJOK1ZyUYzJ+2QEKYRuA7tYSuNCTygMPHkEdFbdbNEBIN9PPgS0bSh686Rhjgwfw/XfwCUS4GY8PPe1EAAAAASUVORK5CYII=);
}
.nav-list li:last-child ul li:nth-child(3) a:before {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD+SURBVHgB7ZfhDYIwEIVfCQO4gd1ARmADHcER3EQ2UCdwBHAD2IANdANsIyQEWrgffSiJX/II9JrcC+ldWwU32igFj8Kolkw8GTVEpcOEkceIBpcSQiM78Hi1EhlJwKN0DcaOMQ2P60A88EeAEs5Lwe0rV+nEDNy+Ii6OnGjiaRNEQiP0cpYY2bRiUdlHLJio8dmkWBT4JdTMd0iaqWA/sV0HZ/AojG6+YH+N2Mo4gkc1FYwGRpiUWJuRLXjMHiv6a8S22hwcKqwF5Xm3TNZ9aLrkB6P9IGZ/Z4aFuWO8PS9qoqsa7YjV+AKi2xibxGOEeQYZ0fWRiyPGutc4eQO0X3SXAOgcsgAAAABJRU5ErkJggg==);
}
.nav-list li:last-child ul li:nth-child(4) a:before {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD9SURBVHgB7ZfhDYIwEIVfjQPoBmwgI7CBjuQIugFOwAiwgbCBG+gGyCVcQrBt4Hq5hMQvOSDtjz7o3evhEOYyRA4bythkPURvFNEXfhuJoHWwC4gghQfY0MaEZLCjo8s+MElfo4ENDf54cOOdPOOMdGi/b0iggk4pikVw1WTQ4YVEtMypQAK5ohCxCbKPlEjnM8a2cYHnNfRQgBenPKkg4zHEFYlwjmSQl7BKXrCPpHRiLRRgISfIUREy3RpJ0qmVLAu5Q8b2fWOOho9IiKbBEzZdu/dMcktVKkJ5dZwPavjIWrzlrt0YLaHzDXL5FrDbmto3OD30LP/sfvznC+enpOazCGQxAAAAAElFTkSuQmCC);
}
.nav-list li:last-child ul li:nth-child(5) a:before {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGeSURBVHgBxZfLUcMwFEVvAht2oQOnA+jA6QAqwFQAVIBdAVABpgM6wB0kVGBRgb1kB++NrUExkvXx78zchUZOfPJGelJW0LOhXFAijIugFC4PssAjpaL8TBT+7qf2XVoiSjmhQDclNBWfW0KVOapMvoCETColNgtKyDWDNZrdYaOmZJRLyo7yhvGQOxQJ7NY62RRhFdAlXsNOTjkYRGqMhIvIV8/cAX7UQ0Q2gXMqgrKlnFNeEChyA32rv4L7Qt+1MkyBQBH+1R+UWBknlFe4ca1ISLF/nMKNqJXx5QGOh5xLRULhvvPs+vBUIrwgU58PTCHyTrmHJz4i3NZ5C97iePGpiHY+iAT+x3VE2cPhfqEhRmCLZ7gPqNtOoDkAs3bc7RXeuIhkPS9I0XTLLQZIMLY+UsC++kc5+PoqIjBg4fnSJ5JiYLl9MInkGPcWZsUkMqsEYxIxHf1D4V50Z5qMMc9t3XonZssKwFISJUucUL4pZ/i7+MwNH5CfcsBVYbNFqtElmllmD8uGSCcWqqA5NlY9QrySXf8uuCJg6Na/ZjyC1szfpFQAAAAASUVORK5CYII=);
}
.navbtn-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0 25px;
}
.navbtn-box a {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
  padding: 16.5px 0;
  text-decoration: none;
}
.navbtn-box a:first-child {
  background-color: #2378FF;
  border: #2378FF 1px solid;
  color: #ffffff;
  margin-right: 10px;
}
.navbtn-box a:last-child {
  background-color: #ffffff;
  border: #2378FF 1px solid;
  color: #2378FF;
}
/*移动端重置*/
@media (max-width: 980px) {
  .user,
  .coral-header-nav {
    display: none;
  }
  #header .nav-btn {
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB7dWxDYAwEENRBwaAEdgANoI1YFlqKm4DcBCioI0iufCTnKRM9wFg5k7uEtue/5bexwBN0fDooStaHgc3Qe+jwa0wMzO3uMTT4g66vhaP0GzxBjOzutLvVpOTJ93ixS0upN/iG++NhM7tcqjXAAAAAElFTkSuQmCC);
    background-size: cover;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 20px 14px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #header .nav-btn:active {
    opacity: 0.5;
  }
  #header .nav-btn.hide {
    display: none;
  }
  #header .coral-header--transparent-all .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgB7dXBDYAwDANAlwVgBDaDFWAC2IAJgQmgExDS8uFfIVnCJ1ntM8ojDmbWAVg8Dbjsnin4gJt/WnCKFfg295YHHPCsk030zBAR+bmgLi6Tq64Grzzg6ElbNLKcUBeLyPdSk+QXnCwd6tTFh+ciy+rp1cWF+Lv4BvMDlssBs1/OAAAAAElFTkSuQmCC);
  }
  #header .nav-box-mobile {
    position: fixed;
    top: 0;
    background: url(//wj-assets.gtimg.com/statics/menubg.0610e918.png);
    background-size: 100%;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
  }
  #header .nav-box-mobile.show {
    display: block;
  }
  #header .nav-mobile-close {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 44px;
    height: 44px;
    background-image: url(//wj-assets.gtimg.com/statics/icon-del.0b13530a.svg);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
  }
  #header .nav-mobile {
    width: 100%;
    height: calc(100% - 88px);
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 4;
  }
}
.coral-header-nav__menu .t-dropdown__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 0 8px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coral-header-nav__link,
.coral-header-nav__menu-button {
  padding: 4px 8px;
}
.selfdefined-button {
  background-color: transparent;
  border: none;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/components/Header/MobileHeader.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.global-mobile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  padding: 0 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.global-mobile-header.global-mobile-header-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*# sourceMappingURL=19448.e46dbed3.css.map*/