.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 295px;
  background-image: url('../../img/common/support-center-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-title {
  width: 50%;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  background: #475a7a;
}
@media screen and (max-width: 768px) {
  .banner {
    overflow: hidden;
    position: relative;
    height: 260rem;
    background: #475a7a;
  }
  .banner::before {
    right: -40rem;
    bottom: -85rem;
    content: '';
    position: absolute;
    width: 202rem;
    height: 215rem;
    background-image: url('../../img/common/support-center-mobile.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: contain;
  }
  .banner-title {
    width: 100%;
    font-size: 36rem;
  }
}
.wrap1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 256px;
  padding-bottom: 129px;
}
.wrap1::before {
  top: -178px;
  left: 92px;
  content: '';
  position: absolute;
  width: 300px;
  height: 281px;
  background-image: url('../../img/common/thanks-book.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 8;
}
.wrap1::after {
  top: -178px;
  right: 120px;
  content: '';
  position: absolute;
  width: 300px;
  height: 281px;
  background-image: url('../../img/common/thanks-book2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 8;
}
.wrap1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 513px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 24px 48px -12px rgba(94, 114, 154, 0.18);
}
.wrap1-header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 157px;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  margin-bottom: 32px;
  border-radius: 16px 16px 0 0;
}
.wrap1-header::after {
  content: '';
  position: absolute;
  bottom: 94px;
  right: -5px;
  width: 251px;
  height: 178px;
  background: linear-gradient(0deg, rgba(255, 229, 135, 0.5) -4.88%, rgba(255, 236, 194, 0) 116.95%);
  transform: rotate(45deg);
}
.wrap1-title {
  font-size: 20px;
  font-weight: 600;
  color: #F5A253;
  background: rgba(245, 162, 83, 0.1);
  padding: 9px 26px;
  margin-bottom: 22px;
  border-radius: 81px;
}
.wrap1-sub {
  flex: 1;
  width: 80%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #152e56;
  line-height: 1.8;
  margin-bottom: 11px;
}
.wrap1-text {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #152e56;
  margin-bottom: 38px;
}
.wrap1-btn {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  background: #f5a253;
  padding: 15px 43px;
  border-radius: 72px;
  margin-bottom: 54px;
}
.wrap1-btn:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
@media screen and (max-width: 768px) {
  .wrap1 {
    flex-direction: column;
    margin-top: 211rem;
    padding-bottom: 81rem;
  }
  .wrap1::before {
    position: absolute;
    top: -129rem;
    left: 35rem;
    width: 260rem;
    height: 242rem;
  }
  .wrap1::after {
    position: absolute;
    top: 630rem;
    left: 30rem;
    width: 263rem;
    height: 246rem;
  }
  .wrap1-box {
    width: 100%;
    border-radius: 16rem;
    box-shadow: 0 24rem 48rem -12rem rgba(94, 114, 154, 0.18);
    margin-bottom: 212rem;
  }
  .wrap1-box + .wrap1-box {
    margin-bottom: 0;
  }
  .wrap1-header {
    width: 100%;
    height: 157rem;
    margin-bottom: 41rem;
    border-radius: 16rem 16rem 0 0;
  }
  .wrap1-header::after {
    bottom: 119rem;
    right: 0;
    width: 193rem;
    height: 137rem;
  }
  .wrap1-title {
    font-size: 20rem;
    padding: 9rem 26rem;
    margin-bottom: 22rem;
    border-radius: 81rem;
  }
  .wrap1-sub {
    width: 90%;
    font-size: 24rem;
    margin-bottom: 13rem;
  }
  .wrap1-text {
    width: 90%;
    font-size: 16rem;
    margin-bottom: 30rem;
  }
  .wrap1-btn {
    font-size: 20rem;
    padding: 20rem 55rem;
    border-radius: 72rem;
    margin-bottom: 55rem;
  }
  .wrap1-btn:hover {
    border-radius: 82rem;
  }
}
.wrap2 {
  padding-bottom: 130px;
}
.wrap2-title {
  font-size: 32px;
  font-weight: 700;
  color: #171717;
  line-height: 1.8;
  margin-bottom: 43px;
}
.wrap2-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrap2-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 27%;
  height: 73px;
  font-size: 16px;
  font-weight: 400;
  color: #152e56;
  line-height: 1.8;
  padding-left: 23px;
  padding-right: 36px;
  background: #fdf3ea;
  margin-bottom: 23px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2-item:hover {
  transform: translateY(-20px);
}
.wrap2-item_icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 15px;
}
.wrap2-item_icon.icon1 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -192px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon1 {
    background-size: 1331rem 794rem !important;
  }
}
.wrap2-item_icon.icon2 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -251px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon2 {
    background-size: 1331rem 794rem !important;
  }
}
.wrap2-item_icon.icon3 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -310px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon3 {
    background-size: 1331rem 794rem !important;
  }
}
.wrap2-item_icon.icon4 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -368px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon4 {
    background-size: 1331rem 794rem !important;
  }
}
.wrap2-item_icon.icon5 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -427px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon5 {
    background-size: 1331rem 794rem !important;
  }
}
.wrap2-item_icon.icon6 {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -485px -168px;
}
@media screen and (max-width: 768px) {
  .wrap2-item_icon.icon6 {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap2 {
    padding-bottom: 80rem;
  }
  .wrap2-title {
    font-size: 28rem;
    margin-bottom: 30rem;
  }
  .wrap2-content {
    flex-direction: column;
  }
  .wrap2-item {
    width: inherit;
    height: 73rem;
    font-size: 16rem;
    padding-left: 23rem;
    padding-right: 36rem;
    margin-bottom: 23rem;
    border-radius: 10rem;
  }
  .wrap2-item_icon {
    width: 40rem;
    height: 40rem;
    margin-right: 15rem;
  }
  .wrap2-item_icon.icon1 {
    background-position: -192rem -168rem;
  }
  .wrap2-item_icon.icon2 {
    background-position: -251rem -168rem;
  }
  .wrap2-item_icon.icon3 {
    background-position: -310rem -168rem;
  }
  .wrap2-item_icon.icon4 {
    background-position: -368rem -168rem;
  }
  .wrap2-item_icon.icon5 {
    background-position: -427rem -168rem;
  }
  .wrap2-item_icon.icon6 {
    background-position: -485rem -168rem;
  }
}
.mm-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(92, 92, 92, 0.29);
  z-index: 99999;
}
.dialog-box {
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  padding: 64px 70px;
  border-radius: 14px;
}
.dialog-box[data-type='patient'] {
  padding: 0;
}
.dialog-box::-webkit-scrollbar {
  width: 10px;
  height: 100%;
}
.dialog-box::-webkit-scrollbar-thumb {
  border-radius: 0 14px 14px 0;
  background: #a8a8a8;
}
.dialog-box::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0 14px 14px 0;
}
@media screen and (max-width: 768px) {
  .mm-dialog {
    overflow-y: scroll;
  }
  .dialog-box {
    padding: 43rem 15rem;
    border-radius: 14rem;
  }
}
.dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 835px;
}
.dialog-container .dialog-header {
  position: relative;
}
.dialog-container .dialog-header_close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../../img/common/close.svg');
  cursor: pointer;
  z-index: 9999;
}
.dialog-container_title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #191919;
  line-height: 1.8;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .dialog-container {
    top: 15%;
    left: 3%;
    width: 94%;
    border-radius: 14rem;
    transform: unset;
    padding-bottom: 80rem;
  }
  .dialog-container_title {
    width: 93%;
    font-size: 20rem;
    margin: 0 auto 25rem;
  }
}
.common-form {
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: auto;
}
@media screen and (max-width: 768px) {
  .common-form {
    flex-direction: column;
  }
}
.common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.common-form.popup::before,
.common-form.popup::after {
  display: none;
}
.common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.common-form_item.half {
  flex: 0 0 353px;
}
.common-form_pact {
  display: flex;
  align-items: flex-start;
}
.common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form_input.error {
  border: 1px solid #d04c3f;
}
.common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form .file-box_collect {
  display: none;
  align-items: center;
}
.common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .common-form::after,
  .common-form::before {
    display: none;
  }
  .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .common-form_item.half {
    flex: unset;
  }
  .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .common-form_input::placeholder {
    font-size: 14rem;
  }
  .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.common-form::after,
.common-form::before {
  display: none;
}
.common-form_item.half {
  flex: 0 0 45%;
}
.common-form_input {
  font-size: 16px;
  padding: 12px 20px;
}
