
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:white;
}
div {
    box-sizing: border-box;
}
.clear::after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.gzpt_login_main > div input:focus {
    outline: none;
    border: 1px solid #00a6ff;
}
.gzpt_login_btns {
    margin-top: 30px;
}
.gzpt_login_btns .btn {
    width: 100%;
    height: 42px;
    border: none;
    background: #ccc;
    color: white;
    text-align: center;
}
#user_pass {
    width: 95px;
    height: 42px;
    background: #38bbff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: white;
}
.gzpt_login_bottom_text{
    font-size: 13px;
    color: white;
    text-align: center;
    margin: auto;
}
.gzpt_login_bottom_text span{
    color:#38bbff;
}


/* 吉林登录样式 */
 .jlLogin_wrap{
    background:url(../img/bg_jl.png) no-repeat -500px -200px/auto 150%;
}

.gzpt_login_logo_text{
    height: 60px;
    margin-left: 5%;
    margin-top: 20px;
}

.gzpt_login_logo_text h2{
    float: left;
    font-size:18px;
    font-family:DFPLiJinHeiW8-GB;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:21px;
}
.jl_header_right{
    margin-top:0
}
.jlLogin_wrap .jl_header_right .right,.jlLogin_wrap .jl_header_right .left{
    height: 40px;
    line-height: 22px;
}
/* 主体部分 */
.jl_main{
    width: 386px;
    position: absolute;
    right: 10%;
    top: 25%;
    background: rgba(0,37,78,0.35);
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    margin: 0;
}
.gzpt_login_contain{
    padding: 42px 42px 0;
}
.containHeader{
    text-align: center;
}
.loginTitle{
    width: 120px;
    display: inline-block;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    line-height: 22px;
    margin: 30px 0;
    text-align: center;
    cursor: pointer;
    padding: 0 16px 20px;
    border-bottom: 2px solid rgba(255,255,255,0.6);
}
.loginTitle.active{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.gzpt_login_bottom_text{
    color:#000;
}

.pwLogin .pwDiv img{
    position: absolute;
    z-index: 1;
    top:25%;
    left: 20px;
        width: 20px;
    height: 20px;
    vertical-align: middle;
}
.gzpt_login_contain > div input {
    position: absolute;
    width: 100%;
    height: 42px;
    padding-left: 60px;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    /* background: #eef; */
    border-radius: 6px;
    font-size: 14px;
    color: #464a4c;
    font-family: PingFangSC Regular;

}
.gzpt_login_contain #user_pass{
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    background: transparent;
}

.gzpt_login_contain > div .user_pass_ipt{
    width: 80%;
}
.gzpt_login_btns .btn{
    background:linear-gradient(90deg,rgba(0,132,255,1),rgba(86,196,255,1));
    border-radius:6px;
}
.gzpt_login_contain .pwDiv{
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 42px;
    margin-bottom: 14px;
}
.pwDiv:focus{
    outline: none;
}

.caLoginimg{
    width: 120px;
    margin: 11px 90px 20px;
}
/*下载浏览器的样式*/
.inner_tools{
    padding: 0 0 42px;
}
.inner_tools_box{
    display: none;
}
.inner_tools_box.show{
    display: block;
}
.dwn{
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height:28px;
    font-family: PingFangSC Regular;
    padding: 0 42px;
}
.dwn a{
    display: inline-block;
    width: 100%;
}
.showtools{
    background-image: url("../img/showtool.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 150px;
}
.showtools.show{
    background-image:url("../img/hidetool.png");
}
.dwnimg{
    width: 13px;
    height:13px;
    margin-left:5px;
}
.inner_tools_box .dwn{
    background-image:url("../img/download.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 315px;
}
.dwn:hover{
    background-color: rgba(0,0,0,0.2)
}
.inner_tools_box .dwn:hover{
    background-image:url("../img/download_b.png");
}
@media screen and ( max-height: 900px){
    .jl_main{
        top: 20%;
    }
    .gzpt_login_logo_text {
        height: 35px;
    }
}

/* 吉林登录样式 end*/
