body {
  background: #F6F8FC;
  font-family: Microsoft YaHei;
}

.menu {
  margin-bottom: 20px;
  background: #FFFFFF;
}

.backwhite {
  margin-top: 60px;
  background: #ffffff;
}

.wdthform {
  width: 85%;
  max-width: 1600px !important;
}

::-webkit-input-placeholder {
  color: #CFCFCF;
}

:-ms-input-placeholder {
  color: #CFCFCF;
}

::placeholder {
  color: #CFCFCF;
}

select:required:invalid {
  color: #CFCFCF;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #333333;
}

.hide-ap {
  position: relative;
  display: block;
  top: -60px;
  height: 0;
  overflow: hidden;
}

.main-content {
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.card {
  background: #FFFFFF;
  border-radius: 20px;
}

.service-wrap {
  flex: 1;
  max-width: 944px;
  min-width: 0;
}

.photo-info {
  margin-bottom: 36px;
  height: 475px;
}

#photoSwiper {
  position: relative;
  width: 17%;
  height: 100%;
  padding-right: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

#photoSwiper .pre-page,
#photoSwiper .next-page {
  position: absolute;
  height: 30px;
  width: calc(100% - 16px);
  background: #fff;
  z-index: 10;
}

#photoSwiper .pre-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/to-icon.png) no-repeat center center;
  width: 12px;
  height: 12px;
}

#photoSwiper .next-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/to-icon.png) no-repeat center center;
  width: 12px;
  height: 12px;
}

#photoSwiper .pre-page {
  top: 0;
}

#photoSwiper .next-page {
  bottom: -2px;
}

#photoSwiper ul {
  margin: 0;
  padding: 0;
}

#photoSwiper li {
  margin-bottom: 9px;
  list-style: none;
  width: 100%;
  height: 105px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}

#photoSwiper li.actived,
#photoSwiper li:hover {
  border: 2px solid #FF5340;
}

#photoSwiper li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#currentPhoto {
  width: calc(83% - 16px);
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
}

.info-wrap {
  width: 640px;
  margin-left: 16px;
  height: fit-content;
  flex-shrink: 0;
}

.info-wrap-main {
  padding: 29px 23px 26px 30px;
}

.info-wrap-main .service-name {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.info-wrap-main .service-intro {
  margin: 13px 0 40px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 20px;
}

.info-wrap-main .service-intro span {
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  padding: 0 7px;
  background: #FF5340;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
}

.info-wrap-main .service-standard {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
}

.book-icon {
  display: inline-block;
  margin-right: 11px;
  width: 16px;
  height: 16px;
  background: url('http://static.test.weifenghr.com/static/stastic/base-qtb/images/book-icon.png') no-repeat;
  background-size: 100% 100%;
}

.info-wrap-main .service-standard-box p {
  display: flex;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}

.info-wrap-main .service-standard-box p img {
  margin-right: 14px;
  height: 18px;
  width: auto;
  object-fit: contain;
}

.info-wrap-main .service-standard-box p strong{
  color: #FF5340;
  font-weight: 400;
}

.info-wrap .contact-box {
  padding: 31px 36px 16px 29px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/form-back.png) #F2F3FE right top no-repeat;
  background-size: contain;
}

.info-wrap .contact-box-title {
  margin-bottom: 18px;
}

.guanjia-icon {
  display: inline-block;
  margin-right: 11px;
  width: 16px;
  height: 16px;
  background: url('http://static.test.weifenghr.com/static/stastic/base-qtb/images/guanjia-icon.png') no-repeat;
  background-size: 100% 100%;
}

.service-tabs {
  padding: 17px 10px 19px;
  border-bottom: 1px solid #E9E9E9;
  box-sizing: border-box;
}

.service-tabs.sticky {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

.top-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  background: #F6F8FC;
  z-index: 1001;
}

.service-tab {
  padding: 17px 0 19px;
  margin: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

.service-tab.actived {
  position: relative;
  color: #5865B7;
}

.service-tab.actived::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #5865B7;
}

