.wrap {
    width: 100%;
    padding: 5px;
    max-width: 750px;
    min-width: 360px;
    margin: 0 auto;
}

.searchBox {
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    background: url("../images/search_bg.png") no-repeat 5px center;
    position: relative;
    padding: 2px 0 3px 0;
}

.searchCss {
    color: #c7c7c7;
}
.searchCss label {
    margin-left: 45px;
    width: 70%;
}
.searchCss label input {
    border: 0;
    padding:0;
    width: 100%;
    color: #999;
}
.searchBtn {
    float: right;
    background: #f1f1f1;
    border-radius:0 50px 50px 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 12px 2px 12px;
}
.searchBtn a {
    display: block;
    text-decoration: none;
    color: #666;
}

/* Appointment Report */
.Appointment-Report {
    margin: auto;
    max-width: 750px;
    padding: 10px 0;
}
.Appointment-Report .ar-left, .Appointment-Report .ar-right {
    width: 50%;
    text-align: center;
    float: left;
}
.Appointment-Report .ar-left img, .Appointment-Report .ar-right  img {
    width: 80%;
    height: auto;
    max-width: 190px;
    max-height: 60px;
}

/* Navigation */
.navBox {
    margin: auto;
    max-width: 750px;
}
.navBox .navlist {
    width: 100%;
    padding-top: 10px;
}
.navBox .navlist ul {
    width: 100%;
}
.navBox .navlist ul li {
    width: 20%;
    text-align: center;
    float: left;
}
.navBox .navlist ul li i {
    width: 100%;
    text-align: center;
    float: left;
    padding: 5px 0;
    font: normal 12px/1.2em Arial, 'Microsoft Yahei';
    color: #333;
}
.navBox .navlist ul li img {
    width: 70%;
    height: auto;
    max-width: 72px;
    max-height: 72px;
}

/* banner smailBanner */
.smailBanner {
    text-align: center;
}
.smailBanner img {
    width: 100%;
    height: auto;
    max-width: 710px;
}

/* teamList */
.teamList {
    width: 100%;
}
.teamList h5 {
    font: bold 16px/1.2em 'Microsoft Yahei';
}
.teamList h5 i {
    font-size: 10px;
    border-radius: 50px;
    background: #333;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.teamList .teamList_con {
    width: 100%;
}
.teamList .teamList_con .teamList_con_left, .teamList .teamList_con .teamList_con_right {
    width: 50%;
    float: left;
    text-align: center;
}
.teamList .teamList_con .teamList_con_left img, .teamList .teamList_con .teamList_con_right img {
    width: 98%;
    height: auto;
    max-width: 355px;
    overflow: hidden;
}
.teamList .teamList_price {
    width: 100%;
}
.teamList .teamList_price li {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 3px;

}
.teamList .teamList_price li img {
    width: 95%;
    height: auto;
    max-width: 176px;
    overflow: hidden;
}

/* publicCon */
.publicCon {
    text-align: center;
    color: #666;
    background: url("../images/slogan.png") no-repeat center center;
    width: 100%;
    height: auto;
    min-height: 150px;
}
.publicCon p {
    line-height: 150px;
    width: 100%;
}

/* footer */
.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    background: #f7f7f7;
    height: 59px;
    border-top:1px solid #ccc;
}
.footer ul {
    width: 100%;
}
.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.footer ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.footer ul li .icon_home,
.footer ul li .icon_personal,
.footer ul li .icon_follow,
.footer ul li .icon_store,
.footer ul li .icon_info {
    width: 100%;
    padding: 6px 0 4px 0;
}
.footer ul li .icon_home img,
.footer ul li .icon_personal img,
.footer ul li .icon_follow img,
.footer ul li .icon_store img,
.footer ul li .icon_info img {
    width: 1rem;
    height: 1rem;
}
.footer ul li p.f_title {
    font: normal 12px/1.2em 'Microsoft Yahei';
}

.mt { margin-top: 20px; }
.t_center { text-align: center; }

div.clear { clear:both; }


