/* .content{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
} */
.ml15{
  margin-left:15px;
}
.contentTop img{
  width:100%;
  /* height:400px; */
  display: flex;
}
.contentDiv{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.centerDiv{
  width:1200px;
  /* text-align:center; */
}
.contentDiv .firstBox{
  /* height:450px; */
  text-align:center;
  padding-bottom:40px;
}
.contentDiv .secondBox{
  background:rgb(244,247,252);
  width:100%;
  display:flex;
  justify-content: center;
  text-align:center;
  padding-bottom:40px;
}
.contentDiv .firstTitle {
  font-family: SourceHanSansCN-Medium;
  font-size: 28px;
  color: #21262D;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-top:56px;
}
.contentDiv .secondTitle {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #4F586C;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top:8px;
}
.centerDiv .thirdService{
  display: flex;
  justify-content: space-between;
  margin-top:40px;
}
.centerDiv .thirdService .item{
  width:384px;
  height:201px;
  /* padding:24px; */
  background: #FFFFFF;
  /* border: 1px solid rgba(230,230,230,1); */
  border-radius: 4px;
}
.centerDiv .thirdService .item .itemTitle{
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #21262D;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top:8px;
}
/* .centerDiv .thirdService .item img{
  width:64px;
  height:64px;
} */
.centerDiv .thirdService .item div:last-child{
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #4F586C;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top:12px;
}
.secondBox .thirdService .imgItem {
 width: 282px;
 height: 282px;
 position:relative;
 padding:36px 24px;
 cursor:ponter;
}
.secondBox .thirdService .imgItem .smegma {
 padding:36px 24px;
 width: 282px;
 height: 282px;
 position:absolute;
 background-color:rgba(0,0,0,0.5);
 bottom:0;
 display: none;
 left:0;
}
.secondBox .thirdService .imgItem .smegma .thirdServiceContent {
  margin-top:20px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.secondBox .thirdService .imgItem .smegma .thirdServiceSmegmaTitle {
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.50);
  font-weight: 700;
  text-align:left;
}

.secondBox .thirdService .imgItem1{
 background-image:url('/css/images/import/advantage1_44060ee.png');
 background-size:100% 100%;
}
.secondBox .thirdService .imgItem2{
 background:url('/css/images/import/advantage2_b8e92f8.png') ;
 background-size:100% 100%;
}
.secondBox .thirdService .imgItem3{
 background:url('/css/images/import/advantage3_ad5c403.png');
 background-size:100% 100%;
}
.secondBox .thirdService .imgItem4{
 background:url('/css/images/import/advantage4_cd52698.png');
 background-size:100% 100%;
}
.secondBox .thirdService .imgItem .thirdServiceTitle {
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.50);
  font-weight: 700;
  position:absolute;
  bottom:12px;
 }

.centerDiv .thirdProceduce{
  margin-bottom:40px;
  display:flex;
  justify-content: start;
  margin-top:60px;
  flex-wrap: wrap;
}
.centerDiv .thirdProceduce .proceduce {
 width:120px;
 height:115px;
}
.centerDiv .thirdProceduce .proceduce .proceduceIcon {
  width:80px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F7F9 100%);
  border: 2px solid rgba(23,93,255,0.5);
  box-shadow: 0px 0px 12px 0px rgba(18,51,82,0.15);
  margin:auto;
}
.centerDiv .thirdProceduce .proceduceActive .proceduceIcon {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F7F9 100%);
  border: 2px solid rgba(23,93,255,0.5);
  box-shadow: 0px 0px 12px 0px rgba(18,51,82,0.15);
}
.centerDiv .thirdProceduce .proceduce .proceduceIcon img {
   width:40px;
   height:40px;
   margin:20px;
}
.centerDiv .thirdProceduce .proceduce .proceduceTitle {
  font-family: SourceHanSansCN-Bold;
  width:130px;
  font-size: 16px;
  color: #21262D;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  padding:5px;
}
.centerDiv .thirdProceduce .proceduceActive .proceduceTitle {
  color: #017EFF ;
  border-bottom:3px solid #017EFF ;
}
.centerDiv .thirdProceduce .proceduceArrow  {
  width:68px;
  height:40px;
  position:relative;
  border-bottom:2px dashed #BCC2CD ;
  /* margin-left:30px;
  margin-right:20px; */
}
.centerDiv .thirdProceduce .proceduceArrow .arrow_right {
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #BCC2CD;
  border-top:8px solid transparent;
  font-size: 0;
  line-height: 0;
  position:absolute;
  top:31px;
  right:-15px;
}
.centerDiv .thirdProceduce .proceduceDetail  {
  width:100%;
  background:url('/css/images/export/proceduceDetailBg_d2f6d07.png') 100% 100%;
  height:136px;
  padding:36px 40px;
  margin-top:30px;
}
.centerDiv .thirdProceduce .proceduceDetail #proceduceDetailTitle  {
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  color: #21262D;
  letter-spacing: 0;
  font-weight: 700;
}
.centerDiv .thirdProceduce .proceduceDetail #proceduceDetailContent  {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #4F586C;
  line-height: 20px;
  margin-top:8px;
}
.contentDiv .fourBox {
  background:rgb(244,247,252);
  width:100%;
  display:flex;
  justify-content: center;
  text-align:center;
  padding-bottom:40px;
}
.centerDiv .standardDiv{
  display: flex;
  flex-wrap: wrap;
  padding:20px;
  text-align:start;
  background:white;
  margin-top:30px;
}
.centerDiv .standardLeft {
  width:50%;
}
.centerDiv .standardRight {
  flex:1;
}
.centerDiv .standardDiv .standardTitle{
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #21262D;
  letter-spacing: 0;
  font-weight: 700;
}
.centerDiv .standardDiv .standardContent{
  margin-top:16px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #4F586C;
  letter-spacing: 0;
  font-weight: 400;
}
.centerDiv .applyBtn{
  background:white;
  padding-bottom:20px;
}
.centerDiv  .applyBtn .btn{
  background: #017EFF;
  border-radius: 4px;
  width:136px;
  height:40px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  border:none;
  line-height: 40px;
}
.gotobtn{
  background: #FF8003;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}
.addImg{
  box-shadow: 0px 0px 12px 0px rgba(18,51,82,0.15);
}