.banner-content-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: calc(50% - 600px);
  top: 60px;
  padding-top: 60px;
}
.banner-content-wrapper .content-left {
  width: 760px;
}
.banner-content-wrapper .content-left h5 {
  font-size: 44px;
  color: #006AED;
  line-height: 62px;
  font-weight: normal;
}
.banner-content-wrapper .content-left h6 {
  font-size: 54px;
  line-height: 75px;
  color: #006AED;
  margin: 16px 0;
}
.banner-content-wrapper .content-left p {
  font-size: 24px;
  line-height: 33px;
  color: #595959;
}
.banner-content-wrapper .content-right {
  background: #fff;
  padding: 36px 40px;
}
.banner-content-wrapper .content-right h6 {
  font-size: 24px;
  line-height: 33px;
  color: #262626;
  text-align: center;
  margin-bottom: 24px;
}
.banner-content-wrapper .content-right .input-wrapper {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  margin-bottom: 16px;
  padding: 1px 10px;
}
.banner-content-wrapper .content-right .input-wrapper input {
  display: block;
  border: none;
  height: 100%;
  outline: none;
  width: 100%;
}
.banner-content-wrapper .content-right .get-button {
  width: 280px;
  height: 40px;
  background: #006AED;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.bannerFeatures {
  width: 1200px;
  margin: 72px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  padding: 20px 0;
}
.bannerFeatures li {
  padding: 0 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.bannerFeatures li h6 {
  font-size: 14px;
  line-height: 32px;
  color: #006aed;
}
.bannerFeatures li h6 b {
  font-size: 22px;
}
.bannerFeatures li p {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  white-space: nowrap;
}

.about-customer-wrapper {
  background: #F7F7F7;
  padding-bottom: 100px;
}
.about-customer-wrapper h5 {
  font-size: 46px;
  line-height: 65px;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}
.about-customer-wrapper h6 {
  color: #006AED;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 64px;
}
.about-customer-list {
    width: fit-content;
    margin: 0 auto;
}
.customer-list-type {
  font-size: 32px;
  line-height: 45px;
  position: relative;
  padding-left: 24px;
  color: #262626;
  margin-bottom: 16px;
}
.customer-list-type:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 8px;
  height: 24px;
  background: linear-gradient( 180deg, #00B0F0 0%, #2669E3 100%);
}
.customer-list-type-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}
.OnlineQualityCopyrightCourse {
  background: #E8F2FF;
}
.OnlineQualityCopyrightCourse h5 {
  font-size: 46px;
  line-height: 65px;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}
.famousVideoList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.famousVideoItem {
  position: relative;
  height: 565px;
  overflow: hidden;
  background: #fff;
  padding: 28px 32px;
  width: 372px;
  margin: 0 40px 40px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.famousVideoItem:nth-of-type(3n) {
  margin-right: 0;
}
.famousVideoItem:hover .famousVideoItemDesc {
  transform: translateY(0);
}
.famousVideoItem img {
  display: block;
  width: 320px;
  height: 320px;
  margin-bottom: 16px;
}
.famousVideoItem .playIcon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 148px;
  left: calc(50% - 36px);
  z-index: 1;
}
.famousVideoItem h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.famousVideoItem h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
.famousVideoItem h6 + p {
  line-height: 20px;
  color: #595959;
}
.famousVideoItem .famousVideoItemDesc {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 3;
  background: #006aed;
  padding: 32px 26px 0;
  box-sizing: border-box;
  transition: all 0.3s;
  transform: translateY(100%);
}
.famousVideoItem .famousVideoItemDesc p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
}

.famousVideoItem .famousVideoItemDesc .play-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #006aed;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.choose-reason {
  background: #006AED;
}
.choose-reason h5 {
  font-size: 46px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  margin-bottom: 64px;
}
.reasonList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.reasonItem {
  background: #fff;
  padding: 28px 24px;
  width: calc((100% - 72px) / 4);
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.reasonItem:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 35%);
}
.reasonItem img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
}

.reasonItem h6 {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 8px;
  color: #262626;
}

.reasonItem  p {
  font-size: 16px;
  line-height: 22px;
  color: #595959;
  padding-top: 24px;
  border-top: 1px solid #d8d8d8;
}

.video-player-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0,0,0,.5);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player-wrapper .video-player-box {
  background: #fff;
  padding: 0 16px 16px;
}
.video-player-wrapper .video-player-box .close-icon {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #262626;
  cursor: pointer;
}
.video-player-wrapper .video-player-box .close-icon span {
  font-size: 16px;
}
.video-player-wrapper .video-player-box video {
  width: 800px;
}

