.fcc {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-warp {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner {
  margin-top: 0 !important;
}
#banner .m_swiper_warp_1 {
  overflow: hidden;
}
#banner .m_swiper_warp_1 .bannerImg {
  animation: rotateImg 15s infinite;
  -moz-animation: rotateImg 15s infinite;
  /* Firefox */
  -webkit-animation: rotateImg 15s infinite;
  /* Safari 和 Chrome */
  -o-animation: rotateImg 15s infinite;
  /* Opera */
}
#banner .m_swiper_warp_2 {
  height: inherit !important;
  max-height: 400px;
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs li {
  width: 100% !important;
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs li img {
  width: 100% !important;
  height: auto;
  max-height: 400px;
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
@media (min-width: 992px) {
  #banner {
    margin-top: 86px;
  }
  #banner .m_swiper_warp_1 {
    display: block;
  }
  #banner .m_swiper_warp_2 {
    display: none;
  }
}
@media (max-width: 992px) {
  #banner {
    margin-top: 60px;
  }
  #banner .m_swiper_warp_1 {
    display: none;
  }
  #banner .m_swiper_warp_2 {
    display: block;
  }
}
#banner .m_swiper_imgs li {
  opacity: .6;
  z-index: 1;
  transition: opacity .5s linear;
}
#banner .m_swiper_imgs li.current {
  opacity: 1;
  z-index: 2;
}
@keyframes rotateImg {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.05) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@media (max-width: 768px) {
  #banner {
    margin-top: 80px !important;
  }
}
.m_swiper_warp .code {
  position: absolute;
  left: calc(50% - 500px);
  top: 300px;
  width: 766px;
  height: 117px;
}
.m_swiper_warp .code img {
  width: 766px;
  height: 117px;
}
.m_swiper_warp .btnView {
  position: absolute;
  left: calc(50% - 500px);
  top: 464px;
}
.m_swiper_warp .btnView .beginCreation,
.m_swiper_warp .btnView a {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background-color: #ff8c1a;
  border: 1px solid #ff8c1a;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all .3s linear;
}
.m_swiper_warp .btnView .beginCreation:hover {
  transition: all .3s linear;
  background: #FF7C00;
}
.m_swiper_warp .btnView a {
  border: 1px solid #fff;
  background: transparent;
}
.m_swiper_warp .btnView a:hover {
  transition: all .3s linear;
  background: #ccc;
}
.m_swiper_warp_1 {
  position: relative;
  width: 100%;
  height: 800px;
}
.m_swiper_warp_1 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 800px;
}
.m_swiper_warp_2 .btnView {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  width: 100%;
  text-align: center;
}
.m_swiper_warp_2 .btnView .beginCreation,
.m_swiper_warp_2 .btnView a {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background-color: #ff8c1a;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all .3s linear;
}
.m_swiper_warp_2 .btnView .beginCreation:hover {
  transition: all .3s linear;
  background: #FC7E05;
}
.m_swiper_warp_2 .btnView a {
  border: 1px solid #fff;
  background: transparent;
}
.m_swiper_warp_2 .btnView a:hover {
  transition: all .3s linear;
  background: #ccc;
}
.m_swiper_warp_2 img {
  width: 100%;
}
.listView {
  padding: 70px 0 30px 0;
}
.listView .container {
  text-align: center;
}
.listView .container .title {
  margin-bottom: 40px;
}
.listView .container .title img {
  width: 100%;
  max-width: 605px;
}
.listView .container .cont {
  padding: 0 120px;
  color: #666;
}
.listView .container .cont p {
  margin-top: 40px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 1.9;
  text-align: center;
}
.listView .container .cont table {
  margin-top: 60px;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  border-top-color: #7000e3;
}
.listView .container .cont table td {
  padding: 20px 0;
}
.listView .container .cont table thead {
  color: #fff;
  background: #7000e3;
}
.listView .container .cont table thead td {
  border-color: #7000e3;
}
@media (max-width: 992px) {
  .listView {
    padding: 20px 0 20px 0 !important;
  }
}
#scratchonline #production .tabs {
  margin: 110px 0 40px 0;
}
#scratchonline #production .tabs .item {
  width: 146px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
  font-size: 16px;
  color: #000 !important;
  cursor: pointer;
}
#scratchonline #production .tabs .item.action {
  color: #fff !important;
  background: #ff8c1a;
}
#scratchonline .searchView{
  line-height: 35px;
}
#scratchonline .searchView input{
  padding: 0 10px;
  border:1px solid #ddd;
  border-radius: 18px;
}
#scratchonline .searchView .searchBtn{
  margin-left: 10px;
  margin-top: 3px;
  line-height: 28px;
  padding: 0 10px;
  border:1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;

  background: #ff8c1a;
  color:#fff;
}
#scratchonline #production .proList {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#scratchonline #production .proList .item {
  margin: 0 5px 10px;
  width: 255px;
  float: left;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
}
#scratchonline #production .proList .item .imgWarp{
  width: 235px;
  height: 175px;
}
#scratchonline #production .proList .item img.img {
  width: 235px;
  height: 175px;
}
#scratchonline #production .proList .item .name {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  height: 30px;
  overflow: hidden;
}
#scratchonline #production .proList .item .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
#scratchonline #production .proList .item .seeIcon {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#scratchonline #production .proList .item .tt {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
  line-height: 32px;
  overflow: hidden;
}
#scratchonline #production .proList .item .tt img {
  flex-shrink: 0;
  vertical-align: middle;
}
#scratchonline #production .proList .item .tt span {
  position: absolute;
  right: 0;
  background: #fff;
  padding-left: 15px;
}
#scratchonline #production .proList .item .detail {
  line-height: 30px;
}
#scratchonline #production .proList .item .detail img {
  vertical-align: middle;
}
#scratchonline .listView .container .title img {
  width: inherit;
}
@media (max-width: 768px) {
  .m_swiper_warp_2 .btnView {
    display: none;
  }
  #production .container .cont {
    padding: 0 !important;
  }
  #production .tabs {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto !important;
  }
  #production .proList {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    -o-justify-content: center !important;
    justify-content: center !important;
  }
}
.paging {
  margin: 0 auto;
}
.paging .spPage ul li,
.paging .spActiveBg,
.paging .spPrev,
.paging .spFirst,
.paging .spLast,
.paging .spNext,
.paging .spTurnTo input,
.paging .spTurnTo .btn {
  border: none;
}
.paging .spPage {
  height: 28px;
}
.paging > div {
  background: #fff;
  color: #666666;
}
.paging > div li.active p {
  background: #ffab19;
  color: #fff;
}
