
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ccc; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #ccc; 
} 
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
}
.mt30{
    margin-top: 10px;
}
.clearfix {
    zoom: 1;
}
header{
    height: 76px;
    background-color: #fff;
    box-shadow: 0px 2px 5px #ccc;

}

.wrap2 {
    width: 980px;
    margin: 0 auto;
}
.wrap2 .logo{
    text-decoration: none;
    float: left;
    margin-top: 18px;
}
.wrap2 .logo img{
    height: 40px;
}


.subtitle{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    float: left;
    margin-top: 22px;
    margin-left: 40px;
    padding-left: 25px
}
.subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 32px;
    background-color: #dcdcdc;
}

.form-main{
    width: 780px;
    min-height: 550px;
    margin: 65px auto 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #ccc;

}

.copyright{
    padding: 65px 0;
    text-align: center;
}

.login-tab{
    width: 680px;
    margin: 0 auto;
    height: 62px;
    border-bottom: 1px solid #f2f2f2;
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 60px;
}
.login-tab h2{
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    color:#666;
    margin: 0 auto;
}
.login-tab ul{
    text-align: center;
}
.login-tab li{
    display: inline-block;
    cursor: pointer;
    margin: 0px 24px;
    list-style: none;
}
.login-tab ul .active{
    color: #f15f76;
    border-bottom: 1px solid #f15f76;
}
.login-tab li a{
    color: inherit;
    text-decoration: none;
}

.login-form{
    width: 360px;
    margin: 0 auto;
}
.login-error{
    height: 52px;
}
.login-error .error{
    float: left;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ff7e7e;
    margin-top: 10px;
    visibility: visible;
    padding: 5px;
    height: auto;
    line-height: inherit;
    max-height: 42px;
    min-height: 27px;
    overflow: hidden;
}
.box-text {
    position: relative;
    height: auto;
    overflow: hidden;
}
.box-text label{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    font-weight: 100; 
    margin-bottom: 0;
}
.box-text .code{
    width: 100%;
}
.box-text .text-sm{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    border-radius: 3px;
    border: 1px solid #ccd5db;
    font-size: 14px;
    color: #999;
}
.box-text .text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    border-radius: 3px;
    border: 1px solid #ccd5db;
    font-size: 14px;
    color: #999;
}
.box-text .text-sm:hover , .box-text .text:hover{
     border-color:   #f38798;
     color: #f38798;
}
.box-text .input-error{
    border: 1px solid #ff7e7e;
}

.box-text .sms-code{
    width: 140px;
    height: 40px;
    color: #f15f76;
    background-color: #fafafa;
    border-radius: 3px;
    float: left;
    margin-left: 20px;
}
.box-text .sms-code:hover{
    background-color:  #f2f2f2; 
}
.box-text .sms-djs{
    color:#ccc;
}
.box-text .sms-djs:hover{
    background-color: #fafafa;
}


.remember .checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;

}
.remember .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.remember .checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
    padding-left:0;
}
.remember .checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.remember .checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.remember .checkbox input[type='checkbox']:checked + label:before {
    background: #f15f76;
    border-color: #f15f76;
}
.remember .checkbox input[type='checkbox']:checked + label:after {
    background: #f15f76;
}

.submit-container .submit {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    color: #fff;
    background-color: #f15f76;
    border-radius: 3px;
}

.submit-container .submit:hover{
    background-color: #f15f76;
}
.register-jump{
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}
.register-jump a {
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.register-jump a:hover{
    color: #f15f76;
}

.qrcode-main{
    width: 240px;
    height: 300px;
    text-align: center;
    border: 1px solid #eee;
    margin: 55px auto;
}
.qrcode-main img{
    margin-top: 30px;
}
.qrcode-main .info{
    color: #76838f;
    margin-top: 30px;
}

.qrcode-main .info a {
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.qrcode-main .info a:hover{
    color: #f15f76;
}

.wx-success{
    width: 240px;
    height: 300px;
    text-align: center;
    border: 1px solid #eee;
    margin: 55px auto;
}


.wx-success img{
    width: 56px;
    height: 56px;
    margin-top: 100px;
}
.wx-success p{
    margin-top: 10px;
}

.agrenment-content{
    width: 980px; height: auto;
    overflow: hidden;
    background: #fff;
    margin:  0 auto;
    margin-top: 20px;
    padding: 30px;
    color:#515151;
}
.agrenment-content h1{
    text-align: center;
}

