/* CSS RESET */

* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 160%;
	text-align: justify;
}
u{
	text-decoration: underline;
}
ol,
ul,
li {
	list-style: none;
}

body {
	font: 16px "Microsoft YaHei" !important;
	line-height: 1.5;
	overflow-x: hidden;
	font-weight: normal;
	color: #333;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

i {
	font-style: normal;
}

/* 清除浮动统一格式 */

.clearfloat {
	zoom: 1;
}

/*4.0新增*/

.clear::before,
.clear::after {
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
}

.fl {
	float: left!important;
}

.fr {
	float: right!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

strong {
	font-weight: normal;
}

.shadow {
	-webkit-box-shadow: 0 0 10px #d6d2d2!important;
	-moz-box-shadow: 0 0 10px #d6d2d2!important;
	box-shadow: 0 0 10px #d6d2d2!important;
}

/* color */
.red{
	color: #F56C6C;
}


/* 5.0新增*/
.container {
	width: 960px !important;
	margin: auto;
	padding: 0;
}

/*  圆角  */
.border-radius-5 {
	border-radius: 5px;
}

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

input::-moz-placeholder{
  color: #ccc;
}

input:-moz-placeholder{
  color: #ccc;
}

input:-ms-input-placeholder{
  color: #ccc;
}

textarea {
	resize: none;
}

/*公共按钮*/

.btn {
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	background-color: #20A0FF;
}

.btn:hover{
	background-color: #1e83cf;
}

.btn-padding{
	padding: 3px 6px;
	border-radius: 5px;
}

/*大按钮尺寸*/

.btn-big {
	width: 260px;
	font-size: 18px;
	line-height: 50px;
}

/*中按钮尺寸*/

.btn-mid {
	width: 90px;
	font-size: 14px;
	line-height: 34px;
}

/*中按钮低高度尺寸*/

.btn-mid-low {
	width: 90px;
	font-size: 14px;
	line-height: 28px;
}

/*小按钮尺寸*/

.btn-sm {
	width: 80px;
	font-size: 14px;
	line-height: 28px;
}

/*最小按钮尺寸*/

.btn-xs {
	width: 60px;
	font-size: 12px;
	line-height: 22px;
}

/*带边框小按钮尺寸*/

.btn-mid-border {
	width: 90px;
	font-size: 14px;
	line-height: 34px;
}

.btn-xs-border {
	width: 60px;
	font-size: 14px;
	line-height: 28px;
}

/*深绿按钮交互效果*/

.btn-deep-green {
	background-color: #20A0FF;
}

.btn-deep-green:hover {
	background-color: #20A0FF;
}

.btn-deep-green:active {
	background-color: #20A0FF;
}

.btn-deep-green-disable {
	background-color: #99d1c7;
	cursor: default;
}

.btn-deep-green-disable:hover {
	background-color: #99d1c7;
	cursor: default;
}

/*浅绿按钮交互效果*/

.btn-light-green {
	background-color: #20A0FF;
}

.btn-light-green:hover {
	background-color: #20A0FF;
}

.btn-light-green:active {
	background-color: #20A0FF;
}

.btn-light-green-disable {
	background-color: #7fd9c5;
	cursor: default;
}

.btn-light-green-disable:hover {
	background-color: #7fd9c5;
	cursor: default;
}

/*黄色按钮交互效果*/

.btn-yello {
	background-color: #ff9900;
}

.btn-yello:hover {
	background-color: #ffab2c;
}

.btn-yello:active {
	background-color: #ff8400;
}

.btn-light-yello-disable {
	background-color: #ffd699;
	cursor: default;
}

.btn-light-yello-disable:hover {
	background-color: #ffd699;
	cursor: default;
}

/*带边框绿色按钮交互效果*/

.btn-border-green {
	background-color: #20A0FF;
	border: 1px solid #20A0FF;
}

.btn-border-green:hover {
	background-color: #20A0FF;
	border: 1px solid #20A0FF;
}

.btn-border-green:active {
	background-color: #20A0FF;
	border: 1px solid #20A0FF;
}

/*带边框白色按钮交互效果*/

.btn-border-white {
	background-color: #fff;
	color: #666;
	border: 1px solid #d9d9d9;
}

.btn-border-white:hover {
	background-color: #fff;
	color: #666;
	border: 1px solid #20A0FF;
}

.btn-border-white:active {
	background-color: #20A0FF;
	border: 1px solid #20A0FF;
	color: #fff;
}

.btn-border-white-disable {
	background-color: #f5f5f5;
	color: #ccc;
	cursor: default;
}

.btn-border-white-disable:hover {
	background-color: #f5f5f5;
	color: #ccc;
	cursor: default;
}

/* 字体颜色公共样式 */
.color-fff {
	color: #fff!important;
}

.color-333 {
	color: #333!important;
}

.color-666 {
	color: #666!important;
}

.color-999 {
	color: #999!important;
}

.color-3300cc {
	color: #3300cc!important;
}

.color-ff6600 {
	color: #ff6600!important;
}

.color-ff6b6b {
	color: #ff6b6b!important;
}

.color-4537c9 {
	color: #4537c9!important;
}

.color-8c86da {
	color: #8c86da!important;
}

.color-00b48b {
	color: #20A0FF!important;
}

/* 字体大小 */
.fs-12 {
	font-size: 12px!important;
}

.fs-14 {
	font-size: 14px!important;
}

.fs-16 {
	font-size: 16px!important;
}

.fs-18 {
	font-size: 18px!important;
}

.fs-20 {
	font-size: 20px!important;
}
.fs-24 {
	font-size: 24px!important;
}

.fs-30 {
	font-size: 30px!important;
}

input {
	border: 1px solid #999;
	cursor: pointer;
	/* border-radius: 4px; */
}

/* input:hover {
	border: 1px solid #20A0FF !important;
} */

input:FOCUS{
	border: 1px solid #409EFF !important;
}

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

input::-moz-placeholder{
  color: #ccc;
}

input:-moz-placeholder{
  color: #ccc;
}

input:-ms-input-placeholder{
  color: #ccc;
}

select{
	border: 1px solid #999;
	color: #999;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size: 14px;
	padding-left: 6px;
	height: 26px;
	border-radius: 4px;
}

/* select:hover {
	border: 1px solid #20A0FF !important;
} */

/* select:FOCUS{
	border: 1px solid #20A0FF !important;
} */
/* 行高公共样式  开始 */
.lh-20 {
	line-height: 20px!important;
}

.lh-24 {
	line-height: 24px!important;
}

.lh-30 {
	line-height: 30px!important;
}

.lh-32 {
	line-height: 32px!important;
}

.lh-34 {
	line-height: 34px!important;
}

.lh-36 {
	line-height: 36px!important;
}

.lh-40 {
	line-height: 40px!important;
}

.lh-44 {
	line-height: 44px!important;
}

.lh-46 {
	line-height: 46px!important;
}

.lh-60 {
	line-height: 60px!important;
}

.lh-62 {
	line-height: 62px!important;
}

.lh-64 {
	line-height: 64px!important;
}

.lh-74 {
	line-height: 74px!important;
}

.lh-65 {
	line-height: 65px!important;
}

.lh-96 {
	line-height: 96px!important;
}

.margin-right0 {
	margin-right: 0!important;
}

.margin-left0 {
	margin-left: 0!important;
}

.margin-top0 {
	margin-top: 0!important;
}

.margin-bottom0 {
	margin-bottom: 0!important;
}

.padding-right0 {
	padding-right: 0!important;
}

.padding-left0 {
	padding-left: 0!important;
}

.padding-top0 {
	padding-top: 0!important;
}

.padding-bottom0 {
	padding-bottom: 0!important;
}

.sewv {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.sewv.disabled{
	background-color: #eee;
}

.sewvtop {
	width: 100%;
	height: 23px;
	border: 1px #D9D9D9 solid;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.sewvtop:hover {
	border: 1px rgb(30, 144, 255) solid;
}*/

.sewvtop>span {
	float: left;
	width: 78%;
	height: 23px;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	padding: 0 5px;
	vertical-align: middle;
}

.sewvtop>em {
	float: right;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: absolute;
	right: -4px;
	top: -2px;
}

.sewvbm {
	min-width: 100%;
	position: absolute;
	left: 0;
	/* top: 25px; */
	margin-top: -1px !important;
	display: none;
	border: 1px #D9D9D9 solid;
	border-radius: 2px;
	z-index: 999;
	background-color: #fff;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.sewvbm>li {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}

.sewvbm>li:hover {
	background: rgb(30, 144, 255);
	color: #fff;
}

/* 公共样式  end */
th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
	{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.table>thead>tr>th {
	vertical-align: bottom;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th
	{
	border-top: 0
}

/* .table>tbody+tbody {
	border-top: 2px solid #ddd
} */

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th
	{
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
	{
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
.table>thead>tr:nth-child(odd){
	background-color: #f5f5f5
}
.table>tbody>tr:nth-child(even){
	background-color: #f5f5f5
}
.hidden{
	display: none;
}
.simple-tips {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 50px;
	line-height:50px;
	background: #7f7f7f;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: none;
}

.speaker{
	cursor: pointer;
	height: 30px;
	width: 110px;
	display: inline-block;
	/*margin-top: 3px;*/
    background: url(../../img/common/audio_1.png) no-repeat 0 0;
}

.speaker.playing{
    background: url(../../img/common/audio_2.png) no-repeat 0 0;
}
pre{
	white-space: inherit;
    word-break: break-word;
}
button{
	outline: none!important;
}
/* select option:hover{
   background: red;
} */
input[type=checkbox], input[type=radio]{
	border: none;
}



::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}
/* 修改input的选择框的样式问题 */
#normal-content label,
#top-select form label,
#system-top li label,
#sold-Record label,
#standard-content label{
	position: relative;
	padding-left: 20px;
}
#normal-content label i,
#top-select form label i,
#system-top li label i,
#sold-Record label i,
#standard-content label i{
	position: absolute;
	top: 9px;
	left: 0px;
	border: 1px #666 solid;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-sizing: border-box;
}
#normal-content label input,
#top-select form label input,
#system-top li label input,
#sold-Record label input,
#standard-content label input{
	position: absolute;
	left: -99999px;
}
#normal-content label input + i:after,
#top-select form label input + i:after,
#system-top li label input + i:after,
#sold-Record label input + i:after,
#standard-content label input + i:after{
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-sizing: border-box;
}
#normal-content label input:checked + i:after,
#standard-content label input:checked + i:after,
#top-select form label input:checked + i:after,
#system-top li label input:checked + i:after,
#sold-Record label input:checked + i:after{
	border:1px solid #666;
	background-color: #666;
}
#system-top li label i{
	top: 7px;
}
#sold-Record label i{
	top: 3px;
}
#normal-content label i,
#standard-content label i{
	top: 3px;
}

/* 统一多选框的样式 */
#dataTbody label,#SelectAll label{
	position: relative;
	width: 20px;
}
#dataTbody label input,#SelectAll label input{
	position: absolute;
	left: -99999px;
}
#dataTbody label input + s:after,#SelectAll label input + s:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
}
#dataTbody  label s,#SelectAll label s{
	position: absolute;
	top: 9px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url(../../img/modify/xuanze.png) no-repeat;
	box-sizing: border-box;
	cursor: pointer;
}
#dataTbody label input:checked + s:after,#SelectAll label input:checked + s:after{
	background: url(../../img/modify/xuanzhong.png) no-repeat;
}
#SelectAll label s{
	top: 3px;
}

