@media only screen and (max-width: 1400px) {
    body {
        /* background: linear-gradient(#e66465, #9198e5); */
        background-image: url('https://qiniu-img.hemahui.com.cn/Gene%2FGenebg_v2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .container {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .name {
        margin-top: 6%;
        font-size: 25px;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    .box {
        margin: auto;
        margin-top: 3%;
        width: 500px;
        height: 320px;
        background-color: rgba(5, 52, 84, 0.7);
        border-radius: 10px;
        padding: 30px;
    }

    .title {
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }

    .count {
        margin-top: 30px;
        text-align: center;
    }

    .count input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 350px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .password {
        margin-top: 20px;
        text-align: center;
    }

    .password input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 350px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .code {
        margin-top: 20px;
        text-align: center;
    }

    .code input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 240px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .btn button {
        margin-top: 20px;
        width: 360px;
        height: 40px;
        background-color: #1890FF;
        border: none;
        color: #FFFFFF;
        border-radius: 5px;
        font-size: 15px;
    }

    .logo {
        position: absolute;
        height: 80px;
        border-radius: 10px;
        left: 20px;
        top: 20px;
    }

    .img1 {
        height: 60px;
        line-height: 60px;

    }

    .img1 img {
        height: 60px;
        align-items: center;
        margin-right: 20px;
    }

    .img2 {
        height: 60px;
        line-height: 60px;

    }

    .img2 img {
        height: 60px;
        align-items: center;
        margin-right: 20px;
    }



    .explain {
        color: #FFF;
        width: 100%;
        text-align: right;
        height: 20px;
        font-size: 14px;
        padding-top: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .explain p {
        width: 56px;
        cursor: pointer;
        border-bottom: 1px solid #ffffff;
        margin-left: 100px;
    }

    .email {
        font-size: 14px;
    }
    .countnum{
      position: fixed;
      left: 30px; 
      bottom: 30px;
      width: 180px; 
      height: 40px;
      border-radius: 10px; 
      color: #FFF; 
      background: rgba(0,0,0,0.5);
      line-height: 40px;
      text-align: center;
    }
}

@media only screen and (min-width: 1400px) {

    /*screen.width>=1400px*/
    body {
        /* background: linear-gradient(#e66465, #9198e5); */
        background-image: url('https://qiniu-img.hemahui.com.cn/Gene%2FGenebg_v2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .container {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .name {
        margin-top: 5%;
        font-size: 30px;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    .box {
        margin: auto;
        margin-top: 5%;
        width: 550px;
        height: 360px;
        background-color: rgba(5, 52, 84, 0.7);
        border-radius: 10px;
        padding: 30px;
    }

    .title {
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }

    .count {
        margin-top: 50px;
        text-align: center;
    }

    .count input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 380px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .password {
        margin-top: 20px;
        text-align: center;
    }

    .password input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 380px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .btn button {
        margin-top: 20px;
        width: 390px;
        height: 40px;
        background-color: #1890FF;
        border: none;
        color: #FFFFFF;
        border-radius: 5px;
        font-size: 15px;
    }

    .code {
        margin-top: 20px;
        text-align: center;
    }

    .code input {
        border: none;
        font-size: 14px;
        border-radius: 5px;
        width: 270px;
        height: 40px;
        outline-style: none;
        padding-left: 10px;
    }

    .logo {
        position: absolute;
        height: 100px;
        border-radius: 10px;
        left: 20px;
        top: 20px;
    }

    .img1 {
        height: 80px;
        line-height: 80px;

    }

    .img1 img {
        height: 80px;
        align-items: center;
        margin-right: 20px;
    }

    .img2 {
        height: 80px;
        line-height: 80px;

    }

    .img2 img {
        height: 80px;
        align-items: center;
        margin-right: 20px;
    }


    .explain {
        color: #FFF;
        width: 100%;
        text-align: right;
        height: 20px;
        font-size: 16px;
        padding-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .explain p {
        width: 66px;
        float: right;
        cursor: pointer;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 2px;
        margin-left: 100px;
    }

    .email {
        font-size: 16px;
    }
    .countnum{
      position: fixed;
      left: 30px; 
      bottom: 30px;
      width: 180px; 
      height: 40px;
      border-radius: 10px; 
      color: #FFF; 
      background: rgba(0,0,0,0.5);
      line-height: 40px;
      text-align: center;
    }
}