:root {
  --white: white;
  --这招颜色: #00000080;
  --aaaaa: #f8f0f052;
  --black: black;
  --size: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

li:hover {
  border-radius: 8px;
  transform: translate(0, 2px);
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  flex-direction: column;
  display: flex;
}

.quick-stack {
  object-fit: fill;
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  max-width: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 44px;
  position: static;
  top: 0;
  overflow: visible;
}

.paragraph {
  aspect-ratio: auto;
  opacity: 1;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: 0 0 1px #0003;
  column-count: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 14px;
  margin-right: 15px;
  padding-left: 13px;
  font-style: normal;
  text-decoration: none;
}

.navbar {
  background-color: #f3f3f3;
  display: block;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex-direction: row;
  display: flex;
}

.image {
  border-radius: 44px;
  margin-left: 59px;
  padding-top: 4px;
  padding-left: 2px;
  transition: opacity .2s;
  box-shadow: -10px 0 8px 2px #0003;
}

.container {
  z-index: 10;
  position: sticky;
  top: 0;
}

.paragraph-2 {
  position: sticky;
  top: 0;
}

.section {
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.paragraph-3 {
  padding-top: 24px;
}

.button {
  text-align: center;
  background-color: #0a85f1;
  border-radius: 8px;
  margin-top: 27px;
}

.section-2 {
  margin-top: 21px;
}

.nav-link {
  border-radius: 0;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 44px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 173px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #333;
  text-align: center;
  cursor: pointer;
  margin-bottom: 12px;
  line-height: 16px;
  text-decoration: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.body-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.cell-2 {
  font-size: 22px;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #d3c6c6;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  color: #3f2bd6;
  text-align: left;
  text-shadow: 0 1px 1px #291bbe33;
  background-color: #fff;
  border: 1px #000;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-style: normal;
  text-decoration: underline;
  display: flex;
}

.aaaa {
  opacity: .58;
  background-color: #fff;
  border-bottom: 0 #000;
}

.aaaa.w--current {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: #333359;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  outline: 3px #7e7e7e;
  font-size: 18px;
  font-style: normal;
  transition: opacity .2s;
}

.tabs-menu {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.text-block-2 {
  font-size: 19px;
}

.flex-block {
  flex: 0 auto;
  align-items: center;
}

.form {
  object-fit: fill;
  flex-flow: column;
  place-content: stretch space-around;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: visible;
}

.submit-button {
  background-color: #2a90e9;
  border-radius: 6px;
  margin-top: 21px;
  margin-bottom: 28px;
}

.form-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: block;
}

.text-field {
  border-radius: 13px;
}

.text-field.inputform {
  padding-left: 11px;
  padding-right: 0;
}

.inputform.text-field {
  border-radius: 9px;
}

.linkchongzhi {
  color: #8180b2;
  align-self: flex-end;
  margin-top: -7px;
  text-decoration: none;
  position: absolute;
  inset: 28% 3% auto auto;
}

.linkchongzhi:hover {
  color: #211ec0;
}

.linkchongzhi.linklogin {
  position: static;
  inset: 0% 0% auto auto;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-shadow: 0 1px 1px #0003;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  width: 270px;
  margin-top: -46px;
  padding-top: 0;
  display: flex;
}

.div-block.loginbelowdiv {
  margin-top: -50px;
  margin-bottom: -50px;
  display: flex;
}

.tabs-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs {
  padding-top: 0;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.or-wrap {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link_close {
  position: absolute;
  inset: 20px auto auto 20px;
}

.social-image {
  width: 22px;
  position: absolute;
  top: 11px;
  left: 12px;
  right: auto;
}

.line {
  background-color: #d3d3d3;
  flex: 1;
  height: 1px;
}

.form-2 {
  padding: 25px;
}

.input {
  border-radius: 8px;
  min-height: 48px;
}

.input.no-margin {
  margin-bottom: 0;
}

.submit-button-2 {
  background-color: #ff5a5f;
  border-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.code-sent {
  margin-bottom: 10px;
  font-weight: 600;
}

.form-block-2 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
  margin-bottom: 0;
  box-shadow: 0 2px 5px #00000021;
}

.lightbox-modal {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.data-ms-auth {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.social-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.form-header {
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
}

.step-2 {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.disclaimer {
  opacity: .7;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.social-btn {
  color: #000;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #434de7;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.linkedin:hover {
  border-color: #0a66c2;
}

.social-btn.facebook:hover {
  border-color: #1777f2;
}

.container-5, .container-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-3 {
  margin-top: 94px;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 33px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-3 {
  opacity: .5;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.denglu2 {
  opacity: .76;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: static;
}

.denglu2:hover {
  opacity: 1;
}

.sectionqiehuanweixin {
  cursor: pointer;
  margin-top: -54px;
  margin-bottom: -89px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-4 {
  opacity: .69;
  display: inline-block;
}

.container-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  cursor: pointer;
  display: inline-block;
}

.div-block-3 {
  display: inline-block;
}

.sectionweixin {
  display: none;
}

.div-block2 {
  opacity: .63;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.sectionchongzhimima {
  display: none;
}

.formchongzhi {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.container-9 {
  width: 18rem;
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.yonghuzhuce {
  display: none;
}

.container-10 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 30em;
  display: flex;
}

.submit-button-3 {
  display: block;
}

.submit-button-3.zhuce-form-shuru {
  background-color: #2a90e9;
}

.form-3 {
  flex-direction: column;
  width: 23em;
  display: flex;
  position: relative;
}

.form-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.zhuce-form-shuru {
  border-radius: 9px;
}

.link {
  position: absolute;
  inset: 25% 3% 0% auto;
}

.container-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 7.1em;
  padding-right: 7.1em;
  display: flex;
}

.container-12 {
  background-color: #fff;
  height: 33px;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  height: 33px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
}

.nav-link-2 {
  text-align: center;
  background-color: #fff;
  flex: auto;
  order: 0;
  line-height: 0;
}

.container-13 {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.nav-link-3 {
  background-color: #fff;
}

.navlianjie {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  line-height: 0;
}

.navbar-3 {
  z-index: 1;
  color: #fff;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.body-3 {
  background-color: #fff0;
  height: auto;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  flex-flow: row;
  flex: auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.search-input {
  color: #0c0c0c;
  background-color: #ececec;
  border-radius: 20px;
  order: 1;
  align-self: auto;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
  position: static;
}

.div-block-5 {
  border-radius: 0;
  flex-flow: row;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.image-2 {
  text-align: center;
  border-radius: 20px;
  flex: auto;
  display: block;
}

.flex-block-2 {
  flex: auto;
  order: 0;
  align-self: center;
}

.image-3 {
  cursor: pointer;
  width: 22px;
  line-height: 20px;
  position: absolute;
  inset: 22% 7% 22% auto;
}

.div-block-6 {
  width: 500px;
  display: flex;
}

.container-14 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-14.wodezhuti {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  color: #0c0c0c;
  font-size: 15px;
}

.container-15 {
  flex: 1;
  margin-top: 10px;
  padding-left: 1px;
  padding-right: 0;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  direction: ltr;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  word-break: normal;
  border-radius: 0;
  overflow: hidden;
}

.section-4 {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.section-5 {
  z-index: 0;
  background-color: #fff;
  display: block;
  position: sticky;
  top: 0;
}

.zhutidiv {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.zhutidiv:hover {
  transform: translate(0, 2px);
}

.div-block-7 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-7.ttt {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 940px;
  max-width: 940px;
  display: flex;
}

.div-block-7.aaa {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.image-4 {
  width: 22px;
}

.zhuyezhuti {
  z-index: auto;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #0000003d;
  border-radius: 2px;
  align-items: center;
  width: 128px;
  max-width: none;
  height: 30px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 14px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.zhuyezhutitext {
  cursor: pointer;
  border-radius: 0;
  width: 121px;
  margin-right: 0;
  padding: 0 0 0 12px;
  font-size: 11px;
  position: static;
  box-shadow: 0 0 #0003;
}

.image-5 {
  opacity: .43;
  text-align: left;
  cursor: pointer;
  width: 22px;
  max-width: none;
  padding: 0;
  display: block;
  position: absolute;
  inset: 7% 0% 7% auto;
}

.yonghu_zhedie {
  z-index: auto;
  width: 20px;
  height: 30px;
  margin-right: -6px;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-3 {
  opacity: 1;
  cursor: default;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  inset: 0% -11px 0% 0%;
}

.icon-3:hover {
  opacity: 1;
}

.yonghuxialazu {
  z-index: auto;
  display: flex;
}

.yonghuxialazu.w--open {
  z-index: 1000;
  background-color: #fff;
}

.image-6 {
  position: static;
  inset: 17% -4% 0% auto;
}

.dropdown_yonghu {
  z-index: auto;
  position: absolute;
  inset: 7% 0% 0% 105px;
}

.div-block-10 {
  cursor: pointer;
}

.div-block-11 {
  z-index: 10000;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.form-4 {
  opacity: 1;
  color: #fcf7f7;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 377px;
  display: flex;
  position: relative;
}

.form-block-4 {
  background-color: #fff;
  width: 377px;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 389px;
  height: 170px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.field-label {
  background-color: #fff;
}

.submit-button-4 {
  outline-offset: 0px;
  border-radius: 6px;
  outline: 3px #fff;
  margin-left: 8px;
  margin-right: 8px;
}

.text-field-2 {
  border-radius: 6px;
}

.text-field-3 {
  float: none;
  clear: none;
  border-radius: 6px;
  width: 300px;
  height: 33px;
  margin-right: 8px;
}

.heading {
  font-size: 18px;
  font-weight: 400;
}

.text-block-5 {
  color: #7a7676;
  width: 45px;
  font-size: 15px;
  position: absolute;
  inset: 6% 7%;
}

.image-7 {
  z-index: 1001;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.yonghuxinxi {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  margin-left: -28px;
  padding-left: 0;
  display: none;
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: #f3f3f3;
  margin-left: -28px;
}

.dropdown-link {
  background-color: #fffdfd;
}

.dropdown-link:hover {
  background-color: #f1efef;
}

.dropdown-link.yonghu_xuanze {
  background-color: var(--white);
  cursor: pointer;
}

.dropdown-link.yonghu_xuanze:hover {
  background-color: #e4e2e2;
}

.yonghu_xuanze {
  background-color: var(--white);
}

.yonghu_xuanze:hover {
  background-color: #f3f3f3;
}

.timeline-node {
  border-left: 2px solid #dbd4d4;
  padding-left: 18px;
  display: block;
  position: relative;
}

.lianxian {
  align-self: flex-start;
}

.link-block {
  opacity: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  flex: 0 auto;
  margin-right: 12px;
  padding-right: 28px;
}

.paixuzhuti {
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-2 {
  border-bottom: 1px solid #00000047;
}

.dropdown-link-2.hoveronbtn:hover {
  background-color: #e4e2e2;
}

.dropdown-link-3 {
  border-bottom: 1px solid #00000047;
}

.dropdown-link-3.hoveronbtn:hover {
  background-color: #e4e2e2;
}

.image-8 {
  flex: 0 auto;
  margin-left: -12px;
  padding-left: 0;
  position: fixed;
}

.paragraph-6 {
  color: #080808;
  border-radius: 0;
  padding-left: 10px;
}

.section-6 {
  margin-top: 12px;
}

.container-16 {
  padding-left: 6px;
  display: block;
}

.container-16.container-15 {
  padding-left: 10px;
}

.container-17 {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container-17.below {
  flex-flow: column;
}

.paragraph-7 {
  border-bottom: 1px #00000052;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: block;
  position: relative;
}

.section-7 {
  margin-top: 0;
  padding-top: 63px;
}

.container-18 {
  padding-left: 10px;
  padding-right: 10px;
}

.personal {
  border-radius: 9px;
  height: 38px;
  display: none;
}

.button-2 {
  color: #000;
  background-color: #d6d7d8;
  border-radius: 17px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}

.link-2 {
  pointer-events: auto;
  cursor: pointer;
  padding-left: 33px;
}

.container-19 {
  padding-left: 10px;
}

.text-block-6 {
  font-size: 17px;
  display: inline-block;
}

.div-block-13 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.div-block-13.huise {
  opacity: 1;
}

.div-block-14 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-20 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 87vh;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.container-20.zhanshika {
  justify-content: flex-end;
  height: 520px;
  margin-top: 10px;
}

.cardfront {
  border-radius: 3px;
  width: 793px;
  height: 428px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.cardfront.cardback {
  border: 1px solid #000;
  flex: 0 auto;
  width: 793px;
  height: 428px;
  display: none;
}

.cardfront.cardback.jiuzheng {
  flex: 1;
  display: none;
}

.cardfront.cardback.backfangda {
  width: 100%;
  height: 85%;
}

.cardfront.cardfronta {
  border: 1px solid #000;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.cardfront.cardfronta.kapianqianmian {
  display: block;
}

.cardfront.cardfronta.kapianqianmian.div-block-16 {
  flex: 0 auto;
  width: 100%;
  height: 85%;
  display: block;
}

.cardfront.cardfronta.kapianqianmian.zaixiuding {
  flex: 1;
  display: block;
}

.section-8 {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.cardoperatorimage {
  cursor: pointer;
  width: 19px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.div-block-17 {
  overflow-wrap: anywhere;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 85%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  overflow: auto;
}

.div-block-17.aandq {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: none;
}

.body-4 {
  object-fit: fill;
  overflow: scroll;
}

.section-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container-21 {
  opacity: .64;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 8vh;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.cardxiananiuzu {
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 44px;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardxiananiuzu.shijianxianshezhi {
  width: 23px;
}

.zudiv {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 793px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-7 {
  align-items: center;
  display: flex;
}

.div-block-19 {
  display: flex;
}

.container-22 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.xuexiimgblock {
  width: 33px;
}

.div-block-20 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.section-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-23 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-21 {
  flex: 0 auto;
  position: static;
}

.div-block-21.top {
  width: 100%;
  height: 5vh;
}

.div-block-21.bottom {
  width: 100%;
  height: 10vh;
}

.div-block-21.blockxiabian {
  border: 1px solid #000;
  border-radius: 7px;
  flex: 1;
  width: 100%;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-21.blockxiabian-copy {
  border: 1px solid #000;
  border-radius: 7px;
  flex: 1;
  width: 100%;
  transition: opacity .2s;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.blocktop {
  width: 100%;
  height: 2vh;
}

.blockbottom {
  width: 100%;
  height: 10vh;
}

.divfront {
  border: 1px solid #000;
  border-radius: 7px;
  flex: 1;
  width: 100%;
  display: block;
  transform: rotate(0);
  box-shadow: 0 2px 5px #0003;
}

.section-11 {
  margin-top: 10px;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-list-2 {
  background-color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  width: 222px;
  display: none;
}

.dropdown-list-2.w--open {
  border-radius: 14px;
  display: block;
}

.dropdown-link-4 {
  display: block;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-22.shezhidiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-block-5, .checkbox-field {
  margin-bottom: 0;
}

.div-block-23 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-23.zuocechouti1 {
  flex-direction: column;
  padding-top: 40px;
  display: none;
  position: fixed;
  overflow: scroll;
}

.div-block-23.zuocechouti1.zuocevueloader {
  z-index: 1;
  flex-direction: row;
  display: none;
}

.div-block-24 {
  background-color: #c2c2c2;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto -1.3%;
}

.paragraph-8 {
  opacity: .71;
  position: relative;
  top: -7px;
}

.section-12 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-25 {
  margin-bottom: 10px;
}

.div-block-26 {
  display: inline-block;
}

.div-block-27 {
  object-fit: fill;
}

.vue-root {
  display: none;
  position: relative;
}

.vue-root.cardperform {
  width: 100%;
  height: 100%;
  display: none;
}

.vue-root.login.login3, .vue-root.fangda {
  display: block;
}

.html-embed {
  display: none;
}

.dropdown-link-5 {
  display: block;
}

.image-9 {
  margin-right: 10px;
}

.div-block-28 {
  z-index: 1;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-28.xinzengka, .div-block-28.xinzengka.fangdazhongxinzeng {
  display: none;
}

.div-block-28.bianji {
  display: flex;
}

.div-block-29 {
  clear: none;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  height: 80vh;
  display: block;
  position: static;
  overflow: hidden;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 33px;
}

.flex-block-3 {
  flex-direction: column;
  align-items: flex-end;
}

.form-block-6 {
  margin: 10px 20px;
}

.text-field-4, .text-field-5 {
  border-radius: 8px;
}

.submit-button-5 {
  border-radius: 4px;
}

.flex-block-4 {
  flex-direction: column;
  align-items: flex-end;
}

.textarea {
  border-radius: 8px;
}

.div-block-30 {
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-30.beimianblck30 {
  justify-content: space-between;
  width: 100%;
}

.image-10 {
  mix-blend-mode: normal;
}

.div-block-31 {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.heading-3 {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.dropdown {
  margin-bottom: 20px;
}

.div-block-32 {
  flex: 0 auto;
  height: auto;
  display: flex;
}

.div-block-32.quxiao {
  order: -1;
  height: auto;
}

.image-11 {
  flex: 0 auto;
  margin-top: 20px;
}

.div-block-33 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 5px;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: 500px;
  height: 100px;
  display: flex;
  position: static;
  inset: 50% auto auto 29%;
  box-shadow: 0 8px 5px #0003;
}

.div-block-34 {
  color: #fcfafa;
  text-align: center;
  background-color: #716fdd;
  border-radius: 10px;
  width: 70px;
  height: 30px;
  padding-top: 3px;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.flex-block-5 {
  justify-content: flex-end;
  width: 100%;
}

.flex-block-6 {
  width: 100%;
  padding-left: 40px;
}

.shifoushanchuzhezhao {
  z-index: 999;
  background-color: var(--这招颜色);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image-12, .image-13, .image-13.shunxu {
  display: none;
}

.image-14 {
  display: block;
}

.div-block-37 {
  display: flex;
}

.jiazaizhongzhezhao {
  z-index: 1001;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.jiazaizhongzhezhao.jiazaizhong {
  display: flex;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  display: flex;
}

.section-13 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.shurukuangxialajiansuojieguo {
  display: block;
}

.container-25 {
  border-bottom: 1px solid #d3d3d3;
}

.container-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.section-14 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.html-embed-2 {
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-direction: column;
  width: 94%;
  height: 100%;
  display: flex;
}

.tuozhuaibiankuang {
  flex-direction: column;
  align-items: center;
  width: 6%;
  height: 100%;
  display: flex;
}

.image-15 {
  opacity: .51;
}

.div-block-41, .div-block-42 {
  height: 50%;
}

.shoucangtiaozheng {
  display: flex;
}

.html-embed-3, .image-16, .html-embed-4 {
  display: none;
}

.div-block-43 {
  display: flex;
}

.kapianliebiao {
  display: none;
}

.html-embed-5 {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.tanchukuangxiugai {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.qianrukapian {
  flex-flow: wrap;
  flex: none;
  align-content: flex-start;
  display: flex;
  position: static;
}

.dropdown-2 {
  z-index: 0;
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  position: relative;
  right: -91px;
}

.piliangbianji {
  display: none;
}

.div-block-44 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 22px;
}

.heading-5 {
  font-size: 55px;
}

.heading-6 {
  opacity: .4;
}

.text-span {
  color: #0e0d0d;
}

.cell-4 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-6 {
  justify-content: flex-end;
  align-items: center;
}

.dropdown-toggle-2 {
  background-color: #0000;
}

.dropdown-toggle-2.w--open {
  z-index: 0;
  background-color: #0000;
}

.hoveronbtn:hover {
  background-color: #e4e2e2;
}

.div-block-45 {
  background-color: #ededed6e;
  border-radius: 7px;
  width: 60%;
  height: 40%;
  margin-top: 10px;
}

.div-block-45._333 {
  border-radius: 11px;
  width: 20%;
}

.div-block-45._333._11112 {
  width: 22%;
  height: 100%;
}

.div-block-45._333.loading-bar {
  background-color: var(--aaaaa);
}

.div-block-45.loading-bar {
  -webkit-text-fill-color: inherit;
  background-color: #f8f0f052;
  background-clip: border-box;
}

.div-block-45.loading-bar.topleft {
  width: 80%;
}

.div-block-45.loading-bar.topleft.topright {
  width: 10%;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-46 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  display: flex;
}

.div-block-47 {
  background-color: #ededed6e;
  width: 30%;
  height: 50%;
}

.div-block-47.div-block-45 {
  border-radius: 12px;
}

.div-block-48 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: wrap;
  width: 100%;
  height: 80px;
  display: flex;
}

.section-15 {
  display: block;
}

.quick-stack-3 {
  grid-row-gap: 20px;
}

.div-block-49 {
  width: 40%;
  height: 40px;
}

.div-block-49.erhang {
  width: 15%;
}

.div-block-49.erhang.kapian {
  width: 88%;
  height: 50vh;
}

.div-block-49.erhang.kapian.loading-bar {
  background-color: #f8f0f052;
}

.div-block-49.loading-bar {
  background-color: #f8f0f052;
  border-radius: 16px;
}

.cell-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.divbottom {
  width: 30%;
  height: 44px;
}

.cell-10 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.jiazaizhongperform, .section-16 {
  display: block;
}

.pdfdengdai {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  border-top: 1px #a19898;
  border-bottom: 1px solid #a19898;
  border-radius: 0;
  width: 100%;
  height: 50%;
  padding: 0 0 10px;
  position: relative;
  overflow: hidden;
}

.div-block-50.backblow {
  border: 1px #090808;
  border-top-width: 0;
  padding: 0;
  overflow: hidden;
}

.div-block-51 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-9 {
  padding-top: 10px;
}

.div-block-52 {
  clear: none;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #3b10e5;
  border-radius: 5px;
  padding: 2px 5px 1px 2px;
  font-size: 12px;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
}

.div-block-53 {
  border: 0 solid #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.form-block-7 {
  width: 100%;
}

.div-block-54 {
  width: 10vh;
}

.cell-11 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  padding-left: 13px;
  display: flex;
}

.image-17 {
  opacity: .54;
  cursor: pointer;
  margin-bottom: 9px;
  margin-left: 5px;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-56 {
  border-bottom: 1px solid #7a7878;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-57 {
  color: #fff9fa;
  background-color: #3898ec;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 38px;
  display: flex;
}

.div-block-57.personal {
  cursor: pointer;
  display: none;
}

.submit-button-6 {
  display: none;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 19px;
  padding-left: 24px;
  display: flex;
}

.vipdesc {
  margin-left: 23px;
}

.quick-stack-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

.container-27 {
  height: 78px;
}

.div-block-59 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 78px;
  display: flex;
}

.cell-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.rootpersonnal {
  display: none;
}

.jiazaizhongbg {
  z-index: 100;
  background-color: #faf9f9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quick-stack-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  border: 1px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  width: 80px;
  height: 50%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 4px -3px 6px 2px #0003;
}

.cell-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.cell-16, .cell-17 {
  justify-content: center;
  align-items: center;
}

.heading-7 {
  font-weight: 700;
}

.maincontent {
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.sidebar {
  flex: 0 auto;
  width: 0%;
  min-width: 0;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  top: 0;
  right: 0%;
}

.sidebar.sidebarright {
  flex: 0 auto;
  width: 0%;
}

.sidebaryincang {
  opacity: 0;
  position: fixed;
  top: 0%;
  right: 25px;
}

.sidebaryincang.xianshi {
  top: 0%;
  right: 140px;
}

.containerp {
  width: 100%;
  display: flex;
}

.sidebarr {
  width: 0%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.wxlogindiv {
  border: 1px solid #e3dddd;
  border-radius: 1px;
  width: 180px;
}

.div-block-61 {
  min-width: 50px;
}

.switch_liebiao {
  flex: 0 auto;
  order: 1;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.image-18 {
  cursor: pointer;
}

.div-block-62 {
  width: 20px;
}

.importin {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .search {
    margin-left: 10px;
  }

  .section-5 {
    z-index: auto;
  }

  .dropdown_yonghu {
    z-index: 0;
  }

  .container-20.zhanshika {
    flex: 0 auto;
    width: 100%;
  }

  .cardfront.cardback {
    flex: 1;
    display: none;
  }

  .cardfront.cardback.jiuzheng {
    width: 100%;
    display: none;
  }

  .cardfront.cardfronta.kapianqianmian {
    width: 794px;
  }

  .cardfront.cardfronta.kapianqianmian.zaixiuding {
    flex: 1;
    width: 100%;
    display: block;
  }

  .div-block-21, .blocktop {
    width: 100%;
    height: 5vh;
  }

  .div-block-23 {
    width: 50%;
  }

  .div-block-28.xinzengka {
    display: none;
  }

  .div-block-29 {
    width: 70vw;
  }

  .jiazaizhongzhezhao {
    display: flex;
    overflow: hidden;
  }

  .html-embed-5 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-2 {
    padding-right: 83px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #f3f3f3;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-3 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-3 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .icon-2 {
    background-color: #2927273d;
    border-radius: 11px;
  }

  .div-block-5 {
    width: 33px;
  }

  .container-14.wodezhuti {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list {
    justify-content: center;
    align-items: center;
  }

  .section-5 {
    z-index: auto;
  }

  .dropdown_yonghu {
    z-index: 0;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .div-block-9:hover {
    background-color: #f1f1f1;
  }

  .container-20 {
    width: 100vw;
  }

  .cardfront.cardback {
    width: 100%;
  }

  .container-21 {
    width: 100vw;
  }

  .div-block-18 {
    width: 794px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-23 {
    width: 50%;
  }

  .div-block-28.xinzengka {
    display: none;
  }

  .div-block-29 {
    width: 80vw;
  }

  .heading-3 {
    margin-top: 40px;
  }

  .image-11 {
    margin-top: 32px;
  }

  .shifoushanchuzhezhao {
    display: none;
  }

  .jiazaizhongzhezhao {
    display: flex;
    overflow: hidden;
  }

  .dropdown-2 {
    margin-right: 100px;
    padding-right: 0;
  }

  .section-17 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #f3f3f3;
  }

  .container-2 {
    max-width: none;
  }

  .form {
    position: static;
  }

  .submit-button {
    margin-top: 28px;
    margin-bottom: -15px;
  }

  .inputform.text-field {
    margin-top: 25px;
  }

  .linkchongzhi.linklogin {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% auto auto;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -15px;
    display: flex;
  }

  .div-block.loginbelowdiv {
    margin-top: -16px;
    margin-bottom: -35px;
  }

  .container-4, .container-7 {
    max-width: none;
  }

  .text-block-3 {
    margin-top: 11px;
  }

  .sectionchongzhimima {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 25px;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .navbar-3 {
    margin-bottom: 0;
  }

  .div-block-5 {
    justify-content: center;
    width: 33px;
  }

  .image-2 {
    width: auto;
  }

  .section-5 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .icon-3, .dropdown_yonghu {
    z-index: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9:hover {
    background-color: #f8f3f3;
  }

  .div-block-11 {
    align-items: flex-start;
    display: none;
  }

  .div-block-12 {
    display: flex;
    transform: scale(.8);
  }

  .text-block-6 {
    flex-wrap: wrap;
    align-content: center;
    display: flex;
  }

  .div-block-13 {
    display: flex;
  }

  .container-20.zhanshika {
    width: auto;
  }

  .cardfront.cardback.jiuzheng {
    width: 98%;
    display: none;
  }

  .cardfront.cardfronta.kapianqianmian.zaixiuding {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-8 {
    margin-top: 5px;
  }

  .div-block-16, .div-block-17 {
    display: flex;
  }

  .container-21 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .cardxiananiuzu {
    clear: none;
    position: relative;
  }

  .zudiv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-18 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    transform: scale(.8);
  }

  .imagezhuti {
    width: 20px;
  }

  .textzhuti {
    flex-wrap: wrap;
    align-content: center;
    font-size: 10px;
    display: flex;
  }

  .div-block-21.bottom, .blockbottom {
    height: 20vh;
  }

  .divfront {
    display: block;
  }

  .section-11 {
    width: 100vw;
  }

  .dropdown-list-2 {
    display: none;
    top: 42px;
    left: -97px;
  }

  .div-block-23 {
    width: 50%;
    display: none;
  }

  .div-block-23.zuocechouti1 {
    width: 80%;
  }

  .div-block-23.zuocechouti1.zuocevueloader, .div-block-28.xinzengka {
    display: none;
  }

  .div-block-28.bianji {
    display: flex;
  }

  .div-block-29 {
    width: 90vw;
    height: 90vh;
  }

  .div-block-32.quxiao {
    order: -1;
    width: auto;
    height: auto;
    display: flex;
  }

  .image-11 {
    margin-top: 34px;
  }

  .shijianxian {
    margin-right: 60px;
    padding-right: 0;
  }

  .jiazaizhongzhezhao {
    display: flex;
    overflow: hidden;
  }

  .div-block-40 {
    width: 90%;
  }

  .tuozhuaibiankuang {
    flex-direction: column;
    order: 0;
    align-items: center;
    width: 10%;
    height: 100%;
  }

  .image-15 {
    margin-top: 20px;
  }

  .div-block-41 {
    order: 1;
    height: 50%;
  }

  .shoucangtiaozheng {
    display: flex;
  }

  .dropdown-2 {
    margin-right: 150px;
  }

  .bold-text {
    font-size: 10px;
  }
}

#w-node-_5632bce2-e02a-395e-a9fb-b53cdab24e70-dab24e6a, #w-node-_5632bce2-e02a-395e-a9fb-b53cdab24e79-dab24e6a, #w-node-_5632bce2-e02a-395e-a9fb-b53cdab24e84-dab24e6a, #w-node-_71d76ac7-c853-5d40-80ab-0ec141c6dc27-ee063a07, #w-node-_71d76ac7-c853-5d40-80ab-0ec141c6dc30-ee063a07, #w-node-_71d76ac7-c853-5d40-80ab-0ec141c6dc3b-ee063a07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6af43575-ca64-90fd-8285-e124aeb1e31a-dbf730af, #w-node-d77f3400-b188-025d-9af9-bc9838cfc943-dbf730af {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_12f09377-7b1b-bfb4-9cb3-532e8642d593-8642d593 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2487ef46-db26-4716-6535-cab2a23a9fb6-a23a9fb5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2487ef46-db26-4716-6535-cab2a23a9fb7-a23a9fb5 {
  grid-column: span 2 / span 2;
}

#w-node-_3afe122b-a044-389c-6c67-c101d92e12dd-d37d2c66 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8e66d8b6-8d72-9cb4-4655-96bba7a34b62-1470cd65 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6359eb76-986d-c1c8-d083-8bbfc95bd8e0-d4c75034 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e9bb5ee-87a2-10de-2af6-7ddd06413489-d4c75034 {
  grid-row: span 2 / span 2;
}

#w-node-_8e66d8b6-8d72-9cb4-4655-96bba7a34b62-47285852 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}


