.wrap {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(/ui/img/login-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 10% 10%;
    padding-top: 5%
}
.login-box {
    width: 330px;
    height: 480px;
    margin-left: 68%;
    margin-top: 0%;
    background: white;
}
/* 登录切换 */
.login-box header span {
    display: inline-block;
    width: 50%;
    height: 60px;
    background: #ddd;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.form{  text-align: center; }
.form>* {
    width: 250px;
    height: 46px;
    margin-top: 20px;
}
.form input {
    border: 1px #cccccc solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-indent: 1.5em;
    font-size: 17px;
}
.form input::placeholder {
    text-indent: 1.5em;
}
.form .check-code {
    position: relative;
}
.form .check-code input {
    width: 50%;
    height: 40px;
    float: left;
    margin-left: 15%;
}
.form .check-code img{
    position: absolute;
    right: -16%;
}
.form .check-code a{
    position: absolute;
    top: 18%;
    right: 18%;
    text-decoration: underline #3A568A;
    color: #3A568A
}
.form button{
    background: #d54831;
    border: none;
    color: white;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 14%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.form p a:first-child{
    float: left;
    margin-left: 16%;
    color: #3A568A
}
.form p a:last-child{
    float: right;
    margin-right: -16%;
    color: #a09696
}
.form p a:hover{
    text-decoration: underline
}
.other-login{
    margin: 0px auto;
}
.other-login .title  {
    text-align: center;
}
.other-login .title *{
    display: inline-block;

}
.other-login .title hr{
    vertical-align: middle;
    width: 24%;
    border: 0.5px #a09696 solid;
}
.other-login .title span{
    margin: 0 1%
}
.other-login{
    text-align: center
}
.other-login a{
    display: inline-block;
    margin:4% 6%;
}

/*弹窗*/
.tan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.tan .box {
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box .close{
    width: 20px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    margin: 10px 0 0 93%;
}

.tan .box #er_wei_ma {
    position: relative;
    height: 100%;
    padding: 0 50px;
    text-align: center;
    overflow: hidden;
}

.tan .box #er_wei_ma span.close {
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    height: 8px;
    width: 8px;
    color: #b0b8bf;
}

.tan .box #er_wei_ma span:hover {
    color: #808492;
}
