body {
    background: -webkit-linear-gradient(120deg,#a900ff,#6a18c4,#1793d1,#74ec367a);
}
#ct{
    display: grid;
    grid-template-columns: 70% 30%;
}

#lt{
    display: grid;
    grid-template-rows: auto 80%;
    padding: 20px 20px;
    background-color: #0d244754;
}
#lt > div > img{
    width:100%;
}


#rt{
    height: 100%;
    text-align: center;
    position: relative;
    background: -webkit-linear-gradient(80deg,#0054bb,#00337d,#0f3670,#0a1b34);
}


input{
    width: 100%;
    height: 35px;
    font-size: x-large;
    margin-bottom: 25px;
}
button{
    padding: 4px 12px;
    background-color: #0089d9;
    border-radius: 6px;
    border: transparent;
    color: #fff;
    box-shadow: 1px 1px 0px 1px #1b61ad;
    font-size: x-large;
    cursor: pointer;
}

#hd{
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
    border-radius: 100%;
    vertical-align: middle;
}
#nm{
    font-size: x-large;
}
*[data-view="0"], body::-webkit-scrollbar{
    display: none;
}
span[data-type='mk']{
    position: fixed;
    background-color: rgb(0 0 0 / 80%);
}


div[data-name='tip']{
    position: fixed;
    min-width: 250px;
    min-height: 100px;
    width: 500px;
    left: 1362px;
    top: 324px;
    background-color: #012e81;
    border-radius: 10px;
    padding: 10px;
    border: 2px #fff solid;
    color: #FFF;
}
input[type='submit']{
    display: none;
}
span[data-type='bt']{
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    border-radius: 5px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px;
}