.menu {
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 2;
}
.menu .menu-logo {
  width: 120px;
  height: 100%;
  margin-left: 20px;
  background: url('https://brand-guide.shuyun.com/IAM/fcc8436db203.png') 50% 50% / contain no-repeat;
  cursor: pointer;
}
.menu .menu-tool {
  width: calc(100% - 100px);
  height: 100%;
  line-height: 60px;
  text-align: right;
  margin-right: 24px;
}
.menu .menu-tool > span {
  margin-left: 24px;
  line-height: 60px;
  color: var(--shuyun-gray-9);
}
.menu .menu-tool > span i {
  margin-right: 8px;
}
.menu .menu-tool > span a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}
.menu .menu-tool > span a:hover {
  text-decoration: none;
}

.main {
  display: flex;
  width: 356px;
  height: auto;
}
.main .okta-login {
  margin-top: 24px;
  color: var(--shuyun-gray-8);
  font-size: 12px;
  margin-bottom: 8px;
}
.main .okta-login > .other-login-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 18px;
}
.main .okta-login > .other-login-title > span {
  color: var(--shuyun-gray-8);
}
.main .okta-login > .other-login-title > span:first-child,
.main .okta-login > .other-login-title > span:last-child {
  flex: 1;
  background-color: var(--shuyun-gray-4);
  height: 1px;
}
.main .okta-login > .other-login-title > span:first-child {
  margin-right: 16px;
}
.main .okta-login > .other-login-title > span:last-child {
  margin-left: 16px;
}
.main .okta-login > .other-login-content {
  display: flex;
  justify-content: center;
}
.main .okta-login > .other-login-content .okta-login-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
}
.main .login-area {
  width: 356px;
  box-sizing: border-box;
  height: auto;
  z-index: 1;
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  background-color: #fff;
  overflow: hidden;
}
.main .login-area:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}
.main .login-area .idass-login {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main .login-area .hide {
  display: none;
}
.main .login-area .loginBox {
  height: auto;
}
.main .login-area .loginBox .newCloud-button[disabled].primary,
.main .login-area .loginBox .newCloud-button[disabled].primary:hover,
.main .login-area .loginBox .newCloud-button[disabled].primary:active {
  background: #ACC4FC;
  color: #fff;
  border-color: #ACC4FC;
}
.main .login-area .loginBox .errorMark {
  font-weight: 400;
  color: #E74949;
  line-height: 16px;
  font-size: 12px;
  position: absolute;
}
.main .login-area .loginBox .allHeight {
  line-height: 24px;
}
.main .login-area .loginBox .loginInputWrap {
  margin-top: 16px;
}
.main .login-area .loginBox .loginInputWrap i {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}
.main .login-area .loginBox .loginInputWrap .inputStyle {
  width: 292px;
  border-radius: 2px;
  color: var(--shuyun-gray-9);
}
.main .login-area .loginBox .lockUser {
  position: relative;
}
.main .login-area .loginBox .lockUser .cloud-input-disabled {
  background-color: #F5F5F5;
  border-color: var(--shuyun-gray-4);
}
.main .login-area .loginBox .lockUser .changeAccount {
  font-size: 14px;
  color: var(--shuyunBlue4);
  position: absolute;
  right: 12px;
  cursor: pointer;
}
.main .login-area .loginBox .lockUser i {
  color: #666666;
}
.main .login-area .loginBox .telInput .cloud-input-group {
  border-radius: 2px;
}
.main .login-area .loginBox .telInput .cloud-input-group .cloud-input-addon {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.main .login-area .loginBox .telInput span {
  font-size: 12px;
  color: #bebebe;
  font-style: normal;
  top: 15px;
  left: 11px;
}
.main .login-area .loginBox .password input {
  letter-spacing: 4px;
}
.main .login-area .loginBox .password input[type="text"] {
  letter-spacing: 0px;
}
.main .login-area .loginBox .password input::placeholder {
  letter-spacing: 0px;
}
.main .login-area .loginBox .userName input,
.main .login-area .loginBox .password input,
.main .login-area .loginBox .lockUser input,
.main .login-area .loginBox .telInput input {
  margin: 0;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
}
.main .login-area .loginBox .userName input.error,
.main .login-area .loginBox .userPassWord input.error,
.main .login-area .loginBox .telInput input.error {
  border-color: #ff3000;
}
.main .login-area .loginBox .buttonWrap {
  margin-top: 24px;
}
.main .login-area .loginBox .buttonWrap button {
  border-radius: 21px;
  height: 40px;
}
.main .login-area .loginBox .buttonWrap.init {
  margin-top: 48px;
}
.main .login-area .loginBox .buttonWrap.validate {
  margin-top: 24px;
}
.main .login-area .loginBox .loginValidate,
.main .login-area .loginBox .imageValidate {
  overflow: hidden;
}
.main .login-area .loginBox .loginValidate .inputValidate,
.main .login-area .loginBox .imageValidate .inputValidate {
  width: 120px;
  border-radius: 2px;
  height: 44px;
  background: #fff;
  line-height: 44px;
  float: left;
}
.main .login-area .loginBox .loginValidate .validateBtn button,
.main .login-area .loginBox .imageValidate .validateBtn button {
  width: 200px;
  height: 44px;
  margin-left: 10px;
  color: #999;
}
.main .login-area .loginBox .loginValidate .validateBtn button.btnIn,
.main .login-area .loginBox .imageValidate .validateBtn button.btnIn {
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #0083ba;
}
.main .login-area .loginBox .password-suffix-view {
  cursor: pointer;
}
.main .login-area .loginBox .verify-code {
  position: relative;
}
.main .login-area .loginBox .verify-code input {
  padding-left: 36px;
}
.main .login-area .loginBox .verify-code .code-prefix {
  position: absolute;
  height: 40px;
  line-height: 40px;
  left: 12px;
  top: 0;
  z-index: 1;
}
.main .login-area .loginBox .verify-code .code-suffix {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 12px;
  top: 0;
}
.main .login-area .loginBox .verify-code .code-suffix > span {
  color: var(--shuyun-gray-7);
  font-size: 14px;
}
.main .login-area .loginBox .verify-code .code-suffix.isVerify > span {
  color: #ACC4FC;
  cursor: not-allowed;
}
.main .login-area .loginBox .verify-code .code-suffix.isVerify > span.btnIn {
  color: var(--shuyunBlue4);
  cursor: pointer;
}
.main .login-area .loginBox .telBound {
  font-size: 14px;
  color: #efefef;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}
.main .login-area .loginBox .imageValidate {
  display: flex;
  height: 40px;
  align-items: center;
}
.main .login-area .loginBox .imageValidate img {
  width: 80px;
  height: 40px;
  margin-left: 12px;
  cursor: pointer;
}
.main .login-area .loginBox .imageValidate span {
  font-size: 12px;
  color: #00aaf1;
  vertical-align: super;
  opacity: 0.8;
  cursor: pointer;
}
.main .login-area .wxWrap {
  height: 262px;
  margin-top: -4px;
}
.main .login-area .wxWrap #login_container {
  display: flex;
  justify-content: center;
}
.main .login-area .wxWrap #login_container iframe {
  height: 175px;
}
.main .login-area .wxWrap .wxInfo {
  height: 22px;
  line-height: 21px;
  width: 172px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .login-area .wxWrap .wxInfo .wxDescribe {
  font-size: 12px;
  color: var(--shuyun-gray-7);
}
.main .login-area .wxWrap .wxInfo .refreshQrcode {
  cursor: pointer;
  color: var(--shuyunBlue4);
  font-size: 12px;
}
.main .login-area .wxWrap .wxInfo .refreshQrcode i {
  vertical-align: -2px;
  margin-right: 3px;
}
.main .login-area .boundMsg {
  height: 32px;
}
.main .login-area .boundBtn {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 48px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 50px;
}
.main .login-area .boundBtn i {
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  margin-right: 4px;
}
.main .login-area .boundBtnMsg {
  margin-top: -32px;
  margin-bottom: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}
.main .login-area .title {
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 40px;
  color: var(--shuyun-gray-9);
}
.main .login-area .msg {
  height: auto;
  line-height: 20px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--shuyun-gray-8);
}
.main .login-area .squareWrap {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 8px;
  right: 8px;
  overflow: hidden;
  cursor: pointer;
}
.main .login-area .squareWrap > div img {
  display: block;
  width: 64px;
  height: 64px;
}
.main .login-area .squareWrap > div > .hover {
  display: none;
}
.main .login-area .squareWrap > div:hover > .hover {
  display: block;
}
.main .login-area .squareWrap > div:hover > .normal {
  display: none;
}
.main .login-area .squareWrap .icon-wxlogin {
  position: absolute;
  top: -8px;
  right: -3px;
  z-index: 1;
  color: #fff;
  font-size: 62px;
}
.main .login-area .squareWrap .icon-pclogin {
  position: absolute;
  right: 2px;
  z-index: 1;
  color: #fff;
  font-size: 42px;
}
.main .login-area .newCloud-loading-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.main input:-webkit-autofill[disabled] {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}

@font-face {
  font-family: "iconfont";
  /* Project id 2990746 */
  src: url(/user-portal/assets/iconfont_b18eba.woff2) format('woff2'), url(/user-portal/assets/iconfont_fdd70c.woff) format('woff'), url(/user-portal/assets/iconfont_dfd53f.ttf) format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e695";
}
.icon-kf:before {
  content: "\e68d";
}
.icon-add-fill:before {
  content: "\e68c";
}
.icon-guanbi:before {
  content: "\e7ed";
}
.icon-group-fill1:before {
  content: "\e66b";
}
.icon-shop-fill:before {
  content: "\e669";
}
.icon-shop-line:before {
  content: "\e66a";
}
.icon-thumb-up-fill:before {
  content: "\e667";
}
.icon-thumb-up-line:before {
  content: "\e668";
}
.icon-pause:before {
  content: "\e65c";
}
.icon-begin:before {
  content: "\e666";
}
.icon-lock:before {
  content: "\e611";
}
.icon-user-fill:before {
  content: "\e784";
}
.icon-group-fill:before {
  content: "\e785";
}
.icon-close-fill:before {
  content: "\e65d";
}
.icon-close-line:before {
  content: "\e664";
}
.icon-close-fill-1:before {
  content: "\e665";
}
.icon-info-circle1:before {
  content: "\e660";
}
.icon-info_1:before {
  content: "\e663";
}
.icon-success-line:before {
  content: "\e662";
}
.icon-success-fill:before {
  content: "\e661";
}
.icon-info_2:before {
  content: "\e647";
}
.icon-flag-solid:before {
  content: "\e772";
}
.icon-folder-solid:before {
  content: "\e770";
}
.icon-folder-solid-open:before {
  content: "\e771";
}
.icon-swap:before {
  content: "\e76f";
}
.icon-search-file:before {
  content: "\e76e";
}
.icon-bottom-solid:before {
  content: "\e76c";
}
.icon-top-solid:before {
  content: "\e76d";
}
.icon-move-down-solid:before {
  content: "\e76a";
}
.icon-move-up-solid:before {
  content: "\e76b";
}
.icon-last-solid:before {
  content: "\e768";
}
.icon-first-solid:before {
  content: "\e769";
}
.icon-rmb:before {
  content: "\e65f";
}
.icon-mail:before {
  content: "\e65e";
}
.icon-question-circle:before {
  content: "\e64c";
}
.icon-question-circle-solid:before {
  content: "\e649";
}
.icon-people:before {
  content: "\e65b";
}
.icon-people-solid:before {
  content: "\e658";
}
.icon-group:before {
  content: "\e64b";
}
.icon-group_add:before {
  content: "\e650";
}
.icon-people-add:before {
  content: "\e653";
}
.icon-more:before {
  content: "\e64a";
}
.icon-move:before {
  content: "\e656";
}
.icon-calendar:before {
  content: "\e648";
}
.icon-sent:before {
  content: "\e64d";
}
.icon-book:before {
  content: "\e64e";
}
.icon-list-2:before {
  content: "\e64f";
}
.icon-time:before {
  content: "\e651";
}
.icon-list-1:before {
  content: "\e652";
}
.icon-task:before {
  content: "\e654";
}
.icon-tag:before {
  content: "\e655";
}
.icon-remark:before {
  content: "\e657";
}
.icon-pie-chart:before {
  content: "\e659";
}
.icon-vip:before {
  content: "\e65a";
}
.icon-table:before {
  content: "\e645";
}
.icon-config:before {
  content: "\e646";
}
.icon-delete:before {
  content: "\e638";
}
.icon-export:before {
  content: "\e639";
}
.icon-upload:before {
  content: "\e63a";
}
.icon-view-board:before {
  content: "\e63b";
}
.icon-view:before {
  content: "\e641";
}
.icon-hide:before {
  content: "\e642";
}
.icon-menu:before {
  content: "\e643";
}
.icon-filter:before {
  content: "\e644";
}
.icon-search:before {
  content: "\e63d";
}
.icon-edit:before {
  content: "\e63e";
}
.icon-copy:before {
  content: "\e63f";
}
.icon-refresh:before {
  content: "\e640";
}
.icon-plus:before {
  content: "\e636";
}
.icon-subtract:before {
  content: "\e637";
}
.icon-left-solid:before {
  content: "\e631";
}
.icon-up-solid:before {
  content: "\e632";
}
.icon-right-solid:before {
  content: "\e633";
}
.icon-down-solid:before {
  content: "\e634";
}
.icon-sort:before {
  content: "\e635";
}
.icon-sub-solid:before {
  content: "\e62c";
}
.icon-plus-solid:before {
  content: "\e62d";
}
.icon-radio:before {
  content: "\e62a";
}
.icon-radio-button:before {
  content: "\e62b";
}
.icon-double-left:before {
  content: "\e628";
}
.icon-double-right:before {
  content: "\e629";
}
.icon-right:before {
  content: "\e624";
}
.icon-left:before {
  content: "\e625";
}
.icon-down:before {
  content: "\e626";
}
.icon-up:before {
  content: "\e627";
}
.icon-finish:before {
  content: "\e620";
}
.icon-close:before {
  content: "\e621";
}
.icon-checkbox:before {
  content: "\e61d";
}
.icon-checkbox-indeterminate:before {
  content: "\e61e";
}
.icon-checkbox-blank:before {
  content: "\e61f";
}

.product-card-list {
  width: 100%;
  background-color: #FBFBFD;
  padding-top: 24px;
  padding-bottom: 46px;
}
.product-card-list > header {
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  text-align: center;
  color: var(--shuyun-gray-9);
}
.product-card-list > header.left-header {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  text-align: left;
  padding-left: calc((100% - 384px * 3 - 2 * 24px) / 2);
  font-weight: 500;
  margin-bottom: 16px;
  height: 32px;
}
.product-card-list .product-toggle-left-tab {
  display: flex;
  height: 40px;
  line-height: 40px;
  padding-left: calc((100% - 384px * 3 - 2 * 24px) / 2);
}
.product-card-list .product-toggle-left-tab > div {
  display: flex;
  height: 40px;
  margin-right: 32px;
  color: var(--shuyun-gray-9);
  cursor: pointer;
}
.product-card-list .product-toggle-left-tab > div.active {
  font-weight: bold;
  border-bottom: 2px solid var(--shuyun-gray-9);
}
.product-card-list .product-card-container {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: center;
  width: 1200px;
  margin: 12px auto 0 auto;
  padding-top: 20px;
}
.product-card-list .product-card-container .product-card:first-child {
  margin-left: 0;
}
.product-card-list .product-card-container .product-card:last-child {
  margin-right: 0;
}
.product-card-list .product-card-container.product-card-container-left {
  justify-content: flex-start;
  padding-top: 0;
  margin-top: 12px;
}

.sale-clue-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.sale-clue-content .newCloud-form-item {
  margin-bottom: 16px;
}
.sale-clue-content .newCloud-form-item:last-child {
  margin-bottom: 0;
  height: 32px;
}
.sale-clue-content .newCloud-checkbox {
  height: 32px;
}
.sale-clue-content .newCloud-form .col-5 {
  width: 110px;
}


.product-card {
  width: 384px;
  box-sizing: border-box;
  height: auto;
  padding: 0 24px;
  margin: 12px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.product-card:hover {
  box-shadow: 0px 6px 24px -4px rgba(0, 0, 0, 0.1), 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
}
.product-card.support-detail {
  cursor: pointer;
}
.product-card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
.product-card > header > .card-logo {
  font-size: 20px;
  font-weight: 500;
  color: var(--shuyun-gray-9);
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
}
.product-card > header > .card-logo .product-logo {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.product-card > header > .card-recommend {
  display: flex;
  align-items: center;
  height: 18px;
}
.product-card > header > .card-recommend > span {
  font-size: 12px;
  line-height: 18px;
  color: #BF4800;
}
.product-card > .card-description {
  color: var(--shuyun-gray-8);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 24px;
}
.product-card > .card-description > a {
  color: var(--shuyunBlue4);
  cursor: pointer;
  display: inline-flex;
}
.product-card > .card-description > a:hover {
  text-decoration: none;
}
.product-card > .card-picture-wrapper {
  width: 336px;
  height: 192px;
  margin-bottom: 24px;
  box-sizing: border-box;
  border-radius: 12px;
}
.product-card > .card-picture-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card > footer {
  display: flex;
  height: 36px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: flex-end;
}
.product-card > footer > button.normal {
  height: 36px;
  border-radius: 18px;
  margin-right: 16px;
  color: var(--shuyun-gray-9);
  background-color: var(--shuyun-gray-3);
  font-size: 14px;
  border: none;
  transform: none;
}
.product-card > footer > button.normal:last-child {
  margin-right: 0;
}
.product-card > footer > button.normal:hover {
  border: none;
  background: var(--shuyunBlue4);
  color: #fff;
}
.product-card > footer > button.primary {
  height: 36px;
  border-radius: 18px;
  margin-right: 0;
  font-size: 14px;
  transform: none;
}

.product-version {
  display: flex;
  align-items: center;
  height: 18px;
  line-height: 18px;
}
.product-version .product-version-svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.product-version .product-version-svg svg {
  width: 100%;
  height: 100%;
}
.product-version > span {
  font-size: 12px;
  line-height: 18px;
  color: var(--shuyun-gray-9);
}

.product-tab-list {
  display: flex;
  justify-content: center;
  height: 76px;
  border-bottom: 1px solid #F2F2F3;
  margin-bottom: 24px;
}
.product-tab-list > .product-tab-item {
  width: 302px;
  position: relative;
  top: 1px;
  height: 100%;
  box-sizing: border-box;
  line-height: 76px;
  text-align: center;
  font-size: 20px;
  color: var(--shuyun-gray-8);
  font-weight: 400;
  cursor: pointer;
}
.product-tab-list > .product-tab-item.active {
  color: var(--shuyun-gray-9);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-weight: 500;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #F2F2F3;
  border-bottom: 2px solid #FBFBFD;
}

.login-body-container {
  width: 100%;
  height: 500px;
  background: repeating-linear-gradient(to right, #DFE5F6, #F4F8FB);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.login-body-container > div {
  position: relative;
  display: flex;
  height: 500px;
  background-image: url('https://brand-guide.shuyun.com/IAM/6d48eca993de.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.login-body-container > div > div {
  display: flex;
  align-items: center;
}
.login-body-container > div > div > img {
  display: block;
  width: auto;
  height: 380px;
  margin-right: 40px;
}
.content {
  position: relative;
  z-index: 100;
  height: calc(100vh - 56px);
}
.content .login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.content .login-wrapper .loginBoxBg3 {
  width: 490px;
  height: 330px;
  z-index: 1;
  position: relative;
  border-radius: 2px;
  background: #335871;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.content .login-wrapper .loginBoxBg3 .mar {
  line-height: 20px;
  text-indent: 28px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  margin-top: 22px;
}
.content .login-wrapper .loginBoxBg3 .wxWrap {
  height: 262px;
  margin-top: -4px;
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  position: relative;
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin img {
  width: 172px;
  height: 172px;
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin .forbidLogin {
  width: 172px;
  height: 172px;
  padding-top: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(51, 88, 113, 0.9);
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin .forbidLogin i {
  font-size: 38px;
  color: #f35253;
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin .forbidLogin div {
  font-size: 12px;
  color: #fff;
}
.content .login-wrapper .loginBoxBg3 .wxWrap .wxLogin .forbidLogin .forbidTxt {
  cursor: pointer;
  margin-top: 5px;
}
.content .login-wrapper .loginBoxBg3 #login_container {
  display: flex;
  justify-content: center;
}
.footer {
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: var(--shuyun-gray-8);
  padding: 10px 0 24px 0;
  background: #FBFBFD;
}
@media screen and (max-width: 1350px) {
  /* 在这里写您的CSS规则 */
  .login-body-container > div > div img {
    margin-right: 12px;
  }
}

.top-carousel-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  padding-top: 0;
}
.top-carousel-container > .banner-list-show {
  width: 160px;
  padding-top: 24px;
}
.top-carousel-container > .banner-list-show > div {
  width: 148px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  margin-bottom: 16px;
  color: var(--shuyun-gray-7);
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.top-carousel-container > .banner-list-show > div.active {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--shuyun-gray-8);
  font-weight: bold;
}
.top-carousel-container .my-top-swiper-wrapper {
  width: 320px;
  height: 349px;
  box-shadow: 0px 6px 24px -4px rgba(0, 0, 0, 0.1), 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 24px;
  margin-left: 24px;
  border-radius: 10px;
}
.top-carousel-container .my-top-swiper-wrapper .top-swiper-slide {
  width: 320px;
  height: 349px;
}
.top-carousel-container .my-top-swiper-wrapper .top-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-carousel-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  padding-top: 0;
  position: relative;
}
.vertical-carousel-container .top-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4), #ffffff);
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.vertical-carousel-container .bottom-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), #ffffff);
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.vertical-carousel-container .my-vertical-swiper-wrapper {
  width: 496px;
  height: 306px;
  overflow: hidden;
}
.vertical-carousel-container .my-vertical-swiper-wrapper .vertical-swiper-slide {
  width: 496px;
  height: 88px;
  transition: 300ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0.9);
}
.vertical-carousel-container .my-vertical-swiper-wrapper .vertical-swiper-slide img {
  margin: 0 28px;
  width: 438px;
  height: 88px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-carousel-container .my-vertical-swiper-wrapper .swiper-slide-active .vertical-swiper-slide {
  transform: scale(1);
}
.vertical-carousel-container .my-vertical-swiper-wrapper .swiper-slide-active .vertical-swiper-slide img {
  box-shadow: 0px 6px 24px -4px rgba(0, 0, 0, 0.1), 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
}

.detailBtnGroup {
  display: flex;
}
.detailBtnGroup > button.normal {
  height: 36px;
  border-radius: 18px;
  margin-right: 16px;
  color: var(--shuyun-gray-9);
  background-color: var(--shuyun-gray-3);
  font-size: 14px;
  border: none;
  transform: none;
}
.detailBtnGroup > button.normal:last-child {
  margin-right: 0;
}
.detailBtnGroup > button.normal:hover {
  border: none;
  background: var(--shuyunBlue4);
  color: #fff;
}
.detailBtnGroup > button.primary {
  height: 36px;
  border-radius: 18px;
  margin-right: 0;
  font-size: 14px;
  transform: none;
}

.product-detail-container.bi {
  background-color: #fff;
}
.product-detail-container.bi .product-tab-list > .product-tab-item.active {
  border-bottom: 2px solid #fff;
  background: linear-gradient(180deg, #FBFBFD 0%, #fff 100%);
}
.product-detail-container.bi .text-center {
  text-align: center;
}
.product-detail-container.bi .bg-toggle {
  background: #FBFBFD;
}
.product-detail-container.bi .success-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.product-detail-container.bi .success-svg svg {
  width: 20px;
  height: 20px;
}
.product-detail-container.bi h3,
.product-detail-container.bi h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail-container.bi > header {
  height: 472px;
  background: linear-gradient(to bottom, rgba(36, 180, 125, 0.05), rgba(36, 180, 125, 0)) !important;
}
.product-detail-container.bi > header > div {
  width: 1200px;
  margin: 0 auto;
}
.product-detail-container.bi > header .header-main-content {
  height: 472px;
  display: flex;
  justify-content: space-between;
}
.product-detail-container.bi > header .header-main-content > .banner-title {
  width: 500px;
  margin-right: 100px;
}
.product-detail-container.bi > header .header-main-content > .banner-title > h2 {
  height: 44px;
  font-size: 36px;
  font-weight: bold;
  color: var(--shuyun-gray-9);
  line-height: 44px;
  margin-bottom: 16px;
  margin-top: 86px;
}
.product-detail-container.bi > header .header-main-content > .banner-title > p {
  font-size: 18px;
  color: var(--shuyun-gray-8);
  line-height: 28px;
  margin-bottom: 48px;
}
.product-detail-container.bi > header .header-main-content > .banner-main {
  width: 540px;
  height: 420px;
  background-image: url(https://brand-guide.shuyun.com/IAM/9e5b3de7716e.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.product-detail-container.bi > header .header-main-content > .banner-main > header {
  width: 540px;
  height: 22px;
}
.product-detail-container.bi > section.support-version {
  height: 144px;
  line-height: 144px;
  font-size: 32px;
  font-weight: bold;
  color: var(--shuyun-gray-9);
}
.product-detail-container.bi .bi-detail {
  padding-top: 64px;
  padding-bottom: 60px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div {
  width: 368px;
  padding: 0 32px;
  margin-right: 32px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div:last-child {
  margin-right: 0;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  box-shadow: inset 0px -1px 0px 0px #E8E8E8;
  border-radius: 8px 8px 0px 0px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > header > img {
  display: block;
  width: 160px;
  height: 160px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > div {
  padding-top: 16px;
  padding-bottom: 16px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > div > div {
  height: 28px;
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > div > div > .success-svg {
  margin-left: 8px;
  margin-right: 16px;
}
.product-detail-container.bi .bi-detail.bi-detail-basic > div > div > div > span {
  color: var(--shuyun-gray-8);
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list {
  padding-bottom: 60px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div > div > img {
  width: 140px;
  height: 140px;
  margin-bottom: 32px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div > div > h3 {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
  color: var(--shuyun-gray-9);
  margin-bottom: 12px;
  font-size: 24px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div > div > p {
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: var(--shuyun-gray-8);
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-scene-list > div > i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #D6DDEF;
  margin-top: 55px;
  margin-bottom: auto;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list {
  height: 540px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child {
  width: 360px;
  margin-right: 200px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child > h3 {
  height: 40px;
  font-size: 32px;
  font-weight: bold;
  color: var(--shuyun-gray-9);
  line-height: 40px;
  margin-bottom: 40px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child > div > div {
  display: flex;
  align-items: center;
  width: 180px;
  height: 28px;
  margin-bottom: 8px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child > div > div > i {
  margin-right: 10px;
  color: #CFFAD6;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:first-child > div > div > span {
  color: var(--shuyun-gray-8);
  font-size: 18px;
  line-height: 28px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:last-child {
  width: 600px;
  height: 420px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-table-list > div > div:last-child > img {
  display: block;
  width: 600px;
  height: 420px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list {
  padding-top: 120px;
  padding-bottom: 160px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div {
  width: 1200px;
  margin: 0 auto;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 56px;
  color: var(--shuyun-gray-9);
  text-align: left;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div {
  display: flex;
  justify-content: space-between;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div {
  width: 520px;
  margin-right: 80px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div:last-child {
  margin-right: 0;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div > img:first-child {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div > h4 {
  line-height: 32px;
  height: 32px;
  font-size: 24px;
  color: var(--shuyun-gray-9);
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 0;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div > p {
  font-size: 18px;
  color: var(--shuyun-gray-8);
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 0;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div > div > img:last-child {
  display: block;
  width: 550px;
  height: auto;
  margin-left: -35px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-config-list > div > div .bi-vertical-carousel > div {
  margin-top: 36px;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
  box-shadow: 0px 28px 54px -12px rgba(0, 0, 0, 0.1), 0px 11px 30px -6px rgba(0, 0, 0, 0.1), 0px 2px 13px -2px rgba(0, 0, 0, 0.1), 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div > div:first-child {
  margin-top: 60px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div > div:first-child > h3 {
  height: 40px;
  font-size: 32px;
  font-weight: 500;
  color: var(--shuyun-gray-9);
  line-height: 40px;
  margin-bottom: 40px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div > div:first-child > p {
  height: 28px;
  font-size: 18px;
  color: var(--shuyun-gray-8);
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div > div:last-child {
  width: 600px;
}
.product-detail-container.bi .bi-detail.bi-detail-business > .business-big-data > div > div:last-child > img {
  display: block;
  width: 600px;
}

.currentNav {
  padding: 16px 0;
  width: 1200px;
  margin: 0 auto;
}
.currentNav span {
  line-height: 19px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 5px;
}
.currentNav span.active {
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.sjyjDetailPage {
  background-color: #fff;
}
.sjyjDetailPage * {
  box-sizing: border-box;
}
.sjyjDetailPageHeader {
  background: linear-gradient(180deg, #EEF3FD 0%, rgba(236, 242, 251, 0) 100%);
  height: 512px;
  width: 100%;
  margin: 0 auto;
}
.sjyjDetailPageHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto 38px auto;
  height: 420px;
  padding: 20px 0;
}
.sjyjDetailPageHeaderContentLeft {
  flex: 1;
}
.sjyjDetailPageHeaderContentLeftTitle {
  font-size: 36px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  margin-bottom: 16px;
}
.sjyjDetailPageHeaderContentLeftSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 48px;
  margin-right: 100px;
}
.sjyjDetailPageHeaderContentRight {
  flex: 1;
}
.sjyjDetailPageHeaderContentRight img {
  width: 600px;
  height: 420px;
}
.sjyjDetailPageContent {
  padding-top: 82px;
  background: #fff;
}
.sjyjDetailPageContent .product-tab-list > .product-tab-item.active {
  border-bottom: 2px solid #fff;
  background: linear-gradient(180deg, #FBFBFD 0%, #fff 100%);
}
.sjyjDetailPageContentBlue {
  background: #FBFBFD;
}
.sjyjDetailPageContentWhite {
  background: #fff;
}
.sjyjDetailPageContentMore {
  padding: 128px 0 160px 0;
}
.sjyjDetailPageContentMoreContent {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.sjyjDetailPageContentMoreContentTitle {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
  margin-bottom: 24px;
}
.sjyjDetailPageContentMoreContentContent {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.sjyjDetailPageContentMoreContentLeft {
  width: 322px;
  height: 400px;
  padding: 24px;
  background: linear-gradient(90deg, #EFFAFD 0%, #F3F9FF 100%);
}
.sjyjDetailPageContentMoreContentRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 423px;
  height: 400px;
}
.sjyjDetailPageContentMoreContentRightCard {
  padding: 24px;
  width: 423px;
  height: 192px;
  background: linear-gradient(90deg, #EFFAFD 0%, #F3F9FF 100%);
}
.sjyjDetailPageContentContent {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 60px;
  display: flex;
}
.sjyjDetailPageContentContentLeft {
  flex: 1;
  margin-top: 60px;
  margin-right: 48px;
}
.sjyjDetailPageContentContentLeftTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
}
.sjyjDetailPageContentContentLeft ul {
  margin-left: 18px;
}
.sjyjDetailPageContentContentLeft ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 16px;
  list-style: outside;
}
.sjyjDetailPageContentContentLeft ul li::marker {
  color: var(--shuyunBlue4);
  font-size: 14px;
}
.sjyjDetailPageContentContentRight img {
  height: 420px;
}
.sjyjDetailPageContentSubTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  text-align: center;
  padding-bottom: 64px;
  position: relative;
}
.sjyjDetailPageContentSubTitle::before {
  content: '';
  display: block;
  width: 252px;
  height: 1px;
  background: #262626;
  margin: 0 auto;
  position: absolute;
  top: 46px;
  left: calc(50% - 126px);
}
.sjyjDetailPageContentSubTitle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 6px solid;
  border-color: #000 transparent transparent;
  left: calc(50% - 6px);
  top: 46px;
}
.sjyjDetailPageContentSubLitterTitle {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  text-align: center;
}
.sjyjDetailPageContentInfoList {
  padding-top: 40px;
  padding-bottom: 128px;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.sjyjDetailPageContentInfoListItem {
  width: 276px;
  height: 280px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}
.sjyjDetailPageContentInfoListItemContent {
  width: 274px;
  height: 160px;
  background: #FBFBFD;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: center;
}
.sjyjDetailPageContentInfoListItemContent img {
  width: 160px;
  height: 160px;
}
.sjyjDetailPageContentInfoListItemTitle {
  padding: 32px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  text-align: center;
}
.sjyjDetailPageContentTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.syyjDetailPage * {
  box-sizing: border-box;
}
.syyjDetailPageHeader {
  background: linear-gradient(180deg, #F2F5FF 0%, #FFFFFF 100%);
  height: 512px;
  width: 100%;
  margin: 0 auto;
}
.syyjDetailPageHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto 38px auto;
  height: 420px;
  padding: 20px 0;
}
.syyjDetailPageHeaderContentLeft {
  flex: 1;
}
.syyjDetailPageHeaderContentLeftTitle {
  font-size: 36px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  margin-bottom: 16px;
}
.syyjDetailPageHeaderContentLeftSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 48px;
}
.syyjDetailPageHeaderContentRight {
  flex: 1;
}
.syyjDetailPageHeaderContentRight img {
  height: 420px;
}
.syyjDetailPageContent {
  padding-top: 117px;
  background: #fff;
}
.syyjDetailPageContentContent {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 60px;
  display: flex;
}
.syyjDetailPageContentContentLeft {
  flex: 1;
  margin-top: 60px;
  margin-right: 63px;
}
.syyjDetailPageContentContentLeftTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
}
.syyjDetailPageContentContentLeftContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 16px;
}
.syyjDetailPageContentContentRight img {
  width: 616px;
  height: 436px;
}
.syyjDetailPageContentBlue {
  background: #FBFBFD;
}
.syyjDetailPageContentWhite {
  background: #fff;
}
.syyjDetailPageContentTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.syyjDetailPageContentInfoList {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.syyjDetailPageContentInfoListItem {
  width: 580px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.syyjDetailPageContentInfoListItemLeft {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}
.syyjDetailPageContentInfoListItemLeft img {
  width: 100%;
  height: 100%;
}
.syyjDetailPageContentInfoListItemRight {
  flex: 0 0 396px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.syyjDetailPageContentInfoListItemRightTitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 16px;
}
.syyjDetailPageContentInfoListItemRightContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
.syyjDetailPageContentSubTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  text-align: center;
  padding-bottom: 64px;
  position: relative;
}

.wxmcDetailPage * {
  box-sizing: border-box;
}
.wxmcDetailPageHeader {
  background: linear-gradient(180deg, #F5FCFF 0%, #FFFFFF 100%);
  height: 512px;
  width: 100%;
  margin: 0 auto;
}
.wxmcDetailPageHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto 38px auto;
  height: 420px;
  padding: 20px 0;
}
.wxmcDetailPageHeaderContentLeft {
  flex: 1;
}
.wxmcDetailPageHeaderContentLeftTitle {
  font-size: 36px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  margin-bottom: 16px;
}
.wxmcDetailPageHeaderContentLeftSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 48px;
}
.wxmcDetailPageHeaderContentRight {
  flex: 1;
}
.wxmcDetailPageHeaderContentRight img {
  height: 420px;
}
.wxmcDetailPageContent {
  padding-top: 117px;
  background: #fff;
}
.wxmcDetailPageContentContent {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 60px;
  display: flex;
}
.wxmcDetailPageContentContentLeft {
  flex: 1;
  margin-top: 60px;
  margin-right: 60px;
}
.wxmcDetailPageContentContentLeftTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
}
.wxmcDetailPageContentContentLeftContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 16px;
}
.wxmcDetailPageContentContentRight img {
  height: 420px;
}
.wxmcDetailPageContentBlue {
  background: #FBFBFD;
}
.wxmcDetailPageContentWhite {
  background: #fff;
}
.wxmcDetailPageContentTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.wxmcDetailPageContentInfoList {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wxmcDetailPageContentInfoListItem {
  width: 308px;
  height: 260px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wxmcDetailPageContentInfoListItemLeft {
  width: 190px;
  height: 130px;
  flex: 0 0 130px;
  margin: 0  auto;
}
.wxmcDetailPageContentInfoListItemLeft img {
  width: 100%;
  height: 100%;
}
.wxmcDetailPageContentInfoListItemRight {
  flex: 0 0 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wxmcDetailPageContentInfoListItemRightTitle {
  font-size: 24px;
  font-weight: 500;
  color: #0D2240;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.wxmcDetailPageContentInfoListItemRightContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-align: center;
}
.wxmcDetailPageContentSubTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  text-align: center;
  padding-bottom: 64px;
  position: relative;
}

.tyyjDetailPage * {
  box-sizing: border-box;
}
.tyyjDetailPageHeader {
  background: linear-gradient(180deg, #F4F4FF 0%, #FFFFFF 100%);
  height: 512px;
  width: 100%;
  margin: 0 auto;
}
.tyyjDetailPageHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto 38px auto;
  height: 420px;
  padding: 20px 0;
}
.tyyjDetailPageHeaderContentLeft {
  flex: 1;
}
.tyyjDetailPageHeaderContentLeftTitle {
  font-size: 36px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  margin-bottom: 16px;
}
.tyyjDetailPageHeaderContentLeftSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 48px;
}
.tyyjDetailPageHeaderContentRight {
  flex: 1;
}
.tyyjDetailPageHeaderContentRight img {
  width: 600px;
  height: 420px;
}
.tyyjDetailPageContent {
  padding-top: 117px;
  background: #fff;
}
.tyyjDetailPageContentContent {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 60px;
  display: flex;
}
.tyyjDetailPageContentContentLeft {
  margin-top: 60px;
  flex: 1;
  margin-right: 40px;
}
.tyyjDetailPageContentContentLeftTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
}
.tyyjDetailPageContentContentLeftContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 16px;
}
.tyyjDetailPageContentContentRight img {
  height: 420px;
}
.tyyjDetailPageContentBlue {
  background: #FBFBFD;
}
.tyyjDetailPageContentWhite {
  background: #fff;
}
.tyyjDetailPageContentTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.tyyjDetailPageContentInfoList {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tyyjDetailPageContentInfoListItem {
  width: 580px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}
.tyyjDetailPageContentInfoListItemLeft {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}
.tyyjDetailPageContentInfoListItemLeft img {
  width: 100%;
  height: 100%;
}
.tyyjDetailPageContentInfoListItemRight {
  flex: 0 0 396px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tyyjDetailPageContentInfoListItemRightTitle {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  margin-bottom: 12px;
}
.tyyjDetailPageContentInfoListItemRightContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
.tyyjDetailPageContentInfoLists {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tyyjDetailPageContentInfoListsItem {
  width: 400px;
  height: 420px;
  padding: 60px;
}
.tyyjDetailPageContentInfoListsItemLeft {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.tyyjDetailPageContentInfoListsItemLeft img {
  width: 100%;
  height: 100%;
}
.tyyjDetailPageContentInfoListsItemRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tyyjDetailPageContentInfoListsItemRightTitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.tyyjDetailPageContentInfoListsItemRightContent {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
.tyyjDetailPageContentInfoTabs {
  padding: 120px 0 60px 0;
}
.tyyjDetailPageContentInfoTabsSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-align: center;
}
.tyyjDetailPageContentInfoTab {
  width: 960px;
  height: 420px;
  margin: 48px auto 0;
  padding: 42px 32px 12px;
  background: url(https://brand-guide.shuyun.com/IAM/9e5b3de7716e.png);
  background-size: 100% 100%;
  position: relative;
  --shuyunBlue4: #555BB3;
}
.tyyjDetailPageContentInfoTab .newCloud-tabs-line-horizontal {
  padding: 0;
}
.tyyjDetailPageContentInfoTabBg {
  position: absolute;
  bottom: 0;
  width: 960px;
  height: 210px;
  background: linear-gradient(180deg, rgba(251, 251, 253, 0) 0%, #FBFBFD 100%);
}
.tyyjDetailPageContentInfoTab img {
  margin-top: 30px;
  width: 903px;
}
.tyyjDetailPageContentSubTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  text-align: center;
  padding-bottom: 64px;
  position: relative;
}

.hdyjdybDetailPage * {
  box-sizing: border-box;
}
.hdyjdybDetailPageHeader {
  background: linear-gradient(180deg, #F5FCFF 0%, #FFFFFF 100%);
  height: 512px;
  width: 100%;
  margin: 0 auto;
}
.hdyjdybDetailPageHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto 38px auto;
  height: 420px;
  padding: 20px 0;
}
.hdyjdybDetailPageHeaderContentLeft {
  flex: 1;
}
.hdyjdybDetailPageHeaderContentLeftTitle {
  font-size: 36px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  margin-bottom: 16px;
}
.hdyjdybDetailPageHeaderContentLeftSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 48px;
}
.hdyjdybDetailPageHeaderContentRight {
  flex: 1;
}
.hdyjdybDetailPageHeaderContentRight img {
  height: 420px;
}
.hdyjdybDetailPageContent {
  padding-top: 117px;
  background: #fff;
}
.hdyjdybDetailPageContentContent {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 60px;
  display: flex;
}
.hdyjdybDetailPageContentContentLeft {
  flex: 1;
  margin-top: 60px;
  margin-right: 60px;
}
.hdyjdybDetailPageContentContentLeftTitle,
.hdyjdybDetailPageContentContentLeft p {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
}
.hdyjdybDetailPageContentContentLeftContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-bottom: 16px;
}
.hdyjdybDetailPageContentContentRight img {
  height: 420px;
}
.hdyjdybDetailPageContentBlue {
  background: #FBFBFD;
}
.hdyjdybDetailPageContentWhite {
  background: #fff;
}
.hdyjdybDetailPageContentTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.hdyjdybDetailPageContentInfoList {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdyjdybDetailPageContentInfoListItem {
  width: 308px;
  height: 260px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hdyjdybDetailPageContentInfoListItemLeft {
  width: 190px;
  height: 130px;
  flex: 0 0 130px;
  margin: 0 auto;
}
.hdyjdybDetailPageContentInfoListItemLeft img {
  width: 100%;
  height: 100%;
}
.hdyjdybDetailPageContentInfoListItemRight {
  flex: 0 0 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hdyjdybDetailPageContentInfoListItemRightTitle {
  font-size: 24px;
  font-weight: 500;
  color: #0D2240;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.hdyjdybDetailPageContentInfoListItemRightContent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-align: center;
}
.hdyjdybDetailPageContentSubTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  text-align: center;
  padding-bottom: 64px;
  position: relative;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  --shuyunBlue1: #EEF4FF;
  --shuyunBlue2: #DBE6FF;
  --shuyunBlue3: #BBCFFC;
  --shuyunBlue4: #2157EB;
  --shuyunBlue5: #2248B6;
  --shuyunBlue6: #263D80;
  --shuyunBlue7: #253053;
  --shuyun-gray-0: #000000;
  --shuyun-gray-9: rgba(0, 0, 0, 0.85);
  --shuyun-gray-8: rgba(0, 0, 0, 0.65);
  --shuyun-gray-7: rgba(0, 0, 0, 0.45);
  --shuyun-gray-4: #E8E8E8;
  --shuyun-gray-3: #F5F5F5;
}
h1,
h2,
p {
  padding: 0;
  margin: 0;
}
#portal-body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding-top: 60px;
}
#portal-body > header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
}

