﻿/**common**/
body, button, input, select, textarea
{
    font-family: Microsoft YaHei,PingFangSC-Regular,SimHei;
}
/**login**/
a, input, label
{
    outline: none;
}
html
{
    width: 100%;
    height: 100%;
}
body
{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.content
{
    width: 750px;
    min-height: 100%;
    background: url(../../../image/conbg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}
.top_arrow
{
    padding-top: 60px;
    margin-left: 45px;
}
.login_info
{
    width: 600px;
    margin: 50px auto 0;
}
.login_info .user
{
    width: 600px;
    font-size: 30px;
    color: #40B4FF;
    margin-bottom: 20px;
    overflow: hidden;
}
.login_info .user input
{
    width: 535px;
    height: 50px;
    line-height: 50px;
    padding: 25px 20px 25px 45px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ffffff;
    font-size: 30px;
    color: #002756;
    border: none;
    outline: none;
}
.login_info .login_btn
{
    width: 500px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: none;
    text-align: center;
    background: #40b4ff;
    color: #ffffff;
    font-size: 32px;
}
.login_info .forget_pwd
{
    width: 500px;
    margin: 40px auto 0;
}
.login_info .forget_pwd a
{
    font-size: 32px;
    color: #ffffff;
}
.login_way
{
    width: 550px;
    margin: 300px auto 0;
    padding-bottom: 100px;
    overflow: hidden;
}
.login_way h2
{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
}
.login_way .way
{
    margin-top: 75px;
    overflow: hidden;
}
.login_way .way a
{
    width: 120px;
    float: left;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
.login_way .way a img
{
    display: block;
    margin-bottom: 20px;
}
.login_way .way .weibo
{
    margin-left: 95px;
}
.login_way .way .weixin
{
    margin-left: 95px;
}
/**find_pwd**/
.find_pwd
{
    width: 600px;
    margin: 50px auto 0;
}
.find_pwd h1
{
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.find_pwd .txt
{
    margin-top: 100px;
}
.find_pwd .txt input
{
    width: 560px;
    height: 50px;
    line-height: 50px;
    padding: 25px 20px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ffffff;
    font-size: 30px;
    color: #002756;
    border: none;
    outline: none;
}
.find_pwd .yzm
{
    margin-top: 20px;
    overflow: hidden;
}
.find_pwd .yzm input
{
    width: 220px;
    height: 50px;
    line-height: 50px;
    padding: 25px 20px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ffffff;
    font-size: 30px;
    color: #002756;
    border: none;
    outline: none;
}
.find_pwd .yzm a
{
    width: 250px;
    height: 100px;
    line-height: 100px;
    border: none;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    background: #40b4ff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.find_pwd .next
{
    width: 498px;
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    display: block;
    margin: 40px auto 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: none;
    text-align: center;
    background: none;
    color: #ffffff;
    font-size: 32px;
    border: 1px solid #ffffff;
}

/**reg_finish**/
.reg_finish
{
    width: 600px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -300px;
}
.reg_finish span
{
    letter-spacing: 3px;
    display: block;
    width: 600px;
    height: 153px;
    padding-top: 97px;
    overflow: hidden;
    text-align: center;
    font-size: 42px;
    color: #002756;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*error-tip*/
.error-bg
{
    width: 750px;
    height: 100%;
    overflow: hidden;
    background: url("../images/opacity-bg.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 4;
}
.error-bg .error-txt
{
    width: 560px;
    padding: 95px 20px;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -300px;
    z-index: 5;
}
.error-bg .error-txt i
{
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background: url("../images/icon-error.png") no-repeat;
}
.error-bg .error-txt span
{
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    color: #002756;
    font-size: 40px;
}
.error-tip
{
    display: block;
    line-height: 1.2em;
    color: #FF4D4D;
    font-size: 30px;
    margin-bottom: 10px;
}
