body,html{
    width: 100%;
    height: 100%;
}

html{
    overflow-x: hidden;
}

.header{
    height: 120px;
}

.header .cont{
    height: 100%;
    width: 100%;
    max-width: unset;
    padding: 0px 100px 0px 32px;
}

.logo{
    width: 245px;
    height: 42px;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav{
    margin-left: 15%;
}

.nav a {
    color: #727272;
    font-weight: 300;
    margin-left: 10%;
}

.nav a:nth-of-type(1){
    margin-left: 0px;
}

.nav .on::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    background-color: #19C7A3;
    left: 10%;
    bottom: -12px;
}

.login{
    width: 250px;
    height: 50px;
    margin-left: auto;
    cursor: pointer;
    font-size: 22px;
    margin-top: 30px;
}

.login img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-left{
    font-size: 30px;
    top: calc( 50% - 10px);
    cursor: pointer;
}

.left{
    left: 0px;
}

.right{
    right: 0px;
    display: block;
    transform: rotate(180deg);
}

.banner i:nth-of-type(3){
    display: inline-block;
    transform: rotate(-180deg);
}

.libax{
    width: 100%;
    overflow: hidden;
    height: 450px;
}

.hidden{
    height: 100%;
    display: flex;
}

.items{
    height: 100%;
}

.item a{
    height: 100%;
}

.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lists{
    margin-top: 50px;
}

.lists .items{
    background-color: #F8F8F8;
    transform: .3s;
    border: 1px solid #f8f8f8;
}

.lists .items:hover{
    transform: .3s;
    border: 1px solid #000;
}

.lists .items img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #000;
    display: block;
}

.lists .items h4{
    color: #444444;
}

.lists .items p{
    color: #8B8B8B;
}

.items-foot p{
    color: #000 !important;
}

.items-foot button{
    margin-left: auto;
    width: 150px;
    height: 40px;
    border: 2px solid #000;
    background: none;
    color: #444;
    cursor: pointer;
    transform: .3s;
}

.items-foot button:hover{
    border-color: #444 !important;
    color: #000;
    font-weight: bolder;
    transform: .3s;
}

.footer{
    background: #000;
    padding: 40px 0px;
}

.foot-logo{
    width: 230px;
    height: 30px;
}

.footLeft p{
    color: #c3c3c3;
    margin-top: 10px;
}

.row{
    color: #727272;
}

.row2 a{
    color: #727272;
}

.shadow{
    top:0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.shadow .center{
    width: 100%;
    height: 100%;
}

.shadow .content{
    width: 460px;
    height: 335px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 8px 10px 0px rgba(171,171,171,0.50);
    padding-bottom: 35px;
}

.shadow .title{
    height: 65px;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 20px;
}

.shadow .title h4{
    color: #545454;
}

.shadow .title img{
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.shadow .cont{
    width: 100%;
    height: 140px;
}

.shadow .cont span{
    color: #FF6E6E;
}

.shadow .foot .login{
    width: 360px;
    height: 44px;
    border: none;
    background-color: #13BE9B;
    margin: 0 auto;
    color: white;
}

.shadow .foot .login:hover{
    background-color: #42cbaf;
    cursor: pointer;
}

.shadow .foot .text-center{
    margin-top: 25px;
}

.shadow .foot .text-center p{
    color: #13BE9B;
    cursor: pointer;
}

.shadow .foot .text-center p:hover{
    color: #42cbaf;   
}

.loginPage{
    width: 100vw;
    height: 100vh;
    background: url(../../images/pc/background.png) no-repeat center center / 100% calc(100% + 207px);
}

.loginPage .logo{
    margin-top: 45px;
    margin-left: 65px;
}

.loginPage .footer{
    width: 100%;
    height: 207px;
}

.loginPage .content{
    width: 100%;
    height: 100%;
}

.loginPage .tip-title{
    top: calc(50% - 245px);
    left: calc(50% - 175px);
    font-size: 54px;
    color: white;
}

.loginPage .center{
    top: calc(50% - 140px);
    left: calc(50% - 220px);
    width: 460px;
    height: 336px;
    background-color: white;
    border-radius: 5px;
    padding: 50px;
    box-sizing: border-box;
}

.loginPage .center .user input{
    width: 100%;
    height: 44px;
    border: 1px solid #D3DBEB;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.loginPage .center .code input{
    width: calc(100% - 130px);
    height: 44px;
    border: 1px solid #D3DBEB;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.loginPage .center .code button{
    width: 104px;
    height: 44px;
    margin-left: 20px;
    background-color: #D3DBEB;
    border: 1px solid #D3DBEB;
    border-radius: 5px;
    color: #fff;
}

.loginPage input::placeholder{
    color: #9F9F9F;
}

.loginPage .singin{
    width: 100%;
    height: 44px;
    background-color: #13BE9B;
    color: white;
    margin-top: 42px;
    border: none;
    border-radius: 5px;
}

.loginPage .login-foot{
    margin-top: 16px;
}

.loginPage .login-foot span{
    margin-left: 5px;
}