/*****************左侧菜单*******************/
.container .left-menu {
  position: fixed;
  width: 250px;
  left: 0;
  top: 57px;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
  color: #92959c;
  z-index: 2;
}
.container .left-menu .menu-hr {
  height: 23px;
  border: none;
  margin: 0;
}
.container .left-menu .menu-hr,
.left-menu .first-level-title,
.left-menu .second-level-title:not(.open),
.left-menu .third-level-ul {
  border-bottom: 1px solid #e0e1e2;
}
.left-menu .third-level-ul {
  margin-top: -13px;
  padding-bottom: 10px;
}
.left-menu .closed {
  display: none;
}
.left-menu .first-level-title {
  height: 48px;
  line-height: 48px;
  display: block;
  padding: 0 30px 0 18px;
  font-weight: bold;
  font-size: 14px;
  color: #1a2940;
}

.left-menu .second-level-title {
  position: relative;
  height: 62px;
  line-height: 62px;
  display: block;
  padding: 0 25px;
  font-size: 14px;
  color: #92959c;
  font-weight: 700;
}
.left-menu .doc-link {
  height: 32px;
  line-height: 34px;
  display: block;
  color: #92959c;
  padding-left: 65px;
  padding-right: 20px;
  font-size: 14px;
}
.left-menu .first-level-title,
.left-menu .second-level-title,
.left-menu .doc-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.left-menu .doc-link.active-doc {
  border-left: 4px solid #00a3f1;
  padding-left: 61px;
}
.left-menu .first-level-title.active-title {
  border-left: 5px solid #00a3f1;
  padding-left: 14px;
}
.left-menu .first-level-ul .first-level-li {
  position: relative;
  cursor: pointer;
}
.left-menu .doc-link:hover,
.left-menu .second-level-title:hover,
.left-menu .second-level-title.active-title,
.left-menu .first-level-ul .first-level-li .active-doc {
  color: #1a2940;
}
.left-menu [class^='icon-'],  .left-menu svg
{
  font-size: 25px;
  float: left;
  margin-right: 15px;
  font-weight: normal;
}
.left-menu svg{
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}
.left-menu .icon-menu_wap_icon_open,
.left-menu .icon-menu_wap_icon_close {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 12px;
  transform: scale(0.82);
  float: none;
  margin-right: 0;
}
/********************当前菜单的ios和android图标高亮***********************/
.left-menu .active-title > i:first-child,
.left-menu .active-doc > [class^='icon-'] {
  color: #00a3f1;
}
.left-menu .active-title > svg {
  fill: #00a3f1;
}
.left-menu .active-doc.active-title {
  border-left: 5px solid #00a3f1;
  padding-left: 20px;
}
.left-menu .icon-menu_wap_icon_close,
.left-menu .icon-menu_wap_icon_open {
  font-weight: normal;
  position: absolute;
  right: 20px;
}

