﻿.userbox{ width: 1000px; border: #ccc 1px solid; margin: 150px auto;}
.loginMain{ width: 95%; margin: auto; }
.loginTitle{height:32px;line-height: 32px;border-bottom: 2px solid #d2d2d2;}
.loginTitle b{padding: 0 15px;border-left:2px solid #cc0001;font-size: 18px;color:#cc0001;position: relative;top:-6px; }
.loginInput{padding:15px 0;}
.loginInput p{line-height: 50px; margin: 5px auto;}
.loginInput p span{display:inline-block;width:350px;color:#666;margin-right: 15px;text-align: right;}
.loginInput p span font{ color: #f00; padding-right: 5px; }
.loginInput p b{color: #cc0001;}
.loginInput p input{width:300px;height:38px;padding-left: 10px;border:1px solid #c9c9c9;border-radius: 3px;margin-right: 30px;}
.loginInput p input[type=submit]{background: #fd4d00;color: #fff;font-size: 16px;}
.notice b {font-size: 18px;color:#cc0001;}
.notice p{text-align: justify;text-indent: 2em; }


.getPassword .loginTitle{height:32px;line-height: 32px;border-bottom: 2px solid #d2d2d2;}
.getPassword .loginTitle b{padding: 0 15px;border-left:2px solid #cc0001;font-size: 18px;color:#cc0001;position: relative;top:-6px; }
.getPassword .loginInput{padding-top:60px;}
.getPassword .loginInput p{line-height: 50px;}
.getPassword .loginInput p span{display:inline-block;width:350px;color:#666;margin-right: 15px;text-align: right;}
.getPassword .loginInput p input{width:300px;height:38px;padding-left: 10px;border:1px solid #c9c9c9;border-radius: 3px;margin-right: 30px;}
/*.getPassword .loginInput p a{display:inline-block;width:272px;height:38px;line-height: 38px;text-align: center;background: #fd4d00;color: #fff;font-size: 16px;border:1px solid #c9c9c9;border-radius: 3px;}*/
.loginInput p input[type=submit]{background: #fd4d00;color: #fff;font-size: 16px; border: none; cursor:pointer;}

@media only screen and (max-width: 1024px) {
.userbox{ width: 60%; margin: auto; border: none;  }
.loginInput p span{ width: 150px; }
}


@media only screen and (max-width: 800px) {
.userbox{ width: 65%;  }
.loginInput p span{ width: 100px; }

}


@media only screen and (max-width: 600px) {
.userbox{ width: 90%;  }

.loginInput p span{ display: none;}
.loginInput p em{ display: none; }
.loginInput p input{ width: 100%;  margin-right: 0px; padding-left: 0px; text-indent:10px;}
/*.loginTitle{ display: none; }*/

}