.slide_minus_small,
.slide_plus_small {
  position: absolute;
  width: 25px;
  height: 55px;
  background: url("../images/slider_bn.png") no-repeat;
  z-index: 9999;
  top: 50%;
  margin-top: -27.5px;
}

.slide_minus_small {
  left: 0px;
}

.slide_minus_small:hover {
  background: url("../images/slider_bn.png") no-repeat 0px -55px;
}

.slide_plus_small {
  right: 0px;
  background: url("../images/slider_bn.png") no-repeat -25px 0px;
}

.slide_plus_small:hover {
  background: url("../images/slider_bn.png") no-repeat -25px -55px;
}

body {
  color: #656565;
  font-family: "Microsoft YaHei", "微软雅黑";
}

#icon_gotop {
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 210px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fff url(../images/ico-float-top.jpg) no-repeat center center;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

#icon_gotop3 {
  font-size: 12px;
  color: #666;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 336px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

#icon_gotop3 span {
  font-size: 12px;
  line-height: 30px;
  color: #666;
}

#icon_gotop span,
#icon_gotop2 span {
  display: none;
  font-size: 12px;
  color: #666;
}

#icon_gotop:hover,
#icon_gotop2:hover {
  background: #ffffff;
}

#icon_gotop:hover span,
#icon_gotop2:hover span {
  display: inline;
}

#icon_gotop2 {
  z-index: 9999;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 273px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fff url(../images/ico-float-advice.jpg) no-repeat center center;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

.ht-online-service {
  position: fixed;
  width: 58px;
  height: 64px;
  background: url("../images/online-service.jpg") no-repeat;
  right: 10px;
  bottom: 399px;
  border: 1px solid #e9e9e9;
  z-index: 9999;
  cursor: pointer;
}

.ht-online-service:hover:before {
  content: url(../images/online-service-time.png);
}

.ht-online-service.offline {
  width: 59px;
  height: 64px;
  background: url("../images/bg-service-offline.jpg") no-repeat;
  border: 1px solid #e9e9e9;
}

.ht-online-service a {
  display: block;
  height: 100%;
}

.win-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9999;
}

.ac_results {
  border-color: #ff4200 !important;
}

.black-friday-bg1 {
  position: fixed;
  background: url("../Special/2015-black-five/bigprize/double_12.gif") no-repeat;
  width: 112px;
  height: 63px;
  right: -32px;
  bottom: 470px;
  z-index: 9999;
  cursor: pointer;
}

.black-friday-bg2 span {
  display: block;
  width: 73px;
  margin-top: 6px;
  color: #ff4200;
  margin-left: 32px;
  font-size: 12px;
  text-align: right;
  word-break: break-all;
}

.black-friday-bg2 {
  position: fixed;
  background: url("../Special/2015-black-five/bigprize/black_friday2.gif")
    no-repeat;
  width: 112px;
  /* background-size: 106px 103px; */
  height: 140px;
  right: 0px;
  bottom: 453px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}

.layui-layer-dialog .layui-layer-content {
  position: relative;
  padding: 0px !important;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.flower-pc-text {
  font-size: 24px;
  color: #000;
  box-shadow: none;
}

.flower-pc-go {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #ce0f12;
}

.flower-pc-go:hover {
  color: #fff !important;
}

.gdpr__modal {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 907px;
  padding: 16px;
  z-index: 99999;
  box-sizing: content-box;
  background-color: #ff7a00;
  border-radius: 4px;
  color: #fff;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.gdpr__content {
  flex: none;
  width: 800px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.gdpr__content a {
  text-decoration: underline;
  color: #fff;
}

.gdpr__content a:hover {
  color: #ffe4cc !important;
}

button.gdpr__consent {
  width: 88px;
  outline: none;
  padding: 0;
  border: none;
  color: #ff7a00;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

button.gdpr__consent:hover {
  background-color: #ffe4cc;
}

.gdpr__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 99998;
}
.gdpr__btn {
  display: none;
}

.ht-mt-list {
  padding: 20px 0;
}
.ht-mt-item {
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
}
.ht-mt-pic {
  width: 250px;
  height: 174px;
  margin-right: 20px;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
.ht-mt-info {
  width: 820px;
}
.ht-mt-info h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 22px;
}
.mt-cata-box {
  /* margin-bottom: 22px; */
  font-size: 14px;
}
.mt-cata {
  color: #1da1ff;
  padding: 0 20px 0 25px;
  border-right: 1px solid #dbdbdb;
  background: url("../images/icon_mt.svg") left center no-repeat;
}
.mt-date {
  padding-left: 20px;
  color: #999;
  background: url("../images/icon_date.svg") left center no-repeat;
}
.mt-txt {
  color: #666;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
}
.mt-btn a {
  padding: 8px 22px;
  border: 1px solid #1da1ff;
  color: #333;
  font-size: 14px;
  transition: background ease-in 300ms;
}
.mt-btn a:hover {
  background-color: #1da1ff;
  color: #fff !important;
}
