
/* CSS Document */
.flexCenter {
				display: -webkit-flex;
				/* Safari */
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
			}
			.lpkbutton{
				margin-top: 50px;
			}
			.lpkbutton p{
				width: 50px;
				height: 50px;
				background: #d60f0f;
				border-radius: 50%;
				line-height: 50px;
				text-align: center;
				margin: 0 30px;
				cursor: pointer;
			}
			.lpkbutton .lpkprev{
				transform: rotate(180deg);
			}
.y-f0 {
  font-size: 0;
}
.y-hxyw-service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-hxyw-service-tab .a-01 {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  border-radius: 40px;
  margin: 0 12px;
  font-size: 18px;
  color: #d60f0f;
  cursor: pointer;
}
.y-hxyw-service-tab .a-01 span {
  position: relative;
  z-index: 1;
}
.y-hxyw-service-tab .a-01::before,
.y-hxyw-service-tab .a-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.y-hxyw-service-tab .a-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-hxyw-service-tab .a-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
.y-hxyw-service-tab .a-01.on {
  color: #fff;
  background-color: #d60f0f;
}
.y-hxyw-service-tab .a-01.on::before,
.y-hxyw-service-tab .a-01.on::after {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.y-hxyw-service-flex {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  /* display: flex; */
  justify-content: center;
  margin-top: 5%;
}
.y-hxyw-service-flex.on {
  position: static;
  z-index: 0;
  visibility: visible;
  opacity: 1;
}
.y-hxyw-service-a1 {
  position: relative;
 /* width: 13.88%;
  margin-left: 0.2%;
  margin-right: 0.2%; */
  padding: 2% 15px 20px;
  text-align: center;
}
.y-hxyw-service-a1::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.y-hxyw-service-a1 .cont {
  position: relative;
  z-index: 1;
}
.y-hxyw-service-a1 .icon img {
  max-width: 80%;
  /* height: 142px; */
}
.y-hxyw-service-a1 .word {
  margin-top: 20%;
}
.y-hxyw-service-a1 .word .cn {
  font-size: 26px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.y-hxyw-service-a1 .word .en {
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 10px;
  font-family: 'gilroy';
  height: 48px;
}
.y-hxyw-service-a1 .more {
 /* position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%); */
  width: 120px;
  height: 40px;
  line-height: 36px;
  font-size: 17px;
  color: #d60f0f;
  border: 2px solid #d60f0f;
  margin-top: 30px;
  border-radius: 20px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  /* opacity: 0; */
}
.y-hxyw-process-flex {
  display: flex;
  justify-content: center;
  background: url('../image/y-line.png') center no-repeat;
  background-size: 100%;
  margin-top: 5%;
}
.y-hxyw-process-01 {
  width: 17.9%;
  margin-left: -2.2%;
  margin-right: -2.2%;
  height: 300px;
  position: relative;
  transition: 0.4s;
  top: 0;
}
.y-hxyw-process-01:hover{
	top: -10px;
}
.y-hxyw-process-01 .icon img {
  height: 82px;
}
.y-hxyw-process-01 .title {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-top: 25px;
}
.y-hxyw-process-01 .des {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}
.y-hxyw-process-01:nth-child(even) {
  margin-top: 300px;
}
.y-hxyw-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-hxyw-area-flex {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 6.5%;
  color: #fff;
}
.y-hxyw-area-01 {
  max-width: 19%;
  min-width: 200px;
}
.y-hxyw-area-01 .icon img {
  height: 99px;
}
.y-hxyw-area-01 .num {
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  margin-top: 20px;
}
.y-hxyw-area-01 .num b {
  font-size: 46px;
}
.y-hxyw-area-01 .title {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
}
.y-hxyw-system-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3.5%;
}
.y-hxyw-system-01 {
  position: relative;
  width: 18.51%;
  border-radius: 20px;
  background-color: #fff3f0;
  margin-left: 1.86%;
  text-align: center;
  padding: 6% 10px;
  overflow: hidden;
}
.y-hxyw-system-01 .cont {
  position: relative;
  z-index: 1;
}
.y-hxyw-system-01 .icon img {
  height: 96px;
  margin-left: auto;
  margin-right: auto;
}
.y-hxyw-system-01 .icon .mg {
  display: block;
}
.y-hxyw-system-01 .icon .mgh {
  display: none;
}
.y-hxyw-system-01 .cn {
  font-size: 26px;
  color: #000;
  line-height: 36px;
  margin-top: 17%;
}
.y-hxyw-system-01 .en {
  color: #666;
  font-size: 17px;
  line-height: 1;
  margin-top: 18px;
}
.y-hxyw-system-01 .span-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.y-hxyw-system-01:nth-child(5n+1) {
  margin-left: 0;
}
/* D1小匠入驻 */
.y-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 25px;
}
.y-banner-flex .word {
  width: 39.87%;
  color: #fff;
}
.y-banner-flex .word .title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
}
.y-banner-flex .word .des {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}
.y-banner-flex .word .a-01 {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background-color: #d60f0f;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}
.y-banner-flex .word .a-01 span {
  position: relative;
  z-index: 1;
}
.y-banner-flex .word .a-01::before,
.y-banner-flex .word .a-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-banner-flex .word .a-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-banner-flex .word .a-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
.y-banner-flex .img {
  width: 50%;
}
.y-banner-flex .img img {
  max-width: 100%;
}
.y-rz-point-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4.5%;
}
.y-rz-point-flex .news_main {
  background: #fff;
}
.y-rz-point-flex .news_main .ques_m {
  padding-top: 0;
}
.y-rz-point-flex .news_main .ques_m .item .item_bot .cont {
  line-height: 2;
  /*display: -webkit-box;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.y-rz-point-flex .news_main .ques_m .item.on {
  background-color: #fff8f6;
}
.y-rz-point-left {
  width: 48.17%;
}
.y-rz-point-video {
  width: 48.17%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.y-rz-point-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(51, 51, 51, 0.2);
}
.y-rz-point-video::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('../image/y-icon-play.png') center no-repeat;
  background-size: cover;
}
.y-rz-point-video img {
  width: 100%;
}
/* 视频弹窗 */
.public-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.public-tc .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
  text-align: center;
}
#video {
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.public-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.y-rz-into {
  background-color: #f1f5f8;
  padding-bottom: 0;
}
.y-rz-into-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.5% 12% 5%;
  background: #fff;
  margin-top: 4%;
}
.y-rz-into-flex .tit {
  font-size: 30px;
  color: #000;
}
.y-rz-into-form {
  width: 50%;
  border-right: 1px solid #eee;
}
.y-rz-into-form-list {
  width: 430px;
  max-width: 90%;
  padding-top: 35px;
}
.y-rz-into-form-list li {
  position: relative;
  margin-top: 15px;
}
.y-rz-into-form-list li:first-child {
  margin-top: 0;
}
.y-rz-into-form-list li .icon {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.y-rz-into-form-list li > span {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #d60f0f;
}
.y-rz-into-form-list input {
  width: 100%;
  line-height: 52px;
  background-color: #f6f6f6;
  border: none;
  border-radius: 30px;
  padding-left: 85px;
  padding-right: 85px;
}
.y-rz-into-form-list .btn-01 {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background-color: #d60f0f;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}
.y-rz-into-form-list .btn-01 span {
  position: relative;
  z-index: 1;
}
.y-rz-into-form-list .btn-01::before,
.y-rz-into-form-list .btn-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-rz-into-form-list .btn-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-rz-into-form-list .btn-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
.y-rz-into-right {
  width: 360px;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.y-rz-into-right .ewm-flex {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #aaa;
  line-height: 1;
}
.y-rz-into-right .ewm-flex .div-01 {
  text-align: center;
  line-height: 1;
}
.y-rz-into-right .ewm-flex .div-01 img {
  margin-bottom: 15px;
}
.y-rz-into-right .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
/* E1商户入驻 */
.y-ejb_abs {
  font-weight: lighter;
}
.y-ejb_abs .a-01 {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background-color: #d60f0f;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  cursor: pointer;
}
.y-ejb_abs .a-01 span {
  position: relative;
  z-index: 1;
}
.y-ejb_abs .a-01::before,
.y-ejb_abs .a-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-ejb_abs .a-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-ejb_abs .a-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
.y-sjrz-fenxi-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.7%;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 3.7%;
}
.y-sjrz-fenxi-flex .div-left {
  width: 44.44%;
}
.y-sjrz-fenxi-flex .div-left .word {
  font-size: 17px;
  line-height: 36px;
  color: #595959;
}
@media screen and (min-width: 1600px){
  .y-sjrz-fenxi-flex .div-left .word {
    line-height: 42px;
    margin-top: 10%;
  }
}
.y-sjrz-fenxi-flex .div-left .list {
  padding: 35px 100px;
  background: #f1f5f8;
  margin-top: 40px;
}
.y-sjrz-fenxi-flex .div-left .list li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}
.y-sjrz-fenxi-flex .div-left .list li .num {
  position: absolute;
  left: -45px;
  top: 0;
  line-height: 50px;
  color: #d60f0f;
}
.y-sjrz-fenxi-flex .div-right {
  width: 48.76%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.y-sjrz-fenxi-flex .div-right img {
  width: 100%;
}
.y-sjrz-system {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-sjrz-system-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.8%;
}
.y-sjrz-system-01 {
  width: 23%;
  margin-left: 2.43%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding-top: 4.5%;
  padding: 4.5% 15px 4%;
  text-align: center;
}
.y-sjrz-system-01 .icon img {
  height: 109px;
}
.y-sjrz-system-01 .tit {
  font-size: 20px;
  color: #000;
  line-height: 1;
  margin-top: 57px;
}
.y-sjrz-system-01 .des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 19px;
}
.y-sjrz-system-01:nth-child(4n+1) {
  margin-left: 0;
}
.y-sjrz-into {
  background: url('../image/y-bg5.png') center top 100px no-repeat;
}
.y-sjrz-into-form {
  width: 880px;
  max-width: 100%;
}
.y-sjrz-into-form .row > div {
  padding-top: 25px;
}
.y-sjrz-into-form .icon {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.y-sjrz-into-form .tips {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #d60f0f;
}
.y-sjrz-into-form .rel {
  border-radius: 30px;
  overflow: hidden;
}
.y-sjrz-into-form .put-01 {
  width: 100%;
  line-height: 52px;
  background-color: #f6f6f6;
  border: none;
  border-radius: 30px;
  padding-left: 85px;
  padding-right: 85px;
}
.y-sjrz-into-form .put-01::placeholder {
  color: #999;
}
.y-sjrz-into-form .text-01 {
  height: 135px;
  padding-left: 50px;
}
.y-sjrz-into-form .a-yzm {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-sjrz-into-form .a-yzm img {
  max-width: 100%;
  max-height: 100%;
}
.y-sjrz-into-form .btn-01 {
  position: relative;
  width: 200px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background-color: #d60f0f;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}
.y-sjrz-into-form .btn-01 span {
  position: relative;
  z-index: 1;
}
.y-sjrz-into-form .btn-01::before,
.y-sjrz-into-form .btn-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-sjrz-into-form .btn-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-sjrz-into-form .btn-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
/* F1优惠活动-列表 */
.y-news-main {
  padding-top: 5.5%;
  padding-bottom: 4.5%;
  background-color: #f1f5f8;
}
.y-news-owl {
  position: relative;
}
.y-news-owl .arrow {
  position: absolute;
  left: 62.71%;
  top: 80%;
  z-index: 3;
}
.y-news-owl .prev,
.y-news-owl .next {
  display: inline-block;
  width: 15px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-right: 50px;
}
.y-news-owl .prev {
  background-image: url('../image/y-arrowleft.png');
}
.y-news-owl .next {
  background-image: url('../image/y-arrowright.png');
}
.y-news-top-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.y-news-top-flex .div-img {
  width: 57.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-news-top-flex .cont {
  width: 42.6%;
  padding-bottom: 83px;
}
.y-news-top-flex .con {
  width: 518px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.y-news-top-flex .status span {
  display: inline-block;
  background-color: #f9b429;
  color: #fff;
  border-radius: 30px;
  line-height: 30px;
  padding: 0 13px;
}
.y-news-top-flex .title {
  font-size: 38px;
  color: #070002;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 34px;
}
.y-news-top-flex .date {
  font-size: 16px;
  color: #888;
  margin-top: 27px;
}
.y-news-top-flex .date img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: auto;
  margin-right: 12px;
}
.y-news-top-flex .des {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 22px;
}
.y-news-top-flex .a-01 {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background-color: #d60f0f;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}
.y-news-top-flex .a-01 span {
  position: relative;
  z-index: 1;
}
.y-news-top-flex .a-01::before,
.y-news-top-flex .a-01::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-news-top-flex .a-01::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-news-top-flex .a-01::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
}
.y-news-list {
  display: flex;
  flex-wrap: wrap;
}
.y-news-list li {
  width: 32%;
  margin-left: 2%;
  margin-top: 3.8%;
}
.y-news-list li:nth-child(3n+1) {
  margin-left: 0;
}
.y-news-a1 {
  background: #fff;
}
.y-news-a1 .div-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-news-a1 .div-img img {
  width: 100%;
}
.y-news-a1 .cont {
  padding: 40px 5.7% 48px;
}
.y-news-a1 .cont .title {
  font-size: 22px;
  line-height: 1;
  color: #070002;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.y-news-a1 .cont .des {
  font-size: 16px;
  color: #888;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 25px;
}
.y-news-a1 .info {
  display: flex;
  justify-content: space-between;
  padding: 20px 5.7%;
  line-height: 30px;
  border-top: 1px solid #eee;
}
.y-news-a1 .info .date {
  font-size: 16px;
  color: #888;
}
.y-news-a1 .info .date img {
  position: relative;
  top: -2px;
  margin-right: 11px;
}
.y-news-a1 .info .status {
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  min-width: 70px;
  text-align: center;
}
.y-news-a1 .info .c-red {
  background-color: #d60f0f;
}
.y-news-a1 .info .c-yellow {
  background-color: #f9b429;
}
.y-news-a1 .info .c-gray {
  background-color: #d9d9d9;
}
.y-news-a1 .info .c-orange {
  background-color: #ff8809;
}
/* F2优惠活动-详情页 */
.y-news-art-main {
  padding-top: 0;
}
.y-news-art {
  position: relative;
  margin-top: -106px;
  padding: 70px 7.5% 80px;
  background: #fff;
  border-radius: 10px;
}
.y-news-art .des {
  font-size: 17px;
  line-height: 36px;
  color: #666;
  padding-top: 50px;
}
.y-news-art .des img {
  max-width: 100%;
}
.y-news-art .des .b1 {
  font-size: 20px;
  color: #000;
}
.y-news-art .div-contact {
  padding-top: 5%;
}
.y-news-art .div-contact .tit {
  font-size: 30px;
  color: #000;
  line-height: 1;
  padding-bottom: 32px;
  background: url('../image/navxz.png') center bottom no-repeat;
}
.y-news-art .div-contact .cont {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  margin-top: 20px;
}
.y-news-art .div-contact .txt {
  font-size: 16px;
  color: #aaa;
  line-height: 1;
  margin-top: 20px;
}
.y-news-title {
  position: relative;
  padding-right: 200px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eee;
}
.y-news-title .title {
  font-size: 32px;
  color: #000;
  line-height: 42px;
}
.y-news-title .info {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-top: 14px;
}
.y-news-title .info .status {
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  min-width: 70px;
  text-align: center;
}
.y-news-title .info .c-red {
  background-color: #d60f0f;
}
.y-news-title .info .c-yellow {
  background-color: #f9b429;
}
.y-news-title .info .c-gray {
  background-color: #d9d9d9;
}
.y-news-title .info .c-orange {
  background-color: #ff8809;
}
.y-news-title .info .date {
  font-size: 16px;
  color: #8888;
  line-height: 24px;
  margin-left: 30px;
}
.y-news-title .info .date img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.y-news-title .a-return {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 150px;
  padding: 0 15px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #d60f0f;
  background:url(../image/btnbg4.png) no-repeat center center #d60f0f;
  background-size:100% 100%!important;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.y-news-title .a-return span {
  position: relative;
  z-index: 1;
}
.y-news-title .a-return::before,
.y-news-title .a-return::after {
  content: " ";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 27px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* .y-news-title .a-return::before {
  left: 20px;
  background-image: url('../image/y-tips-02.png');
}
.y-news-title .a-return::after {
  right: 20px;
  background-image: url('../image/y-tips-01.png');
} */
.y-news-item {
  margin-top: 6%;
}
.y-news-item .ej_tit + .y-news-list li {
  margin-top: 2%;
}
/* H1关于我们-公司介绍 */
.y-intro-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3.6%;
}
.y-intro-flex img {
  max-width: 100%;
}
.y-intro-flex .img {
  width: 44.75%;
}
.y-intro-flex .cont {
  width: 47.84%;
  font-size: 17px;
  line-height: 38px;
  color: #333;
}
.y-culture-main {
  background-color: #f1f5f8;
}
.y-culture-flex {
  display: flex;
  margin-top: 3.6%;
}
.y-culture-01 {
  width: 33.33%;
  overflow: hidden;
}
.y-culture-01 img {
  width: 100%;
}
.y-culture-01 .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-culture-01::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.y-culture-01 .cont {
  position: absolute;
  left: 3.125%;
  right: 3.125%;
  top: 56.71%;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.y-culture-01 .cont img {
  width: auto;
  height: 76px;
}
.y-culture-01 .cont .title {
  font-size: 30px;
  line-height: 1;
  margin-top: 34px;
}
.y-culture-01 .cont .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
}
