body{
    background-color: white;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.header{
    background:#ffffff;
    width:100%;
    height:80px;
    box-shadow: 2px 0px 5px #a4a4a4;
    border-bottom: 1px solid #ebebeb;
}
.header-content{
    width:1140px;
    height:80px;
    margin: 0 auto;
    line-height: 80px;
    overflow: hidden;
}
.header-content-left{
    float: left;
}
.header-content-left img{
    vertical-align: middle;
}
.header-content-right{
    font-size:16px;
    color:#9b9b9b;
    letter-spacing:-0.39px;
    float: right;
}
.header-content-right-span2{
    color: #5aabd7;
    cursor: pointer;
    margin-left: 5px;
}
.login-hr{
    font-size:24px;
    width:915px;
    margin: 0 auto;
    color:#4a4a4a;
    letter-spacing:-0.58px;
    text-align:left;
    font-weight: 500;
    margin-top: 52px;
    margin-bottom: 30px;
}
.login-mes{
    width:1128px;
    height:630px;
    margin: 0 auto;
    overflow: hidden;
}
.login-mes-left{
    float: left;
}
.login-mes-gs{
    border:1px solid #dfdfdf;
    border-radius:4px;
    width:455px;
    height:54px;
    line-height: 54px;
    padding-left: 20px;
    font-size: 16px;
    color:#666666;
    margin-left: 103px;
    position: relative;
}
.login-mes-gs span{
    position: absolute;
    left: 20px;
    top:-2px;
}
.login-mes-gs input{
    position: absolute;
    left:68px;
    top:0;
    margin-left: 29px;
    font-size: 16px;
    width:310px;
    height: 52px;
    line-height: 52px;
}
::-moz-placeholder{color:#b3b3b3;}
::-webkit-input-placeholder{color:#b3b3b3;}
:-ms-input-placeholder{color:#b3b3b3;}
.valida{
    display: inline-block;
    width:303px;
    margin-left: 0;
}
.valida-btn{
    display: inline-block;
    border: none;
    background:#5aabd8;
    border-radius:4px;
    width:140px;
    height:54px;
    margin-left: 12px;
    font-size:16px;
    color:#ffffff;
    letter-spacing:-0.39px;
    text-align: center;
    color: white;
    outline: none;
    cursor: pointer;
    line-height: 54px;
}
.login-mes-gs-f{
    overflow: hidden;
    margin-left: 103px;
    width:455px;
}
li{
    list-style: none;
}
.item_check{
    margin-left: 103px;
}
.login-btn{
    background:#5aabd8;
    border:1px solid #dfdfdf;
    border-radius:4px;
    width:455px;
    height:58px;
    line-height: 58px;
    margin-left: 103px;
    margin-top: 33px;
    font-size:18px;
    color:#ffffff;
    letter-spacing:-0.65px;
    text-align:center;
    line-height: 58px;
    cursor: pointer;
    outline: none;
}
.savePwd{
    width:15px;
    height:15px;
    vertical-align: sub;
}
.valida input{
    width:165px;
}
#layerStart{
    color: #5aabd7;
}
.login-mes-right{
    width:400px;
    height:459px;
    float: left;
    margin-left: 98px;
    border-left: 1px solid #eeeeee;
}
.care{
    display: block;
    margin: 2px 0px 0px 36px;
    font-size:18px;
    color:#4a4a4a;
    letter-spacing:-0.43px;
    text-align:left;
    font-weight: 500;
}
.content-body-right {
    padding-left: 60px;
}

.content-body-right > div {
    font-size: 18px;
    color: #4a4a4a;
}

.content-body-right > div i {
    font-size: 24px;
    vertical-align: middle;
}

.content-body-right > ul {
    margin-top: 21px;
    margin-left: 28px;
}

.content-body-right > ul > li {
    line-height: 2.1;
    color: #4a4a4a;
}

.content-body-right > p {
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 20px;
}

.valida-bg{
    background-color: #a4a4a4;
    cursor: no-drop;
}
.test{
    margin-left: 103px;
    color: red;
    font-size: 12px;

}
.alert{
    background:#ffffff;
    border-radius:4px;
    width:359px;
    height:200px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ebebeb;
    display: none;
}
.alert-span{
    display: inline-block;
    margin-left: 318px;
    margin-top: 15px;
    cursor: pointer;
    color: #dedede;
}
.alert-left{
    width:300px;
    margin: 0 auto;
    margin-top: 28px;
    font-size:20px;
    color:#4a4a4a;
    letter-spacing:0;
}
.alert-p{
    width:150px;
    margin: 0 auto;
    text-align: center;
    margin-top: 45px;
}
.alert-left .icon-radio-on{
    font-size: 32px;
    margin-left: 82px;
    color: #417505;
}
.alert-span2{
    margin-left: 14px;
    vertical-align: super;
}
.item_check .icon-fill391{
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.item_check .icon-fill39{
    font-size: 20px;
    vertical-align: middle;
    color: #5aabd7;
}
.helper-body-right{
    height:700px;
    overflow: auto;
}
.btn-bg{
    background-color: #a4a4a4;
}
.alert-b{
    position: fixed;
    left: 0;
    top:0;
    width:100%;
    height:100%;
    background-color: black;
    opacity: 0.4;
    filter:alpha(opacity=40);
    display: none;
}
.input2-hide{
    margin-left: 110px;
    font-size: 12px;
    color: red;
    height: 30px;
    visibility: hidden;
}
.login-btn-bgc{
    background-color: #dfdfdf;
    cursor: no-drop;
}

.a1 {
	color: blue;
	cursor: pointer;
	text-decoration:underline;
}

.a2 {
	color: gray;
	cursor: pointer;
	text-decoration:underline;
	disabled : disabled
}