@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  background: #ffff;
}

.logo {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 5rem;
}

.nav {
  width: 100%;
  height: 0.5rem;
  background: #1675eb;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nav a {
  font-weight: bold;
  font-size: 0.25rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.one {
  width: 93.335%;
  border-radius: 0.2rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.journalism-hint-title {
  margin-top: 0.2rem;
}

.below {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.below .below-item {
  width: 48.56%;
  margin-top: 0.1rem;
}

.below .below-item video {
  width: 100%;
  height: 86%;
  object-fit: cover;

}

.below .below-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.015rem;
  font-size: 0.22rem;
}

.below .below-item-text img {
  width: 0.3rem;
  height: 0.3rem;
}

.below .below-item-text .placeholder {
  width: 0.1rem;
}

.hot {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.35rem;
}

.hot .hot-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hot .hot-title p {
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.3rem;
}

.hot .hot-title img {
  width: 35%;
  margin-top: 0.1rem;
}

.hot .hot-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hot .hot-hint .hot-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.hot .hot-hint .hot-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.hot .hot-hint .hot-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.hot .hot-hint .hot-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.hot .hot-content {
  width: 100%;
  margin-top: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hot .hot-content .hot-content-item {
  width: 48.56%;
  margin-top: 0.15rem;
}

.hot .hot-content .below-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.05rem;
  font-size: 0.22rem;
}

.hot .hot-content .below-item-text p {
  display: flex;
  align-items: center;
}

.hot .hot-content .below-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.hot .hot-content .below-item-text .placeholder {
  border-radius: 0.15rem;
  border: 1px solid #999999;
  font-weight: 400;
  font-size: 0.17rem;
  padding: 0.02rem 0.1rem;
  color: #666666;
}

.hotline {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.hotline p {
  width: 48%;
  background: #1c70e7;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 0.23rem;
  color: #ffffff;
  line-height: 0.5rem;
}

.newenergy {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
}

.newenergy .newenergy-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.newenergy .newenergy-hint .newenergy-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.newenergy .newenergy-hint .newenergy-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.newenergy .newenergy-hint .newenergy-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.newenergy .newenergy-hint .newenergy-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.newenergy .newenergy-content {
  width: 100%;
  margin-top: 0.2rem;
}

.newenergy .newenergy-content .newenergy-content-bg1 {
  width: 100%;
}

.newenergy .newenergy-content .newenergy-content-bg1 .newenergy-item-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.07rem;
}

.newenergy .newenergy-content .newenergy-content-bg1 .newenergy-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.newenergy .newenergy-content .newenergy-item1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newenergy .newenergy-content .newenergy-item1 .newenergy-content-little {
  width: 48.56%;
}

.newenergy .newenergy-content .newenergy-item1 .newenergy-content-little .newenergy-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.newenergy .newenergy-content .newenergy-item1 .newenergy-content-little .newenergy-content-item .newenergy-item-little-text {
  display: flex;
  align-items: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.newenergy .newenergy-content .newenergy-item1 .newenergy-content-little .newenergy-content-item .newenergy-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.newenergy .newenergy-content .newenergy-content-bg2 {
  width: 100%;
}

.newenergy .newenergy-content .newenergy-content-bg2 .newenergy-item-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.07rem;
}

.newenergy .newenergy-content .newenergy-content-bg2 .newenergy-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.newenergy .newenergy-content .newenergy-item2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newenergy .newenergy-content .newenergy-item2 .newenergy-content-little {
  width: 48.56%;
}

.newenergy .newenergy-content .newenergy-item2 .newenergy-content-little .newenergy-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.newenergy .newenergy-content .newenergy-item2 .newenergy-content-little .newenergy-content-item .newenergy-item-little-text {
  display: flex;
  align-items: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.newenergy .newenergy-content .newenergy-item2 .newenergy-content-little .newenergy-content-item .newenergy-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.mixture {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
}

.mixture .mixture-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mixture .mixture-hint .mixture-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.mixture .mixture-hint .mixture-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.mixture .mixture-hint .mixture-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.mixture .mixture-hint .mixture-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.mixture .mixture-content {
  width: 100%;
  margin-top: 0.2rem;
}

.mixture .mixture-content .mixture-content-bg1 {
  width: 100%;
}

.mixture .mixture-content .mixture-content-bg1 .mixture-item-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.07rem;
}

.mixture .mixture-content .mixture-content-bg1 .mixture-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.mixture .mixture-content .mixture-item1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mixture .mixture-content .mixture-item1 .mixture-content-little {
  width: 48.56%;
}

.mixture .mixture-content .mixture-item1 .mixture-content-little .mixture-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.mixture .mixture-content .mixture-item1 .mixture-content-little .mixture-content-item .mixture-item-little-text {
  display: flex;
  align-items: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.mixture .mixture-content .mixture-item1 .mixture-content-little .mixture-content-item .mixture-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.mixture .mixture-content .mixture-content-bg2 {
  width: 100%;
}

.mixture .mixture-content .mixture-content-bg2 .mixture-item-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.07rem;
}

.mixture .mixture-content .mixture-content-bg2 .mixture-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.mixture .mixture-content .mixture-item2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mixture .mixture-content .mixture-item2 .mixture-content-little {
  width: 48.56%;
}

.mixture .mixture-content .mixture-item2 .mixture-content-little .mixture-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.mixture .mixture-content .mixture-item2 .mixture-content-little .mixture-content-item .mixture-item-little-text {
  display: flex;
  align-items: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.mixture .mixture-content .mixture-item2 .mixture-content-little .mixture-content-item .mixture-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.video_nav i {
  position: fixed;
  left: 50%;
  z-index: 998;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0.8;
  background: #000;
}

.shipintan {
  position: fixed;
  left: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.9rem;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(150deg, #1675eb, #f3f3f3);
}

.video_isd {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vde {
  width: 100%;
}

.showguanbi {
  background: linear-gradient(150deg, #1675eb, #f3f3f3);
  padding: 0.01rem 0.02rem;
  position: fixed;
  left: 50%;
  bottom: 200px;
  width: 4rem;
  z-index: 999999;
  border-radius: 0.1rem;
  cursor: pointer;
  font-size: 0.266rem;
  color: #000;
  padding: 0.1rem 0.1rem;
  text-align: center;
  transform: translate(-50%, 0%);
  letter-spacing: 1rem;
  text-indent: 1rem;
}

.video_nav {
  display: none;
}

.wall {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.35rem;
  height: 3.9rem;
}

.wall .wall-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wall .wall-hint .wall-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.wall .wall-hint .wall-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.wall .wall-hint .wall-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.wall .wall-hint .wall-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.wall .four {
  margin-top: 0.2rem;
  /* 箭头图标的大小 */
}

.wall .four .wall-item-little-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.02rem;
}

.wall .four .wall-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.wall .four .swiper-button-prev {
  /* 定位到顶部左侧，使用 !important 强制应用样式 */
  position: relative !important;
  top: -1.5rem !important;
  /* 距离顶部的距离 */
  left: 10px !important;
  /* 距离左侧的距离 */
}

.wall .four .swiper-button-next {
  /* 定位到顶部右侧，使用 !important 强制应用样式 */
  position: relative !important;
  top: -1.9rem !important;
  /* 距离顶部的距离 */
  right: -6.5rem !important;
  /* 距离右侧的距离 */
}

.wall .four .swiper-button-prev::after,
.wall .four .swiper-button-next::after {
  font-size: 0.5rem;
  /* 箭头图标大小 */
}

.electrical {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.15rem;
}

.electrical .electrical-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.electrical .electrical-hint .electrical-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.electrical .electrical-hint .electrical-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.electrical .electrical-hint .electrical-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.electrical .electrical-hint .electrical-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.electrical .electrical-content {
  margin-top: 0.2rem;
}

.electrical .electrical-content .electrical-item-big-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.electrical .electrical-content .electrical-item-big-text .electrical-item-big-item {
  margin-top: 0.1rem;
  width: 48.56%;
}

.electrical .electrical-content .electrical-item-little-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.02rem;
}

.electrical .electrical-content .electrical-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.base {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.base .base-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.base .base-hint .base-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.base .base-hint .base-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.base .base-hint .base-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.base .base-hint .base-line {
  width: 15%;
  height: 0.03rem;
  background: #416178;
  margin-top: -0.03rem;
}

.base .base-content {
  margin-top: 0.1rem;
}

.base .base-content .base-item-big-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.base .base-content .base-item-big-text .base-item-big-item {
  margin-top: 0.1rem;
  width: 48.56%;
}

.base .base-content .base-item-little-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
}

.base .base-content .base-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.thumbnail {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbnail .thumbnail-item {
  width: 48.56%;
  display: flex;
  margin-top: 0.1rem;
}

.thumbnail .thumbnail-item img {
  width: 48%;
}

.thumbnail .thumbnail-item .right {
  width: 52%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #f6f6f6;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.thumbnail .thumbnail-item .right .title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}

.thumbnail .thumbnail-item .right .hint {
  font-weight: 400;
  font-size: 0.18rem;
  text-align: center;
  color: #333333;
}

.thumbnail .thumbnail-item .right .button {
  background: #2d81ff;
  border-radius: 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  padding: 0.02rem 0.2rem;
}

.cooking {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.35rem;
}

.cooking .cooking-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cooking .cooking-title p {
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.3rem;
}

.cooking .cooking-title img {
  width: 35%;
  margin-top: 0.1rem;
}

.cooking .cooking-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cooking .cooking-hint .cooking-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.cooking .cooking-hint .cooking-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.cooking .cooking-hint .cooking-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.cooking .cooking-hint .cooking-hint-title span b {
  color: #f4692c;
  font-size: 0.2rem;
  font-weight: 100;
}

.cooking .cooking-hint .cooking-line {
  width: 15%;
  height: 0.03rem;
  background: #f4692c;
  margin-top: -0.03rem;
}

.cooking .cooking-content {
  width: 100%;
  margin-top: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooking .cooking-content .cooking-content-item {
  width: 48.56%;
  margin-top: 0.15rem;
}

.cooking .cooking-content .below-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.05rem;
  font-size: 0.22rem;
}

.cooking .cooking-content .below-item-text p {
  display: flex;
  align-items: center;
}

.cooking .cooking-content .below-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.cooking .cooking-content .below-item-text .placeholder {
  border-radius: 0.15rem;
  border: 1px solid #999999;
  font-weight: 400;
  font-size: 0.17rem;
  padding: 0.02rem 0.1rem;
  color: #666666;
}

.cookinghotline {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.cookinghotline p {
  width: 48%;
  background: #f4692c;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 0.23rem;
  color: #ffffff;
  line-height: 0.5rem;
}

.feature {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.feature .feature-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feature .feature-hint .feature-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.feature .feature-hint .feature-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.feature .feature-hint .feature-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.feature .feature-hint .feature-hint-title span b {
  color: #f4692c;
  font-weight: 100;
}

.feature .feature-hint .feature-line {
  width: 15%;
  height: 0.03rem;
  background: #f4692c;
  margin-top: -0.03rem;
}

.feature .feature-content {
  margin-top: 0.1rem;
}

.feature .feature-content .feature-item-big-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature .feature-content .feature-item-big-text .feature-item-big-item {
  margin-top: 0.1rem;
  width: 48.56%;
}

.feature .feature-content .feature-item-little-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
}

.feature .feature-content .feature-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.excellent {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.1rem;
}

.excellent .excellent-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.excellent .excellent-hint .excellent-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.excellent .excellent-hint .excellent-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.excellent .excellent-hint .excellent-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.excellent .excellent-hint .excellent-hint-title span b {
  color: #f4692c;
  font-weight: 100;
}

.excellent .excellent-hint .excellent-line {
  width: 15%;
  height: 0.03rem;
  background: #f4692c;
  margin-top: -0.03rem;
}

.excellent .excellent-content-bg1 {
  width: 100%;
  margin-top: 0.2rem;
}

.excellent .excellent-content-bg1 .excellent-item-text {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.07rem;
}

.excellent .excellent-content-bg1 .excellent-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.excellent .excellent-content {
  width: 100%;
}

.excellent .excellent-content .excellent-item1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.excellent .excellent-content .excellent-item1 .excellent-content-little {
  width: 48.56%;
}

.excellent .excellent-content .excellent-item1 .excellent-content-little .excellent-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.excellent .excellent-content .excellent-item1 .excellent-content-little .excellent-content-item .excellent-item-little-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.excellent .excellent-content .excellent-item1 .excellent-content-little .excellent-content-item .excellent-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.excellent .excellent-content .excellent-item2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.excellent .excellent-content .excellent-item2 .excellent-content-little {
  width: 48.56%;
}

.excellent .excellent-content .excellent-item2 .excellent-content-little .excellent-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.excellent .excellent-content .excellent-item2 .excellent-content-little .excellent-content-item .excellent-item-little-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.excellent .excellent-content .excellent-item2 .excellent-content-little .excellent-content-item .excellent-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.excellent .excellent-content .excellent-item3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.excellent .excellent-content .excellent-item3 .excellent-content-little {
  width: 48.56%;
}

.excellent .excellent-content .excellent-item3 .excellent-content-little .excellent-content-item {
  width: 100%;
  margin-top: 0.13rem;
}

.excellent .excellent-content .excellent-item3 .excellent-content-little .excellent-content-item .excellent-item-little-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.02rem;
  font-size: 0.22rem;
}

.excellent .excellent-content .excellent-item3 .excellent-content-little .excellent-content-item .excellent-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.computer {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.35rem;
}

.computer .computer-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.computer .computer-title p {
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.3rem;
}

.computer .computer-title img {
  width: 35%;
  margin-top: 0.1rem;
}

.computer .computer-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.computer .computer-hint .computer-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.computer .computer-hint .computer-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.computer .computer-hint .computer-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.computer .computer-hint .computer-hint-title span b {
  color: #2d81ff;
  font-size: 0.2rem;
  font-weight: 100;
}

.computer .computer-hint .computer-line {
  width: 15%;
  height: 0.03rem;
  background: #2d81ff;
  margin-top: -0.03rem;
}

.computer .computer-content {
  width: 100%;
  margin-top: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.computer .computer-content .computer-content-item {
  width: 48.56%;
  margin-top: 0.15rem;
}

.computer .computer-content .below-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.05rem;
  font-size: 0.22rem;
}

.computer .computer-content .below-item-text p {
  display: flex;
  align-items: center;
}

.computer .computer-content .below-item-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.computer .computer-content .below-item-text .placeholder {
  border-radius: 0.15rem;
  border: 1px solid #999999;
  font-weight: 400;
  font-size: 0.17rem;
  padding: 0.02rem 0.1rem;
  color: #666666;
}

.environment {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.environment .environment-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.environment .environment-hint .environment-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.environment .environment-hint .environment-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.environment .environment-hint .environment-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.environment .environment-hint .environment-hint-title span b {
  color: #2d81ff;
  font-weight: 100;
}

.environment .environment-hint .environment-line {
  width: 15%;
  height: 0.03rem;
  background: #2d81ff;
  margin-top: -0.03rem;
}

.environment .environment-content {
  margin-top: 0.1rem;
}

.environment .environment-content .environment-item-big-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.environment .environment-content .environment-item-big-text .environment-item-big-item {
  margin-top: 0.1rem;
  width: 48.56%;
}

.environment .environment-content .environment-item-little-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
}

.environment .environment-content .environment-item-little-text img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.campus {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.35rem;
}

.campus .campus-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.campus .campus-title p {
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.3rem;
}

.campus .campus-title img {
  width: 35%;
  margin-top: 0.1rem;
}

.campus .campus-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.campus .campus-hint .campus-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.campus .campus-hint .campus-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.campus .campus-hint .campus-hint-title .campus-tap {
  display: flex;
  position: relative;
  top: 0.1rem;
}

.campus .campus-hint .campus-hint-title .campus-tap p {
  margin-left: 0.1rem;
  font-weight: 400;
  font-size: 0.18rem;
  padding: 0.02rem 0.1rem;
  color: #666666;
  line-height: 0.3rem;
}

.campus .campus-hint .campus-hint-title .campus-tap .active {
  background: #f2f2f2;
  border-radius: 0.04rem;
}

.campus .campus-hint .campus-line {
  width: 15%;
  height: 0.03rem;
  background: #2d81ff;
  margin-top: -0.03rem;
}

.campus .campus-content1 {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content1 .campus-content1-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campus .campus-content1 .campus-content1-right .campus-content1-right-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content1 .campus-content1-right .campus-content1-right-bottom {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content1 .campus-content1-right .campus-content1-right-bottom img {
  width: 32%;
  margin-top: 0.1rem;
}

.campus .campus-content2 {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content2 .campus-content1-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campus .campus-content2 .campus-content1-right .campus-content1-right-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content2 .campus-content1-right .campus-content1-right-bottom {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-between;
}

.campus .campus-content2 .campus-content1-right .campus-content1-right-bottom img {
  width: 32%;
  margin-top: 0.1rem;
}

.straight {
  width: 93.335%;
  margin: 0 auto;
}

.straight .straight-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.straight .straight-hint .straight-hint-title {
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.straight .straight-hint .straight-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.straight .straight-hint .straight-hint-title .straight-tap {
  display: flex;
  position: relative;
  top: 0.1rem;
}

.straight .straight-hint .straight-hint-title .straight-tap p {
  margin-left: 0.1rem;
  font-weight: 400;
  font-size: 0.18rem;
  padding: 0.02rem 0.1rem;
  color: #666666;
  line-height: 0.3rem;
}

.straight .straight-hint .straight-hint-title .straight-tap .active {
  background: #f2f2f2;
  border-radius: 0.04rem;
}

.straight .straight-hint .straight-line {
  width: 15%;
  height: 0.03rem;
  background: #2d81ff;
  margin-top: -0.03rem;
}

.straight .straight-content1 {
  width: 100%;
  display: flex;
  margin-top: 0.1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.straight .straight-content1 .straight-item1 {
  width: 48.56%;
  margin-top: 0.1rem;
}

.straight .straight-content1 .straight-item1 .straight-item-big-text {
  text-align: center;
  font-size: 0.22rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.straight .straight-content2 {
  width: 100%;
  display: flex;
  margin-top: 0.1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.straight .straight-content2 .straight-item2 {
  width: 48.56%;
  margin-top: 0.1rem;
}

.straight .straight-content2 .straight-item2 .straight-item-big-text {
  text-align: center;
  font-size: 0.22rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.apply {
  width: 93.335%;
  margin: 0 auto;
  margin-top: 0.2rem;
  height: 1.8rem;
  /* 箭头图标的大小 */
}

.apply img {
  height: 100%;
}

.apply .swiper-button-prev {
  /* 定位到顶部左侧，使用 !important 强制应用样式 */
  position: relative !important;
  top: -0.8rem !important;
  /* 距离顶部的距离 */
  left: 10px !important;
  /* 距离左侧的距离 */
}

.apply .swiper-button-next {
  /* 定位到顶部右侧，使用 !important 强制应用样式 */
  position: relative !important;
  top: -60% !important;
  /* 距离顶部的距离 */
  right: -6.5rem !important;
  /* 距离右侧的距离 */
}

.apply .swiper-button-prev::after,
.apply .swiper-button-next::after {
  font-size: 0.5rem;
  /* 箭头图标大小 */
}

.journalism {
  width: 93.335%;
  margin: 0 auto;
}

.journalism .journalism-hint {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.journalism .journalism-hint .journalism-hint-title {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.journalism .journalism-hint .journalism-hint-title p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.3rem;
}

.journalism .journalism-hint .journalism-hint-title span {
  background: #f2f2f2;
  border-radius: 0.18rem;
  padding: 0.02rem 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.journalism .journalism-hint .journalism-line {
  width: 15%;
  height: 0.03rem;
  background: #2d81ff;
  margin-top: -0.03rem;
}

.journalism .journalism-small {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.journalism .journalism-small img {
  width: 32%;
}

.journalism .journalism-item {
  width: 100%;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
  border: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
}

.journalism .journalism-item p {
  width: 95%;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.5rem;
  border-bottom: 1px solid #eeeeee;
  padding: 0.1rem 0;
}

.journalism .journalism-item p span {
  color: #000;
}

.baoming {
  width: 93.335%;
  padding: 0.2rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
}

.baoming .apply1 {
  width: 100%;
  height: 1rem;
  background: #2d81ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.35rem;
  color: #fff;
}

.baoming .bao_top {
  width: 100%;
  text-align: center;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 0.14rem;
  color: #aaaaaa;
}

.baoming .bao_top span {
  color: #ff7242;
}

.baoming .bao_cont {
  margin-top: 0.3rem;
}

.baoming .bao_cont p {
  width: 95%;
  height: 0.4rem;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}

.baoming .bao_cont p label {
  width: 20%;
  margin-left: 30px;
  text-align: center;
  font-size: 0.2rem;
}

.baoming .bao_cont p input {
  margin-left: 30px;
  width: 80%;
}

.baoming .bao_cont p span {
  width: 80%;
  margin-left: 30px;
}

.baoming .bao_cont p span select {
  width: 100%;
  float: left;
  position: relative;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  border-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  outline: none;
  color: #908690;
}

.baoming .tijiao {
  width: 100%;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.baoming .tijiao span {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008aff;
  margin-top: 0.1rem;
}

.baoming .tijiao span #submitid {
  width: 100%;
  height: 0.4rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.22rem;
  background: #008aff;
}

.wei {
  width: 100%;
  margin-top: 0.2rem;
  background: #333333;
  font-size: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.4rem;
  padding: 0.2rem;
  color: #999999;
}

.wei p {
  display: flex;
  align-items: center;
}

.wei p img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.xuanfu {
  width: 7.5rem;
  height: 1rem;
  background: #008aff;
  opacity: 0.8;
  position: fixed;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.xuanfu div {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #fff;
}

.xuanfu div a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.xuanfu div b {
  padding: 0 0.1rem;
  background: red;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0.04rem;
  left: 44.5%;
  font-size: 0.25rem;
  border-radius: 0.2rem;
}

.xuanfu div img {
  width: 0.58rem;
  margin-right: 0.1rem;
}

/*五件套*/
.fiveorsix {
  width: 7.5rem;
  margin: 0 auto;
}

.fspic {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0.10rem;
}

.fstitle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.fsstyle {
  border: none;
  background: #E7E7E7;
  color: #333;
  width: 2.2rem;
  height: 0.36rem;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  border-radius: 0.04rem;
}

.fsactive {
  border: none;
  background: #2D81FF;
  color: #fff;
  width: 2.2rem;
  height: 0.36rem;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  border-radius: 0.04rem;
}

/*新能源系统-墙体教具*/
.teachaid {
  width: 100%;
  margin: 0 auto;
}

.tatitle {
  width: 7.0rem;
  margin: 0 auto;
  margin-top: 0.12rem;
  border-bottom: 0.02rem solid #F4F4F4;
  margin-bottom: 0.2rem;
}


.teachaidSwiper {
  width: 7.0rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.teachaidSwiper img {
  width: 7.0rem;
  border: none;
}

.teachaidpic img {
  width: 7.0rem;
  border: none;
  margin: 0 auto;
}

.tanext {
  position: absolute;
  top: 60%;
  opacity: 0.5;
  z-index: 1;
  padding: 0.07rem 0.03rem;
  color: #fff;
  background: #959595;
  transition: 0.2s;
  transform: translate(20%, -120%);
  right: 0.10rem;
}

.tanext img {
  width: 0.13rem;
  height: 0.2rem;
}

.taprev {
  position: absolute;
  left: 0;
  top: 60%;
  opacity: 0.5;
  color: #fff;
  background: #959595;
  padding: 0.07rem 0.03rem;
  z-index: 1;
  transition: 0.2s;
  transform: translate(20%, -120%);
}

.taprev img {
  width: 0.13rem;
  height: 0.2rem;
}

.automotive {
  width: 100%;
  margin: 0 auto;
}

.autotitle {
  width: 7.0rem;
  margin: 0 auto;
  margin-top: 0.12rem;
  border-bottom: 0.02rem solid #F4F4F4;
  margin-bottom: 0.2rem;
}

/*实训基地*/
.facbase {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.facbasetitle {
  width: 7.0rem;
  margin: 0 auto;
  border-bottom: 0.02rem solid #F4F4F4;
  margin-bottom: 0.2rem;
}

.facbasepic {
  width: 7.0rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}