@charset "UTF-8";
:root {
  --markdown-section-width: 100%;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}
.content {
  padding-top: 0;
}

.markdown-section {
  max-width: var(--markdown-section-width) !important;
  width: var(--markdown-section-width) !important;
  min-height: calc(100vh - 565px);
  margin: 0;
  padding: 0 40px 50px;
}

.markdown-section pre {
  width: 70%;
  background: #283147;
  border-radius: var(--docsify-select-border-radius);
}

.markdown-section pre::after {
  right: 25px;
}

.docsify-select {
  width: 70%;
}

.docsify-example-panel .docsify-select {
  width: 100%;
}

.docsify-example-panel pre {
  width: 100%;
}

.docsify-select__content pre {
  width: 100%;
  background: #40485c;
}

.docsify-tabs__content pre {
  border-radius: 0;
}

.markdown-section code {
  background: #e2ecff;
  color: #1b63fe;
}

.markdown-section pre > code {
  background: #283147;
}

.markdown-section a {
  color: #1a64fe;
  text-decoration: none;
}

.markdown-section a:hover {
  text-decoration: none;
}

.search .input-wrap {
  height: 36px;
  border: 1px solid #ecedf0;
  border-radius: 36px;
  overflow: hidden;
}

.search .input-wrap input {
  border: none;
  outline: none;
  padding: 0 15px;
}

.search .input-wrap input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.search .input-wrap input::placeholder {
  color: #8b8b8b;
}

.page-footer {
  padding: 80px 50px 0;
}

.page-footer a {
  text-decoration: none;
  font-weight: 400;
}

.page-footer .links {
  display: flex;
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.page-footer .links .logo {
  margin-right: 130px;
}

.page-footer .links .logo img {
  display: inline-block;
  width: 163px;
  height: 40px;
}

.page-footer .links dl {
  margin: 0;
}

.page-footer .links .footer-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-footer .links .footer-item dt {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 30px;
}

.page-footer .links .footer-item dd {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 12px;
}

.page-footer .links .footer-item a {
  color: #8b8b8b;
}

.page-footer .security-record {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.page-footer .security-record a {
  font-size: 14px;
  color: #000000;
}

.page-footer .security-record img {
  display: inline-block;
  width: 29px;
  height: 30px;
  margin-left: 7px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .page-banner .nav .nav-item {
    height: 100%;
    position: relative;
    margin-left: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .page-banner .logo img {
    display: inline-block;
    height: 20px;
  }
  .page-banner .logo .platform::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #d8d8d8;
    position: absolute;
    top: 11px;
    left: -20px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.header-wrap {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
  border-bottom: 1px solid #ecedf0;
}

.page-header {
  padding: 20px 30px 0;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.page-header .platform-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-header .platform-wrap .left {
  display: flex;
  align-items: center;
}

.page-header .platform-wrap .left .logo {
  height: 20px;
  margin-right: 50px;
}

.page-header .platform-wrap .left .platform-text {
  position: relative;
}

.page-header .platform-wrap .left .platform-text:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  left: -25px;
  top: 0px;
  background: #d8d8d8;
}

.page-header .platform-wrap .login {
  width: 128px;
  height: 40px;
  background: #1a64fe;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-header .platform-wrap .login:hover {
  background: #40b9ff;
}

.page-header .platform-wrap .drop {
  position: relative;
}

.page-header .platform-wrap .drop .dropdown-menu {
  display: none;
  position: absolute;
  top: 47px;
  left: -10px;
  padding: 8px 32px 23px;
  box-sizing: border-box;
  width: 148px;
  background: #ffffff;
  text-align: center;
  box-shadow: 1px -10px 30px -10px rgba(0, 24, 74, 0.13);
}

.page-header .platform-wrap .drop .dropdown-menu .menu-item {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  color: #000000;
}

.page-header .platform-wrap .drop .dropdown-menu .menu-item .menu-icon {
  width: 18px;
}

.page-header .platform-wrap .drop .dropdown-menu .menu-item .arrow {
  width: 10px;
  height: 6px;
  opacity: 0;
}

.page-header .platform-wrap .drop .dropdown-menu .menu-item:hover {
  color: #40b9ff;
}

.page-header .platform-wrap .drop .dropdown-menu .menu-item:hover .arrow {
  opacity: 1;
}

.page-header .platform-wrap .drop .dropdown-menu .menu-active span {
  color: #1a64fe;
}

.page-header .platform-wrap .drop:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.page-header .platform-wrap .drop:hover .dropdown-menu {
  display: block;
}

.page-header .nav {
  display: flex;
  color: #4c4c4c;
}

.page-header .nav .nav-item {
  margin-right: 70px;
  padding-bottom: 15px;
  cursor: pointer;
}

.page-header .nav .nav-item .nav-name:hover {
  color: #40b9ff;
}

.page-header .nav .nav-active .nav-name {
  color: #1a64fe;
}

.page-header .nav a:link {
  color: #4c4c4c;
}

.page-header .nav a:visited {
  color: #4c4c4c;
}

.page-header .nav .drop {
  position: relative;
}

.page-header .nav .drop .dropdown-menu {
  display: none;
  width: 194px;
  position: absolute;
  top: 34px;
  left: 0;
  padding: 8px 54px 32px 23px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 24, 74, 0.13);
}

.page-header .nav .drop .dropdown-menu .menu-item {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  color: #000000;
}

.page-header .nav .drop .dropdown-menu .menu-item .menu-icon {
  width: 18px;
}

.page-header .nav .drop .dropdown-menu .menu-item .arrow {
  width: 10px;
  height: 6px;
  opacity: 0;
}

.page-header .nav .drop .dropdown-menu .menu-item:hover {
  color: #40b9ff;
}

.page-header .nav .drop .dropdown-menu .menu-item:hover .arrow {
  opacity: 1;
}

.page-header .nav .drop .dropdown-menu .menu-active span {
  color: #1a64fe;
}

.page-header .nav .drop::before {
  content: '';
  width: 8px;
  height: 5px;
  position: absolute;
  right: -12px;
  top: 25%;
  background: url('../images/down.png') no-repeat 0 0/8px 5px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-header .nav .drop:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.page-header .nav .drop:hover .dropdown-menu {
  display: block;
}

.page-header .nav .drop:hover::before {
  transform: rotate(180deg);
}

.page-header #notice-wrap .notice {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.page-header #notice-wrap .notice .notice-icon {
  width: 16px;
  height: 14px;
  margin-right: 20px;
}

.page-header #notice-wrap .notice .notice-info {
  color: #4c4c4c;
  margin-right: 30px;
  display: flex;
}

.page-header #notice-wrap .notice .notice-info p {
  margin: 0;
  margin-right: 40px;
  cursor: pointer;
  max-width: 600px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-header #notice-wrap .notice .notice-info p a {
  color: #4c4c4c;
}

.page-header #notice-wrap .notice .more a {
  color: #1a64fe;
}

