.container {
    background-color: #ffffff;
}
.common_box{
padding-bottom: 0;
}
img {
    width: 100%;
    background-size: 100% 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}


.content {
    /*padding: 0.533rem;*/
    margin-top: 1.067rem;
    text-align: center;
}

.card {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 0.213rem;
    padding: 1.067rem 0.533rem;
    margin-bottom: 0.533rem;
    box-shadow: 0 0 0.533rem rgba(0, 0, 0, 0.08);
}

.intro_title {
    font-size: 0.907rem;
    font-weight: bold;
    color: #323232;
    margin-bottom: 0.96rem;
}

.intro_content {
    font-size: 0.747rem;
    font-weight: 500;
    color: #323232;
    line-height: 1.067rem;
    text-align: left;
}

.features {
    padding: 1.067rem 0 !important;
}

.location_content {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1.067rem;
}

.content_box {
    width: 46%;
    box-shadow: 0 0 0.533rem rgba(0, 0, 0, 0.08);
    font-weight: 500;
}

.content_box img {
    width: 100%;
    height: 5.92rem;
}

.content_box .title {
    font-size: 0.747rem;
    color: #323232;
    line-height: 0.853rem;
    margin: 0.533rem;
    text-align: left;

}

.content_box p {
    text-align: left;
    font-size: 0.64rem;
    color: #333333;
    line-height: 0.853rem;
    margin: 0.533rem;
    height: 4.853rem;
}

.location {
    padding: 1.067rem 0 !important;
}

.core {
    background-image: url("../../static/image/about/core_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    height: 12.667rem;
}

.core_content {
    margin-top: 1.067rem;
}

.core_content p {
    text-align: left;
    font-size: 0.747rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.067rem;
}

.core_content p:nth-child(1) {
    margin-bottom: 1rem;
}
.system_content {
    margin-top: 1.067rem;
    box-shadow: 0 0.267rem 0.533rem 0 rgba(34, 23, 20, 0.08);
}

.system_item {
    text-align: left;
    margin-top: 1.067rem;
}

.system_item img {
    width: 100%;
    height: 8.8rem;
}

.system_title {
    margin:1.067rem 0.533rem 0.747rem;
    font-size: 0.747rem;
    font-weight: bold;
    color: #323232;
    line-height: 0.853rem;
}

.system_item p {
    margin: 0 0.533rem;
    font-size: 0.64rem;
    font-weight: 400;
    line-height: 1.067rem;
    color: #333333;
    margin-bottom: 1.067rem;
}

.swiper-pagination{
    position: static!important;
}