* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f8fa !important;
      font-family: PingFang SC,tahoma,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}


@media screen and (max-width:580px){
 .lun{
     display: none;
 
}
.logo{
    padding-left: 37.5px!important;
}
.lo{
    padding-right: 37.5px!important;
}
.lo>a{
         padding: 0px!important;
}
.top{
    width: 100%;
}
.main{
    width: 100%;
    margin-bottom: 0px!important;
}
.login{
    margin-left: 0px!important;
}
.about>ul{
    width: 64%!important;
}
.msg{
    display: none!important;
}
.erw{
    display: none!important;
}
.login-div >div> p {
    font-size: 17px!important;
}
}



.top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lo {
  font-size: 20px;
  margin: 40px 0px 0px;
  padding-right: 123px;
}
.lo>a{
    font-size: 16px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    color: rgba(46,67,105,.85);
}
.logo {
  margin: 34px 0px 0px;
  padding-left: 112px;
}
.logo > img {
  width: 120px;
}

.main {
  /* background: blue; */
  display: flex;
  flex-direction: row;
  width: 90%;
  /*min-width: 1190px;*/
  margin: 0 auto 0;
  align-items: center;
  /* margin-top: 150px; */
  min-height: calc(100vh - 198px);
  margin-bottom: 40px;
  justify-content: center;
}
.lun {
  width: 642px;
  height: 422px;
  border-radius: 9px;
  overflow: hidden;
}
.login {
  width: 392px;
  height: 422px;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #fff;
  border-radius: 10px;
  margin-left: 58px;
}
.login .login-div {
  margin-top: 39px !important;
  margin: 0 auto 0;
  width: 80%;
  /* background: orange; */
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.span{
    border-bottom: 3.5px solid #1fa0e8;
    padding-bottom: 7px;
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.login-div > h4 {
  text-align: center;
  color: #1fa0e8;
    font-weight: 500;
  /*margin-bottom: 20px;*/
}
.login-div >div{
    margin-top: 30px;
}
.login-div >div> p {
  /* height: 60px; */
  font-size: 22px;
  line-height: 55px;
}
.login-a {
  margin-top: 50px;
  padding: 5px 90px;
  background: #1fa0e8;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  
    padding: 7px;
    width: 83%;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 20px;
    text-align: center;
}
.login-a:hover {
  box-shadow: 0 5px 10px rgb(31 160 232 / 50%);
}
a {
  text-decoration: none;
  color: #000;
}

.footer {
  text-align: center;
}
.about > ul {
  width: 19%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.about > ul > li > a {
  font-size: 14px;
  color: #666;
}
li {
  list-style: none;
}
.cop {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 642px!important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next {
  color: #ffffff00 !important;
}

.swiper-button-next:hover {
  color: #007aff !important;
}

.swiper-button-prev {
  color: #ffffff00 !important;
}

.swiper-button-prev:hover {
  color: #007aff !important;
}
