.shop_Content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.show_Top {
  width: 45%;
  height: 100%;
}

.shop_Img {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}

.shop_Img_Title {
  text-align: center;
  width: 92%;
  margin: 0 auto;
  height: 68px;
  margin-top: 10px;
  line-height: 68px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shop_Img_Content {
  width: 70%;
  margin: 0 auto;
  max-height: 62px;
  overflow: hidden;
  margin-top: 28px;
  letter-spacing: 3px;
}

.shop_Img_Time {
  width: 84%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}

.shop_Img_Foot {
  text-align: center;
  margin-top: 14px;
}

.shop_Detail {
  width: 63%;
  height: 100%;
  padding-left: 2%;
}

.shop_Tittle {
  display: inline-block;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #282828;
  margin-bottom: 0.2rem;
}

.shop_Num {
  display: inline-block;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2646CA;
  margin-bottom: 0.18rem;
  margin-left: 0.16rem
}

.shop_Introduce {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0.22rem;
}

.shop_Money {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF7A21;
  margin-bottom: 0.2rem;
  margin-right: 0.3rem;
}

.money {
  font-size: 0.3rem;
}

.shop_Select {
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(180deg, #FFFFFF, #F2F2F2);
  border: 1px solid #DBDEE1;
  text-indent: 1em;
  font-size: 0.14rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.3rem;
}

.add_Reduce {
  height: 0.3rem;
  width: 1.2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.reduce {
  width: 18%;
  height: 0.3rem;
  user-select: none;
}

.show {
  width: 52%;
  height: 0.26rem;
  text-align: center;
}

.add {
  width: 18%;
  height: 0.3rem;
  user-select: none;
}

.shop_Btn {
  width: 4rem;
  display: flex;
  justify-content: space-between;
}

.shop_Btn div {
  width: 1.1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 4px;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
}


.shop_Btn div:nth-child(1) {
  background: linear-gradient(0deg, #FFC925, #E8AB2D);
}

.shop_Btn div:nth-child(2) {
  background: linear-gradient(0deg, #FF6325, #E8472D);
}

.shop_Btn div:nth-child(3) {
  background: linear-gradient(180deg, #0DCCFF, #4760FF);
}

.shop_Detail_Wrap {
  width: 100%;
  border: 1px solid #E3F1FF;
  background: #fff;
}

.first_line {
  width: 100%;
  height: 0.7rem;
  display: flex;
  border-bottom: 1px solid #E3F1FF;
}

.first_line div:nth-child(odd) {
  height: 100%;
  width: 15%;
  background: #F3F9FF;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #365577;
  text-align: center;
  line-height: 0.7rem;
}

.first_line div:nth-child(even) {
  height: 100%;
  width: 75%;
  line-height: 0.7rem;
  text-indent: 2em;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1A1A;
}

.third_Line {
  width: 100%;
  height: 0.7rem;
  display: flex;
  border-bottom: 1px solid #E3F1FF;
}

.third_Line div:nth-child(1) {
  height: 100%;
  width: 8.3%;
  background: #F3F9FF;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #365577;
  text-align: center;
  line-height: 0.7rem;
}

.third_Line div:nth-child(2) {
  width: 91%;
  line-height: 0.7rem;
  text-indent: 2em;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1A1A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fourth_Line {
  width: 100%;
  display: flex;
}

.List_Name {
  width: 8.3%;
  background: #F3F9FF;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #365577;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop_List {
  width: 91%;
}

.shop_List li {
  height: 0.7rem;
  border-bottom: 1px solid #E3F1FF;
  line-height: 0.7rem;
  text-indent: 2em;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #254BC4;
}

.shop_Wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shop_Left {
  width: 16%;
  background: #F5F8FF;
}

.shop_Right {
  width: 82%;
}

.shop_Left_List {
  width: 80%;
  padding: 0.16rem 0 0 0.5rem;

  max-height: 8.2rem;
  overflow-y: auto;
}

.shop_Left_List li {
  margin-bottom: 0.3rem;
  color: #333;
  cursor: pointer;
}

.shop_Left_List .shop_Left_Active {
  color: #0178EE;
}

.shop_Search_Wrap {
  height: 0.42rem;
  width: 100%;
  display: flex;
  margin-bottom: 0.2rem;
}

.shop_Search {

  height: 100%;
  font-size: 16px;

}

.shop_Search_Btn {
  width: 10%;
  height: 94%;
  background: linear-gradient(0deg, #015EEA, #00C0FA);
  border-radius: 4px;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
}

.sort_Wrap {
  width: 100%;
  height: 0.46rem;
  background: #F5F8FF;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.change_Settype {
  width: 80px;
  height: 50%;
  display: flex;
  align-items: center;
}

.change_Settype img {
  cursor: pointer;
}

.change_Settype img:nth-child(1) {
  margin-right: 20px;
}

.sort_Show {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sort_Show>div {
  height: 100%;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_icon {
  height: 0.3rem;
  margin-top: 0.07rem;
}

.box-icon div {
  height: 0.1rem;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-1 {
  opacity: 1 !important;
}

.up {
  width: 0px;
  height: 0px;
  border-bottom: 0.06rem solid #a3a5b3;
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
  margin-bottom: 0.04rem;
}

.down {
  width: 0px;
  height: 0px;
  opacity: 0.5;
  border-top: 0.06rem solid #a3a5b3;
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
}

.goods_Show_Wrap {
  width: 100%;
  max-height: 7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods_Show_Wrap>div {
  width: 46%;
  height: 1.3rem;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 20px;
}

.goods_Show_Left {
  width: 35%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}

.goods_Show_Left_Title {
  text-align: right;
  font-size: 12px;
  transform: scale(0.7);
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}

.goods_Show_Left_Content {
  font-size: 16px;
  transform: scale(0.7);
  /* margin-top: 10px; */
  height: 40px;
  overflow: hidden;
  font-weight: 600;

}

.PublishDate {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.PublishDate div {
  font-size: 12px;
  transform: scale(0.7);
  white-space: nowrap;
}

.goods_Show_Left_Foot {
  font-size: 12px;
  transform: scale(0.7);
  text-align: center;
  margin-top: 3px;
}

.shop_Number {
  position: absolute;
  width: 0.62rem;
  height: 0.26rem;
  background: #F48834;
  right: 6px;
  bottom: 0;
  font-size: 0.12rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.26rem;
  text-align: center;
}

.goods_Show_Right {
  width: 62%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shop_Count{
  position: absolute;
  right: 0.14rem;
  bottom: 24%;
  font-weight: bold;
  color: #F0564F;
  width: 0.16rem;
  height: 0.16rem;
  background: #FF6C6C;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.16rem;
}

.shoppingCarts_num{
  position: absolute;
  right: 2px;
  width: 0.18rem;
  height: 0.18rem;
  background: #F9A35D;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 0.18rem;
  font-size: 0.12rem;
}

.goods_Show_Title {
  width: 100%;
  font-size: 0.18rem;
  min-height: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.goods_introduce {
  width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0.1rem 0 0.06rem 0;
}

.goods_Date_Money {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods_Date {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.goods_Money {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #F0564F;
}

.page_Wrap {
  width: 100%;
  margin-top: 0.4rem;
  text-align: center;
}

.step_Wrap {
  width: 80%;
  margin: 0.2rem auto;
}

.more_Address {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #1A72CC;
  cursor: pointer;
  margin-left: 0.2rem;
}

.change_Address {
  font-size: 0.24rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}

.all_Address {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.all_Address div {
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  height: 0.7rem;
  background: #FFFFFF;
  border: 2px solid #E6E6E6;
  margin-right: 0.32rem;
  position: relative;
  margin-bottom: 0.15rem;
}

.address_Name {
  font-size: 0.18rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 0.18rem;
}

.address_detail {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 0.18rem;
}

.icon {
  position: absolute;
  right: 0.2rem;
  top: 0.16rem;
  font-size: 0.2rem;
  cursor: pointer;
}

.sure_Order_Title {
  font-size: 0.24rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.sure_Stamp {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.sure_Title {
  font-size: 0.14rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 1rem;
  margin-right: 0.2rem;
}

.button_Wrap {
  margin-left: 2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.mall_List li {
  width: 100%;
  height: 0.4rem;
  color: #333;
  text-indent: 1em;
  background: #FFFFFF;
  /* border: 1px solid #DBDEE1; */
  margin-bottom: 0.14rem;
  overflow: hidden;
  min-height: 130px;
  overflow: auto;
}

.money_Wrap {
  display: flex;
  align-items: center;
  width: 52%;
}

.money_Btn_Wrap {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.goods_Show_Wrap_Second {
  width: 100%;
  background: #FFF;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #F2F2F2;
  border-radius: 4px;
  margin-bottom: 14px;
  background: #FFF;
}

.goods_Show_Wrap_Right {
  width: 16%;
  height: 70%;
  border-left: 1px dashed #D6D9E1;

}

.release_Time {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.goods_Show_Wrap_Left {
  margin-left: 18px;
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.release_Time {
  width: 460px;
  display: flex;
}

.goods_Show_List_Title {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.goods_Show_List_Code {
  margin-top: 10px;
}

.goods_Show_Wrap_Money {
  color: #F48834;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  white-space: nowrap;
}

.goods_Show_Wrap_Money span {
  font-size: 32px;
}

.add_Cart {
  text-align: center;
  color: #F48834;
  cursor: pointer;
  margin-top: 6px;
}

.add_Cart img {
  width: 18px;
  height: 14px;
}

.more_Recommend_Title {
  height: 46px;
  line-height: 46px;
  background: #fff;
}

.more_Recommend {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
}

.more_Recommend_List {
  width: 16%;
  height: 200px;
  position: relative;
  border: 1px solid #F2F2F2;
}

.more_Recommend_List_Code {
  position: absolute;
  width: 62px;
  height: 25px;
  background: #F48834;
  right: 0;
  top: 126px
}

.more_Recommend>div:nth-child(1) {
  margin-left: 40px;
}

.more_Recommend>div:nth-child(4) {
  margin-right: 40px;
}


.more_Recommend_List_Bottom {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.more_Recommend_List_Title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 26px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;

}

.more_Recommend_List_Content {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;

}

.more_Recommend_List_Foot {
  width: 100%;
  margin: 0 auto;
  height: 20%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  align-items: center;
  border-top: solid 1px #f2f2f2;
}

.more_Recommend_Cara img {
  width: 18px;
  height: 14px;
}

.more_Recommend_Version {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;

}

.new_Goods_Wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;

  overflow: hidden;
}

.new_Goods_Wrap img {
  width: 100%;
  height: 100%;
}



.new_Goods_Wraps {
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;

}

.new_Goods_Wraps img {
  width: 100%;
  height: 100%;
}

.more_Recommend_Img_Wrap {
  height: 140px;
  width: 100%;
}

.more_Recommend_Img_Wrap img{
  width: 100%;
  height: 100%;
}

.shoppingCart {
  width: 0.68rem;
  height: 0.68rem;
  position: absolute;
  right: 0.58rem;
  top: 2.3rem;
  cursor: pointer;
}
.shoppingCart img {
  width: 100%;
  height: 100%;
}

.shoppingCarts{
  width: 0.68rem;
  height: 0.68rem;
  position: fixed;
  right: 0.58rem;
  top: 5rem;
  cursor: pointer;
}

.shoppingCarts img {
  width: 100%;
  height: 100%;
}

.settlement {
  width: 100%;
  height: 0.46rem;
  background: #F7F7F7;
  border: 2px solid #F2F2F2;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
}

.settlement_Num {
  padding-left: 0.1rem;
  font-size: 0.16rem;
  color: #999;
}

.num_Color {
  color: #FF4400;
  font-size: 0.2rem
}

.settlement_Btn {
  display: flex;
  align-items: center;
}

.amount {
  color: #999;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}

.settlement_Money {
  color: #FF4400;
  font-size: 0.2rem;
}

.contact img {
  width: 100%;
  height: 100%;
}

.small_picture{
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 0.1rem;
  align-items: center;
  justify-content: center;

}

.cover_img{
  width: 70px;
  height: 46px;
  border: 1px solid #999;
  cursor: pointer;
  margin-right: 24px;
}

.img_line{
  width: 22px;
  height: 2px;
  background: #1782F0;
  margin: 0 auto;
  margin-top: 8px;
}

.cover_img img{
  width: 100%;
  height: 100%;
}

.left_btn{
  cursor: pointer;
}

.right_btn{
  cursor: pointer;
}

