/* 引入字体SourceHanSansCN-Regular */

@font-face {
    font-family: 'SHSC';
    /* src: url(../fonts/SourceHanSansCN-Regular.ttf); */
    src: url(./SourceHanSansCN-Regular.ttf);
}


/* 背景css */

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px auto;
    height: 100%;
}

#zxzqlogin {
    /* overflow: hidden; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-image: url(./image/backgroundimg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}


/* 公司logo */

.zx-login-top {
    height: 100px;
    width: 100%;
    /* border: brown 2px solid; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zx-login-logo {
    width: 525px;
    height: 32px;
    margin: 60px 0 0 60px;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}


/* 展开菜单控件 */

.zx-login-menu {
    color: white;
    margin-right: 50px;
}

.zx-login-menu:hover {
    cursor: pointer;
}


/* 中间面板 */

.zx-login-middle {
    display: flex;
    justify-content: center;
    /* margin-top: 55px; */
}


/* 主面板 */

.zx-login-content {
    /* padding-bottom: 120px; */
    height: 630px;
    /* width: calc(100% - 420px); */
    width: 1500px;
    display: flex;
    /* border-radius: 24px; */
    overflow: hidden;
    /* box-shadow: #6d6767 3px 2px 4px 0px; */
}


/* 资源面板 */

.zx-login-source-list {
    position: relative;
    width: 981px;
    height: 100%;
}

.zx-login-source-list > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.zx-login-source-content {
    z-index: 1;
    padding: 188px 0px 0px 0px;
}
.zx-login-slist-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #1D1D1D;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-bottom: 36px;
}
.zx-login-slist {
    height: 100%;
    /* overflow-y: scroll; */
}

.zx-login-slist a {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.zx-login-p-list {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.zx-login-slist a:last-child {
    margin-bottom: 0px;
}

.zx-login-rcursor {
    /* border: royalblue 2px solid; */
    font-family: "SHSC";
    display: none;
    font-size: 1.1rem;
    color: #C70A10;
    line-height: 22px;
}

.zx-login-slist-a:hover .zx-login-p-list {
    color: #C70A10;
}

.zx-login-slist-a:hover .zx-login-rcursor {
    display: inline-block;
}


/* 滚动条里面轨道 */

.zx-login-slist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}


/* 滚动条整体样式 */

.zx-login-slist::-webkit-scrollbar {
    width: 2.5px;
    background-color: #F5F5F5;
}


/* 滚动条里面小方块 */

.zx-login-slist::-webkit-scrollbar-thumb {
    background-color: #FCFCFC;
}


/* 登陆块 */

.zx-login-login {
    box-shadow: 0px 9px 28px 8px rgba(177, 178, 179, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    display: flex;
    /* padding-top: 78px; */
    flex-grow: 1;
    justify-content: center;
    width: 519px;
    padding: 50px 82px 0 82px;
}

/* 登录标题 */

.zx-login-login-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zx-login-login-title p {
    color: #000;
    display: inline;
    font-size: 25px;
    font-family: 'SHSC';
}

.zx-login-login-title .zx-login-p-a {
    color: #C70A10;
}

.zx-login-login-title .zx-login-separator {
    width: 3.5px;
    height: 25px;
    background-color: #C7090E;
}


/* 登陆表单 */

.zx-login-login-form-main {
    margin-top: 33px;
}

form .ivu-input {
    margin-bottom: 22px;
    height: 38px;
    /* font-size: 13px; */
    color: #333333;
    border: none;
    background-color: whitesmoke !important;
}

form .ivu-input:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 1000px #f5f5f5;
    background-color: transparent;
}
/* .zx-login-inp-user input:hover,
.zx-login-inp-user input:focus{
    border-color: #FEADA3;
} */
.zx-login-inp-user input{
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
    background-color: #fff !important;
}
.ivu-modal-body .zx-login-inp-user input{
    background-color: whitesmoke !important;
}
.zx-login-inp-pwd input{
    /* letter-spacing: 8px; */
    color: #515a6e;
    line-height: 38px;
    height: 38px;
}

.zx-login-inp-2 .ivu-input {
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
}

.zx-login-dpwd .zx-login-inp-2 .ivu-input {
    margin-bottom: 5px;
}

.ivu-input-default {
    padding-left: 18px;
}

.ivu-input-with-prefix {
    padding-left: 40px;
}

form .ivu-input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 13px;
    color: #b3b3b3;
    font-family: "SHSC";
}

form .ivu-input::-moz-placeholder {
    /* WebKit browsers */
    font-size: 13px;
    color: #b3b3b3;
    font-family: "SHSC";
}

