﻿* {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
*::after,
*::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
input,
textarea {
  border: none;
  outline: none;
}
html {
  font-size: 100px;
}
body {
  font-family: 微软雅黑;
  font-size: 0.16rem;
  line-height: 0.16rem;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
}
.wrapper {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
}
.devider {
  display: block;
  width: 0.01rem;
  margin: 0 0.15rem;
  background-color: #f0f0f0;
}
.more1 {
  padding-right: 0.17rem;
  color: #808080;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url('../icon/plus1.png');
  background-position: right center;
  background-size: 0.12rem 0.12rem;
}
.more1:hover {
  color: #cc1e15;
  transition: 0.3s;
}
.title1 {
  overflow: hidden;
}
.title1 + .content {
  margin-top: 0.3rem;
}
.title1 .red-line {
  float: left;
  width: 0.05rem;
  height: 0.28rem;
  background-color: #cc1e15;
  margin: 0.045rem 0;
}
.title1 .red-line + h2 {
  float: left;
  margin-left: 0.15rem;
}
.title1 h2 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.title1 .more1 {
  float: right;
  margin: 0.08rem 0;
}
.title2 {
  overflow: hidden;
}
.title2 + .cont {
  margin-top: 0.15rem;
}
.title2 img {
  float: left;
  width: 0.26rem;
  height: 0.26rem;
}
.title2 img + h3 {
  margin-left: 0.05rem;
}
.title2 h3 {
  float: left;
  color: #333;
  font-family: 'Alimama ShuHeiTi';
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title3 {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.title3 img {
  display: inline-block;
  vertical-align: baseline;
  width: 0.15rem;
  height: 0.16rem;
}
.title3 h2 {
  display: inline-block;
  margin: 0 0.3rem;
  color: #262626;
  font-family: OPPOSans;
  font-size: 0.26rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form1 {
  font-size: 0;
  overflow: hidden;
}
.form1 label {
  display: inline-block;
  vertical-align: baseline;
  padding: 0.15rem 0;
  color: #333;
  font-family: OPPOSans;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form1 label + input[type='text'],
.form1 label + textarea {
  margin-left: 0.1rem;
}
.form1 label span {
  font-size: 0.16rem;
  color: #cc1e15;
}
.form1 label p {
  display: inline;
  font-size: 0.16rem;
}
.form1 input[type='text'],
.form1 textarea {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  padding: 0.1rem 0.15rem;
  width: 5rem;
  height: 0.5rem;
  background-color: #f5f5f5;
}
.form1 input[type='text'] + label:nth-of-type(2n),
.form1 textarea + label:nth-of-type(2n) {
  margin-left: 0.3rem;
}
.form1 input[type='text']:nth-of-type(n + 3),
.form1 textarea:nth-of-type(n + 3) {
  width: 11.14rem;
}
.form1 .row {
  text-align: center;
  margin-top: 0.3rem;
}
.form1 .row input {
  cursor: pointer;
  width: 1.4rem;
  height: 0.42rem;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form1 .row input[type='submit'] {
  background-color: #cc1e15;
  color: #fff;
}
.form1 .row input[type='submit']:hover {
  background-color: #ae1a12;
  transition: all 0.3s;
}
.form1 .row input[type='reset'] {
  margin-left: 0.1rem;
  background-color: #f5f5f5;
  color: #666;
}
.form1 .row input[type='reset']:hover {
  background-color: #eee;
  transition: all 0.3s;
}
.swiper-container .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}
.swiper-container .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.swiper-container .swiper-slide .txt {
  width: 100%;
}
.swiper-container .swiper-pagination {
  width: 100%;
  bottom: 0.24rem;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 0.03rem;
  width: 0.11rem;
  height: 0.11rem;
  background-color: transparent;
  opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.46);
  width: 0.08rem;
  height: 0.08rem;
  transition: all 0.3s;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #fff;
}
.disabled {
  pointer-events: none;
}
.header {
  height: 1.2rem;
  border-top: 0.04rem solid #cc1e15;
  padding-top: 0.22rem;
  background-image: url('../bg1.png');
  position: relative;
  overflow: hidden;
}
.header .logo {
  width: 4.18rem;
  height: 0.72rem;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .info {
  margin-top: 0.11rem;
}
.header .info > div {
  float: left;
}
.header .info > div + div {
  margin-left: 0.1rem;
}
.header .search {
  width: 2.2rem;
  height: 0.5rem;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: normal;
}
.header .search form {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .search input[type='text'] {
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  padding-right: 0.6rem;
}
.header .search input[type='submit'] {
  position: absolute;
  display: block;
  right: 0.04rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.42rem;
  height: 0.42rem;
  background-color: #cc1e15;
  background-image: url('../icon/search1.png');
  background-size: 0.2rem 0.2rem;
  cursor: pointer;
}
.header .search input[type='submit']:hover {
  background-color: #ae1a12;
  transition: all 0.5s;
}
.header .login,
.header .service {
  margin: 0.04rem 0;
  height: 0.42rem;
  background-color: #cc1e15;
}
.header .login:hover a,
.header .service:hover a {
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.header .login a,
.header .service a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.12rem;
}
.header .login a img,
.header .service a img {
  float: left;
}
.header .login a img + h3,
.header .service a img + h3 {
  margin-left: 0.08rem;
}
.header .login a h3,
.header .service a h3 {
  float: left;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.01rem 0;
}
.header .login a img {
  width: 0.22rem;
  height: 0.22rem;
}
.header .service a img {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.01rem 0;
}
.nav {
  width: 100%;
  height: 0.56rem;
  background-color: #cc1e15;
}
.nav ul {
  height: 100%;
}
.nav li {
  width: calc(100% / 8);
  height: 100%;
  float: left;
}
.nav li:hover,
.nav li.active {
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.nav li > a {
  display: block;
  padding: 0.17rem 0;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer {
  height: 2.2rem;
  padding-top: 0.54rem;
  padding-bottom: 0.54rem;
  border-top: 0.06rem solid #cc1e15;
  background: url('../bg2.png') #000 50% / cover no-repeat;
  overflow: hidden;
  position: relative;
}
.footer a {
  opacity: 1;
}
.footer a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer .row {
  float: left;
  width: 80%;
}
.footer .QRcode {
  float: right;
}
.footer .links {
  overflow: hidden;
}
.footer .links a {
  display: block;
  float: left;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .links .devider {
  float: left;
  height: 0.2rem;
  background-color: rgba(217, 217, 217, 0.2);
}
.footer .links .devider:last-child {
  display: none;
}
.footer .info {
  overflow: hidden;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.66);
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.footer .info img,
.footer .info p,
.footer .info a {
  float: left;
}
.footer .info img {
  width: 0.18rem;
  height: 0.18rem;
}
.footer .info .badge {
  width: 0.18rem;
  height: 0.2rem;
}
.footer .info .brand {
  width: 0.5rem;
  height: 0.12rem;
}
.footer .info a {
  color: rgba(255, 255, 255, 0.66);
}
.footer .info a + a {
  margin-left: 0.14rem;
}
.footer .info .contact {
  overflow: hidden;
}
.footer .info .contact img {
  margin: 0.05rem;
}
.footer .copyright p + p,
.footer .copyright p + a {
  margin-left: 0.15rem;
}
.footer .copyright .badge {
  margin: 0.04rem 0.1rem;
}
.footer .copyright .brand {
  margin: 0.08rem 0.1rem;
}
.footer .QRcode img {
  width: 1.06rem;
  height: 1.06rem;
}
.home-section1 {
  min-height: 5.3rem;
  padding: 0.5rem 0 0.6rem;
  overflow: hidden;
  background-image: url('../bg3.png');
  background-position: bottom center;
  background-size: 100% 2.76rem;
}
.home-section1 .swiper-container {
  float: left;
  width: 6rem;
  height: 4.2rem;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2);
}
.home-section1 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section1 .swiper-container .swiper-slide .bottom {
  position: absolute;
  width: 100%;
  height: 0.64rem;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 5;
  user-select: none;
}
.home-section1 .swiper-container .swiper-slide a {
  position: absolute;
  bottom: 0.2rem;
  width: 80%;
  height: auto;
  padding-left: 0.3rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
}
.home-section1 .swiper-container .swiper-slide a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.home-section1 .swiper-container .swiper-pagination {
  width: auto;
  right: 0.26rem;
}
.home-section1 .tab {
  float: right;
  width: 5.7rem;
  margin-top: 0.1rem;
  overflow: hidden;
}
.home-section1 .tab .tab-title {
  position: relative;
  overflow: hidden;
}
.home-section1 .tab .tab-title a:last-of-type + .devider {
  display: none;
}
.home-section1 .tab .tab-title h2 {
  float: left;
  min-width: 0.96rem;
  color: #505050;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.32rem;
  cursor: pointer;
  text-align: center;
}
.home-section1 .tab .tab-title h2.active {
  font-size: 0.24rem;
  color: #cc1e15;
}
.home-section1 .tab .tab-title .devider {
  float: left;
  height: 0.32rem;
}
.home-section1 .tab .tab-title .more1 {
  position: absolute;
  top: 0.025rem;
  right: 0;
}
.home-section1 .tab .tab-title .more1:not(:first-of-type) {
  display: none;
}
.home-section1 .tab .tab-content .tab-item:not(:nth-of-type(2)) {
  display: none;
}
.home-section1 .tab .tab-content .tab-item li.active {
  margin-top: 0.24rem;
  padding: 0.18rem 0.3rem;
  background-color: #faeded;
}
.home-section1 .tab .tab-content .tab-item li.active + li {
  margin-top: 0.24rem;
}
.home-section1 .tab .tab-content .tab-item li.active p {
  display: block;
  color: #cc1e15;
  font-family: 'Source Han Serif SC';
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* .256rem */
}
.home-section1 .tab .tab-content .tab-item li.active .schedule {
  display: none;
}
.home-section1 .tab .tab-content .tab-item li.active .devider {
  display: none;
}
.home-section1 .tab .tab-content .tab-item li.active .txt {
  width: 100%;
}
.home-section1 .tab .tab-content .tab-item li.active .txt h3 {
  color: #cc1e15;
  font-size: 0.19rem;
  margin-top: 0.08rem;
}
.home-section1 .tab .tab-content .tab-item li.active .txt h4 {
  display: none;
}
.home-section1 .tab .tab-content .tab-item li {
  overflow: hidden;
  margin-top: 0.2rem;
  width: 100%;
  padding: 0 0.1rem;
}
.home-section1 .tab .tab-content .tab-item li p {
  display: none;
}
.home-section1 .tab .tab-content .tab-item li .schedule {
  float: left;
  text-align: center;
}
.home-section1 .tab .tab-content .tab-item li .schedule h5 {
  color: #222;
  font-family: 'Source Han Serif SC';
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.4rem;
  /* 133.333% */
}
.home-section1 .tab .tab-content .tab-item li .schedule h5 + h6 {
  margin-top: 0.05rem;
}
.home-section1 .tab .tab-content .tab-item li .schedule h6 {
  color: #808080;
  font-family: OPPOSans;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section1 .tab .tab-content .tab-item li .devider {
  float: left;
  height: 0.6rem;
}
.home-section1 .tab .tab-content .tab-item li .txt {
  white-space: nowrap;
  float: left;
  width: 4.68rem;
}
.home-section1 .tab .tab-content .tab-item li .txt h3 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section1 .tab .tab-content .tab-item li .txt h3 + h4 {
  margin-top: 0.1rem;
}
.home-section1 .tab .tab-content .tab-item li .txt h4 {
  color: #666;
  font-family: OPPOSans;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section2 {
  min-height: 5.42rem;
  padding: 0.5rem 0 0.6rem;
  background-image: url('../bg4.png');
  overflow: hidden;
}
.home-section2 .swiper-container {
  overflow: visible;
}
.home-section2 .swiper-container .swiper-slide {
  float: left;
  box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  width: 3.8rem;
  height: 3.65rem;
}
.home-section2 .swiper-container .swiper-slide:hover .txt h3 {
  color: #cc1e15;
}
.home-section2 .swiper-container .swiper-slide + .swiper-slide {
  margin-left: 0.3rem;
}
.home-section2 .swiper-container .swiper-slide .pic {
  height: 2.4rem;
}
.home-section2 .swiper-container .swiper-slide .pic img {
  object-fit: cover;
}
.home-section2 .swiper-container .swiper-slide .txt {
  margin: 0.1rem;
  width: 3.6rem;
  height: 1.05rem;
  border: 0.01rem solid #f0f0f0;
  padding: 0.2rem;
}
.home-section2 .swiper-container .swiper-slide .txt h3 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .288rem */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.home-section2 .swiper-container .swiper-slide .txt h3 + h4 {
  margin-top: 0.12rem;
}
.home-section2 .swiper-container .swiper-slide .txt h4 {
  display: none;
  position: relative;
  padding-left: 0.15rem;
  color: #cc1e15;
  font-family: 'Source Han Serif SC';
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* .24rem */
}
.home-section2 .swiper-container .swiper-slide .txt h4::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  background-color: #cc1e15;
  border-radius: 50%;
}
.home-section3 {
  min-height: 4.51rem;
  padding: 0.5rem 0 0.6rem;
  overflow: hidden;
}
.home-section3 .list-item {
  float: left;
  width: 5.85rem;
  white-space: nowrap;
}
.home-section3 .list-item + .list-item {
  margin-left: 0.3rem;
}
.home-section3 .list-item .content a {
  display: block;
  color: #222;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section3 .list-item .content a:hover {
  text-decoration: underline;
  color: #cc1e15;
  transition: 0.3s;
}
.home-section3 .list-item .content hr {
  border: 0.01rem solid #f0f0f0 !important;
  margin: 0.2rem 0;
}
.home-section3 .list-item .content hr:last-of-type {
  display: none;
}
.home-section4 {
  min-height: 4.63rem;
  padding: 0.5rem 0 0.6rem;
  background-image: url('../bg5.png');
  overflow: hidden;
}
.home-section4 .swiper-container {
  width: 100%;
  overflow: visible;
}
.home-section4 .swiper-container .swiper-slide {
  width: 3.86rem;
  height: 2.86rem;
  margin: 0 0.1rem;
  overflow: visible;
}
.home-section4 .swiper-container .swiper-slide.swiper-slide-active .txt,
.home-section4 .swiper-container .swiper-slide.active .txt {
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  transform: translateX(-50%);
  padding: 0.2rem 0.33rem;
  width: 3.26rem;
  height: 0.78rem;
  border-left: 0.03rem solid #cc1e15;
  box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.home-section4 .swiper-container .swiper-slide.swiper-slide-active .txt::after,
.home-section4 .swiper-container .swiper-slide.active .txt::after {
  content: '';
  position: absolute;
  left: 0.33rem;
  top: 0.2rem;
  width: 0.2rem;
  height: 0.02rem;
  background-color: #cc1e15;
}
.home-section4 .swiper-container .swiper-slide.swiper-slide-active .txt h3,
.home-section4 .swiper-container .swiper-slide.active .txt h3 {
  border-top: 0.02rem solid #f0f0f0;
  padding-top: 0.11rem;
  color: #cc1e15;
  font-size: 0.18rem;
  text-align: left;
  position: relative;
}
.home-section4 .swiper-container .swiper-slide.swiper-slide-active .txt .arrow-right,
.home-section4 .swiper-container .swiper-slide.active .txt .arrow-right {
  position: absolute;
  bottom: -0.1rem;
  right: 0;
  width: 0.66rem;
  height: 0.3rem;
  background-color: #cc1e15;
  background-image: url('../icon/arrowright1.png');
  background-size: 0.24rem;
}
.home-section4 .swiper-container .swiper-slide.swiper-slide-active .txt .arrow-right::after,
.home-section4 .swiper-container .swiper-slide.active .txt .arrow-right::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0.15rem;
  height: 0.1rem;
  border-left: 0.15rem solid transparent;
  border-top: 0.1rem solid #a31811;
}
.home-section4 .swiper-container .swiper-slide .pic {
  height: 2.44rem;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2);
}
.home-section4 .swiper-container .swiper-slide .txt {
  text-align: center;
  white-space: nowrap;
  padding: 0.2rem 0.33rem 0;
}
.home-section4 .swiper-container .swiper-slide .txt h3 {
  color: #222;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section5 {
  padding: 0.6rem 0;
  overflow: hidden;
}
.home-section5 .quick-entry {
  float: left;
  position: relative;
  margin-left: 0.05rem;
  width: 2.77rem;
  height: 0.88rem;
  border-bottom: 0.01rem solid #cc1e15;
  background: #f5f5f5;
  box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.home-section5 .quick-entry + .quick-entry {
  margin-left: 0.29rem;
}
.home-section5 .quick-entry::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0.05rem;
  height: 0.28rem;
  border-left: 0.05rem solid #cc1e15;
  border-bottom: 0.05rem solid transparent;
}
.home-section5 .quick-entry::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  width: 0.24rem;
  height: 0.24rem;
  background-image: url('../icon/arrowright2.png');
}
.home-section5 .quick-entry:hover {
  background: #cc1e15;
}
.home-section5 .quick-entry:hover::before {
  border-left: 0.05rem solid #ffcdcd;
}
.home-section5 .quick-entry:hover::after {
  background-image: url('../icon/arrowright1.png');
}
.home-section5 .quick-entry:hover .circle {
  background-color: rgba(0, 0, 0, 0.1);
}
.home-section5 .quick-entry:hover h3 {
  color: #fff;
}
.home-section5 .quick-entry:hover:nth-of-type(1) .circle {
  background-image: url('../icon/consult2.png');
}
.home-section5 .quick-entry:hover:nth-of-type(2) .circle {
  background-image: url('../icon/suggest2.png');
}
.home-section5 .quick-entry:hover:nth-of-type(3) .circle {
  background-image: url('../icon/feedback2.png');
}
.home-section5 .quick-entry:hover:nth-of-type(4) .circle {
  background-image: url('../icon/fee2.png');
}
.home-section5 .quick-entry:nth-of-type(1) .circle {
  background-image: url('../icon/consult1.png');
}
.home-section5 .quick-entry:nth-of-type(2) .circle {
  background-image: url('../icon/suggest1.png');
}
.home-section5 .quick-entry:nth-of-type(3) .circle {
  background-image: url('../icon/feedback1.png');
}
.home-section5 .quick-entry:nth-of-type(4) .circle {
  background-image: url('../icon/fee1.png');
}
.home-section5 .quick-entry a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.14rem 0.2rem;
}
.home-section5 .quick-entry .circle {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  background-size: 0.3rem;
}
.home-section5 .quick-entry .circle + h3 {
  margin-left: 0.2rem;
}
.home-section5 .quick-entry h3 {
  float: left;
  margin: 0.18rem 0;
  color: #222;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main {
  padding: 0.3rem 0 0.8rem;
  background-color: #fdfdfd;
  background-image: url('../bg6.png');
  background-size: 100% auto;
  background-position: top center;
  overflow: hidden;
}
.main .column-menu {
  float: left;
  width: 2.4rem;
  box-shadow: 0.01rem 0.01rem 0.2rem #e8e8e8;
}
.main .column-menu .title {
  position: relative;
  height: 0.66rem;
  background-image: url('../bg7.png');
  padding: 0.2rem 0.3rem;
}
.main .column-menu .title::after {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 0.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.main .column-menu .title h2 {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
}
.main .column-menu .content ul {
  min-height: 3rem;
  padding-bottom: 0.8rem;
  background-image: url('../bg8.png');
  padding-top: 0.1rem;
}
.main .column-menu .content li {
  position: relative;
  height: auto;
}
.main .column-menu .content li + li {
  border-top: 0.01rem solid #ebebeb;
}
.main .column-menu .content li:hover > a,
.main .column-menu .content li.active > a {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .column-menu .content li:hover > a::after,
.main .column-menu .content li.active > a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.11rem;
  transition: all 0.3s;
  border-left: 0.06rem solid #cc1e15;
  border-top: 0.055rem solid transparent;
  border-bottom: 0.055rem solid transparent;
}
.main .column-menu .content li:hover .sub,
.main .column-menu .content li.active .sub {
  display: block;
  padding: 0.06rem 0.3rem;
}
.main .column-menu .content li:hover .sub a,
.main .column-menu .content li.active .sub a {
  display: block;
  width: 100%;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.07rem 0;
  background-color: #f5f5f5;
  text-align: center;
}
.main .column-menu .content li:hover .sub a + a,
.main .column-menu .content li.active .sub a + a {
  margin-top: 0.1rem;
}
.main .column-menu .content li:hover .sub a:hover,
.main .column-menu .content li.active .sub a:hover,
.main .column-menu .content li:hover .sub a.active,
.main .column-menu .content li.active .sub a.active {
  color: #cc1e15;
  background-color: #faeded;
}
.main .column-menu .content li .sub {
  display: none;
}
.main .column-menu .content li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.14rem 0.3rem;
  color: #505050;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .container {
  float: right;
  width: 9.3rem;
}
.main .container .top {
  overflow: hidden;
  border-bottom: 0.01rem solid #e6e6e6;
  height: 0.66rem;
}
.main .container .top h2 {
  position: relative;
  float: left;
  color: #222;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.18rem;
}
.main .container .top h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.03rem;
  background-color: #cc1e15;
  left: 0;
  bottom: -0.18rem;
}
.main .container .top .location {
  float: right;
  margin-top: 0.24rem;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.main .container .top .location::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #cc1e15;
  top: 50%;
  left: -0.15rem;
  transform: translateY(-50%);
}
.main .container .top .location a {
  float: left;
  color: #666;
}
.main .container .top .location a:hover,
.main .container .top .location a:last-of-type {
  color: #cc1e15;
}
.main .container .top .location span {
  float: left;
}
.main .container .center {
  min-height: 5rem;
}
.main .container .bottom {
  text-align: center;
}
.main .details {
  padding-bottom: 0.2rem;
}
.main .details .title {
  text-align: center;
  min-height: 1.35rem;
  padding: 0.4rem 0 0.3rem;
  border-bottom: 0.01rem solid #ebebeb;
}
.main .details .title h2 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .details .title h2 + p {
  margin-top: 0.15rem;
}
.main .details .title span {
  color: #808080;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .details .title span + span {
  margin-left: 0.12rem;
}
.main .details .content {
  margin-top: 0.3rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
}
.main .details .content p {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.main .details .content p + p {
  margin-top: 0.1rem;
}
.main .details .content p:has(img) {
  text-indent: 0 !important;
}
.main .details .content p img {
  max-width: 100%;
  height: auto !important;
}
.main .details .content table {
  width: 100%;
  max-width: 100%;
}
.main .details .content table th,
.main .details .content table td {
  padding: 0.1rem;
  border: 0.01rem solid #222;
}
.main .introduction .title1 {
  margin: 0.2rem 0 0.15rem;
}
.main .introduction .title1 .red-line {
  width: 0.04rem;
  height: 0.18rem;
  margin: 0.045rem 0;
}
.main .introduction .title1 h2 {
  color: #cc1e15;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .272rem */
}
.main .introduction .title1 hr {
  display: inline-block;
  margin: 0.12rem 0;
  margin-left: 0.2rem;
  width: 7.7rem;
  height: 0.01rem;
  border: 0.01rem solid #e6e6e6 !important;
}
.main .fee span {
  display: inline-block;
  text-indent: 0;
}
.main .fee .row {
  padding: 0.2rem 4em;
  overflow: hidden;
}
.main .fee .row .upload-certificate {
  float: left;
  display: block;
  width: 1.3rem;
  height: 0.42rem;
  padding: 0.1rem 0.2rem;
  background-color: #cc1e15;
}
.main .fee .row .upload-certificate img {
  float: left;
  width: 0.22rem;
  height: 0.22rem;
}
.main .fee .row .upload-certificate img + h3 {
  margin-left: 0.08rem;
}
.main .fee .row .upload-certificate h3 {
  float: left;
  color: #fff;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.01rem 0;
}
.main .fee .row h4 {
  float: left;
  width: 2.38rem;
  color: #505050;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.12rem 0 0.12rem 0.2rem;
}
.main .fee .certificate-list,
.main .fee .feedbackinfo {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 4em;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  margin-top: 0.2rem;
}
.main .fee .certificate-list h2,
.main .fee .feedbackinfo h2 {
  font-size: 0.2rem;
  line-height: 0.24rem;
}
.main .fee .certificate-list .pic,
.main .fee .feedbackinfo .pic {
  overflow: hidden;
  margin-top: 0.15rem;
}
.main .fee .certificate-list .upload-item,
.main .fee .feedbackinfo .upload-item {
  position: relative;
  float: left;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0.1rem;
  border: 0.01rem solid #eaeaea;
  margin: 0.15rem 0;
  cursor: pointer;
}
.main .fee .certificate-list .upload-item:not(:nth-of-type(5n + 1)),
.main .fee .feedbackinfo .upload-item:not(:nth-of-type(5n + 1)) {
  margin-left: 0.3rem;
}
.main .fee .certificate-list .upload-item .upload-img,
.main .fee .feedbackinfo .upload-item .upload-img {
  width: 100%;
  height: 100%;
}
.main .fee .certificate-list .upload-item .delete,
.main .fee .feedbackinfo .upload-item .delete {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #cc1e15;
  border-radius: 100%;
  background-image: url('../icon/close1.png');
  background-size: 0.15rem;
}
.main .fee .certificate-list .txt,
.main .fee .feedbackinfo .txt {
  margin-top: 0.15rem;
}
.main .fee .certificate-list .txt p,
.main .fee .feedbackinfo .txt p {
  margin-bottom: 0.15rem;
}
.main .imglist1 ul {
  min-height: 5rem;
  margin-top: 0.3rem;
  border-bottom: 0.01rem solid #E6E6E6;
  overflow: hidden;
}
.main .imglist1 li {
  float: left;
  width: 2.9rem;
  height: 2.34rem;
  margin-bottom: 0.15rem;
}
.main .imglist1 li.error-img:hover .pic img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s;
}
.main .imglist1 li.error-img .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
}
.main .imglist1 li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.main .imglist1 li:hover .txt h3 {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .imglist1 li:not(:nth-of-type(3n + 1)) {
  margin-left: 0.3rem;
}
.main .imglist1 li .pic {
  width: 100%;
  height: 1.83rem;
  position: relative;
  overflow: hidden;
}
.main .imglist1 li .pic img {
  width: 100%;
  height: 100%;
}
.main .imglist1 li .txt {
  padding: 0.15rem 0;
}
.main .imglist1 li .txt h3 {
  color: #222;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}
.main .imglist2 ul {
  margin-top: 0.2rem;
}
.main .imglist2 li {
  width: 100%;
  height: 1.8rem;
  padding: 0.1rem 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.main .imglist2 li.error-img:hover .pic img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s;
}
.main .imglist2 li.error-img .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
}
.main .imglist2 li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.main .imglist2 li:hover .txt h3 {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .imglist2 li + li {
  margin-top: 0.2rem;
}
.main .imglist2 li .pic {
  position: relative;
  float: left;
  width: 2.4rem;
  height: 1.6rem;
  overflow: hidden;
}
.main .imglist2 li .pic img {
  width: 100%;
  height: 100%;
}
.main .imglist2 li .txt {
  float: left;
  width: 6.3rem;
  margin: 0.1rem 0.3rem;
}
.main .imglist2 li .txt h3 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .288rem */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .imglist2 li .txt h3 + span {
  margin-top: 0.12rem;
}
.main .imglist2 li .txt span {
  position: relative;
  margin-left: 0.15rem;
  display: block;
  color: #cc1e15;
  font-family: 'Source Han Serif SC';
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main .imglist2 li .txt span + p {
  margin-top: 0.12rem;
}
.main .imglist2 li .txt span::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #cc1e15;
  top: 50%;
  left: -0.15rem;
  transform: translateY(-50%);
}
.main .imglist2 li .txt p {
  color: #666;
  font-family: OPPOSans;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .208rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .list1 ul {
  min-height: 5rem;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #e6e6e6;
}
.main .list1 li {
  width: 100%;
}
.main .list1 li:hover .txt h3 {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .list1 li + li {
  margin-top: 0.3rem;
}
.main .list1 li .schedule {
  height: 0.25rem;
}
.main .list1 li .schedule + .txt {
  margin-top: 0.15rem;
}
.main .list1 li .schedule h5 {
  float: left;
  width: 0.83rem;
  height: 100%;
  padding-left: 0.1rem;
  border-bottom: 0.25rem solid #cc1e15;
  color: #fff;
  font-family: 'Source Han Serif SC';
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.25rem;
}
.main .list1 li .schedule h6 {
  float: left;
  margin-left: -0.1rem;
  width: 0.7rem;
  height: 100%;
  padding-left: 0.06rem;
  border-bottom: 0.25rem solid #f5f5f5;
  border-left: 0.1rem solid transparent;
  color: #cc1e15;
  font-family: 'Source Han Serif SC';
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.25rem;
}
.main .list1 li .schedule hr {
  display: inline-block;
  width: 7.72rem;
  border: 0.01rem solid #f0f0f0 !important;
  margin: auto 0;
  margin-left: 0.15rem;
}
.main .list1 li .txt h3 {
  color: #222;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}
.main .services ul {
  margin-top: 0.3rem;
  overflow: hidden;
}
.main .services li {
  float: left;
  position: relative;
  width: 2.96rem;
  height: 0.66rem;
  background-image: url('../icon/service.png');
  background-size: 0.2rem;
  background-position: 0.3rem 0.22rem;
  background-color: #faeded;
}
.main .services li:not(:nth-of-type(3n + 1)) {
  margin-left: 0.21rem;
}
.main .services li:nth-of-type(n + 4) {
  margin-top: 0.2rem;
}
.main .services li:hover {
  background-color: #f5dada;
}
.main .services li:hover h3 {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .services li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .services li h3 {
  position: absolute;
  top: 50%;
  left: 0.65rem;
  max-width: 1.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transform: translateY(-50%);
  color: #222;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .activitylist {
  min-height: 5rem;
}
.main .activitylist li {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}
.main .activitylist li.error-img:hover .pic img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s;
}
.main .activitylist li.error-img .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
}
.main .activitylist li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.main .activitylist li:hover .txt h3 {
  color: #cc1e15;
  transition: all 0.3s;
}
.main .activitylist li:hover .txt .sign {
  background-color: #ae1a12;
  transition: all 0.3s;
}
.main .activitylist li + li {
  margin-top: 0.2rem;
}
.main .activitylist li .pic {
  position: relative;
  float: left;
  width: 2.4rem;
  height: 100%;
  overflow: hidden;
}
.main .activitylist li .pic + .txt {
  margin-left: 0.3rem;
}
.main .activitylist li .pic img {
  width: 100%;
  height: 100%;
}
.main .activitylist li .txt {
  float: left;
  width: 9.3rem;
  padding: 0.05rem 0;
  font-size: 0;
}
.main .activitylist li .txt a {
  display: block;
  width: 100%;
}
.main .activitylist li .txt h3 {
  color: #222;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .288rem */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .activitylist li .txt hr {
  margin: 0.11rem 0;
  border: 0.01rem solid #ebebeb !important;
  position: relative;
  overflow: visible;
}
.main .activitylist li .txt hr::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.03rem;
  background-color: #cc1e15;
}
.main .activitylist li .txt p {
  color: #666;
  font-family: OPPOSans;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .208rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.main .activitylist li .txt .sign {
  display: inline-block;
  margin-top: 0.16rem;
  width: 1rem;
  height: 0.38rem;
  padding: 0.09rem 0.2rem;
  text-align: center;
  background: #cc1e15;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .activitylist li .txt .sign.disabled {
  background-color: #808080;
}
.main .activitylist li .txt span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.28rem;
  background-image: url('../icon/clock.png');
  background-position: left center;
  background-size: 0.18rem;
  color: #999;
  font-family: 'Source Han Serif SC';
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main .activitylist .bottom {
  text-align: center;
}
.main .activitydetails {
  width: 100%;
  min-height: 5rem;
}
.main .activitydetails .brief {
  padding: 0.2rem 0.4rem;
  background: #f5f5f5;
}
.main .activitydetails .brief .row {
  overflow: hidden;
}
.main .activitydetails .brief p {
  float: left;
  width: calc(100% / 3);
  color: #505050;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .activitydetails .brief hr {
  border: 0.01rem solid #e6e6e6 !important;
  margin: 0.15rem 0;
}
.main .activitydetails .content {
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #ebebeb;
}
.main .activitydetails .activity-sign {
  padding-top: 0.3rem;
}
.main .activitydetails .signIn-success {
  display: none;
  font-size: 0.25rem;
  text-align: center;
  line-height: normal;
  margin-top: 0.2rem;
}
.main .consult {
  margin-top: 0.3rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* .256rem */
}
.main .consult .title2 {
  margin-top: 0.2rem;
}
.main .consult .consult-form label[for='consulting'] {
  vertical-align: top;
  margin-top: 0.15rem;
}
.main .consult .consult-form input[type='text'] {
  width: 3.65rem;
}
.main .consult .consult-form input[type='text']:nth-of-type(n + 3) {
  width: 8.45rem;
}
.main .consult .consult-form textarea {
  margin-top: 0.15rem;
  width: 8.45rem;
  height: 2.4rem;
  resize: none;
}
.main .consult .consult-form .row {
  text-align: left;
  padding-left: 0.86rem;
}
.main .feedbacklist {
  min-height: 6rem;
  padding-top: 0.3rem;
}
.main .feedbacklist table {
  width: 100%;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .feedbacklist table th,
.main .feedbacklist table td {
  overflow-x: auto;
  padding: 0.15rem 0.3rem;
}
.main .feedbacklist table th:nth-child(1),
.main .feedbacklist table td:nth-child(1) {
  width: 3rem;
}
.main .feedbacklist table th:nth-child(2),
.main .feedbacklist table td:nth-child(2) {
  width: 2.1rem;
}
.main .feedbacklist table th:nth-child(3),
.main .feedbacklist table td:nth-child(3) {
  width: 1.75rem;
}
.main .feedbacklist table th:nth-child(4),
.main .feedbacklist table td:nth-child(4) {
  width: 2.1rem;
}
.main .feedbacklist table th a,
.main .feedbacklist table td a {
  display: block;
}
.main .feedbacklist table th {
  background-color: #f5f5f5;
}
.main .feedbacklist table td {
  border-bottom: 0.01rem solid #e6e6e6;
}
.main .feedbacklist table td:nth-child(2n) {
  color: #666;
  font-family: 'Source Han Serif SC';
}
.main .feedbackdetails {
  margin-top: 0.3rem;
}
.main .feedbackdetails table {
  width: 100%;
  color: #333;
  margin-top: 0.15rem;
  border: 0.01rem #e6e6e6;
}
.main .feedbackdetails table + .title2 {
  margin-top: 0.2rem;
}
.main .feedbackdetails table th,
.main .feedbackdetails table td {
  overflow-x: auto;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .feedbackdetails table th {
  width: 1.4rem;
  padding: 0.15rem 0.3rem;
  background-color: #f5f5f5;
  text-align: center;
}
.main .feedbackdetails table td {
  width: 7.9rem;
  padding: 0.14rem 0.24rem;
  border: 0.01rem solid #e6e6e6;
  height: 0.5rem;
  overflow-y: auto;
}
.main .feedbackdetails table tr:first-child td:first-of-type {
  color: #333;
  font-family: 'Source Han Serif SC';
}
.main .feedbackdetails .feedbackinfo tr:first-child td {
  width: 3.25rem;
}
.main .login-register-service {
  height: 6rem;
  width: 100%;
  position: relative;
}
.main .login-register-service form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  width: 4.4rem;
  border-top: 0.04rem solid #cc1e15;
  padding: 0.36rem 0.6rem 0.42rem;
}
.main .login-register-service form .title3 {
  margin-bottom: 0.3rem;
}
.main .login-register-service form .field {
  width: 100%;
  height: 0.5rem;
  padding: 0.05rem;
  background: #f5f5f5;
}
.main .login-register-service form .field:not(:first-of-type) {
  margin-top: 0.15rem;
}
.main .login-register-service form label {
  float: left;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.08rem;
  background-color: #fff;
}
.main .login-register-service form label img {
  width: 0.24rem;
  height: 0.24rem;
}
.main .login-register-service form input {
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .login-register-service form input[type='text'] {
  width: 2.6rem;
  float: left;
  height: 100%;
  background-color: transparent;
  margin-left: 0.1rem;
  padding: 0 0.1rem;
  color: #333;
}
.main .login-register-service form input[type='text']::placeholder {
  color: #666;
}
.main .login-register-service form input[type='submit'] {
  color: #fff;
  width: 100%;
  height: 0.42rem;
  margin-top: 0.3rem;
  background-color: #cc1e15;
  cursor: pointer;
}
.main .login-register-service form input[type='submit']:hover {
  background-color: #ae1a12;
  transition: all 0.3s;
}
.main .login-register-service form p {
  text-align: center;
  margin-top: 0.2rem;
  color: #888a91;
  font-family: OPPOSans;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main .login-register-service form p a {
  color: #cc1e15;
  text-decoration-line: underline;
}
.main .login-register-service form span {
  display: none;
  margin: 0 0.2rem;
  font-size: 0.15rem;
  color: #cc1e15;
}
.main .login-register-service form span.available {
  color: #4caf50;
}
.main .login-register-service .login-form {
  min-height: 3.7rem;
}
.main .login-register-service .register-form {
  min-height: 5rem;
  display: none;
}
.redirection {
  display: none;
  font-size: 0.25rem;
  text-align: center;
  line-height: normal;
  margin-top: 0.2rem;
}
.redirection a {
  display: block;
  width: 1.4rem;
  height: 0.42rem;
  margin: 0.2rem auto;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.42rem;
  background-color: #cc1e15;
  color: #fff;
}
.redirection a:hover {
  background-color: #ae1a12;
  transition: all 0.3s;
}
.layui-layer-dialog {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.layui-layer-dialog .layui-layer-title {
  padding: 0 0.8rem 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-bottom: 0.01rem solid #f0f0f0;
  font-size: 0.14rem;
  border-radius: 0.02rem 0.02rem 0 0;
  color: #fff;
  background-color: #cc1e15;
}
.layui-layer-dialog .layui-layer-content {
  width: 5rem;
  max-width: 10rem;
  max-height: 6rem;
  text-align: center;
  padding: 0.2rem;
  line-height: 0.24rem;
  font-size: 0.14rem;
}
.layui-layer-dialog .layui-layer-content img {
  width: 100%;
  height: 100%;
}
.layui-layer-dialog .layui-layer-btn {
  padding: 0 0.15rem 0.12rem;
}
.layui-layer-dialog .layui-layer-btn a {
  height: 0.28rem;
  line-height: 0.28rem;
  margin: 0.05rem 0.05rem 0;
  padding: 0 0.15rem;
  border: 0.01rem solid #dedede;
  border-radius: 0.02rem;
}
.layui-layer-dialog .layui-layer-setwin {
  right: 0.1rem;
  top: 0.12rem;
}
.layui-layer-dialog .layui-layer-setwin .layui-layer-close1 {
  width: 0.2rem;
  height: 0.2rem;
}
.layui-layer-dialog .layui-layer-setwin .layui-layer-ico {
  background: url('../icon/close1.png') no-repeat;
  background-size: cover;
}
#bottom-page {
  position: relative;
  margin: 0.3rem;
}
#bottom-page .layui-laypage {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
#bottom-page .layui-laypage a,
#bottom-page .layui-laypage span {
  margin: 0;
  padding: 0;
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.13rem;
  line-height: 0.36rem;
}
#bottom-page .layui-laypage a + a,
#bottom-page .layui-laypage span + a,
#bottom-page .layui-laypage a + span,
#bottom-page .layui-laypage span + span {
  margin-left: 0.12rem;
}
#bottom-page .layui-laypage a em,
#bottom-page .layui-laypage span em {
  font-size: 0.13rem;
}
#bottom-page .layui-laypage .layui-laypage-skip {
  width: auto;
  margin: 0;
  margin-left: 0.2rem;
  font-size: 0.13rem;
}
#bottom-page .layui-laypage .layui-laypage-skip input {
  margin: 0 0.1rem;
  width: 0.36rem;
  height: 100%;
  line-height: 0.36rem;
}
#bottom-page .layui-laypage .layui-laypage-skip button {
  margin-left: 0.1rem;
  width: 0.54rem;
  height: 100%;
  padding: 0;
  line-height: 0.36rem;
}
.pages {
  display: inline-block;
  margin-top: 0.3rem;
  overflow: hidden;
}
.pages a {
  float: left;
  display: block;
  height: 0.36rem;
  background: #f5f5f5;
  color: #666;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem;
}
.pages a + a {
  margin-left: 0.12rem;
}
.pages a:hover,
.pages a.page-num-current {
  background-color: #cc1e15;
  color: #fff;
}
.pages .page-num {
  width: 0.36rem;
}
.pages .page-prev,
.pages .page-next {
  padding: 0 0.14rem;
}
@media screen and (max-width: 1280px) {
  body {
    width: 12.8rem;
  }
}
