@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	width: 100%;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: #ffffff;
	font-size: 16px;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #666;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

/*common*/
p,
input {
	margin: 0px;
	padding: 0px;
}

ul li,
ul,
dl,
dl dd,
dl dt {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	outline: 0;
}

img {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

.bigzm {
	text-transform: uppercase;
}

.cu_pointer {
	cursor: pointer;
}

.tdlth {
	text-decoration: line-through;
}

.fw_bold {
	font-weight: bold;
}

.f_faminly {
	font-family: "微软雅黑";
}

.f_faminly1 {
	font-family: "Arial";
}

.f_faminly2 {
	font-family: "黑体";
}

.f_faminly3 {
	font-family: "Times New Roman";
}

.font_qx {
	font-style: italic;
}

.en_changehh {
	word-wrap: break-word;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

/*input_text*/
select input {
	vertical-align: middle;
}

.al_text {
	text-align: center;
}

.al_right {
	text-align: right;
}

.dsnone {
	display: none;
}

.dsinlne {
	display: inline-block;
}

/*line-height*/
.lh15em {
	line-height: 1.5em;
}

.lh16em {
	line-height: 1.6em;
}

.lh17em {
	line-height: 1.7em;
}

.lh18em {
	line-height: 1.8em;
}

.lh19em {
	line-height: 1.9em;
}

.lh20em {
	line-height: 2.0em;
}

.lh21em {
	line-height: 2.1em;
}

.lh22em {
	line-height: 2.2em;
}

.lh23em {
	line-height: 2.3em;
}

/*font-size*/
.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs19 {
	font-size: 19px;
}

.fs20 {
	font-size: 20px;
}

.fs21 {
	font-size: 21px;
}

.fs22 {
	font-size: 22px;
}

.fs23 {
	font-size: 23px;
}

.fs24 {
	font-size: 24px;
}

.fs25 {
	font-size: 25px;
}

.fs26 {
	font-size: 26px;
}

.fs27 {
	font-size: 27px;
}

.fs28 {
	font-size: 28px;
}

.fs29 {
	font-size: 29px;
}

.fs30 {
	font-size: 30px;
}

.fs31 {
	font-size: 31px;
}

.fs32 {
	font-size: 32px;
}

.fs33 {
	font-size: 33px;
}

.fs34 {
	font-size: 34px;
}

.fs35 {
	font-size: 35px;
}

.fs36 {
	font-size: 36px;
}

.fs37 {
	font-size: 37px;
}

.fs38 {
	font-size: 38px;
}

.fs39 {
	font-size: 39px;
}

.fs40 {
	font-size: 40px;
}

.fs48 {
	font-size: 48px;
}

/*提示版本样式*/
.compatible-contianer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 800px;
	height: 30px;
	line-height: 30px;
	background: url(../images/iebg.gif) repeat-x;
	z-index: 999999;
}

.cpt-ct {
	color: #363636;
	font-size: 12px;
	text-align: center;
}

.cpt-ct i {
	display: inline-block;
	width: 12px;
	height: 14px;
	vertical-align: -2px;
	margin-right: 5px;
	background: url(../images/iefixed-sprite.png) no-repeat 0 0;
}

.cpt-ct a {
	color: #39b94e;
}

.cpt-ct a:hover {
	text-decoration: underline;
}

.cpt-handle {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 12px;
	line-height: 27px;
}

.cpt-handle a {
	display: inline-block;
	vertical-align: middle;
}

.cpt-handle .cpt-agin {
	color: #656e73;
	margin-right: 5px;
}

.cpt-handle .cpt-agin:hover {
	color: #363d40;
}

.cpt-close {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	transition: 0.3s;
}

.cpt-close:hover {
	background-color: #fc8800;
}

.cpt-close i {
	display: inline-block;
	height: 8px;
	width: 8px;
	vertical-align: 1px;
	background: url(../images/iefixed-sprite.png) no-repeat 0 -24px;
}

.cpt-close:hover i {
	background-position: 0 -42px;
}
