.detail h4 {
  border-left: 2px solid #D80C18;
  padding-left: 15px;
  margin: 24px 0 26px;
  font-size: 16px;
  font-weight: 200;
  color: rgba(102, 102, 102, 1);
}

.detail-box {
  max-width: 1500px;
  margin: 0 auto;
}

.content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #585858;
padding-top: 30px;
}

.detail-left {
  width: 65.8%;
}

.detail-answer {
  width: 100%;
}

.answer {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
  border-top: 2px solid #D80C18;
}

.answer-t {
  text-align: center;
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 33px;
  color: rgba(102, 102, 102, 1);
  margin: 14px 0 26px;
}

.answer-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px 24px;
}

.answer-item img {
  width: 100%;
  height: 100%;
}

.answer-img {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  overflow: hidden;
  animation: Halo 1.2s linear infinite;
}

.answer-item p {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 27px;
  color: rgba(102, 102, 102, 1);
}

.answer-item span {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 27px;
  color: rgba(102, 102, 102, 1);
}

.answer-item small {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
}

.answer-item small span {
  font-size: 16px;
  color: #F27E30;
}

.answer-b {
  width: 153px;
  height: 45px;
  background: rgba(216, 12, 24, 1);
  border-radius: 25px;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 45px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  box-shadow: 2px 2px 2px 2px rgba(216, 12, 24, 0.22);
  cursor: pointer;
}

.swiper-container {
  margin: 0 16px;
  border-top: 1px solid #CCCCCC;
  height: 52px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.slide-horn {
  display: flex;
  align-items: center;
}

.slide-horn img {
  width: 18px;
  height: auto;
  margin-right: 19px;
}

.slide-horn p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 24px;
  color: rgba(102, 102, 102, 1);
}

.slide-time {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
}

.detail-info {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.17);
  padding: 26px 0 36px;
  margin-bottom: 36px;
  border-top: 2px solid #D80C18;
}

.detail-abs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 16px;
}

.detail h5 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px;
}

.detail h5 span {
  padding-right: 68px;
}

.txt {
  font-size: 15px;
  line-height: 27px;
  padding: 0 32px;
  overflow: hidden;
  color: rgb(17, 31, 44);
}

.txt p {
  padding-bottom: 18px;
  font-weight: 300;
  text-indent: 2em;
  color: rgb(17, 31, 44);
  letter-spacing: 0.6px;
}

.txt img {
  max-width: 100%;
}

.detail-related {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.17);
  padding: 26px 32px 0px;
  margin-bottom: 36px;
  border-top: 2px solid #D80C18;
}

.detail-related h3 {
  line-height: 20px;
  padding-left: 6px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(88, 88, 88, 1);
}

.detail-list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.item1 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
}

.item1 img {
  width: 100%;
  height: 100%;
}

.item2 {
  width: calc(100% - 53px);
  padding-left: 13px;
}

.item2-t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item2-time {
  display: flex;
  align-items: center;
}

.item2-time p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 24px;
  color: rgba(88, 88, 88, 1);
  margin-right: 10px;
}

.item2-time span {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 300;
  line-height: 18px;
  color: rgba(88, 88, 88, 1);
}

.item2-t2 {
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 300;
  line-height: 22px;
  color: rgba(167, 166, 166, 1);
  background: rgba(248, 248, 248, 1);
  border-radius: 6px;
  margin-top: 10px;
}

.detail-item:hover .item1 {
  background: #ffffff;
}

.detail-popuCteg {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  border-top: 2px solid #D80C18;
  margin-bottom: 48px;
}

.popu-thead {
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(246, 246, 246, 1);
}

.popu-thead p {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 27px;
  color: rgba(88, 88, 88, 1);
  padding: 14px 40px;
  cursor: pointer;
}

.thead-on {
  color: #D80C18 !important;
  background: url(../images/arrowbg.png) no-repeat center;
  background-size: contain;
}

