html,
body,
p,
div {
    margin: 0;
    padding: 0;
    border: 0; 
}body {
    font-size: 62.5%;
}  
.main{
    width: 100%;
    height: 40rem;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height:5rem;
    line-height: 5rem;
    font-size: 0;
    background: rgb(95, 192, 205);
}
.header img{
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.75rem;
    height: 1.75rem;
}
.header p{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -2.5rem;
    margin-left: -3rem;
    font-size: 1.5rem;
    color: white;
}

/******header end******/

.middle {
    display: flex;
    align-items: center;
    margin-top: 5rem;
    height:16.5rem;
    background: url(pic2.png) no-repeat ;
    background-size:cover;
}
.backdrop{
    display: inline-block;
    width: 10rem;
    height: 15.5rem;
    background: url(pic3.png) no-repeat center ;
    background-size: auto 8.5rem;  
}
.address img{
    height: 1.1rem;
}
.text{
    display: flex;
    flex-direction:column;
    align-items: center;   
    width: 11.5rem;
    height:5rem;
}
.name{
    width: 9.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    color: white;
}
.address{
    width: 9.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    color: white; 
}
.list1,
.list2,
.list3,
.list4,
.list5{
    height: 5rem;
    line-height: 5rem;
    border-bottom: solid gray 1px;
}

.list1 p{
    margin-left: 1.25rem;
    font-size:1.5rem;
    color: rgb(95, 192, 205);
}

.star1 {
    margin-left: 3rem;
    height: 1.3rem;
}
.list2 p{
    display:inline-block;
    font-size: 1.5rem;
}
.star2{
    padding-left: 1.5rem;
    height: 1.3rem;
}
.years-of-working,
.work-time,
.service-price
{
    padding-left: 3rem;
    font-size:1.41rem;
    color: gray;
}
.zero-three-years,
.whole-day{
    font-size:1.41rem;
}

.twenty-five-an-hour{
    font-size:1.41rem;
    color: red;
}
.self-introduction{

    display: inline-block;
    width: 50%;
    color: black;
    vertical-align: middle;
    font-size:1.15rem;
}
.list6 {
    padding-left: 3rem;
    margin-top:1.5rem;
    font-size:1.41rem;
    color: gray;
}
a{
    text-decoration: none;
}
.content{
    padding-bottom: 7rem;
}
.footer{
    position: fixed;
    left:0;
    bottom: 0.5rem;
    width: 100%;
    height: 5.5rem;
    line-height: 0;
    background-color: white;

}
.message{
    float: left;
    width: 43%;
    height: 4.5rem;
    margin-left: 1.75rem;
    font-size: 1.5rem;
    text-align: center;
    border: solid 1px rgb(95, 192, 205);
    background-color: white;
    border-radius: 5px;
    color: rgb(95, 192, 205);  
}
.telephone{
    float: right;
    width: 43%;
    height: 4.5rem;
    margin-right: 1.75rem;
    font-size: 1.5rem;
    border: none;
    border: solid 1px whitergb(95, 192, 205);
    background-color: rgb(95, 192, 205);
    border-radius: 5px;
    color: white;
    text-align: center;  
}