* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Futura;
    src: url("/fonts/Futura-Medium.eot");
    src:
        url("/fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Futura-Medium.woff2") format("woff2"),
        url("/fonts/Futura-Medium.woff") format("woff"),
        url("/fonts/Futura-Medium.ttf") format("truetype"),
        url("/fonts/Futura-Medium.svg#Futura-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

body {
    background: rgb(144, 148, 199);
    font-family: Futura, Arial, serif;
    color: #ffffff;
    height: 100vh;
    line-height: 1.3;
}

img {
    vertical-align: top;
}

.box {
    display: -webkit-box;
    display: flex;
    padding: 33px 28px;
}

.box-l {
    width: 63.5vw;
    border-radius: 20px;
    background: rgba(56, 56, 56, 0.5);
    padding: 20px 0 18px 20px;
    box-sizing: border-box;
}

.box-r {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    font-size: 40px;
    padding-top: 40px;
}

.box .list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 90vh;
    padding-right: 10px;
    margin-right: 5px;
}

.box .list .item {
    position: relative;
    margin: 0.5%;
    cursor: pointer;
    width: 24%;
}

.box .list .item img {
    width: 100%;
    aspect-ratio: 280/396;
    /* width: 280px;
    height: 396px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.box .list .item span {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 1.5vw;
}

.box .list .item.active::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.box .list .item.active::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background: url(../images/select.png) no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.box .poster {
    max-width: 100%;
}

.btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background: linear-gradient(183.44deg, rgb(163, 136, 209) 0%, rgb(100, 108, 176) 100%);
    border: 2px solid rgb(255, 255, 255);
    height: 77px;
    border-radius: 50px;
    font-size: 40px;
    box-sizing: border-box;
    width: 220px;
    margin-top: auto;
    cursor: pointer;
    color: #fff;
}

.btn:active {
    background: rgb(107, 103, 181);
    border-color: rgb(107, 103, 181);
}

.btn[disabled] {
    background: #cccccc;
    cursor: not-allowed;
}

.btn[disabled]:active {
    background: #cccccc;
}

.box .poster img {
    width: 280px;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
}

.other {
    margin-top: 35px;
    text-align: right;
    width: 90%;
    cursor: pointer;
}

.list {
    min-height: 86vh;
}

.list::-webkit-scrollbar {
    width: 10px;
}

.list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(56, 56, 56, 0.8);
}

.list::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
}

.landscape {
    display: -webkit-box;
    display: flex;
    background: url(../images/bg3.jpg) no-repeat center -102px;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.landscape-l {
    -webkit-box-flex: 1;
            flex: 1;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 6px;
    overflow-y: auto;
}

.landscape-r {
    width: 600px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    font-size: 50px;
    padding-top: 135px;
    background: rgb(144, 148, 199);
}

.landscape .list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}

.landscape .list .item {
    margin: 0.5%;
    cursor: pointer;
    width: 24%;
    aspect-ratio: 297/210;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid rgb(87, 65, 130);
    box-sizing: border-box;
}

.landscape .landscape-l::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(121, 117, 187);
}

.landscape .landscape-l::-webkit-scrollbar {
    width: 10px;
}

.landscape .landscape-l::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
}

.landscape .item img {
    border: 1px solid rgb(87, 65, 130);
    /* width: 310px;
    height: 206px; */
    width: 100%;
    aspect-ratio: 297/210;
    box-sizing: border-box;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
}

.landscape .poster {
    border: 2px solid rgb(255, 255, 255);
    width: 495px;
    height: 330px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 35px;
    -o-object-fit: cover;
       object-fit: cover;
}

.landscape .btn {
    margin-bottom: 150px;
}

.landscape .ipt {
    margin-top: 20px;
    width: 400px;
    font-size: 50px;
    height: 60px;
    background: transparent;
    border: none;
    text-align: center;
    outline: none;
    color: #fff;
}

.landscape .ipt::-webkit-input-placeholder {
    color: #fff;
}

.landscape .ipt::-moz-placeholder {
    color: #fff;
}

.landscape .ipt:-ms-input-placeholder {
    color: #fff;
}

