input {
  outline: none;
}
/* 大图片 */
.chemical-swiper {
  height: 600px;
  width: 100%;
  position: relative;
}
.swiper-cover {
  background: rgba(0, 0, 0, 0.2);
}
.chemical-swiper img {
  width: 100%;
  height: 100%;
}
.chemical-swiper-text {
  position: absolute;
  left: 13.59375%;
  top: 42.33%;
  /* margin-top: -254px; */
  /* transform: translateY(-333px); */
}
.chemical-swiper h3 {
  margin: 0;
  font-size: 60px;
  font-family: SYHeavy;
  font-weight: bold;
  color: #ffffff;
  /* line-height: 60px; */
  margin-bottom: 13px;
}
.chemical-swiper p {
  margin: 0;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: bold;
  color: #ffffff;
  line-height: 19px;
  /* margin-left: 261px; */
  /* margin-bottom: 254px; */
}
.see-chemical-product {
  margin-top: 100px;
}
/* 搜索选项 */
.opition {
  margin-top: 60px;
}
.big-category {
  padding: 27px 0 1px 25px;
  background-color: #f5f5f6;
}
.opition-category,
.opition-brand,
.opition-function {
  display: flex;
  margin-bottom: 27px;
  position: relative;
  padding-right: 58px;
}
.opition ul {
  margin: 0px;
}
.opition-function {
  margin-bottom: 0px;
}
/* .opition-function{
  padding-bottom: 29px;
} */
/* .opition>div{
  height: 100%;
  background-color: #F5F5F6;
} */

.opition-category > p,
.opition-brand > p,
.opition-function > p {
  margin-right: 34px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: SYMedium;
  /* font-weight: bold; */
  color: #003a70;
  line-height: 30px;
  flex: none;
}

.opition-category > ul,
.opition-brand > ul,
.opition-function > ul {
  display: flex;
  flex-wrap: wrap;
  min-width: 200px;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  margin-right: 68px;
}

.opition-category li,
.opition-brand li,
.opition-function li {
  text-align: center;
  margin-right: 40px;
  height: 30px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 30px;
  flex: none;
}
.opition-category li {
  height: 40px;
  line-height: 30px;
}

.opition-category li:hover,
.opition-brand li:hover,
.opition-function li:hover {
  color: #009cde;
}
.opition-category a,
.opition-brand a,
.opition-function a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.more > div {
  display: flex;
  position: absolute;
  top: 0px;
  height: 30px;
  right: 68px;
  line-height: 30px;
  cursor: pointer;
}
/* .more2,.more3{
  display: none;
} */
.more p {
  margin-right: 9px;
}
.more > div > div {
  width: 10px;
  height: 6px;
}
.more img {
  vertical-align: middle;
  width: 100%;
}

.more p {
  width: 32px;
  height: 22px;
  font-size: 16px;
  font-family: SYRegular;
  font-weight: bold;
  color: #003a70;
}
.check {
  color: #009cde !important;
}
.category li {
  line-height: 33px;
  padding-bottom: 0px;
}
/* 搜索关键词 */
.search-result {
  margin: 18px 0 17px 0;
  display: flex;
  justify-content: space-between;
}
.search-history {
  display: flex;
  align-items: center;
}
.search-result > div {
  display: flex;
}
.result-size {
  /*width: 164px;*/
  /*height: 22px;*/
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 22px;
}
.condition {
  margin: 0;
}
.condition > li {
  display: flex;
}
.condition li,
.search-history > p {
  float: left;
  background: #f8fcff;
  color: #009cde;
  margin-right: 19px;
  padding: 3px 12px;
  cursor: pointer;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 500;
  color: #009cde;
  line-height: 19px;
}
.search-history span {
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 4px;
}

.search-input {
  /* width: 38.23%; */
  display: flex;
  height: 46px;
}
.search-input > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 407px;
  border: 1px solid #eeeeee;
  padding: 0 20px;
}
.search-input > div i {
  font-size: 17px;
  color: #003a70;
}
.search-input > label {
  margin: 0px;
  display: block;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
}
#search {
  height: 22px;
  margin-top: 2px;
  border: none;
  outline: none;
}
#search::-webkit-input-placeholder {
  width: 128px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #2f71ae;
  line-height: 19px;
}
#search:-moz-placeholder {
  width: 128px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #2f71ae;
  line-height: 19px;
}
#search:-ms-input-placeholder {
  width: 128px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #2f71ae;
  line-height: 19px;
}
input:focus::placeholder {
  opacity: 0;
}

