.model-title {
  padding: 30px 0;
}
.app-header {
  padding-top: 36px;
  flex-wrap: wrap;
}
.app-header .app-header-text p {
  margin-bottom: 25px;
}
.app-header .app-header-text p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}
.app-header .app-header-text p:nth-of-type(2) {
  font-size: 14px;
  color: #999;
}
.default-btns {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 300px;
}
.default-btns a {
  border: 1px solid #5388F4;
  border-radius: 4px;
  padding: 10px 14px;
  margin-left: 10px;
}
.default-btns a:first-child {
  background-color: #5388F4;
  color: #fff;
}
.default-btns a .iconfont {
  font-size: 20px;
}
.model-hot-wrapper .model-hot {
  margin: 0 10px;
  padding: 20px;
  background-color: pink;
  border-radius: 8px;
}
.mobile-hot-packages-container .swiper-wrapper {
  display: flex;
}
.model-hot {
  width: 25%;
}
.model-hot-1 {
  background: linear-gradient(180deg, #D3E9FF 0%, #EAF2FF 51%, #FFFFFF 100%);
  box-shadow: 0px 0px 6px 0px rgba(135, 204, 254, 0.39);
}
.model-hot-2 {
  background: linear-gradient(180deg, #D3F6FF 1%, #EAFAFF 53%, #FFFFFF 100%);
  box-shadow: 0px 0px 6px 0px rgba(135, 220, 254, 0.39);
}
.model-hot-3 {
  background: linear-gradient(180deg, #EFD3FF 0%, #FAF3FE 54%, #FFFFFF 100%);
  box-shadow: 0px 0px 6px 0px rgba(208, 135, 254, 0.39);
}
.model-hot-4 {
  background: linear-gradient(180deg, #FFD3D3 0%, #FEF4F3 53%, #FFFFFF 100%);
  box-shadow: 0px 0px 6px 0px rgba(208, 135, 254, 0.39);
}
.model-buy-type-title {
  font-size: 20px;
  line-height: 26px;
}
.model-buy-type-title p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
}
.model-hot-1 .model-buy-type-title p,
.model-hot-1 .model-buy-more {
  color: #4089FE;
}
.model-hot-2 .model-buy-type-title p,
.model-hot-2 .model-buy-more {
  color: #149E93;
}
.model-hot-3 .model-buy-type-title p,
.model-hot-3 .model-buy-more {
  color: #9C14BD;
}
.model-hot-4 .model-buy-type-title p,
.model-hot-4 .model-buy-more {
  color: #F8910F;
}
.model-buy-type-intro {
  padding-top: 16px;
  border-top: 1px solid #fff;
  height: 260px;
}
.model-buy-type-intro p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.model-buy-type-intro p.model-buy-type-price {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  color: #CA4833;
}
.model-buy-more {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  border: 1px solid #4089FE;
  text-align: center;
  margin-bottom: 20px;
}
.model-buy-more:hover,
.model-buy-more:active {
  font-size: large;
}
.mobile-hot-packages-container {
  display: none;
}
.advantages-table-wrapper .layui-table thead tr th {
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
.advantages-table-wrapper .layui-table th,
.layui-table td {
  height: 70px;
}
.layui-table td {
  font-size: 16px;
  line-height: 28px;
}
.advantages-table-wrapper .layui-table tr th:first-child,
.advantages-table-wrapper .layui-table tr td:first-child {
  text-align: center;
}
.link {
  color: #4089FE;
}
.features-wrapper {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.features-wrapper .features-li {
  width: 24%;
  height: 280px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(150, 150, 150, 0.33);
  border-radius: 8px;
  margin: 0.5%;
  cursor: pointer;
  text-align: center;
  padding: 50px;
}
.features-wrapper .features-li img {
  height: 50px;
  margin-bottom: 10px;
}
.features-wrapper .features-li p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
.features-wrapper .features-li p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.free-proxy-tips {
  margin: 10px 2px;
  padding: 20px;
  background-color: #FFEAE7;
  border-radius: 8px;
}
.free-proxy-tips p:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #333;
}
.free-proxy-tips p {
  line-height: 36px;
  color: #999;
}
.free-proxy-tips p a {
  font-size: 14px;
}
@media screen and (max-width:1199px) {
  .app-header {
    padding: 36px 10px 0px;
  }
  .pc-hot-packages-container {
    display: none;
  }
  .mobile-hot-packages-container {
    display: block;
    width: 100%;
    margin: 20px 0px 0px;
  }
  .advantages-table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .advantages-table-wrapper .layui-table thead tr th {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
  }
  .advantages-table-wrapper .layui-table th,
  .layui-table td {
    height: 50px;
    min-width: 100px;
  }
  .layui-table td {
    font-size: 12px;
    line-height: 24px;
  }
  .features-wrapper {
    flex-wrap: wrap;
  }
  .features-wrapper .features-li {
    height: 180px;
    width: 48%;
    margin: 1%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
  }
  .features-wrapper .features-li p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
}
