/* gift_shop public style */
a:hover {
  color: #F09115;
}

.layui-btn-normal {
  background: #F09115;
}

.layui-btn-primary {
  border: #F09115;
  background: rgba(240, 145, 21, 0.22);
  color: #F09115;
}

.layui-btn-primary:hover {
  background: #F09115;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #F09115 !important;
  background-color: #F09115;
}

.comfirn-style .layui-layer-btn .layui-layer-btn0 {
  border-color: #F09115;
  background-color: #F09115;
}

.layui-tab .layui-tab-title li.layui-this {
  color: #F09115;
}

.layui-tab .layui-tab-title .layui-this:after {
  border-top: 2px solid #F09115;
}

/* gift_shop public style */

.gift-shop-header {
  padding: 36px 0;
  background: #FFF;
}

.gift-shop-header .w {
  display: flex;
  align-items: center;
}

.gift-shop-header .logo-wrapper {
  flex: 0 0 228px;
  width: 228px;
}

.gift-shop-header .logo-wrapper img {
  width: 100%;
}

.gift-shop-header .nav-wrapper {
  margin-left: 150px;
  display: flex;
}

.gift-shop-header .nav-wrapper .link {
  padding: 0 25px;
  font-size: 16px;
}

.gift-shop-header .nav-wrapper .link.active {
  color: #F09115;
  font-weight: bold;
}


.gift-shop-header .search-wrapper {
  margin-left: 35px;
  display: flex;
}

.gift-shop-header .search-input {
  width: 280px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #F09115;
  padding: 0 20px;
}


.gift-shop-header .search-input input {
  width: 100%;
  height: 100%;
  border: none;
}

.gift-shop-header .search-input input::placeholder {
  color: #999;
  font-size: 14px;
}

.gift-shop-header .search-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #F09115;
  text-align: center;
  cursor: pointer;
}

.gift-shop-header .search-btn .iconfont {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.gift-shop-header .point-wrapper {
  flex: 1;
  text-align: center;
}

.gift-shop-header .point-wrapper .point {
  font-size: 24px;
  font-weight: bold;
  color: #F09115;
  height: 32px;
  line-height: 32px;
}

.gift-shop-header .point-wrapper .txt {
  color: #999;
  font-size: 12px;
  margin-top: 2px;
}

.gift-shop-header .giftshop-cart {
  font-size: 0;
  position: relative;
}

.gift-shop-header .giftshop-cart .cart-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #1581F0;
  margin-right: 12px;
}

.gift-shop-header .giftshop-cart .cart-wrapper .icon_cart {
  font-size: 32px;
}

.gift-shop-header .giftshop-cart .cart-wrapper .cart_count {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #AB0000;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  right: 12px;
  top: 2px;
}

.gift-shop-header .giftshop-cart .cart-wrapper .txt {
  font-size: 12px;
  margin-top: 2px;
}

.gift-shop-header .giftcart-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 370px;
  background: #fff;
  z-index: 99;
  padding-top: 20px;
  text-align: center;
}

.gift-shop-header .giftcart-wrapper .container {
  box-shadow: 0px 0px 21px 0px rgba(123, 123, 123, 0.34);
  line-height: 1;
}

.gift-shop-header .seller-list {
  padding: 15px;
  height: 303px;
  overflow: scroll;
}

.gift-shop-header .seller-list .item {
  margin-bottom: 16px;
}

.gift-shop-header .seller-list .item:last-child {
  margin-bottom: 0;
}

.gift-shop-header .seller-list .img-wrapper {
  display: table-cell;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
}

.gift-shop-header .seller-list .img-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.gift-shop-header .seller-list .img-wrapper img {
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gift-shop-header .seller-list .info-wrapper {
  display: table-cell;
  font-size: 12px;
  color: #333;
  text-align: left;
  width: 175px;
  vertical-align: middle;
  padding: 0 10px;
}

.gift-shop-header .seller-list .info-wrapper .classcode {
  margin-top: 12px;
  color: #999;
}

.gift-shop-header .seller-list .price {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #F09115;
  margin-right: 14px;
  width: 60px;
}

.gift-shop-header .seller-list .close-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.gift-shop-header .seller-list .ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/ic_close.png) no-repeat 0 0 / 16px 16px;
  cursor: pointer;
}

.gift-shop-header .total-wrapper {
  display: table;
  width: 100%;
  height: 70px;
  background: #EBF5FF;
  padding: 0 20px 0 14px;
}

.gift-shop-header .total-wrapper .total-num {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  color: #999;
}

.gift-shop-header .total-wrapper .total-num .price {
  color: #F09115;
  margin-top: 10px;
}

.gift-shop-header .total-wrapper .layui-btn {
  height: 40px;
  margin-top: 15px;
  float: right;
}

/* i-main */
.i-main {
  padding: 20px 0 70px;
  background: #F5F5F5;
}

.i-main .w {
  display: flex;
}

.i-main .point-main-l {
  flex: 0 0 250px;
}


