@charset "utf-8";
/* CSS Document */

body{ padding-top:80px;}

.logo{ margin:0 auto 60px;width: 16%;display: block;}
.logo img{width: 100%;}
.login{ width:540px; box-sizing:border-box; margin:0 auto; box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.1); padding:60px; border-radius:5px;}
.h2_title{ text-align:center; font-size:48px; color:#000; font-weight:bold; padding:0px 0 40px;}
.input_div{ padding:12px; border:1px solid #e2e2e2; border-radius:5px; margin-bottom:36px;}
.input_div input{ border:none; background:none; font-size:16px; width:100%; line-height:1.5em;}
.caozuo{ display:flex; align-items:center; justify-content:space-between; font-size:16px;}
.caozuo p{ display:flex; align-items:center; cursor:pointer;}
.caozuo p span{ width:20px; height:20px; display:block; border-radius:2px; border:1px solid #e2e2e2; margin-right:12px; position:relative;}
.caozuo .p_on span:after{ position:absolute; content:""; left:50%; margin-left:-3.5px; margin-top:1px; display:inline-block; width:4px; height:12px; border-width:0px 3px 3px 0px; border-color:#f6d300; border-style:solid; transform:rotate(45deg);}

.caozuo a{}
button{ display:block; margin:50px auto 0; text-align:center; width:100%; padding:14px 0; font-size:18px; border-radius:5px; background:#f6d300; border:1px solid #f6d300; color:#000; cursor:pointer; box-sizing:border-box;}
.tips{ display:flex; align-items:center; justify-content:center; margin:60px 0 0px;}
.tips a{ display:inline-flex; align-items:center;}
.tips a img{ height:20px; margin-right:8px;}
.tips a p{}