@charset "utf-8";
/*
Theme Name: 蓉城网站移动版
Theme URI: https://baidu.com
Author: the 47088845@qq.com
Author URI: https://baidu.com
Description:
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*通用样式*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei";
}

html {
    font-family: "Microsoft YaHei";
    color: black;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, a, span, img,
blockquote {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

input, select, button, textarea {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    max-width: 100%;
}

input, label, img {
    vertical-align: middle;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

p a {
    font-size: 0.26rem;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #4c4c4c;
	font-size: 0.23rem;
}

.menu {
    display: flex;
}

.menu a {
    width: 25%;
    text-align: center;
    padding: 0.2rem 0;
    background-color: #dbdbdb;
    background-image: url(images/index_03.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2px 0.5rem;
    font-size: 0.26rem;
    color: #333333;
}

.menu a:last-child {
    background-image: none;
}

.foot {
    padding: 0.3rem 0.2rem;
    display: flex;
    justify-content: space-around;
    background-color: #e6e6e6;
    font-size: 0.18rem;
    margin-bottom: 0.8rem;
}

.foot p {
    line-height: 0.3rem;
}

.x1 {
    background-color: #904702;
    color: white;
    font-size: 0.24rem;
    padding: 0.14rem 0 0.14rem 10px;
    display: flex;
    align-items: center;
}

.p1:before {
    content: '';
    background: url(images/ico1.png) no-repeat;
    background-size: 0.24rem;
    height: 0.24rem;;
    width: 0.24rem;
    margin-right: 8px;
}

.p2:before {
    content: '';
    background: url(images/ico2.png) no-repeat;
    background-size: 0.20rem;
    height: 0.20rem;;
    width: 0.20rem;
    margin-right: 8px;
}

.p3:before {
    content: '';
    background: url(images/ico3.png) no-repeat;
    background-size: 0.24rem;
    height: 0.24rem;;
    width: 0.24rem;
    margin-right: 8px;
}

.x2 {
    display: flex;
    padding: 0.2rem;
    justify-content: space-between;
}

.x2 img {
    width: 2.4rem;
    height: 3rem;
    margin-right: 0.2rem;
}

.x2 div {
    border: 1px solid #e6e6e6;
    flex-grow: 2;
    padding: 0.1rem;
    text-align: justify;
    background-color: #f5f5f5;
    font-size: 0.2rem;
    line-height: 0.35rem;
}

.x2 div a {
    color: #904702;
}

.x3 {
    display: flex;
    padding: 0.2rem;
    justify-content: space-between;
}

.x3 img {
    width: 2.4rem;
    height: 3.3rem;
    margin-right: 0.2rem;
}

.x3 div {
    padding: 0.2rem;
    border: 1px solid #e6e6e6;
    flex-grow: 2;
    background-color: #f5f5f5;
    font-size: 0.2rem;
    line-height: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.x3 div h2 {
    font-size: 0.3rem;
    color: #8f0101;
    padding-bottom: 0.1rem;
}

.x3 div h2 em {
    color: #4e4e4e;
    font-size: 0.22rem;
    font-style: normal;
}

.x3 div span {
    background-color: #904702;
    color: white;
    font-size: 0.18rem;
    border-radius: 5px;
    padding: 3px 0;
    width: 1rem;
    text-align: center;
}

.x3 div p {
    font-size: 0.18rem;
    color: #4c4c4c;
    line-height: 0.3rem;
}

.x3 div p a {
    color: #8f0101;
}

.x3 div h3 {
    text-align: center;
}

.x3 div h3 a {
    background-color: #904702;
    color: white;
    font-size: 0.22rem;
    padding: 7px 0.36rem;
    border-radius: 0.3rem;
    font-weight: normal;
}

.x4 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    justify-content: space-between;
}

.x4 li {
    background-color: #f5f5f5;
    width: 46%;
    padding: 6px 5px;
    border: 1px solid #e6e6e6;
}

.x4 li img {
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 5px;
}

.x5 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    justify-content: space-between;
}

.x5 li {
    background-color: #f5f5f5;
    width: 100%;
    padding: 6px 5px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font-size: 0.26rem;
}
.x5 li:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.x5 li img {
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 5px;
}

.x6 {
    text-align: center;
}

.x6 a {
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.xx {
    padding: 0 0.15rem 0.15rem 0.15rem;
}

.xx h1 {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.3rem;
}

.xx h2 {
    margin-top: 0.2rem;
    font-size: 0.28rem;
	line-height: 0.5rem;
}

.xx .body {

    padding: 0.2rem 0;
    text-align: justify;
    font-size: 0.2rem;
}

.xx .body p {
    line-height: 0.5rem;
    margin: 5px;
    font-size: 0.28rem;
    text-indent: 2em;
}
.xx .body .wp-caption{
    width: 100% !important;
}
.xx .body .wp-caption .wp-caption-text{
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.20rem
}
.xx .body img{
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto;
}
.xx .sj {
    text-align: center;
    font-size: 0.18rem;
    color: #6f6f6e;
    margin-top: 0.2rem;
}

.sxwz {
    text-align: center;
}

.sxwz a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
}

.x7 {
    margin: 0 10px;
    padding: 10px 0;


}

.x7 h4 {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 0.28rem;
}

.x7 ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.x7 ul li {
    background-color: #f5f5f5;
    padding: 6px 5px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    font-size: 0.26rem;
}
.x7 ul li:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.x7 ul li img {
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 5px;
}

.wzlist {
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
}

.wzlist li {
    padding: 0.1rem 0;
    border-bottom: 1px dashed #e6e6e6;
}

.wzlist li h1 {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.wzlist li h1 a {
    color: #4c4c4c;
}

.wzlist li p {
    font-size: 0.25rem;
    line-height: 0.5rem;
}

/*医生详细页面*/
.yspage {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    margin: 0.2rem;
    padding: 0.2rem;
}