.service-info-wrap {
  padding: 0 24px 24px;
}

.service-info-wrap .title {
  margin: 30px 0 19px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 1;
}

.info-wrap .contact-form {
  flex-wrap: wrap;
}

.info-wrap .contact-form-item {
  margin-bottom: 14px;
}

.info-wrap .contact-form-item .form-select {
  position: relative;
  flex: 1;
}

.info-wrap .contact-form-item select {
  padding-right: 32px !important;
}

.info-wrap .contact-form-item .form-select::after {
  position: absolute;
  content: "";
  background: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/xiajiantou.png) no-repeat;
  width: 10px;
  height: 5px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.info-wrap .contact-form-item select,
.info-wrap .contact-form-item input {
  flex: 1;
  width: 100%;
  padding: 0 16px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(127, 139, 218, 0.1);
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}

.info-wrap .contact-form label {
  width: 71px;
  margin-right: 12px;
  text-align: right;
  line-height: 20px;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.info-wrap .btn-wrap {
  padding: 24px 30px 30px;
}

.info-wrap.fixed {
  position: fixed;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
}

.info-wrap.absolute {
  position: absolute;
  bottom: 0;
}

.btn-wrap-agree {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 19px;
}

.btn-wrap-agree input[type=checkbox] {
  margin-right: 7px;
  width: 14px;
  height: 14px;
}

.btn-wrap-agree input[type=checkbox]::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.btn-wrap-agree input[type=checkbox]:checked::after {
  background-color: #FF5340;
}

.btn-wrap-agree input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 6px;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  z-index: 99;
  transform: rotate(45deg);
}

.btn-wrap-agree [type="checkbox"]:checked,
.btn-wrap-agree [type="checkbox"]:not(:checked) {
  position: relative;
  left: 0;
  cursor: pointer;
}

.btn-wrap-agree span {
  cursor: pointer;
}

.btn-wrap-group {
  margin-top: 18px;
}

.btn-wrap-group .btn {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #5865B7;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.btn-wrap-group .btn-primary {
  flex: 1;
  margin-right: 20px;
  background: #5865B7;
  color: #FFFFFF;
}

.btn-wrap-group .btn-ghost {
  width: 160px;
  color: #5865B7;
  background: #FFFFFF;
}

.card2 {
  padding: 24px;
  background: #F7F8FF;
  border-radius: 20px;
}

.card3 {
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 20px 0px rgba(154, 164, 239, 0.1);
  border-radius: 5px;
}

.card2 .card3:last-child {
  margin-bottom: 0;
}

.service-guarantee {
  padding: 39px 14px 6px 24px;
}

.card3 h1 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.card3 h2 {
  margin: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 1;
}

.card3 h2 span {
  position: relative;
}

.card3 h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background: #B3B9C8;
}

.card3 h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -140px;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background: #B3B9C8;
}

.card3 h4 {
  margin: 10px 0 28px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  white-space: pre;
  text-align: center;
}

.service-guarantee-content {
  flex-wrap: wrap;
}

.service-guarantee-content .item {
  width: 25%;
  margin-bottom: 24px;
  padding-right: 10px;
  box-sizing: border-box;
}

.service-guarantee-content .item img {
  margin-right: 11px;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  object-fit: cover;
}

.service-guarantee-content .item h3 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  color: #676C8A;
  line-height: 1;
}

.service-guarantee-content .item p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}

.service-guarantee-content .item h3,
.service-guarantee-content .item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.service-promise {
  margin: 40px 0 10px;
  border-radius: 20px;
  overflow: hidden;
}

.service-promise-title {
  position: relative;
  padding: 0 50px;
  height: 44px;
  background: #23B959;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  line-height: 44px;
}

.service-promise-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 24px;
  height: 24px;
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/gou-icon2.png) no-repeat center center;
  background-size: contain;
}

.service-promise-content {
  padding: 21px 21px 17px;
  background: #F1FFF3;
}

.service-promise-content .item {
  margin-bottom: 13px;
}

.service-promise-content .item img {
  margin-right: 9px;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  object-fit: contain;
}

