.fl {
  float: left
}

.fr {
  float: right
}

.bd_box {
  border: solid 1px #E2E2E2;
  width: 868px;
  height: 314px;
  margin-left: 10px;
}

.bd_box：hover {
  box-shadow: 0 10px 25px 0 rgba(238, 103, 35, 0.12);
}

.bd_box .bd_box_title {
  background: #F6F6F6;
  line-height: 36px;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 16px;
  padding-left: 10px;
  color: #005bac;
  font-weight: normal;
}

.searchHeader {
  border-bottom: 1px #005bac solid;
  height: 125px;
}

.searchHeaderCen {
  width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
}

.searchHeaderCen span {
  width: 621px;
  height: 59px;
  background: url(../../images/v2/search.png) no-repeat;
  background-position: -8px -7px;
  display: block;
}

.serInp {
  width: 280px;
  height: 30px;
  line-height: 30px;
  float: left;
  border: none;
  padding: 0 10px;
  font-size: 12px;
}

.serConFont p {
  color: #575757;
  display: inline-block;
  line-height: 23px;
  margin-bottom: 20px;
}

.serCon {
  border: none;
  padding: 0;
  margin: 0;
}

.serConFont {
  float: left;
  width: 480px;
  padding: 25px 10px 0px 0px;
  overflow: hidden;
}

.serConFont h2 a {
  display: block;
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 2.5px;
  line-height: 28px;
}

.serConFont h2 a:hover {
  color: #1565c0;
}

.serPri {
  color: #e83344;
  float: left;
  display: block;
  font-size: 12px;
}

.serPri span {
  font-size: 18px;
  color: #e83344;
}

.serCheck {
  float: right;
  width: 108px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px #005bac solid;
  color: #005bac;
  background: #fff;
}

.serCheck:hover {
  cursor: pointer;
  background: #005bac;
  color: #fff;
}

.serConFont2 h2 {
  font-weight: normal;
  color: #005bac;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.serConFont2 p {
  color: #575757;
  display: block;
  line-height: 23px;
}

.serConFont2 p span {
  color: #e83344;
}

.selectBoxSer {
  width: 90px;
  height: 25px;
  position: relative;
  text-indent: 1em;
  float: left;
}

.selectTitleSer {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-left: 1px #e8e8e8 solid;
}

.seclectBgSer {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: 200em;
  overflow: hidden;
  float: right;
  margin-top: 5px;
  margin-right: 12px;
  background-color: #f00;
  background: url(../../images/v2/left_list.png) no-repeat;
  background-position: -70px -54px;
}

.selectDataSer {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 20px;
}

.selectCont {
  width: 89px;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 100;
  font-size: 12px;
  line-height: 30px;
  border: #c8c8c8 1px solid;
  background-color: #fff;
}

.serBut {
  width: 101px;
  /*float: right;*/
  height: 24px;
  background: #005bac;
  padding-top: 6px;
  cursor: pointer;
}

.serHide {
  border: #c8c8c8 1px solid;
  width: 300px;
  position: absolute;
  top: 31px;
  left: -1px;
  display: none;
}

.serHide p {
  display: block;
  line-height: 30px;
  padding: 0 10px;
}

.serResult span {
  color: #e83344;
}

.w100 {
  width: 100%;
}

.w65 {
  width: 65%;
}

.w50 {
  width: 50%;
}

.w25 {
  width: 25%;
}

.w10 {
  width: 10%;
}

.w9 {
  width: 9%;
}

.floatL {
  float: left;
}

.margin10 {
  margin: 10px 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 38%;
  margin-left: -200px;
  position: absolute;
  z-index: 101;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, .4);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.selectCont>a {
  display: block;
  cursor: pointer;
  text-indent: 1em;
}



.footerBg {
  clear: both;
}

#loadingMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}


/**searching icon**/
@-webkit-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-webkit-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-moz-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-ms-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-moz-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-webkit-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@-o-keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

@keyframes searching-move {
  0% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }

  33% {
    -ms-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }

  66% {
    -ms-transform: translate(0, -22px);
    -moz-transform: translate(0, -22px);
    -webkit-transform: translate(0, -22px);
    -o-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }

  100% {
    -ms-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

.searchIcon {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 100px auto;
}

.searchIcon .outer-circle {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 30px;
  left: 30px;
  border: 15px solid #ea8300;
  border-radius: 60px;
}

.searchIcon .inner-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 45px;
  left: 45px;
  background: rgba(234, 131, 0, 0.5);
  border-radius: 30px;
}

