/* 重写bootstrap的字体大小 */
html {
    font-size: 100px;
}
body {
    font-family: "微软雅黑", serif;
}
div {
    font-size: .16rem;
}
p {
    margin-bottom: .16rem;
}
ol {
    margin-bottom: .16rem;
}

/* 修改bootstrap样式 */
@media (min-width: 1500px) {
    .container {
        min-width: 1280px;
    }
}
.btn {
    padding: .06rem .14rem;
    border-radius: .05rem;
    font-size: .16rem;
}
.btn:focus{
    box-shadow: none !important;
}
.form-control {
    font-size: .16rem;
    padding: .06rem .12rem;
    border-radius: .05rem;
    height: calc(.24rem + .12rem + 2px);
}
.form-group {
    margin-bottom: .16rem;
}
.form-control:focus {
    border-color: rgba(255, 193, 2, .6);
    box-shadow: none;
    outline: none;
}
.alert {
    padding: .12rem .64rem .12rem .18rem;
    margin-bottom: .16rem;
    border-radius: .04rem;
}
.alert-dismissible .close {
    padding: .12rem .2rem;
    font-size: .2rem;
}
.bg-gray {
    background: rgb(237, 237, 237) !important;
}
.bg-primary {
    background: #FFFFFF !important;
}
.bg-dark {
    background: #232323 !important;
}
.navbar {
    padding: .1rem;
    box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0);
}
.navbar-brand {
    margin-right: .16rem;
    padding: .08rem 0;
}
.navbar-toggler {
    font-size: .18rem;
    padding: .04rem .14rem;
}
.nav-link {
    color: #000000 !important;
    font-size: .16rem;
    padding: .08rem .20rem !important;
}
.pb-1 { padding-bottom: .04rem !important; }
.pb-2 { padding-bottom: .08rem !important; }
.pb-3 { padding-bottom: .16rem !important; }
.pb-4 { padding-bottom: .24rem !important; }
.pb-5 { padding-bottom: .48rem !important; }

.pt-1 { padding-top: .04rem !important; }
.pt-2 { padding-top: .08rem !important; }
.pt-3 { padding-top: .16rem !important; }
.pt-4 { padding-top: .24rem !important; }
.pt-5 { padding-top: .48rem !important; }

.pr-1 { padding-right: .04rem !important; }
.pr-2 { padding-right: .08rem !important; }
.pr-3 { padding-right: .16rem !important; }
.pr-4 { padding-right: .24rem !important; }
.pr-5 { padding-right: .48rem !important; }

.pl-1 { padding-left: .04rem !important; }
.pl-2 { padding-left: .08rem !important; }
.pl-3 { padding-left: .16rem !important; }
.pl-4 { padding-left: .24rem !important; }
.pl-5 { padding-left: .48rem !important; }

.mb-1 { margin-bottom: .04rem !important; }
.mb-2 { margin-bottom: .08rem !important; }
.mb-3 { margin-bottom: .16rem !important; }
.mb-4 { margin-bottom: .24rem !important; }
.mb-5 { margin-bottom: .48rem !important; }

.mt-1 { margin-top: .04rem !important; }
.mt-2 { margin-top: .08rem !important; }
.mt-3 { margin-top: .16rem !important; }
.mt-4 { margin-top: .24rem !important; }
.mt-5 { margin-top: .48rem !important; }

@media (min-width: 768px) {
    .mt-md-4 { margin-top: .24rem !important; }
}
@media (min-width: 768px) {
    .mt-md-5 { margin-top: .48rem !important; }
}

/* 自定义样式 */
.mob-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.font-size-1, .font-size-1>* { font-size: .14rem; }
.font-size-2, .font-size-2>* { font-size: .16rem; }
.font-size-3, .font-size-3>* { font-size: .18rem; }
.font-size-4, .font-size-4>* { font-size: .2rem; }
.font-size-5, .font-size-5>* { font-size: .22rem; }
.font-size-6, .font-size-6>* { font-size: .24rem; }
.font-size-7, .font-size-7>* { font-size: .26rem; }
.text-white-70 {
    color: rgba(255, 255, 255, .7);
}

.main-content {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.module-padding {
    padding-bottom: .6rem;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        max-width: 20%;
    }
}
@media (max-width: 768px) {
    .col-xs-6 { max-width: 50%; }
    .col-xs-8 { max-width: 66.6%; }
    .col-xs-4 { max-width: 33.3%; }
    .col-xs-9 { max-width: 75%; }
    .col-xs-3 { max-width: 25%; }
}
@media (max-width: 768px) {
    .list-group-horizontal-xs {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xs > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xs > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xs > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xs > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .mob-copyright-text {
        text-align: right;
        padding-top: .75rem !important;
    }
}
.mob-copyright-text {
    padding-top: .1rem;
}

/* 导航栏 */
.nav-link-btn {
    padding: 2px 10px;
    border-radius: 6px;
    border-width: 1px;
    font-size: .16rem;
}
.nav-item-lang a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: left;
}
.nav-item-lang-point {
    float: left;
    font-size: .16rem;
    color: #fff;
    margin-top: .08rem;
}
.nav-link.active {
    color: #00c78c !important;
}
.nav-link:hover {
    color: #00c78c !important;
}

/* 页脚 */
.footer {
    color: #fff;
}
.footer .mob-company {
    border-bottom: 1px solid rgba(153, 153, 153, .1);
    padding: .24rem 0;
}
.footer .company-text {
    border-left: 1px solid #999999;
    margin-top: .05rem;
    margin-left: .1rem;
    padding-left: .1rem;
}

.mob-contact-list li {
    padding-bottom: 10px;
    font-size: .16rem;
}
.mob-footer-nav li {
    padding-bottom: 10px;
}
.mob-footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: .16rem;
}

/* 标题 */
.mob-title {
    padding-bottom: .5rem;
}
.mob-title-text {
    display: inline-block;
    position: relative;
    z-index: 99;
    font-size: .34rem;
}
.mob-underline {
    position: absolute;
    bottom: 5px;
    left: 34%;
    width: 33%;
    height: 6px;
    background: #5B47FF;
    z-index: -1;
}

.carousel-item img {
    width: 100%;
}

.blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    backdrop-filter: blur(10px); /* Frosted glass effect */
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
 }

.find-more:hover{
    color: #212529;
    background-color: #00c78c;
    border-color: #00c78c;
}

/* 优势 */
.mob-advantage-list {
    text-align: center;
    padding: .16rem;
    font-size: .18rem;
    margin: 0 auto;
}
.mob-advantage-list img {
    width: .9rem;
}
