.register{width:100%}.register main{width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:calc(100vh - 160px)}.register main>div{background:#fcfcfc;width:470px;border:1px solid #e5e5e5;padding:40px 30px}.register main>div .header{font-weight:700;font-size:22px;border-bottom:2px solid #f1eeeb;padding-bottom:12px}.register main>div .header>span{padding-bottom:12px;border-bottom:2px solid #f50}.register main>div .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.register main>div .body>span{color:#666;display:block}.register main>div .body_btn{width:200px;height:50px;line-height:50px;text-align:center;-webkit-box-shadow:-3px 6px 35px 11px rgba(255,70,78,.17);box-shadow:-3px 6px 35px 11px rgba(255,70,78,.17);border-radius:26px;margin-bottom:20px;font-size:20px;color:#fff;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.register main>div .body .btn_user{background:#ff464f;border:1px solid #ff464f}.register main>div .body .btn_user:hover{color:#ff464f;background:#fff}.register main>div .body .btn_saler{background:#f50;border:1px solid #f50}.register main>div .body .btn_saler:hover{color:#f50;background:#fff}