article,
aside,
body,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
img,
li,
main,
nav,
p,
section,
span,
table,
td,
tr,
ul {
    margin: 0;
    padding: 0;
    /*font-size: 0*/
}
img {
    border: none;
    width: 100%
}
a {
    text-decoration: none
}
a,
ul li {
    list-style: none
}
b{
    font-weight: 700
}
.cl:after{
    content: '';
    clear: both
}
.container{
    width: 1440px;
    height: 100%;   
    margin: 0 auto;
    position: relative;
}
header{
    width: 100%;
    height: 64px;
    /*position: fixed;*/
    position: absolute;
    z-index: 2;
    /*background-color: #000*/
}
header.fixed-bg{
    background-color: #242a3a
}
.hd-logo{
    float: left;
}
.hd-logo img{
    width: 120px;
    object-fit: contain;
    height: 64px;
}
.nav{
    float: right;
}
.nav-item{
    font-family: PingFangSC-Medium;
    font-size: 15px;
    font-weight: 500;
    line-height: 64px;
    color: #fff;
    margin-left: 64px;
    display: inline-block;
    position: relative;
}
.nav-item:after{
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    opacity: 0.75;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3 all
}
.nav-item:hover:after{
    background-color: #fff;
}
#menu-box{
    opacity: 0
}
.nav-mob,.menu {
    display: none;
}
.banner{
    width: 100%;
    height: 740px;
    background: url(./images/top-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}   
.banner:before,
.footer-banner:before{
    content: '';
    display: inline-block;
    width: 174px;
    height: 410px;
    background: url(./images/Left.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner:after,
.footer-banner:after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 424px;
    background: url(./images/Right.webp) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-content{
    width: 550px;
    position: absolute;
    bottom: 200px;
    z-index: 1;
    /* padding: 0 16px; */
}
.slogn{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #fff;
}
.banner-content h2{

    font-family: PingFangSC-Regular;
    font-size: 24px;
    /* font-size: 16px; */
    line-height: 2;
    font-weight: 400;
    /* line-height: 48px; */
    color: #fff;
    text-shadow: 2px 2px 12px rgb(0 0 0 / 29%);
    margin: 30px 0 36px
}

/*.banner-btn{
    display: flex;
}*/
.banner-btn div{
    display: inline-block;
    margin-right: 20px;
    border-radius: 2px;
    border: solid 1px #fff;
}
.banner-btn div:first-child{
    background-color: #fff
}
.banner-btn a{
    display: block;
    width: 200px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    text-align: center;
}
.banner-btn div:first-child a{
    color: #2158ee;
}
section{
    padding: 160px 0
}
.black-bg{
    padding: 105px 0 124px    
}
.index-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-content>div{
    width: 48%;
    font-size: 0
}
.common-tl{
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    font-weight: 600;
    line-height: 84px;
    color: #111;
    position: relative;
    margin-bottom: 76px;
}
.common-tl span{
    position: relative;
    z-index: 1
}
.common-tl:before{
    content: '';
    display: block;
    font-family: PingFangSC-Semibold;
    font-size: 120px;
    font-weight: 600;
    color: #f6f7fb;
    position: absolute;
    left: -5px;
    bottom: 0;
}
.black-bg .common-tl:before{
    color: #2e3444;
}
.common-tl:after{
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #2158ee;
    position: absolute;
    left: 0;
    bottom: -28px
}
.team-tl:before{
    content: 'Team';
}
.common-subtl{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #111;
    margin-bottom: 24px;
}
.common-desc{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #111;
    opacity: 0.8;
}
.common-desc li{
    list-style: disc;
    padding-left: 8px;
    margin-left: 18px;
}

.black-bg{
    background-color: #242a3a;
}
.product-tl:before{
    content: 'Products';
}
.black-bg .common-tl,
.black-bg .common-subtl,
.black-bg .common-desc{
    color: #fff;
}
.black-bg .index-content{
    align-items: flex-start; 
}
.languages-icon{
    display: flex;
    align-items: center;
    margin-top: 50px
}
.languages-icon li{
    margin-right: 16px;
    font-size: 0;
}
.languages-icon img{
    width: 40px;
    height: 40px;
}
.languages-icon .last{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    color: rgb(255 255 255 / 50%);
    position: relative;
}
.languages-icon .last:before{
    content: '';
    display: block;
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,#242a3a 100%);
    width: 92px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -108px;
}
.bg-block{
    width: 142px;
    height: 140px;
    position: absolute;
    top: -40px;
    right: -56px;
}
#product{
    margin-bottom: 170px;
}
#swiper1 {
    width: 680px;
    height: 850px;
    position: absolute;
    background-color: #fff
}
#culture{
    padding-bottom: 0
}
.values-tl:before{
    content: 'Culture';
}
#job{
    padding: 96px 0 128px;
    background-color: #fafafa
}
.join-tl{
    text-align: center;
}
.join-tl:before{
    content: 'Recruiting';
    color: #f1f3f7;
    left: 50%;
    transform: translateX(-50%);
}
.join-tl:after{
    left: 50%;
    transform: translateX(-50%);
}
.join-change{
    width: 568px;
    height: 64px;
    background-color: #e8ebf1;
    border-radius: 32px;
    padding: 4px;
    font-size: 0;
    box-sizing: border-box;
    margin: 0 auto
}
.join-change div{
    width: 50%;
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    color: rgb(36 42 58 / 50%);
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
}
.join-change div.active{
    background-color: #2158ee;
    color: #fff;
}
.join-job{
    margin-top: 60px;
    margin-right: -32px;
    font-size: 0;
}
.join-job li{
    padding-right: 32px;
    padding-bottom: 32px;
    display: inline-block;
    width: 33.33333%;
    box-sizing: border-box;
}
#job2{
    display: none;
}
.join-detail{
    height: 148px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    cursor: pointer;
}
.join-detail h4{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
}
.join-detail img{
    width: 48px;
    height: 42px;
}
.join-detail .more{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2158ee;
    position: absolute;
    bottom: 32px;
}

