body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #f5f5f5;
  overflow-x: hidden;
  min-height: 100%;
}
/*@font-face {
  font-family: Alimama_DongFangDaKai_Regular;
  src: url(../fonts/Alimama_DongFangDaKai_Regular.otf);
}*/

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
 font-family: Alimama_DongFangDaKai_Regular;
 font-weight: 400;
  /*src: url(../fonts/00Alimama_DongFangDaKai_Regular.otf);*/
 src: url("//at.alicdn.com/wf/webfont/CkkGwNJMsL2O/2DN79GoHdi9u.woff2") format("woff2"),
      url("//at.alicdn.com/wf/webfont/CkkGwNJMsL2O/64lfmOxasGXW.woff") format("woff");
  font-display: swap;
}

/*@font-face {
  font-family: Source_Han_Serif_SC_Light_Light;
  src: url(../fonts/Source_Han_Serif_SC_Light_Light.otf);
}
*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: Source_Han_Serif_SC_Light_Light;font-weight: 500;src: url("//at.alicdn.com/wf/webfont/CkkGwNJMsL2O/cx0UKJ0ZaiSJ.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/CkkGwNJMsL2O/kqC9fbUV5IgO.woff") format("woff");
  font-display: swap;
}
/*@font-face {
  font-family: SourceHanSerifSC-Bold;
  src: url(../fonts/SourceHanSerifSC-Bold.otf);
}*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

@font-face {
  font-family: SourceHanSerifSC-Bold;font-weight: 700;src: url("//at.alicdn.com/wf/webfont/p16qUKJwEefA/jHoV702gAds1.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/p16qUKJwEefA/EI1x8R04ka6k.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: DIN;
  src: url(../fonts/ONEAN-Bold.otf);
}
html {
  font-size: 100px; 
  min-height: 100%;
}
header,
footer {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/*
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  margin: 0 0.02rem;
}
input[type="radio"]::before,
input[type="checkbox"]::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;

  border: 1px solid #ccc;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked::before {
  background: url(../images/check.png) center no-repeat #d11023;
  background-size: 100% 100%;
  border-color: #d11023;
}*/
@font-face {
	font-family:pm;
	font-weight: 400;src: url("//at.alicdn.com/wf/webfont/p16qUKJwEefA/cnbT2tVfpRCn.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/p16qUKJwEefA/KsLyfoBKFyGY.woff") format("woff");
  font-display: swap;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #ca0915;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.clear{ clear:both; height:0; width:100%}

.wrap_pb {
  padding-bottom: 0.85rem;
}
.container {
  font-size: 0.15rem;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}

.hidden {
  display: none;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  height: 0.46rem;
  color: #fff;
  background: #d11023;
  border-radius: 0.08rem;
  text-align: center;
}
.btn:hover {
  color: #fff;
}
.btn_desult {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  height: 0.46rem;
  color: #d11023;
  border-radius: 0.08rem;
  text-align: center;
  border: 1px solid #d11023;
}
/**/
.header {
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d11023;
  color: #fff;
  font-size: 0.15rem;
  z-index: 100;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  text-align: center;
}
.header_position.on {
  background: #d11023;
  position: fixed;
}
.header .logo {
  width: 0.62rem;
}
.header .header_btn {
  color: #fff;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translate(0, -50%);
}
.header .header_btn img {
  width: 0.24rem;
}
.header .header_back {
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  left: 0.15rem;
  display: inline-block;
  height: 0.12rem;
  width: 0.12rem;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.header .navicon {
  position: absolute;
  top: 50%;
  left: 0.15rem;
  height: 0.24rem;
  background: url(../images/navicon.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.24rem;
  transform: translate(0, -50%);
}
.header .navicon.on {
  background: url(../images/close.png) center no-repeat;
  background-size: 100% 100%;
}
.footer {
  font-size: 0.1rem;
  text-align: center;
  background: #ffffff;
  width: 100%;
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.05rem 0 0.08rem;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.footer a {
  color: #999999;
}
.footer img {
  width: 0.24rem;
  margin-bottom: 0.02rem;
}
.footer .on {
  color: #d11023;
}
/**/
.xxg_address_list li {
  margin-bottom: 0.06rem;
  background: #fff;
}
.xxg_address_list li .flex {
  padding: 0.15rem;
}
.xxg_address_list li i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/add2.png) center no-repeat;
  background-size: cover;
}
.xxg_address_list li h4 {
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.xxg_address_list li h4 span {
  padding: 0 0.08rem;
}
.xxg_address_list li h4 em {
  width: 0.22rem;
  font-style: normal;
  height: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.08rem;
  background: #d11023;
  border-radius: 0.01rem;
}
.xxg_address_list li p {
  color: #666;
  margin-top: 0.06rem;
  font-size: 0.14rem;
}
.xxg_address_list li .flex > img {
  width: 0.2rem;
  margin-right: 0.04rem;
}
.xxg_address_bottom {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0.12rem 0.15rem 0.26rem;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.xxg_address_list .ft {
  display: none;
}
.xxg_address_list .ft.on {
  display: block;
}
.xxg_address_list .ft .inflex {
  display: flex;
  font-size: 0.14rem;
  align-items: center;
  padding: 0.09rem 0.15rem;
  border-top: 1px solid #ededed;
}
.xxg_address_list .ft img {
  width: 0.14rem;
  margin-right: 0.05rem;
}
.xxg_address_list .ft .del {
  display: flex;
  align-items: center;
  color: #d11023;
}
/**/
.xxg_pay_fail {
  padding: 0.53rem 0.15rem 0;
  text-align: center;
}
.xxg_pay_fail img {
  width: 1.1rem;
}
.xxg_pay_fail dt {
  font-weight: 500;
  font-size: 0.2rem;
  padding: 0.12rem 0 0.06rem;
}
.xxg_pay_fail dd {
  color: #999;
}
.xxg_pay_fail .btn {
  margin: 0.38rem 0 0.2rem;
}
/**/
.bgf {
  background: #fff;
}
.xxg_set {
  padding: 0.12rem 0.14rem;
}
.xxg_set li {
  padding: 0.12rem 0;
}
.xxg_set li a {
  display: flex;
  align-items: center;
  padding-right: 0.18rem;
  position: relative;
}
.xxg_set li a::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 2px;
}
.xxg_set li span {
  font-size: 0.14rem;
}
.xxg_set li.on a {
  color: #d11023;
}
/**/
.xxg_transport {
  padding: 0.24rem 0.15rem;
}
.xxg_transport li {
  position: relative;
  padding-left: 0.28rem;
  padding-bottom: 0.24rem;
}
.xxg_transport li::before {
  content: "";
  width: 0.16rem;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 5;
  height: 0.16rem;
  background: #ffffff;
  border: 1px solid #979797;
}
.xxg_transport li dt {
  font-weight: 500;
  line-height: 0.24rem;
  margin-top: -0.05rem;
  display: inline-block;
  font-size: 0.17rem;
}
.xxg_transport li.on dl,
.xxg_transport li.on dd {
  color: #d11023;
}
.xxg_transport ul {
  position: relative;
}
.xxg_transport li::after {
  content: "";
  border-left: 1px solid #d8d8d8;
  position: absolute;
  left: 0.08rem;
  top: 0;
  bottom: 0;
}
.xxg_transport li:last-child:after {
  display: none;
}
.xxg_transport li dd {
  line-height: 0.2rem;
  margin-top: 0.04rem;
  color: #666666;
  font-size: 0.14rem;
}
/**/
.xxg_phonenumber .box {
  background: #fff;
}
.xxg_phonenumber .box + .box {
  margin-top: 0.1rem;
}
.xxg_phonenumber .box .flex {
  padding: 0.16rem 0.14rem;
}
.xxg_phonenumber .box .flex + .flex {
  border-top: 1px solid #ededed;
}
.xxg_phonenumber .box .input {
  width: 100%;
  text-align: right;
  font-size: 0.16rem;
}
.xxg_phonenumber .box .input.left {
  text-align: left;
}
.xxg_phonenumber .box .code {
  color: #5cbbff;
}
.xxg_phonenumber .ft {
  padding: 0.38rem 0.14rem 0;
}
/**/
.xxg_address_edit {
  padding: 0.15rem;
}
.xxg_address_edit .bd .flex {
  align-items: stretch;
  padding-bottom: 0.16rem;
}
.xxg_address_edit .bd .flex span {
  display: block;
  line-height: 0.46rem;
  font-weight: 500;
  min-width: 0.75rem;
}
.xxg_address_edit .bd .input {
  height: 0.46rem;
  background: #f8f8f8;
  border-radius: 0.04rem;
  padding-left: 0.15rem;
  font-size: 0.15rem;
  width: 100%;
  border: 1px solid #dedede;
}
.xxg_address_edit .bd textarea {
  font-size: 0.15rem;
  background: #f8f8f8;
  border-radius: 0.04rem;
  padding: 0.15rem;
  font-family: inherit;
  height: 0.95rem;
  resize: none;
  width: 100%;
  border: 1px solid #dedede;
}
.xxg_address_edit .ft {
  padding-top: 0.1rem;
}
/**/
.xxg_shop_detail {
  padding: 0.14rem;
}
.mySwiper_common img {
  width: 100%;
}
.xxg_shop_detail .swiper-pagination-bullet,
.mySwiper_common .swiper-pagination-bullet,
.xxg_chiken .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 0.12rem;
  height: 0.02rem;
}
.xxg_shop_detail .swiper img {
  width: 100%;
  border-radius: 0.1rem;
}
.xxg_shop_detail h3 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.25rem;
  margin-top: 0.18rem;
}
.xxg_shop_detail li {
  display: flex;
  align-items: center;
  line-height: 0.2rem;
  margin-top: 0.12rem;
}
.xxg_shop_detail li img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.xxg_shop_detail .btn {
  margin-top: 0.31rem;
}
/**/
.xxg_qa_detail {
  padding: 0.14rem;
}
.xxg_qa_detail p {
  color: #555;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.xxg_qa_detail h3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 500;
  margin-bottom: 0.18rem;
}
.xxg_qa_detail h3 img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
/**/
.xxg_jq_detail {
  padding: 0.2rem 0.14rem;
}
.xxg_jq_detail .bd {
  line-height: 0.28rem;
  margin-top: 0.24rem;
}
.xxg_jq_detail h2 {
  font-weight: 500;
  line-height: 0.25rem;
  font-size: 0.18rem;
}
.xxg_jq_detail img {
  width: 100%;
  margin-top: 0.24rem;
}
.xxg_jq_detail video {
  border-radius: 0.1rem;
}
/**/
.header_position {
  background: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.tabtitle_common {
  margin-left: 0.14rem;
  line-height: 0.53rem;
  border-bottom: 1px solid #ededed;
}
.tabtitle_common a {
  color: #555;
  position: relative;
}
.tabtitle_css {
  display: flex;
}
.tabtitle_css li {
  flex: 1;
  text-align: center;
  margin: 0;
}
.tabtitle_common .on a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  background: linear-gradient(270deg, #ffffff 0%, #ca091d 100%);
}
.xxg_qa .tabtitle_common {
  white-space: nowrap;
  overflow-x: auto;
}
.xxg_qa .tabtitle_common li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.24rem;
}
.xxg_qa .tabbox li {
  position: relative;
}
.xxg_qa .tabbox li::before {
  content: "";
  border-bottom: 1px solid #ededed;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0.38rem;
}
.xxg_qa .tabbox li a {
  display: flex;
  padding: 0.16rem 0.14rem;
}
.xxg_qa .tabbox li img {
  width: 0.28rem;
  margin-right: 0.1rem;
  height: 0.28rem;
}
.xxg_qa .tabbox li h4 {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-top: 0.03rem;
}
.xxg_qa .tabbox li p {
  color: #555;
  font-size: 0.14rem;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.xxg_news .tabbox {
  padding: 0 0.14rem;
}
.xxg_news .tabbox li {
  border-bottom: 1px solid #ededed;
}
.xxg_news .tabbox a {
  display: flex;
  padding: 0.16rem 0;
}
.xxg_news .tabbox a img {
  width: 27%;
  border-radius: 0.1rem;
  margin-left: 0.08rem;
  height: 0.76rem;
}
.xxg_news .tabbox li h4 {
  line-height: 0.22rem;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.12rem;
}
.xxg_news .tabbox li p {
  font-size: 0.12rem;
  color: #999;
}
/**/
.xxg_login_bg {
  background: url(../images/login2.png) center no-repeat;
  background-size: cover;
}
.xxg_login {
  padding: 0.64rem 0.14rem 0;
}
.xxg_login .hd {
  display: flex;
  color: #fff;
}
.xxg_login .hd img {
  width: 34%;
}
.xxg_login .hd h2 {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.33rem;
}
.xxg_login .hd p {
  font-size: 0.14rem;
  margin-top: 0.12rem;
}
.xxg_login .bd {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  position: relative;
  padding: 0 0.14rem;
  margin-top: -0.18rem;
}
.xxg_login .bd .flex + .flex {
  border-top: 1px solid #ededed;
}
.xxg_login .bd .flex + .flex input {
  text-align: left;
}
.xxg_login .bd span {
  font-weight: 500;
}
.xxg_login .bd .code {
  color: #576ffd;
}
.xxg_login .bd .code  input[type="button"] {
   height: 0.6rem;
  text-align: right;
  font-size: 0.15rem;  color: #576ffd; background:none;
  float:right;

} 
 

.xxg_login   .btnlogin {
   text-align: center; width:100%;
  background:none

} 


.xxg_login .bd .input {
  width: 100%;
  height: 0.6rem;
  text-align: right;
  font-size: 0.15rem;
}

.xxg_login .bd .yzm{
    text-align: left;
}
.xxg_login .btn {
  background: #fff;
  color: #ca091d;
  margin-top: 0.38rem;
}
/**/
.xxg_orders .tabtitle_common {
  display: flex;
  border: none;
  margin: 0 0.18rem;
  justify-content: space-between;
}
.xxg_orders .tabbox {
  padding: 0 0.14rem;
}
.xxg_orders .tabbox li {
  margin-bottom: 0.14rem;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
  padding: 0.14rem;
}
.xxg_orders .tabbox .hd {
  display: flex;
  align-items: center;
  font-size: 0.14rem;

  margin-bottom: 0.12rem;
}
.xxg_orders .tabbox .hd a {
  color: #666666;
}
.xxg_orders .tabbox .hd span {
  color: #d11023;
}
.xxg_orders .tabbox .hd img {
  width: 0.14rem;
  margin-right: 0.03rem;
}
.xxg_orders .tabbox .bd .pic {
  width: 23%;
  margin-right: 0.12rem;
}
.xxg_orders .tabbox .bd .price {
  font-size: 0.1rem;
}
.xxg_orders .tabbox .bd .price span {
  font-size: 0.16rem;
  font-family: DIN;
  font-weight: bold;
}
.xxg_orders .tabbox .bd p {
  color: #999999;
  font-size: 0.12rem;
  margin: 0.08rem 0 0.15rem;
}
.xxg_orders .tabbox .bd h3 {
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_orders .tabbox .ft {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 0.16rem;
  font-weight: 500;
  margin-top: 0.18rem;
  line-height: 0.34rem;
}
.xxg_orders .tabbox .ft a {
  width: 0.8rem;
  height: 0.34rem;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.17rem;
  margin-left: 0.08rem;
}
.xxg_orders .tabbox .ft .order-btn{  border:1px #ccc solid;}
.xxg_orders .tabbox .ft span {
  color: #ca091d;
  font-size: 0.1rem;
}
.xxg_orders .tabbox .ft b {
  color: #ca091d;
  font-size: 0.2rem;
  font-family: DIN;
  font-weight: bold;
}
.xxg_orders .tabbox .ft .btn1 {
  border: 1px solid #979797;
}
.xxg_orders .none {
  text-align: center;
  color: #999999;
  font-size: 14px;
  padding: 1.85rem 0;
}
.xxg_orders .none img {
  width: 1.28rem;
  margin-bottom: 0.12rem;
}
/**/
.xxg_car {
  padding: 0.14rem;
}
.xxg_car li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
  margin-bottom: 0.14rem;
  padding: 0.18rem 0.14rem;
}
.xxg_car li .pic {
  margin: 0 0.12rem 0 0.1rem;
  width: 23%;
}
.xxg_car li h3 {
  font-size: 0.16rem;
  font-weight: 500;
}
.xxg_car li p {
  margin: 0.08rem 0 0.14rem;
  color: #999999;
  font-size: 12px;
}
.xxg_car li p i {
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  margin: -0.03rem 0 0 0.05rem;
  border-width: 0 1px 1px 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.xxg_car li .flex {
  font-size: 0.14rem;
}
.xxg_car li .flex em {
  font-style: normal;
  border-radius: 0.04rem;
  border: 1px solid #ededed;
  display: inline-block;
  padding: 0 0.1rem;
}
.xxg_car li .flex .flex_item {
  color: #d11023;
  font-size: 0.1rem;
  margin-top:0.1rem;
}
.xxg_car li .flex .flex_item span {
  font-weight: bold;
  font-family: DIN;
  font-size: 0.18rem;
}

.xxg_car li .guanli{ width:100%; display:flex; justify-content:space-between; padding:0.1rem 0; border-top:1px #ccc dashed; margin-top:0.2rem;}
.xxg_car li .guanli a{ border:1px #d11023 solid; padding:0.03rem 0.1rem; border-radius:0.05rem; color:#d11023}
.xxg_car li .guanli .prices{ padding:0.03rem 0.1rem;}
.xxg_car li .guanli .prices span{ margin-left:0.1rem; color:#ff0000; font-weight:bold;}
.xxg_car_bottom {
  font-size: 0.15rem;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  background: #fff;
  padding: 0.12rem 0.14rem 0.3rem;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.xxg_car_bottom .btn {
  width: 1.16rem;
  height: 0.42rem;
  border-radius: 0.42rem;
}
.xxg_car_bottom .flex_item {
  padding-left: 0.16rem;
}
.xxg_car_bottom .flex_item.on {
  opacity: 0;
}
.xxg_car_bottom .flex_item span {
  color: #ca091d;
  font-size: 0.1rem;
}
.xxg_car_bottom label {
  display: inline-block;
  padding-top: 0.1rem;
}
.xxg_car_bottom .flex_item b {
  font-size: 0.24rem;
  color: #ca091d;
  font-family: DIN;
}
/**/
.xxg_orderitem {
  background: url(../images/order4.png) top center no-repeat;
  background-size: 100% auto;
  padding: 0.59rem 0.14rem 0;
}
.xxg_orderitem .a {
  color: #fff;
  font-size: 0.12rem;
  padding: 0 0.14rem 0.3rem;
}
.xxg_orderitem .a .pic {
  width: 0.5rem;
  margin-right: 0.08rem;
}
.xxg_orderitem .a h4 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.25rem;
  margin-bottom: 0.08rem;
}
.xxg_orderitem .b {
  padding: 0.2rem 0.14rem;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
}
.xxg_orderitem .b .pic {
  width: 21%;
  margin-right: 0.12rem;
}
.xxg_orderitem .b p {
  color: #999999;
  margin: 0.08rem 0 0.1rem;
  font-size: 12px;
}
.xxg_orderitem .b h3 {
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_orderitem .b .price {
  font-size: 0.1rem;
}
.xxg_orderitem .b .price span {
  font-size: 0.16rem;
  font-family: DIN;
}
.xxg_orderitem .c {
  padding-top: 0.07rem;
}
.xxg_orderitem .c li {
  display: flex;
  align-items: center;
  padding: 0.09rem 0;
  justify-content: space-between;
}
.xxg_orderitem .c ul {
  padding: 0.09rem 0;
}
.xxg_orderitem .c ul + ul {
  border-top: 1px solid #ededed;
}
.xxg_orderitem .c .price {
  font-size: 0.1rem;
}
.xxg_orderitem .c .price span {
  font-size: 0.16rem;
  font-family: DIN;
}
.xxg_orderitem .c .red {
  color: #ca091d;
}
.xxg_orderitem .c .red span {
  font-size: 0.2rem;
}
.xxg_orderitem_bottom {
  padding: 0.12rem 0.14rem 0.3rem;
  font-size: 0.15rem;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.xxg_orderitem_bottom .btn1 {
  font-size: 0.14rem;
  width: 1.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.42rem;
  border-radius: 0.42rem;
  border: 1px solid #979797;
}
.xxg_orderitem_bottom .btn {
  font-size: 0.14rem;
  height: 0.42rem;
  margin-left: 0.18rem;
  border-radius: 0.42rem;
  width: 1.16rem;
}
/**/
.xxg_user {
  background: url(../images/order4.png) top center no-repeat;
  background-size: 100% auto;
  padding: 0.59rem 0.14rem 0;
}
.xxg_user .a {
  color: #fff;
  padding: 0 0 0 0.1rem;
}
.xxg_user .a .pic {
  width: 0.52rem;
  border-radius: 50%;
  height: 0.52rem;
  margin-right: 0.12rem;
}
.xxg_user .a h3 {
  font-size: 0.18rem;
  font-weight: 500;
}
.xxg_user .a .btn {
  /* width: 0.8rem;
  height: 0.28rem;
 background: #ffffff;
  border-radius: 0.28rem;
    color: #ca091d;*/
  background: none;
  color: #fff;
  font-size: 0.14rem;
}
.xxg_user .a .btn a{  color: #fff; margin: 0.1rem; }

.xxg_user .a p {
  font-size: 0.12rem;
  margin-top: 0.08rem;
}
.xxg_user .b {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
  margin-top: 0.28rem;
  position: relative;
  padding: 0.18rem 0.24rem;
}
.xxg_user .b::before {
  content: "";
  height: 0.18rem;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  right: 0.1rem;
  background: url(../images/user9.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_user .b::after {
  content: "";
  height: 0.18rem;
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  right: 0.1rem;
  background: url(../images/user8.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_user .b .title {
  font-weight: 500;
}
.xxg_user .b .flex {
  text-align: center;
  margin-top: 0.08rem;
  justify-content: space-between;
}
.xxg_user .b .flex p {
  font-size: 0.12rem;
  color: #666;
}
.xxg_user .b .flex span {
  font-size: 0.22rem;
  font-family: DIN;
  display: block;
  line-height: 0.26rem;
  padding-bottom: 0.04rem;
}
.xxg_user .c li {
  margin-top: 0.25rem;
}
.xxg_user .c li img {
  width: 0.2rem;
  margin-right: 0.12rem;
}
.xxg_user .c li a {
  display: flex;
  align-items: center;
  position: relative;
}
.xxg_user .c li a::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
/**/
.xxg_shop .swiper img {
  width: 100%;
}
.xxg_navbox {
  background: rgba(169, 11, 27, 0.9);
  z-index: 98;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.14rem 0;
  font-size: 0.15rem;
}
.xxg_navbox a {
  color: #fff;
  display: block;
  line-height: 0.53rem;
}
.xxg_navbox li,
.xxg_navbox h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.xxg_navbox li:first-child a {
    font-weight: bold;
}
.xxg_navbox h4 {
  font-weight: 500;
}
.xxg_navbox li {
  position: relative;
}
.xxg_navbox li::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.1rem;
}
.mySwiper_common .swiper-pagination {
  bottom: 0.52rem;
}
.xxg_shop .box {
  padding: 0.14rem;
}
.xxg_shop .search {
  display: flex;
  border: 1px solid #d11023;
  border-radius: 0.4rem;
  padding: 0.04rem 0.04rem 0.04rem 0.14rem;
  align-items: center;
}
.xxg_shop .search input {
  width: 100%;
  height: 0.3rem;
  padding-left: 0.1rem;
}
.xxg_shop .search .btn {
  width: 0.7rem;
  height: 0.3rem;
  font-size: 0.15rem;
  border-radius: 0.3rem;
}
.xxg_shop .search i {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_shop li {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  margin-top: 0.12rem;
  padding: 0.14rem 0.14rem 0.2rem;
  border: 1px solid #ededed;
}
.xxg_shop li h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_shop li h3 img {
  width: 0.28rem;
  margin-right: 0.05rem;
}
.xxg_shop li p {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.xxg_shop li p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.xxg_shop .none {
  text-align: center;
  color: #c8c8c8;
  padding: 0.77rem 0;
  font-size: 0.14rem;
}
.xxg_shop .none img {
  width: 0.68rem;
  margin-bottom: 0.08rem;
}
/**/
.xxg_online_bg {
  background: url(../images/online.png) top center no-repeat #8c100c;
  background-size: 100% auto;
}
.xxg_online {
  text-align: center;
  padding: 1.06rem 0.14rem 0;
}
.xxg_online .hd {
  color: #fff;
  font-size: 0.16rem;
}
.xxg_online .hd h2 {
  font-family: Alimama_DongFangDaKai_Regular;
  font-size: 0.36rem;
  padding-bottom: 0.18rem;
}
.xxg_online .bd {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
  margin-top: 32vh;
  text-align: center;
  line-height: 0.28rem;
  padding: 0.28rem 0.41rem 0.37rem;
}
.xxg_online .bd h3 {
  padding-bottom: 0.18rem;
  font-weight: 500;
  line-height: 0.25rem;
  font-size: 0.18rem;
}
/**/
.xxg_order_sure .a {
  background: #fff;
  padding: 0 0.14rem;
  margin-bottom: 0.06rem;
}
.xxg_order_sure .a .flex {
  padding: 0.16rem 0;
}
.xxg_order_sure .a .flex img {
  width: 19%;
  margin-right: 0.12rem;
}
.xxg_order_sure .a h3 {
  font-size: 0.16rem;
  font-weight: 500;
}
.xxg_order_sure .a p {
  color: #ca091d;
  font-size: 0.1rem;
  margin-top: 0.2rem;
  line-height: 0.28rem;
}
.xxg_order_sure .a p span {
  font-size: 0.24rem;
  font-family: DIN;
}
.xxg_order_sure .a .ft {
  position: relative;
  border-top: 1px solid #ededed;
  padding: 0.16rem 0 0.16rem 0.28rem;
  background: url(../images/add1.png) left center no-repeat;
  background-size: 0.2rem auto;
}
.xxg_order_sure .a .ft::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
.xxg_order_sure .a .ft dt {
  font-weight: 500;
}

.xxg_order_sure .a .ft dt  a{ display:block} 


.xxg_order_sure .a .ft dt span {
  display: inline-block;
  color: #fff;
  font-size: 0.15rem;
  background: #d11023;
  padding: 0.01rem 0.05rem;
}
.xxg_order_sure .a .ft dd {
  color: #666;
  font-size: 0.14rem;
  margin-top: 0.06rem;
  line-height: 0.2rem;
}
.xxg_order_sure .b {
  background: #fff;
  padding: 0.16rem 0.14rem;
  margin-bottom: 0.06rem;
}
.xxg_order_sure .b .title {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.14rem;
  margin-bottom: 0.16rem;
  padding-left: 0.05rem;
  border-left: 3px solid #d11023;
}
.xxg_order_sure .b li {
  display: flex;
  font-size: 0.14rem;
  align-items: center;
  height: 0.38rem;
  background: #f8f8f8;
  border-radius: 0.06rem;
  padding: 0 0.14rem;
  margin-top: 0.12rem;
}
.xxg_order_sure .b li.on {
  border: 1px solid #ca091d;
  background: #ffeff1;
  color: #ca091d;
}
.xxg_order_sure .b li.on span {
  color: #ca091d;
}
.xxg_order_sure .b li span {
  color: #999;
  font-family: DIN;
}
.xxg_order_sure .b .ft .flex {
  margin-top: 0.18rem;
  line-height: 0.22rem;
}
.xxg_order_sure .b .ft .input {
  width: 100%;
  text-align: right;
}
.xxg_order_sure .c {
  background: #fff;
  margin-bottom: 0.06rem;
  padding: 0.18rem 0.14rem;
}
.xxg_order_sure .c .flex + .flex {
  margin-top: 0.18rem;
}
.xxg_order_sure .c img {
  width: 0.24rem;
  margin-right: 0.08rem;
}
.xxg_order_sure .d {
  background: #fff;
  padding: 0.16rem 0.14rem;
  position: relative;
}
.xxg_order_sure .d .red {
  color: #ca091d;
}
.xxg_order_sure .d span {
  font-size: 0.14rem;
  display: block;
  padding-right: 0.14rem;
  position: relative;
}
.xxg_order_sure .d span::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
.xxg_order_sure_bottom {
  font-size: 0.14rem;
  padding: 0.12rem 0.14rem 0.27rem;
  background: #ffffff;
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  line-height: 0.24rem;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.xxg_order_sure_bottom .flex_item {
  color: #ca091d;
  font-size: 0.1rem;
  padding-left: 0.1rem;
}
.xxg_order_sure_bottom .flex_item span {
  font-size: 0.24rem;
  font-family: DIN;
}
.xxg_order_sure_bottom .btn {
  width: 1.52rem;
}
.spinner {
  display: flex;
  align-items: center;
}

.spinner button {
  width: 0.22rem;
  height: 0.22rem;
  background: #ffffff;
  border-radius: 0.02rem;
  border: 1px solid #ededed;
}

.spinner .value {
  width: 0.36rem;
  height: 0.22rem;
  background: #ffffff;
  border-radius: 0.02rem;
  text-align: center;
  margin: 0 0.05rem;
  border: 1px solid #ededed;
}
/**/
.title_common {
  text-align: center;
}
.title_common .flex {
  align-items: flex-end;
  justify-content: center;
}
.title_common .flex img {
  width: 0.76rem;
}
.title_common .flex .pic {
  width: 0.4rem;
  margin: 0 0.38rem;
}
.title_common h2 {
  margin-top: 0.06rem;
  font-size: 0.2rem;
  font-family: Alimama_DongFangDaKai_Regular;
}
.xxg_chiken .a {
  padding-top: 0.24rem;
}
.xxg_chiken .a .hd {
  padding: 0.25rem 0.14rem 0;
  font-size: 0.14rem;
}
.xxg_chiken .a .hd .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.xxg_chiken .a .hd .swiper-slide-thumb-active {
  color: #d11023;
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_chiken .a .inbox {
  padding: 0.21rem 0.14rem 0.28rem;
  background: url(../images/login2.png) center no-repeat;
  background-size: cover;
  margin-top: 0.17rem;
}
.xxg_chiken .a .mySwiper2 {
  padding-bottom: 0.33rem;
}
.xxg_chiken .a .swiper-pagination {
  bottom: 0;
}
.xxg_chiken .a .box h3 {
  height: 0.68rem;
  background: url(../images/chicken16.png) center no-repeat;
  background-size: 100% 100%;
  font-weight: 500;
  color: #d11023;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
}
.xxg_chiken .a .box .bd {
  background: #fdfedf;
  border-radius: 0.08rem;
  margin-top: -0.08rem;
  position: relative;
  padding: 0 0.14rem;
}
.xxg_chiken .a .box .bd ul {
  padding: 0.24rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  border-bottom: 1px solid #e8e9ca;
}
.xxg_chiken .a .box .flex {
  padding: 0.13rem 0;
  color: #ca091d;
  font-size: 0.1rem;
}
.xxg_chiken .a .box .flex span {
  font-size: 0.2rem;
  font-family: DIN;
}
.xxg_chiken .a .box .flex .btn {
  width: 1.28rem;
  height: 0.36rem;
  border-radius: 0.36rem;
  font-size: 0.14rem;
}
.xxg_chiken .a .inbox .pic {
  padding: 0.29rem 0.2rem 0.15rem;
}
.xxg_chiken .a .ft img {
  width: 22%;
  margin-right: 0.12rem;
}
.xxg_chiken .a .ft {
  font-size: 0.14rem;
  color: #ffee96;
  line-height: 0.22rem;
}
.xxg_chiken .a .ft dt {
  color: #fff;
  font-family: SourceHanSerifSC-Bold;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.xxg_chiken .b {
  height: 6.5rem;
  background: url(../images/chicken2.png) center no-repeat;
  background-size: 100% 100%;
 padding: 0.39rem 0.14rem 0;
}
.xxg_chiken .b .hd {
  padding: 0 0.14rem 0.28rem;
  text-align: center;
}
.xxg_chiken .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.xxg_chiken .b .bd ul li {
  width: 50%;
  padding: 0.05rem;
}
.xxg_chiken .b .bd ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.xxg_chiken .b .bd ul li a img,
.xxg_chiken .b .hd img {
  width: 100%;
}
.xxg_chiken .b .bd ul li dl {
  position: absolute;
  font-size: 0.14rem;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.1rem;
}
.xxg_chiken .b .bd ul li dd {
  font-size: 0.1rem;
  line-height: 0.14rem;
  margin-top: 0.06rem;
}
.xxg_chiken .c {
  padding-top: 0.24rem;
  height: 4.1rem;
  background: url(../images/chicken1.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_chiken .c .hd {
  display: flex;
  justify-content: center;
  margin-top: 0.14rem;
}
.xxg_chiken .c .hd span {
  color: #b49342;
  font-size: 0.16rem;
  padding-right: 0.05rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_chiken .c .hd div + div {
  margin-left: 0.23rem;
}
.xxg_common_part_two {
  padding: 0.24rem 0.28rem;
  font-size: 0.13rem;
}
.xxg_common_part_two dd {
  line-height: 0.22rem;
  margin-top: 0.08rem;
}
.xxg_common_part_two dt {
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  color: #d11023;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_common_part_two dt img {
  width: 0.24rem;
  margin-right: 0.08rem;
}
.xxg_common_part_two li + li {
  margin-top: 0.18rem;
}
.xxg_common_part_one {
  color: #fff;
  text-align: center;
  padding: 0.28rem 0.14rem 0.33rem;
  background: url(../images/login2.png) center no-repeat;
  background-size: cover;
}
.xxg_common_part_one p {
  margin-bottom: 0.43rem;
  line-height: 0.24rem;
  margin-top: 0.18rem;
  font-size: 0.12rem;
}
.xxg_common_part_one .title_common h2 {
  margin: 0;
  color: #f0df7d;
  font-size: 0.24rem;
}
.xxg_common_part_one dt {
  font-family: SourceHanSerifSC-Bold;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.xxg_common_part_one dd {
  color: #ffee96;
  line-height: 0.22rem;
  font-size: 0.14rem;
  margin-top: 0.14rem;
}
/**/
.xxg_aboutus .a {
  padding: 0.24rem 0.14rem 0.83rem;
  background: url(../images/about9.png) bottom center no-repeat;
  background-size: 100% auto;
}
.xxg_aboutus .a .video {
  margin-top: 0.18rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.xxg_aboutus .a .video::before {
  content: "";
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/video.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_aboutus .a .bd .flex {
  margin-top: 0.12rem;
  justify-content: center;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_aboutus .a .bd .flex dl {
  padding: 0 10%;
}
.xxg_aboutus .a .bd .flex img {
  height: 0.6rem;
}
.xxg_aboutus .text {
  position: relative;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.xxg_aboutus .text span {
  color: #ca091d;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.xxg_aboutus .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xxg_aboutus .text p.on {
  -webkit-line-clamp: inherit;
}
.xxg_aboutus .b {
  height: 6.16rem;
  background: url(../images/about7.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.28rem 0.14rem;
  color: #fff;
}
.xxg_aboutus .b .title_common h2 {
  margin: 0;
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
}
.xxg_aboutus .b h3 {
  text-align: center;
  margin-top: 0.24rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.xxg_aboutus .c {
  padding: 0.24rem 0.14rem;
}
.xxg_aboutus .c .hd {
  padding: 0.28rem 0.12rem 0;
  text-align: center;
}
.xxg_aboutus .c .hd img {
  width: 100%;
}
.xxg_aboutus .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.xxg_aboutus .c .bd ul li {
  width: 50%;
  padding: 0.1rem 0.2rem;
}
.xxg_aboutus .c .bd ul img {
  width: 0.92rem;
}
.xxg_aboutus .c .bd ul dd {
  font-size: 0.13rem;
  line-height: 0.22rem;
  margin-top: 0.06rem;
}
.xxg_aboutus .c .bd ul dt {
  color: #b49342;
  font-size: 0.16rem;
  margin-top: 0.12rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_common_part_three {
  background: url(../images/login2.png) center no-repeat;
  background-size: cover;
  padding: 0.28rem 0 0.5rem;
}
.xxg_common_part_three .title_common h2 {
  margin: 0;
  color: #f0df7d;
  font-size: 0.24rem;
  padding-bottom: 0.25rem;
}
.xxg_common_part_three .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
  padding: 0.2rem 0;
}
.xxg_common_part_three img {
  width: 100%;
}
.xxg_common_part_three .swiper-slide-active,
.xxg_common_part_three .swiper-slide-duplicate-active {
  transform: scale(1.2);
}
.xxg_common_part_three .swiper {
  padding-bottom: 0.3rem;
}
.xxg_common_part_three .swiper-pagination {
  bottom: 0;
}
.xxg_common_part_three .swiper-pagination-bullet {
  background: #fff;
}
/**/
.xxg_common_part_two .hd {
  display: flex;
  justify-content: center;
  margin-top: 0.14rem;
}
.xxg_common_part_two .hd div + div {
  margin-left: 0.23rem;
}
.xxg_common_part_two .hd span {
  color: #b49342;
  font-size: 0.16rem;
  padding-right: 0.05rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_common_part_two .pic {
  margin-top: 0.19rem;
}
.xxg_seafood .a {
  padding: 0.14rem 0.14rem 0.28rem;
  background: #eff3f8;
}
.xxg_seafood .a .btn {
  margin-top: 0.14rem;
}
.xxg_seafood .a .inbox {
  background: #fff;
  overflow: hidden;
  border-radius: 0.08rem;
}
.xxg_seafood .a .inbox .tabtitle {
  display: flex;
  text-align: center;
  height: 0.53rem;
  line-height: 0.48rem;
  background: #ca091d;
}
.xxg_seafood .a .inbox .tabtitle li {
  flex: 1;
  color: #fff;
}
.xxg_seafood .a .inbox .tabtitle li.on {
  color: #d11023;
  font-size: 0.16rem;
  background: #fff;
  border-radius: 0.08rem 0.08rem 0 0;
}
.xxg_seafood .a .tabcontent {
  padding: 0.14rem;
  position: relative;
  background: #fff;
  border-radius: 0.08rem;
  /*margin-top: -0.08rem;*/
}
.xxg_seafood .a .tabcontent .mySwiper,
.xxg_seafood .a .tabcontent .mySwiper01 {
  text-align: center;
  margin-bottom: 0.14rem;
}
.xxg_seafood .a .tabcontent .flex {
  border-top: 1px solid #ededed;
  padding-top: 0.19rem;
}
.xxg_seafood .a .tabcontent .flex .flex_item {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.22rem;
}
.xxg_seafood .a .tabcontent .flex em {
  font-style: normal;
  color: #d11023;
  font-size: 0.1rem;
  padding-left: 0.05rem;
}
.xxg_seafood .a .tabcontent .flex span {
  font-family: DIN;
  color: #d11023;
  font-size: 0.2rem;
}
.xxg_seafood .a .swiper-slide-thumb-active {
  font-weight: 500;
}
.xxg_seafood .a span{ line-height:0.3rem;}
.xxg_seafood .a .swiper-slide > span {
  position: relative;
}
.a .swiper-grid-column>.swiper-wrapper { flex-direction: unset; }
.a .swiper-grid-column>.swiper-wrapper { flex-direction: unset !important; }
.xxg_seafood .a .swiper-slide-thumb-active > span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  background: linear-gradient(270deg, #ffffff 0%, #ca091d 100%);
}
.xxg_seafood .a .tabcontent ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.xxg_seafood .a .tabcontent ul li {
  width: 50%;
  padding: 0 0.2rem;
  font-size: 0.14rem;
  margin-top: 0.21rem;
}
.xxg_seafood .a .tabcontent ul li dd {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
 /* margin-top: 0.08rem;*/
  color: #999999;
}
.xxg_seafood .a .tabcontent ul li dd .flex_item {
  font-family: DIN;
  color: #d11023;
  font-size: 0.12rem;
}
.xxg_seafood .a .tabcontent .mySwiper2,
.xxg_seafood .a .tabcontent .mySwiper02 {
  padding-bottom: 0.4rem;
}
.xxg_seafood .a .tabcontent .swiper-pagination {
  bottom: 0;
}
.xxg_seafood .a .tabcontent .swiper-pagination-bullet {
  width: 0.12rem;
  opacity: 1;
  height: 0.02rem;
  border-radius: 0;
  background: #ededed;
}
.xxg_seafood .a .tabcontent .swiper-pagination-bullet-active {
  background: #d11023;
}
.xxg_seafood .b {
  background: url(../images/seafood4.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.36rem 0.09rem 0.26rem;
  color: #fff;
}
.xxg_seafood .b .title {
  padding: 0 0.21rem;
  text-align: center;
}
.xxg_seafood .b .title img {
  width: 100%;
}
.xxg_seafood .b h3 {
  padding: 0.05rem 0 0.22rem;
  text-align: center;
}
.xxg_seafood .b p {
  font-size: 0.12rem;
  line-height: 0.24rem;
  margin-top: 0.18rem;
}
.xxg_seafood .c {
  height: 7.68rem;
  text-align: center;
  padding: 0.24rem 0.18rem 0;
  background: url(../images/seafood5.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_seafood .c p {
  font-size: 0.12rem;
  line-height: 0.24rem;
  margin-top: 0.19rem;
}
.xxg_seafood .c ul {
  display: flex;
  flex-wrap: wrap;
}
.xxg_seafood .c ul li {
  width: 50%;
  padding-top: 0.18rem;
}
.xxg_seafood .c ul img {
  width: 0.92rem;
}
.xxg_seafood .c ul dd {
  max-width: 1rem;
  margin: 0.06rem auto 0;
  line-height: 0.22rem;
  font-size: 0.12rem;
}
.xxg_seafood .c ul dt {
  font-size: 0.14rem;
  font-family: SourceHanSerifSC-Bold;
}
/**/
.xxg_cards .tabtitle_common {
  display: flex;
  justify-content: space-between;
  padding: 0 0.38rem;
  border: none;
}
.xxg_cards .tabbox {
  padding: 0 0.14rem;
}
.xxg_cards .tabbox li {
  background: url(../images/card3.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.14rem;
  position: relative;
}
.xxg_cards .tabbox li .img {
  width: 25.65%;
  height: 1.02rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0.22rem;
  justify-content: center;
}
.xxg_cards .tabbox li .btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.56rem;
  font-size: 0.14rem;
  border-radius: 0.24rem;
  height: 0.24rem;
}
.xxg_cards .tabbox li .img img {
  width: 0.5rem;
  height: 0.5rem;
}
.xxg_cards .tabbox li h3 {
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_cards .tabbox li p {
  color: #d11023;
  font-size: 0.14rem;
  margin-top: 0.04rem;
}
.xxg_cards .tabbox li .data {
  color: #999;
  font-size: 0.12rem;
  margin-top: 0.1rem;
}
.xxg_cards .tabbox li .flex > span {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  color: #999999;
  font-size: 0.14rem;
}
.xxg_cards .tabbox li .flex .yellow {
  color: #e3a619;
}
/**/
.xxg_newsdetail {
  padding: 0.14rem;
}
.xxg_newsdetail .a {
  margin-bottom: 0.36rem;
}
.xxg_newsdetail .a .hd h1 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-weight: 500;
}
.xxg_newsdetail .a .hd p {
  color: #999999;
  margin-top: 0.1rem;
  font-size: 0.12rem;
}
.xxg_newsdetail .a .bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.18rem;
}
.xxg_newsdetail .a .bd img {
  width: 100%;
  margin-top: 0.18rem;
}
.xxg_news .title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_news .title img {
  width: 0.2rem;
  margin-right: 0.1rem;
  margin-left: 0.14rem;
}
/**/
.xxg_ftq .a {
  padding: 0.14rem 0.14rem 0.28rem;
  background: #fdebca;
}
.xxg_ftq .a .btn {
  margin-top: 0.14rem;
}
.xxg_ftq .a .box {
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}
.xxg_ftq .a .tabtitle {
  display: flex;
  text-align: center;
  line-height: 0.48rem;
  background: #ca091d;
  height: 0.53rem;
  color: #fff;
  border-radius: 0.08rem 0.08rem 0px 0px;
}
.xxg_ftq .a .tabtitle li {
  flex: 1;
}
.xxg_ftq .a .tabtitle .on {
  background: #fff;
  border-radius: 0.08rem 0.08rem 0px 0px;
  color: #d11023;
}
.xxg_ftq .a .tabcontent {
  border-radius: 0.08rem;
  padding: 0.18rem 0.14rem;
  position: relative;
  background: #fff;
  margin-top: -0.08rem;
}
.xxg_ftq .a .tabcontent .img {
  text-align: center;
  border-radius: 0.08rem;
  padding: 0.25rem 0;
  border: 1px solid #ededed;
}
.xxg_ftq .a .tabcontent .img img {
 /* width: 45%;*/
}
.xxg_ftq .a .tabcontent p {
  font-size: 0.12rem;
  margin-top: 0.13rem;
  line-height: 0.2rem;
}
.xxg_ftq .a .tabcontent p span {
  padding-left: 0.4rem;
}
.xxg_ftq .a .tabcontent .flex {
  margin-top: 0.15rem;
}
.xxg_ftq .a .tabcontent .flex .flex_item {
  font-size: 0.16rem;
  font-weight: 500;
}
.xxg_ftq .a .tabcontent .flex span {
  font-family: DIN;
  color: #d11023;
  font-size: 0.2rem;
}
.xxg_ftq .a .tabcontent .flex em {
  font-size: 0.1rem;
  color: #d11023;
  padding-left: 0.05rem;
  font-style: normal;
}
.xxg_ftq .b {
  text-align: center;
  color: #fff;
  background: url(../images/ftq2.png) center no-repeat;
  background-size: cover;
  padding: 0.38rem 0.28rem 0.52rem;
}
.xxg_ftq .b .hd {
  padding: 0 0.2rem;
}
.xxg_ftq .b p {
  font-size: 0.12rem;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}
.xxg_ftq .b .pic {
  margin-top: 0.49rem;
}
.xxg_ftq .c {
  padding: 0.24rem 0.14rem 0.28rem;
}
.xxg_ftq .c h2 {
  text-align: center;
  padding-bottom: 0.28rem;
  font-size: 0.18rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_ftq .c .swiper-pagination {
  bottom: 0;
}
.xxg_ftq .c .swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 2px;
}
.xxg_ftq .c .swiper-pagination-bullet-active {
  background: #d11023;
}
.xxg_ftq .c .swiper {
  height: 4.5rem;
  font-size: 0.14rem;
  padding-bottom: 0.3rem;
}
.xxg_ftq .c .swiper img {
  width: 0.92rem;
  height: 1.56rem;
  margin-bottom: 0.1rem;
}
.xxg_ftq .c .swiper-slide {
  text-align: center;
  height: calc(100% / 2);
}
.xxg_ftq .d {
  background: url(../images/login2.png) center no-repeat;
  background-size: cover;
  padding: 0.28rem 0.33rem;
  text-align: center;
}
.xxg_ftq .d .hd {
  padding: 0 0.14rem 0.28rem;
}
.xxg_ftq .d dt {
  color: #fff;
  font-size: 0.18rem;
  font-family: SourceHanSerifSC-Bold;
  margin-top: 0.17rem;
}
.xxg_ftq .d dd {
  color: #ffee96;
  font-size: 0.14rem;
  margin-top: 0.14rem;
  padding: 0 0.24rem;
  line-height: 0.22rem;
}
.xxg_ftq .d .swiper {
  padding-bottom: 0.3rem;
}
.xxg_ftq .d .swiper-pagination {
  bottom: 0;
}
.xxg_ftq .d .swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 2px;
  background: #fff;
}
.xxg_ftq .e {
  padding: 0.28rem 0.1rem 0;
}
.xxg_ftq .e .hd {
  display: flex;
  justify-content: center;
  margin: 0.19rem 0 0.53rem;
}
.xxg_ftq .e .hd div + div {
  margin-left: 0.23rem;
}
.xxg_ftq .e .hd span {
  color: #b49342;
  font-size: 0.16rem;
  padding-right: 0.05rem;
  font-family: SourceHanSerifSC-Bold;
}
/**/
.xxg_crabs .a {
  padding-top: 0.24rem;
}
.xxg_crabs .a .tabtitle {
  display: flex;
  padding: 0.25rem 0.14rem 0.19rem;
  text-align: center;
  font-size: 0.14rem;
  align-items: center;
}
.xxg_crabs .a .tabtitle li {
  flex: 1;
}
.xxg_crabs .a .tabtitle li.on {
  color: #d11023;
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_crabs .a .tabcontent {
  background: url(../images/crabs15.png) top center no-repeat #d11023;
  background-size: 100% auto;
  padding: 0.28rem 0.14rem;
}
.xxg_crabs .a .title {
  text-align: center;
  color: #ac0a11;
  font-family: SourceHanSerifSC-Bold;
  font-size: 0.18rem;
  padding-top: 0.09rem;
  height: 0.48rem;
  line-height: 0.2rem;
  background: url(../images/crabs18.png) center no-repeat;
  background-size: auto 100%;
  transition: ALL 1s;
}
.xxg_crabs .a .title span {
  display: inline-block;
  width: 0.5rem;
  color: #fdfedf;
  height: 0.2rem;
  border-radius: 0.05rem;
  background: #ac0a11;
}
.xxg_crabs .a .tabcontent .pic {
  padding: 0.07rem 0.24rem 0;
  transition: ALL 1s;
}
.xxg_crabs .a .tabbox.on .title,
.xxg_crabs .a .tabbox.on .bd {
  animation: tran1 0.5s forwards linear;
  -webkit-animation: tran1 0.5s forwards linear;
}
.xxg_crabs .a .tabbox.on .ft,
.xxg_crabs .a .tabcontent .tabbox.on .pic {
  animation: tran2 0.5s forwards linear;
  -webkit-animation: tran2 0.5s forwards linear;
}
@keyframes tran1 {
  0% {
    transform: translatex(100%);
  }
  50% {
    transform: translatex(50%);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes tran2 {
  0% {
    transform: translatex(-100%);
  }
  50% {
    transform: translatex(-50%);
  }

  100% {
    transform: translatex(0);
  }
}
.xxg_crabs .a .bd {
  background: #fdfedf;
  border-radius: 0 0 0.08rem 0.08rem;
  padding: 0 0.14rem;
  transition: ALL 1s;
}
.xxg_crabs .a .bd li {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e8e9ca;
  padding: 0.16rem 0;
}
.xxg_crabs .a .bd li .img {
  position: absolute;
  left: 0;
  top: 0.03rem;
  width: 0.12rem;
}
.xxg_crabs .a .bd li .label {
  color: #999999;
  font-size: 0.1rem;
  width: 0.7rem;
}
.xxg_crabs .a .bd li .label span {
  font-family: DIN;
  color: #333;
  font-size: 0.2rem;
}
.xxg_crabs .a .bd li .flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.13rem;
}
.xxg_crabs .a .bd li .flex_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  display: block;
  border: 1px solid #333;
  border-right: none;
  height: 24px;
}
.xxg_crabs .a .bd li .flex_item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  display: block;
  border: 1px solid #333;
  border-left: none;
  height: 24px;
}
.xxg_crabs .a .bd li .flex_item span {
  color: #d11023;
}
.xxg_crabs .a .bd li .flex_item div + div {
  padding-left: 0.1rem;
}
.xxg_crabs .a .ft {
  margin-top: 0.14rem;
  text-align: center;
  transition: all 1s;
}
.xxg_crabs .a .ft .btn {
  background: #fff;
  color: #ca091d;
}
.xxg_crabs .a .ft p {
  color: #fdfedf;
  font-size: 0.12rem;
  margin-top: 0.14rem;
}
.xxg_crabs .b {
  padding: 0.38rem 0.14rem 0.2rem;
  text-align: center;
  background: url(../images/crabs8.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.xxg_crabs .b .hd {
  padding: 0 0.14rem 0.24rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.xxg_crabs .b .hd .pic {
  padding: 0 0.3rem;
}
.xxg_crabs .b .tab {
  width: 62%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.38rem;
  text-align: center;
}
.xxg_crabs .b .tab .swiper-slide {
  height: 0.38rem;
  line-height: 0.38rem;
  color: #ebbf6d;
  overflow: hidden;
  font-size: 0.16rem;
  font-family: SourceHanSerifSC-Bold;
  border-radius: 0.38rem;
}
.xxg_crabs .b .tab .swiper-slide-thumb-active {
  color: #280a0a;
  background: linear-gradient(90deg, #d7b363 0%, #f4db99 100%);
}
.xxg_crabs .b .tab .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    to bottom,
    rgba(248, 223, 171, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
}
.xxg_crabs .b .tab .swiper-slide-thumb-active::after {
  -webkit-animation: beginProgress 6s linear;
}
@-webkit-keyframes beginProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.xxg_crabs .b .bd {
  height: 3.14rem;
  position: relative;
  background: #ffffff;
  margin-top: 0.24rem;
  border-radius: 0.08rem;
}
.xxg_crabs .b .ft {
  color: #ebbf6d;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  font-size: 0.12rem;
}
.xxg_crabs .c {
  background: url(../images/crabs7.png) center no-repeat;
  background-size: cover;
  height: 7.07rem;
  padding: 0.24rem 0.18rem 0;
  text-align: center;
}
.xxg_crabs .c p {
  font-size: 0.14rem;
  padding: 0.18rem 0 0.24rem;
}
.xxg_crabs .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.12rem -0.09rem;
}
.xxg_crabs .c .bd ul li {
  width: 50%;
  padding: 0.12rem 0.09rem;
}
.xxg_crabs .c .bd ul img {
  width: 0.96rem;
  position: relative;
}
.xxg_crabs .c .bd ul dl {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.08rem;
  border: 1px solid #ededed;
  height: 1.32rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: -0.3rem;
  padding: 0.43rem 0.14rem 0;
}
.xxg_crabs .c .bd ul dt {
  font-size: 0.16rem;
  padding-bottom: 0.04rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_crabs .d {
  text-align: center;
  /*padding-top: 0.24rem;*/
}
.xxg_crabs .d .bd img {
  width: 100%;
}
.xxg_crabs .d p {
  font-size: 0.14rem;
  /*padding-top: 0.18rem;*/
}
.xxg_crabs .e {
  padding-top: 0.24rem;
  background: linear-gradient(180deg, #e2f3f6 0%, #f1f6f9 100%);
}
.xxg_crabs .e p {
  text-align: center;
  font-size: 0.14rem;
  padding: 0.18rem 0 0.24rem;
}
.xxg_crabs .e .xxg_common_part_two {
  padding: 0;
  margin: 0 0.14rem 0.18rem;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  background: #f6fafb;
}
.xxg_crabs .e .xxg_common_part_two ul {
  padding: 0.2rem 0.14rem;
}
.xxg_crabs .f .hd {
  padding: 0.24rem 0;
}
.xxg_crabs .f .xxg_common_part_three {
  background: url(../images/crabs19.png) center no-repeat;
  background-size: cover;
}
/**/
.xxg_prodetail_bottom {
  background: #ffffff;
  padding: 0.12rem 0.18rem 0.27rem;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 3px 0px rgba(153, 153, 153, 0.09);
}
.xxg_prodetail_bottom .flex_item + .flex_item {
  padding-left: 0.28rem;
}
.xxg_prodetail_bottom .btn1 {
  background: #e3a619;
}
.xxg_prodetail .a {
  background: #fff;
  padding: 0.2rem 0.14rem;
  margin-bottom: 0.06rem;
}
.xxg_prodetail .a h2 {
  font-weight: 500;
  font-size: 0.18rem;
  margin-top: 0.12rem;
}
.xxg_prodetail .a .flex > span {
  color: #999999;
  font-size: 0.14rem;
}
.xxg_prodetail .a .flex .flex_item {
  color: #ca091d;
  font-size: 0.1rem;
}
.xxg_prodetail .a .flex .flex_item span {
  font-size: 0.24rem;
  font-family: DIN;
}
.xxg_prodetail .b {
  background: #fff;
  margin-bottom: 0.06rem;
  padding-left: 0.14rem;
}
.xxg_prodetail .b a {
  display: flex;
  align-items: center;
  height: 0.53rem;
  position: relative;
}
.xxg_prodetail .b a::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.2rem;
}
.xxg_prodetail .b li + li {
  border-top: 1px solid #ededed;
}
.xxg_prodetail .b li span {
  display: block;
  width: 0.88rem;
}
.xxg_prodetail .c {
  background: #fff;
  padding: 0.18rem 0.14rem;
}
.xxg_prodetail .c .title {
  font-size: 0.16rem;
  border-left: 3px solid #ca091d;
  line-height: 0.16rem;
  padding-left: 0.1rem;
  font-weight: 500;
}
.xxg_prodetail .c .bd {
  margin-top: 0.14rem;
}
.mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.mask .dialog {
  font-size: 0.14rem;
  background: #fff;
  position: absolute;
  padding: 0.18rem 0.14rem 0.57rem;
  bottom: 0;
  left: 0;
  border-radius: 0.08rem 0.08rem 0px 0px;
  width: 100%;
}
.mask .dialog .close {
  position: absolute;
  top: 0.15rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  right: 0.15rem;
}
.mask .dialog .title {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
}
.mask .dialog .bd {
  padding: 0.24rem 0 0.38rem;
}
.mask .dialog .bd li {
  display: flex;
  align-items: center;
  height: 0.38rem;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0.06rem;
  padding: 0 0.14rem;
}
.mask .dialog .bd li a{
  display: flex; width:100%
}  
  
  
.mask .dialog .bd li + li {
  margin-top: 0.12rem;
}
.mask .dialog .bd li a span {
  color: #999999;
  font-family: DIN;
}
.mask .dialog .bd li.on {
  background: #ffeff1;
  color: #ca091d;
  border: 1px solid #ca091d;
}
/**/
.xxg_homepage .a {
  padding: 0.24rem 0.14rem;
}
.xxg_homepage .a .bd {
  margin-top: 0.2rem;
}
.xxg_homepage .a .bd ul {
  display: flex;
  margin: -0.05rem;
  flex-wrap: wrap;
}
.xxg_homepage .a .bd ul li {
  width: 33.333%;
  padding: 0.05rem;
  text-align: center;
}
.xxg_homepage .a .bd ul li a {
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.04rem;
  height: 1.38rem;
  padding: 0.06rem;
  border: 1px solid #ededed;
}
.xxg_homepage .a .bd ul li dl img {
  width: 0.34rem;
  margin-bottom: 0.12rem;
}
.xxg_homepage .a .bd ul li dl dd {
  font-size: 0.12rem;
  color: #666;
  margin-top: 0.08rem;
}
.xxg_homepage .a .bd ul li dl dt {
  font-size: 0.15rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_homepage .b .tabtitle {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0.18rem 0.3rem;
  color: #666666;
  font-size: 0.12rem;
}
.xxg_homepage .b .tabtitle i {
  display: block;
  width: 0.36rem;
  margin: 0 auto 0.06rem;
  height: 0.36rem;
}
.xxg_homepage .b .tabtitle li.on {
  color: #333;
}
.xxg_homepage .b .tabtitle .i1 {
  background: url(../images/home14.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i1 {
  background: url(../images/home14_on.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle .i2 {
  background: url(../images/home17.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i2 {
  background: url(../images/home17_on.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle .i3 {
  background: url(../images/home15.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i3 {
  background: url(../images/home15_on.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle .i4 {
  background: url(../images/home16.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i4 {
  background: url(../images/home16_on.png) center no-repeat;
  background-size: 100% 100%;
}


.xxg_homepage .b .tabtitle .i5 {
  background: url(../images/icon_yang.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i5 {
  background: url(../images/icon_yang_on.png) center no-repeat;
  background-size: 100% 100%;
}

.xxg_homepage .b .tabtitle .i6 {
  background: url(../images/icon_niu.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .b .tabtitle li.on .i6 {
  background: url(../images/icon_niu_on.png) center no-repeat;
  background-size: 100% 100%;
}

.xxg_homepage .b .tabcontent {
  background: url(../images/home26.png) center top no-repeat #740b05;
  background-size: 100% auto;
  color: #fff;
  padding: 0.26rem 0.14rem 0.28rem;
}
.xxg_homepage .b .tabcontent .on .title,
.xxg_homepage .b .tabcontent .on .pic,
.xxg_homepage .b .on .tab,
.xxg_homepage .b .on .inbox {
  transform: none;
}

.xxg_homepage .b .inbox {
  transform: translateX(-100%);
  transition: ALL 1s;
}
.xxg_homepage .b .hd {
  text-align: center;
}
.xxg_homepage .b .hd .title {
  width: 48%;
  transform: translateX(100%);
  transition: ALL 1s;
}
.xxg_homepage .b .hd .pic {
  padding: 0 0.24rem;
  transform: translateX(-100%);
  transition: ALL 1s;
}
.xxg_homepage .b .tab {
  display: flex;
  font-size: 0.14rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.18rem 0.2rem 0.28rem;
  transform: translateX(100%);
  transition: ALL 1s;
}
.xxg_homepage .b .tab li {
  opacity: 0.8;
}
.xxg_homepage .b .tab li.on {
  opacity: 1;
  font-size: 0.16rem;
  font-weight: 500;
}
.xxg_homepage .b .price h3 {
  height: 0.28rem;
  background: url(../images/home7.png) center no-repeat;
  background-size: 100% 100%;
  width: 1.61rem;
  position: absolute;
  top: -0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, 0);
  color: #d11023;
  font-size: 0.14rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_homepage .b .price {
  background: linear-gradient(180deg, #a6130b 0%, #c13037 100%);
  border-radius: 0.08rem;
  min-height: 2.58rem;
  position: relative;
  padding: 0.14rem 0.14rem 0;
  font-size: 0.13rem;
  border-top: 0.05rem solid #f4e69f;
}
.xxg_homepage .b .price li {
  display: flex;
  align-items: center;
  line-height: 0.24rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.16rem 0;
}
.xxg_homepage .b .price li:first-child {
  border: none;
}
.xxg_homepage .b .price li .flex_item {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.xxg_homepage .b .price li .flex_item::before {
  content: "";
  display: block;
  width: 0.02rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0.24rem;
  border: 1px solid #f4e69f;
  border-right: none;
}
.xxg_homepage .b .price li .flex_item::after {
  content: "";
  display: block;
  width: 0.02rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0.24rem;
  border: 1px solid #f4e69f;
  border-left: none;
}
.xxg_homepage .b .price li .flex_item div + div {
  padding-left: 0.12rem;
}
.xxg_homepage .b .price li .flex_item span {
  color: #f4e69f;
}
.xxg_homepage .b .price li .label {
  font-size: 0.1rem;
  color: #f4e69f;
  width: 0.75rem;
}
.xxg_homepage .b .price li .label span {
  color: #fff;
  font-size: 0.2rem;
  font-family: DIN;
  padding-right: 0.05rem;
}
.xxg_homepage .b .commonbox {
  overflow: hidden;
}
.xxg_homepage .b .commonbox .flex {
  font-size: 0.1rem;
  padding-top: 0.15rem;
}
.xxg_homepage .b .commonbox .flex .flex_item {
  font-weight: 500;
  font-size: 0.16rem;
}
.xxg_homepage .b .commonbox .flex span {
  font-family: DIN;
  font-size: 0.2rem;
  padding-right: 0.05rem;
}
.xxg_homepage .b .commonbox p {
  font-size: 0.14rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
}
.xxg_homepage .b .commonbox p span {
  padding-left: 0.4rem;
}
.xxg_homepage .b .btn {
  background: #fff;
  margin-top: 0.14rem;
  color: #ca091d;
}
.xxg_homepage .b .swiper {
  height: 2.1rem;
  padding-bottom: 0.3rem;
  margin: 0.19rem -0.2rem 0;
}
.xxg_homepage .b .swiper-slide {
  height: calc(100% / 3);
}
.xxg_homepage .b .swiper-pagination-bullet {
  background: #fff;
  width: 0.12rem;
  height: 0.02rem;
  border-radius: 0.05rem;
}
.xxg_homepage .b .swiper dl {
  padding: 0 0.2rem;
}
.xxg_homepage .b .swiper dt {
  font-size: 0.14rem;
}
.xxg_homepage .b .swiper dd {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-top: 0.09rem;
}
.xxg_homepage .b .swiper dd span {
  opacity: 0.8;
}
.xxg_homepage .b .swiper dd .flex_item {
  color: #f4e69f;
}
.xxg_homepage .b .swiper dd .flex_item span {
  font-size: 0.12rem;
  font-family: DIN;
}
.xxg_homepage .c {
  padding: 0.24rem 0 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffbef 100%);
}
.xxg_homepage .c p {
  padding: 0.18rem 0;
  line-height: 0.24rem;
  font-size: 0.14rem;
}
.xxg_homepage .c .bd {
  padding: 0 0.14rem;
  position: relative;
}
.xxg_homepage .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.xxg_homepage .c .bd ul li {
  width: 50%;
  padding: 0.05rem;
}
.xxg_homepage .c .bd ul li dl {
  padding: 0.14rem;
}
.xxg_homepage .c .bd ul li dt {
  color: #b49342;
  font-size: 0.17rem;
  line-height: 0.25rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_homepage .c .bd ul li dd {
  font-size: 0.13rem;
  line-height: 0.22rem;
  margin-top: 0.05rem;
}
.xxg_homepage .c .bd ul a {
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(53, 53, 53, 0.12);
  border-radius: 0.04rem;
}
.xxg_homepage .c .ft {
  margin-top: -0.14rem;
}
.xxg_homepage .d {
  padding: 0.24rem 0.14rem 0.28rem;
}
.xxg_homepage .d p {
  text-align: center;
  line-height: 0.24rem;
  font-size: 0.14rem;
  padding-top: 0.18rem;
}
.xxg_homepage .d .hd {
  display: flex;
  justify-content: center;
  margin-top: 0.09rem;
  margin-bottom: 0.25rem;
}
.xxg_homepage .d .hd div + div {
  margin-left: 0.23rem;
}
.xxg_homepage .d .hd span {
  color: #b49342;
  font-size: 0.16rem;
  padding-right: 0.05rem;
  font-family: SourceHanSerifSC-Bold;
}
.xxg_homepage .d .bd {
  position: relative;
  background: #c70f21;
  color: #f6dbdd;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  font-size: 0.12rem;
  padding: 0.28rem 0.25rem;
}
.xxg_homepage .d .bd::before {
  content: "";
  display: block;
  left: 0.1rem;
  top: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  background: url(../images/home8.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .d .bd::after {
  content: "";
  display: block;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  background: url(../images/home9.png) center no-repeat;
  background-size: 100% 100%;
}
.xxg_homepage .d .bd + .bd {
  margin-top: 0.14rem;
  background: #0f3779;
}
.xxg_homepage .d .bd .img {
  position: absolute;
  width: 1.1rem;
  top: 0;
  right: 0;
}
.xxg_homepage .d .bd li {
  display: flex;
  align-items: center;
  margin-top: 0.14rem;
}
.xxg_homepage .d .bd li img {
  width: 0.32rem;
  margin-right: 0.08rem;
}
.xxg_homepage .d .bd li dt {
  font-size: 0.14rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0.04rem;
}
.xxg_homepage .d .bd h3 {
  color: #fff;
  font-size: 0.18rem;
  font-family: Alimama_DongFangDaKai_Regular;
}
/**/
.xxg_crabs .b .info_two {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 3.14rem;
  align-items: center;
}
.xxg_crabs .b .info_two img {
  height: 1.8rem;
  transition: all 1s;
}
.xxg_crabs .b .info_two img:nth-child(2) {
  position: relative;
  z-index: 5;
  transform: translate3d(0, 100%, 0);
  margin-left: -1.3rem;
}
.xxg_crabs .b .info_two img:first-child {
  transform: translate3d(-100%, 0, 0);
}
.xxg_crabs .b .info_two img:last-child {
  margin-left: -0.9rem;
  transform: translate3d(100%, 0, 0);
}
.xxg_crabs .b .side_on img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.xxg_crabs .b .leftside {
  width: 50%;
  position: relative;
  margin: 29% auto 0;
}
.xxg_crabs .b .side_on ._zmft {
  position: absolute;
  top: 50%;
  left: 0;
}
.xxg_crabs .b .side_on ._daft {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}
.xxg_crabs .b .side_on ._daft img {
  box-shadow: none;
}
.xxg_crabs .b .side .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.now_page {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
.cardbox_on .now_page {
  -webkit-animation: flipBook1 1s 0.3s linear both;
}
.cardbox_on .side_on {
  -webkit-animation: flipBook1 1s 1s linear both;
}
.cardbox_on .side_on ._daft,
.cardbox_on .side_on ._daft_bs {
  -webkit-animation: slideDown 1s 1.5s linear both;
}
.cardbox_on ._lsz {
  -webkit-transform: translateX(-530px);
  transition: all 1s 2.8s linear;
}
.xxg_crabs .b .cardbox_on .info_two img:first-child,
.xxg_crabs .b .cardbox_on .info_two img:last-child,
.xxg_crabs .b .cardbox_on .info_two img:nth-child(2) {
  transform: none;
}

.preserve-3d {
  transform-style: preserve-3d;
  -webkit-perspective: 1600px;
  -moz-perspective: 1600px;
  -ms-perspective: 1600px;
  perspective: 1600px;
}
.book-page {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  -webkit-backface-visibility: hidden;
}

.flip-animation-start {
  -webkit-animation: flipBook1 2s 2s both;
}
@-webkit-keyframes flipBook1 {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDown {
  0% {
  }
  30% {
  }
  100% {
    -webkit-transform: translateY(105%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-5rem);
  }
}

@-webkit-keyframes flash {
  30% {
    -webkit-transform: translate(0) scale(1.1);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-transform: translate(-530px, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}

@-webkit-keyframes flash2 {
  10% {
    box-shadow: 0 0 20px transparent inset;
  }
  30% {
    -webkit-transform: translate(0) scale(1.1);
  }
  70% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -webkit-transform: translate(-530px, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}

@-webkit-keyframes flash3 {
  10% {
    box-shadow: 0 0 20px transparent inset;
  }
  30% {
    -webkit-transform: translate(0);
  }
  70% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -webkit-transform: translate(-530px, 0);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}
.xxg_crabs .b .bd .swiper {
  height: 100%;
}

/**/
@media screen and (min-width: 768px) {
  html {
    font-size: 150px;
  }
} 

.login-link{  line-height:30px; color:#fff; font-size: 0.14rem;  margin-top: 0.12rem; display:flex; width:100%; text-align:center; margin-top:0.1rem;
}
.login-link a{color:#fff; font-size: 0.16rem; line-height:0.46rem; flex:1 ; text-align:center; border:1px #fff solid;border-radius: 0.08rem; }

.list-pager{ width:90%; margin:0.2rem auto 0.5rem; font-size:0.16rem;  }
.list-pager ul{ width:100%;display:flex; flex-wrap:nowrap; justify-content:left; }
.list-pager li{width:20%;}
.order-empty{ width:100%; text-align:center;}


/*12.27*/
.banner img{ display: block; width: 100%;}
.productCont { background: #fff3de; padding: .15rem;}
.priceType {overflow: hidden;}
.priceType span {border-radius: 3px; font-size: .15rem; color: #b30617; text-align: center; line-height: .28rem; background: #efe094; float: left; width: 32%; margin-right: 2%; margin-bottom: 2%;}
.priceType span.cur {background: #b30617; color: #fff3de;}
.priceType span:nth-child(3n) { margin-right: 0;}
.slideInfor { background: #ffffff; padding-top: .14rem;}
.slideInfor img { height: 1.26rem; display: block; margin: 0 auto;}
.slideInfor h2 { background: #fff3de; font-size: .15rem; color: #b30617; width: 2.9rem; line-height: .27rem; margin: 0 auto;
text-align: center; border-radius: 3px;}
.giftCont p { text-align: center; font-size: .11rem; color: #000000; line-height: 2;}
.giftCont { padding: .13rem 0;}
.productSlide a { box-shadow: 0 0 10px rgba(0,0,0,0.2); display: block; font-size: .15rem; color: #ffffff; background: #b30617; line-height: .43rem; border-radius: .06rem;
 text-align: center; margin: .07rem auto 0;}
.dn { display: none;}
.beefIntroduce img { display: block; width: 100%;}
.bestChose>img { display: block; width: 100%;}
.bestChose { position: relative;}
.bestChoseTit { text-align: center;}
.bestChoseTit span { position: relative;display: inline-block; font-size: .28rem; font-family: 'pm'; color: #ffffff;}
.bestChose .bestChoseTit { font-size: 0; position: absolute; left: 0; width: 100%; top: .45rem;}
.tagPic { width: .17rem; position: absolute;}
.tagPic2 { width: .13rem; position: absolute;}
.bestChose .bestChoseTit .tagPic { left: .17rem; top: .21rem;}
.bestChose .bestChoseTit .tagPic2 { left: 1.05rem; top: -.05;}
.choseWay>p { font-size: .1rem; line-height: 1.5; color: #121212; margin: .15rem .28rem .1rem;}
.choseSlide ul { padding: 0 .22rem;}
.choseSlide li { margin-bottom: .05rem; text-align: center; float: left; width:1.63rem;}
.choseSlide li:nth-child(2n) { float: right;}
.choseSlide li img { display: block; width: 100%;}
.choseSlide li p { font-size: .1rem; color: #121212; line-height: 1.5; height: .3rem; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.choseSlide ul::after { content: ''; clear: both; display: block; height: 0;}
.chosePic img { display: block; width: 100%;}
.handleDec { font-size: .1rem; color: #ffffff; line-height: 1.5; padding: 0 .32rem;}
.handleText { text-align: center; position: absolute; left: 0; top: .37rem; width: 100%;}
.handle { position: relative;}
.handle>img { display: block; width: 100%;}
.bestChoseTit { font-size: 0;}
.bestChoseTit span { position: relative;}
.handleText .bestChoseTit .tagPic { left: .71rem; top: .21rem;}
.handleText .bestChoseTit .tagPic2 { left: 1.88rem; top: -.05rem;}
.splitTitle span{  position: relative;display: inline-block; font-size: .28rem; font-family: 'pm'; color: #000000;}
.splitTitle { font-size: 0; text-align: center;}
.splitTag { width: 1.8rem; height: .7rem; margin: 0 auto; position: relative;}
.splitTag span { position: absolute; display: inline-block; font-size: .13rem; color: #000000; padding: 0 .17rem; line-height: .21rem;
border: 1px solid #444444; border-radius: .21rem;}
.splitTag span:nth-child(1) { position: absolute; left: .72rem; top: 0;}
.splitTag span:nth-child(2) { position: absolute; left: 0; top: .16rem;}
.splitTag span:nth-child(3) { position: absolute; right: 0; top: .27rem;}
.splitTag span:nth-child(4) { position: absolute; left: .31rem; top: .45rem;}
.splitTag .tagPic { width: .17rem; position: absolute; left: .07rem; top: .41rem;}
.splitTag .tagPic2 { width: .13rem; position: absolute; right: 0; top:0;}
.splitList li { margin-bottom: .12rem; float: left; width: 33.33%; text-align: center;}
.splitList ul { overflow: hidden; padding:.14rem .14rem;}
.splitList li p { font-size: .1rem;}
.splitList li img { display: block; margin: 0 auto;}
.splitNotice { text-align: center; font-size: .12rem;}
.splitCont { padding: .35rem 0 .2rem;}
.checkCont .bestChoseTit span{ position: relative; color: #000000;}
.checkCont .bestChoseTit .tagPic { left: .5rem; top: .21rem;}
.checkCont .bestChoseTit .tagPic2 { left: 1.34rem; top: -.03rem;}
.checkDec { text-align: center; font-size: .086rem; color: #000000; }
.checkImg img { display: block; width: 100%;}
.checkImg { margin-top: .05rem;}
.gifts{ position: relative;}
.gifts>img { display: block; width: 100%;}
.gifts .handleText .bestChoseTit span{ color: #efe094;}
.gifts .handleText .bestChoseTit .tagPic { left: .2rem;}
.gifts .handleText .bestChoseTit .tagPic2 { left: 1.15rem; top: 0;}
.gifts .handleDec { color: #efe094;}
.mapTitle { background: #b51b29; line-height: 2; text-align: center; font-size: .14rem; color: #ffffff;}
.mapTxt { position: relative; z-index: 2; width: 3.5rem; margin: -.44rem auto 0;}
.inforTxt p,.inforTxt h2 { font-size: .094rem; color: #000000;}
.mapTxt .mapInfor { overflow: hidden; padding: .1rem .1rem .1rem .16rem; background: #fff3de;}
.inforTxt { float: left; width: 2.09rem;}
.mapTxt .mapInfor img { float: right; width: 1.05rem;}
.checkTitle { font-size: 0; text-align: center;}
.checkTitle span { font-size: .28rem; font-family: 'pm';}

.pickCont .bestChoseTit span { color: #000000;}
.pickCont .bestChoseTit .tagPic { left: .5rem; top: .21rem;}
.pickCont .bestChoseTit .tagPic2 { left: 1.5rem; top: -.03rem;}
.checkDesc {font-size: .1rem; text-align: center;}
.pickCont { margin-top: .16rem; background: #fff3de; padding: .4rem 0 .35rem;}
.pickInfor ul::after { content: ''; clear: both; display: block; height: 0;}
.pickInfor li { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: .12rem; margin-bottom: .2rem; box-sizing: border-box; position: relative; float: left; width: 1.5rem; height: .65rem; border-radius: .08rem; background: #ffffff;}
.pickInfor li img { display: block; position: absolute; width: .18rem; top: .05rem; right: .18rem;}
.pickInfor li h2 { font-size: .1rem; margin-bottom: .05rem; color: #c5a564;}
.pickInfor li p { line-height: 1.5; font-size: .08rem; color: #121212;}
.pickInfor ul { padding: 0 .27rem;}
.pickInfor ul li:nth-child(2n) { float: right;}
.afterSale .bestChoseTit span{ color: #000000;}
.afterSale .bestChoseTit .tagPic { left: .53rem; top: .21rem;}
.afterSale .bestChoseTit .tagPic2 { left: 1.13rem; top: -.03rem;}
.afterSale { border-top: 1px solid #444444; border-bottom: 1px solid #444444; padding-bottom: .2rem; margin-top: .44rem;}
.afterSale .bestChoseTit span{ padding: 0 .33rem; background: #ffffff;}
.afterSale .bestChoseTit { margin-top: -.18rem;}
.saleTxt { padding: 0 .12rem;}
.saleDec p { font-size: .1rem;}
.saleDec h3,.saleDec h2,.saleTxt h2 { font-size: .1rem; font-weight: bold;}
.saleDec { padding: .1rem 0; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;}
.saleNotice { line-height: 2; font-size: .1rem; color: #c5a564;}
.saleTxt h2 { line-height: 1.5; padding: .05rem 0;}
/**/
.productCont.sheepChose .priceType { float: left; width: .81rem;}
.sheepConts .choseBd { float: right; width: calc(100% - .81rem);}
.productCont.sheepChose .slideInfor h2 { width: 2.12rem; margin: 0 auto;}
.productCont.sheepChose .priceType span { float: none; width: 100%; display: block; line-height: .35rem; margin: 0; border-radius: 0;}
.infors {overflow: hidden; background: #ffffff; border-radius: .06rem;}
.productCont a.buyBtn { display: block; font-size: .15rem; color: #ffffff; background: #b30617; line-height: .42rem; border-radius: .05rem;
text-align: center; margin: .17rem auto 0;}
.sheepDesc { margin: .06rem auto; border-radius: .55rem; text-align: center; width: 3.5rem; border: 1px solid #a2a2a2;;}
.sheepDesc h2 { font-size: .14rem;}
.sheepDesc p { font-size: .1rem;}
.bestChose.bestSheep .bestChoseTit { top: .25rem;}
.wayTit img { width:2.16rem; display: block; margin: 0 auto;}
.wayList p { font-size: .1rem; line-height: 1.5; text-indent: .2rem;}
.wayList { padding: 0 .14rem; margin: .05rem auto .1rem;}
.wayTit { padding-top: .2rem;}
.handleTit { margin: .28rem .15rem .1rem;}
.handleTit h2 { font-family: 'pm'; font-size: .25rem; text-align: center;}
.handleTit p { font-size: .1rem; text-indent: .2rem;}
.handleTit span { position: relative;}
.handleTit span img {position: absolute; top: -.09rem; left: .66rem; width: .15rem;}
.splitDesc img { display: block; width: 100%; margin: 0 auto;}
.greenCont { position: relative;}
.greenCont img { display: block; width: 100%;}
.greenTxt { position: absolute; top: .34rem; left: 0; text-align: center; width: 100%;}
.greenTxt h2 { font-family: 'pm'; font-size: .28rem; color: #ffffff;}
.greenTxt h2 span { position: relative;}
.greenTxt h2 span .tagIcn{ position: absolute; width: .16rem; left: 1.05rem; top: -.06rem;}
.greenTxt p { color: #ffffff; font-size: .086rem; line-height: 1.4;}
.bestChoseTit .tagIcn { width: .16rem; position: absolute; left: 1.1rem;}
.bestChoseTit.sheepPick .tagIcn { width: .16rem; position: absolute; left: 1.2rem;}







.pubtit h2 {
    font-size: 0.26rem;
}
.pubtit h2 img {
    width: auto!important;
    height: .27rem;
    position: relative;
    top: -.02rem;
    margin: 0 3px;
}
.pubtit .titp {
    font-size: .14rem;
    color: #666;
    margin-top: 10px;
}

.slideTxtBox {
    width: 96%;
    margin: 0 2%;
    padding-top: 60px;
    border-radius: .2rem;
    margin-top: .16rem;
    position: relative;
}
.slideTxtBox .picfixbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.xxg_crabs .a .slideTxtBox .bd {
    border-radius: .2rem!important;
    background: url('../pics/bg1.png') no-repeat top left;
    background-size: 100% 100%;
    min-height: 492px;
    padding-left: 0;
}
.slideTxtBox .bd li {
    position: relative;
    min-height: .82rem;
    padding-left: 60px!important;
}
.slideTxtBox .bd li p:nth-of-type(1){
    width: 60px;
    font-size: .11rem;
    color: #999;
    text-align: right;
}
.slideTxtBox .bd li p:nth-of-type(2){
    margin-left: .2rem;
}
.slideTxtBox .bd li p:nth-of-type(3){
    margin-left: .2rem;
}
.slideTxtBox .bd li p em {
    display: block;
    font-style: normal;
    padding-left: 20px;
    line-height: 20px;
}
.slideTxtBox .bd li p em:nth-of-type(1){
    background: url('../pics/ic3.png') no-repeat left center;
    background-size: 16px;
}
.slideTxtBox .bd li p em:nth-of-type(2){
    background: url('../pics/ic4.png') no-repeat left center;
    background-size: 16px;
}
.slideTxtBox .bd li p span {
    font-family: DIN;
    color: #333;
    font-size: 0.2rem;
    position: relative;
    top: 1px;
    padding-right: 3px;
}
.slideTxtBox .bd li p {
    font-size: .13rem;
}
.slideTxtBox .bd li img {
    width: .8rem;
    position: absolute;
    right: 0;
    top: .16rem;
}

.slideTxtBox .bd li:hover p em:nth-of-type(1){
    background: url('../pics/ic3h.png') no-repeat left center;
    background-size: 16px;
}
.slideTxtBox .bd li:hover p em:nth-of-type(2){
    background: url('../pics/ic4h.png') no-repeat left center;
    background-size: 16px;
}
.slideTxtBox .bd li:hover p{
    color: #bb0807;
}
.slideTxtBox .bd li:hover p span{
    color: #bb0807;
}
.slideTxtBox .bd li:hover p em{
    color: #bb0807;
}
.slideTxtBox .bdbg {
    background: #fce7cb;
    margin-top: -2px;
    position: relative;
    padding: 20px 2%;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.slideTxtBox .hd {
    position: absolute;
    left: 2%;
    top: 78px;
    background: url('../pics/bg0.png') no-repeat left top;
    background-size: 100% 100%;
    height: calc(100% - 98px);
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    z-index: 9;
}

.slideTxtBox .hd ul {
    height: 100%;
}
.slideTxtBox .hd li {
    height: 20%;
    width: 50px;
    margin-top: 20px;
}
.slideTxtBox .hd li span {
    font-size: .16rem;
    width: 26px;
    padding: 11px 0;
    line-height: 120%;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 14px;
}
.slideTxtBox .hd li span i {
    font-style: normal;
    font-size: .24rem;
    font-weight: bold;
}
.slideTxtBox .hd li.on span {
    background: #ff8007;
    color: #fff;
}







.xintitd .flex h2 {
    position: relative;
}
.xintitd .flex img {
    width: .23rem;
    position: absolute;
    top: 10px;
        top: 2px;
    margin-left: 5px;
}
.ddp {
    font-size: .14rem;
    /*padding: .2rem;*/
}
.xxg_crabs .c {
    background: url(../pics/bg3.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 7.5rem;
}
.xxg_crabs .c .bd{
    margin-top: .3rem;
}
.xxg_crabs .c .bd ul li {
    width: 33.33%;
    padding: 0 5px;
}
.xxg_crabs .c .bd ul li:nth-of-type(4){
    position: relative;
    left: 16.5%;
    top: -.2rem;
}
.xxg_crabs .c .bd ul li:nth-of-type(5){
    position: relative;
    left: 16.5%;
    top: -.2rem;
}
.xxg_crabs .c .bd ul img {
    width: .66rem;
    height: .75rem
}
.xxg_crabs .c .bd ul dl {
    background: url(../pics/bg4.png) no-repeat;
    background-size: 100% 100%;
    min-height: 2rem;
    box-shadow: none;
    border: none;
    padding-left: .1rem;
    padding-right: .1rem;
}
.xxg_crabs .c .bd ul dt {
    font-size: .17rem;
    border-bottom: 1px solid #333;
    font-weight: bold;
}
.xxg_crabs .c .bd ul dd {
    font-size: .13rem;
    margin-top: 8px;
    color: #d5a25f;
}






/*.xxg_crabs .g {*/
/*    height: 7.5rem;*/
/*    background: url(../pics/bg4.jpg) center no-repeat;*/
/*    background-size: 100% 100%;*/
/*    padding-top: 60px;*/
/*}*/
.xxg_crabs .g .title_common h2 {
    color: #f9c785;
    margin-bottom: .1rem;
}
.xxg_crabs .g .title_common h2 img {
    height: .27rem;
    width: auto;
}
.xxg_crabs .g .ppp {
    color: #fff;
    padding-right: .6rem;
    text-align: right;
    font-size: .12rem;
}
.xxg_crabs .g .textlist {
    padding: .55rem 0 0 .2rem;
    position: relative;
}
.xxg_crabs .g .textlist {
    padding: 1.3rem .5rem 0 .5rem;
}
.xxg_crabs .g .textlist li {
    padding: 0 .2rem;
}
.xxg_crabs .g .textlist li span {
    color: #f9c785;
    font-size: 0.16rem;
    padding: 0.2rem 0;
    font-family: "思源宋体 Bold";
    padding: 0;
    border-bottom: 1px solid #f9c785;
    display: block;
    padding-top: .12rem;
    padding-bottom: .05rem;
}
.xxg_crabs .g .textlist li p {
    color: #fff;
    font-size: 0.12rem;
    margin-top: .08rem;
    line-height: .2rem;
}
.xxg_crabs .g .textlist li:nth-of-type(1) {
    margin-bottom: .1rem;
}
.xxg_crabs .g .textlist li:nth-of-type(2) {
    margin-bottom: .12rem;
}
.xxg_crabs .g .textlist li:nth-of-type(3) {
    margin-bottom: .12rem;
}
.xxg_crabs .g .textlist li:nth-of-type(4) {
   
}
.xxg_crabs .g .textlist .fiximg {
    position: absolute;
    right: 0;
    top: 1.85rem;
    width: .8rem;
}




.xxg_crabs .h .box {
    height: 5rem;
    background: url(../pics/bg5.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: .4rem;
    position: relative;
    overflow: hidden;
}
.xxg_crabs .h .title_common{
    text-align: left;
    padding: .3rem 0 0 .3rem;
}
.xxg_crabs .h .title_common h2 {
    color: #f9c785;
    font-size: .3rem;
    margin-bottom: .2rem;
    margin-left: .25rem;
}
.xxg_crabs .h .title_common h2 img {
    width: .16rem;
    position: relative;
    top: -4px;
}
.xxg_crabs .h .title_common p {
    color: #f9d6a7;
    border: 1px solid #f9d6a7;
    border-radius: .4rem;
    padding: 5px .25rem;
    width: 80%;
}
.xxg_crabs .h .box  .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    color: #36251d;
    background: url('../pics/bg7.jpg') no-repeat;
    background-size: 100%;
    font-size: .2rem;
    text-align: center;
    font-family: Alimama_DongFangDaKai_Regular;
}






.xxg_crabs .j .box {
    margin-top: .2rem;
    position: relative;
    overflow: hidden;
}
.xxg_crabs .j .title_common{}
.xxg_crabs .j .title_common h2 {
    font-size: .3rem;
}
.xxg_crabs .j .title_common h2 img{
        width: .16rem;
    position: relative;
    top: -4px;
}
.xxg_crabs .j .title_common p {
    color: #333;
    background: url('../pics/bg8.png') no-repeat;
    background-size: 100% 100%;
    width: 80%;
    line-height: .34rem;
    font-size: .16rem;
    margin: 0 auto;
    margin-top: .1rem;
}
.xxg_crabs .j .list {}
.xxg_crabs .j ul {
    width: 90%;
    margin: 0 auto;
    margin-top: .15rem;
}
.xxg_crabs .j li {
    display: flex;
    text-align: center;
    justify-content: space-between;
    border-bottom: 1px solid #f9c785;
    padding: 0 0 .2rem 0;
    margin-bottom: .2rem;
}
.xxg_crabs .j li img {
    width: .6rem;
    height: .6rem;
    display: block;
}
.xxg_crabs .j li p {
    width: calc(100% - .6rem);
    padding-left: .1rem;
}
.xxg_crabs .j li p span {
    display: block;
    text-align: left;
    font-size: 0.16rem;
    padding: 0.2rem 0;
    font-weight: bold;
    padding: 0;
    margin-top: .04rem;
}
.xxg_crabs .j li p i {
    display: block;
    font-style: normal;
    text-align: left;
        color: #737373;
    font-size: 0.13rem;
    line-height: 0.22rem;
    margin-top: .06rem;
}
.xxg_crabs .j .pic {
    width: 80%;
    margin: 0 auto;
    margin-top: .15rem;
}










.xxg_crabs .k {
    background: url(../pics/bg6.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: .4rem 0;
    position: relative;
    overflow: hidden;
    margin-top: .2rem;
    padding-bottom: 1.5rem;
    height:700px;
}
.xxg_crabs .k .title_common h2 {
    font-size: .3rem;
    color: #f9c785;
}
.xxg_crabs .k .title_common h2 img{
    width: .22rem;
    position: relative;
    top: -4px;
    padding-left: 5px;
}
.xxg_crabs .k ul{
    width: 90%;
    margin: 0 5%;
    margin-top: .3rem;
}
.xxg_crabs .k li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.xxg_crabs .k li img {
    max-width: 100%;
}
.xxg_crabs .k li:nth-child(2n){
    margin-right: 0;
}
.xxg_crabs .k li:nth-of-type(5){
    position: relative;
    left: 50%;
    margin-left: -25%;
}

















