* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑','MicrosoftYaHei','PingFang-SC-Regular' !important;
}

ol,ul,li {
  list-style:none;
  margin: 0;
}

@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}

/*适配iphone6*/
/* @media screen and (max-width: 374px){
  html {
      font-size: 7px !important;
  }
} */
/*适配iphone5*/
/* @media screen and (max-width: 320px){
  html {
      font-size: 4px !important;
  }
} */
/*适配iphone6plus*/
/* @media screen and (min-width: 376px) and (max-width: 414px){
  html {
      font-size: 8px !important;
  }
} */
/*适配ipad*/
@media screen and (min-width: 415px) and (max-width: 768px){
  html {
      font-size: 12px !important;
  }
}
/*适配ipad pro*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html{
      font-size: 12px !important;
  }  
}

@media screen and (min-width: 1200px) {  
  html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

a:hover,a:active,a:visited,a:link {
  text-decoration: none;
}

.clear {

}

#nav{
  position: fixed;
  background:rgba(0,0,0,0.3);
  color: #fff;
  width: 100%;
  height: 5rem;
  z-index: 999;
  transition: .35s;
}

#nav.leave {
  background:rgba(0,0,0,1);  
}

#nav>.content {
  width: 75rem;
  margin: 0 auto;
}

/* 适配ipad */
@media (max-width: 768px){ 
  #nav>.content {
    width: 60rem;
  }
}

#nav>.content>a {
  display: inline-block;
  width: 9.625rem;
  height: 5rem;  
  display: inline-block;
  box-sizing: border-box;
  padding-top: 1.1rem;
}

#nav>.content a  img {
  width: 100%;
  /* line-height: 5rem; */
}

#nav>.content ul {
  display: inline-block;
  float: right;
}

#nav>.content ul li {
  display: inline-block;
  margin: 0 1rem;
  position: relative;
}

#nav>.content ul li>a {
  display: inline-block;
  transition: .35s;
  height: 5rem;  
  display: inline-block;
  box-sizing: border-box;
  padding-top: 2rem;
  cursor:pointer;
  color: #fff;
}

#nav>.content ul li .list{
  position: absolute;
  background:rgba(0,0,0,.6);
  width: 11rem;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  overflow: hidden;
  transition: .35s;
  text-align: center;
}

#nav>.content ul li .list a {
  display: block;
  padding: 0.7rem 1.3rem;
  transition: .35s;
  margin: 0;
  font-size: 0.875rem;
  cursor:pointer;
  color: #fff;
}

#nav>.content ul li .list a:hover {
  background-color: rgba(0,0,0,.8);
}

#nav>.content ul li img {
  width: 0.625rem;
}

#nav>.content ul li:hover>a {
  /* color: #929191; */
  border-bottom: 2px solid #FD7E2C;
}

.active {
  /* color: #929191 !important; */
  border-bottom: 2px solid #FD7E2C !important;
}

#nav>.content ul li:hover>.list {
  height: 11.2rem;
}

#nav>.content .navClick {
  display: none;
} 

#nav>.content ul li:hover>.listSolution {
  height: 5.4rem;
}

#footer {
  background-color: #242424;
  color: #fff;
}

#footer>.container>.row>.content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  /*padding: 1rem 0rem;*/
  border-right: 1px solid #313131;
}

#footer>.container>.row>.content p{
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 0.6rem;
}

#footer>.container>.row>.code {
  text-align: center;
  margin-top: 5rem;
}

#footer>.container>.row>.code .marginRight {
  margin-right: 4rem;
}

#footer>.container>.row>.code .img p {
  margin-top: 0.5rem;
}

#footer>.container>.row>.code .img {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#footer>.container>.row>.code .img a {
  display: inline-block;
  width: 6.375rem;
}

#footer>.container>.row>.code .img a img{
  width: 100%;
}

#mobile {
  height: 0;
  overflow: hidden;
}

@media (max-width: 414px){    
  .htmlMask {
    overflow: hidden;
    height: 100%;
  }
  .bodyMask {
    overflow: hidden;
    height: 100%;
  }
  #nav>.content ul {
    display: none;
  }

  
  #footer>.container>.row>.code{
    display: none;    
  }
  #footer>.container>.row>.content {
    border-right: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #footer>.container>.row>.col-xs-6 {
    text-align: center;
    width: 100%;
  }
  #nav>.content{
    width: 100%;
    display: flex;
    align-items:center;
    height: 50px;
  } 

  #nav>.content .navClick {
    display: inline-block;
    width: 42px;
    margin-left: auto;
    margin-right: 30px;
  }

  #nav {
    background: rgba(0,0,0,1);
    height: 50px;
  } 

  #nav>.content>a {
    padding-left: 20px;
    width: 10rem;
    height: auto;
    padding-top: 0rem;
  }

  #mobile {
    top: 0rem;
    position: fixed;
    height: 0px;
    background-color: #000;
    z-index: 998;
    width: 100%;
    padding: 10px 26px;
    transition: .35s;
  }
  #mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: -99;
    transition: .35s;
    opacity: 0;
  }
  #mask.navMask{
    opacity: 1;
    z-index: 99;
  }
  #mobile.navshow {
    top: 4rem;
    height: 178px;
  }

  #mobile.show {
    height: 0;
  }

  #mobile>.list a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  #mobile>.list>div {
    height: 0;
    overflow: hidden;
    transition: .35s;
    line-height: 0;
  }

  #mobile>.list>div.spanClick {
    height: 160px;
  }


  #mobile>.list>div.spanCaseClick {
    height: 64px;
  }


  #mobile>.list div a {
    transition: .5s;
    line-height: 32px;
  }

  #mobile>.list div a.marginLeft {
    padding-left: 20px;
  }
  
  #mobile>.list .flex {
    display: flex;
    align-items:center;
  }
  
  #mobile>.list .flex img {
    width: 20px;
    height: 12px;
    margin-left: 10px;
    transition: 0.5s;
  }

  #mobile>.list .flex img.flexActive {    
    margin-left: 74.2%;
    /* margin-left: auto; */
  }

}

/* 适配iPhoneX */
@media (max-width: 375px){
  #nav>.content .navClick {
    margin-left: auto;
  }
  #mobile>.list .flex img.flexActive {
    margin-left: 71%;
  }
}

@media (max-width: 360px){
  #nav>.content .navClick {
    margin-left: auto;
  }
}

/* 适配iPhoneX */
@media (max-width: 320px){
  #nav>.content .navClick {
    margin-left: auto;
  }
  #mobile>.list .flex img.flexActive {
    margin-left: 66%;
  }
}
.complaints{
  text-align: justify;
}
.banner{
  position: relative;
}
#iosA{
  position: absolute;
  z-index: 10;
  left: 12%;
  padding: 0 1.5rem;
  background: -webkit-linear-gradient(left
  ,#FA4F51,#FF8F8F);
  font-weight: 700;
  border-radius: 2rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  top: 60%;
  
}
@media (max-width: 320px){
  #iosA{
    padding: 0 1rem;
    height: 2.8rem;
    font-size: 1rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 768px){
  #iosA{
    padding: 0 2rem;
    font-size: 1.8rem;
    height: 4rem;
    line-height: 4rem;
  }
}
