@charset "UTF-8";
.demo-image{
    width: 100%;
}
@media screen and (min-width:460px){/*ý���ѯ��ʼ����С���460px*/


.M-box,.M-box1,.M-box2,.M-box3,.M-box4{
	position: relative;
    text-align: center;
  	zoom: 1;
	margin:30px auto;
	width:auto;
    float: right;
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after,.M-box4:before,.M-box4:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after,.M-box4:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span,.M-box4 span{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 24px;
    line-height: 24px;
    color: #bdbdbd;
    font-size: 14px;
	border-radius:10px;
	display:inline-block;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active,.M-box4 .active{
	float: left;
	margin:0 5px;
	width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--font-main-color);
    font-size: 14px;
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a,.M-box4 a{
	float: left;
	margin:0 5px;
	width: auto;
    min-width:24px;
    height: 24px;
    line-height: 24px;
    color: #999;
    font-size: 14px;

}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover,.M-box4 a:hover{
	color:var(--font-main-color);
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
.now,.count{
	padding:0 5px;
	color:#f00;
}
.eg img{
	max-width: 800px;
	min-height: 500px;
}
.M-box input,.M-box2 input,.M-box3 input,.M-box4 input{
    float: left;
    margin:0 5px;
    width: 42px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #999;
    font-size: 14px;
	border-radius:3px;
}






}/*ý���ѯ�����ţ���ɾ������*/





@media screen and (max-width:460px){/*ý���ѯ��ʼ���ֻ��棬�����460px*/



.M-box,.M-box1,.M-box2,.M-box3,.M-box4{
	position: relative;
    text-align: center;
  	zoom: 1;
	margin:10px auto;
	width:100%;
	display:flex;
	overflow:hidden;
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after,.M-box4:before,.M-box4:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after,.M-box4:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span,.M-box4 span{
	float: left;
	margin:0 2px;
	width: 18px;
    height: 18px;
    line-height: 18px;
    color: #bdbdbd;
    font-size:8px;
	border-radius:2px;
	display:inline-block;
	flex:1;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active,.M-box4 .active{
	float: left;
	margin:0 5px;
	width: 18px;
    height: 18px;
    line-height: 18px;
    background-image: linear-gradient(90deg, #0E90D5 0%,
    #3032A2 100%);
    background-image: linear-gradient(90deg, var(--main-linear-gradient-color-start) 0%,
    var(--main-linear-gradient-color-end) 100%);
    color: #fff;
    font-size: 14px;
    border: 1px solid #3032A2;
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a,.M-box4 a{
	float: left;
	margin:0 2px;
	width: 18px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size:8px;
	border-radius:2px;
	flex:1;
}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover,.M-box4 a:hover{
	color:#fff;
    /*background: #e91e63;*/
	background:#ff2929;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
.now,.count{
	padding:0 5px;
	color:#f00;
}
.eg img{
	max-width: 800px;
	min-height: 500px;
}
input{
    float: left;
    margin:0 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #666;
    font-size:8px;
	border-radius:2px;
	flex:1;
}








}/*ý���ѯ�����ţ���ɾ������*/