/*手机端适配*/

@media (max-width:992px) {
  .normal-place ::-webkit-input-placeholder{
    font-size: 16px;
  }
  .normal-place :-moz-placeholder{
    font-size: 16px;
  }
  .normal-place ::-moz-placeholder{
    font-size: 16px;
  }
  .normal-place :-ms-input-placeholder{
    font-size: 16px;
  }
  .page-dl>dd {margin-top: 5px;}
  .page-bott{padding: 0 0 25px;}
  .page-dl {font-size: 16px;margin-top: 20px;}
  .page-dl>dt {padding-left: 0;}
  .page-dl{flex-direction: column;}
  .icon-img {width: 26px;}
  .page-tit {font-size: 20px;}
  .inner-form1 {padding: 25px 15px 10px;}
  .el-input-val {font-size: 16px;}
  .el-input-box{padding: 0 20px;}
  .el-form-row {padding-top: 20px;}
  .el-input-box,.el-sub-btn {height: 55px;line-height: 55px;}
  .el-sub-btn {margin-top: 20px;font-size: 18px;}
  .form-tit{font-size: 24px;margin-bottom: 20px;}
  .inner-form {padding: 40px 15px 60px;}
  .logo-img {max-width:90px;}
  .head{padding: 15px 0;}
  .head-tit {font-size: 18px;margin-left: 10px;}
  .hide-pc {display: inline-block;}
  .hide-web {display: none;}

  .nav-ul-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    left: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 999;
    padding: 0;
  }

  .nav-ul {display: flex;flex-direction: column;}
  .nav-ul-outer-box {
    width: 60%;
    height: 100%;
    flex-direction: column;
    padding-top: 20px;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .8);
  }
  .nav-ul>li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #0d5289;
    padding: 0;
    margin-left: 0;
    text-align: center;
    margin-right: 0;
  }

  .fix-web {display: flex;flex-direction: column;}
  .fix-web:after {display: none;}
  .fix-web>[class*=left],.fix-web>[class*=right] {width: 100%;}
  .flex-web {flex-direction: column!important;}
  .flex-web>[class*=left],.flex-web>[class*=right] {width: 100%;padding-left: 0;padding-right: 0;}
  .flex-web-reverse {flex-direction: column-reverse!important;}
  .flex-web-reverse>[class*=left],.flex-web-reverse>[class*=right] {width: 100%;}
  .fix-web>.right-mt25 {margin-top: 25px;}
  .fix-web>.right-mt20 {margin-top: 20px;}
  .flex-web>.right-mt5 {margin-top: 5px;}
  .fix-web>.right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt20 {margin-top: 20px;}
  .flex-web> .right-mt25 {margin-top: 25px;}
  .menu {display: block;}
  .flex-web>.swiper-cont-right {padding: 25px 15px;}

}

@media (max-width:750px) {
  .flex-phone {flex-direction: column;}
  .flex-phone>[class*=left],.flex-phone>[class*=right] {width: 100%;}
  .flex-phone> .right-mt5 {margin-top: 5px;}
  .flex-phone> .right-mt15 {margin-top: 15px;}
  .flex-phone> .right-mt20 {margin-top: 20px;}
  .flex-phone> .right-mt25 {margin-top: 25px;}
}

@media (max-width:640px)  {

}
@media (max-width:475px) {

}
@media (max-width:414px) {

}

@media (max-width:375px) {

}