.ServiceProvider {
    width: 1260px;
    margin: 0 auto;
}
.ServiceProvider h5 {
  font-size: 46px;
  line-height: 65px;
  text-align: center;
  color: #000;
  margin-bottom: 64px;
}
.ServiceProviderContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ServiceProviderContent img {
  height: 420px;
}
.ServiceProviderContent .content-box {
  width: 420px;
  margin-left: 80px;
}
.ServiceProviderContent .content-box h6 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
  color: #262626;
}
.ServiceProviderContent .content-box p {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  margin-bottom: 24px;
}
.ServiceProviderContent .content-box span {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #006AED;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.ServiceProviderContent .content-box span a {
  display: block;
  color: #fff;
}
.ServiceProvider .c-main-item {
  display: none;
}
.ServiceProvider .c-main-item.active {
  display: block;
}
.toast-content {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast {
  background-color: rgba(36, 36, 37, 0.81);
  border-radius: 1.07vw;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast span {
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 16px;
  white-space: pre-wrap;
}

.fixBottomForm {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 72px;
  z-index: 5;
  background: linear-gradient(193deg, #00a3f7 5%, #006aed 91%);
}
.fixBottomForm .pageWrap {
  width: 1200px;
  margin: 0 auto;
}

.fixBottomForm .leftImage {
  margin: -26px 16px 0 0;
  zoom: .8;
}

.fixBottomForm .freeImage {
  margin-right: 60px;
}

.fixBottomForm .nameInput {
  padding-left: 24px;
  box-sizing: border-box;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 24px;
  margin-right: 24px;
  border: none;
  outline: none;
}

.fixBottomForm .telInput {
  padding-left: 24px;
  box-sizing: border-box;
  margin-right: 56px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 24px;
  border: none;
  outline: none;
}

.fixBottomForm button {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 24px;
  background: #fa9000;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.fixBottomForm button:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1600px) {
  .customer-list-type-content img {
    width: 600px;
  }
}
@media only screen and (max-width: 1400px) {
  .ServiceProviderContent img {
      height: 300px;
  }
}
@media only screen and (max-width: 960px) {
  .famousVideoItem {
    width: 30%;
    padding: 16px;
  }
  .famousVideoItem img {
    width: 100%;
    height: auto;
  }
  .famousVideoItem .playIcon {
    top: 80px;
  }
  .famousVideoItem .famousVideoItemDesc p {
    font-size: 14px;
  }
  .customer-list-type-content {
    flex-wrap: wrap;
  }
  .customer-list-type-content img {
    width: 100%;
  }
  .reasonList {
    width: auto;
  }
  .banner-content-wrapper {
    width: 800px;
    left: calc(50% - 400px);
    align-items: center;
  }
  .banner-content-wrapper .content-left {
    width: 400px;
  }
  .banner-content-wrapper .content-left h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .banner-content-wrapper .content-left h6 {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
  }
  .banner-content-wrapper .content-left p {
    font-size: 14px;
  }
  .bannerFeatures {
    width: 800px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 640px) {
  .about-customer-wrapper {
    padding-bottom: 20px;
  }
  .about-customer-wrapper h5,
  .OnlineQualityCopyrightCourse h5,
  .choose-reason h5,
  .ServiceProvider h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .about-customer-wrapper h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .customer-list-type {
    font-size: 20px;
  }
  .famousVideoItem {
    width: 100%;
    margin: 0 0 16px;
  }
  .famousVideoItem .playIcon {
    top: 120px;
  }
  .video-player-wrapper video {
    width: 80vw;
  }
  .reasonItem {
    width: 100%;
    margin-bottom: 16px;
  }
  .ServiceProviderContent .content-box {
    width: 40vw;
    margin-left: 16px;
  }
  .ServiceProviderContent .content-box h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .ServiceProviderContent .content-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .ServiceProviderContent .content-box span {
    width: 80px;
    height: 32px;
    line-height: 32px;
  }
  .banner-content-wrapper {
    width: 100vw;
    left: 0;
  }
  .banner-content-wrapper .content-left {
    padding-left: 16px;
  }
  .banner-content-wrapper .content-right {
    margin: 16px auto;
  }
  .bannerFeatures {
    display: none;
  }
}
