@charset "UTF-8";
.content {
  padding: 4.5% 0;
}
.tips{
        flex-direction: column;
    align-items: center;
}
.content .list{
    margin-top: 20px;
}
.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 6;
}
.sort .sort_l {
  width: calc(62.5% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sort .search {
  width: calc((100% - 20px) / 3);
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.sort .search .search_name1{color:#888888}
.sort .search .search_name2{color:#888888}
.sort .search .search_name3{color:#888888}
.sort .search svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sort .search_list {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 12em;
  overflow: auto;
}
.sort .search_list div {
  cursor: pointer;
  line-height: 3em;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sort .search_list div:hover {
  padding-left: 30px;
  background: #f00000;
  color: #fff;
}
.sort .search_list::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.sort .search_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.sort .search_list::-webkit-scrollbar-thumb {
  background: #f00000;
  /* 滚动色 */
  border-radius: 6px;
}
.sort .sort_r {
  width: 37.5%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eeeeee;
  padding: 0 20px;
}
.sort .sort_r svg path{
    transition: all 0.5s;
}
.sort .sort_r svg:hover path{
    fill: #f00000;
}
.sort .sort_r svg{
    cursor: pointer;
    
}

.sort .sort_r input{
  width: calc(100% - 40px);
  border: none;
  background: none;
}
/* 添加浏览器前缀版本 */
.sort .sort_r input::-webkit-input-placeholder { /* Chrome, Safari */
  color: #888888 !important; 
  opacity: 1 !important; 
}

.sort .sort_r input::-moz-placeholder { /* Firefox */
  color: #888888 !important; 
  opacity: 1 !important; 
}

.sort .sort_r input:-ms-input-placeholder { /* IE 10+ */
  color: #888888 !important; 
  opacity: 1 !important; 
}

.sort .sort_r input::-ms-input-placeholder { /* Edge */
 color: #888888 !important; 
  opacity: 1 !important;  
}
.sort .sort_r input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
          box-shadow: 0 0 0 1000px transparent inset;

}
.sort .sort_r input:autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
          box-shadow: 0 0 0 1000px transparent inset;

}
.sort .sort_r input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1; /* Firefox默认会降低透明度，需要重置 */
}
.sort .sort_r input::-moz-placeholder {
  color: #222222;
  opacity: 1; /* Firefox默认会降低透明度，需要重置 */
}
.sort .sort_r input:-ms-input-placeholder {
  color: #222222;
  opacity: 1; /* Firefox默认会降低透明度，需要重置 */
}
.sort .sort_r input::-ms-input-placeholder {
  color: #222222;
  opacity: 1; /* Firefox默认会降低透明度，需要重置 */
}
.sort .sort_r input::placeholder {
  color: #222222;
  opacity: 1; /* Firefox默认会降低透明度，需要重置 */
}

.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con .l {
  width: calc(100% - 310px);
}
.con .r {
  width: 300px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.con .r a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  border-bottom: 1px solid #e3e3e3;
}
.con .r a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .r a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.con .r a:last-child {
  border-bottom: none;
}
.con .r_title {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e3e3e3;
}
.con .top {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100px;
  padding: 0 40px;
}
.con .top svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.con .top svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .top .info {
  position: relative;
  z-index: 2;
}
.con .top_icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.con .top_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .top_icon svg:last-child {
  opacity: 0;
}
.con .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.con .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  color: #888888;
}
.con .intro div {
  margin-right: 80px;
}
.con .intro div:last-child {
  margin-right: 0;
}
.con .list > div {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .list > div:not(:last-child) {
  margin-bottom: 20px;
}
.con .btm {
  padding: 60px 40px;
  display: none;
  position: relative;
}
.con .btm::before {
  background: #dddddd;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 80px);
}
.con .demand {
  color: #222222;
  line-height: 2;
  margin-top: 30px;
}
.con .mt50 {
  margin-top: 50px;
}
.con .list_act {
  border-bottom-color: transparent !important;
}
.con .list_act .top_icon svg:first-child {
  opacity: 0;
}
.con .list_act .top_icon svg:last-child {
  opacity: 1;
}
.con .eml {
  border-top: 1px solid #cfd1d2;
  padding-top: 60px;
  margin-top: 60px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.con .eml_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 25px;
}
.con .eml_flx div:first-child {
  padding-right: 52px;
  margin-right: 52px;
  border-right: 1px solid #222222;
}
.con .btm_tit {
  line-height: 1;
  border-left: 4px solid #f00000;
  padding-left: 20px;
}

@media screen and (max-width: 1600px) {
  .intro {
    margin-top: 20px;
  }
  .top {
    padding: 0 35px;
  }
  .btm {
    padding: 35px;
  }
  .intro div {
    margin-right: 80px;
  }
  .con .btm {
    padding: 40px;
  }
  .con .eml {
    padding-top: 40px;
    margin-top: 40px;
  }
  .con .intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .con .intro div {
    margin-right: 0;
    width: 50%;
  }
  .con .intro div:nth-child(n+3) {
    margin-top: 10px;
  }
  .con .intro {
    margin-top: 10px;
  }
  .con {
    margin-top: 35px;
  }
  .con .demand {
    margin-top: 20px;
  }
  .con .mt50 {
    margin-top: 30px;
  }
  .con .l {
    width: calc(100% - 220px);
  }
  .con .r {
    width: 210px;
  }
}
@media screen and (max-width: 1200px) {
  .top {
    height: 120px;
  }
  .con {
    margin-top: 25px;
  }
  .con .eml_flx div:first-child {
    padding-right: 20px;
    margin-right: 20px;
  }
  .sort{
      flex-direction: column;
  }
  .sort .sort_l {
    width: 100%;
  }
  .sort .sort_r{
      width: 100%;
      margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 15px;
  }
  .intro div {
    margin-right: 20px;
  }
  .top {
    padding: 0 25px;
  }
  .btm {
    padding: 25px;
  }
  .sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sort .sort_r {
    width: 100%;
  }
  .sort .sort_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sort .search {
    width: 100%;
    margin-bottom: 10px;
  }
  .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .con .l {
    width: 100%;
  }
  .con .r {
    width: 100%;
    margin-top: 20px;
  }
  .con .r_title {
    height: 60px;
  }
  .con .r a {
    height: 130px;
  }
  .con .top {
    padding: 0 25px;
  }
  .con .btm {
    padding: 30px 25px;
  }
  .con .demand {
    margin-top: 10px;
  }
  .con .btm::before {
    width: calc(100% - 50px);
  }
  .con .eml {
    padding-top: 20px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .con .eml_flx {
    margin-bottom: 15px;
  }
  .con .common_btn {
    margin-top: 20px;
  }
  .con .mt50 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .intro div {
    font-size: 12px;
  }
}
