li {
    list-style: none;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.l {
  float: left;
}
.r {
  float: right;
}
.flex_jz {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  overflow: auto;
}
.pointer {
  cursor: pointer;
}
#trp-floater-ls {
  display: none !important;
}
.change-language .change-language-cont .lang-more {
  clear: both;
}
.content_img img {
  font-size: 0;
  height: auto;
  max-width: 100%;
}
.side-product-items .side_product_item {
  min-height: 100px;
}
.mobile-head-items .trp-language-wrap a {
  display: inline-block;
  margin-right: 15px;
}
.mobile-head-items .trp-language-wrap a img {
  width: auto;
  margin-right: 5px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fl-rich-text img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.yiny {
  -moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
  -webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
  box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}

.img_cover {
  object-fit: cover !important;
}
.img_contain {
  object-fit: contain !important;
}
.con_proImg {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
}
.con_proImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.listH {
}
.listH li {
  z-index: 1;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}
.listH li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  z-index: 20;
  box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
  cursor: pointer !important;
}
.tList:after {
  content: "";
  display: table;
  clear: both;
}
.tList li {
  float: left;
}
.tList2 {
}
.tList2 li {
  width: 48%;
  margin-left: 4%; /* border:1px solid #CDCDCD; */
  margin-bottom: 4%;
}
.tList2 li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.tList3 {
}
.tList3 li {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}
.tList3 li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.tList3_miji li {
  width: 33.33%;
}
.tList4 {
}
.tList4 li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.tList4 li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.tList5 {
}
.tList5 li {
  width: 17%;
  margin-left: 3.75%;
  margin-bottom: 2%;
}
.tList5 li:nth-of-type(5n + 1) {
  margin-left: 0;
}
.tList6 {
}
.tList6 li {
  width: 16.666%;
}
.tList6 li:nth-of-type(6n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 550px) {
  .tList4 li {
    width: 49%;
    margin-left: 0;
  }
  .tList4 li:nth-of-type(2n + 1) {
    float: right;
  }
  .tList3 li {
    width: 100%;
    margin-left: 0;
  }
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.f-s12 {
  font-size: 12px;
}
.f-s13 {
  font-size: 3px;
}
.f-s14 {
  font-size: 14px;
}
.f-s15 {
  font-size: 15px;
}
.f-s16 {
  font-size: 16px;
}
.f-s17 {
  font-size: 17px;
}
.f-s18 {
  font-size: 18px;
}
.f-s19 {
  font-size: 19px;
}
.f-s20 {
  font-size: 20px;
}
.f-s21 {
  font-size: 21px;
}
.f-s22 {
  font-size: 22px;
}
.f-s23 {
  font-size: 23px;
}
.f-s24 {
  font-size: 24px;
}
.f-s25 {
  font-size: 25px;
}
.f-s26 {
  font-size: 26px;
}
.f-s27 {
  font-size: 27px;
}
.f-s28 {
  font-size: 28px;
}
.f-s29 {
  font-size: 29px;
}
.f-s30 {
  font-size: 30px;
}
.f-s31 {
  font-size: 31px;
}
.f-s32 {
  font-size: 32px;
}
.f-s33 {
  font-size: 33px;
}
.f-s34 {
  font-size: 34px;
}
.f-s35 {
  font-size: 35px;
}
.f-s36 {
  font-size: 36px;
}
.f-s37 {
  font-size: 37px;
}
.f-s38 {
  font-size: 38px;
}
.f-s39 {
  font-size: 39px;
}
.f-s40 {
  font-size: 40px;
}
.w5 {
  width: 50%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.m-auto {
  margin: 0 auto;
  display: block;
}
.m-t5 {
  margin-top: 5px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t25 {
  margin-top: 25px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t35 {
  margin-top: 35px;
}
.m-t40 {
  margin-top: 40px;
}
.m-t45 {
  margin-top: 45px;
}
.m-t50 {
  margin-top: 50px;
}
.m-t55 {
  margin-top: 55px;
}
.m-t60 {
  margin-top: 60px;
}
.m-t65 {
  margin-top: 65px;
}
.m-t70 {
  margin-top: 70px;
}
.m-t75 {
  margin-top: 65px;
}
.m-t80 {
  margin-top: 80px;
}
.m-t85 {
  margin-top: 85px;
}
.m-t90 {
  margin-top: 90px;
}
.m-t95 {
  margin-top: 95px;
}
.m-t100 {
  margin-top: 100px;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b25 {
  margin-bottom: 25px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b35 {
  margin-bottom: 35px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-b45 {
  margin-bottom: 45px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-b55 {
  margin-bottom: 55px;
}
.m-b60 {
  margin-bottom: 60px;
}
.m-b65 {
  margin-bottom: 65px;
}
.m-b70 {
  margin-bottom: 70px;
}
.m-b75 {
  margin-bottom: 65px;
}
.m-b80 {
  margin-bottom: 80px;
}
.m-b85 {
  margin-bottom: 85px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-b95 {
  margin-bottom: 95px;
}
.m-b100 {
  margin-bottom: 100px;
}
.pd5 {
  padding: 5px;
}
.p-t5 {
  padding-top: 5px;
}
.p-t10 {
  padding-top: 10px;
}
.p-t15 {
  padding-top: 15px;
}
.p-t20 {
  padding-top: 20px;
}
.p-t25 {
  padding-top: 25px;
}
.p-t30 {
  padding-top: 30px;
}
.p-t35 {
  padding-top: 35px;
}
.p-t40 {
  padding-top: 40px;
}
.p-t45 {
  padding-top: 45px;
}
.p-t50 {
  padding-top: 50px;
}
.p-t55 {
  padding-top: 55px;
}
.p-t60 {
  padding-top: 60px;
}
.p-t65 {
  padding-top: 65px;
}
.p-t70 {
  padding-top: 70px;
}
.p-t75 {
  padding-top: 65px;
}
.p-t80 {
  padding-top: 70px;
}
.p-t85 {
  padding-top: 85px;
}
.p-t90 {
  padding-top: 90px;
}
.p-t95 {
  padding-top: 95px;
}
.p-t100 {
  padding-top: 100px;
}
.p-b5 {
  padding-bottom: 5px;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-b25 {
  padding-bottom: 25px;
}
.p-b30 {
  padding-bottom: 30px;
}
.p-b35 {
  padding-bottom: 35px;
}
.p-b40 {
  padding-bottom: 40px;
}
.p-b45 {
  padding-bottom: 45px;
}
.p-b50 {
  padding-bottom: 50px;
}
.p-b55 {
  padding-bottom: 55px;
}
.p-b60 {
  padding-bottom: 60px;
}
.p-b65 {
  padding-bottom: 65px;
}
.p-b70 {
  padding-bottom: 70px;
}
.p-b75 {
  padding-bottom: 75px;
}
.p-b80 {
  padding-bottom: 80px;
}
.p-b85 {
  padding-bottom: 85px;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-b95 {
  padding-bottom: 95px;
}
.p-b100 {
  padding-bottom: 100px;
}
.p-b30_bai {
  padding-bottom: 30%;
}
.p-b40_bai {
  padding-bottom: 40%;
}
.p-b50_bai {
  padding-bottom: 50%;
}
.p-b60_bai {
  padding-bottom: 60%;
}
.p-b70_bai {
  padding-bottom: 70%;
}
.p-b80_bai {
  padding-bottom: 80%;
}
.p-b150_bai {
  padding-bottom: 150%;
}
.border1 {
  border: 1px solid;
}
.border-radius5 {
  border-radius: 5px;
}
.mce-content-body table {
  border-collapse: collapse;
}
.mce-content-body table th,
.mce-content-body table td {
  padding: 5px 15px;
  height: 30px;
  border: 1px solid rgb(204, 204, 204);
}
/*问答*/
.accordion-toggle {
  cursor: pointer;
  font-size: 1.3em;
  border-top: 1px solid #ececec;
  padding: 18px;
  margin-bottom: 0;
}

.accordion-content {
  display: none;
  border-top: 1px solid #ececec;
  padding: 28px 18px;
}

.accordion-content p {
  margin-bottom: 10px;
}

.accordion-content p a {
  position: relative;
  margin-left: 15px;
}

.accordion-content p a:before {
  content: "";
  background: #814c92;
  border-radius: 2.5px;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  top: 9px;
}

.accordion-content p:first-child strong {
  margin-top: 0;
}

.accordion-content p strong {
  font-size: 1.3em;
  margin: 30px 0 18px 0;
  display: block;
}

.accordion-content.default {
  display: block;
}

.accordion-toggle.active i {
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: none;
  transform-origin: none;
}

.accordion-toggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.bg-trustpilot {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.panel-body ul {
  padding: 0 10px !important;
}
.panel-body ol {
  padding: 0 10px !important;
}

.pics {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pics img {
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5S;
}

li:hover .pics img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_tt_one {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 3px;
}

.pro_tt_one .h3 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 0;
    line-height: 25px;
}

.pro_tt_one .bt {
    position: relative;
    width: 175px;
    background: #8c8c8c;
    height: 1px;
    margin-top: 5px;
}

.pro_tt_one .bt::before {
    content: '';
    position: absolute;
    width: 47px;
    background: #c10538;
    height: 3px;
    top: -1px;
}

.pics_three {
	max-width:1000px;
	margin:0 auto;
	margin-top: 15px;
}
.pics_three:after{
	content:'';
	clear:both;
	display:table
}
.pics_three li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.pics_three li:nth-of-type(3n) {
    margin-right: 0
}

.pics_three li .pics {
    padding-bottom: 63%;
}

.pics_three_radiu li .pics {
    padding-bottom: 83%;
    border-radius: 15px;
}
.pro_list_ro{
    margin-bottom: 20px;
}
.pro_list_ro li{position:relative;font-size: 16px;padding-left: 15px;margin-bottom: 10px;color: #666666;}
.pro_list_ro li em{color: #333333;font-weight: bold;}
.pro_list_ro li:before{
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	border-radius:5px;
	background:#c10538;
	left: 0;
	top: 10px;
}
@media screen and (max-width: 768px) {
    .pics_three li {
        width:100%;
        margin-right: 0
    }
}
.product_list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.product_list li{margin-bottom: 16px;position: relative;width: 24%;padding-bottom: 24%;}
.product_list li img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;}
@media screen and (max-width: 640px) {
.product_list li{width: 49%;padding-bottom: 49%;}

}