@import url('../css/base.css');
@import url('../css/head-foot.css');
.searchS {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.searchS .searchL {
  width: 336px;
  margin-right: 16px;
}
.searchS .searchL .search-l-detail {
  width: 336px;
}
.searchS .searchL .search-l-detail .classification {
  position: relative;
  width: 336px;
  background: linear-gradient(180deg, #EFF4FF 0%, #FFFCF6 100%);
  border: 2px solid #FFFFFF;
  padding-bottom: 8px;
}
.searchS .searchL .search-l-detail .classification h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
  padding: 16px 16px 0 16px;
}
.searchS .searchL .search-l-detail .classification .classification-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  padding: 0 8px 0 16px;
}
.searchS .searchL .search-l-detail .classification .classification-list a .left {
  display: flex;
  align-items: center;
}
.searchS .searchL .search-l-detail .classification .classification-list a .left img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.searchS .searchL .search-l-detail .classification .classification-list a .left span {
  max-width: 240px;
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchL .search-l-detail .classification .classification-list a .right {
  width: 28px;
  height: 28px;
}
.searchS .searchL .search-l-detail .classification .classification-list a:hover {
  background: #fff;
}
.searchS .searchL .search-l-detail .classification .classification-list a:hover .left span {
  color: #FD6019;
}
.searchS .searchL .search-l-detail .classification .showCard {
  position: absolute;
  top: 0;
  left: 336px;
  display: flex;
  display: none;
  white-space: nowrap;
  padding: 16px 80px 16px 16px;
  background: #FFFFFF;
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.searchS .searchL .search-l-detail .classification .showCard .showCard-l {
  margin-right: 40px;
}
.searchS .searchL .search-l-detail .classification .showCard .showCard-l .title {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
}
.searchS .searchL .search-l-detail .classification .showCard .showCard-l .showCard-l-list a {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.searchS .searchL .search-l-detail .classification .showCard .showCard-l .showCard-l-list a:hover {
  color: #FD6019;
}
.searchS .searchL .search-l-detail .ad4 {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.searchS .searchL .search-l-detail .ad4 .ad4-p {
  width: 100%;
}
.searchS .searchL .search-l-detail .ad4 span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: K;
  text-align: right;
}
.searchS .searchL .search-l-detail .trade {
  width: 336px;
  padding: 16px;
  background: #FFFFFF;
  margin-top: 16px;
}
.searchS .searchL .search-l-detail .trade .trade-t {
  display: flex;
}
.searchS .searchL .search-l-detail .trade .trade-t h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-right: 18px;
}
.searchS .searchL .search-l-detail .trade .trade-t span {
  font-size: 14px;
  font-family: K;
  color: #999999;
  line-height: 28px;
}
.searchS .searchL .search-l-detail .trade .trade-m {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.searchS .searchL .search-l-detail .trade .trade-m input {
  width: 210px;
  height: 44px;
  border: 1px solid #E6E6E6;
  padding-left: 16px;
  color: #999999;
  font-size: 14px;
  font-family: K;
}
.searchS .searchL .search-l-detail .trade .trade-m input::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: K;
}
.searchS .searchL .search-l-detail .trade .trade-m button {
  width: 86px;
  height: 44px;
  border: 1px solid #E6E6E6;
  color: #333333;
  font-size: 14px;
  font-family: K;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.searchS .searchL .search-l-detail .trade .trade-b {
  color: #999999;
  line-height: 28px;
  font-size: 12px;
  font-family: K;
  margin-top: 4px;
}
.searchS .searchL .search-l-detail .request {
  width: 336px;
  height: 370px;
  margin-top: 16px;
  background: url('../img/request.png') no-repeat;
  background-size: 336px 370px;
  padding: 12px 12px 24px;
}
.searchS .searchL .search-l-detail .request h2 {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
}
.searchS .searchL .search-l-detail .request .ipt1 {
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  padding-left: 16px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: M;
  margin-top: 4px;
}
.searchS .searchL .search-l-detail .request .ipt1::placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-family: M;
}
.searchS .searchL .search-l-detail .request .quanlity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.searchS .searchL .search-l-detail .request .quanlity input {
  width: 132px;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  padding-left: 16px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: K;
}
.searchS .searchL .search-l-detail .request .quanlity input::placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-family: K;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 164px;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  padding-left: 16px;
  padding-right: 8px;
  cursor: pointer;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan span {
  display: block;
  width: 100px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: K;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan-list {
  display: none;
  position: absolute;
  top: 44px;
  padding: 8px 0;
  max-width: 312px;
  max-height: 216px;
  overflow-y: scroll;
  /* transform: translateX(-50%); */
  background: #fff;
  z-index: 10;
  color: #333;
  font-size: 14px;
  font-family: K;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan-list li {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-transform: capitalize;
  padding: 8px 20px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.searchS .searchL .search-l-detail .request .quanlity .xuan-list li:hover {
  background: #FD6019;
  color: #fff;
}
.searchS .searchL .search-l-detail .request .insane {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.searchS .searchL .search-l-detail .request .insane .swiper-slide {
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-family: K;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchS .searchL .search-l-detail .request .types {
  margin-top: 8px;
}
.searchS .searchL .search-l-detail .request .types h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-family: M;
}
.searchS .searchL .search-l-detail .request .types .types-list {
  display: flex;
  flex-wrap: wrap;
}
.searchS .searchL .search-l-detail .request .types .types-list a {
  display: block;
  padding: 4px 24px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: K;
  margin-top: 8px;
  line-height: 28px;
}
.searchS .searchL .search-l-detail .request .types .types-list .typeActive {
  border: 1px solid #FD6019;
  background: #FD6019;
  color: #FFFFFF;
}
.searchS .searchL .search-l-detail .request .request-btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FD6019;
  color: #FFFFFF;
  font-size: 14px;
  font-family: B;
  margin-top: 16px;
  cursor: pointer;
}
.searchS .searchL .search-l-detail .multilple {
  width: 336px;
  background: #FFFFFF;
  margin-top: 16px;
  padding: 16px 16px 24px 16px;
}
.searchS .searchL .search-l-detail .multilple h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
.searchS .searchL .search-l-detail .multilple .policy {
  display: flex;
  flex-wrap: wrap;
}
.searchS .searchL .search-l-detail .multilple .policy a {
  display: block;
  width: calc(100%/2);
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.searchS .searchL .search-l-detail .multilple .policy a:hover {
  color: #FD6019;
}
.searchS .searchL .search-l-detail .multilple .share {
  display: flex;
  margin-top: 18px;
  align-items: center;
}
.searchS .searchL .search-l-detail .multilple .share a {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.searchS .searchL .search-l-detail .multilple .share a img {
  width: 24px;
  height: 24px;
}
.searchS .searchL .search-l-detail .multilple .share div {
  color: #666666;
  font-size: 16px;
  font-family: K;
  margin-right: 12px;
}
.searchS .searchL .search-l-detail .copy {
  display: flex;
  margin-top: 12px;
}
.searchS .searchL .search-l-detail .copy img {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  margin-top: 10px;
}
.searchS .searchL .search-l-detail .copy div {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: K;
}
.searchS .searchR {
  width: 880px;
  padding: 16px;
  background: #FFFFFF;
}
.searchS .searchR .ad3 {
  width: 100%;
  text-align: center;
}
.searchS .searchR .ad3 .ad3-p {
  width: 100%;
}
.searchS .searchR .ad3 span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: K;
  text-align: right;
}
.searchS .searchR .noResults {
  text-align: center;
}
.searchS .searchR .noResults img {
  width: 228px;
  height: 228px;
}
.searchS .searchR .noResults div {
  color: #333333;
  line-height: 28px;
  margin-top: 16px;
  font-size: 24px;
  font-family: M;
}
.searchS .searchR .noResults .novisit {
  width: 228px;
  height: 200px;
}
.searchS .searchR .noResults .novisit-c {
  color: #666666;
}
.searchS .searchR .product-result .title {
  color: #999999;
  font-size: 16px;
  font-family: M;
}
.searchS .searchR .product-result .title span {
  color: #333333;
}
.searchS .searchR .product-result .recommend-title {
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin-top: 16px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 16px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list:last-child {
  border-bottom: none;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .showPic {
  position: relative;
  width: 182px;
  height: 157px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-right: 16px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .showPic a {
  display: block;
  width: 182px;
  height: 157px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .showPic a img {
  width: 182px;
  height: 157px;
  object-fit: cover;
  border: 1px solid #DDDDDD;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .showPic .collect {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .showPic .collect img {
  width: 27px;
  height: 27px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r {
  display: grid;
  align-content: space-between;
  width: 650px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top {
  width: 650px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .biaoti {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .biaoti a {
  display: block;
  max-width: 470px;
  color: #333333;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .biaoti a:hover {
  color: #FD6019;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .biaoti img {
  width: 114px;
  height: 22px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .biaoti span {
  position: absolute;
  left: 0;
  top: 18px;
  display: block;
  width: 143px;
  height: 6px;
  background: #FFE3D7;
  border-radius: 50px 50px 50px 50px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .mainT {
  display: block;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 9px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .mainT:hover {
  color: #FD6019;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce {
  margin-top: 8px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li {
  display: flex;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: M;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li div span {
  display: block;
  color: #333;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li div span:nth-child(1) {
  color: #666;
  font-family: K;
  margin-right: 8px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li div span:nth-child(2) {
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li .left {
  margin-right: 16px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .top .introduce li:nth-child(2) {
  margin-top: 8px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .bottom {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .bottom span {
  color: #333;
  font-size: 16px;
  font-family: M;
  margin-right: 8px;
}
.searchS .searchR .product-result .searchProduct .searchProduct-list .product-r .bottom span:nth-child(1) {
  color: #666;
}
.searchS .searchR .paging {
  text-align: center;
  margin-top: 30px;
}
.searchS .searchR .paging ul {
  display: inline-block;
  overflow: hidden;
}
.searchS .searchR .paging ul li {
  float: left;
  width: 39px;
  height: 32px;
  font-size: 16px;
  font-family: D;
  color: #333;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.searchS .searchR .paging ul li:nth-child(2) {
  width: 39px;
  height: 32px;
  background: #FD6019;
  border: none;
  color: #fff;
}
.searchS .searchR .suppliers .supplierslist {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 16px;
}
.searchS .searchR .suppliers .supplierslist:last-child {
  border-bottom: none;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-t {
  display: block;
  width: 182px;
  height: 157px;
  margin-right: 16px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-t img {
  width: 182px;
  height: 157px;
  object-fit: cover;
  border: 1px solid #DDDDDD;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l {
  display: flex;
  align-items: center;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .biaoti-logo {
  display: block;
  width: 90px;
  height: 40px;
  margin-right: 4px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .biaoti-logo img {
  width: 90px;
  height: 40px;
  object-fit: cover;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .biaoti-title {
  position: relative;
  max-width: 410px;
  margin-right: 4px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .biaoti-title h2 {
  max-width: 410px;
  color: #333333;
  font-size: 16px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .biaoti-title span {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 143px;
  height: 6px;
  background: #FFE3D7;
  border-radius: 50px 50px 50px 50px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-l .youce-pic {
  width: 111px;
  height: 20px;
  object-fit: cover;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r {
  display: flex;
  align-items: flex-end;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l {
  display: grid;
  align-content: space-between;
  width: 440px;
  height: 116px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l ul li {
  display: flex;
  align-items: center;
  height: 20px;
  margin-bottom: 4px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l ul li span {
  display: block;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l ul li span:nth-child(1) {
  color: #666666;
  margin-right: 8px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l .c-link {
  display: flex;
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  height: 24px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l .c-link div {
  max-width: 354px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-l .c-link a {
  color: #007AFF;
  height: 24px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-r {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-r a {
  display: block;
  width: 61px;
  height: 61px;
  border-radius: 100px 100px 100px 100px;
  margin-right: 5px;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-r a:nth-child(3n) {
  margin-right: 0;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-r a img {
  width: 61px;
  height: 61px;
  border-radius: 100px 100px 100px 100px;
  object-fit: cover;
  border: 1px solid #E8E8E8;
  transition: all 0.3s;
}
.searchS .searchR .suppliers .supplierslist .supplierslist-b .supplierslist-b-r .showPic-r a img:hover {
  transform: scale(1.1);
}
.like {
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
  margin-top: 8px;
}
.like .noLike {
  text-align: center;
}
.like .noLike img {
  width: 370px;
  height: 190px;
}
.like .noLike span {
  display: block;
  color: #999999;
  line-height: 28px;
  font-size: 24px;
  font-family: M;
}
.like .likes {
  display: flex;
  flex-wrap: wrap;
}
.like .likes .likes-list {
  display: flex;
  width: 584px;
  height: 126px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  margin-right: 16px;
  padding: 8px;
  margin-bottom: 16px;
}
.like .likes .likes-list:nth-child(2n) {
  margin-right: 0;
}
.like .likes .likes-list .likes-list-l {
  display: block;
  width: 110px;
  height: 110px;
  margin-right: 12px;
}
.like .likes .likes-list .likes-list-l img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.like .likes .likes-list .likes-list-r .title {
  display: block;
  color: #333333;
  line-height: 24px;
  width: 442px;
  height: 48px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.like .likes .likes-list .likes-list-r .title:hover {
  color: #FD6019;
}
.like .likes .likes-list .likes-list-r .likes-b {
  margin-top: 14px;
}
.like .likes .likes-list .likes-list-r .likes-b a {
  display: block;
  font-family: M;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  width: 442px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.like .likes .likes-list .likes-list-r .likes-b a:hover {
  color: #FD6019;
}
.like .likes .likes-list .likes-list-r .likes-b a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  margin-right: 10px;
}
.like .paging {
  text-align: center;
  margin-top: 30px;
}
.like .paging ul {
  display: inline-block;
  overflow: hidden;
}
.like .paging ul li {
  float: left;
  width: 39px;
  height: 32px;
  font-size: 16px;
  font-family: D;
  color: #333;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.like .paging ul li:nth-child(2) {
  width: 39px;
  height: 32px;
  background: #FD6019;
  border: none;
  color: #fff;
}
.contact {
  width: 100%;
  background: #fff;
  margin-top: 8px;
  padding: 24px 24px 80px;
}
.contact input {
  width: 100%;
  height: 48px;
  background: #F5F5F5;
  margin-bottom: 12px;
  padding-left: 18px;
  color: #999999;
  font-size: 16px;
  font-family: M;
}
.contact input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: M;
}
.contact .textArea {
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEBEB;
}
.contact .textArea textArea {
  width: 100%;
  height: 131px;
  background: #F5F5F5;
  padding-top: 12px;
  padding-left: 16px;
  color: #999999;
  font-size: 16px;
  font-family: M;
}
.contact .textArea textArea::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: M;
}
.contact .email {
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.contact h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-bottom: 4px;
}
.contact .text {
  color: #000000;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-bottom: 8px;
}
.contact .reson ul {
  margin-top: 12px;
}
.contact .reson ul li {
  width: 100%;
  margin-bottom: 4px;
  color: #666666;
  font-size: 14px;
  font-family: K;
  margin-bottom: 8px;
  cursor: pointer;
}
.contact .reson ul li .radio {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  display: flex;
}
.contact .reson ul li .radio input {
  position: absolute;
  left: -9999px;
}
.contact .reson ul li .radio i {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  outline: 0;
  border: 1px solid #858585;
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  cursor: pointer;
}
.contact .reson ul li .radio input + i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FC7000;
  border: 1px solid #fc7000;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.contact .reson ul li .radio input:checked + i:after {
  opacity: 1;
}
.contact .layui-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  height: 52px;
  margin-bottom: 12px;
}
.contact .layui-row {
  display: flex;
  align-items: center;
  height: 52px;
}
.contact .layui-row input {
  width: 302px;
  height: 52px;
}
.contact .layui-row img {
  width: 151px;
  height: 52px;
}
.contact .layui-col-xs7 {
  height: 52px;
}
.contact .layui-col-xs5 {
  height: 52px;
}
.contact button {
  background: #FD6019;
  width: 136px;
  height: 52px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  font-family: K;
}