.service-promise-content .item h4 {
  margin: 9px 0 5px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1;
}

.service-promise-content .item p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.faq-list {
  margin: 0;
  padding: 0 0 10px;
}

.faq-list li {
  list-style: none;
  padding: 15px 0 17px 25px;
  border-bottom: 1px solid #E3EAE5;
}

.faq-list li:first-child {
  padding-top: 0;
}

.faq-list li h4 {
  position: relative;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.faq-list li p {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.faq-list li h4::before,
.faq-list li p::before {
  position: absolute;
  left: -25px;
  width: 16px;
  line-height: 16px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

.faq-list li h4::before {
  content: "Q";
  top: 4px;
  background: #FF5340;
}

.faq-list li p::before {
  content: "A";
  top: 2px;
  background: #8290EF;
}

.service-list {
  padding: 40px 24px;
}

.service-list table {
  border-collapse: separate;
}

.service-list table th {
  border-bottom: 1px solid #F4E1D3;
}

.service-list table th:nth-child(1) {
  width: 25%;
  vertical-align: bottom;
}

.service-list table .first-th {
  height: 50px;
  background: #FFF5EE;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-radius: 20px 0 0 0;
  line-height: 50px;
  border-left: 1px solid #FFF5EE;
  border-right: 1px solid #FFF5EE;
}

.service-list table th:nth-child(2) {
  height: 70px;
  background: #FFAA71;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px -2px 20px 1px rgba(199, 88, 13, 0.3);
  border-left: 1px solid #FFAA71;
}

.service-list tbody {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  box-shadow: 5px 1px 13px -6px rgba(199, 88, 13, 0.3);
}

.service-list tbody tr td {
  padding: 8px 23px;
  min-height: 40px;
  border-bottom: 1px solid #F4E1D3;
  border-right: 1px solid #F4E1D3;
  line-height: 1.7;
}

.service-list tbody tr td img {
  margin: 0 auto;
}

.service-list tbody tr td span {
  color: #999999;
}

.service-list tbody .left-col {
  border-left: 1px solid #F4E1D3;
  text-align: center;
  box-shadow: inset -15px 1px 20px -16px rgba(199, 88, 13, 0.3);
}

.service-list .line-odd {
  background-color: #FFFFFF;
}

.service-list .line-even {
  background-color: #FFF9F5;
}

.question-list {
  padding: 39px 30px 5px 40px;
}

.question-list-content {
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
}

.question-list-content .item {
  width: 33.3%;
  margin-bottom: 35px;
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
}

.question-list-content .item img {
  margin-right: 17px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.question-list-content .item h3 {
  margin: 0 0 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #565656;
  line-height: 1;
}

.question-list-content .item h3 strong {
  color: #5865B7;
}

.question-list-content .item p {
  font-weight: 400;
  font-size: 12px;
  color: #959BA2;
  line-height: 1;
}

.question-list-content .item h3,
.question-list-content .item h3 strong,
.question-list-content .item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.need-certificates {
  padding: 40px 0;
  text-align: center;
}

.need-certificates-content {
  flex-wrap: wrap;
  padding-left: 20px;
  margin-bottom: 20px;
}

.need-certificates-content .item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 20px);
  margin: 0 20px 20px 0;
  border-radius: 8px;
  border: 1px solid #E7DFDB;
  box-sizing: border-box;
  text-align: left;
}

.need-certificates-content .item .item-top {
  padding: 20px 20px 12px;
}

.need-certificates-content .item h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}

.need-certificates-content .item .tag {
  width: fit-content;
  margin: 8px 0 16px;
  padding: 0 6px;
  font-weight: 400;
  font-size: 12px;
  color: #FF5340;
  line-height: 18px;
  background: #FFFFFF;
  border: 1px solid #FF5340;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.need-certificates-content .item .intro-title {
  margin: 0 0 7px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}

.need-certificates-content .item .intro-content {
  min-height: 54px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

.need-certificates-content .item .item-bottom {
  flex: 1;
  position: relative;
  padding: 30px 20px 7px 0;
  background: #FFF5F1;
  box-sizing: border-box;
}

.need-certificates-content .item .item-bottom::after {
  position: absolute;
  content: "好处";
  top: 0;
  left: 20px;
  width: 40px;
  height: 18px;
  background: #FF5340;
  border-radius: 0px 0px 3px 3px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
}

.need-certificates-content .item .item-bottom ul {
  margin: 0;
  padding: 0;
}

.need-certificates-content .item .item-bottom li {
  position: relative;
  list-style: none;
  padding-left: 37px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.need-certificates-content .item .item-bottom li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 12px;
  height: 9px;
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/gou-icon.png) no-repeat center center;
  background-size: contain;
}

button.reqiure-btn {
  width: 80%;
  height: 64px;
  background: #5865B7;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #FEFEFE;
  outline: none;
  border: none;
  cursor: pointer;
}

button.reqiure-btn span {
  position: relative;
  padding-left: 36px;
  line-height: 1;
}

button.reqiure-btn span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  opacity: 0.27;
  border-radius: 50%;
  animation: myBreath 2s linear infinite;
}

