* {
  margin: 0;
  padding: 0;
}
body {
  font-family: OPPOSans;
}
.warpheader .shop-right {
  display: none;
}
.shop-page-container .warpheader .not-shop {
  display: none;
}
.shop-page-container .warpheader .shop-right {
  display: flex;
  justify-content: space-between;
  padding-left: 5.6%;
}
.shop-page-container .warpheader .shop-right .left-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  margin-right: 62px;
  position: relative;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item:last-child {
  margin-right: 0;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item.current::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #cbf2ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-page-container .warpheader .shop-right .right-status {
  display: flex;
  align-items: center;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn {
  display: flex;
  align-items: center;
  margin-right: 28px;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn img {
  display: block;
  width: 16px;
  margin-right: 9px;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn span {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
}
.shop-page-container .warpheader .shop-right .right-status .searchbtn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.shop-page-container .warpheader .shop-right .right-status .searchbtn img {
  width: 100%;
  height: 100%;
}
.w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.w1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.w1120 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.place-block {
  height: 3rem;
}
.btline {
  position: relative;
  z-index: 1;
}
.btline::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 1px;
  background-color: #4095b3;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.ft48title {
  font-size: 48px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
.ft48title .btline {
  line-height: 48px;
  display: inline-block;
}
.ft48title .btline::before {
  bottom: -3px;
}
.look-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 27px;
  width: 150px;
  height: 48px;
  background: #ffffff;
  border-radius: 10px 0px 10px 0px;
  transition: all 0.8s ease;
  cursor: pointer;
}
.look-btn .text {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #3d9bb4;
  line-height: 1;
  transition: all 0.8s ease;
}
.look-btn .icon {
  width: 12px;
  transition: all 0.8s ease;
  height: 12px;
  fill: #4095b3;
}
.look-btn:hover {
  background: #4095b3;
}
.look-btn:hover .text {
  color: #fff;
}
.look-btn:hover .icon {
  fill: #fff;
}
.btn-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
  width: 126px;
  height: 35px;
  background: #ffffff;
  border-radius: 35px;
  transition: all 0.8s ease;
  border: 1px solid rgba(51, 51, 51, 0.25);
  cursor: pointer;
}
.btn-2 span {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333;
  line-height: 1;
  transition: all 0.8s ease;
}
.btn-2 .icon {
  width: 10px;
  transition: all 0.8s ease;
  height: 12px;
  fill: #333;
}
.btn-2:hover {
  background: #4095b3;
  border-color: #4095b3;
}
.btn-2:hover span {
  color: #fff;
}
.btn-2:hover .icon {
  fill: #fff;
}
.top-step {
  display: flex;
  justify-content: center;
}
.top-step .item {
  margin-right: 158px;
  position: relative;
  width: 70px;
}
.top-step .item .icon {
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: relative;
  margin: 0 auto 17px;
}
.top-step .item .icon img {
  width: 100%;
  height: 100%;
}
.top-step .item .text {
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.top-step .item:last-child {
  margin-right: 0;
}
.top-step .item::before,
.top-step .item::after {
  content: '';
  display: block;
  width: 114px;
  height: 3px;
  background: #4197b4;
  position: absolute;
  top: 20px;
  z-index: -1;
}
.top-step .item::after {
  left: 50%;
}
.top-step .item::before {
  right: 50%;
}
.top-step .item:first-child::before {
  display: none;
}
.top-step .item:last-child::after {
  display: none;
}
.confrm-step .item:last-child::before {
  display: none;
}
.sleep-a .banner-box {
  width: 100%;
  height: 700px;
  background-image: url(../../web/img/shop/keep_sleep_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.sleep-a .banner-box .content-box {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 275px;
}
.sleep-a .banner-box .content-box .title {
  width: 958px;
  margin: 0 auto 45px;
  font-size: 48px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 60px;
  text-align: center;
}
.sleep-a .banner-box .content-box .title span {
  text-decoration: underline;
  text-decoration-color: #4095b3;
}
.sleep-a .banner-box .content-box .search-box {
  width: 800px;
  height: 56px;
  position: relative;
  margin: 0 auto 35px;
}
.sleep-a .banner-box .content-box .search-box input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333;
  padding: 0 60px 0 34px;
}
.sleep-a .banner-box .content-box .search-box .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 31px;
  top: 50%;
  padding: 4px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sleep-a .banner-box .content-box .hot-box {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sleep-a .banner-box .content-box .hot-box .wrapper {
  display: flex;
}
.sleep-a .banner-box .content-box .hot-box .wrapper .hot-txt {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 35px;
}
.sleep-a .banner-box .content-box .hot-box .wrapper .hot-ul {
  max-width: 727px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 23px;
}
.sleep-a .banner-box .content-box .hot-box .wrapper .hot-ul .item {
  height: 35px;
  line-height: 33px;
  border-radius: 35px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #f5f5f5;
  padding: 0 17px;
  margin-right: 20px;
  cursor: pointer;
}
.sleep-a .banner-box .content-box .hot-box .wrapper .hot-ul .item.act {
  background: #4197b4;
  border: 1px solid #4197b4;
}
.sleep-b {
  padding: 1.7rem 0 3.4rem;
}
.sleep-b .leftbox {
  width: 252px;
  margin-right: 96px;
}
.sleep-b .leftbox .tit2 {
  margin-bottom: 0.2rem;
}
.sleep-b .rightbox {
  width: calc(100% - 348px);
  position: relative;
}
.sleep-b .rightbox .btn {
  position: absolute;
  right: -73px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sleep-b .rightbox .swiper-slide {
  height: 260px;
  border: 1px solid #dbeaef;
  border-radius: 20px 0px 20px 0px;
  background: #fff;
  transition: all 0.8s ease;
  padding: 35px 35px 43px;
}
.sleep-b .rightbox .swiper-slide .icon-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.sleep-b .rightbox .swiper-slide .icon-top .icon {
  width: 68px;
  height: 68px;
  position: relative;
}
.sleep-b .rightbox .swiper-slide .icon-top .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
}
.sleep-b .rightbox .swiper-slide .icon-top .icon .nor {
  opacity: 1;
}
.sleep-b .rightbox .swiper-slide .icon-top .icon .act {
  opacity: 0;
}
.sleep-b .rightbox .swiper-slide .title {
  font-size: 22px;
  line-height: 1;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  transition: all ease 0.8s;
}
.sleep-b .rightbox .swiper-slide .en {
  color: rgba(51, 51, 51, 0.25);
  font-size: 18px;
  line-height: 24px;
  font-family: OPPOSans;
  transition: all 0.8s ease;
  font-weight: bold;
}
.sleep-b .rightbox .swiper-slide:hover,
.sleep-b .rightbox .slide-act {
  background: #4197b4;
}
.sleep-b .rightbox .swiper-slide:hover .icon-top .icon .nor,
.sleep-b .rightbox .slide-act .icon-top .icon .nor {
  opacity: 0;
}
.sleep-b .rightbox .swiper-slide:hover .icon-top .icon .act,
.sleep-b .rightbox .slide-act .icon-top .icon .act {
  opacity: 1;
}
.sleep-b .rightbox .swiper-slide:hover .title,
.sleep-b .rightbox .slide-act .title {
  color: #fff;
}
.sleep-b .rightbox .swiper-slide:hover .en,
.sleep-b .rightbox .slide-act .en {
  color: rgba(255, 255, 255, 0.25);
}
.sleep-c {
  padding-top: 80px;
  background-image: url(../../web/img/shop/bg_color.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.sleep-c .block-title {
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  margin-bottom: 33px;
}
.sleep-c .block-title span {
  position: relative;
  z-index: 1;
}
.sleep-c .block-title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: #4095b3;
  border-radius: 1px;
  z-index: -1;
}
.sleep-c .content-box {
  display: flex;
  justify-content: space-between;
}
.sleep-c .content-box .leftbox {
  width: 45%;
  height: 520px;
  background-image: url(../img/shop/keep_sleep_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px 0 40px 0;
}
.sleep-c .content-box .leftbox .indiv {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 0 64px 0 48px;
  z-index: 10;
}
.sleep-c .content-box .leftbox .indiv .time {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}
.sleep-c .content-box .leftbox .indiv .title {
  font-size: 42px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 55px;
  margin-bottom: 17px;
}
.sleep-c .content-box .leftbox .indiv .title span {
  line-height: 1;
  font-size: 42px;
}
.sleep-c .content-box .leftbox .indiv .text {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.sleep-c .content-box .rightbox {
  height: 520px;
  width: 52.5%;
  display: flex;
  justify-content: space-between;
}
.sleep-c .content-box .rightbox .card-box {
  width: 48.81%;
  background: #ffffff;
  border-radius: 40px 0px 40px 0px;
  padding: 63px 40px 47px 45px;
}
.sleep-c .content-box .rightbox .card-box .top {
  display: flex;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 36px;
}
.sleep-c .content-box .rightbox .card-box .top .time {
  line-height: 1;
  margin-right: 20px;
  color: #333333;
}
.sleep-c .content-box .rightbox .card-box .top .tag-box {
  display: flex;
}
.sleep-c .content-box .rightbox .card-box .top .tag-box .tag {
  line-height: 1;
  color: #4197b4;
  position: relative;
  margin-right: 32px;
}
.sleep-c .content-box .rightbox .card-box .top .tag-box .tag::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -15px;
  background: #4095b3;
}
.sleep-c .content-box .rightbox .card-box .top .tag-box .tag:last-child {
  margin-right: 0;
}
.sleep-c .content-box .rightbox .card-box .top .tag-box .tag:last-child::before {
  display: none;
}
.sleep-c .content-box .rightbox .card-box .title {
  font-size: 28px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  margin-bottom: 32px;
}
.sleep-c .content-box .rightbox .card-box .text {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  margin-bottom: 57px;
}
.sleep-c .content-box .rightbox .card-box .from {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.sleep-c .content-box .rightbox .card-box .look-btn-a {
  display: flex;
  justify-content: flex-end;
}
.sleep-c .content-box .rightbox .card-box .look-btn-a .btn {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  transition: all 0.8s ease;
  cursor: pointer;
}
.sleep-c .content-box .rightbox .card-box .look-btn-a .btn:hover {
  color: #4197b4;
}
.sleep-c .top-tag-box {
  height: 110px;
  padding-top: 40px;
  display: flex;
}
.sleep-c .top-tag-box .item {
  border: 1px solid rgba(158, 156, 158, 0.25);
  border-radius: 20px 0px 20px 0px;
  min-width: 156px;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-right: 12px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  transition: all 0.8s ease;
  cursor: pointer;
}
.sleep-c .top-tag-box .item .del {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.8s ease;
}
.sleep-c .top-tag-box .item .del::before,
.sleep-c .top-tag-box .item .del::after {
  content: '';
  display: block;
  background: #4095b3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sleep-c .top-tag-box .item .del::before {
  width: 1px;
  height: 9px;
}
.sleep-c .top-tag-box .item .del::after {
  width: 9px;
  height: 1px;
}
.sleep-c .top-tag-box .item:last-child {
  margin-right: 0;
}
.sleep-c .top-tag-box .item:hover {
  background: #4095b3;
  color: #fff;
  border: 1px solid #4095b3;
}
.sleep-c .top-tag-box .item:hover .del {
  background: #fff;
}
.sleep-c .bottom-box {
  padding: 0 23px 120px 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sleep-c .bottom-box .leftbox {
  width: calc(100% - 428px);
  padding-top: 5px;
}
.sleep-c .bottom-box .leftbox .item {
  padding: 40px 0 30px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid rgba(158, 156, 158, 0.2);
}
.sleep-c .bottom-box .leftbox .item .img {
  width: 164px;
  height: 164px;
  overflow: hidden;
}
.sleep-c .bottom-box .leftbox .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.sleep-c .bottom-box .leftbox .item .content {
  width: calc(100% - 204px);
}
.sleep-c .bottom-box .leftbox .item .content .title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 17px;
}
.sleep-c .bottom-box .leftbox .item .content .text {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 32px;
}
.sleep-c .bottom-box .leftbox .item .content .from-box {
  display: flex;
  margin-bottom: 32px;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time {
  display: flex;
  margin-right: 35px;
  align-items: center;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time .icon img {
  display: block;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time .te {
  font-size: 14px;
  line-height: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
      word-break: break-all;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time:last-child {
  margin-right: 0;
}
.sleep-c .bottom-box .leftbox .item .content .from-box .time:nth-child(1) .te {
  white-space: nowrap;
}
.sleep-c .bottom-box .leftbox .item .content .tag-box {
  display: flex;
  flex-wrap: wrap;
}
.sleep-c .bottom-box .leftbox .item .content .tag-box .tag {
  margin-bottom: 10px;
  padding: 0 18px;
  margin-right: 10px;
  height: 28px;
  line-height: 26px;
  border: 1px solid rgba(158, 156, 158, 0.2);
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  background: #eff7f9;
}
.sleep-c .bottom-box .leftbox .item:hover .img img {
  transform: scale(1.2);
}
.sleep-c .bottom-box .rightbox {
  width: 388px;
  padding-top: 45px;
}
.sleep-c .bottom-box .rightbox .block-title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 17px;
}
.sleep-c .bottom-box .rightbox .block-title span {
  line-height: 1;
}
.sleep-c .bottom-box .rightbox .block-se {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
}
.sleep-c .bottom-box .rightbox .block-se .item {
  width: 50%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  position: relative;
  cursor: pointer;
  transition: all 0.8s ease;
  padding: 0 10px;
}
.sleep-c .bottom-box .rightbox .block-se .item span {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  transition: all 0.8s ease;
  line-height: 1;
  text-align: center;
}
.sleep-c .bottom-box .rightbox .block-se .item .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.sleep-c .bottom-box .rightbox .block-se .item .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s ease;
}
.sleep-c .bottom-box .rightbox .block-se .item .icon .nor {
  opacity: 1;
}
.sleep-c .bottom-box .rightbox .block-se .item .icon .act {
  opacity: 0;
}
.sleep-c .bottom-box .rightbox .block-se .item::before {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  height: 100%;
  width: 2px;
  background: #fff;
}
.sleep-c .bottom-box .rightbox .block-se .item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #fff;
}
.sleep-c .bottom-box .rightbox .block-se .item:hover {
  background-image: url(../../web/img/shop/hot_tg_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sleep-c .bottom-box .rightbox .block-se .item:hover span {
  color: #fff;
}
.sleep-c .bottom-box .rightbox .block-se .item:hover .icon .nor {
  opacity: 0;
}
.sleep-c .bottom-box .rightbox .block-se .item:hover .icon .act {
  opacity: 1;
}
.sleep-c .bottom-box .rightbox .block-se .tag-item {
  display: none;
}
.sleep-c .bottom-box .rightbox .block-se .act-tag {
  display: flex;
}
.sleep-c .bottom-box .rightbox .block-se .act.item {
  background-image: url(../../web/img/shop/hot_tg_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sleep-c .bottom-box .rightbox .block-se .act.item span {
  color: #fff;
}
.sleep-c .bottom-box .rightbox .tag-box {
  display: flex;
  padding: 8px 28px;
  flex-wrap: wrap;
  border: 1px solid #dbeaef;
  border-radius: 20px 0px 20px 0px;
  justify-content: space-between;
}
.sleep-c .bottom-box .rightbox .tag-box .tag {
  display: none;
  align-items: center;
  width: 155px;
  height: 70px;
  border-bottom: 1px solid #d3e7ee;
  transition: all 0.8s ease;
  cursor:pointer;
}
.sleep-c .bottom-box .rightbox .tag-box .tag .icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 6px;
}
.sleep-c .bottom-box .rightbox .tag-box .tag .icon img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
}
.sleep-c .bottom-box .rightbox .tag-box .tag .icon .nor {
  opacity: 1;
}
.sleep-c .bottom-box .rightbox .tag-box .tag .icon .act {
  opacity: 0;
}
.sleep-c .bottom-box .rightbox .tag-box .tag .span {
  transition: all 0.8s ease;
}
.sleep-c .bottom-box .rightbox .tag-box .tag:nth-child(2n) {
  margin-right: 0;
}
.sleep-c .bottom-box .rightbox .tag-box .tag:last-child {
  border-bottom: none;
}
.sleep-c .bottom-box .rightbox .tag-box .tag:hover .icon .nor {
  opacity: 0;
}
.sleep-c .bottom-box .rightbox .tag-box .tag:hover .icon .act {
  opacity: 1;
}
.sleep-c .bottom-box .rightbox .tag-box .tag:hover .span {
  color: #4197b4;
}
.sleep-c .bottom-box .rightbox .tag-box .change-btn {
  display: flex;
  cursor: pointer;
}
.sleep-c .bottom-box .rightbox .tag-box .act-tag2 {
  display: flex;
}
.sleep-c .bottom-box .rightbox .tag-box .icon {
  width: 22px;
  height: 22px;
}
.sleep-c .bottom-box .rightbox .tag-box .span {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.shop-a .banner-box .swiper-slide {
  position: relative;
}
.shop-a .banner-box .swiper-slide .img-box img {
  width: 100%;
}
.shop-a .banner-box .swiper-slide .content-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.shop-a .banner-box .swiper-slide .content-box .tit {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 18px;
}
.shop-a .banner-box .swiper-slide .content-box .title {
  font-size: 48px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 60px;
  margin-bottom: 30px;
}
.shop-a .banner-box .swiper-pagination {
  bottom: 46px !important;
}
.shop-a .banner-box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 6px;
  opacity: 1;
}
.shop-a .banner-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: #4095b3;
}
.shop-b {
  background-image: url(../../web/img/shop/shop_04.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 64px 0 110px;
}
.shop-b .tit {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-bottom: 17px;
}
.shop-b .title {
  text-align: center;
  margin-bottom: 40px;
}
.shop-b .search-box {
  width: 800px;
  height: 56px;
  position: relative;
  margin: 0 auto 28px;
}
.shop-b .search-box input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333;
  padding: 0 60px 0 34px;
}
.shop-b .search-box .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  padding: 4px;
  right: 31px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.shop-b .hot-box {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.shop-b .hot-box .wrapper {
  display: flex;
}
.shop-b .hot-box .wrapper .hot-txt {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.shop-b .hot-box .wrapper .hot-ul {
  max-width: 727px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 23px;
}
.shop-b .hot-box .wrapper .hot-ul .item {
  height: 35px;
  line-height: 33px;
  border-radius: 35px;
  border: 1px solid #b3bfc3;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  padding: 0 17px;
  margin-right: 20px;
  transition: all 0.8s ease;
  cursor: pointer;
}
.shop-b .hot-box .wrapper .hot-ul .item.act {
  background: #4197b4;
  border: 1px solid #4197b4;
  color: #fff;
}
.shop-c {
  padding-top: 80px;
}
.shop-c .video-box {
  position: relative;
  margin-bottom: 33px;
}
.shop-c .video-box video {
  width: 100%;
  display: block;
  height: auto;
  background: #000;
}
.shop-c .video-box .icon {
  position: absolute;
  right: 68px;
  bottom: 68px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.shop-c .video-box .icon img {
  width: 100%;
}
.shop-c .img-block {
  margin-bottom: 33px;
}
.shop-c .img-block img {
  display: block;
  width: 100%;
}
.shop-c .link-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9e9c9e;
  padding-bottom: 85px;
}
.shop-c .link-box .left .ft48title {
  margin-bottom: 26px;
}
.shop-c .link-box .left .te {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  font-style: italic;
  color: #999999;
  line-height: 1;
}
.shop-c .link-box .right {
  padding-top: 35px;
}
.shop-d {
  padding-top: 44px;
  padding-bottom: 6.95%;
}
.shop-d .ft48title {
  margin-bottom: 62px;
}
.shop-d .content-box {
  display: flex;
  justify-content: space-between;
}
.shop-d .content-box .item {
  width: 48.75%;
}
.shop-d .content-box .item .img-box {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}
.shop-d .content-box .item .img-box img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
}
.shop-d .content-box .item .title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
}
.shop-d .content-box .item:hover .img-box img {
  transform: scale(1.2);
}
.shop-e {
  padding-top: 4.92%;
  background: #fafafa;
}
.shop-e .ft48title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 55px;
}
.shop-e .ft48title .total-box {
  font-size: 15px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
  line-height: 1;
}
.shop-e .ft48title .total-box span {
  line-height: 1;
  color: #3d9bb4;
}
.shop-e .list {
  display: flex;
  flex-wrap: wrap;
}
.shop-e .list .item {
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 86px;
  position: relative;
}
.shop-e .list .item .img-box {
  position: relative;
  margin-bottom: 24px;
}
.shop-e .list .item .img-box a {
  display: block;
}
.shop-e .list .item .img-box a img {
  display: block;
}
.shop-e .list .item .img-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.shop-e .list .item:nth-child(3n) {
  margin-right: 0;
}
.shop-e .list .item .shop-car {
  position: absolute;
  top: 23px;
  right: 34px;
}
.shop-e .list .item .shop-car .shop-car-btn {
  display: flex;
  padding: 10px 0;
  align-items: center;
  opacity: 0;
  transition: all 0.8s;
  pointer-events: none;
  cursor: pointer;
}
.shop-e .list .item .shop-car .shop-car-btn .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
}
.shop-e .list .item .shop-car .shop-car-btn .icon img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-e .list .item .shop-car .shop-car-btn .icon .nor {
  opacity: 1;
}
.shop-e .list .item .shop-car .shop-car-btn .icon .act {
  opacity: 0;
}
.shop-e .list .item .shop-car .shop-car-btn span {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.shop-e .list .item .add-car-btn {
  position: absolute;
  bottom: 47px;
  width: 84.3137%;
  height: 58px;
  left: 7.84315%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  border: 1px solid rgba(158, 156, 158, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.8s ease;
  opacity: 0;
}
.shop-e .list .item .add-car-btn span {
  color: #3d9bb4;
  font-style: italic;
}
.shop-e .list .item .add-car-btn:hover {
  background: #fff;
}
.shop-e .list .item:hover .add-car-btn {
  opacity: 1;
}
.shop-e .list .item:hover .shop-car .shop-car-btn {
  opacity: 1;
  pointer-events: all;
}
.shop-e .list .item .pro-name {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 13px;
}
.shop-e .list .item .price {
  font-size: 15px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
}
.shop-e .list .collected-item .shop-car .shop-car-btn .icon .nor {
  opacity: 0;
}
.shop-e .list .collected-item .shop-car .shop-car-btn .icon .act {
  opacity: 1;
}
.shop-car-a {
  padding-top: 82px;
  padding-bottom: 5.25%;
}
.shop-car-a .ft48title {
  margin-bottom: 33px;
}
.shop-car-a .rightbox {
  padding: 30px;
}
.shop-car-a .rightbox .bottom-control {
  padding: 45px 0 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.shop-car-a .rightbox .bottom-control .leftbox {
  display: flex;
}
.shop-car-a .rightbox .bottom-control .leftbox .check-box {
  margin-top: 7px;
  margin-right: 50px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.shop-car-a .rightbox .bottom-control .leftbox .check-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-car-a .rightbox .bottom-control .leftbox .check-box .nor {
  opacity: 1;
}
.shop-car-a .rightbox .bottom-control .leftbox .check-box .act {
  opacity: 0;
}
.shop-car-a .rightbox .bottom-control .leftbox .checked .nor {
  opacity: 0;
}
.shop-car-a .rightbox .bottom-control .leftbox .checked .act {
  opacity: 1;
}
.shop-car-a .rightbox .bottom-control .leftbox .btn {
  height: 36px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  padding: 8px 0 6px;
  line-height: 1;
  cursor: pointer;
}
.shop-car-a .rightbox .bottom-control .leftbox .toggle-all {
  margin-right: 32px;
}
.shop-car-a .rightbox .bottom-control .rightbox {
  width: auto;
}
.shop-car-a .rightbox .bottom-control .rightbox .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}
.shop-car-a .rightbox .bottom-control .rightbox .top .te {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding-bottom: 4px;
}
.shop-car-a .rightbox .bottom-control .rightbox .top .total {
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  line-height: 1;
}
.shop-car-a .rightbox .bottom-control .rightbox .btm {
  font-size: 17px;
  font-family: OPPOSans;
  line-height: 1;
  font-weight: 500;
  color: #888888;
  text-align: right;
}
.shop-car-a .car-table {
  width: 100%;
}
.shop-car-a .car-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-car-a .car-table tr th {
  padding: 23px 0;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.shop-car-a .car-table tr .check-box {
  margin-right: 50px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.shop-car-a .car-table tr .check-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-car-a .car-table tr .check-box .nor {
  opacity: 1;
}
.shop-car-a .car-table tr .check-box .act {
  opacity: 0;
}
.shop-car-a .car-table .checked .check-box .nor {
  opacity: 0;
}
.shop-car-a .car-table .checked .check-box .act {
  opacity: 1;
}
.shop-car-a .car-table td .info-box {
  display: flex;
  align-items: center;
}
.shop-car-a .car-table td .info-box .img {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.shop-car-a .car-table td .info-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-car-a .car-table td .info-box .title .title-text {
  width: 237px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  display: block;
}
.shop-car-a .car-table td .info-box .title .text {
  display: none;
}
.shop-car-a .car-table td .size {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
  text-align: center;
  display: block;
}
.shop-car-a .car-table td .tl {
  font-size: 14px;
  text-align: center;
  font-family: OPPOSans;
  font-weight: bold;
  display: block;
  color: #4197b4;
}
.shop-car-a .car-table td .number-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-car-a .car-table td .number-box .number {
  width: 87px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: flex;
}
.shop-car-a .car-table td .number-box .number .icon {
  width: 25px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  background: #f6f6f6;
  color: #666666;
  cursor: pointer;
}
.shop-car-a .car-table td .number-box .number input {
  width: 35px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
}
.shop-car-a .car-table td .del-icon-box {
  display: flex;
  justify-content: flex-end;
}
.shop-car-a .car-table td .del-icon {
  padding: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.shop-car-a .car-table td .del-icon img {
  width: 20px;
  height: 20px;
}
.shop-car-a .car-table td:nth-child(2) {
  width: 172px;
}
.shop-car-a .car-table td:nth-child(3) {
  width: 110px;
}
.shop-car-a .car-table td:nth-child(4) {
  width: 158px;
}
.shop-car-a .car-table td:nth-child(5) {
  width: 110px;
}
.shop-car-a .car-table td:nth-child(6) {
  width: 140px;
}
.shop-car-a .car-table .text-left {
  text-align: left;
}
.shop-car-a .car-table .cell-box {
  padding: 40px 0;
}
.shop-car-a .last-btn-box {
  display: flex;
  justify-content: flex-end;
}
.shop-car-a .last-btn-box .btn {
  width: 200px;
  height: 48px;
  border-radius: 10px 0px 10px 0px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
}
.shop-car-a .last-btn-box .shopping {
  background: #f6f6f6;
  color: #333;
  margin-right: 35px;
}
.shop-car-a .last-btn-box .pay {
  background: #4197b4;
  color: #fff;
}
.shop-container {
  background: #f6f6f6;
  padding-top: 82px;
  padding-bottom: 100px;
}
.shop-container .w1400,
.shop-container .w1200 {
  display: flex;
  justify-content: space-between;
}
.shop-container .w1400 .left-sidebar,
.shop-container .w1200 .left-sidebar {
  width: 180px;
}
.shop-container .w1400 .left-sidebar .in-wrapper,
.shop-container .w1200 .left-sidebar .in-wrapper {
  padding: 55px 0 65px;
  background: #fff;
}
.shop-container .w1400 .left-sidebar .in-wrapper .item,
.shop-container .w1200 .left-sidebar .in-wrapper .item {
  height: 26px;
  line-height: 26px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.8s ease;
  display: block;
}
.shop-container .w1400 .left-sidebar .in-wrapper .item::after,
.shop-container .w1200 .left-sidebar .in-wrapper .item::after {
  content: '';
  display: block;
  width: 2px;
  height: 0%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #4197b4;
  transition: all 0.8s ease;
}
.shop-container .w1400 .left-sidebar .in-wrapper .item:hover,
.shop-container .w1200 .left-sidebar .in-wrapper .item:hover {
  color: #4197b4;
}
.shop-container .w1400 .left-sidebar .in-wrapper .act.item,
.shop-container .w1200 .left-sidebar .in-wrapper .act.item {
  color: #4197b4;
}
.shop-container .w1400 .left-sidebar .in-wrapper .act.item::after,
.shop-container .w1200 .left-sidebar .in-wrapper .act.item::after {
  height: 100%;
}
.shop-container .w1400 .rightbox,
.shop-container .w1200 .rightbox {
  width: calc(100% - 200px);
  background: #fff;
  border-radius: 8px;
}
.shop-container .w1400 .rightbox .goods-payed,
.shop-container .w1200 .rightbox .goods-payed {
  height: 230px;
  background: url(../../web/img/shop/goods_info_07.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 26px;
}
.shop-container .w1400 .rightbox .goods-payed .wrapper,
.shop-container .w1200 .rightbox .goods-payed .wrapper {
  padding-top: 58px;
  padding-left: 74px;
}
.shop-container .w1400 .rightbox .goods-payed .wrapper .top,
.shop-container .w1200 .rightbox .goods-payed .wrapper .top {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.shop-container .w1400 .rightbox .goods-payed .wrapper .top span,
.shop-container .w1200 .rightbox .goods-payed .wrapper .top span {
  line-height: 1;
  font-size: 36px;
  margin: 0 10px;
}
.shop-container .w1400 .rightbox .goods-payed .wrapper .time,
.shop-container .w1200 .rightbox .goods-payed .wrapper .time {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 29px;
}
.shop-container .w1400 .rightbox .goods-payed .wrapper .continue .continue-btn,
.shop-container .w1200 .rightbox .goods-payed .wrapper .continue .continue-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  background: #ffffff;
  border-radius: 10px 0px 10px 0px;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .goods-info-box,
.shop-container .w1200 .rightbox .goods-info-box {
  padding: 55px 38px 42px 38px;
}
.shop-container .w1400 .rightbox .goods-info-box .top,
.shop-container .w1200 .rightbox .goods-info-box .top {
  display: flex;
  margin-bottom: 23px;
}
.shop-container .w1400 .rightbox .goods-info-box .top .item,
.shop-container .w1200 .rightbox .goods-info-box .top .item {
  width: 31.5217%;
  height: 180px;
  padding-top: 43px;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  margin-right: 2.71745%;
}
.shop-container .w1400 .rightbox .goods-info-box .top .item:last-child,
.shop-container .w1200 .rightbox .goods-info-box .top .item:last-child {
  margin-right: 0;
}
.shop-container .w1400 .rightbox .goods-info-box .top .item .icon,
.shop-container .w1200 .rightbox .goods-info-box .top .item .icon {
  width: 68px;
  margin: 0 auto 23px;
}
.shop-container .w1400 .rightbox .goods-info-box .top .item .text,
.shop-container .w1200 .rightbox .goods-info-box .top .item .text {
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom,
.shop-container .w1200 .rightbox .goods-info-box .bottom {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 57px 0 37px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .price-box,
.shop-container .w1200 .rightbox .goods-info-box .bottom .price-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 26px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .price-box .te,
.shop-container .w1200 .rightbox .goods-info-box .bottom .price-box .te {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 4px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .price-box .number,
.shop-container .w1200 .rightbox .goods-info-box .bottom .price-box .number {
  font-size: 42px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  line-height: 1;
  margin-right: 6px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .price-box .old,
.shop-container .w1200 .rightbox .goods-info-box .bottom .price-box .old {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  text-decoration: line-through;
  color: #888888;
  line-height: 1;
  margin-bottom: 4px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .text,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .text {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper {
  display: flex;
  justify-content: space-between;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item {
  width: 120px;
  position: relative;
  margin-right: 14px;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item img,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item img {
  width: 100%;
  display: block;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item::after,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.8s ease;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item:last-child,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item:last-child {
  margin-right: 0;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .act.item::after,
.shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .act.item::after {
  border: 1px solid #4197b4;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .scan-box,
.shop-container .w1200 .rightbox .goods-info-box .bottom .scan-box {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .code-box,
.shop-container .w1200 .rightbox .goods-info-box .bottom .code-box {
  width: 186px;
  height: 186px;
  background-image: url(../img/shop/code-box.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .code-box .code,
.shop-container .w1200 .rightbox .goods-info-box .bottom .code-box .code {
  width: 146px;
  height: 146px;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .code-box .code img,
.shop-container .w1200 .rightbox .goods-info-box .bottom .code-box .code img {
  width: 100%;
  display: block;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .span,
.shop-container .w1200 .rightbox .goods-info-box .bottom .span {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  text-align: center;
}
.shop-container .w1400 .rightbox .goods-info-box .bottom .span a,
.shop-container .w1200 .rightbox .goods-info-box .bottom .span a {
  color: #666666;
}
.shop-container .w1400 .rightbox .shop-order-detail,
.shop-container .w1200 .rightbox .shop-order-detail {
  padding: 57px 24px 60px 24px;
}
.shop-container .w1400 .rightbox .shop-order-detail .top,
.shop-container .w1200 .rightbox .shop-order-detail .top {
  height: 280px;
  display: flex;
  border: 1px solid #e2e2e2;
  margin-bottom: 36px;
  border-radius: 8px;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left,
.shop-container .w1200 .rightbox .shop-order-detail .top .left {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left .icon,
.shop-container .w1200 .rightbox .shop-order-detail .top .left .icon {
  width: 47px;
  height: 47px;
  margin: 0 auto 20px;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left .text,
.shop-container .w1200 .rightbox .shop-order-detail .top .left .text {
  text-align: center;
  font-size: 20px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333;
  margin-bottom: 31px;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left .text span,
.shop-container .w1200 .rightbox .shop-order-detail .top .left .text span {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left .btn-msg,
.shop-container .w1200 .rightbox .shop-order-detail .top .left .btn-msg {
  width: 100px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin: 0 auto;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .left div:last-child,
.shop-container .w1200 .rightbox .shop-order-detail .top .left div:last-child {
  margin-bottom: 0;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .right,
.shop-container .w1200 .rightbox .shop-order-detail .top .right {
  width: 50%;
  padding-left: 53px;
  padding-top: 81px;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .right .wrapper .item,
.shop-container .w1200 .rightbox .shop-order-detail .top .right .wrapper .item {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  display: flex;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .right .wrapper .item .label,
.shop-container .w1200 .rightbox .shop-order-detail .top .right .wrapper .item .label {
  line-height: 26px;
  color: #888888;
  width: 90px;
}
.shop-container .w1400 .rightbox .shop-order-detail .top .right .wrapper .item .text,
.shop-container .w1200 .rightbox .shop-order-detail .top .right .wrapper .item .text {
  line-height: 26px;
  color: #333333;
  width: 263px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom,
.shop-container .w1200 .rightbox .shop-order-detail .bottom {
  border-radius: 8px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid #e2e2e2;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table thead,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table thead {
  border-radius: 8px;
  background: #f6f6f6;
  height: 50px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table tr,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table tr:last-child,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table tr:last-child {
  border-bottom: none;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box {
  width: 45.78%;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .price-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .price-box {
  width: 18.56%;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .status-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .status-box {
  width: 20.46%;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table td,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table td {
  padding: 30px 0;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box {
  padding-left: 30px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count {
  display: flex;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box {
  width: 80px;
  height: 80px;
  margin-right: 28px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box img,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info {
  width: 237px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .title,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .title {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .text,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .text {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .price-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .price-box {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  text-align: center;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .status-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .status-box {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  text-align: center;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .operation-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .operation-box {
  font-size: 14px;
  line-height: 1;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .left,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .left {
  padding-left: 30px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #888888;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right {
  width: 296px;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right .item,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #888888;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box {
  padding-top: 16px;
  align-items: flex-end;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box .label,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box .label {
  font-weight: bold;
  margin-bottom: 2px;
  color: #333;
}
.shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box .value,
.shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right .big-box .value {
  font-size: 28px;
  font-weight: bold;
  color: #4197b4;
}
.shop-container .w1400 .rightbox .sleep-order-box,
.shop-container .w1200 .rightbox .sleep-order-box {
  padding: 57px 24px;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .thead,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .thead {
  display: flex;
  background: #f6f6f6;
  border-radius: 8px 8px 0 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .thead .td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .thead .td {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr {
  border-radius: 0 0 8px 8px;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .td {
  padding: 10px;
  line-height: 24px;
  text-align: center;
  font-family: OPPOSans;
  font-weight: 500;
  overflow: hidden;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  word-wrap: break-word;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .name-td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .name-td,
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .price-td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .price-td,
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .time-td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .time-td,
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .order-number-td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .order-number-td {
  color: #666666;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .real-td,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr .real-td {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table .tbody .tr:nth-child(1),
.shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table .tbody .tr:nth-child(1) {
  border-top: none;
}
.shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order,
.shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order {
  display: none;
}
.shop-container .w1400 .rightbox .sleep-order-box .order-number-td,
.shop-container .w1200 .rightbox .sleep-order-box .order-number-td {
  width: 22.1052%;
}
.shop-container .w1400 .rightbox .sleep-order-box .name-td,
.shop-container .w1200 .rightbox .sleep-order-box .name-td {
  width: 23.3684%;
}
.shop-container .w1400 .rightbox .sleep-order-box .price-td,
.shop-container .w1200 .rightbox .sleep-order-box .price-td {
  width: 16%;
}
.shop-container .w1400 .rightbox .sleep-order-box .real-td,
.shop-container .w1200 .rightbox .sleep-order-box .real-td {
  width: 16%;
}
.shop-container .w1400 .rightbox .sleep-order-box .time-td,
.shop-container .w1200 .rightbox .sleep-order-box .time-td {
  width: 22.5264%;
}
.shop-container .w1400 .rightbox .shop-order-box,
.shop-container .w1200 .rightbox .shop-order-box {
  padding: 30px 24px 52px 24px;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab,
.shop-container .w1200 .rightbox .shop-order-box .top-tab {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item {
  margin-right: 54px;
  padding: 27px 0;
  position: relative;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item span,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item span {
  color: #4197b4;
  transition: all 0.2s ease;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item::after,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #4197b4;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item:last-child,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item:last-child {
  margin-right: 0;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item.act,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item.act {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item.act::after,
.shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item.act::after {
  width: 100%;
}
.shop-container .w1400 .rightbox .shop-order-box .thead,
.shop-container .w1200 .rightbox .shop-order-box .thead {
  background: #f6f6f6;
  display: flex;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
}
.shop-container .w1400 .rightbox .shop-order-box .goods-td,
.shop-container .w1200 .rightbox .shop-order-box .goods-td {
  width: 46%;
}
.shop-container .w1400 .rightbox .shop-order-box .price-td,
.shop-container .w1200 .rightbox .shop-order-box .price-td {
  width: 11%;
}
.shop-container .w1400 .rightbox .shop-order-box .count-td,
.shop-container .w1200 .rightbox .shop-order-box .count-td {
  width: 9%;
}
.shop-container .w1400 .rightbox .shop-order-box .real-td,
.shop-container .w1200 .rightbox .shop-order-box .real-td {
  width: 11%;
}
.shop-container .w1400 .rightbox .shop-order-box .status-td,
.shop-container .w1200 .rightbox .shop-order-box .status-td {
  width: 11%;
}
.shop-container .w1400 .rightbox .shop-order-box .operation-td,
.shop-container .w1200 .rightbox .shop-order-box .operation-td {
  width: 14%;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top {
  height: 50px;
  background: #f6f6f6;
  border-radius: 8px 8px 0px 0px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top .time,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top .time {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 1;
  display: flex;
  align-items: center;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top .line,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top .line {
  margin: 0 12px;
  width: 1px;
  height: 10px;
  border: 1px solid #000000;
  opacity: 0.2;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top .label,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top .label {
  color: #666666;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top .value,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top .value {
  color: #333;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom {
  padding: 30px 0;
  display: flex;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td div,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td div {
  font-weight: 500;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper {
  display: flex;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box {
  width: 80px;
  height: 80px;
  margin-right: 28px;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info {
  width: 237px;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .title,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .title {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 18px;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .text,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .text {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .goods-td,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .goods-td {
  padding-left: 30px;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .price,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .price {
  text-align: center;
  color: #666;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .count,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .count {
  text-align: center;
  color: #666;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .real,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .real {
  color: #4197b4;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .status-td .item,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .status-td .item {
  display: block;
  color: #666;
  line-height: 22px;
  text-align: center;
  transition: all 0.8s ease;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .status-td a.item:hover,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .status-td a.item:hover {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn {
  width: 80px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  color: #333;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.8s ease;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn:hover,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn:hover {
  border: 1px solid #4197b4;
  background: #4197b4;
  color: #fff;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text {
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  width: 80px;
  margin: 0 auto;
  transition: all 0.8s ease;
}
.shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text:hover,
.shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text:hover {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .shop-address-box,
.shop-container .w1200 .rightbox .shop-address-box {
  padding: 36px 24px 84px 24px;
}
.shop-container .w1400 .rightbox .shop-address-box .top-block,
.shop-container .w1200 .rightbox .shop-address-box .top-block {
  padding-bottom: 67px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-container .w1400 .rightbox .shop-address-box .bottom-block,
.shop-container .w1200 .rightbox .shop-address-box .bottom-block {
  padding-top: 53px;
}
.shop-container .w1400 .rightbox .shop-address-box .bottom-block .title,
.shop-container .w1200 .rightbox .shop-address-box .bottom-block .title {
  border-bottom: none;
}
.shop-container .w1400 .rightbox .shop-address-box .title,
.shop-container .w1200 .rightbox .shop-address-box .title {
  padding: 22px 0;
  font-size: 20px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-container .w1400 .rightbox .shop-address-box .form-box,
.shop-container .w1200 .rightbox .shop-address-box .form-box {
  padding-top: 56px;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item {
  display: flex;
  margin-bottom: 28px;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .label,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .label {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 46px;
  width: 132px;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value {
  display: flex;
  width: 640px;
  flex-wrap: wrap;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value input,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value input {
  width: 340px;
  height: 46px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 0 15px;
  color: #333;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .m-tip,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .m-tip {
  margin-left: 26px;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666;
  line-height: 46px;
  display: none;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .m-tip span,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .m-tip span {
  color: #4197b4;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value select,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value select {
  width: 31.25%;
  margin-right: 3.125%;
  display: block;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 0 15px;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value select option,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value select option {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value select:last-child,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value select:last-child {
  margin-right: 0;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value textarea,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value textarea {
  border: 1px solid rgba(34, 34, 34, 0.1);
  display: block;
  height: 155px;
  line-height: 26px;
  padding: 10px 20px;
  width: 100%;
  resize: none;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check {
  margin-right: 13px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check img,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check .nor,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check .nor {
  opacity: 1;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check .act,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check .act {
  opacity: 0;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check.actb .nor,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check.actb .nor {
  opacity: 0;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .check.actb .act,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .check.actb .act {
  opacity: 1;
}
.shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value .check-box .text,
.shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value .check-box .text {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.shop-container .w1400 .rightbox .shop-address-box .el-btn,
.shop-container .w1200 .rightbox .shop-address-box .el-btn {
  margin-left: 132px;
  width: 200px;
  line-height: 48px;
  background: #4197b4;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px 0 6px 0;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table,
.shop-container .w1200 .rightbox .shop-address-box .address-table {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .thead,
.shop-container .w1200 .rightbox .shop-address-box .address-table .thead {
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  background: #f6f6f6;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .operation-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .operation-td {
  width: 28%;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .name-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .name-td {
  width: 18%;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .phone-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .phone-td {
  width: 18%;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .address-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .address-td {
  width: 36%;
  text-align: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr {
  display: flex;
  height: 138px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  align-items: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .td {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .address-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .address-td,
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .phone-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .phone-td {
  color: #666;
  font-size: 14px;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td {
  display: flex;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td .btn-box,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td .btn-box {
  display: flex;
  width: 100%;
  justify-content: center;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td .btn-text,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td .btn-text {
  font-size: 14px;
  color: #4197b4;
  line-height: 30px;
  margin-right: 28px;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td .btn,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td .btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
  background: #4197b4;
  border-radius: 6px 0 6px 0;
  cursor: pointer;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td .btn-line,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td .btn-line {
  font-size: 14px;
  color: #4197b4;
  line-height: 30px;
  margin-right: 28px;
  cursor: pointer;
  text-decoration: underline;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td div:last-child,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td div:last-child {
  margin-right: 0;
}
.shop-container .w1400 .rightbox .shop-address-box .address-table .tr:last-child,
.shop-container .w1200 .rightbox .shop-address-box .address-table .tr:last-child {
  border-bottom: none;
}
.confirm-order-container .w1200 {
  padding-top: 82px;
  padding-bottom: 100px;
}
.confirm-order-container .w1200 .top-step {
  margin-bottom: 128px;
}
.confirm-order-container .w1200 .top-block {
  padding-bottom: 67px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 125px;
  display: none;
}
.confirm-order-container .w1200 .top-block .title {
  padding: 22px 0;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.confirm-order-container .w1200 .top-block .form-box {
  padding-top: 56px;
}
.confirm-order-container .w1200 .top-block .form-box .form-item {
  display: flex;
  margin-bottom: 28px;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .label {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 46px;
  width: 132px;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value {
  display: flex;
  width: 640px;
  flex-wrap: wrap;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value input {
  width: 340px;
  height: 46px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  padding: 0 15px;
  color: #333;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .m-tip {
  margin-left: 26px;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666;
  line-height: 46px;
  display: none;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .m-tip span {
  color: #4197b4;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value select {
  width: 31.25%;
  margin-right: 3.125%;
  display: block;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 0 15px;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value select option {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value select:last-child {
  margin-right: 0;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value textarea {
  border: 1px solid rgba(34, 34, 34, 0.1);
  display: block;
  height: 155px;
  line-height: 26px;
  padding: 10px 20px;
  width: 100%;
  resize: none;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check {
  margin-right: 13px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check .nor {
  opacity: 1;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check .act {
  opacity: 0;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check.actb .nor {
  opacity: 0;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .check.actb .act {
  opacity: 1;
}
.confirm-order-container .w1200 .top-block .form-box .form-item .value .check-box .text {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.confirm-order-container .w1200 .top-block .el-btn {
  margin-left: 132px;
  width: 200px;
  line-height: 48px;
  background: #4197b4;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px 0 6px 0;
  cursor: pointer;
}
.confirm-order-container .w1200 .address-box {
  margin-bottom: 77px;
}
.confirm-order-container .w1200 .address-box .title {
  font-size: 17px;
  line-height: 1;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.confirm-order-container .w1200 .address-box .list {
  margin-bottom: 54px;
}
.confirm-order-container .w1200 .address-box .list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.confirm-order-container .w1200 .address-box .list .item .td {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  height: 138px;
}
.confirm-order-container .w1200 .address-box .list .item .check-td {
  width: 10%;
}
.confirm-order-container .w1200 .address-box .list .item .check-td .check-box {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.confirm-order-container .w1200 .address-box .list .item .check-td .check-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.confirm-order-container .w1200 .address-box .list .item .check-td .check-box .nor {
  opacity: 1;
}
.confirm-order-container .w1200 .address-box .list .item .check-td .check-box .act {
  opacity: 0;
}
.confirm-order-container .w1200 .address-box .list .item .name-td {
  width: 15%;
  text-align: center;
}
.confirm-order-container .w1200 .address-box .list .item .phone-td {
  width: 20%;
  text-align: center;
}
.confirm-order-container .w1200 .address-box .list .item .address-td {
  width: 40%;
  text-align: center;
}
.confirm-order-container .w1200 .address-box .list .item .edit-td {
  width: 15%;
  display: flex;
  justify-content: center;
}
.confirm-order-container .w1200 .address-box .list .item .edit-td .edit-btn {
  cursor: pointer;
  transition: all 0.8s ease;
}
.confirm-order-container .w1200 .address-box .list .item .edit-td .edit-btn:hover {
  color: #4197b4;
}
.confirm-order-container .w1200 .address-box .list .item.checked .check-td .check-box .nor {
  opacity: 0;
}
.confirm-order-container .w1200 .address-box .list .item.checked .check-td .check-box .act {
  opacity: 1;
}
.confirm-order-container .w1200 .address-box .add-btn-box .add-btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #4197b4;
  border-radius: 10px 0px 10px 0px;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-left: 10px;
}
.confirm-order-container .w1200 .address-box .add-btn-box .add-btn::before {
  content: '+';
  display: block;
  font-size: 14px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.confirm-order-container .w1200 .car-table {
  width: 100%;
  margin-bottom: 45px;
}
.confirm-order-container .w1200 .car-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.confirm-order-container .w1200 .car-table tr th {
  padding: 23px 0;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.confirm-order-container .w1200 .car-table tr th:last-child {
  text-align: right;
}
.confirm-order-container .w1200 .car-table td {
  width: 12%;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  text-align: center;
}
.confirm-order-container .w1200 .car-table td .info-box {
  display: flex;
  align-items: center;
}
.confirm-order-container .w1200 .car-table td .info-box .img {
  width: 80px;
  height: 80px;
  margin-right: 19px;
}
.confirm-order-container .w1200 .car-table td .info-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.confirm-order-container .w1200 .car-table td .info-box .title {
  width: 360px;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  text-align: left;
}
.confirm-order-container .w1200 .car-table td .size {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
  text-align: center;
  display: block;
}
.confirm-order-container .w1200 .car-table td .tl {
  color: #4197b4;
}
.confirm-order-container .w1200 .car-table td .number-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-order-container .w1200 .car-table td .number-box .number {
  font-size: 14px;
}
.confirm-order-container .w1200 .car-table td .del-icon {
  padding: 20px;
}
.confirm-order-container .w1200 .car-table td .del-icon img {
  width: 20px;
  height: 20px;
}
.confirm-order-container .w1200 .car-table td:nth-child(1) {
  width: 55%;
}
.confirm-order-container .w1200 .car-table td:nth-child(5) {
  width: 9%;
  text-align: right;
}
.confirm-order-container .w1200 .car-table .text-left {
  text-align: left;
}
.confirm-order-container .w1200 .car-table .cell-box {
  padding: 40px 0;
}
.confirm-order-container .w1200 .bottom-control {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.confirm-order-container .w1200 .bottom-control .left {
  display: flex;
  padding-top: 5px;
}
.confirm-order-container .w1200 .bottom-control .left .label {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin-right: 20px;
}
.confirm-order-container .w1200 .bottom-control .left input {
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 0 19px;
  width: 340px;
  border-radius: 4px;
}
.confirm-order-container .w1200 .bottom-control .rightbox .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}
.confirm-order-container .w1200 .bottom-control .rightbox .top .te {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding-bottom: 4px;
}
.confirm-order-container .w1200 .bottom-control .rightbox .top .total {
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #4197b4;
  line-height: 1;
}
.confirm-order-container .w1200 .bottom-control .rightbox .btm {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #888888;
  line-height: 1;
  text-align: right;
}
.confirm-order-container .w1200 .submit-btn-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 45px;
}
.confirm-order-container .w1200 .submit-btn-box .btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #4197b4;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #fff;
}
.pay-order-container .w1200 {
  padding-top: 82px;
  padding-bottom: 100px;
}
.pay-order-container .top-step {
  margin-bottom: 120px;
}
.pay-order-container .top-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-order-container .top-block .leftbox {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.pay-order-container .top-block .rightbox {
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.pay-order-container .top-block .rightbox span {
  font-size: 28px;
  font-family: OPPOSans;
  font-weight: bold;
  line-height: 1;
  color: #4197b4;
  position: relative;
  top: 4px;
}
.pay-order-container .pay-manager {
  display: flex;
  align-items: center;
  height: 156px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.pay-order-container .pay-manager .item {
  display: flex;
  align-items: center;
  margin-right: 158px;
}
.pay-order-container .pay-manager .item .check-box {
  margin-right: 25px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.pay-order-container .pay-manager .item .check-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pay-order-container .pay-manager .item .check-box .nor {
  opacity: 1;
}
.pay-order-container .pay-manager .item .check-box .act {
  opacity: 0;
}
.pay-order-container .submit-btn-box {
  display: flex;
  justify-content: flex-end;
}
.pay-order-container .submit-btn-box .btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #4197b4;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #fff;
}
.login-container {
  padding-top: 100px;
}
.login-container .login-bg {
  height: 930px;
  background: url(../img/shop/login-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.login-container .login-bg .model-box {
  width: 500px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.8125%;
  padding: 54px 55px 61px;
}
.login-container .login-bg .model-box .title {
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.login-container .login-bg .model-box .item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 0 9px 0 0px;
  position: relative;
}
.login-container .login-bg .model-box .item .label {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  width: 88px;
  padding-left: 24px;
  line-height: 60px;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.login-container .login-bg .model-box .item input {
  flex: 1;
  border: none;
  outline: none;
  height: 60px;
  border-radius: 4px;
  background: none;
  padding-left: 14px;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
  width:calc(100% - 50px);
}
.login-container .login-bg .model-box .item .img-box {
  width: 98px;
  height: 36px;
  background: #000;
  margin-left: 10px;
}
.login-container .login-bg .model-box .item .yzm {
  width: 150px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  position: relative;
  left: 9px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.login-container .login-bg .model-box .form-msg {
  margin: 16px 0 47px;
  display: flex;
  justify-content: space-between;
}
.login-container .login-bg .model-box .form-msg div {
  padding: 10px 0;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  text-decoration: underline;
}
.login-container .login-bg .model-box .form-msg div:hover {
  color: #4197b4;
}
.login-container .login-bg .model-box .submit-btn {
  height: 60px;
  line-height: 60px;
  background: #4197b4;
  box-shadow: 0px 11px 76px 0px rgba(216, 55, 77, 0.21);
  border-radius: 8px;
  text-align: center;
  font-size: 17px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.login-container .login-bg #login-model {
  display: block;
}
.login-container .login-bg #register-model {
  display: none;
}
.login-container .login-bg #register-model .submit-btn {
  margin-top: 50px;
}
.login-container .login-bg #findpassword-model {
  display: none;
}
.article-container .article-container-a {
  background: #fff;
}
.article-container .article-container-a .w1600 {
  padding: 22px 0;
  display: flex;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  align-items: center;
  margin-bottom: 55px;
}
.article-container .article-container-a .w1600 .icon {
  width: 18px;
  height: 18px;
  margin-right: 11px;
}
.article-container .article-container-a .w1600 .icon img {
  display: block;
}
.article-container .article-container-a .w1600 a {
  color: #333333;
  line-height: 30px;
}
.article-container .article-container-a .w1600 a:hover {
  color: #4197b4;
  text-decoration: none;
}
.article-container .article-title {
  font-size: 42px;
  line-height: 1.6;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
}
.article-container .time-from {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(35, 35, 35, 0.1);
}
.article-container .time-from .item {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.article-container .time-from .item .icon {
  margin-right: 6px;
}
.article-container .time-from .item span {
  line-height: 1;
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
}
.article-container .goods-info {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.article-container .goods-info .left-box {
  width: 57.67%;
  position: relative;
  border-radius: 80px 0 80px 0;
}
.article-container .goods-info .left-box img {
  border-radius: 80px 0 80px 0;
  display: block;
  width: 100%;
}
.article-container .goods-info .left-box .ft48title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 13% 5% 0 8.5%;
  line-height: 52px;
  color: #fff;
}
.article-container .goods-info .right-box {
  width: 38.3928%;
}
.article-container .goods-info .right-box .top-box {
  margin-bottom: 86px;
}
.article-container .goods-info .right-box .top-box .item {
  display: flex;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  height: 72px;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.article-container .goods-info .right-box .top-box .item .label {
  width: 90px;
  color: rgba(51, 51, 51, 0.5);
}
.article-container .goods-info .right-box .top-box .item .value {
  color: #333333;
}
.article-container .goods-info .right-box .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 226px;
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  transition: all 0.8s ease;
  padding: 0 33px 0 37px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  margin-bottom: 15px;
}
.article-container .goods-info .right-box .btn-box .btn .icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.article-container .goods-info .right-box .btn-box .btn .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
}
.article-container .goods-info .right-box .btn-box .btn .icon .nor {
  opacity: 1;
}
.article-container .goods-info .right-box .btn-box .btn .icon .act {
  opacity: 0;
}
.article-container .goods-info .right-box .btn-box .btn:hover {
  color: #fff;
  background: #4197b4;
}
.article-container .goods-info .right-box .btn-box .btn:hover .icon .nor {
  opacity: 0;
}
.article-container .goods-info .right-box .btn-box .btn:hover .icon .act {
  opacity: 1;
}
.article-container .goods-info-a {
  margin-bottom: 54px;
}
.article-container .goods-info-a .block-title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 26px;
}
.article-container .goods-info-a .container {
  background: #eeeeee;
  border-radius: 20px;
  padding: 50px 60px 70px 64px;
}
.article-container .goods-info-a .container .title {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
}
.article-container .goods-info-a .container .title .te {
  color: #3d9bb4;
}
.article-container .goods-info-a .container .text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #666;
}
.article-container .goods-info-b {
  padding-bottom: 67px;
}
.article-container .goods-info-b .block-title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 26px;
}
.article-container .goods-info-b .container {
  border: 1px solid #ecebec;
  border-radius: 20px;
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding: 40px 60px 70px 64px;
  margin-bottom: 26px;
}
.article-container .goods-info-b .share-box {
  justify-content: flex-end;
  display: flex;
}
.article-container .goods-info-b .share-box .wrapper {
  display: flex;
  align-items: center;
}
.article-container .goods-info-b .share-box .wrapper .label {
  font-size: 14px;
  color: #888888;
  font-family: OPPOSans;
  font-weight: 500;
  margin-right: 17px;
}
.article-container .goods-info-b .share-box .wrapper .icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.article-container .goods-info-b .share-box .wrapper .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s ease;
}
.article-container .goods-info-b .share-box .wrapper .icon .nor {
  opacity: 1;
}
.article-container .goods-info-b .share-box .wrapper .icon .act {
  opacity: 0;
}
.article-container .goods-info-b .share-box .wrapper .icon:last-child {
  margin-right: 0;
}
.article-container .goods-info-b .share-box .wrapper .icon:hover .nor {
  opacity: 0;
}
.article-container .goods-info-b .share-box .wrapper .icon:hover .act {
  opacity: 1;
}
.article-container .article-container-b {
  background: #f6f6f6;
}
.article-container .article-container-b .w1120 {
  padding-top: 55px;
  padding-bottom: 108px;
}
.article-container .article-container-b .w1120 .title {
  font-size: 22px;
  line-height: 1;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.article-container .article-container-b .w1120 .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.article-container .article-container-b .w1120 .top-box .item {
  width: calc((100% - 20px) / 2);
  height: 380px;
  background: #ffffff;
  border-radius: 8px;
  padding: 63px 74px 0 45px;
}
.article-container .article-container-b .w1120 .top-box .item .time-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 29px;
}
.article-container .article-container-b .w1120 .top-box .item .time-box .time {
  font-weight: bold;
  color: #333;
  margin-right: 24px;
}
.article-container .article-container-b .w1120 .top-box .item .time-box .tag {
  font-weight: bold;
  color: #4197b4;
  margin-right: 30px;
  position: relative;
  line-height: 1;
}
.article-container .article-container-b .w1120 .top-box .item .time-box .tag:last-child {
  margin-right: 0;
}
.article-container .article-container-b .w1120 .top-box .item .time-box .tag::after {
  content: '';
  width: 2px;
  height: 100%;
  background: #4197b4;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}
.article-container .article-container-b .w1120 .top-box .item .time-box .tag:last-child::after {
  display: none;
}
.article-container .article-container-b .w1120 .top-box .item .tl {
  font-size: 28px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}
.article-container .article-container-b .w1120 .top-box .item .text {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
  line-height: 30px;
  margin-bottom: 37px;
}
.article-container .article-container-b .w1120 .top-box .item .time-from-1 {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
  line-height: 1;
}
.article-container .article-container-b .w1120 .bottom-box {
  display: flex;
  justify-content: space-between;
}
.article-container .article-container-b .w1120 .bottom-box .item {
  width: calc((100% - 20px) / 2);
  height: 200px;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 43px 40px 34px;
  display: flex;
  justify-content: space-between;
}
.article-container .article-container-b .w1120 .bottom-box .item .left {
  width: 270px;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .tl {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 30px;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 {
  display: flex;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 .it {
  margin-right: 35px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 .it .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 .it .icon img {
  width: 100%;
  display: block;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 .it span {
  font-size: 14px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #999999;
}
.article-container .article-container-b .w1120 .bottom-box .item .left .time-from-2 .it:last-child {
  margin-right: 0;
}
.article-container .article-container-b .w1120 .bottom-box .item .right {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.article-container .article-container-b .w1120 .bottom-box .item .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.goods-container-a {
  margin-bottom: 100px;
}
.goods-container-a .w1200 {
  display: flex;
  justify-content: space-between;
}
.goods-container-a .w1200 .left-box {
  width: 500px;
}
.goods-container-a .w1200 .left-box .top-big {
  width: 500px;
  height: 500px;
  margin-bottom: 17px;
  border-radius: 80px 0px 80px 0;
  overflow: hidden;
}
.goods-container-a .w1200 .left-box .top-big img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 80px 0px 80px 0;
}
.goods-container-a .w1200 .left-box .small-img-swiper {
  height: 80px;
}
.goods-container-a .w1200 .left-box .small-img-swiper .swiper-wrapper {
  height: 100%;
}
.goods-container-a .w1200 .left-box .small-img-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.goods-container-a .w1200 .left-box .small-img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.goods-container-a .w1200 .left-box .small-img-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #4197b4;
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
}
.goods-container-a .w1200 .left-box .small-img-swiper .slide-act {
  position: relative;
}
.goods-container-a .w1200 .left-box .small-img-swiper .slide-act::after {
  opacity: 1;
}
.goods-container-a .w1200 .rightbox {
  width: calc(100% - 540px);
}
.goods-container-a .w1200 .rightbox .top-scroll-view {
  height: calc(100% - 88px);
  margin-bottom: 40px;
  overflow: auto;
}
.goods-container-a .w1200 .rightbox .title {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: 800;
  color: #333333;
  line-height: 33px;
  margin-bottom: 22px;
}
.goods-container-a .w1200 .rightbox .yuan {
  display: flex;
  align-items: flex-end;
  color: #4197b4;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 26px;
}
.goods-container-a .w1200 .rightbox .yuan span {
  line-height: 1;
  font-size: 26px;
  font-weight: 800;
  font-family: OPPOSans;
}
.goods-container-a .w1200 .rightbox .info-box .item {
  display: flex;
}
.goods-container-a .w1200 .rightbox .info-box .item .label {
  width: 108px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #999999;
  line-height: 48px;
}
.goods-container-a .w1200 .rightbox .info-box .item .value {
  width: calc(100% - 108px);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .b-tem,
.goods-container-a .w1200 .rightbox .info-box .item .value .a-tem {
  padding: 0 12px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 4px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .b-tem .text,
.goods-container-a .w1200 .rightbox .info-box .item .value .a-tem .text {
  line-height: 48px;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .b-tem::after,
.goods-container-a .w1200 .rightbox .info-box .item .value .a-tem::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #4197b4;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .act {
  background: #f0fbff;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .act::after {
  opacity: 1;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box {
  width: 176px;
  height: 48px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .icon {
  width: 47px;
  position: relative;
  cursor: pointer;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .reduce {
  border-right: 1px solid #e4e4e4;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .reduce::after {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .plus {
  border-left: 1px solid #e4e4e4;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .plus::after {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .plus::before {
  content: '';
  width: 2px;
  height: 12px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .disabled {
  pointer-events: none;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .disabled::before,
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box .disabled::after {
  background: #999;
}
.goods-container-a .w1200 .rightbox .info-box .item .value .count-box input {
  width: 80px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.goods-container-a .w1200 .rightbox .info-box .item .color-box .a-tem {
  padding: 0 12px 0 4px;
}
.goods-container-a .w1200 .rightbox .info-box .item .color-box .a-tem .icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.goods-container-a .w1200 .rightbox .info-box .item .color-box .a-tem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.goods-container-a .w1200 .rightbox .btn-box {
  display: flex;
}
.goods-container-a .w1200 .rightbox .btn-box .btn {
  width: 170px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.goods-container-a .w1200 .rightbox .btn-box .add-btn {
  background: #1c2434;
  margin-right: 16px;
}
.goods-container-a .w1200 .rightbox .btn-box .right-btn {
  background: #4197b4;
}
.goods-container-b .block-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 42px;
}
.goods-container-b .block-title span {
  display: block;
  padding-left: 15px;
  border-left: 4px solid #4197b4;
  line-height: 1;
  font-size: 30px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #333333;
}
.goods-container-b .detail-container {
  padding-bottom: 80px;
}
.static-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
}
.static-box .wrapper .icon {
  width: 76px;
  height: 76px;
  background: #4197b4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px 0 0 4px;
  position: relative;
}
.static-box .wrapper .icon .img {
  margin-bottom: 8px;
}
.static-box .wrapper .icon img {
  display: block;
}
.static-box .wrapper .icon .text {
  color: #fff;
  line-height: 1;
}
.static-box .wrapper .icon .code-box {
  position: absolute;
  pointer-events: none;
  width: 96px;
  height: 96px;
  right: 0;
  top: 100%;
  padding-top: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.static-box .wrapper .icon .code-box .code {
  border: 3px solid #4197b4;
  border-radius: 4px 0 0 4px;
  background: #4197b4;
}
.static-box .wrapper .icon .code-box .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.static-box .wrapper .icon .code-box .code .te {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-top: 6px;
}
.static-box .wrapper .icon:hover .code-box {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1600px) {
  .login-container {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1440px) {
  .login-container {
    padding-top: 75px;
  }
  .sleep-a .banner-box {
    height: 620px;
  }
  .sleep-a .banner-box .content-box .title {
    font-size: 36px;
    line-height: 48px;
    width: 800px;
    margin-bottom: 30px;
  }
  .sleep-a .banner-box .content-box .search-box {
    width: 700px;
    height: 42px;
  }
  .sleep-a .banner-box .content-box .search-box input {
    font-size: 16px;
    padding: 0 40px 0 24px;
  }
  .sleep-a .banner-box .content-box .search-box .icon {
    right: 16px;
  }
  .sleep-a .banner-box .content-box .hot-box .wrapper .hot-txt {
    font-size: 16px;
  }
  .sleep-c .content-box .leftbox {
    height: 450px;
  }
  .sleep-c .content-box .leftbox .indiv {
    padding: 0 50px 0 38px;
  }
  .sleep-c .content-box .leftbox .indiv .time {
    margin-bottom: 16px;
  }
  .sleep-c .content-box .leftbox .indiv .title {
    font-size: 32px;
    line-height: 40px;
  }
  .sleep-c .content-box .leftbox .indiv .title span {
    font-size: 32px;
  }
  .sleep-c .content-box .leftbox .indiv .text {
    font-size: 14px;
  }
  .sleep-c .content-box .rightbox {
    height: 450px;
  }
  .sleep-c .content-box .rightbox .card-box {
    padding: 50px 32px 36px 38px;
  }
  .sleep-c .content-box .rightbox .card-box .top {
    margin-bottom: 26px;
  }
  .sleep-c .content-box .rightbox .card-box .title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 28px;
  }
  .sleep-c .content-box .rightbox .card-box .text {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    margin-bottom: 40px;
  }
  .sleep-c .content-box .rightbox .card-box .from {
    height: 88px;
  }
  .sleep-c {
    padding-top: 70px;
  }
  .sleep-c .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sleep-c .top-tag-box {
    padding-top: 30px;
    height: 96px;
  }
  .sleep-c .top-tag-box .item {
    font-size: 16px;
    height: 44px;
    line-height: 42px;
  }
  .sleep-c .bottom-box .leftbox .item .content .title {
    font-size: 18px;
    line-height: 20px;
  }
  .sleep-c .bottom-box .leftbox .item .content .text {
    font-size: 14px;
  }
  .shop-a .banner-box .swiper-slide .content-box .title {
    font-size: 42px;
    line-height: 52px;
  }
  .look-btn .text {
    font-size: 16px;
  }
  .ft48title {
    font-size: 42px;
    line-height: 1;
  }
  .shop-b {
    padding: 50px 0 90px;
  }
  .shop-b .title {
    margin-bottom: 30px;
  }
  .shop-b .search-box {
    width: 700px;
    height: 42px;
  }
  .shop-b .search-box input {
    font-size: 16px;
    padding: 0 40px 0 24px;
  }
  .shop-b .search-box .icon {
    right: 16px;
  }
  .shop-b .hot-box .wrapper .hot-txt {
    font-size: 16px;
  }
  .shop-c {
    padding-top: 70px;
  }
  .shop-c .link-box {
    padding-bottom: 70px;
  }
  .shop-d .ft48title {
    margin-bottom: 52px;
  }
  .shop-e .list .item {
    margin-bottom: 76px;
  }
  .shop-e .list .item .shop-car .shop-car-btn .icon {
    width: 18px;
  }
  .shop-e .list .item .shop-car .shop-car-btn span {
    font-size: 16px;
  }
  .shop-e .list .item .add-car-btn {
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 1282px) {
  .shop-a .banner-box .swiper-slide .content-box .title {
    font-size: 36px;
    line-height: 42px;
  }
  .ft48title {
    font-size: 36px;
  }
  .sleep-b .rightbox .swiper-slide {
    padding: 20px 20px 0;
    height: 220px;
  }
  .sleep-b .rightbox .swiper-slide .icon-top .icon {
    width: 50px;
    height: 50px;
  }
  .sleep-b .rightbox .swiper-slide .title {
    font-size: 18px;
  }
  .sleep-b .rightbox .swiper-slide .en {
    font-size: 14px;
    line-height: 1;
  }
  .sleep-c .bottom-box .leftbox {
    width: calc(100% - 330px);
  }
  .sleep-c .bottom-box .rightbox {
    width: 300px;
  }
  .sleep-c .bottom-box .rightbox .block-se .item {
    height: 80px;
  }
  .sleep-c .bottom-box .rightbox .block-se .item span {
    font-size: 16px;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag {
    height: 60px;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag .icon {
    width: 18px;
    height: 18px;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag .span {
    font-size: 16px;
  }
  .shop-b {
    padding: 45px 0 80px;
  }
  .shop-b .title {
    margin-bottom: 25px;
  }
  .shop-c .link-box {
    padding-bottom: 60px;
  }
  .shop-d .ft48title {
    margin-bottom: 42px;
  }
  .shop-d .content-box .item .img-box {
    margin-bottom: 30px;
  }
  .shop-d .content-box .item .title {
    font-size: 20px;
  }
  .shop-e .ft48title {
    margin-bottom: 35px;
  }
  .article-container .article-title {
    font-size: 36px;
    line-height: 1.6;
  }
  .article-container .goods-info .left-box .ft48title {
    line-height: 46px;
  }
  .article-container .goods-info .left-box .ft48title .btline::before {
    bottom: 2px;
  }
  .confirm-order-container .w1200 .top-step {
    margin-bottom: 60px;
  }
  .confirm-order-container .w1200 .address-box .list .item .td {
    font-size: 16px;
    height: 120px;
  }
  .goods-container-a .w1200 .rightbox .title {
    font-size: 20px;
    line-height: 28px;
  }
  .goods-container-a .w1200 .rightbox .yuan {
    font-size: 36px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .label {
    font-size: 16px;
    width: 90px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value {
    width: calc(100% - 90px);
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .b-tem,
  .goods-container-a .w1200 .rightbox .info-box .item .value .a-tem {
    font-size: 16px;
  }
  .goods-container-a .w1200 .rightbox .btn-box .btn {
    font-size: 16px;
  }
  .goods-container-b .block-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1025px) {
  .place-block {
    display: none;
  }
  .login-container {
    padding-top: 0;
  }
  .ft48title {
    font-size: 30px;
  }
  .sleep-a .banner-box .content-box .title {
    font-size: 30px;
    width: 700px;
    line-height: 42px;
  }
  .sleep-a .banner-box .content-box .search-box {
    width: 600px;
  }
  .sleep-b .rightbox .btn {
    display: none;
  }
  .sleep-c .top-tag-box .item {
    font-size: 14px;
    min-width: 126px;
  }
  .sleep-c .content-box .leftbox {
    height: 400px;
  }
  .sleep-c .content-box .leftbox .indiv {
    padding: 0 40px 0 38px;
  }
  .sleep-c .content-box .leftbox .indiv .time {
    margin-bottom: 10px;
  }
  .sleep-c .content-box .leftbox .indiv .title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
  }
  .sleep-c .content-box .rightbox {
    height: 400px;
  }
  .sleep-c .content-box .rightbox .card-box {
    padding: 40px 20px 0 20px;
  }
  .sleep-c .content-box .rightbox .card-box .top {
    font-size: 14px;
  }
  .sleep-c .content-box .rightbox .card-box .top .time {
    margin-right: 15px;
  }
  .sleep-c .content-box .rightbox .card-box .top .tag-box .tag {
    margin-right: 24px;
  }
  .sleep-c .content-box .rightbox .card-box .top .tag-box .tag::before {
    right: -13px;
  }
  .sleep-c .content-box .rightbox .card-box .title {
    font-size: 20px;
  }
  .sleep-c .content-box .rightbox .card-box .from {
    height: 66px;
  }
  .sleep-c .bottom-box .leftbox {
    width: calc(100% - 300px);
  }
  .sleep-c .bottom-box .leftbox .item {
    padding: 30px 0 20px;
  }
  .sleep-c .bottom-box .leftbox .item .img {
    width: 150px;
    height: 150px;
  }
  .sleep-c .bottom-box .leftbox .item .content {
    width: calc(100% - 184px);
  }
  .sleep-c .bottom-box .leftbox .item .content .text {
    margin-bottom: 22px;
  }
  .sleep-c .bottom-box .leftbox .item .content .from-box {
    margin-bottom: 28px;
  }
  .sleep-c .bottom-box .rightbox {
    width: 240px;
    padding-top: 35px;
  }
  .sleep-c .bottom-box .rightbox .block-title {
    font-size: 18px;
  }
  .sleep-c .bottom-box .rightbox .block-se .item {
    height: 60px;
  }
  .sleep-c .bottom-box .rightbox .block-se .item span {
    font-size: 14px;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag {
    height: 50px;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag .span {
    font-size: 14px;
  }
  .shop-a .banner-box .swiper-slide .content-box .title {
    font-size: 30px;
    line-height: 38px;
  }
  .shop-e .list .item {
    margin-bottom: 50px;
  }
  .shop-e .list .item .img-box {
    margin-bottom: 20px;
  }
  .shop-e .list .item .pro-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .shop-e .list .item .price {
    font-size: 12px;
  }
  .shop-container .w1400,
  .shop-container .w1200 {
    display: block;
  }
  .shop-container .w1400 .left-sidebar,
  .shop-container .w1200 .left-sidebar {
    width: 100%;
    overflow: auto;
    margin: 30px 0;
  }
  .shop-container .w1400 .left-sidebar::-webkit-scrollbar,
  .shop-container .w1200 .left-sidebar::-webkit-scrollbar {
    display: none;
  }
  .shop-container .w1400 .left-sidebar .in-wrapper,
  .shop-container .w1200 .left-sidebar .in-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
  .shop-container .w1400 .left-sidebar .in-wrapper .item,
  .shop-container .w1200 .left-sidebar .in-wrapper .item {
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 36px;
    height: 36px;
  }
  .shop-container .w1400 .left-sidebar .in-wrapper .item::after,
  .shop-container .w1200 .left-sidebar .in-wrapper .item::after {
    display: none;
  }
  .shop-container .w1400 .rightbox,
  .shop-container .w1200 .rightbox {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-address-box .top-block,
  .shop-container .w1200 .rightbox .shop-address-box .top-block {
    padding-bottom: 50px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .title,
  .shop-container .w1200 .rightbox .shop-address-box .title {
    font-size: 18px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box,
  .shop-container .w1200 .rightbox .shop-address-box .form-box {
    padding-top: 40px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item {
    margin-bottom: 18px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .label,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .label {
    font-size: 16px;
    width: 120px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value input,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value input {
    height: 40px;
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value textarea,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value textarea {
    margin-bottom: 20px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .el-btn,
  .shop-container .w1200 .rightbox .shop-address-box .el-btn {
    margin-left: 104px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .bottom-block,
  .shop-container .w1200 .rightbox .shop-address-box .bottom-block {
    padding-top: 40px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr {
    height: 110px;
  }
  .article-container .goods-info {
    margin-bottom: 50px;
  }
  .article-container .goods-info .left-box .ft48title {
    line-height: 38px;
  }
  .article-container .goods-info .left-box .ft48title .btline::before {
    bottom: 5px;
  }
  .article-container .goods-info .right-box .top-box {
    margin-bottom: 70px;
  }
  .article-container .goods-info .right-box .top-box .item {
    height: 66px;
    font-size: 16px;
  }
  .article-container .goods-info .right-box .btn-box .btn {
    font-size: 16px;
  }
  .article-container .goods-info-a .container {
    padding: 40px;
  }
  .article-container .article-container-b .w1120 .top-box .item {
    padding: 50px 50px 0 50px;
  }
  .article-container .article-container-b .w1120 .top-box .item .time-box {
    margin-bottom: 20px;
  }
  .article-container .article-container-b .w1120 .top-box .item .tl {
    font-size: 24px;
  }
  .article-container .article-container-b .w1120 .bottom-box .item {
    padding: 30px;
    height: 180px;
  }
  .article-container .article-container-b .w1120 .bottom-box .item .left {
    width: calc(100% - 140px);
  }
  .confirm-order-container .w1200 .address-box .list .item .td {
    height: 100px;
  }
  .confirm-order-container .w1200 .car-table {
    margin-bottom: 30px;
  }
  .confirm-order-container .w1200 .car-table .cell-box {
    padding: 20px 0;
  }
  .confirm-order-container .w1200 .bottom-control .left .label {
    font-size: 16px;
  }
  .shop-car-a .ft48title {
    margin-bottom: 20px;
  }
  .shop-car-a .car-table tr th {
    font-size: 16px;
    padding: 16px 0;
  }
  .shop-car-a .car-table td .info-box .title {
    font-size: 16px;
  }
  .shop-car-a .car-table .cell-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-step .item {
    margin-right: 35px;
  }
  .top-step .item .text {
    font-size: 14px;
  }
  .top-step .item::before,
  .top-step .item::after {
    width: 60px;
  }
  .ft48title {
    font-size: 24px;
  }
  .sleep-a .banner-box {
    height: 500px;
  }
  .sleep-a .banner-box .content-box {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
  }
  .sleep-a .banner-box .content-box .title {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }
  .sleep-a .banner-box .content-box .search-box {
    width: 100%;
  }
  .sleep-a .banner-box .content-box .hot-box {
    width: 100%;
  }
  .sleep-a .banner-box .content-box .hot-box .wrapper .hot-txt {
    font-size: 14px;
    white-space: nowrap;
  }
  .sleep-a .banner-box .content-box .hot-box .wrapper .hot-ul .item {
    margin-bottom: 10px;
  }
  .sleep-b {
    padding: 40px 0 50px;
  }
  .sleep-b .w1600 {
    flex-wrap: wrap;
  }
  .sleep-b .leftbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .sleep-b .rightbox {
    width: 100%;
  }
  .sleep-c {
    padding-top: 40px;
  }
  .sleep-c .block-title {
    font-size: 20px;
    line-height: 1;
  }
  .sleep-c .content-box {
    flex-wrap: wrap;
  }
  .sleep-c .content-box .leftbox {
    margin-bottom: 30px;
  }
  .sleep-c .content-box .rightbox {
    height: 340px;
  }
  .sleep-c .content-box .rightbox .top-scroll-view {
    height: auto;
    margin-bottom: 0;
  }
  .sleep-c .content-box .rightbox .card-box .top {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sleep-c .content-box .rightbox .card-box .top .tag-box .tag {
    margin-right: 14px;
  }
  .sleep-c .content-box .rightbox .card-box .top .tag-box .tag::before {
    right: -8px;
  }
  .sleep-c .content-box .rightbox .card-box .title {
    margin-bottom: 14px;
  }
  .sleep-c .content-box .rightbox .card-box .text {
    margin-bottom: 30px;
  }
  .sleep-c .content-box .rightbox .card-box .from {
    height: 44px;
  }
  .sleep-c .content-box .rightbox,
  .sleep-c .content-box .leftbox {
    width: 100%;
  }
  .sleep-c .bottom-box {
    flex-wrap: wrap;
    padding: 40px 24px;
  }
  .sleep-c .bottom-box .leftbox {
    padding-top: 0;
  }
  .sleep-c .bottom-box .leftbox .item {
    flex-wrap: wrap;
  }
  .sleep-c .bottom-box .leftbox .item .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sleep-c .bottom-box .leftbox .item .content {
    width: 100%;
  }
  .sleep-c .bottom-box .rightbox {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .sleep-c .bottom-box .rightbox,
  .sleep-c .bottom-box .leftbox {
    width: 100%;
  }
  .look-btn {
    height: 40px;
    width: 120px;
    padding: 0 14px 0 20px;
  }
  .look-btn .text {
    font-size: 14px;
  }
  .shop-a .banner-box .swiper-pagination {
    bottom: 20px;
  }
  .shop-a .banner-box .swiper-slide .img-box {
    overflow: hidden;
  }
  .shop-a .banner-box .swiper-slide .img-box img {
    width: 200%;
    transform: translate(-25%);
    max-width: 200%;
  }
  .shop-a .banner-box .swiper-slide .content-box .tit {
    font-size: 14px;
  }
  .shop-a .banner-box .swiper-slide .content-box .title {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-b {
    padding-bottom: 50px;
  }
  .shop-b .search-box {
    width: 100%;
  }
  .shop-b .search-box input {
    font-size: 14px;
  }
  .shop-b .hot-box {
    width: 100%;
  }
  .shop-b .hot-box .wrapper .hot-txt {
    font-size: 14px;
    white-space: nowrap;
  }
  .shop-b .hot-box .wrapper .hot-ul .item {
    margin-bottom: 10px;
  }
  .shop-c .link-box {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .shop-c .link-box .left .ft48title {
    margin-bottom: 20px;
  }
  .shop-c .link-box .left .te {
    font-size: 14px;
    line-height: 1.5;
  }
  .shop-c .link-box .right {
    padding-top: 25px;
  }
  .shop-d .ft48title {
    margin-bottom: 30px;
  }
  .shop-d .content-box {
    flex-wrap: wrap;
  }
  .shop-d .content-box .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .shop-e .ft48title {
    margin-bottom: 30px;
  }
  .shop-e .list .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .shop-e .list .item .shop-car .shop-car-btn {
    opacity: 1;
  }
  .shop-e .list .item .add-car-btn {
    opacity: 1;
  }
  .shop-container {
    background: #fff;
    padding: 0 0 30px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail,
  .shop-container .w1200 .rightbox .shop-order-detail {
    padding: 0;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top,
  .shop-container .w1200 .rightbox .shop-order-detail .top {
    flex-wrap: wrap;
    padding-top: 30px;
    height: auto;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top .left,
  .shop-container .w1200 .rightbox .shop-order-detail .top .left,
  .shop-container .w1400 .rightbox .shop-order-detail .top .right,
  .shop-container .w1200 .rightbox .shop-order-detail .top .right {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top .left .icon,
  .shop-container .w1200 .rightbox .shop-order-detail .top .left .icon {
    width: 36px;
    height: 36px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top .left .text,
  .shop-container .w1200 .rightbox .shop-order-detail .top .left .text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top .right,
  .shop-container .w1200 .rightbox .shop-order-detail .top .right {
    padding: 0;
    padding: 20px 15px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .top .right .wrapper .item .text,
  .shop-container .w1200 .rightbox .shop-order-detail .top .right .wrapper .item .text {
    width: calc(100% - 90px);
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table {
    border: none;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table thead,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table thead {
    display: none;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table tr,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box {
    padding: 0;
    flex-shrink: 0;
    flex: 1;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .title,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .info .title {
    font-size: 16px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .count-box .count .img-box {
    flex-shrink: 0;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .price-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .price-box {
    width: auto;
    margin-right: 4px;
    display: flex;
    align-items: flex-start;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .status-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .status-box {
    width: auto;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .status-box .status,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .status-box .status {
    white-space: nowrap;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .status-box .status::before,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .status-box .status::before {
    content: 'x';
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .operation-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .operation-box {
    width: 100%;
    padding: 0;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .order-table .operation-box .operation,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .order-table .operation-box .operation {
    text-align: right;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box {
    flex-wrap: wrap;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .left,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 13px;
    font-size: 16px;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-order-detail .bottom .bottom-box .right .item,
  .shop-container .w1200 .rightbox .shop-order-detail .bottom .bottom-box .right .item {
    font-size: 16px;
  }
  .shop-container .w1400 .rightbox .shop-address-box,
  .shop-container .w1200 .rightbox .shop-address-box {
    padding: 0;
  }
  .shop-container .w1400 .rightbox .shop-address-box .top-block,
  .shop-container .w1200 .rightbox .shop-address-box .top-block {
    padding-bottom: 30px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box,
  .shop-container .w1200 .rightbox .shop-address-box .form-box {
    padding-top: 20px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item {
    flex-wrap: wrap;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .label,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .label {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-address-box .form-box .form-item .value select,
  .shop-container .w1200 .rightbox .shop-address-box .form-box .form-item .value select {
    height: 40px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .el-btn,
  .shop-container .w1200 .rightbox .shop-address-box .el-btn {
    width: 100%;
    margin: 0 auto;
  }
  .shop-container .w1400 .rightbox .shop-address-box .bottom-block,
  .shop-container .w1200 .rightbox .shop-address-box .bottom-block {
    padding-top: 30px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table,
  .shop-container .w1200 .rightbox .shop-address-box .address-table {
    border: none;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr {
    height: auto;
    flex-wrap: wrap;
    border-bottom: none;
    padding: 10px 0;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .name-td,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .name-td,
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .phone-td,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .phone-td {
    width: auto;
    line-height: 30px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .name-td,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .name-td {
    font-weight: bold;
    padding-right: 10px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .address-td,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .address-td {
    width: 100%;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .tr .operation-td .btn-box,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .tr .operation-td .btn-box {
    justify-content: flex-end;
  }
  .shop-container .w1400 .rightbox .shop-address-box .address-table .thead,
  .shop-container .w1200 .rightbox .shop-address-box .address-table .thead {
    display: none;
  }
  .shop-container .w1400 .rightbox .goods-info-box,
  .shop-container .w1200 .rightbox .goods-info-box {
    padding: 0;
  }
  .shop-container .w1400 .rightbox .goods-info-box .top,
  .shop-container .w1200 .rightbox .goods-info-box .top {
    display: block;
  }
  .shop-container .w1400 .rightbox .goods-info-box .top .item,
  .shop-container .w1200 .rightbox .goods-info-box .top .item {
    display: flex;
    height: auto;
    width: 100%;
    padding: 0;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .shop-container .w1400 .rightbox .goods-info-box .top .item .icon,
  .shop-container .w1200 .rightbox .goods-info-box .top .item .icon {
    width: 44px;
    margin: 0 10px 0 0;
  }
  .shop-container .w1400 .rightbox .goods-info-box .top .item .text,
  .shop-container .w1200 .rightbox .goods-info-box .top .item .text {
    font-size: 16px;
  }
  .shop-container .w1400 .rightbox .goods-info-box .bottom,
  .shop-container .w1200 .rightbox .goods-info-box .bottom {
    padding: 30px 0;
  }
  .shop-container .w1400 .rightbox .goods-info-box .bottom .price-box,
  .shop-container .w1200 .rightbox .goods-info-box .bottom .price-box {
    margin-bottom: 26px;
  }
  .shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .text,
  .shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .text {
    display: none;
  }
  .shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper,
  .shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper {
    padding: 0 5%;
  }
  .shop-container .w1400 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item,
  .shop-container .w1200 .rightbox .goods-info-box .bottom .pay-manner-box .wrapper .item {
    width: 30%;
  }
  .shop-container .w1400 .rightbox .goods-payed .wrapper,
  .shop-container .w1200 .rightbox .goods-payed .wrapper {
    padding-left: 5%;
  }
  .shop-container .w1400 .rightbox .sleep-order-box,
  .shop-container .w1200 .rightbox .sleep-order-box {
    padding: 0;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-order-table,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-order-table {
    display: none;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order {
    display: block;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .top,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .top .order-number-box,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .top .order-number-box {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 15px;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .top .label,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .top .label {
    font-weight: bold;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 28px;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box .name,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box .name {
    font-size: 16px;
    color: #333;
    width: calc(100% - 140px);
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box .price,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .name-box .price {
    width: 80px;
    font-size: 12px;
    color: #ccc;
    text-align: right;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .real,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .real {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 1;
    padding-right: 15px;
  }
  .shop-container .w1400 .rightbox .sleep-order-box .sleep-mobile-order .item .real span,
  .shop-container .w1200 .rightbox .sleep-order-box .sleep-mobile-order .item .real span {
    font-size: 12px;
    margin-left: 5px;
  }
  .shop-container .w1400 .rightbox .shop-order-box,
  .shop-container .w1200 .rightbox .shop-order-box {
    padding: 0;
  }
  .shop-container .w1400 .rightbox .shop-order-box .top-tab,
  .shop-container .w1200 .rightbox .shop-order-box .top-tab {
    justify-content: space-between;
  }
  .shop-container .w1400 .rightbox .shop-order-box .top-tab .tab-item,
  .shop-container .w1200 .rightbox .shop-order-box .top-tab .tab-item {
    white-space: nowrap;
    margin-right: 0;
    font-size: 14px;
    padding: 15px 0;
  }
  .shop-container .w1400 .rightbox .shop-order-box .thead,
  .shop-container .w1200 .rightbox .shop-order-box .thead {
    display: none;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .top,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .top {
    padding: 0 15px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom {
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .goods-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .goods-td {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .price-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .price-td {
    width: 50px;
    flex-direction: row;
    justify-content: flex-end;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .price-td .price,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .price-td .price {
    text-align: right;
    color: #333;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .count-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .count-td {
    position: absolute;
    right: 10px;
    top: 30px;
    width: auto;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .count-td .count,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .count-td .count {
    color: #ccc;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .count-td::before,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .count-td::before {
    content: 'x';
    position: absolute;
    right: 100%;
    top: -1px;
    margin-right: 5px;
    color: #ccc;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box img,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .img-box img {
    width: 100%;
    height: 100%;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .title,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .title {
    font-size: 14px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .text,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .td .inwrapper .info .text {
    font-size: 12px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .real-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .real-td {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
    padding-right: 10px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .status-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .status-td {
    width: 100%;
    margin-bottom: 5px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .status-td .status,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .status-td .status {
    display: flex;
    padding: 0 15px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .status-td .status .item,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .status-td .status .item {
    padding: 10px 0;
    margin-right: 10px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td {
    width: 100%;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .operation,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .operation {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn,
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text {
    margin: 0;
    margin-right: 10px;
  }
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn:last-child,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .btn:last-child,
  .shop-container .w1400 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text:last-child,
  .shop-container .w1200 .rightbox .shop-order-box .tbody .tr .bottom .operation-td .text:last-child {
    margin-right: 0;
  }
  .article-container .article-container-a {
    display: none;
  }
  .article-container .article-container-b .w1120 {
    padding: 30px 0;
  }
  .article-container .article-container-b .w1120 .title {
    margin-bottom: 20px;
  }
  .article-container .article-container-b .w1120 .top-box {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .article-container .article-container-b .w1120 .top-box .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    height: auto;
  }
  .article-container .article-container-b .w1120 .top-box .item .time-box {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .article-container .article-container-b .w1120 .top-box .item .tl {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 1.6;
  }
  .article-container .article-container-b .w1120 .top-box .item .text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .article-container .article-container-b .w1120 .top-box .item:last-child {
    margin-bottom: 0;
  }
  .article-container .article-container-b .w1120 .bottom-box {
    flex-wrap: wrap;
  }
  .article-container .article-container-b .w1120 .bottom-box .item {
    width: 100%;
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
  }
  .article-container .article-container-b .w1120 .bottom-box .item .left {
    width: calc(100% - 120px);
  }
  .article-container .article-container-b .w1120 .bottom-box .item .right {
    width: 100px;
  }
  .article-container .article-container-b .w1120 .bottom-box .item:last-child {
    margin-bottom: 0;
  }
  .confirm-order-container .w1200 .top-step {
    margin-bottom: 40px;
  }
  .confirm-order-container .w1200 .address-box {
    margin-bottom: 40px;
  }
  .confirm-order-container .w1200 .address-box .title {
    font-size: 16px;
  }
  .confirm-order-container .w1200 .address-box .list .item {
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
    padding: 15px 0 15px 30px;
  }
  .confirm-order-container .w1200 .address-box .list .item .td {
    height: auto;
  }
  .confirm-order-container .w1200 .address-box .list .item .check-td {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .confirm-order-container .w1200 .address-box .list .item .name-td,
  .confirm-order-container .w1200 .address-box .list .item .phone-td {
    width: auto;
  }
  .confirm-order-container .w1200 .address-box .list .item .address-td {
    width: 100%;
  }
  .confirm-order-container .w1200 .address-box .add-btn-box .add-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .confirm-order-container .w1200 .address-box .add-btn-box .add-btn::before {
    position: static;
    margin-right: 4px;
    transform: translateY(0);
  }
  .confirm-order-container .w1200 .car-table .cell-box {
    padding: 0;
  }
  .confirm-order-container .w1200 .car-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
  }
  .confirm-order-container .w1200 .car-table tbody tr:first-child {
    display: none;
  }
  .confirm-order-container .w1200 .car-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .confirm-order-container .w1200 .car-table td .size {
    text-align: right;
  }
  .confirm-order-container .w1200 .car-table td .info-box {
    align-items: flex-start;
  }
  .confirm-order-container .w1200 .car-table td .info-box .img {
    flex-shrink: 0;
  }
  .confirm-order-container .w1200 .car-table td .info-box .title {
    width: calc(100% - 100px);
    font-size: 16px;
  }
  .confirm-order-container .w1200 .car-table td:nth-child(1) {
    width: calc(100% - 80px);
  }
  .confirm-order-container .w1200 .car-table td:nth-child(2) {
    position: absolute;
    display: none;
  }
  .confirm-order-container .w1200 .car-table td:nth-child(2) .cell-box .size {
    font-size: 12px;
    white-space: nowrap;
  }
  .confirm-order-container .w1200 .car-table td:nth-child(3) {
    width: 80px;
  }
  .confirm-order-container .w1200 .car-table td:nth-child(4) {
    width: auto;
    position: absolute;
    right: 0;
    top: 26px;
  }
  .confirm-order-container .w1200 .car-table td:nth-child(4)::after {
    content: 'x';
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 4px;
  }
  .confirm-order-container .w1200 .car-table td:last-child {
    width: 100%;
  }
  .confirm-order-container .w1200 .car-table td:last-child .tl {
    font-size: 16px;
  }
  .confirm-order-container .w1200 .bottom-control {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .confirm-order-container .w1200 .bottom-control .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .confirm-order-container .w1200 .bottom-control .left .label {
    font-size: 14px;
  }
  .confirm-order-container .w1200 .bottom-control .left input {
    font-size: 14px;
    flex: 1;
  }
  .confirm-order-container .w1200 .bottom-control .rightbox {
    width: 100%;
  }
  .confirm-order-container .w1200 .bottom-control .rightbox .top {
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .confirm-order-container .w1200 .bottom-control .rightbox .top .te {
    font-size: 16px;
  }
  .confirm-order-container .w1200 .bottom-control .rightbox .btm {
    font-size: 14px;
  }
  .confirm-order-container .w1200 .submit-btn-box {
    padding-top: 30px;
  }
  .confirm-order-container .w1200 .submit-btn-box .btn {
    width: 100%;
  }
  .pay-order-container .w1200 {
    padding: 30px 0;
  }
  .pay-order-container .top-step {
    margin-bottom: 30px;
  }
  .pay-order-container .top-block {
    padding-bottom: 20px;
  }
  .pay-order-container .top-block .leftbox {
    font-size: 16px;
  }
  .pay-order-container .pay-manager {
    height: auto;
  }
  .pay-order-container .pay-manager .item {
    margin-right: 10px;
  }
  .pay-order-container .pay-manager .item:last-child {
    margin-right: 0;
  }
  .pay-order-container .pay-manager .item .check-box {
    margin-right: 10px;
  }
  .pay-order-container .pay-manager .item img {
    width: 70px;
  }
  .pay-order-container .submit-btn-box .btn {
    font-size: 16px;
  }
  .shop-car-a {
    padding: 0 0 30px;
  }
  .shop-car-a .rightbox {
    padding: 0;
  }
  .shop-car-a .car-table .cell-box {
    padding: 0;
  }
  .shop-car-a .car-table thead {
    display: none;
  }
  .shop-car-a .car-table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .shop-car-a .car-table tr .check-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .shop-car-a .car-table tr td {
    display: block;
  }
  .shop-car-a .car-table tr td:nth-child(1) {
    width: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 40px;
    margin-bottom: 10px;
  }
  .shop-car-a .car-table tr td .info-box {
    align-items: flex-start;
  }
  .shop-car-a .car-table tr td .info-box .title {
    width: calc(100% - 95px);
  }
  .shop-car-a .car-table tr td .info-box .title .title-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .shop-car-a .car-table tr td .info-box .title .text {
    display: block;
    font-size: 14px;
    color: #ccc;
  }
  .shop-car-a .car-table tr td .info-box .img {
    margin-right: 15px;
  }
  .shop-car-a .car-table tr td:nth-child(3),
  .shop-car-a .car-table tr td:nth-child(2) {
    display: none;
  }
  .shop-car-a .car-table tr td:nth-child(4) {
    padding-left: 30px;
    width: auto;
    flex: 1;
  }
  .shop-car-a .car-table tr td:nth-child(4) .number-box {
    justify-content: flex-end;
  }
  .shop-car-a .car-table tr td:nth-child(5) {
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 10px;
    line-height: 24px;
  }
  .shop-car-a .car-table tr td:nth-child(6) {
    width: auto;
    position: absolute;
    top: 30px;
    right: -10px;
  }
  .shop-car-a .bottom-control {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .shop-car-a .bottom-control .leftbox {
    padding-top: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop-car-a .bottom-control .leftbox .check-box {
    margin-right: 12px;
  }
  .shop-car-a .bottom-control .rightbox {
    width: 100%;
  }
  .shop-car-a .bottom-control .rightbox .top {
    justify-content: flex-end;
  }
  .shop-car-a .last-btn-box {
    width: 100%;
  }
  .shop-car-a .last-btn-box .btn {
    width: 47.5%;
  }
  .login-container .login-bg {
    padding-top: 40px;
  }
  .login-container .login-bg .model-box {
    position: static;
    transform: none;
    width: 90%;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .login-container .login-bg .model-box .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .login-container .login-bg .model-box .submit-btn {
    font-size: 16px;
  }
  .goods-container-a {
    margin-bottom: 30px;
  }
  .goods-container-a .w1200 {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .goods-container-a .w1200 .left-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .goods-container-a .w1200 .left-box .top-big {
    display: none;
  }
  .goods-container-a .w1200 .left-box .small-img-swiper {
    height: auto;
  }
  .goods-container-a .w1200 .left-box .small-img-swiper .swiper-slide img {
    width: 100%;
  }
  .goods-container-a .w1200 .rightbox {
    width: 100%;
  }
  .goods-container-a .w1200 .rightbox .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .goods-container-a .w1200 .rightbox .yuan {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .goods-container-a .w1200 .rightbox .yuan span {
    font-size: 12px;
    position: relative;
    top: -2px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item {
    display: block;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .label {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .b-tem,
  .goods-container-a .w1200 .rightbox .info-box .item .value .a-tem {
    height: 36px;
    margin-right: 12px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .b-tem .icon,
  .goods-container-a .w1200 .rightbox .info-box .item .value .a-tem .icon {
    width: 28px;
    height: 28px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .b-tem .text,
  .goods-container-a .w1200 .rightbox .info-box .item .value .a-tem .text {
    line-height: 36px;
    font-size: 14px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .count-box {
    height: 36px;
    width: 156px;
  }
  .goods-container-a .w1200 .rightbox .info-box .item .value .count-box .icon {
    width: 35px;
  }
  .goods-container-a .w1200 .rightbox .btn-box .btn {
    width: 47.5%;
  }
}


@media screen and (max-width: 767px) {
  .sleep-c .content-box .rightbox{
    flex-flow:row wrap;
  }
  .sleep-c .content-box .rightbox .card-box{
    width:100%;
  }
  .sleep-c .content-box .rightbox .card-box .look-btn-a{
    margin-top:1rem;
  }
  .sleep-c .content-box .rightbox{
    height:auto;
  }
  .sleep-c .bottom-box .rightbox .tag-box .tag{
    width:100%;
  }
}