.other-login {
    position: fixed;
    text-align: center;
    width: 100vw;
    left: 0;
    bottom: 3vw;
}

.other-login li img {
    border-radius: 100%;
    background-color: #FFF;
    padding: 1px;
    width: 8rem;
}

.mui-input-row .mui-input-clear ~ .mui-icon-clear {
    top: 30px;
}

.count-down {
    width: 100%;
    height: 100%;
    touch-action: none;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1vh;
}

#__nc {
    margin-top: 1rem;
    margin-bottom: 1vh;
}

.count-down * {
    margin: 0;
    border: none;
    touch-action: pan-y;
}

.count-down .stage {
    display: block;
    height: 55px;
    position: relative;
    padding: 0 15px;

}

.count-down .slider {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    height: 52px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 1px #999 !important;
    background-color: #f4f4f4 !important;
}

.count-down .stage .label {
    line-height: 52px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 100%;
    color: #aaa;
}

.count-down .stage .track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
}

.count-down .stage .button {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-color: #fff;
    cursor: pointer;
}

.count-down .stage .icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.count-down .icon-slide-arrow {
    font-size: 30px;
    color: #dbdbdb;
}

.count-down .icon {
    line-height: normal;
    width: 30px;
    height: 30px;
}

.nc-iconfont {
    font-family: "nc-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.count-down .stage .button {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-color: #fff;
    cursor: pointer;
}

.count-down .icon-slide-arrow:before {
    content: "\e607";
}