.experience .fec-logo {
  width: 77px;
  height: 32px;
  position: relative;
  top: 16px;
  float: left;
}

.experience .fec-logo a {
  width: 77px;
  height: 32px;
  background-image: url("../images/logo.png");
  background-size: 77px 32px;
  background-repeat: no-repeat;
}

.experience .menu-list li.menu-item a.default {
  color: #ffffff;
}

.experience .menu-list li.menu-item a.default:hover,
.experience .menu-list li.menu-item a.active,
.experience .menu-list li.menu-item-func.hover a.active,
.experience .menu-list li.menu-item-func.hover a.default:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.experience .demo-address {
  background: #FFFFFF;
}

.experience .demo-address a {
  color: #0B69F1;
}

.fixed-nav .logo {
  background-image: url("../images/logo2.png") !important;
}

.fixed-nav .menu-list li.menu-item a.default {
  color: #212121;
}

.fixed-nav .menu-list li.menu-item a.default:hover,
.fixed-nav .menu-list li.menu-item a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.default:hover {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1;
}

.fixed-nav .demo-address {
  background: #0B69F1;
}

.fixed-nav .demo-address a {
  color: #ffffff;
}

.banner {
  background: url("../images/experience/experienceBanner.png") no-repeat center center;
  padding-top: 200px;
  height: 520px;
}

.banner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
}

.banner span {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  display: block;
}

.container-1 {
  text-align: center;
}

.container-1 .container-diy {
  text-align: center;
  max-width: 1760px;
  padding: 0 40px;
  min-width: 1200px;
  margin: 0 auto;
}

.container-1 .tab-box {
  border-bottom: 1px solid #EBECF0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 36px auto 60px;
}

.container-1 .tab-box .shop-type {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #333;
  padding: 0 38px;
  margin: 0 15px;
  height: calc(100% + 1px);
  line-height: 80px;
  font-size: 18px;
  text-decoration: none;
}

.container-1 .tab-box .shop-type:hover {
  color: #0B69F1;
}

.container-1 .tab-box .shop-type.active {
  font-weight: 600;
  color: #0B69F1;
}

