* {
  margin: 0;
  padding: 0;
}

.body {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

ul>li {
  list-style-type: none;
  color: #000;
}

input:focus {
  outline: none;
}

input {
  background: none;
  outline: none;
}

input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

.icon {
  width: 20px;
  height: 20px;
  background: url('../img/jlt.png');
  background-repeat: no-repeat;
  background-position: -96px -16px;
  display: inline-block;
  vertical-align: middle;
}

.n_item .on {
  color: #FED501;
  width: 100%;
  left: 0;
  transition: all .2s linear;
}

/* 头 */
.top_box {
  width: 100%;
  height: 80px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_box .head_box {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FED501;
}

.top_box .head {
  width: 1200px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}

.big_box {
  width: 1200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.big_box .content {
  width: 1020px;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.foot_ {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.foot_ .foot {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}

.greet {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.greet img {
  width: 300px;
  height: 100px;
  display: block;
  margin-right: 10px;
}

.greet div {
  font-size: 24px;
  color: #FED501;
}

.login_main {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  padding: 85px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
}

.login_main .lm_left{
  width: 280px;
  height: 330px;
  overflow: hidden;
}
.login_main .lm_left img{
  width: 280px;
  height: 280px;
  display: block;
  margin-bottom:20px;
}
.login_main .lm_left div{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.login_main .lm_right{
  width: 300px;
}
.login_main .lm_right .lmr_item{
  width: 300px;
  height: 84px;
}
.login_main .lm_right .lmr_item:first-child{
  margin-bottom: 38px;
}
.login_main .lm_right .lmr_item div{
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 16px;
}
.login_main .lm_right .lmr_item p{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.login_main .lm_right .lmr_item input{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border:1px solid #ddd;
  line-height: 50px;
}
.login_main .lm_right .lmr_item button{
	width: 110px;
	height: 50px;
	border-radius: 10px;
	line-height: 50px;
	display: block;
	background-color: #FED501;
	font-size: 14px;
  }
.login_main .lm_right .lmr_forget{
  width: 100%;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: right;
  margin:10px 0;
}
.login_main .lm_right .lmr_forget a{
  color:#FED501;
}
.login_main .lm_right .lmr_login{
  width: 100%;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  margin-top:30px;
  margin-bottom:20px;
  display: block;
  background-color: #FED501;
  font-size: 14px;
}
.login_main .lm_right .lmr_register{
  width:100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.login_main .lm_right .lmr_register a{
  font-size: 18px;
  color:#FED501;
}
.foot_ {
  position: fixed;
  bottom: 0;
}

.block {
  width: 100%;
  height: 150px;
}