form .ivu-input::-ms-input-placeholder {
    /* WebKit browsers */
    font-size: 13px;
    color: #b3b3b3;
    font-family: "SHSC";
}

.ivu-btn>span {
    font-size: 13px;
    font-family: 'SHSC';
}


/* 验证码块 */

.zx-login-yzm,
.zx-login-dpwd {
    display: flex;
    justify-content: space-around;
    /* border: #C7090E solid 2px; */
}

form .zx-login-inp-2 {
    /* border: palegreen solid 2px; */
    width: 67%;
}

form .zx-login-img-yzm {
    cursor: pointer;
    transform: scale(1.7);
    /* border: #cccbcb 1.5px solid; */
    border-radius: 3px;
}

.zx-login-btn-senddpwd,.zx-login-btn-yzm {
    /* border: solid 2px orange; */
    width: 123px;
    height: 38px;
    margin-left: 8px;
}

.zx-login-yzm .ivu-btn{
    padding: 0 !important;
}

form .zx-login-btn-senddpwd {
    color: #C9191D;
}

form .ivu-icon {
    margin-top: 3px;
    margin-left: 13px;
}

.zx-login-div-login {
    width: 100%;
    margin-top: 5px;
}

.zx-login-btn-login {
    width: 100%;
    height: 48px;
    background-color: #C70A10
}

.zx-register-btn {
    width: 45%;
    float: left;
    margin-right: 17px;
}

.zx-login-btn-login-login{
    font-size: 18px;
}

