@font-face{
  font-family: 'CenturySchlbkCyrillicBT';
  src: url('../fonts/CENTSCHBKCYRILL BT ROMAN.TTF');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.headtop {
  width: 100vw;
  height: 2rem;
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 999;
  padding: 0.5rem 0;
}

.headtop .wrapper {
  width: 75rem;
  margin: 0 auto;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.headtop .wrapper .right {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
  font-size: 1.25rem;
  color: #fff;
}
.headtop .wrapper .right .signup {
  padding: 0 1rem;
  height: 1.81rem;
  border-radius: 0.91rem;
  border: solid 0.13rem #f37869;
  text-align: center;
  line-height: 1.81rem;
  color: #f37869;
}
.headtop .wrapper .left {
  margin-left: 8px;
  font-size: 2.81rem;
  font-weight: 700;
  color: #fff;
  width: 40%;
}
.headtop .wrapper .left img{
  height: 2.5rem;
}

.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: rgba(0,102,204, 0.8);
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;
  color: white;
}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.headtop .mobilewrapper {
  width: 80vw;
  margin: 0 auto;
  height: 1.75rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.headtop .mobilewrapper .right {
  font-size: 1.25rem;
  color: #fff;
  /* margin-right: 1.34rem; */
}
.headtop .mobilewrapper .right .signup {
  padding: 0 1rem;
  height: 1.81rem;
  border-radius: 0.91rem;
  border: solid 0.13rem #f37869;
  text-align: center;
  line-height: 1.81rem;
  color: #f37869;
}
.headtop .mobilewrapper .left {
  margin-left: 8px;
  font-size: 2.81rem;
  font-weight: 700;
  color: #fff;
  width: 45%;
  display: flex;
}
.headtop .mobilewrapper .left .biaos{
  width: 1.78rem;
  height: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 1.13rem;
}
.headtop .mobilewrapper .left .biaos span{
  width: 1.78rem;
  height: 2px;
  background-color: #f37869;
}
.headtop .mobilewrapper .left img{
  height: 2rem;
}
.mobileNav {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    background-color: rgba(0,102,204, 0.8);
    z-index: 999;
    width: 100%;
    transition: 0.3s linear;
    overflow: hidden;
}

.mobileNav ul {
    width: 100%;
    margin-top: 10vw;
}

.mobileNav ul li {
    width: 100%;
    line-height: 10vw;
    text-align: center;
    color: white;
}

.mobileNav ul li a {
    font-size: 4vw;
}

.hideNav {
    height: 0;
}

.swiper-container {
  width: 100%;
  height: 75%;
  position: relative;
}

.swiper-container .notice::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  bottom: -20px;
}
.swiper-container .swipersum {
  position: absolute;
  top: 15vw;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

.swiper-container .swipersum .title {
  font-size: 2.95rem;
  font-weight: 700;
  width: 39.75rem;
  color: #f3786a;
  text-align: center;
  margin-bottom:10px;
}

.swiper-container .swipersum .intro {
  font-size: 1.3rem;
  width: 34.75rem;
  text-align: center;
  color: #fff;
  margin-top: 1.03rem;
}

.swiper-container .swipersum .btn {
  width: 8.06rem;
  height: 2.13rem;
  text-align: center;
  line-height: 2.13rem;
  background-color: #f37869;
  border-radius: 1.06rem;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 2.94rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 86px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.service {
  margin-top: 2.75rem;
  width: 100%;
}

.service .wrapper {
  width: 85vw;
  margin: 0 auto;
}

.service .wrapper .title {
  text-align: center;
  font-size: 2.35rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}
.service .wrapper .subt {
  text-align: center;
  font-size: 1.2rem;
  color: #818181;
  margin-top: 0.75rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}

.service .wrapper .content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}

.service .wrapper .content .item {
  width: 38.23vw;
  height: 25vw;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.63rem 0rem rgba(27, 12, 0, 0.1);
  border-radius: 0.63rem;
  margin: 5px 0;
  padding-bottom:20px;
}
.service .wrapper .content .item .name{
  font-size: 1.3rem;
  text-align: center;
  margin-top: 5%;
  /* margin-bottom: 5%; */
  font-weight: bold;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}

.service .wrapper .content .item img{
  width: 90%;
  height: 70%;
  margin: 0 5%;
  margin-top: 1rem;
}
.service .wrapper .content .item .serbtn{
  display: flex;
  justify-content: center;
}
.service .wrapper .content .item .btn{
  /* width: 13rem; */
  height: 1.63rem;
  line-height: 1.63rem;
  margin: 0 auto;
  background-color: #f37869;
	border-radius: 0.79rem;
  font-size: 0.98rem;
  text-align: center;
  margin-top: 3%;
  padding:0 16px;
  box-sizing: border-box;
}
.case{
  margin-top: 2.75rem;
  width: 100%;
}

.case .wrapper{
  width: 85vw;
  margin: 0 auto;
}
.case .wrapper .title {
  text-align: center;
  font-size: 2.35rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}
.case .wrapper .nav{
  display: flex;
  justify-content: center;
}

.case .wrapper .nav .nav-item{
  margin-top: 1.88rem;
  padding: 0 4rem;
  font-size: 1.2rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case .wrapper .nav .nav-item .line{
  width: 100%;
	height: 0.19rem;
	background-color: #f37869;
	border-radius: 0.07rem;
  margin-top: 0.28rem;
}

.case .wrapper .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.case .wrapper .content .item{
  width: 25.89vw;
	height: 15.76vw;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.63rem 0rem 
		rgba(27, 12, 0, 0.1);
	border-radius: 0.63rem;
  margin-top: 2.53rem;
}
.case .wrapper .content .item:nth-child(3n){
  margin-right:0px;

}

.case .wrapper .content .item img{
  margin: 1vw 5%;
  width: 90%;
	height: 13.76vw;
}
.worked{
  margin-top: 2.75rem;
  width: 100%;
  background-color: #f1f1f1;
}
.worked .wrapper{
  width: 40rem;
  margin: 0 auto;
}
.worked .wrapper .title{
  text-align: center;
  padding-top: 3.20rem;
  font-size: 2.34rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}

.worked .wrapper .subt{
  text-align: center;
  padding-top: 1.0rem;
  font-size: 1.34rem;
  color: #e55c4b;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}
.worked .wrapper .content{
  margin-top: 1.22rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.worked .wrapper .content .item{
  width: 5rem;
  height: 5rem;
  padding: 0 0.5rem;
  margin-top: 2.6rem;
}
.worked .wrapper .content .item img{
  width: 100%;
  height: 100%;
}

.about{
  margin-top: 2.88rem;
  width: 100%;
}

.about .wrapper{
  width: 85vw;
  margin: 0 auto;
}
.about .wrapper .title{
  text-align: center;
  font-size: 2.34rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}

.about .wrapper .subt{
  text-align: center;
  padding-top: 0.81rem;
  font-size: 1.2rem;
  color: #818181;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}

.about .wrapper .content {
  display: flex;
  margin: 2.28rem;
}
.about .wrapper .content .left{
  flex: 1;
  margin-right: 1.53rem;
  line-height:32px;
}
.about .wrapper .content .right{
  width: 45%;
  height: 100%;
}
.about .wrapper .content .right img{
  width: 100%;
  height: 100%;
}

.talk{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.22rem;
}
.talk .title{
  font-size: 2.35rem;
  font-family: 'CenturySchlbkCyrillicBT', sans-serif;
}
.talk .subt{
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.talk .subt1{
  font-size: 1.54rem;
}
.talk .subt2{
  margin-top: 1rem;
  font-size: 1.1rem;
}
.talk .qrcode{
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.talk .qrcode img{
  width: 7.2rem;
  height: 7.2rem;
}
.talk .outlink{
  display: flex;
  justify-content: center;
  margin-top: 0.9rem;
}
.talk .outlink .item{
  /* width: 1.34rem; */
  height: 2rem;
  margin: 0 1rem;
}
.talk .outlink .item img{
  width: 100%;
  height: 100%;
}
.talk .outlink .item1{
  width: 2.19rem;
  height: 1.34rem;
  margin: 0 1rem;
}
.talk .outlink .item1 img{
  width: 100%;
  height: 100%;
}

.footer{
  background-color: #e56555;
  width: 100%;
}
.footer .wrapper{
  width: 85vw;
  margin: 0 auto;
}
.footer .wrapper .top{
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  padding-top: 1.88rem;
}
.footer .wrapper .top .itme{
  margin-right: 3.94rem;
  margin-top: 1rem;
  width: 100%;
}
.footer .wrapper .top .itme .title{
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer .wrapper .top .itme input{
  border: none;
  background-color: #e56555;
  border-bottom: 1px solid #fff; /* 添加下划线 */  
  outline: none; /* 移除轮廓，避免聚焦时的默认样式 */  
  width: 100%;
  color:#fff;
}
.footer .wrapper .top .itme input::-webkit-input-placeholder {
   font-size:0.8rem;
}

.footer .bottom{
  margin-top: 2.8rem;
  color: #fff;
  font-size: 0.64rem;
}
.footer .bottom .title{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer .bottom .bottominput{
  display: flex;
  align-items: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
}
.footer .bottom .bottominput label{
  display: flex;
  align-items: center;
  margin-right: 5.4rem;
  white-space: nowrap;
}
.footer .bottom .bottominput label span{
  margin-left: 0.5rem;
}
.footer .bottom .btn{
  display: flex;
  justify-content: center;
}
.footer .bottom .submit{
  width: 10.84rem;
  height:2rem;
  margin: 0 auto;
  background-color: #000000;
	border-radius: 1.63rem;
  text-align: center;
  line-height: 1.28rem;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 2.22rem;
}


/* 或者，如果你只想针对特定的input元素，可以使用类名或ID */  
.my-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  
  color: #fff; 
  font-size: 0.68rem; 
  opacity: 0.4;
}  
.my-input::-moz-placeholder { /* Firefox 19+ */  
  color: #fff; 
  font-size: 0.68rem; 
  opacity: 0.4;
}  
.my-input:-ms-input-placeholder { /* IE 10+ */  
  color: #fff; 
  font-size: 0.68rem; 
  opacity: 0.4;
}  
.my-input:-moz-placeholder { /* Firefox 18- */  
  color: #fff; 
  font-size: 0.68rem; 
  opacity: 0.4;
}
.custom-radio {  
  /* 隐藏原始单选框 */  
  position: absolute;  
  z-index: -1;  
  opacity: 0;  
}  
  
