/* app-creative.min.css */
.modal-header {
    padding: 16px 22px !important;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
body, .wrapper, .content-page {
    overflow: visible;
}

/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    margin-left: 10px;
    vertical-align: middle;
    font-family: "SimHei";
}

body {
    background-color: #f3f4f6;
    height: 100%;
}
body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}
.content {
    margin-bottom: 69px;
}
.page-title-right {
    display: block !important;
    float: right !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}
.hyper-wrapper a {
    color: #000;
}
.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    line-height: 16px;
    border-top: 0px solid rgba(152,166,173,.2);
    color: #98a6ad;
}
@media screen and (max-width: 768px) {
    .hyper-footer {
        text-align: center;
    }
}
.hyper-footer a {
    color: #919ca7;
}
@media screen and (max-width: 576px) {
    .container {
       padding: 8px 14px; 
    }
}
@media screen and (min-width: 576px) {
    .container {
       padding: 0; 
    }
}
@media screen and (min-width: 992px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

/* Home Page */

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1367px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 1367px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 500px !important;
    }
}

/* Select Button */

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 29px;
    justify-content: center;
}
.nav-list::-webkit-scrollbar {
    display: none; 
}
@media screen and (min-width: 767px) {
    .tab-link {
        min-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .tab-link {
        min-width: 60px;
    }
}
.tab-link {
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: 2rem;
    border: 1px solid #183153;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tab-link.active {
    color: #fff;
    background: #183153;
}
.img-checkmark img {
    width: 36px;
}
.tab-link.active .img-checkmark {
    display: none;
}
.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

/* Home Card */

.home-card {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 7%);
    transition: all .5s;
}
.home-card:hover {
    box-shadow: 1px 3px 2px 0 rgb(0 0 0 / 5%);
}
@media screen and (max-width: 767px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-gap: 16px;
        gap: 12px;
    }
    .home-card {
        padding: 12px;
        margin-bottom: 0;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
    	border-radius: 22px;
    	cursor: pointer;
        background-color: #fff;
    	
    }
    .home-img {
        max-width: 80px;
        margin-right: 12px;
    }
    .flex {
        display: flex;
        flex-direction: column;
    }
    .name {
        font-size: 14px;
        min-height: 42px;
    	display: -webkit-box;
        -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-align: left;
    }
    .price {
        color: #d0021b;
    }
    .price b {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 16px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 22px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 16px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 22px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}
@media screen and (min-width: 1320px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 16px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 22px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}

/* Buy Page*/
.form-group h3 {
    font-weight: 400;
    color: #212529;
}
.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 6px;
    }
    .buy-shop {
        grid-column: span 2 / span 2;
    }
    .buy-product {
        grid-column: span 4 / span 4;
    }
}
/* pay-type */
@media screen and (min-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 576px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
.pay-type {
    background-color: #fff;
    border: 1px solid #dbe6f1;
    padding: 4.35px 0 4.35px 18px;
}
.pay-type:hover {
    background-color: #fff;
    color: #000;
}
.pay-type.active {
    background-color: #f5f3f0;
    color: #071c3a;
    border: 1px solid #d0d0d0;
    font-weight: 500;
}
.buy-price {
    color: #ea5455;
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}
@media screen and (min-width: 767px) {
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 12px;
    }
    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 767px) {
    .orderinfo-info {
        display: grid;
        justify-content: center;
    }
}
.textarea-kami {
    min-height: calc(100% - 48px - 38px)
}
.kami-btn {
    margin-top: 6px;
    float: right;
}

/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}
#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

hr {
    margin: 0.8rem 0;
    border: 0;
    border-top: 1px dashed #efefef;
}

.custom-shadow {
    -webkit-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
    -moz-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
    box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
}
.custom-shadow-switch {
        border: 1px dashed #efefef;
    }
.br-20 {
    border-radius: 20px;
}

/*特别强调标签样式*/
.SpecialNote {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 5px dashed #29d094;
}
.SpecialNote p{
    margin-bottom:10px;
}
.SpecialNote h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.SpecialNote .SpecialJumplink {
    padding: 6px 12px;
    border-radius: 10rem;
    display: inline-block;
    color: #FFF;
    background: linear-gradient(146deg, #28d094, #43ecaf);
    cursor: pointer;
}
.SpecialNote .SpecialJumplink:hover {
    background: linear-gradient(146deg, #ebcc85, #e7b8c4);
}

.app-desc {
    padding: 0.8rem 1rem;
    margin: 0.8rem 0rem 1rem 0rem;
    clear: both;
    border-radius: 10px;
    border: 2px dashed #efefef;
}
.app-desc iframe {
    width: 100%;
    min-height: 250px;
    border-radius: 10px;
    margin-top: 10px;
}
@media (max-width: 960px){
    .app-desc iframe {
        min-height: auto;
    }
}
.app-desc span {
    font-size: 10px;
    color: #888888;
    line-height: 1rem;
    display: inline-block;
}
.app-desc img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
/*选择 .app-desc 类的 div 中的最后一个子元素，并且这个元素必须是 p。*/
div.app-desc ul:last-child {
    margin-bottom: 0;
}
/*选择 .app-desc 类的 div 中的最后一个子元素，并且这个元素必须是 p。*/
div.app-desc p:last-child {
    margin-bottom: 0;
}

/*商品详情自定义样式*/
.apple-app {
    display: inline-block;
}
.apple-app div {
    float: left;
}
.apple-app img {
    margin: 0 20px 0px 0;
}
.apple-app h4 {
    margin: 10px 0 4px 0;
}
.apple-app i {
    margin-right: 4px;
}
.apple-app p {
    margin: 0 0 10px 0;
    /*line-height: 1.2rem;*/
}

.app-tip {
    padding: 15px;
    margin: 10px 0 15px 0;
    border-radius: 10px;
    background: linear-gradient(146deg, #28d094, #43ecaf);
    /*font-weight: bold;*/
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
    -moz-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
    box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.15);
}
.app-tip i {
    margin-right: 4px;
}
/*租用小标签*/
.rentLabel-one {
    border-radius: 6px 0 0 6px;
    border: 2px solid #28d094;
    padding: 1px 5px;
    /* font-size: 13px; */
    margin-bottom: 3px;
    display: inline-block;
}
.rentLabel-two {
    border-radius: 0 6px 6px 0;
    background: #28d094;
    border: 2px solid #28d094;
    padding: 1px 4px;
    color: #fff;
    /* font-size: 13px; */
    margin-bottom: 3px;
    display: inline-block;
}
.rentLabel-three {
    font-size: 13px;
    display: block;
}
@media (max-width: 960px){
    .rentLabel-one {
        padding: 4px 5px 1px 5px;
    }
    .rentLabel-two {
        padding: 4px 4px 1px 4px;
    }
}
/*商品详情文档链接按钮*/
.DocumentLink {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 10px;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .DocumentLink {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
.DocumentLink a {
    display: block;
    padding: 12px 18px;
    background: linear-gradient(146deg, #ebcc85, #e7b8c4);
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(199,199,199,0.1);
}
.DocumentLink a:hover {
    background: linear-gradient(146deg, #183153, #455e81);
}