.fg-buy {
  color: #353030;
}
.fg-buy img {
  width: 100%;
  height: 100%;
}
.fg-buy a {
  text-decoration: none;
  color: inherit;
}
.fg-buy .fg-buy-ability-check,
.fg-buy .fg-buy-ability-cross {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.fg-buy .fg-buy-ability-check {
  color: #fff;
}
.fg-buy .fg-buy-section1 {
  background: url('/images/fg/banner-bg2.svg') no-repeat center top;
  background-size: auto 1080px;
  padding: 176px 20px 128px;
}
.fg-buy .fg-buy-section1-title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #353030;
  line-height: 56px;
}
.fg-buy .fg-buy-section1-desc {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: rgba(53, 48, 48, 0.7);
  line-height: 32px;
}
.fg-buy .fg-buy-section1-tab {
  margin: 52px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #edf0ef;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
}
.fg-buy .fg-buy-section1-tab-item {
  padding: 0 24px;
  border-radius: 50px;
  line-height: 40px;
  color: rgba(53, 48, 48, 0.7);
  cursor: pointer;
}
.fg-buy .fg-buy-section1-tab-item.active {
  color: #fff;
  background-color: #1cc28a;
}
.fg-buy .fg-buy-section1-plans-item {
  max-width: 312px;
  flex: 1;
  position: relative;
}
.fg-buy .fg-buy-section1-plans-item-discount_1 {
  position: absolute;
  width: 100%;
  height: 48px;
  z-index: 0;
  top: -32px;
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background: url('/images/fg/buy/fg-personal-year.png') no-repeat center top;
  background-size: cover;
}
.fg-buy .fg-buy-section1-plans-item-discount_2 {
  position: absolute;
  width: 100%;
  height: 48px;
  z-index: 0;
  top: -32px;
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background: url('/images/fg/buy/fg-personal-lifelong.png') no-repeat center top;
  background-size: cover;
}
.fg-buy .fg-buy-section1-plans-item-discount_3 {
  position: absolute;
  width: 100%;
  height: 48px;
  z-index: 0;
  top: -32px;
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background: url('/images/fg/buy/fg-enterprice-year.png') no-repeat center top;
  background-size: cover;
}
.fg-buy .fg-buy-section1-plans-item-card {
  padding: 32px 32px 56px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dee2e1;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.fg-buy .fg-buy-section1-plans-item-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #353030;
  line-height: 28px;
}
.fg-buy .fg-buy-section1-plans-item-recommend {
  margin-left: 4px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1cc28a;
  border-radius: 50px;
}
.fg-buy .fg-buy-section1-plans-item-desc {
  margin-top: 8px;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.4);
}
.fg-buy .fg-buy-section1-plans-item-price {
  margin-top: 32px;
  font-weight: 600;
  color: #353030;
}
.fg-buy .fg-buy-section1-plans-item-price-currency {
  font-size: 16px;
}
.fg-buy .fg-buy-section1-plans-item-price-num {
  margin-left: -8px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}
