body {
	min-width: 366px;
}
.ym-bg-head {
	background-color: #202020;
}

.ym-slide-top{
	padding-top:90px;
	padding-bottom: 90px;
}

.nav-link{
	color:#ffffff !important;
}
.nav-link:hover {
	color:red !important;
}
.nav-link.active {
	color:red !important;
}

.ym-left-content {
	display: none;
}

.ym-right-button {
	border: 1px solid darkgrey;
	cursor: pointer;
}

.ym-right-button.selected {
	color: red;
	border: 1px solid red;
}
.ym-button-cus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ym-right-btn {
	width: 220px;
}

.ym-what-con{
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #f2f2f2;
}
.ym-imgsize{
	height: 28px;
	width: 28px;
}

.ym-adv{
	background-color: #202020;
	color: #ffffff;
}
.ym-border-size{
	width: 65px;
}
.ym-proimg{
	height: 20px;
	width: 26px;
}

.ym-bgimg{
	width:100%;
	height:auto;
	padding-top:80px;
	color:#FFFFFF;
	background-color: #e7e7e7;
	background-image:url(../image/bg-png.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.ym-code{
	width: 110px;
	height: 110px;
}
.ym-button-zx {
	width: 120px;
}
.ym-border-w1 {
	width: 150px;
}
.ym-border-w2 {
	width: 170px;
}
.ym-left-btn {
	width: 140px;
}
.ym-left-btn2 {
	width: 170px;	
}
.ym-right-btn {
	width:220px;
}
.ym-adv-cus {
	width: 170px;
	height: 95px;
}




@media screen and (max-width:992px) {
	.border-line{
		border-right: 1px solid;
	}
}
@media screen and (max-width:1200px) {

	.ym-right-btn {
		width: 110px;
		margin-left: 3%;
	}
}
@media screen and (max-width:768px) {
	.ym-button-cus {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		
	}
}