@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 60px; box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.1); padding:60px 40px; border-radius:5px;}
.h2_title{ text-align:center; font-size:48px; color:#000; font-weight:bold; padding:0px 0 40px;}
.p_info{ line-height:1.5em; margin-bottom:1.5em; font-size:16px; color:#797979;}
.p_info b{ color:#de132f; font-weight:normal;}
.ul_type{}
.ul_type li{ font-size:16px; margin-bottom:1.5em;}
.ul_type li a{ display:inline-flex; align-items:center; color:#000; font-weight:bold;}
.ul_type li a img{ height:20px; margin-left:8px; -webkit-transition:margin 0.5s;}
.ul_type li:hover a img{ margin-left:16px;}
.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{}