::-webkit-scrollbar{
    display: none;
}
@font-face{
    src: url(/assets/font/handwriting.ttf);
    font-family: hand;
}
body{
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: hand;
}
.load{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 3;
    background: rgba(255, 255, 255, 0.336);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}
.load img{
    width: 99px;
    height: 99px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: royalblue;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
    height: 51px;
}
nav .logo{
    display: flex;
    margin-left: 9px;
    text-decoration: none;
    align-items: center;
    user-select: none;
}
nav .logo img{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    margin-right: 5px;
}
nav .logo h2{
    margin: 5px;
    font-size: 29px;
    color: #fff;
}
nav i{
    font-size: 23px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
}
nav #omenu{
    display: none;
    color: #fff;
    margin-left: 23px;
}
nav #cmenu{
    display: none;
    color: #fff;
    margin-left: 23px;
}
.container{
    width: 100%;
    display: flex;
}
.container .left{
    width: 99%;
    padding: 0;
    height: calc(100vh - 71px);
    overflow-y: scroll;
}
.container .left h1{
    color: dimgray;
    font-size: 27px;
    margin: 5px;
    margin-bottom: 9px;
}
.container .left #con{
    width: 98%;
    height: max-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    align-items: center;
    padding-left: 3px;
    position: relative;
}
.container .left #con .item{
    width: 98%;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    max-height: 369px;
    background: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container .left #con .item img{
    width: 98%;
    height: 272px;
    border-radius: 5px;
    margin: 0;
    max-height: 100%;
    user-select: none;
    cursor: none;
    position: relative;
    object-fit: cover;
    object-position: center;
}
.container .left #con .item img:hover p{
    display: block;
}
.container .left #con .item p{
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    height: max-content;
    background: rgba(2, 2, 2, 0.418);
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    letter-spacing: 1.5px;
    position: absolute;
    text-shadow: 3px 4px 4px rgba(6, 6, 6, 0.823);
}
.container .right{
    min-width: 291px;
    max-width: 423px;
    background: royalblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 71px);
}
.container .right a{
    width: 91%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    text-decoration: none;
    background: #fff;
    padding: 5px;
    color: royalblue;
    margin: 3px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: 0.5s;
}
.container .right a:hover{
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.container .right a i{
    margin: 5px;
}
.container .right a p{
    margin: 5px;
    font-weight: bold;
}
#conn{
    width: 100%;
    height: calc(100vh - 51px);
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#conn .ite{
    width: 96%;
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#conn .ite img{
    width: fit-content;
    max-width: 429px;
    height: max-content;
    max-height: 519px;
    border-radius: 5px;
    cursor: none;
}
#conn .ite .detail{
    width: 324px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 19px;
}
#conn .ite .detail .left{
    height: max-content;
}
#conn .ite .detail .down{
    height: max-content;
}
#conn .ite .detail .left h3{
    font-size: 24px;
    margin: 3px;
    color: royalblue;
    padding: 0;
}
#conn .ite .detail .left p{
    font-size: 17px;
    margin: 1px;
    color: dimgray;
}
#conn .ite .detail .left a{
    text-decoration: none;
    color: royalblue;
}
#conn .ite .detail .down{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#conn .ite .detail .down button{
    padding: 9px 19px;
    margin: 5px;
    background: green;
    border: 2px solid #eee;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    color: #fff;
}
#conn .ite .detail .down .d{
    width: 99px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#conn .ite .detail .down .d i{
    padding: 11px;
    margin: 3px;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}
#conn .ite .detail .down .d i:nth-child(1){
    color: palevioletred;
}
#conn .ite .detail .down .d i:nth-child(2){
    color: dimgray;
}
#conn .ite .detail .down .d i:nth-child(3){
    color: teal;
}
#conn .ite .detail .down .d i:hover{
    background: #eee;
}
.search{
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 4px;
    background: #fff;
    border-radius: 51px;
}
.search input{
    font-size: 16px;
    border: none;
    margin: 3px;
    outline: none;
    color: dimgray;
    letter-spacing: 0.5px;
    height: 100%;
    width: 100%;
    background: transparent;
    align-items: center;
}
.search button{
    align-items: center;
    border: none;
    outline: none;
    background: royalblue;
    padding: 7px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}
