body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
.about .bg-solution {
  background: url('/image/bg-4.png') no-repeat !important;
  background-size: cover !important;
}
.about .bg {
  width: 100%;
  /*height: 2.6094rem;*/
  min-height: 280px;
  background: url('/image/bg.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .bg .bg-title {
  text-align: center;
}
.about .bg .bg-title div:first-child {
  font-size: 28px;
  color: #fff;
  margin-bottom: 19px;
}
.about .bg .bg-title div:last-child {
  font-size: 14px;
  color: #aaaaaa;
}
.about .about-main {
  min-width: 7.25rem;
  padding: 0.1rem 0 0.2813rem 0;
  display: flex;
  justify-content: center;
}

.title{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: left;
  color: #aaaaaa;
}
.title div {
  width: 7.25rem;
  margin: 0 auto;
}
.title a{
  text-decoration: none;
  color: #aaaaaa;
}
table{
  margin: 0 auto;
  margin-top: 50px;
 }
 table tr td{
  width: 20px;
  height: 20px;
  border: 1px solid black;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  }
  .btn{
   border: 1px solid black;
  }
  .pink{
   border: 1px solid red !important;
  }
  .contact{
    min-width: 6.25rem;
    display: flex;
    justify-content: center;
    padding-right: 30px;
    margin-bottom: 50px;
    /* justify-content: space-between; */
  }
  .contactSubmit {
      width: 101px;
	height: 40px;
	background-color: #1458e1;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	border: none;
	cursor: pointer;
  }
  .contact-div{
    display: flex;
    justify-content: center;
    width: 300px;
    border: 1px solid red;
  }
  .contact-right .inputdiv{
    display: flex;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .contact .contact-left{
    width: 800px;
   
  }
  .contact .contact-right{
    margin-left: 30px;
    width: 400px;
    margin-top: 30px;
  }
  .contact .contact-left p{
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 50px;
  }
  .contact .contact-left ul li{
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 14px;
    color: #636363;
  }
  @media (max-width: 700px){
    .contact{
      display: flex;
      flex-direction: column !important;
    }
    .contact .contact-left{
      width: 350px !important;
     
    }
    .contact .contact-right{
      margin-left: 30px;
      width: 320px !important;
      margin-top: 30px;
    }
    .title div {
        width: 100%;
        margin: 0;
        padding-left: 10px;
    }
  }