/* 头部 */
.hover-1:hover .dropdown-content {
  display: block;
}

@keyframes myanimation {
  0% {
    height: 0
  }

  100% {
    height: 344px;
  }
}

.dropdown-content {
  animation: myanimation .3s linear;
  position: absolute;
  width: 150px;
  height: 300px;
  opacity: 1;
  border-radius: 0px 0px 10px 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 33px 13px 0px rgba(0, 0, 0, 0.01), 0px 51px 14px 0px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  display: none;
  overflow: hidden;
  left: -40px;

}

.dropdown-content div {
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 20px;


}

.dropdown-content div:hover {
  background: #e9ebec;
}

.dropdown-content a {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: rgba(0, 0, 0, .8);
}

.display_none {
  display: none
}

.f {
  display: flex;
}

.f-c {
  justify-content: center;
  align-items: center;
}

.f-sb {
  justify-content: space-between
}

.f-sa {
  justify-content: space-around
}

.f-col {
  flex-direction: column
}

.header {
  z-index: 2;
  background-color: #fff;
}

.header .main {
  width: 1295px;
  margin: auto;
  display: flex;
  padding-right: 80px;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 150px;
  height: 39px;
}

.header {
  width: 100%px;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.nav ul {
  display: flex;
}

.nav ul li {
  font-size: 18px;
  margin-left: 58px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.nav-hover::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  z-index: -1;
  background: rgba(2, 227, 77, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 20px 6px 0px rgba(0, 0, 0, 0);
}

/* swiper */
.swiper-container {
  margin-top: 90px;
  height: 784px;
  width: 100%;

}

.swiper-img {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.swiper-MB {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../h5/static/swiper/MB.png");
  background-size: cover;

}

.swiper-textbox {
  width: 451px;
  height: 405px;
  position: absolute;
  left: 200px;
  top: 192px;
  bottom: 187px
}

.swiper-keyWord {
  font-size: 56px;
  font-weight: bold;
  line-height: 83px;
}

.swiper-des {
  margin-top: 14px;
  line-height: 28px;
  font-size: 16px;
  color: rgba(0, 0, 0, .8);
}

.swiper-btnWarp {
  margin-top: 38px;
}

.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  width: 210px;
  height: 60px;
  background: rgba(59, 245, 133, 1);
  border-radius: 60px;
}

/* video */
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 103px;
  width: 100%;
  background: rgba(29, 38, 58, 1);
}

.video-icon {
  width: 27px;
  height: 27px;
  background-image: url("../h5/static/Play.png");
  background-size: cover;
  cursor: pointer;
}

.video-text {
  color: #fff;
  cursor: pointer;
  margin-left: 13px;
  font-size: 17px;
}

/* 优势 */
.advantage {
  height: 457px;
  width: 1297px;
  margin: auto;
  margin-top: 90px;
}

.advantage-header {
  font-size: 36px;
  text-align: center;
  margin-bottom: 59px;
}

.advantage-cardContainer {
  display: flex;
  justify-content: space-between;
}

.advantage-card {
  padding: 36px;
  width: 418px;
  height: 330px;
  border-radius: 10px;
  border: 1px solid rgba(29, 38, 58, .12);
}

.advantage-icon1 {
  width: 50px;
  height: 50px;
  background-image: url("../h5/static/advantage/jujia.png");
  background-size: cover;

}

.advantage-icon2 {
  width: 48px;
  height: 50px;
  background-image: url("../h5/static/advantage/zhihui.png");
  background-size: cover;

}

.advantage-icon3 {
  width: 50px;
  height: 50px;
  background-image: url("../h5/static/advantage/zhuanjia.png");
  background-size: cover;

}

.advantage-title {
  font-size: 30px;
  color: rgba(38, 39, 41, 1);
  margin: 25px 0 27px 0;
}

.advantage-des {
  font-size: 17px;
  color: rgba(38, 39, 41, .7);
  line-height: 24px;
}

/* 查询 */
.search {
  height: 160px;
  width: 1297px;
  margin: auto;
  margin-top: 125px;
  border-radius: 15px;
  background: rgba(255, 121, 77, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  height: 56px;
}

.search-item a {
  color: #fff;
}

.search-item:not(:nth-of-type(4)) {
  border-right: 1px solid #fff;
}

.search-icon1 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../h5/static/search/search-icon-inbox.png");
  background-size: cover;
}

.search-icon2 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../h5/static/search/search-icon-search.png");
  background-size: cover;
}

