
body{
  position: relative;
  width: 100%;
}
.logo{
  padding-top: 20px;
  width: 100%;height: 60px;
  text-align: center;
}
.logo img{
  width: 150px;height: auto;
}
.left{
  flex: 0 0 100%;
}
#form{
  margin-top: 10%;
  margin-left: 5%;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  z-index: 10;
  padding: 5%;
}
.left .title{
  width: 100%;
  text-align: center;
}
.left .title span{
  font-size: 20px;font-weight: bold;color: #333;
  padding-bottom: 10px;
  display: inline-block;
}
.left .title p{
  font-size: 14px;color: #999;
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
}
.left .block{
  overflow: hidden;
  padding-top: 40px;
}
.left .block .item{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.left .block .item span{
  flex: none;
  font-size: 16px;
}
.left .block .item input{
  flex: auto;
  min-width: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
}
.button{
  margin-top: 30px;
  text-align: center;
}
.button button{
  width: 100px;
  height: 40px;
  color: #fff;
  background: #FF9443;
  border: 0;
  cursor: pointer;
  transition: 0.2s all;
  border-radius: 2px;
}
.button button:hover{
  background: #FF6C28;
}
.right{
  flex: 0 0 50%;
  font-size: 0;
  background: linear-gradient(#FF9544, #FF6C28);
  padding: 0 10%;
  display: flex;
  align-items: center;
  position: relative;
}
.right img{
  width: 100%;
  height: auto;
}
.right .box1{
  width: 40px;
  height: auto;
  position: absolute;
  left: 20%;
  top: 30%;
}
.right .box2{
  width: 80px;
  height: auto;
  position: absolute;
  right: 10%;
  bottom: 30%;
}
.right .box3{
  width: 50px;
  height: auto;
  position: absolute;
  left: 10%;
  bottom: 10%;
}