#pages{
    position: relative;
    /*width: 100vw;*/
    height: 100vh;
    background: url(/shop/img/background.png) no-repeat;
    background-size: 100% 80%;
    padding: 10px;
    display: block;

    overflow: hidden;
}
.imgList {
    position: absolute;
    right: 17px;
    z-index: 999;
    /* background: #fff; */
    top: 20px;
}

.imgList ul li {
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 45px;
    height: 30px;
}

.imgList ul li img {
    display: inline-block;
    width: 45px;
    height: 30px;
}

.imgLists {
    position: absolute;
    right: 17px;
    z-index: 999;
    /* background: #fff; */
    top: 20px;
    display: none;
}

.seleLangs {
    position: relative;
    width: 100%;
        height: 40px;
    right: 7px;
    z-index: 999;
    top: 10px;
}

.cont {
    display: inline-block;

    /*width: 100%;*/
    min-height: 100vh;

    position: relative;
    background: url("./img/back.png") no-repeat;
    background-size: 100% auto;
}

.inputs {
    margin-top: 15px;
    border-radius: 50px;
    background-color: #fff;
    opacity: .85;
    padding: 35px 25px;
    box-sizing: border-box;
}

.name {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

input {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

.password {
    margin-top: 20px;
}

.sele ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
}

.sele ul li {
    display: flex;
    align-items: center;
}

.loginBtn {
    /* color: #fff;

    margin: 50px auto 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(
            147deg,
            rgb(113, 183, 255),
            rgb(23, 131, 252) 74%
    ); */

    /*font-weight: 700;*/
    /*margin: 3vh auto 0 auto;*/
    /*height: 6vh;*/
    /*line-height: 6vh;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    /*font-size: 20px;*/
    /*background: #df3696;*/
        color: #fff;
    margin: 50px auto 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(147deg, #71b7ff, #1783fc 74%);
    background: #fd384f;
    font-size: 16px;
}

.cont .tips {
    /*width: 100%;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*color: #333;*/
    /*margin-top: 20px;*/
    /*display: flex;*/
    
        position: fixed;
    bottom: 80px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.cont .tips div{
    flex:1;
}
.cont .tips i {
    font-style: italic;
    color: rgb(101, 168, 247);
    font-style: italic;
}

.noAgree,
.agrees {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.agrees {
    display: none;
}

.imgList img {
    display: flex;
    width: 25px;
    height: 25px;
}