@charset "utf-8";

/* 登录 */

body{
    margin: 0;
}
.login-body{
    width: 100%;
    height: 960px;
}
.login-top{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.login-top span{
    color: white;
    font-size: 24px;
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}
.login-top-left img{
    margin-right: 30px;
}

.login-top-right{
    margin-left: 30px;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.login-main > div{
    margin: auto;
    width: 970px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.login-main-left{
    width: 310px;
    height: 499px;
    background: url("../img/login-left-bg1.png") ;
}
.login-main-right{
    width: 660px;
    height: 499px;
    background-color: #ffffff;
}
.login-foot{
    text-align: center;
    color: #000000;
    font-size: 14px;
}
.login-foot span{
    margin: 0 20px;
}
.login-foot span:first-of-type{
    margin-left: 0;
}
.login-foot-up{
    margin-bottom: 20px;
}
.login-tabs:hover{
    background-color: rgb(142,118,74);
    transition: background-color .2s;
}
.login-tab-active{
    background-color: rgb(142,118,74);
}
.login-tabs{
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    height: 72px;
    line-height: 72px;
    text-align: right;
    padding-right: 48px;
    border-top: 1px solid #6481ba;
}
.login-tabs:first-of-type{
    border-bottom: none;
    margin-top: 70px;
}
.login-main-right{
    text-align: center;
    padding: 0 32px;
    position: relative;
}
.login-main-right-title{
    color: rgb(92,92,92);
    font-size: 26px;
    margin: 55px 0;
    font-weight: bold;
}
.login-main-right-img{
    height: 172px;
}
.login-main-right-btn:hover{
    transform: translateY(-2px);
    transition: transform .3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.login-main-right-btn{
    width: 404px;
    height: 52px;
    line-height: 52px;
    background-color: rgb(70,105,174);
    color: #ffffff;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 45px;
    border-radius: 10px;
    cursor: pointer;
}
.login-main-right-foot{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.login-main-right-foot div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-main-right-foot img{
    margin-right: 12px;
}
.login-main-right-corner01{
    color: rgb(199,173,129);
    width: 135px;
    height: 30px;
    line-height: 30px;
    background: url("../img/login-right-tip-border.png")center no-repeat;
    position: absolute;
    top: 35px;
    right: 60px;
    font-size: 14px;

}
.login-main-right-corner02{
    width: 150px;
    height: 150px;
    position: absolute;
    top: -85px;
    right: -85px;
    transform: rotate(45deg);
    overflow: hidden;
    cursor: pointer;
}
.login-main-right-corner02 img{
    transform: rotate(-45deg);
    position: absolute;
    top: 110px;
    right: 48px;
}
.login-main-right-corner02 img:first-of-type{
    top: 110px;
    z-index: 2;
    right: 25px;
}