::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track{
  background-color: #f4f4f4;
}
::-webkit-scrollbar-thumb{
  background-color: #f4af18;
  border-radius: 10px;
}
body {
  color: #333333;
  /* font-family: PINGFANG-REGULAR; */
  background: #fff;
  overflow-x: hidden;
  max-width: 100vw;
}
/* @font-face {
  font-family: PINGFANG-REGULAR;
  src: url(../fonts/PINGFANG-REGULAR.TTF);
} */
@font-face {
  /* font-family: PINGFANG-BOLD; */
  /* src: url(../fonts/PINGFANG-BOLD.TTF); */
}
/* @font-face {
  font-family: PINGFANG-MEDIUM;
  src: url(../fonts/PINGFANG-MEDIUM.TTF);
} */
/* @font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot#iefix") format("embedded-opentype"),
       url("../fonts/iconfont.woff") format("woff"),
       url("../fonts/iconfont.ttf") format("truetype"),
       url("../fonts/iconfont.svg#iconfont") format("svg");
} */
/* 
@font-face {
  font-family: PINGFANG-REGULAR;
  src: url(https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/PINGFANG-REGULAR.TTF);
}
@font-face {
  font-family: PINGFANG-BOLD;
  src: url(https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/PINGFANG-BOLD.TTF);
}
@font-face {
  font-family: PINGFANG-MEDIUM;
  src: url(https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/PINGFANG-MEDIUM.TTF);
}
@font-face {
  font-family: "iconfont";
  src: url("https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/iconfont.eot");
  src: url("https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/iconfont.eot#iefix") format("embedded-opentype"),
       url("https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/iconfont.woff") format("woff"),
       url("https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/iconfont.ttf") format("truetype"),
       url("https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/iconfont.svg#iconfont") format("svg");
}
*/
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color-f4af18 {
  color: #f4af18;
}
.color-ff6200 {
  color: #ff6200;
}
.iconSize1 {
  font-size: 0.24rem;
}
.padding2 {
  padding: 0 0.02rem;
}
html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #ffa900;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
  transition: all 0.3s;
}
select {
  -webkit-appearance: none;
  font-family: PINGFANG-MEDIUM;
}
.select {
  position: relative;
}
.select select {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  padding-right: 0.4rem;
  background: none;
}
.select:after {
  content: " ";
  display: inline-block;
  height: 0.12rem;
  width: 0.12rem;
  border-width: 0 1px 1px 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  right: 0.2rem;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 15.53rem;
  margin: 0 auto;
  max-width: 95%;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(3px);
  height: 243px;
}
.pics img {
  width: 100%;
  transform: perspective(3px);
}
.pic,.pics {
  overflow: hidden;
  position: relative;
}
.pic:hover img, .pics:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  font-family: PINGFANG-BOLD;
  font-size: 0.15rem;
  z-index: 9999;
  box-shadow: 0 1px 2px 0 rgba(209, 213, 219, 0.8);
}
.header .top {
  align-items: flex-end;
  padding: 0.16rem 0;
}
.header .logo img {
  width: 3.13rem;
}
.header .side,
.header .side .btns,
.header .side .share {
  display: flex;
  align-items: center;
}
.header .side .drop {
  position: relative;
  z-index: 99;
}
.header .side .drop:hover ul {
  display: block;
}
.header .side .drop ul {
  position: absolute;
  width: 100%;
  /* left: 0; */
  top: 100%;
  display: none;
  background: #fff;
  line-height: 0.32rem;
  padding: 0.07rem 0;
  text-align: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .side .drop span {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
}
.header .side .drop span:after {
  content: " ";
  display: inline-block;
  height: 0.08rem;
  margin-left: 0.1rem;
  width: 0.08rem;
  border-width: 0 1px 1px 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.header .side .drop span i {
  color: #999;
  margin-right: 0.05rem;
}
.header .side .share {
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
.header .side .share a {
  position: relative;
  padding: 0 10px;
  color: #c9c9c9;
}
.header .side .share a i {
  font-size: 0.24rem;
}
.header .side .share a:hover i {
  color: #f4af18;
}
.header .side .btns {
  border-left: 1px solid #ccc;
}
.header .side .btns a {
  /* width: 0.65rem; */
  height: 0.3rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 15px;
  display: flex;
  color: #f4af18;
  font-size: 0.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4af18;
  margin-left: 0.18rem;
  padding: 5px 10px;
}
.header .side .btns a:hover {
  color: #fff;
  background: #f4af18;
}
.header .car {
  position: relative;
}
.header .car i {
  color: #f4af18;
  font-size: 0.24rem;
}
.header .car span {
  width: 0.21rem;
  height: 0.21rem;
  font-size: 0.14rem;
  background: #e60012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -0.1rem;
  right: -0.12rem;
}
.header .nav {
  background: #f8f8f8;
}
.header .nav ul {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}
.header .nav ul > li {
  position: relative;
}
.header .nav ul > li > a {
  display: flex;
  align-items: center;
  height: 0.58rem;
  z-index: 10;
  padding: 0 0.3rem;
  justify-content: center;
  position: relative;
}
.header .nav ul > li:hover > a,
.header .nav ul > li.on > a {
  color: #f4af18;
  background: #fff;
}
.header .nav ul ol {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  padding: 0.06rem 0;
  font-size: 0.15rem;
  line-height: 0.32rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
}
.header .nav ul > li:hover ol {
  display: block;
}
/**/

/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  left: 0;
  background: #fff;
  z-index: -1;
  font-size: 0.15rem;
  padding-top: 0.63rem;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;

  border-top: 1px solid #eee;
}
.ws-wap-menu ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  width: 50%;
  padding-left: 20px;
}
.ws-wap-menu ul li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 20px;
  right: 20px;
}
.ws-wap-menu ul li i.on {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu ul .dropdown {
  padding: 0 15px;
  font-size: 14px;
  display: none;
}
.ws-wap-menu ul .dropdown li {
  border-top: 1px solid #eee;
  position: relative;
}

.ws-wap-menu .btns {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.ws-wap-menu .btns a {
  margin: 0 10px;
  line-height: 24px;
  border-radius: 9999px;
  padding: 2px 12px;
  border: 1px solid #ddd;
}
.ws-wap-menu .share {
  display: flex;
  justify-content: center;
  padding: 0.2rem 0;
}
.ws-wap-menu .share a {
  position: relative;
}
.ws-wap-menu .share a span {
  width: 0.16rem;
  height: 0.16rem;
  font-size: 0.12rem;
  background: #e60012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -0.05rem;
  right: -0.02rem;
}
.ws-wap-menu .share img {
  margin: 0 0.1rem;
  height: 0.18rem;
}
/**/

.footer {
  color: #fff;
  background: url(https://taojiyuntw-1251501713.cos.ap-guangzhou.myqcloud.com/5abf1e2f-086d-41c0-9ba5-e524e004dd06.jpg) center no-repeat;
  background-size: cover;
  font-size: 0.15rem;
}

.footer .bd {
  line-height: 0.36rem;
  padding: 0.4rem 0;
}
.footer .bd .in {
  display: flex;
}
.footer .bd ol {
  font-family: PINGFANG-BOLD;
}
.footer .bd ol li {
  display: flex;
  align-items: center;
}
.footer .bd ol li i {
  margin-right: 0.1rem;
  font-size: 0.24rem;
}
.footer .bd li a {
  color: #999;
}
.footer .bd li a:hover {
  color: #f4af18;
}
.footer .bd h4 {
  font-size: 0.16rem;
  position: relative;
  font-family: PINGFANG-MEDIUM;
  padding-bottom: 0.05rem;
}
.footer .share {
  display: flex;
  align-items: center;
  color: #666;
}
.footer .share a {
  margin-left: 0.1rem;
}
.footer .share a i {
  overflow: hidden;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.3rem;
}
.footer .share a:hover i {
  color: #f4af18;
}
.footer .bd .code {
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  font-family: PINGFANG-BOLD;
  margin-top: 0.2rem;
}
.footer .bd .code img {
  width: 0.9rem;
  margin-bottom: 0.08rem;
}
.footer .bd .code img + img {
  margin-left: 0.2rem;
}
.footer .ft {
  height: 0.46rem;
  display: flex;
  color: #666;
  font-family: PINGFANG-MEDIUM;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #535353;
}
.footer .ft a {
  color: #666;
}
.rightside {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.68rem;
  text-align: center;
  font-size: 12px;
}
.rightside ul,
.rightside .totop {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}
.rightside ul li {
  padding: 0.1rem 0;
  position: relative;
}
.rightside ul li a i,
.rightside .totop i {
  color: #f4af18;
  font-size: 0.26rem;
}
.rightside ul li + li {
  border-top: 1px solid #eee;
}
.rightside .totop {
  cursor: pointer;
  padding: 0.1rem 0;
  display: none;
  margin-top: 0.1rem;
}
.rightside ul li .code {
  position: absolute;
  top: 0;
  display: none;
  margin-right: 0.1rem;
  right: 100%;
  width: 1.09rem;
  background: #ffffff;
  border-radius: 0.06rem;
  padding: 0.05rem;
  border: 1px solid #e5e5e5;
}
.rightside ul li .code p {
  margin-top: 0.03rem;
}
.rightside ul li:hover .code {
  display: block;
}

.TextBeyondHiding{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.TextBeyondHiding2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.height80{
  height: 80px;
}
.border-left-1{
  border-left: 1px solid #ccc;
}
.border-bottom-1{
  border-bottom: 1px solid #ccc;
}
.drop span{
  cursor: pointer;
}
.user span{
  padding-right: 0.1rem !important;
}
.cart span{
  padding-left: 0.1rem !important;
}
.user ul {
  right: 0;
  min-width: 260px !important;
  padding: 5px 10px !important;
  border-radius: 10px;
}
.user ul li {
  width: 100%;
  text-align: left;
  padding: 5px 10px !important;
  font-size: 14px;
}
.user ul li img {
  width: 28px;
  margin-right: 10px;
}
.user ul li.libtn{
  display: inline-flex;
  border-top: 1px solid #ccc;
}
.user ul li.libtn a {
  width: 100%;
  display: block;
  text-align: center;
}
.user ul li.libtn a:first-child {
  border-right: 1px solid #ccc;
}
.user ul li.info {
  padding: 0px 10px !important;
}
.cart ul {
  right: 0;
  min-width: 500px !important;
  padding: 5px 10px !important;
  border-radius: 10px;
}
.cart ul li {
  width: 100%;
  text-align: left;
  padding: 5px 0px !important;
  font-size: 14px;
}
.cart ul li.libtn {
  display: inline-flex;
  border-bottom: 1px solid #ccc;
}
.cart ul li.libtn a {
  width: 50%;
  display: block;
  text-align: center;
}
.cart ul li.libtn a.on {
  color: #f4af18;
}

.cart ul li.OrderList{
  display: none;
}
.cart ul li.CartList,
.cart ul li.OrderList {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: auto;
  margin: 5px 0;
}
.cart ul li.CartList .empty,
.cart ul li.OrderList .empty{
  text-align: center;
  line-height: 36px;
  color: #999;
  border-bottom: 0 !important;
}
.cart ul li.CartList .empty i,
.cart ul li.OrderList .empty i{
  font-size: 36px;
  width: 100%;
  display: block;
  color: #999;
}
.cart ul li.CartList .item,
.cart ul li.OrderList .item {
  width: 100%;
  max-width: 100%;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
}
.cart ul li.CartList .item:last-of-type,
.cart ul li.OrderList .item:last-child {
  border-bottom: 0;
}
.cart ul li.CartList .item .top,
.cart ul li.OrderList .item .top {
  position: relative;
  width: 100%;
  display: inline-flex;
  padding: 0;
  align-items: center;
  line-height: 26px;
}
.cart ul li.CartList .item .top .platform,
.cart ul li.OrderList .item .top .platform {
  display: inline-flex;
  align-items: center;
  line-height: 26px;
}
.cart ul li.CartList .item .top .platform input {
  margin-right: 5px;
}
.cart ul li.CartList .item .top .state,
.cart ul li.OrderList .item .top .state,
.cart ul li.CartList .item .bottom .time,
.cart ul li.OrderList .item .bottom .time {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 26px;
}
.cart ul li.CartList .item .bottom .time,
.cart ul li.OrderList .item .bottom .time {
  line-height: 2;
}
.cart ul li.CartList .item .top .icon,
.cart ul li.OrderList .item .top .icon{
  font-size: 26px;
  margin-right: 5px;
}
.cart ul li.CartList .item .top i {
  font-size: 20px;
  cursor: pointer;
}
.cart ul li.CartList .item .detailed,
.cart ul li.OrderList .item .detailed,
.cart ul li.CartList .item .bottom,
.cart ul li.OrderList .item .bottom,
.cart ul li.CartList .btn,
.cart ul li.OrderList .item .btn {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.cart ul li.OrderList .item .btn {
  justify-content: right;
}
.cart ul li.CartList .btn {
  justify-content: center;
  padding-top: 10px;
}
.cart ul li.CartList .item .detailed .img,
.cart ul li.OrderList .item .detailed .img {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.cart ul li.CartList .item .detailed .img img,
.cart ul li.OrderList .item .detailed .img img{
  position: absolute;
  width: 100%;
}
.cart ul li.CartList .item .detailed .content,
.cart ul li.OrderList .item .detailed .content {
  width: 375px;
  display: block;
  padding-left: 10px;
}
.cart ul li.CartList .item .detailed .content .tit,
.cart ul li.CartList .item .detailed .content .size,
.cart ul li.OrderList .item .detailed .content .tit,
.cart ul li.OrderList .item .detailed .content .size{
  line-height: 2;
}
.cart ul li.CartList .item .detailed .content .size
.cart ul li.OrderList .item .detailed .content .size{
  color: #999;
}
.cart ul li.CartList .item .bottom .price b,
.cart ul li.OrderList .item .bottom .price b {
  color: #ff6200;
}
.cart ul li.CartList .item .bottom .time,
.cart ul li.OrderList .item .bottom .time {
  color: #999;
}
.cart ul li.CartList .btn button,
.cart ul li.CartList .btn a,
.cart ul li.OrderList .item .btn button,
.cart ul li.OrderList .item .btn a {
  font-size: 14px;
  display: block;
  border: 1px solid #f4af18;
  border-radius: 15px;
  color: #f4af18;
  background-color: #FFF;
  padding: 5px 10px;
  margin: 0px 5px;
  line-height: 1;
  cursor: pointer;
}
.cart ul li.CartList .btn button:hover,
.cart ul li.CartList .btn a:hover,
.cart ul li.OrderList .item .btn button:hover,
.cart ul li.OrderList .item .btn a:hover {
  color: #FFF;
  background-color: #f4af18;
}
.spinnerExample::-webkit-inner-spin-button,
.spinnerExample::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinnerExample {
  -moz-appearance: textfield;
}
.tjywidth {
  width: 75%;
}
.ClientShoppingCart{
  display: none;
}