html,
body {
  background-color: #000101;
}
.heart-page {
  margin: 0 auto;
  width: 1200px;
}
.title-iframe {
  position: fixed;
  top: 0;
  z-index: 20;
  height: 56px;
}
.content-title {
  font-size: 64px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 91px;
}
.content-text {
  font-size: 23px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 44px;
  letter-spacing: 1px;
}
.content-btn {
  width: 144px;
  height: 62px;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  color: #4390FF;
  line-height: 62px;
  letter-spacing: 1px;
  cursor: pointer;
}
.flex-center-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation {
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  z-index: 21;
}
.reservation .header-title {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservation .header-title .log-box {
  display: flex;
  align-items: center;
}
.reservation .header-title .log-box .title-logo {
  width: 120px;
  height: 22px;
}
.reservation .header-title .log-box .title-logo2 {
  margin-left: 14px;
  width: 175px;
  height: 14px;
}
.reservation .header-title .reservation-btn {
  width: 92px;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  background: #0271E3;
  border-radius: 19px;
  cursor: pointer;
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .bg-viedeo {
  width: 100%;
  height: auto;
  background-size: cover;
  object-fit: fill;
}
.header .header-center {
  position: absolute;
  z-index: 10;
}
.header .header-content .content-img {
  margin: 0 auto;
  display: block;
  width: 272px;
  height: 50px;
}
.header .header-content .content-img2 {
  margin: 0 auto;
  margin-top: 28px;
  display: block;
  width: 288px;
  height: 23px;
}
.header .header-content .title-introduce {
  margin-top: 26px;
  width: 636px;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
}
.sample-library-box {
  margin-top: 200px;
  position: relative;
  height: 683px;
  display: flex;
  align-items: center;
}
.sample-library-box .sample-library-content {
  z-index: 20;
  height: 100%;
}
.sample-library-box .sample-library-content .content-text-box {
  width: 640px;
  height: 100%;
  background-color: #000;
  z-index: 20;
}
.sample-library-box .sample-library-content .content-text-box .content-text {
  margin-top: 21px;
}
.sample-library-box .sample-library-content .content-text-box .btn-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.sample-library-box .sample-library-content .content-text-box .btn-box .content-btn {
  margin-right: 64px;
}
.sample-library-box .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 833px;
  height: 100%;
  background: url(https://assets.aiyaopai.com/aoye/timg.png) no-repeat;
  background-size: 100% 100%;
}
.video-business-box {
  margin-top: 214px;
}
.video-business-box .video-business-content-box {
  text-align: center;
}
.video-business-box .video-business-content-box .content-title {
  margin-top: 10px;
}
.video-business-box .video-business-content-box .content-text {
  margin: 0 auto;
  margin-top: 26px;
  width: 636px;
}
.video-business-box .video-box .video-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.video-business-box .video-box .video-ul .video-li {
  margin-left: 118px;
  margin-top: 162px;
  position: relative;
}
.video-business-box .video-box .video-ul .video-li .video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 254px;
  background: #D8D8D8;
  border-radius: 8px;
  cursor: pointer;
}
.video-business-box .video-box .video-ul .video-li .video-item .play-video {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25.9px;
  border-color: transparent transparent transparent #fff;
}
.video-business-box .video-box .video-ul .video-li .video-bg {
  position: absolute;
  top: -14px;
  left: 12px;
  width: 254px;
  height: 254px;
  background-color: #D8D8D8;
  border-radius: 8px;
  opacity: 0.37;
}
.video-business-box .video-box .video-ul .video-li .video-bg2 {
  position: absolute;
  top: -30px;
  left: 28px;
  width: 254px;
  height: 254px;
  background-color: #D8D8D8;
  border-radius: 8px;
  opacity: 0.37;
}
.video-business-box .video-box .video-ul .video-li .video-name {
  margin: 0 auto;
  margin-top: 36px;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  letter-spacing: 1px;
  cursor: pointer;
}
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.73);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  z-index: 21;
}
.video-model .video-content-box {
  position: relative;
}
.video-model .video-content-box .close-icon {
  position: absolute;
  top: -62px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.video-model .video-content-box .video-title {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  letter-spacing: 1px;
}
.video-model .video-content-box .video-box {
  display: flex;
  align-items: center;
}
.video-model .video-content-box .video-box .video-medel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.video-model .video-content-box .video-box .video-medel #video-play {
  width: 919px;
  height: 545px;
}
.video-model .video-content-box .video-box .video-list {
  margin-left: 9px;
}
.video-model .video-content-box .video-box .video-list .item-box {
  border-radius: 10px;
}
.video-model .video-content-box .video-box .video-list .item-box .video-item {
  width: 272px;
  height: 160px;
  background-size: 100% 100%;
  border-radius: 10px;
  background-color: #000000;
  cursor: pointer;
}
.video-model .video-content-box .video-box .video-list .item-box .video-item.center {
  margin: 9px 0;
}
.video-model .video-content-box .video-box .video-list .item-box .video-title {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.branch-box {
  margin-top: 138px;
  background: url(https://assets.aiyaopai.com/aoye/timg%20%281%29%402x.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
}
.branch-box .branch-content-box {
  margin-top: 76px;
}
.branch-box .branch-content-box .content-title {
  margin-top: 13px;
  text-align: center;
}
.branch-box .branch-content-box .content-text {
  margin: 0 auto;
  margin-top: 44px;
  width: 443px;
}
.branch-box .branch-categories-box {
  margin-top: 118px;
  padding-bottom: 183px;
}
.branch-box .branch-categories-box .branch-categories-top {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #979797;
}
.branch-box .branch-categories-box .branch-categories-top .branch {
  padding-bottom: 55px;
}
.branch-box .branch-categories-box .branch-categories-top .plan-box {
  border-right: 1px solid #979797;
}
.branch-box .branch-categories-box .branch-categories-bottom {
  display: flex;
  align-items: center;
}
.branch-box .branch-categories-box .branch-categories-bottom .branch {
  padding-top: 30px;
}
.branch-box .branch-categories-box .branch-categories-bottom .later-period-box {
  border-right: 1px solid #979797;
}
.branch-box .branch-categories-box .branch {
  box-sizing: border-box;
  padding-right: 34px;
}
.branch-box .branch-categories-box .branch.right-branch {
  padding-left: 46px;
}
.branch-box .branch-categories-box .branch.left-branch .content-text {
  width: 400px;
}
.branch-box .branch-categories-box .branch .content-text {
  margin-top: 44px;
  height: 132px;
}
.approve-box {
  margin-top: 233px;
}
.approve-box .approve-content-box .content-text {
  margin: 0 auto;
  margin-top: 29px;
  width: 616px;
}
.approve-box .approve-bg {
  margin-top: 104px;
  width: 100%;
  height: 517px;
  background: url(https://assets.aiyaopai.com/aoye/alllogo.018e7a5%402x.png) no-repeat;
  background-size: 100% 100%;
}
.server-box {
  margin-top: 162px;
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  border-bottom: 1px solid #444444;
  background: url(https://assets.aiyaopai.com/aoye/map%401x.bc27096%402x.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.server-box .flex-center-box {
  text-align: right;
}
.server-box .flex-center-box .server-content-box {
  flex: 1;
  text-align: right;
}
.server-box .flex-center-box .server-content-box .content-title {
  margin-top: 13px;
}
.server-box .flex-center-box .server-content-box .text-box {
  margin-top: 15px;
}
.reservation-help-box {
  height: 268px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.reservation-help-box .item-box {
  display: flex;
  height: 140px;
}
.reservation-help-box .item-box .item-img2 {
  margin-right: 30px;
  width: 39px;
  height: 32px;
}
.reservation-help-box .item-box .item-img {
  margin-right: 30px;
  width: 43px;
  height: 43px;
}
.reservation-help-box .item-box .item-content .item-title {
  font-size: 19px;
  font-weight: 500;
  color: #F5F5F7;
  line-height: 26px;
}
.reservation-help-box .item-box .item-content .item-text {
  margin-top: 11px;
  width: 212px;
  font-size: 14px;
  font-weight: 400;
  color: #F5F5F7;
  line-height: 24px;
}
.reservation-help-box .item-box .item-content .content-btn {
  height: 62px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #4390FF;
  line-height: 62px;
  cursor: pointer;
}
.mobile-content {
  display: none;
}
/* <=768时的效果 */
@media only screen and (max-width: 768px) {
  .mobile-content {
    display: block;
  }
  .pc-content {
    display: none;
  }
  .reservation.mobile-style .heart-page {
    width: 100%;
  }
  .reservation.mobile-style .heart-page .log-box {
    margin-left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  .reservation.mobile-style .heart-page .reservation-btn {
    display: none;
  }
  .header {
    width: 100%;
    align-self: start;
    padding-top: 110px;
  }
  .header .bg-viedeo {
    width: 100%;
    height: auto;
  }
  .header .header-center .header-content {
    width: 172px;
    height: 60px;
  }
  .header .header-center .header-content .content-img {
    height: 30px;
    width: 100%!important;
    margin-bottom: 16px;
  }
  .header .header-center .header-content .content-img2 {
    height: 14px;
    width: 100%!important;
    margin-top: 0px;
  }
  .header .header-center .title-introduce {
    display: none;
  }
  .sample-library-box {
    display: block;
    position: relative;
    margin-top: 79px;
    height: auto;
  }
  .sample-library-box .sample-library-content {
    width: 100%;
    background: red;
    z-index: 0;
  }
  .sample-library-box .sample-library-content .content-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%!important;
  }
  .sample-library-box .sample-library-content .content-title {
    font-size: 30px;
    line-height: 42px;
  }
  .sample-library-box .sample-library-content .content-text {
    margin-top: 12px;
    font-size: 12px;
    width: 293px;
    line-height: 17px;
  }
  .sample-library-box .sample-library-content .content-btn {
    font-size: 14px;
    line-height: 44px;
    margin-right: 0!important;
  }
  .sample-library-box .mobile-bg-img {
    width: 100%;
  }
  .sample-library-box .mobile-bg-img img {
    width: 100%;
  }
  .video-business-box {
    margin-top: 55px;
  }
  .video-business-box .flex-center-box .video-business-content-box {
    width: 100%;
  }
  .video-business-box .flex-center-box .video-business-content-box .content-title {
    font-size: 30px;
    line-height: 42px;
  }
  .video-business-box .flex-center-box .video-business-content-box .content-text {
    font-size: 12px;
    line-height: 17px;
    width: 293px;
  }
  .video-business-box .video-box {
    width: 100%;
    margin-top: 55px;
  }
  .video-business-box .video-box .video-ul {
    display: flex;
    justify-content: center;
  }
  .video-business-box .video-box .video-ul .video-li {
    width: 170px;
    height: 172px;
    margin: 0;
    margin-bottom: 55px;
  }
  .video-business-box .video-box .video-ul .video-li .video-item {
    width: 100%;
    height: 100%;
  }
  .video-business-box .video-box .video-ul .video-li .video-name {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 400;
  }
  .video-model {
    width: 100%;
    overflow: hidden;
    z-index: 20000;
  }
  .video-model .video-content-box {
    width: 100%;
  }
  .video-model .video-content-box .close-icon {
    top: 78px;
    right: 10px;
    transform: scale(0.6);
    z-index: 10;
  }
  .video-model .video-content-box #video-title {
    position: absolute;
    top: 68px;
    padding-left: 10px;
    font-size: 16px;
  }
  .video-model .video-content-box .video-box {
    width: 100%;
    flex-direction: column;
  }
  .video-model .video-content-box .video-box .video-medel {
    width: 100%;
  }
  .video-model .video-content-box .video-box .video-medel video {
    width: 100%!important;
  }
  .video-model .video-content-box .video-box .video-list {
    display: flex;
    width: 100%;
    margin-bottom: 90px;
  }
  .video-model .video-content-box .video-box .video-list .item-box {
    width: 170px;
    height: 80px;
    margin-right: 10px;
  }
  .video-model .video-content-box .video-box .video-list .item-box .video-item {
    width: 100%;
    height: 100%;
    margin: 0!important;
    background-size: cover!important;
    background-position: 0 0!important;
  }
  .branch-box {
    background-size: cover;
    margin-top: 90px;
    padding-bottom: 55px;
  }
  .branch-box .heart-page {
    width: 100%;
  }
  .branch-box .heart-page .flex-center-box {
    width: 100%;
  }
  .branch-box .heart-page .flex-center-box .branch-content-box {
    width: 100%;
    margin-top: 52px;
  }
  .branch-box .heart-page .flex-center-box .branch-content-box .content-title {
    font-size: 30px;
    line-height: 42px;
    margin-top: 8px;
  }
  .branch-box .heart-page .flex-center-box .branch-content-box .content-text {
    font-size: 12px;
    line-height: 17px;
    width: 293px;
    text-align: center;
    margin-top: 12px;
  }
  .branch-box .heart-page .mobile-branch-categories-box {
    margin-top: 42px;
    width: 100%;
  }
  .branch-box .heart-page .mobile-branch-categories-box .branch-item {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #979797;
  }
  .branch-box .heart-page .mobile-branch-categories-box .branch-item .content-title {
    font-size: 30px;
    line-height: 42px;
  }
  .branch-box .heart-page .mobile-branch-categories-box .branch-item .content-text {
    font-size: 12px;
    line-height: 17px;
    margin-top: 12px;
    margin-bottom: 22px;
    word-break: break-all;
    width: 94%;
    box-sizing: border-box;
  }
  .approve-box {
    width: 100%;
    margin-top: 54px;
  }
  .approve-box .flex-center-box {
    width: 100%;
  }
  .approve-box .flex-center-box .approve-content-box {
    width: 100%;
  }
  .approve-box .flex-center-box .approve-content-box .content-title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
  .approve-box .flex-center-box .approve-content-box .content-text {
    font-size: 12px;
    line-height: 17px;
    width: 293px;
    text-align: center;
  }
  .approve-box .mobile-approve-bg {
    width: 100%;
    margin-top: 54px;
  }
  .approve-box .mobile-approve-bg img {
    width: 100%;
  }
  .server-box {
    height: 389px;
    background-size: auto 380px;
    background-position-x: -60px;
    width: 100%;
    margin-top: 0;
  }
  .server-box .flex-center-box {
    width: 100%;
  }
  .server-box .flex-center-box .server-content-box {
    width: 100%;
    text-align: center;
  }
  .server-box .flex-center-box .server-content-box .content-title {
    font-size: 30px;
    line-height: 42px;
    margin-top: 0px;
  }
  .server-box .flex-center-box .server-content-box .text-box {
    width: 293px;
    margin: 0 auto;
    margin-top: 19px;
  }
  .server-box .flex-center-box .server-content-box .text-box .content-text {
    font-size: 12px;
    line-height: 17px;
  }
  .reservation-help-box {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .reservation-help-box .item-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .reservation-help-box .item-box .item-content {
    text-align: center;
  }
  .reservation-help-box .item-box .item-content .item-title {
    font-size: 16px;
  }
  .reservation-help-box .item-box .item-content .item-text {
    font-size: 12px;
    line-height: 24px;
    width: 250px;
  }
  .reservation-help-box .item-box .item-content .content-btn {
    display: inline-block;
    margin-right: 0!important;
    text-align: center;
    line-height: 62px;
  }
  .reservation-help-box .item-box img {
    width: 39px;
    margin-right: 0!important;
    margin-bottom: 13px;
  }
  .reservation-help-box .item-box-1 {
    margin-top: 72px;
  }
  .reservation-help-box .item-box-2 {
    margin-top: 60px;
    margin-bottom: 57px;
  }
}