.i-main .point-main-l .base-info {
  width: 100%;
  height: 138px;
  display: flex;
  flex-direction: column;
  background: #F09115;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.i-main .point-main-l .base-info .company {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

.i-main .point-main-l .base-info .name {
  font-size: 12px;
  color: #FFF;
  margin-top: 6px
}

.i-main .point-main-l .base-info .point-block {
  width: 106px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 12px auto 0;
}

.i-main .point-main-l .base-info .point-block .point {
  margin-left: 4px;
}

.i-main .point-main-l .base-info .welcome {
  font-size: 14px;
  color: #FFF;
}

.i-main .point-main-l .base-info .login-btn {
  width: 106px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
}

.i-main .point-main-l .nav-list {
  margin-top: 10px;
  background: #FFF;
  max-height: 730px;
  overflow: scroll;
}

.i-main .point-main-l .nav-list .item {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.i-main .point-main-l .nav-list .item a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.i-main .point-main-l .nav-list .item::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #F09115;
  display: none;
}

.i-main .point-main-l .nav-list .item.active {
  background: rgba(240, 145, 21, 0.22);
  padding-right: 6px;
}

.i-main .point-main-l .nav-list .item.active a {
  font-weight: bold;
  color: #F49E2E;
}

.i-main .point-main-l .nav-list .item.active::after {
  display: block;
}

.i-main .point-main-l .nav-list .item:hover {
  background: rgba(240, 145, 21, 0.22);
  padding-right: 6px;
}

.i-main .point-main-l .nav-list .item:hover a {
  font-weight: bold;
  color: #F49E2E;
}

.i-main .point-main-l .nav-list .item:hover::after {
  display: block;
}

.i-main .point-main-r {
  margin-left: 20px;
  flex: 1;
}

.i-main .keyword-wrapper {
  background: #FFF;
  padding: 20px;
  margin-bottom: 12px;
  font-size: 14px;
}

.i-main .keyword-wrapper .keyword {
  color: #F09115;
  MARGIN: 0 4px;
  font-weight: bold;
}

.i-main .point-area-wrapper {
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 20px;
}

.i-main .point-area-wrapper>.title {
  color: #333;
  font-size: 14px;
  flex: 0 0 70px;
}

.i-main .point-area-wrapper .list .item {
  display: inline-block;
  padding: 6px;
}

.i-main .point-area-wrapper .list .item a {
  font-size: 14px;
}

.i-main .point-area-wrapper .list .item.active a {
  color: #F09115;
  font-weight: bold;
}

.i-main .point-area-wrapper .point-wrapper {
  margin-left: 12px;
  flex: 0 0 240px;
}

.i-main .point-area-wrapper .point-wrapper .point-area-ipt {
  width: 100px;
  height: 30px;
  border: 1px solid #E5E5E5;
  opacity: 1;
  padding: 0 12px;
  text-align: center;
  font-size: 12px;
}

.i-main .point-area-wrapper .point-wrapper .line {
  display: inline-block;
  width: 26px;
  text-align: center;
  color: #333;
}

.i-main .point-main-header {
  height: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.i-main .screen-list {
  height: 30px;
  flex: 1;
}

.i-main .screen-list .item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  font-size: 14px;
  border-right: 1px solid #E5E5E5;
  vertical-align: top;
  text-align: center;
  position: relative;
}


.i-main .screen-list .item.active .txt,
.i-main .screen-list .item:hover .txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #F09115;
}

.i-main .screen-list .item::after {
  content: ' ';
  position: absolute;
  bottom: -15px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #F09115;
  display: none;
}

.i-main .screen-list .item.active::after,
.i-main .screen-list .item:hover::after {
  display: block;
}