/*鎴愰暱鍙戝睍*/
/*#grow{
    padding-top: 160px
}*/
.grow-tl {
    text-align: center;
}
.grow-tl:before{
    content: 'Growth';
    left: 50%;
    transform: translateX(-50%);
}
.grow-tl:after {
    left: 50%;
    transform: translateX(-50%);
}
.grow-job{
    margin-right: -24px;
    font-size: 0
}
.grow-job li{
    width: 33.3333%;
    padding-right: 24px;
    box-sizing: border-box;
    display: inline-block;
}
.grow-detail{
    width: 100%;
    box-shadow: 0px 0px 16px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
}
.grow-h4{
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 36px 0 24px;
}
.grow-cont{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    opacity: 0.75;
    text-align: center;
    padding: 0 48px 48px;
    box-sizing: border-box;
}
.memory-tl {
    text-align: center;
}
.memory-tl:before{
    content: 'Comments';
    left: 50%;
    transform: translateX(-50%);
}
.memory-tl:after {
    left: 50%;
    transform: translateX(-50%);
}
.memory-detail{
    padding: 48px 32px;
    box-sizing: border-box;
}
.memory-h5{
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
    position: relative;
}
.memory-h5:after{
    content: '';
    font-family: HYYaKuHei;
    display: inline-block;
    font-size: 60px;
    color: #222;
    opacity: 0.15;
    position: absolute;
    right: -16px;
    top: -10px;
}
.memory-cont{
    height: 130px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 24px;
}
.memory-row{
    display: flex;
    align-items: center;
}
.memory-row img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 12px;
}
.memory-row .mem{
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    opacity: 0.75;
}

