*{padding:0;margin:0;font-family:'微软雅黑';text-decoration: none;}
img{max-width: 100%;margin: 0 auto;}
body{color: #444;}
.clear{clear:both;height: 1px;}
li{list-style-type: none;}
*{color: #454545;font-size: 16px;}
a:focus{outline: none}
#w620{max-width: 620px;padding: 0 10px;margin:0 auto;}
#width{
	min-width:320px;
	max-width:640px;
	margin:0 auto 5%;
}
/***头部***/
.top{width:100%;position:relative;}
.top img{width:100%;}
/***nav导航***/
.nav{width:100%;}
.nav ul{
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            gap: 0;
            padding: 0;
        }
        .nav ul li {
            width: calc((100% - 6px) / 4);
            height: 2.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            color: #fff;
            background: #9c1d03;
            cursor: default;
            user-select: none;
            transition: background 0.2s, color 0.2s;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
        .nav ul li:nth-child(4n) {
            border-right: none;
        }

        .nav ul li:nth-child(n+5) {
            border-bottom: none;
        }

        /***banner***/
        .banner{width: 100%;display: block;}
        .banner img{width: 100%;display: block;}

        .bgyellow{width: 100%;background:#f4f2e3;overflow: hidden;}
        .biaotix{width:96%;margin:auto;background: url(/static/default/zyza/biaoti.png)no-repeat;font-size: 1.3rem;color: #f3d593;font-weight: 600;
        	text-align: center;background-size: 100% 100%;height:4rem;line-height:4.5rem;
        }
        /***中西医结合看肿瘤***/
        .sxjzxx{font-size: 1rem;color: #885625;line-height: 1.8rem;width: calc(100% - 3rem);margin: 1.6rem auto 0;}
        .zxyjh{width:calc(100% - 2rem);margin:1.4rem auto 0;}
        .zxyjh img{width: 100%;display: block;}
        .sxjzxx22{font-size: 1rem;color: #666666;line-height: 1.8rem;width: calc(100% - 3rem);margin: 1.6rem auto 0;}
        .yuyue{width: 55%;height:3rem;color: #fff;font-size:1.2rem;border-radius: 25px;background: #fe6634;margin:1.4rem auto 2.5rem;text-align: center;line-height:3rem;}
        /***疗法优势***/
        .sdyoushi{width: 100%;margin:1rem auto 0;}
        .sdyoushi img{width: 100%;display: block;}
        /***专家团队***/
        .lhhz{width: 100%;margin:1.5rem auto 0;}
        .lhhz img{width: 100%;display: block;}
        .sxjzxxzdzd{font-size: 1rem;color: #885625;line-height: 1.8rem;width: calc(100% - 3rem);margin: 1.6rem auto 0;text-indent: 2rem;}
        /***疾病***/
        /* ===== 圆盘网格 ===== */
        .circle-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem 2rem;
            margin: 1.8rem auto 0;
        }

        /* 每个圆盘 */
        .circle-item {
            width: 6.5rem;
            height: 6.5rem;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            background-color: #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            cursor: default;
            flex-shrink: 0;
            position: relative;
            /* 边框颜色由下方每个圆单独定义，这里不设统一颜色 */
            border: 2px solid;   /* 边框宽度固定，颜色在下方覆盖 */
        }

        .circle-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        /* 图片区域 (上半部分) */
        .circle-img {
            width: 100%;
            height: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 0.5rem;
            background-color: inherit; /* 由 data-color 决定 */
        }

        .circle-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
            max-width: 80%;
            max-height: 80%;
        }

        /* 文字区域 (下半部分，白色背景) */
        .circle-label {
            width: 100%;
            height: 50%;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            font-weight: 600;
            color: inherit;
            text-align: center;
            line-height: 1.2;
            padding: 0 0.2rem;
        }

        /* ----- 每个圆的背景色 (上半部分) 和 边框色 ----- */
        .circle-item[data-color="1"] {
            border-color: #fe855e;
        }
        .circle-item[data-color="1"] .circle-img {
            background-color: #fe855e;
        }
        .circle-item[data-color="1"] .circle-label {
            color: #fe855e;
        }

        .circle-item[data-color="2"] {
            border-color: #c54ba1;
        }
        .circle-item[data-color="2"] .circle-img {
            background-color: #c54ba1;
        }
        .circle-item[data-color="2"] .circle-label {
            color: #c54ba1;
        }

        .circle-item[data-color="3"] {
            border-color: #2596e2;
        }
        .circle-item[data-color="3"] .circle-img {
            background-color: #2596e2;
        }
        .circle-item[data-color="3"] .circle-label {
            color: #2596e2;
        }

        .circle-item[data-color="4"] {
            border-color: #25d0e2;
        }
        .circle-item[data-color="4"] .circle-img {
            background-color: #25d0e2;
        }
        .circle-item[data-color="4"] .circle-label {
            color: #25d0e2;
        }

        .circle-item[data-color="5"] {
            border-color: #099e51;
        }
        .circle-item[data-color="5"] .circle-img {
            background-color: #099e51;
        }
        .circle-item[data-color="5"] .circle-label {
            color: #099e51;
        }

        .circle-item[data-color="6"] {
            border-color: #fe6634;
        }
        .circle-item[data-color="6"] .circle-img {
            background-color: #fe6634;
        }
        .circle-item[data-color="6"] .circle-label {
            color: #fe6634;
        }

        .rhhztp{width: calc(100% - 1rem);margin:1.8rem auto 0;}
        .rhhztp img{width: 100%;display: block;}
        /***患者感言***/
        .hzgy{width: 100%;display: block;margin:1.5rem auto 0;}
        .hzgy img{width: 100%;display: block;}
        .xiaolanshan{width: 100%;display: block;}
        .xiaolanshan img{width: 100%;display: block;}

        .shangmianzaozi3{width: 100%;overflow: hidden;background: #fff0dd;}
		.texiao1z13{width:100%;position: relative;margin: auto;}
		.texiao1z13 .hexinbjt3{width:calc(100% - 4rem);background: url(/static/default/zyza/texiaobg.png);margin: auto;background-size:100% 100%;height: 7.6rem;}
		.texiao1z13 .bd{width:calc(100% - 1rem);margin: auto;overflow: hidden;padding:1.5rem 0.5rem;}
		.texiao1z13 .bd ul{overflow: hidden;}
		.texiao1z13 .bd ul li{width:calc((100% - 1rem)/3);margin-right:0.5rem;float: left;}
		.texiao1z13 .bd ul li .toptuxx{width:100%;}
		.texiao1z13 .bd ul li .toptuxx img{width: 100%;display: block;}
		.texiao1z13 .hd{}
		.texiao1z13 .hd .prev{width:1.5rem;height:1.5rem;position: absolute;left:0;top:3rem;background: none;}
		.texiao1z13 .hd .prev img{width: 100%;display: block;}
		.texiao1z13 .hd .next{width:1.5rem;height:1.5rem;position: absolute;right:0;top:3rem;background: none;}
		.texiao1z13 .hd .next img{width: 100%;display: block;}
		.footer{margin-top: 0!important;}


















@media screen and (max-width: 620px){

}
@media screen and (max-width: 320px){
	*{font-size: 12px;}

}
@media screen and (max-width:400px) and (min-width:321px){
	*{font-size: 14px;}
    
}
@media screen and (max-width: 600px) and (min-width: 401px){
	*{font-size: 16px}
}
@media screen and (min-width: 601px){
	.biaotix{height:5rem;line-height: 6rem;}
	.circle-item {width: 9rem;height: 9rem;}
	.texiao1z13 .hexinbjt3{height: 10.6rem;}
	.texiao1z13 .hd .prev,.texiao1z13 .hd .next{top:5rem;}
}
@media screen and (min-width:620px){
	
}