.searchIcon .grip {
  position: absolute;
  width: 24px;
  height: 60px;
  top: 100px;
  left: 125px;
  border-radius: 20px;
  background: #ea8300;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchIcon .group {
  -ms-animation: searching-move 1s linear infinite;
  -moz-animation: searching-move 1s linear infinite;
  -webkit-animation: searching-move 1s linear infinite;
  -o-animation: searching-move 1s linear infinite;
  animation: searching-move 1s linear infinite;
}

@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }

  50% {
    left: 100px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-moz-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-ms-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-moz-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@-o-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

@keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    left: 0;
    z-index: 10;
  }

  100% {
    left: 100px;
    z-index: 10;
  }
}

.scroll-loading {
  background: none;
  position: relative;
  width: 200px;
  display: none;
  margin: 0 auto;
  height: 100px;
  transform: scale(0.21) translateY(-80px);
}

.scroll-loading.showing {
  display: block;
}

.scroll-loading>div {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  top: 50px;
}

.scroll-loading>div:nth-of-type(1) {
  left: 0;
  background: #ea8300;
  z-index: 5;
  -ms-animation: uil-flickr-anim1 0.8s linear infinite;
  -moz-animation: uil-flickr-anim1 0.8s linear infinite;
  -webkit-animation: uil-flickr-anim1 0.8s linear infinite;
  -o-animation: uil-flickr-anim1 0.8s linear infinite;
  animation: uil-flickr-anim1 0.8s linear infinite;
}

.scroll-loading>div:nth-of-type(2) {
  left: 100px;
  background: #34a5e4;
  -ms-animation: uil-flickr-anim2 0.8s linear infinite;
  -moz-animation: uil-flickr-anim2 0.8s linear infinite;
  -webkit-animation: uil-flickr-anim2 0.8s linear infinite;
  -o-animation: uil-flickr-anim2 0.8s linear infinite;
  animation: uil-flickr-anim2 0.8s linear infinite;
}

/**endof searching icon**/
.swiper-slide {
  width: 100%;
}

/**分页区域**/
.cutPage {
  height: 30px;
  margin: 20px;
}

#kkpager {
  clear: both;
  color: #999;
  padding: 5px 0px 5px 0px;
  font-size: 13px;
}

#kkpager a {
  float: left;
  border: 1px solid #ddd;
  display: inline;
  padding: 3px 8px;
  margin-right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #337ab7;
}

#kkpager span.disabled {
  float: left;
  display: inline;
  padding: 3px 8px;
  cursor: not-allowed;
  margin-right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #FFF;
  color: #777;
}

#kkpager span.curr {
  float: left;
  border: 1px solid #087DEE;
  display: inline;
  padding: 3px 8px;
  margin-right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #087DEE;
  color: #fff;
}

#kkpager a:hover {
  border: 1px solid #ddd;
  background-color: #eee;
  color: #23527c;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
  position: relative;
  left: 0px;
  top: 0px;
}

#kkpager_btn_go {
  width: 44px;
  height: 26px;
  border: 0px;
  overflow: hidden;
  line-height: 140%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #31ACE2;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: -2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
}

#kkpager_btn_go_input {
  width: 30px;
  height: 24px;
  color: #999;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #DFDFDF;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: 0px;
  top: 0px;
  outline: none;
}

#kkpager_btn_go_input.focus {
  border-color: #31ACE2;
}

#kkpager .pageBtnWrap {
  float: left;
}

#kkpager .infoTextAndGoPageBtnWrap {
  float: right;
  margin-right: 35px;
}

#kkpager .spanDot {
  float: left;
  margin-right: 5px;
}

#kkpager .currPageNum {
  color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
  padding-top: 5px;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/v2/loader.gif) center no-repeat #fff;
}

/**弹出层样式**/
body .layer-skin-CPIC {
  border: 2px solid #ddd;
  box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, .3);
  border-radius: 5px;
  background: #fff;
}

body .layer-skin-CPIC .layui-layer-title {
  background: #125cab;
  color: #fff;
  border: none;
}

body .layer-skin-CPIC .layui-layer-btn {
  border-top: none;
  text-align: center;
}

