@media only screen and (max-width: 1920px), only screen and (min-width:768px) {
	.yinshi_tanchuang {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 100%;
			z-index:1001;
		}
		.yinshi_bg2 {
			position: absolute;
			left: 24%;
			top: 30%;
			border-radius:5px;
			width: 52%;
			height: 340px;
			background: #fff;
			padding: 30px 20px 0 20px;
		}
		.yinshi {
			position: absolute;
			height: 250px;
			width: 95%;
			z-index:2;
		}
		.closeimg{
			position: absolute;
			top: 5px;
			right: 5px;
			vertical-align: top;
			color: #333;
			font-size: 20px;
			cursor: pointer;
			z-index:1;
			height: 35px;
			width: 35px;
		}
		.ys_titlenew{
			font-size:20px;
			text-align: center;
			font-weight: bold;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		.ys_contentnew{
			font-size:14px;
			text-align: left;
			overflow: auto;
			height: 200px;
			margin-left:10px;
			margin-top:10px;
		}
		.piliangbianji {
			text-align: center !important;
			margin-top: 15px;
		}
		.filter_submit button{
			background-color: #bf2321;
			width:120px;
			height:30px;
			color: #fff;
			padding: 3px;
			cursor: pointer;
			outline:none;
			border:0;
		}
		/* 弹出层相关 */
		.mask {
			height: 100%;
			width: 100%;
			position: fixed;
			_position: absolute;
			top: 0;
			left: 0;
			z-index: 1000;
		}
		.opacity {
			opacity: 0.3;
			filter: alpha(opacity = 30);
			background-color: #000;
		}
}
@media only screen and (max-width: 767px), only screen and (max-device-width:767px) {
	.yinshi_tanchuang {
			position: absolute;
			left:0;
			top: 0;
			bottom: 0;
			width: 100%;
			z-index:1001;
		}
		.yinshi_bg2 {
			position: absolute;
			left:5%;
			top: 30%;
			border-radius:5px;
			width: 90%;
			height: 710px;
			text-align: center;
			background: #fff;
			padding: 30px 20px 0 20px;
		}
		.yinshi {
			position: absolute;
			height: 650px;
			width: 95%;
			z-index:2;
		}
		.closeimg{
			position: absolute;
			top: 5px;
			right: 5px;
			vertical-align: top;
			color: #333;
			font-size: 26px;
			cursor: pointer;
			z-index:1;
			height: 35px;
			width: 35px;
		}
		.ys_titlenew{
			font-size:28px;
			margin-top:20px;
			text-align: center;
			font-weight: bold;
		}
		.ys_contentnew{
			font-size:26px;
			text-align: left;
			margin-top: 20px;
			margin-left: 30px;
			margin-right: 30px;
			overflow: auto;
			height: 500px;
		}
		.piliangbianji {
			text-align: center !important;
			margin-top: 20px;
			font-size:24px;
		}
		.filter_submit button{
			background-color: #bf2321;
			width:180px;
			height: 45px;
			color: #fff;
			padding: 3px;
			cursor: pointer;
			outline:none;
			border:0;
		}
		.btnCorfim{
			width:40%;
			text-align:center;
			font-size:2.5rem;
			padding: 10px 0 10px;
			letter-spacing:0;
			text-decoration: none;
			cursor: pointer;
		}
		/* 弹出层相关 */
		.mask {
			height: 100%;
			width: 100%;
			position: fixed;
			_position: absolute;
			top: 0;
			left: 0;
			z-index: 1000;
		}
		.opacity {
			opacity: 0.3;
			filter: alpha(opacity = 30);
			background-color: #000;
		}
}