.i-main .screen-list .point-screen {
  display: inline-flex;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.i-main .screen-list .point-screen:hover .txt {
  color: #F09115;
}

.i-main .screen-list .point-screen .sort-wrapper .icon-asc {
  margin-top: 3px;
}

.i-main .screen-list .point-screen .sort-wrapper .iconfont {
  display: block;
  height: 12px;
  line-height: 12px;
  color: #CCC;
  margin-left: 16px;
  font-size: 12px;
  cursor: pointer;
}

.i-main .screen-list .point-screen.asc .icon-asc {
  color: #F09115;
}

.i-main .screen-list .point-screen.desc .icon-desc {
  color: #F09115;
}

.i-main .records-wrapper {
  margin-right: 12px;
  font-size: 14px;
  color: #999;
}

.i-main .records-wrapper .records {
  color: #F09115;
  MARGIN: 0 4px;
}

.i-main .main-page-wrapper {
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  margin-right: 15px;
  display: flex;
  width: 100px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}

.i-main .main-page-wrapper .main-page-arrow.disabled {
  cursor: not-allowed;
}

.i-main .main-page-wrapper .main-page-arrow.disabled:hover {
  color: #999;
}

.i-main .main-page-wrapper .iconfont {
  font-size: 12px;
  font-weight: bold;
}

.i-main .main-page-wrapper .page-wrapper {
  flex: 1;
  text-align: center;
}

.i-main .main-page-wrapper .page-wrapper .nowpage {
  color: #F09115;
}


.i-main .point-pros-list {
  margin-top: 10px;
  font-size: 0;
}

.i-main .point-pros-list .item {
  display: inline-block;
  width: 225px;
  padding: 20px 12px;
  background: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
}

.i-main .point-pros-list .item:hover {
  box-shadow: 0px 0px 6px 0px rgba(240, 145, 21, 0.29);
}

.i-main .point-pros-list .item:nth-child(4n) {
  margin-right: 0;
}

.i-main .point-pros-list .item:nth-last-child(4) {
  margin-bottom: 0;
}

.i-main .point-pros-list .item .img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-main .point-pros-list .item .img-wrapper img {
  max-width: 100%;
  max-width: 100%;
}

.i-main .point-pros-list .item .title {
  width: 100%;
  min-height: 36px;
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-main .point-pros-list .item .info-wrapper {
  margin-top: 10px;
  display: flex;
}

.i-main .point-pros-list .item .info-wrapper .info-l {
  flex: 1;
}

.i-main .point-pros-list .info-wrapper .point-wrapper {
  margin-top: 12px;
}

.i-main .point-pros-list .info-wrapper .point-wrapper .iconfont {
  color: #F09115;
  font-weight: bold;
  margin-right: 4px;
}

.i-main .point-pros-list .info-wrapper .point-wrapper .point {
  font-size: 12px;
  color: #AB0000;
}

.i-main .point-pros-list .info-wrapper .point-wrapper .point .count {
  font-size: 14px;
  font-weight: bold;
}

.i-main .point-pros-list .info-wrapper .info-r {
  flex: 0 0 80px;
  display: flex;
  align-items: flex-end;
}

.i-main .point-pros-list .info-wrapper .info-r .exchange-btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.i-main .pointmall-page-wrapper {
  background: #FFF;
}

.i-main .empty-data-wrapper {
  width: 100%;
  text-align: center;
  padding: 140px 0;
  background: #FFF;
}

.i-main .empty-data-wrapper .tips {
  font-size: 14px;
  margin-top: 16px;
  color: #999;
}

/* i-main */

/* 商品详情 */
.p-main {
  padding: 0 0 20px;
}

.p-main .product-base-wrapper {
  border: 1px solid #E5E5E5;
  padding: 30px;
  display: flex;
}

.p-main .product-base-wrapper .carousel-wrapper {
  flex: 0 0 490px;
}

.p-main .product-base-wrapper .main-img-wrapper {
  width: 490px;
  height: 490px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.p-main .product-base-wrapper .main-img-wrapper .main-img {
  max-width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.p-main .product-base-wrapper .preview-list {
  font-size: 0;
  width: 490px;
  padding: 12px 0;
}

.p-main .product-base-wrapper .preview-list::-webkit-scrollbar {
  width: 1px;
  height: 6px;
}

.p-main .product-base-wrapper .preview-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}

.p-main .product-base-wrapper .preview-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fff;
}

.p-main .product-base-wrapper .preview-list .preview-item {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 4px
}

.p-main .product-base-wrapper .preview-list .preview-item.active {
  border: 2px solid #F09115;
}

.p-main .product-base-wrapper .preview-list .preview-item:nth-child(5n) {
  margin-right: 0;
}

.p-main .product-base-wrapper .preview-list .preview-item .preview-pic {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.p-main .product-base-wrapper .info-wrapper {
  margin-left: 30px;
}

.p-main .product-base-wrapper .info-wrapper>.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.p-main .product-base-wrapper .price-wrapper {
  margin: 20px 0;
  width: 520px;
  background: #F8F8F8;
  font-size: 14px;
  color: #999;
  padding: 12px 20px;
}

.p-main .product-base-wrapper .price-wrapper .wrapper {
  display: flex;
  line-height: 40px;
}

.p-main .product-base-wrapper .price-wrapper .wrapper>.title {
  flex: 0 0 80px;
}

.p-main .product-base-wrapper .price-wrapper .content {
  display: flex;
  align-items: center;
}

.p-main .product-base-wrapper .price-wrapper .content .iconfont {
  color: #F09115;
  margin-right: 6px;
  font-weight: bold;
}

.p-main .product-base-wrapper .price-wrapper .content .point {
  color: #AB0000;
}

.p-main .product-base-wrapper .price-wrapper .content .point .count {
  font-size: 24px;
  font-weight: bold;
  margin-right: 4px;
}

.p-main .product-base-wrapper .price-wrapper .content .vip {
  display: inline-block;
  font-size: 12px;
  color: #F09115;
  opacity: 1;
  background: #363C51;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  margin-left: 12px;
}

.p-main .product-base-wrapper .price-wrapper .content .vip .iconfont {
  margin-right: 2px;
  font-size: 14px;
}

.p-main .product-base-wrapper .price-wrapper .content .vip-illustrate {
  line-height: 16px;
  color: #007FC8;
  margin-left: 12px;
}

.p-main .product-base-wrapper .price-wrapper .content .vip-illustrate:hover {
  color: #F09115;
}

.p-main .delivery-address-wrapper {
  margin-bottom: 12px;
  position: relative;
}

.p-main .delivery-address-wrapper>.title {
  color: #333;
  font-size: 18px;
}

.p-main .delivery-address-wrapper .address-wrapper {
  margin-top: 12px
}

.p-main .delivery-address-wrapper .location-wrapper {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  padding: 0 60px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background-color: #F8F8F8;
  position: relative;
}

.p-main .delivery-address-wrapper .location-wrapper .iconfont {
  color: #F09115;
  font-size: 30px;
  vertical-align: top;
}

.p-main .delivery-address-wrapper .location {
  margin-left: 4px;
  font-size: 16px;
}

.p-main .delivery-address-wrapper .stock-wrapper {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #999;
}

.p-main .delivery-address-wrapper .stock-wrapper.stock {
  color: #F09115;
}

.p-main .area-select-wrapper {
  position: absolute;
  background: #FFF;
  width: 470px;
  z-index: 2;
  border: 2px solid #E5E5E5;
  padding: 12px;
  line-height: 1;
  left: 0;
  top: 60px
}

.p-main .area-select-wrapper .select-list {
  width: 100%;
  height: 34px;
  border-bottom: 2px solid #F09115;
}

.p-main .area-select-wrapper .select-list li {
  display: inline-block;
  line-height: 34px;
  font-size: 12px;
  color: #999;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
}

.p-main .area-select-wrapper .select-list li.areaS {
  background: #F09115;
  color: #FFF;
}

.p-main .area-content {
  min-height: 100px;
}

.p-main .area-content-list li {
  display: inline-block;
  width: 110px;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
}

.p-main .area-content-list li.active a {
  color: #F09115;
}

.p-main .specifications-wrapper .wrapper>.title {
  color: #333;
  font-size: 18px;
}

.p-main .specifications-wrapper .wrapper {
  margin-bottom: 12px;
}

.p-main .specifications-wrapper .wrapper>.specification {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 80px;
  font-size: 16px;
  color: #F09115;
  border-radius: 8px;
  border: 1px solid #F09115;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
}

.p-main .product-base-wrapper .num-wrapper {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.p-main .product-base-wrapper .num-wrapper>.title {
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
}

.p-main .product-base-wrapper .num-wrapper .counter a:hover {
  color: #F09115;
}

.p-main .product-base-wrapper .btn-wrapper {
  margin-top: 32px;
}

.p-main .product-base-wrapper .btn-wrapper .layui-btn {
  width: 136px;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
}

.p-main .product-base-wrapper .tips-wrapper {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.p-main .product-base-wrapper .tips-wrapper .iconfont {
  margin-right: 6px;
  color: #CCC;
  font-size: 18px;
  vertical-align: top;
}

.p-main .product-other-wrapper {
  margin-top: 20px;
  display: flex;
}

.p-main .product-other-wrapper .hot-exchange-wrapper {
  flex: 0 0 220px;
  padding-bottom: 26px;
}

.p-main .hot-exchange-wrapper>.title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F8F8F8;
  border: 1px solid #E5E5E5;
  color: #333;
  font-size: 14px;
}

.p-main .hot-exchange-wrapper .list {
  padding: 0 15px;
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.p-main .hot-exchange-wrapper .item {
  border-bottom: 1px dashed #E5E5E5;
  padding: 12px 0;
}

.p-main .hot-exchange-wrapper .item:last-child {
  border-bottom: 0;
}

.p-main .hot-exchange-wrapper .img-wrapper {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-main .hot-exchange-wrapper .img-wrapper img {
  max-width: 100%;
  max-width: 100%;
}

.p-main .hot-exchange-wrapper .item .title {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-main .hot-exchange-wrapper .point-wrapper {
  display: flex;
  margin-top: 4px;
}

.p-main .hot-exchange-wrapper .point-wrapper .iconfont {
  font-size: 16px;
  font-weight: bold;
  color: #F09115;
  margin-right: 8px;
}

.p-main .hot-exchange-wrapper .point-wrapper .point {
  color: #AB0000;
  font-size: 12px;
}

.p-main .hot-exchange-wrapper .point-wrapper .point .count {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}

.p-main .hot-exchange-wrapper .item:hover .title {
  color: #F09115;
}

.p-main .product-other-wrapper .product-detail-wrapper {
  margin-left: 20px;
  flex: 1;
}

.p-main .product-detail-wrapper .product-tab-content {
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.p-main .layui-tab .layui-tab-title li.layui-this {
  color: #F09115;
}

.p-main .layui-tab .layui-tab-title .layui-this:after {
  border-top: 2px solid #F09115;
}

.p-main .layui-tab-img-item img {
  width: 100%;
}

.p-main .layui-disabled {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  background: #E5E5E5 !important;
}

.p-main a.layui-disabled:hover {
  color: #d2d2d2 !important;
  opacity: 1 !important;
}

/* 商品详情 */

/* 兑换车 */
.ec-main {
  padding: 20px 0 80px;
  background: #F5F5F5;
}

.ec-main .exchangecart-wrapper {
  padding: 0 30px 45px;
  background: #FFF;
}

.ec-main .exchangecart-table .layui-table thead td {
  height: 5px;
  color: #999;
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 14px;
}

.ec-main .exchangecart-table .layui-table tbody td {
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.ec-main .exchangecart-table .orderinfo-wrapper {
  display: flex;
}

.ec-main .exchangecart-table .orderinfo-wrapper .img-wrapper {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
}

.ec-main .exchangecart-table .orderinfo-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}

.ec-main .exchangecart-table .orderinfo-wrapper .desc {
  margin-left: 20px;
  color: #333;
  text-align: left;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ec-main .total-wrapper {
  margin-top: 10px;
}

.ec-main .point-wrapper {
  border: 1px solid #E5E5E5;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 28px;
}

.ec-main .point-wrapper .delete-all {
  margin-left: 20px;
}

.ec-main .point-wrapper .point {
  flex: 1;
  text-align: right;
  font-size: 14px;
  color: #333;
}

.ec-main .point-wrapper .point .count {
  color: #F09115;
}

.ec-main .point-wrapper .point .all-total {
  color: #F09115;
}

.ec-main .point-wrapper .point .all-total .iconfont {
  font-weight: bold;
  margin-right: 4px;
}

.ec-main .point-wrapper .point .all-total .count {
  font-size: 16px;
  font-weight: bold;
}

.ec-main .btn-wrapper {
  margin-top: 20px;
  text-align: right;
}

.ec-main .btn-wrapper .layui-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.ec-main .empty-wrapper {
  width: 100%;
  text-align: center;
  padding: 140px 0;
}

.ec-main .empty-wrapper .tips {
  color: #999;
  font-size: 14px;
  margin-top: 45px;
}

/* 兑换车 */


/* 立即兑换 */
.ce-main {
  padding: 20px 0 40px;
  background: #F8F8F8;
}

.ce-main .confirmexchange-wrapper {
  background: #FFF;
}

.ce-main .delivery-info-wrapper {
  padding: 0 20px;
  background: #FFF;
}

.ce-main .delivery-info-wrapper>.title {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  padding: 0 20px;
  position: relative;
}

.ce-main .delivery-info-wrapper>.title::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F09115;
}


.ce-main .delivery-info-wrapper .no-address-wrapper {
  border: 1px solid #E5E5E5;
  padding: 20px;
  text-align: center;
}

.ce-main .delivery-info-wrapper .address-wrapper {
  padding: 20px;
  border-bottom: 1px dashed #E5E5E5;
}

.ce-main .delivery-info-wrapper .sub-wrapper {
  border: 1px solid #E5E5E5;
  padding: 0 30px;
}

.ce-main .address-wrapper .address-select-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
}

.ce-main .address-select-wrapper .info-wrapper {
  flex: 1;
  font-size: 14px;
  display: flex;
}

.ce-main .address-select-wrapper .info-wrapper .name {
  color: #333;
  font-weight: bold;
  flex: 0 0 80px;
}

.ce-main .address-select-wrapper .info-wrapper .tel {
  color: #666;
  flex: 0 0 100px;
}

.ce-main .address-select-wrapper .info-wrapper .address {
  color: #999;
}

.ce-main .address-select-wrapper .btn-wrapper .layui-btn {
  width: 90px;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  border: 1px solid #F09115;
  padding: 0;
}

.ce-main .address-select-wrapper .btn-wrapper .iconfont {
  font-size: 12px;
  margin-left: 4px;
}

.ce-main .other-address-wrapper {
  max-height: 200px;
  overflow: scroll;
  display: none;
}

.ce-main .other-address-wrapper .item {
  height: 40px;
  line-height: 40px;
  display: flex;
  padding: 0 30px;
  cursor: pointer;
}

.ce-main .other-address-wrapper .item:hover {
  background: #FFF5E8;
  ;
}

.ce-main .other-address-wrapper .item.active {
  background: #FFF5E8;
  ;
}

.ce-main .other-address-wrapper .info-wrapper {
  flex: 1;
  font-size: 12px;
  display: flex;
}

.ce-main .other-address-wrapper .info-wrapper .name {
  color: #333;
  font-weight: bold;
  flex: 0 0 80px;
}

.ce-main .other-address-wrapper .info-wrapper .tel {
  flex: 0 0 100px;
  color: #666;
}

.ce-main .other-address-wrapper .info-wrapper .address {
  color: #999;
}

.ce-main .other-address-wrapper .btn-wrapper a {
  color: #007FC8;
  margin-left: 20px;
}

.ce-main .other-address-wrapper .btn-wrapper a:hover {
  color: #F09115;
}

.ce-main .commodity-info-wrapper {
  padding: 0 20px 40px;
  background: #FFF;
}

.ce-main .commodity-info-wrapper>.title {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  padding: 0 20px;
  position: relative;
}

.ce-main .commodity-info-wrapper>.title::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F09115;
}

.ce-main .confirm-table .layui-table thead td {
  color: #333;
  border-bottom: none;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
}

.ce-main .confirm-table .layui-table tbody td {
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.ce-main .confirm-table .orderinfo-wrapper {
  display: flex;
}

.ce-main .confirm-table .orderinfo-wrapper .img-wrapper {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
}

.ce-main .confirm-table .orderinfo-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}

.ce-main .confirm-table .orderinfo-wrapper .desc {
  margin-left: 20px;
  color: #333;
  text-align: left;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ce-main .confirm-wrapper {
  background: #F8F8F8;
  border: 1px solid #E5E5E5;
  padding: 10px 20px;
}

.ce-main .confirm-wrapper .point-wrapper {
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: flex-end;
}

.ce-main .confirm-wrapper .point-wrapper .title .count {
  color: #F09115;
}

.ce-main .confirm-wrapper .point-wrapper .point {
  color: #AB0000;
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
}

.ce-main .confirm-wrapper .express-wrapper {
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #999;
}

.ce-main .commodity-info-wrapper .btn-wrapper {
  margin-top: 15px;
  text-align: right;
}

.ce-main .commodity-info-wrapper .btn-wrapper .layui-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

/* 立即兑换 */

/* 会员中心 */
.m-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.m-main .w {
  display: flex;
}

.m-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
}


.m-main .mc-main-row .title-wrapper {
  display: flex;
  height: 60px;
  padding: 0 14px;
  align-items: center;
  position: relative;
}

.m-main .title-wrapper .iconfont-wrapper {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(254, 244, 231, 1);
  border-radius: 50%;
  text-align: center;
}

.m-main .title-wrapper .iconfont-wrapper .iconfont {
  color: #F09115;
  font-size: 18px;
}

.m-main .title-wrapper .title {
  flex: 1;
  color: #333;
  font-size: 14px;
  margin-left: 12px;
  font-weight: bold;
}

.m-main .title-wrapper .more-wrapper {
  font-size: 12px;
  line-height: 14px;
}

.m-main .title-wrapper .more-wrapper .more-arrow {
  vertical-align: top;
  font-size: 14px;
}

.m-main .mc-main-r .mc-main-row {
  display: flex;
}

.m-main .mc-main-r .mypoint-wrapper {
  flex: 1;
  background: #FFF;
}

.m-main .mypoint-wrapper .title-wrapper .how-get-point {
  background: #F5F5F5;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 15px;
}

.m-main .mc-main-r .point-wrapper {
  width: 160px;
  height: 160px;
  margin: 50px auto;
  box-shadow: 0px 0px 16px 0px rgba(171, 171, 171, 0.53);
  color: #F09115;
  border-radius: 50%;
  text-align: center;
  display: table;
}

.m-main .mc-main-r .point-wrapper .wrapper {
  display: table-cell;
  vertical-align: middle;
}

.m-main .mc-main-r .point-wrapper .title {
  font-size: 14px;
  color: #B97214;
}

.m-main .mc-main-r .point-wrapper .point {
  color: #F09115;
  font-size: 28px;
  font-weight: bold;
  margin-top: 6px;
}

.m-main .mc-main-r .pointdt-wrapper {
  flex: 1;
  background: #FFF;
  margin-left: 20px;
}

.m-main .mc-main-r .exchange-records-wrapper {
  flex: 1;
  background: #FFF;
}

.m-main .mc-main-r .pointdt-wrapper .point-details-table,
.m-main .mc-main-r .exchange-records-wrapper .exchange-records-table {
  padding: 12px;
}

.m-main .mc-main-r .pointdt-wrapper .point-details-table .layui-table,
.m-main .mc-main-r .exchange-records-wrapper .exchange-records-table .layui-table {
  margin: 0;
}

.m-main .exchange-records-table .layui-table thead td {
  height: 5px;
  color: #999;
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 14px;
}

.m-main .exchange-records-table .layui-table tbody td {
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.m-main .exchange-records-table .member-point {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.m-main .exchange-records-table .state-icon {
  line-height: 1;
  vertical-align: middle;
}

.m-main .exchange-records-table .state-icon:hover {
  color: #F09115 !important;
}

.m-main .exchange-records-table .state-icon.curr .iconfont {
  color: #F09115;
}

.m-main .exchange-records-table .state-icon .iconfont {
  font-size: 30px;
}

.m-main .point-details-table .layui-table thead td {
  height: 5px;
  color: #999;
  border-bottom: none;
  padding: 8px;
  text-align: center;
  font-size: 12px;
}

.m-main .point-details-table .layui-table tbody td {
  border-bottom: none;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #E5E5E5;
}

/* 会员中心 */

/* 兑换记录 */
.go-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.go-main .w {
  display: flex;
}

.go-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.go-main .exchange-records-wrapper {
  flex: 1;
  background: #FFF;
  display: flex;
  flex-direction: column;
}

.go-main .exchange-records-wrapper .exchange-records-table {
  padding: 12px;
  flex: 1;
}

.go-main .exchange-records-wrapper .exchange-records-table .layui-table {
  margin: 0;
}

.go-main .exchange-records-table .state-icon {
  line-height: 1;
  vertical-align: middle;
}

.go-main .exchange-records-table .state-icon:hover {
  color: #F09115 !important;
}

.go-main .exchange-records-table .state-icon.curr .iconfont {
  color: #F09115;
}

.go-main .exchange-records-table .state-icon .iconfont {
  font-size: 30px;
}

.go-main .layui-table-view .layui-table td {
  cursor: pointer;
}

/* 兑换记录 */

/* 兑换详情 */

.oi-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.oi-main .w {
  display: flex;
}

.oi-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.oi-main .gift-orderinfo-wrapper {
  flex: 1;
  background: #FFF;
  display: flex;
  flex-direction: column;
}

.ord-detail-state {
  display: flex;
  padding: 25px 0 10px;
  align-items: center;
}

.ord-detail-state .item {
  flex: 1;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  color: #999;
  position: relative;
}

.ord-detail-state .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #F5F5F5;
  border-radius: 2px;
  top: 6px;
  left: 50%;
}

.ord-detail-state .item:last-child:after {
  display: none;
}

.ord-detail-state .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: 14px;
  border: 4px solid #EEE;
  box-shadow: 0px 0px 6px 0px rgba(147, 147, 147, 0.32);
  position: relative;
  z-index: 2;
  background: #fff;
}

.ord-detail-state .item.curr .icon {
  width: 12px;
  height: 12px;
  border: none;
  background: linear-gradient(-29deg, #2AD79F 0%, #3595CC 100%);
  opacity: 0.5;
  box-shadow: 0px 0px 0px 6px rgba(138, 212, 214, 0.53);
  margin-bottom: 16px;
  margin-top: 2px;
}

.ord-detail-state .text {
  color: #333;
  margin-bottom: 10px;
}

.ord-detail-state .time {
  transform: scale(0.9);
  height: 16px;
}

.ord-detail-info {
  color: #333;
  font-size: 14px;
}

.ord-detail-info .order_id {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #F5F5F5;
  font-size: 14px;
  padding: 0 12px;
}

.order-detail-infom {
  margin: 0 34px;
  padding: 20px 0;
  display: flex;
  line-height: 32px;
}

.order-detail-infom .info-wrapper {
  flex: 1;
  font-size: 0;
}

.order-detail-infom .info-wrapper .info {
  display: inline-block;
  min-width: 50%;
  font-size: 14px;
  vertical-align: top;
  padding-right: 20px;
}

.order-detail-infom .info-wrapper .title {
  color: #999;
  margin-right: 20px;
  min-width: 70px;
  display: inline-block;
}

.order-detail-infom .info-wrapper .count {
  display: inline-block;
  width: 230px;
  vertical-align: top;
}

.order-detail-infom .info-wrapper .count .iconfont {
  color: #F09115;
  font-weight: bold;
}

.order-detail-infom .info-wrapper .count .point {
  color: #F09115;
  font-weight: bold;
  margin-left: 4px;
}

.order-detail-infom .info-wrapper .change-pay-btn {
  line-height: 24px;
  height: 24px;
  margin-left: 10px;
}

.order-detail-infom .price-wrapper {
  flex: 0 0 210px;
  border-left: 1px solid #E5E5E5;
  text-align: right;
  padding-right: 10px;
}

.order-detail-infom .price-wrapper .title {
  color: #999;
}

.order-detail-infom .price-wrapper .count {
  display: inline-block;
  width: 90px;
  margin-left: 5px;
}

.order-detail-infom .price-wrapper .count.weg {
  color: #E60012;
  font-size: 18px;
  font-weight: bold;
}

.pros-table-wrapper .layui-table {
  margin: 0;
}

.pros-table-wrapper .layui-table thead td {
  height: 5px;
  color: #999;
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 14px;
}

.pros-table-wrapper .layui-table tbody td {
  border-bottom: none;
  padding: 12px 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.pros-table-wrapper .express-hook {
  color: #F09115;
  text-decoration: underline;
}

/* 兑换详情 */

/* 积分明细 */
.pd-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.pd-main .w {
  display: flex;
}

.pd-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.pd-main .exchange-screen .time-wrapper {
  margin-top: 0;
}

.pd-main .point-detail-wrapper {
  flex: 1;
  background: #FFF;
  display: flex;
  flex-direction: column;
}

.pd-main .point-detail-wrapper>.title-wrapper {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border-bottom: 1px solid #E5E5E5;
}

.pd-main .point-detail-wrapper .point-detail-table {
  padding: 12px;
  flex: 1;
}

.pd-main .point-detail-wrapper .point-detail-table .layui-table {
  margin: 0;
}

/* 积分明细 */
/* 积分规则 */
.pr-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.pr-main .w {
  display: flex;
}

.pr-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.pr-main .point-rule-wrapper {
  flex: 1;
  background: #FFF;
}

.pr-main .point-rule-content {
  padding: 12px 20px;
}

.pr-main .point-rule-content .list-wrapper>.title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.pr-main .point-rule-content .list-wrapper .list {
  margin-top: 12px;
}

.pr-main .point-rule-content .list-wrapper .item {
  display: flex;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}

.pr-main .point-rule-content .list-wrapper .item .num {
  color: #999;
}

/* 积分规则 */

/* 我的地址 */
.a-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.a-main .w {
  display: flex;
}

.a-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.a-main .my-address-wrapper {
  flex: 1;
  background: #FFF;
}

.a-main .add-address {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  text-align: right;
  padding-right: 12px;
}

.a-main .add-address a {
  color: #F09115;
}

.a-main .address-table {
  padding: 12px;
}

.a-main .address-table .layui-table {
  margin: 0;
}

.a-main .address-table .layui-table td {
  height: 50px;
  color: #999;
  border-bottom: none;
  padding: 16px 15px;
  text-align: center;
  font-size: 14px;
}

.a-main .address-table .layui-table tbody td {
  height: 80px;
  color: #333;
}

.a-main .opera-list a {
  margin-right: 20px;
  color: #F09115;
}

.a-main .opera-list a:last-child {
  margin-right: 0;
}

.a-main .opera-list a:hover {
  opacity: 0.7;
}

.a-main .opera-list .default {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #F09115;
  border-radius: 3px;
}

/* 我的地址 */



/* 新手任务 */
.ta-main {
  padding: 20px 0 40px;
  background: #F5F5F5;
}

.ta-main .w {
  display: flex;
}

.ta-main .mc-main-r {
  margin-left: 20px;
  flex: 1;
  display: flex;
}

.ta-main .newbie-task-wrapper {
  position: relative;
  background: #F8F8F8;
  border-radius: 20px;
}

.ta-main .newbie-task-wrapper .task-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 20px;
}

.ta-main .newbie-task-wrapper .task-list .item {
  flex: 0 0 50%;
  padding: 12px;
}

.ta-main .newbie-task-wrapper .task-list .task-box {
  background: #FFF5E8;
  padding: 30px;
}

.ta-main .newbie-task-wrapper .task-list .task-box>.title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ta-main .newbie-task-wrapper .task-list .task-box .desc {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

.ta-main .newbie-task-wrapper .task-list .task-box .point {
  font-size: 18px;
  color: #F09115;
  font-weight: bold;
  margin-top: 20px;
}

.ta-main .newbie-task-wrapper .task-list .task-box .point .iconfont {
  font-size: 20px;
  font-weight: bold;
  margin-right: 4px;
}

.ta-main .newbie-task-wrapper .task-list .task-box .task-btn {
  width: 160px;
  margin-top: 20px;
}

/* 新手任务 */
/* 记录筛选 */

.exchange-screen {
  padding: 12px 20px;
  margin-top: 10px;
  font-size: 14px;
}

.exchange-screen .screen-t {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-size: 0;
}


.exchange-screen .screen-t input {
  padding: 0px 40px 0 10px;
  font-size: 14px;
}

.exchange-screen .screen-t .keyword-ipt {
  display: inline-block;
  width: 240px;
  margin-right: 30px;
}


.exchange-screen .screen-b {
  text-align: center;
  margin-top: 20px;
}

.exchange-screen .screen-b a {
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  padding: 0 10px;
}

.exchange-screen .screen-title {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 38px;
}

.exchange-screen .keyword-ipt {
  display: inline-block;
  width: 300px;
}

.exchange-screen .keyword-wrapper {
  display: inline-block;
}

.exchange-screen .status-wrapper {
  display: inline-block;
  margin-left: 20px;
}

.exchange-screen .status-select {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}

.exchange-screen .time-wrapper {
  margin-top: 20px;
}

.exchange-screen .time-wrapper .time-ipt {
  display: inline-block;
  width: 150px;
  position: relative;
}

.exchange-screen .time-wrapper .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/member/ic_data.png) no-repeat 0 0 /100% 100%;
  top: 10px;
  right: 10px;
}

.exchange-screen .time-wrapper .line {
  margin-top: 10px;
  display: inline-block;
  width: 24px;
  font-size: 14px;
  color: #999;
  text-align: center;
  vertical-align: top;
}

.exchange-screen .time-wrapper .choose-wrapper {
  display: inline-block;
}

.exchange-screen .gettime-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.exchange-screen .gettime-wrapper a {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 12px;
}

.exchange-screen .time-wrapper button {
  width: 100px;
  margin-left: 20px;
  vertical-align: top;
  float: right;
}

/* 记录筛选 */

/* 分页 */
.pointmall-page-wrapper {
  text-align: center;
}


.pointmall-page-wrapper .layui-laypage-prev,
.pointmall-page-wrapper .layui-laypage-next {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}

.pointmall-page-wrapper .layui-laypage a,
.pointmall-page-wrapper .layui-laypage span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  background-color: #F5F5F5;
  border: none;
}

.pointmall-page-wrapper .layui-laypage a:hover {
  color: #F09115;
  background-color: rgba(240, 145, 21, 0.22);
}

.pointmall-page-wrapper .layui-laypage .layui-laypage-count {
  width: auto;
  padding: 0 20px;
}

/* 分页 */
/* 兑换步骤 */
.exchange-step-wrapper {
  width: 340px;
  display: flex;
  height: 120px;
  margin: 0 auto;
  align-items: center;
}

.exchange-step-wrapper .item {
  flex: 1;
}

.exchange-step-wrapper .item .step {
  position: relative;
  height: 20px;
  text-align: center;
}

.exchange-step-wrapper .item .step .line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #CCC;
  position: absolute;
  top: 8px;
  left: 0;
}

.exchange-step-wrapper .item .step .no {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #FFF;
  background: #CCC;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.exchange-step-wrapper .item.active .step .line {
  background: #7ABD54;
}

.exchange-step-wrapper .item.active .step .no {
  background: #7ABD54;
}

.exchange-step-wrapper .item .txt {
  font-size: 12px;
  line-height: 16px;
  color: #CCCCCC;
  text-align: center;
  margin-top: 10px;
}

.exchange-step-wrapper .item.active .txt {
  color: #7ABD54;
}

/* 兑换步骤 */

/* 地址弹窗 */

.add-dialog .container {
  width: 850px;
  background: #fff;
  padding: 42px 72px 25px;
  border-radius: 5px;
}

.add-dialog .container>.title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.add-dialog .close-wrapper {
  right: 10px;
  top: 10px;
}

.add-dialog .layui-form {
  margin-top: 35px;
}

.add-dialog .layui-form-label {
  width: 90px;
}

.add-dialog .tx-col {
  margin-right: 2px;
}

.add-dialog .layui-input-block {
  margin-left: 90px;
}

.add-dialog .layui-btn:hover {
  color: #FFF;
  background: #F09115;
  border: 1px solid #F09115;
}

.add-dialog .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  background: rgba(245, 245, 245, 0.7);
}

.add-dialog .loading-wrapper img {
  width: 20px;
  height: 20px;
}

.add-dialog .layui-form-label {
  padding: 9px 15px;
  line-height: 20px;
  margin-right: 0
}

/* 地址弹窗 */

/* 会员中心导航栏 */
.member-center-l {
  flex: 0 0 250px;
}


.member-center-l .member-base-info {
  width: 100%;
  height: 138px;
  display: flex;
  flex-direction: column;
  background: #F09115;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.member-center-l .member-base-info .company {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

.member-center-l .member-base-info .name {
  font-size: 12px;
  color: #FFF;
  margin-top: 6px
}

.member-center-l .member-base-info .point-block {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 12px auto 0;
}

.member-center-l .member-base-info .point-block .point {
  margin-left: 4px;
}

.member-center-l .member-base-info .welcome {
  font-size: 14px;
  color: #FFF;
}

.member-center-l .member-base-info .login-btn {
  width: 106px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
}

.member-center-l .member-nav-wrapper {
  margin-top: 20px;
  padding: 10px 0;
  background: #FFF;
}

.member-center-l .member-menus-list {
  background: #FFF;
  margin-bottom: 12px;

}

.member-center-l .member-menus-list>.title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 12px;
}

.member-center-l .member-menus-list .item {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.member-center-l .member-menus-list .item a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.member-center-l .member-menus-list .item::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #F09115;
  display: none;
}

.member-center-l .member-menus-list .item.active {
  background: rgba(240, 145, 21, 0.22);
  padding-right: 6px;
}

.member-center-l .member-menus-list .item.active a {
  font-weight: bold;
  color: #F49E2E;
}

.member-center-l .member-menus-list .item.active::after {
  display: block;
}

.member-center-l .member-menus-list .item:hover {
  background: rgba(240, 145, 21, 0.22);
  padding-right: 6px;
}

.member-center-l .member-menus-list .item:hover a {
  font-weight: bold;
  color: #F49E2E;
}

.member-center-l .member-menus-list .item:hover::after {
  display: block;
}

/* 会员中心导航栏 */

/* 表格样式 */

.layui-table-view {
  border: none;
  margin: 0;
}

.layui-table-cell {
  padding: 0 4px;
  height: auto;
}


.layui-table-view .layui-table th {
  height: 50px;
  line-height: 50px;
  background: #F5F5F5;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.layui-table-view .layui-table td {
  height: 50px;
  text-align: center;
  font-size: 12px;
  color: #333;
  word-break: break-all;
}

.layui-table-view .layui-table td .layui-table-cell {
  font-size: 12px;
  color: #999;
  text-overflow: inherit;
  white-space: inherit;
  text-align: center;
  padding: 0 5px;
  line-height: 24px;
}

/* 表格样式 */
.mcr-title-wrapper {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border-bottom: 1px solid #E5E5E5;
}

.mcr-title-wrapper .title {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  position: relative
}

.mcr-title-wrapper .title::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 4px;
  background: #F09115;
  margin-left: -12px;
}

.express-dialog .container {
  background: #FFF;
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
}


.express-dialog .container>.title {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #999;
}

.express-dialog .loading-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.express-dialog .close-wrapper {
  padding: 15px;
}

.express-dialog .info-list {
  flex: 1;
  overflow: scroll;
  padding: 20px;
}

.express-dialog .info-list .item {
  display: flex;
  line-height: 34px;
  font-size: 14px;
  margin-bottom: 20px;
}

.express-dialog .info-list .item-l {
  flex: 0 0 150px;
  border-right: 1px solid #E5E5E5;
  margin-right: 20px;
  color: #999;
}

.express-dialog .info-list .item-r {
  flex: 1;
}

.express-dialog .info-list .item:first-child .item-r {
  color: #F09115;
}

.express-dialog .empty-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}