*{
	padding: 0;
	margin: 0;
}
a,a:active,a:link,a:hover{
	text-decoration: none;
}
.bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6 !important;
  width: 100%;
  height: 100%;
}
.login_box {
  padding: 20px;
  /*display: none;*/
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  background: #fff;
  width: 400px;
  height: 280px;
  margin-top: -140px;
  margin-left: -200px;
  border: 5px solid #b5a37d;
  box-sizing: border-box;
}
.login_box .close {
  position: relative;
  top: -20px;
  right: -20px;
  float: right;
  width: 0;
  height: 0;
  border-top: 20px solid #b5a37d;
  border-right: 20px solid #b5a37d;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  cursor: pointer;
}
.login_box .section input{
	border: 1px solid #a9a9a9;
}
.login_box .close .close_btn {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 25px;
  height: 25px;
}
.login_box .login_tit {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 10px 25px;
  color: #353535;
}
.login_box .section {
  line-height: 30px;
  margin: 15px 0;
}
.login_box .section span.sec_t {
  display: inline-block;
  width: 70px;
  text-align: right;
}
.login_box .section input {
  height: 30px;
  line-height: 30px;
  width: 250px;
}
.login_box .section .checkcode {
  width: 160px;
}
.login_box .section .code {
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  margin: -10px 5px 0;
  background: #ccc;
}
.login_box .section .change_check {
  font-size: 14px;
  margin-left: 60px;
  color: red;
}
.login_box .section .btn {
  display: inline-block;
  width: 100px;
  background: #ddb671;
  color: #fff;
  border-radius: 3px;
  border-bottom: 2px solid #d1a155;
  margin: 0 12px;
  text-decoration: none;
  cursor: pointer;
}
.login_box .section .forget_psw {
  color: #ddb671;
  font-size: 14px;
}
#changecode{display:inline-block;width: 85px;height: 30px;}
