@CHARSET "UTF-8";
.countmap-section{
	margin-top: 60px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;

}
.countmap-section .content{width: 80%;display: flex;
	justify-content: center;
	}
.countmap-section .content .left,.countmap-section .content .right{
	width: 50%;
	margin-top: 60px;
}
.countmap-section .content .left{
	text-align: left;
	padding-right: 60px;
}
.countmap-section .content .left .tip h1{text-align: left;font-size: 48px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: rgba(2, 100, 90, 0.9686);}
.countmap-section .content .left .txt{font-size: 18px;
font-weight: normal;
line-height: 36px;
letter-spacing: 0em;
margin-top: 10px;
color: #132141;}
.countmap-section .content .left .count-view{margin-top:30px;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.countmap-section .content .count-list{list-style: none;
    display: flex;padding-top:20px;padding-bottom:35px;
    }
    .countmap-section .content .count-list .count-item{ flex: 1; /* 关键属性，让每个li平分宽度 */text-align: center;border-right: 1px solid #D8D8D8;}
     .countmap-section .content .count-list .count-item:nth-child(3){border-right: none;}
     .countmap-section .content .count-list .count-item .item-name{font-size: 48px;
font-weight: 600;
line-height: 60px;
text-transform: uppercase;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: rgba(2, 100, 90, 0.9686);}
    
     .countmap-section .content .count-list .count-item .item-desc{font-size: 18px;
font-weight: normal;
line-height: 20px;
letter-spacing: 0em;

color: #132141;}

    @media (max-width: 768px) {
    	.countmap-section{margin-top: 10px;}
    	.countmap-section .content{width:100%;display: block;}
    	
    	.countmap-section .content .left, .countmap-section .content .right{width:100%;padding: 10px;margin-top: 10px;}
    	.countmap-section .content .left, .countmap-section .content .right img{width: 100%;height:auto;}
		.countmap-section .content .count-list{
            padding-top: 10px;
    padding-bottom: 10px;
    	}
          .countmap-section .content .left .tip h1,.countmap-section .content .count-list .count-item .item-name{font-size: 16px;line-height: normal;}
    	.countmap-section .content .left .count-view{margin-top: 10px;}
    	.countmap-section .content .count-list .count-item .item-desc{font-size: 14px;}
            
            
        }
