/*背景*/
.conWrap {
    background: url("../images/bg.jpg");
    background-size: cover;
    /*background-attachment: fixed;*/
    letter-spacing:2px;
}
/*back*/
.back {
    height: 30px;
    margin: 11px 14px;
}
.back a img {
    width: 30px;
}
.back a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.back span {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    vertical-align: top;
}
/*标题*/
.tit {
    height: 55px;
    padding-top: 25px;
    margin-bottom: 67px;
    margin-top: 30px;
}
.tit h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}
/*login*/
.login {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.login input {
    width: 100%;
    display: inline-block;
    background-color: rgba(0,0,0,0);
    font-size: 15px;
    color: #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    height: 50px;
    line-height: 50px;
}
.login input[type="button"] {
    background-color: #f19149;
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: none;
}
#eye {
    display: inline-block;
    position: absolute;
    top: 73px;
    right: 0;
}
#eye img {
    width: 25px;
}
/*兼容设置placeholder颜色*/
.login input:-ms-input-placeholder {
    color: #797979;
}
.login input::-webkit-input-placeholder {
    color: #797979;
}
.login input::-ms-input-placeholder {
    color: #797979;
}
.forget {
    color: #797979;
    font-size: 11px;
    line-height: 37.5px;
}
/*other*/
.other {
    margin-top: 35px;
    text-align: center;
    font-size: 15px;
    color: #797979;
    margin-bottom: 100px;
}
.other a {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    z-index: 1;
}
.other img {
    width: 29px;
}
/*rule*/
.rule {
    color: #333;
    text-align: center;
    vertical-align: top;
    line-height: 20px;
    margin-bottom: 20px;
}
.rule span {
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 2px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #797979;
}
.rule a{
    color: #797979;
    vertical-align: top;
}