/*reset css*/
html,
body {
  height: 100%;
  font-variant: normal;
}
* {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: black;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*
  边距
*/
.mgt20 {
  margin-top: 20px;
}
.mgl20 {
  margin-left: 20px;
}
.mgr20 {
  margin-right: 20px;
}
.mgt10 {
  margin-top: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgl10 {
  margin-left: 10px;
}
.mgr10 {
  margin-right: 10px;
}
.mgl5 {
  margin-left: 5px;
}
.mgl40 {
  margin-left: 40px;
}
.mgr8 {
  margin-right: 8px;
}
.mgb {
  margin-bottom: 8px;
}
/*
  字体
*/
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.bold {
  font-weight: bold;
}
/*
  边框颜色
*/
.boderw {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
}
/*
  颜色
*/
.colorgrey {
  color: #999;
}
.color153 {
  color: #999999;
}
.colorw {
  color: rgba(255, 255, 255, 0.8);
}
.colorb {
  color: #326ef3;
}
/*
  颜色
*/
.button120 {
  width: 120px;
}
.button160 {
  width: 160px;
}
.wrapper {
  width: 1200px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
#home {
  height: 100%;
}
.ant-layout {
  background: #F9FAFE;
}
.header_wrapper {
  background: transparent;
  width: 100%;
  margin-bottom: 20px;
}
.yui-page-header {
  position: relative;
  left: 0;
  top: 0px;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  z-index: 1;
}
.yui-page-header .ant-menu {
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.yui-page-header .ant-menu-submenu {
  line-height: 80px;
}
.yui-page-header .ant-menu-horizontal {
  border-bottom: 2px solid transparent !important;
}
.yui-page-header a {
  line-height: 80px;
  color: rgba(255, 255, 255, 0.8);
}
.yui-page-header .ant-menu-item > a,
.yui-page-header .ant-menu-submenu {
  color: #b6cbf9!important;
  font-size: 16px;
}
.yui-page-header .ant-menu-item-selected > a,
.yui-page-header .ant-menu-item-selected > a:hover {
  color: #fff !important;
  border-bottom: 2px solid transparent;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #fff !important;
  border-bottom: 2px solid transparent;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item:hover {
  border-bottom: 2px solid transparent;
  color: #b6cbf9 !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #fff !important;
  border-bottom: 2px solid transparent;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-submenu:hover {
  color: #fff !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item-selected {
  border-bottom: 2px solid transparent;
  color: #fff !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid transparent;
  color: #fff !important;
}
.yui-page-header .ant-menu-horizontal > .active {
  border-bottom: 2px solid transparent;
  color: #fff !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-submenu:hover {
  border-bottom: 2px solid transparent;
  color: #fff !important;
}
.yui-page-header .ant-menu-submenu-title {
  height: 70px;
}
.yui-page-header .ant-menu-item {
  height: 72px;
}
.yui-page-header .ant-menu-submenu-title:hover {
  border-bottom: 2px solid transparent;
  color: #b6cbf9 !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item-active {
  border-bottom: 2px solid transparent;
  color: #b6cbf9 !important;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item:hover {
  color: #b6cbf9 !important;
  border-bottom: 2px solid transparent;
}
.ant-menu-sub {
  min-width: 100px !important;
}
.yui-logo {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.yui-page-container {
  padding: 0;
}
.yui-page-footer {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 16px 32px;
  font-size: 12px;
  left: 0;
  bottom: 0;
  color: #7d7d7d;
}
.yui-header_button {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
  padding: 3px 14px;
}
.ant-progress-success-bg {
  background: -webkit-linear-gradient(90deg, #0EC9FF, #475DFF);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, #0EC9FF, #475DFF);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, #0EC9FF, #475DFF);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, #0EC9FF, #475DFF);
  /* 标准的语法 */
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.img-block {
  display: block;
  height: 300px;
}
.img-none {
  display: none;
}
.ant-upload.ant-upload-select-picture-card {
  width: 150px !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.page .padb150 {
  padding-bottom: 150px;
}
.page .padb50 {
  padding-bottom: 50px;
}
.page .padb85 {
  padding-bottom: 85px !important;
}
.page .padt85 {
  padding-bottom: 85px !important;
}
.page .textCenter {
  text-align: center;
}
.page .pageContainer {
  color: #333;
  width: 1200px;
  padding-top: 120px;
  margin: 0 auto ;
}
.page .pageContainer .left {
  vertical-align: middle;
  padding-top: 32px;
}
.page .pageContainer .left h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page .pageContainer .left h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page .pageContainer .left p {
  font-size: 20px;
  line-height: 50px;
}
.page .pageContainer .left p span {
  color: #326EF3;
  margin: 0 5px;
}
.page .pageContainer .left p .fontsize24 {
  font-size: 24px;
}
.page .pageContainer .right a {
  display: block;
  position: relative;
}
.page .button {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  background: #578afa;
  box-shadow: 0px 5px 7px 1px rgba(73, 122, 229, 0.21);
  border-radius: 4px;
}
.page .button:hover {
  color: #fff;
}
.page .point_wrapper {
  position: absolute;
  top: 0;
}
.page .point_wrapper i {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/sprite.png);
  display: inline-block;
  background-size: 800px 600px;
}
.page .point_wrapper .point_0 {
  background-position: -240px -40px;
}
.page .point_wrapper .point_1 {
  background-position: -188px -40px;
}
.page .point_wrapper .point_2 {
  background-position: -90px -35px;
}
.page .point_wrapper .point_3 {
  background-position: -145px -38px;
}
.page .point_wrapper .point_4 {
  background-position: -34px -38px;
}
.page .point_wrapper .point_5 {
  width: 40px;
  height: 20px;
  background-position: -294px -40px;
}
.page .point_wrapper .page2_1 {
  width: 35px;
  height: 25px;
  background-position: -40px -107px;
}
.page .point_wrapper .page2_2 {
  width: 55px;
  height: 48px;
  background-position: -70px -126px;
}
.page .point_wrapper .page3_1 {
  width: 105px;
  height: 56px;
  background-position: -153px -247px;
}
.page .point_wrapper .page3_2 {
  width: 93px;
  height: 93px;
  background-position: -196px -110px;
}
.page .point_wrapper .page3_3 {
  width: 134px;
  height: 192px;
  background-position: -312px -112px;
}
.page .point_wrapper .page4_head_1 {
  width: 33px;
  height: 28px;
  background-position: -40px -392px;
}
.page .point_wrapper .page4_head_2 {
  width: 30px;
  height: 30px;
  background-position: -96px -394px;
}
.page .point_wrapper .page4_head_3 {
  width: 40px;
  height: 27px;
  background-position: -153px -393px;
}
.page .point_wrapper .page4_1 {
  width: 48px;
  height: 120px;
  background-position: -250px -350px;
}
.page .point_wrapper .page5_1 {
  width: 40px;
  height: 115px;
  background-position: -337px -344px;
}
.page .point_wrapper .page5_2 {
  width: 120px;
  height: 191px;
  background-position: -440px -272px;
}
.page2 .green {
  color: #3AD29F !important;
  font-size: 24px;
}
.page2 .left {
  padding-top: 150px;
}
.greenText {
  color: #3AD29F !important;
}
.page4 {
  position: relative;
  background: url(../../assets/images/4bg.png) center no-repeat;
  background-size: 100% 100%;
}
.page4 .pageContainer {
  padding-top: 0;
}
.page4 .headPoint {
  width: 100%;
  height: 295px;
}
.page5 {
  background: url(../../assets/images/5bg.png) center no-repeat;
  background-size: 100% 100%;
}
.footer {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #F2F8FF, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, #F2F8FF, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, #F2F8FF, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, #F2F8FF, #fff);
  /* 标准的语法（必须放在最后） */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F8FF', endColorstr='#ffffff', GradientType=0);
}
.footer h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .button {
  margin: 20px auto;
}
.footer .text {
  color: #999999;
}
.app-layout-home-index-label-Fp8xY {
  display: inline-block;
  margin-right: 50px;
}
.app-layout-home-index-labelLast-15EkD {
  display: inline-block;
}
.app-layout-home-index-minh380-ZeFt6 {
  min-height: 380px;
}
.app-layout-home-index-height242-n-nX6 {
  height: 242px;
}
.app-layout-home-index-colory-1fNQy {
  color: #FDE491;
}
.app-layout-home-index-color153-2EBAa {
  color: #999999;
}
.app-layout-home-index-passStrength-2ZTat {
  color: #999999;
  position: absolute;
  right: 2%;
}
.app-layout-home-index-alignCenter-3T0X5 {
  display: flex;
  align-items: center;
}
.app-layout-home-index-fontbold-Btz2o {
  font-size: 16px;
  font-weight: bold;
}
.app-layout-home-index-fontbold12-RScDn {
  font-size: 12px;
  font-weight: bold;
}
.app-layout-home-index-fontbold14-II373 {
  font-size: 14px;
  font-weight: bold;
}
.app-layout-home-index-button-1GWXn {
  float: right;
  padding: 2px 10px;
  font-size: 12px;
  border: 1px solid #1890ff;
  border-radius: 20px;
}
.app-layout-home-index-padb0-1zq5j {
  padding-bottom: 0 !important;
}
.app-layout-home-index-num-3S-GF {
  font-size: 40px;
  font-weight: bold;
}
.app-layout-home-index-headerImg-gGBOP {
  float: left;
  margin-right: 20px;
}
.app-layout-home-index-headerImg-gGBOP img {
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 42px;
}
.app-layout-home-index-headerImg-gGBOP .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.app-layout-home-index-headerImg-gGBOP .ant-upload.ant-upload-select-picture-card {
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.app-layout-home-index-headerRight-rrIK4 {
  float: left;
}
.app-layout-home-index-headerRight-rrIK4 div {
  display: inline-block;
}
.app-layout-home-index-headerRight-rrIK4 .app-layout-home-index-details-110Ye {
  margin-top: 15px;
}
.app-layout-home-index-container-xcevY {
  margin-top: 30px;
  vertical-align: middle;
}
.app-layout-home-index-containerM-2P08q {
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 2px 2px 12px rgba(50, 110, 243, 0.04);
}
.app-layout-home-index-containerM-2P08q .ant-list-split .ant-list-item {
  border-bottom: none;
}
.app-layout-home-index-containerM-2P08q .ant-list-item {
  padding: 6px 0;
}
.app-layout-home-index-containerM-2P08q .ant-list-item-meta {
  flex: auto;
}
.app-layout-home-index-containerM-2P08q .ant-list-item-meta-title {
  margin-bottom: 0;
}
.app-layout-home-index-commonCon-2eZ1a .ant-list-split .ant-list-item {
  border-bottom: 1px dashed #ddd;
}
.app-layout-home-index-circle-3MkDU {
  width: 140px;
  height: 140px;
  vertical-align: middle;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  text-align: center;
  margin-left: 50px;
  color: #36D59F;
  transform: translateY(8%);
  padding: 40px 0 0;
}
.app-layout-home-index-circle-3MkDU p {
  line-height: 30px;
}
.app-layout-home-index-width400-bAJJ4 {
  width: 400px;
}
.app-layout-home-index-width760-3pj1N {
  width: 760px;
}
.app-layout-home-index-passswordIco-sxGJ2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../assets/images/tx.png) no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
}
.app-layout-home-index-ico-1sD0J {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 2px solid #36D59F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.app-layout-home-index-rightIco-SCsme {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(50, 110, 243, 0.8);
  border-right: 2px solid rgba(50, 110, 243, 0.8);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 8px;
}
.app-layout-home-index-saveRightIco-3Arqf {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../assets/images/sy_gg.png) no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
}
.app-layout-home-index-avatar-3OFez {
  width: 32px;
  height: 32px;
  margin-top: 8px;
}
.app-layout-home-index-saveIco-3wZCZ {
  width: 40px;
  height: 40px;
}
.app-layout-home-index-ellipsis-1pS3T {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.app-layout-home-index-listPadd-3k8Gb {
  padding: 6px;
}
.app-layout-home-index-bindWx-1e9BN {
  display: flex;
  align-items: center;
  height: 56px;
}
.app-layout-home-index-bindWx-1e9BN .app-layout-home-index-bindWx_r-QVirz {
  flex: 1;
  padding-left: 16px;
}
.app-layout-home-index-bindWx-1e9BN .app-layout-home-index-bindWx_r-QVirz .app-layout-home-index-bindWx_title-2pfKr {
  color: rgba(0, 0, 0, 0.65);
}
.app-layout-home-index-bindWx-1e9BN .app-layout-home-index-bindWx_r-QVirz .app-layout-home-index-bindWx_desc-I8yeS {
  color: rgba(0, 0, 0, 0.45);
}
.plugins-LeftTree-index-img-1vDAH {
  margin-right: 8px;
  margin-top: -2px;
}
.plugins-LeftTree-index-sider-35KtF {
  background: #fff;
  border-right: 1px solid rgba(221, 221, 221, 0.8);
}
.plugins-LeftTree-index-sider-35KtF .ant-menu-vertical .ant-menu-item:after,
.plugins-LeftTree-index-sider-35KtF .ant-menu-vertical-left .ant-menu-item:after,
.plugins-LeftTree-index-sider-35KtF .ant-menu-vertical-right .ant-menu-item:after,
.plugins-LeftTree-index-sider-35KtF .ant-menu-inline .ant-menu-item:after {
  border-right: none;
}
.plugins-Frame-index-container-jyM6c {
  padding: 20px 40px 0;
}
.plugins-Frame-index-container-jyM6c .ant-divider-horizontal {
  margin: 10px 0;
}
.plugins-Frame-index-header-2DaOb img {
  margin-top: -2px;
}
.app-layout-security-index-font22-3XeUO {
  font-size: 22px;
}
.app-layout-security-index-send-iKv7X {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
  width: 92px;
  height: 30px;
  font-size: 12px;
  margin-left: 10px;
  text-align: center;
}
.app-layout-security-index-send-iKv7X:hover {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff ;
}
.app-layout-security-index-send-iKv7X:active {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff ;
}
.app-layout-security-index-padt8-1kGeH {
  padding-top: 8px !important;
}
.app-layout-security-index-mgt5-3lm1X {
  margin-top: 5px !important;
}
.app-layout-security-index-avatar-3wBlA {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
}
.app-layout-security-index-avatar-3wBlA img {
  width: 60px;
  height: 60px;
}
.app-layout-security-index-imgIcon-2W4LK {
  text-align: center;
  position: relative;
}
.app-layout-security-index-imgIcon-2W4LK img {
  display: inline-block;
}
.app-layout-security-index-imgIcon-2W4LK .app-layout-security-index-unbind-1kl97 {
  display: inline-block;
  position: absolute;
  left: 411px;
  top: 20px;
  width: 60px;
  color: gray;
  opacity: 0;
}
.app-layout-security-index-imgIcon-2W4LK .app-layout-security-index-unbind-1kl97:hover {
  opacity: 1;
}
.app-layout-security-index-headerIco-2A-ip {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}
.app-layout-security-index-headerIco-2A-ip img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.app-layout-security-index-headerIco-2A-ip .ant-upload.ant-upload-select-picture-card {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -8px 0 0 -8px;
  overflow: hidden;
}
.app-layout-security-index-headerIco-2A-ip .ant-upload-list-picture-card .ant-upload-list-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.app-layout-security-index-headerIco-2A-ip .ant-upload-list-picture .ant-upload-list-item-error,
.app-layout-security-index-headerIco-2A-ip .ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ddd;
  overflow: hidden;
}
.app-layout-security-index-headerIco-2A-ip .ant-upload-list-picture-card .ant-upload-list-item-info {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -8px 0 0 -8px;
  overflow: hidden;
}
.app-layout-security-index-aliasContainer-3Obaa .ant-form-extra {
  width: 500px;
}
.app-layout-security-index-description-2pn2z {
  width: 100%;
  min-height: 180px;
  background: rgba(50, 110, 243, 0.04);
  margin-bottom: 40px;
  padding: 30px;
}
.app-layout-security-index-aliasL-1sLtd {
  width: 200px;
  height: 116px;
  background: url(../../assets/images/aqsz_szbm.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-descriptionR-23ygS {
  margin-top: 20px;
  margin-left: 20px;
  width: 600px;
}
.app-layout-security-index-descriptionFR-27n7a {
  margin-left: 20px;
  width: 600px;
}
.app-layout-security-index-qqL-1xcBA {
  width: 181px;
  height: 131px;
  background: url(../../assets/images/aqsz_jbqq.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-weixinL-ipC5w {
  width: 181px;
  height: 131px;
  background: url(../../assets/images/aqsz_jbwx.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-dingdingL-iEBfZ {
  width: 181px;
  height: 131px;
  background: url(../../assets/images/aqsz_jbwx_dd.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-saveL-1p4DC {
  width: 175px;
  height: 129px;
  background: url(../../assets/images/aqsz_szmb.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-phoneL-1jGJk {
  width: 147px;
  height: 130px;
  background: url(../../assets/images/aqsz_jxsjh.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-emailL-2rI6x {
  width: 181px;
  height: 131px;
  background: url(../../assets/images/aqsz_yzyx.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-verifyL-3z-1G {
  width: 164px;
  height: 126px;
  background: url(../../assets/images/aqsz_ecyz.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-fingerprintL-3pwaS {
  width: 164px;
  height: 126px;
  background: url(../../assets/images/aqsz_zwbd.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-verifyForm-2dZqw .ant-form-item {
  margin-bottom: 0 !important;
}
.app-layout-security-index-fingerSelect-3wQIX .ant-select-selection {
  background-color: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.app-layout-security-index-fingerSelect-3wQIX .anticon {
  color: #fff;
}
.app-layout-security-index-fingerDropDown-p_Opm .ant-select-dropdown-menu-item:hover {
  background-color: #1890ff;
}
.app-layout-security-index-fingerDropDown-p_Opm .ant-select-dropdown-menu-item-active {
  background-color: #1890ff;
}
.app-layout-security-index-box-3TGfU {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}
.app-layout-security-index-a-e3_dJ {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 99px;
  height: 106px;
  background: #fff;
}
.app-layout-security-index-wz-PqN4- {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url(../../assets/images/1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.app-layout-security-index-zw-2tsKG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url(../../assets/images/1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.app-layout-security-index-dh-Is-yK {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0px;
  z-index: 1;
  background-image: url(../../assets/images/1-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: app-layout-security-index-mymove-3Xk17 3s forwards;
  -webkit-animation: app-layout-security-index-mymove-3Xk17 3s forwards;
  -moz-animation: app-layout-security-index-mymove-3Xk17 3s forwards;
}
.app-layout-security-index-dh2-3zy1I {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0px;
  z-index: 1;
  background-image: url(../../assets/images/1-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: app-layout-security-index-mytwo-LXMOJ 3s forwards;
  -webkit-animation: app-layout-security-index-mytwo-LXMOJ 3s forwards;
  -moz-animation: app-layout-security-index-mytwo-LXMOJ 3s forwards;
}
.app-layout-security-index-dh3-2p-Rc {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0px;
  z-index: 1;
  background-image: url(../../assets/images/1-04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: app-layout-security-index-mythree-1NDyf 3s forwards;
  -webkit-animation: app-layout-security-index-mythree-1NDyf 3s forwards;
  -moz-animation: app-layout-security-index-mythree-1NDyf 3s forwards;
}
@keyframes app-layout-security-index-mymove-3Xk17 {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@keyframes app-layout-security-index-mytwo-LXMOJ {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@keyframes app-layout-security-index-mythree-1NDyf {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-webkit-keyframes app-layout-security-index-mymove-3Xk17 {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-webkit-keyframes app-layout-security-index-mytwo-LXMOJ {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-webkit-keyframes app-layout-security-index-mythree-1NDyf {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-moz-keyframes app-layout-security-index-mymove-3Xk17 {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-moz-keyframes app-layout-security-index-mytwo-LXMOJ {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
@-moz-keyframes app-layout-security-index-mythree-1NDyf {
  from {
    height: 0;
    z-index: 4;
  }
  to {
    height: 100%;
    z-index: 4;
  }
}
.app-layout-security-index-stepTwoDes-2nASU {
  text-align: center;
  transition: all 2s;
}
.app-layout-security-index-stepTwoDes-2nASU .app-layout-security-index-fontBold-1BJRo {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
}
.app-layout-security-index-cancelBox-1xW2g {
  text-align: center;
}
.app-layout-security-index-cancelBox-1xW2g .app-layout-security-index-cancelBtn-1XY5C {
  text-align: center;
  display: inline-block;
}
.app-layout-security-index-cancelBox-1xW2g .app-layout-security-index-cancelBtn-1XY5C .ant-btn {
  width: 120px;
}
.app-layout-security-index-successIcon-11m3Q {
  width: 91px;
  height: 91px;
  background-image: url(../../assets/images/success.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.app-layout-security-index-addIcon-2Tbbx {
  width: 330px;
  margin: 0 auto;
  margin-top: 34px;
}
.app-layout-security-index-addIcon-2Tbbx .ant-list-item-content {
  align-items: center;
  padding-left: 15px;
  color: #333333;
  background: #F5F8FE;
  height: 35px;
}
.app-layout-security-index-addIcon-2Tbbx .ant-list-item-action {
  margin-left: 20px;
}
.app-layout-security-index-addIcon-2Tbbx .ant-list-item-action-split {
  background-color: #fff;
}
.app-layout-security-index-addIcon-2Tbbx .ant-list-split .ant-list-item {
  border-bottom: none;
}
.app-layout-security-index-addIcon-2Tbbx a {
  color: #FFAA00;
}
.app-layout-security-index-addIcon-2Tbbx img {
  margin-right: 10px;
}
.app-layout-security-index-headerImg-21wcd {
  float: left;
  margin-right: 20px;
}
.app-layout-security-index-headerImg-21wcd img {
  vertical-align: top;
  width: 80px;
  height: 80px;
}
.app-layout-security-index-headerRight-3nMM1 {
  float: left;
}
.app-layout-security-index-font16-2Srxt {
  font-size: 16px;
  color: #333333;
}
.app-layout-security-index-font14-2EG6T {
  font-size: 14px;
  color: #666666;
}
.app-layout-security-index-mgt15-3V7Q1 {
  margin-top: 15px;
}
.app-layout-security-index-barChart-LfcD7 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 30px;
  margin-top: 20px;
}
.app-layout-security-index-barChart-LfcD7 .app-layout-security-index-chartUl-3fs7J {
  padding: 90px 0 20px 40px;
  line-height: 30px;
  vertical-align: middle;
}
.app-layout-security-index-barChart-LfcD7 span {
  color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 16px;
  text-align: center;
}
.app-layout-security-index-pieChart-1CH65 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 80px;
  margin-top: 10px;
}
.app-layout-security-index-one-LeR1k {
  background: #66a6ff;
}
.app-layout-security-index-two-b8DUJ {
  background: #fda085;
}
.app-layout-security-index-third-yQcrt {
  background: #a18cd1;
}
.app-layout-security-index-four-2HpTv {
  background: #43e97b;
}
.app-layout-security-index-five-29eQJ {
  background: #495aff;
}
.app-layout-security-index-colory-B6xvl {
  color: #FFAA00;
}
.app-layout-security-index-mgt0-1FV3Y {
  margin-top: 0px;
}
.app-layout-security-index-mgt30-3HyZ4 {
  margin-top: 30px;
}
.app-layout-security-index-mgt140-1iqJn {
  margin-top: 140px;
}
.app-layout-security-index-userselectL-2Nw5O {
  width: 181px;
  height: 131px;
  background: url(../../assets/images/aqsz_szbm.png) no-repeat center center;
  background-size: cover;
}
.app-layout-security-index-userCardWarp-3ewRV {
  padding: 20px 0;
  display: flex;
  overflow-x: auto;
}
.app-layout-security-index-userCardWarp-3ewRV .app-layout-security-index-userCard-or2HZ {
  margin: 10px;
  padding: 10px;
  width: 130px;
  border-radius: 20px;
  transition: 1s;
  border: #188fff70 solid 1px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 2px 2px 5px 3px #b2c9de;
}
.app-layout-security-index-userCardWarp-3ewRV .app-layout-security-index-userCard-or2HZ.app-layout-security-index-active-3FUDY {
  background-color: #188fff70;
  border: #188fff70 solid 1px;
  color: #1890ff;
  transform: rotateY(360deg);
}
.app-layout-security-index-userCardWarp-3ewRV .app-layout-security-index-userCard-or2HZ .app-layout-security-index-userImg-1u69v {
  margin: 0 auto;
  width: calc(70%);
  border: #ffffff solid 1px;
  border-radius: 50%;
  overflow: hidden;
}
.app-layout-security-index-userCardWarp-3ewRV .app-layout-security-index-userCard-or2HZ .app-layout-security-index-userCode-2HkW3 {
  display: block;
  text-align: center;
  margin-top: 5px;
  overflow-wrap: break-word;
  height: 45px;
}
.app-layout-security-index-userCardWarp-3ewRV .app-layout-security-index-userCard-or2HZ .app-layout-security-index-userRole-2HcTF {
  display: block;
  width: inherit;
  text-align: center;
  margin-left: -10px;
}
.app-layout-security-index-confirmBtn-LUSbR {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.app-layout-security-index-desc_link-X1Wfh {
  display: block;
  margin-top: 16px;
  color: #fcb832;
}
.app-layout-security-index-mainTitle-1PlIL {
  line-height: 50px;
  padding-left: 16px;
  border-left: 3px solid var(--primary);
  background: linear-gradient(to right, var(--lighten), #fff, #fff);
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  position: relative;
}
.app-layout-security-index-tableContent-2W--H {
  padding-left: 16px;
}
.app-layout-security-index-subTitle-6qVK2 {
  line-height: 56px;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  position: relative;
}
.app-layout-security-index-deviceTable-2pGgj {
  border: 1px solid #e1e1e1;
}
.app-layout-security-index-deviceTableTitle-6S9Fz {
  display: flex;
  line-height: 46px;
  background: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
  color: #3d3d3d;
  font-weight: 600;
}
.app-layout-security-index-deviceTableItem-3-d-P {
  display: flex;
  line-height: 44px;
  border-bottom: 1px solid #e1e1e1;
  color: #959595;
}
.app-layout-security-index-deviceTableItem-3-d-P:last-child {
  border: none;
}
.app-layout-security-index-deviceTableItemEmpty-31s-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #959595;
}
.app-layout-security-index-deviceTableSort-2artW {
  width: 56px;
  padding-left: 12px;
}
.app-layout-security-index-deviceTableName-p4twE {
  width: 140px;
}
.app-layout-security-index-deviceTableSole-33g4Z {
  width: 266px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-layout-security-index-deviceTableTime-3hqKs {
  width: 206px;
}
.app-layout-security-index-deviceTableBrowser-3vgOo {
  width: 120px;
}
.app-layout-security-index-deviceTableOperate-2FxIT {
  width: 0;
  flex: 1;
  padding-right: 12px;
  text-align: right;
}
.app-layout-security-index-danger-2Njv_ {
  color: #f85b62;
  cursor: pointer;
}
.app-layout-security-index-primary-3wgqx {
  color: var(--primary);
  cursor: pointer;
}
.app-layout-security-index-deviceModal-2fOCg .ant-modal-body {
  height: 480px;
  padding: 40px 40px 30px;
  background: linear-gradient(180deg, #D1E8FE 0%, #F7FBFF 15%, #FFFFFF 100%);
  border-radius: 6px;
}
.app-layout-security-index-deviceModal_success-2vu6x .ant-modal-body {
  background: url(../../assets/images/success_bg.png);
}
.app-layout-security-index-deviceModalTitle-1uVVA {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  text-align: center;
}
.app-layout-security-index-bindDeviceContent-3O_b4 {
  padding-top: 40px;
}
.app-layout-security-index-stepIcon_un-2cOL2,
.app-layout-security-index-stepIcon-3XDaQ {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background: #f8fbff;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid #D9D9D9;
}
.app-layout-security-index-stepIcon-3XDaQ {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.app-layout-security-index-stepDesc_un-1_9kd {
  color: rgba(0, 0, 0, 0.45);
}
.app-layout-security-index-stepDesc-kzupZ {
  color: #262626;
}
.app-layout-security-index-nextButton-2b5ch {
  width: 370px;
  margin: 100px auto 0;
}
.app-layout-security-index-nextButton-2b5ch .ant-btn {
  width: 100%;
  height: 40px;
}
.app-layout-security-index-deleteIcon-9G3rH {
  width: 60px;
  height: 60px;
}
.app-layout-security-index-successContent-1brgl {
  margin: 20px 0 148px;
  text-align: center;
  font-size: 24px;
  color: #262626;
}
.app-layout-security-index-successButton-2zyV6 {
  width: 370px;
  margin: 0 auto 0;
}
.app-layout-security-index-successButton-2zyV6 .ant-btn {
  width: 100%;
  height: 40px;
}
.app-layout-security-index-code_box-JMRvN {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.app-layout-security-index-code_box-JMRvN .app-layout-security-index-code_item-3dEEf {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px 5px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  transition: border 0.3s;
  box-sizing: border-box;
}
.app-layout-security-index-code_box-JMRvN .app-layout-security-index-code_input-197UM {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.app-layout-security-index-code_box-JMRvN .app-layout-security-index-active-3FUDY {
  border: 3px solid #1E80FF !important;
}
.app-layout-security-index-desc_list-1vieN {
  margin-top: 16px;
}
.app-layout-security-index-desc_list-1vieN img {
  margin-right: 8px;
}
.app-layout-security-index-otp_box-vxhg2 {
  display: flex;
  align-items: center;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_qr_box-1PXJK {
  display: flex;
  justify-content: center;
  flex: 1;
  width: 0;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_qr_box-1PXJK .app-layout-security-index-otp_qr_img-2fiC4 {
  width: 218px;
  height: 218px;
  padding: 10px;
  border: 1px solid #D9D9D9;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_qr_box-1PXJK .app-layout-security-index-otp_qr_img-2fiC4 img {
  width: 198px;
  height: 198px;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_input_box-3z9VF {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 0;
  height: 178px;
  border-left: 1px solid #D9D9D9;
  padding-left: 42px;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_input_box-3z9VF .app-layout-security-index-otp_input_title-1STdc {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
}
.app-layout-security-index-otp_box-vxhg2 .app-layout-security-index-otp_input_box-3z9VF .app-layout-security-index-otp_input_title-1STdc .app-layout-security-index-otp_time-31tJK {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.app-layout-security-index-bidButton-26NJ4 {
  width: 370px;
  margin: 50px auto 0;
}
.app-layout-security-index-bidButton-26NJ4 .ant-btn {
  width: 100%;
  height: 40px;
}
.app-layout-error-index-box-24Dl4 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
}
.app-layout-error-index-title-35Ivq {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 26px;
}
.app-layout-error-index-errorBtn-1BQ2c {
  background-color: #397ef0;
}
.app-layout-password-index-main-2fokd {
  margin: 10px 0 30px 0;
}
.app-layout-password-index-main-2fokd .ant-steps-label-vertical .ant-steps-item-tail {
  margin-top: 10px;
}
.app-layout-password-index-imageCode-1ty14 {
  margin-left: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  height: 30px;
}
.app-layout-password-index-fontImage-2ucle {
  padding-left: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: -9px;
  font-size: 12px;
}
.app-layout-password-index-send-3acYv {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
  width: 92px;
  height: 30px;
  font-size: 12px;
  margin-left: 10px;
  text-align: center;
}
.app-layout-password-index-send-3acYv:hover {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff ;
}
.app-layout-password-index-send-3acYv:active {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff ;
}
.app-layout-password-index-kaptcha-2IAQh {
  height: 28px;
  position: absolute;
  top: -20%;
  margin-left: 10px;
}
.app-layout-password-index-button-2kAvi {
  position: absolute;
  line-height: 32px;
  font-size: 12px;
  right: -110%;
  top: -8px;
}
.app-layout-password-index-inputEyeIcon-1o-CR {
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 0;
  transform: translateY(-50%);
  right: 12px;
  color: rgba(0, 0, 0, 0.25) !important;
}
.app-layout-password-index-psd_tip-2VAEk {
  padding-top: 20px;
  color: #e43d30;
}
.app-layout-appeal-index-main-1RJOk .ant-steps-label-vertical .ant-steps-item-tail {
  margin-top: 10px;
}
.app-layout-appeal-index-main-1RJOk .ant-steps {
  margin: 10px 0 30px 0;
}
.app-layout-appeal-index-success-prBu7 {
  width: 100%;
  text-align: center;
}
/*.successWord{
    text-align: center;
    left: 50%;
    margin-top: 270px;
    background-color: #000;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
}*/
.app-layout-appeal-index-successWord-11h8S {
  width: 95%;
  text-align: center;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  margin-top: 10px;
  margin-bottom: 50px;
}
.app-layout-appeal-index-fontsize-22dRt {
  font-size: x-large;
  color: white;
}
.app-layout-appeal-index-fontsizeA-3Ctzy {
  font-size: x-large;
}
.app-layout-appeal-index-query-NvUaV {
  margin: 60px 0 100px 150px;
}
.app-layout-appeal-index-imageCode-2VVPW {
  margin-left: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  height: 30px;
}
.app-layout-appeal-index-fontImage-8K_LS {
  padding-left: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
}
.app-layout-appeal-index-psd_tip-2mPq9 {
  padding-left: 200px;
  color: #e43d30;
}
.app-layout-problem-index-container-i6C8l {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 12px 15px 3px rgba(50, 110, 243, 0.04);
  border-radius: 6px;
  overflow: auto;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ {
  margin: 0 40px;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-top-2KW89 {
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-top-2KW89 .app-layout-problem-index-title-2EkU9 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  display: inline-block;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-top-2KW89 .app-layout-problem-index-location-3higd {
  float: right;
  display: inline-block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-collapsed-2YSuD {
  margin-top: 20px;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-collapsed-2YSuD .app-layout-problem-index-header-3vkSa {
  height: 40px;
  background: #f5f9ff;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-collapsed-2YSuD .app-layout-problem-index-header-3vkSa img {
  padding: 12px 15px;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-collapsed-2YSuD .app-layout-problem-index-attention-2rC3h {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 48px;
  margin-left: 10px;
}
.app-layout-problem-index-container-i6C8l .app-layout-problem-index-main-26jXQ .app-layout-problem-index-collapsed-2YSuD .app-layout-problem-index-attention-2rC3h span {
  color: #FFBB00;
}
.app-layout-problem-index-customPanelStyle-2QQAo {
  border: 0;
}
.app-layout-registered-index-main-1YzMg .ant-steps-label-vertical .ant-steps-item-tail {
  margin-top: 10px;
}
.app-layout-registered-index-main-1YzMg .ant-steps {
  margin: 10px 0 30px 0;
}
.app-layout-registered-index-success-1RtXD {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app-layout-registered-index-successWord-2VZiW {
  text-align: center;
  left: 50%;
  margin-top: 460px;
}
.app-layout-registered-index-query-2Ub0S {
  margin: 60px 0 100px 150px;
}
.app-layout-registered-index-imageCode-3nxeA {
  margin-left: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  height: 30px;
}
.app-layout-registered-index-fontImage-tOcV_ {
  padding-left: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
}
.app-layout-accountCheck-index-container-3ojyO {
  height: 800px;
  background: #ffffff;
  box-shadow: 0px 12px 15px 3px rgba(50, 110, 243, 0.04);
  border-radius: 6px;
}
.app-layout-accountCheck-index-container-3ojyO .app-layout-accountCheck-index-main-3pLHy {
  margin: 0 40px;
}
.app-layout-accountCheck-index-container-3ojyO .app-layout-accountCheck-index-main-3pLHy .app-layout-accountCheck-index-top-2OXMF {
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.app-layout-accountCheck-index-container-3ojyO .app-layout-accountCheck-index-main-3pLHy .app-layout-accountCheck-index-top-2OXMF .app-layout-accountCheck-index-title-24pOq {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  display: inline-block;
}
.app-layout-accountCheck-index-container-3ojyO .app-layout-accountCheck-index-main-3pLHy .app-layout-accountCheck-index-top-2OXMF .app-layout-accountCheck-index-location-3Bwhx {
  float: right;
  display: inline-block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.app-layout-accountCheck-index-topForm-PRwq_ {
  display: flex;
  justify-content: space-between;
}
.app-layout-accountCheck-index-rightCheck-2DvDP {
  width: 165px;
  margin-right: 225px;
}
.app-layout-accountCheck-index-submit-2lMiy {
  width: 100%;
  background: #326EF3;
  margin-bottom: 20px;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt {
  min-height: 100%;
  background: #fff;
  padding: 100px 20px;
  text-align: center;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-img_box-1YCsS {
  display: inline-block;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-img_box-1YCsS img {
  max-width: 200px;
  vertical-align: top;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-form_box-1qqjv {
  margin-top: 40px;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-submit-11wmb {
  width: 50%;
  background-color: #1890ff !important;
  border: none;
  color: #fff !important;
  background: -webkit-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  /* 标准的语法 */
  box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.1) !important;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-cancel-aCd3j {
  width: 50%;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-binds-1W0QD {
  position: fixed;
  top: -45px;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  color: #111;
  font-size: 20px;
  background: #fff;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 4px 10px 2px #d5e7fe;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-binds-1W0QD.app-layout-password-passwordFound-weChat-index-show-61ChB {
  top: 0;
  opacity: 1;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-tip-1zIkP {
  color: #111;
  font-size: 14px;
  margin-top: 20px;
}
.app-layout-password-passwordFound-weChat-index-wx_login-225bt .app-layout-password-passwordFound-weChat-index-tip2-151th {
  color: #111;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.app-layout-login-index-mgl8-2RfUG {
  margin-left: 8px;
}
.app-layout-login-index-font47-GTOq8 {
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-layout-login-index-font18-eTQRd {
  font-size: 18px;
  line-height: 34px;
}
.app-layout-login-index-font16-wCoNs {
  font-size: 16px;
  color: #ffbb00;
}
.app-layout-login-index-container-2Uvdk {
  height: 100%;
  width: 100%;
  background: url(../../assets/images/sywdl_bg.png) no-repeat center center;
  background-size: cover;
  overflow: auto;
  color: #fff;
}
.app-layout-login-index-header-CNECS {
  padding-top: 30px;
}
.app-layout-login-index-user-1Ebjd {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}
.app-layout-login-index-login-1mFeR {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #4560e3;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
.app-layout-login-index-main-1maft {
  margin-top: 40px;
}
.app-layout-login-index-mainL-29ssK {
  height: 506px;
  width: 576px;
  vertical-align: middle;
  padding-top: 126px;
}
.app-layout-login-index-flex-3SyuD {
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.app-layout-login-index-flexItem-2-5c0 {
  text-align: center;
  padding-top: 40px;
  width: 224px;
  height: 220px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.app-layout-login-index-flexItem-2-5c0 p {
  margin-top: 20px;
}
.app-layout-login-index-flexItem-2-5c0 .app-layout-login-index-passwordIco-3HPMi {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../../assets/images/sywdl_xgmm.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0 .app-layout-login-index-foundIco-3nQ-r {
  display: inline-block;
  width: 80px;
  height: 100px;
  background: url(../../assets/images/sywdl_zhmm.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0 .app-layout-login-index-saveIco-uHfQU {
  display: inline-block;
  width: 77px;
  height: 100px;
  background: url(../../assets/images/sywdl_zhaq.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0 .app-layout-login-index-talkIco-2hXTP {
  display: inline-block;
  width: 94px;
  height: 100px;
  background: url(../../assets/images/sywdl_zhss.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0 .app-layout-login-index-questionIco-262fj {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../../assets/images/sywdl_cjwt.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0:hover {
  background: #ffffff;
  color: #000;
}
.app-layout-login-index-flexItem-2-5c0:hover .app-layout-login-index-passwordIco-3HPMi {
  background: url(../../assets/images/sywdl_xgmm_hover.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0:hover .app-layout-login-index-foundIco-3nQ-r {
  background: url(../../assets/images/sywdl_zhmm_hover.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0:hover .app-layout-login-index-saveIco-uHfQU {
  background: url(../../assets/images/sywdl_zhaq_hover.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0:hover .app-layout-login-index-talkIco-2hXTP {
  background: url(../../assets/images/sywdl_zhss_hover.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-flexItem-2-5c0:hover .app-layout-login-index-questionIco-262fj {
  background: url(../../assets/images/sywdl_cjwt_hover.png) no-repeat center center;
  background-size: cover;
}
.app-layout-login-index-footer-8f2SU {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 16px 32px;
  font-size: 12px;
}
.app-layout-personalReport-index-page-3_R2E {
  font-variant: normal;
}
.app-layout-personalReport-index-padb150-2c4Iy {
  padding-bottom: 150px;
}
.app-layout-personalReport-index-padb50-cxlvB {
  padding-bottom: 50px;
}
.app-layout-personalReport-index-padb85-1eHTS {
  padding-bottom: 85px !important;
}
.app-layout-personalReport-index-padt85-138YE {
  padding-bottom: 85px !important;
}
.app-layout-personalReport-index-textCenter-2Ax41 {
  text-align: center;
}
.app-layout-personalReport-index-pageContainer-3QedZ {
  color: #333;
  width: 1200px;
  padding-top: 120px;
  margin: 0 auto ;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X {
  vertical-align: middle;
  padding-top: 32px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X p {
  font-size: 20px;
  line-height: 50px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X p span {
  color: #326EF3;
  margin: 0 5px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-left-m156X p .app-layout-personalReport-index-fontsize24-PshPx {
  font-size: 24px;
}
.app-layout-personalReport-index-pageContainer-3QedZ .app-layout-personalReport-index-right-16eul a {
  display: block;
  position: relative;
}
.app-layout-personalReport-index-button-3m-nW {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  background: #578afa;
  box-shadow: 0px 5px 7px 1px rgba(73, 122, 229, 0.21);
  border-radius: 4px;
}
.app-layout-personalReport-index-button-3m-nW:hover {
  color: #fff;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 {
  position: absolute;
  top: 0;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 i {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/sprite.png);
  display: inline-block;
  background-size: 800px 600px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_0-3h7RM {
  background-position: -240px -40px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_1-1xfgr {
  background-position: -188px -40px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_2-zAZz0 {
  background-position: -90px -35px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_3-zzpej {
  background-position: -145px -38px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_4-1nME6 {
  background-position: -34px -38px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-point_5-3f6ay {
  width: 40px;
  height: 20px;
  background-position: -294px -40px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page2_1-zFYjB {
  width: 35px;
  height: 25px;
  background-position: -40px -107px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page2_2-2IFyi {
  width: 55px;
  height: 48px;
  background-position: -70px -126px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page3_1-16K_B {
  width: 105px;
  height: 56px;
  background-position: -153px -247px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page3_2-3N2Ze {
  width: 93px;
  height: 93px;
  background-position: -196px -110px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page3_3-2lM4K {
  width: 134px;
  height: 192px;
  background-position: -312px -112px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page4_head_1-3nf4K {
  width: 33px;
  height: 28px;
  background-position: -40px -392px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page4_head_2-3iJzH {
  width: 30px;
  height: 30px;
  background-position: -96px -394px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page4_head_3-3pC2q {
  width: 40px;
  height: 27px;
  background-position: -153px -393px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page4_1-3rv3B {
  width: 48px;
  height: 120px;
  background-position: -250px -350px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page5_1-1nh_Q {
  width: 40px;
  height: 115px;
  background-position: -337px -344px;
}
.app-layout-personalReport-index-point_wrapper-3_qz9 .app-layout-personalReport-index-page5_2-3IDFA {
  width: 120px;
  height: 191px;
  background-position: -440px -272px;
}
.app-layout-personalReport-index-page2-1RCmU .app-layout-personalReport-index-green-2aORD {
  color: #3AD29F !important;
  font-size: 24px;
}
.app-layout-personalReport-index-page2-1RCmU .app-layout-personalReport-index-left-m156X {
  padding-top: 150px;
}
.app-layout-personalReport-index-greenText-_QZBX {
  color: #3AD29F !important;
}
.app-layout-personalReport-index-page4-AwGZZ {
  position: relative;
  background: url(../../assets/images/4bg.png) center no-repeat;
  background-size: 100% 100%;
}
.app-layout-personalReport-index-page4-AwGZZ .app-layout-personalReport-index-pageContainer-3QedZ {
  padding-top: 0;
}
.app-layout-personalReport-index-page4-AwGZZ .app-layout-personalReport-index-headPoint-3KHUJ {
  width: 100%;
  height: 295px;
}
.app-layout-personalReport-index-page5-XBiq9 {
  background: url(../../assets/images/5bg.png) center no-repeat;
  background-size: 100% 100%;
}
.app-layout-personalReport-index-footer-12X_3 {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #F2F8FF, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, #F2F8FF, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, #F2F8FF, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, #F2F8FF, #fff);
  /* 标准的语法（必须放在最后） */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F8FF', endColorstr='#ffffff', GradientType=0);
}
.app-layout-personalReport-index-footer-12X_3 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-layout-personalReport-index-footer-12X_3 .app-layout-personalReport-index-button-3m-nW {
  margin: 20px auto;
}
.app-layout-personalReport-index-footer-12X_3 .app-layout-personalReport-index-text-2vIp- {
  color: #999999;
}
