#fullPage{align-items:center;display:flex;justify-content:center;min-height:100vh}#fullPage .left{background:rgba(0,0,0,.4);height:600px;padding:108px;width:500px}#fullPage .left .title{color:#fff;font-family:SourceHanSansCN;font-size:72px;font-weight:700;margin-bottom:24px}#fullPage .left .desc{color:hsla(0,0%,100%,.8);font-family:SourceHanSansCN;font-size:14px;line-height:28px;margin-bottom:214px}#fullPage .left .logo{height:32px;width:169px}#fullPage .right{background:#fff;height:600px;padding:195px 108px;width:750px}#fullPage .right form{width:484px}#fullPage .right form div{border-bottom:.5px solid #000;margin-bottom:48px}#fullPage .right form div label{color:#000;font-family:SourceHanSansCN;font-size:14px;line-height:25px}#fullPage .right form div input{display:block;padding-bottom:8px}#fullPage .right .tips{color:#000;font-family:SourceHanSansCN;font-size:12px;line-height:25px;margin-bottom:24px;opacity:.33}#fullPage .right .submit{color:#000;cursor:pointer;float:right;font-family:SourceHanSansCN;font-size:14px;font-weight:550;width:-moz-fit-content;width:fit-content}#fullPage .right .submit span{left:-10px;position:relative}@media (max-width:1024px){#fullPage{flex-direction:column;padding:30px}#fullPage .left,#fullPage .right{height:auto;padding:20px;width:100%}#fullPage .right form{width:auto}#fullPage .left .desc{margin-bottom:60px}}