@charset "utf-8";

/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
	
}
body{max-width: 1920px;margin: 0 auto;}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	margin: 0
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
	background-color: #137c32;
}

input,
textarea {
	-webkit-user-select: text
}

/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}

#tip b {
	color: #137c32;
}

/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}

@media screen and (max-width:1200px){
    html,body{width:1920px;}
	.w1200{width:100%;}
}