.page-header #notice-wrap .notice .more a:hover {
  color: #40b9ff;
}

#change_newApi_btn {
  width: 48px;
  height: 162px;
  background: #FFFFFF;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #0D6EFF;
  text-align: center;
  line-height: 18px;
  position: fixed;
  bottom: 20%;
  right: 24px;
  writing-mode: vertical-rl; /* 竖排从右到左 */
  white-space: nowrap; /* 防止文字换行 */
  padding: 12px;
  cursor: pointer;
  letter-spacing: 5px; 
  box-shadow: 0 5px 12px 0 #1b518714;
  z-index: 100;
}
#change_newApi_btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/api-public/docs/images/icon-change.svg) no-repeat;
  background-size: 100%;
  margin-bottom: 6px;
}
#change_newApi_btn:hover {
  opacity: 0.9;
}

#login_main {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
}

#login_main .login_box {
  width: 990px;
  height: 580px;
  margin: 0 auto;
  background-image: url('https://api.cloudpnr.com/opps_site/portal_site/img/public/login_type.png');
  background-size: 100%;
  position: relative;
  padding-top: 390px;
  display: flex;
}

#login_main .login_box .login_box_card {
  width: 50%;
  padding-left: 30px;
}

#login_main .login_box .login_box_card p {
  font-size: 38px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

#login_main .login_close {
  width: 36px;
  height: 36px;
  background-image: url('https://api.cloudpnr.com/opps_site/portal_site/img/public/close.png');
  background-size: 100%;
  position: absolute;
  right: -45px;
  top: -45px;
  cursor: pointer;
}

#login_main .login_box_btn {
  width: 190px;
  height: 54px;
  line-height: 54px;
  background: #1a64fe;
  border-radius: 27px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

#login_main .login_box_btn:hover {
  border: none !important;
  background-color: #40b9ff !important;
}

#login_main .login_box_btn span {
  font-size: 18px;
  color: #fff;
}

#login_main .login_box_btn b {
  display: block;
  background-image: url('https://api.cloudpnr.com/opps_site/portal_site/img/index/jiantou_white.png');
  background-size: 100%;
  width: 14px;
  height: 7px;
  margin-left: 10px;
}

.page_container {
  padding-top: 105px;
  position: relative;
}

.anchor-container {
  width: 100%;
  position: fixed;
  top: 106px;
  left: 0;
  z-index: 100;
}

.anchor-block {
  width: 1220px;
  height: 304px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 43px;
  transition: height 0.25s ease;
  transform-origin: top center;
  align-items: flex-start;
}
.anchor-container-bg {
  width: 100%;
  background-color: #fff;
}

.anchor-block.anchor-mini-block {
  height: 159px;
  align-items: baseline;
  padding-top: 43px;
  transition: height 0.25s ease;
  transform-origin: top center;
}
.anchor-bottom {
  height: 40px;
  transform: scaleY(-1);
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
}

.anchor-block .anchor-item {
  height: 182px;
  flex: 1;
  padding: 30px 30px 35px 120px;
  background: #f8fbff;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  transition: background 0.25s ease-in-out, height 0.3s ease-in-out;
  transform-origin: top center;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 #fff;
}

.anchor-block .anchor-item ul {
  list-style: none;
}

.anchor-block .anchor-item ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgba(139, 139, 139, 0.6);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.anchor-block .anchor-item.anchor-mini {
  height: 88px !important;
  transform-origin: top center;
  /* padding: 30px 30px 30px 120px; */
}
.anchor-block .anchor-item:first-child.anchor-active.anchor-mini,
.anchor-block .anchor-item:nth-child(2).anchor-active.anchor-mini,
.anchor-block .anchor-item:last-child.anchor-active.anchor-mini {
  height: 88px !important;
  transform-origin: top center;
  /* padding: 30px 30px 30px 120px; */
}
.anchor-mini .anchor-guide,
.anchor-mini ul {
  display: none !important;
}

