@charset "utf-8";
body{
    /*background-color: #3895e8;*/
}
.wrap{
    box-sizing: border-box;
    height: 100vh;
    /*background: linear-gradient(90deg,#1e38a3,#0084ff);*/
	/*background: linear-gradient(90deg,#021048,#1e38a3);*/
    background-attachment: fixed;
    background-size: auto 100vh;
    position:  relative;
    background: url(https://cache.51baogao.cn/skin/51baogao/images/hero-background.769bb51c.svg) center top / cover no-repeat,linear-gradient(rgb(20, 51, 214) 0%, rgb(0, 105, 255) 100%) center top / cover no-repeat;
}
.form-data{
    background-color: #ffffff;
    width: 482px;
    left: 50%;
    margin-left: -230px;
    border-radius: 5px;
    box-shadow: 0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
    border-radius: 15px;
    padding: 35px 0 0px 0;
    position: fixed;
    top: 10%;
}
.form-data .tel-warn{
    position: absolute;
    color: #ea5d5f;
    font-size: 12px;
    right: 0;
    top: 22px;
}
.form-data .tel-warn i{
    display: inline-block;
    vertical-align: middle;
    color: #ea5d5f;
    font-size: 16px;
    margin-top: -3px;
    margin-left: 5px;
}
.form-data .p-input,.find_password .p-input{
    padding: 0px 10px;
    height: 46px;
    box-sizing: border-box;
    width: 340px;
    margin: 0 auto 20px;
    display: block;
    font-size: 16px;
    background-color: #f2f6fa;
    border-radius: 4px; 
}
.form-data .code{
    width: 340px;
    margin-left: 60px;
}
.form-data .code input{
    width: 200px;
}
.form-data .code img{
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 2px;
}
.form-data .code .img-err{
    right: 120px;
    top: 15px
}
.form-data .code a{
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #000;
    left: 320px;
    bottom: 0;
}
.form-data .send{
    color: #969696;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 10;
}
.form-data .send:hover{
    color: #3895e8;
}
.form-data .time{
    color: #969696;
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 14px;
}
.form-data label,.find_password label{
    font-size: 14px;
    display: inline-block;
    color: #cdd3de;
    line-height: 46px;
}
.form-data input,.find_password input{
    outline: none;
    border: none;
    z-index: 5;
    position: absolute;
    top: 0px;
    width: 330px;
    background-color: transparent;
    font-size: 14px;
    height: 46px;
    left: 10px;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-data .head-logo{
    position: absolute;
    top: -47px;
    left: 116px;
}
.reg_checkboxline{
    font-size: 14px;
    color: #cacaca;
    height: 30px;
    margin: 20px auto 20px;
    line-height: 30px;
    width: 340px;
}
.form-data .pass-warn{
    width: 400px;
    color: #ea5d5f;
    font-size: 14px;
    margin: 0 auto;
}
.reg_checkboxline p{
    line-height: 30px;
    padding: 0;
    border-bottom: 0;
}
.reg_checkboxline a{
    color: #9e9e9e;
}
.reg_checkboxline a:hover{
    color: #3895e8;
}
.reg_checkboxline i.boxcol {
    background: #0084FF;
    color: #fff;
}
.icon-ok-sign {
    background: #b8c4ce;
    border-radius: 2px;
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
    width: 16px;
    height: 16px;
    font-size: 12px;
    display: block;
    margin-top: 7px;
    line-height: 16px;
    text-align: center;
}
.form-data .lang-btn{
    width: 340px;
    font-size: 18px;
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:0px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background-color: #0084FF;
}
.form-data .lang-btn.off{
    /*color: #a0a0a0;*/
    /*background-color: #e5e5e5;*/
}
.bottom-info{
    /*width: 400px;*/
    line-height: 18px;
    font-size: 14px;
    color: #cacaca;
    margin: 0 auto 30px;
    text-align: center;
}
.bottom-title{
    /*width: 400px;*/
    line-height: 18px;
    font-size: 18px;
    color: #0084FF;
    margin: 0 auto 40px;
    text-align: center;
}
.bottom-info a{
    color: #42a5f5;
}
.form-data .error{
    color: #ea5d5f;
    font-size: 14px;
    top: -5px;
    right: 0;
    position: absolute;
}
.form-data .r-forget{
    width: 340px;
    margin: 0 auto;
}
.form-data .r-forget a{
    font-size: 12px;
    color: #8d8d8d;
}
.form-data .r-forget a:hover{
    color: #3895e8;
}
.form-data .third-party{
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.form-data .third-party .icon-qq-round{
    font-size: 40px;
    color: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
}
.form-data .third-party .icon-qq-round:hover{
    color: #42a5f5;
}
.form-data .third-party .icon-weixin:hover{
    
}
.form-data .third-party .icon-sina1:hover{
    color: #da2a2e;
}
.form-data .third-party .icon-weixin{
    font-size: 40px;
    color: #07c160;
    display: inline-block;
    vertical-align: middle;
}
.form-data .third-party .icon-sina1{
    font-size: 36px;
    color: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
}
.form-data .change-login{
    width: 400px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #cdd3de;
}
.form-data .change-login p{
    cursor: pointer;
}
.form-data .change-login p.on{
    color: #333;
    font-weight: 400;
}
.form2{padding-top: 40px;}
.find_password{
    background-color: #ffffff;
    width: 460px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 30px 0;
    left: 50%;
    margin-left: -230px;
    position: fixed;
    top: 15%;
}
.find_password h4{
    font-size: 18px;
    color: #42a5f5;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
.find_password .right_now{
    width: 380px;
    text-align: right;
    margin: 20px auto 30px;
    font-size: 12px;
    color: #cacaca;
}
.find_password .right_now a{
    color: #42a5f5;
}
.find_password .pc-very,.find_password .pc-code{
    display: none;
}
.find_password .very2{
    font-size: 14px;
    position: absolute;
    display: inline-block;
    color: #cacaca;
    top: 14px;
    right: 0;
}
#pc_reset,#pc_reset2{
    width: 280px;
}
.pc_reset span{
    display: inline-block;
    font-size: 14px;
    position: absolute;
    /* color: #cacaca; */
    top: 14px;
    right: 0;
}
.error-tip{
    position: absolute;
    right: 0;
    top: 15px;
    color: #ea5d5f;
    font-size: 14px;
    /* width: 400px; */
    margin: 0 auto;
    display: none;
}
.find_password .jihuo_email{
    width: 400px;
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    margin: 0 auto;
}
.find_password .again{
    width: 400px;
    color: #cacaca;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}
.find_password .again a{
    color: #42a5f5;
}
.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);
}

.dl-btn{    
	position: relative;
    height: 110px;
    margin: 0 auto;
    width: 460px;
    padding-bottom: 20px;
}
.dl-btn .lang-btn{
	margin-left:49px
}
.account_number,.message{font-size:16px;}