.details {
    width: 100%;
    max-width: 1508px;
    margin: 47px auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.details-top {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    background: #fff;
    -webkit-box-shadow: 6px 6px 20px 10px rgb(51 51 51 / 10%);
    box-shadow: 6px 6px 20px 10px rgb(51 51 51 / 10%);
    border-radius: 12px;
    padding: 32px;
}

.details-top-carousel {
    -ms-flex: 1;
    flex: 1;
    /* height: 100%; */
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    width: 100%;
    max-height: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.swiper-slide video {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.details-top__infos {
    width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.image-detail-infos__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #222;
    font-size: 30px;
    word-break: break-all;
}

.image-detail-infos__info-list {
    padding: 11px 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.image-detail-infos__info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-detail-infos__info-label {
    margin-right: 14px;
    width: 7em;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #7b7f81;
}

.image-detail-infos__info-label:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.image-detail-infos__info-content {
    -ms-flex: 1;
    flex: 1;
}

.image-detail-infos__source-info {
    text-decoration: underline;
    color: #333;
}

.image-detail-infos__source-info:after {
    content: "/";
    margin: 0 4px;
    float: right;
}

.image-detail-infos__info-content.id {
    line-height: 30px;
    color: #222;
}

.image-detail-infos__info-content.copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 20px;
    padding-top: 5px;
}

.image-detail-infos__info-content.size,
.image-detail-infos__info-content.time {
    line-height: 30px;
}

.image-detail-infos__info-content.usage {
    color: #e30951;
    padding-top: 5px;
    line-height: 20px;
}

.image-detail-infos__info-content.auth {
    line-height: 30px;
}

.image-detail-infos__info-content.auth span:first-of-type {
    cursor: pointer;
    text-decoration: underline;
}

.image-detail-price{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.image-detail-price span{
    font-weight: 400;
    color: #e30951;
    font-size: 18px;
}

.image-detail-creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.image-detail-creator__photo {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}

.image-detail-creator__photo img {
    width: 60px;
    height: 60px;
    object-fit: center;
}

.image-detail-creator__nickName {
    min-width: 100px;
    font-size: 16px;
    margin: 0 20px;
}

.image-detail-wrapper {
    position: relative;
}

.image-opt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -ms-flex: 1;
    flex: 1;
}

.image-opt__auths {
    padding: 0 15px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.image-opt__auths .image-opt__auths-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}

.image-opt__auths .image-opt__auths-header-text {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.image-opt__auths .image-opt__auths-header-tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

.image-opt__auths .image-opt__auths-header-tip>span {
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: #999;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}

.image-opt__auths .image-opt__auths-options {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.image-opt__auths-options .van-checkbox__label {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
}

.image-opt__auths .image-opt__auths-option-item {
    font-size: 12px;
    color: #222;
    white-space: nowrap;
}

.image-opt__auths .image-opt__auths-option-item.authType {
    -ms-flex: 1;
    flex: 1;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.image-opt__auths .image-opt__auths-option-item.format {
    width: 80px;
}

.image-opt__auths .image-opt__auths-option-item.scale-name {
    width: 40px;
}

.image-opt__auths .image-opt__auths-option-item.price {
    width: 70px;
    text-align: right;
}
.error-message{
    font-size: 14px;
    color: #e30951;
}
.image-opt__buttons {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding-top: 5px;
    z-index: 1;
}

.image-opt__buttons .image-opt__button-download {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bolder;
}

.image-opt__buttons .image-opt__button-download.will-download {
    background-color: #fd2866;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s;
}

.image-opt__buttons .image-opt__button-download.will-download:hover {
    background-color: #fd5b8a;
}

.image-opt__buttons .image-opt__button-sample {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    color: #fd2866;
    border: 1px solid #fd2866;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 700;
}

.image-opt__buttons .image-opt__button-shoppingcart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    width: 80px;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.image-opt__buttons .image-opt__button-collect {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    width: 80px;
    border-radius: 6px;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}

.image-opt__buttons .image-opt__button-collect span:first-of-type {
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
}

.image-opt__buttons .image-opt__button-collect span:nth-of-type(2) {
    display: none;
}

.image-opt__buttons .image-opt__button-collect:hover {
    color: #fff;
    border-color: #000;
}

.image-opt__buttons .image-opt__button-collect:hover span:first-of-type {
    display: none;
}

.image-opt__buttons .image-opt__button-collect:hover span:nth-of-type(2) {
    display: block;
}


.image-opt__buttons .image-opt__button-collect:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
    transition: top .2s;
    z-index: -1;
}

.image-opt__buttons .image-opt__button-collect:hover:after {
    top: 0;
}

.detail-tips {
    margin: 40px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #fff;
    -webkit-box-shadow: 6px 6px 20px 10px rgb(51 51 51 / 10%);
    box-shadow: 6px 6px 20px 10px rgb(51 51 51 / 10%);
    border-radius: 12px;
    padding: 32px;
    cursor: pointer;
}

.detail-tips span {
    width: 120px;
    font-size: 16px;
    color: #e30951;
    line-height: 28px;
}

.detail-tips p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

.details-content {
    margin: 40px 0;
}

.details-content h1 {
    text-align: center;
}

.details-content img {
    max-width: 100%;
}

.image-detail-artist {
    margin-top: 40px;
}

.image-detail-artist__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.image-detail-artist__header-text {
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
}

.image-detail-artist__header-link {
    text-decoration: none;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image-detail-related {
    margin-top: 40px;
}


.masonry-container {
    width: 100%;
    height: 600px;
}

.item {
    display: inline-block;
    width: 260px;
    opacity: 1;
}
/* 
.horizontal .item {
    width: auto;
    height: 250px;
}

.item .thumbnail {
    max-height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.equal .item .thumbnail {
    height: 140px;
}

.equal.horizontal .item .thumbnail {
    height: auto;
    width: 140px;
}

.item .thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.horizontal .item .thumbnail img {
    width: auto;
    height: 210px;
}

.item .info {
    margin-top: 10px;
    font-weight: bold;
    color: #777;
}

.item.animate {
    transition: opacity ease 1s;
    transition-delay: 0.2s;
    opacity: 1;
}

.loading {
    position: absolute;
    width: 100%;
    height: 50px;
    display: none;
}

.loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.horizontal .loading {
    width: 200px;
    height: 100%;
}

.placeholder {
    background: #eee;
    border-radius: 10px;
    width: 250px;
    height: 300px;
} */

.result__item{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
}

.search-result__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search-result__infos {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 12px 0;
    height: 50px;
}
.search-result__tag {
    margin-left: 4px;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
}
.search-result__tag.tag-adobe {
    display: none;
    background-color: #8f47e6;
    background-image: linear-gradient(90deg,#2c0124,#d70d6b 106%);
}
.search-result__tag.tag-imgage-type {
    opacity: 0;
    box-sizing: border-box;
    background: hsla(0,0%,80%,.5);
    border: 0.5px solid hsla(0,0%,100%,.5);
    color: rgba(34,34,34,.8);
}
.search-result__tag.tag-buyed {
    opacity: 1;
    background-color: #ff5777;
    background-image: linear-gradient(270deg,#f58365,#ff188a);
}
.search-result__tag.tag-premium {
    background-color: #908633;
}
.search-result__opts {
    z-index: 2;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
}
.search-result__batch, .search-result__opts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.search-result__opt-item {
    margin-left: 4px;
    padding: 4px 5px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .2s;
}
.search-result__opt-item:first-of-type {
    margin-left: auto;
}
.search-result__opt-item i {
    color: #fff;
    font-size: 18px;
}
.search-result__item:hover .search-result__opt-item {
    opacity: 1;
}