body .layer-skin-CPIC .layui-layer-btn a {
  border-color: #125cab;
  width: 50%;
  text-align: center;
  background: none;
  color: #125cab
}

body .layer-skin-CPIC .layui-layer-btn a:hover {
  color: #fff;
  background-color: #125cab
}

body .layer-skin-CPIC .layui-layer-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-position: -180px -31px;
  right: 0;
  top: -8px;
  transform: scale(0.75)
}


/*新修改的搜索结果样式*/
.searchCon {
  position: relative;
  width: 1270px;
  margin: 84px auto 0;
  margin-top: 90px;

}

.searchConLeft {
  width: 935px;
  float: left;
  padding-bottom: 140px;
}

.ser {
  width: 100%;
  height: 50px;
  border: 0;
  position: relative;
}

#content {
  padding-bottom: 0px;
  padding-left: 20px;
  width: 655px;
  padding-right: 20px;
  float: left;
  overflow: hidden;
  padding-top: 0px;
  margin-left: 10px;
  border: 1px #005bac solid;
  margin-right: 20px;
  height: 36px;
  border-radius: 2px;
}

.suggest {
  top: 50px;
}

.serBut {
  width: 100px;
  float: left;
  margin-right: 20px;
  height: 38px;
  padding-top: 0;
  background: #005bac;
  border-radius: 2px;
  cursor: pointer;
}

.serBut:hover {
  background-color: #1D77DE;
}

.serResult {
  color: #000000;
  border-bottom: none;
  margin: 3px 0 22px 20px;
  font-size: 14px;
  letter-spacing: 0;
  height: 24px;
  line-height: 24px;
}

.tabs {
  border-bottom: none;
  margin-left: 20px;
  margin-top: 0;
  height: 25px;
}

.tabs a {
  display: block;
  float: left;
  border-bottom: none;
  width: 107px;
  height: 25px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  background: #ADADAD;
  border-radius: 1px;
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;

}

.tabs a>span {
  color: #FFFFFF;
  font-size: 12px;
}

.tabs a:hover,
.tabs a.active {
  border-bottom: none;
  color: #fff;
  background: #1565C0;
}

.tabs .w80 {
  width: 80px;
}

.serConB {
  padding: 0;
  border-bottom: none;
  border-top: 2px solid #6FB2E7;
  margin: 10px 10px 20px 10px;
  box-shadow: 0 1px 15px 0 rgba(170, 170, 170, 0.42);
  position: relative;
  width: 910px;
}

.serConB:hover {
  box-shadow: 0 5px 10px 0 rgba(238, 103, 35, 0.12);
}

.serConImg {
  float: left;
  display: block;
  width: 255px;
  height: 270px;
  margin-right: 0;
  overflow: hidden;
}

.serConImg img {
  max-height: 100%;
  width: 233px;
  height: 270px;
}

.collect {
  display: block;
  float: right;
  margin-left: 0;
  margin-top: 7px;
}

.tabs-container {
  margin-top: 13px;
}

.star {
  display: inline-block;
  font-style: normal;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: top;
  background: url('//wwwsit.cpic.com.cn/market/images/v2/star.png') no-repeat;
}

.clearboth {
  clear: both;
}

.feature span,
.feature span i {
  font-size: 12px;
  color: #42A5F5;
  letter-spacing: 0;
  font-style: normal;
}

.mt18 {
  margin-top: 15px;
}

.age>span,
.date>span,
.safe>span {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 1.58px;
  margin-right: 16px;
  line-height: 25px;
}

.age .black,
.date .black,
.safe .black {
  color: #000000;
}

.mt10 {
  margin-top: 10px;
}

.safe>div {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1.57px;
}

.tab_safe table {
  width: 420px;
}

.serPriBox {
  float: left;
  width: 160px;
  height: 188px;
  margin-top: 37px;
  margin-bottom: 37px;
  /* padding: 20px 0 0 0; */
  border-left: 2px solid #6FB2E7;
}

.serPriBox>div {
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #4A4A4A;
  letter-spacing: 1.43px;
  margin-top: 17px;
}

.serPriBox>div>span {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  margin-left: 16px;
  margin-right: 17px;
  font-size: 30px;
  color: #FF3636;
  letter-spacing: -0.9px;
}

