@import "../global.css?v=6.0";

body {
    overflow-y: hidden;
}

.page_login {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.img_top {
    width: 100%;
    animation: imgTopZoomSlideUp 0.8s ease-out forwards;
}

.clean_cache {
    color: #C3C3C3;
    text-align: right;
    font-size: 0.32rem /* 24/75 */;
    padding-right: 0.44rem /* 33/75 */;
}

.login_content {
    width: 100%;
    flex: 1;
    border-radius: 0.533rem; /* 40/75 */
    background: white;
    padding-top: 0.32rem /* 24/75 */;
    margin-top: -0.933rem /* -70/75 */;
    animation: slideUpContent 0.6s ease-out forwards;
}

.logo_ {
    /*padding-bottom: 0.707rem !* 53/75 *!;*/
}

.logo_ img {
    width: 2rem /* 150/75 */;
}

.ipt_ {
    position: relative;
    margin: 0.773rem /* 58/75 */ 0.48rem /* 36/75 */ 0 0.48rem /* 36/75 */;
}

.ipt_icon {
    position: absolute;
    top: 0.427rem /* 32/75 */;
    left: 0.36rem /* 27/75 */;
    width: 0.44rem /* 33/75 */;
}

.layui-input {
    padding-left: 0.96rem /* 72/75 */;
    border: 1px solid #dfe7f0;
    height: 1.173rem /* 88/75 */ !important;
    /*box-shadow: 0 0.027rem 0.08rem 0.013rem #c4c8cf;*/
    border-radius: 0.533rem /* 40/75 */;
}

.img_v {
    width: 5.453rem /* 409/75 */;
    height: auto;
}

.layui-btn-box {
    margin: 0.493rem /* 37/75 */ 0.48rem /* 36/75 */ 0 0.48rem /* 36/75 */;
}

#loginDeviceHistory {
    display: none;
}

.vcode_list {
    padding: 0.48rem /* 36/75 */ 0.48rem /* 36/75 */ 0.667rem /* 50/75 */ 0.48rem /* 36/75 */;
}

.vcode_list_title {
    color: #ADADAD;
    font-size: 0.347rem /* 26/75 */;
    /*font-weight: bold;*/
    margin-left: 0.04rem /* 3/75 */;
}

.vcode_item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.133rem /* 85/75 */;
    background: #FBFCFF;
    border-radius: 0.133rem /* 10/75 */;
    border: 1px solid #E6EAF9;
    padding-left: 0.373rem /* 28/75 */;
    padding-right: 0.533rem /* 40/75 */;
    margin-top: 0.307rem /* 23/75 */;
}

.vcode_device {
    width: 0.587rem /* 44/75 */;
    height: auto;
}

.vcode_number {
    padding-left: 0.44rem /* 33/75 */;
    color: black;
    font-size: 0.32rem /* 24/75 */;
}

.vcode_btn {
    flex: 1;
    text-align: right;
    color: var(--primary-color);
    font-size: 0.32rem /* 24/75 */;
}


.icp-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    font-size: 12px;
    color: #999;
    z-index: 10;
}

.icp-footer.keyboard-open {
    display: none;
}