.certificates-display {
  padding: 39px 20px 40px;
  text-align: center;
}

.need-doc-title {
  margin-bottom: 19px;
  padding-left: 3px;
  text-align: left;
}

.need-doc-title span {
  flex-shrink: 0;
  padding: 0 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  background: #E8EAFE;
  text-align: center;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.need-doc-title .left-item {
  position: relative;
}

.need-doc-title .left-item::after {
  position: absolute;
  content: "";
  left: 257px;
  width: 9px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: linear-gradient(60deg, #E8EAFE 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(120deg, #E8EAFE 50%, rgba(255, 255, 255, 0) 50%);
  background-position: top left, bottom left;
  background-size: 100% 50%;
}

.need-doc-title .left-item .line {
  position: relative;
  margin: 0 4px 0 13px;
  flex: 1;
  height: 2px;
  background: #E8EAFE;
}

.need-doc-title .left-item .line::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #E8EAFE;
}

.need-doc-content {
  padding-bottom: 25px;
}

.need-doc-content .left-item {
  padding-right: 19px;
}

.need-doc-content .left-item .divider {
  width: 24px;
  height: 80%;
  margin-left: 19px;
}

.need-doc-content .left-item .item {
  width: calc(50% - 10px);
  margin: 0 10px 23px 0;
}

.need-doc-content .left-item .item img {
  margin-bottom: 9px;
  width: 100%;
  height: auto;
}

.need-doc-content .left-item .item p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.need-doc-content .left-item .item .tip {
  font-size: 14px;
  color: #999999;
}

.need-doc-content .right-item .item {
  margin-bottom: 35px;
}

.need-doc-content .right-item .item img {
  width: 100%;
  margin-bottom: 10px;
}

.need-doc-content .right-item .item p {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.need-doc-title .right-item,
.need-doc-content .right-item {
  flex-shrink: 0;
}

.service-progress {
  position: relative;
  margin: 24px 0 48px;
  justify-content: space-between;
}

.service-progress::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
  border-bottom: 1px dashed #D7DEE6;
  z-index: 5;
}

.service-progress .item {
  width: 21%;
}

.service-progress .progress-name {
  position: relative;
  padding-left: 5px;
  margin-bottom: 24px;
  min-height: 37px;
  background: #ffffff;
  z-index: 10;
}

.service-progress .progress-name p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.service-progress .progress-name p span {
  margin-right: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #FF5340;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.service-progress .progress-name .tip {
  padding-left: 24px;
  font-size: 12px;
  color: #FF5340;
  line-height: 1;
}

.service-progress .progress-content {
  padding: 12px;
  background: #F0F1F6;
  border-radius: 12px;
  min-height: 193px;
}

.service-progress .progress-content p {
  padding: 0 6px;
  height: 32px;
  background: #9199C8;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.word-wrap {
  white-space: wrap !important;
}

.service-progress .progress-content .progress-p {
  height: 53px;
  line-height: 1.2;
}

.service-progress .progress-content .change-icon {
  margin: 0 10px;
  width: 10%;
  object-fit: contain;
}

.service-progress .progress-content .progress-arrow {
  width: 21px;
  height: 15px;
  object-fit: contain;
  margin: 0 auto;
}

.service-progress .next {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-progress .next img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.more-service {
  padding: 49px 20px 50px;
}

.more-service .item {
  width: 25%;
  overflow: hidden;
}

.more-service .item img {
  margin-bottom: 14px;
  width: 60px;
  height: 60px;
}

.more-service .item h5 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1;
}

.more-service .item p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.reqiure-btn span::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.97;
  border-radius: 50%;
}