.zx-login-other-login {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zx-login-forget-pwd,
.zx-login-zx-login {
    font-size: 12px;
    color: #b5b5b5;
    font-family: 'SHSC';
}

.zx-login-forget-pwd:hover {
    color: black;
}

.zx-login-zx-login:hover {
    color: black;
}

.zx-login-zx-login {
    display: flex;
    align-items: center;
}

.zx-login-forgot-password{
    text-align: right;
    margin-top: 20px;
}


/* 错误信息 */

.zx-login-erro-main {
    margin-top: 13px;
    display: flex;
}

.zx-login-erro-messg {
    color: #C70A10;
    font-size: 13px;
    /* border: rgb(112, 64, 223) 2px solid; */
}


/* 尾部 */

.zx-login-footer {
    margin-bottom: 20px;
    text-align: center;
}

.zx-login-footer span {
    color: #5B5B5C;
    font-size: 12px;
    font-family: 'SHSC';
}

/* 缩放 */
@media (min-width: 992px) {
    body {
        zoom: 0.72;
    }
}

@media (min-width: 1200px) {
    body {
        zoom: 0.8;
    }
}

@media (min-width: 1366px) {
    body {
        zoom: 0.9;
    }
}

@media (min-width: 1600px) {
    body {
        zoom: 1;
    }
}
.ivu-select-single .ivu-select-selection{
    height: 35px;
    border: none;
    background: #fff;
}

.ivu-select-single .ivu-select-selection .ivu-select-selected-value{
    line-height: 36px;
    background: #fff;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder{
    line-height: 40px;
    padding-left: 12px;
    color:#515a6e;
}

/*修改密码*/
.change-pwd-input .ivu-input {
    margin-bottom: 0px;
}
.verify-code-input{
    float: left;
    width:60%;
}

.verify-code-btn{
    width:110px;
    height: 38px;
    margin-left: 8px;
    color: #C9191D;
}
.zx-success-btn{
    background-color: #C70A10;
}
.text_2 {
  width: 100%;
  /* height: 37px; */
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 37px;
  margin: 0px 0 0 0;
}

.box_2 {
  background-color: rgba(242, 242, 245, 1);
  height: 1px;
  width: calc(100% - 184px);
  margin: 27px 92px 0 92px;
  text-align: center;
}

.group_3 {
  background-color: rgba(194, 41, 41, 1);
  width: 58px;
  height: 3px;
  margin: -2px 0 0 192px;
}

.text_3 {
  display: block;
  width: 46px;
  min-width: 46px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 38px;
  margin: 0px 16px 0 0px;
}
.text_3_2{
  width: 42px;
}
.box_3 {
  width: 100%;
  height: 38px;
  margin: 24px 0 0 0px;
}

.box_4 {
  border-radius: 4px 0px 0px 4px;
  width: 72px;
  height: 38px;
  border: 1px solid rgba(222, 222, 224, 1);
}

.text_4 {
  width: 72px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  /* margin: 8px 0 0 8px; */
}

.thumbnail_1 {
  width: 16px;
  height: 16px;
  margin: 11px 8px 0 0;
}

.text-wrapper_1,.text-wrapper_1_1 {
  border-radius: 0px 4px 4px 0px;
  height: 38px;
  /* border: 1px solid rgba(222, 222, 224, 1); */
  margin-left: -1px;
  width: 100%;
}
.text-wrapper_1_1{
    width: 406px;
}
.text_5 {
  width: 100%;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(177, 177, 179, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  /* margin: 8px 0 0 8px; */
}

.text_6 {
  width: 28px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 24px 0 0 92px;
}

.box_5 {
  /* border-radius: 4px;
  width: 442px;
  height: 38px;
  border: 1px solid rgba(222, 222, 224, 1);
  margin: 12px 0 0 92px; */
}

.text_7 {
  width: 42px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(177, 177, 179, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 8px 0 0 8px;
}

.thumbnail_2 {
  width: 16px;
  height: 16px;
  margin: 11px 8px 0 0;
}

.text_8 {
  width: 42px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 24px 0 0 92px;
}

.box_6 {
  width: 100%;
  height: 38px;
  margin: 24px 0 0 0px;
}

.text-wrapper_2 {
  border-radius: 4px;
  height: 38px;
  /* border: 1px solid rgba(222, 222, 224, 1); */
  width: 100%;
  margin-right: 8px;
}

.text_9 {
  /* height: 22px; */
  overflow-wrap: break-word;
  color: rgba(177, 177, 179, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  /* margin: 8px 0 0 8px; */
}

.text-wrapper_3 {
  border-radius: 4px;
  /* height: 38px; */
  border: 1px solid rgba(194, 41, 41, 1);
  /* width: revert; */
  /* max-width: 100px; */
  cursor: pointer;
}

.text_10 {
  max-width: 88px;
  width: auto;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(194, 41, 41, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 8px 10px 0 10px;
}

.text-wrapper_4 {
  background-color: rgba(194, 41, 41, 1);
  border-radius: 4px;
  height: 48px;
  width: 100%;
  margin: 12px 0px 0 0px;
}

.text_11 {
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
}

.text-wrapper_5 {
  width: 100%;
  height: 22px;
  margin: 24px 0 0 0px;
}

.text_12 {
  width: auto;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(91, 91, 92, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}

.text_13 {
  cursor: pointer;
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(60, 114, 194, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 1px;
}

.text_14 {
  width: auto;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(60, 114, 194, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 1px 0 0 auto;
}

.box_7 {
  width: 100%;
  height: 22px;
  margin: 32px 0 0 0px;
}

.group_4 {
  background-color: rgba(242, 242, 245, 1);
  width: 153px;
  height: 1px;
  margin-top: 11px;
}

.text_15 {
  width: auto;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(91, 91, 92, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-left: 12px;
}

.group_5 {
  background-color: rgba(242, 242, 245, 1);
  width: 153px;
  height: 1px;
  margin: 11px 0 0 12px;
}

.box_8 {
  position: relative;
  width: 100%;
  height: 22px;
  margin: 20px 0 56px 0px;
  text-align: center;
}

.image-text_7 {
  width: 110px;
  height: 22px;
}

.thumbnail_3 {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.text-group_4 {
  width: auto;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(29, 29, 29, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}

.image-text_8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
}

.thumbnail_3 {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 8px;
}


.image_2 {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 299px;
  height: 32px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.zxzq-login-tabs .ivu-tabs-nav .ivu-tabs-tab.ivu-tabs-tab-active,
.zxzq-login-tabs .ivu-tabs-nav .ivu-tabs-tab.ivu-tabs-tab:hover {
    color: #C22929;
}
.zxzq-login-tabs .ivu-tabs-nav .ivu-tabs-tab {
    color: rgba(29, 29, 29, 1);
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}
.zxzq-login-tabs .ivu-tabs-ink-bar{
    background-color: #C22929;
}
.zxzq-login-tabs .ivu-tabs-bar {
    border-bottom: none;
    border-top: 1px solid #F2F2F5;
    margin-bottom: 16px;
}

.zxzq-login-tabs .ivu-tabs-ink-bar {
    bottom: unset;
}
.box_3 .ivu-input-wrapper{
    width: 100% !important;
}
#zxzqlogin .ivu-input-prefix i, #zxzqlogin .ivu-input-suffix i {    
    line-height: 38px;
}
.ivu-input-default {
    background-color: #fff !important ;
}
/* 解决浏览器自动填充背景色问题 */
.ivu-input-default:-webkit-autofill,
.ivu-input-default:-webkit-autofill:hover, 
.ivu-input-default:-webkit-autofill:focus, 
.ivu-input-default:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #515a6e !important;
}

.zx-login-lang .ivu-dropdown-rel {
    color: rgba(60, 114, 194, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
}