.cloud-test-banner {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/Adv/banner.jpg) no-repeat center;
  color: #fff;
}

.cloud-test-banner h2 {
  font-size: 32px;
  font-weight: bold;
}

.cloud-test-banner h3 {
  font-size: 20px;
  margin: 30px 0 60px;
}

.cloud-test-banner a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background-color: #00C0FF;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.cloud-test-btns {
  display: flex;
  align-items: center;
}

.cloud-test-btns a:first-child {
  background-color: #DF7036;
  margin-right: 20px;
}

.cloud-test-navs{
  width: 100%;
  border-bottom: 1px solid #e1e4e5;
  padding: 10px 0;
  background-color: #fff;
}

.cloud-test-nav-items{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cloud-test-nav-items>a{
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 8px 0;
}

.cloud-test-nav-items>a.current{
  color: #00C0FF;
}

.fixed-top{
  top: 70px;
  position: fixed;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 100;

}

section {
  padding: 0 0 80px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

section h2 {
  font-size: 28px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 40px;
}

section h2 img:first-child {
  margin-right: 20px;
}

section h2 img:last-child {
  margin-left: 20px;
}

section h3 {
  font-size: 22px;
  color: #333;
  /* font-weight:lighter */
  font-weight: 530
}

section p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.service-list {
  width: 100%;
}


.paddingTop{
  padding-top: 128px;
}

.testing-service-area {
  display: flex;
}

.testing-service-area-left {
  width: 25%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  padding: 55px 30px 30px;
  box-sizing: border-box;
  align-items: center;
  min-height: 440px;

}

.testing-service-01 {
  background-image: url(../images/Adv/testing-service-01.png);
}

.testing-service-autoCompatibilityTest{
  background-image: url(../images/Adv/autoCompatibilityTest-bg.png);
}

.testing-service-02 {
  background-image: url(../images/Adv/testing-service-02.png);
}

.testing-service-03 {
  background-image: url(../images/Adv/testing-service-03.png);
}

.testing-service-04 {
  background-image: url(../images/Adv/testing-service-04.png);
}

.testing-service-area-left h3 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}

.testing-service-area-left p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 30px;
}

.testing-service-area-right {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}

.testing-service-area-right li {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #e1e4e5;
  background-color: #fff;
  border-left: none;
}

.testing-service-area-right li:nth-child(n+3) {
  margin-top: -1px;
}


.testing-service-area-right li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.testing-service-area-right li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
}

.preponderance-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.preponderance-list>li{
  width: 33.3333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 30px;
}

.preponderance-list>li h5{
  font-size: 20px;
    font-weight: bold;
    color: #303d58;
    margin-top: 25px;
}

.preponderance-list>li p{
  font-size: 16px;
    color: #879ab0;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}

.register-area{
  width: 100%;
  height: 400px;
  background:url(../images/Adv/beijing2.png) no-repeat center;
  margin-top: 180px;
  padding: 10px 60px 10px;
  box-sizing: border-box;
  color: #fff;
}

.register-inputs{
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.register-inputs>li{
  width: 302px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.register-inputs>li>span{
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: 3px;
  left: 5px;
}


.register-inputs>li>input{
  width: 100%;
height: 40px;
background: #FFFFFF;
border-radius: 4px;
box-sizing: border-box;
padding: 10px;
font-size: 14px;
margin-bottom: 20px;
outline: #347BF4;
}

.register-inputs input::placeholder{
  color: #999;
  font-size: 14px;
}

input[type=number] {
    -moz-appearance:textfield;
    outline: #488CF5;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register-inputs>li>.last-btn{
display: flex;
align-items: center;
justify-content: space-between;
width: 302px;
height: 40px;
background: #FFFFFF;
border-radius: 4px;
box-sizing: border-box;
padding-left: 10px;
font-size: 14px;
}

.register-inputs>li>.last-btn input{
  height: 100%;
  outline: none;
  width: 66%;
}

.register-inputs>li>.last-btn a{
  height: 72%;
  outline: none;
  flex: 1;
  border-left: 1px solid #e1e4e5;
  color: #347BF4;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  align-items: center;
  box-sizing: border-box;
}

.go-to-register{
  width: 150px;
height: 40px;
background: #F47622;
border-radius: 4px;
display: flex;
margin: 0 auto;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
align-items: center;
justify-content: center;
margin-top: 30px;
}







/* 适配移动端 */
@media screen and (max-width:1024px) {
  .container {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .cloud-test-banner {
    width: 100%;
    background-size: cover;
    padding: 2rem 1rem;
    box-sizing: border-box;
    height: auto;
  }

  .cloud-test-banner h2 {
    font-size: 1.3rem;
  }

  .cloud-test-banner h3 {
    font-size: 1rem;
    margin: 1.5rem 0px;
  }

  .cloud-test-banner a,
  .testone-btns button {
    font-size: .8rem;
    padding: .5rem 1.2rem;
  }

  .cloud-test-navs{
    display: none;
  }

  section {
    padding: 0 0;
  }

  section h2 {
    font-size: 1.3rem;
    padding: 2rem 0 1.5rem;
  }

  section h3 {
    font-size: 1.2rem;
  }

  section p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
  }

  .testing-service-area{
    flex-direction: column;
  }

  .testing-service-area-left{
    width: 100%;
    min-height: 3rem;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem;
  }

  .testing-service-area-left h3 {
    font-size: 1.2rem;
}

.testing-service-area-left p {
  margin-top: .8rem;
  font-size: .8rem;
}

.testing-service-area-right li {
  padding: 1rem;
}

.testing-service-area-right li:nth-child(odd){
  border-left: 1px solid #e1e4e5;
}

.testing-service-area-right li h3{
  font-size: 1rem;
}

.testing-service-area-right li p{
  font-size: .8rem;
}

.preponderance-list>li{
  width: 50%;
  padding: 1rem;
}

.preponderance-list>li img{
  max-width: 50%;
}

.preponderance-list>li h5{
  font-size: .9rem;
    margin-top: 1rem;
}

.preponderance-list>li p{
  font-size: .8rem;
    margin-top: 1rem;
}

.register-area{
  height: auto;
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  color: #fff;
}

.register-inputs {
  width: 100%;
}

.register-inputs>li{
  width: 100%;
}

.register-inputs>li>input,.register-inputs>li>.last-btn{
  width: 100%;
  height: 30px;
  margin-bottom: 1rem;
}

.register-inputs>li>span{
  bottom: 0;
}

.go-to-register {
    margin-top: 0;
    height: 30px;
}

}