*{
  margin: 0;
  padding: 0;
}
body{
  width: 100%;
  height: 100%;
  /* width: 100vw;
  height: 100vh; */
  margin: 0 auto;
  background-image: url(../images/zhuce.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; 
  position: relative;
}
input{
  border-radius: 5px;
  border: none;
  /* outline: none; */
  padding-left: 5px;
}
.title
{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 130px;
  text-align: center;
  font-size: 40px;
  color: white;
}
.zhuce_list{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 160px;
  text-align: center;
  /* font-size: 30px; */
}
.div
{
  width: 1000px;
  height: 55px;
  margin: 0 auto;
}
.text
{
  width: 150px;
  display: inline-block;
  font-size: 25px;
  text-align: right;
  color: white;
}
.size
{
  width: 270px;
  height: 30px;
}
.size_1
{
  width: 170px;
  height: 30px;
}
.size_2{
  width: 95px;
  height: 30px;
}
.div_1
{
  width: 430px;
  height: 55px;
  margin: 0 auto;
}
.tj{
  width: 150px;
  height:35px;
  background-color: rgb(61, 112, 241);
  margin-left: 25px;
  float: left;
}
.cz{
  width: 150px;
  height:35px;
  background-color: rgb(61, 112, 241);
  float: right;
}
a:link,a:visited{
  color:white;
  text-decoration: none;
}
a:hover{
  color: orange;
  text-decoration: none;
}
a:active{
  color: rgb(138, 192, 192);
  text-decoration: none;
}