/* ———————————————————————————————————————— 公共部分 ———————————————————————————————————————————— */
a {
  cursor: pointer;
  color: #000;
}

p{
  margin: 0;
}

.breadcrumb {
  width: 1200px;
  margin: 10px auto 0;
}

.pagination>.active>span,
.pagination>.active>span:hover {
  background-color: #fdbc48;
  border-color: #fdbc48;
}

.pagination>li>a,
.pagination>li>span {
  color: #fdbc48;
}

a:hover {
  /*color: #fdbc48 !important;*/
  text-decoration: none;
}

.main .title,
.idx-main .title,
.sjz-main .title,
.gczt-main .title,
.scsj-main .title,
.zlcx-main .title {
  width: 1200px;
  margin: auto;
  position: relative;
}

.main .title h3,
.idx-main .title h3,
.sjz-main .title h3,
.gczt-main .title h3,
.scsj-main .title h3,
.zlcx-main .title h3 {
  font-size: 20px;
}

.main .title .more,
.idx-main .title .more,
.sjz-main .title .more,
.gczt-main .title .more,
.scsj-main .title .more,
.zlcx-main .title .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #666;
}

.main .title h2,
.idx-main .title h2,
.sjz-main .title h2,
.gczt-main .title h2,
.scsj-main .title h2,
.zlcx-main .title h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #b3a298;
}

.main .title h2::after,
.idx-main .title h2::after,
.sjz-main .title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 83px;
  height: 4px;
  background: #000000;
}

.gczt-main .title h2::after,
.scsj-main .title h2::after,
.zlcx-main .title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 83px;
  height: 4px;
  background: #ffb438;
}

.list-main .title {
  width: 1200px;
  margin: auto;
  color: #ccc;
  padding: 10px 0;
  font-size: 14px;
}

.pages {
  text-align: center;
}

.box .navheader .active a {
  color: #fdbc48;
}

.searchbox form {
  font-size: 0;
}

.searchbox select {
  border: none;
  padding: 0 10px;
  background-color: #efa82b;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  vertical-align: middle;
}

.searchbox .searchname {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  color: #444;
  height: 34px;
  line-height: 36px;
  padding: 0 10px;
  width: 300px;
  vertical-align: middle;
}

.searchbox .searchbtn {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  color: #444;
  height: 34px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e8e8e8;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e8e8e8;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e8e8e8;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e8e8e8;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e8e8e8;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orange input,
.orange a {
  display: inline-block;
  border: none;
  background-color: #efa82b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.orange a:hover,
.orange input:hover {
  color: #fff !important;
  background-color: #d08d19;
}

.bottom-title{
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
  height:40px;
  overflow: hidden;
  line-height:40px;
  background:rgba(0,0,0,.6);
  color: #fff;
  font-size:18px;
}
/* ———————————————————————————————————————————————————— 首页 ———————————————————————————————————————————————————————————— */
.idx-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.idx-main .sjzp {
  background-color: #f8f6f9;
  padding: 50px 0;
}

.idx-main .sjzp .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.idx-main .sjzp .content .items {
  background-color: #fff;
  transition: .5s ease-out;
}

.idx-main .sjzp .content .items img {
  width: 100%;
}

.idx-main .sjzp .content .items:hover {
  background-color: #febd49;
  transform: scale(1.03);
  transition: .5s ease-in;
}

.idx-main .lxys {
  padding: 50px 0;
}

.idx-main .lxys .content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.idx-main .lxys .content .ct-left,
.idx-main .lxys .content .ct-right {
  flex: 1;
}

.idx-main .lxys .content .ct-left img,
.idx-main .lxys .content .ct-right img {
  width: 100%;
  height: 100%;
}

.idx-main .lxys .content .ct-right {
  margin-left: 10px;
}

.idx-main .lxys .content .ct-right .items {
  display: flex;

}

.idx-main .lxys .content .ct-right .items>div {
  flex: 1;
  margin: 10px;
}

.idx-main .mth {
  padding: 50px 0;
}

.idx-main .mth .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.idx-main .mth .content .swiper-container {
  width: 100%;
}

.idx-main .mth .content .swiper-container .swiper-slide {
  transition: .5s ease-in;
}

.idx-main .mth .content .swiper-container .swiper-slide:hover {
  transform: scale(1.03);
  transition: .5s ease-in;
}

.idx-main .mth .content .swiper-container .swiper-slide img {
  width: 100%;
}

.idx-main .nrtj {
  padding: 50px 0;
}

.idx-main .nrtj .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  font-size: 0;
  margin-top: 50px;
}

.idx-main .nrtj .content .items {
  max-height: 300px;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.idx-main .nrtj .content .items img {
  width: 100%;
}

/* —————————————————————————————————————————————————— 设计站 ———————————————————————————————————————————————— */
.sjz-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
  position: relative;
}

.sjz-main .searchbox {
  position: absolute;
  z-index: 10000;
  left: 50%;
  width: 1200px;
  text-align: right;
  margin-left: -600px;
  top: 50px;
}

.sjz-main .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.sjz-main .sjzp {
  background-color: #f8f6f9;
  padding: 50px 0;
}

.sjz-main .sjzp .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.sjz-main .sjzp .content .items {
  background-color: #fff;
  transition: .5s ease-out;
}

.sjz-main .sjzp .content .items img {
  width: 100%;
}

.sjz-main .sjzp .content .items:hover {
  background-color: #febd49;
  transform: scale(1.03);
  transition: .5s ease-in;
}

.sjz-main .sjrj {
  padding: 50px 0;
}

.sjz-main .sjrj .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.sjz-main .sjrj .content .showimg {
  display: flex;
  width: 75%;
  float: right;
}

.sjz-main .sjrj .content .showimg .imgleft {
  flex: 2;
}

.sjz-main .sjrj .content .showimg .imgright {
  margin-left: 20px;
  flex: 1;
}

.sjz-main .sjrj .content .showimg div img {
  width: 100%;
}

.sjz-main .sjk {
  padding: 50px 0;
}

.sjz-main .sjk .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

.sjz-main .sjk .content .items {
  position: relative;
  flex: 1;
}

.sjz-main .sjk .content .items img {
  width: 100%;
}

.sjz-main .sjk .content .items:not(:first-child) {
  margin-left: 10px;
}

.sjz-main .nrtj {
  padding: 50px 0;
}

.sjz-main .nrtj .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  font-size: 0;
  margin-top: 50px;
}

