/*
 * @FilePath   : /css/categories/charge_service/index.css
 * @Description: 个人会员 > 落地页
 */
#page_charge_service[scoped="cGFnZQ"] {
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container {
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .main-banner {
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .main-banner .main-banner__container {
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .main-banner .main-banner__container .banner-img {
  width: 100%;
  height: auto !important;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction {
  width: 100%;
  height: auto;
  margin-top: -7.4%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container {
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member {
  width: 315px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member:hover {
  -webkit-transform: scale(1.02) translateY(-10px);
  -moz-transform: scale(1.02) translateY(-10px);
  -ms-transform: scale(1.02) translateY(-10px);
  -o-transform: scale(1.02) translateY(-10px);
  transform: scale(1.02) translateY(-10px);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member+.member {
  margin-left: 32px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 275px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-name .sub-name {
  font-size: 14px;
}

/*#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-describe {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}*/

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-tags .tag {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  width: auto;
  height: auto;
  padding: 5px 8px;
  border-radius: 7px;
  background: #fff;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-tags .tag+.tag {
  margin-left: 18px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-price {
  font-size: 16px;
  margin: 14px 0;
  text-align: center;
  /* color: #2e434c; */
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-price .member-price__num {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-actions {
  width: 100%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-top .member-top__container .member-actions .btn {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 7px;
  padding: 8px 0;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_free .member-container .member-top .member-top__container {
  color: #2e434c;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_free .member-container .member-top .member-top__container .member-tags .tag {
  color: #949ea2;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_free .member-container .member-top .member-top__container .member-price {
  color: #2E434C;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_free .member-container .member-top .member-top__container .member-actions .btn_experience {
  color: #fff;
  background: #A9ACB5;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-top .member-top__container {
  color: #2E434C;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-top .member-top__container .member-tags .tag {
  background-color: rgba(255, 255, 255, 0.43);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-top .member-top__container .member-price {
  color: #2E434C;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-top .member-top__container .member-actions .btn_buy {
  color: #fff;
  background: linear-gradient(90deg, #596C71 0%, #678287 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-top .member-top__container .member-interests .member-interests__hint {
  color: #a0a9b7;
  background: -webkit-gradient(linear, left top, right top, from(#e7ecee), to(rgba(231, 236, 238, 0)));
  background: -webkit-linear-gradient(left, #e7ecee 0%, rgba(231, 236, 238, 0) 100%);
  background: -moz- oldlinear-gradient(left, #e7ecee 0%, rgba(231, 236, 238, 0) 100%);
  background: -o-linear-gradient(left, #e7ecee 0%, rgba(231, 236, 238, 0) 100%);
  background: linear-gradient(90deg, #e7ecee 0%, rgba(231, 236, 238, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v1 .member-container .member-bottom .member-interests .member-interests__hint {
  color: #A0A9B7;
  background: linear-gradient(90deg, #E7ECEE 0%, rgba(231, 236, 238, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container {
  color: #794627;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container .member-tags .tag {
  background-color: rgba(255, 255, 255, 0.5);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container {
  color: #794627;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container .member-actions .btn_buy {
  color: #fff;
  background: -webkit-linear-gradient(4deg, #fcede0 0%, #ffc9a0 100%);
  background: -moz- oldlinear-gradient(4deg, #fcede0 0%, #ffc9a0 100%);
  background: -o-linear-gradient(4deg, #fcede0 0%, #ffc9a0 100%);
  background: linear-gradient(90deg, #AE4D13 0%, #B14808 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container .member-interests .member-interests__hint {
  color: #794627;
  background: -webkit-gradient(linear, left top, right top, from(#fcf0e8), to(rgba(252, 240, 232, 0)));
  background: -webkit-linear-gradient(left, #fcf0e8 0%, rgba(252, 240, 232, 0) 100%);
  background: -moz- oldlinear-gradient(left, #fcf0e8 0%, rgba(252, 240, 232, 0) 100%);
  background: -o-linear-gradient(left, #fcf0e8 0%, rgba(252, 240, 232, 0) 100%);
  background: linear-gradient(90deg, #fcf0e8 0%, rgba(252, 240, 232, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-bottom .member-interests .member-interests__hint {
  color: #794627;
  background: linear-gradient(90deg, #FCF0E8 0%, rgba(252, 240, 232, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v3 .member-container .member-top .member-top__container {
  color: #89602b;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v3 .member-container .member-top .member-top__container .member-tags .tag {
  background-color: rgba(255, 255, 255, 0.28);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v2 .member-container .member-top .member-top__container {
  color: #89602B;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v3 .member-container .member-top .member-top__container .member-actions .btn_buy {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#f6e1b6), to(#f4e8ca));
  background: -webkit-linear-gradient(left, #f6e1b6 0%, #f4e8ca 100%);
  background: -moz- oldlinear-gradient(left, #f6e1b6 0%, #f4e8ca 100%);
  background: -o-linear-gradient(left, #f6e1b6 0%, #f4e8ca 100%);
  background: linear-gradient(264deg, #BA782A 0%, #BE6D0D 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v3 .member-container .member-top .member-top__container .member-interests .member-interests__hint {
  color: #89602b;
  background: -webkit-gradient(linear, left top, right top, from(#fcf4e3), to(rgba(252, 244, 227, 0)));
  background: -webkit-linear-gradient(left, #fcf4e3 0%, rgba(252, 244, 227, 0) 100%);
  background: -moz- oldlinear-gradient(left, #fcf4e3 0%, rgba(252, 244, 227, 0) 100%);
  background: -o-linear-gradient(left, #fcf4e3 0%, rgba(252, 244, 227, 0) 100%);
  background: linear-gradient(90deg, #fcf4e3 0%, rgba(252, 244, 227, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member.member_v3 .member-container .member-bottom .member-interests .member-interests__hint {
  color: #89602B;
  background: linear-gradient(90deg, #FCF4E3 0%, rgba(252, 244, 227, 0) 100%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding: 30px 14px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests {
  width: 100%;
  margin-top: 20px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interests__title {
  font-size: 16px;
  font-weight: bold;
  color: #2e434c;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interests__hint {
  font-size: 12px;
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  padding: 0 0 0 8px;
  border-radius: 2px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list {
  width: 100%;
  margin-top: 10px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest+.member-interest {
  margin-top: 12px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__content .interest-detail {
  font-size: 10px;
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: none;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__content .interest-detail.yellow {
  color: #fc991a;
  border-color: #fc991a;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__content .interest-detail.orange {
  color: #f54c01;
  border-color: #f54c01;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__extra {
  width: auto;
  margin-left: 4px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member .member-container .member-bottom .member-interests .member-interest__list .member-interest .member-interest__extra .member-interest__extra .icon_interest_check {
  width: 22.77px;
}


#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox {
  width: 1200px;
  height: 485px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto;
  background: #444b5a;
  border-radius: 50px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox>div:first-child {
  width: 138px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 138px;
  text-align: center;
  letter-spacing: 4px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox>div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f7f7f7;
  border-radius: 42px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_title {
  padding-top: 58px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #494f6b;
  text-align: center;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item {
  width: 326px;
  height: 143px;
  padding-top: 20px;
  padding-left: 16px;
  border-radius: 0px 12px 12px 0px;
  position: relative;
  width: 100%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item>.icon_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .icon_title img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .icon_title>div {
  margin-left: 14px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .icon_title .text {
  font-size: 20px;
  font-weight: bold;
  color: #494f6b;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .icon_title .english {
  font-weight: bold;
  color: #dbd9d9;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div+div {
  margin-top: 32px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item {
  position: relative;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div:nth-child(2) .item:nth-child(1),
#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div:nth-child(2) .item:nth-child(3) {
  cursor: pointer;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item.active {
  background: #ffffff;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item.active .text {
  color: #784426;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 143px;
  background: #dcb18d;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item .describe {
  padding-top: 16px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #494f6b;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 100px;
  background: #f3f7fa;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #515a6e;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list {
  width: 48%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question {
  width: 100%;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question+.question {
  margin-top: 26px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question.show .question-label .question-label__extra {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question.show .question-content {
  display: block;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 4px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-label .question-label__content {
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  color: #515a6e;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-label .question-label__extra .btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-content {
  font-size: 14px;
  font-weight: 400;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 28px;
  color: #989cab;
  border-radius: 0 0 4px 4px;
  background: #fbfbfb;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-tools__group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-tools__group+.fixed-tools__group {
  margin-top: 20px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container {
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list {
  width: auto;
  height: auto;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 65px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item:hover .nav-item__icon img.default {
  display: none;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item:hover .nav-item__icon img.selected {
  display: block;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item:hover .nav-item__text {
  color: #fb6701;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item+.nav-item {
  border-top: 2px solid #f9f9f9;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__icon img {
  max-width: 22px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__icon img.default {
  display: block;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__icon img.selected {
  display: none;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  color: #465054;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-right-link-2 {
  cursor: pointer;
  width: 80px;
}

#page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .online_editing {
  width: 50px;
  height: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("https://bdn.135editor.com/files/202006/f15ea255a41c9543cb55ba4b950676e0.png") no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 99;
  color: #89602b !important;
  font-size: 12px;
}

/*
   * 头部导航-引导登录
  */
#header_boot_login {
  position: absolute;
  font-size: 12px;
  display: block !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#f11913), color-stop(53%, #f84c0f), to(#ff7e0a)), -webkit-gradient(linear, left top, left bottom, from(#feeee2), to(#feeee2));
  background-image: -webkit-linear-gradient(left, #f11913 0%, #f84c0f 53%, #ff7e0a 100%), -webkit-linear-gradient(#feeee2, #feeee2);
  background-image: -moz- oldlinear-gradient(left, #f11913 0%, #f84c0f 53%, #ff7e0a 100%), -moz- oldlinear-gradient(#feeee2, #feeee2);
  background-image: -o-linear-gradient(left, #f11913 0%, #f84c0f 53%, #ff7e0a 100%), -o-linear-gradient(#feeee2, #feeee2);
  background-image: linear-gradient(90deg, #f11913 0%, #f84c0f 53%, #ff7e0a 100%), linear-gradient(#feeee2, #feeee2);
  background-blend-mode: normal, normal;
  border-radius: 4px 4px 4px 0px;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 4px 11px;
  border-radius: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

#header_boot_login .triangle {
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  top: -13px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #ff793f;
}

#header_boot_login a {
  padding: 0;
  color: #fff;
}

#maincontent {
  max-width: 100% !important;
}

.fa-hand-o-left {
  position: relative;
  margin-left: 15px;
  color: #ee7644;
  -webkit-animation: sploosh 0.5s infinite;
  -moz-animation: sploosh 0.5s infinite;
  -o-animation: sploosh 0.5s infinite;
  animation: sploosh 0.5s infinite;
}

@-webkit-keyframes sploosh {
  0% {
    left: 0;
  }

  50% {
    left: -4px;
  }

  100% {
    left: -8px;
  }
}

@-moz-keyframes sploosh {
  0% {
    left: 0;
  }

  50% {
    left: -4px;
  }

  100% {
    left: -8px;
  }
}

@-o-keyframes sploosh {
  0% {
    left: 0;
  }

  50% {
    left: -4px;
  }

  100% {
    left: -8px;
  }
}

@keyframes sploosh {
  0% {
    left: 0;
  }

  50% {
    left: -4px;
  }

  100% {
    left: -8px;
  }
}

.shangyeshouquanBox {
  width: 100%;
  padding: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.shangyeshouquanBox a {
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
}

.shangyeshouquanBox .title {
  font-weight: bold;
  font-size: 30px;
}

.shangyeshouquanBox .describe {
  padding-top: 9px;
  font-size: 18px;
}

.vip_quanyi_pk {
  padding-bottom: 136px;
}

.vip_quanyi_pk h3 {
  padding-top: 60px;
  padding-bottom: 82px;
  font-size: 30px;
  font-weight: bold;
  color: #494f6b;
  text-align: center;
}

.vip_quanyi_pk>div {
  position: relative;
  padding-left: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.vip_quanyi_pk>div>div {
  padding-top: 45px;
  padding-left: 76px;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.vip_quanyi_pk>div>div:last-child {
  padding-top: 50px;
  padding-left: 160px;
}

.vip_quanyi_pk>div>div:last-child .title_box h3 {
  color: #274355;
}

.vip_quanyi_pk>div>div:last-child .title_box span {
  color: #435b6a;
}

.vip_quanyi_pk>div>div:last-child .xiao_title_box span {
  color: #284456;
}

.vip_quanyi_pk>div>div:last-child .xiao_title_box .describe {
  color: #284456;
}

.vip_quanyi_pk>div>div:last-child .while_box {
  background: #f4fbff;
  color: #284456;
}

.vip_quanyi_pk>div>div:nth-child(1) {
  width: 681px;
  height: 544px;
  background-image: url(https://bcn.135editor.com/files/202310/images/qiye_shangyong_shouquan_bg.png);
}

.vip_quanyi_pk>div>div:nth-child(2) {
  width: 661px;
  height: 520px;
  position: absolute;
  top: 15%;
  left: 46%;
  z-index: 3;
  background-image: url(https://bcn.135editor.com/files/202310/images/geren_shangyong_shouquan_bg.png);
}

.vip_quanyi_pk>div>div .title_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 29px;
}

.vip_quanyi_pk>div>div .title_box h3 {
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #794627;
  line-height: 1em;
}

.vip_quanyi_pk>div>div .title_box span {
  padding: 0 14px;
  margin-left: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#ffe5b4), to(#ffd053));
  background: -webkit-linear-gradient(left, #ffe5b4 0%, #ffd053 100%);
  background: -moz- oldlinear-gradient(left, #ffe5b4 0%, #ffd053 100%);
  background: -o-linear-gradient(left, #ffe5b4 0%, #ffd053 100%);
  background: linear-gradient(90deg, #ffe5b4 0%, #ffd053 100%);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #865d43;
}

.vip_quanyi_pk .xiao_title_box {
  margin-bottom: 22px;
}

.vip_quanyi_pk .xiao_title_box:last-child {
  margin-bottom: 26px;
}

.vip_quanyi_pk .xiao_title_box span {
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #794627;
}

.vip_quanyi_pk .xiao_title_box .describe {
  width: 443px;
  font-size: 16px;
  font-weight: 400;
  color: #794627;
}

.vip_quanyi_pk .xiao_title_box>div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.vip_quanyi_pk .while_box {
  width: 447px;
  height: 80px;
  padding: 0 47px;
  background: rgba(255, 253, 251, 0.4);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #794627;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.vip_quanyi_pk .btn {
  width: 447px;
  height: 52px;
  line-height: 40px;
  background: #fcf7f2;
  border-radius: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #794627;
  cursor: pointer;
}

.vip_quanyi_pk>div>div:nth-child(2) .btn {
  color: #2e434c;
  background: #eaf6fe;
}

.kaipiao_box {
  height: 721px;
  background: #f3f7fa;
}

#modal-company-ask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

#modal-company-ask .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fixed-right-link-3 {
  position: fixed;
  right: 0;
  top: 530px;
  z-index: 999;
  width: 92px;
}

.order-first {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.common-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

/* .common-title::after { content: ''; position: absolute; left: 50%; bottom: 4px; transform: translateX(-50%); width: 66px; height: 8px; border-radius: 10px; background: #f6d6aa; } */
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.txt-917144 {
  color: #917144;
}

.txt-2e434c {
  color: #2e434c;
}

.txt-2f3a4a {
  color: #794627;
  /* #2f3a4a; */
}

.txt-9c8b6f {
  color: #9c8b6f;
}

.txt-89602b {
  color: #89602b;
}

.txt-757575 {
  color: #757575;
}

.bg-c5d1d8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccd7df), to(#a1b2ba));
  background-image: -webkit-linear-gradient(top, #ccd7df, #a1b2ba);
  background-image: -moz- oldlinear-gradient(top, #ccd7df, #a1b2ba);
  background-image: -o-linear-gradient(top, #ccd7df, #a1b2ba);
  background-image: linear-gradient(180deg, #ccd7df, #a1b2ba);
}

/* .bg-fff3e6 { background: #fff3e6; } */
/*.bg-d2d7e2 { background-image: linear-gradient(180deg, #dbe0ea, #a1acb9); }*/
.bg-d2d7e2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da9f79), to(#f6eade));
  background-image: -webkit-linear-gradient(top, #da9f79, #f6eade);
  background-image: -moz- oldlinear-gradient(top, #da9f79, #f6eade);
  background-image: -o-linear-gradient(top, #da9f79, #f6eade);
  background-image: linear-gradient(180deg, #da9f79, #f6eade);
}

.bg-ecd2a2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3dfb1), to(#ddb279));
  background-image: -webkit-linear-gradient(top, #f3dfb1, #ddb279);
  background-image: -moz- oldlinear-gradient(top, #f3dfb1, #ddb279);
  background-image: -o-linear-gradient(top, #f3dfb1, #ddb279);
  background-image: linear-gradient(180deg, #f3dfb1, #ddb279);
}

.bg-f6ebda {
  background: #f6ebda;
}

.bg-e6e9ed {
  background: #fff6f6;
  /* #e6e9ed; */
}

.bg-e5eaec {
  background: #e5eaec;
}

.bg-141213 {
  background: #141213;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-60 .row .col-md-9 {
  background-color: #242424;
}

.ptb-60 .container .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mod-2 {
  position: relative;
  top: -145px;
  left: 0;
}

.mod-2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 0;
  padding-bottom: 35px;
  list-style: none;
}

.mod-2-content>li {
  -webkit-box-shadow: 0 0 15px #6c757d40;
  box-shadow: 0 0 15px #6c757d40;
  border-radius: 10px;
  text-align: center;
  width: 350px;
  display: block;
}

.mod-2-content>li:nth-child(2) {
  margin-top: -29px;
}

.mod-2-card-top {
  padding: 15px 0;
  position: relative;
}

.mod-2-card-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 97px;
  line-height: 77px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.15;
}

.mod-2-card-top.c1::after {
  content: "vip";
}

.mod-2-card-top.c2::after {
  content: "svip";
}

.mod-2-card-top>h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 5px;
}

.mod-2-card-top .tag {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 16px;
  font-weight: 500;
  color: #fef8f8;
  line-height: 16px;
  padding: 5px 6px 6px;
  border-radius: 4px 4px 0px 4px;
  text-shadow: 0px 5px 7px rgba(253, 85, 33, 0.32);
  background: -webkit-gradient(linear, left top, left bottom, from(#f62503), to(#ff830a));
  background: -webkit-linear-gradient(#f62503, #ff830a);
  background: -moz- oldlinear-gradient(#f62503, #ff830a);
  background: -o-linear-gradient(#f62503, #ff830a);
  background: linear-gradient(#f62503, #ff830a);
}

.mod-2-card-top .tag::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #a3001e;
  border-right: 7px solid transparent;
}

.mod-2-card-top .tag>p {
  font-size: 10px;
  color: #fef8f8;
  text-shadow: 0px 5px 7px rgba(253, 85, 33, 0.32);
  margin: 0;
  padding: 0;
}

.mod-2-card-top .tips {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.mod-2-card-top .stop_it {
  position: absolute;
  right: 40px;
  left: 40px;
  top: -25px;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fe9163), color-stop(80%, #f9472e));
  background: -webkit-linear-gradient(#fe9163 20%, #f9472e 80%);
  background: -moz- oldlinear-gradient(#fe9163 20%, #f9472e 80%);
  background: -o-linear-gradient(#fe9163 20%, #f9472e 80%);
  background: linear-gradient(#fe9163 20%, #f9472e 80%);
}

.mod-2-card-top .price {
  font-size: 20px;
  height: 90px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.mod-2-card-top .price i {
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
}

.mod-2-card-top .link {
  text-align: center;
}

.mod-2-card-top .link a {
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.mod-2-card-top .link a:hover {
  color: unset;
  background: #fff;
}

.mod-2-card-bottom {
  background: #fff;
  padding: 15px 0 20px;
  list-style: none;
}

.mod-2-card-bottom .t1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-2-card-bottom .t2 {
  color: #738994;
  font-size: 16px;
  margin-bottom: 6px;
}

.mod-2-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  list-style: none;
  margin: 0;
}

.mod-2-icon li {
  text-align: center;
}

.mod-2-icon li img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.mod-2-icon li span {
  display: block;
  font-size: 18px;
}

.mod-3 {
  padding-bottom: 100px;
  margin-top: -70px;
}

.mod-3-title {
  font-size: 30px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
  color: #deba89;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deba89), to(#e5ad65));
  background-image: -webkit-linear-gradient(top, #deba89, #e5ad65);
  background-image: -moz- oldlinear-gradient(top, #deba89, #e5ad65);
  background-image: -o-linear-gradient(top, #deba89, #e5ad65);
  background-image: linear-gradient(180deg, #deba89, #e5ad65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mod-3-subtit {
  font-size: 18px;
  color: #e3c190;
  margin-bottom: 75px;
  text-align: center;
}

.mod-3-info {
  padding-top: 120px;
}

.mod-3-info.right {
  text-align: right;
}

.mod-3-info-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.mod-3-info-introduce {
  font-size: 18px;
  color: #757575;
  margin-bottom: 60px;
}

.common-btn-vip {
  background-image: -webkit-gradient(linear, left top, right top, from(#d9b279), to(#f0dbac));
  background-image: -webkit-linear-gradient(left, #d9b279, #f0dbac);
  background-image: -moz- oldlinear-gradient(left, #d9b279, #f0dbac);
  background-image: -o-linear-gradient(left, #d9b279, #f0dbac);
  background-image: linear-gradient(90deg, #d9b279, #f0dbac);
  font-size: 18px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  width: 160px;
  border-radius: 6px;
  color: #89602b;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.common-btn-vip:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9b279), to(#f0dbac));
  background-image: -webkit-linear-gradient(top, #d9b279, #f0dbac);
  background-image: -moz- oldlinear-gradient(top, #d9b279, #f0dbac);
  background-image: -o-linear-gradient(top, #d9b279, #f0dbac);
  background-image: linear-gradient(180deg, #d9b279, #f0dbac);
  color: #89602b;
}

.mod-4-left {
  max-width: 220px;
}

.mod-4-left>h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}

.mod-4-left-nav {
  width: 210px;
  background: #020202;
  border-radius: 10px;
  list-style: none;
  /* margin-bottom: 20px; */
  padding: 0;
  border: none;
  display: block;
}

.mod-4-left-nav li {
  padding: 15px 0;
  border-bottom: 1px solid #212529;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mod-4-left-nav li a {
  font-size: 17px;
  color: #e3e1e1;
  display: block;
  width: 183px;
  height: 55px;
  line-height: 40px;
}

.mod-4-left-nav li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* .mod-4-left-nav li a:hover, */
.mod-4-left-nav li a.active {
  width: 183px;
  height: 55px;
  background: #fcddc7;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #964d21;
}

.mod-4-right-tips {
  color: #fff;
  font-size: 18px;
  padding: 43px 0 30px;
}

.mod-4-right-main>div {
  text-align: center;
}

.vip-table {
  padding-top: 40px;
}

.ptb-60 .vip-table .title {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #2e424c;
}

.vip-table ul {
  list-style: none;
  margin-bottom: 0;
}

/* #vipTexts.shrink{
	height: 760px;
	overflow: hidden;
} */
#vipTexts {
  position: relative;
}

#vipTexts .more,
#vipTexts .packup {
  text-align: center;
  cursor: pointer;
}

#vipTexts .more i,
#vipTexts .packup i {
  font-size: 22px;
}

#vipTexts .packup {
  display: none;
}

#vipTexts .more_packup_box {
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9) 70%);
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9) 70%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9) 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9) 70%);
  position: absolute;
  z-index: 333;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #a85520;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vipTexts .table-type>li:nth-child(1) {
  background: #f3f5fa;
  border-radius: 10px 0 0;
}

#vipTexts .table-type>li:nth-child(2) {
  background: #edecec;
}

#vipTexts .table-type>li:nth-child(3) {
  background-image: url(https://bcn.135editor.com/files/202310/images/biaozhun_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#vipTexts .table-type>li:nth-child(3) .title {
  color: #2e424c;
}

#vipTexts .table-type>li:nth-child(3) a {
  color: #2e434c;
}

#vipTexts .table-type>li:nth-child(4) {
  color: #794627;
  background-image: url(https://bcn.135editor.com/files/202310/images/gaoji_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#vipTexts .table-type>li:nth-child(4) .title {
  font-size: 18px;
  font-weight: bold;
  color: #794627;
}

#vipTexts .table-type>li:nth-child(4) a {
  color: #794627;
  background: #fcf7f2;
}

#vipTexts .table-type>li:nth-child(5) {
  color: #875e29;
  background-image: url(https://bcn.135editor.com/files/202310/images/chaoji_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#vipTexts .table-type>li:nth-child(5) .title {
  font-size: 18px;
  font-weight: bold;
  color: #875e29;
}

#vipTexts .table-type>li:nth-child(5) a {
  color: #875e29;
  background: #fffbf2;
}

.kaipiao_box .container>.title {
  padding-top: 94px;
  font-size: 30px;
  padding-bottom: 83px;
  font-weight: bold;
  color: #494f6b;
  text-align: center;
}

.kaipiao_box .fapiao_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kaipiao_box .fapiao_content>img {
  margin-right: 34px;
}

.kaipiao_box .fapiao_content>div {
  margin-left: 34px;
}

.kaipiao_box .fapiao_right_title {
  margin-bottom: 48px;
}

.kaipiao_box .fapiao_right_title .title {
  margin-bottom: 15px;
  margin-top: 12px;
  font-size: 30px;
  font-weight: bold;
  color: #494f6b;
}

.kaipiao_box .fapiao_right_title .describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.kaipiao_box .fapiao_right_title .kefu_help {
  font-size: 20px;
  font-weight: 400;
  color: #494f6b;
}

.kaipiao_box .fapiao_right_title .kefu {
  width: 109px;
  height: 35px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #5691ff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #5691ff;
  cursor: pointer;
}

.kaipiao_box .fapiao_right_iocn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kaipiao_box .fapiao_right_iocn>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kaipiao_box .fapiao_right_iocn>div>div {
  margin-top: 9px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 400;
  color: #784425;
}

.kaipiao_box .fapiao_right_iocn div img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.kaipiao_box .fapiao_right_iocn>img {
  width: 39px;
  height: 15px;
  margin: 0 15px;
  margin-top: 18px;
}

.kaipiao_box .fapiao_right_btn {
  width: 304px;
  height: 52px;
  margin-top: 54px;
  line-height: 52px;
  background: -webkit-gradient(linear, left top, right top, from(#f2deb0), to(#f1d3a4));
  background: -webkit-linear-gradient(left, #f2deb0, #f1d3a4);
  background: -moz- oldlinear-gradient(left, #f2deb0, #f1d3a4);
  background: -o-linear-gradient(left, #f2deb0, #f1d3a4);
  background: linear-gradient(90deg, #f2deb0, #f1d3a4);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  color: #875a1f;
  text-align: center;
  cursor: pointer;
}

.table-type>li:nth-child(1) {
  background: #f3f5fa;
}

.table-type>li:nth-child(2) {
  background: #edecec;
}

.table-type>li:nth-child(3) {
  background-image: url(https://bcn.135editor.com/files/202310/images/biaozhun_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-type>li:nth-child(3) .title {
  color: #2e424c;
}

.table-type>li:nth-child(3) a {
  color: #2e434c;
}

.table-type>li:nth-child(4) {
  color: #794627;
  background-image: url(https://bcn.135editor.com/files/202310/images/gaoji_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-type>li:nth-child(4) a {
  color: #794627;
  background: #fcf7f2;
}

.table-type>li:nth-child(5) {
  color: #875e29;
  background-image: url(https://bcn.135editor.com/files/202310/images/chaoji_vip_bg.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-type>li:nth-child(5) a {
  color: #875e29;
  background: #fffbf2;
}

.btn_animation {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.btn_animation:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 3333333;
  position: relative;
}

.table-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0 0;
  /* border: 1px solid #ebeef5; */
  border-bottom: none;
  height: 96px;
}

.table-type-head {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ebeef5;
  width: 20%;
}

.table-type-head:first-child {
  border-left: none;
}

.table-type-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding: 50px 0 30px; */
  /* border-left: 1px solid #ebeef5; */
  position: relative;
}

.table-type-item .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.table-type-item .introduce {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.table-type-item .vip-btn {
  width: 98px;
  height: 28px;
  margin-top: 10px;
  line-height: 28px;
  background: #eaf6fe;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #794627;
}

.table-title {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  height: 50px;
  padding-left: 16px;
  line-height: 50px;
  background: #f3f5fa;
  border-radius: 6px;
  border-bottom: 2px solid #e8e8e8;
  font-size: 16px;
  font-weight: 400;
  color: #494f6b;
  margin-top: 17px;
}

.table-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebeef5;
}

.table-feature:last-child {
  border-bottom: 1px solid #ebeef5;
}

.table-feature-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}

.table-feature-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 20px 0;
  /* border-left: 1px solid #ebeef5; */
  position: relative;
  font-size: 16px;
  text-align: center;
}

.table-feature-support p {
  font-size: 12px;
  padding-top: 5px;
  margin: 0;
  position: absolute;
  bottom: 3px;
  color: #757575;
}

.bg-fff3e6 p {
  color: #9c8b6f;
}

.table-feature-head .t1 {
  margin-bottom: 4px;
}

.table-feature-head .t2 {
  font-size: 14px;
  color: #757575;
  margin: 0;
}

.mod-6-title {
  font-size: 30px;
  margin: 0 0 30px;
  text-align: center;
  color: #e7b069;
  background-image: -webkit-linear-gradient(90deg, #e7b069, #f8d8af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.m-rules {
  text-align: right;
  color: #fff;
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}

.m-rules:hover .m-rules-more {
  display: block;
}

.m-rules-more {
  display: none;
  position: absolute;
  font-size: 13px;
  line-height: 28px;
  color: #333;
  background-color: #fff;
  padding: 12px 18px;
  -webkit-box-shadow: 0px 5px 10px #ced4da;
  box-shadow: 0px 5px 10px #ced4da;
  border-radius: 10px;
  width: 448px;
  right: 18px;
  top: 44px;
  z-index: 9;
  text-align: left;
}

.m-rules-more:after {
  content: " ";
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -7px;
  right: 24px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: -1;
}

.m-rules img {
  margin-right: 12px;
  vertical-align: text-bottom;
}

.m-company {
  float: left;
  /* width: 270px; */
  width: 192px;
  height: 240px;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.mod-6 .m-main .m-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-company i {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: skewx(-25deg);
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  z-index: 10;
  -webkit-animation: shua 1.5s linear 1s 1 normal;
  -moz-animation: shua 1.5s linear 1s 1 normal;
  -o-animation: shua 1.5s linear 1s 1 normal;
  animation: shua 1.5s linear 1s 1 normal;
}

@-webkit-keyframes shua {
  0 {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@-moz-keyframes shua {
  0 {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@-o-keyframes shua {
  0 {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes shua {
  0 {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.m-company:hover i {
  left: 100%;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.m-company:nth-child(6n) {
  margin-right: 0;
}

.m-company-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.m-company:hover .m-company-btn {
  display: block;
}

.m-company-btn button {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5c45), to(#ff7b42));
  background-image: -webkit-linear-gradient(left, #ff5c45, #ff7b42);
  background-image: -moz- oldlinear-gradient(left, #ff5c45, #ff7b42);
  background-image: -o-linear-gradient(left, #ff5c45, #ff7b42);
  background-image: linear-gradient(to right, #ff5c45, #ff7b42);
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 20px 26px;
  border-radius: 10px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: 128px;
}

.m-company-logo {
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
}

.m-company-logo img {
  max-height: 70px;
  display: inline-block;
}

.m-company-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}

.m-company-tips {
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  margin-bottom: 10px;
}

.m-company-tips span {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
}

.m-company-vip {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 14px;
  color: #c3a87b;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-company-price {
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-gift-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  cursor: pointer;
}

.m-gift-mode {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7542), to(#fc5d4b));
  background-image: -webkit-linear-gradient(#ff7542, #fc5d4b);
  background-image: -moz- oldlinear-gradient(#ff7542, #fc5d4b);
  background-image: -o-linear-gradient(#ff7542, #fc5d4b);
  background-image: linear-gradient(#ff7542, #fc5d4b);
  padding: 35px 23px 30px;
  border-radius: 10px;
  width: 430px;
  cursor: default;
}

.m-gift-title {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 44px;
}

.m-gift-main {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 10px 36px;
}

.m-gift-pic {
  margin-bottom: 20px;
}

.m-gift-pic img {
  display: inline-block;
  height: 188px;
}

.m-gift-msg {
  font-size: 18px;
  line-height: 38px;
  color: #333;
  letter-spacing: 1px;
}

.more-gift-info {
  text-align: center;
  color: #e4af37;
  font-weight: bold;
  font-size: 28px;
  /* height: 317px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}

.fixed-table-type {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}

.fixed-table-type .table-type {
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(12, 21, 35, 0.1);
  box-shadow: 0 4px 10px 0 rgba(12, 21, 35, 0.1);
}

.fixed-table-type .table-type-item {
  padding: 10px 0 15px;
}

.fixed-table-type .table-type-item .title {
  margin-bottom: 0;
}

.fixed-table-type .table-type-item .introduce {
  margin-bottom: 5px;
}

.mod-4-right-gif {
  display: none;
  height: 555px;
}

.mod-4-right-video {
  display: none;
  height: 555px;
  padding-bottom: 38px;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .m-company:nth-child(4n) {
    margin-right: 40px;
  }

  .m-company:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .main-banner .main-banner__container .banner-img {
    height: 160px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction {
    margin-top: 50px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .members-introduction .members-introduction__container .member-list .member+.member {
    margin-left: 0;
    margin-top: 30px;
  }

  .mod-4-right-gif {
    width: 100%;
    height: auto;
  }

  .mod-4-right-video {
    width: 100%;
    height: auto;
  }

  ul {
    padding-left: 0;
  }

  .ptb-60 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .common-title {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .common-title::after {
    height: 4px;
  }

  .common-btn-vip {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    border-radius: 4px;
  }

  .container {
    background: unset !important;
  }

  .mb-100 {
    margin-bottom: 20px;
  }

  .order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .mod-2,
  .mod-3,
  .mod-4,
  .mod-5,
  .mod-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mod-2 {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mod-2-content {
    display: block;
    padding-bottom: 5px;
  }

  .mod-2-content>li {
    margin: 0 auto 15px;
    width: 75%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c5d1d8;
  }

  .mod-2-content>li:nth-child(2) {
    margin-top: 0px;
  }

  .mod-2-card-top {
    padding: 10px 0;
  }

  .mod-2-card-top>h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }

  .mod-2-card-top .tag {
    font-size: 12px;
  }

  .mod-2-card-top .tips {
    font-size: 11px;
    line-height: 22px;
    margin: 0;
  }

  .mod-2-card-top .price {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .mod-2-card-top .price i {
    font-size: 40px;
  }

  .mod-2-card-top .link a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    border-radius: 5px;
  }

  .mod-2-card-top::after {
    top: 32%;
    font-size: 50px;
    line-height: 50px;
  }

  .mod-2-card-bottom {
    padding: 5px 0;
  }

  .mod-2-card-bottom .t1 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .mod-2-card-bottom .t2 {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .mod-2-icon {
    display: block;
    overflow: hidden;
  }

  .mod-2-icon li {
    width: 33%;
    float: left;
    margin-bottom: 10px;
  }

  .mod-2-icon li img {
    width: 33px;
    margin-bottom: 5px;
  }

  .mod-2-icon li span {
    font-size: 11px;
  }

  .mod-3 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: -30px;
  }

  .mod-3-title {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .mod-3-subtit {
    font-size: 14px;
    margin-bottom: 0;
  }

  .mod-3-info {
    padding: 10px 0 15px;
  }

  .mod-3-info-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mod-3-info-introduce {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mod-3-info.right {
    text-align: center;
  }

  .mod-4 {
    text-align: center;
  }

  .mod-4-left {
    max-width: 100%;
  }

  .mod-4-left>h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .mod-4-left-nav {
    margin-bottom: 15px;
    padding: 15px 0;
    background: #464242;
  }

  .mod-4-left-nav li {
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .mod-4-left-nav li a {
    font-size: 11px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 15px;
  }

  .mod-4-left-nav li a:hover,
  .mod-4-left-nav li a.active {
    background: #dbb67e;
    color: #000;
    border: 1px solid #dbb67e;
  }

  .mod-4 .common-btn-vip {
    display: none;
  }

  .mod-4-right-tips {
    font-size: 10px;
    padding: 10px 0;
  }

  .vip-table {
    padding-top: 20px;
  }

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

  .table-type-item .title {
    font-size: 14px;
    margin-bottom: 0;
  }

  .table-type-item .introduce {
    font-size: 8px;
    margin-bottom: 0;
  }

  .table-type-item .vip-btn {
    display: none;
  }

  .table-type-item {
    padding: 10px 0;
  }

  .table-title {
    font-size: 14px;
    padding: 10px 0;
  }

  .table-feature-head {
    font-size: 11px;
    padding: 0 3px;
  }

  .table-feature-support {
    font-size: 10px;
    padding: 10px 3px;
  }

  .table-feature-support img {
    height: 10px !important;
  }

  .table-feature-head .t2 {
    font-size: 10px;
    text-align: center;
  }

  .fixed-table-type .table-type-item {
    padding: 10px 0;
  }

  .fixed-table-type .table-type-item .introduce {
    margin-bottom: 0;
  }

  .mod-6-title {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .m-rules {
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .m-rules-more {
    font-size: 12px;
    line-height: 22px;
    padding: 8px;
    -webkit-box-shadow: 0px 5px 10px #ced4da;
    box-shadow: 0px 5px 10px #ced4da;
    border-radius: 6px;
    width: 80%;
    right: 8px;
    top: 44px;
  }

  .m-company {
    float: unset;
    margin: 0 auto 15px !important;
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .m-company:nth-child(25) {
    /* åœ¨è¿™é‡Œæ·»åŠ æ ·å¼ */
    margin-left: 15px;
  }

  .m-company-btn {
    display: block;
    background-color: unset;
  }

  .m-company-btn button {
    top: 88%;
  }

  .m-gift-mode {
    width: 90%;
  }

  .m-gift-title {
    margin-bottom: 15px;
  }

  .m-gift-main {
    padding: 10px;
  }

  .m-gift-pic {
    margin-bottom: 5px;
  }

  .m-gift-msg {
    font-size: 12px;
    line-height: 22px;
  }

  .m-gift-pic img {
    width: 100px;
  }

  #modal-company-ask .main {
    width: 90%;
  }

  .fixed-right-link-2 {
    width: 50px;
    top: 370px;
  }

  .fixed-right-link-3 {
    width: 50px;
    top: 445px;
  }
}

/* 
 * 移动端适配优化
*/
@media screen and (max-width: 575.98px) {
  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox {
    background: none;
    width: auto;
    height: auto;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox>div:first-child {
    display: none !important;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_title {
    padding: 25px;
    font-size: 20px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box {
    padding: 0 10px 25px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box .item {
    width: 100%;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .zhunxiangVipQuanyiBox .quanyi_item_box>div+div {
    margin: 0;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists {
    display: block;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list {
    width: 100%;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list+.questions-list {
    margin-top: 20px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question+.question {
    margin-top: 20px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-label {
    padding: 0 6px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .frequently-questions .frequently-questions__container .frequently-questions__lists .questions-list .question .question-label .question-label__content {
    padding: 2px 6px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-tools__group+.fixed-tools__group {
    margin-top: 10px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-tools__group.contact_service {
    display: none;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools {
    right: 10px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item {
    width: 60px;
    height: 56px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item[href="#copyright"],
  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item[href="#libao_box"] {
    display: none;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__icon img {
    max-width: 18px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-navs .fixed-navs__container .nav-list .nav-item .nav-item__text {
    margin-top: 2px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .fixed-right-link-2 {
    width: 60px;
  }

  #page_charge_service[scoped="cGFnZQ"] .charge_service__container .fixed-tools .fixed-tools__container .online_editing {
    width: 60px;
    height: 28px;
  }

  .vip_quanyi_pk,
  .btn-primary,
  .kaipiao_box .fapiao_right_title .kefu,
  .value_Pack,
  .libao_box_all {
    display: none !important;
  }

  .table-title,
  #libao_box {
    padding: 0 15px;
  }

  .table-feature-support p {
    position: unset;
  }

  .shangyeshouquanBox .title,
  .kaipiao_box .container>.title,
  .kaipiao_box .fapiao_right_title .title {
    font-size: 25px;
  }

  .kaipiao_box {
    height: auto;
  }

  .kaipiao_box .container>.title {
    padding: 50px 0;
  }

  .kaipiao_box .fapiao_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .kaipiao_box .fapiao_content>img,
  .kaipiao_box .fapiao_content>div {
    margin: 0;
  }

  .kaipiao_box .fapiao_right_btn {
    margin: 50px auto 0;
  }

  .logout {
    color: #fff;
    background: #ee7644;
    padding: 5px 10px;
    border-radius: 5px;
    width: 45px;
    line-height: 15px;
    position: fixed;
    right: 2px;
    top: 445px;
    z-index: 999;
  }

  .logout:visited {
    color: #fff;
    text-decoration: none;
  }
}