.search-icon3 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../h5/static/search/search-icon-file.png");
  background-size: cover;
}

.search-icon4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../h5/static/search/search-icon-service.png");
  background-size: cover;
}

/* 介绍 */
.introduce {
  width: 1210px;
  margin: auto;
  margin-top: 153px;
  display: flex;
  justify-content: space-around;
}

.introduce-card {
  width: 429px;
  height: 598px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.introduce-card .introduce-img1 {
  width: 429px;
  height: 243px;
  background-image: url("../h5/static/introduce/introduce-1.png");
  background-size: cover;
}

.introduce-card .introduce-img2 {
  width: 429px;
  height: 243px;
  background-image: url("../h5/static/introduce/introduce-2.png");
  background-size: cover;
}

.introduce-card .introduce-title {
  margin: 40px 0 0 50px;
  font-size: 36px;
  font-weight: 500;
}

.introduce-card .introduce-desc {
  margin: 20px 0 0 50px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .7);
}

.introduce-btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}

.introduce-btnContainer .introduce-btn {
  width: 330px;
  height: 60px;
  border-radius: 40px;
  background: rgba(59, 245, 133, 1);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff
}

.introduce-detail {
  width: 480px;
  height: 472px;
}

.introduce-detail .title {
  margin-top: 187px;
  font-size: 28px;
  color: rgba(38, 39, 41, 1);
  font-weight: 500;
}

.introduce-detail .content {
  margin-top: 30px;
  font-size: 18px;
  color: rgba(38, 39, 41, .7);
  line-height: 1.5;
}

.introduce3 {
  display: flex;
  justify-content: space-between;
  width: 1210px;
  margin: auto;
  margin-top: 153px;
  height: 472px;
}

.introduce3-title {
  font-size: 28px;
  color: rgba(38, 39, 41, 1);
  font-weight: 500;
}

.introduce-item3-img {
  width: 619px;
  height: 472px;
  background-image: url("../h5/static/introduce/introduce-3.png");
  background-size: cover;
}

.introduce3-content {
  margin-top: 30px;
}

.introduce3-content li {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 1.5
}

.introduce3-btnContainer {
  width: 100%;
  margin-top: 43px;
}

