.login{
  width: 100%;
  height: 100%;
}
.login_left, .login_right{
  width: 50%;
  height: 100%;
}
.login_left{
  background-image: url(/images/login/login.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.logo{
  width: 117px;
  height: 48px;
  margin: 58px 0 0 48px;
}
.logo>img{
  width: 100%;
  height: auto;
}
.loginBox{
  width: 448px;
  margin: 119px 0 0 10vw;
}
.loginBox>h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}
.loginBox>p{
  font-size: 20px;
  font-weight: 700;
}
.loginBox>ul{
  margin-top: 115px;
}
.loginBox>ul>li{
  height: 40px;
  line-height: 40px;
}
.loginBox>ul>li>input[type='text'],.loginBox>ul>li>input[type='password']{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing:border-box;
  border: 1px rgba(135, 135, 135, 1) disball;
}
.loginBox>ul>li>input[type='button']{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #4386F5;
  border: 0px;
  color: #fff;
}