.slide1 {
  width: 100%;
  height: 850px;
  position: relative;
  z-index: 1;
  background: var(--bg-main);
}
.slide1-right {
  width: calc(50% - 35px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.slide1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../images/slide-1-banner.png");
  z-index: 2;
}
.slide1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: var(--linear-primary-right);
  z-index: 3;
}
.slide1-main {
  position: relative;
  z-index: 4;
}
.slide1-wrap {
  max-width: 40%;
}

.slide1-button {
  width: 200px;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
}
/* .slide1-button svg path{
    fill: var(--color-primary);
} */
.slide1-button > span {
  display: block;
  margin-right: 7px;
}
.slide1-buttons {
  display: flex;
  align-items: center;
}
.slide-1-button-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.slide-1-button-box svg {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.slide-1-button-box:hover svg path {
  fill: #fff;
}
.slide-1-button-box:first-child:hover svg {
  transform: rotate(45deg);
}
.slide-1-button-box:last-child:hover svg {
  transform: rotate(45deg);
}
.slide-1-button-box::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform-origin: left bottom;
  background-color: var(--color-primary);
  z-index: 1;
  transform: rotate(-90deg);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.slide-1-button-box:hover:before {
  transform: rotate(0);
}
.slide-1-button-box:first-child {
  margin-right: 14px;
}
.slide1-t {
  margin-top: 18px;
  margin-bottom: 41px;
}
.slide1-button-space {
  margin-top: 56px;
  margin-bottom: 146px;
}
.slide-1-bar-dot {
  width: 62px;
  height: 6px;
  background-color: var(--color-fourth);
  margin-right: 13px;
}
.slide-1-bar-dot:last-child {
  margin-right: 0;
}
.slide-1-bar-dot-active {
  background-color: var(--color-primary);
}
.slide1-bar-dots {
  margin: 0 69px;
  width: 100%;
}
.slide1-bar {
  padding: 25px;
  width: 60%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.slide1-bar-box {
  width: 40%;
  position: relative;
  z-index: 3;
}
.slide1-bar-box-bottom {
  padding: 19px 0;
  background-color: var(--color-primary);
}
.slide1-bar-box-top {
  padding: 37px 0;
  background-image: url("../images/bg-book.png");
  width: 100%;
  height: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.slide1-bar-box-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111111;
  top: 0;
  left: 0;
  z-index: -1;
}
.slide1-bar-box-hotline {
  margin-bottom: 13px;
}
.slide1-bar-box-top-wrap {
  position: relative;
  z-index: 3;
}
.slide1-right-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slide1-single-box {
  width: 275px;
  height: 275px;
}
.slide1-single {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 275px;
  height: 275px;
}
.slide1-big {
  width: 100%;
  height: 100%;
}
.slide1-bar .slick-dots {
  width: 100%;
  position: absolute;
  bottom: -13px;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.slide1-bar .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  width: 62px;
  height: 6px;
  background-color: var(--color-fourth);
  /* opacity:.25; */
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide1-bar .slick-dots li.slick-active button:before {
  background-color: var(--color-primary);
}
.slide1-bar::before {
  content: "";
  width: 17px;
  position: absolute;
  height: 100%;
  right: calc(100% - 2px);
  background-color: #fff;
  z-index: 3;
}
.slide1-social {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  top: 60%;
  right: 81%;
}

.slide1-social-line {
  height: 1px;
  width: 149px;
  background-color: #fff;
  margin: 0 28px;
}

.slide1-social-boxes {
  display: flex;
  align-items: center;
}

.slide1-social-box {
  width: 21px;
  height: 21px;
  margin-right: 32px;
  transform: rotate(-90deg);
}

.slide1-social-box:last-child {
  margin-right: 0;
}
p.slide1-social-text {
  width: 120px;
}
.slide1-right .slick-list {
  width: 100%;
  height: 100%;
}

.slide1-right .slick-track {
  height: 100%;
}

.slide1-bar li {
  margin: 0 60px;
}

.slide1-bar li:last-child,
.slide1-bar li:first-child {
  margin: 0;
}

@media screen and (min-width: 1500px) {
  .slide1-bar .slick-dots {
    justify-content: center !important;
  }
}