/******************右侧内容******************/
.container .doc-content-section {
  margin-left: 250px;
  padding: 0 20px;
  position: relative;
  min-width: 1000px;
}
/******************面包屑和搜索********************/
.container .doc-content-section .bread-crumb-and-search {
  height: 70px;
  padding: 27px 0;
}
.container .bread-crumb-and-search .bread-crumb {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  color: #646465;
  height: 40px;
  line-height: 40px;
}
.container .bread-crumb-and-search .search-section {
  position: absolute;
  right: 0;
  height: 40px;
  width: 480px;
  background-color: #fff;
  outline: none;
  padding: 0 36px 0 10px;
  font-size: 14px;
  border: 1px solid #e0e1e2;
}
.container .bread-crumb-and-search .icon-search {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.container .doc-content-section .doc-content {
  padding: 0 25px 25px 25px;
  background-color: #fff;
  margin-bottom: 20px;
}
/******测试样式******/
.container .doc-content .test-content {
  height: 500px;
}
.container .doc-content-section .doc-menu {
  position: absolute;
  width: 250px;
  top: 141px;
  right: 50px;
  overflow: hidden;
  padding-left: 12px;
  font-size: 14px;
}
.container .doc-content-section .doc-menu-wrapper {
  padding-left: 3px;
  padding-bottom: 0;
  margin-right: -20px;
  padding-right: 20px;
  background-color: #fff;
  max-height: 100%;

  overflow-y: scroll;
}
.container .doc-content-section .doc-menu-inner {
  border-left: 2px solid #e0e1e2;
  padding-left: 20px;
}
.container .doc-content-section .doc-menu-wrapper a:last-child {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.container .doc-content-section .menu-title {
  line-height: 56px;
}
.container .doc-content-section .menu-item-box {
  position: relative;
  white-space: nowrap;
}
.container .doc-content-section .menu-item-box.menu-item-dep-1 {
  padding-left: 18px;
}
.container .doc-content-section .menu-item-box.menu-item-dep-2 {
  padding-left: 36px;
}
.container .doc-content-section .menu-item-box.menu-item-dep-3 {
  padding-left: 54px;
}
.container .doc-content-section .menu-item-fold-btn {
  position: relative;
  display: inline-block;
  top: -10px;;
  margin-left: -16px;
  width: 4px;
  height: 8px;
  padding: 4px;
  cursor: pointer;
  box-sizing: content-box;
  overflow: hidden;
}
.container .doc-content-section .menu-item-fold-btn::after{
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #939393;
  transition: transform 250ms;
}
.container .doc-content-section .menu-item-fold-btn.opened::after{
  transform: rotate(90deg);
}
.container .doc-content-section .menu-item-box .menu-item{
  display: inline-block;
}
.container .doc-content-section .menu-item-box .menu-item::before{
  display: none;
}

.container .doc-content-section .menu-item-box .menu-item.menu-item--text{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.container .doc-content-section .menu-item {
  line-height: 20px;
  display: block;
  color: #939393;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.container .doc-content-section .menu-item:before {
  content: ' ';
  position: absolute;
  left: -24px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #939393;
}
.container .doc-content-section .active-menu,
.container .doc-content-section .menu-item:hover {
  color: #00a1f3;
}
.container .doc-content-section .active-menu:before {
  background-color: #00a1f3;
  width: 8px;
  height: 8px;
  top: 6px;
  left: -25px;
}

.container .doc-content-section .doc-response,
.container .doc-content-section .doc-feedback {
  border-top: 1px solid #e0e1e2;
}
.container .doc-response .doc-response-title,
.container .doc-feedback .doc-feedback-title {
  font-size: 16px;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #4a4b4b;
}
.container .doc-response .response-btn,
.container .doc-feedback .feedback-btn {
  height: 36px;
  line-height: 34px;
  border: 1px solid #00a1f3;
  background-color: #fff;
  border-radius: 4px;
  color: #00a1f3;
  font-size: 16px;
  margin-right: 20px;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 0.2s linear;
  border-radius: 100px;
}
.container .doc-feedback .feedback-btn:hover {
  background-color: #00a1f3;
  border-color: #00a1f3;
  color: #fff;
}
.container .doc-feedback .feedback-btn {
  border-radius: 4px;
}
.container .doc-feedback .feedback-btn-submit {
  border: 1px solid #00a1f3;
  background-color: #00a1f3;
  color: #fff;
}
.container .doc-content [class^='icon-'] {
  float: left;
  font-size: 20px;
  line-height: 34px;
}
.container .doc-response .response-btn.active-response,
.container .doc-response:not(.choosed) .response-btn:hover {
  border-color: #00a3f1;
  color: #00a3f1;
}

.container .doc-feedback {
  margin-top: 20px;
  min-height: 200px;
  display: flex;
}

.container .doc-feedback .form-item-left {
  margin-right: 10px;
}
.container .form-item .error {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  color: red;
  left: 65px;
}
.container .doc-feedback .feedback-data-btn {
}
.container .doc-feedback .feedback-data-model {
  transition: opacity 0.2s linear;
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.feedback-data-model-box {
  position: relative;
  transition: opacity 0.2s linear;
  background: #fff;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  border: 1px solid #e0e1e2;
  padding: 50px;
  width: 600px;
}
.container .feedback-data-model-box .feedback-data-model-close {
  color: #939393;
  height: 15px;
  width: 15px;
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.feedback-data-model-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.container .doc-feedback .form-item {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
.container .doc-feedback .form-item input {
  vertical-align: middle;
  border: 1px solid #e0e1e2;
  line-height: 25px;
  padding: 0 5px;
}
.container .doc-feedback .form-item .que-type-item-other {
  border: none;
  border-bottom: 1px solid #000;
}
.container .doc-feedback .form-item textarea {
  vertical-align: middle;
  width: 430px;
  resize: none;
  border: 1px solid #e0e1e2;
  line-height: 25px;
  padding: 0 5px;
}

.container .doc-feedback .form-item :focus {
  outline: none;
  border: 1px solid #00a4ff;
}
.container .doc-feedback .form-item .que-type-item-other:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #00a4ff;
}
.container .doc-feedback input::-webkit-input-placeholder {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback textarea::-webkit-input-placeholder {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}
.container .doc-feedback textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
}

.container .doc-feedback .feedback-data-model .feedback-data-model-body {
  font-size: 14px;
  line-height: 25px;
}
.feedback-data-model-foot {
  text-align: center;
}
.container .doc-feedback .feedback-data-model .requires::before {
  content: '*';
  color: red;
  font-size: 16px;
  position: absolute;
  left: -8px;
}
.container .doc-feedback .hidden {
  display: none;
  opacity: 0;
}
.container .feedback-thanks {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.container .feedback-thanks-box {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 40px 20px;
}
.container .feedback-thanks-box p {
  margin-left: 80px;
}
.container .feedback-thanks-box .sub-title {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 15px;
}
.container .doc-feedback .feedback-thanks img {
  position: absolute;
  left: 50px;
  width: 30px;
  height: 30px;
}
.container .feedback-thanks-box .feedback-btn {
  margin-top: 20px;
  border: 1px solid #00a1f3;
  background-color: #00a1f3;
  color: #fff;
  position: relative;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}
/**********************咨询·反馈**********************/
.qq-and-response {
  position: fixed;
  right: 0;
  top: calc(50% - 60px);
  width: 44px;
  border: 1px solid #e0e1e2;
  border-radius: 5px;
  padding: 8px 12px;
  line-height: 16px;
  color: #909193;
  text-align: center;
  user-select: none;
  background-color: #fff;
}
.qq-and-response:hover {
  color: #00a3f1;
  border-color: #00a3f1;
}
.qq-and-response .icon-kefu {
  display: inline-block;
  margin-bottom: 5px;
}
.qq-and-response .qq-support,
.qq-and-response .response-span {
  cursor: pointer;
}

/*********************通知部分*********************/
/***通知按钮***/
.notification-section {
  display: none;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  background-color: #fff;
  padding: 15px 6px;
  text-align: center;
  cursor: pointer;
  color: #666;
  box-shadow: 0px 0px 7px 0px rgba(12, 5, 9, 0.15);
}
.notification-section:after {
  position: absolute;
  top: 50%;
  left: 6px;
  right: 6px;
  height: 1px;
  background-color: #e8e8e8;
  content: '';
  pointer-events: none;
}
.notification-section a {
  color: #666;
  display: block;
}
.notification-section .notification-btn:last-child {
  margin-top: 30px;
}
.notification-section .notification-btn:hover {
  color: #01acf3;
}
.notification-section i {
  font-size: 28px;
}
.notification-section .notify-tips {
  font-size: 13px;
  display: block;
  /*letter-spacing: -1.3px;*/
}
@media screen and (max-height: 873px) and (min-height: 753px) {
  .notification-section .notification-content {
    top: calc(50% - 308px);
  }
  .notification-content .notification-items {
    height: 479px;
  }
}
@media screen and (max-height: 752px) and (min-height: 632px) {
  .notification-section .notification-content {
    top: calc(50% - 248px);
  }
  .notification-content .notification-items {
    height: 359px;
  }
}
@media screen and (max-height: 631px) {
  .notification-section .notification-content {
    top: calc(50% - 188px);
  }
  .notification-content .notification-items {
    height: 239px;
  }
}
.notification-content .notification-item .date-and-version {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
}
.notification-item .date-and-version .notify-date {
  color: #2bb5f3;
}
.notification-item .date-and-version .notify-version {
  float: right;
  color: #909193;
}
.notification-item .notify-detail {
  line-height: 28px;
  color: #38393a;
  font-size: 16px;
  margin-top: 10px;
}
.notification-item .ellipsis-span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  display: none;
}
.notification-content .view-more {
  height: 60px;
  line-height: 60px;
  padding-right: 25px;
  text-align: right;
  cursor: pointer;
  border-top: 1px solid #e0e1e2;
}
.notification-content .view-more .link {
  color: #2bb5f3;
}
.notification-content .close-notification {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.notification-content .product-select,
.notification-content .notification-items,
.notification-content .view-more {
  position: relative;
  z-index: 2;
}

/*****************搜索部件*********************/
.search-dialog-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.search-dialog-bg .search-body{
  /* width: 1245px; */
  width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  padding: 20px 25px;
  color: #626262;
}
@media screen and (max-width: 1250px) {
  .search-dialog-bg .search-body {
    width: 1000px;
  }
}
.search-dialog-bg .search-body .search-title {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 18px;
  /*这里为了解决下面搜索框边框显示问题而加的一个透明的border-top*/
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #e0e1e2;
}
.search-dialog-bg .search-title .icon-menu_icon_close{
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #878889;
  cursor: pointer;
}
.search-dialog-bg .search-body .search-input-and-btn {
  margin-top: 28px;
  border: 1px solid #037AF0;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  position: relative;
}
.search-body .search-input-and-btn .search-input {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0 180px 0 15px;
  outline: none;
  font-size: 16px;
}
.search-body .search-input-and-btn .search-btn {
  height: 100%;
  width: 114px;
  border: none;
  background-color: #037AF0;
  color: #fff;
  font-size: 16px;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  cursor: pointer;
}
.search-body .search-input-and-btn .icon-menu_icon_close {
  position: absolute;
  right: 134px;
  top: 12px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  background-color: #a8a9aa;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  font-weight: 500;
  transform: scale(0.9);
}
.search-dialog-bg .search-body .search-result-list {
  min-height: 140px;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
  margin: 25px 0;
}

.search-dialog-bg .search-result-list .no-result {
  display: block;
  text-align: center;
  line-height: 140px;
}

.search-dialog-bg .search-result-list .search-result-item {
  height: 120px;
  overflow: hidden;
  margin-bottom: 45px;
}
.search-dialog-bg .search-result-item .key-words {
  color: #f55c5a;
}
.search-dialog-bg .search-result-item .item-title {
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #00a3f1;
  margin-bottom: 15px;
  display: inline-block;
}
.search-dialog-bg .search-result-item .item-title:hover .key-words,
.search-dialog-bg .search-result-item .item-title:hover {
  color: #1a2940;
  text-decoration: underline;
}

.search-dialog-bg .search-result-item .item-content {
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  padding-right: 10px;
}
/*********************登录弹框**************************/
.login-dialog-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.login-dialog-bg .login-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 516px;
  height: 322px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
}
.login-dialog-bg .login-dialog .login-body {
  position: relative;
  width: 516px;
  height: 233px;
  background: linear-gradient(180deg, rgba(171, 220, 255, 0.86) 0%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  color: #333;
}
.login-dialog-bg .login-dialog .login-body .icon-menu_icon_close {
  position: absolute;
  left: 485.23px;
  top: 27.23px;
  font-size: 9.55px !important;
  width: 9.55px;
  height: 9.55px;
  color: #09121F;
  cursor: pointer;
}
.login-dialog-bg .login-dialog .login-body .product-service {
  display: inline-block;
  margin-top: 26px;
  width: 282px;
  height: 26px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.login-dialog-bg .login-dialog .login-body .left-arrow {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 120px;
  top: 73px;
}
.login-dialog-bg .login-dialog .login-body .right-arrow {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 387px;
  top: 72px;
}
.login-dialog-bg .login-dialog .login-body .welcome {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
  width: 226px;
  height: 26px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
}
.login-dialog-bg .login-dialog .login-body .product-svg-list{
  display: block;
  margin: auto;
  width: 440px;
  height: 109px;
}
.login-dialog-bg .login-dialog .login-btn {
  display: inline-block;
  width: 182px;
  margin-bottom: 8px;
  background: linear-gradient(271.25deg, #04ABF3 4.07%, #0876E9 105.39%);
  border-radius: 2px;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
}
.login-dialog-bg .login-dialog .login-btn:hover {
  opacity: 0.85;
  box-shadow: 0px 6px 10px rgba(8, 125, 235, 0.4);
}
.login-dialog-bg .login-dialog .login-input-check{
  display: flex;
  vertical-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.login-dialog-bg .login-dialog .login-input-check input[type="checkbox"]{
  width:12px;
  height:12px;
  border: 1px solid #0591F0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  line-height:12px;
  color:#fff;
  text-align:center;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
}
.login-dialog-bg .login-dialog .login-input-check input[type="checkbox"]:checked{
  background: #0591F0;
  color:#fff;
}
.login-dialog-bg .login-dialog .login-input-check input[type="checkbox"]:after{
  /* content:"✔"; */
  content: " ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 3px;
  border-width: 0 0 2px 2px;
  overflow: hidden;
  border-style: solid;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  left: 5.4px;
  top: 6px;
}
.login-dialog-bg .login-dialog  .login-input-check .login-noremind-text {
  margin-top: 1px;
  width: 72px;
  height: 22px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
/*********************加载动画**************************/
.loading {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}

.loading .spinner {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}

.loading .double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #959595;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.loading .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/***************返回顶部部件******************/
.slide-to-top.icon-slide-to-top {
  position: fixed;
  height: 50px;
  width: 50px;
  opacity: 0.8;
  line-height: 50px;
  text-align: center;
  right: 25px;
  bottom: 25px;
  background-color: #01acf3;
  color: #fff;
  font-size: 40px;
  border-radius: 25px;
  cursor: pointer;
  transition: opacity 0.5s linear;
}
.slide-to-top.slide-to-top-show {
  display: block;
  opacity: 0.8;
  /*-webkit-animation: show-slider .5s both linear;*/
  /*animation: show-slider .5s both linear;*/
}
.slide-to-top:hover {
  opacity: 1;
}
@-webkit-keyframes show-slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-to-top.slide-to-top-hide {
  /*opacity: .8;*/
  /*-webkit-animation: hide-slider .5s both linear;*/
  /*animation: hide-slider .5s both linear;*/
}
@-webkit-keyframes hide-slider {
  0% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes hide-slider {
  0% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/******************文档部分样式**********************/
.doc-content-section .doc-content .markdown-content {
  margin-right: 294px;
  text-align: justify;
}
.doc-content-section .doc-content.no-doc-menu .markdown-content {
  margin-right: 20px;
}
.doc-content .markdown-content pre {
  width: 100%;
}
.doc-content .markdown-content .link-button {
  background-color: transparent;
  /*border: 1px solid #ccc;*/
  color: #00a1f3;
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  border-radius: 4px;
  /*padding: 6px 20px;*/
  margin-top: 15px !important;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.container .doc-content .doc-title {
  font-size: 14px;
  line-height: 50px;
  color: #1a2940;
  border-bottom: 1px solid #e0e1e2;
}
.markdown-content > h1:first-child {
  display: none;
}
.markdown-content > h2 {
  font-size: 16px;
  color: #27a5ff;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 11px;
}
.markdown-content h3 {
  font-size: 16px;
  color: #1a2940;
  font-weight: bold;
  margin-top: 29px;
  margin-bottom: 16px;
}
.markdown-content h4 {
  font-size: 14px;
  color: #1a2940;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 29px;
  min-height: 17px;
  line-height: 160%;
}
.markdown-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}
.markdown-content h2 + p,
.markdown-content h3 + p,
.markdown-content h4 + p,
.markdown-content h5 + p {
  margin-top: 8px;
}
.markdown-content p + h2,
.markdown-content p + h3,
.markdown-content p + h4,
.markdown-content p + h5 {
  margin-top: 30px;
}
.markdown-content p + p {
  margin-top: 10px;
}
.markdown-content ul,
.markdown-content ol {
  list-style: inherit;
  margin-top: 10px;
  margin-left: 13px;
  margin-bottom: 0;
}

.markdown-content ul li,
.markdown-content ol li {
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 6px;
}
.markdown-content ul li {
  position: relative;
  list-style: none;
}
.markdown-content ul li:before {
  content: '●';
  position: absolute;
  left: -13px;
  top: 2px;
  line-height: inherit;
  color: #616161;
}

.markdown-content ul li ul li:before {
  content: '○';
  position: absolute;
  left: -20px;
  top: 8px;
  font-size: 10px;
  line-height: inherit;
  color: #616161;
  zoom: 0.6;
}
.markdown-content a {
  color: #00a1f3;
  word-break: break-all;
}
.markdown-content img {
  max-width: 100%;
  display: inline;
  line-height: 1.428571429;
  background-color: #fff;
  vertical-align: middle;
}
@media (min-width: 800px) {
  .markdown-content img {
    max-height: 780px;
  }
}

.markdown-content code,
.markdown-content kbd,
.markdown-content pre,
.markdown-content samp {
  font-size: 12px !important;
}
.markdown-content code {
  padding: 2px 5px;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
  display: inline-block;
}
.markdown-content pre {
  position: relative;
  margin-bottom: 12px;
  border-color: #c9c9c9;
  padding-right: 50px;
  overflow: visible;
  max-width: 100%;
  border: solid 1px #e1e4e5;
  background-color: #f2f2f2;
  color: #e74c3c;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
  white-space: pre-wrap;
}
.markdown-content pre code {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.markdown-content mark {
  display: block;
  padding: 11px 16px;
  font-size: 14px;
  width: 100%;
}
.markdown-content mark.note {
  background: #fbf8e5;
  border: 1px solid #f5ebdc;
  border-radius: 6px;
  color: #906321;
}
.markdown-content mark.notice {
  background: #f8eded;
  border: 1px solid #f3dce0;
  border-radius: 6px;
  color: #c20c25;
  margin-top: 0;
}
.markdown-content table {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.markdown-content table td,
.markdown-content table th {
  text-align: left !important;
}
.markdown-content table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #d5d5d5;
  background: #eaeaea;
  font-size: 14px;
  color: #1d1d1d;
  font-weight: bold;
  white-space: nowrap;
}
.markdown-content table thead tr th:first-child {
  border-left: 1px solid #d5d5d5;
}
.markdown-content table thead tr th {
  border-bottom: 1px solid #d5d5d5;
}
.markdown-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.markdown-content table > thead > tr > th,
.markdown-content table > tbody > tr > th,
.markdown-content table > tfoot > tr > th,
.markdown-content table > thead > tr > td,
.markdown-content table > tbody > tr > td,
.markdown-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.markdown-content table > tbody > tr:nth-child(odd) > td {
  background: #fff;
}
.markdown-content table tbody tr td:first-child {
  border-left: 1px solid #d5d5d5;
}
.markdown-content table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #d5d5d5;
}
.markdown-content table thead tr th:last-child,
.markdown-content table tbody tr td:last-child {
  border-right: 1px solid #d5d5d5;
}

.markdown-content pre .btn-copy {
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #dadddf;
  background: #f5f5f8;
  font-size: 12px;
  color: #424242;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  border-right: none;
  border-top: none;
  outline: none;
  cursor: pointer;
}
.markdown-content pre .btn-copy:hover {
  background: #344666;
  color: #fff;
}
.markdown-content pre .tip {
  display: none;
  padding: 5px 8px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: -37px;
  right: -20px;
}
.markdown-content pre textarea {
  opacity: 0;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.markdown-content blockquote {
  margin-left: 0;
  padding-left: 15px;
  border-left: 4px solid #e5e5e5;
  box-sizing: border-box;
}

.markdown-content .download-btn {
  display: inline-block;
  height: 36px;
  width: 102px;
  line-height: 34px;
  border: 1px solid #00a1f3;
  background-color: #fff;
  border-radius: 4px;
  color: #00a1f3;
  font-size: 16px;
  margin-right: 20px;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 0.2s linear;
}
.markdown-content .download-btn:hover {
  background-color: rgba(1, 131, 228, 0.1);
  border-color: #00a1f3;
}