body {
  color: #666666;
}

.searchBanner {
  width: 100%;
  height: 120px;
  background: #4790D2 none;
  background-image: linear-gradient(90deg, #4790D2 0%, #0095d7 100%);
  color: #b2ecff;
}

.searchBox {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

.searchBox label {
  color: #eee;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.searchForm {
  height: 44px;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 1px rgba(55, 155, 255, .5);
  padding: 3px;
  border-radius: 4px;
}

.searchForm input.searchInput {
  width: 600px;
  height: 36px;
  background: none;
  line-height: 36px;
  font-size: 16px;
  color: #678;
  border: none;
}

.filterBlock {
  max-width: 1180px;
  background: #fff;
  margin: 20px auto;
  padding: 10px;
  border-radius: 7px;
}

.filterItem {
  margin: 15px 5px;
}

.filterItem h2 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  font-family: microsoft yahei;
  min-width: 100px;
  margin: 0;
  vertical-align: top;
  line-height: 26px;
}

.filterItem .cases {
  display: inline-block;
  vertical-align: middle;
}

.filterItem .colors label {
  width: 38px;
  height: 25px;
  overflow: hidden;
  text-indent: 10em;
}

.blockSplit {
  height: 0px;
  border-bottom: solid 1px #E6EBED;
  background: none;
  margin-top: 10px;
}

.templatesBlock {
  max-width: 1180px;
  margin: 15px auto;
  clear: both;
}

.templates {
  margin: 0;
  padding: 0;
  height: 100%;
}

.templates li {
  display: block;
  width: 280px;
  height: 400px;
  display: block;
  float: left;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}

.templates li:nth-of-type(4n) {
  margin-right: 0;
}

.templates li:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .15)
}

.li_blank div {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px dashed #ccd5db;
  padding-top: 100px;
  color: #76838f;
  text-align: center;
  cursor: pointer;
}

.li_blank div:hover {
  color: #ea8300;
  border-color: #ea8300;
  transition: all .3s linear 0s
}

.icon_plus {
  font-size: 64px;
}

.pictureBox {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pictureBox img {
  max-width: 100%;
}

.hoverLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.li_normal:hover .hoverLayer {
  opacity: 1;
}

.hoverLayer p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hoverLayer a.btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0;
  border-radius: 40px;
}

.hoverLayer a:first-child {
  margin-right: 20px;
}

.hoverLayer a.btn-primary {
  background: #59c4ff;
}

.hoverLayer a.btn-primary:hover {
  background: #34a5e4;
}

.txtBox {
  font-family: "microsoft yahei";
  padding: 5px 10px;
  line-height: 20px;
}

.txtBox h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.txtBox .attr_useCount {
  float: right;
  background-size: contain;
}

.txtBox .attr_time {}

.countInfo {
  display: inline-block;
  float: right;
}

.countInfo i {
  font-style: normal;
  color: #ea8300
}

.preview-mask {
  display: none;
  position: fixed;
  border: none;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.close-preview {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  background-image: url(../images/icon_preview_close.png);
}

.templatesBlock {
  position: relative;
}
