@charset "utf-8";
#MyCondition {
  width: 1400px;
  margin: 0 auto;
  padding: 0 30px 20px;
  background-color: #fff;
}

#MyCondition li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.5px rgb(236, 236, 236) solid;
  line-height: 50px;
}

#MyCondition li .active {
  color: #ea5504;
}

.MyCondition1 {
  width: 80px;
}

.MyCondition2 {
  width: 80px;
}

.MyCondition3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.MyCondition3 a {
  margin-right: 20px;
  display: block;
}

.Mypinpa a {
  margin-right: 10px !important;
}

.Mypinpa img {
  width: 120px;
  height: 50px;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid rgb(236, 230, 230);
}

/* 详细页面 */

.producttablist {
  border-bottom: 1px solid #ccc;
  width: 96%;
  margin: 0 auto;
}

.right_body {
  width: 96%;
  margin: 0 auto;
}

.producttablist li {
  font-size: 18px;
}

.row0 {
  width: 600px;
  border-bottom: 1px solid #c4c4c4;
}

.row0 {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  line-height: 50px;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}

.row1 span {
  color: red;
  padding: 0 10px 0 5px;
}

.row1 a {
  color: red;
}

#row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}

#row2 ul {
  margin-right: 60px;
}

#row2 ul span {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e30000;
}

.myInfoTitle {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #525252;
}

.myInfoSContent {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #7c7c7c;
}

.myInfoPrice {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #de0000;
}

#mytuijian {
  width: 1400px;
  margin: 0 auto;
}

#mytuijian div li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#mytuijian div h3 {
  padding-top: 40px;
  width: 150px;
  line-height: 50px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: bold;
  color: #474747;
  border-bottom: 3px solid #8d9d4d;
  margin-bottom: 27px;
}

#mytuijian div li a {
  display: block;
  width: 19.99%;
  text-align: center;
  background-color: #fff;
  padding-bottom: 30px;
}

#mytuijian div li a>img {
  margin: 25px 0;
  width: 200px;
  height: 166px;
}