﻿.login-body {
    height: 100%;
    background: url(/Content/image/bg8.png) no-repeat 0px 0px;
    background-size: cover;
}
.login-body2 {
    height: 100%;
    background: linear-gradient(224.52deg,#e1e8ff -.37%,#edf2fd 12.96%,#f9fbfd 49.75%,#f3f7ff 83.83%,#dae7ff 98.8%),linear-gradient(179.93deg,#f3f6fe 1.57%,#f1f4fc 25.16%,#f3f8ff 67.65%,#f3f8ff 70.56%,#f4f8ff 77.51%,#f3f8ff 88.7%,#f9fafb 101.04%),linear-gradient(90deg,#e3e8f2 3.88%,#fff 45.14%,#e5e9f4 98.85%);
}
    .login-body2 .login-banner .text-title{
        display:none;
    }
    .login-body2 .login-banner .desc-ul-list {
        display: none;
    }
.login-body2 .login-img{
    width:510px;
}

.login-full-body {
    min-height: 100vh;
    height: 100%;
    overflow: visible;
}

.login-banner {
    margin: 0 auto;
    max-width: 1200px;
}


.login-form-content {
    background-color: white;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 340px;
    overflow: hidden;
    float: right;
    margin-top: 9%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.07);
}
.login-left-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    float: left;
    margin-top: 12%;
}
.login-body2 .login-left-content {
    margin-top: 6% !important;
}
.header-top-wrap {
    overflow: initial;
    height: 40px;
    background-color: transparent;
}
.header-top-box {
    overflow: initial;
    padding: 5px 15px;
    margin-left: 15px;
}

.header-v-separator {
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0,0,0,.65);
    height: 22px;
    margin: 2px 10px;
}
.login-head {
    padding: 5px 0px;
    text-align: center;
}

.login-title {
    font-size: 19px !important;
    font-weight: 550 !important;
   
    display: inline-block !important;
    height: 50px !important;
    line-height: 50px !important;
}

.text-title {
    font-weight: bold;
    color: #fff;
}

.desc-ul-list {
    font-weight: bold;
    padding-left: 0;
    margin: 30px 0;
    color: #fff;
    box-sizing: border-box;
}

    .desc-ul-list > li {
        margin-top: 8px;
    }
.login-button {
    width: 100%;
}

.user-login {
    padding-left: 5px;
    padding-right: 5px;
}

.type-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 24px;
}

.layui-tab-title li {
    font-size: 15px !important;
}

.layui-tab .layui-tab-title li {
    padding: 0 20px !important;
    font-size: 13px !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #2D8CF0 !important;
}
    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #2D8CF0;
    }
.layui-input:focus, .layui-textarea:focus {
    border-color: #2D8CF0 !important;
    box-shadow: 0 0 0 3px #ecf5ff !important;
}
.pear-admin .layui-logo2 {
    height: 50px !important;
    line-height: 50px !important;
    background-color: #212040 !important;
    width: 160px !important;
}
.log-img {
    width: 130px;
    position: absolute;
    left: 80px;
    top: 40px;
    cursor: pointer;
}
.app-description {
    margin-top: 25px;
    display:none;
}
    .app-description .pear-btn {
        padding: 0 12px;
    }

.home-user-img {
  
    width: 22px;
    height: 22px;
}

/*小屏幕（例如手机）*/
@media (max-width:768px) {
    body {
        background-position: center;
    }
    .login-form-content {
        margin-top: 18%;
        float: none;
        width: 320px;
    }
 
    .login-left-content {
        display: none;
        margin-top: 10px;
    }
    .login-banner {
        margin: 0 5%;
    }
    .log-img{
        display:none;
    }
    .layui-tab .layui-tab-title li {
        padding: 0 15px !important;
    }
    .app-description {
        display: block;
    }
}

/* 当屏幕宽度大于1300px小于1600时，应用另外的样式 */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .login-form-content {
        margin-right: 2%;
    }
}

/* 超大屏幕*/
@media screen and (min-width: 1800px) {
    .login-banner {
        max-width: 1350px;
    }
    .login-form-content {
        margin-top: 11%;
    }
}

/*小屏幕（例如手机和笔记本）*/
@media (max-height:480px) and (min-width: 1105px) {
    .login-form-content {
        margin-top: 5%;
    }
    .login-form-content {
        margin-top: 18%;
        float: none;
        width: auto;
    }
}
