<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.m-style {

    position: relative;

    text-align: center;

    zoom: 1;

	/*div居中显示*/

	display:table;

	margin:0 auto;

}



.m-style:before,

.m-style:after {

    content: "";

    display: table;

}



.m-style:after {

    clear: both;

    overflow: hidden;

}



.m-style span {

    float: left;

    margin: 0 5px;

    width: 38px;

    height: 38px;

    line-height: 38px;

    color: #000000;

    font-size: 14px;

}



.m-style .active {

    float: left;

    margin: 0 5px;

    width: 38px;

    height: 38px;

    line-height: 38px;

    /*background: #e91e63;*/

    /*color: #fff;*/

    font-size: 14px;

    /*border: 1px solid #e91e63;*/

	border-radius:4px;

	

	color: #fff;

    border: 1px solid #7e91ab;

    background: #7e91ab;

}



.m-style a {

    float: left;

    margin: 0 5px;

    /*width: 38px;*/

    height: 38px;

    line-height: 38px;

    background: #fff;

    /*border: 1px solid #ebebeb;*/

    color: #000000;

    font-size: 14px;

	

	border-radius:4px;

	border: 1px solid #DDDDDD;

	

	text-align:center;

	padding:0 1.0rem;

}



.m-style a:hover {

    /*color: #fff;

    background: #e91e63;*/

	cursor:pointer;

    background-color:#EEEEEE;

}



.m-style .next,

.m-style .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;

    width: 38px;

    height: 38px;

    line-height: 38px;

    background: #fff;

    border: 1px solid #ebebeb;

    outline: none;

    color: #39619d;

    font-size: 14px;

	border-radius:4px;

}</pre></body></html>