/* mainBox */
.mainBox {
  width: 100%;
  background-color: #fff;
}
/* headerBox */
.headerBox {
  width: 100%;
  height: 8.5rem;
  overflow: hidden;
  position: relative;
}
.headerBox::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/img16.png) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 19;
}
.headerBox::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/img17.png) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.headerBox .bg {
  width: 100%;
  display: block;
}
.headerBox .imgs {
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.headerBox .imgs img {
  width: 100%;
  display: block;
  position: absolute;
}
.headerBox .imgs .img2 {
  opacity: 0;
  animation: fadeInLeft 0.4s linear 0s 1 normal forwards;
}
.headerBox .imgs .img3 {
  opacity: 0;
  animation: fadeInLeft 0.5s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img4 {
  opacity: 0;
  animation: fadeInLeft 0.6s linear 0.8s 1 normal forwards;
}
.headerBox .imgs .img5 {
  animation: right 1.2s linear 1s infinite alternate forwards;
}
.headerBox .imgs .img6 {
  opacity: 0;
  animation: fadeInRight 0.6s linear 0.8s 1 normal forwards;
}
.headerBox .imgs .img7 {
  animation: left 1.2s linear 1s infinite alternate;
}
.headerBox .imgs .img8 {
  opacity: 0;
  animation: fadeInRight 0.6s linear 0.2s 1 normal forwards;
}
.headerBox .imgs .img9 {
  opacity: 0;
  animation: fadeInLeft 0.6s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img10 {
  opacity: 0;
  animation: fadeInRight 0.5s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img11 {
  opacity: 0;
  animation: fadeInRight 0.6s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img12 {
  opacity: 0;
  animation: fadeInUp 0.6s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img13 {
  opacity: 0;
  animation: fadeInUp 0.6s linear 0.2s 1 normal forwards;
}
.headerBox .imgs .img14 {
  opacity: 0;
  animation: fadeInUp 0.6s linear 0.4s 1 normal forwards;
}
.headerBox .imgs .img15 {
  opacity: 0;
  animation: fadeInUp 0.6s linear 1s 1 normal forwards;
}
.headerBox .imgs .img16 {
  opacity: 0;
  animation: fadeIn 0.8s linear 1.6s 1 normal forwards;
}
.headerBox .imgs .logo {
  width: 3.44rem;
  top: 0.3rem;
  left: 0.3rem;
  opacity: 0;
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal forwards;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes left {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes right {
  0% {
    transform: translate3d(10px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
/* topBox */
.topBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.topBox img {
  width: 100%;
  display: block;
}
.topBox .title {
  width: 100%;
  position: absolute;
  top: 0.7rem;
  left: 0;
  color: #ffffff;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.44rem;
  padding: 0 0.5rem;
}
/* indexBanner */
.indexBanner {
  width: calc(100% - 0.6rem);
  margin: -0.6rem auto 0;
  position: relative;
  z-index: 21;
  overflow: hidden;
  padding-bottom: 0.4rem;
  opacity: 0;
  animation: jackInTheBox 0.8s ease-in 1s 1 normal forwards;
}
.indexBanner .swiper-slide {
  border-radius: 0.16rem;
  overflow: hidden;
  height: 3.82rem;
}
.indexBanner .swiper-slide video {
  width: 100%;
  display: block;
}
.indexBanner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.indexBanner .swiper-pagination {
  width: 100%;
  height: 0.14rem;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.142rem;
  opacity: 1;
  background-color: #c4261d;
  margin: 0 0.08rem !important;
  border-radius: 0.07rem;
  transition: all 0.6s ease;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.36rem;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* indexLists */
.indexLists {
  width: 100%;
  padding: 0 0.2rem;
  justify-content: center;
  position: relative;
  margin-top: 0.5rem;
}
.indexLists li {
  width: 25%;
  text-align: center;
  margin: 0 0 0.38rem;
  opacity: 0;
}
.indexLists li .icon {
  width: 1.3rem;
  overflow: hidden;
  margin: 0 auto;
}
.indexLists li .icon img {
  display: block;
  width: 100%;
}
.indexLists li .t {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: bold;
}
.indexLists li:nth-child(1) {
  animation: fadeInBig 0.3s ease-in 1.5s 1 normal forwards;
}
.indexLists li:nth-child(2) {
  animation: fadeInBig 0.3s ease-in 1.6s 1 normal forwards;
}
.indexLists li:nth-child(3) {
  animation: fadeInBig 0.3s ease-in 1.7s 1 normal forwards;
}
.indexLists li:nth-child(4) {
  animation: fadeInBig 0.3s ease-in 1.8s 1 normal forwards;
}
.indexLists li:nth-child(5) {
  animation: fadeInBig 0.3s ease-in 1.9s 1 normal forwards;
}
.indexLists li:nth-child(6) {
  animation: fadeInBig 0.3s ease-in 2s 1 normal forwards;
}
.indexLists li:nth-child(7) {
  animation: fadeInBig 0.3s ease-in 2.1s 1 normal forwards;
}
.indexLists li:nth-child(8) {
  animation: fadeInBig 0.3s ease-in 2.2s 1 normal forwards;
}
@keyframes fadeInBig {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* indexMajor */
.indexMajor {
  width: 100%;
  margin: 0.3rem 0 0.5rem;
  padding: 0 0.3rem;
}
.indexMajor .title {
  width: 6.9rem;
  background: url(../images/title_bg.png) center no-repeat;
  background-size: cover;
  color: #333333;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.44rem;
  text-align: center;
  padding: 0.28rem 0;
  margin-bottom: 0.3rem;
}
.indexMajor .item {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  background-image: linear-gradient(270deg, #e13d34, #c4261d 100%);
  padding: 1px;
  margin-bottom: 0.2rem;
}
.indexMajor .item .tit {
  width: 100%;
  padding: 0.24rem 0.3rem;
}
.indexMajor .item .tit .t {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.indexMajor .item .tit img {
  width: 0.4rem;
  display: block;
}
.indexMajor .item .cont {
  width: 100%;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.4rem 0;
  position: relative;
}
.indexMajor .item .cont::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.12rem solid #fff;
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  position: absolute;
  top: -0.12rem;
  left: 0.96rem;
}
.indexMajor .item .cont a {
  width: 50%;
  position: relative;
}
.indexMajor .item .cont a::after {
  content: '';
  width: 1px;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.indexMajor .item .cont a .icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #c4261d;
  overflow: hidden;
}
.indexMajor .item .cont a .icon img {
  width: 100%;
  display: block;
}
.indexMajor .item .cont a .p {
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.38rem;
  margin-left: 0.24rem;
}
/* bottomBox */
.bottomBox {
  width: 100%;
  overflow: hidden;
}
.bottomBox img {
  width: 100%;
  display: block;
}
/* tabList */
.tabList {
  width: 100%;
  margin: 0.4rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tabList li {
  width: 50%;
}
.tabList li a {
  display: block;
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
  text-align: center;
  color: #333;
  font-weight: bold;
  position: relative;
}
.tabList li a::after {
  content: '';
  width: 0.6rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #c4261d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.tabList li.on a {
  color: #c4261d;
}
.tabList li.on a::after {
  opacity: 1;
}
/* contBox */
.contBox {
  width: calc(100% - 0.6rem);
  margin: -0.7rem auto 1rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem;
  overflow: hidden;
}
.contBox::after {
  content: '';
  width: 100%;
  height: 2.2rem;
  background-image: linear-gradient(to bottom, #ffeee4, rgba(255, 255, 255, 0));
  border-radius: 0.16rem 0.16rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contBox1 {
  width: 100%;
  margin: -0.7rem 0 0;
  overflow: unset;
}
.contBox1::after {
  height: 4rem;
}
.contBox .title {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
}
.contBox .title::after {
  content: '';
  width: 0.08rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  background-color: #c4261d;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.contBox .video {
  width: 100%;
  border-radius: 0.16rem;
  display: block;
  margin: 0.3rem 0;
}
.contBox .lab {
  display: inline-block;
  border-radius: 0.28rem 0 0.28rem 0;
  background: #e7b851;
  color: #ffffff;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.38rem;
  padding: 0.09rem 0.3rem;
  margin-top: 0.2rem;
}
.contBox .tit {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  padding-top: 0.1rem;
}
.contBox .date {
  color: #999999;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3rem;
  margin: 0.3rem 0;
}
.contBox .text {
  color: #333333;
  font-size: 0.26rem;
  line-height: 0.44rem;
  text-align: justify;
  margin-top: 0.2rem;
  word-break: break-all;
}
.contBox .text table th {
  border: 1px solid #ddd;
  text-align: center;
}
.contBox .text table td {
  border: 1px solid #ddd;
  text-align: center;
}
.contBox .text video {
  display: block;
  width: 100%;
  height: auto !important;
  /*border-radius: 0.16rem;*/
  margin: 0 auto;
}
.contBox .text img {
  display: block;
  max-width: 100%;
  height: auto !important;
  border-radius: 0.16rem;
  margin: 0.2rem auto 0.1rem;
}
.contBox .text1 {
  color: #333333;
  font-size: 0.26rem;
  line-height: 0.44rem;
  text-align: justify;
  margin-top: 0.2rem;
  word-break: break-all;
}
.contBox .text1 table th {
  border: 1px solid #ddd;
  text-align: center;
}
.contBox .text1 table td {
  border: 1px solid #ddd;
  text-align: center;
}
.contBox .text1 video {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.contBox .text1 img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.contBox .item {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.contBox .item .t {
  color: #333333;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.contBox .item .time {
  color: #999999;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}
.contBox .mItem {
  display: block;
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  background-image: linear-gradient(270deg, #e13d34, #c4261d 100%);
  margin-top: 0.2rem;
  padding: 0.3rem 0.9rem 0.3rem 0.3rem;
  position: relative;
}
.contBox .mItem .p1 {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.contBox .mItem .p2 {
  color: #ffffff;
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.contBox .mItem img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.contBox .imgBox {
  width: 100%;
  margin-top: 0.3rem;
}
.contBox .imgBox .img {
  width: 3.06rem;
  height: 2.1rem;
  margin: 0 0.18rem 0.2rem 0;
  border-radius: 0.16rem;
  overflow: hidden;
}
.contBox .imgBox .img:nth-child(2n) {
  margin: 0 0 0.2rem 0;
}
.contBox .imgBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contBox .banner {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  margin: 0.3rem 0 0.5rem;
}
.contBox .banner img {
  width: 100%;
  display: block;
}
.contBox .phone {
  width: 100%;
  align-items: center;
  margin-bottom: 0.2rem;
}
.contBox .phone .p {
  width: calc(100% - 1.42rem);
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.36rem;
}
.contBox .phone .p span {
  font-weight: bold;
  margin-left: 0.2rem;
}
.contBox .phone .btn {
  width: 1.12rem;
  height: 0.48rem;
  border-radius: 0.28rem;
  background: #e7b851;
}
.contBox .phone .btn img {
  width: 0.28rem;
  display: block;
  margin-right: 0.06rem;
}
.contBox .phone .btn p {
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
}
.contBox .codeItem {
  width: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
}
.contBox .codeItem .number {
  width: 5rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.8rem;
}
.contBox .codeItem .number .t1 {
  color: #000000;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.contBox .codeItem .number .t2 {
  color: #999999;
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-top: 0.16rem;
}
.contBox .codeItem .number .t3 {
  width: 1.6rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  background-color: #f7f7f7;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.64rem;
  text-align: center;
  position: absolute;
  top: 0.13rem;
  right: 0;
}
.contBox .codeItem .code {
  width: 5rem;
  border-radius: 0.16rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0.3rem auto;
}
.contBox .codeItem .code img {
  width: 100%;
  display: block;
}
.contBox .qItem {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.contBox .qItem .t {
  color: #333333;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.44rem;
}
.contBox .qItem .t p {
  width: calc(100% - 1rem);
}
.contBox .qItem .t .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin-top: 0.06rem;
}
.contBox .qItem .t .arrow {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin-top: 0.06rem;
  transition: all 0.6s ease;
}
.contBox .qItem .t .arrow.on {
  transform: rotate(-180deg);
}
.contBox .qItem .answer {
  color: #666666;
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-top: 0.16rem;
}
/* planList */
.planList {
  width: calc(100% - 0.6rem);
  margin: -0.7rem auto 1rem;
  position: relative;
  z-index: 1;
}
.planList .item {
  width: 100%;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
}
.planList .item .title {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.planList .item .title::after {
  content: '';
  width: 0.08rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  background-color: #c4261d;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.planList .item .cont {
  border-radius: 0.16rem;
  background-color: rgba(196, 38, 29, 0.03);
  padding: 0.3rem 0.3rem 0;
}
.planList .item .cont p {
  width: 62%;
  margin-bottom: 0.3rem;
  color: #333;
  font-size: 0.26rem;
  line-height: 0.34rem;
  position: relative;
  padding-left: 0.18rem;
}
.planList .item .cont p:nth-child(2n) {
  width: 36%;
  margin-left: 2%;
}
.planList .item .cont p span {
  color: #c4261d;
}
.planList .item .cont p::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 0.12rem;
  left: 0;
}
/* planBox */
.planTab {
  width: 100%;
  margin: 0.3rem 0;
}
.planTab li {
  width: 48.5%;
}
.planTab li {
  width: 47%;
}
.planTab li a {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333;
  font-size: 0.24rem;
  text-align: center;
  font-weight: bold;
  border-radius: 0.3rem;
  border: 1px solid rgba(196, 38, 29, 0.1);
  background-color: rgba(196, 38, 29, 0.1);
}
.planTab li.on a {
  color: #c4261d;
  border: 1px solid rgba(196, 38, 29, 1);
  background-color: rgba(196, 38, 29, 0.2);
}
/* filterBox */
.filterBox {
  width: 100%;
  margin-bottom: 0.3rem;
}
.filterBox .filter {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.6rem;
  font-weight: bold;
  position: relative;
  padding-right: 0.3rem;
}
.filterBox .filter::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.14rem solid #333;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.filterBox .filter.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.filterBox form {
  width: 70%;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.filterBox form input {
  width: calc(100% - 0.6rem);
  line-height: 0.6rem;
  color: #333;
  font-size: 0.24rem;
  padding: 0 0.3rem;
}
.filterBox form button {
  width: 0.6rem;
  line-height: 0.6rem;
  background-color: #c4261d;
  border-radius: 0.3rem;
}
.filterBox form button img {
  width: 0.3rem;
  display: block;
  margin: 0 auto;
}
/* planBox */
.planBox {
  width: 100%;
}
.planBox .it {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(196, 38, 29, 0.3);
  border-radius: 0.16rem;
  padding: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
}
.planBox .it .title {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.planBox .it .title::after {
  content: '';
  width: 0.08rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  background-color: #c4261d;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.planBox .it .cont {
  border-radius: 0.16rem;
  background-color: rgba(196, 38, 29, 0.03);
  padding: 0.3rem 0.3rem 0;
  flex-wrap: wrap;
}
.planBox .it .cont p {
  width: 49%;
  margin-bottom: 0.3rem;
  color: #333;
  font-size: 0.26rem;
  line-height: 0.34rem;
  position: relative;
  padding-left: 0.18rem;
}
.planBox .it .cont p:nth-child(1) {
  width: 100%;
}
.planBox .it .cont p span {
  color: #c4261d;
}
.planBox .it .cont p::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 0.12rem;
  left: 0;
}
/* majorLists */
.majorLists {
  width: calc(100% - 0.6rem);
  margin: -0.7rem auto 1rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem;
  overflow: hidden;
}
.majorLists::after {
  content: '';
  width: 100%;
  height: 2.2rem;
  background-image: linear-gradient(to bottom, #ffeee4, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.majorLists .title {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.3rem;
}
.majorLists .title::after {
  content: '';
  width: 0.08rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  background-color: #c4261d;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.majorLists .item {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  background-image: linear-gradient(270deg, #e13d34, #c4261d 100%);
  padding: 1px;
  margin-bottom: 0.2rem;
}
.majorLists .item .tit {
  width: 100%;
  padding: 0.24rem 0.3rem;
}
.majorLists .item .tit .t {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.majorLists .item .tit img {
  width: 0.4rem;
  display: block;
}
.majorLists .item .cont {
  width: 100%;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.4rem 0;
  position: relative;
}
.majorLists .item .cont::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.12rem solid #fff;
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  position: absolute;
  top: -0.12rem;
  left: 0.96rem;
}
.majorLists .item .cont a {
  width: 50%;
  position: relative;
}
.majorLists .item .cont a::after {
  content: '';
  width: 1px;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.majorLists .item .cont a .icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #c4261d;
  overflow: hidden;
}
.majorLists .item .cont a .icon img {
  width: 100%;
  display: block;
}
.majorLists .item .cont a .p {
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.38rem;
  margin-left: 0.24rem;
}
/* scoreBox */
.scoreBox { 
  width: 100%;
}
.scoreBox .scoreTit { 
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.scoreBox .scoreTabBox {
  width: 100%;
  margin: 0.1rem 0;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0.2rem 0;
}
.scoreBox .scoreTabBox1 {
  background-color: unset;
}
.scoreBox .scoreTabBox form {
  width: 50%;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.scoreBox .scoreTabBox form input {
  width: calc(100% - 0.6rem);
  line-height: 0.6rem;
  color: #333;
  font-size: 0.24rem;
  padding: 0 0.3rem;
}
.scoreBox .scoreTabBox form button {
  width: 0.6rem;
  line-height: 0.6rem;
  background-color: #c4261d;
  border-radius: 0.3rem;
}
.scoreBox .scoreTabBox form button img {
  width: 0.3rem;
  display: block;
  margin: 0 auto;
}
.scoreBox .scoreTab {
  width: 100%;
  margin: 0.3rem 0;
}
.scoreBox .scoreTab1 {
  width: 47%;
  margin: 0;
}
.scoreBox .scoreTab li {
  width: 48.5%;
}
.scoreBox .scoreTab1 li {
  width: 47%;
}
.scoreBox .scoreTab li a {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333;
  font-size: 0.24rem;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid rgba(196, 38, 29, 0.1);
  background-color: rgba(196, 38, 29, 0.1);
}
.scoreBox .scoreTab li.on a {
  color: #c4261d;
  border: 1px solid rgba(196, 38, 29, 1);
  background-color: rgba(196, 38, 29, 0.2);
}
.scoreBox .scoreTable {
  width: 100%;
  text-align: center;
}
.scoreBox .scoreTable thead {
  background-color: #c4261d;
}
.scoreBox .scoreTable td {
  border: 1px solid #eee;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
}
.scoreBox .scoreTable th {
  border: 1px solid #eee;
  padding: 0.1rem 0;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
/* popupBg */
.popupBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.popupBox {
  width: 100%;
  background: #fff;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.4rem 0.3rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.popupBox .tit {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.popupBox .tit .close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
}
.popupBox .tit .close::after, .popupBox .tit .close::before {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background-color: #aaa;
  position: absolute;
  top: 0.14rem;
  left: 0;
}
.popupBox .tit .close::after {
  transform: rotate(-45deg);
}
.popupBox .tit .close::before {
  transform: rotate(45deg);
}
.popupBox .t {
  color: #333;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}
.popupBox .lab {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
}
.popupBox .lab p {
  margin: 0 0.2rem 0.2rem 0;
  border-radius: 0.24rem;
  background-color: #f5f5f5;
  padding: 0 0.24rem;
}
.popupBox .lab p.on {
  color: #fff;
  background-color: #c4261d;
}
.popupBox .btnBox {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
  margin-top: 0.3rem;
}
.popupBox .btn {
  width: 48%;
  background-color: #f5f5f5;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.7rem;
  text-align: center;
  border-radius: 0.35rem;
}
.popupBox .btn1 {
  background-color: #c4261d;
  color: #fff;
}