.landscape .ipt::-ms-input-placeholder {
    color: #fff;
}

.landscape .ipt::placeholder {
    color: #fff;
}

.spinner {
    font-size: 40px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.5em;
    background-color: transparent;
    -webkit-transform-origin: center -0.2222em;
            transform-origin: center -0.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
    animation: spinner-fade 1s infinite linear;
}

.spinner-blade:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.spinner-blade:nth-child(2) {
    -webkit-animation-delay: 0.083s;
    animation-delay: 0.083s;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}

.spinner-blade:nth-child(3) {
    -webkit-animation-delay: 0.166s;
    animation-delay: 0.166s;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}

.spinner-blade:nth-child(4) {
    -webkit-animation-delay: 0.249s;
    animation-delay: 0.249s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.spinner-blade:nth-child(5) {
    -webkit-animation-delay: 0.332s;
    animation-delay: 0.332s;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
}

.spinner-blade:nth-child(6) {
    -webkit-animation-delay: 0.415s;
    animation-delay: 0.415s;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
}

.spinner-blade:nth-child(7) {
    -webkit-animation-delay: 0.498s;
    animation-delay: 0.498s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.spinner-blade:nth-child(8) {
    -webkit-animation-delay: 0.581s;
    animation-delay: 0.581s;
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
}

.spinner-blade:nth-child(9) {
    -webkit-animation-delay: 0.664s;
    animation-delay: 0.664s;
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
}

.spinner-blade:nth-child(10) {
    -webkit-animation-delay: 0.747s;
    animation-delay: 0.747s;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}

.spinner-blade:nth-child(11) {
    -webkit-animation-delay: 0.83s;
    animation-delay: 0.83s;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
}

.spinner-blade:nth-child(12) {
    -webkit-animation-delay: 0.913s;
    animation-delay: 0.913s;
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
    0% {
        background-color: #ffffff;
    }
    100% {
        background-color: transparent;
    }
}
@keyframes spinner-fade {
    0% {
        background-color: #ffffff;
    }
    100% {
        background-color: transparent;
    }
}
.loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(144, 148, 199);
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1400px) {
    .box-r {
        font-size: 30px;
    }
    .landscape .list .item {
        margin: 0.5%;
        width: 32.33333%;
    }
}

@media screen and (max-width: 1000px) {
    .box-r {
        font-size: 24px;
    }
    .landscape .list .item {
        margin: 0.5%;
        width: 49%;
    }
}

.search {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 77px;
    border-radius: 50px;
    border: 2px solid rgb(255, 255, 255);
    box-sizing: border-box;
    overflow: hidden;
    margin: 30px;
}

.search button {
    background: linear-gradient(183.44deg, rgb(163, 136, 209) 0%, rgb(100, 108, 176) 100%);
    border: none;
    color: #fff;
    padding: 0 15px;
    font-size: 30px;
    cursor: pointer;
    height: 100%;
}

.ipt {
    width: 360px;
    font-size: 40px;
    height: 60px;
    background: transparent;
    border: none;
    text-align: center;
    outline: none;
    color: #fff;
    padding: 0 10px;
}

.ipt::-webkit-input-placeholder {
    color: #fff;
}

.ipt::-moz-placeholder {
    color: #fff;
}

.ipt:-ms-input-placeholder {
    color: #fff;
}

.ipt::-ms-input-placeholder {
    color: #fff;
}

.ipt::placeholder {
    color: #fff;
}

.imgbox {
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
}

.loadmore {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 15px 0;
}

.loadmore .ltip {
    margin-left: 10px;
    font-size: 26px;
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 100;
}

.modal .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(144, 148, 199, 0.8);
    z-index: 101;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}

.modal-body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
}

#output {
    background-color: #ffffff;
    width: 20vw;
    height: 20vw;
    margin: 0 auto 20px;
    border-radius: 15px;
}

#output canvas {
    width: 90%;
    margin: 5%;
}

.close {
    position: absolute;
    right: -2vw;
    top: -5vw;
    width: 4vw;
    cursor: pointer;
}