
/* ------------------ 项目 ------------------ */

/* <!-- 列表 --> */
.my-box {
    margin-bottom: 100px;
    margin-top: 1rem;
}

.web-list {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.web-list .web {
    color: #000;
    background-color: #ffffff;
    border-radius: 0.75rem;
    transition: box-shadow 0.2s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    height: 188px;
    position: relative;

    outline-color: #ccced1;
    outline-style: solid;
    outline-width: 1px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

.web-list .web:hover {
    transform: translateY(-0.5rem);
}

.web-title {
    color: #ffffff;
    font-size: 1.3rem;

    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-content {
    color: #cfcfcf;
    line-height: 1.625;
    margin: 0;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* <!-- 页码 --> */
.page-box {
    display: flex;
    align-items: center;
}
.page-info {
    margin: 0 20px;
}
.page-form {
    margin-right: 20px;
}
.page-form input{
    width: 55px !important;
}

@media (max-width: 992px) {
    .page-box {
        justify-content: space-between;
    }
}

/* <!-- 详情 --> */
.web-top {
    display: inline-block;
    align-items: center;
    color: #2563eb;
    color: rgb(75 85 99);
}

.web-top span {
    font-weight: 500;
    font-size: .975rem;
    line-height: 1.25rem;
}

.web-top svg {
    width: 1rem;
    height: 1rem;
}

.web-main {
    background-color: #ffffff;
    padding: 0 30px 20px 30px;
    border-radius: 10px;
    margin-top: 2rem;

    border: 1px solid rgb(236, 236, 236);
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
}

/* ------------------ 橱窗详情 ------------------ */
.stalls-details {
    color: #4a4a4a;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    max-width: 1200px;
    flex: initial;
    margin: 0 auto 100px;
}

/* <!-- 左侧 --> */
.details-left {
    width: 645px;
    margin-right: 35px;
    margin-top: 10px;
}
.details-left img{
    width: 100%;
    margin-bottom: 10px;
}


/* <!-- 右侧 --> */
.details-right {
    width: 345px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 10px;
    padding: 20px;
}
.details-right h5 {
    font-size: 24px;;
    font-weight: bold;
    margin-bottom: 15px;
}
.details-right .media {
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}
.details-right .media .media-body{
    font-size: 14px;
    color: rgb(112, 112, 112);
    margin: 0;
}

/* <!-- 右侧-橱窗信息 --> */
.details-right .details-info h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.details-right .details-info {
    display: flex;
    flex-direction: column;
}
.details-right .details-info li{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.details-right .details-info li p{
    font-size: 15px;
    color: #707070;
}
.details-right .details-info li .price{
    font-size: 15px;
    color: #2563eb;
}





/* <!-- 加载 --> */        
#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 999999;
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}


.prettyprinted {
    position: relative;
}

.btn-copy {
    position: absolute;
    top: 5px;
    right: 5px;
}

.open-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.open-box .open-content {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0.5rem;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.open-box .open-content img {
    width: 300px;
    height: 300px;
}

.open-box .open-tips {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0.5rem;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}