/**分页按钮样式**/
.fix-1200 {
  width: 1200px;
  margin: 0 auto;
}
.main-banner {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  height: 260px;
}
.main-banner .swiper-container {
  height: 260px;
  width: 100%;
}
.main-banner .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  height: 260px;
  width: 1920px;
  margin: 0 -100%;
  vertical-align: middle;
}
.main-banner .main-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
}
.main-banner .main-pagination span {
  display: inline-block;
  width: 30px;
  height: 6px;
  background: #ccc;
  margin-right: 20px;
  cursor: pointer;
}
.main-banner .main-pagination span:last-child {
  margin-right: 0;
}
.main-banner .main-pagination span:hover {
  background: #fc4147;
}
.main-banner .main-pagination .swiper-active-switch {
  background: #fc4147;
}
.main .top-bar {
  margin: 20px 0;
  *zoom: 1;
}
.main .top-bar:before,
.main .top-bar:after {
  content: "";
  display: table;
}
.main .top-bar:after {
  clear: both;
}
.main .top-bar .item-sort {
  float: left;
  height: 40px;
  padding-top: 20px;
  line-height: 20px;
  font-size: 16px;
}
.main .top-bar .item-sort a {
  cursor: pointer;
  margin-right: 40px;
}
.main .top-bar .item-sort a:hover,
.main .top-bar .item-sort a.active {
  color: #fc4147;
}
.main .top-bar .btn {
  float: right;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #fc4147;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.main .top-bar .btn.disabled {
  background: #999;
}
.main .ac-list {
  *zoom: 1;
}
.main .ac-list:before,
.main .ac-list:after {
  content: "";
  display: table;
}
.main .ac-list:after {
  clear: both;
}
.main .ac-list li {
  position: relative;
  float: left;
  width: 360px;
  margin-right: 20px;
  margin-bottom: 30px;
  background: #fff;
}
.main .ac-list li:nth-child(4n) {
  margin-right: 0;
}
.main .ac-list li .cover {
  height: 240px;
}
.main .ac-list li .cover img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main .ac-list li .cover .flag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.main .ac-list li .cover .flag.f1 {
  background-color: #fc4147;
}
.main .ac-list li .detail {
  padding: 20px;
}
.main .ac-list li .detail .title {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.main .ac-list li .detail .foot-info {
  position: relative;
  padding-right: 90px;
  font-size: 14px;
  color: #666;
}
.main .ac-list li .detail .foot-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .ac-list li .detail .foot-info p:first-child {
  margin-bottom: 13px;
}
.main .ac-list li .detail .foot-info p i {
  margin-right: 10px;
}
.main .ac-list li .detail .foot-info p .icon-ditu_dingwei_o {
  font-size: 20px;
  vertical-align: middle;
  margin-left: -2px;
}
.main .ac-list li .detail .foot-info .flag {
  position: absolute;
  display: block;
  background-color: #ddd;
  width: 90px;
  height: 32px;
  bottom: 4px;
  right: -20px;
  border-radius: 15px 0 0 15px;
  text-align: center;
  line-height: 32px;
}
.main .ac-list li .detail .foot-info .flag.f1 {
  background-color: #fc4147;
  color: #fff;
}
@media screen and (max-width: 1520px) {
  .main .ac-list li {
    width: 285px;
  }
  .main .ac-list li .cover {
    height: 190px;
  }
}
.main .tcdPageCode {
  display: none;
  min-height: 38px;
  color: #ccc;
  text-align: center;
  margin-bottom: 80px;
}
.main .tcdPageCode .page-num {
  display: none;
}
.main .tcdPageCode a.nextPage {
  border-right: 1px solid #eee;
}
.main .tcdPageCode a,
.main .tcdPageCode span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #999999;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #eee;
  vertical-align: middle;
  border-radius: 0px;
  margin: 0;
  border-right: none;
  border-left: none;
}
.main .tcdPageCode a.nextPage,
.main .tcdPageCode span.nextPage,
.main .tcdPageCode a.disabled:not(:first-child),
.main .tcdPageCode span.disabled:not(:first-child) {
  border-right: 1px solid #eee;
}
.main .tcdPageCode a.prevPage,
.main .tcdPageCode span.prevPage,
.main .tcdPageCode a.disabled:first-child,
.main .tcdPageCode span.disabled:first-child {
  border-left: 1px solid #eee;
}
.main .tcdPageCode a:hover,
.main .tcdPageCode .goto-page:hover {
  text-decoration: none;
  border: 1px solid #fc4147;
  color: #fff;
  background: #fc4147;
}
.main .tcdPageCode span.current {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #fc4147;
  font-size: 16px;
  border: 1px solid #eee;
  background-color: #fff;
  border-right: none;
  border-left: none;
  border-radius: 0;
  margin: 0;
  vertical-align: middle;
}
.main .tcdPageCode span.disabled {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  border: 1px solid #eee;
  vertical-align: middle;
  cursor: default;
  margin: 0;
  border-radius: 0px;
  border-right: none;
  background-color: #fff;
  color: #999;
}
.main .tcdPageCode.page-content .input-content {
  width: 91px;
  overflow: hidden;
  margin-left: 20px;
  border-left: 1px solid #eee;
}
.main .tcdPageCode.page-content .input-content input {
  width: 50px;
  float: left;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.main .tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main .tcdPageCode.page-content .input-content span {
  float: right;
  width: 39px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.main .tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
#footer {
  margin-top: 80px;
}
#design_loading {
  background: #fff;
  padding-top: 102px;
  height: 500px;
  text-align: center;
}
#design_loading img {
  width: 1200px;
}
#noMessage {
  display: none;
  text-align: center;
  color: #666;
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
#noMessage .null_content_img {
  background: url(../image/null-pic.png) no-repeat center;
  background-size: 100%;
  width: 540px;
  height: 344px;
  margin: 0 auto;
}
/*# sourceMappingURL=all.css.map */