body{
  margin: 0;
  background: #f8f8f9;
}
ul{
  list-style: none;
  margin: 0;
}
.imgBox{
  font-size: 0;
}
.imgBox img{
  width: 100%;

}
.right{
  float: right;
}
.center{
  text-align: center;
}
.wrapper{
  width: 1180px;
  margin: auto;
  padding: 0 6px;
}
.header{
  background: #202237;
  color:#BBBBBB;
  height: 60px;
  position: fixed;
  width: 100%;
  transition: 0.3s;
}
.header.scrolling{
  background: #fff;
  color: #666;
  box-shadow: 0 0px 10px #ccc;
}
.header .light,.header.scrolling .dark{
  display: none;
}
.header.scrolling .light,.header .dark{
  display: inline-block;
}

.header .logo{
  float: left;
  width: 100px;
  height: 60px;
}
.header .logo img{
  margin-top: 15px;
}
.header .nav{
  line-height: 60px;
  text-align: right;
}
.header .nav a{
  display: inline-block;
  margin-left: 56px;
  color:#BBBBBB;
  text-decoration:none;
  font-size: 14px;
  position: relative;
  transition: 0.1s;
}
.header.scrolling a{
  color: #666;

}
.main{
  padding-top: 60px;
}
.header .nav a.active{
  color: #E2A06E ;
}
.header .nav a.active:after{
  content:"";
  display: block;
  height: 2px;
  width:12px;
  background-image: url("../image/icon_tab_selected.svg");
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -6px;
}

.footer{
  font-size:12px;
  height: 80px;
  background: #f8f8f8;
  text-align: center;
}
.footer .wrapper{
  border-top: 1px solid #C9CAD4;
}
.priceList{
  display: flex;
  width: 1168px;
  margin: auto;
  margin-top: -180px;
  padding-bottom: 36px;
}
.priceList .priceItem{
  margin-right:20px;
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.08);
  border-radius: 8px;
  border-radius: 8px;
}
.priceList .priceItem:last-child{
  padding-right:0px;
}
.priceBox{
  padding: 10px 0;
}
.priceTitle{
  text-align: center;
  position: relative;
  line-height: 24px;
}
.priceTitle span{
  display: inline-block;
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 0 8px;
}
.priceTitle::before{
  content: "";
  height: 1px;
  background: #DDDDE6;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.priceList .listItem{
  line-height: 36px;
  font-size: 14px;
color: #666666;
}
.priceMain{
  padding: 14px 28px;
}

.deployBox{
  margin-top: -180px;
  padding-bottom: 36px;
}

#download{
  background: #202237 ;
  height: calc(100vh - 145px);
  display: flex;
 align-items: center;
 justify-content: center;
}
.ercode{
  width: 440px;
  margin-top: -40px;
 }
 .ercode img{
  width: 100%;
 }

 .contact{
   cursor: pointer;
 }

 #model{
   display: none;
   position: fixed;
   height: calc(100vh - 160px);
   z-index: 99;
   width: 560px;
   background: #fff;
   top: 80px;
   left: 50%;
   margin-left: -280px;
   box-shadow: 0 0px 15px #666;
   padding: 30px 40px;
   box-sizing: border-box;
   line-height: 24px;
 }
 #close{
   position: absolute;
   top: 15px;
   right: 15px;
   cursor: pointer;
 }

 #model .form{
  padding: 40px 38px 10px;
 }
 .formItem{
   margin-bottom: 10px;text-align: left;
 }
 .formItem label{
   display: inline-block;
    vertical-align: top;
    color: #41464b;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;

 }
 .formItem label span{
   color: #e95555;
 }
 .formItem input{
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 20px;
    font-size: 12px;
    outline: none;
    height: 34px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0 1px 3px 0 #e5e5e5;
 }


 .formItem input:hover{
   border-color: #ccc;
 }
 .formItem input:focus{
  border-color: #a5a5a5;
}
.submit{
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s,border-color 0.3s;
  transition: opacity 0.3s,border-color 0.3s;
  display: block;
  width: 100%;
  color: #fff;
  border-color: #41464b;
  background-image: linear-gradient( #41464b,#2c3033 );
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  min-width: 100px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
}

.submit[disabled]{
  background-color: #d9dadb;
    border-color: #c6c7c9;
    cursor: not-allowed;
    background-image: none;
}

.companyLink{
  text-align: center;
  font-size:14px;
  padding: 10px 0;
  margin-top: 8px;
}
.linkItem{
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0px 15px;
}
.linkItem:last-child{
  border: none;
}
a:link,
a:visited,
a:hover,
a:active{
  color: #000;
  text-decoration: none;
}
.companyInfo a{
  color: #666;
}
.companyInfo {
  color: #666;
}
.companyInfo b{
  color: #000;
  margin-right: 4px;
}
.companyInfo span{
  padding: 0 3px;
}