.popu-tbody {
  padding-bottom: 24px;
}

.popu-tbody span {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 300;
  line-height: 20px;
  padding: 14px 0 0;
  width: 19%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popu-tbody span:hover {
  color: #D80C18;
}

.tbody-none {
  display: none;
}

.detail-right {
  width: 30.53%;
}

.detail-img {
  width: 100%;
  height: 192px;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
}

.detail-img img {
  width: 100%;
  height: 100%;
}

.detail-hot {
  margin-bottom: 57px;
  padding: 0 28px 1px 28px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
}

.detail-hot-line {
  border-top: 2px solid #D80C18;
}

.hot-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.hot-title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(88, 88, 88, 1);
  padding-left: 19px;
  border-left: 2px solid #D80C18;
}

.hot-title p span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(88, 88, 88, 1);
  display: inline-block;
  margin-left: 10px;
}

.hot-title a {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(88, 88, 88, 0.7);
}

.hot-list {
  padding-top: 16px;
  border-top: 1px solid rgba(213, 213, 213, 1);
}

.hot-item {
  width: 100%;
  height: 137px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
}

.hot-item1 {
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
}

.hot-item2 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}

.hot-item3 {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
}

.hot-item4 {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
}

.hot-item5 {
  background: url(../images/bg6.png) no-repeat center;
  background-size: cover;
}

.hot-t {
  margin: -18px 0 0 33px;
}

