
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	box-sizing: border-box;
	word-wrap: break-word;
    transition: all 0.3s;
}
html {
    -ms-text-size-adjust:none;
    -webkit-text-size-adjust:none;
    text-size-adjust:none;
}
body {
	color: #000;
	background: #f5f5f5;
	word-break: break-all;
    line-height:1.5;
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
ul,ol,li {
    list-style:none;
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
img {
    border:0 none;
    vertical-align:top;
    width: 100%;
    height: 100%;
}
a {
	text-decoration: none;
    color: #000;
}
a,a:hover,a:active,a:visited,a:link,a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
a,a:hover {
	transition: all .3s ease-out 0s
}
b,strong {
    font-weight:bold;
}
i,em {
    font-style:normal;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table a{
    color: #000;
}
table th,table td {
    border:1px solid #ddd;
    padding:5px;
}
table th {
    font-weight:inherit;
    border-bottom-width:2px;
    border-bottom-color:#ccc;
}
button,input,select,textarea {
    font-family:inherit;
    line-height: inherit;
    font-size:100%;
    margin:0;
    vertical-align:baseline;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],input[disabled] {
    cursor:default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
}
input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
   }
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
   }
input:focus {
    outline:none;
}
select[size],select[multiple],select[size][multiple] {
    border:1px solid #AAA;
    padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display:block;
}
audio,canvas,video,progress {
    display:inline-block;
}
input::-webkit-input-speech-button {
    display:none
}
button,input,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

@font-face {font-family: 'iconfont';
    src: url('https://www.phgjzx.com/zb_users/theme/phgjzx2/style/iconfont.eot');
    src: url('https://www.phgjzx.com/zb_users/theme/phgjzx2/style/iconfont.eot?') format('embedded-opentype'),
    url('https://www.phgjzx.com/zb_users/theme/phgjzx2/style/iconfont.woff') format('woff'),
    url('https://www.phgjzx.com/zb_users/theme/phgjzx2/style/iconfont.ttf') format('truetype'),
    url('https://www.phgjzx.com/zb_users/theme/phgjzx2/style/iconfont.svg') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}



.container {
	width: 1100px;
	margin: 0 auto
}

/* hover起阴影 */
.problem-items li:hover,
.prevBtn:hover,
.nextBtn:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
}
/* hover放大 */
.tuWen-img img:hover{
    transform: scale(1.05);
}
/* hover变色 */
.article-box .article-info a:hover,
#divPrevious .function_c li a:hover,
.tuWen-title a:hover{
    color: #206be7;
}
/* hover背景变蓝 字变白 */
.moreBtn:hover{
    background: #206be7;
    color: #fff;
}
/* 大块下边框 */
.banner-area,
.shop-area,
.hospital-area,
.problem-area,
.fourBtn{
    margin-bottom: 25px;
}


.pcHead-area{
    margin-bottom: 30px;
}
.pcHeadTop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.pcUnion,
.pcPhone{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcUnion-txt,
.pcPhone-txt{
    color: #333;
    font-size: 15px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.pcPhone-txt p:nth-child(2) {
    font-weight: bold;
    font-size: 19px;
}
.pcNav-area {
    background: #0087cd;
}
.pcNav-area{
    height: 55px;
}
.pcNav-area .navbar{
    height: 100%;
    display: flex;

}
.pcNav-area .navbar .navbar-item a{
    display: block;
    height: 100%;
    color: #fff;
    line-height: 55px;
    padding: 0 15px;
}
.pcNav-area .navbar .navbar-item a:hover{
    background: #446fbb;
}
.ydHead-area{
    display: none;
}
.banner-area{
    height: 450px;
    display: flex;
}
.banner-nav{
    width: 0%;
    display: none;
    overflow: hidden;
}
.banner-nav li{
    width: 100%;
    display: flex;
    align-items: center;
}
.banner-nav li .ioc{
    width: 30px;
    height: 30px;
}
.banner-nav li .ioc img{
    object-fit: cover;
}
.banner-nav li a{
    font-size: 15px;
    color: #333;
    display: block;
    padding: 8px;
}
.banner-nav li:hover {
    background: #e6f7f3;
    padding-left: 15px;
}
#banner-items{
    width: 100%;
    height:100%;
}
#banner-items .owl-wrapper-outer,
.owl-wrapper-outer .owl-wrapper,
.owl-wrapper-outer .owl-item,
.owl-item li {
    height:100%;
}
.owl-item li img {
    object-fit:cover;
}
#banner-items .owl-controls {
    position:absolute;
    left: 50%;
    bottom:10px;
    transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
}


