body{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 5%;
    font-family: "微软雅黑";
}
html{
    height: 100%;
    width: 100%;
}
[v-clock]{
    display: none !important;
}
#XYUS{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#XYUS>*{
    width: 100%;
    flex-shrink: 1;
    flex-grow: 0;
}
h3 {
    margin: 0px;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}
::-webkit-scrollbar{
    display: none;
}
.input-box {
    margin: 8px 0;
    position: relative
}
.input-box input {
    border: 1px solid #DDD;
    border-radius: 1000px;
    background-color: #fff;
    height: 40px;
    width: 100%;
    text-indent: 15px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    font-weight: normal
}
.input-box input:focus {
    border-color: #00BFFF !important;
}
.input-box input:hover {
    border-color: #00BFFF;
}
.input-box input.err {
    border-color: orangered;
}
.input-box .tips {
    color: orangered;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 40px;
    display: none;
}
.link-box {
    height: 20px;
    margin: 8px 0;
}
.link-box a {
    font-size: 14px;
    color: #00BFFF;
    float: left;
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer;
}
.link-box a:hover {
    opacity: 1;
    text-decoration: underline;
}
.link-box a:nth-of-type(2) {
    float: right;
}
.btn-box {
    margin: 8px 0;
}
.btn-box input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #00BFFF;
    color: white;
    font-size: 16px;
    border-radius: 1000px;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.btn-box input:hover {
    background: radial-gradient(#29c9ff, #00BFFF);
}
.oth-box {
    /* display: none; */
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.oth-box img,
.oth-box * {
    margin: 0 8px;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}
.oth-box img:hover {
    border-radius: 0%;
}
.head-box {
    margin: 20px 0;
    text-align: center;
}
.head-box img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.head-box .name {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: goldenrod;
    font-weight: bold;
}
.user-box {
    font-size: 14px;
    margin: 10px 0;
}
.user-box span {
    color: #666;
}
.user-box span:nth-of-type(2) {
    color: goldenrod;
    margin-left: 3px;
}
.user-box span:nth-of-type(3) {
    color: #00BFFF;
    cursor: pointer;
    float: right;
}
.islogin {
    display: none;
}
.errtext {
    text-align: center;
    color: orangered;
    font-size: 14px;
    margin-top: -5px;
    height: 18px;
    margin-bottom: -10px;
}

.XYUS-route{
    display: none;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.XYUS-route>*{
    height: 100%;
    max-height: 30px;
    width: calc(50% - 0.5px);
    background-color: #00BFFF;
    color: white;
    display: inline-flex;
    align-items: center;
    text-indent: 0 !important;
    font-size: 14px !important;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-height:270px){
    .input-box{margin: 0;}
    .input-box input{border: 1px solid #DDD;border-radius: 0px;height: 35px;}
    .btn-box input{height: 35px;}
    .input-box .tips{line-height: 35px;}
    .oth-box{margin-top: 15px;}
}

@media screen and (max-height:240px){

    .input-box input{
        height: 30px;
    }

    .link-box{
        margin: 5px 0;
    }
    .btn-box{
        margin: 5px 0;
    }
    .btn-box input{
        height: 30px;
        font-size: 14px;
    }
    .oth-box{
        margin-top: 8px;
    }
    .input-box .tips{
        line-height: 30px;
    }
}

@media screen and (max-height:210px){
    h3{
        display: none;
    }
}
@media screen and (max-height:180px){

    .oth-box{
        order: 2;
    }
    .errtext{
        order: 4;
    }
    .btn-box{
        order: 3;
        margin-top: -25px;
    }

    .XYUS-HIDE{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .XYUS-HIDE>*{
        width: 100%;
    }
    .link-box{
        width: 50%;
        position: relative;
        right: 25%;
    }
    .oth-box{
        width: 50%;
        height: 18px;
        position: relative;
        top: -34px;
        margin-top: 8px;
        left: 25%;
    }
    .oth-box img, .oth-box *{
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }
}
@media screen and (max-height:150px){
    .input-box{
        width: 50%;
        position: relative;
    }
    .input-box:nth-of-type(1){
        right:25%;
    }
    .input-box:nth-of-type(2){
        left:25%;
        top: -30px;
        margin-bottom: -30px;
    }
    .input-box .tips{
        display: none !important;
    }
}
@media screen and (max-height:120px){
    .input-box{
        order: 1;
    }
    .btn-box{
        order: 2;
        top: -5px;
        position: relative;
        width: 20%;
        left: 40%;
        margin-bottom: 0;
    }
    .btn-box input{
        height: 30px;
        border-radius: 0;
    }
    .link-box{
        order: 3;
    }
    .oth-box{
        order: 4;
    }
    .errtext{
        order: 5;
        margin-top: -30px;
    }
    .input-box{
        width: 40%;
        position: relative;
    }
    .input-box:nth-of-type(1){
        right:30%;
    }
    .input-box:nth-of-type(2){
        left:10%;
    }
}
@media screen and (max-height:90px){
    .errtext{
        display: none;
    }
    .oth-box{
        margin-bottom: -25px;
        top: -28px !important;
    }
    .link-box{
        margin: 0;
    }
}
@media screen and (max-height:60px){
    .link-box{
        display: none;
    }
    .oth-box{
        display: none !important;
    }
    .input-box:nth-of-type(1){
        margin-top: 4px;
    }
}
@media screen and (max-height:180px) and (max-width:260px){
    .XYUS-FORGET,.XYUS-REG{
        font-size: 12px !important;
        line-height: 20px;
    }
}
@media screen and (max-height:180px) and (max-width:220px){
    .XYUS-FORGET,.XYUS-REG{
        display: inline-block;
        width: 50%;
        text-indent: 100%;
        overflow: hidden;
        height: 20px;
        position: relative;
    }
    .XYUS-FORGET::before,.XYUS-REG::before{
        content: "找回";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 20px;
        text-indent: 0;
        width: 100%;
        text-align: center;
    }
    .XYUS-REG::before{
        content: "注册";
    }
    .oth-box img, .oth-box *{
        margin: 0;
    }
}
@media screen and (max-height:180px) and (max-width:180px){
    .oth-box{
        top: -32px;
    }
    .oth-box img, .oth-box *{
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-height:180px) and (max-width:140px){
    .oth-box{
        opacity: 0;
    }
    .link-box{
        width: 100%;
        right: 0;
    }
}
@media screen and (max-height:150px) and (max-width:180px){
    .input-box input{
        text-indent: 5%;
    }
}
@media screen and (max-width:180px){
    .input-box .tips{
        display: none !important;
    }
}
@media screen and (min-height:180px) and (max-width:180px){
    .oth-box img, .oth-box *{
        margin: 0 5px;
        height: 25px;
        width: 25px;
    }
}
@media screen and (min-height:180px) and (max-width:140px){
    .link-box a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .oth-box img, .oth-box *{
        margin: 0px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-height:120px) and (max-width:180px){
    .btn-box{
        width: 30%;
    }
    .input-box:nth-of-type(1){
        right: 35%;
    }
    .input-box:nth-of-type(2){
        left: 5%;
    }
}

@media screen and (max-width:100px){
    body{
        padding: 0;
    }
    .XYUS-HIDE{
        display: none !important;
    }
    .XYUS-SHOW{
        display: none !important;
    }
    .XYUS-route{
        display: flex;

    }
    .XYUS-REG::before{
        display: none;
    }
}
@media screen and (max-width:100px) and (min-height:100px){
    .XYUS-route{
        flex-direction: column;
        justify-content: center;
    }
    .XYUS-route>*{
        margin: 5px 0;
    }
}

.adminLogin{
    display: none;width: 100%;position: absolute;left: 0;top: 40px;background-color: #FFF;
    box-sizing: border-box;
    border: 2px solid #DDD;
    border-radius: 10px;
}
.adminLogin>div{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.adminLogin>div:hover{
    background-color: #eee;
    color: crimson;
}
.adminLoginWrapper:hover .adminLogin{
    display: block;
}
