
html,body{
    padding:0;
    margin:0;
    font: 12px/1.5 "PingFangSC-Regular", "Microsoft Yahei", "宋体", Arial, Helvetica, sans-serif;
    -ms-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    cursor: default;
}

.sangfor-body {
    color: #000;
    background-image: url('../images/login_bg.png');
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 50% !important;
    background-size: cover;
}

   .iconfont  {                    
    user-select: none;
    font: 12px/1.5 "PingFangSC-Regular", "Microsoft Yahei", "宋体", Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-weight: normal;
    display: inline;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    font-size: 14px;
    position: absolute;
    left: -5px;
    top: -3px;
    color: #3166E6;
	}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}


.login--client {
    background-position-y: 0;
}
.pt20 {
    padding-top: 17px;
}
.input-login-style{
    margin-top:3px;
}

.login-head--client {
    margin-top: 23px;
}
.login-head__content {
     height: 34px;
     line-height: 34px;
     padding-right: 150px;
    /*padding: 15px;*/
}
.login-head__logo {
    height: 34px;
    color: #fff;
    font-size: 20px;
    width:  46%;
    min-width: 490px;
    margin-left: 0px;
}
.login-mobile .login-head__content {
    padding-right: 100px;
}
.login-mobile .login-head__logo {
    min-width: auto;
    width: auto;
}
.login-mobile .login-head__img {
    max-width: 100%;
}
.login-head__img {
    height: 42px;
    max-width: 80%;
    /*float:left;*/
    vertical-align: middle;
}

.login-head__title {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: 3px;
    padding-left: 12px;
    line-height: 28px;
    float: left;
}
.login-head__switch {
    position: absolute;
    top: 10px;
    right: 0px;
    line-height: 14px;
}
.login-head__switch__item {
    float: right;
    color: #fff;
    cursor: pointer;
}
.login-head__switch__line {
    margin-right: 7px;
}

.login-mobile .login-body {
    max-width: 480px;
}

@media screen and (max-width:750px)
{
    .login-head {
        /*padding: 0 10px 10px 0;*/
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255,255,255 , 0.20);
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }

    .login-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top:30px;
    }

    .login-notice{
        display:none;
    }

    .login-panel {
        width: 95%;margin:0 auto;
        _height: 392px;
        min-height: 392px;
        background: #fff;
        border-radius: 6px;
        position: relative;
        padding-bottom: 48px;

    }
}

@media screen and (min-width:751px)
{

    .login-head {
        /*padding: 0 10px 10px 0;*/
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255,255,255 , 0.20);
        width: 90%;
        margin: 0 auto;
    }

    .login-content {
        width: 720px;
        margin: 0 auto;
        position: relative;
    }

    .login-notice{
        display:block;
    }

    .login-content {
        top: 148px;
    }

    .login-notice {
        float: left;
        width: 300px;
        border-radius: 6px;
        padding: 0 15px 20px 15px;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }

    .login-notice__title {
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255,255,255 , 0.16);
    }
    .login-notice__title {
        margin-bottom: 20px;
        height: 49px;
        line-height: 49px;
        font-size: 16px;
    }

    .login-notice__content {
        color: #FFFFFF;
        min-height: 22px;
        max-height: 350px;
        
        *height: 300px;
        color: #fff;
        line-height: 18px;
    }

    .login-notice-bg {
       
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .login-notice-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .login-panel {
        float: right;
        width: 360px;
        _height: 392px;
        min-height: 392px;
        background: #fff;
        border-radius: 6px;
        position: relative;
        padding-bottom: 48px;
    }
}

@media screen and (min-width: 1366px)
{
    .login-head {
        /*padding: 10px;*/
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255,255,255 , 0.20);
        width: 100%;
        margin: 0 auto;
    }

    .login-notice {
        width: 500px;
    }

    .login-content {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        top: 148px;
    }
}


