
*{
    margin:0 0;
    padding:0 0;
}
a{
    text-decoration:none;
}

html{
    width:100%;
    height:100%;
    font-size:10px;
  
}
body{
    width:100%;
    height: 100%;
    background: url('./../images/bg-image-pc.jpg') center center;
    background-size:cover;
}
.header{
    height:180px;
}
.logo{
    width:180px;
    position: absolute;
    right:20px;
    top:20px;
    z-index: 999;

}
.bodyer{
    width:100%;
}

.content{
    width:80%;
    margin:0 auto;
    background-color:#d7e7e6;
    min-height: 300px;
    border-radius: 30px;
    padding: 30px 15px;
}

.title{
    font-weight: normal;
    font-size:2.4rem;
    margin-bottom: 0.8rem;
}
P{
    font-size:1.4rem;
    line-height: 1.8rem;
    padding:0.8rem 0;

}

.heighlight{
    color:#e15900;
}

.min-title{
    font-weight: bold;
}
ul{
    padding-left:1.5rem;
}

@media(max-width:440px){
    .header{
        height:120px;
    }
    .logo{
        width:120px;
    
    }
}
