:root {
  --global-safe-width:  1410px;
  --global-scale: 1
}
.header_container__gOW0k {
  width: var(--global-safe-width);
  transform: scale(var(--global-scale));
  margin: 0 auto
}

.header_title__8pmJ1 h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.header_title__8pmJ1 p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.header_header__rBp6t {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: rgba(255, 254, 254, .84);
  display: flex;
  align-items: center;
  z-index: 10
}

.header_header__rBp6t.header_normal__AbHMz {
  position: relative
}

.header_header__rBp6t .header_logo__nGq8o {
  min-width: 300px;
  padding-left: 35px;
  display: flex;
  align-items: center
}

.header_header__rBp6t .header_logo__nGq8o img {
  /* width: 44px; */
  max-height: 44px
}

.header_header__rBp6t .header_logo__nGq8o .header_logo2__LmnOv {
  width: 106px;
  margin-left: 20px
}

.header_header__rBp6t .header_content__10ixM {
  flex: 1 1
}

.header_header__rBp6t .header_content__10ixM .header_menus__ovh6c {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex
}

.header_header__rBp6t .header_content__10ixM .header_menus__ovh6c li {
  padding-right: 70px;
  font-size: 20px;
  color: #333;
  cursor: pointer
}

.header_header__rBp6t .header_content__10ixM .header_menus__ovh6c li a {
  color: #333
}

.header_header__rBp6t .header_content__10ixM .header_menus__ovh6c li.header_actived__HUHsN a,
.header_header__rBp6t .header_content__10ixM .header_menus__ovh6c li:hover a {
  color: #165dff;
  opacity: .84
}

.header_content__10ixM .header_menus__ovh6c li {
  display: flex;
  height: 84px;
  position: relative;
  align-items: center;
}

.header_content__10ixM .header_menus__ovh6c .submenu {
  /* display: po; */
  position: absolute;
  display: none;
  top: 84px;
  left: 0;
  /* left: -50px; */
  background-color: #fff;
  transform: translateX(-50%);

}

.header_content__10ixM .header_menus__ovh6c .submenu dd {
  height: 50px;
  padding: 0 60px;
  width: 200px;
  line-height: 50px;
  margin: 0;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* display: flex; */
  /* align-items: center; */
}

.header_content__10ixM .header_menus__ovh6c .submenu .submenu {
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
  transform: translateX(0);

  /* background: rgba(22, 93, 255, 0.03); */
  background: rgba(22, 93, 255, 0.17);

}

.header_content__10ixM .header_menus__ovh6c .submenu dd:hover {
  background: rgba(22, 93, 255, 0.17);

}

.header_content__10ixM .header_menus__ovh6c .submenu dd:hover .submenu {
  display: block;
}

.header_content__10ixM .header_menus__ovh6c .submenu dd:hover .submenu dd:hover {
  /* background-color: ; */

  background: #165DFF;
  /* color: #fff !important; */
}
.header_content__10ixM .header_menus__ovh6c .submenu dd:hover .submenu dd:hover a{
  color: #fff !important;
}

.header_content__10ixM .header_menus__ovh6c .submenu dd a {
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333 !important;
}

.header_content__10ixM .header_menus__ovh6c li:hover>.submenu {
  display: block;

}

.header_header__rBp6t .header_right__eKIDZ {
  display: flex;
  opacity: 0;
}

.header_header__rBp6t .header_right__eKIDZ .header_btn__ya2Cw {
  width: 177px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #333;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  cursor: pointer
}

.header_header__rBp6t .header_right__eKIDZ .header_btn__ya2Cw.header_actived__HUHsN {
  background-color: #165dff;
  color: #fff
}

.banner_banner__VQmTm {
  height: 550px
}

.banner_banner__VQmTm img {
  width: 100%;
  height: 100%
}

