/**分页按钮样式**/
.tcdPageCode {
  display: none;
  min-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
.tcdPageCode .page-num {
  display: none;
  box-shadow: none;
  background: transparent;
}
.tcdPageCode a,
.tcdPageCode span {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  width: 44px;
  margin: 0 7px;
  color: #333;
  background-color: #ffffff;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
}
.tcdPageCode input {
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
  margin-right: 7px;
}
.tcdPageCode .input-content,
.tcdPageCode .txt {
  box-shadow: none;
}
.tcdPageCode .txt {
  background: transparent;
  width: auto;
}
.tcdPageCode .input-content {
  min-width: auto;
}
.tcdPageCode .short-page {
  width: 74px;
}
.tcdPageCode .short-page.disabled {
  display: none;
}
.tcdPageCode .current,
.tcdPageCode .goto-page {
  text-decoration: none;
  color: #fff;
  background: #ff3375;
}
.tcdPageCode a:hover {
  border-color: #ff3375 !important;
  background: #fff;
  color: #ff3375;
}
.tcdPageCode.page-content .input-content {
  width: auto;
  background: transparent;
}
.tcdPageCode.page-content .input-content input {
  width: 44px;
  vertical-align: middle;
  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;
  border-radius: 6px;
}
.tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tcdPageCode.page-content .input-content span {
  cursor: pointer;
  border: 1px solid transparent;
}
.tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.g_breadcrumb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tab-bar-pos {
  height: 374px;
}
.tab-bar-pos .tab-bar {
  position: relative;
  background: #F4F4F4;
  height: 374px;
  padding: 20px 20px 10px 20px;
}
.tab-bar-pos .tab-bar .info-l {
  position: relative;
  width: 580px;
}
.tab-bar-pos .tab-bar .info-l .title {
  font-size: 18px;
  color: #333;
}
.tab-bar-pos .tab-bar .info-l .buy-btns {
  padding-left: 70px;
  margin-top: 30px;
}
.tab-bar-pos .tab-bar .info-l .buy-btns .btn {
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff3375;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
  display: block;
  font-size: 18px;
}
.tab-bar-pos .tab-bar .info-l .buy-btns .btn.disabled {
  background: #ccc;
}
.tab-bar-pos .tab-bar .sp {
  visibility: hidden;
}
.tab-bar-pos .tab-bar .tr-flex {
  display: flex;
}
.tab-bar-pos .tab-bar .tr-flex .ex {
  margin-left: 5px;
  flex: 1;
}
.tab-bar-pos .tab-bar .tr {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
}
.tab-bar-pos .tab-bar .tr .s1,
.tab-bar-pos .tab-bar .tr .price {
  color: #ff3375;
}
.tab-bar-pos .tab-bar .tr .del {
  text-decoration: line-through;
}
.tab-bar-pos .tab-bar .tr .label {
  margin-bottom: 20px;
}
.tab-bar-pos .tab-bar .tr .ex {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.tab-bar-pos .tab-bar .cover {
  width: 460px;
  height: 334px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.tab-bar-pos .tab-bar-full.show {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #F4F4F4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.detail-box .h2 {
  font-size: 25px;
  margin: 40px 0;
  padding-left: 20px;
}
.detail-box .h2 .fr {
  margin-top: 5px;
  color: #ff3375;
  font-size: 16px;
}
.detail-box .img-con {
  position: relative;
  min-height: 600px;
}
.detail-box .img-con img {
  width: 100%;
}
.detail-box .img-con img.last {
  opacity: .7;
}
.detail-box .img-con .btns {
  position: absolute;
  bottom: 300px;
  left: 0;
  width: 100%;
  text-align: center;
}
.detail-box .img-con .btns .btn {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ff3375;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
}
.detail-box .img-con .btns .btn.disabled {
  background: #ccc;
}
.detail-box .video {
  text-align: center;
}
.detail-box .video video {
  max-width: 100%;
  min-width: 60%;
  max-height: 600px;
}
.rec-list {
  margin-top: 30px;
  *zoom: 1;
}
.rec-list:before,
.rec-list:after {
  content: "";
  display: table;
}
.rec-list:after {
  clear: both;
}
.rec-list .item {
  float: left;
  margin-right: 30px;
  width: 380px;
  height: 370px;
  background: #fff;
}
.rec-list .item:nth-child(3n) {
  margin-right: 0;
}
.rec-list .item:nth-child(n+4) {
  display: none;
}
.rec-list .item:hover .title {
  color: #ff3375;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.rec-list .item:hover .detail {
  border-color: #ff3375;
}
.rec-list .cover-wrap {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.rec-list .cover-wrap .cover {
  transition: transform .4s;
}
.rec-list .cover-wrap:hover .cover {
  transform: scale(1.1);
}
.rec-list .cover-wrap .cover {
  width: 100%;
  height: 276px;
}
.rec-list .detail {
  padding: 15px 5px;
  border: 1px solid #d2d2d2;
  border-top: none;
  background: #fff;
  transition: border-color 0.3s;
}
.rec-list .detail .time {
  font-size: 12px;
}
.rec-list .detail a {
  display: block;
}
.rec-list .detail .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-list .detail .dec {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
/*# sourceMappingURL=detail.css.map */