body
{
    background-color: #ededed;
    margin:0px;
    padding:0px;
}
*{
    font-family: "微软雅黑";
    font-size: 14px;
    margin:0px;
    padding:0px;
}
.header{
    display: inline-block;
    width: 100%;
    background: transparent url("../images/index/top_back.png") repeat-x;
}
.header img
{
    padding-left: 15px;
}
.top_right
{
    display: inline;
    float: right;
    color: #d3d3d3;
    text-align:right;
    height: 45px;
    list-style:none;
}
.top_right li
{
    padding: 12px 20px 0 0;
    float:left;
    list-style: none;
}
.lang
{
    height:25px;
    width:75px;
    float: right;
    position: relative;
    line-height: 25px;
    text-align: left;
    cursor: pointer;
    color:#d3d3d3;
    margin-right: 5px;
    margin-top:10px;
    display:block;
    background-image:url('../images/index/select_btn.png');
    background-repeat: no-repeat;
    background-position:100% 60%;
    z-index: 9999;
}
.lang ul
{
    display:none;
    list-style: none;
    height: 75px;
    width: 75px;
    margin: 0;
    padding: 0;
}
.lang ul li
{
    height: 25px;
    width: 75px;
    line-height: 25px;
    list-style: none;
    float:left;
    margin: 0;
    padding: 0 0 0 10px;
    background-color: #202020;
    color: #d3d3d3;
}
.lang ul li:hover
{
    background-color: #3d4448;
}
.banner{
    width:100%;
    height:103px;
    background-color: #e6e6e6;
    border-bottom: 1px solid #d5d5d5
}
.CLogo{
    height:103px;
    width:180px;
    margin-left:130px;
    background-image:url('../images/index/UCLogo.png');
    background-repeat: no-repeat;
    background-position:center;
    float: left;
}
.line{
    height:103px;
    width:2px;
    margin-left:10px;
    background-image:url('../images/register/y_line_gray.png');
    background-repeat: no-repeat;
    background-position:center;
    float: left;
}
.banner_title{
    font-size:18px;
    color:#4e4e4e;
    height: 103px;
    line-height: 138px;
    margin-left: 27px;
}
.logNow{
    height: 103px;
    float:right;
}
.logNow span{
    font-size:14px;
    color:#4e4e4e;
    height: 103px;
    line-height: 138px;
}
.logNow a{
    font-size:18px;
    text-decoration: none;
    color:#1e93ee
}
.main{
    width:960px;
    min-height: 400px;
    text-align: center;
    margin-top:23px;
    margin-left: 100px
}
.mainL{
    width:41px;
    float:left
}
.tab{
    font-size:14px;
    color:#fff;
    font-weight: bold;
    overflow:hidden;
    list-style:none;
}
.tab li{
    background-color: #adb1b3;
    width:14px;
    list-style: none;
    margin-top:7px;
    word-wrap: break-word; 
    padding: 17px 13px;
}
.mainR{
    margin:0 0 0 40px;
    min-height:500px;
    border:1px solid #d1d1d1;
    background-color: #fff;
    padding-bottom: 72px;
}
.RegForm{
    margin-top:35px;
    list-style:none;
}
.option{
    height:40px;
    float: left;
    margin-bottom: 16px;
    width: 800px;
}
.option_name{
    width:164px;
    height:40px;
    line-height:40px;
    text-align: right;
    color:#4e4e4e;
    float: left;
    padding-right: 13px;
}
.option_name em{
    font-family: '黑体';
    font-size: 16px;
    font-style: normal;
    color:#ff2400
}
.option_input,.FPoption_input{
    float: left;
}
.tip{
    float: left;
    font-size: 12px;
    color:#898989;
    margin-left: 16px;
    width:280px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
#RegForm_phone_tip{
    padding-top:5px;
    line-height: 14px;
}
input
{
    width: 298px;
    height: 38px;
    outline: none;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    padding-left: 5px;
}
#RegForm_verify,#RegForm_code{
    width: 137px;
}
#verify{
    float: left;
    width: 147px;
    background-image:url('../images/register/button.png');
    background-repeat: no-repeat;
    background-position:center;
    margin-left: 14px;
    color:#4e4e4e;
    cursor:pointer
}
.verify_img{
    float: left;
    height:40px;
    overflow: hidden;
    margin-left: 14px;
    cursor:pointer
}
.changeCode{
    color:#1e93ee;
    font-size: 12px;
    cursor:pointer;
    margin-right: 8px;
}
.agreement{
    float:left;
    line-height: 14px;
    font-size: 12px;
    color:#898989;
    width: 180px;
    margin:6px 500px 25px 177px;
    text-align: left;
}
.select{
    cursor: pointer;
    height: 14px;
    width: 14px;
    position: absolute;
    background: url("../images/login/checked.png") center center no-repeat;
}
.agreement a{
    font-size: 12px;
    text-decoration: none;
    color:#1e93ee
}
.agree{
    font-size: 12px;
    margin-left:18px
}
.submit{
    width:288px;
    height:52px;
    float:left;
    margin: 0 0 52px 177px;
}
.submit input{
    background-color: #007cc2;
    font-size: 18px;
    color:#fff;
    width:288px;
    height:52px;
    cursor:pointer
}
.submit input:hover,.FPsubmit input:hover,.step4_submit input:hover{
    background-color: #1c9be2;
}
.error{
    width:16px;
    height:40px;
    background-image:url('../images/register/error.png');
    background-repeat: no-repeat;
    background-position:center;
    position: absolute
}
.errorText{
    margin-left:25px;
    font-size: 12px
}
.inputRight{
    width:16px;
    height:40px;
    background-image:url('../images/register/right.png');
    background-repeat: no-repeat;
    background-position:center;
    position: absolute
}
.notice{
    width:16px;
    height:40px;
    background-image:url('../images/register/notice.png');
    background-repeat: no-repeat;
    background-position:center;
    position: absolute
}
.footer{
    font-size: 12px;
    color:#898989;
    width:100%;
    bottom:0;
    float: left;
    text-align: center;
    padding: 48px 0 30px 0;
}
.SucContent{
    width:400px;
    margin:100px 0 0 280px
}
.SucImg{
    height:150px;
    width:200px;
    background-image:url('../images/register/finish.png');
    background-repeat: no-repeat;
    background-position:center;
    margin:0 0 0 100px
}
.SucText{
    width:100%
}
.SucText a{
    color:#1e93ee
}
.title{
    width:100%;
    height:44px;
    border-bottom: 1px solid #d1d1d1
}
.title span{
    font-size: 18px;
    color:#4e4e4e;
    font-weight: bold;
    float: left;
    margin: 12px 0 0 52px;
}
.mainC{
    width:856px;
    text-align: center;
    margin:34px 0 0 52px;
}
.step{
    height:40px;
    width:100%;
    background-image:url('../images/register/step1.png');
    background-repeat: no-repeat;
    background-position:0 center;
    margin: 0;
}
.FPoption_input input{
    width: 253px;
    height: 38px;
    background-color: transparent
}
.form{
    text-align: center;
    margin-top:39px;
    margin-left: 130px;
    min-height:400px
}
.FPsubmit{
    width:288px;
    height:52px;
    float:left;
    margin: 24px 0 52px 177px;
}
.FPsubmit input,.step4_submit input{
    background-color: #007cc2;
    font-size: 18px;
    color:#fff;
    width:160px;
    height:40px;
    cursor:pointer
}
.showInfo{
    font-size: 16px;
    color:#ff7200;
    font-weight: bold;
    width:130px;
    float:left;
    height:40px;
    line-height: 40px;
    text-align: left;
    padding-left:13px
}
.step4Content {
    width: 400px;
    margin: 0px 0 0 67px;
}
.step4_submit{
    width: 288px;
    height: 52px;
    float: left;
    margin: 24px 0 52px 57px;
}
#FPForm_code{
    width: 137px;
}
.Amain{
    width:800px;
    text-align: left;
    margin-top:40px;
    margin-left: 100px
}
.Amain span{
    font-weight: bold;
    font-size: 14px;
    color:#007cc2;
    line-height: 50px;
}
.Amain p{
    font-size: 12px;
    color:#4e4e4e;
    line-height: 20px;
}
.turn{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display:block;
}