.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:first-child > a:hover {
  font-weight: bold;
}

.content > div:first-child > .active {
  font-weight: bold;
}
/* 划过效果结束 */

.content > div:nth-child(2) {
  margin-top: -0.23rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content > div:nth-child(2) > div:first-child {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-bottom: 0.03rem solid #bd2d3a;
}

.border {
  height: 0.02rem;
  background-color: #e8e8e8;
}

.content > div:nth-child(2) > div:last-child {
  display: flex;
  align-items: center;
  border: 0.01rem solid #ebebeb;
  padding: 0.1rem 0.15rem 0.1rem 0.18rem;
  width: 2.67rem;
  justify-content: space-between;
}

.content > div:nth-child(2) > div:last-child > img {
  width: 0.14rem;
  height: 0.14rem;
}

.content > div:nth-child(4) {
  display: flex;
  margin-top: 0.31rem;
  margin-bottom: 0.55rem;
}

.content > div:nth-child(4) > p:first-child {
  margin-right: 0.15rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
  border: none;
  cursor: auto;
  padding: 0;
}

.content > div:nth-child(4) > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  padding: 0 0.11rem;
  line-height: 0.3rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #dddddd;
  margin-right: 0.1rem;
  cursor: pointer;
  transition: var(--m_tran) color background;
}

.content > div:nth-child(4) > p > span {
  display: none;
}

.content > div:nth-child(4) > .active {
  background-color: #666666;
  color: #fff;
}

.content > div:nth-child(4) > .active > span {
  display: inline;
  margin-left: 0.04rem;
}

.content > div:nth-child(4) > p:hover {
  background-color: #666666;
  color: #fff;
}

.content_three {
  display: flex;
  
    justify-content: flex-start;
}

.content_three>a{
/*margin-bottom: 0.24rem;*/
}
/*.content_three > .content_number_box:nth-child(2) {*/
/*  margin-left: 0.28rem;*/
/*  margin-right: 0.28rem;*/
/*}*/

.content_three > .content_number_box > div:first-child {
  width: 4.48rem;
  height: 2.8rem;
  position: relative;
}
.content_three > .content_number_box > div:last-child {
  padding: 0.16rem 0.2rem;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 1.3rem;
}

.content_three > .content_number_box > div:last-child > p:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
  margin-bottom: 0.29rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.content_three > .content_number_box > div:last-child > p:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #666666;
}

.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;
}

.newTip{
    width: 0.91rem;
    height: 0.32rem;
    background: #000000;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 0.52;
    font-size: 0.13rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    font-weight: 400;
    z-index: 99;
        left: 0;
    top: 0;
}
@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_box > .bigconbox{
  display: block;
}
.content > div:nth-child(2) > div:first-child{
  font-size: 0.24rem;
}
.content > div:nth-child(2) > div:last-child{
  width: 50%;
}
.content > div:nth-child(4) > p:first-child{
  font-size: 0.24rem;
}
.content > div:nth-child(4) > p{
  font-size: 0.24rem;
}
.content_three{
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
}
.content_three > a{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.content_three > a:nth-child(2n){
  margin-right: 0;
}
.newTip{
  width: 30%;
  font-size: 0.24rem;
}
.content_three > .content_number_box > div:first-child{
  width: 100%;
}
.content_three > .content_number_box > div:last-child{
  height: auto;
}
.content_three > .content_number_box > div:last-child > p:first-child{
  font-size: 0.24rem;
}
.content_three > .content_number_box > div:last-child > p:last-child{
  font-size: 0.24rem;
}
}