.anchor-block .anchor-item a {
  color: #8b8b8b;
}

.anchor-block .anchor-item:nth-child(2) {
  margin: 0 34px;
}
/* 大模块 非active */
.anchor-block .anchor-item:first-child > a > img {
  width: 82px;
  height: 118px;
  position: absolute;
  bottom: 0px;
  left: -5px;
}

.anchor-block .anchor-item:nth-child(2) > a > img {
  width: 94px;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.anchor-block .anchor-item:last-child > a > img {
  width: 110px;
  height: 108px;
  position: absolute;
  bottom: 0px;
  left: -5px;
}

.anchor-title {
  font-weight: bold;
  font-size: 21px;
  color: #000000;
  letter-spacing: 0;
  margin: 2px 0 5px;
  /* line-height: 40px; */
}

.anchor-item .anchor-guide {
  display: none;
}

.anchor-active .anchor-guide {
  display: block;
  width: 126px;
  height: 27px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  text-align: center;
  margin-top: 5px;
  padding: 0 5px;
}

.anchor-active .anchor-guide > img {
  width: 13px;
  height: 6px;
  vertical-align: middle;
}
.anchor-block .anchor-item.anchor-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/api-public/docs/images/icons/anchor-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 218px;
  /* padding: 24px 30px 24px 120px; */
  box-shadow: 0 5px 25px 0 #5faefb63;
}
/* .anchor-block .anchor-item:first-child.anchor-active {
  padding: 37px 30px 37px 120px;
} */
.anchor-block .anchor-item.anchor-active ul li:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.anchor-active a {
  color: #fff !important;
}

/* .anchor-block .anchor-active:first-child>img {
  width: 130px;
  height: 181px;
  position: absolute;
  bottom: 0px;
  left: -10px;
}


.anchor-block .anchor-active:nth-child(2)>img {
  width: 136px;
  height: 173px;
  position: absolute;
  bottom: 0px;
  left: -10px;
}

.anchor-block .anchor-active:last-child>img {
  width: 162px;
  height: 159px;
  position: absolute;
  bottom: 0px;
  left: -10px;
} */

.anchor-active .anchor-title {
  color: #fff !important;
}

.section-header {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  width: 1220px;
  margin: 0 auto;
}

.page_container .section {
  min-width: 1220px;
  position: relative;
}

.page_container .section .anchor-point {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -105px;
  left: 0;
}

.page_container .margin {
  width: 1220px;
  margin: 0 auto;
}

.page_container .module-title {
  padding: 40px 0 36px 0;
}

.page_container .module-title .main-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-right: 16px;
}

.page_container .module-title .sub-title {
  font-size: 14px;
  color: #1a64fe;
  cursor: pointer;
}

.page_container .module-title .sub-title:hover {
  opacity: 0.8;
}