.sjz-main .nrtj .content .items {
  max-height: 300px;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.sjz-main .dw-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  top: 0;
  left: 0;
  z-index: 10000;
}

.sjz-main .dw-dialog .dialog-ct {
  position: absolute;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  top: 30%;
  left: 50%;
  margin-left: -170px;
  background-color: #f2f2f2;
}

.sjz-main .dw-dialog .dialog-ct .title {
  text-align: center;
  margin-top: -60px;
  border-radius: 50%;
}

.sjz-main .dw-dialog .dialog-ct .title img {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 50%;
}

.sjz-main .dw-dialog .dialog-ct .need {
  font-size: 18px;
  text-align: center;
}

.sjz-main .dw-dialog .dialog-ct .downloads {
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.sjz-main .dw-dialog .dialog-ct .downloads input,
.sjz-main .dw-dialog .dialog-ct .downloads a {
  display: inline-block;
  border: none;
  background-color: #efa82b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px;
}

.sjz-main .dw-dialog .dialog-ct .downloads a:hover,
.sjz-main .dw-dialog .dialog-ct .downloads input:hover {
  color: #fff !important;
  background-color: #d08d19;
}

/* —————————————————————————————————————————————— 多元服务 ———————————————————————————————————————————————————————— */
.main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.main .sjfw {
  background-color: #f8f6f9;
  padding: 50px 0;
}

.duoyuan .content img {
  width: 100% !important;
}

.main .sjfw .content {
  margin-top: 50px;
}

.main .sjfw .buyAD,
.sjfw .sellIdea {
  width: 1200px;
  margin: auto;
  display: flex;
}

.main .sjfw .sellIdea {
  margin-top: 50px;
}

.main .sjfw .buyAD .ct-left,
.main .sjfw .sellIdea .ct-left {
  position: relative;
  width: 260px;
  background-color: #fff;
  font-size: 16px;
  cursor: default;
}

.main .sjfw .buyAD .ct-left span,
.main .sjfw .sellIdea .ct-left span {
  position: absolute;
  bottom: -20px;
  right: 25px;
  font-size: 16px;
  display: inline-block;
  padding: 10px 50px 10px 35px;
  background-color: #febd49;
  color: #000;
  border-radius: 100px;
}

.main .sjfw .buyAD .ct-left span::after,
.main .sjfw .sellIdea .ct-left span::after {
  content: "+";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fff;
  font-size: 24px;
  text-align: center;
}

.main .sjfw .buyAD .ct-right,
.main .sjfw .sellIdea .ct-right {
  height: 350px;
  margin-left: 40px;
  flex: 1;
  display: flex;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}


.main .sjfw .buyAD .ct-right>div,
.main .sjfw .sellIdea .ct-right>div {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main .sjfw .buyAD .ct-right>div:not(:last-child)::after,
.main .sjfw .sellIdea .ct-right>div:not(:last-child)::after {
  position: absolute;
  right: 0;
  display: block;
  content: "";
  width: 2px;
  height: 100px;
  background-color: #febd49;
}

.main .sjfw .buyAD .ct-right img,
.main .sjfw .sellIdea .ct-right img {
  display: block;
  margin: auto;
  height: 150px;
}

.main .sjfw .buyAD .ct-right p,
.main .sjfw .sellIdea .ct-right p {
  margin-top: 40px;
  color: #000;
  font-weight: bold;
}

.main .psfw {
  padding: 50px 0;
}

.main .psfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

.main .psfw .content .items {
  flex: 1;
  max-width: 400px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.main .psfw .content .items:not(:first-child) {
  margin-left: 50px;
}

.main .pxfw {
  padding: 50px 0;
}

.main .pxfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.main .pxfw .content .odd,
.main .pxfw .content .even {
  display: flex;
  height: 380px;
}

.main .pxfw .content .odd .items,
.main .pxfw .content .even .items {
  flex: 1;
  position: relative;
}

.main .pxfw .content .odd .items .ct-title {
  position: relative;
  margin-top: 25px;
  font-size: 30px;
  padding-left: 160px;
}

.main .pxfw .content .odd .items .ct-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 150px;
  height: 4px;
  background: #000;
}

.main .pxfw .content .odd .items .ct-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 60px;
  width: 40px;
  height: 4px;
  background: #000;
}

.main .pxfw .content .odd .items .ct-number {
  position: absolute;
  left: 30px;
  top: 200px;
  font-size: 24px;
}

.main .pxfw .content .odd .items .ct-number::after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50px;
  width: 4px;
  height: 60px;
  background: #9d897a;
}