.search-input img {
  width: 17px;
  height: 17px;
}
/* 表格展示 */

.result-show {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.w200 {
  width: 200px;
}
.w600 {
  width: 600px;
}
.tbody > tr,
.tbody td {
  cursor: pointer;
}
/* .tbody>td:hover{
  color: #009CDE;
} */
tbody > tr:hover {
  background-color: rgba(0, 58, 112, 0.05);
  color: #009cde;
  cursor: pointer;
}
tbody > tr:hover > td {
  color: #009cde;
  cursor: pointer;
}
.color {
  color: #009cde !important;
}
.result-show th {
  height: 60px;
  text-align: center;
  background-color: #f5f5f6;
  font-size: 18px;
  font-family: SYMedium;
  font-weight: 500;
  color: #003a70;
}

.result-show td {
  text-align: center;
  height: 45px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 19px;
}
.result-show tr td:last-child {
  position: relative;
}
.result-show tr td:last-child > div {
  /*width: 80%;*/
  padding-left: 2%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.see_all {
  position: absolute;
  right: 2%;
  top: 25%;

  display: none;
}
.table-border {
  border-color: rgba(0, 0, 0, 0.1);
}
/*移动端搜索条件转换 */
.opition1 {
  display: none;
}
.opition1 .opition1-category {
  display: flex;
  flex-direction: column;
  padding: 15px 24px;
  /* margin: -14px -24px -15px -32px; */
}
.opition1 .opition1-category > div {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d6d9da;
}
.opition1-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 24px;
  position: relative;
}
.opition1-header > p {
  font-family: SYBold;
  font-weight: bold;
  color: #003a70;
  font-size: 16px;
}
.opition1 .opition1-category ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 14px 24px 15px */
  padding-left: 32px;
  padding-right: 24px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #d6d9da;
  margin-bottom: 0;
}
.opition1 ul > li:last-child {
  margin-bottom: 15px;
}
.opition1 .opition1-category li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  color: #003a70;
  cursor: pointer;
}
.opition1-category input[type='radio'] {
  width: 16px;
  height: 16px;
  display: inline-block;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-style::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  margin: 0px 10px 0px 0px;
}
.opition1-category label {
  margin-bottom: 0;
  font-weight: normal;
  /* display: flex;
  align-items: center; */
}
.opition1 button {
  width: 100%;
  height: 40px;
  background: #009cde;
  color: #ffffff;
  border: none;
  border-radius: 8px;
}
.opition1 .search-history > p {
  float: right;
  background: #f5f5f6;
  margin-right: 0px;
  padding: 0;
  cursor: pointer;
  height: 22px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 500;
  color: #003a70;
  line-height: 19px;
}
.radio-style {
  display: flex;
  align-items: center;
}

/* 其他网站的 */
.checkbox {
  position: relative;
}
.checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox label {
  color: #2f71ae;
  font-weight: 700;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding-left: 36px;
  padding-right: 0;
  position: relative;
}
.checkbox label:before {
  font-size: 28px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -1px;
  line-height: 26px;
  width: 26px;
  color: rgba(47, 113, 174, 0);
  transition: color 0.15s linear;
}
.checkbox label:after {
  content: '';
  display: block;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  height: 26px;
  width: 26px;
  position: absolute;
  top: -2px;
  left: 0;
}
.radio-style::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  margin: 0px 10px 0px 0px;
}
.radio-style-on::before {
  padding: 4px;
  background-color: #003a70;
  background-clip: content-box;
  border-color: #003a70;
}

/* 仪器 */
.instrument {
  display: none;
}
.instrument-list {
  height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  cursor: pointer;
  transition: all 1s linear 0s;
}
.instrument-list:hover > .jiantou {
  transform: translateX(20px);
}
.list-image {
  width: 310px;
  height: 100%;
  padding: 20px 5px;
}
.list-image > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.list-text {
  flex: 1;
  margin-left: 19px;
}
.p1 {
  margin-top: 50px;
  height: 20px;
  font-size: 14px;
  font-family: SYMedium;
  /* font-weight: bold; */
  color: #2f71ae;
  line-height: 16px;
}
.list-text > h3 {
  font-size: 24px;
  font-family: SYNormal;
  font-weight: 800;
  color: #003a70;
  line-height: 24px;
  margin-top: 20px;
}
.p2 {
  margin-top: 14px;
  height: 16px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 300;
  color: #003a70;
  line-height: 16px;
}