.introduce3-btn {
  width: 410px;
  height: 80px;
  border-radius: 8px;
  background: rgba(59, 245, 133, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 127px;
}

/* 合作伙伴 */
.partner {
  width: 100%;
  margin-top: 100px;
  background: rgba(249, 250, 251, 1);
  height: 502px;
  display: flex;
}

.partner .content {
  width: 1217px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 141px;
}

.partner .content .title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

.partner .content .title span {
  position: relative;
  z-index: 1;
}

.partner .content .title span::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background: rgba(255, 121, 77, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 20px 6px 0px rgba(0, 0, 0, 0);
}

.partner .partner-img {
  display: flex;
  flex-wrap: wrap;
}

.partner-imgbox img:not(:nth-of-type(5)) {
  margin-right: 58px;

}

.partner-imgbox img {
  margin-bottom: 45px;

}

.partner-img1 {
  width: 286px;
  height: 47px;
}

.partner-img2 {
  width: 208px;
  height: 47px;
}

.partner-img3 {
  width: 182px;
  height: 55px;
}

.partner-img4 {
  width: 150.9px;
  height: 56px;
}

.partner-img5 {
  width: 137.67px;
  height: 63px;
}

.partner-img6 {
  width: 200px;
  height: 51px;
}

.partner-img7 {
  width: 152px;
  height: 51px;
  margin-left: 88px;
}

.partner-img8 {
  width: 208px;
  margin-left: 56px;
  height: 46.4px;
}

/* 底部 */
.footer-bgc {
  background: rgba(29, 38, 58, 1);
  width: 100%;
  padding-top: 55px;

}

.footer {
  margin: auto;
  width: 1217px;

}

.footer-list {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-list-nav-tit {
  font-size: 18px;

}

.footer-list-nav-con {
  margin-top: 23px;
}

.footer-list-nav-con li {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 2.4;
}

.footer-list-nav-con li:hover {
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
}

.footer-list-nav-con li a:hover {
  color: #fff
}

/* 备案 */
.copyright {
  color: rgba(255, 255, 255, .8);
  width: 1217px;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 2;
  position: relative;
}

.copyrightNum {
  margin-top: 50px;
  color: rgba(255, 255, 255, .8);

}

.QR {
  margin-bottom: 60px;
}

.QR img {
  width: 100px;
  height: 100px;

}

/* 走进健诊 */
/* 关于 */
.about {
  width: 1200px;
  margin: auto;

}

.about-title {
  margin-top: 171px;
  font-size: 36px;
  font-weight: 500;
  color: rgba(38, 39, 41, 1);
  text-align: center;
  margin-bottom: 53px;
}

.overview {
  padding: 50px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.1);

}

.overview .title {
  font-size: 28px;
  color: rgba(255, 121, 77, 1);
}

.overview .content {
  margin-top: 35px;
  font-size: 18px;
  text-indent: 2em;
  color: rgba(0, 0, 0, .8);
  line-height: 1.5;
}

.about-imgbox {
  margin-top: 100px;
  width: 1200px;
  ;

}

.about-imgbox div img {
  width: 100%;
  height: 100%;
}

.about-imgbox div1 img {
  width: 794px;
  height: 595px;
}

.about-imgbox .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 新闻中心 */
.news {
  width: 1238px;
  margin: auto;
  margin-top: 100px;
}

.news-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.news .desc {
  font-size: 24px;
  text-align: center;
  color: rgba(38, 39, 41, .7);
  margin-top: 10px;
}

.IndustryNews {
  margin-top: 100px;
}

.IndustryNews span {
  position: relative;
  margin-left: 30px;
  font-size: 28px;
  font-weight: 500;
}

.IndustryNews span::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: -20px;
  bottom: 6px;
  width: 10px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 121, 77, 1);
}

.IndustryNews>div {
  margin-top: 60px;
}

.news-item {
  width: 555px;
  height: 627px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(204, 204, 204, .1);
}

.news-item a {
  color: #fff;
}

.news-item .img {
  width: 555px;
  height: 417px;
}

.news-item .title {
  padding: 20px 30px 35px 30px;
  flex: 1
}