.main .pxfw .content .odd .items .ct-detail {
  position: absolute;
  left: 160px;
  top: 180px;
  font-size: 18px;
}

.main .pxfw .content .odd .items .ct-detail::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #9d897a;
  height: 2px;
  width: 28px;
  top: 50%;
  right: -40px;
}

.main .pxfw .content .odd .items .ct-detail::after {
  content: '';
  border-color: transparent;
  border-style: solid;
  position: absolute;
  right: -50px;
  top: 8px;
  border-width: 5px 5px;
  border-left-color: #9d897a;
}

.main .pxfw .content .even .items .ct-title {
  position: relative;
  margin-top: 190px;
  font-size: 30px;
  padding-left: 190px;
}

.main .pxfw .content .even .items .ct-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 150px;
  height: 4px;
  background: #000;
}

.main .pxfw .content .even .items .ct-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 60px;
  width: 40px;
  height: 4px;
  background: #000;
}

.main .pxfw .content .even .items .ct-number {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
}

.main .pxfw .content .even .items .ct-number::after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50px;
  width: 4px;
  height: 60px;
  background: #9d897a;
}

.main .pxfw .content .even .items .ct-detail {
  position: absolute;
  bottom: 0px;
  right: 120px;
  font-size: 18px;
}

.main .pxfw .content .even .items .ct-detail::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #9d897a;
  height: 2px;
  width: 28px;
  top: 50%;
  left: -40px;
}

.main .pxfw .content .even .items .ct-detail::after {
  content: '';
  border-color: transparent;
  border-style: solid;
  position: absolute;
  left: -50px;
  top: 8px;
  border-width: 5px 5px;
  border-right-color: #9d897a;
}

.main .dyfw {
  padding: 50px 0;
  background-color: #f8f6f9;
}

.main .dyfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  min-height: 300px;
  background-color: #8c6238;
}

.main .dyfw .content img {
  width: 100%;
}

.main .dsyyfw {
  padding: 50px 0;
}

.main .dsyyfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.main .dsyyfw .content .items {
  display: flex;
  background-color: #f2f2f2;
}

.main .dsyyfw .content .items:not(:first-child) {
  margin-top: 30px;
}

.main .dsyyfw .content .items .ct-img {
  width: 480px;
}

.main .dsyyfw .content .items .ct-img img {
  width: 100%;
  height: 100%;
}

.main .dsyyfw .content .items .ct-box {
  flex: 1;
}

.main .dsyyfw .content .items .ct-box .ct-detail {
  position: relative;
  margin: 40px 0;
  padding: 40px;
  background-color: #fff;
}

.main .dsyyfw .content .odd .ct-box .ct-detail {
  right: 40px;
  padding-left: 80px;
}

.main .dsyyfw .content .even .ct-box .ct-detail {
  left: 40px;
}

.main .dsyyfw .content .items .ct-box .ct-detail .ct-title {
  font-size: 24px;
  color: #000;
  line-height: 40px;
}

.main .dsyyfw .content .items .ct-box .ct-detail .ct-desc {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 28px;
}

.main .dsyyfw .content .items .ct-box .ct-detail .ct-more {
  display: inline-block;
  color: #fff;
  background-color: #fdbd49;
  padding: 8px 28px;
  margin-top: 20px;
  border-radius: 100px;
}

.main .dsyyfw .content .items .ct-box .ct-detail .ct-more:hover {
  color: #fff !important;
  background-color: #efa82b;
}

.main .tgfw {
  padding: 50px 0;
}

.main .tgfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

.main .tgfw .content .items {
  position: relative;
  flex: 1;
  max-width: 400px;
  min-height: 100px;
  max-height: 300px;
  overflow: hidden;
  background-color: #f2f2f2;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.main .tgfw .content .items a{
  display: block;
  height: 100%;
}

.main .tgfw .content .items .ct-title {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 18px;
  color: #000;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.5);
}

.main .tgfw .content .items img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.main .tgfw .content .items:not(:first-child) {
  margin-left: 50px;
}

.main .zbfw {
  padding: 50px 0;
}

.main .zbfw .content {
  width: 1200px;
  margin: 50px auto 100px;
  border-radius: 20px;
  background-color: #febd49;
}

.main .zbfw .content .items {
  position: relative;
  top: 50px;
  display: flex;
  padding: 30px;
  color: #fff;
  font-size: 18px;
}

.main .zbfw .content .items-list:not(:first-child) {
  margin-left: 30px;
}

.main .zbfw .content .items-list {
  flex: 1;
  max-width: 263px;
  max-height: 200px;
}

.main .zbfw .content .items-list a{
  margin-top: 20px;
  display: block;
}