/*.login-panel__body {*/
/*    width: 78%;*/
/*    margin: 0 auto;*/
/*    padding-top: 40px;*/
/*}*/
.login-panel__body {
    padding: 38px 44px 0 44px;
}
.login-panel__other {
    margin-top: 8px;
    line-height: 10px;
}
.login-panel__other__item {
    margin-right: 40px;
    display: inline-block;
}
.login-panel__other__no-margin-item{
    margin-right: 0;
}
.login-panel__aligning {
    /*padding:0px 4px;*/
    word-wrap: break-word;
}
.box-title {
    color: #3166E6;
}
/*
checkbox 按钮
*/
.iconfont{
    display: inline;
}
.iconfont.none{
    display: none;
}
.include-box__title {
    min-height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.checkbox {
    display: inline-block;
    font-size: 14px;
}

.checkbox__input {
    display: none;
}

.checkbox__mark {
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #bec2cc;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    background-color: #fff;
}
.checkbox__mark.checkbox--small {
    width: 12px;
    height: 12px;
    top: 2px;
}
.checkbox__mark .iconfont {
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: -3px;
    color: #bec2cc;
}
.checkbox__mark.checkbox--small .iconfont {
    left: -5px;
    top: -3px;
}
.checkbox__mark:hover .iconfont {
    color: #bec2cc;
}
.checkbox__mark.checkbox--disabled,
.checkbox__mark.checkbox--disabled:hover {
    border-color: #e4e4e4;
    background-color: #f4f4f4;
    cursor: default;
}
.checkbox__mark.checkbox--disabled .iconfont,
.checkbox__mark.checkbox--disabled:hover .iconfont {
    color: #d8d8d8;
}
.checkbox__label {
    float: left;
    padding-left: 10px;
    cursor: pointer;
    color: #333;
    position: relative;
    top: -1px;
}
.checkbox__label.checkbox--small {
    padding-left: 5px;
    top: 0;
}
.checkbox__label.checkbox--disabled {
    cursor: default;
}
.rel{
    /*margin-top: 20px;*/
    z-index: 0;
}

.input-login-style .input-txt {
    width: 100%;
    display: block;
    text-indent:4px;
    height: 32px;
    line-height: 26px;
    background: none;
    position: absolute;
    bottom: 0;
    border:none;
    z-index: 1;
    font-size: 15px;
    color: #000;
}
.input1-txt {
    width: 100%;
    display: block;
    text-indent:4px;
    height: 32px;
    line-height: 26px;
    background: none;
    position: absolute;
    bottom: 0;
    border:none;
    z-index: 1;
    font-size: 15px;
    color: #000;
}
    .input-txt:focus{
        outline:none;
    }

    .input-login-style .input-linellae{
        -ms-animation: linellae .4s;
        -o-animation: linellae .4s;
        -moz-animation: linellae .4s;
        -moz-animation: linellae .4s;
        -webkit-animation: linellae .4s;
        border-bottom: 1px solid #1E75E5;
    }

    .input-login-style .input-linellae {
        border-color: #d2d2d2;
    }
    .input-login-style .input-linellae-active {
        border-color: #3166E6;
    }

    .input-login-style .input-box {
        height: 60px;
        z-index: 0;
    }

    .input-login-style .input-linellae {
        position: absolute;
        height:0px;
        top: 59px;
        margin-top:0px;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
    }

    .input-login-style .input-column-name{
        position: absolute;
        left:4px;
        top:30px;
        z-index: 2;
        font-size: 14px;
        cursor: text;
        color:#999;
        -ms-transition: top .4s;
        -o-transition: top .4s;
        -moz-transition: top .4s;
        -webkit-transition: top .4s;
        transition: top .4s;
    }

    .input-login-style .input-focus-column{
        top:9px;
    }

    .input-login-style .input-linellae-active{
        -ms-animation: linellae .4s;
        -o-animation: linellae .4s;
        -moz-animation: linellae .4s;
        -webkit-animation: linellae .4s;
        border-bottom: 1px solid #1E75E5;
    }

.include-box__tip{
    margin-top: 6px;
    /*text-indent:4px;*/
    line-height: 18px;
    color: #ee5555;
    min-height: 18px;
    height: auto !important;
    white-space: normal;
}
.include-box__privacy{
    margin-top: 6px;
    font: 12px/1.5 "PingFangSC-Regular", "Microsoft Yahei", "宋体", Arial, Helvetica, sans-serif;
}

.button {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    background-color: #1E75E5;
}

/*.login-panel__footer{*/
/*    font-size: 0.6em;*/
/*    text-align: center;*/
/*    bottom: 10px;*/
/*    width: 100%;*/
/*    margin-left: -40px;*/
/*    position: absolute;*/
/*}*/

/*.login-panel__footer > .login-panel__dowload{*/
/*    color: #999;*/
/*    text-decoration: none;*/
/*}*/

.login-panel__footer {
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    background: #F7FBFF;
    line-height: 48px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.login-panel__dowload {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin: 0 auto;
}
.login-panel__link {
    cursor: pointer;
    color: #999;
    text-decoration: none;
    display: inline-block;
    width: 48%;
}

.input-box{
    /*height: 50px;margin-top: 20px*/
}

.a-link-cert{
    height:40px;line-height:40px;
    color: #1E75E5;
    font-size:0.65em;
}

.rel {
    position: relative;
}

.theme-bg-color{
    background: #3166E6;
}

@-ms-keyframes linellae {
    0% {
        left: 50%;
        width: 0%;
    }
    100% {
        left: 0px;
        width: 100%;
    }
}
@-o-keyframes linellae {
    0% {
        left: 50%;
        width: 0%;
    }
    100% {
        left: 0px;
        width: 100%;
    }
}
@-moz-keyframes linellae {
    0% {
        left: 50%;
        width: 0%;
    }
    100% {
        left: 0px;
        width: 100%;
    }
}
@-webkit-keyframes linellae {
    0% {
        left: 50%;
        width: 0%;
    }
    100% {
        left: 0px;
        width: 100%;
    }
}
@keyframes linellae {
    0% {
        left: 50%;
        width: 0%;
    }
    100% {
        left: 0px;
        width: 100%;
    }
}