.install {
  width: 100%;
}
.install .uni-header .particulars {
  margin: 5px auto 0;
}
.install .get-full {
  margin-top: 100px;
}
.install .get-full .title {
  font: bold 32px/38px 'Rubik';
  text-align: center;
  color: #131313;
}
.install .get-full .plan-wrap {
  margin-top: 50px;
}
.install .get-full .plan-wrap .item-wrap {
  padding: 0 80px 30px;
  background: #FFFFFF;
  box-shadow: 0 10px 18px -7px rgba(61, 61, 61, 0.14);
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.install .get-full .plan-wrap .item-wrap .item-box {
  flex-direction: column;
}
.install .get-full .plan-wrap .item-wrap .item-box .item {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.install .get-full .plan-wrap .item-wrap .item-box .item .name {
  width: 180px;
  font: bold 24px/28px 'Rubik';
  color: #212A33;
}
.install .get-full .plan-wrap .item-wrap .item-box .item .price .new-price {
  color: #FF4B5B;
  font: bold 32px/38px 'Rubik';
}
.install .get-full .plan-wrap .item-wrap .item-box .item .price .old-price {
  font: 300 16px/19px 'Rubik';
  text-decoration-line: line-through;
  color: #7E7E7E;
  margin-left: 20px;
}
.install .get-full .plan-wrap .item-wrap .item-box .item .buy-btn {
  box-sizing: border-box;
  font: normal 20px/24px 'Rubik';
  color: #FFFFFF;
  padding: 16px 32px;
  background: #7950EF;
  border-radius: 8px;
}
.install .get-full .plan-wrap .item-wrap .item-box .item .buy-btn:hover {
  background: #6334f0;
}
.install .get-full .plan-wrap .item-wrap .item-box .item::before {
  position: absolute;
  left: -80px;
  content: '';
  display: block;
  width: 6px;
  height: 34px;
  border-radius: 57px;
}
.install .get-full .plan-wrap .item-wrap .item-box .item:nth-child(1) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.install .get-full .plan-wrap .item-wrap .item-box .item:nth-child(1)::before {
  background: #FBBD15;
}
.install .get-full .plan-wrap .item-wrap .item-box .item:nth-child(2)::before {
  background: #FD5660;
}
.install .get-full .plan-wrap .mac-plan {
  display: none;
}
.install .reference-guide {
  margin: 120px auto 140px;
  justify-content: space-between;
  align-items: center;
}
.install .reference-guide .left {
  flex: 0 0 600px;
}
.install .reference-guide .left img {
  width: 100%;
  height: auto;
}
.install .reference-guide .right {
  flex: 0 0 480px;
}
.install .reference-guide .right .title {
  font: bold 32px/38px 'Rubik';
  text-align: left;
  color: #131313;
}
.install .reference-guide .guide {
  margin-top: 20px;
}
.install .reference-guide .guide li {
  font: normal 16px/32px 'Rubik';
  color: #212A33;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.install .reference-guide .guide li a:hover {
  color: #7950EF;
  text-decoration: underline;
}
.install .newsletter {
  width: 100%;
  background: linear-gradient(90deg, #E0C3FC 0%, #8EC5FC 100%);
}
.install .newsletter .container {
  position: relative;
  z-index: 20;
  justify-content: space-between;
  align-items: center;
}
.install .newsletter .container::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -200px;
  content: url('../../img/install/icon-newsletter.png');
}
.install .newsletter .container .left {
  position: relative;
  z-index: 20;
  flex: 50% 0;
  padding: 40px 0;
}
.install .newsletter .container .left .title {
  font: bold 32px/38px 'Rubik';
  text-align: left;
  color: #000000;
  margin-top: 0;
}
.install .newsletter .container .left .desc {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.install .newsletter .container .right {
  position: relative;
  z-index: 20;
  flex: 35% 0;
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.install .newsletter .container .right input {
  flex: 80% 0;
  height: 100%;
  font-size: 20px;
}
.install .newsletter .container .right .send-email {
  cursor: pointer;
  background: url('../../img/common/common-sprite.png') no-repeat -205px -128px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.install .newsletter .container .right .install-tips {
  color: #1f1bea;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 0;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .install .reference-guide {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .install .reference-guide .left {
    margin-top: 60px;
  }
}
@media screen and (max-width: 770px) {
  .install {
    width: 100%;
  }
  .install .get-full {
    margin-top: 50rem;
  }
  .install .get-full .title {
    font: bold 32rem/38rem 'Rubik';
  }
  .install .get-full .plan-wrap {
    margin-top: 30rem;
  }
  .install .get-full .plan-wrap .item-wrap {
    padding: 10rem 0;
    box-shadow: none;
    border-radius: 11rem;
    border: none;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item {
    border: 1rem solid rgba(0, 0, 0, 0.06);
    flex: unset;
    width: 100%;
    flex-direction: column;
    padding: 20rem 0;
    box-shadow: 0 10rem 18rem -7rem rgba(61, 61, 61, 0.14);
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item .name {
    width: auto;
    font: bold 18rem/21rem 'Rubik';
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20rem 0;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item .price .new-price {
    font: bold 28rem/33rem 'Rubik';
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item .price .old-price {
    font: lighter 14rem/17rem 'Rubik';
    margin: 10rem 0 0;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item .buy-btn {
    font: 500 14rem/16rem 'Rubik';
    text-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
    padding: 8rem 24rem;
    border-radius: 5rem;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item::before {
    top: 0;
    left: calc(50% - 17rem);
    width: 34rem;
    height: 6rem;
    border-radius: 57rem;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item:nth-child(1) {
    padding-bottom: 20rem;
  }
  .install .get-full .plan-wrap .item-wrap .item-box .item:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 20rem;
  }
  .install .reference-guide {
    margin: 80rem auto;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .install .reference-guide .left {
    flex: 1 0;
    margin-top: 30rem;
  }
  .install .reference-guide .left img {
    width: 100%;
    height: auto;
  }
  .install .reference-guide .right {
    flex: 1 0;
  }
  .install .reference-guide .right .title {
    font: bold 31rem/42rem 'Rubik';
  }
  .install .reference-guide .guide {
    margin-top: 10rem;
  }
  .install .reference-guide .guide li {
    font: normal 16rem/32rem 'Rubik';
    margin-left: 15rem;
  }
  .install .newsletter {
    padding-bottom: 40rem;
  }
  .install .newsletter .container {
    flex-direction: column;
    align-items: unset;
  }
  .install .newsletter .container::before {
    display: none;
  }
  .install .newsletter .container .left {
    flex: 1 0;
    padding: 30rem 0 20rem;
  }
  .install .newsletter .container .left .title {
    font: bold 32rem/38rem 'Rubik';
  }
  .install .newsletter .container .left .desc {
    font: lighter 16rem/32rem 'Rubik';
  }
  .install .newsletter .container .right {
    flex: 1 0;
    height: 60rem;
    border-radius: 8rem;
    padding: 4rem;
  }
  .install .newsletter .container .right .install-input {
    width: 80%;
  }
  .install .newsletter .container .right .send-email {
    background: url('../../img/common/common-sprite.png') no-repeat -299rem -128rem;
    background-size: 1178rem 943rem;
    width: 38rem;
    height: 38rem;
  }
  .install .newsletter .container .right .install-tips {
    top: 55rem;
    font-size: 14rem;
  }
}
