.main{
  margin-top: 60px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1000px;
  margin: 0 auto;
}
.main .specification{
  font-size: 30px;
  line-height: 30px;
  color: #c6092d;
  /* color: #333; */
  text-align: center;
  font-weight: bold;
}
.main .specification.fontBold{
  font-weight: bold;
}
.main .notes{
  font-size: 14px;
  color: #939393;
  text-align: center;
  line-height: 26px;
  margin: 20px 0 50px 0;
}
.main .img_box>img{
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.main .list{
  width: 100%;
  padding: 0 45px 40px;
  box-sizing: border-box;
}
.main .list>li{
  float: left;
  width: 48%;
  border-radius: 3px;
}
.main .list .list_left{
  margin-right: 4%;
}
.main .list .selectCon{
  display: block;
  position: relative;
  cursor: pointer;
  color: #888;
  background: #fff;
  border-radius: 3px;
}
.main .list .select{
  width: 100%;
  height: 45px;
  line-height: 45px;
  /* margin-top: 5px; */
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
}
.main .list .selectDiv{
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 60;
  border: 1px solid #eee;
  display: none;
  color: #939393;
  background: #fff;
}
.main .list .selectDiv>p{
  font-size: 14px;
  color: #888;
  background: #fff;
  min-height: 45px;
  line-height: 45px;
  padding: 0 15px;
  cursor: pointer;
}
.main .list .selectDiv>p+p{
  border-top: 1px solid #eee;
}
.main .list .inputMessageRow{
  position: relative;
}
.main .list .svg_box{
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
}
.main .list .last_box{
  margin-right: 0;
}
.main .list .M_icon{
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 1;
  color: #b1b1b1;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.main .search{
  width: 72px;
  height: 40px;
  border-radius: 20px;
  background: #c6092d;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.main .guild{
  padding: 40px 45px 0;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
.main .search_list .search_column{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}
.main .search_list>li{
  margin-left: 64px;
  margin-top: 25px;
}
.main .search_list .s_icon{
  float: left;
  width: 23px;
  height: 25px;
  margin-right: 18px;
  background: url(../../img/service/file_icon.png)no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.main .search_list>li>a>p{
  display: inline;
  line-height: 25px;
  font-size: 18px;
  color: #888;
  margin-right: 13px;
  vertical-align: middle;
}
.main .search_list>li>a>span{
  font-size: 12px;
  line-height: 25px;
  color: #333;
  vertical-align: middle;
}
.addList_model .selectSearch{
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #eee;
}
.addList_model .selectSearch em{
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 22px;
}
.addList_model .selectSearch input{
    height: 100%;
    width: 100%;
    padding: 0 15px 0 45px;
    box-sizing: border-box;
    outline: none;
    border: none;
    -webkit-appearance: none;
}
.addList_model .selectSearch input[type="search"]::-webkit-search-cancel-button{
    display: none;
}






@media screen and (max-width: 1200px){
  .main .list .input_essage{
    width: 45%;
  }
}

@media screen and (max-width: 768px){
  .main{
    margin: 0;
    padding: 40px 20px 0;
    box-sizing: border-box;
  }
  .main .specification{
    font-size: 20px;
    /* color: #c6092d; */
    color: #333;
    text-align: center;
    line-height: 20px;
  }
  .main .notes{
    margin: 15px 0 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: #939393;
  }
  .main .img_box>img{
    margin-bottom: 30px;
  }
  .main .list{
    width: 100%;
    padding: 0 0 30px;
    box-sizing: border-box;
  }
  .main .list li{
    float: none;
    width: 100%;
  }
  .main .list .list_left{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main .list .input_essage{
    float: none;
    width: 100%;
    height: 45px;
  }
  .main .list .select{
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 5px;
  }
  .main .list .selectDiv{
    top: 44px;
  }
  .main .list .selectDiv>p{
    min-height: 45px;
    line-height: 45px;
  }
  .main .list .M_icon{
    top: 10px;
  }
  .main .guild{
    padding: 0;
    border-top: none;
  }
  .main .search_list .search_column{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .main .search_list>li{
    margin-left: 5%;
    margin-top: 10px;
  }
  .main .search_list>li>a{
    display: block;
    margin-bottom: 10px;
  }
  .main .search_list>li:first-child{
    margin-top: 0;
  }
  .main .search_list .s_icon{
    float: left;
    width: 13px;
    height: 18px;
    margin-right: 3%;
    background: url(../../img/service/file_app.png)no-repeat;
    background-size: 13px 360px;
    background-position: 0 3px;
    vertical-align: middle;
  }
  .main .search_list>li>a>p{
    display: inline;
    line-height: 13px;
    font-size: 14px;
    color: #888;
    margin-right: 3%;
  }
  .main .search_list>li>a>span{
    font-size: 12px;
    line-height: 13px;
  }
 
}