@charset "UTF-8";
.main .items{
    width: 100%;
    height: 100%;
    background: url('/static/images/index/items_bg.jpg') no-repeat 0 0;
    background-size: cover;
    padding: 5%;
}
.main .items ul{
    width: 64%;
    display: flex;
    flex-wrap: wrap;
}
.main .items ul li{
    width: 43%;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;

}
.main .items ul li img{
    width: 100%;
}
.problems{
    background: url('/static/images/index/bg.png') repeat-y 0 0;
}
.problems .problems-tit{
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 88%;
}
.problemes-items{
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.problemes-items a{
    width: 1.71rem;
    height: 0.6rem;
    color: #000;
    display: block;
    border: 2px solid #38a0d8;
    border-radius: 2px;
    box-shadow:0 4px 5px rgba(5,103,153,.37);

    /* background: url('../images/img_03.png') no-repeat center; */
    /* background-size: cover; */
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    font-weight: 600;
    color: #4d4d4d;
    background: #fff;
}
.problems .tel{
    width: 88%;
    margin: 0 auto;
    padding-bottom: 15px;
    display: block;
}
.problems .tel img{
    width: 100%;
}
.doctor{
    margin-top: 15px;
    text-align: center;
}
.doctor p{
    color: #4e4e4e;
    font-size: 22px;
    margin-bottom: 15px;
}
.doctor img{
    width: 80%;
}
.map{
    /* width: 88%; */
    margin: 0 auto;
}
.map-tit{
    margin: 10px 0;
}
.map-tit-item{
    display: flex;
    color: #0093dd;
    margin-bottom: 15px;
}
.map-tit-item-icon {
    width: 0px;
    height: 0px;
    border-top-width: 21px;
    border-right-width: 10px;
    border-bottom-width: 21px;
    border-left-width: 10px;
    border-style: solid;
    border-color: #dcd002 #FFF500 #FFF500 #dcd002;
    margin-right: 3px;
}
.map-tit-item-txt p{
    font-weight: 700;
}
/* .map .map-img{
    width: 100%;
} */