.container-1 .tab-box .shop-type.active:after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 3px;
  background: #0B69F1;
  border-radius: 1px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.container-1 .display-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-1 .display-type .type {
  font-size: 20px;
  font-weight: 400;
  color: #212326;
  line-height: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.container-1 .display-type .type img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.container-1 .display-type .type .active {
  display: none;
}

.container-1 .display-type .type.active {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #0B69F1;
}

.container-1 .display-type .type.active .default {
  display: none;
}

.container-1 .display-type .type.active .active {
  display: block;
}

.container-1 .display-type .switch {
  width: 90px;
  height: 38px;
  background: #F0F1F6;
  border-radius: 19px;
  display: flex;
  align-items: center;
  margin: 0 24px;
  cursor: pointer;
}

.container-1 .display-type .switch.right {
  justify-content: flex-end;
}

.container-1 .display-type .switch .btn {
  width: 43px;
  height: 34px;
  background: #0B69F1;
  border-radius: 17px;
}

.container-1 .view-template {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-1 .view-template .template-box {
  display: none !important;
}

.container-1 .view-template .template-box.active {
  display: grid !important;
}

.container-1 .view-template .template-box.pc {
  grid-gap: 78px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1600px) {
  .container-1 .view-template .template-box.pc {
    grid-gap: 36px;
  }
}

.container-1 .view-template .template-box.mobile {
  margin: 0 auto;
  width: 1250px;
  display: grid;
  grid-template-columns: repeat(3, 382px);
  grid-gap: 50px !important;
}

.container-1 .view-template .template-box.mobile .item {
  border-radius: 10px;
}

.container-1 .view-template .template-box .item {
  height: 769px;
  overflow: hidden;
  position: relative;
  background: #f2f5f8;
  position: relative;
  box-shadow: 0 0 7px #aaa;
  border-radius: 10px;
}

.container-1 .view-template .template-box .item .button-box {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.container-1 .view-template .template-box .item .button-box .button {
  width: 96px;
  height: 44px;
  flex-shrink: 0;
  background: #0B69F1;
  border-radius: 22px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
}

.container-1 .view-template .template-box .item .button-box .button:nth-last-child(1) {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
}

.container-1 .view-template .template-box .item .b2b-sky-m {
  width: 415px;
  margin: -20px;
}

.container-1 .view-template .template-box .item:hover img {
  overflow: hidden;
  border-radius: 10px;
  transition: all 8s linear;
  transform: translateY(calc(-100% + 756px));
}

.container-1 .view-template .template-box .item:hover .brand {
  transition: all 3.5s linear;
}

.container-1 .view-template .template-box .item:hover .brand-m {
  transition: all 20s linear;
}

.container-1 .view-template .template-box .item:hover .platform-m {
  transition: all 35s linear;
}

.container-1 .view-template .template-box .item:hover .b2b-default-pc {
  transition: all 15s linear;
}

.container-1 .view-template .template-box .item:hover .b2b-default-m {
  transition: all 45s linear;
}

.container-1 .view-template .template-box .item:hover .b2c-template-m {
  transition: all 20s linear;
}

.container-1 .view-template .template-box .item:hover .b2b-official-m {
  transition: all 15s linear;
}

.container-1 .view-template .template-box .item:hover .b2b-fly-m {
  transition: all 26s linear;
}

.container-1 .view-template .template-box .item:hover .b2b-sky-m {
  transition: all 40s linear;
}

.container-1 .view-template .template-box .item:hover .las-template-pc {
  transition: all 18s linear;
}

.container-1 .view-template .template-box .item:hover .las-template-m {
  transition: all 35s linear;
}

.container-1 .view-template .template-box .item:hover .grey-template-pc {
  transition: all 13s linear;
}

.container-1 .view-template .template-box .item:hover .ell-template-pc {
  transition: all 18s linear;
}

.container-1 .view-template .template-box .item:hover .grey-template-m {
  transition: all 35s linear;
}

.container-1 .view-template .template-box .item:hover .ell-template-m {
  transition: all 40s linear;
}

.container-1 .view-template .template-box .item:hover .vog-template-m {
  transition: all 6s linear;
}

.container-1 .view-template .template-box .item:hover .b2c-mirox-template-m {
  transition: all 25s linear;
}

.container-1 .view-template .template-box .item:hover .transition-1 {
  transition: all 1s linear;
}

.container-1 .view-template .template-box .item:hover .transition-2 {
  transition: all 2s linear;
}

.container-1 .view-template .template-box .item:hover .transition-3 {
  transition: all s linear;
}

.container-1 .view-template .template-box .item:hover .transition-5 {
  transition: all 5s linear;
}

.container-1 .view-template .template-box .item:hover .transition-10 {
  transition: all 10s linear;
}

.container-1 .view-template .template-box .item:hover .transition-15 {
  transition: all 15s linear;
}

.container-1 .view-template .template-box .item:hover .transition-20 {
  transition: all 20s linear;
}

.container-1 .view-template .template-box .item:hover .transition-25 {
  transition: all 25s linear;
}

.container-1 .view-template .template-box .item:hover .button-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.container-1 .view-template .template-box .item img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.container-1 .view-template .b2b-template-pc {
  grid-gap: 78px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, 756px);
}

.container-1 .view-template .b2b-template-mobile {
  margin: 0 auto;
  width: 1250px;
  display: grid;
  grid-template-columns: repeat(3, 382px);
  grid-template-rows: repeat(1, 756px);
  grid-gap: 50px !important;
}

.container-1 .view-template .b2b-template-mobile .item {
  border-radius: 10px;
}

.container-2 {
  padding-top: 86px;
  background: url("../images/experience/experienceBG.png") no-repeat center center;
  background-size: cover;
  height: 772px;
}

.container-2 .fec-title {
  font-size: 34px;
}

.container-2 .experience-info {
  width: 1000px;
  height: 492px;
  background: #FFFFFF;
  margin: 60px auto 0;
  padding: 50px 52px 0;
}

.container-2 .experience-info .path-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-2 .experience-info .path-box .path-item {
  width: 430px;
  height: 182px;
  text-align: center;
  padding: 44px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container-2 .experience-info .path-box .path-item p {
  font-size: 20px;
  font-weight: 600;
  color: #212326;
  line-height: 28px;
}

.container-2 .experience-info .path-box .path-item .button {
  cursor: pointer;
  width: 234px;
  height: 46px;
  border-radius: 23px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.container-2 .experience-info .path-box .path-item:nth-child(1) {
  background: #F0F6FF;
}

.container-2 .experience-info .path-box .path-item:nth-child(1) .button {
  background-color: #0B69F1;
}

.container-2 .experience-info .path-box .path-item:nth-child(2) {
  background: #F6F4FF;
}

.container-2 .experience-info .path-box .path-item:nth-child(2) .button {
  background: #7231F4;
}

.container-2 .experience-info .service-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-2 .experience-info .service-box .code {
  width: 170px;
  height: 170px;
  margin-right: 39px;
}

.container-2 .experience-info .service-box .code img {
  width: 164px;
  height: 164px;
  background: #FFFFFF;
}

.container-2 .experience-info .service-box .content {
  text-align: center;
}

.container-2 .experience-info .service-box .content p {
  font-size: 20px;
  font-weight: 600;
  color: #212326;
  line-height: 28px;
}

.container-2 .experience-info .service-box .content .button {
  cursor: pointer;
  width: 150px;
  height: 46px;
  background: #0B69F1;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 25px;
  margin: 20px auto 0;
}
