*{
    padding: 0;
    margin: 0;
}
html{
    overflow-y: scroll;
}
:root{
    overflow-y: auto;
    overflow-x: hidden;
}
:root body{
    position: absolute;
}
body{
    width: 100vw;
    overflow: hidden;
}
.logo-title{
    font-size: 36px;
    font-weight: 400;
    color: #2E3B43;
    margin-bottom: 8px;
    display: block;
    text-decoration: none!important;
}
.case-main-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.case-box-inner{
    background: #FFFFFF;
}
.top-content{
    font-size: 16px;
    color: #A0A0A0;
    display: inline-block;
    margin-right: 1%;
}
.btn-box{
    display: inline-block;
    background: #9EB4DB;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    padding: 8px 25px;
    margin-right: 8px;
}
.case-top-box > img{
    float: left;
    padding-right: 20px;
    min-height: 60px;
}
.intro-content{
    background: #F1F7F7;
    border: 1px solid #9EB4DB;
    padding: 30px;
    margin-top: 40px;
    overflow: hidden;
}
.intro-content > img{
    float: left;
    padding-right: 20px;
}
.intro-content .intro-text{
    font-size: 16px;
    line-height: 1.5;
    color: #2E3B43;
    font-weight: 500;
}
.title-box{
    font-size: 24px;
    color: #2E3B43;
    font-weight: 600;
    margin: 40px 0;
}
.goods-list-content{
    margin: 30px 0;
}
.goods-list-title{
    font-size: 24px;
    color: #2E3B43;
    padding: 0 24px;
    font-weight: bold;
    margin-bottom: 24px;
}
.goods-list-title::before{
    border-radius: 6px;
    width: 10px;
    height: 33px;
    background-color: #D8DFE6;
    position: absolute;
    margin-left: -24px;
    display: inline-block;
    content: '';
}
.product-box{
    overflow: hidden;
}
.product-box > img{
    float: left;
    padding-right: 20px;
}
.product-intro-box .goods-title{
    font-size: 18px;
    color: #F75C2F;
    margin-bottom: 16px;
}
.product-intro-box .goods-intro{
    font-size: 14px;
    line-height: 1.6;
    color: #A0A0A0;
}
.goods-list-inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.goods-list-box{
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
}
.goods-list-box a{
    display: inline-block;
}
.goods-list-box .goods-name{
    font-size: 18px;
    color: #F75C2F;
    padding: 16px 0 8px;
}
.goods-list-box .goods-spec{
    font-size: 14px;
    color: #A0A0A0;
    text-align: center;
    line-height: 1.5;
}
.list-content{
    margin: 40px 0;
}
.list-content .list-title{
    font-size: 24px;
    color: #2E3B43;
    background: #D8DFE6;
    font-weight: 600;
    border: 1px dashed #9EB4DB;
    padding: 10px 20px;
    margin: 24px 0;
}
.company-intro-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.company-intro-box.flex-column{
    flex-direction: column-reverse;
}
.left-box{
    width: 27%;
}
.right-box{width: 71%}
.person-intro{
    font-size: 14px;
    line-height: 1.5;
    color: #2E3B43;
    padding: 20px 0;
}
.right-box .title-text{
    font-size: 16px;
    font-weight: bold;
    color: #2E3B43;
    margin-bottom: 20px;
}
.title-text-last{
    font-size: 16px;
    font-weight: bold;
    color: #2E3B43;
    margin-bottom: 20px;
}
.person-intro-text{
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.end-intro-text{
    padding-top: 16px;
    border-top: 1px solid #F1F7F7;
}
.annotation-text{
    font-size: 12px;
    color: #2E3B43;
    margin: 24px 0;
}
.associate-goods-title{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 9px 20px;
    background: linear-gradient(270deg, #F8F8F9 0%, #406DC1 100%);
    margin: 40px 0;
}
.border_bottom{
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F7F7;
    margin-bottom: 20px;
}
.graphic-model-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.graphic-left-model{width: 46%}
.graphic-right-model{width: 50%}
.graphic-right-model a{display: inline-block;width: 100%;height: 100%}
.graphic-model-content{margin: 40px 0}
@media screen and (max-width: 576px){
    .logo-title{font-size: 28px}
    .top-content{margin: 10px 0}
    .goods-list-box{width: 100%;margin: 16px 0}
    .list-content .list-title{font-size: 18px}
    .graphic-left-model{width: 100%}
    .graphic-right-model{width: 100%;margin-bottom: 8px}
    .title-text-last{margin-bottom: 8px}
    .flex-column-box{flex-direction: column-reverse}
    .right-box .title-text{margin-bottom: 10px;margin-top: 10px}
    .left-box {
        width: 100%;
        display: flex;
    }
    .left-box img{
        width: 60%;
    }
    .person-intro{margin-left: 24px}
    .right-box {
        width: 100%;
    }
    .company-img-box{width: 50%}
}