.wrap {
    width: 1200px;
    margin: 5% auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg {
    background-color: #85d7cf;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-image: url(https://static.zhihu.com/heifetz/assets/sign_bg.db29b0fb.png); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.login-title {
    font-size: 44px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 3%;
}

.content-box {
    background: #fff;
    box-sizing: border-box;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    width: 68%;
    margin: 30px auto 20px;
}

.login-box {
    width: 800px;
    justify-content: center;
    flex-direction: column;
    height: 460px;
}

.login-images {
    width: 50%;
    height: 100%;
    background: #76d2c8;
}

.login-images img {
    width: 100%;
}

.login-content {
    width: 49%;
    height: 100%;
    background: #fff;
}

.code-img {
    width: 100px;
    height: 46px;
    border: 1px solid #eee;
}

.content {
    padding-bottom: 200px;
}

.nav-tab {
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.nav-tab li {
    padding: 0 0 !important;
    margin: 0 25px;
}

.account-btn {
    width: 100%;
}

.login-bot {
    font-size: 14px;
}

.login-bot a,
span {
    color: #999;
}

.phone-btn {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.layui-form-item1 {
    margin-bottom: 15px;
    clear: both;
}

.send-code {
    width: 110px;
    text-align: center;
    padding: 0;
}

#password-icon {
    cursor: pointer;
}


#password-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.psd-position {
    position: relative;
}

#login{
    display: none;
}

/* 登录-浏览器 */
.browser{
    display:none;
 }
 .browser_box{
    width:1000px;
    margin:0 auto;
    font-size:15px;
 } 
 .brow-view{
    position:absolute;
    top:42%;
    margin-top:-150px;
    height:300px;
    width:800px;
    left:50%;
    margin-left:-400px;
 }
 .brow-ul{
    overflow:hidden;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.brow-ul li{
    float:left;
    width:240px;
}
.brow-a{
    display:inline-block;
    width:120px;
    height:120px;
    margin:0 10px;
}
.brow-a img{
    width: 100%;
}
.brow-tx{
    height:50px;
    line-height:50px;
    color:#000;
    font-weight: 900;
 }
.browser-tips{
    margin-top:20px;
}

/* 登录 */
.form-item-list{
    margin-bottom: 22px;
    clear: both;
    *zoom: 1;
}