.news-item .title div:nth-of-type(1) {
  font-size: 20px;
  width: 495px;
  height: 88px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.news-item .title div:nth-of-type(2) {
  width: 97px;
  height: 40px;
  background: rgba(2, 227, 77, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 文化与价值 */
.culture {
  width: 1238px;
  margin: auto;
  margin-top: 100px;
}

.culture-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.culture .desc {
  font-size: 24px;
  text-align: center;
  color: rgba(38, 39, 41, .7);
  margin-top: 10px;
}

.culture-box {
  width: 1200px;
}

.culture-item {
  height: 663px;
  padding: 100px 0;
}

.culture-item img {
  width: 587px;
  height: 391px;
}

.culture-text {
  width: 500px;
}

.culture-item .pl {
  padding-left: 135px;
}

.culture-item .tit {
  font-size: 28px;
  color: rgba(38, 39, 41, 1);
  margin: 60px 0
}

.culture-item .des {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  width: 405px;
  height: 101px;
  line-height: 1.5;
}

.culture2-bgc {
  width: 100%;
}

.culture-item2 {
  background: rgba(249, 250, 251, 1);

  width: 100%;
}

.culture-item2 .culture-item {
  width: 1238px;
  margin: auto;
}

.culture-item3 {
  width: 1238px;
  margin: auto;
}

/* 社会 */
.society {
  width: 1238px;
  margin: auto;
  margin-top: 100px;
}

.society-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.society .desc {
  font-size: 24px;
  text-align: center;
  color: rgba(38, 39, 41, .7);
  margin-top: 10px;
}

.society-box {
  width: 1200px;
}

.society-item {
  height: 663px;
  padding: 100px 0;
}

.society-item img {
  width: 666px;
  height: 444px;
}

.society-text {
  width: 500px;
  padding: 150px 0px
}

.society-item .des {
  font-size: 28px;
  color: rgba(0, 0, 0, .7);
  width: 405px;
  height: 101px;
  line-height: 1.5;
}

.society2-bgc {
  width: 100%;
}

.society-item2 {
  background: rgba(249, 250, 251, 1);

  width: 100%;
}

.society-item2 .society-item {
  width: 1238px;
  margin: auto;
}

.society-item3 {
  width: 1238px;
  margin: auto;
}

.pdl-50 {
  padding-left: 50px;
}

/* 发展历程 */

.dev {
  width: 1295px;
  margin: auto;
}

.dev-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.dev .desc {
  font-size: 24px;
  text-align: center;
  color: rgba(38, 39, 41, .7);
  margin-top: 10px;
}

.timeLine-box {
  margin-top: 100px;
  margin-bottom: 160px;
}

.timeLine-box .title {
  display: flex;
  align-items: center;
}

.timeLine-box .title div:nth-of-type(1) {
  font-size: 34px;
  font-weight: 500;
  color: rgba(255, 121, 77, 1);
  margin-right: 47px;
  width: 144px;
}

.timeLine-box .title div:nth-of-type(2) {
  width: 28px;
  height: 28px;
  background: rgba(255, 121, 77, 1);
  border-radius: 50%;
  margin-right: 47px;
  position: relative;
}

.timeLine-box .line::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 16px;
  z-index: -1;
  height: 698px;
  opacity: 0.3;
  background: rgba(2, 227, 77, 1);

}

.timeLine-box .line::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 13px;
  z-index: -1;
  height: 450px;
  opacity: 0.3;
  background: rgba(2, 227, 77, 1);

}

.timeLine-box .line::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 12px;
  top: 460px;
  border-radius: 50%;
  opacity: 0.3;
  background: rgba(2, 227, 77, 1);

}

.timeLine-box .dot::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 12px;
  top: 233px;
  border-radius: 50%;
  opacity: 0.3;
  background: rgba(2, 227, 77, 1);

}

.timeLine-box .dot::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 12px;
  top: 215px;
  border-radius: 50%;
  opacity: 0.3;
  background: rgba(2, 227, 77, 1);

}

.timeLine-box .title div:nth-of-type(3) {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 121, 77, 1);
}

.timeLine-box .detail {
  margin-left: 273px;
}

.timeLine-box .detail div {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  line-height: 3;
}

/* 产品方案 */
.scheme {
  padding-bottom: 100px;
  margin-top: 171px;
}

.scheme .title {
  margin: auto;
  width: 1298px;
  font-size: 36px;
  font-weight: 500;
  color: rgba(38, 39, 41, 1);
  text-align: center;
}

.scheme .desc {
  margin: auto;
  width: 1298px;
  text-align: center;
  color: rgba(38, 39, 41, .7);
  font-size: 24px;
}

.scheme .item-1 {
  margin: auto;
  width: 1298px;
  margin-top: 120px;
  padding: 15px 0;
  display: flex;
}

.scheme .item-1>div:nth-of-type(1) {
  width: 710px;
}

.scheme .item-1 img {
  width: 578px;
  height: 438px;
}

.scheme-tit {
  font-size: 32px;
  font-weight: 500;
  color: rgba(255, 121, 77, 1);
  margin-bottom: 38px;
}

.scheme-subtit {
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;

}

.scheme-details {
  color: rgba(0, 0, 0, .7);
  font-size: 18px;
  width: 694px;
  margin-bottom: 23px;
}

.item-1 span {
  font-size: 18px;

}

.op7 {
  color: rgba(0, 0, 0, 0.7)
}

.op9 {
  color: rgba(0, 0, 0, 0.9)
}

.scheme .bgc {
  width: 100%;
  background: rgba(249, 250, 251, 1);
  margin-top: 39px;
  padding-top: 62px;
}

.scheme .item-2 {
  margin: auto;
  width: 1298px;
  display: flex;
}