.yspage .tp img {
    width: 2.8rem;
    height: 3.6rem;
    margin: 0 auto;
    display: block;
}

.yspage h1 {
    font-size: 0.24rem;
    color: #901d02;
    text-align: center;
    margin: 0.2rem 0;
}

.yspage h1 em {
    font-style: normal;
    font-size: 0.18rem;
    color: #4e4e4e;
}

.yspage h2 {
    color: #904702;
    font-size: 0.22rem;
    margin: 0.2rem 0;
}

.yspage p {
    background-color: white;
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding: 0.1rem;
}

.yspage ul {
    padding: 0.2rem;
    background-color: white;
    border: 1px solid #ebebeb;
}

.yspage ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.yspage ul li:before {
    content: '';
    background: url("images/wjx.png") no-repeat;
    background-size: 0.2rem;
    height: 0.2rem;
    width: 0.2rem;
    margin-right: 10px;
}

.x8 {
    margin: 0.2rem;
    display: flex;
    justify-content: space-around;
}

.x8 img {
    width: 2.5rem;
    height: 3rem;
}

/*医生列表*/
.d-list {
    padding: 0.2rem;
}

.d-list section {
    padding: 0.2rem;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    margin-bottom: 0.2rem;
}

.d-list section:last-child {
    margin-bottom: 0;
}

.d-list section dt {
    display: flex;
    justify-content: space-between;
}
.d-list section dt .img {
    width: 2.2rem;
}

.d-list section dt div {
    width: 2.9rem;
    padding: 0.14rem;
    background-color: white;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}

.d-list section dt div h2 a {
    color: #8f0101;
    font-size: 0.3rem;
}

.d-list section dt div h2 a em {
    font-style: normal;
    font-size: 0.2rem;
    color: #4e4e4e;
}

.d-list section dt div span {
    background-color: #904702;
    color: white;
    width: 1.1rem;
    line-height: 0.38rem;
    text-align: center;
    border-radius: 5px;
    margin: 0.14rem 0;
}

.d-list section dt div p {
    line-height: 0.35rem;
    text-indent: 2em;
}
.d-list section dt div p a {
    color: #8f0101;
}
.d-list section dd {
    display: flex;
    justify-content: center;
}

.d-list section dd a:first-child {
    background-color: #904702;
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
    margin: 0.2rem;
}

.d-list section dd a:last-child {
    background-color: #8f0101;
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
    margin: 0.2rem;
}

/*分页*/
.wp-pagenavi {
    text-align: center;
    margin-bottom: 0.2rem;
}

.wp-pagenavi a {
    padding: 5px 10px;
    background-color: white;
    display: inline-block;
    margin-right: 5px;
}

.wp-pagenavi span {
    padding: 5px 10px;
    background-color: white;
    display: inline-block;
    margin-right: 5px;
}

.wp-pagenavi .current {
    color: white;
    background-color: #904702;
}

.bt_fd {
    font-size: 0.26rem;
    position: fixed;
    bottom: 0;
    background-color: #eeeeee;
    z-index: 8000;
    display: flex;
}
.bt_fd a{
    padding: 6px 0;
}
.bt_fd a:first-child{
    background-color: #904702;
    color: white;
    width: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bt_fd a:last-child{
    background-color: #900202;
    color: white;
    width: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bt_fd a img{
    width: 0.4rem;
}

.x9{
    display: block;
    border: 1px solid #ececec;
    padding: 5px 0;
    text-align: center;
    color: #5a5a5a;
    border-radius: 15px;
    margin: 10px;
}

.x10{
    display: flex;
    flex-direction: column;
}
.x10 li{
    display: flex;
    flex-direction: column;
    margin: 5px 10px;
    border-bottom: 1px solid #ececec;
    font-size: 0.26rem;
    padding: 5px;
}
.x10 li span{
    font-size: 0.14rem;
    color: #b5b5b5;
}

.bg1{
    background-color: #f5f5f5;
}
.a-more{
    color: #904702;
	font-size: 0.2rem;
}

.crumbs{
    border-bottom: 1px solid #a74b01;
    padding: 5px;
    font-size: 0.22rem;
}
.crumbs a{
    color: #6f6f6e;
}

.tta img{
    max-width: 100% !important;
    height: auto;
}