.serPriBox .serCheck {
  display: block;
  width: 130px;
  height: 40px;
  background: #1565C0;
  border-radius: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-top: 13px;
  margin-right: 8px;
  cursor: pointer;
}

.serPriBox .serCheck:hover {
  background-color: #1D77DE;
}

.serConLeft {
  float: left;
  width: 730px;
  height: 150px;
  padding: 30px 21px 0px 30px;
}

.serConRight {
  height: 65px;
}

.serConLeft p {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 14px;
  color: #575757;
}

.serBut i {
  width: 31px;
  height: 30px;
  background: url('//wwwsit.cpic.com.cn/market/images/v2/searchIcon.png') no-repeat;
  display: block;
  margin: 5px auto;
  -ms-transform-origin: 50% 50%;
  -moz-transform: scale(0.8);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -o-transform: scale(0.8);
  -o-transform-origin: 50% 50%;
}

#kkpager .pageBtnWrap {
  width: 100%;
  text-align: center;
}

#kkpager span.disabled,
#kkpager span.curr,
#kkpager a,
#kkpager .spanDot {
  float: none;
}

#kkpager span.disabled,
#kkpager span.curr,
#kkpager a,
#kkpager span.spanDot {
  width: 33px;
  height: 33px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
  background-image: linear-gradient(-180deg, #FFFFFF 3%, #EDEBEB 100%);
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: bottom;
  line-height: 33px;
  cursor: pointer;
  color: #9B9B9B;
}

#kkpager span.disabled:hover,
#kkpager span.curr:hover,
#kkpager a:hover,
#kkpager span.spanDot:hover {
  background: #D1D1D1;
  color: #9B9B9B;
}

#kkpager span .triangle-left,
#kkpager a .triangle-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid #9B9B9B;
  border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 1px;
}

#kkpager span .triangle-right,
#kkpager a .triangle-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #9B9B9B;
  border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: -3px;
}

#kkpager span.curr {
  background: #1565C0 !important;
  box-shadow: inset 0 1px 6px 0 #05366E;
  color: #FFFFFF !important;
}

#kkpager .currPageNum {
  color: #575757;
}

#kkpager .infoTextAndGoPageBtnWrap {
  padding-top: 30px;
}


.tabs-container.tabs-searchFail {
  width: 880px;
  height: 250px;
  background: #FFFFFF;
  box-shadow: 0 1px 15px 0 rgba(170, 170, 170, 0.42);
  margin-top: 21px;
  /* margin-left: 4%; */
}

.serPriBox.serConRight.serPriBox-service {
  /*margin-top: 20px;*/
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -33px;
}

.infoTextAndGoPageBtnWrap span {
  font-size: 15px;
  color: #000000;
  letter-spacing: 2.25px;
}

.tab_safe p {
  margin-bottom: 0px !important;
}

.quickSearchItem {
  display: none;
  margin-left: 10px;
}

.hotSearch {
  position: fixed;
  top: 120px;
  right: 118px;
}

.hotSearch2 {
  position: absolute;
  right: 125px;
  bottom: 500px;
}

#mboxClick-Search_Banner img {
  width: 200px;
}

/* 停售样式 ↓*/
.ts-title {
  font-size: 18px;
}

.ts-button {
  display: block;
  width: 130px;
  height: 40px;
  background: #ADADAD;
  border-radius: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-top: 13px;
  margin-left: 20px;
}

.ts-xinxi {
  display: block;
}

/* 停售样式 ↑*/
.serHot ul li:last-child {
  border-bottom: 0;
}

.serHot ul li:hover {
  color: #005bac;
  cursor: pointer;
}

.serHot ul li:hover i {
  background-position: -113px -81px;
}

.serHot {
  width: 255px;
  border: 1px #e2e2e2 solid;
  margin-bottom: 20px;
}

.serHot h2 {
  height: 50px;
  border-bottom: 1px #e2e2e2 solid;
  background: #f6f6f6;
}

.serHot h2 i {
  position: relative;
  top: -5px;
  left: 20px;
  width: 24px;
  height: 23px;
  background: url(../../images/v2/search.png) no-repeat;
  background-position: -71px -73px;
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 5px;
}

.serHot h2 label {
  line-height: 50px;
  font-size: 18px;
  color: #005bac;
  font-weight: normal;
  letter-spacing: 2.25px;
  margin-left: 25px;
}

