.header {
    width: 100%;
    height: 50px;
    background-color: rgb(206, 65, 74);
    margin: 10px 0;
}

ul {
    list-style: none;
}

.content .weui-row {
    margin: 0 150px 20px;
}

.function {
    display: inline-block;
    height: 150px;
    /* margin: 10px; */
    border-radius: 20px;
}

.background2,
.background5,
.background8 {
    position: relative;
    background-color: rgb(251, 176, 112);
    display: block;
    width: 90px;
    height: 90px;
    margin: 15px auto;
    border-radius: 40px;
    box-shadow: 5px 5px 8px #c6cace;
}

.background2 {
    background-color: rgb(250, 203, 109);
}

.squire1,
.squire2 {
    position: absolute;
    top: 13px;
    left: 18px;
    background-color: #fff;
    width: 55px;
    height: 65px;
    border-radius: 6px;
}

.squire2 {
    background-color: rgba(255, 255, 255, 0.5);
    transform: rotate(15deg);
}

.ico2,
.ico5,
.ico8 {
    font-family: 'icomoon';
    position: absolute;
    top: -7px;
    left: 2px;
    font-size: 50px;
    text-align: center;
    color: rgb(251, 176, 112);
}

.ico5 {
    position: absolute;
    top: -5px;
    left: 3px;
}

.ico2 {
    position: absolute;
    top: -7px;
    left: 6px;
    color: rgb(250, 203, 109);
}

.function h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: rgb(206, 65, 74);
}

@media screen and (max-width: 1000px) {
    .function h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 440px) {

    .background2,
    .background5,
    .background8 {
        width: 75px;
        height: 75px;
        border-radius: 30px;
    }

    .squire1,
    .squire2 {
        width: 40px;
        height: 50px;
    }

    .ico2,
    .ico5,
    .ico8 {
        position: absolute;

        left: 1px;
        font-size: 38px;
    }

    .ico5 {
        position: absolute;
        left: 1px;
    }

    .ico2 {
        position: absolute;
        left: 4px;
    }

}

@media screen and (max-width: 360px) {

    .background2,
    .background5,
    .background8 {
        width: 55px;
        height: 55px;
        border-radius: 20px;
    }

    .squire1,
    .squire2 {
        position: absolute;
        top: 8px;
        left: 13px;
        width: 30px;
        height: 40px;
    }

    .ico2,
    .ico5,
    .ico8 {
        position: absolute;
        top: -1px;
        left: 1px;
        font-size: 28px;
    }

    .ico2 {
        position: absolute;
        left: 3px;
    }
}

.inform1,
.inform2,
.inform3 {
    margin: 10px 20px;
}

.inform1-hd img,
.inform2-hd img,
.inform3-hd img {
    border-radius: 20px;
    width: 100%;

}

.shade1,
.shade3 {
    position: absolute;
    top: 868px;
    left: 10px;
    height: 798px;
    width: 50%;
    padding: 20px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(230, 234, 241, 0.8);
}
.shade2 {
    position: absolute;
    top: 1655px;
    right: 10px;
    height: 755px;
    width: 50%;
    padding: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(230, 234, 241, 0.8);
}
.shade3 {
    position: absolute;
    top: 2400px;
    left: 10px;
    height: 826px;
}
.shade1 p,
.shade2 p,
.shade3 p {
    padding: 190px 5px;
    text-align: justify;
    font-size: 30px;
    text-indent: 2em;
    text-shadow: 0 1px 1px #fff;
    color: #333;
}

.docttor-bd {
    margin: 50px 70px 20px;
    border-top: 5px solid rgb(206, 65, 74);
    box-shadow: 4px 4px 6px rgb(175, 175, 175);
    background-color: #ffedd2;
}

@media screen and (max-width: 500px) {
    .docttor-bd {
        margin: 20px 15px;
    }
}

.profile,
.working {
    margin: 10px 30px;
    padding-bottom: 70px;
}

.profile .img-background {
    position: absolute;
    top: 3556px;
    right: 96px;
}

.profile .img-background img {
    width: 180px;
    border-radius: 120px;
    opacity: 0.5;
}

h2 {
    color: rgb(206, 65, 74);
    font-size: 38px;
    text-align: left;
}

h2:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 7px;
    background-color: rgb(253, 170, 53);
}

.profile p {
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em
}

.active {
    margin: 0 20px;
    padding-bottom: 15px;
}

.title {
    position: relative;
    background-color: #fff;
    width: 90%;
    height: 50px;
    margin: -45px 5% 35px;
    border-radius: 13px;
    box-shadow: 1px 1px 10px rgb(175, 175, 175);
}

.heart {
    position: absolute;
    top: 26%;
    right: 110%;
    width: 30px;
    height: 27px;
    background: transparent;
    animation: heart 1s linear infinite;
}

.heart:before,
.heart:after {
    content: "";
    position: absolute;
    left: 15px;
    width: 15px;
    height: 24px;
    background: rgb(206, 65, 74);
    border-radius: 150px 150px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

@keyframes heart {
    0% {
        transform: scale(0.8, 0.8);
        opacity: 1;
    }

    25% {
        transform: scale(1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.8, 0.8);
        opacity: 1;
    }
}

.title h1 {
    position: absolute;
    top: 0%;
    right: 35%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    margin: 0;
}

@media screen and (min-width: 450px) {

    .title h1 {
        position: absolute;
        top: 0%;
        right: 40%;
    }
}

@media screen and (min-width: 880px) {

    .title h1 {
        position: absolute;
        top: 0%;
        right: 45%;
    }
}

.background {
    position: relative;
    background-color: rgb(206, 65, 74);
    width: 90%;
    height: 20px;
    margin: 0 5% 20px;
    border-radius: 30px;
}

.top {
    position: absolute;
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(206, 65, 74, 1)), color-stop(75%, rgb(197, 130, 134, 0)));
    background: -webkit-linear-gradient(180deg, rgba(206, 65, 74, 1) 0%, rgb(197, 130, 134, 0) 75%);
    background: -webkit-linear-gradient(180deg, rgba(206, 65, 74, 1) 0%, rgb(197, 130, 134, 0) 75%);
    background: linear-gradient(180deg, rgba(206, 65, 74, 1) 0%, rgba(197, 130, 134, 0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(206, 65, 74, 1)', endColorstr='rgba(197, 130, 134, 0)', GradientType=1);
    width: 80%;
    height: 20px;
    margin: -40px 8% 20px;
    box-shadow: 0;
    z-index: 99;
}

.event {
    position: relative;
    background-color: #fff;
    width: 80%;
    margin: -38px 10% 20px;
    padding: 20px 30px;
    box-shadow: 0px 6px 15px rgb(175, 175, 175);
    box-sizing: border-box;
}

.event p {
    margin: 10px 25px;
    text-indent: 2em;
    line-height: 40px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.footer {
    height: 415px;
    background-color: #f5f5f5;
    padding-top: 30px;
}

.mod_service {
    height: 80px;
    border-bottom: 1px solid #ccc;
}

.mod_service ul li {
    float: left;
    width: 240px;
    height: 50px;
    padding-left: 35px;
}

.mod_service ul li .common {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.mod_service ul li div h4 {
    font-size: 14px;
}

.mod_service ul li div p {
    font-size: 12px;
}

.mod_copyright {
    text-align: center;
    padding-top: 20px;
}

.links {
    margin-bottom: 15px;
}

.links a {
    margin: 0 5px;
}

.copyright {
    line-height: 20px;
}