﻿.top {
    padding: 25px 0;
    overflow: hidden;
}
.login-logo {
    float: left;
    width: 500px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.login-logo img {
    width: 100%;
    height: 100%;
}
.top-login-index {
    float: right;
    line-height: 50px;
    font-size: 14px;
}
.top-go-index {
    width: 20px;
    height: 20px;
    background: url(/static/img/web/go-index.png);
    background-size: auto auto;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.top-login-index a {
    color: #444;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w1100 {
    width: 1100px;
    margin: auto;
}
.reg {
    background: #f6f6f6;
    height: 690px;
}
.w956 {
    width: 1100px;
    margin: auto;
}
.form-box {
    width: 700px;
    min-height: 550px;
    margin-top: 30px;
    background: #fff; 
    box-shadow: 1px 3px 10px #ececec;
}
.mobile-reg {
    margin: 0 70px;
}
.form-box .input-box {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #d7d8d9;
    height: 40px;
    margin-top: 20px;
}
.mobile-reg .icon-shouji {
    width: 38px;
    height: 20px;
    margin: 10px 0;
    background: url(/static/img/web/icon-reges-shouji.png) center no-repeat;
    border-right: 1px solid #d7d8d9;
}
.mobile-reg .icon-user {
    width: 38px;
    height: 20px;
    margin: 10px 0;
    background: url(/static/img/web/icon-login-yonghuming.png) center no-repeat;
    border-right: 1px solid #d7d8d9;
}
.form-box .input-text {
    height: 100%;
    width: 92%;
    border: none;
    text-indent: 10px;
    color: #595959;
    outline: none;
    font-size: 14px;
}
.mobile-reg .icon-mima2 {
    width: 38px;
    height: 20px;
    margin: 10px 0;
    background: url(/static/img/web/icon-reges-mima2.png) center no-repeat;
    border-right: 1px solid #d7d8d9;
}
.get-code-btn-box {
    margin-top: 20px;
    float: left;
    padding-left:0px;
    padding-right:0px;
}
.mobile-reg .code {
    width: 376px;
    height: 40px;
    border: 1px solid #d7d8d9;
    color: #595959;
    outline: none;
    font-size: 14px;
    text-indent: 15px;
    margin-top: 0px;
    margin-right: 15px;
}
.form-box .get-code-btn {
    margin-top: 0px;
    width: 168px;
    height: 40px;
    background: #c1c1c1;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    font-family: "微软雅黑";
}
.form-box .go-reg {
    width: 560px;
    margin-top: 30px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #fff;
    background: #178cee;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.form-box .agree {
    color: #666;
    float: left;
    margin-top: 15px;
}
.form-box .agree img {
    vertical-align: middle;
    margin-right: 3px;
}
.pos.fr {
    width: 250px;
    height: 550px;
    border-left: 1px solid #dadada;
    float: left;
    margin-left: 95px;
    margin-top: 30px;
}
.pos-weixin {
    margin: 0px 0px 0px 45px;
}
.pos-weixin p {
    color: #178cee;
    font-size: 14px;
}
.d_bottom_1 {
    float: left;
}
.d_bottom_1 h1 {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
}
.top-login-index a:hover{
	color:#178cee;
}
.form-box .go-reg:hover{ background:#0e7dd9;}