@charset "UTF-8";
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}

html {
  width: 100%;
}

.banner {
  width: 1030px;
  height: 272px;
  color: #01afba;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin: 75px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .title {
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
  margin-bottom: 0;
}

.banner .banner-content {
  line-height: 30px;
}

.banner .banner-btn {
  color: #2b52c9;
  background-color: #ffcf2d;
  width: 200px;
  height: 50px;
  border-radius: 175px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 30px;
}

.banner img {
  width: 590px;
  position: absolute;
  top: -85px;
  right: -60px;
  z-index: 10;
}

.search {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  color: #fff;
}

.search .search-semicircle1 {
  width: calc((100% - 1130px) / 2);
  height: 350px;
  background-color: rgba(255, 207, 45, 0.5);
}

.search .search-input {
  width: 1130px;
  min-width: 1130px;
  background-color: rgba(0, 106, 203, 0.9);
  padding: 0 175px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.search .search-input .search-input-content {
  width: 453px;
  height: 178px;
  font-size: 20px;
}

.search .search-input .search-input-content p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
}

.search .search-square2 {
  width: calc(((100% - 1130px) / 2) + 320px);
  height: 350px;
  background-color: rgba(255, 207, 45, 0.3);
  margin-left: -320px;
}

.step {
  margin-top: 50px;
}

.step .step-boxs {
  display: flex;
  justify-content: center;
}

.step .step-boxs .step-box {
  width: 350px;
  height: 500px;
  border: 4px solid #ffcf2d;
  padding: 50px 30px;
  box-sizing: border-box;
  text-align: center;
  color: #5a5a5a;
  line-height: 40px;
  font-size: 20px;
  margin: 0 30px;
}

.step .step-boxs .step-box .step-box-title {
  color: #ffcf2d;
  font-size: 48px;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.step .step-boxs .step-box p:nth-child(2) {
  font-size: 24px;
  font-family: "MiSans-Bold";
  font-weight: bold;
  margin: 20px 0;
}

.step .step-boxs .step-box p:nth-child(3) {
  text-indent: 2em;
}

.step .step-boxs .step-box:nth-of-type(2) {
  border: 4px solid #70cc90;
}

.step .step-boxs .step-box:nth-of-type(2) .step-box-title {
  color: #70cc90;
}

.step .step-boxs .step-box:nth-of-type(3) {
  border: 4px solid #2b52c9;
}

.step .step-boxs .step-box:nth-of-type(3) .step-box-title {
  color: #2b52c9;
}

.introduce {
  margin-top: 50px;
}

.introduce .title2 {
  margin: 0 0 20px;
  text-align: center;
}

.introduce .introduce-boxs {
  margin: 0 auto;
  width: 1130px;
  height: 60rem;
  background-color: #006acb;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.introduce .introduce-boxs .introduce-box {
  box-sizing: border-box;
  width: 50%;
  height: 25rem;
  padding: 0 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 2rem 0;
}

.introduce .introduce-boxs .introduce-box .title {
  color: #fff;
  font-size: 28px;
}

.introduce .introduce-boxs .introduce-box img {
  height: 11rem;
}

.introduce .introduce-boxs .introduce-box p:nth-child(3) {
  min-height: 8rem;
}

.buy {
  margin-top: 50px;
}

.buy .title {
  margin-bottom: 10px;
}

.buy .buy-description {
  text-align: center;
}

.buy .buy-package {
  display: flex;
}

.buy .buy-boxs {
  width: 1130px;
  height: 1480px;
  border: 4px solid #006acb;
  margin: 30px auto 0;
}

.buy .buy-boxs .buy-box {
  width: 380px;
  height: 700px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-right: 4px solid #006acb;
}

.buy .buy-boxs .buy-box .buy-box-title {
  font-size: 32px;
  font-weight: bold;
  color: #006acb;
  line-height: 50px;
}

.buy .buy-boxs .buy-box select {
  margin: 50px 0;
  width: 266px;
  height: 60px;
  font-size: 24px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ddefff;
  color: #006acb;
  font-weight: bold;
  border-radius: 175px;
  line-height: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字处于合适位置*/
  padding: 0 20px;
  /* 设置下拉图标 */
  background-image: url("../img/email-7.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

.buy .buy-boxs .buy-box select option {
  background-color: #fff;
  color: #006acb;
  font-size: 20px;
}

.buy .buy-boxs .buy-box .buy-box-noselect {
  margin: 50px 0;
  width: 266px;
  height: 60px;
  box-sizing: border-box;
  font-size: 24px;
  padding-left: 20px;
  border-radius: 175px;
  background-color: #ddefff;
  color: #006acb;
  line-height: 60px;
  font-weight: bold;
}

.buy .buy-boxs .buy-box .buy-box-functions div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.buy .buy-boxs .buy-box .buy-box-functions div img {
  margin-right: 10px;
}

.buy .buy-boxs .buy-box .buy-price {
  height: 75px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 90px;
  line-height: 35px;
}

.buy .buy-boxs .buy-box .buy-price span {
  color: #f94f46;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.buy .buy-boxs .buy-box .buy-price span span {
  font-size: 32px;
}

.buy .buy-boxs .buy-box .buy-btn {
  width: 146px;
  height: 60px;
  border-radius: 175px;
  background-color: #ffcf2d;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #006acb;
  font-weight: bold;
  cursor: pointer;
  margin: 50px auto 0;
}

.buy .buy-boxs .buy-box:nth-of-type(3) {
  border-right: 0;
}

.buy .buy-boxs .buy-box:nth-of-type(3) .buy-box-functions {
  margin-top: 60px;
}

.buy .buy-center {
  width: 100%;
  height: 122px;
  background-color: #006acb;
  font-size: 32px;
  color: #fff;
  line-height: 122px;
  font-weight: bold;
  padding-left: 60px;
  box-sizing: border-box;
}

.buy .buy-custom {
  width: 1028px;
  height: 130px;
  margin: 40px auto;
  background-color: #deefff;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 20px;
  font-weight: bold;
}

.buy .buy-custom .buy-custom-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy .buy-custom .buy-custom-top div {
  display: flex;
  align-items: center;
}

.buy .buy-custom .buy-custom-top div span {
  display: inline-block;
  width: 68px;
  text-align: center;
}

.buy .buy-custom .buy-custom-top div img {
  cursor: pointer;
}

.buy .buy-custom input[type="range"] {
  width: 930px;
  height: 8px;
  background-color: rgba(0, 106, 203, 0.3);
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.buy .buy-custom input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #006acb;
  cursor: pointer;
  border-radius: 50%;
}

.buy .buy-btns {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.buy .buy-btns .buy-btn-content {
  width: 490px;
  height: 130px;
  margin: 0 25px;
  border-radius: 175px;
  background-color: #ffcf2d;
  font-weight: bold;
  font-size: 28px;
  line-height: 130px;
  padding-left: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.buy .buy-btns .buy-btn-content span:nth-child(1) {
  color: #5a5a5a;
}

.buy .buy-btns .buy-btn-content .total_price {
  color: #006acb;
}

.buy .buy-btns .buy-btn-content .total_price #total_price1 {
  color: #006acb;
}

.buy .buy-btns .buy-btn-content .total_price #total_price2 {
  color: #006acb;
}

.buy .buy-btns .buy-btn-content .buy-btn {
  width: 140px;
  height: 130px;
  border-radius: 0px 65px 65px 0px;
  background-color: #006acb;
  color: #fff;
  font-size: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.use {
  margin-top: 50px;
}

.use .use-img {
  width: 1130px;
  height: 500px;
  border-radius: 65px;
  background-color: #f8f9fb;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