.fg-buy .fg-buy-section1-plans-item-price-origin {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(53, 48, 48, 0.4);
  line-height: 24px;
}
.fg-buy .fg-buy-section1-plans-item-btn {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  letter-spacing: 1px;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear,
.fg-buy .fg-buy-section1-plans-item-select_year,
.fg-buy .fg-buy-section1-plans-item-select_lifelong {
  width: 100%;
  height: 92px;
  background: #fff4ed;
  border: 1px solid #ffe6d6;
  border-radius: 8px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left {
  display: flex;
  align-items: center;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left .iconfont,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left .iconfont,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left .iconfont {
  color: #1CC28A;
  font-size: 16px;
  margin-right: 8px;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left .icon_unselected,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left .icon_unselected,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left .icon_unselected {
  width: 16px;
  height: 16px;
  border: 1px solid #9C9F9E;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 8px;
  box-sizing: border-box;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left span,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left span,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left span {
  font-size: 14px;
  font-weight: 600;
  color: #1c1e1e;
  line-height: 22px;
  text-align: center;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left .selected,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left .selected,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left .selected {
  display: none;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-left .unselected,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-left .unselected,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-left .unselected {
  display: block;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-right,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-right,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-right {
  color: #353030;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-right .line,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-right .line,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-right .line {
  color: #353030;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: line-through;
  opacity: 0.4;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-detail .select-detail-right .active,
.fg-buy .fg-buy-section1-plans-item-select_year .select-detail .select-detail-right .active,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-detail .select-detail-right .active {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding-left: 8px;
  background: linear-gradient(103deg, #ff5d30 0%, #f51818 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear .select-desc,
.fg-buy .fg-buy-section1-plans-item-select_year .select-desc,
.fg-buy .fg-buy-section1-plans-item-select_lifelong .select-desc {
  font-size: 12px;
  font-weight: 400px;
  line-height: 20px;
  color: #353030;
  opacity: 0.7;
  text-align: left;
  padding-top: 6px;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear.active .select-detail .select-detail-left .selected,
.fg-buy .fg-buy-section1-plans-item-select_year.active .select-detail .select-detail-left .selected,
.fg-buy .fg-buy-section1-plans-item-select_lifelong.active .select-detail .select-detail-left .selected {
  display: block;
}
.fg-buy .fg-buy-section1-plans-item-select_halfyear.active .select-detail .select-detail-left .unselected,
.fg-buy .fg-buy-section1-plans-item-select_year.active .select-detail .select-detail-left .unselected,
.fg-buy .fg-buy-section1-plans-item-select_lifelong.active .select-detail .select-detail-left .unselected {
  display: none;
}
.fg-buy .fg-buy-section1-plans-item-detail {
  margin-top: 48px;
}
.fg-buy .fg-buy-section1-plans-item-detail-item {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #353030;
}
.fg-buy .fg-buy-section1-plans-item-detail-item-text {
  color: rgba(53, 48, 48, 0.4);
}
.fg-buy .fg-buy-section1-plans-item-detail-item-label {
  color: #353030;
}
.fg-buy .fg-buy-section1-plans-item-detail-item-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.fg-buy .fg-buy-section1 .fg_b_s1-plans-personal,
.fg-buy .fg-buy-section1 .fg_b_s1-plans-team {
  box-sizing: border-box;
  margin: 64px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.fg-buy .fg-buy-section1 .fg_b_s1-plans-personal .fg-buy-section1-plans-item,
.fg-buy .fg-buy-section1 .fg_b_s1-plans-team .fg-buy-section1-plans-item {
  width: 312px;
  min-width: 260px;
}
.fg-buy .fg-buy-section2 {
  padding: 128px 0 144px;
  background: #f6f8f8;
}
.fg-buy .fg-buy-section2-title {
  font-size: 40px;
  font-weight: 600;
  text-align: CENTER;
  color: #353030;
  line-height: 48px;
}
.fg-buy .fg-buy-section2-items {
  margin: 52px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1008px;
}
.fg-buy .fg-buy-section2-item {
  text-align: center;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fg-buy .fg-buy-section2-item-img {
  margin: 0 auto;
  width: 88px;
  height: 88px;
}
.fg-buy .fg-buy-section2-item-title {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.fg-buy .fg-buy-section2-item-desc {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  white-space: nowrap;
}
.fg-buy .fg-buy-section2-item-btn {
  margin: 0 auto;
  margin-top: 32px;
  width: 200px;
  line-height: 48px;
  background: #353030;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.fg-buy .fg-buy-section3 {
  padding: 129px 0 0 0;
}
.fg-buy .fg-buy-section3-title {
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 600;
  text-align: CENTER;
  color: #353030;
  line-height: 48px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table {
  position: relative;
  padding: 120px 0 0 0;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table {
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead {
  height: 120px;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #dee2e1;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead.absolute {
  position: absolute;
  bottom: 0;
  top: auto;
  background-color: #fff;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead th {
  width: 224px;
  text-align: center;
  height: 120px;
  font-weight: 600;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead th .fg-table-header-cell-title {
  font-size: 16px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead th .fg-table-header-cell-btn {
  margin-top: 16px;
  display: inline-block;
  width: 136px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead th:first-child {
  width: 312px;
  text-align: left;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table thead th:not(:first-child):not(:last-child):not(:nth-child(2)) {
  border-left: 1px solid #dee2e1;
  border-right: 1px solid #dee2e1;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody tr {
  line-height: 48px;
  font-size: 14px;
  color: #353030;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody tr:hover:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(10)):not(:nth-child(13)) {
  overflow: hidden;
  background: #f6f8f8;
  border-radius: 8px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody td {
  text-align: center;
  width: 224px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody td:first-child {
  text-align: left;
  padding-left: 32px;
  width: 312px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody td:not(:first-child):not(:last-child):not(:nth-child(2)) {
  border-left: 1px solid #dee2e1;
  border-right: 1px solid #dee2e1;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody td:nth-child(2) {
  color: rgba(53, 48, 48, 0.4);
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody td img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.fg-buy .fg-buy-section3 .fg-buy-section3-table .fg-table tbody .fg-table-body-title-row {
  height: 64px;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 600;
  color: rgba(53, 48, 48, 0.4);
}
.fg-buy .fg-buy-section4 {
  max-width: 984px;
  margin: 128px auto 0;
  padding-bottom: 128px;
}
.fg-buy .fg-buy-section4 .fg_b_4_title {
  font-size: 40px;
  font-weight: 600;
  text-align: CENTER;
  color: #353030;
  line-height: 48px;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fa2a73;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs-item {
  padding: 32px 64px;
  border-bottom: 1px solid #f0eeee;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-q {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #353030;
  line-height: 28px;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-q-icon {
  width: 22px;
  height: 22px;
  margin-right: 17px;
  margin-left: -42px;
  border-radius: 50%;
  background-color: #1cc28a;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-a {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
}
.fg-buy .fg-buy-section4 .fg_b_4-qAs .fg_b_4_qAs_i-a .fg_b_4_qAs-a-highlight {
  color: #fa2a73;
}
.fg-buy .fg-buy-section5 {
  background-color: #1cc28a;
  padding: 130px 0;
}
.fg-buy .fg-buy-section5 .fg_b_5-title,
.fg-buy .fg-buy-section5 .fg_b_5-desc {
  margin: 0 20px;
  color: #ffffff;
  text-align: center;
}
.fg-buy .fg-buy-section5 .fg_b_5-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}
.fg-buy .fg-buy-section5 .fg_b_5-desc {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.fg-buy .fg-buy-section5 .fg_b_5-btn {
  display: block;
  margin: 64px auto 0;
  width: 248px;
  line-height: 56px;
  background: #ffffff;
  border-radius: 6px;
  color: #1cc28a;
  text-align: center;
}
.fg-buy .question-highlight {
  color: #fa2a73;
}
.fg-buy #id_q_service,
.fg-buy #id_q_service2 {
  position: relative;
}
.fg-buy #id_q_service:hover,
.fg-buy #id_q_service2:hover {
  text-decoration: underline;
}
.fg-buy .faq-list {
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
}
.fg-buy .faq-list .list {
  padding: 32px 25px;
  transition: 0.3s;
  border-bottom: 1px solid #f0eeee;
}
.fg-buy .faq-list .list .title {
  padding-left: 39px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.fg-buy .faq-list .list .title:hover {
  color: #1cc28a;
}
.fg-buy .faq-list .list .title::before {
  width: 22px;
  height: 22px;
  background: linear-gradient(134deg, #38e0a7, #1cc28a 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  content: "Q";
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
}
.fg-buy .faq-list .list .desc {
  display: none;
  padding-top: 8px;
  padding-left: 39px;
}
.fg-buy .faq-list .list .desc p {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 856px;
}
.fg-buy .faq-list .list .desc p a {
  color: #FA2A73;
}
.fg-buy .faq-list .list .desc p a:hover {
  text-decoration: underline;
}
.fg-buy .faq-list .list.active {
  background-color: #fff;
}
.fg-buy .service-section-container {
  padding: 128px 0 144px;
  background-color: #F6F8F8;
}
.fg-buy .service-section-container .list {
  display: flex;
  justify-content: center;
  margin: 64px auto 0;
  max-width: 1320px;
  flex-wrap: wrap;
}
.fg-buy .service-section-container .list .item {
  margin: 0 auto;
  width: 312px;
  text-align: center;
}
.fg-buy .service-section-container .list .item .pic {
  display: block;
  width: 56px;
  margin: 0 auto;
  height: auto;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  border-radius: 11px;
  overflow: hidden;
}
.fg-buy .service-section-container .list .item span {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 24px 0 12px;
  display: block;
}
.fg-buy .service-section-container .list .item p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  height: 48px;
}
.fg-buy .service-section-container .list .item .button {
  display: block;
  border-radius: 8px;
  color: #fff;
  line-height: 48px;
  background-color: #1B1B1B;
  cursor: pointer;
  transition: 0.2s;
  font-size: 14px;
  margin: 4px auto 0;
  max-width: 224px;
}
.fg-buy .service-section-container .list .item .button:hover {
  transform: translateY(-2px);
}
.fg-buy .service-section-container .list .item .button-border {
  border: 2px solid #1B1B1B;
  line-height: 44px;
  background-color: transparent;
  color: #1B1B1B;
}
.footer_banner {
  background: url('/images/banner/footer_banner.png?v=607') no-repeat center;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.footer_banner img {
  height: 80px;
}
.footer_banner .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.footer_banner .countdown span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}
.footer_banner .countdown .countdown_time {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #1a7ebf;
  line-height: 11px;
}
.customer-service {
  bottom: 140px;
}
.hotline {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hotline .hotline-box {
  width: 330px;
  padding: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hotline .hotline-box i {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 16px;
  color: #8c8889;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hotline .hotline-box i:hover {
  color: red;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.hotline .hotline-box img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.hotline .hotline-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3d3838;
}
.hotline .hotline-box .name {
  margin: 38px 0 5px;
}
.hotline .hotline-box .tel {
  font-size: 30px;
  margin-bottom: 20px;
}
.hotline .hotline-box .line {
  width: 16px;
  height: 4px;
  background: red;
  margin: 24px 0 58px;
}
.hotline .hotline-box p {
  font-size: 14px;
  color: #8c8889;
  line-height: 21px;
}
@media (max-width: 1280px) {
  .fg-product .fg-buy-section3-title {
    margin-bottom: 24px;
  }
  .fg-product .fg-buy-section3 {
    padding: 64px 0 0 0 ;
  }
  .fg-product .fg-buy-section3-table {
    padding: 0 !important;
  }
  .fg-product .fg-buy-section3-table .fg-table .fg-table-header {
    position: static !important;
  }
  .fg-product .fg-buy-section3-table .fg-table .fg-table-header th {
    font-size: 12px !important;
  }
  .fg-product .fg-buy-section3-table .fg-table .fg-table-header th .fg-table-header-cell-btn {
    display: none !important;
  }
  .fg-product .fg-buy-section3-table .fg-table .fg-table-header th .fg-table-header-cell {
    height: 60px !important;
  }
  .fg-product .fg-buy-section3-table .fg-table .fg-table-header th .fg-table-header-cell-title {
    font-size: inherit !important;
  }
}
@media (max-width: 750px) {
  .fg-product .fg-buy-section1 .fg-buy-section1-plans .fg-buy-section1-plans-item {
    max-width: 400px;
    width: 100%;
  }
  .fg-product .service-section-container .list .item {
    margin-top: 20px;
  }
  .footer_banner {
    display: none;
  }
}
