.meta-cart-icon{
    margin: 0 0 0 auto;
    cursor: pointer;
    background: var(--wp--preset--color--vivid-cyan-blue);
    padding: 0 8px;
    border-radius: 5px;
    color: #fff;
}
.meta-cart-icon:hover{
    background: #018ae2;
}
.meta-cart-icon.times{
    background-color: var(--wp--preset--color--luminous-vivid-orange);
}
.meta-cart-icon.times:hover{
    background-color: var(--wp--preset--color--pale-pink);
}

.wb-cart{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: var(--wp--preset--color--vivid-cyan-blue);
    border: 0;
    color: #fff;
    z-index: 999;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 30%) !important;
    cursor: pointer;
}

.wb-cart:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}
.wb-cart .fa{
    line-height: 50px;
    font-size: 30px;
}
.wb-cart em{
    font-style: normal;
    color: var(--wp--preset--color--vivid-cyan-blue);
    position: absolute;
    top: -10px;
    left: 35px;
}

.wb-cart-manage{
    width: 600px !important;
    max-width: 96% !important;
}

.wb-cart-manage .wbox-list-group{
    display: block;
    max-height: calc( 100vh - 350px );
    overflow-y: scroll;
    overflow-x: hidden;
    /*position: absolute;*/
    -webkit-overflow-scrolling: touch;
}

.wb-cart-manage .wbox-list-group::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: .013333rem solid rgba(0, 0, 0, 0);
}
.wb-cart-manage .wbox-list-group::-webkit-scrollbar {
    width: 3px;
    height: .173333rem;
    -webkit-border-radius: .066667rem;
    -moz-border-radius: .066667rem;
    border-radius: .066667rem;
}
.wb-cart-manage .wbox-list-group::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: .066667rem;
    -moz-border-radius: .066667rem;
    border-radius: .066667rem;
    min-height: .373333rem;
}
.wb-cart-manage .wbox-list-group::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: .066667rem;
    -moz-border-radius: .066667rem;
    border-radius: .066667rem;
}
.wb-cart-manage .wbox-list-group .list-group .list-group-item{
    font-size: 15px;
}
.wb-cart-manage .wbox-list-group .list-group .list-group-item .num{
    width: 35px;
    text-align: right;
    padding-right: 5px;
}
.wb-cart-manage .list-group .list-group-item .title{
    flex: 1;
    text-align: left;
}
.wb-cart-manage .btn-group>.btn.clear-cart{
    flex: unset;
}
.wb-cart-manage .btn-group>.btn.btn-primary{
    flex: 1;
}
@media (max-width: 1024px){
    .wb-cart{
        bottom:80px;
    }
}
@media (max-width: 767px){
    .wb-cart{
        right: 30px;
    }
}

/*内页*/
.hero{
    z-index: 2!important;
}
.hero-shop .hero:before {
    opacity: .95;
    background-color: rgb(0 0 0);
    background-image: unset;
    background: -o-linear-gradient(left, #001e47, #111);
    background: -webkit-gradient(linear, left top, right top, from(#001e47), to(#111));
    background: linear-gradient(to right, #001e47, #111);
}
.hero-shop-warp {
    width: 100%;
}
.hero-shop-warp .wb-img-box{
    border-radius: 0.5rem;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    border: 3px #fff solid;
}

.hero-shop-warp .wb-img-box img{
    width: 100%;
    min-height: 300px;
    height: auto;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

.score{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff6b38;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: bold;
    padding: 0 1rem;
    border-radius: 0 1rem 0 0;
}

.wb-info-meta{
    font-size: .8rem;
    color: #fff;
}
.hero-shop-warp .wbox-download-box{
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}
.hero-shop-warp .btn.wbox-download{
    color: #fff;
    background: #ff6b38;
    background-image: linear-gradient(168deg,#ff6b38,#f14027);
    font-size: 18px;
    line-height: 1.2;
    min-width: 180px;
    padding: 12px;
    margin: 0 auto;
    max-width: 200px;
}
.hero-shop-warp .btn.wbox-download:hover{
    background: #f14027;
    background-image: linear-gradient(168deg,#f14027,#ff6b38);
}
.hero-shop-warp .invalid-link{
    color: #ffb097;
    font-size: .8rem;
}
.download-button-list-box{
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 300px;
    max-height: 1000px;
    opacity: 0;
    transform: translate3d(0,-10px,0);
    transition: all .3s ease 30ms;
    z-index: -3;
}
.download-button-list {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 0 20px;
}
.download-button-list:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 90px;
    top: -15px;
    width: 0;
}
.hero-shop-warp .wbox-download-box:hover .download-button-list-box{
    display: block;
    opacity: 1;
    transform: translateZ(0);
    z-index: 999999
}
#post-video{
    width: 100%;
    height: auto;
    margin-left: -1px;
    border: 1px #ebebeb solid;
}
.module.slider.owl .owl-prev,.module.slider.owl .owl-next {
    z-index: 9999;
}
/*移动端*/
@media (max-width: 992px){
    .wb-hero-left{
        flex-direction: column!important;
        width: 100%;
    }
    .hero-wide .hero{
        background-image: unset!important;
        background: #fff !important;
        padding-top: 0;
    }
    .hero-wide .hero:before{
        background:unset!important;
    }
    .hero-shop-warp {
        padding: 0;
        width: 100%;
    }
    .hero-shop-warp .container-lg.px-5{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .hero-shop-warp .wb-img-box {
        border-radius: 0;
        border: 0;
        width: 100%;
    }
    .hero-shop-warp .wb-img-box img {
        width: 100%;
        max-width: unset;
        max-height: 220px;
        height: auto;
        object-fit: cover;
    }
    .hero .entry-header .entry-title{
        color: #333;
    }
    .hero-shop-warp .container-lg .pr-5{
        padding-right: 1rem!important;
    }
    .hero-shop-warp .container-lg .info-meta{
        background: #ffd7b1;
        border-radius: .5rem;
        overflow: hidden;
        justify-content: space-evenly;
        text-align: center;
        padding: 0.5rem 0;
        margin: 0 1rem 1rem;
    }
    .hero-shop-warp .container-lg .meta-info-item{
        border-right: 1px #f0ccab solid;
        flex: 1;
    }
    .hero-shop-warp .container-lg .meta-info-item:last-child{
        border-right: none;
    }
    .hero-shop-warp .container-lg .meta-info-item .meta-info-value{
        color: #ac7846;
        font-weight: 600;
        font-size: 1.1em;
    }
    .hero-shop-warp .container-lg .meta-info-item .meta-info-title{
        color: #c59364;
        font-size: .6em;
    }
    .wbox-download-box{
        width: 80%;
        margin: 0 auto;
    }
    .wbox-download{
        border-radius: 2rem;
    }
    .single.hero-image .site-content .container{
        padding-right: 10px;
        padding-left: 10px;
    }
    .download-button-list-box{
        width: 300px;
        right: calc(50% - 150px);
        /*padding: 0.5rem 2rem!important;*/
    }
    .download-button-list:after{
        right: 50%;
    }
    .invalid-link{
        display: none;
    }

    .score{
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: bold;
        padding: 0 .6rem;
        border-radius: 0 .6rem 0 0;
    }
}