.fourBtn{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.fourBtn a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3d4145;
}
.fourBtn a span{
    margin-top: 10px;
    font-size: 18px;
}
.shop-area{
    border-radius: 8px;
    background: #fff;
    padding: 0 15px;
}
#shop-items li{
    background-image: linear-gradient(to bottom,rgba(250,127,8,1) 30%,rgba(189,10,31,1) 70%);
    border-radius: 6px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px;
}
#shop-items li a{
    display: block;
    width: 100%;
}
.shop-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.shop-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.shop-price {
    background-image: linear-gradient(to right,rgba(251,153,107,1),rgba(239,46,35,1));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.shop-name, 
.shop-info {
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shop-info {
    -webkit-line-clamp: 2;
    height: 40px;
}

.index-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-title i{
    margin: 0 8px;
    width: 25px;
    height: 20px;
}
.index-title i:nth-child(1){
    background-image: url(../image/index-title-icon.png);
    background-position: 0px 0;
}
.index-title i:nth-child(2){
    background-image: url(../image/index-title-icon.png);
    background-position: -25px 0;
}
.hospital-area{
    border-radius: 8px;
    background: #fff;
    padding: 0 15px;
}
#hospital-items li {
    box-sizing: border-box;
    height: 500px;
    overflow: hidden;
}
.hospital-img {
    height: 350px;
    position: relative;
}
.hospital-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hospital-logo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    transition: all .3s;
}
.hospital-name {
    height: 150px;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
    padding-top: 40px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-left: 1px solid rgb(199, 199, 199,0.6);
    border-bottom: 1px solid rgb(199, 199, 199,0.6);
}
.hospital-name p{
    font-size: 17px;
}
.hospital-name .hospital-btn a {
    color: #fff;
    background: #0087cd;
    font-size: 14px;
    display: block;
    padding: 4px;
    width: 100px;
    margin: 0px auto 0;
    border-radius: 5px;
}
.problem-items{
    display: flex;
    justify-content: space-between;
}
.problem-items li{
    background-size: cover!important;
    width: 19%;
    border-radius: 8px;
    overflow: hidden;
}
.problem-items li:hover .problem-btn{
    width: 65%;
}
.problem-items li:nth-child(1){
    background: url(../image/quick_1.jpg);
}
.problem-items li:nth-child(2){
    background: url(../image/quick_2.jpg);
}
.problem-items li:nth-child(3){
    background: url(../image/quick_3.jpg);
}
.problem-items li:nth-child(4){
    background: url(../image/quick_4.jpg);
}
.problem-items li:nth-child(5){
    background: url(../image/quick_5.jpg);
}
.problem-items li:nth-child(6){
    background: url(../image/quick_6.jpg);
}
.problem-items a.problem{
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,.2);
}
.problem-info{
    padding: 15px;
    box-sizing: border-box;
}
.problem-info p{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.problem-info span{
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    display: block;
}
.problem-btn-area{
    background: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 20px 0;
}
.problem-btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 0;
    width: 60%;
    text-align: center;
}
.problem-btn span{
    color: #ff7400;
    font-size: 16px;
    font-weight: 600;
}
.article-area{
    border-radius: 8px;
    background: #fff;
    padding: 0 15px;
} 
/* 图文 */
.list-tuWen{
    background: #fff;
    border-radius: 3px;
}
.list-tuWen li{
    padding: 20px 0;
    border-bottom: 1px solid rgba(239,239,239,0.8);
    display: flex;
}
.tuWen-img{
    width: 20%;
    height: 160px;
}
.tuWen-text{
    width: 80%;
    padding-left: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tuWen-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tuWen-title a{
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tuWen-abstract{
    line-height: 26px;
    color: #5a5a5a;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tuWen-info{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #999;
}
.tuWen-info span{
    padding-left: 15px;
    font-size: 12.5px;
}
.tuWen-info span i{
    display: inline-block;
    font-size: 12.5px;
    padding-right: 3px;
}
.more-area{
    width: 100%;
    padding: 25px 0;
    text-align: center;
}
.moreBtn{
    display: inline-block;
    cursor: pointer;
    color: #5a5a5a;
    border: 1px solid #206be7;
    white-space: nowrap;
    padding: 10px 0;
    width: 25%;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
}


.page-area{
    display: flex;
    justify-content: space-between;
}
.page-left{
    width: 73%;
    border-radius: 3px;
}
.page-right{
    width: 25%;
}
.bread {
    color: #ccc;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
}
.bread a {
    color: #999;
    font-size: 14px;
}

.page-left .post-list{
    padding: 0 20px;
}
.page-left .post-list .tuWen-img{
    width: 28%;
}
.more-area {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background: #fff;
}
.moreBtn {
    display: inline-block;
    cursor: pointer;
    color: #5a5a5a;
    border: 1px solid #206be7;
    white-space: nowrap;
    padding: 10px 0;
    width: 25%;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
}
.function{
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.page-right .function{
    padding: 18px;
}
.page-right .function_t {
    position: relative;
    margin: 0 0 10px;
    color: #333;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.page-right .function_t:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #206be7;
    border-radius: 2px;
}
#divPrevious .function_c li {
    padding: 7px 0 7px 22px;
    position: relative;
}
#divPrevious .function_c li::before {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    width: 16px;
    border-radius: 3px;
    text-align: center;
}
#divPrevious .function_c li:before{
    background: #B1B1B1;
}
#divPrevious .function_c li:nth-child(1):before {
    background: #FF6600;
}
#divPrevious .function_c li:nth-child(2):before {
    background: #206be7;
}
#divPrevious .function_c li:nth-child(3):before {
    background: #12b805;
}
#divPrevious .function_c li:nth-child(1)::before {
    content: "1";
}
#divPrevious .function_c li:nth-child(2)::before {
    content: "2";
}
#divPrevious .function_c li:nth-child(3)::before {
    content: "3";
}
#divPrevious .function_c li:nth-child(4)::before {
    content: "4";
}
#divPrevious .function_c li:nth-child(5)::before {
    content: "5";
}
#divPrevious .function_c li:nth-child(6)::before {
    content: "6";
}
#divPrevious .function_c li:nth-child(7)::before {
    content: "7";
}
#divPrevious .function_c li:nth-child(8)::before {
    content: "8";
}
#divPrevious .function_c li:nth-child(9)::before {
    content: "9";
}
#divPrevious .function_c li:nth-child(10)::before {
    content: "10";
}
#divPrevious .function_c li a {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
/* 侧栏标签 */
#divTags .function_c ul {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#divTags .function_c li{
    width: 30%;
    margin-bottom: 3%;
    height: 30px;
}
#divTags .function_c li a{
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(99,99,99,.5);
    background: rgba(255,255,255,.2);
    padding: 0px 7px;
    height: 100%;
    line-height: 30px;
    color: #666;
    border-radius: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#divTags .function_c li a:hover{
    border: 1px solid #206be7;
    background-color: #206be7;
    color: #fff;
}
/* 侧栏评论 */
#divComments .function_c li {
    padding: 7px 0 7px 20px;
    position: relative;
}
#divComments .function_c li a {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
#divComments .function_c li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: #B1B1B1;
}
#divComments .function_c li:nth-child(1):before {
    background: #FF6600;
}
#divComments .function_c li:nth-child(2):before {
    background: #206be7;
}
#divComments .function_c li:nth-child(3):before {
    background: #12b805;
}
/* 侧栏微信 */
#divWeChat .function_c li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#divWeChat .function_c li img{
    margin: 0 auto;
    max-width: 80%;
}
#divWeChat .function_c li p{
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.article-box{
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}
.article-box .article-title {
    margin-bottom: 20px;
}
.article-box .article-title h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
.article-box .article-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-box .article-info span, 
.article-box .article-info a {
    color: #828282;
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
}
.article-content {
    color: #121212;
}
.article-content p {
    margin-bottom: 10px;
    line-height: 1.8;
    word-wrap: break-word;
}
.article-content img {
    margin: 10px auto;
    display: block;
    max-width: 80%;
}
.article-credit {
    border: 1px solid #efefef;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 13px 15px;
    line-height: 25px;
    color: #828282;
    font-size: 14px;
    margin: 20px auto;
}
.related-title {
    position: relative;
    color: #333;
    padding: 0 0 0 12px;
    font-weight: 500;
    line-height: 1;
    font-size: 22px;
}
.related-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #206be7;
    border-radius: 2px;
}
.page-related{
    background: #fff;
    border-radius: 3px;
}
.page-related-black{
    padding: 20px;
}
.page-related-black .post-list{
    padding: 0;
}
.article-Prev-Next{
    margin-bottom: 20px;
    background: #fff;
    display: flex;
}
.prevBtn{
    border-right: 1px dashed #eaeaea;
}
.prevBtn,
.nextBtn{
    padding: 20px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prevBtn span,
.nextBtn span{
    margin-bottom: 10px;
    color: #828282;
}


footer{
    background: #222222;
    padding-bottom: 100px;
    padding-top: 20px;
    margin-top: 30px;
}
.foot p{
    line-height: 2;
    color: #a0a0a0;
}



@media (max-width:1199px) {
    .container {
        width: 80%;
    }
    .banner-nav{
        display: none;
    }
    #banner-items{
        width: 100%;
    }
    .problem-items li:nth-child(n + 5){
        display: none;
    }
    .problem-items li{
        width: 23.5%;
    }
    .tuWen-img{
        width: 30%;
    }
}
@media (max-width:970px) {
    .pcHead-area{
        display: none;
    }
    .ydHead-area{
        display: block;
        background: #a0000f;
    }
    .ydNavbar{
        border-top: 1px solid #b93939;
        display: flex;
    }
    .ydLogo a{
        display: flex;
        justify-content: center;
        padding: 15px 0;
    }
    .ydLogo img{
        height: 36px;
        width: auto;
        object-fit: cover;
    }
    .ydNavbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .ydNavbar a{
        color: #fff;
        display: block;
        padding: 15px;
        width: 25%;
        box-sizing: border-box;
        text-align: center;
    }
    .banner-area{
        height: 300px;
    }
    .problem-items li:nth-child(n + 4){
        display: none;
    }
    .problem-items li{
        width: 31.5%;
    }
    .banner-area{
        background: url(https://m.phgjzx.com/zb_users/theme/phgjzx/include/banner/banner-bg.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 0 15px;
    }
    .page-left{
        margin-top: 20px;
    }
    .list-shop li {
        width: 23%;
    }
    .tuWen-img {
        width: 24%;
    }
    .page-left{
        width: 100%;
    }
    .page-right{
        display: none;
    }
}
@media (max-width:767px) {
    .banner-area {
        height: 330px;
    }
    .fourBtn a img{
        width: 80%;
    }
    .list-shop li {
        width: 30%;
    }
    .tuWen-img {
        width: 0%;
    }
    .tuWen-text {
        width: 100%;
        padding-left: 0%;
    }
    .list-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list-intro img {
        width: 80%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-left .post-list .tuWen-img {
        width: 0%;
    }
    .article-Prev-Next{
        flex-direction: column;
        align-items: center;
    }
    .prevBtn, .nextBtn {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prevBtn {
        border-right: none;
        border-bottom: 1px dashed #eaeaea;
    }
}
@media (max-width:479px) {
    .container {
        width: 90%;
    }
    .banner-area{
        height: 200px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .problem-items {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .problem-items li:nth-child(-n + 2){
        margin-bottom: 4%;
    }
    .problem-items li:nth-child(-n + 4){
        display: block;
        width: 48%;
    }
    .problem-items li:nth-child(n + 5){
        display: none;
    }
    .fourBtn a{
        font-size: 15px;
    }
    .list-shop li {
        width: 48%;
    }
    .moreBtn{
        width: 60%;
    }
    
}
@media (max-width:411px) {}
@media (max-width:359px) {}

