.loginBody form.layui-form {
  padding: 0 20px;
  min-width: 300px;
  min-height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*box-shadow:0 0 50px #009688;*/
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 0 12%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 450px;
    height: 450px;
    position: relative;
  }
  .layui-form {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -225px;
  }
  .login_face {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  .login_face img {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 400px;
    height: 400px;
    position: relative;
    margin-left: 20px;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 20px 0;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 30px 0;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .login_face {
    margin: 0px auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  .login_face img {
    width: 100%;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px!important;
    margin-left: -100px;
    font-size: 18px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .elsecont {
    width: 580px;
    height: 400px;
    overflow: hidden;
    display: flex;
    opacity: 0.9;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 580px;
    height: 400px;
  }
  .elsecont .list {
    width: 112px;
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .elsecont .list .limit {
    width: 100%;
    height: 36px;
    background: #666;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    border-radius: 6px;
    cursor: pointer;
  }
  .elsecont .list .limit.active {
    background: #01AAED;
    color: #fff;
  }
  .elsecont .text {
    width: 460px;
    height: 100%;
    background: #fff;
    margin-left: 10px;
    padding: 10px;
  }
  .elsecont .text .oli {
    display: none;
  }
  .elsecont .text .oli.show {
    display: flex;
    flex-wrap: wrap;
  }
  .elsecont .text .oli.show .imgparent {
    width: 30%;
    height: 36px;
    margin: 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 3px 5px;
    box-sizing: border-box;
  }
  .elsecont .text .oli.show .imgparent img {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 5px;
  }
}
@media screen and (max-width: 870px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 120px 0 0px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 330px;
    height: 330px;
    position: relative;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 10px 0;
  }
  .loginform #registerform .input-item input {
    height: 35px;
  }
  .loginform #registerform label {
    line-height: 18px;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 10px 0;
  }
  .loginform #loginform .input-item input {
    height: 38px;
  }
  .loginform #loginform label {
    line-height: 20px;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #loginform .loginpage .login_face {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
  }
  #loginform .loginpage .login_face img {
    width: 100%;
  }
  #loginform .input-item {
    margin-top: 20px!important;
  }
  #loginform .input-item .layui-input {
    height: 32px;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 36px!important;
    margin-left: -100px;
    font-size: 14px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .elsecont {
    width: 300px;
    height: 150px;
    overflow: hidden;
    display: none;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 300px;
    height: 150px;
  }
}
@media screen and (width: 768px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 200px 0 0px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 450px;
    height: 450px;
    position: relative;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 26px 0;
  }
  .loginform #registerform .input-item input {
    height: 38px;
  }
  .loginform #registerform label {
    line-height: 20px;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 30px 0;
  }
  .loginform #loginform .input-item input {
    height: 38px;
  }
  .loginform #loginform label {
    line-height: 20px;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .login_face {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
  }
  .login_face img {
    width: 100%;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px!important;
    margin-left: -100px;
    font-size: 14px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .elsecont {
    width: 450px;
    height: 450px;
    overflow: hidden;
    display: none;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 350px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 50px 0 0px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 90%;
    height: 330px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -90%;
  }
  .login_face {
    margin: -55px auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
  }
  .login_face img {
    width: 100%;
  }
  .elsecont {
    width: 90%;
    height: 150px;
    overflow: hidden;
    display: none;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 90%;
    height: 150px;
  }
}
@media screen and (min-width: 1021px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 0 15%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 400px;
    height: 400px;
    position: relative;
    margin-left: 20px;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 20px 0;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 30px 0;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px!important;
    margin-left: -100px;
    font-size: 18px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .login_face {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  .login_face img {
    width: 100%;
  }
  .elsecont {
    width: 580px;
    height: 400px;
    overflow: hidden;
    display: flex;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 580px;
    height: 400px;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 580px;
    height: 400px;
  }
  .elsecont .list {
    width: 112px;
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .elsecont .list .limit {
    width: 100%;
    height: 36px;
    background: #666;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 5px 0;
    font-size: 16px;
    cursor: pointer;
  }
  .elsecont .list .limit.active {
    background: #01AAED;
    color: #fff;
  }
  .elsecont .text {
    width: 460px;
    height: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .elsecont .text .oli {
    display: none;
  }
  .elsecont .text .oli.show {
    display: flex;
    flex-wrap: wrap;
  }
  .elsecont .text .oli.show .imgparent {
    width: 30%;
    height: 36px;
    margin: 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 3px 5px;
    box-sizing: border-box;
  }
  .elsecont .text .oli.show .imgparent img {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 5px;
  }
}
@media screen and (min-width: 1360px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 0 15%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 450px;
    height: 450px;
    position: relative;
    margin-left: 20px;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 20px 0;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 30px 0;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 90px!important;
    margin-left: -100px;
    font-size: 18px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .login_face {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  .login_face img {
    width: 100%;
  }
  .elsecont {
    width: 675px;
    height: 450px;
    overflow: hidden;
    display: flex;
    opacity: 0.9;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 675px;
    height: 450px;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 675px;
    height: 450px;
  }
  .elsecont .list {
    width: 112px;
    height: auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .elsecont .list .limit {
    width: 100%;
    height: 36px;
    background: #666;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 5px 0;
    cursor: pointer;
  }
  .elsecont .list .limit.active {
    background: #01AAED;
    color: #fff;
  }
  .elsecont .text {
    width: 563px;
    height: 100%;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .elsecont .text .oli {
    display: none;
  }
  .elsecont .text .oli.show {
    display: flex;
    flex-wrap: wrap;
  }
  .elsecont .text .oli.show .imgparent {
    width: 30%;
    height: 36px;
    margin: 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 3px 5px;
    box-sizing: border-box;
  }
  .elsecont .text .oli.show .imgparent img {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 5px;
  }
}
@media screen and (width: 1024px) {
  .forms {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
  .loginform {
    width: 400px;
    height: 400px;
    position: relative;
    margin-left: 20px;
  }
  .loginform #registerform {
    width: 100%;
    height: 100%;
  }
  .loginform #registerform .input-item {
    margin: 20px 0;
  }
  .loginform #registerform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loginform #loginform {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
  }
  .loginform #loginform .input-item {
    margin: 30px 0;
  }
  .loginform #loginform .note {
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .login_face {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  .login_face img {
    width: 100%;
  }
  .titlechange {
    width: 200px;
    height: 30px;
    /* background: #f50; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px!important;
    margin-left: -100px;
    font-size: 18px;
    /* margin: 30px auto 0; */
    color: #999;
    z-index: 9;
  }
  .elsecont {
    width: 580px;
    height: 400px;
    overflow: hidden;
    display: flex;
    opacity: 0.9;
  }
  .elsecont .swiper-container {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .elsecont .swiper-container .swiper-slide img {
    width: 580px;
    height: 400px;
  }
  .elsecont .list {
    width: 112px;
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .elsecont .list .limit {
    width: 100%;
    height: 36px;
    background: #666;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 5px 0;
    cursor: pointer;
  }
  .elsecont .list .limit.active {
    background: #01AAED;
    color: #fff;
  }
  .elsecont .text {
    width: 460px;
    height: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .elsecont .text .oli {
    display: none;
  }
  .elsecont .text .oli.show {
    display: flex;
    flex-wrap: wrap;
  }
  .elsecont .text .oli.show .imgparent {
    width: 30%;
    height: 36px;
    margin: 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 3px 5px;
    box-sizing: border-box;
  }
  .elsecont .text .oli.show .imgparent img {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 5px;
  }
}
