﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

li {
    list-style: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input {
    border: none;
    outline: none;
    font-family: "微软雅黑";
}
/**清除浮动**/
.clear:after {
    display: block;
    clear: both;
    content: ' ';
}

.clear {
    zoom: 1;
}
/****背景****/
.gLogin {
    width: 100%;
    height: 100%;
    min-height: 720px;
    min-width: 1200px;
    overflow: hidden;
}
/**头部名称栏**/
.gLoginHeader {
    height: 117px;
    width: 100%;
    background-color: #162f5a;
    line-height: 117px;
    font-size: 22px;
    color: white;
    border-bottom: 1px solid #476089;
}

    .gLoginHeader > p {
        width: 1100px;
        margin: auto;
    }
/***中间部分***/
.gLoginMiddle {
    height: 508px;
    width: 100%;
    background-color: #162f5a;
    overflow:hidden;
}

.gLoginAreaBox {
    width: 1100px;
    margin: auto;
    height: 508px;
    background: url(../Images/qiqiu.png) center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.gLoginArea {
    padding: 10px 30px 10px 0px;
}

.gLoginAreaLeft {
    float: left;
    width: 540px;
    height: 440px;
    margin-top: 15px;
}
.gLoginAreaLeft img{
    display:block;
    border:none;
    width:100%;
    height:100%;
}

.gLoginAreaRight {
    float: left;
    width: 278px;
    /*height: 340px;*/
    padding: 30px 51px 0px;
    background-color: rgba(39,65,111,0.6);
    margin: 30px 20px 0px 90px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.02);
}

.gHeadPromptLogin {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0px auto 0px;
    width: 100px;
    color: #fff;
}

.loginErrorInfo {
    height: 24px;
    line-height: 24px;
    text-align: left;
}
.gLoginAreaRight input {
    border: none;
    outline: none;
    background: #d3d8e1;
    width: 177px;
    height: 40px;
    font-family:'微软雅黑' ;
    font-size:14px;
}

.gLoginAreaRight label {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
}
/***gLoginCode验证码***/
.gLoginCode {
    width: 100%;
}

.gLoginCodeText {
    float: left;
    width: 150px;
    background: #d3d8e1;
    text-indent: 30px;
    position: relative;
}

    .gLoginCodeText > i {
        width: 15px;
        text-align: center;
        display: block;
        float: left;
        font-style: normal;
        height: 18px;
        left: 6px;
        top: 11px;
        position: absolute;
    }

    .gLoginCodeText > span {
        line-height: 40px;
        text-indent: 10px;
        text-align: left;
        font-style: normal;
        font-size: 13px;
    }

.gLoginAreaRight .gLoginCodeText > input {
    float: right;
    padding: 0px;
    width: 64px;
}

.gLoginAreaRight .gLoginCodeInput {
    float: right;
    width: 122px;
}
    .gLoginAreaRight .gLoginCodeInput font {
        width: 122px;
        background-color: #567dc0;
        color: #fff;
        font-size: 14px;
    }
    .gLoginAreaRight .gLoginCodeInput input {
        width: 122px;
        background-color: #567dc0;
        color: #fff;
        font-size: 14px;
    }

    .gLoginAreaRight .gLoginCodeInput > input {
        padding: 0px;
        width: 100%;
        text-align: center;
        line-height: 28px;
        border: none;
        outline: none;
        background-color: #567dc0;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }

.userError, .passError {
    display: block;
    height: 18px;
    line-height: 18px;
    color: #FF4949;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

.errorPic {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: none;
}

.iconGuide {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
}

    .iconGuide > i {
        position: absolute;
        left: 6px;
        top: 11px;
        display: block;
        width: 15px;
        height: 18px;
        z-index: 999999;
    }

    .iconGuide > span {
        display: inline-block;
        padding-left: 10px;
    }



.icon-long-user {
    background: url(../Images/icon_user.png) center no-repeat;
    background-size: 100%;
}

.icon-long-lock {
    background: url(../Images/icon_password.png) center no-repeat;
    background-size: 100%;
}

.icon-long-phone {
    background: url(../Images/phone.png) center no-repeat;
    background-size: 100%;
}

.userErrorPic, .passErrorPic {
    display: none;
}

    .userErrorPic > i, .passErrorPic > i {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../Images/earro.png) center no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        vertical-align: middle;
        margin-right: 4px;
        color: white;
    }

.gLoginAreaRight .loginRegister {
    padding: 0px;
    width: 100%;
    height: 40px;
    background-color: #52c03b;
    border: none;
    outline: none;
    margin-top: 16px;
}

    .gLoginAreaRight .loginRegister > input {
        padding: 0px;
        width: 100%;
        height: 100%;
        color: white;
        cursor: pointer;
        outline: none;
        border: none;
        background-color: #52c03b;
        font-size: 14px;
        text-align:center;
    }
.gLoginAreaRight font {
    border: none;
    outline: none;
    background-color: #52c03b;
    width: 100%;
    height: 40px;
    font-family: '微软雅黑';
    font-size: 14px;
    display:block;
}
.loginRegister input {
    border: none;
    outline: none;
    background-color: #52c03b;
    width: 100%;
    height: 40px;
    font-family: '微软雅黑';
    font-size: 14px;
    display: block;
    color:#fff;
}

.gLoginAreaRight .loginForget {
    margin: 0px 0px 16px;
    display: block;
    text-align: right;
    color: #fff;
    text-decoration: none;
}

.loginForget {
    width: 74px;
}

    .loginForget > a {
        line-height: 22px;
        margin: 5px 0;
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        color: #8692ab;
    }

        .loginForget > a:hover {
            color: #5C99FF;
            text-decoration: underline;
        }
/***底部footer***/
.gLoginFooter {
    width: 100%;
    background-color: #203963;
    color: #567dbf;
    padding: 20px 0px;
    padding: 20px 0px;
}

    .gLoginFooter > ul {
        margin: 20px 0px;
        width: 100%;
        text-align: center;
    }

        .gLoginFooter > ul > li {
            display: inline-block;
            list-style: none;
        }

            .gLoginFooter > ul > li > a {
                text-decoration: none;
                color: #3579b7;
            }

.gLoginFooterLine {
    width: 15px;
    color: #82a0d4;
    text-align: center;
}



.jgxtLoginText {
    width:100%;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    background:#fff;
}
.jgxtLoginText input {
    border: none;
    outline: none;
    padding: 0px 0px 0px 40px;
    width: 238px;
    height: 44px;
    line-height: 44px;
    float: left;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #6E7E8F;
}
.jIconGuide {
    display: block;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 12px;
}
.certificateError, .codeError, .userError, .passError, .Verificationrandom, .confirmPassError {
    display: block;
    height: 24px;
    line-height: 24px;
    color: red;
    font-size: 13px;
    text-align: left;
}


/************自定义下拉菜单**开始************/


.twelveSelectBox {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.twelveSelectText {
    width: 60px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 2;
}

.twelveSelectCon {
    position: relative;
}

.twelveSelectCon p {
    padding-left: 70px;
    width: 206px;
    height: 44px;
    line-height: 44px;
    text-indent: 10px;
    color: #6E7E8F;
    font-size: 14px;
    background: #d3d8e1;
}

.twelveSelectCon img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    border: none;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 22px;
    top: 20px;
}

.twelveSelect {
    position: relative;
    color: #999999;
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.twelveSelect select {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity: 0;
    );
    font: 14px/20px "Microsoft YaHei";
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.twelveSelect select option {
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
}

/************自定义下拉菜单**结束************/

.jTwelveLoginAreaRight {
    height: auto;
    margin: 30px 20px 0px 90px;
}
.jTwelveDownload {
    color: #8692ab;
    width:100%;
    text-align:center;
    margin:16px 0px;
}
.jTwelveDownload span, .jTwelveDownload a {
    display:inline-block;
    *display:inline;
    *zoom:1;
    color: #8692ab;
}
.jTwelveDownload a {
    text-decoration: none;
    color: #8692ab;
}
.jTwelveDownload a:hover{
    color:#567dbf;
}
/*用户登录  &&&&  证书登录切换*/

.w_countyMain {
    padding: 20px 56px 0px 56px;
}

.w_county {
    border-bottom: 1px solid #dddddd;
}

    .w_county li {
        float: left;
        width: 50%;
        text-align: center;
        height: 22px;
        line-height: 22px;
        cursor: pointer;
        font-size: 16px;
        color: #8692ab;
        padding-bottom:10px;
    }

    .w_county .w_county-Active {
        color: #fff;
        border-bottom: 1px solid #368BEB;
    }
.by_SelectLayer{
    display:none;
}


/**********************屏幕适配*********************/
@media screen and (max-width: 1536px) {
    .wq_pl_LoginBox {
        transform: scale(.8);
    }
}



