@charset "utf-8";

.Body_content{
    width:100%;
    background: url(../img/loginBack.jpg) left center / cover no-repeat;
    height: 730px;
}

.Body_content1{
    width:300px;
    margin:40px auto;
    color:#fff;
}
.Body_content2{
    width: 352px;
    margin:0 auto;
}
.Content_show{
    width:100%;
    float:left;
    background:#fff;
    margin-top: 200px;
    padding-top: 60px;
    position: relative;
}
.Content_show:after {
    content: '';
    width: 260px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -130px;
    z-index: 0;
}
.logoTop{
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -51.5px;
}

.Content_form{
    float:left;
    /*width:285px;*/
    margin:25px;
}
.Content_down {
    float:left;
    width:100%;
}
input::-webkit-input-placeholder {
    color: #666;
}
input:-moz-placeholder {
    color: #666;
}
input::-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder {
    color: #666;
}
.Content_down input {
    width: 100%;
    height: 40px;
    color: #333;
    font-size: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid #c5c4c4;
}

.username,.password,.phone,.photoCode,.phoneCode {
    color: #adadad;
    text-indent: 2.2em;
}
.username {
    background: url("../img/login/user.png") no-repeat 6px center/16px 18px;
}
.password {
    background: url("../img/login/password.png") no-repeat 6px center/16px 18px;
}
.phone {
    background: url("../img/login/phone.png") no-repeat 6px center/16px 18px;
}
.photoCode {
    background: url("../img/login/code1.png") no-repeat 6px center/16px 15px;
}
.phoneCode {
    background: url("../img/login/code2.png") no-repeat 6px center/16px 15px;
}

.remInp input,.aggreeInp input {
    width: 12px;
    height: 12px;
    margin: 5px 5px 4px 0;
    float: left;
    border: 1px solid #12CDF4;
    -webkit-appearance: none;
}
.remInp input:checked,.aggreeInp input:checked {
    background: url("../img/login/checked.png") no-repeat center center/12px;
}
.remInp label {
    color: #666;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.forget {
    font-size: 12px;
    color: #3899ff;
}
.loginBottom {
    width: 100%;
    color: #999;
    margin: 20px 0 10px;
    font-size: 12px;
    float: left;
}
.loginBottom a {
    color: #3899ff;
}

.loginBtn {
    color: #fff;
    width: 160px;
    height: 43px;
    background: url("../img/login/btn_bg.png") no-repeat center center/100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -80px;
    z-index: 2;
    cursor: pointer;
}

/*注册*/
.registerBox {
    height: 950px;
}
.Content_down input.photoCode,
.Content_down input.phoneCode {
    width: 180px;
    float: left;
}
.codeImg {
    width: 80px;
    height: 40px;
    float: right;
}
.codeImg img {
    width: 100%;
    height: 100%;
}
.getCode {
    width: 80px;
    height: 40px;
    color: #fff;
    float: right;
}
.getCode #get_phone_code {
    color: #fff;
    border: none;
    background-color: #12CDF4;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    min-width: 72px;
}
.aggreeInp {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
}
.aggreeInp label {
    float: left;
}
.aggreeInp a {
    float: left;
    color: #3899ff;
}

.aggreeInp a.color_a {
    float: right;
    color: #666;
}
.registerBottom {
    font-size: 12px;
    margin-bottom: 10px;
}
.registerBottom a.color_a {
    color: #3899ff;
}