.page_container .top-wrap {
  width: 1220px;
  height: 200px;
  margin: 65px auto 0;
  position: relative;
}
.page_container .top-wrap > img:first-child {
  width: 100%;
}
.page_container .top-wrap > img:last-child {
  width: 324px;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 448px;
}
.page_container .top-wrap > .header {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  position: absolute;
  left: 326px;
  top: 36px;
}
.page_container .top-wrap .top-right {
  width: 150px;
  height: 34px;
  opacity: 0.62;
  background: #b6cafa;
  border-radius: 18.67px;
  font-weight: 500;
  font-size: 12.92px;
  color: #ffffff;
  letter-spacing: 0.46px;
  padding: 0 5px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 34px;
  right: 357px;
  /* animation-name: headShake;
  animation-duration: 2000ms;
  animation-iteration-count: infinite; */
}
.page_container .top-wrap .top-right > img {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.page_container .top-wrap .top-left {
  width: 130px;
  height: 34px;
  opacity: 0.62;
  background: #b6cafa;
  border-radius: 18.67px;
  font-weight: 500;
  font-size: 12.92px;
  color: #ffffff;
  letter-spacing: 0.46px;
  padding: 0 5px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 381px;
  /* animation-name: headShake;
  animation-duration: 2000ms;
  animation-iteration-count: infinite; */
}
.page_container .top-wrap .top-left > img {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.page_container .top-wrap .top-card {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 448px;
  bottom: 28px;
  animation-name: heartBeat;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
}
.page_container .top-wrap .top-card > img {
  width: 100%;
}

.page_container .service-wrap ul {
  width: 1220px;
  margin: 40px auto 0;
  display: flex;
}

.page_container .service-wrap ul li {
  flex: 1;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* .page_container .service-wrap ul li:hover {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(5, 80, 237, 0.07);
} */

.page_container .service-wrap ul li::after {
  content: '';
  width: 1px;
  height: 88px;
  background: rgba(26, 100, 254, 0.13);
  position: absolute;
  top: 66px;
  right: 0;
}

.page_container .service-wrap ul li:last-child::after {
  display: none;
}

.page_container .service-wrap ul li .icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
}

.page_container .service-wrap ul li .partner-logo {
  width: 152px;
  height: 52px;
  object-fit: contain;
}

.page_container .service-wrap ul li .name {
  color: #000000;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.process-wrap {
  width: 100%;
  height: 274px;
  background-color: #f8fbff;
  margin-top: 70px;
}
.process-wrap .wrap-main {
  width: 1220px;
  margin: auto;
}
.title {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 120px;
}
.process-wrap .wrap-main .process-item {
  display: flex;
  justify-content: space-between;
}
.process-wrap .wrap-main .process-item > .process-block {
  width: 285px;
  height: 102px;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 #0550ed12;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 102px;
  position: relative;
}
.process-wrap .wrap-main .process-item > .process-block > .icon {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  vertical-align: middle;
}
.process-wrap .wrap-main .process-item > .process-block > .number {
  width: 34px;
  height: 44px;
  position: absolute;
  top: -17px;
  right: 20px;
}
.process-wrap .wrap-main .process-item > .process-block:first-child > .number {
  width: 20px;
}
.process-wrap .wrap-main .process-item > .process-block:last-child > .number {
  width: 28px;
}
.process-wrap .wrap-main .process-item > .process-arrows {
  width: 50px;
  height: 20px;
  margin-top: 40px;
  animation-name: headShake;
  animation-duration: 2000ms;
  animation-timing-function: ease-in-out; /* 动画时间函数 */
}

.purchase-wrap {
  width: 1220px;
  height: 529px;
  margin: auto;
}
.purchase-wrap .purchase-main {
  display: flex;
  justify-content: space-between;
}
.purchase-wrap .purchase-main .purchase-left {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  position: relative;
}

.purchase-wrap .purchase-main .purchase-left .purchase-left-first,
.purchase-wrap .purchase-main .purchase-left .purchase-left-second {
  background: #ffffff;
  position: relative;
  width: 286px;
  height: 320px;
  box-shadow: 0 3px 20px 0 #0550ed12;
  border-radius: 8px;
}
.purchase-wrap .purchase-main .purchase-left .purchase-left-first .item,
.purchase-wrap .purchase-main .purchase-left .purchase-left-second .item {
  width: 286px;
  height: 320px;
  padding: 25px;
  cursor: pointer;
  color: #000000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.purchase-left-first .left-item-title,
.purchase-left-second .left-item-title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 70px;
}
.purchase-left-first .left-item-desc,
.purchase-left-second .left-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.purchase-left-first ul > li,
.purchase-left-second ul > li {
  height: 44px;
  line-height: 44px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  list-style: none;
}
.purchase-left-first ul > li > img,
.purchase-left-second ul > li > img {
  width: 13px;
  height: 10px;
  vertical-align: unset;
  margin-right: 12px;
}

.purchase-wrap .purchase-main .purchase-left .mask {
  width: 286px;
  height: 320px;
  opacity: 0;
}
.purchase-wrap .purchase-main .purchase-left .trans {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/api-public/docs/images/icons/purchase-bg.png) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  width: 286px;
  height: 320px;
}
.trans + .item .left-item-title,
.trans + .item .left-item-desc,
.trans + .item > ul > li {
  color: #fff !important;
}

.purchase-right .right-tab {
  width: 570px;
  height: 40px;
  border-bottom: 1px solid #e5e6eb;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.purchase-right .right-tab .tab-item {
  width: 88px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.purchase-right {
  display: none;
}
.purchase-show {
  display: block !important;
}
.active-tab-item {
  border-bottom: 2px solid #316cf6;
  color: #316cf6 !important;
}
.btn-style {
  width: 140px;
  padding: 8px 20px;
  background: #316cf6;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 12px auto;
}
.purchase-right .purchase-content {
  display: none;
}
.show {
  display: block !important;
}
.purchase-right .purchase-content > .purchase-desc {
  background: #ffffff;
  border: 1px solid #316cf6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #316cf6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  min-width: 396px;
}
.purchase-right .purchase-content > .purchase-down {
  width: 19px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: downShake;
  animation-duration: 2000ms;
  animation-timing-function: ease-in-out; /* 动画时间函数 */
  margin: 12px auto 0;
}
.purchase-desc > img {
  width: 22px;
  height: 7px;
  margin: 7px 5px;
  animation-name: headShake;
  animation-duration: 2000ms;
  animation-timing-function: ease-in-out; /* 动画时间函数 */
}
.link {
  display: block;
  width: 150px;
  font-weight: 400;
  font-size: 14px;
  color: #1a64fe !important;
  letter-spacing: 0;
  line-height: 60px;
  padding-left: 20px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}
.link img {
  width: 14px;
  height: 7px;
  margin: 0 5px;
}
.link:hover img {
  animation-name: headShake;
  animation-duration: 2000ms;
  color: #000000;
}
.link-middle {
  text-align: center;
  padding-left: 0px;
}

.recommend-wrap {
  width: 1220px;
  margin: auto;
}
.recommend-main {
  display: flex;
  justify-content: flex-start;
}
.recommend-item > img {
  width: 48px;
  height: 48px;
}
.recommend-main > div {
  width: 203px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  padding-top: 15px;
  cursor: pointer;
  position: relative;
}

.recommend-item:hover {
  color: #1a64fe;
}

.hover-block {
  width: 286px;
  min-height: 183px;
  background: #fff;
  box-shadow: 0px 0px 10px #054eed2a;
  z-index: 1;
  position: absolute;
  left: -41.5px;
  top: 100px;
  padding: 15px 24px;
  display: none;
  border-radius: 8px 0 0 0 8px 8px 8px;
}

.hover-block::after {
  content: '';
  height: 0;
  width: 0;
  border-width: 6px;
  border-color: transparent transparent #fff;
  border-style: solid;
  top: -9px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%);
}

.hover-block > .hover-title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  margin: 10px 0;
}
.hover-block > .hover-desc {
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0;
  text-align: left;
}
.hover-block > .link {
  padding-left: 0;
  width: 100%;
}
.show-hover {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.hide-hover {
  display: block;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.recommend-bottom {
  margin-bottom: 56px;
}
.cushion {
  height: 0;
  transition: height 0.3s ease;
}
.no-cushion {
  height: 145px;
}
.section1 {
  margin-top: 199px;
}
.section1 .recommend-main {
  justify-content: space-between;
}
.section1 .recommend-main > div {
  width: 174px;
}

.section2 {
  margin-top: 270px;
  position: relative;
}
.section2 > .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -650px;
}
.section2 .service-wrap {
  background: transparent;
}
.slash {
  color: #aac5fb;
}
.section2 .top-wrap .header {
  left: 156px;
}
.section2 .top-wrap .top-card {
  top: 19px;
  right: 479px;
}
.section2 .top-wrap .top-left {
  width: 230px;
  left: 274px;
}
.section2 .top-wrap .top-right {
  width: 96px;
  top: 67px;
  right: 355px;
}
.section2 .top-wrap .top-other {
  position: absolute;
  width: 96px;
  height: 34px;
  bottom: 33px;
  right: 402px;
  opacity: 0.62;
  background: #b6cafa;
  border-radius: 18.67px;
  font-weight: 500;
  font-size: 12.92px;
  color: #ffffff;
  letter-spacing: 0.46px;
  padding: 0 5px;
  line-height: 34px;
  text-align: center;
}
.section2 .top-wrap .top-other > img {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.section3 {
  margin-top: 270px;
  position: relative;
}
.section3 > .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -500px;
}

.section3 .service-wrap {
  background: transparent;
}

.section3 .top-wrap .header {
  left: 358px;
}
.section3 .top-wrap .top-card {
  right: 379px;
  top: 13px;
}
.section3 .top-wrap .top-right {
  right: 376px;
  top: 125px;
  width: 96px;
}
.section3 .top-wrap .top-left {
  left: 410px;
  bottom: 57px;
  width: 96px;
}

/* footer */
footer {
  background: #ffffff;
  position: relative;
  z-index: 3000;
}

.footer {
  width: 1160px;
  margin: 200px auto 0;
  padding-bottom: 20px;
}

.footer-section {
  display: flex;
}

.footer .footer-logo {
  width: 160px;
  height: 40px;
}
.footer .footer-logo:last-child {
  width: 160px;
  height: 24px;
  margin-top: 12px;
}

.footer a {
  font-size: 14px;
  color: #000000;
}

.footer a:hover {
  color: #0276ff;
}

.footer-contact {
  position: relative;
  margin-right: 100px;
  display: flex;
  padding-top: 20px;
}

.footer-contact .wechat,
.footer-contact .weibo {
  width: 24px;
  height: 19px;
  margin-top: 39px;
}
.footer-logo-line {
  height: 20px;
  border-left: 1px solid #d8d8d8;
  margin: 15px 20px;
}

.footer-link {
  width: 700px;
}

.footer-link .link-section {
  display: flex;
  justify-content: space-between;
}

.footer-link .link-section > li {
  line-height: 36px;
  list-style: none;
}

.link-section a {
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0;
}

.footer-link a {
  display: block;
}

.footer-link .footer-title {
  line-height: 82px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}

.footer-link .first-title {
  display: flex;
}

.footer-link .first-title > li:first-child {
  margin-right: 48px;
}

.footer-link .block-title > li:first-child {
  margin-bottom: 48px;
}

.footer-line {
  height: 1px;
  background: #d8d8d8;
  margin: 36px auto 24px auto;
}

.footer-safe {
  display: flex;
  justify-content: center;
}

.footer-safe .footer-beian {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

.footer-safe .footer-beian > img {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}

#PAGEFOOTER .footer {
  width: 1220px;
  margin: 0 auto;
  padding-top: 80px;
}

#PAGEFOOTER .footer a {
  text-decoration: none;
  font-weight: 400;
}

