﻿body {
}
@media (max-width: 330px) {
    .titlepic {
        width: 55px;
        height: 55px;
    }
    .titlep {
        color: #FFFFFF;
        font-size: 20px;
        margin-top: 5%
    }
    .picdiv {
        top: 5%!important;
    }
    input {
        margin-bottom: 10px
    }
    .inputdiv {
        width: 84%;
        position: relative;
        top: 7%;
        text-align: center;
        margin-left: 8%
    }
    .loginbtn {
        width: 100%;
        background-size: 100%;
        margin-top: 10px;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #333333;
        letter-spacing: 5.2px;
        line-height: 33px;
    }
    .foot {
        font-family: PingFangSC-Regular;
        font-size: 8px;
        color: #93AACB;
        margin-bottom:5px;
        text-align: center;
    }
    .footdiv {
        position: fixed;
        bottom: 1%;
        text-align: center;
        width: 100%
    }
}
@media (min-width: 350px) and (max-width: 450px) {
    .titlepic {
        width: 55px;
        height: 55px;
    }

    .titlep {
        color: #FFFFFF;
        font-size: 20px;
        margin-top: 5%
    }

    .inputdiv {
        width: 84%;
        position: relative;
        top: 15%;
        text-align: center;
        margin-left: 8%
    }

    .loginbtn {
        width: 100%;
        background-size: 100%;
        margin-top: 10px;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #333333;
        letter-spacing: 5.2px;
        line-height: 33px;
    }

    .foot {
        font-family: PingFangSC-Regular;
        font-size: 10px;
        color: #93AACB;
        text-align: center;
    }

    .footdiv {
        position: fixed;
        bottom: 1%;
        text-align: center;
        width: 100%
    }
}
@media (min-width: 500px) {
    .titlepic {
        width: 100px;
        height: 100px;
    }

    .titlep {
        color: #FFFFFF;
        font-size: 28px;
        margin-top: 5%;
    }

    .inputdiv {
        height:60px;
        width: 84%;
        position: relative;
        top: 15%;
        text-align: center;
        margin-left: 8%
    }
    .inputdiv input {
            height: 60px;
            margin-top:30px;
        }
    .codeinput {
        height: 60px!important;
        margin-top: 30px;
    }
        .codeinput span{
            line-height:60px;
        }
        .codeinput input {
            margin-top: 0px !important
        }
        .codeinput img{
            height:60px!important
        }
        .loginbtn {
            height: 60px;
            width: 100%;
            background-size: 100%;
            margin-top: 30px;
            text-align: center;
            font-family: PingFangSC-Regular;
            font-size: 26px;
            color: #333333;
            letter-spacing: 5.2px;
            line-height: 60px;
        }

    .foot {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #93AACB;
        text-align: center;
    }

    .footdiv {
        position: fixed;
        bottom: 1%;
        text-align: center;
        width: 100%
    }
    .mui-input-row .mui-input-clear ~ .mui-icon-clear, .mui-input-row .mui-input-speech ~ .mui-icon-speech, .mui-input-row .mui-input-password ~ .mui-icon-eye {
        font-size: 20px;
        position: absolute;
        z-index: 1;
        top: 50px;
        right: 0;
        width: 38px;
        height: 38px;
        text-align: center;
        color: #999;
    }
}