body{margin: 0;padding: 0;font-family: "Microsoft YaHei";font-size: 12px; line-height: 24px; color: #333;}
dl,dt,dd,h2,input,button,ul,li{margin: 0;padding: 0}ul,li{list-style: none;}
.login_box{height: 100vh;background: url("../../images/home/login_bg.png") center 0 no-repeat;}
.container{width: 970px;margin: 0 auto;}
.login{width: 420px;height: 415px;box-sizing: border-box;padding: 6px 20px 0;float: right;margin-top: 176px;background: rgba(255,255,255,.9);border-radius: 10px; box-shadow: 0 -5px 20px #c6d7e4;}
.login>ul{overflow: hidden;border-bottom: 1px solid #e2e2e2;margin-top: 10px;}
.login>ul>li{float: left;width: 50%;text-align: center;box-sizing: border-box;padding: 15px 0;cursor: pointer;position: relative;}
.login>ul>li>h2{font-size: 20px;color: #999;font-weight: normal;}
.login>ul>li.act>h2{color: #333;font-weight: 500;}
.login>ul>li:last-child::before{position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #3c9bed;content: '';-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;}
.login>ul>li:first-child.act~ li:last-child::before{-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}
.login dl>dt{font-size: 16px;color: #949494;line-height: 40px;}
.login dl>dd{position: relative;}
.login dl>dd>input{height: 44px;box-sizing: border-box;width: 100%;padding-left: 50px;border: 1px solid #b5bdca; outline: none;}
#upwd_t{padding-right: 110px;}
.icon_user{position: absolute;width: 42px;height: 42px;background: #eaecef url("../../images/home/iconlist.png") 9px 9px no-repeat;top: 1px;left: 1px; border-right: 1px solid #b5bdca;}
.clearfloat{overflow: hidden;}
.login dl.pwd>dd input{width: 100%;vertical-align: middle;}
.icon_pwd{position: absolute;width: 42px;height: 42px;background: #eaecef url('../../images/home/iconlist.png')12px -28px no-repeat;top: 1px;left: 1px;border-right: 1px solid #b5bdca;}
.get_code{position: absolute;right: 10px;top: 10px;cursor: pointer; font-size: 16px;padding-left: 10px;border-left: 1px solid #b5bdca;}
.login_go{outline:none;font-size:16px;width: 100%;margin-top: 44px;height: 44px;background: #3c9bed;border: none;color: white;cursor: pointer;}
.login_go:hover{background: #45a5f8;}
.P_records{position: fixed;bottom: 10px;}
.P_records>a{text-decoration: none;color: #0e0e0e;}