.jiantou {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 185px;
  vertical-align: middle;
}
.jiantou:hover {
  margin-right: 0px;
  /* margin-top: 189px; */
}

/* 响应式 */

@media screen and (max-width: 1919px) {
  .chemical-swiper-text > h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1600px) {
  .menu2 {
    display: none;
  }
  .chemical-swiper-text > h3 {
    font-size: 40px;
  }

  .see-chemical-product {
    margin-top: 80px;
  }
  .search-input > div {
    width: 350px;
    padding: 11px 0px 11px 28px;
    border: 1px solid #eeeeee;
  }
  /*.result-show tr td:last-child > div {*/
  /*  width: 78%;*/
  /*}*/
}
@media screen and (max-width: 1400px) {
  .chemical-swiper-text > h3 {
    font-size: 30px;
  }

  .chemical-swiper-text > p {
    font-size: 14px;
  }
  .see-chemical-product {
    margin-top: 60px;
  }
  .category li {
    width: 100px;
  }
  .search-input > div {
    width: 300px;
    padding: 11px 28px;
    border: 1px solid #eeeeee;
  }
  /*.result-show tr td:last-child > div {*/
  /*  width: 78%;*/
  /*}*/
}
@media only screen and (max-width: 1200px) {
  .result-show tr td:last-child > div {
    width: 74%;
  }
}
@media only screen and (max-width: 1050px) {
  .chemical-swiper-text > h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .chemical-swiper-text > p {
    font-size: 14px;
  }
  .see-chemical-product {
    margin-top: 50px;
  }

  .result-size {
    /* width: 144px; */
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #003a70;
    line-height: 19px;
  }
  .search-input label {
    display: none;
  }
  .search-input {
    display: flex;
    justify-content: flex-end;
  }
  .search-result {
    margin: 29px 0 30px 0;
    display: flex;
  }
  .search-result > div {
    width: 100%;
  }

  .instrument-list {
    /* height: 246px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
  }
  .list-image {
    width: 22.143%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .list-text {
    flex: 1;
    margin-left: 14px;
  }
  .p1 {
    margin-top: 30px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #2f71ae;
    line-height: 16px;
  }
  .list-text > h3 {
    font-size: 20px;
  }
  .p2 {
    margin-top: 14px;
    height: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #003a70;
    line-height: 16px;
  }
  .icon-you401 {
    color: #003a70;
  }
  .jiantou {
    margin-right: 31px;
    margin-top: 189px;
  }
  /*.result-show tr td:last-child > div {*/
  /*  width: 70%;*/
  /*}*/
}
@media only screen and (max-width: 980px) {
  .opition {
    display: none;
  }
  .opition1 {
    display: block;
  }

  .search-history {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .opition1 .search-history {
    align-items: flex-end;
  }
  .condition,
  .search-history > p {
    display: none;
  }
  .big-category {
    padding: 0;
    background-color: #f5f5f6;
  }

  .table-border {
    min-width: 900px;
    /* overflow-x: auto; */
  }
  .result-show {
    overflow-x: auto;
  }

  .result-show::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .result-show::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background-color: #99a9bf;
  }

  .result-show::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 5px;
    background-color: #d3dce6;
  }
  .more2,
  .more3 {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .chemical-swiper {
    height: auto;
    width: 100%;
    position: relative;
  }
  .big-category {
    padding: 0;
    background-color: #f5f5f6;
  }
  .search-result {
    display: flex;
    flex-direction: column;
  }
  .search-input {
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
  }
  .pagination > li {
    display: none;
  }
  .previous,
  .next {
    display: block !important;
  }
  .pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .opition-category > p,
  .opition-brand > p,
  .opition-function > p {
    margin-right: 24px;
    margin-left: 10px;
  }
  .chemical-swiper-text {
    display: none;
  }
  .sub-title {
    flex-direction: column;
  }
  .sub-title > p {
    margin-bottom: 10px;
  }
  .condition {
    margin-bottom: 10px;
  }
  .search-history {
    display: flex;
    align-items: flex-start;
  }
  .opition1 .search-history {
    align-items: flex-end;
  }
  .search-input > div {
    width: 300px;
    padding: 11px 10px 11px 10px;
    border: 1px solid #eeeeee;
  }
  .instrument-list {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .list-image {
    width: 100%;
  }
  .p2 {
    margin-top: 14px;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    color: #003a70;
    line-height: 20px;
  }
  .jiantou {
    margin: 0px 0px 10px 14px;
  }
  .more > div {
    right: 26px;
  }
}
