.content>div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 1.82rem 0.3rem 1.82rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
  bottom: 0.5rem;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
}

/* 划过效果 */
.content>div:first-child>a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
  padding-bottom: 0.09rem;
  transition: var(--m_tran) border font-weight;
}

.content>div:first-child>a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #B6002A;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.content>div:first-child>.active:after {
  left: 0;
  width: 100%;
}

.content>div:first-child>a:hover:after {
  left: 0;
  width: 100%;
}

/* 划过效果结束 */
.content>div:nth-child(2) {
  margin-top: 0.15rem;
  display: flex;
}

.content_left {
  width: 3.36rem;
  margin-right: 0.48rem;
}

.content_left>div {
  padding: 0 0.43rem 0.68rem 0.2rem;
}

.content_left>div>div:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.34rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #EAEAEA;
  cursor: pointer;
  background: #F9F9F9;
}

.content_left>div>.content_left_box>div:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.34rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  cursor: pointer;
  align-items: center;
}

.content_left_box {
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #EAEAEA;
}

.content_left>div {
  background: #F9F9F9;
}

.list>div {
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #B5B5B5;
  line-height: 0.34rem;
  margin-top: 0.3rem;
  transition: var(--m_tran) color;
}

.list {
  display: none;
}

.list>.active {
  color: #B6002A;
}

.list>div:hover {
  color: #B6002A;
}



.content_left img {
  width: 0.14rem;
  height: 0.07rem;
}

.content_right {
  flex: 1;
}

.content_right>div:first-child {
  display: flex;
  justify-content: space-between;
}

.content_right>div:first-child>a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  cursor: pointer;
}

.content_right>div:first-child>a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #B6002A;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.content_right>div:first-child>a:hover:after {
  left: 0;
  width: 100%;
}

.content_right>div:first-child>.active:after {
  left: 0;
  width: 100%;
}

.content_right>div:nth-child(2) {
  margin-top: 0.19rem;
}

.content_flex>div>div:last-child>p:first-child {
  padding-top: 0.28rem;
  padding-bottom: 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
}

.content_flex>div>div:last-child>p:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #545454;
}

.content_flex {
  display: flex;
  align-items: center;
    gap: .295rem;
  margin-bottom: 0.53rem;
  flex-wrap: wrap;
}

.content_flex>div {
  width: 3.19rem;
}

.content_img {
  width: 3.19rem;
  height: 4.34rem;
  cursor: pointer;
}

.mask {
  position: relative;
  overflow: hidden;
}

.content_img>.hover_mask {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: translateY(100%);
  transition: var(--m_tran) transform;
}

.content_img:hover>.hover_mask {
  transform: translateY(0);
}

.hover_mask>p {
  width: 1.6rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  padding: 0.15rem 0;
  background: rgba(182, 0, 42, 1);
  text-align: center;
}

.content_four {
  display: flex;
  justify-content: center;
  margin-top: 0.73rem;
  margin-bottom: 0.71rem;
}

.content_four>p:nth-child(2) {
  color: #fff;
  background-color: #B6002A;
}

.content_four>p {
  display: flex;
  border: 0.01rem solid #dedede;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  border-radius: 0.02rem;
}

.content_four>p:nth-child(6) {
  border: none;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content>img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer>img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
.content > div:first-child{
  padding: 0.3rem 0.3rem 0.15rem 0.3rem;
  display: block;
  height: auto;
    overflow: hidden;
  

}
.content > div:first-child > a{
  font-size: 0.24rem;
  width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: .1rem;

}
.content > div:nth-child(2){
  display: block;
  height: auto;
  overflow: hidden;
}
.content_left{
  width: 100%;
  margin-right: 0;
  margin-bottom: .3rem;
}
.content_left > div > div:first-child{
  font-size: 0.26rem;
}

.content_left > div > .content_left_box > div:first-child > div{
  font-size: 0.24rem;
}
.content_right > div:first-child > a{
  font-size: 0.24rem;
}
.content_flex > div{
  width: 48%;
}

.content_flex{
  gap: 4%;
}
.content_flex > div > div:last-child > p:first-child{
  font-size: 0.24rem;
}
.content_flex > div > div:last-child > p:last-child{
  font-size: 0.24rem;
}
.content_img{
  width: 100%;
}
.hover_mask > p{
  width: 45%;
}
.hover_mask > p > a{
  font-size: 0.24rem;
}
.list > div{
  font-size: 0.24rem;
}
}