.main .zbfw .content .items-list img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.main .mtfw {
  padding: 50px 0;
}

.main .mtfw .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.main .mtfw .odd,
.main .mtfw .even {
  display: flex;
}

.main .mtfw .content .items-img {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.main .mtfw .content .items-img .items {
  width: 50%;
}

.main .mtfw .content .items-img .items>div {
  padding: 10px;
}

.main .mtfw .content .items-img img {
  width: 100%;
}

.main .mtfw .content .main-img {
  width: 600px;
}

.main .mtfw .content .main-img img {
  width: 100%;
  height: 100%;
}

/* 工厂直通 */
.gczt-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.gczt-main .wsgc,
.gczt-main .wxz,
.gczt-main .nrtj {
  padding: 50px 0;
}

.gczt-main .wxz .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  display: flex;
}

.gczt-main .wxz .content .items {
  text-align: center;
  background: #f8f8f8;
  flex: 1;
  padding: 10px 0;
}

.gczt-main .wxz .content .items:not(:first-child){
  margin-left: 10px;
}

.gczt-main .wxz .content .ct-number {
  font-size: 16px;
  color: #fdbd49;
}

.gczt-main .wxz .content .ct-title {
  position: relative;
  margin-top: 20px;
  font-size: 24px;
  color: #000;
}

.gczt-main .wxz .content .ct-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: #fdbd49;
}

.gczt-main .wxz .content .ct-tips {
  color: #ccc;
  margin-top: 10px;
}

.gczt-main .wsgc {
  background-color: #f8f6f9;
}

.gczt-main .wsgc .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  display: flex;
}

.gczt-main .wsgc .content .items {
  flex: 1;
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}

.gczt-main .wsgc .content .items:not(:first-child) {
  margin-left: 20px;
}

.gczt-main .wsgc .content .items .ct-number {
  font-size: 16px;
  color: #fdbd49;
}

.gczt-main .wsgc .content .items .ct-title {
  margin-top: 20px;
  font-size: 24px;
  color: #000;
}

.gczt-main .i-want {
  padding: 50px;
  background-color: #f8f6f9;
}

.gczt-main .i-want .want-title {
  text-align: center;
}

.gczt-main .i-want .want-title h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.gczt-main .i-want .want-title h2::before,
.gczt-main .i-want .want-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  background-color: #ffb438;
}

.gczt-main .i-want .want-title h2::before {
  top: 4px;
  left: -10px;
}

.gczt-main .i-want .want-title h2::after {
  top: 4px;
  right: -10px;
}

.gczt-main .i-want .want-title h4 {
  color: #8a7a6b;
  margin-top: 10px;
}

.gczt-main .i-want .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.gczt-main .i-want .content .items {
  width: 19.2%;
  margin-left: 1%;
  min-height: 100px;
  background-color: #fff;
}

.gczt-main .i-want .content .items:nth-child(5n-4) {
  margin-left: 0;
}

.gczt-main .i-want .content .items:nth-child(n+6) {
  margin-top: 12px;
}

.gczt-main .nrtj .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  display: flex;
}

.gczt-main .nrtj .content .items {
  max-height: 300px;
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* ———————————————————————————————————————————— 设计师模块 ———————————————————————————————————————————— */
.list-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.list-main .content {
  width: 1200px;
  margin: 20px auto 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.list-main .content .items {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #efefef;
}

.list-main .content .items .ct-left {
  width: 360px;
  padding: 0 20px;
  display: flex;
}

.list-main .content .items .ct-left .user-logo {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 0 0 10px #eee;
}

.list-main .content .items .ct-left .user-logo img {
  width: 100%;
  border-radius: 80px;
}

.list-main .content .items .ct-left .user-news {
  flex: 1;
  margin-left: 15px;
}

.list-main .content .items .ct-left .user-news .user-name {
  font-size: 16px;
  color: #3f3b3a;
}

.list-main .content .items .ct-left .user-address {
  font-size: 12px;
  color: #b5b5b5;
  margin-top: 6px;
}

.list-main .content .items .ct-left .product-number {
  font-size: 14px;
  color: #3f3b3a;
  margin-top: 18px;
}

.list-main .content .items .ct-left .to-more {
  display: inline-block;
  background-color: #fdbc48;
  color: #000;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 5px;
  margin-top: 8px;
}

.list-main .content .items .ct-left .to-more:hover {
  background-color: #efa82b;
  color: #000 !important;
}

.list-main .content .items .ct-right {
  flex: 1;
  display: flex;
  max-height: 150px;
  overflow: hidden;
}

.list-main .content .items .ct-right>div {
  flex: 1;
  margin-right: 30px;
  max-width: 31%;
  text-align: center;
}

.list-main .content .items .ct-right img {
  max-width: 100%;
  max-height: 100%;
}

.list-main .content .pages {
  padding: 50px 0;
  text-align: center;
}

/* —————————————————————————————————————— 设计师详情 —————————————————————————————————————— */
.list-main .user-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: auto;
  text-align: center;
}

.list-main .user-info .user-logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 80px;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -50px;
  box-shadow: 0 0 10px #eee;
}

.list-main .user-info .user-logo img {
  width: 100%;
  border-radius: 100px;
}

.list-main .user-info .user-content {
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
}