.recommend-handling {
  padding: 40px 17px 10px;
}

.recommend-handling-content {
  padding-bottom: 30px;
}

.recommend-handling-content .item h2 {
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: left;
  z-index: 5;
}

.recommend-handling-content .item h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FFC3AE;
  z-index: -1;
}

.recommend-handling-content .item p {
  width: calc(50% - 20px);
  margin: 0 10px 10px 0;
  height: 24px;
  padding: 0 5px;
  background: #E0E3FC;
  border-radius: 12px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-handling h2 {
  font-size: 18px;
  text-align: center;
}

.why-recommend {
  padding-top: 22px;
  margin-right: -24px;
}

.why-recommend .item {
  margin-bottom: 20px;
  margin-right: 24px;
  width: calc(25% - 24px);
}

.why-recommend .item img {
  margin-right: 7px;
  width: 34px;
  height: 34px;
}

.why-recommend .item h5 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
  color: #5865B7;
  line-height: 1;
}

.why-recommend .item p {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.company-type {
  padding: 40px 17px 10px;
}

.company-type h2 {
  margin: 0 0 6px 0;
  text-align: center;
  font-size: 18px;
}

.company-type-content {
  padding: 2px 3px 19px;
  margin-right: -20px;
}

.company-type-content .item {
  width: calc(33% - 21px);
  margin: 0 20px 21px 0;
  border-radius: 8px;
  border: 1px solid #E4E6EA;
  overflow: hidden;
}

.company-type-content .itemblue {
  background: #69BAEE;
}

.company-type-content .itemblue .circle {
  box-shadow: 0px 12px 20px 0px rgba(105, 186, 238, 0.35);
}

.company-type-content .itempurple {
  background: #AC75E9;
}

.company-type-content .itempurple .circle {
  box-shadow: 0px 12px 20px 0px rgba(172, 117, 233, 0.35);
}

.company-type-content .itemorange {
  background: #F69751;
}

.company-type-content .itemorange .circle {
  box-shadow: 0px 12px 20px 0px rgba(246, 151, 81, 0.35);
}

.company-type-content .itemgreen {
  background: #62D593;
}

.company-type-content .itemgreen .circle {
  box-shadow: 0px 12px 20px 0px rgba(98, 213, 147, 0.35);
}

.company-type-content .item-title {
  padding: 19px 0 31px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.company-type-content .item-title .circle {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.company-type-content .item-title .circle {
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 50%;
}

.company-type-content .item-title .circle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.company-type-content .item ul {
  height: 225px;
  margin: 0;
  padding: 69px 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.company-type-content .item ul li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w49 {
  width: 49%;
}

.recommend-handling-content .d-item:nth-child(odd) {
  padding-right: 20px;
}

.recommend-handling-content .d-item:nth-child(even) {
  margin-right: -10px;
}

.recommend-handling-content .d-item p {
  width: calc(33% - 20px);
}

.recommend-handling .stripe-box {
  margin-bottom: 13px;
}

.recommend-handling .stripe-box .item {
  position: relative;
  width: 25%;
  padding: 24px 20px;
  overflow: hidden;
}

.recommend-handling .stripe-box .item::before {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 15px;
  width: 80px;
  height: 80px;
  z-index: 3;
}

.recommend-handling .stripe-box .item:nth-child(1):before {
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/stripe1.png) no-repeat;
  background-size: contain;
}

.recommend-handling .stripe-box .item:nth-child(2):before {
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/stripe2.png) no-repeat;
  background-size: contain;
}

.recommend-handling .stripe-box .item:nth-child(3):before {
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/stripe3.png) no-repeat;
  background-size: contain;
}

.recommend-handling .stripe-box .item:nth-child(4):before {
  background: url(http://static.test.weifenghr.com/static/stastic/base-qtb/images/stripe4.png) no-repeat;
  background-size: contain;
}

.recommend-handling .stripe-box .item p {
  position: relative;
  padding-bottom: 28px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recommend-handling .stripe-box .item p::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  bottom: 15px;
}

.recommend-handling .stripe-box .item ul {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.recommend-handling .stripe-box .item li {
  position: relative;
  padding-left: 11px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend-handling .stripe-box .item li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  height: 4px;
  width: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}

.recommend-handling .stripe-box .item:nth-child(odd) {
  background: #8088BA;
}

.recommend-handling .stripe-box .item:nth-child(even) {
  background: #F7796C;
}

.city-select select {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0;
}

.city-select .form-select {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(127, 139, 218, 0.1);
}

.city-select .form-select select {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.qtb-intro {
  padding: 50px 30px 40px;
}

.qtb-intro-content img {
  width: 320px;
  height: 200px;
  margin-right: 30px;
  float: left;
  object-fit: cover;
  border-radius: 12px;
}

.qtb-intro-content p {
  text-indent: 2em;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

@media screen and (max-width: 1680px) {
  .info-wrap {
    width: 570px;
  }

  .photo-info {
    height: 409px;
  }

  #photoSwiper li {
    height: 84px;
  }

  .info-wrap .contact-box {
    padding: 21px 26px 16px 19px;
  }

  .service-progress .progress-content {
    padding: 10px 8px;
    min-height: 165px;
  }

  .service-progress .progress-content p {
    font-size: 12px;
  }

  .more-service {
    padding: 49px 0 50px;
  }

  .service-progress .progress-content .change-icon {
    margin: 0 5px;
  }

  .need-certificates-content .item .item-bottom::after,
  .need-certificates-content .item .item-bottom li::before {
    left: 12px;
  }

  .need-certificates-content .item .item-top {
    padding: 15px 12px 12px;
  }

  .need-certificates-content .item .item-bottom {
    padding: 27px 12px 7px 0;
  }

  .need-certificates-content .item .item-bottom li {
    padding-left: 29px;
  }
  
  .recommend-handling .stripe-box .item{
    padding: 15px 10px;
    line-height: 1.8;
  }
}


@media screen and (max-width: 1600px) {
  .wdthform {
    width: 90%;
  }

  .info-wrap {
    width: 530px;
  }

  .recommend-handling-content .d-item p {
    width: calc(50% - 20px);
  }

  .question-list-content .item h3 {
    margin: 0 0 9px;
    font-size: 16px;
  }

  .need-doc-content .left-item .item p {
    font-size: 14px;
  }

  .need-doc-content .left-item .item .tip {
    font-size: 12px;
  }

  .card3 h2 {
    font-size: 18px;
  }

  button.reqiure-btn {
    height: 58px;
    font-size: 16px;
  }

  .card3 h1 {
    font-size: 22px;
  }

  .card3 h4 {
    font-size: 14px;
  }

  .question-list {
    padding: 39px 20px 5px 30px;
  }

  .service-tab {
    font-size: 15px;
  }

  .service-guarantee-content .item img{
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }

  .service-guarantee-content .item h3{
    font-size: 15px;
  }
  .card2{
    padding: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .wdthform {
    width: 93%;
  }
}

@media screen and (max-width: 1367px) {
  .wdthform {
    width: 95%;
  }
}

@keyframes myBreath {
  0% {
    transform: scale(0.58) translateY(-75%);
  }

  50% {
    transform: scale(1) translateY(-50%);
  }

  100% {
    transform: scale(0.58) translateY(-75%);
  }
}