.order_container__uh0If,
.order_order__9fCeN .order_inner__uYeKp {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.order_title__W6G_D h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.order_title__W6G_D p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.order_order__9fCeN {
  height: 365px;
  background: #fff;
  z-index: 2;
  position: relative;
}

.order_order__9fCeN .order_inner__uYeKp {
  display: flex;
  justify-content: center;
  height: 100%
}

.order_order__9fCeN .order_item__9pZvF {
  background: #fbfbfb;
  border-radius: 5px;
  max-width: 450px;
  position: relative;
  top: -33px
}

.order_order__9fCeN .order_item__9pZvF:not(:last-of-type) {
  margin-right: 30px
}

.order_order__9fCeN .order_item__9pZvF h4 {
  padding: 33px 36px 37px;
  font-size: 42px;
  font-family: PingFangSC-Semibold, PingFang SC;
  margin: 0
}

.order_order__9fCeN .order_content__Cc_K6 {
  display: flex;
  margin: 0 36px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z {
  flex: 1 1
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_label__q83Vt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_label__q83Vt img {
  width: 23px;
  height: 23px;
  margin-right: 6px
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O {
  padding-top: 25px
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  font-size: 21px;
  border: 0;
  outline: 0;
  color: #000
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O input::-moz-placeholder {
  color: #ddd
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O input:-ms-input-placeholder {
  color: #ddd
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O input::placeholder {
  color: #ddd
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z .order_text__Awm6O input:focus {
  border: 0
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z.order_to__5OPqM .order_label__q83Vt,
.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z.order_to__5OPqM .order_text__Awm6O {
  justify-content: flex-end
}

.order_order__9fCeN .order_content__Cc_K6 .order_picker__oFd2z.order_to__5OPqM .order_text__Awm6O input {
  text-align: right
}

.order_order__9fCeN .order_content__Cc_K6 .order_icon__xD_pZ {
  width: 37px;
  position: relative
}

.order_order__9fCeN .order_content__Cc_K6 .order_icon__xD_pZ img {
  width: 100%;
  position: absolute;
  bottom: 0
}

.order_order__9fCeN .order_extra__GY79Q {
  list-style: none;
  padding: 16px 36px;
  margin: 0;
  display: flex;
  align-items: center
}


.order_order__9fCeN .order_extra__GY79Q dd,
.order_order__9fCeN .order_extra__GY79Q dt {
  margin: 0
}

.order_order__9fCeN .order_extra__GY79Q dt {
  padding-right: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333
}

.order_order__9fCeN .order_extra__GY79Q dt{
  min-width: 48px;
  padding-right: 10px;
}
.order_order__9fCeN .order_extra__GY79Q dd label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #31394d;
  line-height: 20px;
  -webkit-background-clip: text;
  display: inline-flex;
  align-items: center;
  margin: 0
}

.order_order__9fCeN .order_extra__GY79Q dd label input {
  margin-right: 5px
}

.order_order__9fCeN .order_extra__GY79Q dd label:not(:last-of-type) {
  padding-right: 16px
}

.order_order__9fCeN .order_footer__Ml5ow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.order_order__9fCeN .order_footer__Ml5ow .order_btn__2z1Tp {
  height: 59px;
  width: 100%;
  background: #165dff;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  text-align: center;
  line-height: 59px;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 15px
}

.good_container__W8TqA,
.good_good__p1CYD .good_inner__kDPmh {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.good_good__p1CYD .good_inner__kDPmh .good_title__wQ18C h4,
.good_title__wQ18C h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.good_good__p1CYD .good_inner__kDPmh .good_title__wQ18C p,
.good_title__wQ18C p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.good_good__p1CYD {
  background-color: #fff;
  padding: 60px 0 127px
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy {
  display: flex;
  padding-top: 30px
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm {
  flex: 1 1
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm:not(:last-of-type) {
  margin-right: 30px
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm .good_img__fXGCI {
  height: 281px;
  background: #d8d8d8
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm .good_img__fXGCI img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm .good_sub__TolPN {
  padding-top: 24px
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm .good_sub__TolPN h5 {
  margin: 0;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.good_good__p1CYD .good_inner__kDPmh .good_views__WAVZy .good_view__AmTQm .good_sub__TolPN p {
  padding: 11px 0 0;
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.channel_container__s94Tw {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.channel_container__s94Tw .channel_title__vZmKv h4,
.channel_title__vZmKv h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.channel_container__s94Tw .channel_title__vZmKv p,
.channel_title__vZmKv p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.channel_container__s94Tw {
  padding: 60px 0 0
}

.channel_container__s94Tw .channel_box___4CMZ {
  display: flex;
  justify-content: space-around;
  padding: 100px 0 110px
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6 {
  flex: 1 1;
  display: flex;
  align-items: center;
  flex-direction: column
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6:not(:last-of-type) {
  margin-right: 50px
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6 .channel_icon__LMKWX {
  width: 126px;
  height: 126px
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6 .channel_icon__LMKWX img {
  width: 100%;
  height: auto
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6 h5 {
  font-size: 24px;
  color: #165dff;
  padding: 15px 0 11px;
  margin: 0
}

.channel_container__s94Tw .channel_box___4CMZ .channel_item____eB6 p {
  margin: 0;
  color: #666;
  width: 100%;
  text-align: center
}

.about_about__N9aLD .about_inner__jV04G,
.about_container__32Y7N {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.about_about__N9aLD .about_title__OOEiu h4,
.about_title__OOEiu h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.about_about__N9aLD .about_title__OOEiu p,
.about_title__OOEiu p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.about_about__N9aLD {
  padding-bottom: 60px
}

.about_about__N9aLD.about_a2__539ha {
  background-color: #fff
}

.about_about__N9aLD .about_inner__jV04G {
  display: flex
}

.about_about__N9aLD .about_left__4i_bF,
.about_about__N9aLD .about_right__rvORS {
  flex: 1 1
}

.about_about__N9aLD .about_img__ncwxt img {
  width: 100%;
  height: auto
}

.about_about__N9aLD .about_left__4i_bF {
  margin-right: 168px
}

.about_about__N9aLD .about_text__N2_Tb,
.about_about__N9aLD .about_text__N2_Tb .about_desc__aAxfM {
  padding-top: 60px
}

.about_about__N9aLD .about_text__N2_Tb .about_desc__aAxfM h5 {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
  margin: 0
}

.about_about__N9aLD .about_text__N2_Tb .about_desc__aAxfM p {
  padding-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #999;
  margin: 0
}

.about_about__N9aLD .about_left__4i_bF .about_img__ncwxt {
  padding-top: 104px
}

.about_about__N9aLD .about_right__rvORS .about_img__ncwxt {
  padding-top: 141px
}

.partner_container__gxJYg,
.partner_partner__EBf6F .partner_inner__2hy_V {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.partner_partner__EBf6F .partner_title__TPeC5 h4,
.partner_title__TPeC5 h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.partner_partner__EBf6F .partner_title__TPeC5 p,
.partner_title__TPeC5 p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.partner_partner__EBf6F {
  padding: 60px 0;
  background-color: #fff
}

.partner_partner__EBf6F .partner_inner__2hy_V {
  overflow: hidden
}

.partner_partner__EBf6F .partner_list__T_66s {
  padding: 40px 5px 60px
}

.partner_partner__EBf6F .partner_list__T_66s ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px
}

.partner_partner__EBf6F .partner_list__T_66s ul li {
  padding: 0;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 16px 0 hsla(0, 0%, 90%, .5);
  border-radius: 10px
}

.input_input__uGeT_ {
  display: flex;
  height: 58px;
  background: #f7f7f7;
  align-items: center;
  padding-left: 17px
}

.input_input__uGeT_ input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  flex: 1 1
}

.input_input__uGeT_ input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.input_input__uGeT_ input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.input_input__uGeT_ input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999
}

.input_input__uGeT_ .input_icon__He3sV {
  width: 29px;
  height: 20px;
  position: relative;
  padding-right: 9px;
  top: -4px
}

.input_input__uGeT_ .input_icon__He3sV img {
  width: 100%;
  height: 100%
}

.input_input__uGeT_ .input_btn__5U1Kr {
  width: 117px;
  font-weight: 400;
  display: block
}

.btn_btn__ceZnD,
.input_input__uGeT_ .input_btn__5U1Kr {
  height: 58px;
  background: #165dff;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none
}

.btn_btn__ceZnD {
  font-weight: 600;
  border-radius: 5px
}

.btn_btn__ceZnD.btn_block__gZeAX {
  display: block;
  width: 100%
}

.login_login__UN5jz {
  padding: 62px 81px 64px 102px;
  display: flex;
  width: 954px
}

.login_login__UN5jz .login_form___s83g {
  width: 356px
}

.login_login__UN5jz .login_form___s83g .login_h__GAhqG {
  padding-bottom: 28px
}

.login_login__UN5jz .login_form___s83g .login_h__GAhqG h5 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #000
}

.login_login__UN5jz .login_form___s83g .login_h__GAhqG p {
  margin: 0;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #999
}

.login_login__UN5jz .login_form___s83g .login_control__9VSvk {
  padding-bottom: 20px
}

.login_login__UN5jz .login_form___s83g .login_desc__SSH8u {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  padding: 0;
  margin: 0
}

.login_login__UN5jz .login_sp__a1uG_ {
  width: 184px;
  position: relative
}

.login_login__UN5jz .login_sp__a1uG_:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid #e3e3e3;
  z-index: 1
}

.login_login__UN5jz .login_sp__a1uG_:after {
  content: "或";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  padding: 2px
}

.login_login__UN5jz .login_rcode__8O33c {
  flex: 1 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.login_login__UN5jz .login_rcode__8O33c .login_img__TTGJM {
  width: 250px;
  height: 260px;
  border: 1px solid #ddd
}

.login_login__UN5jz .login_rcode__8O33c .login_img__TTGJM img {
  width: 100%;
  height: 100%
}

.login_login__UN5jz .login_rcode__8O33c p {
  margin: 0;
  padding: 12px 0 0
}

.us_container__r38r1,
.us_picker__NkeM8 .us_inner__iWwHL {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.us_picker__NkeM8 .us_title__MAYzJ h4,
.us_title__MAYzJ h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.us_picker__NkeM8 .us_title__MAYzJ p,
.us_title__MAYzJ p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.us_picker__NkeM8 .us_inner__iWwHL {
  padding: 60px 0 68px
}

.us_picker__NkeM8 .swiper-container {
  padding-top: 75px;
  width: 100%;
  overflow: hidden
}

.us_picker__NkeM8 .swiper-container .swiper-slide {
  width: 865px;
  height: 454px
}

.us_picker__NkeM8 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.footer_container__lKLmx,
.footer_footer__LV2HF .footer_inner__nOFwt {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.footer_title__q0weN h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.footer_title__q0weN p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}

.footer_footer__LV2HF {
  background-color: #fff;
  margin-top: 60px
}

.footer_footer__LV2HF .footer_inner__nOFwt {
  padding-top: 51px;
  padding-bottom: 15px;
}

.footer_footer__LV2HF .footer_nav__vbda7 {
  display: flex;
  justify-content: space-around
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_left__EhGME {
  flex: 1 1;
  display: flex
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_left__EhGME dl:not(:last-of-type) {
  padding-right: 100px
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_left__EhGME dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding-bottom: 16px
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_left__EhGME dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-bottom: 11px
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_right__1kSAC {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_right__1kSAC h4 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding-bottom: 11px
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_right__1kSAC p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-bottom: 11px;
  margin: 0
}

.footer_footer__LV2HF .footer_nav__vbda7 .footer_right__1kSAC .footer_img__JabzJ {
  width: 96px;
  height: 91px;
  border: 1px solid #e7e7e7;
  margin-top: 5px
}

.footer_img__JabzJ img {
  width: 100%;
  height: 100%;
}


.footer_footer__LV2HF .footer_copyright__MtvHG {
  height: 90px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}

.footer_footer__LV2HF .footer_copyright__MtvHG p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 0
}

.footer_footer__LV2HF .footer_copyright__MtvHG p:last-of-type {
  padding-top: 10px
}

.customer-service_container____74t {
  width:  var(--global-safe-width);
  transform: scale(var(--global-scale));

  margin: 0 auto
}

.customer-service_title__hqxe_ h4 {
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 10px
}

.customer-service_title__hqxe_ p {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666
}
.customer-service_customer__next{
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 26px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-service_customer__F6yki {

  background: #fbfbfb;
  padding: 10px 20px 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .256);
  border-radius: 6px;
  max-height: 600px;
  overflow: hidden;
  /* overflow: auto; */

}

.customer-service_customer__F6yki .customer-service_item__IfO1a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer
}

.customer-service_customer__F6yki .customer-service_item__IfO1a .customer-service_icon__pNFqp {
  width: 30px;
  height: 30px
}

.customer-service_customer__F6yki .customer-service_item__IfO1a .customer-service_icon__pNFqp img {
  width: 100%;
  height: 100%
}

.customer-service_customer__F6yki .customer-service_item__IfO1a p {
  padding-top: 5px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #666
}

.customer-service_customer__F6yki .customer-service_item__IfO1a:not(:last-of-type) {
  padding-bottom: 25px
}

.Home_container__bCOhY {
  padding: 0
}

.Home_main__nLjiQ {
  min-height: 100vh;
  padding: 4rem 0;
  flex: 1 1;
  flex-direction: column
}

.Home_footer____T7K,
.Home_main__nLjiQ {
  display: flex;
  justify-content: center;
  align-items: center
}

.Home_footer____T7K {
  flex: 1 1;
  padding: 2rem 0;
  border-top: 1px solid #eaeaea
}

.Home_footer____T7K a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1
}

.Home_title__T09hD a {
  color: #0070f3;
  text-decoration: none
}

.Home_title__T09hD a:active,
.Home_title__T09hD a:focus,
.Home_title__T09hD a:hover {
  text-decoration: underline
}

.Home_title__T09hD {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem
}

.Home_description__41Owk,
.Home_title__T09hD {
  text-align: center
}

.Home_description__41Owk {
  margin: 4rem 0;
  line-height: 1.5;
  font-size: 1.5rem
}

.Home_code__suPER {
  background: #fafafa;
  border-radius: 5px;
  padding: .75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace
}

.Home_grid__GxQ85 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px
}

.Home_card___LpL1 {
  margin: 1rem;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color .15s ease, border-color .15s ease;
  max-width: 300px
}

.Home_card___LpL1:active,
.Home_card___LpL1:focus,
.Home_card___LpL1:hover {
  color: #0070f3;
  border-color: #0070f3
}

.Home_card___LpL1 h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem
}

.Home_card___LpL1 p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5
}

.Home_logo__27_tb {
  height: 1em;
  margin-left: .5rem
}

@media (max-width:600px) {
  .Home_grid__GxQ85 {
    width: 100%;
    flex-direction: column
  }
}