﻿body, html {
    font-size: 14px;

}
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background: url(../../SSO/Content/images/index_bj_three.jpg) center center no-repeat;
    background-size: cover;
    
}


.layui-icon {
    font-family: 'Microsoft YaHei', 'Segoe UI', Arial !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明 生效时长 过渡效果 启用时延迟的时间*/
}

input {
    background-color: transparent;
}

/* Set padding to keep content from hitting the edges */
.Main_Content {
    margin: 0px;
}

.loginTitle {
    margin-top: 25px;
    opacity: .85;
}

.col-md-offset-1 {
    margin-left: 0;
}

.login {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.login_title {
 /*   margin: 0 auto 30px auto;
    height: 70px;*/
    text-align: center;
}

.control-label {
    width: 60px;
}

.login_username, .login_Password {
    margin-left: 15%;
}

.username_mobile, .Password_mobile {
    display: inline-block;
    padding-left: 0;
}
.username_mobile input, .Password_mobile input {
    border-radius: 0 0 0 0;
    border:none;
    padding-left:10px;
    width:275px;
}
.login_username .cut_line, .login_Password .cut_line {
    display: inline-block;
    width: 1px;
    background: #000;
    height: 28px;
    vertical-align: middle;
    opacity: 0.3;
    margin-left:10px;
}
.login_slogan {
    max-width: 649px;
    width: 48%;
    height: 342px;
    background: url(../../SSO/Content/images/img1.png) center center no-repeat;
    background-size: contain;
    margin-top: 190px;
}

.login_box {
    /*max-width: 500px;*/
    width: 50%;
    height: 500px;
    background-color: rgba(0,0,0,.25);
    border-radius: 10px;
    margin-top: 190px;
    margin-right:5%;

}

.loginTitle, .form-horizontal .control-label {
    color: #ffffff;
}

.form-horizontal .control-label {
    font-weight: 500;
    padding-top: 0;
    padding-right: 0;
    line-height: 45px;
    /*float:left;*/
    display:flex

}
.form-horizontal .control-label span {
    border-radius: 0 0 0 0;
    display: inline-block;
    width: 60px;
    background: rgba(255,255,255,.95);
    color: #333;
    height: 45px;
    vertical-align: middle;
    font-size: 16px;
    text-align:right;
}
.form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.loginBtn_box{
    width:100%;
    margin-left:0;
}

.registerTabBox {
    display: flex;
    position: relative;
    margin: auto;
    margin-bottom: 18px;
    width: 74%;
}
.boxFun {
    
    width: 74%;
    margin: auto;
    padding-bottom: 10px
}

.codeimgConImgPan {
    width:180px;
    height:180px;
    display:flex;
   /* justify-content:center;*/
    align-items:center;
    background:#fff;
    margin:auto;
    position:relative;
}
.registerTabBox .registerTabList {
    display: block;
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    padding: 10px 10px;
    color: #fff;
   outline:none;
    text-decoration: none;
    border-bottom: 2px solid #cccccc;
}
.registerTabBox .actives {
    color: #00a0e9;
   
}
.login_username {
    padding-top: 15px
}
.loginList {
    display: none;
}
.formBoxList .codeTitle {
    font-size: 14px;
    color:#fff;
    text-align: center;
   
}

.codeimgCon img {
    margin: auto;
    display:block;
  /*  margin-top: 10px;*/
}
.codeimgCon .opticy {
    opacity: 0.3;
}

.codeimgCon {
    position: relative;
}

.codeimgCon .succesIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    display: none;
}
.codeimgCon .succesIconTop {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    display: none;
}
.Refresh {
    background: #00a0e9;
    border: 1px solid #cccccc;
    color: #fff;
    margin-left: 20px;
    display: flex;
    width: 180px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    border: 0;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
}
.overdueCons {
    display: none
}

.overdueConPan {
    display: flex;
    width: 192px;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

.overdueCon {
    width: 25px;
}

.overdueCon img.overdue {
    width: 100%;
    display: block;
    margin-top: 0
}

.overdueConPan span {
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
}
.regtxtCon {
    text-align:center;
    padding-top:15px;
    display:none;
}
.regtxtCon span {
    font-size: 1rem;
    color: #fff;
}

.regtxtCon a {
    font-size: 1rem;
    font-weight:bold;
    color:#fff;
    text-decoration:underline;
 
}
.regtxtCon a:hover {
    color: #428bca;
}

.packcode {
    display: none
}

.packcode .pack {
    position: absolute;
    width: 182px;
    height: 182px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255,.97);
}

.registerSzyNew {
    display:flex;
    justify-content:center;
}
.registerSzyNew a {
    font-size:14px;
    color:#fff;
    padding-top:10px;
}
.login_btn {
    border: none;
    display: block;
    max-width: 351px;
    /*width: 280px;*/
    width: 200px;
    height: 45px;
    border-radius: 6px;
    background: #00a0e9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-left: 0px;
    margin: auto;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .login {
        width: 90.5%;
    }

    .login_box {
        width: 58%;
        height: 445px;
        margin:auto;
    }

    .login_btn {
        height: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .login_btn {
        margin: 0 auto;
    }
    .banner_con {
        display: none;
    }
}
@media (max-width: 767px) {
    .login {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .login_slogan {
        max-width: 80%;
        width: 80%;
        margin-top: -170px;
    }

    .login_box {
        width: 93%;
        max-width:480px;
        height: 467px;
        margin-top: -240px;
    }

    .login_btn {
        height: 42px;
    }
}
.login_username>label,.login_Password>label{
    padding-left: 0;
}
/*登录背景图和文字*/
.banner_con {
    /*position: absolute;*/
    width: 750px;
    height: auto;
    /*left: 0;
    top: 15%;
    bottom: 0;
    right: 0;
    margin: auto;*/
    margin-top: 220px;
    margin-left: 5%;
}
.banner_con_word {
    font-size: 20px;
    color: #FFFFFF;
    margin: 10px 0px;
    width:90%;
}
.banner_con_word_phone {
    display: none;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width:85%;
}
.banner_con a {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
}

.tabUnderLine {
    height: 2px;
    background: #00a0e9;
    position: absolute;
    display: block;
    width: 50%;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    transition: all ease 0.4s;
}

.tabUnderLine.active {
    transform: translateX(100%);
}

.form-group {
    margin-bottom:30px;
}