html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.bgAtyle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
    /* background: #1db776;
  background: -moz-linear-gradient(to right, #1db776 1%, #41fdc9 100%);
  background: -webkit-linear-gradient(to right, #1db776 1%, #41fdc9 100%);
  background: linear-gradient(to right, #1db776 1%, #41fdc9 100%); */
}

.inFormStyle {
    display: block;
    width: 1000px;
    height: 500px;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    left: 50%;
    top: 50%;
    /* padding: 100px; */
    box-sizing: initial;
    margin-top: -190px;
    margin-left: -500px;
    border-radius: 15px;
    /* -moz-box-shadow: 0px 0px 10px 10px rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(204, 204, 204, 0.4);
  box-shadow: 0px 0px 10px 10px rgba(204, 204, 204, 0.4); */
}

.inFormStyle::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.sysTitle {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 60px;
    letter-spacing: 8px;
    color: #ffffff;
}

.inFormStyle .leftPathStyle {
    display: inline-block;
    float: left;
    width: auto;
    width: 50%;
    height: 500px;
}

.inFormStyle .leftPathStyle img {
    display: block;
    width: auto;
    width: 100%;
    height: 100%;
}

.inFormStyle .rightFormStyle {
    display: inline-block;
    float: right;
    width: 50%;
    height: 100%;
}

.inFormStyle .rightFormStyle h2 {
    height: 70px;
    line-height: 60px;
    text-align: center;
    color: #666666;
    font-weight: bold;
}

.RememberPassword {
    color: #666666;
}

.RetrievePassword {
    color: #666666;
}

.topBgBox {
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.topBgBox .topBgStyle {
    display: block;
    width: 140%;
    height: 80%;
    /* background-color: #8a6de9; */
    position: absolute;
    left: -20%;
    top: -20%;
    transform: rotate(3deg);
    -moz-box-shadow: 0px 0px 10px 5px #8a6de9;
    -webkit-box-shadow: 0px 0px 10px 5px #8a6de9;
    box-shadow: 0px 0px 10px 5px #8a6de9;
}

.checkBoxStyle {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    margin-top: -2px;
}

#loginForm {
    height: 100%;
    /* background-color: rgba(225, 225, 225, 0.3); */
    border-radius: 10px;
    padding: 50px;
}

#RetrieveForm {
    height: 100%;
    /* background-color: rgba(225, 225, 225, 0.3); */
    border-radius: 10px;
    padding: 50px;
}

#RetrieveForm .layui-btn {
    width: 100%;
}

.loginBtnStyle {
    background-color: #0d63e5;
    border-radius: 20px;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    color: #666;
    z-index: 9999999999;
}

.model p {
    padding: 0 20%;
    margin-top: 20px;
}

.model .modelBtn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightFormStyle .layui-tab {
    height: 480px;
}

.rightFormStyle .layui-tab-title {
    margin-top: 50px;
}

.rightFormStyle .layui-tab-title {
    display: flex;
    justify-content: center;
    border-bottom-width: 0;
}

.rightFormStyle .layui-tab-title li {
    width: 40%;
    font-size: 20px;
    font-weight: 600;
    color: #999;
}

.rightFormStyle .layui-tab-brief > .layui-tab-title .layui-this {
    color: #000;
}

.rightFormStyle .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 3px solid #0d63e5;
}

.rightFormStyle .layui-tab-title .layui-this:after {
    width: 14%;
    left: 43%;
}

.rightFormStyle .layui-input-block {
    position: relative;
}

.rightFormStyle .layui-input-block input {
    position: absolute;
    border-radius: 20px;
    padding-left: 50px;
}

.rightFormStyle .layui-input-block img {
    position: absolute;
    left: 15px;
    top: 9.5px;
    width: 19px;
    height: 19px;
    z-index: 999;
}

.rightFormStyle .layui-form-item {
    margin-bottom: 30px;
}

.rightFormStyle .flex-inp {
    width: 70%;
    border-radius: 20px 0 0 20px !important;
}

#ZHGetcode {
    width: 30% !important;
    border-radius: 0 20px 20px 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #dcdfe6;
    background: #f2f2f2;
}


/* 实名认证弹窗 */

.RealNameAuthPopUpMastk {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.RealNameAuthPopUpMastk.active {
    display: block;
}

.RealNameAuthPopUpDialog {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -250px;
    width: 1000px;
    height: 500px;
    background-color: #ffffff;
    z-index: 1001;
}

.RealNameAuthPopUpDialog.active {
    display: block;
}

.RealNameAuthPopUpDialog .atuthHeader {
    position: relative;
}

.RealNameAuthPopUpDialog .atuthHeader .RealNameAuthPopUpClose {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_close.png?v=2210111757) no-repeat center;
    background-size: 18px 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.RealNameAuthPopUpDialog .atuthHeader .authTit {
    font-size: 30px;
    color: #333;
    text-align: center;
    height: 116px;
    line-height: 116px;
}

.RealNameAuthPopUpDialog .atuthContent {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.authFooter{
  font-size: 14px;
  color: #666;
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}