HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot//www.hkkuy.com/ttww/index_files/detail.css
@charset "UTF-8";
html,
body {
  font-family: -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; }

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent; }

ul,
li,
dl,
dd,
dt {
  list-style: none; }

.btn-theme {
  background-color: #00923f;
  color: #fff; }

a {
  text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333333; }

a:hover {
  text-decoration: none; }

.pf {
  position: fixed !important; }

.pr {
  position: relative; }

i {
  font-style: normal; }

.pa {
  position: absolute; }

.al-c {
  text-align: center; }

img {
  max-width: 100%; }

.line-2 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; }

.line-1 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all; }

.pointer {
  cursor: pointer; }

.flex {
  display: flex; }

.flex-btw {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-cen {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-hh {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fixed {
  position: fixed; }

.red {
  color: #E02020; }

.hide {
  display: none; }

.toast {
  width: auto;
  min-width: 50px;
  padding: 15px;
  height: auto;
  min-height: 50px;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 9999;
  opacity: 1; }

.toast .iconfont {
  font-size: 14px;
  line-height: 45px;
  padding: 0 30px; }

.toast p {
  line-height: 30px; }

/*对话框*/
.confirm {
  position: fixed;
  max-width: 80%;
  min-width: fit-content;
  border-radius: 5px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 9999;
  transition: opacity .15s linear;
  margin-left: 0 !important;
  margin-top: 0 !important; }

.confirm-t {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-title {
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-btn {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.confirm-btn span {
  width: 50%;
  border-right: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #3478F6;
  flex: 1;
  height: 100%;
  display: inline-block; }

.confirm-btn span:last-child {
  border: 0; }

.Validform_error {
  color: #f00;
  border-color: #f00; }

.gui-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.gui-mask.gui-show {
  opacity: 1;
  visibility: visible; }

.gui-back {
  cursor: pointer; }

.AR-rtl {
  direction: rtl;
  text-align: -webkit-auto; }

@media screen and (max-width: 767px) {
  .confirm {
    min-width: 80%; }
  .confirm-t {
    font-size: 14px;
    line-height: normal; } }

.position-left-bottom {
  left: 0;
  bottom: 0; }

.hide-important {
  display: none !important; }

[v-cloak] {
  display: none !important; }

/*单页商城详情页公共样式*/
body {
  font-size: 14px;
  background: #f5f5f5; }

.sgk-container {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 4rem; }

img {
  width: 100%;
  vertical-align: middle; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-12 {
  padding-left: 10px;
  padding-right: 10px; }

.card-HOT .product-desc .item-price .final-price {
  margin: 0 5px; }

.detail-tab.fixed {
  max-width: 640px; }

.comment3_2 .comment-content {
  line-height: normal !important; }

.detail-content .comment3_2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.about-shop {
  padding: 20px 10px; }
  .about-shop .shop-logo {
    max-width: 120px;
    margin-right: 10px;
    padding-right: 10px; }
  .about-shop .shop-slogan {
    flex: 1; }

.article {
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .article a {
    color: #999;
    text-decoration: underline;
    padding: 5px 10px; }

.article-box {
  padding-top: 3rem; }
  .article-box .article-con {
    word-break: break-word; }
    .article-box .article-con img {
      width: auto; }

.home-table,
.footer-img {
  border-top: 10px solid #f5f5f5; }

.max-width {
  max-width: 640px;
  margin: 0 auto;
  background: #fff; }

.fixed-top {
  line-height: 3rem;
  font-size: 1rem; }
  .fixed-top i {
    position: absolute;
    left: 10px;
    font-size: 1.25rem;
    cursor: pointer; }

.addcart-group-buttons .btn-binding {
  line-height: 2.3rem; }

.addcart-float-buttons-block-button {
  background: #dedede !important; }

#submitForm {
  background-color: #00923f; }

.addcart-specs-content dd span.active,
.addcart-group-buttons .btn-binding.active,
.addcart-float-buttons-block-button {
  background: #00923f !important;
  border-color: #00923f !important; }

.addcart-float-buttons-block-button {
  color: #fff !important; }

.addcart-group-buttons button:focus {
  outline: none !important; }

.footer-notice {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #00923f;
  line-height: normal; }

.pay-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: 0;
  background: transparent; }

#addcart {
  /*尺码表按钮*/ }
  #addcart .size-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: flex; }
    #addcart .size-btn.e-hide {
      display: none; }
    #addcart .size-btn span {
      text-decoration: underline;
      margin: 0 2px;
      cursor: pointer; }
    #addcart .size-btn i {
      color: #333; }

/*尺码表弹窗*/
.size-img {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: -5px;
  z-index: 3012;
  display: flex;
  align-items: center;
  justify-content: center; }
  .size-img .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-weight: 400; }
    .size-img .close i {
      font-size: 26px; }
  .size-img img {
    width: auto; }

/*阿语 样式*/
.AR-rtl .fixed-top i {
  left: auto;
  right: 10px;
  display: inline-block;
  transform: scale(-1); }

.AR-rtl #search-form .btn-theme {
  border-radius: 1.2rem 0 0 1.2rem; }

.AR-rtl #search-form .form-control {
  border-radius: 0 1.2rem 1.2rem 0;
  padding-left: 0;
  padding-right: 2.2rem; }

.AR-rtl #search-form .iconNEW_04-sousuo {
  left: auto;
  right: 0.6rem; }

.AR-rtl .home-activity .swiper-container .swiper-button-prev {
  left: auto;
  right: -25px; }

.AR-rtl .home-activity .swiper-container .swiper-button-next {
  right: auto;
  left: -25px; }

.AR-rtl .show-title .view-more {
  right: auto;
  left: 0; }
  .AR-rtl .show-title .view-more i {
    display: inline-block;
    transform: rotate(-180deg); }

.AR-rtl .avatar,
.AR-rtl .customer-name {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

.AR-rtl .vertical-list .h-customer .xingxing {
  float: left; }
  .AR-rtl .vertical-list .h-customer .xingxing i {
    vertical-align: -webkit-baseline-middle; }

.AR-rtl .reply span:before {
  left: auto; }

.AR-rtl .customer-info .date {
  float: left;
  margin-top: 10px; }

.AR-rtl .about-shop .shop-slogan {
  padding-right: 10px; }

.AR-rtl .about-shop .shop-logo {
  border-right: 0 !important;
  border-left: 1px solid #dee2e6 !important;
  margin-right: 0 !important;
  padding-right: 0;
  padding-left: 10px; }

.AR-rtl .show-sale-title {
  display: block;
  margin: 0 5px; }

.AR-rtl #addcart .size-btn {
  left: 0;
  right: auto; }

/*非阿语  公共css*/
.comment-footer {
  display: flex;
  justify-content: space-between; }

.photo-gallery-container,
.back,
.customerShow-zoom {
  max-width: 640px; }
  .photo-gallery-container .photo-gallery,
  .back .photo-gallery,
  .customerShow-zoom .photo-gallery {
    overflow-y: scroll !important; }
  .photo-gallery-container .swiper-button-next:after,
  .back .swiper-button-next:after,
  .customerShow-zoom .swiper-button-next:after {
    font-size: 18px;
    transform: rotate(90deg);
    margin-top: 4px; }
  .photo-gallery-container .comment,
  .back .comment,
  .customerShow-zoom .comment {
    width: 100%; }

.zoom .close {
  line-height: 18px !important; }

.comment-horizontal.list .swiper-container {
  padding: 5px 0 !important; }

/*满减优惠券 样式*/
.gui-promotion-item {
  font-size: 12px; }

.copuon-prom-item {
  margin: 3px 0; }
  .copuon-prom-item .gui-edging {
    padding: 1px 2px;
    background: rgba(255, 0, 0, 0.2);
    font-size: 12px;
    margin-right: 3px; }
  .copuon-prom-item .gui-edging + p,
  .copuon-prom-item .gui-edging + span {
    height: 23px;
    line-height: 23px;
    padding: 0px 10px;
    margin-right: 10px;
    border: 1px solid #ff8587;
    color: #ff8587 !important;
    font-size: 12px;
    position: relative;
    border-radius: 2px; }
    .copuon-prom-item .gui-edging + p::before, .copuon-prom-item .gui-edging + p::after,
    .copuon-prom-item .gui-edging + span::before,
    .copuon-prom-item .gui-edging + span::after {
      content: '';
      display: block;
      width: 5px;
      height: 10px;
      border: 1px solid #ff8587;
      background: #fff;
      position: absolute;
      left: -1px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .copuon-prom-item .gui-edging + p::before,
    .copuon-prom-item .gui-edging + span::before {
      border-left: 0;
      border-radius: 0px 10px 10px 0;
      -webkit-border-radius: 0px 10px 10px 0;
      -moz-border-radius: 0px 10px 10px 0;
      -ms-border-radius: 0px 10px 10px 0;
      -o-border-radius: 0px 10px 10px 0; }
    .copuon-prom-item .gui-edging + p::after,
    .copuon-prom-item .gui-edging + span::after {
      border-radius: 10px 0 0 10px;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-right: 0;
      left: auto;
      right: -1px; }

.hide0,
.cover-comment-add {
  display: none; }

@media screen and (max-width: 768px) {
  .img-fluid {
    width: auto;
    max-height: 60px; }
  .card-HOT .product-desc .item-price {
    flex-wrap: wrap; }
    .card-HOT .product-desc .item-price .old-price {
      margin-left: 0 !important; } }

/*文章列表样式*/
@media screen and (max-width: 392px) {
  .article {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }

.banner-change {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 2; }
  .banner-change li {
    z-index: 999999999;
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 1px 6px;
    cursor: pointer;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px; }
    .banner-change li.active {
      background: #00923f;
      color: #fff; }

.video-carousel {
  position: relative; }
  .video-carousel .back-home {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1090; }
    .video-carousel .back-home i {
      color: #fff; }
  .video-carousel .swiper-wrapper {
    align-items: center;
    background: #000; }
  .video-carousel .swiper-pagination-fraction {
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    width: auto;
    left: auto;
    right: 10px; }
  .video-carousel .swiper-pagination-bullet-active {
    background: #00923f; }
  .video-carousel #poster {
    display: none !important; }
  .video-carousel #video {
    position: absolute; }
  .video-carousel .poster-box {
    position: relative; }
    .video-carousel .poster-box .iconfont {
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 4rem;
      margin-left: -2rem;
      margin-top: -2.5rem;
      color: #fff;
      opacity: 0.7;
      text-shadow: 0 0 1px black; }
  .video-carousel #video-temp {
    width: 100px;
    min-height: 60px;
    height: auto;
    position: fixed;
    top: 45%;
    right: 5px;
    padding: 25px 0;
    background-color: #000;
    z-index: 99; }
    .video-carousel #video-temp .icon-close3 {
      position: absolute;
      right: 1px;
      top: 1px;
      color: #fff; }

.AR-rtl .video-carousel .back-home {
  left: auto;
  right: 10px; }
  .AR-rtl .video-carousel .back-home i {
    display: inline-block;
    transform: scale(-1); }

.detail-tab {
  width: 100%;
  height: 3rem;
  line-height: 2.5rem;
  padding: 0.5rem 1rem 0;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 2rem;
  margin-bottom: 15px;
  background-color: #fff; }
  .detail-tab.fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0; }
  .detail-tab .detail-tab-item {
    font-size: 16px;
    display: block;
    text-align: center;
    flex: 1;
    padding: 0.25rem 0 !important; }
    .detail-tab .detail-tab-item span {
      height: 100%;
      display: inline-block;
      cursor: pointer; }
    .detail-tab .detail-tab-item span.active {
      color: #00923f; }
      .detail-tab .detail-tab-item span.active::after {
        content: " ";
        position: absolute;
        bottom: -1px;
        height: 2px;
        left: 0;
        width: 100%;
        background-color: #00923f; }
    .detail-tab .detail-tab-item .comment-item i {
      color: #f02;
      position: absolute;
      top: -12px;
      right: 0;
      font-size: 32px; }

.AR-rtl .price-and-title .price-box {
  flex-direction: row-reverse;
  justify-content: flex-end; }

.AR-rtl .detail-tab {
  flex-direction: row-reverse; }

@media (max-width: 576px) {
  .detail-tab.fixed {
    left: 0; }
  .detail-tab .detail-tab-item {
    flex: 0 0 32%; }
    .detail-tab .detail-tab-item span {
      font-size: 14px; }
    .detail-tab .detail-tab-item:nth-child(2) {
      flex: 0 0 36%; }
    .detail-tab .detail-tab-item .comment-item i {
      right: -15px;
      font-size: 30px; } }

@media (max-width: 392px) {
  .detail-tab .detail-tab-item span {
    font-size: 12px; } }

.detail-box {
  padding-top: 2px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }
  .detail-box video, .detail-box img {
    width: 100%;
    height: auto; }

@media (min-width: 640px) {
  body, .body-box {
    max-width: 100% !important; } }

.h-customer {
  line-height: 25px; }
  .h-customer span {
    font-size: 14px; }

.comment3_2 .product-img {
  margin-top: 0;
  border-radius: 5px;
  overflow: hidden; }
  .comment3_2 .product-img img {
    width: auto !important;
    max-height: 100px;
    max-width: 100%; }

.comment3_2 .comment-content {
  line-height: 35px; }
  .comment3_2 .comment-content p {
    font-size: 14px; }
  .comment3_2 .comment-content .spec {
    font-size: 12px; }

.comment-horizontal.list {
  padding: 0 0 8px;
  border-bottom: 0;
  margin-bottom: 0; }
  .comment-horizontal.list .title {
    border-bottom: 0; }
  .comment-horizontal.list .swiper-container {
    background-color: #fff;
    padding: 12px; }

.detail-content .star-score, .detail-content .h-customer .xingxing {
  color: #00923f; }

.detail-content .comment3_2 .title {
  border-bottom: 1px solid #e7e7e7; }

.detail-content .list-item {
  padding: 12px;
  border-bottom: 1px solid #e7e7e7; }

.photo-gallery {
  overflow: inherit !important; }

.comment-pics ul {
  overflow: hidden; }

.date {
  font-size: 14px; }

.reply {
  line-height: 18px; }

.comments-wrap .pages-container {
  padding: 20px 0; }

.gui-comment-top .horizontal-list li {
  min-height: 120px; }

.pages-container .pagination .active {
  background: #00923f;
  border-color: #00923f; }

.star-progress-container .progress-bar b, .title-with-bar h4:before {
  background-color: #00923f !important; }

/* 填写评论弹框 */
.comment-down {
  position: fixed;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  -webkit-transform: translate3d(0, 300%, 0);
  transform: translate3d(0, 300%, 0);
  will-change: transform;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: 100%; }

.comment-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.comment-tk {
  width: 100%;
  min-height: 70%;
  max-height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 0px 48px;
  font-size: 15px;
  border-radius: 5px 5px 0 0; }

.add-box {
  text-align: center;
  background-color: #fff; }

.eval-add {
  width: auto;
  min-width: 120px;
  height: 35px;
  line-height: 31px;
  font-size: 15px;
  display: inline-block;
  margin: 0px auto 20px;
  border-radius: 35px;
  background: #F5F5F5;
  border: 2px solid #E7E7E7; }

.eval-top {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  position: relative; }
  .eval-top .iconcart-close {
    font-size: 18px;
    position: absolute;
    right: 15px; }

.eval-box {
  padding: 25px 15px 15px; }

.eval-item {
  margin-bottom: 10px;
  padding-left: 85px;
  position: relative;
  min-height: 40px; }
  .eval-item .eval-label {
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    text-align: right;
    height: 40px;
    line-height: normal; }
  .eval-item .item-input {
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px; }
  .eval-item textarea.item-input {
    height: 120px;
    line-height: 20px; }
  .eval-item .red {
    color: #f00; }

.rating {
  display: flex;
  flex-direction: row-reverse;
  float: left;
  line-height: 40px; }

.rating input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.rating input:checked ~ label::before {
  opacity: 1; }

.rating label {
  position: relative;
  margin-right: 6px;
  font-size: 18px;
  color: #00923f;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 0; }

.rating label:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.rating label::before {
  position: absolute;
  content: "\e720";
  opacity: 0;
  transition: 0.5s; }

.rating label:hover::before, .rating label:hover ~ label::before {
  opacity: 1 !important; }

.rating:hover input:checked ~ label::before {
  opacity: 0; }

.eval-btn {
  background-color: #00923f;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 300px;
  text-align: center;
  height: 45px;
  line-height: 45px; }

.img-box ul {
  display: inline-block;
  float: left; }

.img-box li {
  width: 80px;
  height: 80px;
  border: 1px solid  #E7E7E7;
  margin-right: 8px;
  position: relative;
  float: left; }
  .img-box li img {
    max-height: 100%; }

.img-box .file-del {
  position: absolute;
  right: -5px;
  top: -5px; }
  .img-box .file-del:hover i {
    color: #f00; }

.img-btn {
  width: 80px;
  height: 80px;
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  margin-right: 8px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  position: relative;
  float: left; }
  .img-btn i {
    font-size: 26px; }
  .img-btn .item-file-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.comment-empty {
  font-size: 15px;
  padding: 15px;
  margin: 15px auto; }
  .comment-empty .iconfont {
    color: #00923f; }
  .comment-empty .eval-add {
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #353535;
    border-radius: 5px;
    line-height: 33px; }

@media (max-width: 640px) {
  .comment-tk {
    max-width: 750px; }
  .comment3_2 .comment-content p {
    line-height: 20px; }
  .read-more {
    line-height: 20px; }
  .comment .header {
    background: none; }
  .comment-content, .comment-zoom-container .swiper-pagination-fraction, .customerShow-zoom .slide-img {
    font-size: 14px; }
  .customerShow-zoom .slide-img img {
    width: 100%; }
  .zoom .close {
    display: flex; }
    .zoom .close i {
      margin: auto; }
  .comment-empty {
    background: #fff; } }

@media (min-width: 640px) {
  .comment-tk {
    max-width: 640px;
    bottom: auto;
    left: 50%;
    margin-left: -320px;
    top: 10%; } }

.fixed-button-group {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  min-height: 52px;
  font-size: .875rem;
  line-height: normal;
  cursor: pointer; }
  .fixed-button-group * {
    color: #fff; }
  .fixed-button-group i {
    font-size: 1.55rem; }
  .fixed-button-group .width {
    width: 50%;
    background: #f1b52a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 0; }
    .fixed-button-group .width img {
      max-width: 20px;
      max-height: 20px; }
  .fixed-button-group .buy-now {
    background: #00923f; }
  .fixed-button-group .empty-product {
    border-radius: 0;
    background: #00923f;
    font-weight: normal; }

.AR-rtl .fixed-button-group {
  flex-flow: row-reverse; }

.coupon-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  display: none; }

.coupon-bg.move {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none !important; }

.coupon-box {
  width: 80%;
  height: auto;
  max-width: 420px;
  min-height: 400px;
  bottom: 25%;
  right: 50%;
  margin-right: -210px;
  position: fixed;
  z-index: 999999999; }

.coupon-toast {
  width: auto;
  padding: 20px 40px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: fixed;
  z-index: 9999999999;
  left: 50%;
  top: 50%;
  border-radius: 5px; }

.coupon-toast .iconfont {
  font-size: 50px;
  display: block;
  margin-bottom: 20px; }

@media screen and (max-width: 640px) {
  .coupon-box {
    margin-right: -40%; }
  .move .coupon-box {
    margin-right: -40%;
    margin-bottom: -30%; } }

.toast {
  max-height: none !important; }

.price-and-title .product-name {
  font-weight: 600; }

.price-and-title .product-price {
  max-height: 60px;
  background: #00923f;
  color: #fff; }

.price-and-title .price-box .final-price {
  font-size: 1.35rem;
  color: red; }

.price-and-title .price-box .old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through; }

.service-item {
  border-top: 1px dashed #dee2e6;
  border-bottom: 1px dashed #dee2e6;
  padding-top: 5px; }
  .service-item span {
    margin-right: 5px;
    display: inline-block;
    background: #00923f;
    color: #fff;
    padding: 0 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }

.detail-tab {
  height: auto;
  line-height: initial;
  padding: .3rem 0;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid #dee2e6; }
  .detail-tab .detail-tab-item {
    padding: .15rem 0; }
    .detail-tab .detail-tab-item span {
      width: 50%; }
      .detail-tab .detail-tab-item span.active {
        color: #00923f; }
      .detail-tab .detail-tab-item span.active::after {
        background-color: #00923f;
        bottom: -8px; }
  .detail-tab .detail-tab-item:nth-child(2) {
    position: relative; }
    .detail-tab .detail-tab-item:nth-child(2)::before, .detail-tab .detail-tab-item:nth-child(2)::after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background: #dee2e6;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .detail-tab .detail-tab-item:nth-child(2)::after {
      left: auto;
      right: 0; }

.sgk-carousel .swiper-container-horizontal > .swiper-pagination-fraction {
  left: 15px;
  background: none; }
  .sgk-carousel .swiper-container-horizontal > .swiper-pagination-fraction .swiper-pagination-bullet-active {
    background: #00923f; }

#thumbs {
  display: none; }

.AR-rtl .service-item span {
  margin-right: 0;
  margin-left: 5px;
  font-size: 1.2rem; }

.AR-rtl .comments-wrap .title {
  flex-flow: row-reverse; }

.AR-rtl .comments-wrap .comments-list .list-item .date {
  float: left; }

.AR-rtl .comments-wrap .comments-list .list-item .comment-footer {
  display: flex;
  justify-content: space-between; }

.tag-TH .free-tax {
  display: none; }

.tag-TH .detail-tab-item span {
  width: auto; }

.tag-TH .detail-tab-item .comment-item i {
  right: -30px; }

.wrapper {
  width: 100%;
  height: 100%;
  overflow: auto; }

.product-order {
  max-width: 640px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1050;
  color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in; }
  .product-order .order-detail {
    width: 100%;
    max-width: 640px;
    /* max-height: 80%; */
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 20%;
    will-change: transform;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translate3d(0, 300%, 0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
    padding: 0 16px 60px; }
    .product-order .order-detail .top {
      width: 100%;
      height: 48px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #C8C9CC;
      line-height: 20px;
      position: relative; }
      .product-order .order-detail .top .create-order,
      .product-order .order-detail .top .iconguanbi {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .product-order .order-detail .top .iconguanbi {
        font-size: 20px;
        right: 0; }
      .product-order .order-detail .top .title {
        width: 50%;
        font-size: 16px;
        color: #323222;
        margin: 0 auto;
        text-align: center;
        word-break: normal; }
      .product-order .order-detail .top .create-order {
        font-size: 12px;
        cursor: pointer;
        user-select: none;
        left: 0;
        width: 25%; }
    .product-order .order-detail .content-body {
      width: 100%;
      margin-top: 9px; }
      .product-order .order-detail .content-body .hint {
        font-size: 13px;
        padding-bottom: 8px; }
        .product-order .order-detail .content-body .hint > p {
          white-space: normal;
          line-height: 22px; }
          .product-order .order-detail .content-body .hint > p .hint-red {
            font-style: 12px;
            color: #ee0a24;
            margin: 5px; }
        .product-order .order-detail .content-body .hint .order-success {
          display: flex;
          align-items: center;
          margin-bottom: 8px; }
          .product-order .order-detail .content-body .hint .order-success .hint-success {
            margin: 0 10px; }
            .product-order .order-detail .content-body .hint .order-success .hint-success > span {
              display: block; }
        .product-order .order-detail .content-body .hint .iconxuanze1 {
          color: #00923f;
          font-size: 30px;
          margin: 0 5px; }
        .product-order .order-detail .content-body .hint .hint-success,
        .product-order .order-detail .content-body .hint .hint-happy {
          color: #00923f;
          font-size: 18px;
          font-weight: bold; }
      .product-order .order-detail .content-body h2 {
        font-size: 16px;
        margin: 8px 0;
        font-weight: bold; }
      .product-order .order-detail .content-body .scroll-zone {
        overflow-y: scroll; }
        .product-order .order-detail .content-body .scroll-zone::-webkit-scrollbar {
          display: none; }
        .product-order .order-detail .content-body .scroll-zone .order-info {
          line-height: 19px; }
          .product-order .order-detail .content-body .scroll-zone .order-info > p {
            font-size: 14px;
            margin-bottom: 8px;
            white-space: normal;
            display: flex; }
            .product-order .order-detail .content-body .scroll-zone .order-info > p .price {
              font-size: 16px;
              color: #00923f;
              font-weight: bold; }
        .product-order .order-detail .content-body .scroll-zone .order-list {
          width: 100%; }
          .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists {
            display: flex;
            margin-bottom: 8px; }
            .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .img-box {
              width: 60px;
              height: 60px;
              border-radius: 8px;
              overflow: hidden; }
              .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .img-box img {
                width: 60px;
                height: 60px; }
            .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .info {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              padding: 4px 0;
              line-height: 19px;
              margin: 0 8px;
              width: calc(100% - 80px); }
              .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .info .product-name {
                font-size: 14px;
                color: #333;
                border: none;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .product-order .order-detail .content-body .scroll-zone .order-list .list-box .lists .info .product-sku {
                font-size: 12px;
                color: rgba(0, 0, 0, 0.8);
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; }
    .product-order .order-detail .bottom {
      max-width: 640px;
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      z-index: 100;
      padding: 7px 16px;
      font-size: 14px; }
      .product-order .order-detail .bottom .go-home {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        min-width: 42px;
        max-width: 60px;
        margin-top: -1px;
        line-height: 1.1;
        font-weight: bold; }
        .product-order .order-detail .bottom .go-home .iconhome {
          font-size: 20px;
          color: #333;
          font-weight: bold; }
        .product-order .order-detail .bottom .go-home > span {
          max-height: 30px; }
        .product-order .order-detail .bottom .go-home:hover {
          color: #333; }
      .product-order .order-detail .bottom .send-email,
      .product-order .order-detail .bottom .service {
        border-radius: 22px;
        font-weight: bold;
        height: 44px;
        padding: 0 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        line-height: 20px;
        /* white-space; */ }
        .product-order .order-detail .bottom .send-email > span,
        .product-order .order-detail .bottom .service > span {
          max-height: 40px; }
      .product-order .order-detail .bottom .send-email {
        /* max-width: 120px; */
        border: 1px solid #333;
        margin: 0 15px; }
        .product-order .order-detail .bottom .send-email .iconyouxiang {
          font-size: 15px;
          color: #333;
          margin: 0 5px; }
        .product-order .order-detail .bottom .send-email:hover {
          color: #333; }
      .product-order .order-detail .bottom .service {
        /* max-width: 153px; */
        color: #fff;
        background-color: #00923f; }
        .product-order .order-detail .bottom .service .iconkefu6 {
          font-size: 20px;
          color: #fff;
          margin: 0 5px; }
          .product-order .order-detail .bottom .service .iconkefu6 :before {
            color: #fff; }
        .product-order .order-detail .bottom .service .text-hidden {
          color: #fff; }
    .product-order .order-detail .text-hidden {
      color: #333;
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .product-order .anim-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.giikin-on {
  opacity: 1;
  visibility: visible; }

#click-btn {
  position: relative; }

.AR-rtl .product-order .order-detail .top .create-order {
  left: auto;
  right: 0; }

.AR-rtl .product-order .order-detail .top .iconguanbi {
  right: auto;
  left: 0; }

@media screen and (max-width: 643px) {
  .send-email,
  .service {
    padding: 30px; } }

@media screen and (max-width: 375px) {
  .product-order .order-detail .content-body .order-info > p .price {
    font-size: 14px; }
  .product-order .order-detail .bottom {
    font-size: 12px; } }

@media screen and (max-width: 320px) {
  .product-order .order-detail .content-body .order-info > p {
    font-size: 12px; }
  .product-order .order-detail .content-body .hint .order-success .hint-success {
    font-size: 17px; } }

.disable-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }