.body-container{
    font-family: 'Space Grotesk', sans-serif;
}
.krpano-banner{
    height: 400px;
    background: url('../img/krpano/com.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.krpano-banner-content{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.krpano-banner-title{
    font-size: 50px ;
    margin-bottom: 40px;
}
.krpano-banner-desc{
    font-size: 24px;
    color: #666;
}
.copyright-content{
    background: url(../img/krpano/youshi-main.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.copyright-content-box{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 40px;
    background: url(../img/krpano/banner.png) no-repeat center center;
    background-size: cover;
    padding: 40px 60px;
    margin-bottom: 80px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.copyright-content-box-title{
    line-height: 39px;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
}
.copyright-content-box-desc{
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.copyright-merit{
    background: url(../img/krpano/bg.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 120px;
}
.copyright-merit-title{
    font-size: 40px;
    font-weight: 500;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 80px;
}
.copyright-merit-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.copyright-merit-card{
    width: calc(100% / 3 - 20px);
    height: 230px;
    background: #F4FBFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.copyright-merit-card-title{
    font-size: 24px;
    margin-top: 12px;
    font-weight: 500;
}
.copyright-merit-card-desc{
    margin-top: 12px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-indent: 2em;
}
.copyright-edge{
    overflow: hidden;
    background: url(../img/krpano/fangan-main.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 160px;
}
.copyright-edge-title{
    margin-top: 100px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.copyright-edge-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.copyright-edge-card{
    height: 140px;
    width: calc(100% / 5 - 20px);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
    color: #fff;
    position: relative;
}
.copyright-edge-cdj{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;   
}
.copyright-edge-card-title{
    font-size: 16px;
    line-height: 140px;
    text-align: center;
    font-size: 24px;
    font-weight: 500px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.copyright-edge-card:nth-child(1){
    background: url(../img/krpano/img4.png) no-repeat center center;
    background-size: cover;
}
.copyright-edge-card:nth-child(2){
    background: url(../img/krpano/img1.png) no-repeat center center;
    background-size: cover;
}
.copyright-edge-card:nth-child(3){
    background: url(../img/krpano/img6.png) no-repeat center center;
    background-size: cover;
}
.copyright-edge-card:nth-child(4){
    background: url(../img/krpano/img3.png) no-repeat center center;
    background-size: cover;
}
.copyright-edge-card:nth-child(5){
    background: url(../img/krpano/img2.png) no-repeat center center;
    background-size: cover;
}



.krpano-adva-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.krpano-adva-contact a{
    display: block;
    width: 224px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #DCDCDC;
    text-align: center;
    border-radius: 48px;
    color: #999;
}
.krpano-bottom{
    height: 313px;
    background: url(../img/krpano/meihao.png) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.krpano-bottom-img{
    width: 100%;
    text-align: center;
}
.krpano-bottom-img img{ 
    display: inline-block;
    width: 146px;
    height: 129px;
}
.krpano-bottom-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}