body {
  background: #F9F9F9;
  position: relative;
}

.nav .main,
.content .main {
  width: 14rem;
  margin: 0 auto;
}



.search form {
  width: 14rem;
  height: 1.06rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.07);
  border-radius: 0.2rem;
  margin-top: 0.7rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search form::before{
  content: "";
  position: absolute;
  width: 0.31rem;
  height: 0.31rem;
  right: 0.36rem;
  top: 0.38rem;
  background: url("../img/class_search_btn.png") center no-repeat;
  background-size: cover;
}

.search .search_input {
  height: 0.37rem;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
  line-height: 1.06rem;
  font-size: 0.18rem;
}

.search .search_input::placeholder {
  color: #717171;
}

.search .search_btn {
  width: 0.94rem;
  height: 0.37rem;
  cursor: pointer;
  border-left: 0.01rem solid #C9C9C9;
  position: relative;
  z-index: 99999;
}



.num{
  font-weight: 600;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
  margin-top: 0.96rem;
  margin-bottom: 0.78rem;
  position: relative;
}
.num b{
  color: #FF0000;
}
.num::before{
  content: "SEARCH";
  position: absolute;
  top: -0.85rem;
  left: 50%;
  margin-left: -3.15rem;
  font-weight: 400;
  font-size: 1.61rem;
  color: #F5F5F5;
  z-index: -1;
}










.search_list{
  margin-bottom: 1.02rem;
  margin-top: 0.48rem;
  display: flex;
  justify-content: center;
}
.search_list img{
  width: 3.61rem;
}


.page_box{
    margin-top: 0.5rem;
}

@media screen and (max-width: 1024px){
    .nav .main, .content .main{
        width: 100%;
        /*padding: 10px;*/
    }    
    .search form{
        width: 100%;
    }
    .search{
        width: 95%;
        margin: 0 auto;
    }
    .position{
        width: 95%;
        margin: 0 auto;
    }
    .search .search_input{
        font-size: 0.28rem;
    }
}


