@charset "utf-8";
.extending{
  margin: 0 auto;
  width: 862px;
  height: 410px;
  background:url(../images/extending_code/extending_bg.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #fff;
}
.extending input{
  border-color: #facd7a;
  width: 520px;
  height: 57px;
  border-radius: 10px;
  outline: none;
  text-align: center;
  font-size: 30px;
}
.extending .import img{
  cursor: pointer;
  line-height: 20px;
  margin-top: -13px;
  margin-left: 15px;
}
.import{
  margin: 0 auto;
  width: 740px;
  margin-top: 235px;
}