/* @font-face {
    font-family:'st';
    src: url(/dist/cms/font/fontFamily-acaea1d763228c9d2be057ec7e937e80.TTF);
} */
html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.content{
    background: #eeeeee;
    width: 100%;
    height: 100%;
    min-height: 800px;
    position: relative;
}
.content_top{
    width: 100%;
    height: 50%;
    background-color: #008cb2;
    background-image: url(/dist/cms/image/login_bg-82bea9d8e4aa6368ef9ea619f5367e12.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.nav_title{
    max-width: 1200px;
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto; 
}
.nav_title span{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 16px;
}
.nav_title .nav_title_page{
    border-left: 2px solid #fff;
    padding: 0 16px;
    margin: 0;
}
.nav_title img {
    width: 75px;
}
.login_box{
    position: absolute;
    width: 100%;
    top: 260px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    max-width: 458px;
    min-width: 280px;
    height: 332px;
    padding-top: 88px;
}
form {
    min-height: 360px;
    background: rgba(255, 255, 255, 1);
    padding: 50px 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 16px 0 rgba(22,81,163,.13);
}
.form_box{
    width: 100%;
    height: 100%;
}
.form_item {
    margin-bottom: 20px; 
    position: relative;
}
.form_item:last-child{
    margin-bottom: 0;
}
.inputType span {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.usernameIcon {
    background-image: url(/dist/cms/image/username-e24c389ff5dfc9897f9309899d88d31b.png);
}
.passwordIcon {
    background-image: url(/dist/cms/image/password-eeb6049d1107413637188e90848c738e.png);
}
.form_item i{
    color: #000;
}
.form_item input {
    width: 100%;
    height: 50px;
    outline: none;
    padding:  0 60px;
    font-size: 18px;
    box-sizing: border-box; 
} 
.form_item input:focus {
    outline:none;
    border: 2px solid #ff8c0e;
}
.flex{
    display: flex;
}
.just_between{
    justify-content: space-between;
}
.just_center{
    justify-content: center;
}
.checkremeberPassword{
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block; 
}
.select{
    margin-right: 10px;
    margin-top: 2px;
    background-image: url(/dist/cms/image/select-3b2ac45dadc7288e391ac57b21583a2f.png);
}
.selected{
    margin-right: 10px;
    margin-top: 2px;
    background-image: url(/dist/cms/image/selected-66a46c4d8e732b11a851247545e43b32.png);
}

.login_btn{
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #0fb6f7 ,#0178e5);
    outline: none;
    border: none;
}
.cursor{
    cursor: pointer;
}

.threeLogin{
    font-size: 14px;
    text-align: center;
    color: #666;
}
.wechat{
    background-image: url(/dist/cms/image/wchat-a6ee0360e5aa77f601af3c758e1f465e.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}


.messageTip{
    box-sizing: border-box;
    position: absolute;
    height: 88px;
    width: 100%;
    background-color: #ff8c0e;
    top: -88px;
    left: 0;
    padding: 14px 38px;
    opacity: 0;
}
.messageTip_title {
    margin-bottom: 10px;
}
.messageTip_title img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}
.messageTip_title span {
    color: #fff;
    font-size: 18px; 
}

.messageTip_message{
    color: #fff;
    padding-left: 44px;
    font-size: 16px;
}
.web_title_type{
    position: relative; 
    height: 163px; 
}
.web_title_type img {
    display: inline-block;
    position: absolute;
    width: 134px;
    height: 163px;
    top: 0;
    left: 0;
    animation: rebot 1.5s  infinite;
}
.web_title{
    display: flex;
    justify-content: center;
    position: absolute;
    /* top: -148px; */
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.web_title span {
    color: #fff;
    font-size: 48px;
    margin-left: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:4px;
    word-break:keep-all;       /* 不换行 */
    font-family:'st';
}
.web_title_type:before{
    content: '';
    width: 134px;
    height: 65px;
    display: block;
    position: absolute;
    bottom: -28px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/dist/cms/image/robot_bg-8d88971c051a54c9970f99730eba6d84.png);
}

.web_title_m{
    position: absolute;
    top: -40px;
    /* left: 50%; */
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    align-items: center;
    flex-direction: column;
}
.web_title_m img{
    width: 80px;
    margin-bottom: 20px;
}
.web_title_m span{
    font-size: 32px;
    font-weight: 500;
    display: inline-block; 
    color: #fff; 
    letter-spacing:4px;
    word-break:keep-all;       /* 不换行 */
}

.footer{
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    padding: 5px 0 ;
    bottom: 0px;
    color: #666;
    background-color: rgba(255, 255, 255, 0.6);
}
.footer span {
    color: #0178e5;
}
.wechatCrcode{
    display: none;
}
.wechatCrcode h4{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #333;
    margin-bottom: 39px;
    margin-top: 0;
    text-align: center;
}
.wechatCrcode .code_box{
    background-color: #fff;
    padding: 6px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    position: relative;
}
.wechatCrcode .code_box img{
    width: 100%;
    height: 100%;
}
.wechatCrcode .code_box .loading{
    display: none;
    width: 100%;
    height: auto;
    margin: auto;
    left: 0;right: 0;bottom: 0;top: 0;
}
.wechatCrcode .threeLogin{
    margin-top: 20px;
}

/* 切换登录 */
.loginway-icon-box {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
}
#loginway-icons {
    width: 104px;
    height: 104px;
    position: absolute;
}
.loginway-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    overflow: hidden;
}
.loginway-icon:nth-child(1) {
    top: 0;
    left: 0;
    background: url(/dist/cms/image/pc-c16aec186a660a31af96c566482cb2f4.png) no-repeat;
    background-size: 100%;
}
.loginway-icon:nth-child(2) {
    bottom: 0;
    right: 0;
    background-size: 100%;
} 
.loginway-icon:nth-child(1):after, .loginway-icon:nth-child(2):after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    width: 200%;
    height: 100%;
    transform: rotate(45deg);
    background: #fff;
}

@media screen and (max-width: 1080px){
    .web_title{
        font-size: 40px;
    }
}

@media screen and (max-width: 600px){
    .threeLogin{
        color: #e2e2e2;
    }
    .loginway-icon-box{
        display: none;
    }
    .content_top{
        height: 100%;
    }
    .web_title{
        font-size: 40px;
    }
    .web_title{ 
        display: none;
    } 
    .web_title_m{ 
        display: flex;
    }
    form {
        box-shadow:none;
        background: transparent;
    }
    #checkremeberPassword,#forgetPassword{
        color: #fff;
    }
    .messageTip{
        position: fixed;
    }
    .login_box{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .content{
        min-height: 100%;
    }
    .nav_title{
        display: none;
    }
  
}


@keyframes rebot {
    0% {top:0px;}
    50% {top:-20px;}
    100% {top:0px;}
}