*{
     box-sizing: border-box;
     font-family: 'Microsoft YaHei';
}
input{
     font-family: 'Microsoft YaHei';
     font-size: 16px;
}
.wrap {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.header{
    height:15%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}
.header .logo{
    height: 50%;
    margin-bottom: 10px;
    width: 100%;
    background-image: url(../img/login-logo2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.main {
    background-image: url(../img/login-background.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 15%;
    font-size: 18px;
    color: #ff0000;
}
.copyright {
    color: #666;
    padding-top: 10px;
}

.content{
    position: absolute;
    top: 50%;
    right: 15%;
    width: 408px;
    padding: 60px 60px 0 60px;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: 4px;
    transform: translateY(-50%);
}
.content-title{
    font-size: 24px;
    text-align: center;
    color: #666;
}
.content-main {
    padding: 60px 0px 80px 0px;
}

.input-wrap {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding:3px 0px 3px 40px;
    background-repeat: no-repeat;
    background-position: 15px center;
    margin-bottom: 25px;
    border-radius: 3px;
}

.user-wrap {
    background-image: url(../img/icon-user.png);
}

.pw-wrap {
    position: relative;
    background-image: url(../img/icon-pw.png);
}
.pw-wrap input{
    position: absolute;
    left: 40px;
    z-index: 10;
}
.pw-wrap input.active{
    position: relative;
    left: 0px;
    z-index: 90;
}
.pw-wrap a.password-tab{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image:url(../img/eye-open.png);
    background-size: 100%;
    z-index: 99;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    opacity:0.5;
}
.pw-wrap a.password-tab.open{
    background-image:url(../img/eye-close.png);
}
.pw-wrap a.password-tab:hover{
    opacity: 1;
}

.code-wrap {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding: 3px 0px 3px 40px;
    background-repeat: no-repeat;
    background-position: 15px center;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-image: url(../img/icon-code.png);
}

.input-wrap input {
    height: 40px;
    line-height: 40px;
    width: 240px;
    border: 0px;
}

.code-wrap input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0;
}

.code-wrap img {
    height: 40px;
    width: 100px;
}

.layui-tab-title {
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 72px;
    padding: 6px 5px;
    overflow: hidden;
    border: 0px;
    height: auto;
}
.layui-tab-title .layui-tab-bar{
    display: none;
}

.layui-tab-title li {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.layui-tab-title li::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: 35px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}
.layui-tab-title li:first-child{
    background-image: url(../img/user.png);
}
.layui-tab-title li:nth-child(2){
    background-image: url(../img/ewm.png);
}

.layui-tab-title .layui-this {
    display: none;
}

.layui-tab-title .layui-this:after {
    border: 0px;
    height: auto;
    border-radius: 0px;
    box-sizing: content-box;
}

.btn-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-bar a {
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    background: #ebf4fb;
    color: #4293f4;
    width: 46%;
     font-size: 16px;
}

.btn-bar a.submit {
    /* background: linear-gradient(90deg, #007eff, #05adff); */
    background-color: #246adb;
    border: 0px;
    color: #fff;
}

.btn-bar a.submit:hover {
    text-decoration: underline;
}

.btn-bar a.submit:active {
    opacity: 0.8;
}

.layui-tab {
    margin: 0px;
    text-align: left !important;
}

.layui-tab-content {
    padding: 0px;
}

.ewm-box{
    width: 160px;
    height:160px;
    border: 1px solid #ececec;
    padding: 15px;
    margin: 0 auto;
}

.tip{
    color: #818181;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
}
.tip span{
    color: #007fff;
}
.enter-wrap{
    height: 100%;
    width: 100%;
    background-image: url(../img/enter-bg.jpg);
    background-position:center center;
    background-size: cover;
}

.enter-wrap .copyright {
    position: absolute;
    bottom: 80px;
    top: auto;
    opacity: 1;
}

.enter-logo {
    text-align: center;
    padding: 100px 0px 100px 0px;
}

.enter-logo img {
    width: 50%;
    height: auto;
}

.enter-main {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    padding-bottom: 50px;
}

.enter-main a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: "microsoft yahei";
    letter-spacing: 2px;
    width: 792px;
    height: 30px;
    padding-top: 415px;
    margin: 0px -150px;
    opacity: 0.6;
    position: relative;
}

.enter-main a:hover {
    font-weight: bold;
    opacity: 1;
    text-decoration: underline;
}























