﻿body {
}
@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{background:url(../Image/bodybg.jpg) no-repeat;min-height:980px;overflow:hidden;}
#login{width:599px;height:667px;margin:0 auto;background:url(../Image/loginbg.png) no-repeat;margin-top:230px;}
#login > dl{width:434px;margin:0 auto;}
#login > dl{margin-top:24px;clear:both;height:40px;line-height:40px;}
.usersText{padding-top:190px!important;}
#login > dl dt{float:left;font-size:20px;color:#fff;width:72px;text-align:right;}
#login > dl dd{float:right;}
#login > dl dd input{width:342px;height:40px;line-height:40px;display:block;border-radius:30px;border:none;outline:none;text-indent:20px;font-size:20px;}
#userName{background:#fff url(../Image/icons.png) no-repeat 296px -3px;}
#userPwd{background:#fff url(../Image/icons.png) no-repeat 298px -68px;}
.remaindLogin{margin-top:0px!important;min-height:20px;overflow:hidden;width:342px;margin-left:176px;position:relative;}
.chk_box{float:left;color:#fff;font-size:14px;margin-top:8px;}
.chk_1{opacity:0; width:24px; height:24px; border:none;z-index:1;position:absolute;}
.chk_1 + label {background:url(../Image/icons.png) no-repeat 0px -133px; width:60px; position:relative; padding-left:30px; height:24px;line-height:24px;display:block;}
.chk_1:checked + label {background:url(../Image/icons.png) no-repeat -2px -186px!important;}
.regi_agree{float:left;}
.loginBtn{float:right;}
.loginBtn input{border:none;outline:none;color:#fff;width:148px;height:38px;border-radius:15px;font-size:16px;background:url(../Image/btbg.png) no-repeat;}
.loginBtn input:hover{background:#f08519; cursor:pointer}