@charset "utf-8";
body{
    font-family: "Microsoft Yahei";
	color: #333;
}
body,
html{
    height: 100%;
}
h2,h3,h4,ul,li,input,p {
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*font-weight: normal;*/
	text-indent: 0px;
}
input,textarea,button{
	outline: none;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline: none;
}
a{
	color: #333;
	text-decoration: none;
	transition:all .2s ease-in-out 0s;
	outline: none;
}
i,em{
	/*font-weight: normal;*/
	/*font-style: normal;*/
}
/*b{font-weight: normal;}*/
*{
	padding: 0px;
	margin: 0px;
	/*font-weight: normal;*/
}
img{
	vertical-align:middle;
}
@font-face {
    /* font-properties */
    font-family: CenturyGothic;
    src:url('staticfont/CenturyGothic.TTF');
    
}
.clearfix:after{ content:"."; display:block; clear:both; visibility:hidden; height:0px; line-height:0px; font-size:0px; }


input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a7aab1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7aab1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7aab1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a7aab1;
}
/*.int_groups label.int_groups_item{
	display: block;
}*/
textarea,
input[type=text]{
	height: 36px;
	line-height: 36px;
	border: 1px solid #dfe2e8;
	text-indent:5px;
	color: #393a3e;
	font-size: 14px;
	box-sizing: border-box;
	background-color:#fff;
}
input[type=file]{
	position: absolute;
    bottom: 0px;
    opacity: 0;
    width:100%;
    height: 100%;
    right: 0px;
    cursor: pointer;
}
input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icon39.png) no-repeat center center;
}
input[type=radio]:checked:before {
    background: url(../img/icon38.png) no-repeat center center;
    background-color: #fff;
}

input[type=text]:focus{
	border: 1px solid #a9caff;
	box-shadow: 0px .5px 1px #a9caff;
}
textarea.error,
input.error{
    border: 1px solid #e61d1d;!important;
    box-shadow: 0px .5px 1px #ffa9a9;
}
textarea.error:focus,
input.error:focus{
    border: 1px solid #e61d1d;!important;
    box-shadow: 0px .5px 1px #ffa9a9;
}
label.error{
    color: #e83232;
    background: url(../img/error.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
}
.int_groups em{
	display: inline-block;
	width: 40px;
	height: 12px;
	background:url(../img/icon33.png) no-repeat center center;
}
.width_55{
	width: 55%;
}
.width_9{
	width: 9%;
}
.width_35{
	width: 35%;
}
.width_10{
	width: 10%;
}
.width_15{
	width: 15%;
}
.width_20{
	width: 20%;
}
.width_25{
	width: 25%;
}
.width_30{
	width: 30%;
}
.width_40{
	width: 40%;
}
.width_45{
	width: 45%;
}
.width_50{
	width: 50%;
}
.width_55{
	width: 55%;
}
.width_60{
	width: 60%;
}
.width_65{
	width: 65%;
}
.width_70{
	width: 70%;
}
.width_75{
	width: 75%;
}
.width_80{
	width: 80%;
}
.width_85{
	width: 85%;
}
.width_90{
	width: 90%;
}
.width_95{
	width: 95%;
}
.width_100{
	width: 100%;
}
.t3 {
    width: 0px;
    height: 0px;
    border-top: 0px solid #609dff;
    border-bottom: 7px solid #609dff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -9px;
    left: 54px;
}



.mui-switch {
  width: 40px;
  height: 20px;
  position: relative;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; 
  border:none;
  background: #e0e4eb;
  top: 4px;
 cursor: pointer;
}
  .mui-switch:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63; }
    .mui-switch:checked:before {
      left: 21px; }
  .mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
    .mui-switch.mui-switch-animbg:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-animbg:checked {
      box-shadow: #dfdfdf 0 0 0 0 inset;
      background-color: #64bd63;
      transition: border-color 0.4s, background-color ease 0.4s; }
      .mui-switch.mui-switch-animbg:checked:before {
        transition: left 0.3s; }
  .mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
    .mui-switch.mui-switch-anim:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-anim:checked {
      box-shadow: #64bd63 0 0 0 16px inset;
      background-color: #64bd63;
      transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
      .mui-switch.mui-switch-anim:checked:before {
        transition: left 0.3s; }
 input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
table thead{
    display:table-header-group;
    width: 100%;
}
table tbody {
    display: table-row-group;
}




.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
        width:6px;  
        height:100%;
        padding: 10px;
        background:#fff;
}  
.scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
        display: none;
}  
.scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
        display:none;  
}  
.scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
        background:#fff;  
}  
.scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#f2f2f2;  
    border-radius:3px;  
   padding-left: 3px;
   width: 6px;
}  
.scroll::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;   
}  
.scroll:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;  
}  
.scroll{  
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #f2f2f2; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#f2f2f2; /**//*滚动条的基本颜色*/   
}  

.chosen-container-active .chosen-single{
	border: 1px solid #a9caff;
    box-shadow: 0px 0.5px 1px #a9caff;
}
.chosen-container .chosen-drop{
	border: 1px solid #dfe2e8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	border: 1px solid #dfe2e8;
}


.hidden{
  display: none
}
.fixed-bottom {position: fixed;bottom: 0;width:100%;}