.search button:hover{
    background: blue;
}
.search button i{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.pop{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.462);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.pop .div{
    width: 324px;
    background: linear-gradient(159deg,#fff,rgb(202, 231, 254),#fff);
    padding: 9px;
    border-radius: 7px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    user-select: none;
    padding-bottom: 36px;
}
.pop .div img{
    border: 8px solid #fff;
    border-radius: 6px;
    margin: 5px;
    width: 151px;
    height: 151px;
    box-shadow: 2px 3px 3px rgba(105, 105, 105, 0.421);
}
.pop .div p{
    font-size: 17px;
    margin: 5px;
    color: dimgray;
    font-weight: bold;
}
.pop .bottom{
    width: 324px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 3px;
    display: flex;
    align-items: center;
}
.pop .bottom input{
    width: 100%;
    border: none;
    outline: none;
    color: royalblue;
    font-size: 17px;
}
.pop .bottom button{
    border: none;
    outline: none;
    background: royalblue;
    color: #fff;
    padding: 7px;
    font-size: 17px;
    border-radius: 5px;
    transition: 0.5s;
}
.pop .bottom button:hover{
    background: blue;
}
.click{
    position: fixed;
    background: #eee;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 163px;
    margin: 5px;
    height: max-content;
    border: 3px solid rgb(217, 217, 217);
    z-index: 2;
    transform: scale(0);
    transform-origin: top left;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.393);
}
.click.active{
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}
.click .item{
    display: flex;
    align-items: center;
    width: 91%;
    justify-content: space-between;
    padding: 5px 7px;
    user-select: none;
    transition: 0.5s;
}
.click .item:hover{
    background: #fff;
}
.click .item i{
    color: royalblue;
}
.click .item p{
    margin: 3px;
    font-size: 17px;
    color: royalblue;
    margin-right: 3px;
}
.container .right div{
    width: 99%;
    display: flex;
    color: transparent;
    justify-content: center;
}
.container .right div select{
    padding: 9px;
    background: #eee;
    font-size: 17px;
    color: royalblue;
    border-radius: 5px;
}
.container .right div span{
    display: none;
}
.container .right div a{
    background: transparent;
    border: none;
}
.container .right div a:hover{
    border: none;
    color: transparent;
}


@media(max-width:1416px){
    .container .left #con{
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width:1105px){
    .container .left #con{
        grid-template-columns: repeat(2,1fr);
    }
    #conn .ite img{
        width: 79%;
    }
}
@media(max-width:898px){
    .container .left #con{
        grid-template-columns: repeat(1,1fr);
    }
    .container .left #con .item img{
        max-height: 399px;
    }
    #conn .ite img{
        width: 91%;
    }
}
@media(max-width:636px){
    .container .left h1{
        font-size: 15px;
        letter-spacing: 2px;
    }
    nav .logo h2{
        display: none;
    }
    nav .logo img{
        width: 32px;
        height: 32px;
    }
    .container .left #con{
        grid-template-columns: repeat(1,1fr);
        gap: 7px;
    }
    .container .left #con .item{
        width: 98%;
        border: 2px solid rgb(223, 223, 223);
    }
    .container .left #con .item img{
        width: 329px;
        max-width: 98%;
        max-height: 482px;
        margin: 0 auto;
    }
    nav #omenu{
        display: block;
    }
    .container .right{
        position: fixed;
        min-width: 272px;
        height: max-content;
        top: 52px;
        right: 0;
        z-index: 1;
        padding-top: 5px;
        padding-bottom: 5px;
        display: none;
        border-bottom-left-radius: 7px;
    }
    #conn .ite img{
        width: 99%;
        max-width: 324px;
    }
    #conn .ite .detail .left h3{
        font-size: 17px;
    }
    .qr img{
        width: 59px;
        height: 59px;
    }
    .qr p{
        font-size: 13px;
    }
    .search{
        width: 79%;
        border-bottom-left-radius: 29px;
        border-top-left-radius: 29px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-right: 5px;
        background: royalblue;
        border: 2px solid #fff;
    }
    ::-webkit-input-placeholder{
        color: #fff;
    }
    .search input{
        color: #fff;
    }
    .pop .div{
        width: 63%;
    }
    .pop .div img{
        width: 108px;
        height: 108px;
    }
    .pop .bottom{
        width: 63%;
    }
}