@charset "utf-8";

@font-face {
	font-family: 'SF-Bold';
	src: url('../fonts/SF-UI-Display-Bold.otf');
}

@font-face {
	font-family: 'SF-Medium';
	src: url('../fonts/SF-UI-Display-Medium.otf');
}

/*public css*/
* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px !important;
	color: #000;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-family: 'SF-Medium';
	background: #F5F5F5;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

.mpub-tit1 {
	font-family: 'SF-Bold';
}

input {
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	border: 0;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}

a,
li {
	list-style: none;
	text-decoration: none;
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

p {
	margin: 0;
	cursor: default;
}

input,
img {
	outline: none;
	border: 0;
	background: none;
}

label {
	font-weight: normal;
	margin: 0;
	cursor: default;
}

button {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: none;
	box-shadow: 0 0 0px 1000px white inset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	cursor: default;
}

table {
	border-collapse: collapse;
}

img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	user-select: none;
}

.allbox {
	padding: 0 7rem;
	margin: 0 auto;
}

.allbox-hd {
	padding: 0 7rem;
	margin: 0 auto;
	overflow: hidden;
}

.mpubflex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.mpub-dw8 {
	flex-grow: 8;
	overflow: hidden;
}

.wfixedbg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(26, 26, 26, .5);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 992;
	display: none;
}

/* 分页 */
.page_div {
	text-align: center;
	margin: 2rem auto;
}

.page_div button {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.4rem;
	color: #646464;
	background: #EFEFEF;
	margin: 0 .2rem;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
	border: 1px solid #FFFFFF;
}

.page_div .current {
	color: #FFFFFF;
	background: #00B9EF;
}
.page_div #firstPage,
.page_div #lastPage{
	font-size: 1.1rem;
}
.page_div button:hover{
	background: #FFFFFF;
	color: #00B9EF;
	border-color: #00B9EF;
}

/* 分页 */

input::-webkit-input-placeholder {
	color: #CCCCCC;
}

input::-moz-placeholder {
	color: #CCCCCC;
	/* Mozilla Firefox 19+ */
}

input:-moz-placeholder {
	color: #CCCCCC;
	/* Mozilla Firefox 4 to 18 */
}

input:-ms-input-placeholder {
	color: #CCCCCC;
	/* Internet Explorer 10-11 */
}

textarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

textarea::-moz-placeholder {
	color: #CCCCCC;
	/* Mozilla Firefox 19+ */
}

textarea:-moz-placeholder {
	color: #CCCCCC;
	/* Mozilla Firefox 4 to 18 */
}

textarea:-ms-input-placeholder {
	color: #CCCCCC;
	/* Internet Explorer 10-11 */
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background: #00B9EF;
	border-radius: 10px;
}

.trans3 {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.trans5_y0 {
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.trans5_y2 {
	-webkit-transition: all .5s ease-in-out .2s;
	-moz-transition: all .5s ease-in-out .2s;
	-ms-transition: all .5s ease-in-out .2s;
	-o-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s;
}

.trans_sca6 {
	transform: scale(0.64);
	-webkit-transform: scale(0.64);
	-ms-transform: scale(0.64);
	-o-transform: scale(0.64);
}

.trans_sca8 {
	transform: scale(0.82);
	-webkit-transform: scale(0.82);
	-ms-transform: scale(0.82);
	-o-transform: scale(0.82);
}

.trans_sca9 {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

.p-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-hide2 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.p-hide4 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


.d-bord {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	html,
	body {
		font-size: 12px !important;
	}
	
}

@media screen and (max-width: 1200px) {
	.allbox,
	.allbox-hd {
		padding: 0 5%;
	}
}
