/* 广告图 */
.brand_story {
    width: 100%;
    position: relative;
}

.brand_story_title {
    position: absolute;
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ffffff;
    text-align: center;

}

.bst_title {
    font-size: 60px;
    font-weight: bold;
    line-height: 84px;
}

.bst_shangceng_inside {
    display: flex;
    justify-content: space-between;
}

/* 关于康之局 */
.bst_shangceng {
    padding: 80px 0;
    box-sizing: border-box;
}

.bst_shangceng_inside_left {
    width: 606px;
}

.bsi_left_title {
    line-height: 61px;
    font-size: 41px;
    font-weight: 500;
    position: relative;
    margin-bottom: 24px;
}

.bsi_left_title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 52px;
    height: 4px;
    background: #C9000E;
    border-radius: 50px;
}

.bsi_left_content {
    font-size: 15px;
    line-height: 23px;
}

.bst_shangceng_inside_right {
    width: 715px;
    height: 320px;
    position: relative;
}

.bst_shangceng_inside_right>video {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    outline: none;
    width: 100%;
}

.bst_shangceng_inside_right>img {
    width: 100%;
    height: 100%;
}

.bst_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bst_mask>img {
    width: 50px;
    height: 50px;
}

.reputation_box {
    padding: 80px 0;
    box-sizing: border-box;
    background: #F8F8F8;
}

.reputation_title {
    color: #404040;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.reputation_content{
    align-items: center;
    color: #5c5c5c;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    margin-top: 39px;
}
.reputation_item_box{
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
}
.reputation_item{
    width: 31.43%;
    background: #ffffff;
}
.reputation_item_img{
    width: 100%;
}
.reputation_item_content{
    align-items: center;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    display: flex;
    height: 70px;
    padding-left: 20px;
    width: 100%;
}
.reputation_item_content>div:first-child{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    height: 23px;
    width: 20%;
    white-space: nowrap;
}
.reputation_item_content>div:last-child{
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    color: #999;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    width: 69.11%;
}
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1026px) and (max-width: 1200px) {}