body {
  width: 100%;
  height: auto;
  background: repeating-linear-gradient(to left, #f2e9fd, #d9ebfe);
  background-size: cover;
  font-family: "微软雅黑";
}

a:hover {
  text-decoration: none;
}

.container {
  width: 1116.8px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.empty-header {
  width: 100%;
  height: 80px;
}

.header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0px 3px 8px 0px rgba(0, 72, 129, 0.1);
}

.center {
  justify-content: center;
  align-items: center;
}

.header-container,
.header-logo {
  height: 80px;
  justify-content: center;
  align-items: center;
}

.header-span-1 {
  font-size: 19px;
  color: #001e36;
  font-weight: bold;
}

.header-img-1 {
  width: 35.6px;
  height: 24.2px;
  margin-right: 8px;
}

.header-a {
  width: 60px;
  height: 20px;
  font-size: 14.4px;
  color: #001e36;
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.header-contact {
  width: 180px;
  height: 40px;
  background: #1473e6;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
  font-size: 14.4px;
  color: #ffffff;
  margin-left: 50px;
  text-align: center;
}

.swiper-outside {
  width: 100%;
  height: 624px;
  margin-top: 24px;
}

.swiper-outside-bg {
  margin-top: 0px !important;
  background: url("../image/1714095714673bg.jpg")
    no-repeat;
  background-size: cover;
}

.swiper-inside {
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 48px 24px 40px;
}

.swiper-outside .swiper {
  width: 514.8px;
  height: 575.6px;
  margin-left: 76px;
}

.swiper-outside .slide-right {
  width: 514.8px;
  height: 575.6px;
}

.left-1 {
  height: 84.4px;
}

.left-1 img {
  width: 68.4px;
  height: 68.4px;
  margin-top: 8px;
}

.left-2 {
  height: 51px;
  line-height: 51px;
  font-size: 28.8px;
  color: #000000;
  font-weight: bold;
  margin-top: 15px;
}

.left-3 {
  height: 56px;
  font-size: 35.2px;
  color: #0d0d25;
  line-height: 56px;
  font-weight: bolder;
  margin-top: 11px;
}

.left-4 {
  margin-top: 20px;
  line-height: 36.8px;
  color: #000000;
  font-size: 19px;
}

.left-5 {
  margin-top: 40px;
  align-items: center;
}

.left-5 a:nth-of-type(1) {
  width: 192px;
  height: 56px;
  background: #1473e6;
  border-radius: 8px;
  line-height: 56px;
  text-align: center;
  font-size: 19.2px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
}

.left-5 a:nth-of-type(2) {
  font-size: 14.4px;
  font-weight: bold;
  color: #000000;
  width: 100px;
}

.left-5 a:nth-of-type(2) img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.left-6 {
  line-height: 33px;
  height: 33px;
  font-size: 12.8px;
  color: #262626;
  margin-top: 14px;
}

.goods {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.goods-container {
  height: auto;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
}

.goods-title {
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  color: #0d0d25;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
}

.goods-desc {
  height: auto;
  line-height: 36.8px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}

.goods-desc span {
  color: #ff0000;
}

.goods-list {
  margin-top: 45px;
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.goods-item {
  width: 320px;
  height: 360px;
  background: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 27, 48, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 0 0 15px;
  margin-right: 32px;
  margin-bottom: 20px;
}

.goods-img {
  width: 80px;
  height: 80px;
}

.goods-name {
  height: 47px;
  line-height: 47px;
  margin-top: 15px;
  font-size: 24px;
  color: #0d0d25;
  font-weight: bold;
}

.goods-name span {
  color: #ff0000;
}

.goods-tip-1,
.goods-tip-2 {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 14.4px;
  font-weight: 400;
}

.goods-tip-3 {
  height: 37px;
  line-height: 37px;
  color: #0d0d25;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 11px;
  font-size: 16px;
}

.goods-button {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #1473e6;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.appraise {
  width: 100%;
  height: 544px;
}

.appraise-container {
  height: 544px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 32px;
}

.appraise-title {
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  color: #0d0d25;
  font-weight: bold;
  padding-top: 46px;
  text-align: center;
}

.appraise-desc {
  height: 37px;
  line-height: 37px;
  margin-top: 10px;
  text-align: center;
  color: #000000;
  font-size: 16px;
}

.appraise-item {
  margin-left: 8px;
  margin-right: 8px;
  height: 176px;
  box-sizing: border-box;
  padding: 17px;
  border-radius: 8px;
}

.appraise-item:nth-of-type(1) {
  margin-top: 117px;
  background: #f5ebfe;
  border: 2px solid #d1c0e1;
}

.appraise-item:nth-of-type(3) {
  margin-top: 117px;
  background: #ebedff;
  border: 2px solid #6f6fb6;
}

.appraise-item:nth-of-type(2) {
  margin-top: 53px;
  background: #fef5e6;
  border: 2px solid #cfa97e;
}

.appraise-item:nth-of-type(4) {
  margin-top: 53px;
  background: #fde7f1;
  border: 2px solid #ce85a0;
}

.appraise-item-img {
  width: 31.6px;
  height: 31.6px;
}

.appraise-item-tip-1 {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
}

.appraise-item-tip-2 {
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}

.evaluate {
  width: 100%;
  height: 656px;
}

.evaluate-container {
  height: 656px;
  background-color: #f4f4f4;
}

.evaluate-title {
  height: 52px;
  line-height: 52px;
  font-weight: bolder;
  color: #0d0d25;
  text-align: center;
  padding-top: 46px;
  margin-bottom: 53px;
  font-size: 32px;
}

.evaluate .swiper {
  width: 1036.8px;
}

.evaluate .swiper-slide {
  height: 424px;
  background: #ffffff;
  box-shadow: 3px 5px 16px 0px rgba(0, 72, 129, 0.1);
  border-radius: 8px;
}

.evaluate-item-desc {
  padding: 73px 29px 0 37px;
  line-height: 36.8px;
  color: #0d0d25;
  font-size: 22.4px;
  font-weight: bold;
}

.evaluate-item-detail {
  height: 80px;
  padding: 0 42px 42px 42px;
}

.evaluate-item-detail img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.detail-name {
  height: 40px;
  line-height: 40px;
  color: #0d0d25;
  font-weight: bold;
  font-size: 19.2px;
}

.detail-profession {
  height: 16px;
  line-height: 16px;
  color: #9d9d9d;
  font-size: 14.4px;
}

.QandA {
  width: 100%;
  height: auto;
}

.QandA-container {
  height: 100%;
  background-color: #ffffff;
}

.QandA-title {
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  color: #0d0d0d;
  font-weight: bold;
  text-align: center;
  padding-top: 46px;
}

.QA-list {
  margin-top: 3px;
  padding: 50px;
}

.QA-item {
  margin-bottom: 24px;
  box-shadow: 3px 5px 16px 0px rgba(0, 72, 129, 0.2);
}

.question {
  height: 67px;
  padding: 0 16px 0 29px;
  font-size: 19.2px;
  line-height: 67px;
  color: #30323d;
  background-color: #ffffff;
  font-weight: bold;
}

.active .question {
  background-color: #1473e6;
  color: #ffffff;
}

.active .question img {
  display: none;
}

.answer {
  padding: 14px 29px;
  background-color: #ffffff;
  line-height: 38px;
  font-size: 18px;
  color: #878991;
  display: none;
}

.active .answer {
  display: block;
}

.question img {
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.fotter-container {
  width: 100%;
  background-color: #ffffff;
  height: 590px;
  text-align: center;
  align-items: center;
  margin-top: 32px;
}

.fotter-img {
  width: 80px;
  height: 80px;
  padding-top: 90px;
}

.fotter-title {
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  color: #0d0d0d;
  margin-top: 20px;
}

.fotter-desc {
  height: 36px;
  line-height: 36px;
  font-size: 14.4px;
  color: #0d0d25;
  margin-top: 4px;
}

.fotter-button {
  width: 192px;
  height: 56px;
  line-height: 56px;
  background: #1473e6;
  border-radius: 28px;
  font-size: 19.2px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 22px 0;
}

.fotter-empty-1 {
  width: 100%;
  height: 8px;
  background: url("../image/1714095714703img-022.png")
    no-repeat center center;
  background-size: cover;
}

.footer-href {
  width: 100%;
  height: 40px;
  box-shadow: 0px 1px 0px 0px rgba(153, 153, 153, 0.6);
}

.footer-href span {
  margin-right: 10px;
  font-size: 12.8px;
}

.footer-href a {
  padding: 0 10px;
  font-size: 12.8px;
  color: #333333;
}

.footer-href a img {
  width: 18.8px;
  height: 18.8px;
  margin-right: 2px;
}

.fotter-tip-1 {
  height: 33px;
  line-height: 33px;
  font-size: 12.8px;
  color: #333333;
  margin-top: 5px;
}

.fotter-tip-2 {
  height: 33px;
  line-height: 33px;
  font-size: 12.8px;
  color: #333333;
}

.video-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

.video-mask-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.close-mask {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 100px;
  top: 100px;
  cursor: pointer;
}

.video {
  width: 1000px;
  height: 600px;
}

.video-mask.show {
  display: block;
}

.service{
    position: relative;
    position: fixed;
    top: 40%;
    right: 0;
    border: 1px solid #eceaea;
}

.service .btn{
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.service .btn a{
    color: #fff;
    background-color: #1473e6;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}