@charset "UTF-8";
#serviceGuarantee .banner {
  position: relative;
}
#serviceGuarantee .banner .defaultWidth p {
  padding-right: 835px;
}
#serviceGuarantee .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#serviceGuarantee .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#serviceGuarantee .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#serviceGuarantee .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#serviceGuarantee .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
@keyframes slideDown {
  from {
    top: -100px;
    /* 起始位置 */
  }
  to {
    top: 80px;
    /* 结束位置 */
  }
}
#serviceGuarantee .globalSpacing {
  padding: 100px 0;
}
#serviceGuarantee .serviceByHours {
  background-color: #F6F9FF;
}
#serviceGuarantee .serviceByHours .item-title-describe a {
  margin: 0;
  color: #2190F9;
  font-size: 15px;
}
#serviceGuarantee .serviceByHours .hour .contentshow {
  display: flex;
  gap: 30px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .single {
  flex: 0.2;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart span {
  font-size: 18px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart p {
  color: #030000;
  font-size: 15px;
  margin: 15px 0;
  line-height: 30px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart .text {
  color: #2190F9;
  font-size: 15px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .single a {
  color: #fff;
  background-color: #2190F9;
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .multiple {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#serviceGuarantee .serviceByHours .hour .contentshow .multiple .item {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
#serviceGuarantee .serviceByHours .hour .contentshow .multiple .item span {
  font-size: 18px;
}
#serviceGuarantee .serviceByHours .hour .contentshow .multiple .item p {
  font-size: 15px;
  margin-top: 10px;
}
#serviceGuarantee .freeFiling {
  background: #FDFDFD;
}
#serviceGuarantee .freeFiling .keepOnRecord {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#serviceGuarantee .freeFiling .keepOnRecord i {
  border-bottom: 2px dashed #707070;
  height: 55px;
}
#serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle {
  border: 2px solid #2190F9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle span {
  color: #393939;
  font-size: 15px;
}
#serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle p {
  font-size: 35px;
  color: #000;
}
#serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .text {
  font-size: 18px;
  margin-top: 20px;
}
#serviceGuarantee .fiveDayWorryFreeRefund {
  background: url("/web/shiwais3/assets/ecologicalCooperation/back.png") no-repeat;
  background-size: cover;
}
#serviceGuarantee .fiveDayWorryFreeRefund .item-title-describe p {
  padding: 0 150px;
  line-height: 30px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund {
  display: flex;
  gap: 30px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription {
  flex: 0.25;
  background: #fff;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 30px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription p {
  font-size: 15px;
  line-height: 20px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription p:not(:last-child) {
  margin-bottom: 15px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess {
  padding: 30px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess span {
  font-size: 20px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart i {
  border-bottom: 2px dashed #707070;
  height: 25px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .withinACircle {
  border: 2px solid #2190F9;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .withinACircle span {
  color: #2190F9;
  font-size: 18px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .text {
  font-size: 18px;
  margin-top: 20px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 60px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest a {
  background-color: #fff;
  color: #2190F9;
  border: 1px solid #2190F9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest a:hover {
  background: #2190F9;
  color: #fff;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest .refundButton {
  background: #2190F9;
  color: #fff;
}
#serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest .refundButton:hover {
  background-color: #fff;
  color: #2190F9;
}
#serviceGuarantee .welcomeToYourSuggestions {
  background-color: #F6F9FF;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal .buttons {
  display: flex;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal span {
  font-size: 20px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal img {
  width: 40px;
  height: 40px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal a {
  color: #2190F9;
  border: 1.5px solid #2190F9;
  padding: 2px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 15px;
  margin-top: 20px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal a:hover {
  background-color: #2190F9;
  color: #fff;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal .feedback {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal .complaint {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 30px;
}
#serviceGuarantee .welcomeToYourSuggestions .proposal .complaint img {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .banner {
    background: url("/web/shiwais3/assets/serviceGuarantee/banner.png") no-repeat !important;
    background-size: 300% 120% !important;
    background-position: -139vw -14vw !important;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
  }
  .navigation {
    display: none !important;
  }
  #serviceGuarantee .globalSpacing {
    padding: 10vw 0;
  }
  .item-title-describe p {
    padding: 0 6vw !important;
  }
  #serviceGuarantee .banner .defaultWidth p {
    padding-right: 16vw;
  }
  #serviceGuarantee .serviceByHours .item-title-describe a {
    display: inline !important;
    font-size: 3.5vw;
  }
  .defaultWidth .unified {
    padding-top: 10vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow {
    gap: 3vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .single {
    flex: 0.7;
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: none;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .multiple {
    flex: 0.7;
    gap: 3vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart span {
    font-size: 5vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart p {
    font-size: 3.5vw;
    margin: 4vw 0;
    line-height: 7vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .single .upperPart .text {
    font-size: 3.5vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .single a {
    width: 22vw;
    height: 8vw;
    margin-top: 10vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .multiple .item:nth-child(3) {
    display: none;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .multiple .item {
    box-shadow: none;
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .multiple .item span {
    font-size: 5vw;
  }
  #serviceGuarantee .serviceByHours .hour .contentshow .multiple .item p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  #serviceGuarantee .serviceByHours .hour .items {
    margin-top: 3vw !important;
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    background-color: #fff;
  }
  #serviceGuarantee .serviceByHours .hour .items span {
    font-size: 5vw;
  }
  #serviceGuarantee .serviceByHours .hour .items p {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  #serviceGuarantee .freeFiling .keepOnRecord {
    grid-template-columns: 1fr 1fr;
    gap: 15vw 0;
  }
  #serviceGuarantee .freeFiling .keepOnRecord i {
    display: none;
  }
  #serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle {
    width: 23vw;
    height: 23vw;
  }
  #serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle span {
    font-size: 3.5vw;
  }
  #serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle p {
    font-size: 8vw;
  }
  #serviceGuarantee .freeFiling .keepOnRecord .item-invitationExplanation .text {
    font-size: 5vw;
    margin-top: 5vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund {
    background: url("/web/shiwais3/assets/serviceGuarantee/back.png") no-repeat;
    background-size: cover;
    background-position: -6vw 32vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .item-title-describe p {
    display: none;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund {
    gap: 0;
    flex-direction: column-reverse;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess {
    padding: 0;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess span {
    font-size: 4.5vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart {
    margin-top: 10vw;
    justify-items: center;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .withinACircle {
    width: 10vw;
    height: 10vw;
    border: none;
    background: #2190F9;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .withinACircle span {
    font-size: 4vw;
    color: #fff;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart i {
    border-bottom: 0.4vw dashed #707070;
    height: 5vw;
    width: 13vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation .text {
    font-size: 3.5vw;
    margin-top: 3vw;
    white-space: nowrap;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .refundProcess .flowChart .item-invitationExplanation {
    width: 12vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest {
    padding: 10vw 0;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .technologicalProcess .submitARefundRequest a {
    width: 35vw;
    height: 11vw;
    font-size: 4vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription span {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription p:not(:last-child) {
    margin-bottom: 5vw;
  }
  #serviceGuarantee .fiveDayWorryFreeRefund .refund .textDescription p {
    font-size: 4vw;
    line-height: 6vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal p {
    display: none;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal {
    gap: 2vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal .feedback {
    padding: 3vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: none;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal .complaint {
    padding: 3vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: none;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal img {
    width: 7vw;
    height: 7vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal .complaint img {
    width: 6vw;
    height: 6vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal span {
    font-size: 4vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal a {
    border: 1.5px solid #000;
    color: #000;
    padding: 0.5vw 5vw;
    font-size: 3.6vw;
    margin-top: 10vw;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal .buttons {
    display: flex;
    justify-content: flex-end;
  }
  #serviceGuarantee .welcomeToYourSuggestions .proposal a:hover {
    background: #000;
  }
  .advertisingImagePlacement {
    margin-top: 0 !important;
  }
}

/*# sourceMappingURL=serviceGuarantee.css.map */
