.page-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.box-top{
  width: 1200px;
  height: 20vh;
  margin: 0 auto;
  padding-top: 11vh;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-banner{
  width: 100%;
  height: 70vh;
  background: #fc8c65;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-last{
  width: 1200px;
  margin:0 auto 0;
  padding-bottom: 11vh;
  /*padding-top: 1.5vh;*/
  height: 20vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-logo-1{
  color: white;
  font-size: 19px;
  margin: 0;
  padding-top: 24px;
  height: 20px;
}
.banner-logo-2{
  color: white;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.banner-left{
  width: 450px;
}
.banner-logo-3{
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  margin-left: 58px;
}
.banner-logo-4{
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 0;
  margin-left: 53px;
}
.top-txt{
  display: flex;
}
.top-txt li{
  list-style: none;
  font-size: 14px;
  color: #333;
  margin-left: 25px;
  cursor: pointer;
}
.top-txt li:hover{color: #fc8c65;}
.top-txt li.cur{
  color: #fc8c65;
}
.box-footer1{
  font-size: 10px;
  color: #333;
}
.xiao{
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
  line-height:2
}
.xiao p{
  margin-left: 10px;
}
.xiao a:hover p,.xiao a:hover{color:#fc8c65;text-decoration: none}
.right-2{
  background-color: #fff;
  padding:50px;
  box-sizing: border-box;
}
.input-label{
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 44px;
}
.input-value{
  width: 100%;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  font-size: 14px;
  color: #000;
  box-shadow: none;
  height: 44px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.login-btn{
  width: 100px;
  height: 35px;
  background: #fc8c65;
  border: #fc8c65;
  border-radius: 20px;
  color: white;
  display: block;
  margin-top: 15px;
}
.box-main{
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zon-left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-img{
  width: 36rem;
  display: block;
  margin: 2.2rem 0 2.2rem 8.8rem;
}
.input-box {
  width: 280px;
  position: relative;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 15px;
}
.input-label.cur{
  animation: upward 400ms;
  animation-fill-mode:forwards;
  z-index: 100;
}
.input-label.remove-cur{
  animation: downward 400ms;
  animation-fill-mode:forwards;
}
.xiao img{width:30px;}
@keyframes upward {
  from{
    top: 0;
  }
  to{
    top: -18px;
  }
}
@keyframes downward {
  from{
    top: -18px;
    transform: scale(.7) translateX(-60px) translateY(3px);
  }
  to{
    top: 0;
    transform: scale(1) translateX(0);
  }
}
.input-value.cur{
  padding-top: 12px;
}
@media screen and (max-width: 1440px) {
  .box-top{
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-banner{
    height: 80vh;
  }
  .box-last{
    height:10vh;
    padding-bottom: 0;
  }
  .banner-img{
    width: 26rem;
    margin: 1.6rem 0 1.6rem 5.8rem;
  }
  .zon-left{
    margin-left: 8rem;

  }
}
@media screen and (max-width: 1300px) {
  .box-top{
    width: 80%;
  }
  .box-main{
    width: 80%;
  }
  /*.box-banner{*/
    /*height: 80vh;*/
  /*}*/
  .box-last{
    width: 82%;
  }
  .banner-img{
    width: 26rem;
    margin: 1.6rem 0 1.6rem 1.6rem;
  }
  .zon-left{
    margin-left: 0rem;

  }
}
.box-footer-pc{
  word-break:break-all;
  text-align: center;
  display: block;
}
.box-footer-phone{
  display: none;
}
input:focus{outline: none;background:none}
input:-webkit-autofill{
  background:none !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
