.benefit-main {
  width: 100%;
  min-width: 1280px;
}
.benefit-main .banner {
  width: 100%;
  min-width: 1280px;
  position: relative;
  min-height: 434px;
  box-sizing: border-box;
}
.benefit-main .banner .top-bar {
  position: absolute;
  height: 80px;
  width: 100%;
  padding-left: 110px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.benefit-main .banner .icon-img {
  height: 44px;
}
.benefit-main .banner a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.benefit-main .banner .a-benefit {
  margin: 0 50px;
}
.benefit-main .content {
  width: 100%;
  min-width: 1280px;
  height: 1860px ;
  background: #F6F7FB;
  box-sizing: border-box;
}
.benefit-main .content .warp-centent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit-main .content .paper-list {
  width: 1280px;
  background: url('../assets/img/benefit/Combined.png') no-repeat right;
  background-size: cover;
  height: 395px;
  position: relative;
}
.benefit-main .content .paper-list .it {
  position: absolute;
  top: 90px;
  height: 210px;
  width: 225px;
  overflow: hidden;
}
.benefit-main .content .paper-list .it .title {
  font-size: 27px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 18px;
}
.benefit-main .content .paper-list .it p {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.benefit-main .content .paper-list .it .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 42px;
  background: #004CFF;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
}
.benefit-main .content .paper-list .it .btn:hover {
  box-shadow: 0px 10px 50px 0px rgba(0, 36, 126, 0.1);
  transform: translateY(-5px);
}
.benefit-main .content .paper-list .item1 {
  left: 117px;
}
.benefit-main .content .paper-list .item2 {
  left: 392px;
}
.benefit-main .content .paper-list .item3 {
  left: 667px;
}
.benefit-main .content .paper-list .item4 {
  left: 942px;
}
.benefit-main .content .fullType {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin-top: 120px;
}
.benefit-main .free-btn {
  width: 100px;
  height: 40px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-right: 110px;
}
.benefit-main .curpoint {
  cursor: pointer;
}
.benefit-main .getFree {
  position: absolute;
  left: 7.78%;
  bottom: 45px;
  width: 129px;
  height: 47px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.benefit-main .nav-bar {
  width: 1280px;
  padding: 0 110px;
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  box-sizing: border-box;
}
.benefit-main .nav-bar .item {
  width: 200px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.benefit-main .nav-bar .item p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}
.benefit-main .nav-bar .item .select-item {
  font-weight: 600;
  color: #004CFF;
  border-bottom: 2px solid #004CFF;
}
.benefit-main .bargaining {
  width: 1280px;
  margin-top: 50px;
  padding: 0 110px;
  box-sizing: border-box;
}
.benefit-main .bargaining .bargaining-top {
  display: flex;
  margin-bottom: 30px;
}
.benefit-main .bargaining .bargaining-top .meal {
  display: flex;
  width: 390px;
  height: 47px;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.benefit-main .bargaining .bargaining-top .meal .meal-item {
  width: 100%;
  height: 47px;
  cursor: pointer;
  text-align: center;
  line-height: 47px;
  display: flex;
  align-items: center;
}
.benefit-main .bargaining .bargaining-top .meal .meal-item span {
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: block;
  line-height: 24px;
  width: 100%;
}
.benefit-main .bargaining .bargaining-top .meal .meal-check {
  background: #004CFF;
}
.benefit-main .bargaining .bargaining-top .meal .meal-check span {
  font-weight: 600;
  color: #FFFFFF;
}
.benefit-main .bargaining .bargaining-top .meal .line-left {
  border-left: 1px solid rgba(153, 153, 153, 0.4) !important;
  box-sizing: border-box;
}
.benefit-main .bargaining .bargaining-top .custom {
  width: 130px;
  height: 47px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 20px;
}
.benefit-main .meal-bottom {
  width: 1280px;
  padding: 0 110px;
  box-sizing: border-box;
  min-height: 384px;
  display: flex;
  flex-direction: row;
}
.benefit-main .meal-bottom .left {
  width: 129px;
  height: 100%;
  margin-right: 31px;
  padding: 18px 0 24px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit-main .meal-bottom .left p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #004CFF;
  margin-bottom: 1px;
}
.benefit-main .meal-bottom .left .price-item {
  width: 129px;
  height: 47px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  margin-top: 16px;
}
.benefit-main .meal-bottom .left .price-check {
  background: #004CFF;
  font-weight: 600;
  color: #FFFFFF;
}
.benefit-main .meal-bottom .right {
  width: 1040px;
  min-height: 384px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 126, 0.1);
  border-radius: 10px;
  padding: 20px 30px 0 30px;
  box-sizing: border-box;
}
.benefit-main .meal-bottom .right .top {
  display: flex;
  flex-direction: row;
  height: 21px;
  margin-bottom: 20px;
}
.benefit-main .meal-bottom .right .top span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #004CFF;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.benefit-main .meal-bottom .right .top span img {
  width: 18px;
  height: 18px;
  margin-left: 14px;
}
.benefit-main .meal-bottom .right .swiper-core {
  width: 100%;
  min-height: 172px;
}
.benefit-main .meal-bottom .right .swiper-core .sw-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item {
  display: flex;
  flex-direction: column;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item .core-img {
  width: 100%;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item .core-img1 {
  width: 160px;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item .bottom p {
  display: flex;
  flex: 1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.benefit-main .meal-bottom .right .swiper-core .sw-item .bottom img {
  display: flex;
  height: 20px;
}
.benefit-main .meal-bottom .right .swiper-core .newItem {
  width: 222px;
}
.benefit-main .meal-bottom .right .sw-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}
.benefit-main .meal-bottom .right .sw-btn img {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.benefit-main .meal-bottom .right .sw-btn .ml8 {
  margin-left: 8px;
}
.benefit-main .meal-bottom .right .bottom-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.benefit-main .meal-bottom .right .bottom-bar ul {
  display: flex;
  align-items: center;
}
.benefit-main .meal-bottom .right .bottom-bar ul li {
  width: 100px;
  height: 47px;
  background: #004CFF;
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}
.benefit-main .meal-bottom .right .bottom-bar ul .exchange {
  background: rgba(0, 76, 255, 0.1);
  margin-right: 20px;
  color: #004CFF;
  box-sizing: border-box;
}
.benefit-main .meal-bottom .right .bottom-bar ul .exBd {
  border: 1px solid #004CFF;
}
.benefit-main .meal-bottom .right .bottom-bar ul .bd1 {
  border-right: 1px solid #999999;
  box-sizing: border-box;
}
.benefit-main .meal-bottom .right .bottom-bar ul .beck {
  font-weight: 600;
  color: #004CFF;
}
.benefit-main .navTitle {
  width: 100%;
  text-align: center;
  margin-top: 52px;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin-bottom: 10px ;
}
.benefit-main .nav-p {
  font-size: 21px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  width: 100%;
  text-align: center;
}
.benefit-main .swiper-box {
  width: 1280px;
  padding: 0 110px;
  box-sizing: border-box;
  height: 319px;
  margin-top: 50px;
}
.benefit-main .swiper-box .swiper-card {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.benefit-main .swiper-box .swiper-card img {
  width: 413px;
  height: 279px;
  background-color: #c43913;
  border-radius: 6px;
  margin-right: 45px;
  overflow: hidden;
}
.benefit-main .swiper-box .swiper-card .right {
  padding-top: 26px;
  height: 100%;
  display: flex;
  flex: 1;
  box-sizing: border-box;
  flex-direction: column;
}
.benefit-main .swiper-box .swiper-card .right .text {
  width: 100%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
}
.benefit-main .swiper-box .swiper-card .serverBt {
  width: 129px;
  height: 47px;
  background: #004CFF;
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.benefit-main .bottom-fl {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.benefit-main .bottom-fl .line-wite {
  position: absolute;
  width: 64px;
  height: 6px;
  background: #004CFF;
  bottom: 0;
}
.benefit-main .topBar-img {
  width: 100%;
}
.example-showcase .el-dropdown-link {
  cursor: pointer;
  color: var(--el-color-primary);
  display: flex;
  align-items: center;
}
.cl6 {
  color: #a0cfff !important;
}
.consulting {
  margin-right: 45px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.consulting img {
  width: 9px;
  height: 9px;
}
.down-meau {
  position: absolute;
  width: 126px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 126, 0.1);
  border-radius: 4px;
  top: 70px;
  right: 230px;
  z-index: 200;
  padding: 14px 0 2px 30px;
  box-sizing: border-box;
}
.down-meau li {
  width: 100%;
  height: 21px;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.down-meau li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #004CFF;
  opacity: 0.2;
  position: absolute;
  left: -18px;
  top: 10px;
  border-radius: 50%;
}
.down-meau .check {
  color: #004CFF;
}
.down-meau .check:before {
  width: 0;
}
