body {
    background: #fff;
    min-height: 100vh;
}

.index {
    margin: 0px auto;
    max-width: 1920px;
}

.contaniner {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    /* width: 100%; */
    width: 1000px;
}

.plan {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    height: 300px;
    width: 100%;
    z-index: -10;
    background-color: #0378ae;
}

.plan .bgimg {
    width: 100%;
    height: 300px;
    max-width: 1920px;
    margin: 0px auto;
    background-image: url(../images/bgimg.jpg);
}

.main {
    margin: 0px auto;
    position: relative;
    /* width: 95%; */
    width: 1000px;
}

.main .logo {
    height: 70px;
    width: auto;
    margin-bottom: 10px !important;
}

.form {
    width: 456px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(116, 116, 116, 0.24);
    position: absolute;
    right: 0px;
    padding: 45px;
    top: 15px;
    box-sizing: border-box;
}

.form h1 {
    color: #555555;
    font-size: 26px;
    margin-bottom: 36px;
    text-align: center;
}

.form form {
    z-index: 3;
    position: relative;
}

.form input {
    width: 366px;
    height: 49px;
    background-color: #ebebeb;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #666;
}

.form .yy {
    position: absolute;
    top: -23px;
    left: -30px;
    width: 513px;
    z-index: -1;
    height: 102px;
}

.form .yy2 {
    position: absolute;
    bottom: -23px;
    left: -30px;
    width: 513px;
    z-index: -5;
    height: 95px;
    /* transform: rotateX(180deg); */
}

.forminfo {
    position: relative;
}

.forminfo span {
    position: absolute;
    color: #666;
    display: none;
}

.forminfo .account {
    top: 80px;
    left: 20px;
}

.forminfo .password {
    top: 151px;
    left: 20px;
}

.form input[type=button] {
    margin-top: 36px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    background-color: #1d7383;
}

@media screen and (max-width: 768px) {
    /* .main {
        width: 100%;
    }
    .yy2,.yy{
        display: none;
    }
    .form {
        position: unset;
        width: 90%;
        margin: 0px auto;
    }
    .form input{
        width: 100%;
        height: 49px;

    }
    .main .logo {
        width: 80%;
        display: block;
        height: auto;
        margin: 0px auto;
    }
    .plan {
        display: none;
    }
    .form h1{
        color: #555555;
        font-size: 1.5rem;
    } */
}


/* @media screen and (min-width: 768px) {
    .main {
        width: 768px;
    }
} */

@media screen and (max-width: 800px) {
    body {
        width: 800px !important;
    }
}


/* @media screen and (min-width: 992px) {
    .main {
        width: 992px;
    }
} */


/* @media screen and (min-width: 1200px) {
    .main {
        width: 1200px;
    }
} */