*{
    margin:0;
    padding:0;
}

body {
    font-size: 14px;
    background-color: #3895e8;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,a:hover {
    text-decoration: none;
}
em, cite, i {
    font-style: normal;
}


input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    line-height: normal;
}

.wrap {
    box-sizing: border-box;
    height: 100vh;
    background: url(../images/login_bg.jpg) no-repeat center;
    background-size: auto 100vh;
    position: relative;
}

.wpn {
    width: 1180px;
    margin: 0 auto;
}

.pos {
    position: relative;
}

label {
    cursor: pointer;
}


.text-center{
    text-align: center;
}

.lang-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    background-color: #3499DA;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    border: none;
    letter-spacing: 1px;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
}

.lang-btn:hover {
    text-decoration: none;
}

.lang-btn:active {
    outline: 0;
    box-shadow: none;
}

.form-data .lang-btn {
    width: 340px;
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background-color: #42a5f5;
}

.form-data .lang-btn:focus {
    outline:0;
}

.lang-btn::-moz-focus-inner {border: 0;padding: 0;}
.lang-btn-success { background-color: #4a993e; }
.lang-btn-eroor { background-color: #b33630; }
.lang-btn-disabled { background-color: #ddd; color: #777; cursor: default; }
.lang-btn-show { background-color: #e4e9ed; color: #2d3e50; cursor: default; }

.hide {
    display: none !important;
}

.form-data {
    background-color: #ffffff;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 65px 0 0 0;
    position: fixed;
    top: 20%;
    font-size: 18px;
}

.form-data .head-logo {
    position: absolute;
    top: -47px;
    left: 70px;
    width:320px;
    height: 93px;
    line-height: 93px;
    color: #fff;
    background: url('../images/title_bg.png');
}

.form-data input, .find_password input {
    outline: none;
    border: none;
    z-index: 5;
    position: absolute;
    top: 13px;
    width: 340px;
    background-color: transparent;
    font-size: 20px;
}

.form-data .p-input, .find_password .p-input {
    padding: 5px 0;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    width: 340px;
    margin: 0 auto 16px;
    line-height: 14px;
    display: block;
}

.form-data label, .find_password label {
    font-size: 14px;
    position: absolute;
    display: inline-block;
    color: #cacaca;
    top: 22px;
}

.form-data .tel-warn {
    position: absolute;
    color: #ea5d5f;
    font-size: 12px;
    right: 0;
    top: 22px;
}

.form-data .lang-btn.off {
    color: #a0a0a0;
    background-color: #e5e5e5;
}

.form-data .r-forget {
    width: 340px;
    margin: 0 auto;
}

.form-data .r-forget a:hover {
    color: #3895e8;
}
.form-data .r-forget a {
    font-size: 12px;
    color: #8d8d8d;
}

.pretty {
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px 5px 0;
}

.pretty>input[type='checkbox'], .pretty>input[type='radio'] {
    width: 14px;
    height: 14px;
    top:0;
    position: relative;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    outline: 0;
    transition: all .2s ease;
    border-radius: 0;
    line-height: 1;
    margin-top: 0;
    vertical-align: -2px;
}

input[type=checkbox]:checked {
    border-color: #20A0FF;
    background-color: #20A0FF;
}

input[type=checkbox]:hover {
    border-color: #20A0FF;
    cursor: pointer;
}

input[type=checkbox]:checked:after {
    content: '';
    display: block;
    height: 5px;
    width: 9px;
    border: 0 solid #fff;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 2px;
    left: 2px;
}

.pretty.success {
    position: relative;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.wrap .right {
    position: absolute;
    width: 1180px;
    bottom: -80px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    margin-left: -590px;
    color: rgba(0,0,0,.3);
    font-size: 12px;
}

.err_tip{
	height: 30px;
    width: 340px;
    color: red;
    margin: 0px auto;
}