h2{
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
h3{
    font-size: 16px;
}
p{
    margin-bottom: 0;
    line-height: 28px;
}
.page {
    font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	font-size: 16px;
	line-height: 26px;
    width: 1143px;
    margin: 20px auto;
    padding: 15px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.table>:not(caption)>*>*{
    border-bottom-width:0;  
}
.section h2{
    padding: 15px 0;
}
.fixbar{
    border-bottom: 1px solid #e5e5e5;
}
.top{
	display: flex;
	padding: 15px 20px;
	border-radius: 5px;
	gap: 50px;
    cursor: pointer;
    background-color: #e9ecef;
}
.top span{
    display: inline-block;
}
.top a {
    text-decoration: none;
    color: #343a40;
    transition: color 0.3s ease;
    font-size: 18px;
}
.headertop {
    margin-top: 110px;
}
.shopname .logo{
    display: flex;
}
.shopname .logo img{
    width: 72px;
    height: auto;
}
.shopname .logo .l1{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.shopname .logo .l1 .name{
    display: flex;
    align-items: center;
}
.shopname .logo .l1 .name i{
    font-size: 26px;
    cursor: pointer;
}
.shopname .logo .l1 span{
    font-size: 22px;
    margin-right: 10px;
}
.headertop .shopname{
	padding:25px 10%;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.shopname .brand{
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.shopname .logo .l1 .brand span{
    font-size: 16px;
    padding-left: 5px;
}
.years{
	font-size: 14px;
    padding-right: 10px;
    padding: 0px 5px;
    background-color: #35b257;
    color: #fff;
    font-weight: normal;
}
ul[role="menubar"]{
    padding: 0 10%;
}
.new-menu{
    position: relative;
}
.select_language{
    position: absolute;
    right: 10%;
    top: 10px;
    background-color: transparent;
}
.shopMenu{
	background-color: rgba(0,0,0,0.3);
	padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopMenu ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.shopMenu ul li{
	padding:10px 0;
}
.shopMenu ul li span{
	text-decoration: none;
	color: #ffffff;
}
.top a:hover {
    color: #007bff;
}

.shoptop p.approved{
    color:#ff0000;
    font-size:24px;
    text-align:center;
    font-weight:bold;
    margin:0;
}
.imgText{
    display: flex;
    flex-wrap: wrap;
}
.imgText .left{
    column-gap: 10px;
    display: flex;
    flex-direction: row;
}
.imgText .right{
    display: flex;
    column-gap: 10px;
    flex-direction: row-reverse;
}
.section .content p{
    margin:0;
}
.products-table{
    max-width: 100%;
}
.imgText .content{
    flex: 1;
}
.imgText .content li{
    list-style: auto;
}
.imgTitle{
    display: flex;
    gap: 50px 60px;
    flex-wrap: wrap;
    align-items: center;
}
.imgTitle .item{
    flex-basis: 150px;
}
.imgTitle .item .content{
    display: -webkit-box;  
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}
.imgTitle i{
    font-size: 36px;
    color: #cccccc;
}
.tw1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 45px;
}
.tw1 .item3{
    position: relative;
    width: calc(25% - 35px);
    overflow: hidden;
}
.tw1 .item3 .content{
    font-size: 16px;
    padding: 3px 10px;
    display: -webkit-box;  
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    min-height: 25px;
    line-height: 1.5;
}
.faq {
    margin-bottom: 10px;
}

.faq h3 {
	font-weight: 600;
    margin: 10px 0 5px 0;
    color: #343a40;
}

.faq p {
	margin: 10px 0 5px 0;
    color: #6c757d;
}

.pic-text {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.text ul li,
.imgText .content ul li{
    list-style: disc;
    list-style-position: inside;
    padding-left: 1em;
}
.text ol li,
.imgText .content ul li{
    list-style: initial;
    list-style-position: inside;
    padding-left: 1em;
}
.imgText3{
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(3,calc(100%/3 - 20px));
    text-align: center;
    column-gap: 30px;
}
.imgText3 .content{
    font-size: 16px;
    padding:10px 0;
}
.img2text1{
    display: grid;
    grid-template-columns: 545px 500px;
    column-gap: 32px;
}
.download .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    border-bottom: 1px dashed #e5e5e5;
}
.isfixed {
	position: fixed;
	top: 167px;
	z-index: 100;
	width: 1143px;
	left: calc(50% - 572px);
	border-radius: 0;
}
.imgText .right{
    flex-direction: row-reverse;
}
.items {
    display: grid;
    grid-template-columns: repeat(3,360px);
    gap: 11px;
}
.items h3{
    text-align: center;
	margin:10px 0;
}
.item1{
    flex: 1;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.products_1{
    display: grid;
    grid-template-columns: repeat(1,100% );
    margin-bottom: 15px;
}
.products_2{
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-gap: 20px;
}
.products_3{
    display: grid;
    grid-template-columns: repeat(3, calc(100%/3 - 10px));
    grid-gap: 15px;
}
.download .item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
    margin-bottom: 10px;
}		
.w1095h500{
    width: 100%;
    height: 500px;
}
.w1095h300{
    width: 100%;
    height: 300px;
}
.w650h400{
    width: 650px;
    height: 400px;
}
.w360h500{
    width: 360px;
    height: 500px;
}
.w300h300{
    width: 300px;
    height: 300px;
}
.w360h210{
    width: 360px;
    height: 210px;
}
.w360h300{
    width: 360px;
    height: 300px;
}
.w545h280{
    width: 545px;
    height: 280px;
}
.w545h210{
    width: 545px;
    height: 210px;
}
.w545h300{
    width: 545px;
    height: 300px;
}
.w545h400{
    width: 545px;
    height: 400px;
}