/* #choose.atf-section-padding {
  padding: 90px 0;
} */

#choose .container{
	background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/447409/3447/cf8cc0759a50e453524d3c240c21d8f4/home4-1%281%29%281%29.png");
}
#choose .atf-section-title h5 {
  margin-top: 0.5rem;
	font-size: 14px;
	color: var(--color-primary);
	letter-spacing: 1.8px;
}
#choose .atf-section-title h2 {
	font-size: 48px;
	line-height: 1.3;
	color: #f96212;
	text-align: center;
	text-transform: capitalize;
	padding: 33px;
	/* text-shadow: 3px 4px 10px rgba(0,0,0,0.2); */
}
#choose .atf-section-title .rich-text {
	margin-top: 15px;
}
#choose .atf-section-title .rich-text ul,
#choose .atf-section-title .rich-text ol {
  list-style-position: inside;
}

#choose .atf-single-about{
	margin-bottom:30px;
	justify-content: flex-start;
}

#choose .atf-about-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 108px;
  margin-right: 30px;
  /* background: var(--color-primary); */
  border-radius: var(--button-radius);
  margin-right: 15px; /* 图标与文本间保留间距 */
}
#choose .atf-about-icon img {
  width: 63px;
}

#choose .atf-about-list h3 {
	margin: 0 0 5px;
	font-size:40px;
	
}
#choose .atf-about-list p {
	margin: 0 0 5px;
	font-size:30px;
	color:#2d2d2d;
	font-weight:600;
	
}


@media only screen and (max-width: 991px) {
  #choose {
    background-size: inherit ! important;
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
  #choose .atf-section-title h2 {
    font-size:25px;
  }
}



@media (max-width: 1281px) and (min-width: 991px) {
    #choose .container {
        max-width: 970px !important;
    }
	
	#choose .atf-section-title h2 {
		font-size: 40px;
		line-height: 1.3;
		color: #f96212;
		text-align: center;
		text-transform: capitalize;
		padding: 30px;
		/* text-shadow: 3px 4px 10px rgba(0,0,0,0.2); */
	}
	
	#choose .atf-about-list h3 {
		margin: 0 0 5px;
		font-size:30px;
	
	}
	#choose .atf-about-list p {
		margin: 0 0 5px;
		font-size:20px;
		color:#2d2d2d;
		font-weight:600;
	
	}
	#choose .container {
    max-width: 970px; 
    margin: 0 auto; 
    min-height: 500px;
    background-size: cover; 
    background-position: center; 
  }

}