﻿body {
    margin: 0;
    padding: 0;
    min-width: 352px;
}

.main {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    height: 100vh;
    width: 100vw;
    min-height: 630px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
}

.copyright {
    position: absolute;
    bottom: 2%;
    left: 4%;
    min-width: 281px;
}

.captions {
    width: 100%;
    height: 31px;
    font-size: 32px;
    font-family: HiraginoSansGB-W3;
    color: rgba(17,108,176,1);
    line-height: 0px;
    margin-top: 10%;
    margin-left: 10%;
}

.mincaption {
    width: 100%;
    height: 14px;
    font-size: 14px;
    font-family: HiraginoSansGB-W3;
    color: rgba(17,108,176,1);
    line-height: 0px;
    text-align:center;
}

.titleimg {
    height: 120px;
    width: 107px;
}

.titles {
   
    width: 350px;
    height: 550px;
    bottom: 18%;
    z-index: 10;
    background: url('../images/building2.png');
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:5px;
}

    .titles > h1, h2, p {
        color: #FFFFFF;
    }

    .titles > h1 {
        font-size: 52px;
        font-weight: lighter;
        margin-bottom: 0;
    }

    .titles > h2 {
        font-size: 28px;
        font-weight: lighter;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .titles > p {
        font-size: large;
        font-weight: 600;
        margin-top: 12px;
        margin-bottom: 12px;
    }

.copyright > p {
    color: #FFFFFF;
    font-weight: lighter;
}

.bgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg314.jpg');
    min-width: 352px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.overlay {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(.1,.9,.2,1),visibility 1.5s;
    background-color: rgba(0,0,0,0.34902);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 30%;
    top: 0px;
    min-width: 352px;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    display: block;
    z-index: 1;
}

.login {
   
    width: 30%;
    width: 450px;
    height: 500px;
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 5px;
}

@media all and (max-width: 640px) {
    .bgpic, .titles {
        display: none;
    }

    .login {
        width: 100%;
        min-width: 100%;
        z-index: 0;
    }

    .copyright {
        width: 100%;
        left: 0;
    }

        .copyright > p {
            width: 100%;
            text-align: center;
            color: #000000;
        }

    .overlay {
        display: none;
        visibility: hidden;
    }
}

.content {
    width: 100%;
    top: calc((100% - 407px) / 2 - 60px);
}

.logo {
    text-align: center;
    width: 100%;
}

.login-content {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.flex-row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.login-btn {
    background: linear-gradient(to right, #63DFF0 , #65BDF6,#4A96E2);
    color: #FFFFFF;
    border: none;
    font-size: 20px;
    width: 250px;
    padding: 4px;
    font-weight: lighter;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 1px 8px 32px rgba(17, 108, 176,.34902);
    transition: box-shadow 0.3s;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
}

    .login-btn:hover {
        background-color: rgba(17, 108, 176, 0.9);
        box-shadow: 1px 12px 32px rgba(17, 108, 176,.34902);
    }

    .login-btn:active {
        background-color: rgb(17, 108, 176);
        box-shadow: 1px 4px 32px rgba(17, 108, 176,.34902);
    }

button {
    position: relative;
    overflow: hidden;
}

.ripple {
    display: block;
    width: 240px;
    height: 240px;
    margin-left: -120px;
    margin-top: -120px;
    background: #ffffff;
    border-radius: 100%;
    opacity: .6;
    transform: scale(0);
    visibility: visible;
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.input-group {
    height: 41px;
    width: 260px;
    /*border-radius: 5px;*/
    margin: 0;
    border:none;
    /*border-width: 0.8px;
    border-style: solid;
    border-color: rgba(207,207,207,1.00);*/
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: white;
   border-bottom:0.8px solid rgba(207,207,207,1.00);
}

.input-field {
    height: 40px;
    width: 250px;
    margin: 0;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 8px;
    outline: none;
    flex: 1;
}

.input-pre {
    width: 40px;
}

.input-group-focus {
    /*box-shadow: 0px 0px 20px 1px rgba(0, 137, 247,0.34902);
    border-color: rgba(0, 137, 247,0.8);*/
    /*box-shadow: 0px 0px 20px 1px rgba(0, 137, 247,0.34902);*/
    border-bottom-color:rgba(0, 137, 247,0.8)
}

    .input-group-focus i {
        color: rgba(0, 137, 247,1);
    }

.mcheck > label {
    display: block;
    height: 18px;
    width: 18px;
    outline: none;
    background: #ffffff;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(207,207,207,1.00);
    padding: 0;
    margin: 0;
    margin-right: 6px;
    transition: background-color 0.19s;
    color: white;
    text-align: center;
    position: relative;
}

    .mcheck > label > i {
        position: absolute;
        left: 2px;
        top: 2px;
    }

.mcheck > input {
    display: none;
}

.passwd-field {
    color: #555555;
    font-size: 14px;
    width: 250PX;
    display: flex;
}

    .passwd-field a {
        text-decoration: none;
        color: #555555;
        float: right;
        width: 100%;
    }

.mcheck.checked label {
    border-color: rgba(17, 108, 176, 0.8);
    background-color: rgb(17, 108, 176);
}

.login-btn > .ripple-container {
    position: absolute;
    pointer-events: none;
}

.login-btn > span {
    pointer-events: none;
}

.passwd-field a:hover {
    color: #116cb0;
}

.flex-6 {
    flex: 1 2;
    display: flex;
    align-items: center;
}

.rem-passwd {
    display: flex;
    align-items: center;
    display: flex;
}

    .rem-passwd:hover > label {
        color: #116cb0;
    }

    .rem-passwd:hover > div > label {
        border-color: rgba(17, 108, 176, 0.8);
    }

.login-fail, .username-empty, .passwd-empty {
    font-size: 14px;
    color: rgba(199, 32, 32, 0.9);
    text-align: left;
    width: 250px;
    display: none;
}

.spinner {
    display: none;
    pointer-events: none;
}

.spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: rgba(255,255,255,1);
    border-left-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

input {
    font-size: 16px;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 弹窗css */
.detail-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.detail-card {
    background-color: #fbfbfb;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 450px;
    height: 250px;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -300px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1100;
    padding: 16px;
    padding-bottom: 8px;
    cursor: default;
    font-family: 'Roboto,Microsoft YaHei';
}

.dia-show {
    animation: showSweetAlert .3s;
}

.dia-hide {
    animation: hideSweetAlert .15s forwards;
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(.5);
        opacity: 0;
    }
}

.card-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.card-title {
    display: block;
    font-size: 24px;
    position: absolute;
    top: 4px;
    left: 8px;
}

.card-content {
    position: absolute;
    left: calc(50% - 100px);
    top: 40%;
}

.card-bottom {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.hylogo {
  display: flex;
  justify-content: center;
  margin-top: 15%;
}
.toptitle {
  width: 100%;
  height: 40px;
  font-size: 27px;
  font-family: HiraginoSansGB-W3;
  color: rgba(17, 108, 176, 1);
  text-align: center;
}
.subtitle {
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-family: HiraginoSansGB-W3;
  color: rgba(17, 108, 176, 1);
  text-align: center;
}

.article {
    text-align: center;
    font-size: 12px;
} 
   a:link {
      color:#2d88e5;
      text-decoration: none;
    }
    a:active {
      color:#2d88e5;
    }
    a:visited {
      color: #2d88e5;
      text-decoration: none;
    }
    a:hover {
      color: #2d88e5;
      text-decoration: none;
    }
  
  .el-checkbox__label {
    font-size: 12px;
  }

.myphoto {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  transform: rotateY(180deg);
}
.mainface {
  display: flex;
  justify-content: center;
  flex-flow: column;
}