@CHARSET "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

body {
	　　font: normal 100% Helvetica, Arial, sans-serif;
	　　
}

.cl:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
	height: 0;
	display: block;
}

.cl {
	*zoom: 1;
} /*IE/7/6*/
.clear {
	display: block !important;
	float: none !important;
	clear: both;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	border: 0 none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	min-height: 0 !important;
	max-height: none !important;
	min-width: 0 !important;
	max-width: none !important;
	width: auto !important;
	clear: both;
	float: none !important;
}
/* 文字省略 */
.omit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden {
	display: none;
}
/*水平翻转*/
.flipx {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1); /*IE*/
	filter: FlipH;
	transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

/*垂直翻转*/
.flipy {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1); /*IE*/
	filter: FlipV;
	transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
}

/*common  start*/
/* .edit-pop .inner, .temp-upload-pop .inner{padding: 18px 25px 5px 25px;}
 */
.pact_pop {
	width: 450px;
}

.pact_pop textarea {
	position: relative;
	margin: 0 0 10px;
	border: 1px solid #d8d8d8;
	width: 100%;
	height: 100px;
	width: 100%;
	border: 1px solid #d8d8d8;
	margin: 0 0 10px;
}

.enter_info .line {
	margin: 10px 0;
}

.enter_info .line .title {
	float: left;
	width: 140px;
}

.btns {
	text-align: center;
}

.btns .enter {
	width: 184px;
	height: 33px;
	font-size: 18px;
	height: 33px;
}

.blue {
	color: #0068b7;
}

.gray {
	color: #999;
}

.d7 {
	color: #d7d7d7;
}

.real .title {
	font-size: 15px;
	font-weight: bold;
}

.cursor {
	cursor: pointer;
}

input, textarea {
	border: 1px solid #d8d8d8;
}

.main-section .main-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: bold;
}

.dotted {
	width: 100%;
	height: 1px;
	margin: 31px 0px;
	border-bottom: 1px #d8d8d8 dashed;
	margin: 31px 0px;
	height: 1px;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

/* input[type=text] {
    width: 150px;
    height: 22px;
} */
select {
	width: 152px;
	height: 24px;
	border: 1px solid #d8d8d8;
	height: 24px;
}

.group span {
	float: left;
	width: 72px;
	line-height: 24px;
	width: 72px;
}

.main-section {
	float: right;
	width: 912px;
}

.group {
	width: 33%;
	float: left;
	margin: 10px 0;
	float: left;
}

.search_block {
	border: 1px solid #d8d8d8;
	margin: 10px 0;
	padding: 10px 20px;
	margin: 10px 0;
}

.line {
	height: 24px;
	line-height: 24px;
	margin: 10px 0;
	line-height: 24px;
}

.line .title {
	float: left;
	width: 100px;
}

span.pa {
	top: 0px;
	left: 3px;
	line-height: 23px;
	color: #979797;
	line-height: 23px;
	left: 3px;
}

.fs_1 {
	font-size: 20px;
}

.fs_2 {
	font-size: 18px;
}

.fs_3 {
	font-size: 15px;
}

.fs_4 {
	font-size: 12px;
}

.fs_5 {
	font-size: 10px;
}

.fb {
	font-weight: bold;
}

.border {
	border: 1px solid #d8d8d8;
}

.margin20 {
	margin: 20px;
}
/* æ–‡å­—çœç•¥ */
.omit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no_repeat {
	background-repeat: no-repeat;
}

.btn_d_8 {
	background: #FFF;
	padding: 0 10px;
}

.btn_d_8:hover {
	color: #0069b7;
	background: #FFF;
}

.w_full {
	width: 100%
}

.h_full {
	height: 100%
}
/*common  end*/
.shadow {
	-moz-box-shadow: 3px 3px 4px #9339e9;
	-webkit-box-shadow: 3px 3px 4px #9339e9;
	box-shadow: 3px 3px 4px #716E6E;
	-webkit-box-shadow: 3px 3px 4px #9339e9;
}

.full-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
	background: #000000;
	opacity: 0;
}

.msg1 {
	width: 90%;
	top: 30%;
	background-color: #fff;
	position: absolute;
	border-radius: 4px;
	border: 1px #9339e9 solid;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 5%;
	box-shadow: 0 0 16px #343335;
	display: none;
	background-color: #9339e9;
}

.msg1 .msg_content {
	min-height: 100px;
	background: #FFF;
}

.msg1 .msg_title {
	height: 40px;
	background-color: #9339e9;
	line-height: 40px;
	color: #fff;
}

.msg1 .mgs_btns {
	height: 40px;
	line-height: 40px;
	border-top: 1px #9339e9 solid;
	width: 100%;
}

.msg1 .msg_ok, .msg1 .msg_cancel {
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
	background: #FFF;
}

.msg1 .msg_ok span {
	border-right: 1px #9339e9 solid;
	height: 100%;
	float: left;
	width: 99.5%;
}

.blur {
	filter: url(../fonts/blur.svg#blur);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.bc {
	background-color: #9339e9;
}

.fc {
	color: #9339e9;
}

.bold {
	font-weight: bold;
}

span.vertical {
	float: right;
	height: 100%;
	width: 1px;
	background-color: #c8c5dc;
	top: 0;
	right: 0;
	position: absolute;
}

.border_img {
	background-image: url(../images/border_img.png);
	height: 14px;
	width: 100%;
	margin: 0;
	background-size: 21px;
	background-repeat: repeat-x;
}

.temp {
	position: fixed;
	top: 0;
	background-color: #A3E0AD;
	opacity: 0.5;
	width: 100%;
}
img.border_img_1 {
    height: 10px;
    width: 100%;
}


.load_mag {
    height: 40px;
    width: 100%;
    background-color: #FFF;
        text-align: center;
        margin-top: 10px;
}
.load_mag span {
    line-height: 40px;
}
.float_top {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    box-shadow: #A09F9F 1px 1px 8px;
    top: 0;
}

.fb{    font-weight: bold}

.menu ul {
    width: 50%;
    background: #FFF;
    color: #000;
    font-size: 16px;
}