@import url("public.css");

.section {
  padding-top: 60px;
}

.bg-gray {
  background-color: #F8F9F9;
}

.bg-blue {
  background-color: #007aff;
  color: #FFFFFF;
}

.top-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-info-title {
  color: #1d2754;
  font-size: 30px;
}

.top-pic {
  /*background: url(../img/home/top_banner_1.png) no-repeat;*/
  width: 100%;
  height: 40rem;
}

.top-pic2 {
  height: 20rem;
  width: 20%;
  left: 20%;
  position: absolute;
  float: left;
  left: 50%;
  top: 30%;
}

.top-div {
  background-image: url('../img/home/top_banner-1.png');
  width: 100%;
  height: 30rem;
  position: absolute;
}

@media only screen and (max-width: 600px) {

  .footerUnder {
    background-color: #22252c;
    padding-top: 10px;
    height:150px;
    color: #798188 !important;
  }

  .top-div {
    background-image: url('../img/home/top_banner-1.png');
    width: 100%;
    height: 20rem;
    position: absolute;
  }

  .section {
    padding-top: 30rem;
  }

  .top-info-title {
    color: #1d2754;
    font-size: 23px;
    margin-top: 3rem;
  }

  .top-pic {
    /*background: url(../img/home/top_banner_1.png) no-repeat;*/
    width: 100%;
    height: 25rem;
    position: relative;

  }

  .top-pic2 {
    height: 10rem;
    width: 10rem;
    position: absolute;
    float: left;
    left: 50%;
    top: 30%;
  }

  .top-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}


.top-info-subtitle {
  color: #1d2754;
  font-size: 16px;
  margin-top: 20px;
}

.top-section-container {
  padding-top: 77px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #FFFFFF;
}

.top-section-title {
  font-size: 32px;
  color: #333333;
  margin-bottom: 25px;
}

.top-section-subTitle {
  font-size: 20px;
  color: #333333;
  margin-bottom: 27px;
}

/* 价格 */
.price-section {
  padding: 40px 0;
  margin: 10px;
}

.borderG{
  padding-top: 30rem;
}

.price-item {
  color: #333333;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-color: #FFFFFF;
}

.price-item-top {
  padding: 23px 0;
}

.price-item-top.active {
  background-color: #007aff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
}

.price-title {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
}

.price-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}

.price-img {
  width: 136px;
  height: 103px;
  margin: 0 auto 16px;
}

.freeImg {
  margin-bottom: 32px;
}

.price-info {
  margin-bottom: 19px;
}

.price-box {
  font-size: 16px;
  color: #333333;
}

.price-item-top.active .price-box {
  color: #FFFFFF;
}

.price-item-top.active .getstarted:hover {
  border-color: #FFFFFF !important;
}

.price-tag {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.price-num {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.price-num .price-num-font {
  font-size: 32px;
}

.price-pay-way-font {
  font-size: 14px;
}

.price-pay-way-font i {
  font-style: normal;
}

.price-bottom {
  margin: 22px 17px 0;
  border-top: 1px solid #f5f5f5;
  padding: 26px 0 29px;
  text-align: left;
}

.price-func-ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.price-func-ul li {
  font-size: 14px;
  color: #333333;
  margin-bottom: 18px;
}

.price-func-ul li:last-child {
  margin-bottom: 0;
}

.price-func-ul li span {
  display: inline-block;
  vertical-align: middle;
}

.price-func-ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  background: url(../img/home/select.png) no-repeat center;
  background-size: 100%;
  margin-right: 6px;
}

.check-all-func {
  font-size: 16px;
  color: #007aff;
  margin-top: 31px;
  display: block;
}

/* 产品 */
.product-container {

}

.product-item {
  padding: 80px 0;
}

.product-title {
  color: #333333;
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: bold;
}

.product-subtitle {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.langImg {
  cursor: pointer;
  padding: 10px;
}

.langImgActive {
  background-color: #007aff;
  border-radius: 5px;
}

.product-mb38 {
  margin-bottom: 38px;
}

.product-content {
  color: #1d2754;
  font-size: 16px;
}

.langImgActive .product-title, .langImgActive .product-subtitle, .langImgActive .product-content {
  color: #FFFFFF;
}

.product-top-icon-box {

}

.product-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.product-icon-font {
  color: #333333;
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

/* 版本比较 */
.version-container {
  padding: 80px 0;
  color: #333333;
}

.version-title {
  font-size: 32px;
  margin-bottom: 21px;
}

.version-subtitle {
  font-size: 20px;
  margin-bottom: 66px;
}

.version-table {
  color: #333333;
}

.version-table-item {
  font-size: 12px;
  border-bottom: 1px solid #e2e2e2;
}


.version-table-head-item {
  font-size: 14px;
}

.version-table-cell {
  width: 16%;
  border-top: 1px solid #e2e2e2;
  /*border-right: 1px solid #e2e2e2;*/
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.version-table-cell:first-child {
  width: 52%;
  height: 100%;
}

.version-table-head-item .version-table-cell:first-child {
  border-top: none;
}

.version-table-cell-content {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.version-table-item-name {
  margin: 1.5rem 0;
  font-size: 14px;
}

.version-table-cell-content .select-img {
  width: 15px;
  height: 15px;
}

.version-table-body .version-table-cell:first-child {
  justify-content: start;
  padding-left: 23px;
}

.want-box {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.want-top {
  padding: 30px 0;
  background-color: #007aff;
  color: #ffffff;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
}

.want-content {
  border-radius: 0 0 8px 8px;
  min-height: 182px;
  color: #1d2754;
  font-size: 16px;
  padding: 0 30px;
}

.try-now-container {
  min-height: 226px;
  background: url(../img/home/bottom_banner.png) no-repeat center;
  background-size: cover;
  margin-top: 84px;
}

.try-now-title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .try-now-title {
    font-size: 20px;
  }
}