.hot-t p {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.hot-t span {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 300;
  line-height: 20px;
  color: rgba(88, 88, 88, 1);
}

.hot-b {
  width: 106px;
  height: 36px;
  background: rgba(136, 139, 236, 1);
  opacity: 1;
  border-radius: 20px 0px 0px 20px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.hot-item1 .hot-t p {
  color: #5C60F1;
}

.hot-item2 .hot-t p {
  color: #F15C70;
}

.hot-item3 .hot-t p {
  color: #934DEE;
}

.hot-item4 .hot-t p {
  color: #F19128;
}

.hot-item5 .hot-t p {
  color: #1F79E1;
}

.hot-item1 .hot-b {
  background: rgba(136, 139, 236, 1);
}

.hot-item2 .hot-b {
  background: rgba(236, 136, 143, 1);
}

.hot-item3 .hot-b {
  background: rgba(182, 133, 246, 1);
}

.hot-item4 .hot-b {
  background: rgba(254, 191, 121, 1);
}

.hot-item5 .hot-b {
  background: rgba(96, 167, 248, 1);
}


.footer {
  width: 100%;
  min-width: 1200px;
  height: 152px;
  min-height: 152px;
  overflow: hidden;
  background: url(../images/footerbg.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box {
  width: 1500px;
  margin: 0 auto;
  margin-top: 35px;
}

.f-box4 {
  text-align: center;
  font-size: 14px;
}

.f-hz {
  text-align: center;
}

.f-hz img {
  width: 94px;
  height: 42px;
  border-radius: 6px;
  margin: 0 15px 10px;
}

.f-box4 p {
  padding-top: 10px;
  opacity: 0.5;
}



/* ----------------头部--------------- */
.mobile-header {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  background: #ffffff;
  z-index: 999;
  display: none;
}

.mobile-head {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #EEEEEE;
}


.mobile-logo {
  width: 130px;
  height: auto;
}

.mobile-nav-img {
  width: 20px;
  height: auto;
}

.mobile-nav {
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: -479px;
  background: rgba(255, 255, 255, 1);
  transition: .5s all;
  display: flex;
}

.mobile-checked {
  left: 0;
}

.mobile-nav-f {
  width: 200px;
  height: 200px;
}

.mobile-nav-border {
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
}

.mobile-nav-con {
  /* width: 58.8%; */
  width: 100%;
  height: 100%;
}

.mobile-nav-li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #333333;
  font-size: 12px;
}

/* .nav-li:hover {
  background: rgba(236, 236, 236, 0.95);
} */


.mobile-nav-p {
  width: 100%;
  height: 100%;
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
}

.mobile-nav-p a {
  text-align: center;
  position: relative;
}

.mobile-nav-p img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: auto;
}

.mobile-nav-li.mobile-on a {
  color: #D80C18;
}

.mobile-subOn a {
  color: #D80C18;
}

.mobile-nav-li.mobile-on a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(270deg, rgba(245, 156, 156, 1) 0%, rgba(216, 12, 24, 1) 100%);
}

.mobile-bg {
  background: rgba(236, 236, 236, 0.95);
}

.mobile-subNav-con {
  width: 41.2%;
  height: 100%;
  display: none;
  background: rgba(236, 236, 236, 0.95);
}

.mobile-subNav-con .mobile-nav-li .mobile-nav-p {
  border-bottom: 1px solid #ffffff;
}




@media screen and (max-width: 1550px) {
  .detail-box {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1500px) {
  .detail-box {
    min-width: 1200px;
  }
}

@media screen and (max-width: 479px) {
  .detail-box {
    min-width: 320px;
    padding: 0;
  }

  .header-box {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .detail-left {
    width: 100%;
  }

  .detail-right {
    display: none;
  }

  .footer {
    display: none;
  }

  .detail h4,
  .slide-horn p,
  .slide-time,
  .item2-t2,
  .popu-tbody span,
  .answer-item p,
  .answer-item span,
  .answer-item small,
  .answer-item small span,
  .answer-b,
  .txt,
  .answer-t {
    font-size: 12px;
  }

  .detail h2,
  .detail-related h3,
  .item2-time p,
  .popu-thead p {
    font-size: 14px;
  }

  .detail h5 span {
    padding-right: 10px;
  }

  .txt {
    padding: 0 20px;
  }

  .popu-thead p {
    padding: 6px 0;
    width: 110px;
    text-align: center;
  }

  .detail-abs {
    display: none;
  }

  .detail h4 {
    margin: 24px 20px 26px;
  }

  .detail h2 {
    padding: 0 20px;
  }

  .detail h2 {
    padding-bottom: 24px;
  }

  .answer-img {
    width: 45px;
    height: 45px;
  }

  .answer-b {
    width: 70px;
    height: 25px;
    border-radius: 15px;
    line-height: 25px;
  }

  .answer-item {
    padding: 0 0 24px;
  }

  .answer-item small {
    display: none;
  }

  .answer-item span {
    width: 106px;
    line-height: 20px;
  }

  .popu-tbody span {
    width: 32%;
  }

  .item2-t2 {
    padding: 8px 20px;
    height: 79px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .detail-related {
    padding: 26px 20px 0px;
  }

  .item1 {
    width: 45px;
    height: 45px;
  }

  .detail-item-none {
    display: none;
  }
}

@keyframes Halo {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(249, 200, 200, 0.5);
  }

  10% {
    box-shadow: 0px 0px 0px 1px rgba(249, 200, 200, 0.5);
  }

  20% {
    box-shadow: 0px 0px 0px 2px rgba(249, 200, 200, 0.5);
  }

  30% {
    box-shadow: 0px 0px 0px 3px rgba(249, 200, 200, 0.5);
  }

  40% {
    box-shadow: 0px 0px 0px 4px rgba(249, 200, 200, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 5px rgba(249, 200, 200, 0.5);
  }

  60% {
    box-shadow: 0px 0px 0px 4px rgba(249, 200, 200, 0.5);
  }

  70% {
    box-shadow: 0px 0px 0px 3px rgba(249, 200, 200, 0.5);
  }

  80% {
    box-shadow: 0px 0px 0px 2px rgba(249, 200, 200, 0.5);
  }

  90% {
    box-shadow: 0px 0px 0px 1px rgba(249, 200, 200, 0.5);
  }

  100% {
    box-shadow: 0px 0px 0px 0px rgba(249, 200, 200, 0.5);
  }
}