.scheme .item-2 .text {
  width: 720px;
  padding: 82px 0 0 31px;
  height: 438px;
}

.scheme .item-3 {
  margin: auto;
  width: 1298px;
  display: flex;
  margin-top: 119px;
  height: 438px;
  background: rgb(3 227 77);
}

.scheme .item-3 .text {
  width: 720px;
  margin-top: 82px;
  margin-left: 171px;
}

.scheme .item-3 .text .tit {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 38px;
}

.scheme .item-3 .text .subtit {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.scheme .item-3 .text .li {
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.4
}

/* 研发中心 */
.team {
  margin-top: 91px;

}

.team .banner {
  width: 100%;
  height: 575px;
}

.team .banner img {
  width: 100%;
  height: 100%;
}

.team .title {
  text-align: center;
  margin-top: 53px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}

.team .description div {
  width: 200px;
  height: 200px;
}

.team .description {
  color: rgba(0, 0, 0, .7);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 79px;
}

.team .img {
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  margin-bottom: 110px;
}

.team .main {
  width: 1287px;
  margin: auto;
}

/* 人才发展 */
.talent {
  margin-top: 91px;
  background-color: #f9fafb;
  padding-bottom: 57px;
}

.talent .banner {
  width: 100%;
  height: 575px;
}

.talent .banner img {
  width: 100%;
  height: 100%;
}

.talent .main {
  width: 1298px;
  margin: auto;
}

.talent .title {
  margin-top: 53px;
  font-size: 28px;
  color: rgba(29, 38, 58, 1);
  font-weight: 500;
}

.talent .description {
  color: rgba(0, 0, 0, .7);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 63px;
}

#wrapper {
  width: 100%;
  height: 700px;
}

.info {
  width: 1295px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  ;
  margin-bottom: 50px;
}

.info-item {
  display: flex;
}

.info-item .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(2, 227, 77, .1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-item .img img {
  width: 36px;
  height: 36px;
  ;
}

.info-item .detail {
  margin-left: 14px;
}

.info-item .tit {
  color: rgba(0, 0, 0, .8);
  font-size: 24px;
  margin-bottom: 6px;
}

.info-item .desc {
  font-size: 18px;
  color: rgba(0, 0, 0, .8);
  width: 293px;
}

.form {
  padding: 32px;
  right: 61px;
  top: 91px;
  position: absolute;
  width: 390px;
  height: 600px;
  border-radius: 15px;
  background: rgba(255, 121, 77, 1);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
}

input {
  outline-style: none;
  border: 0px;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  background: rgba(255, 255, 255, .6);
  font-size: 14px;
  padding: 8px 10px;
  margin: 10px 0px;
  /* color: #fff; */
}

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

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea {
  outline-style: none;
  border: 0px;
  background: rgba(255, 255, 255, .6);
  border-radius: 10px;
  width: 100%;
  resize: none;
  font-size: 14px;
  padding: 8px 10px;
  margin: 10px 0px;

}

textarea,
input {
  font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

label {
  color: #fff;
}

.btn {
  height: 42px;
  background: #fff;
  color: rgba(255, 121, 77, 1);
  cursor: pointer;
  width: 100%;
  border-radius: 10px
}

@-webkit-keyframes toastAnimation {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  100% {
    opacity: 0;
  }
}

@keyframes toastAnimation {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  100% {
    opacity: 0;
  }
}

.toast-message {
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 120px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 16px 0 rgba(51, 51, 51, 0.30);
  border-radius: 8px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*-webkit-animation:toastAnimation 1.5s ease-in 0s 1 normal;
	*/
  /*animation:toastAnimation 1.5s ease-in 0s 1 normal;
	*/
}

.mainContent .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px
}

.mainContent .swiper-pagination-bullet {
  width: 74px;
  border-radius: 5px;
}

.mainContent .swiper-pagination-bullet-active {
  background-color: #20e662;

}

.map {
  /* background-image: url("./h5/static/contact/Rectangle.png");
  background-size: cover;
  overflow: hidden;
  margin-top: 91px;
  height: 819px;
  height: 100%; */
}