.list-main .user-info .user-content p {
  height: 30px;
  line-height: 30px;
}

.list-main .user-info .user-content p span {
  display: inline-block;
  width: 84px;
  text-align: right;
  margin-right: 20px;
  color: #bbbbbb;
  font-weight: normal;
}

.sjs-detail {
  display: flex;
  width: 1200px;
  padding: 50px 0;
  margin: auto;
}

.sjs-detail .ct-left {
  width: 264px;
  min-height: 300px;
  background: #Fff;
  text-align: left;
}

.sjs-detail .ct-left .tr {
  margin-bottom: 5px;
  line-height: 32px;
}

.sjs-detail .data-table .tr::after,
.sjs-detail .data-table .tr::before {
  content: "";
  display: table;
}

.sjs-detail .data-table .tr::after {
  clear: both;
}

.sjs-detail .data-table .td {
  float: left;
}

.sjs-detail .data-table .td:first-child {
  color: #999;
  width: 60px;
  margin-right: 15px;
}

.sjs-detail .ct-right {
  flex: 1;
  margin-left: 20px;
  background-color: #fff;
}

.sjs-detail .ct-right .com-tab-bar {
  position: relative;
  height: 60px;
  padding: 13px 24px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.sjs-detail .ct-right .com-tab-bar .un-line {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 64px;
  height: 4px;
  left: 0;
  transform: translateX(24px);
  background: #FC4147;
  transition: 0.3s;
}

.sjs-detail .ct-right .com-tab-bar .tab {
  float: left;
  line-height: 34px;
  margin-right: 40px;
  cursor: pointer;
}

.sjs-detail .pubuliu {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin: auto;
  box-shadow: 0 0 10px rgba(125, 125, 125, .2);
}

.sjs-detail .works-list {
  position: relative;
  font-size: 0;
}

.sjs-detail .works-list .works-items {
  display: none;
  text-align: left;
  width: 18.5%;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.sjs-detail .works-list .works-items .works {
  padding: 10px;
}

.sjs-detail .works-list .works-items img {
  width: 100%;
}


.sjs-detail .works-list .works-items .works-name {
  margin-bottom: 1px;
  position: relative;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sjs-detail .works-list .works-items .works-type {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 17px;
  height: 18px;
}

.sjs-detail .works-list .works-items .works-img {
  font-size: 12px;
  color: #bbb;
}

.sjs-detail .works-list .works-items .works-img img {
  width: 16px;
  margin-right: 5px;
}

/* ———————————————————————————————————— 文章页面列表 ———————————————————————————————————— */
.fuwu-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.fuwu-main .title {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.fuwu-main .title h3 {
  font-size: 20px;
}

.fuwu-main .title h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #b3a298;
}

.fuwu-main .title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 83px;
  height: 4px;
  background: #000000;
}

.fuwu-main .fuwu-tab {
  width: 1200px;
  margin: 50px auto 0;
  padding: 15px 0;
  box-shadow: 0 0 5px rgba(125, 125, 125, .2);
  display: flex;
}

.fuwu-main .fuwu-tab span {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-right: 2px solid #efefef;
}

.fuwu-main .fuwu-tab ul {
  flex: 1;
  padding: 5px 0;
}

.fuwu-main .fuwu-tab ul li {
  float: left;
  position: relative;
  margin-left: 50px;
  font-size: 14px;
}

.fuwu-main .fuwu-tab ul li .active {
  color: #fdbc48;
}

.fuwu-main .fuwu-tab ul li .active::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fdbc48;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -25px;
}

.fuwu-main .content {
  width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

.fuwu-main .content .items {
  width: 24.25%;
  margin-left: 1%;
}

.fuwu-main .content .items:nth-child(4n-3) {
  margin-left: 0;
}

.fuwu-main .content .items:nth-child(n+5) {
  margin-top: 30px;
}

.fuwu-main .content .items img {
  width: 100%;
  height: 200px;
}

.fuwu-main .content .items .fuwu-ct {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fuwu-main .content .items .fuwu-ct .fuwu-title {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 40px;
}

.fuwu-main .content .items .fuwu-ct .fuwu-detail {
  margin-top: 15px;
  font-size: 12px;
  color: #cfcfcf;
}

/* ———————————————————————————————————— 文章详情页面 ———————————————————————————————————— */

.article-detail {
  text-align: left;
}

.article-detail .content {
  width: 1200px;
  margin: 50px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.article-detail .content .article-header {
  position: relative;
  padding: 50px;
  border-bottom: 2px solid #fdbc48;
}

.article-detail .content .article-header .article-title {
  font-size: 16px;
  color: #000;
}

.article-detail .content .article-header .article-user {
  margin-top: 20px;
  font-size: 14px;
  color: #8a8a8a;
}

.article-detail .content .article-content {
  padding: 50px;
}

.article-detail .content .article-content p,
.article-detail .content .article-content span {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-family: "weiruanyahei";
}

.article-detail .content .article-content img {
  width: auto;
  max-width: 100%;
  margin: 10px 0;
}

/* ———————————————————————————————————— 图库列表页面 ———————————————————————————————————— */
.tuku-main {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.tuku-main .title {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.tuku-main .title h3 {
  font-size: 20px;
}

.tuku-main .title h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #b3a298;
}

.tuku-main .title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 83px;
  height: 4px;
  background: #000000;
}

.tuku-main .tuku-tab {
  width: 1200px;
  margin: 50px auto 0;
  padding: 15px 0;
  box-shadow: 0 0 5px rgba(125, 125, 125, .2);
  display: flex;
}

.tuku-main .tuku-tab span {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-right: 2px solid #efefef;
}

.tuku-main .tuku-tab ul {
  flex: 1;
  padding: 5px 0;
}

.tuku-main .tuku-tab ul li {
  float: left;
  position: relative;
  margin-left: 50px;
  font-size: 14px;
}

.tuku-main .tuku-tab ul li .active {
  color: #fdbc48;
}

.tuku-main .tuku-tab ul li .active::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fdbc48;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -25px;
}

.tuku-main .tags {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 800px;
  border: 1px solid #e8e8e8;
}

.tuku-main .tags-row {
  position: relative;
  border-top: 1px dashed #dedede;
  margin: 0 8px;
}

.tuku-main .tags-row:first-child {
  border-top: none;
}

.tuku-main .tags-row .head {
  position: absolute;
  left: 11px;
  top: 9px;
  color: #999;
}

.tuku-main .tags-row .body {
  padding: 0 0 0 112px;
}

.tuku-main .tags-row .body .tags-item {
  float: left;
  margin: 9px 20px 9px 0;
  height: 18px;
  color: #000;
  text-decoration: none;
}

.tuku-main .tags-row .body .active {
  color: #fdbc48;
}

.tuku-main .content {
  width: 1200px;
  margin: 100px auto 50px;
  box-shadow: 0 0 10px rgba(125, 125, 125, .2)
}

.tuku-main .content .usuallycolor {
  padding-left: 50px;
}

.tuku-main .content .usuallycolor span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.tuku-main .content .usuallycolor ol {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.tuku-main .content .usuallycolor .color-block {
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}

.tuku-main .content .usuallycolor .color-block i {
  display: none;
}

.tuku-main .content .usuallycolor .active i {
  display: inline-block;
}

.tuku-main .content .main-ct {
  padding: 30px 50px;
}

/* ———————————————————————————————————— 图库详情页面 ———————————————————————————————————— */
.tuku-detail {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.tuku-detail .tuku-header {
  width: 1200px;
  padding: 20px 0;
  display: flex;
  margin: auto;
  border-bottom: 1px solid #eee;
}

.tuku-detail .tuku-header .header-left {
  flex: 1;
}

.tuku-detail .tuku-header .header-left .tuku-title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
}

.tuku-detail .tuku-header .header-left .tuku-title:hover {
  color: #666;
}

.tuku-detail .tuku-header .header-left .tuku-title img {
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.tuku-detail .tuku-header .header-left .creat-time {
  padding-top: 10px;
  font-size: 14px;
  color: #bbb;
}

.tuku-detail .tuku-header .header-left .tuku-type {
  font-size: 14px;
  color: #bbb;
  vertical-align: middle;
  padding-top: 10px;
  zoom: 1;
}

.tuku-detail .tuku-header .header-right {
  display: flex;
  padding-left: 30px;
}

.tuku-detail .tuku-header .header-right .author-logo {
  position: relative;
  width: 80px;
}

.tuku-detail .tuku-header .header-right .author-logo img {
  width: 100%;
  height: 80px;
  border-radius: 50%;
}

.tuku-detail .tuku-header .header-right .author-detail {
  width: 186px;
  margin-left: 20px;
  position: relative;
}

.tuku-detail .tuku-header .header-right .author-detail .author-name {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
}

.tuku-detail .tuku-header .header-right .author-detail .author-type {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 12px;
}

.tuku-detail .tuku-header .header-right .author-detail .to-more {
  display: inline-block;
  background-color: #fdbc48;
  color: #000;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 5px;
}

.tuku-detail .tuku-header .header-right .author-detail .to-more:hover {
  background-color: #efa82b;
  color: #000 !important;
}

.tuku-detail .content {
  width: 1200px;
  margin: 20px auto 50px;
}

.tuku-detail .content p,
.tuku-detail .content span,
.tuku-detail .content b {
  font-size: 14px;
  line-height: 20px;
}

.tuku-detail .content img {
  margin: 10px 0;
}

/* ———————————————————————————————— 瀑布流 ———————————————————————————————— */
.waterfall {
  padding: 1em 0;
}

.waterfall .list-group {
  margin-left: 10px;
  width: 262.5px;
}

.waterfall .list-group>li:first-child {
  padding: 0;
  background-color: white;
}

.waterfall .list-group>li:first-child img {
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.waterfall .list-group>li {
  background-color: #f5f5f5;
}

/* 
@media (min-width: 768px) {
  .waterfall .list-group {
    width: 346px;
  }
}

@media (min-width: 992px) {
  .waterfall .list-group {
    width: 299px;
  }
}

@media (min-width: 1200px) {
  .waterfall .list-group {
    width: 262.5px;
  }
} */


/* ———————————————————————————————————— 图库详情页面 ———————————————————————————————————— */
.design-detail {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.design-detail .design-header {
  width: 1200px;
  padding: 20px 0;
  display: flex;
  margin: auto;
  border-bottom: 1px solid #eee;
}

.design-detail .design-header .header-left {
  flex: 1;
  border-right: 1px solid #eee;
}

.design-detail .design-header .header-left .design-title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
}

.design-detail .design-header .header-left .design-title:hover {
  color: #666;
}

.design-detail .design-header .header-left .design-title img {
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.design-detail .design-header .header-left .creat-time {
  padding-top: 10px;
  font-size: 14px;
  color: #bbb;
}

.design-detail .design-header .header-left .design-type {
  font-size: 14px;
  color: #bbb;
  vertical-align: middle;
  padding-top: 10px;
  zoom: 1;
}

.design-detail .design-header .header-right {
  display: flex;
  padding-left: 30px;
}

.design-detail .design-header .header-right .author-logo {
  position: relative;
  width: 80px;
}

.design-detail .design-header .header-right .author-logo img {
  width: 100%;
  height: 80px;
  border-radius: 50%;
}

.design-detail .design-header .header-right .author-detail {
  width: 186px;
  margin-left: 20px;
  position: relative;
}

.design-detail .design-header .header-right .author-detail .author-name {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
}

.design-detail .design-header .header-right .author-detail .author-type {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 12px;
}

.design-detail .design-header .header-right .author-detail .to-more {
  display: inline-block;
  background-color: #fdbc48;
  color: #fff;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 5px;
}

.design-detail .design-header .header-right .author-detail .to-more:hover {
  background-color: #efa82b;
  color: #fff !important;
}

.design-detail .content {
  width: 1200px;
  margin: 20px auto 50px;
  display: flex;
}

.design-detail .content .ct-left {
  flex: 1;
}

.design-detail .ct-left p,
.design-detail .ct-left span,
.design-detail .ct-left b {
  font-size: 14px;
  line-height: 20px;
}

.design-detail .ct-left img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}

.design-detail .content .ct-right {
  position: relative;
  width: 350px;
  margin-left: 20px;
}

.design-detail .content .ct-right .detailBtn-down {
  background-color: #fdbc48;
  width: 264px;
  height: 56px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.design-detail .content .ct-right .detailBtn-down:hover {
  background-color: #efa82b;
}

.design-detail .content .ct-right .detailBtn-down img {
  width: 20px;
  vertical-align: middle;
}

.design-detail .content .ct-right .detailBtn-down span {
  vertical-align: middle;
}

.design-detail .content .ct-right .collect {
  position: absolute;
  top: 40px;
  right: 0;
}

.design-detail .content .ct-right span {
  vertical-align: middle;
}

.design-detail .content .ct-right img {
  vertical-align: middle;
}

.design-detail .content .ct-right .material-info {
  position: relative;
  border-bottom: 1px solid #F4F4F4;
}

.design-detail .content .ct-right .material-info p {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 14px;
  width: 100%;
}

.design-detail .content .ct-right .toggle-main {
  height: auto;
  min-height: 40px;
  width: 100% !important;
  background-color: #fff;
  margin-top: 12px;
}

.design-detail .content .ct-right .toggle-main .mainRight-tag {
  font-size: 12px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, .65);
  margin-top: 10px;
}

.design-detail .content .ct-right .toggle-main .mainRight-tagBox a {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  border: 1px solid #DCDFE6;
  margin: 0 8px 8px 0;
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.design-detail .dw-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  top: 0;
  left: 0;
  z-index: 10000;
}

.design-detail .dw-dialog .dialog-ct {
  position: absolute;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  top: 40%;
  left: 50%;
  margin-left: -170px;
  background-color: #f2f2f2;
}

.design-detail .dw-dialog .dialog-ct .title {
  text-align: center;
  margin-top: -60px;
  border-radius: 50%;
}

.design-detail .dw-dialog .dialog-ct .title img {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 50%;
}

.design-detail .dw-dialog .dialog-ct .need {
  font-size: 18px;
  text-align: center;
}

.design-detail .dw-dialog .dialog-ct .downloads {
  display: block;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.design-detail .dw-dialog .dialog-ct .downloads input {
  display: inline-block;
  border: none;
  background-color: #efa82b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px;
}

/* ———————————————————————————————————— 市场数据 ———————————————————————————————————— */
.scsj-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.scsj-main .scbk,
.scsj-main .scsj,
.scsj-main .scqs,
.scsj-main .nrtj {
  padding: 50px 0;
}

.scsj-main .scbk .content,
.scsj-main .scsj .content,
.scsj-main .scqs .content,
.scsj-main .nrtj .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
}

.scsj-main .scbk .content img {
  width: 100%;
}

.scsj-main .scsj #maps {
  width: 100%;
  height: 400px;
}

.scsj-main .scqs .content img {
  width: 100%;
}

.scsj-main .nrtj .content {
  display: flex;
}

.scsj-main .nrtj .content .items {
  flex: 1;
  height: 200px;
}

/* ———————————————————————————————————— 专利数据库 ———————————————————————————————————— */
.zlcx-main {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.zlcx-main .zljs,
.zlcx-main .bqjy,
.zlcx-main .zzqdj,
.zlcx-main .qklcz,
.zlcx-main .wqfw,
.zlcx-main .sbzcfw,
.zlcx-main .nrtj {
  padding: 50px 0;
}

.zlcx-main .zljs .content,
.zlcx-main .bqjy .content,
.zlcx-main .zzqdj .content,
.zlcx-main .qklcz .content,
.zlcx-main .wqfw .content,
.zlcx-main .sbzcfw .content,
.zlcx-main .nrtj .content {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
}

.zlcx-main .nrtj .content {
  display: flex;
}

.zlcx-main .nrtj .content .items {
  flex: 1;
  height: 200px;
}

.zlcx-main .zljs .content {
  font-size: 0;
  text-align: center;
  margin-top: 0;
}

.zlcx-main .kind-fw {
  width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  padding: 50px 0;
}

.zlcx-main .kind-fw .items {
  flex: 1;
}

.zlcx-main .kind-fw .items:not(:first-child) {
  margin-left: 20px;
}

.zlcx-main .kind-fw .items img {
  width: 100%;
}

.zlcx-main .kind-fw .items .zh-title {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

.zlcx-main .kind-fw .items .en-title {
  text-align: center;
}

.zlcx-main .zljs .searchname {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 108px;
  height: 44px;
  line-height: 45px;
  padding: 0;
  background: 0 0;
  background-color: #efa82b;
  border-radius: 10px 0 0 10px;
  font-size: 17px;
  color: #fff;
  box-shadow: none;
  font-weight: 400;
  border: none;
  outline: 0;
  vertical-align: middle;
}

.zlcx-main .zljs .s_ipt {
  width: 512px;
  height: 16px;
  padding: 12px 16px;
  font-size: 16px;
  margin: 0;
  vertical-align: top;
  outline: 0;
  box-shadow: none;
  border: 2px solid #c4c7ce;
  border-left: 0;
  background: #fff;
  color: #222;
  overflow: hidden;
  vertical-align: middle;
}

.zlcx-main .zljs .s_btn {
  cursor: pointer;
  width: 108px;
  height: 44px;
  line-height: 45px;
  line-height: 44px\9;
  padding: 0;
  background: 0 0;
  background-color: #efa82b;
  border-radius: 0 10px 10px 0;
  font-size: 17px;
  color: #fff;
  box-shadow: none;
  font-weight: 400;
  border: none;
  outline: 0;
  margin-left: -1px;
  vertical-align: middle;
}

/* ————————————————————————————————————  底部  ———————————————————————————————————— */

.footer .ft-ct {
  width: 1200px;
  margin: auto;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.footer .ft-ct a {
  color: #fff;
}

.footer .ft-left {
  flex: 1;
  text-align: left;
  border-right: 1px solid #e8e8e8;
}

.footer .ft-left li {
  float: left;
  margin-right: 20px;
}

.footer .ft-right {
  padding-left: 30px;
  width: 200px;
  text-align: left;
}

.nrtj .content .items img {
  width: 100%;
}

/*  ———————————————————————————————————— 服务详情 ———————————————————————————————————— */
.fuwu-detail {
  text-align: left;
}

.fuwu-detail .content {
  width: 1200px;
  margin: 50px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fuwu-detail .content .fuwu-header {
  position: relative;
  padding: 50px;
  border-bottom: 2px solid #fdbc48;
}

.fuwu-detail .content .fuwu-header .fuwu-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 7px;
  margin-top: 20px;
}

.fuwu-detail .content .fuwu-header .fuwu-user {
  margin-top: 20px;
  font-size: 14px;
  color: #8a8a8a;
}

.fuwu-detail .content .fuwu-content {
  padding: 50px;
}

.fuwu-detail .content .fuwu-content p,
.fuwu-detail .content .fuwu-content span {
  color: #8a8a8a !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.fuwu-detail .content .fuwu-content img {
  width: 100% !important;
  margin: 10px 0;
}

.fuwu-detail .fuwu-header {
  display: flex;
}

.fuwu-detail .fuwu-header #outBox {
  position: relative;
  width: 450px;
  height: 540px;
  margin: 2px auto;
}

.fuwu-detail .fuwu-header .right-ct {
  flex: 1;
  margin-left: 20px;
}

.fuwu-detail .outwidth {
  width: 450px;
  height: 450px;
}

.fuwu-detail .leftBox {
  width: 450px;
  height: 540px;
  float: left;
}

.fuwu-detail .normalBox {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}

.fuwu-detail .normalBox .outwidth {
  display: none;
}

.fuwu-detail .outwidth img,
.fuwu-detail .botBox ul li img {
  max-width: 100%;
  max-height: 100%;
}

.fuwu-detail .botBox {
  width: 100%;
  height: 90px;
  background: white;
  overflow: hidden;
}

.fuwu-detail .botBox ul li {
  float: left;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-left: 26.5px;
  opacity: 0.5;
}

.fuwu-detail .smallimg {
  border-color: #e4393c !important;
  opacity: 1 !important;
}

.fuwu-detail .moveBox {
  width: 200px;
  height: 200px;
  background: rgba(222, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}

.fuwu-detail .magBox {
  width: 540px;
  height: 540px;
  position: absolute;
  left: 452px;
  top: 0;
  overflow: hidden;
  display: none;
}

.fuwu-detail .magBox ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.fuwu-detail #normalimg,
.bigimg {
  display: block !important;
}