.serHot ul {
  padding: 10px 20px;
}

.serHot ul li {
  display: block;
  border-bottom: 1px #e8e8e8 dashed;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotSearch {
  width: 257px;
  float: right;
  position: fixed;
  top: 120px;
  right: 110px;
}

.suggest {
  position: absolute;
  top: 39px !important;
  left: 10px !important;
}

@media screen and (max-width:1330px) {
  .hotSearch {
    position: absolute;
    top: 0px;
    right: 70px !important;
  }
}

.serConB2 {
  width: 910px;
  margin: 10px 10px 20px 10px;
  border: 2px solid transparent;
  border-radius: 5px;
}

.serConB2:hover {
  border: 2px solid #3F95FF;
}

.product-wrap:first-child {
  margin-top: 0;
}

.product-wrap .product {
  width: 100%;
  height: 310px;
  background: #FFFFFF;
  border: 0 solid #D8D8D8;
  box-shadow: 0px 4px 10px 0 rgba(62, 62, 62, 0.1);
  border-radius: 5px;
}

.product-wrap .product .product-img {
  width: 268px;
  height: 310px;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.product-wrap .product .product-img img {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s
}

.product-wrap .product .product-inf {
  box-sizing: border-box;
  padding: 40px 37px 30px 56px;
  float: left;
  width: 629px;
  height: 310px;
  position: relative;
}

.product-wrap .product .product-inf .product-top {
  height: 30px;
  line-height: 30px;
}

.product-wrap .product .product-inf .product-top .product-til {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  float: left;
  font-weight: 600;
  cursor: pointer;
}

.product-wrap .product .product-inf .product-top .product-til:hover {
  color: #3F95FF;
}

.product-wrap .product .product-inf .product-top .collect {
  float: right;
  width: 85px;
  height: 15px;
  line-height: 15px;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 13px;
  display: flex;
  align-items: center;
  border-left: 1px dashed rgba(157, 157, 157, 1);
}

.product-wrap .product .product-inf .product-top .collect .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../images/v3/bxcs-collect.png) center center/15px 15px no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}

.product-wrap .product .product-inf .product-top .collect span {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  word-break: keep-all;
}

.product-wrap .product .product-inf .product-top .icon-checked .icon {
  background: url(../../images/v3/bxcs-collected.png) center center/15px 15px no-repeat;
}

.product-wrap .product .product-inf .product-top .icon-checked span {
  color: #005BAC;
}

.product-wrap .product .product-inf .product-tig {
  height: 35px;
  margin-top: 5px;
  line-height: 35px;
  overflow: hidden;
}

.product-wrap .product .product-inf .product-tig span {
  font-size: 15.4px;
  color: #3F95FF;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  padding-left: 26px;
  margin-right: 35px;
  display: inline-block;
  height: 20px;
}

.product-wrap .product .product-inf .product-tig span .icon {
  position: absolute;
  top: 2px;
  left: 0px;
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../../images/v3/list/ts-icon.png) center center/18px 16px no-repeat;
  vertical-align: middle;
}

.product-wrap .product .product-inf .product-dec {
  margin-top: 10px;
}

.product-wrap .product .product-inf .product-dec .cbnl {
  display: block;
  height: 31px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 31px;
}

.product-wrap .product .product-inf .product-price {
  position: absolute;
  bottom: 85px;
  right: 45px;
}

.product-wrap .product .product-inf .product-price .icon {
  font-size: 22.24px;
  color: #E93E4E;
  letter-spacing: 0;
  text-align: center;
  line-height: 29.65px;
  font-weight: 600;
}

.product-wrap .product .product-inf .product-price .price {
  font-size: 29.65px;
  color: #E93E4E;
  letter-spacing: 0;
  text-align: center;
  line-height: 29.65px;
  font-weight: 600;
  margin-right: 5px;
}

.product-wrap .product .product-inf .product-price .other {
  font-size: 19.28px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 29.65px;
}

.product-wrap .product .product-inf .hot-product {
  width: 117px;
  height: 34px;
  background: url(../../images/v3/list/hot-product.png) center center/117px 34px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}

.product-wrap .product .product-inf .new-product {
  background: url(../../images/v3/list/new-product.png) center center/117px 34px no-repeat;
}

