/* é¡µé¢æ ·å¼ */
body{
    background-color: rgb(245, 246, 247);
}
/* å¤´é¨ */
header{
    width: 100%;
    padding: 3% 4%;
    background-color: white; 
}
header div{
    color: #333;
    font-size: 1.8rem;
}
.h-text{
    margin-left: 25%;
}
.return{
    font-size: 1.2rem;
    margin-left: 2px;
}
/* æ»è¯ä»· */
.comprehensive{
    width: 100%;
    margin-top: 6px;
    background-color: white; 
}
.comprehensive ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 5%;
    box-sizing: border-box;
    color: #000;
}
    
.comprehensive ul li img{
    display: inline-block;
    width: 18px;
    margin-left: 10px;
}
.comprehensive ul li:nth-child(1){
    font-size: 1.6rem;
}
/* åå®¹è¯ä»· */
.main{
    width: 100%;
    margin-top: 6px;
    background-color: white; 
    padding: 20px 0px 0px 0px;
}
.main p{
    text-align: center;
    /* padding-top: 10px; */
    box-sizing: border-box;
    margin-bottom: 20px;
}
/* æ ç­¾ */
.label{
    width: 100%;
    background-color: white;
    padding: 5% 0 0% 0;
}
.label p{
    text-align: center;
    padding-bottom: 20px;
}
.label ul{
    display: flex;
    justify-content:space-evenly;
    
    
}
.label ul li{
    width: 21%;
    height: 30px;
    background-color: rgb(242, 242, 242);
    border-radius: 15px;  
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.label ul li.label-one-one{
    background-color: #0090ff;
    color: white;
}
.label-one{
    margin-bottom: 10px;  
}
/* ææ¬å */
.textarea{
    width: 100%;
    /* height: 200px; */
    text-align: center;
    background-color: white;
    
}
.textarea textarea{
    width: 90%;
    height: 100px;
    margin-top: 5%;
    /* margin: 5% auto; */
    border-radius: 10px;
    text-indent: 1rem;
    padding-top: 2%;
    box-sizing: border-box;
    font-size: 1.4rem;
    border: none;
    background-color: rgb(245, 246, 247);
    margin-bottom: 10px;
}
/* æäº¤æé® */
footer{
    width: 100%;
    text-align: center;
    padding-top: 5%;
    box-sizing: border-box;
}
footer input{
    width: 80%;
    height: 50px;
    border-radius: 25px;
    background-color: rgb(0, 144, 255);
    color: white;
    font-size: 1.8rem;
}