#atmosphere{
    padding-top: 0
}
.case-tl::before{
    content: 'Case';
}
.atmosphere-tl {
    text-align: center;
}
.atmosphere-tl:before{
    content: 'Memories';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.atmosphere-tl:after {
    left: 50%;
    transform: translateX(-50%);
}
.atmo-scroll{
    overflow: scroll;
    display: flex;
    font-size: 0
}
.atmosphere-box{
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    margin-right: 24px;
}
.atmosphere-box:last-child{
    margin-right: 0
}
.atmosphere-left{
    flex: 1;
    margin-right: 24px;
}
.atmosphere-right{
    width: 462px;
    height: 664px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    overflow: hidden;
}
.atmosphere-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atmosphere-top{
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}
.atmosphere-bottom{
    display: inline-flex;
    margin-right: -24px;
}
.atmosphere-bottom div{
   flex: 0 0 50%;
    width: 50%;
    padding-right: 24px;
    box-sizing: border-box;
}
.atmosphere-bottom img{
    border-radius: 16px; 
}

.footer-banner {
    font-size: 0;
    position: relative; 
    overflow: hidden;
}
.footer-banner .bottom-img{
    width: 50%;
    height: 450px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-banner .bottom-img-left{
    background-image: url(./images/bottom-banner-L.webp);
}
.footer-banner .bottom-img-right{
    background-image: url(./images/bottom-banner-R.webp);
}
/*.footer-banner:hover .bottom-img-left{
    background-image: url(../images/bottom-banner-L2.webp);
}
.footer-banner:hover .bottom-img-right{
    background-image: url(../images/bottom-banner-R2.webp);
}*/
.footer-banner .cover-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(./images/bottom-banner.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.footer-banner:before{
    content: '';
    display: inline-block;
    width: 174px;
    height: 410px;
    background: url(../images/Left.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-banner:after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 424px;
    background: url(../images/Right.webp) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}*/
.footer-bottom{
    width: 100%;
    /*height: 80px;*/
    background-color: #242a3a;
}
.ft-logo img{
    width: 95px;
    object-fit: contain;
    height: 80px;
}
.footer-bottom{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.footer-bottom .container{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer-bottom .copyright{
    opacity: 0.8
}
.ft-icon{
    width: 26px;
    height: 30px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 4px;
}
.copy{
    width: 56px;
    height: 28px;
    background-color: rgb(255 255 255 / 15%);
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
    text-align: center;
    cursor: pointer;
}
.copy-success{
    display: none;
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: rgba(0,0,0,.85);
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
}
.icon-success{
    width: 20px;
    height: 20px;
    fill: #52c41a;
    vertical-align: middle;
    transform: translateY(-2px);
}


.job-box{
    margin: auto;
    position: fixed;
    z-index: 1500;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.shade{
    width: 100%;
    height: 100%;
    background-color: rgb(36 42 58 / 50%);
    position: fixed;
    left: 0;
    top: 0;
    /*z-index: 1111;*/
}
.job-description {
    width: 1030px;
    min-height: 740px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
}
.job-header{
    width: 100%;
    height: 190px;
    background-color: #242a3a;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: rgb(255 255 255 / 50%);
    padding: 65px 95px 0;
    box-sizing: border-box;
    position: relative;
}
.job-header h4{
    font-family: PingFangSC-Medium;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.close{
    width: 24px;
    height: 24px;
    fill: #fff;
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}
.job-body{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: rgb(17 17 17 / 75%);
    padding: 56px 95px 20px
}
.job-body h5{
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin-bottom: 20px;
}
.job-body div{
    margin-bottom: 45px;
}
.job-body p:not(:last-child){
    margin-bottom: 6px;
}
.case-ls{
    display: flex;
    margin-left: -16px;
}
.case-item{
    width: 33.3333%;
    padding-left: 24px;
    
}
.case-item img{
    border-radius: 16px;
}
#memory{
    padding-bottom: 0;
}
@media screen and (max-width: 1600px){
    .container{
        width: 100%;
        padding: 0 48px;
        box-sizing: border-box;
    }
    .bg-block{
        right: 0
    }

    .job-description{
        max-height: 100vh;
        min-height: 0;
        overflow: scroll;
    }
    .job-description .close {
        width: 20px;
        height: 20px;
        top: 16px;
        right: 16px;
    }
    .job-header{
        height: auto;
        padding: 32px 24px 28px;
        font-size: 14px;
    }
    .job-header h4{
        font-size: 28px;
        line-height: 1.2;
    }
    .job-body {
        padding: 32px 24px 0px;
        font-size: 14px;
        line-height: 22px;
    }
    .job-body h5{
        font-size: 20px;
    }

}
@media screen and (max-width: 1300px){
    .nav-item{
        margin-left: 36px;
    }
    .banner:after{
        display: none;
    }
    section {
        padding: 90px 0;
        /*padding-bottom: 90px;*/
    }
   /* #grow {
        padding-top: 90px;
    }*/
    .index-content>div{
        width: 49%;
    }
    .common-tl{
        font-size: 28px;
        line-height: 64px;
        margin-bottom: 46px;
    }
    .common-tl:before{
        font-size: 64px;
    }
    .common-tl:after{
        bottom: -16px;
    }
    .common-subtl{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .common-desc{
        font-size: 14px;
        line-height: 24px;
    }
    .languages-icon{
        flex-wrap: wrap;
        margin-top: 24px;
    }
    .languages-icon img {
        width: 38px;
        height: 38px;
    }
    .languages-icon .last{
        width: 100%;
        flex: 0 0 100%;
        margin: 20px 0 0;
        line-height: 1;
    }
    #product{
        margin-bottom: 0;
    }
    #swiper1 {
        width: 42%;
        height: auto;
    }
    .join-change {
        height: 52px;
    }
    .join-change div{
        line-height: 44px;
        font-size: 16px;
    }
    .join-job{
        margin-top: 32px;
        margin-right: -16px;
    }
    .join-job li{
        padding-right: 16px;
        padding-bottom: 16px;
    }
    .join-detail{
        padding: 24px;
        height: 116px;
    }
    .join-detail h4{
        font-size: 20px;
    }
    .memory-detail{
        padding: 36px 24px;
    }
    .memory-h5{
        font-size: 16px;
    }
    .memory-cont{
        height: 208px;
        font-size: 14px;
        line-height: 22px;
    }
    .grow-job{
        margin-right: -16px;
    }
    .grow-job li{
        padding-right: 16px;
    }
    .grow-h4{
        font-size: 20px;
    }
    .grow-cont{
        font-size: 14px;
        padding: 0 24px 36px;
    }
    .atmosphere-bottom{
        flex-direction: column;
        width: 100%;
        flex: 1;
    }
    .atmosphere-bottom div{
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0; 
        box-sizing: border-box;
    }
    .atmosphere-top,
    .atmosphere-bottom img{
        height: 210px;
        margin-bottom: 16px;
    }
    .atmosphere-left{
        margin-right: 16px;
    }
    .footer-banner .cover-img{
        background-size: cover;
    }
    .footer-bottom .container{
        flex-direction: column;
    }
    .footer-bottom .container>div{
        margin-bottom: 24px;
    }
    .ft-logo img{
        height: auto; 
        margin-top: 40px;
    }
    .footer-bottom .copyright{
        opacity: 0.5
    }
}

@media screen and (max-width: 950px){
    header{
        height: 56px;
    }
    .hd-logo img{
        width: 98px;
        height: 56px;
    }
    .menu{
        display: block;
        width: 22px;
        height: 20px;
        fill: #fff;
        position: absolute;
        right: 24px;
        top: 16px;
    }
    .nav-mob{
        width: 100%;
        transform: translateX(-24px);    
        background: #fff;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        padding-bottom: 24px;
        position: absolute;
        top: 0;
        display: none;
    }
    #menu-box{
        opacity: 0;
    }
    #menu-box:checked+.nav-mob{
        display: block;
    }
    .nav{
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-mob .close{
        fill: #2158ee;
    }
    .nav-item{
        font-size: 18px;
        line-height: 28px;
        color: #111;
        margin-left: 0;
        margin-top: 16px;
    }
    .nav-desktop{
        display: none;
    }
    .container{
        padding: 0 24px
    }
    .banner{
        background: url(./images/Mobile-banner.webp) no-repeat;
        height: 600px;
        background-size: 100%;
        background-color: #174bd8;
    }
    .banner-content{
        width: 100%;
        bottom: 40px;
        margin-left: -24px;
        text-align: center;
    }
    .banner-content h1{
        font-size: 48px;
        line-height: 58px;
        margin: 16px auto 24px;
        width: 338px;
        text-align: left;
    }
    .banner-btn div{
        margin: 0 8px;
    }
    .banner:before{
        width: 92px;
        height: 255px;
        bottom: 58px;
    }
    .banner:after{
        display: block;
        width: 92px;
        height: 255px;
        bottom: 0;
        top: auto;
    }
    section {
        padding: 64px 0;
    }
    /*#grow {
        padding-top: 64px;
    }*/
    .index-content{
        flex-direction: column-reverse;
    }
    .index-content>div{
        width: 100%
    }
    .common-tl{
        text-align: center;
    }
    .common-tl:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .common-tl:after{
        left: 50%;
        transform: translateX(-50%);
    }
    .common-desc {
        margin-bottom: 27px;
    }
    .black-bg{
        padding: 64px 0;
    }
    #product{
        background: linear-gradient(to bottom, #242a3a 70%, #fff 50px);
    }
    .black-bg .index-content{
        flex-direction: column;
    }
    .bg-block{
        display: none;
    }
    .languages-icon{
        margin-bottom: 46px
    }
    #swiper1{
        width: 100%;
        position: static;
    }
    .join-job li{
        width: 50%
    }
    .job-description{
        width: calc(100% - 96px);
    }
    .atmosphere-right{
        width: 50%;
    }
    .footer-banner:before,
    .footer-banner:after {
        display: none;
    }
    .footer-banner .bottom-img{
        height: 350px;
    }
    .footer-banner .cover-img{
        background-image: url(./images/Mobile-banner-bottom.webp);
    }

}
@media screen and (max-width: 600px){
    .nav-item:after{
        display: none;
    }
    .banner-content h1{
        font-size: 42px;
        line-height: 52px;
        width: 300px;
    }
    .banner-btn a{
        width: 140px;
        font-size: 16px;
        line-height: 48px;
    }
    .languages-icon li{
        margin-right: 8px;
    }
    .languages-icon img{
        width: 32px;
        height: 32px;
    }
    .hide{
        display: none;
    }
    .join-change {
        width: 100%;
    }
    .join-job li{
        width: 100%
    }
    .footer-banner .bottom-img{
        height: 200px;
    }
    .footer-bottom{
        font-size: 14px;
        text-align: center;
    }
    .ft-icon{
        width: 24px;
        height: 28px;
    }
    .grow-job li{
        width: 100%;
        margin-bottom: 16px;
    }
    .memory-cont{
        height: auto
    }
    .atmosphere-box{
        flex-direction: column;
        margin-right: 16px;
    }
    .atmosphere-left{
        margin-right: 0;
    }
    .atmosphere-right{
        width: 100%;
    }
    .atmosphere-top, 
    .atmosphere-bottom img,
    .atmosphere-right{
        height: 300px;
    }
    .banner-content h2{
        margin-left: 16px;
        margin-right: 16px;
        font-size: 16px;
    }
    .case-ls{
        display: block;
        margin-left: 0;
    }
    .case-item{
        width: 100%; 
        padding-left: 0;   
        margin-bottom: 24px;    
    }
}
@media screen and (max-width: 360px){
    .banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}