body{
    background: #f5f5f7;
}
#nav{
    width: 100%;
    padding-top:150px;
}
.layui-tab-content{
    padding: 0;
}

#nav .nav-content{
    max-width: 1200px;
    margin:0px auto;
    background: white;
    min-height: 700px;
    position: relative;
    display: flex;
    justify-content: space-between;

}
#nav .nav-left{
    display: inline-block;
    color:#000;
    vertical-align: top;
    flex:1;
}
#nav .nav-left img{
   width: 100%;
}

#nav .nav-right{
    flex:1;
    position: relative;
}
#nav .nav-right:before{
    content: '';
    width: 1px;
    height: 500px;
    background: #f1f1f1;
    position: absolute;
    left: 0px;
    top:100px;
}
#nav .nav-right .layui-tab-item{
    padding-top: 20px;
}
#nav .nav-right .nav-right-div{
    padding:60px 100px;
}
#nav .nav-right .nav-right-div h2{
    font-size: 28px;
    color:#000;
    font-weight: 300;
    text-align: center;
    padding-bottom:25px;
}
#nav .nav-right .nav-right-div .nav-right-p{
    width:100%;
    margin-top:20px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}
#nav .nav-right .nav-right-div .nav-right-p p{
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color:#8C8C8C;
    position: relative;
    padding:0 18px;
    font-weight: 200;
}
.p_line::after{
    height: 15px;
    content: ' ';
    width: 1px;

    font-size: 10px;
    background: #F0F0F0;
    position: absolute;
    right:0px;
    top:5px;
}
.nav-right-form{
    width: 100%;
    font-size: 0;
    margin:10px 0;
}
.form-div{
    margin:10px 0;
    display: inline-block;
}
.form-div>div{
    display: inline-block;
    vertical-align:middle;
}
.form-icon{

}
.form-icon img{
    width: 25px;
    height: auto;
}
.form-input{
    margin-left: 10px;
    width: 300px;
    border-bottom:1px solid #eee;
}
.form-input input{
    width: 100%;
    border:0px;
    padding:8px 0;
    color:#333;
    flex:1;
    outline:none;
    font-size: 16px;
}
.form-input button{
    color:#00a4ff;
    background: transparent;
    border:0px;
    outline: none;
    font-size: 15px;

}
.form-tip{

    width: 100%;
    display: inline-block;
    margin-top:6px;
}
.form-tip p{
    color:red;
    font-size: 14px;
    margin-left: 35px;
    font-weight: 200;
}
input::-webkit-input-placeholder{
    color:#ccc;
    font-size:16px;
    font-weight: 200;
}
.layui-tab-item .qrbox{
    font-size: 16px;
    text-align: center;
}

.qrbox p{
    padding: 20px 30px;
    font-size: 16px;
    text-align: center;

}
.layui-tab-item .other{
    padding: 20px 20px;
}
.other p{
    font-size: 16px;
    padding-bottom: 10px;
}

.nav-right-form-footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.remember{

}
.remember>div{
    width: 15px;
    height: 15px;
    border:1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-top:1px;
    position: relative;
}
.remember>div.act{

    background-image: url("/pc_orders/image/confirm.png");
    background-size: contain;
    background-repeat: no-repeat;
    top:0px;
    left: 0px;
    width: 15px;
    height: 15px;

}
.remember span{
    color:#999;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 200;
}
.remember span a{
    color:#00a4ff;
}
.find_password span{
    color:#00a4ff;
    font-size: 14px;
    font-weight: 200;
}
.form-btn{
    margin-top:30px;
}
.form-btn button{
    width: 100%;
    display: inline-block;
    color:white;
    font-size: 16px;
    border-radius: 5px;
    background:#00a4ff;
    outline: none;
    cursor: pointer;
    border:0px;
    line-height: 40px;

}
.form-btn p{
    width: 100%;
    text-align: center;
    color:#666;
    font-size: 14px;
    margin:10px 0;
}
.form-btn p a{
    color:#00a4ff;
    padding:0px 5px;
}
@media screen and (max-width: 760px) {
    #nav{
        padding-top: 50px;
    }
    #nav .nav-left {
      display: none;
    }
    #nav .nav-right {
      width: 100%;
      padding-top: 20px;
      padding-left: 0;
    }
    #nav .nav-right .nav-right-div {
        padding: 10px 20px;
    }
  }