#PAGEFOOTER .footer .links {
  display: flex;
  padding-bottom: 70px;
}

#PAGEFOOTER .footer .links .logo {
  margin-right: 100px;
  display: flex;
}

#PAGEFOOTER .footer .links .logo .hflogo-wrap {
  position: relative;
}

#PAGEFOOTER .footer .links .logo .hflogo-wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #d8d8d8;
  top: 12px;
  right: 26px;
}

#PAGEFOOTER .footer .links .logo .hflogo {
  width: 160px;
  object-fit: contain;
  margin-right: 52px;
}

#PAGEFOOTER .footer .links .logo .dglogo {
  width: 150px;
  object-fit: contain;
  margin-top: 9px;
}

#PAGEFOOTER .footer .links dl {
  margin: 0;
}

#PAGEFOOTER .footer .links .footer-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PAGEFOOTER .footer .links .footer-item dt {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 30px;
}

#PAGEFOOTER .footer .links .footer-item dd {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 12px;
}

#PAGEFOOTER .footer .links .footer-item a {
  color: #8b8b8b;
}

#PAGEFOOTER .footer .security-record {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#PAGEFOOTER .footer .security-record a {
  font-size: 14px;
  color: #000000;
}

#PAGEFOOTER .footer .security-record img {
  display: inline-block;
  width: 29px;
  height: 30px;
  margin-left: 7px;
  margin-right: 10px;
}

