/* 平板设备（例如iPad） */
@media (min-width: 768px) and (max-width: 1024px) {
    /* 在这里设置平板端的样式 */
    #public-header{
        background-color: #4400e1!important;
    }
    .page-wrapper{
        padding-top: 58px;
    }
    .common-banner-box {
        height: 20vh!important;
    }
    .common-index-banner-box{
        height: 30vh!important;
    }
    .chip-box{
        margin: 15px 5%!important;
    }
    .chip-index-title{
        font-size: 22px!important;
        line-height: 22px!important;
        padding-top: 80% !important;
        color: #FFFFFF;
    }
    .chip-index-sub-title{
        font-size: 14px!important;
        line-height: 18px!important;
    }
    .follow-main{
        padding: 10px 5%!important;
    }
    .follow-sub-title {
        font-size: 14px!important;
        margin-top: 10px!important;
    }
    .sp_kv{
        width: 88%!important;
    }
    .sp_kv1{
        padding: 0 1%!important;
    }
}

/* 手机设备（例如iPhone） */
@media (max-width: 767px) {
    /* 在这里设置手机端的样式 */
    #public-header{
        background-color: #4400e1!important;
    }
    .page-wrapper{
        padding-top: 58px;
    }
    .common-index-banner-box{
        height: 30vh!important;
    }
    .common-banner-box {
        height: 20vh!important;
    }
    .chip-box{
        margin: 15px 5%!important;
    }
    .chip-index-title{
        font-size: 18px!important;
        line-height: 18px!important;
        /*padding-top: 80% !important;*/
        color: #FFFFFF;
    }
    .follow-main{
        padding: 10px 5%!important;
    }
    .chip-index-sub-title{
        font-size: 14px!important;
        line-height: 18px!important;
    }
    .follow-sub-title {
        font-size: 14px!important;
        margin-top: 10px!important;
    }
    .sp_kv{
        width: 88%!important;
    }
    .sp_kv1{
        padding: 0 1%!important;
    }
    .page-common-title {
        font-size: 18px!important;
        line-height: 18px!important;
    }
    .main-title{
        font-size: 18px!important;
        line-height: 100%!important;
    }
    .main-sub-title{
        font-size: 16px!important;
        line-height: 150%!important;
    }
    #public-header h1 a img{
        width: 280px!important;
    }
    .sp_kv_3 {
        width: 66%!important;
    }
}
#public-header{
    box-shadow: none;
    background: none;
    width: 100%;
    position: absolute;
    z-index: 99;
}

#public-header .navbar-nav li .nav-link{
    color: #ffffff;
}
.footer-bottom{
    font-size: 18px;
    padding: 30px;
    background-color: #002956;
    color: #ffffff;
    text-align: center;
}
.navbar-toggler{
    color: #ffffff;
}
.sp_kv{
        position: absolute;
    width: 50%;
    max-width: 960px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sp_kv_3{
        position: absolute;
    width: 25%;
    max-width: 960px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sp_kv1{
    padding: 0 10%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.common-index-banner-box {
        width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.chip-index-title{
    font-size: 50px;
    line-height: 50px;
    padding-top: 125px;
    color: #FFFFFF;
}
.chip-index-sub-title{
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.page-common-title{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}
.common-banner-box {
    width: 100%;
    height: 315px;
    background-image: url(/images/sp_kv_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: relative;
}
.chip-title{
    font-size: 22px;
    color: #1451cd;
    font-weight: bold;
}
.chip-subtitle{
    font-size: 85%;
    color: #999;
    text-transform: uppercase;
    margin-top: 10px;
}
.chip-box{
    margin: 15px 33%;
}
.chip-contact-box{
    background: #002956;
    box-sizing: border-box;
    padding: 25px 20px  35px;
    border-radius: 20px;
}
.chip-contact-box h4{
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 2px #fff solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.chip-contact-box .text{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 180%;
}
.chip-contact-box .gongjiao{
    background: #615AA5;
    box-sizing: border-box;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    line-height: 180%;
    margin: 15px 0;
    border-radius: 15px;
}
.follow-main{
    padding: 0 15%;
}
.follow-sub-title{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.text-item{
    padding: 15px;
}
.main-title{
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 32px;
    color: #ffffff;
    line-height: 155%;
}
.main-sub-title{
    font-size: 28px;
    color: #fff;
    line-height: 155%;
}
#order thead tr th{
    text-align: center;
    font-size: 0.9rem;
}
#order tbody tr td{
    text-align: center;
}
#order-status a:hover{
    background-color: #0c0391;
    color: #ffffff;
}
#order-status .active{
    background-color: #0c0391;
    color: #ffffff;
}

.btn-detail{
    background-color: #0c0391;
}
.btn-detail:hover{
    opacity: 0.9;
    background-color: #0c0391;
}
.qrcode img {
    display: inline-block!important; /* 确保图片内联显示 */
}
.navbar-expand-md .nav-item.active:after {
    border-bottom: 2px solid #ffffff;
}
