a:focus{
    text-decoration: none;
}
button{
    border: 0;
    background-color: none;
    outline: none;
}
/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input[type=checkbox]{
    vertical-align: middle;
    margin: 0;
}
input:focus{
    outline: none;
}
.v-head-full{
    width: 100%;
}
.v-head{
    height: 90px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.v-head .logo-left{
    float: left;
}
.v-head .registered-right{
    line-height: 88px;
    font-size: 14px;
    color: #fff;
}
.v-head .registered-right a{
    border: 1px solid #333;
    border-radius: 14px;
    color: #333;
    padding: 5px 8px;
}
.v-head .logo-left a{
    display: inline-block;
    /*width: 162px;*/
    height: 50px;
    margin-top: 20px;
}
.v-head .logo-left a img{
    width: 100%;
    display: inline-block;
}
.v-head .logo-left .title{
    font-size: 16px;
    margin-top: 28px;
    color: #333;
}
.logo-left .shu{
    border-left: 1px solid #e8e8e8;
    height: 40px;
    margin: 20px 10px 0;
}
.v-login-position{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.v-login .login-box{
    width: 420px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
}
.login-box .title{
    text-align: center;
    font-size: 22px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.login-box dl{
    margin-bottom: 38px;
    width: 340px;
    height: 42px;
    border: 1px solid #eee;
    font-size: 16px;
    background-color: #fff;
    margin-left: 40px;
    border-radius: 4px;
}
.login-box dl dt{   
    width: 38px;
    height: 40px;
	padding-left: 4px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.login-box .inputs {
    height: 42px;
    width: 248px;
    font-size: 14px;
    border-style: none;
    padding: 5px;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.login-box .submit{
    width: 340px;
    margin-left: 40px;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: none;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg,#19b4f1,#0e73e8)!important;
}
.login-box .submit.okSubmit{
    background-color: #434ae0;
    color: #fff;
}
.login-box .tips{
    width: 300px;
    margin: 10px 0 10px 50px;
    /*color: #fff;*/
}
.login-box .tips .blue{
    color: #2c9cf0;
}
/*.login-box .tips .white{
    color: #fff;
}*/
.v-footer{
    text-align: center;
    padding: 14px 0;
    width: 100%;
    color: #999;
    position: fixed;
    bottom: 0;
}
.v-login .imgHref{
    width: 710px;
    height: 370px;
}
.v-login .imgHref a{
    display: block;
    width: 100%;
    height: 100%;
}
/*.v-registered{
    margin-top: 100px;
    margin-bottom: 130px;
}*/
.pr{
    position: relative;
}
.pr .obtain-code{
    position: absolute;
    right: -43px;
    top: 8px;
    display: block;
    width: 90px;
    height: 32px;
    background-color: #434ae0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    
}
.pr .obtain-code.ccc{
    background-color: #ccc;
}
/*重置密码css*/
.retrieve{
    background-color: #2c9cf0;
}
.retrieve .v-head .logo-left .title{
    color: #fff;
}
.retrieve-content{
    min-height: 716px;
}


.edit-content .step {
    width: 1140px;
    height: 52px;
    margin: 50px auto 90px;
    background: no-repeat;
    background-position: 170px 17px;
    padding: 58px 0 0 61px;
}
.edit-content .step1{
    background-image: url("../images/step1.png");
}
.edit-content .step2{
    background-image: url("../images/step2.png");
}
.edit-content .step3{
    background-image: url("../images/step3.png");
}
.edit-content .step span {
    float: left;
    width: 260px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}
.edit-content .validation-form dl {
    margin-bottom: 24px;
    font-size: 16px;
}
.edit-content .validation-form dl dt {
    float: left;
    width: 50%;
    text-align: right;
    color: #333;
    padding-right: 10px;
    box-sizing: border-box;
}
.edit-content .validation-form dl dd {
    float: left;
    width: 50%;
}
.edit-content .validation-form .validate-code .code-input {
    width: 108px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid #666;
    text-indent: 1em;
}
.validate-code .send-msg {
    margin-left: 12px;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #2c9cf0;
    border-radius: 6px;
    color: #2c9cf0;
    font-size: 14px;
}
.edit-content .nextStep {
    display: block;
    width: 110px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    color: #fff;
    background-color: #2c9cf0;
    font-size: 14px;
}
.edit-content .validation-step2 dl dt {
    width: 40%;
}
.validation-step2 .pwd-input {
    width: 250px;
    height: 30px;
    text-indent: 1em;
}
.validation-step3 {
    text-align: center;
    font-size: 16px;
}
.validation-step3 p {
    padding-bottom: 10px;
}
.blue {
    color: #2c9cf0;
}
/*重置密码css*/
/*条款弹出层css*/
.terms_dialog_h3{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.terms_dialog_content{
    margin: 14px auto;
    padding: 10px;
    width: 460px;
    height: 380px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}
.clause_agree {
    border: none;
    width: 300px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: #fff;
    background: #2c9cf0;
    padding: 10px 0;
    cursor: pointer;
}
/*条款弹出层css*/
/*flex 兼容样式*/
.flex {     /*定义布局为盒模型*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-1 {       /*子元素占据剩余的空间*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-v {       /*盒模型垂直布局*/
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-center {        /*子元素垂直居中*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {         /*子元素水平居中*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-end {         /*子元素靠末尾*/
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex-pack-justify {        /*子元素两端对齐*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-auto-center{          /*盒模型元素垂直水平居中*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-center-justify{          /*盒模型元素垂直水平居中*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}