.page-anchor {
  position: fixed;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.page-anchor .anchor-item {
  display: block;
  width: 5px;
  height: 5px;
  background: #e0eafe;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}

.page-anchor .anchor-item:hover .name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-anchor .anchor-item .name {
  display: none;
  width: 164px;
  height: 78px;
  position: absolute;
  white-space: nowrap;
  right: 5px;
  top: -35px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/api-public/docs/images/bubble.png) no-repeat;
  background-size: 100% 100%;
}

.page-anchor .current {
  background: #1a64fe;
}

.page-anchor a {
  color: #1a64fe;
}

.page-anchor a:visited {
  color: #1a64fe;
}

.animated {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale3d(0);
    /* width: 180px; */
  }
  100% {
    opacity: 1;
    transform: scale3d(1);

    /* width: 440px; */
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    /* width: 440px; */
  }
  100% {
    opacity: 0;
    display: none;
    /* width: 180px; */
  }
}

.fadeOutWidth {
  -webkit-animation-name: fadeOutWidth;
  animation-name: fadeOutWidth;
}

.animatedBg {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInBg {
  0% {
    opacity: 0.1;
    width: 0px;
    height: 0px;
  }
  100% {
    opacity: 1;
    width: 286px;
    height: 320px;
  }
}
.fadeInBg {
  -webkit-animation-name: fadeInBg;
  animation-name: fadeInBg;
  animation-timing-function: ease-in-out;
}
@keyframes fadeOutBg {
  0% {
    opacity: 1;
    width: 286px;
    height: 320px;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}
.fadeOutBg {
  -webkit-animation-name: fadeOutBg;
  animation-name: fadeOutBg;
  animation-timing-function: ease-in-out;
  /* animation-duration: 0.5s;
  animation-fill-mode: both; */
}

/* 业务指引 */
.section-business-guide {
  margin-top: 105px;
  display: flex;
}

.section-business-guide ul {
  list-style: none;
}

.section-business-guide .business-guide-nav {
  width: 240px;
  margin-top: 40px;
  border-right: 1px solid #ecedf0;
  flex-shrink: 0;
  padding-left: 15px;
}

.section-business-guide .business-guide-nav .sidebar-menu li a {
  font-size: 16px;
  color: #000000;
}

.section-business-guide .business-guide-nav .sidebar-menu > li {
  margin-bottom: 24px;
}

.section-business-guide .business-guide-nav .sidebar-menu .icon-arrow-up {
  float: right;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 8px;
  background: url(https://api.cloudpnr.com/opps_site/web_site/img/arrow-up.png);
  background-size: 100% 100%;
  height: 6px;
  width: 11px;
  cursor: pointer;
}

.section-business-guide .business-guide-nav .sidebar-menu .icon-arrow-down {
  background: url(https://api.cloudpnr.com/opps_site/web_site/img/arrow-down.png);
  background-size: 100% 100%;
  height: 6px;
  width: 11px;
  cursor: pointer;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub {
  margin-bottom: 24px;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub li {
  padding-left: 15px;
  line-height: 46px;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub .on {
  position: relative;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub .on:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 26px;
  background: #1a64fe;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub .on a {
  color: #1a64fe;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub li a {
  font-size: 14px;
  color: #4c4c4c;
}

.section-business-guide .business-guide-nav .sidebar-menu-sub2 li {
  padding-left: 20px;
}

.section-business-guide .business-guide-contain {
  width: 1005px;
  text-align: center;
  background: #ffffff;
  padding-left: 30px;
  padding-bottom: 60px;
  margin-top: 40px;
  box-sizing: content-box;
  /* 面包屑 */
  /* 线下场所样式 */
}

.section-business-guide .business-guide-contain .crumb-contain {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  text-align: left;
}

.section-business-guide .business-guide-contain .crumb-contain .crumb-focus {
  color: #000000;
}

.section-business-guide .business-guide-contain .business-guide {
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}

.section-business-guide .business-guide-contain .offline-places-section-1 {
  margin-top: 40px;
  height: 300px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-left {
  float: left;
  margin-right: 40px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-left
  img {
  width: 540px;
  height: 300px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right {
  float: left;
  text-align: left;
  color: #000000;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-desc {
  width: 365px;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-tag {
  margin-top: 20px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-tag
  ul {
  display: flex;
  text-align: center;
  margin-top: 15px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-tag
  li {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 10px;
  margin-right: 20px;
  color: #aaaaaa;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-btn {
  width: 168px;
  height: 49px;
  margin-top: 40px;
  text-align: center;
  line-height: 49px;
  background: #1b63fe;
  border-radius: 5px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-1
  .section-1-right-btn
  a {
  font-size: 16px;
  color: #ffffff;
}

.section-business-guide .business-guide-contain .offline-places-section-2 {
  text-align: left;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-title {
  font-size: 20px;
  color: #000000;
  margin-top: 70px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-nav {
  border-bottom: 1px solid #ecedf0;
  margin-top: 30px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-nav
  ul {
  display: flex;
  cursor: pointer;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-nav
  li {
  height: 31px;
  min-width: 80px;
  text-align: center;
  margin-bottom: -2px;
  margin-right: 12px;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-nav
  a {
  font-size: 14px;
  color: #000000;
}

.section-business-guide
  .business-guide-contain
  .offline-places-section-2
  .section-2-right-nav
  .active {
  color: #1a64fe;
  border-bottom: 3px solid #1a64fe;
}

.section-business-guide .business-guide-contain .product-desc-1 ul {
  display: flex;
  margin-top: 50px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-1
  ul
  li
  .step-img {
  width: 180px;
  height: 318px;
  margin: 0 auto;
}

.section-business-guide
  .business-guide-contain
  .product-desc-1
  ul
  li
  .step-img
  img {
  width: 180px;
  height: 318px;
}

.section-business-guide .business-guide-contain .product-desc-1 .product-title {
  margin-top: 30px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-1
  .step-arrow-contain,
.section-business-guide
  .business-guide-contain
  .product-desc-2
  .step-arrow-contain {
  width: 160px;
}

.section-business-guide .business-guide-contain .product-desc-1 .step-arrow,
.section-business-guide .business-guide-contain .product-desc-2 .step-arrow {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 15px solid #ecedf0;
  border-bottom: 13px solid transparent;
  margin: 0 auto;
  margin-top: 146px;
}

.section-business-guide .business-guide-contain .product-desc-1 .step-desc,
.section-business-guide .business-guide-contain .product-desc-2 .step-desc {
  margin-top: 40px;
  text-align: center;
}

.section-business-guide .business-guide-contain .product-desc-1 .pay-contain {
  margin-top: 50px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-1
  .pay-contain
  img {
  margin: 0 auto;
  width: 600px;
  height: 360px;
}

.section-business-guide .business-guide-contain .product-desc-1 .pay-contain p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}

.section-business-guide .business-guide-contain .product-desc-2 ul {
  display: flex;
  margin-top: 50px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-2
  ul
  li
  .step-img {
  width: 180px;
  height: 318px;
  margin: 0 auto;
}

.section-business-guide .business-guide-contain .product-desc-2 .product-title {
  margin-top: 70px;
}

.section-business-guide .business-guide-contain .product-title a {
  color: #1a64fe;
}

.section-business-guide .business-guide-contain .product-desc-3 ul {
  display: flex;
  margin-top: 30px;
}

.section-business-guide .business-guide-contain .product-desc-3 ul li {
  width: 430px;
  min-height: 230px;
  border: 1px solid #dddddd;
  margin-right: 60px;
  border-radius: 4px;
  box-sizing: content-box;
}

.section-business-guide .business-guide-contain .product-desc-3 .product-title {
  font-size: 16px;
  color: #000000;
  margin: 0 24px;
  border-bottom: 1px solid #dddddd;
  padding: 19px 0;
  font-weight: 500;
}

.section-business-guide .business-guide-contain .product-desc-3 .product-desc {
  font-size: 14px;
  color: #000000;
  padding: 19px 25px;
  line-height: 26px;
  min-height: 130px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-3
  .product-desc
  .left-index {
  float: left;
  width: 20px;
}

.section-business-guide
  .business-guide-contain
  .product-desc-3
  .product-desc
  .right-content {
  float: left;
  width: 360px;
}

/* 指引通用样式 */
.tab-change-content {
  display: none;
}

.tab-change-content.active {
  display: block;
}

.step-box {
  display: flex;
}

.step-box .step-img {
  width: 180px;
  height: 318px;
}

.step-box .step-desc {
  margin-top: 40px;
  text-align: center;
}

.step-box .step-arrow-contain {
  text-align: center;
  width: 14%;
}

.step-box .step-arrow {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 15px solid #ecedf0;
  border-bottom: 13px solid transparent;
  margin: 0 auto;
  margin-top: 146px;
}

.tab-change-content > p {
  width: 93%;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.update_container {
  padding-top: 105px;
  padding-bottom: 70px;
}

.update_container .margin {
  width: 1220px;
  margin: 0 auto;
}

.update_container .change-wrap .change-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0;
}

.update_container .change-wrap .change-title .more {
  font-size: 14px;
  color: #1a64fe;
  line-height: 20px;
  cursor: pointer;
  font-weight: 400;
}

.update_container .change-wrap table,
.update_container .change-wrap thead,
.update_container .change-wrap tbody,
.update_container .change-wrap tr {
  display: block;
  width: 100%;
  position: relative;
}

.update_container .change-wrap table a,
.update_container .change-wrap thead a,
.update_container .change-wrap tbody a,
.update_container .change-wrap tr a {
  color: #1a64fe;
}

.update_container .change-wrap table a:visited,
.update_container .change-wrap thead a:visited,
.update_container .change-wrap tbody a:visited,
.update_container .change-wrap tr a:visited {
  color: #1a64fe;
}

.update_container .change-wrap table a:hover,
.update_container .change-wrap thead a:hover,
.update_container .change-wrap tbody a:hover,
.update_container .change-wrap tr a:hover {
  color: #40b9ff;
}

.update_container .change-wrap table th,
.update_container .change-wrap table td,
.update_container .change-wrap thead th,
.update_container .change-wrap thead td,
.update_container .change-wrap tbody th,
.update_container .change-wrap tbody td,
.update_container .change-wrap tr th,
.update_container .change-wrap tr td {
  display: inline-block;
}

.update_container .change-wrap table th:nth-child(1),
.update_container .change-wrap table td:nth-child(1),
.update_container .change-wrap thead th:nth-child(1),
.update_container .change-wrap thead td:nth-child(1),
.update_container .change-wrap tbody th:nth-child(1),
.update_container .change-wrap tbody td:nth-child(1),
.update_container .change-wrap tr th:nth-child(1),
.update_container .change-wrap tr td:nth-child(1) {
  width: 14%;
  padding-left: 30px;
}

.update_container .change-wrap table th:nth-child(2),
.update_container .change-wrap table td:nth-child(2),
.update_container .change-wrap thead th:nth-child(2),
.update_container .change-wrap thead td:nth-child(2),
.update_container .change-wrap tbody th:nth-child(2),
.update_container .change-wrap tbody td:nth-child(2),
.update_container .change-wrap tr th:nth-child(2),
.update_container .change-wrap tr td:nth-child(2) {
  width: 8%;
}

.update_container .change-wrap table th:nth-child(3),
.update_container .change-wrap table td:nth-child(3),
.update_container .change-wrap thead th:nth-child(3),
.update_container .change-wrap thead td:nth-child(3),
.update_container .change-wrap tbody th:nth-child(3),
.update_container .change-wrap tbody td:nth-child(3),
.update_container .change-wrap tr th:nth-child(3),
.update_container .change-wrap tr td:nth-child(3) {
  width: 10%;
}

.update_container .change-wrap table th:nth-child(4),
.update_container .change-wrap table td:nth-child(4),
.update_container .change-wrap thead th:nth-child(4),
.update_container .change-wrap thead td:nth-child(4),
.update_container .change-wrap tbody th:nth-child(4),
.update_container .change-wrap tbody td:nth-child(4),
.update_container .change-wrap tr th:nth-child(4),
.update_container .change-wrap tr td:nth-child(4) {
  width: 13%;
}

.update_container .change-wrap table th:nth-child(5),
.update_container .change-wrap table td:nth-child(5),
.update_container .change-wrap thead th:nth-child(5),
.update_container .change-wrap thead td:nth-child(5),
.update_container .change-wrap tbody th:nth-child(5),
.update_container .change-wrap tbody td:nth-child(5),
.update_container .change-wrap tr th:nth-child(5),
.update_container .change-wrap tr td:nth-child(5) {
  width: 13%;
}

.update_container .change-wrap table th:nth-child(6),
.update_container .change-wrap table td:nth-child(6),
.update_container .change-wrap thead th:nth-child(6),
.update_container .change-wrap thead td:nth-child(6),
.update_container .change-wrap tbody th:nth-child(6),
.update_container .change-wrap tbody td:nth-child(6),
.update_container .change-wrap tr th:nth-child(6),
.update_container .change-wrap tr td:nth-child(6) {
  width: 26%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.update_container .change-wrap table th:nth-child(6):hover .remark,
.update_container .change-wrap table td:nth-child(6):hover .remark,
.update_container .change-wrap thead th:nth-child(6):hover .remark,
.update_container .change-wrap thead td:nth-child(6):hover .remark,
.update_container .change-wrap tbody th:nth-child(6):hover .remark,
.update_container .change-wrap tbody td:nth-child(6):hover .remark,
.update_container .change-wrap tr th:nth-child(6):hover .remark,
.update_container .change-wrap tr td:nth-child(6):hover .remark {
  display: block;
}

.update_container .change-wrap table th:nth-child(6) .remark,
.update_container .change-wrap table td:nth-child(6) .remark,
.update_container .change-wrap thead th:nth-child(6) .remark,
.update_container .change-wrap thead td:nth-child(6) .remark,
.update_container .change-wrap tbody th:nth-child(6) .remark,
.update_container .change-wrap tbody td:nth-child(6) .remark,
.update_container .change-wrap tr th:nth-child(6) .remark,
.update_container .change-wrap tr td:nth-child(6) .remark {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 61%;
  max-width: 350px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(5, 80, 237, 0.07);
  border-radius: 4px;
  padding: 12px;
  white-space: normal;
}

.update_container .change-wrap table thead,
.update_container .change-wrap thead thead,
.update_container .change-wrap tbody thead,
.update_container .change-wrap tr thead {
  background: #f9fbfe;
  text-align: left;
}

.update_container .change-wrap table tr:nth-child(even),
.update_container .change-wrap thead tr:nth-child(even),
.update_container .change-wrap tbody tr:nth-child(even),
.update_container .change-wrap tr tr:nth-child(even) {
  background: #f9fbfe;
}

.update_container .change-wrap .table-wrap {
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
  border-radius: 4px;
  box-shadow: 0px 3px 20px 0px rgba(5, 80, 237, 0.07);
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .page-header .nav .nav-item {
    margin-right: 50px;
  }
}

.contain {
  text-align: center;
}

.contain img {
  display: inline-block;
  margin: 120px 0 80px 0;
  width: 280px;
  height: 280px;
}

.contain h3 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #070a14;
  font-weight: normal;
  line-height: 50px;
  padding-bottom: 14px;
  padding-bottom: 120px;
}

.tips-404 {
  color: #333 !important;
}

@media (max-width: 767px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .contain img {
    width: 180px;
    height: 180px;
  }
  .contain h3 {
    font-size: 22px;
  }
}

@-webkit-keyframes downShake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  6.5% {
    -webkit-transform: translateY(-6px) rotateY(-9deg);
    transform: translateY(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateY(5px) rotateY(7deg);
    transform: translateY(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateY(-3px) rotateY(-5deg);
    transform: translateY(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateY(2px) rotateY(3deg);
    transform: translateY(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes downShake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  6.5% {
    -webkit-transform: translateY(-6px) rotateY(-9deg);
    transform: translateY(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateY(5px) rotateY(7deg);
    transform: translateY(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateY(-3px) rotateY(-5deg);
    transform: translateY(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateY(2px) rotateY(3deg);
    transform: translateY(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
