#xi_index {
  padding: 8px;
  background-color: #f9f9f9;
  height: calc(100% - 16px);
}
#xi_index .content {
  margin-bottom: 70px;
}
#xi_index .carousel-box {
  border-radius: 4px;
}
#xi_index .carousel-box img {
  height: 100%;
  width: 100%;
}
#xi_index .txt-scroll {
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  margin: 8px 0;
  height: 30px;
  line-height: 30px;
}
#xi_index .txt-scroll .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s;
}
#xi_index .txt-scroll .txt,
#xi_index .txt-scroll .txt-clone {
  display: inline;
  position: relative;
}
#xi_index .shuipiao {
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}
#xi_index .shuipiao .title {
  text-align: left;
}
#xi_index .shuipiao .quan {
  width: 19px;
  height: 18px;
  background: linear-gradient(180deg, #fd6c2d, #e40002 100%);
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 18px;
  margin-right: 8px;
  border-radius: 3px;
  display: inline-block;
}
#xi_index .shuipiao .txt {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  vertical-align: sub;
}
#xi_index .shuipiao .contetn {
  margin-top: 16px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 101px);
  grid-gap: 10px;
  padding: 8px 16px;
}
#xi_index .shuipiao .contetn .ticket {
  margin-bottom: 16px;
  width: 101px;
  height: 93px;
  position: relative;
  margin-right: 11px;
  background-image: url(../img/ticket_bg.png);
  background-size: cover;
}
#xi_index .shuipiao .contetn .ticket .title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #e40002;
  margin-top: 25px;
}
#xi_index .shuipiao .contetn .ticket .sub-title {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
#xi_index .shuipiao #styj {
  width: 95%;
  background-color: #e40002;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#xi_index .goods .goods-item {
  margin-bottom: 50px;
}
#XI_GOODS_ONE {
  background-color: #f9f9f9;
}
#XI_GOODS_ONE .content {
  padding: 8px;
  padding-bottom: 100px;
}
#XI_GOODS_ONE .content .carousel-box {
  border-radius: 4px;
}
#XI_GOODS_ONE .content .carousel-box img {
  height: 100%;
  width: 100%;
}
#XI_GOODS_ONE .content .goods-info {
  border-radius: 8px;
  margin-top: 16px;
  background-color: #FFF;
  padding: 16px;
  position: relative;
}
#XI_GOODS_ONE .content .goods-info .to-left {
  width: calc(100% - 116px);
  position: relative;
}
#XI_GOODS_ONE .content .goods-info .to-left .info-title {
  font-weight: 700;
  color: #333;
  margin-top: 8px;
  font-size: 16px;
}
#XI_GOODS_ONE .content .goods-info .to-left .info-sub-title {
  font-weight: 700;
  color: #333;
  margin-top: 8px;
  font-size: 14px;
}
#XI_GOODS_ONE .content .goods-info .to-left .money {
  margin-top: 16px;
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
  display: inline-block;
}
#XI_GOODS_ONE .content .goods-info .to-left .sell {
  margin-left: 24px;
}
#XI_GOODS_ONE .content .goods-info .to-left .sell .text {
  font-size: 12px;
  color: #999;
}
#XI_GOODS_ONE .content .goods-info .to-left .sell .num {
  font-size: 12px;
  color: #333;
}
#XI_GOODS_ONE .content .goods-info .to-right {
  position: absolute;
  right: 16px;
  top: 16px;
}
#XI_GOODS_ONE .content .goods-info .to-right img {
  width: 100px;
  height: 100px;
}
#XI_GOODS_ONE .content .goods-desc {
  border-radius: 8px;
  margin-top: 16px;
  background-color: #FFF;
  padding: 16px;
  text-align: center;
}
#XI_GOODS_ONE .content .goods-desc .goods-title {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}
#XI_GOODS_ONE .content .goods-desc .line {
  width: 42px;
  height: 5px;
  margin: 8px auto 16px;
  background: 0% 0% / cover #0079dc;
}
#XI_GOODS_ONE .content .goods-desc .context {
  padding: 15px;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  color: #333;
  font-size: 14px;
  font-weight: 14px;
  width: 100%;
  font-family: Microsoft YaHei;
}
#XI_GOODS_ONE .bottom-btn {
  position: fixed;
  bottom: 0;
  padding: 16px 0;
  height: 40px;
  text-align: center;
  width: 100%;
  background-color: #FFF;
}
#xi_shop_cart {
  background-color: #f9f9f9;
  padding: 8px;
  height: calc(100% - 16px);
}
#xi_shop_cart .content {
  margin-bottom: 50px;
}
#xi_shop_cart .content .sele-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#xi_shop_cart .content .sele-item img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
#xi_shop_cart .content .sele-item .info {
  position: relative;
  width: calc(100% - 80px);
}
#xi_shop_cart .content .sele-item .info .line1 {
  font-size: 16px;
  color: #333;
}
#xi_shop_cart .content .sele-item .info .line2 {
  margin-top: 8px;
}
#xi_shop_cart .content .sele-item .info .line2 .money1 {
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
}
#xi_shop_cart .content .sele-item .info .line2 .money2 {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-left: 16px;
}
#xi_shop_cart .oper-box {
  line-height: 50px;
}
#xi_shop_cart .oper-box .to-right {
  float: right;
}
#xi_shop_cart .oper-box .to-right .total {
  font-size: 14px;
  color: #999;
}
#xi_shop_cart .oper-box .to-right .money {
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
  margin-right: 8px;
}
#xi_order_water,
#xi_order_ticket,
#xi_order_deposit {
  background-color: #f9f9f9;
}
#xi_order_water .content,
#xi_order_ticket .content,
#xi_order_deposit .content {
  padding: 8px;
}
#xi_order_water .content .last-select,
#xi_order_ticket .content .last-select,
#xi_order_deposit .content .last-select {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
#xi_order_water .content .num-content,
#xi_order_ticket .content .num-content,
#xi_order_deposit .content .num-content {
  border: 1px solid #eee;
}
#xi_order_water .content .num-content .num-box,
#xi_order_ticket .content .num-content .num-box,
#xi_order_deposit .content .num-content .num-box {
  bottom: 10px;
}
#xi_order_water .content .border-line,
#xi_order_ticket .content .border-line,
#xi_order_deposit .content .border-line {
  border: 1px solid #eee;
  text-align: center;
}
#xi_order_water .content .oper-box,
#xi_order_ticket .content .oper-box,
#xi_order_deposit .content .oper-box {
  text-align: center;
}
#xi_order_water .content .money,
#xi_order_ticket .content .money,
#xi_order_deposit .content .money {
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
}
#xi_order_ticket .information,
#xi_order_deposit .information {
  padding: 8px;
}
#xi_user_center {
  background-color: #f9f9f9;
  padding: 8px;
  height: calc(100% - 16px);
}
#xi_user_center .content {
  padding-bottom: 70px;
}
#xi_user_center .content .user-name {
  margin: 32px auto;
  text-align: center;
}
#xi_user_center .content .user-name .n1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}
#xi_user_center .content .user-name .n2 {
  font-size: 14px;
  color: #999;
}
#xi_user_center .content .order-or-info a.line {
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
}
#xi_user_center .content .order-or-info a.line .lf {
  color: #999;
}
#xi_user_center .content .order-or-info a.line .rt {
  color: #333;
}
#xi_user_center .content .order-or-info a.line .rt::after {
  content: ">";
  margin-left: 8px;
}
#xi_user_center .content .wx .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
#xi_user_center .content .wx .scode {
  text-align: center;
}
#xi_user_center .content .wx .scode img {
  width: 130px;
  height: 120px;
}
#xi_user_ticket .layui-tab-content {
  padding: 0;
  height: calc(100% - 50px);
  overflow-y: auto;
}
#xi_user_ticket .layui-tab-item {
  background-color: #f9f9f9;
  height: calc(100% - 32px);
  padding: 16px;
}
#xi_user_ticket .card-style .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 16px;
}
#xi_user_ticket .card-style .line {
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
}
#xi_user_ticket .card-style .line .line-title {
  color: #999;
}
#xi_user_ticket .card-style .line .line-txt {
  color: #333;
}
#xi_user_ticket .card-style .layui-btn {
  margin-top: 16px;
}
#xi_user_ticket #toHome {
  position: absolute;
  bottom: 32px;
  right: 16px;
}
#xi_user_address {
  background-color: #f9f9f9;
}
#xi_user_address .content {
  padding: 8px;
}
#xi_user_address .content .address-oper-box {
  text-align: right;
}
#xi_user_address .content .layui-btn {
  margin-top: 8px;
}
#xi_user_address #toHome {
  position: absolute;
  bottom: 32px;
  right: 16px;
}
#xi_user_order .layui-tab-content {
  padding: 0;
  height: calc(100% - 50px);
  overflow-y: auto;
}
#xi_user_order .layui-tab-item {
  background-color: #f9f9f9;
  height: calc(100% - 32px);
  padding: 8px;
}
#xi_user_order .order-info .line {
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
}
#xi_user_order .order-info .line .line-title {
  color: #999;
}
#xi_user_order .order-info .line .line-txt {
  color: #333;
}
#xi_user_order .order-info .zhifu {
  text-align: right;
}
#xi_user_order .sele-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#xi_user_order .sele-item img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
#xi_user_order .sele-item .info {
  position: relative;
  width: calc(100% - 80px);
}
#xi_user_order .sele-item .info .line1 {
  font-size: 16px;
  color: #333;
}
#xi_user_order .sele-item .info .line2 {
  margin-top: 8px;
}
#xi_user_order .sele-item .info .line2 .money1 {
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
}
#xi_user_order .sele-item .info .line2 .money2 {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-left: 16px;
}
#xi_user_order #toHome {
  position: absolute;
  bottom: 32px;
  right: 16px;
}
