* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%; 
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; 
}

ul, ol {
    list-style: none;
    padding:0;
}

table {
    border-collapse: collapse;
    width: 100%; 
}

img {
    max-width: 100%; 
    height: auto; 
}

a {
    text-decoration: none; 
    color: inherit; 
}

button {
    cursor: pointer; 
    background: none; 
    border: none; 
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}
.category{
	margin: 30px auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	border-radius: 5px;
	padding:25px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.catleft{
	width:300px;
	height:409px;
	box-sizing: border-box;
	position: relative;
}
.catleft>ul{
	width:300px;
	height:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
	overflow-x: hidden;
	overflow-y: auto;
}

.catleft>ul::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.wyy_img9{
	width:38px;
	height:38px;
	position:absolute;
	bottom: 0px;
}
.catleft>ul>li{
	width:100%;
	font-size:18px;
	cursor:pointer;
	padding: 15px 0 15px 35px;
	box-sizing: border-box;
	
}
.catleft>ul>li:hover .catleftli{
    display: block;
}
.catleftli{
    left: 100%;
    transition: all 0.6s;
    position: absolute;
    width: 400px;
    min-height: 422px;
    top: 0px;
    padding: 5px 20px;
    z-index: 9;
    border-radius:6px;
    background-color: #fff;
    display: none;
	box-shadow: 0px 0px 5px #ccc;
}
.catleftli>ul{
	width:400px;
	overflow-y: scroll;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
	overflow-x: hidden;
	overflow-y: auto;
}
.catleftli>ul::-webkit-scrollbar {
  display: none; 
}
.catleftli>ul>li{
	font-size: 16px;
    margin: 5px 10px;
    line-height: 20px;
    display: inline-block;
}
.catleftli>ul>li a{
	color: #4E5969;
	line-height:30px;
	margin-right:10px;
	float: left;
}
.catleftli>ul>li a:hover{
	color: #35B257;
}

.catate{
	width:100%;
	font-weight: 500;
	background: #DEF2E4;
	border-radius: 6px 6px 6px 6px;
	padding-left:14px;
	box-sizing: border-box;
	color:#1D2129 !important;
}
.catcenter{
	width:56%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.catlogin{
	width:20%;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width:100%;
}
.swiper-slide img{
	width:100%;
	height:405px;
}
.swiper-pagination-bullet {
    display: inline-block;
    background:#fff !important;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.active {
    color: #00B42A !important;
}
.catlogin1{
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background: rgba(53,178,87,0.12);
	border-radius: 10px 10px 10px 10px;
}
.catlogin1 > div.user-action{
    row-gap: 15px;
}
.catlogin1 > div.user-action a{
    display: block;
    width: 100%;
}
.catlogin1>div{
	display:flex;
	align-items: center;
}
.catlogin1>div img{
	width:58px;
	height:58px;
	margin-right:10px;
	border-radius:50%;
}
.catlogin1 p{
    margin:0;
}
.catlogin1>span{
	display: block;
	width:100%;
	text-align: center;
	line-height:38px;
	margin-top:16px;
	font-size:15px;
	cursor:pointer;
}
.catlogin1>span:nth-child(2){
	background: #35B257;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
}
.catlogin1>span:nth-child(3){
    background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	color: #35B257;
}
.catlogin2{
	width:100%;
	height:85px;
	margin-top:16px;
	border-radius: 10px 10px 10px 10px;
	background:url("../img/ban2.png") no-repeat;
	background-size:100% 100%;
	line-height:94px;
	text-align:center;
	color: #FFF;
	font-size:18px;
}
.catlogin3{
	width:100%;
	height:85px;
	margin-top:16px;
	border-radius: 10px 10px 10px 10px;
	background:url("../img/ban3.png") no-repeat;
	background-size:100% 100%;
	line-height:94px;
	text-align:center;
	color: #FFF;
	font-size:18px;
}
 .catlogin3 span{
	color:#fff;
 }
 .catlogin2 span{
	color:#fff;
 }
.product{
	margin-top:50px;
}
.product1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.product2{
    column-gap: 1px;
	margin-top:30px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.product1_1{
	font-size: 24px;
	font-weight: bold;
	color: #1D2129;
}
.product2_1 h5,
.product2_1 h6{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.product1_2{
	font-size: 16px;
	font-weight: 500;
	color: #4E5969;
}
.product1 a{
	font-size: 16px;
	font-weight: 500;
	color: #4E5969;
}
.product2 figure{
	width:24%;
	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	cursor:pointer;
	transition: all 0.5s;
}
.product2 figure>img{
	display: block;
	max-width: 100%;
	height: 280px;
	margin: 0 auto;
}
.product2 figure>figcaption{
	width:100%;
	padding:20px;
	box-sizing: border-box;
}
.product2_1 p{
	font-size: 18px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #1D2129;
	margin:0;
	
}
.product2_1 .price{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.product2_1 .like{
	font-size: 14px;
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap: 5px;
	color:#FF7D00;
}
.device{
	margin-top:30px;
	background-color:#fff;
	display:flex;
	justify-content:space-between;
	border-radius: 5px;
	overflow: hidden;
}
.device1{
	width:24%;
	position:relative;
    background-position: left;
    background-repeat: no-repeat;
}
.device1 img{
	width:100%;
	border-radius: 6px;
}
.device1 div{
	position: absolute;
	bottom: 40px;
	left:40px;
	color:#fff;
}
.device1 div>span{
	display:inline-block;
	width: 109px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	color:#1D2129;
	text-align:center;
	line-height:32px;
	margin-top:24px;
	border: 1px solid #FFFFFF;
}
.device2{
    width: 76%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.device3{
	width:33%;
	position: relative;
	padding:24px;
	box-sizing: border-box;
	float: left;
	border-bottom:1px solid #E5E6EB;
	border-right:1px solid #E5E6EB;
	overflow: hidden;
	cursor:pointer;
}
.device2>div:nth-child(3){
	border-right:none;
}
.device2>div:nth-child(4){
	border-bottom:none;
}
.device2>div:nth-child(5){
	border-bottom:none;
}
.device2>div:nth-child(6){
	border-right:none;
	border-bottom:none;
}
.device3_2{
	position: absolute;
    width: 86px;
    box-sizing: border-box;
    bottom: 5px;
    right: 5px;
}
.device3_1 h5,
.device3_1 h6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.device3_1 .price{
    width: 170px;
    line-height: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.device3_1 .price h6{
    margin:0;
}
.device3_1 .like{
    font-size: 14px;
    color: #FF7D00;
	display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}
.device3_1 img{
	margin-right:3px;
}
.Merchant{
	margin-top:50px;
}
.Merchantext{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.Merchantext div{
	display:flex;
	align-items:center;
}
.Merchantext h3{
	font-size: 24px;
	font-weight: bold;
	color: #1D2129;
}
.Merchantext1 span{
    display: inline-block;
    height: 32px;
    padding: 0 25px;
    text-align: center;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.06);
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-weight: 400;
    color: #4E5969;
    margin-left: 24px;
    cursor: pointer;
}
.Mer{
	background: #35B257 !important;
	box-shadow: 0px 4px 4px 0px rgba(53,178,87,0.2);
	border-radius: 2px 2px 2px 2px;
	color: #F7F8FA !important;
}
.Merchantext a{
	font-size: 16px;
	font-weight: 500;
	color: #4E5969;
}
.Merchantlist{
	width:100%;
	display: flex;
	margin-top:30px;
	transition: all 0.5s;
	column-gap:10px;
}
.Merlist1{
	width: 25%;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
}
.Merlist1>a>img{
	width: 100%;
	height:180px;
}
.Merchantlist figcaption{
	position:relative;
	width: 100%;
	padding:24px;
	box-sizing: border-box;
}
.Merlistimg{
	width: 56px;
    height: 56px;
    position: absolute;
    top: -30px;
    right: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    background-color: #fff;
    padding: 3px;
}
.Merchantlist figcaption>p{
	font-size: 16px;
	font-weight: 400;
	color: #4E5969;
	margin-top:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	word-wrap: break-word;
	word-break: break-all;
}
.Merchantlist figcaption>h4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.newder{
	width:100%;
	height:32px;
	background-color:#DEF2E4;
	border-radius: 4px 4px 4px 4px;
}
.newder ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-top:16px;
	 color: #009A29;
}
.newder li{
	width:50%;
	font-size:14px;
	height:32px;
	line-height:32px;
    color: #009A29;
	text-align: center;
}
.enter{
	height:300px;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.enter div{
	width:48%;
	height:300px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
		cursor: pointer;
}
.enter img{
	width:100%;
	height:100%;
	position: absolute;
	z-index:-1;
}
.enter a{
	display:inline-block;
	text-align:center;
	padding:20px 30px;
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	background: rgba(0,0,0,0.44);
	border-radius: 8px;
	transition: all 0.5s;
}
.enter a:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
.newlist{
	margin:50px 0;
}
.device3_1:hover>h3{
	color: #009A29;
}
.device3_1:hover>p{
	color: #009A29;
}
.device3_1:hover>span{
	color: #009A29;
}
.newbox3 li:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}

.newbox{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
	background-color:#fff;
	padding:20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.newbox1{
    width: 47.5%;
	position:relative;
	border-radius:5px;
	overflow: hidden;
	cursor: pointer;
	transform: scale(1.0);
	transition: all 0.5s;
}
.xian{
	width:1px !important;
	height:26px !important;
	background:rgba(0,154,41,0.1);
}
.newbox1:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.newbox1 img{
	width:100%;
}
.newbox1 div{
	position: absolute;
	width: 100%;
	bottom:0px;
	padding:20px;
	box-sizing: border-box;
	color:#fff;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.newbox1 h3{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.newbox1 p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	margin-top:12px;
	margin-bottom:12px;
}
.newbox2{
	width:2%;
	height: 100%;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.newbox2 img{
	height:1%;
	margin-bottom:5px;
}
.newbox2 span{
	display: block;
	width:1px;
	height:100px;
	background-color: #E5E6EB;
}
.newbox3{
	width: 52%;
	padding-left: 10px;
	box-sizing: border-box;
}
.newbox3 ul{
	width:100%;
	display:flex;
	align-items:center;
	flex-direction: column;
}
.newbox3img{
	width:30%;
	margin-left:10px;
	padding-right:10px;
}
.newbox3img img{
	width:100%;
	border-radius: 10px;
}
.newbox3 li{
	width:100%;
	padding:0 0 20px 0px;
	display:flex;
	cursor:pointer;
	transform: scale(1.0);
	transition: all 0.5s;
}
.newbox3box{
	width:70%;
	padding-left:12px;
	padding-right:24px;
}
.newbox3box p{
    line-height: 1.4;
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	color: #1D2129;
	font-size:1rem;
	word-wrap:break-word; 
	word-break:break-all; 
}
.newbox3box span{
		font-size:14px;
		color: #1D2129;
}
@media screen and (max-width: 1500px) {
	.newbox3box p{
		margin-top:0em;
		margin-bottom:0em;
		font-size:14px;
	}
	.newbox3box h3{
		font-size:20px;
	}
	.newbox3box span{
		font-size:12px;
		color: #1D2129;
	}
	.newbox3 li{
		padding: 0px ;
	}
	.Merlist1 {
		width: 24%;
		min-height: 260px;
	}
	.enter div {
	    width: 48%;
	    height: 220px;
	}
	.product2 figure > figcaption {
	    width: 100%;
	    padding: 9px;
	}
	.product2_1 h3 {
	    width: 100%;
	    font-size: 16px;
	}
	.product2_1 p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.catlogin1 > div img {
	    width: 36px;
	    height: 36px;
	}
	.catlogin1 p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:1;
	}
	.device3_1 p{
		font-size:12px;
		
		line-height:30px;
	}
	.device3_1 h3{
		font-size:16px;
	}
	.device3{
		padding:10px;
	}
	.device3_2{
		position: absolute;
		width: 32%;
		box-sizing: border-box;
		bottom: 10px;
		right:10px;
	}
	.device3_2{
		width: 28% !important;
		max-height: 44px !important;
	}
	.Merlist1>img{
		height:180px;
	}
	.Merchantlist figcaption>p{
		font-size: 14px;
		height:58px;
		min-height: 58px;
	}
	.Merlistimg {
	    width: 64px;
	    height: 64px;
	}
	.catcenter {
    width: 47%;
	}
}
.newbox3box h3{
    width:100%;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.newbox3box:hover>h3{
	color: #00B42A;
}
.newbox3box:hover>p{
	color: #00B42A;
}
.newbox3box:hover>span{
	color: #00B42A;
}
.ys.mt0{
    margin-top:0 !important;
}
.about{
	max-width: 1440px;
    margin: 160px auto 50px auto;
    margin-top: 160px;
    margin-bottom: 50px;
}
.about .content{
    font-size: 0;
    font-family: Arial;
    padding: 50px;
    background-color: #ffffff;
    color: #333333;
}
.about .content p{
    text-indent: 36px;
    font-size: 18px;
}
.about .content .ys{
    width: 1262px;
    margin: 50px auto;
    border: 1px dashed #99ccff;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    text-indent: 48px;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.07);
}
.green{
    background-color: #35b257;
}
.gray{
    background-color: #cccccc;
}
.blue{
    background-color: #3a8ee6;
}
.about .content .lang{
    padding:80px 0;
    font-size: 24px;
    color: #000;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
    text-align: center;
    background-image: url(../img/about1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.about .content .lang h6{
    color: #000000;
    font-size: 24px;
    min-height: 60px;
}
.about .content .lang .white{
    margin:30px 0;
}
.about .content .lang .white span{
    padding: 11px 0;
    display: inline-block;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    min-width: 245px;
    background-color: #ffffff;
}
.about .content .lang .colorful{
    margin:15px 0;
}
.about .content .lang .colorful span{
    min-height: 30px;
    padding: 11px 0;
    display: inline-block;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    min-width: 340px;
    background-image: url('../img/colorful.png');
    background-repeat: repeat-y;
}
.about .content .title{
    text-align:center;
    margin:60px 0;
    font-size:42px;
}
.about .content .textimg{
    display: grid;
    grid-template-columns: repeat(2,50%);
    align-items: center;
}
.about .content .textimg img{
    flex-basis: 50%;
}
.about .content .textimg span{
    color: #ffffff;
    font-size: 22px;
    flex: 1;
    padding: 0 65px;
    line-height: 1.8;
}

.about .content .imgtext{
    display: grid;
    grid-template-columns: repeat(2,50%);
    align-items: center;
}
.about .content .imgtext .title{
    font-size: 32px;
    margin: 0 0 0 100px;
    text-align: left;
}
.about .content .imgtext .item{
    position: relative;
    font-size: 20px;
    padding: 15px 0 15px 100px;
    margin-top: 50px;
    margin-left: 100px;
}
.about .content .imgtext .item::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/icon1.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    border-radius: 5px;
}
.address{
    position: relative;
    min-height: 750px;
    font-size: 16px;
    color: #000000;
    background-size: contain;
    background-image: url('../img/c1.png');
    background-position: center;
    background-repeat: no-repeat;
}
.address .leftbox{
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.address .centerbox{
    top: 30px;
    position: absolute;
    left: 40px;
}
.address .rightbox{
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.address dl{
    width: 545px;
    padding: 30px 35px;
    background-color: #fff;
    display: inline-block;
    line-height: 2.5;
    text-align: left;
}
.address dl dt{
    font-size: 20px;
    color: #35b257;
    font-weight: bold;
}
.lc{
    text-align: center;
    font-size: 40px;
    color: #35b257;
}
.desc{
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding:20px 0;
}
.js{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.js .item{
    flex-basis: calc(100% / 3 - 40px);
    text-align: center;
}

.js .w275 img{
    width: 275px;
}
.js .w65 img{
    width: 65px;
}
.textjs{
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 44px));
    column-gap: 66px;
    text-align: center;
    align-items: center;
}
.textjs h6{
    font-size: 20px;
    font-weight: normal;
    margin: 45px 0;
    color: #000000;
}
.service{
    text-align: center;
}
.service h2{
    font-size: 24px;
    padding:25px 0;
}
.service .box{
    font-size: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 25px 75px;
    align-items: center;
    border: 2px solid #35b257;
    border-radius: 200px;
    padding: 60px;
}
.service .box .item h5{
    font-size: 24px;
    color: #35b257;
    padding:20px 0 0 0;
}
.service .box .item p{
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    color: #000000;
}
.service .box .item img{
    width: 150px;
    height: 130px;
}
.service .line{
    position: relative;
    font-size: 20px;
    color: #000000;
    margin:25px 0 0 0;
    min-height: 55px;
}
.service .line:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #35b257;
    border-radius: 5px;
}
.service .line .left{
    position: absolute;
    left: 170px;
    top: -40px;
}
.service .line .left span{
    position: relative;
    left: -180px;
}
.service .line .left:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    bottom: -24px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.service .line .left:after{
    content: '';
    position: absolute;
    left: 5px;
    bottom: -20px;
    width: 10px;
    height: 10px;
    background-color: #35b257;
    border-radius: 50%;
}
.service .line .right{
    position: absolute;
    right: 0;
    top: 15px;
    width: 50%;
}
.service .line .right:before{
    content: '';
    position: absolute;
    width: 20px;
    right:calc(50% - 5px);;
    height: 20px;
    background-color: #35b257;
    bottom: 55px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.service .line .right:after{
    content: '';
    position: absolute;
    right: 50%;
    bottom: 60px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}
.table h2{
    font-size: 24px;
    margin:30px 0;
    color: #000000;
}
.table p.notice{
    text-indent: 0;
    color: #000000;
    font-size: 20px;
    margin: 30px 0;
}
.shopimg h2{
    font-size: 42px;
    text-align: center;
}
.shopimg p.desc{
    font-size: 20px;
    text-align: center;
    text-indent: 0;
    padding: 0;
}
.shopimg .box{
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 26px));
    column-gap: 35px;
    margin:60px 0;
}
.shopimg .box .item{
    border:1px solid #999999;
}
.shopimg .box .item span{
    display: block;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 40px 0;
}
.bott{
    margin:80px 0 0 0;
    text-align: center;
    padding: 62.5px 0;
    background-image: url(../img/ss.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.bott h2{
   font-size: 42px; 
}
.bott p.desc{
    font-size: 20px;
    text-align: center;
    text-indent: 0;
    padding: 0 40px;
}
.bott a{
    font-size: 20px;
    color: #ffffff;
    padding: 15px 60px;
    background-color: #35b257;
    display: inline-block;
    margin: 30px 0 0 0;
}
.about-1{
	/*width:100%;*/
	
	width: 80%;
    margin: 0 10%;
    
    margin-bottom: 50px;
		    
}
.about-1 img{
	width:100%;
}
.about img{
	width:100%;
}
.el-select{
	width:100%;
}
.el-input__inner{
	border:none !important;
	text-align:center;
}
.el-select-dropdown__item.selected{
	    color: #35B257 !important;
	    font-weight: 700;
}
.product2 figure:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.device3:hover>img{
	transform: scale(1.02);
	transition: all 0.5s;
}
.Merchantlist figure:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.content-box{
    width: 80%;
	background: rgb(255, 255, 255);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;;
	margin-top: 200px;
	min-height:500px;
}
.el-menu-guide{
    border-right: 3px solid #e5e5e5;
    min-height: 100vh;
}
.content-box h2{
    text-align: center;
    padding:20px 0;
}