
*{
    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_logo_text h2{
    font-family: 微软雅黑;
    color:white;
    padding-top: 20px;
    padding-left: 50px;
    }

.gzpt_login_wrap{
    width:100% !important;
    background: #7ebaf4 center center / cover no-repeat fixed !important;
}

.gzpt_login_header {
    height: 80px;
    padding: 20px 0 20px 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.gzpt_login_logo_text {
    float: left;
}

.gzpt_login_header_right {
    float: right;
    color: white;
    margin-top: 10px;
}
.gzpt_login_header_right > div {
    float: left;
}
.gzpt_login_header_right img {
    width: 25px;
    height: 25px;
    line-height: 20px;
    vertical-align: middle;
}

.gzpt_login_header_right .left{
    width: 130px;
    height:44px;
    padding: 8px;
    background:url(../img/white.png)100% 100% / 100% 100%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;

}

.gzpt_login_header_right .right{
    width: 130px;
    height:44px;
    padding: 8px;
    background:url(../img/blue.png)100% 100% /100% 100%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-left: 20px;
    margin-right: 20px;
}
.gzpt_login_main {
    margin: 80px auto;
    width: 430px;
    height: 450px;
    border: 1px solid #1a7db6;
    background: rgba(0,0,0,0.4);
    border-radius: 24px;
    padding: 42px;
    box-shadow:0 0 15px #38bbff;
}

.gzpt_login_main .gzpt_login_title {
    font-size: 22px;
    font-family: 微软雅黑;
    margin-bottom: 22px;
    text-align: center;
    color: white;
    padding-top: 15px;
}
.gzpt_login_main > div {
    width: 100%;
    height: 42px;
    background: white;
    border-radius: 21px;
    margin-bottom: 18px;
    line-height: 42px;
    padding-left: 21px;
    overflow: hidden;
}
.gzpt_login_main > div img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.gzpt_login_main > div input {
    border:none;
    border-color: white;
    height:27px;
    padding-left: 10px;
}
.gzpt_login_main > div input:focus {
    border: none;
}
.gzpt_login_btns {
    padding: 0 !important;
    background: none!important;
}
.gzpt_login_btns .btn {
    width: 100%;
    height: 42px;
    border: none;
    background: #ccc;
    color: white;
    text-align: center;
}
.gzpt_login_user_pass {
    position: relative;
}
#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:pink   center center / cover no-repeat fixed;
}
.gzpt_login_header{
    /* background: #0466be; */
    background: hsla(0,0%,100%,.2);
    display: none;
}
.gzpt_login_logo_text{
    margin-top: -6px;
    
}

.gzpt_login_logo_text .jl_title_left{
    width: 62px;
    float: left;
    margin-left: 88px;
}
.jl_title_right{
    height: 30px;
    margin-top: 10px;
    margin-left: 12px;
}
.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: 500px;
    margin: 0 auto;
    float: right;
    margin-right: 10vw;
    background: hsla(0,0%,100%,0);
    border-radius: 0px;
    border: none;
    box-shadow: none;
    position: relative;
}
.jl_main .gzpt_login_contain{
    width: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%,-50%);
    padding:30px 50px;
    background: rgba(14, 13, 13, 0.363);
}
.containHeader{
    text-align: center;
    height: 60px;
}
.loginTitle{
    width: 44px;
    height: 22px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: white;
    line-height: 22px;
    margin: 20px;
    text-align: center;
    cursor: pointer;
}
.grayTitle{
    color:rgba(196, 190, 190, 0.88);
    font-size: 18px;
}

.gzpt_login_bottom_text{
    color:#000;
}

.gzpt_login_contain  .pwDiv{
    position: relative;
    height: 42px;
    margin-bottom: 15px;
}
.gzpt_login_contain  .gzpt_login_user_pass{
    margin-bottom: 30px;
}
.gzpt_login_contain img{
    position: absolute;
    z-index: 1;
    top:25%;
    left: 20px;
}
.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;

}
.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  p {
    line-height: 22px;
} 
.gzpt_login_contain .pwDiv{
    border-radius: 6px;
    overflow: hidden;
}
.pwDiv:focus{
    outline: none;
}
/*下载浏览器的样式*/

.dwn a:hover img{
    content: url('/img/download_blue.png');
}
.inner_tools .dwn {
    margin-left: -18px;
}
/* 主体部分 end*/

/* 吉林登录样式 end*/














