/* 基础设置 */
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
body{
    overflow-x: hidden;
}
html{
    min-height: 100%;
    position: relative;
}
.main{
    width: 1000px;
    margin: 0 auto;
}

/* 顶部导航 */
header{
    height: 50px;
    width: 100%;
    background-color: #f1f1f1;
}
header>.main{
    display: flex;
    justify-content: space-between;
}
.head-logo{
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
.head-logo>span>a{
    font-size: 18px;
    font-weight: 600;
}
.head-right>li:hover>a{
    color: rgb(243, 31, 31);
}
.head-logo>img:first-child{
    height: 30px;
    margin-top: 8px;
    border-right:1px solid rgba(0,0,0,0.3);
}
.head-logo>img,.head-logo>span{
    float: left;
    padding:0 10px;
}
.head-right{
    display: flex;
}
.head-right{
    line-height: 50px;
}
.head-right>li>a{
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    margin-left: 10px;
}
.contain{
    background-color: rgb(255, 255, 255);
    text-align: center;
}
.contain>.main>p{
    font-size: 30px;
    margin:90px 0 65px 0 ;
}


/* 登录 */
.login{
    width: 100%;
    display: flex;
    justify-content: center;
}
.login>li{
    width: 45%;
    height: 460px;
}
.login>.one{
    height: 320px;
    /* background-color: aqua; */
    border-right: 1px solid rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login>.one>p{
    font-size: 12px;
    color: #898989;
}

.one>div{
    width: 200px;
    height: 200px;
    background-color: #F7F7F7;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 10px 0 30px 0;
}
.login>.two>form>div{
   width: 360px;
   height: 50px;
   background-color: #f1f1f1;
   line-height: 50px;
   box-sizing: border-box;
   padding-right:80px;
   border-radius: 8px;
}
.tj{
    padding: 0 !important;
}
.login>.two>form>div>input{
    width: 240px;
    height: 100%;
    background-color: transparent !important;
    font-size: 16px;
    outline: 0;
    border: 0;
}
.zh{
    margin-bottom: 30px;
}
.mm{
    margin-bottom: 20px;
    position: relative;
}
.mm>img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.dl{
    background-color: rgba(255,0,0,0.3) !important;
}
.two>form>span{
    margin-bottom: 45px;
    color: #81adff;
    cursor: pointer;
}
.two>form{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid black; */
    margin-left: 50px;
}
.two>form>span{
    margin-left: -230px;
}
.two>form>ul{
    display: flex;
    margin-top: 30px;
}
.two>form>ul>li>a{
    color: #8183ff;
}
.two>form>ul>li{
    padding: 0 15px;
    border-right:1px solid rgba(124, 124, 124, 0.5);
}
.two>form>ul>li:last-child{
    padding-right: 0;
    border-right: 0;
}

/* 注册 */
.signin{
    width: 100%;
    /* border: 1px solid black; */
}
.signin>.main{
    display: flex;
    margin-top: 80px;
}
.sign_left{
    width: 240px;
    line-height: 50px;
    text-align: center;
}
.sign_left li{
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.sign_left>ul>li:first-child{
    background-color: #f1f1f1;
}
.sign_right{
    width: 600px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sign_right>p:first-child{
    margin-top: 10px;
    font-size: 30px;
}
.sign_right>p:nth-child(2){
    margin:10px 0 20px 0;
    font-size: 14px;
}
.sign_right>p:nth-child(2)>a{
    color: #007dff;
}
.sign_right>div:nth-child(3)>span{
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    border-right:1px solid rgba(0, 0, 0, 0.3) ;
}
.sign_right>div:nth-child(4){
    position: relative;
}
.sign_right>div:nth-child(4)>span{
    font-size: 14px;
    color: #007dff;
    position: absolute;
    top:15px;
    right: 30px;
}
.sign_right>div:nth-child(5){
    position: relative;
}
.sign_right>div:nth-child(5)>img{
    width: 30px;
    position: absolute;
    top: 10px;
    right: 25px;
}
.sign_right>div:nth-child(6){
    position: relative;
}
.sign_right>div:nth-child(6)>img{
    width: 30px;
    position: absolute;
    top: 10px;
    right: 25px;
}
.sign_right>div{
    width: 440px;
    height: 50px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.sign_right>div>input:not(.sign_right>div:last-child>input){
    width: 200px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    border: 0;
    background-color: transparent;
    outline: none;
}
.sign_right>div:last-child{
    width: 240px;
    height: 50px;
    margin-bottom: 50px;
}
.sign_right>div:last-child>input{
    width: 240px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    /* padding-top: -10px; */
}
#hint{
    width: 360px;
    height: 25px;
    line-height: 1em;
    font-size: 12px;
    text-align: left;
    color: red;
}
/* 页脚 */
footer{
    color: #696969;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
}