.product-wrap .product .product-inf .product-url {
  display: block;
  text-align: center;
  width: 213px;
  height: 47px;
  /* background: url(../../images/v3/list/buy-bc.png) center center/213px 57px no-repeat; */
  line-height: 49px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-image: linear-gradient(270deg, #F4212B 0%, #FBAC47 96%);
  box-shadow: 0 4px 6px -1px rgba(245, 166, 35, 0.48);
  border-radius: 23.5px;
}

.product-wrap .product .product-inf .zixun {
  /*display: inline-block;*/
  /* background: url(../../images/v3/list/zixunBT.png) center center/213px 57px no-repeat; */
}

/* .serConB2:hover {
    border: 2px solid #3F95FF;
  } */
.product-wrap:hover .product-img img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%
}

/* 20190912*/
.price-box {
  position: absolute;
  right: 164px;
  bottom: 50px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 30px;
  color: #E93E4E;
  font-family: FZLTZCHJW--GB1-0;
}

.price {
  font-size: 30px;
  font-weight: bold;
  color: #E93E4E;
}

.qi {
  color: #999999;
  font-weight: bold;
  position: relative;
  top: -2px;
  font-size: 18px;
  margin-left: 6px;
}

.mobileProduct {
  position: absolute;
  right: 44px;
  bottom: 50px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.mobileProduct .icon {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(/market/images/v3/mobileSM1.png) center center/100% 100% no-repeat;
  margin-right: 12px;
  float: left;
}

.mobileProduct .doc {
  display: inline-block;
  height: 20px;
  float: left;
}

.mobileProduct .qr-code-box {
  box-sizing: border-box;
  width: 230px;
  height: 275px;
  position: absolute;
  top: 18px;
  left: -68px;
  background: url(/market/images/v3/mobileXF.png) center center/100% 100% no-repeat;
  display: none;
  z-index: 1;
}

.layui-layer-page .qr-code-box {
  text-align: center;
  /*  padding-top:34px */

}

.mobileProduct .qr-code-box .qr-code {
  padding: 49px 35px 0;
}

.mobileProduct .qr-code-box .qr-code img {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

.mobileProduct .qr-code-box .code-doc {
  background: #F6F6F6;
  width: 202px;
  height: 66px;
  display: block;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  font-size: 12px;
  color: #262626;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  padding-top: 12px;
  box-sizing: border-box;
  font-weight: 400;
}

.mobileProduct2 .doc {
  color: #3F95FF;
}

.mobileProduct2 .icon {
  background: url(/market/images/v3/mobileSM2.png) center center/100% 100% no-repeat;
}

.mobileProduct2 .qr-code-box {
  display: block;
}

.swiper-container {
  overflow: inherit !important;
}

.tags-list {
  padding-top: 5px;
  display: flex;
  width: 677px;
}

.tags-list span {
  font-family: FZLTXIHJW--GB1-0;
  font-size: 15.4px;
  color: #3F95FF;
  letter-spacing: 0;
  line-height: 34.1px;
  font-weight: 400;
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(50% - 70px);
}

.tags-list span:last-child {
  margin-right: 0;
}

.tags-list span i {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(../../images/v2/tj3Xuebi.png) 0px -29px/200px 200px no-repeat !important;
  position: relative;
  top: 3px;
}

.descCard {
  padding: 0;
  border-bottom: none;
  border-top: 2px solid #6fb2e7;
  margin: 10px 10px 20px 10px;
  box-shadow: 0 1px 15px 0 rgba(170, 170, 170, 0.42);
  width: 910px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.descCard .descCard-left {
  height: 100%;
  padding: 30px;
  padding-right: 20px;
  box-sizing: border-box;
  width: calc(100% - 162px);
}

.descCard .descCard-left a {
  display: block;
  width: 84%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: 2.5px;
  line-height: 28px;
  overflow: hidden;
}

.descCard .descCard-left p {
  margin-bottom: 0;
  font-size: 14px;
  color: #575757;
  margin-top: 8px;
  height: calc(100% - 28px);
  line-height: 23px;
  overflow: hidden;
}

.descCard .descCard-right {
  width: 160px;
  border-left: 2px solid #6fb2e7;
  height: 65px;
  display: flex;
}

.descCard .descCard-right a {
  display: block;
  width: 130px;
  height: 40px;
  background: #1565c0;
  border-radius: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 13px;
  cursor: pointer;
}