.box {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #475669;
  background-color: #f5f5f5;
}
.bg-img {
  width: 100%;
  height: 964px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.order {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg-2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.logo-img {
  width: 399px;
  margin: 40px auto;
}
.main-bg {
  width: 100%;
  height: 814px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.main-bg.main-bg-1 {
  top: 800px;
}
.main-bg.main-bg-2 {
  bottom: 300px;
}
.menu-box {
  width: 1200px;
  height: 64px;
  margin: 0 auto;
  background-color: #e71a41;
  border-radius: 4px;
  display: flex;
}
.menu-box .menu-box-left {
  width: 70%;
  display: flex;
  gap: 40px;
  padding: 0 20px;
}
.menu-box .menu-box-left .menu-item {
  height: 100%;
  line-height: 64px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.menu-box .menu-box-left .menu-item-a {
  font-weight: 600;
}
.menu-box .menu-box-left .menu-item-a::after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-box .menu-box-right {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
  padding-right: 40px;
}
.menu-box .menu-box-right .menu-icon {
  width: 22px;
  height: 64px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-box .menu-box-right .menu-icon img {
  width: 22px;
  height: 22px;
}
.menu-box .menu-box-right .menu-icon .popover-box {
  z-index: 99;
  min-width: 120px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 66px;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.menu-box .menu-box-right .menu-icon .popover-box .popover-title {
  color: #999999;
  font-size: 12px;
}
.menu-box .menu-box-right .menu-icon .popover-box .popover-text {
  margin-top: 4px;
  color: #333333;
  font-size: 12px;
}
.menu-box .menu-box-right .menu-icon .popover-box .popover-qr {
  width: 100px;
  height: 100px;
}
.menu-box .menu-box-right .menu-search-box {
  width: 120px;
  height: 32px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}
.menu-children-box {
  position: absolute;
  z-index: 99;
  min-width: 120px;
  background-color: #fff;
  left: -36px;
  border-radius: 4px;
  margin-top: 2px;
  overflow: hidden;
  display: flex;
}
.menu-children-box .menu-children-box-left,
.menu-children-box .menu-children-box-right {
  min-width: 120px;
}
.menu-children-box .menu-chidren-item {
  font-size: 14px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #333333;
}
.menu-children-box .menu-chidren-item:hover {
  background: #f4f5f7;
}
/* 轮播图 */
.carousel-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
}
.carousel-box .el-carousel {
  border-radius: 4px;
}
.demonstration {
  color: var(--el-text-color-secondary);
}
.el-carousel__item h3 {
  color: #475669;
  opacity: 0.75;
  line-height: 150px;
  margin: 0;
  text-align: center;
}
.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}
.el-carousel__button {
  background: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 4px;
}
.el-carousel__indicator.is-active button {
  background: #e71a41;
}
/* 轮播图 */
.content-row-1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.content-row-1 .cr-1-left {
  border-radius: 4px;
  height: 373px;
  flex: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-row-1 .cr-1-left .cr-1-l-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.content-row-1 .cr-1-left .cr-1-l-header .cr-1-l-header-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  color: #e71a41;
}
.content-row-1 .cr-1-left .cr-1-l-header .cr-1-l-header-title .block {
  width: 10px;
  height: 32px;
  background: #e71a41;
  margin-right: 10px;
}
.content-row-1 .cr-1-left .cr-1-l-header .cr-1-l-header-more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.content-row-1 .cr-1-left .cr-1-l-header .cr-1-l-header-more .more-img {
  margin-right: 20px;
}
.content-row-1 .cr-1-left .cr-1-l-content {
  width: 100%;
  height: calc(100% - 60px);
  padding: 20px;
  box-sizing: border-box;
}
.content-row-1 .cr-1-left .cr-1-l-content .cr-1-l-content-title {
  font-weight: 600;
  font-size: 24px;
  color: #e71a41;
  line-height: 32px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-row-1 .cr-1-left .cr-1-l-content .line {
  margin-top: 20px;
  margin-bottom: 12px;
  width: 100%;
  height: 1px;
  background: #e71a41;
}
.content-row-1 .cr-1-left .cr-1-l-content .cr-1-l-content-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.content-row-1 .cr-1-left .cr-1-l-content .cr-1-l-content-items .cr-1-l-content-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.content-row-1 .cr-1-left .cr-1-l-content .cr-1-l-content-items .cr-1-l-content-item .spot {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #e71a41;
  margin-right: 12px;
}
.content-row-1 .cr-1-left .cr-1-l-content .cr-1-l-content-items .cr-1-l-content-item .text {
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-row-1 .cr-1-right {
  width: 384px;
  border-radius: 4px;
  height: 373px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/便捷入口.png");
  background-repeat: no-repeat;
  background-size: 384px 80px;
}
.content-row-1 .cr-1-right .cr-1-right-title {
  height: 80px;
  font-weight: 600;
  font-size: 28px;
  color: #e71a41;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row-1 .cr-1-right .cr-1-right-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-row-1 .cr-1-right .cr-1-right-content-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 344px;
  margin: 0 auto;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.content-row-1 .cr-1-right .cr-1-right-content-item .cr-1-right-content-item-img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.content-row-1 .cr-1-right .cr-1-right-content-item .cr-1-right-content-item-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.more-img {
  width: 10px;
  height: 16px;
  margin-left: 8px;
}
.content-row-2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.content-row-2 .cr-2-left,
.content-row-2 .cr-2-right {
  width: calc(50% - 12px);
  height: 419px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.content-row-2 .cr-2-left .cr-2-l-header,
.content-row-2 .cr-2-right .cr-2-l-header {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-left,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-item,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-item {
  cursor: pointer;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-item-a,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-item-a {
  color: #e71a41;
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-line,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-left .cr-2-l-h-left-line {
  width: 1px;
  height: 24px;
  background: #cccccc;
  margin: 0 20px;
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-left .cr-2-l-content,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-left .cr-2-l-content {
  height: calc(100% - 111px);
}
.content-row-2 .cr-2-left .cr-2-l-header .cr-2-l-h-right,
.content-row-2 .cr-2-right .cr-2-l-header .cr-2-l-h-right {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content-row-2 .cr-2-left .cr-2-l-line,
.content-row-2 .cr-2-right .cr-2-l-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0;
}
.content-row-2 .cr-2-left .cr-2-l-content,
.content-row-2 .cr-2-right .cr-2-l-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-row-2 .cr-2-left .cr-2-l-content .cr-2-l-content-item,
.content-row-2 .cr-2-right .cr-2-l-content .cr-2-l-content-item {
  display: flex;
  align-items: center;
}
.content-row-2 .cr-2-left .cr-2-l-content .cr-2-l-content-item .block,
.content-row-2 .cr-2-right .cr-2-l-content .cr-2-l-content-item .block {
  width: 4px;
  min-width: 4px;
  height: 4px;
  background: #007fcc;
  margin-right: 10px;
}
.content-row-2 .cr-2-left .cr-2-l-content .cr-2-l-content-item .cr-2-l-content-item-text,
.content-row-2 .cr-2-right .cr-2-l-content .cr-2-l-content-item .cr-2-l-content-item-text {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content-row-2 .cr-2-left .cr-2-l-content .cr-2-l-content-empty,
.content-row-2 .cr-2-right .cr-2-l-content .cr-2-l-content-empty {
  text-align: center;
}
.content-row-3 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.content-row-3 .cr-1-l-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.content-row-3 .cr-1-l-header .cr-1-l-header-title {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  color: #e71a41;
}
.content-row-3 .cr-1-l-header .cr-1-l-header-title .block {
  width: 10px;
  height: 32px;
  background: #e71a41;
  margin-right: 10px;
}
.content-row-3 .cr-1-l-header .cr-1-l-header-more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.content-row-3 .cr-1-l-header .cr-1-l-header-more .more-img {
  margin-right: 20px;
}
.content-row-3 .r3-content {
  margin: 20px 12px 20px;
  height: 166px;
  display: flex;
  align-items: center;
}
.content-row-3 .r3-content .r3-c-left-img,
.content-row-3 .r3-content .r3-c-right-img {
  width: 16px;
  height: 26px;
  cursor: pointer;
}
.content-row-3 .r3-content .r3-c-img-hide {
  visibility: hidden;
}
.content-row-3 .r3-content .r3-c-left-img {
  margin-right: 12px;
}
.content-row-3 .r3-content .r3-c-right-img {
  margin-left: 12px;
}
.content-row-3 .r3-content .r3-content-body {
  flex: 1;
  overflow: hidden;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box {
  display: flex;
  gap: 20px;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item {
  width: 360px;
  min-width: 360px;
  height: 166px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-header {
  height: 92px;
  box-sizing: border-box;
  padding: 20px;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-header .r3-c-body-item-header-text {
  font-weight: 600;
  font-size: 20px;
  color: #e71a41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-time,
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-place {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-time img,
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-place img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: 20px;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item .r3-c-body-item-place {
  margin-top: 10px;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n-2) .r3-c-body-item-header {
  background: linear-gradient(180deg, rgba(255, 32, 0, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n-2) .r3-c-body-item-header .r3-c-body-item-header-text {
  color: #e71a41;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n-1) .r3-c-body-item-header {
  background: linear-gradient(180deg, rgba(0, 127, 204, 0.16) 0%, rgba(0, 127, 204, 0) 100%);
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n-1) .r3-c-body-item-header .r3-c-body-item-header-text {
  color: #007fcc;
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n) .r3-c-body-item-header {
  background: linear-gradient(180deg, rgba(117, 117, 117, 0.16) 0%, rgba(0, 127, 204, 0) 100%);
}
.content-row-3 .r3-content .r3-content-body .r3-c-body-box .r3-c-body-item:nth-child(3n) .r3-c-body-item-header .r3-c-body-item-header-text {
  color: #333333;
}
.content-row-3 .bsrk-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  gap: 20px;
}
.content-row-3 .bsrk-content .bsrk-content-item {
  height: 166px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding-left: 32px;
}
.content-row-3 .bsrk-content .bsrk-content-item:nth-child(1) {
  background-image: url(../img/banshirukou-1.png);
  color: #e7334a;
}
.content-row-3 .bsrk-content .bsrk-content-item:nth-child(1) .bsrk-content-item-btn {
  border: 1px solid #e7334a;
}
.content-row-3 .bsrk-content .bsrk-content-item:nth-child(2) {
  background-image: url(../img/banshirukou-2.png);
  color: #007fcc;
}
.content-row-3 .bsrk-content .bsrk-content-item:nth-child(2) .bsrk-content-item-btn {
  border: 1px solid #007fcc;
}
.content-row-3 .bsrk-content .bsrk-content-item .bsrk-content-item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.content-row-3 .bsrk-content .bsrk-content-item .bsrk-content-item-subtitle {
  font-weight: 400;
  font-size: 16px;
}
.content-row-3 .bsrk-content .bsrk-content-item .bsrk-content-item-btn {
  width: 84px;
  height: 32px;
  background: rgba(216, 216, 216, 0);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}
.content-row-4 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.content-row-4 .cr-4-left,
.content-row-4 .cr-4-right {
  width: calc(50% - 12px);
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.content-row-4 .cr-4-left .cr-4-l-header,
.content-row-4 .cr-4-right .cr-4-l-header {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-left,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-item,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-item {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  cursor: pointer;
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-item-a,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-item-a {
  color: #e71a41;
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-line,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-left .cr-4-l-h-left-line {
  width: 1px;
  height: 24px;
  background: #cccccc;
  margin: 0 20px;
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-left .cr-4-l-content,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-left .cr-4-l-content {
  height: calc(100% - 111px);
}
.content-row-4 .cr-4-left .cr-4-l-header .cr-4-l-h-right,
.content-row-4 .cr-4-right .cr-4-l-header .cr-4-l-h-right {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content-row-4 .cr-4-left .cr-4-l-line,
.content-row-4 .cr-4-right .cr-4-l-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0;
}
.content-row-4 .cr-4-left .cr-4-l-content,
.content-row-4 .cr-4-right .cr-4-l-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-row-4 .cr-4-left .cr-4-l-content .cr-4-l-content-item,
.content-row-4 .cr-4-right .cr-4-l-content .cr-4-l-content-item {
  height: 85px;
  position: relative;
}
.content-row-4 .cr-4-left .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-title,
.content-row-4 .cr-4-right .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.content-row-4 .cr-4-left .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-text,
.content-row-4 .cr-4-right .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-text {
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.content-row-4 .cr-4-left .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-text img,
.content-row-4 .cr-4-right .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-text img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.content-row-4 .cr-4-left .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-play,
.content-row-4 .cr-4-right .cr-4-l-content .cr-4-l-content-item .cr-4-l-content-item-play {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 16px;
  cursor: pointer;
}
.content-row-4 .cr-4-left .cr-4-r-content,
.content-row-4 .cr-4-right .cr-4-r-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  height: 360px;
}
.content-row-4 .cr-4-left .cr-4-r-content .cr-4-r-content-item,
.content-row-4 .cr-4-right .cr-4-r-content .cr-4-r-content-item {
  width: calc(50% - 10px);
  height: 149px;
  border-radius: 4px;
  overflow: hidden;
}
.content-row-4 .cr-4-left .cr-4-r-content .cr-4-r-content-item img,
.content-row-4 .cr-4-right .cr-4-r-content .cr-4-r-content-item img {
  width: 100%;
  height: 100%;
}
.content-row-4 .cr-4-left .cr-4-r-content .r5-cr-item,
.content-row-4 .cr-4-right .cr-4-r-content .r5-cr-item {
  width: calc(50% - 10px);
  height: 360px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 12px;
  box-sizing: border-box;
}
.content-row-4 .cr-4-left .cr-4-r-content .r5-cr-item .r5-cr-item-img,
.content-row-4 .cr-4-right .cr-4-r-content .r5-cr-item .r5-cr-item-img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.content-row-5 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.content-row-5 .cr-5-l-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.content-row-5 .cr-5-l-header .cr-5-l-header-title {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  color: #e71a41;
}
.content-row-5 .cr-5-l-header .cr-5-l-header-title .block {
  width: 10px;
  height: 32px;
  background: #e71a41;
  margin-right: 10px;
}
.content-row-5 .cr-5-l-header .cr-5-l-header-more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.content-row-5 .cr-5-l-header .cr-5-l-header-more .more-img {
  margin-right: 20px;
}
.content-row-5 .r5-content {
  height: 380px;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  padding: 0 20px;
}
.content-row-5 .r5-content .r5-content-line {
  width: 1px;
  height: 360px;
  margin: 0 20px;
  background: linear-gradient(180deg, #eeeeee 0%, #eeeeee 48%, #eeeeee 100%);
}
.content-row-5 .r5-content .r5-content-left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content-row-5 .r5-content .r5-content-left .r5-cl-item {
  width: calc(50% - 14px);
  height: 170px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.content-row-5 .r5-content .r5-content-left .r5-cl-item .r5-cl-item-img {
  width: 56px;
  height: 56px;
}
.content-row-5 .r5-content .r5-content-left .r5-cl-item .r5-cl-item-text {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 24px;
}
.content-row-5 .r5-content .r5-content-right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.content-row-5 .r5-content .r5-content-right .r5-cr-item {
  width: calc(50% - 10px);
  height: 360px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 12px;
  box-sizing: border-box;
}
.content-row-5 .r5-content .r5-content-right .r5-cr-item .r5-cr-item-img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#matchPlan {
  transition: 0.3s;
}
