.lot-header .hdr-panel .logo span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sq-style-container .nav-list ul, .sq-style-container .row {
  *zoom: 1;
}
.sq-style-container .nav-list ul:after, .sq-style-container .row:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.lot-header .sq-class-side .btn-topic-new s, .lot-header .sq-class-side .btn-sq-manage s, .lot-header .classify-list a s {
  background-image: url(../images/icon_class_panel.png?v=10.01);
  background-image: -webkit-image-set(url(../images/icon_class_panel.png?v=10.01) 1x, url(../images/icon_class_panel@2x.png?v=10.01) 2x);
  background-repeat: no-repeat;
}

.lot-header {
  position: relative;
}
.lot-header .hdr-panel {
  position: relative;
  z-index: 1;
  height: 60px;
  background: #fff;
}
.lot-header .hdr-panel .logo {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 40px;
  color: #00a8ff;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
}
.lot-header .hdr-panel .logo img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.lot-header .hdr-panel .logo span {
  float: left;
  max-width: 450px;
}
.lot-header .hdr-panel .logo .face-violation-hint {
  border-radius: 50%;
}
.lot-header .nav-banner {
  position: relative;
}
.lot-header .top-banner {
  height: 250px;
}
.lot-header .top-banner a {
  height: 250px;
}
.lot-header .sq-class-panel {
  background: #fff;
}
.lot-header .sq-class-panel:after {
  display: none;
}
.lot-header .classify-list ul {
  padding: 0 10px;
}
.lot-header .classify-list li {
  margin: 10px;
}
.lot-header .classify-list li.selected a {
  color: #333;
  border-color: #eee;
}
.lot-header .classify-list li.selected a u {
  display: none;
}
.lot-header .classify-list a {
  height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.lot-header .classify-list a:hover {
  border-color: #eee;
}
.lot-header .classify-list a s {
  margin-top: 11px;
}
.lot-header .sq-class-side .btn-topic-new {
  height: 28px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  line-height: 28px;
}
.lot-header .sq-class-side .btn-topic-new:hover {
  background: #f9f9f9;
}
.lot-header .sq-class-side .btn-topic-new s {
  margin-top: 6px;
}
.lot-header .nav-banner-button {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  text-align: center;
}
.lot-header .nav-banner-button a {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  border-radius: 5px;
  background: #786d64;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.lot-header .nav-banner-button a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lot-header .nav-banner-button a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_help.png?v=10.01);
  background-image: -webkit-image-set(url(../images/icon_help.png?v=10.01) 1x, url(../images/icon_help@2x.png?v=10.01) 2x);
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 12px 10px 12px 0;
}
.lot-header .nav-banner-button a span {
  display: inline-block;
}

.sq-style-container {
  position: relative;
  background: #fff;
}
.sq-style-container .row {
  padding: 20px 20px 0;
}
.sq-style-container .cell {
  float: left;
  width: 33.2%;
  width: calc(100% / 3);
  height: 221px;
  margin-top: 10px;
}
.sq-style-container .headline {
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 18px;
  color: #00a8ff;
  line-height: 36px;
}
.sq-style-container .text-list ul {
  padding: 0 10px;
}
.sq-style-container .text-list li {
  position: relative;
  padding-left: 14px;
  height: 36px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 36px;
}
.sq-style-container .text-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  content: "";
}
.sq-style-container .text-list a {
  color: #333;
  font-size: 16px;
}
.sq-style-container .text-list a:hover {
  color: #00a8ff;
}
.sq-style-container .nav-list li {
  float: left;
  width: 25%;
}
.sq-style-container .nav-list a {
  display: block;
  height: 78px;
  overflow: hidden;
  margin: 10px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-align: center;
  word-wrap: break-word;
  line-height: 78px;
  transition: all 0.2s ease;
}
.sq-style-container .nav-list a:hover {
  border-color: #86c5f7;
  color: #00a8ff;
}
.sq-style-container .video-list ul {
  overflow: hidden;
  padding: 15px;
}
.sq-style-container .video-list li {
  float: left;
  width: 25%;
}
.sq-style-container .video-list a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 15px;
  padding: 25px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.sq-style-container .video-list a:hover:after {
  display: block;
}
.sq-style-container .video-list a:before {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/icon_product_video.png?v=10.01);
  background-image: -webkit-image-set(url(../images/icon_product_video.png?v=10.01) 1x, url(../images/icon_product_video@2x.png?v=10.01) 2x);
  background-repeat: no-repeat;
  content: "";
}
.sq-style-container .video-list a:after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon_play.png?v=10.01);
  background-image: -webkit-image-set(url(../images/icon_play.png?v=10.01) 1x, url(../images/icon_play@2x.png?v=10.01) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.sq-style-container .video-list .vd-company {
  background: #3490ec;
  background: -webkit-linear-gradient(top, #3490ec, #55aef2);
}
.sq-style-container .video-list .vd-company::before {
  background-position: 0 0;
}
.sq-style-container .video-list .vd-products {
  background: #f28712;
  background: -webkit-linear-gradient(top, #f28712, #f7a627);
}
.sq-style-container .video-list .vd-products::before {
  background-position: -60px 0;
}
.sq-style-container .video-list .vd-start {
  background: #5e6aa3;
  background: -webkit-linear-gradient(top, #5e6aa3, #818dbe);
}
.sq-style-container .video-list .vd-start::before {
  background-position: -120px 0;
}
.sq-style-container .video-list .vd-task {
  background: #11abc2;
  background: -webkit-linear-gradient(top, #11abc2, #25c4d5);
}
.sq-style-container .video-list .vd-task::before {
  background-position: -180px 0;
}
.sq-style-container .video-list .vd-message {
  background: #00a376;
  background: -webkit-linear-gradient(top, #00a376, #00be98);
}
.sq-style-container .video-list .vd-message::before {
  background-position: -240px 0;
}
.sq-style-container .video-list .vd-schedule {
  background: #2077e0;
  background: -webkit-linear-gradient(top, #2077e0, #3d99eb);
}
.sq-style-container .video-list .vd-schedule::before {
  background-position: -300px 0;
}
.sq-style-container .video-list .vd-circle {
  background: #e6b10d;
  background: -webkit-linear-gradient(top, #e6b10d, #eec81e);
}
.sq-style-container .video-list .vd-circle::before {
  background-position: -360px 0;
}
.sq-style-container .video-list .vd-file {
  background: #156fba;
  background: -webkit-linear-gradient(top, #156fba, #2d91cf);
}
.sq-style-container .video-list .vd-file::before {
  background-position: -420px 0;
}
.sq-style-container .video-list .vd-tag {
  background: #ea6f2c;
  background: -webkit-linear-gradient(top, #ea6f2c, #f1914d);
}
.sq-style-container .video-list .vd-tag::before {
  background-position: -480px 0;
}
.sq-style-container .video-list .vd-manage {
  background: #5857c7;
  background: -webkit-linear-gradient(top, #5857c7, #7b7bd8);
}
.sq-style-container .video-list .vd-manage::before {
  background-position: -540px 0;
}
.sq-style-container .video-list .vd-web {
  background: #2f9e57;
  background: -webkit-linear-gradient(top, #2f9e57, #4fba7b);
}
.sq-style-container .video-list .vd-web::before {
  background-position: -600px 0;
}
.sq-style-container .video-list .vd-webfile {
  background: #0f898a;
  background: -webkit-linear-gradient(top, #0f898a, #21a8a9);
}
.sq-style-container .video-list .vd-webfile::before {
  background-position: -660px 0;
}
.sq-style-container .video-list [class^=vd-case] {
  background: #42a2f0;
}
.sq-style-container .video-list [class^=vd-case]::before {
  background-image: url(../images/icon_product_video_case.png?v=10.01);
  background-image: -webkit-image-set(url(../images/icon_product_video_case.png?v=10.01) 1x, url(../images/icon_product_video_case@2x.png?v=10.01) 2x);
  background-repeat: no-repeat;
}
.sq-style-container .video-list .vd-case-company {
  background: #0acffe;
  background: -webkit-linear-gradient(-30deg, #0acffe, #495aff);
}
.sq-style-container .video-list .vd-case-company::before {
  background-position: 0 0;
}
.sq-style-container .video-list .vd-case-dealer {
  background: #f09819;
  background: -webkit-linear-gradient(-30deg, #f09819, #ff5858);
}
.sq-style-container .video-list .vd-case-dealer::before {
  background-position: -420px 0;
}
.sq-style-container .video-list .vd-case-tea {
  background: #8fd004;
  background: -webkit-linear-gradient(-30deg, #8fd004, #077d66);
}
.sq-style-container .video-list .vd-case-tea::before {
  background-position: -120px 0;
}
.sq-style-container .video-list .vd-case-beauty {
  background: #ffb9bc;
  background: -webkit-linear-gradient(-30deg, #ffb9bc, #ce075c);
}
.sq-style-container .video-list .vd-case-beauty::before {
  background-position: -480px 0;
}
.sq-style-container .video-list .vd-case-carrent {
  background: #b699ff;
  background: -webkit-linear-gradient(-30deg, #b699ff, #921cc5);
}
.sq-style-container .video-list .vd-case-carrent::before {
  background-position: -180px 0;
}
.sq-style-container .video-list .vd-case-carbeauty {
  background: #e5d6d1;
  background: -webkit-linear-gradient(-30deg, #e5d6d1, #593f3f);
}
.sq-style-container .video-list .vd-case-carbeauty::before {
  background-position: -540px 0;
}
.sq-style-container .video-list .vd-case-house {
  background: #ebbf12;
  background: -webkit-linear-gradient(-30deg, #ebbf12, #fe6000);
}
.sq-style-container .video-list .vd-case-house::before {
  background-position: -240px 0;
}
.sq-style-container .video-list .vd-case-law {
  background: #1df1ec;
  background: -webkit-linear-gradient(-30deg, #1df1ec, #0495b0);
}
.sq-style-container .video-list .vd-case-law::before {
  background-position: -300px 0;
}
.sq-style-container .video-list .vd-case-advert {
  background: #00ff9e;
  background: -webkit-linear-gradient(-30deg, #00ff9e, #06686e);
}
.sq-style-container .video-list .vd-case-advert::before {
  background-position: -60px 0;
}
.sq-style-container .video-list .vd-case-media {
  background: #a0a0ff;
  background: -webkit-linear-gradient(-30deg, #a0a0ff, #3049b4);
}
.sq-style-container .video-list .vd-case-media::before {
  background-position: -600px 0;
}
.sq-style-container .video-list .vd-case-wedding {
  background: #ff9d7f;
  background: -webkit-linear-gradient(-30deg, #ff9d7f, #ff0844);
}
.sq-style-container .video-list .vd-case-wedding::before {
  background-position: -360px 0;
}
.sq-style-container .video-list .vd-case-keepfit {
  background: #04befe;
  background: -webkit-linear-gradient(-30deg, #04befe, #4481eb);
}
.sq-style-container .video-list .vd-case-keepfit::before {
  background-position: -660px 0;
}
.sq-style-container .file-list {
  padding: 15px 0;
}
.sq-style-container .file-list .headline {
  margin-left: 15px;
}
.sq-style-container .file-list .pagination {
  border-top: 0;
}
.sq-style-container .list-contents a {
  color: #333;
}
.sq-style-container .list-contents a:hover {
  color: #00a8ff;
}
.sq-style-container .list-contents li {
  position: relative;
  height: 48px;
  padding: 15px 15px 15px 88px;
  cursor: default;
  -moz-user-select: none;
}
.sq-style-container .list-contents li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 88px;
  height: 1px;
  overflow: hidden;
  background: #f2f2f2;
  content: "";
}
.sq-style-container .list-contents .file-type, .sq-style-container .list-contents .file-icon48, .sq-style-container .list-contents .photo-icon {
  position: absolute;
  top: 15px;
  left: 22px;
}
.sq-style-container .list-contents .photo-icon {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0 none;
}
.sq-style-container .list-contents .photo-icon i {
  width: 48px;
  height: 48px;
  border-radius: 3px;
}
.sq-style-container .list-contents .photo-icon img {
  max-width: 48px;
  max-height: 48px;
}
.sq-style-container .list-contents .photo-icon s {
  height: 48px;
}
.sq-style-container .list-contents .file-name, .sq-style-container .list-contents .file-desc {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.sq-style-container .list-contents .file-name {
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
.sq-style-container .list-contents .file-desc {
  height: 20px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.sq-style-container .copyright {
  padding: 20px 0 30px 0;
  text-align: center;
  color: #999;
}
.sq-style-container .copyright a {
  color: #999;
}

.sq-topic-container {
  position: relative;
  background: #fff;
}

@supports (display: flex) {
  .sq-style-container .video-list a:hover:after {
    opacity: 1;
  }
  .sq-style-container .video-list a:after {
    display: block;
    opacity: 0;
    transition: opacity 0.2s;
  }
}