@charset "UTF-8";

/*定义keyframes:
animationName: 动画名称; 默认： animation,
keyframes: keyframes 的帧运动；默认： 无 ,
duration: 持续时间,waitTimg:延迟; 默认： 1s,
timingFunction: 运动曲线,
iterationCount: 播放次数
*/

.anime {
    animation: zoom 2s ease infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        background-color: blue;
    }
    33.33333% {
        transform: scale(2);
        background-color: green;
    }
    66.66667% {
        transform: scale(3);
        background-color: red;
    }
    100% {
        transform: scale(3);
        background-color: red;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    height: 100%;
    width: 100%;
    margin:0px;
    padding:0px;
}

body {
    position: relative;
    /* min-width: 1070px; */
    background-color: #fff;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 0;
    padding:0px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

p {
    line-height: 22px;
}

a {
    color: #666;
    outline: none;
    text-decoration: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

button {
    font-family: "微软雅黑";
    cursor: pointer;
}

b,
i {
    font-style: normal;
    font-weight: 500;
}
input textarea{
	border: 1px solid #e2e2e4;
}
select{
	padding:6px 0;
	border: 1px solid #e2e2e4;
	  appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("/jsoa/ui/blue/css/images/arrow.png") no-repeat scroll right center transparent;
    background-color: white;
}
select::-ms-expand { display: none; }
.layui-layer-title {
	background-color: #1fb5ac;
}
.center {
    width: 1200px;
    margin: auto;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/** public  end *****************************************************/

#mainBody {
    height: 100%;
    overflow: hidden;
}

.header {
    height: 60px;
    width: 100%;
    background-color:#1fb5ac;
    background: -webkit-linear-gradient(left, #1fb5ac, #1fb5ac);
    background: -o-linear-gradient(right, #1fb5ac, #1fb5ac);
    background: -moz-linear-gradient(right, #1fb5ac, #1fb5ac);
    background: linear-gradient(to right, #1fb5ac, #1fb5ac);
    FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1fb5ac, endColorStr=#1fb5ac);
    *height: 1%;
    min-width:1149px;
}

.header:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.header .header_l {
    width: 200px;
    float: left;
    text-align: center;
    position: relative;
}

.header .header_l a {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.header .header_l i {
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.header .header_r .header_rl {
    float: left;
    *height: 1%;
}

.header .header_r .header_rl:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.header .header_r .header_rl .hrl_l {
    float: left;
}

.header .header_r .header_rl .hrl_l>a {
    padding: 0 15px;
    color: #e3e3e3;
    line-height: 60px;
    display: inline-block;
}

.header .header_r .header_rl .hrl_l>a.on {
    color: #fff;
    font-weight:bold;
}

.header .header_r .header_rl .hrl_l>ac {
    color: #fff;
}

.header .header_r .header_rl .hrl_r {
    float: left;
}

.header .header_r .header_rl .hrl_r .fk {
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #fff;
    float: left;
    margin: 0 10px;
    margin-top: 11px;
    text-align: center;
    background: #1fb5ac;
    background: rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);  
    cursor: pointer;
    font-size: 12px;
}

.header .header_r .header_rl .hrl_r .fk img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header .header_r .header_rl .hrl_r .fk .coverTop {
    position: absolute;
    display: none;
    top: 42px;
    left: 13px;
    background: url("images/topmenumore_xl.png") no-repeat;
    width: 9px;
    height: 7px;
    z-index: 999;
    padding: 5px;
    padding-bottom: 0;
    padding-top: 17px;
    line-height: 25px;
}
.header .header_r .header_rl .hrl_r .fk .cover {
    position: absolute;
    display: none;
    top: 49px;
    left: -333px;
    background: url("images/topmenumore_bg.png") repeat;
    width: 350px;
    height: 150px;
    z-index: 999;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 27px;
}
.header .header_r .header_rl .hrl_r .fk .cover img{
	 position: relative;
    margin: auto;
}
.header .header_r .header_rl .hrl_r .fk .cover a {
    color: #e3e3e3;
    padding: 0 5px;
    font-size: 14px;
}

.header .header_r .header_rl .hrl_r .fk .cover a:hover {
    color: #fff;
}
.header .header_r .header_rl .hrl_r .fk .cover a.on {
    color: #fff;
    font-weight:bold;
}
.header .header_r .header_rl .hrl_r .fk.sea {
    width: 38px;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_img {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    background-color: transparent;
    z-index: 999;
}

.header .header_r .header_rl .hrl_r .fk.sea.on {
    width: 200px;
    position: absolute;
    margin-left: 130px;
    z-index: 99;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l {
    display: none;
    width: 85px;
    float: left;
    position: relative;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l i {
    color: #fff;
    vertical-align: -2px;
    font-size: 14px;
    margin-left: 5px;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l.on .sea_l_cover {
    display: block;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l .sea_l_cover {
    display: none;
    position: absolute;
    background-color: rgba(46,88,85,0.8);
    top: 38px;
    width: 100%;
    z-index: 999;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l .sea_l_cover a {
    color: #fff;
    display: block;
    line-height: 30px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l .sea_l_cover a:hover {
    background-color: #1fb5ac;
}

.header .header_r .header_rl .hrl_r .fk.sea .sea_l b {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .header_r .header_rl .hrl_r .fk.sea input {
    display: none;
    float: left;
    width: 95px;
    height: 40px;
    border: none;
    background: none;
    color: #fff;
    margin-left: 5px;
}

.header .header_r .header_rl .hrl_r .fk.sea.on img {
    right: 10px;
    left: initial;
    left: inherit;
}
.header .header_r .header_rl .hrl_r .fk .comm_down_cover {
    display: none;
    position: absolute;
    background-color: rgba(245,245,245,1);
    left:0px;
    top: 49px;
    width: 110px;
    z-index: 999;
    border: 1px solid rgba(176,186,198,1);
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img0 {
    margin-left: 15px;
    margin-top: 8px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img1 {
    margin-left: 15px;
    margin-top: 38px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img2 {
    margin-left: 15px;
    margin-top: 68px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img3 {
    margin-left: 15px;
    margin-top: 98px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img4 {
    margin-left: 15px;
    margin-top: 128px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img5 {
    margin-left: 15px;
    margin-top: 158px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img6 {
    margin-left: 15px;
    margin-top: 188px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover .img7 {
    margin-left: 15px;
    margin-top: 218px;
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover a {
    color: #000;
    display: block;
    line-height: 30px;
    /*border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);*/
}

.header .header_r .header_rl .hrl_r .fk .comm_down_cover a:hover {
    background-color: #1fb5ac;
    color: #fff;
}
.header .header_r .header_rr {
    float: right;
    margin-right: 10px;
}

.header .header_r .header_rr .hrr_l {
    line-height: 58px;
    position: relative;
    padding-right: 10px;
    float: left;
    cursor: pointer;
}

.header .header_r .header_rr .hrr_l span {
    color: #FFF;
    margin: 0 5px;
}

.header .header_r .header_rr .hrr_l i {
    color: #FFF;
    font-size: 11px;
}

.header .header_r .header_rr .hrr_l b {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav {
    text-align:left;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul {
    float: right;
    display:inline-table;
    position:relative;  
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul ul {
    display:none;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul li {
    line-height: 1;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul::after {
    content:"";
    display:block;
    clear:both;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul li a {
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #000;
    text-decoration:none;
    font-family:"微软雅黑";
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul li:hover > ul {
    display:block;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul li:hover {
    background: #1fb5ac;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul ul li a {
    color: #000;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul li:hover a {
    color:  #fff;
}

.header .header_r .header_rr .hrr_l .hrr_cover .hrr_l_nav ul ul {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(176, 186, 198);
    position: absolute;
    top: -1px;
    left: 110px;
    width: 237px;
    padding: 0;
}

.header .header_r .header_rr .hrr_l.on .hrr_cover {
    display: block;
}

.header .header_r .header_rr .hrr_l .hrr_cover {
    display: none;
    position: absolute;
    top: 60px;
    left: -3px;
    background: rgb(245, 245, 245);
    *height: 1%;
    z-index: 999;
    border: 1px solid rgb(176, 186, 198);
    /*width: 250px;*/
}

.header .header_r .header_rr .hrr_l .hrr_cover:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.header .header_r .header_rr .hrr_l .hrr_cover a {
    color: rgb(14, 50, 82);
}

.header .header_r .header_rr .hrr_l .hrr_cover p:hover {
	background-color: #1fb5ac;
	color: #fff;
}

.header .header_r .header_rr .hrr_l .hrr_cover .background_p {
	background-color: #1fb5ac;
	color: #fff;
}

.header .header_r .header_rr .hrr_l .hrr_cover a img {
    /*margin-top: 15px;*/
}

.header .header_r .header_rr .hrr_l .hrr_cover p {
	color: #000;
}

.header .header_r .header_rr .hrr_r {
    float: left;
    margin-left: 5px;
    line-height: 60px;
}

.header .header_r .header_rr .hrr_r img {
    margin: 0 5px;
}

.header ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.header :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.header ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.header :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.tit {
    border-bottom: 1px solid #e8e8e8;
    *height: 1%;
    padding-bottom: 10px;
}

.tit:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.tit ul {
    float: left;
}

.tit ul li {
    float: left;
    margin-right: 20px;
}

.tit ul li a {
    color: #686868;
    border-bottom: 4px solid transparent;
    padding-bottom: 7px;
    font-size: 14px;
}

.tit ul li:hover a {
    color: #1fb5ac;
    border-bottom: 4px solid #1fb5ac;
}

.tit ul li.on a {
    color: #1fb5ac;
    border-bottom: 4px solid #1fb5ac;
}

.content {
    height: 100%;
    *height: 1%;
}

.content:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_l {
    width: 200px;
    height: 100%;
    background-color: #e5e5e5;
    float: left;
    position: relative;
    z-index: 999;
}

.content .cont_l.on {
    width: 55px;
}

.content .cont_l.on .lt_l {
    display: none;
}

.content .cont_l.on .cont_lb ul li span {
    display: none;
}

.content .cont_l.on .cont_lf {
    display: none;
}

.content .cont_l .cont_lt {
    padding: 0px 10px;
    padding-right: 0;
    /*background-color: #fff;*/
    background-color: #e5e5e5;
    color: #0e3252;
    font-size: 14px;
    *height: 1%;
    border: 1px solid #b0bac6;
    border-left: none;
    border-right: none;
    height: 50px;
    line-height: 50px;
}

.content .cont_l .cont_lt:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_l .cont_lt .lt_l {
    float: left;
}

.content .cont_l .cont_lt .lt_l img {
    vertical-align: -2px;
    margin-right: 7px;
}

.content .cont_l .cont_lt .lt_r {
    width: 55px;
    height: 50px;
    float: right;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.content .cont_l .cont_lt .lt_r img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content .cont_l .cont_lb ul li {
    *height: 1%;
}

.content .cont_l .cont_lb ul li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_l .cont_lb ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
}
.content .cont_l .cont_lb  li ul {
   background-color: #f5f5f5;
   border-bottom: 1px solid #d1d5d8;
}
.content .cont_l .cont_lb ul li a span.menuRight{
    position:relative;
	float:right;
	width:20px;
}
.content .cont_l .cont_lb ul li a span.menuRight img{
	padding-top:18px;
}
.content .cont_l .cont_lb ul li  .thirdMenuA{
	padding-left:10px;
}
.content .cont_l .cont_lb ul li .fourthMenuA{
	padding-left:20px;
}
.content .cont_l .cont_lb ul li a:hover {
    background-color: #1fb5ac;
    cursor: pointer;
    color: #fff;
}
.menucheck {
    background-color: #1fb5ac;
    color: #fff;
}
.content .cont_l .cont_lb ul li a.on {
    background-color: #1fb5ac;
}

.content .cont_l .cont_lb ul li a i {
    float: left;
    width: 55px;
    position: relative;
    text-align: center;
    height: 100%;
}

.content .cont_l .cont_lb ul li a i img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content .cont_l .cont_lb ul li a span {
    color: #0e3252;
    font-size: 12px;
}
.content .cont_leftb{
	background-color: #e5e5e5;
	border-top: 1px solid #b0bac6;
}
.content .cont_l .cont_lf {
    position: absolute;
    bottom: 0px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    /*border-top: 1px solid #3a454e;*/
    *height: 1%;
}

.content .cont_l .cont_lf:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_l .cont_lf .clf_x ,.clf_y{
    float: left;
    border-right: 1px solid #b0bac6;
    position: relative;
    height: 100%;
    width: 65.66667px;
    cursor: pointer;
}

.content .cont_l .cont_lf .clf_x img ,.clf_y img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content .cont_l .cont_lf .clf_x:last-of-type {
    border-right: none;
}

.content .cont_l .cont_lf .clf_x:hover {
    background-color: #1fb5ac;
}

.content .cont_r {
    height: 100%;
    overflow: hidden !important;
}

.content .cont_r.on {
    margin-left: 55px;
}

.content .cont_r .cr_box {
    min-width: 1089px;
    padding: 15px;
    margin: auto;
}

.content .cont_r .cr_box .cr_t {
    margin-bottom: 40px;
    *height: 1%;
}

.content .cont_r .cr_box .cr_t:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_r .cr_box .cr_t>.cr_tg {
    width: 70%;
    background: url("../../images/bt.png") no-repeat center center/cover;
    background-size: 100% 100%;
    height: 215px;
    float: left;
    background-image: url(../../images/bt.png);
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/bt.png', sizingMethod='scale');
}

.content .cont_r .cr_box .cr_t .cr_tr {
    float: right;
    width: 29%;
}

.content .cont_r .cr_box .cr_c,
.content .cont_r .cr_box .cr_b {
    *height: 1%;
}

.content .cont_r .cr_box .cr_c:after,
.content .cont_r .cr_box .cr_b:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cont_r .cr_box .cr_c .cr_cx,
.content .cont_r .cr_box .cr_b .cr_cx {
    margin-right: 3%;
    width: 36%;
    float: left;
}

.content .cont_r .cr_box .cr_b {
    margin-top: 40px;
}

.content .cr_text ul li {
    *height: 1%;
}

.content .cr_text ul li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cr_text ul li a {
    display: block;
    font-size: 12px;
    *height: 1%;
    line-height: 25px;
    color: #000;
}

.content .cr_text ul li a:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cr_text ul li a:hover {
    color: #1fb5ac;
}

.content .cr_text ul li i {
    margin-left: 10px;
}

.content .cr_text ul li .ct_fl {
    float: left;
    width: 222px;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-right: 10px;
}

.content .cr_text ul li .ct_fl img {
    width: 100%;
    height: 116px;
}

.content .cr_text ul li .ct_fr {
    margin-left: 160px;
    margin-bottom: 7px;
    *height: 1%;
    position: relative;
}

.content .cr_text ul li .ct_fr:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.content .cr_text ul li .ct_fr a {
    padding-top: 10px;
}

.content .cr_text ul li .ct_fr span {
    position: absolute;
    bottom: 15px;
    left: 73px;
    float: initial;
    float: inherit;
    margin-top: 5px;
}

.oanj {
    box-shadow: none !important;
    background-color: transparent !important;
    z-index:999 !important;
}

.oanx {
    z-index: 999 !important;
}

.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}

.oa_fo {
    position: relative;
}

.oa_fo .oa_fo_x {
    width: 42px;
    height: 39px;
    background: url("images/ty.png") no-repeat;
    cursor: pointer !important;
    position: fixed;
    right: 10px;
    bottom: 7px;
    z-index: 999;
}

.oa_fo .oa_ti {
    position: absolute;
    background: url("../../images/tuo.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: -4px;
    right: -4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.oa_cover {
    width: 360px;
    border: #ddd 1px solid;
    display: none;
    position: absolute;
    right: 12px;
    top: -233px;
}

.oa_cover .oac_co {
    position: absolute;
    width: 83%;
    height: 42px;
    top: 0;
}

.oa_cover .oac_t {
    *height: 1%;
    padding: 10px 0;
    background-color: #1fb5ac;
    color: #fff;
    position: relative;
    width:362px;
    margin-left:-1px;
}

.oa_cover .oac_t:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.oa_cover .oac_t em {
    width: 35px;
    float: left;
    text-align: center;
    margin-top: 4px;
}

.oa_cover .oac_t p {
    font-size: 12px;
}

.oa_cover .oac_t i {
    position: absolute;
    right: 10px;
    top: 13px;
    margin: auto;
    cursor: pointer;
}

.oa_cover .oac_b {
    background-color: #fff;
    padding: 5px 0;
    height: 170px;
    overflow-y: scroll;
    overflow-x:hidden;
}

.oa_cover .oac_b ul li {
    *height: 1%;
    padding: 5px 0;
    width:360px;
    cursor:pointer;
}
.oa_cover .oac_b ul li:hover {
    padding: 5px 0;
    *height:1%;
    width:360px;
    cursor:pointer;
    background-color:#d9d9d9;
}
.oa_cover .oac_b ul li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.oa_cover .oac_b ul li em {
    width: 35px;
    float: left;
    text-align: center;
    margin-top: 0px;
}

.oa_cover .oac_b ul li .oab_r {
    float: right;
    width: 265px;
    font-size: 12px;
}

.oa_cover .oac_b ul li .oab_r h1 {
    color: #020202;
    font-size: 12px;
}

.oa_cover .oac_b ul li .oab_r p {
    color: #686868;
}


/***login***/
.a_scss {
	top: 50px;
	margin-right: 20px;
}

.logintop {
    padding: 20px;
    position: relative;
}

.logintop p {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.logintop p a {
    color: #686868;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.logintop p a:hover {
    color: #1fb5ac;
}

.login {
    height: 427px;
    background-size: cover;
    /*padding:0px important;
	 background-repeat:repeat-x !important;*/
}

.l_fot {
    text-align: center;
    padding: 20px 0;
    margin-top: 60px
}

.l_fot a {
    display: block;
    color: #686868;
    font-size: 12px;
}

.l_container {
    /*width: 1000px;
    margin: 0 auto;*/
    width:90%;
	position:fixed;
}

.logcon {
    float: right;
    background: #fff;
    width: 275px;
    height: 300px;
    margin-top: 13px;
    padding: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter:alpha(Opacity=95);
    -moz-opacity:0.95;
    opacity: 0.95;
}

.logcon h1 {
    text-align: center;
    color: #686868;
    font-size: 22px;
    margin-top: -5px;
    margin-bottom: 15px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}

.logbox {
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.logbox span {
    width: 40px;
    height: 40px;
    float: left;
}

.logbox input {
    padding: 10px 0;
    padding-left:5px;
    float: left;
    border: none;
    line-height: 20px;
    font-size: 14px;
    background-color: #ffffff;
	color: #000000;
	border-left: 1px solid rgb(201, 201, 201);
}

.log {
    display: block;
    border: none;
    width: 100%;
    margin-top: 35px;
    height: 42px;
    background: #f7b22e;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor:pointer;
}

.logb .layui-input-block {
    margin-left: 0;
}

.logb .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
}


/***list***/

.l_listtop {
    padding: 10px 0px 0 0px;
    position: relative;
}

.l_listtop h1 {
    color: #020202;
    font-size: 16px;
    padding-left: 10px;
}

.l_listtop h1 img {
    margin-right: 10px;
}

.l_listnotab {
	margin-top: -14px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 10px;
}

.l_listnotab ul {
    float: left;
    position: relative;
    z-index: 99
}

.l_listnotab li {
    float: left;
    padding-bottom: 10px;
}

.l_listnotab li a {
    color: #040505;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #c9c9c9;
}

.l_listnotab li.act {
    border-bottom: 3px solid #82b443;
}

.l_listnotab li:nth-child(1) a {
    padding-left: 0;
}

.l_listnotab li:hover {
    border-bottom: 3px solid #82b443;
}

.l_listt1 {
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 10px;
}

.l_listt1 ul {
    float: left;
    position: relative;
    z-index: 99
}

.l_listt1 li {
    float: left;
    padding-bottom: 10px;
}

.l_listt1 li a {
    color: #040505;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #c9c9c9;
}

.l_listt1 li.act {
    border-bottom: 3px solid #1fb5ac;
}

.l_listt1 li:nth-child(1) a {
    padding-left: 0;
}

.l_listtr {
    float: right;
    position: relative;
    top: -4px;
    margin-right: 3px;
}

.l_listtr a {
    display: inline-block;
    color: #1fb5ac;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
    height:16px;
    padding-top:4px;
    margin-right:5px;
}

.l_listt1 li:hover {
    border-bottom: 3px solid #1fb5ac;
}

.l_listtr a:hover {
    color: #fff;
    background-color: #1fb5ac;
}

.l_list2 {
	padding-left: 0px;
	padding-right: 0px;
}
.MainFrameBox{padding-left:0px !important;}
.l_list2 th input {
    display: block !important;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top:-8px;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    z-index: 1;
}

.l_list2 td input {
    display: block !important;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top:-8px;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    z-index: 1;
}

.l_list2 th {
    position: relative;
    cursor: pointer;
    text-align: left;
    background: #f5f5f5;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #8fdad5;
    border-bottom: 2px solid #8fdad5\0;
    padding-left:4px;
}

.l_list2 table {
    border-bottom: 1px solid #d9d9d9;
}

.l_list2 th i.spi {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../../images/l_icon1.png) no-repeat center center;
    margin-left: 6px;
    position: relative;
    top: 2.5px;
}

.aa {
    text-align: center !important;
    /* max-width:24px;*/
}

.l_list2 td {
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #f0f0f1;
     position: relative;
     margin: 0 1px;
     padding-left:4px;
}

.l_list2 .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
}

.l_list2 tr:hover td {
    background: #eff1f4
}

.number {
    color: #686868;
    font-size: 12px;
    background: #fff;
    text-align: right;
    z-index: 9;
    width: 95%;
    padding: 20px 0;
    padding-right: 80px;
}

.number a {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    padding: 7px 10px;
    border: 1px solid #c9c9c9;
    margin: 0 5px;
}
.number span {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    padding: 7px 10px;
    border: 1px solid #c9c9c9;
    margin: 0 5px;
}
.number a.act {
    color: #fff;
    background: #1fb5ac;
    border: 1px solid #1fb5ac;
}

.number a:hover {
    color: #fff;
    background: #1fb5ac;
    border: 1px solid #1fb5ac;
}
.number .curPage{
    color: #fff;
    background: #1fb5ac;
    border: 1px solid #1fb5ac;
}
.number .inp1 {
    display: inline-block;
    width: 28px;
    padding: 7px 0;
    color: #686868;
    font-size: 12px;
    text-align: center;
    border: 1px solid #c9c9c9;
    margin: 0 5px;
}

.number .btn1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
    font-size: 12px;
    text-align: center;
    border: 1px solid #c9c9c9;
    margin: 0 5px;
    color: #686868;
    font-size: 12px;
}

.l_daiban {
    position: absolute;
    top: 77px;
    width: 100%;
    padding: 20px 5px;
    background: #fff;
    z-index: 9;
    left: 0;
    border-bottom:1px solid rgb(143,218,213);
    border-top:1px solid rgb(143,218,213);
}

.l_dbbox {
    width: 50%;
    float: left;
    margin-bottom: 18px;
    font-size: 12px;
    color: #040505;
}

.l_dbbox span {
    float: left;
    width: 83px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #040505;
}

.l_dbbox input[type=text] {
    float: left;
    padding: 4px 0;
    border: 1px solid #e2e2e4;
    width: 70%;
    max-width: 400px;
    font-size: 12px;
}

.l_dbcon {
    padding-left: 20px;
}

.l_dbbox img {
    float: left;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.l_dbbox .layui-form-select .layui-input {
    border: 1px solid #e2e2e4;
    width: 100%;
    height: auto;
    line-height: normal;
    text-indent: 4px;
}

.l_dbbox select {
    float: left;
    padding: 4px 0;
    border: 1px solid #e2e2e4;
    width: 70%;
    max-width: 400px;
}
.l_dbbox select option{
    float: left;
    padding: 4px 0;
    border: 1px solid #e2e2e4;
    width: 70%;
    max-width: 400px;
}
.l_dbbox .layui-input-inline {
    width: 34%;
    max-width: 189px;
}

.l_dbbox .layui-form-selected .layui-edge {
    margin-top: 2px !important;
}

.l_dbbox .layui-form-select dl {
    top: 27px;
}

.l_dbbox .layui-form-select .layui-edge {
    margin-top: 10px;
}

.l_dbbox .layui-form-select dl dd {
    font-size: 12px;
}

.l_cz {
    text-align: right;
    padding-right: 20px;
}

.l_cz a {
    display: inline-block;
    color: #1fb5ac;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
    background:#fff;
}

.l_cz a:hover {
    color: #fff;
    background: #1fb5ac;
}

.l_daiban {
    cdisplay: none;
}

.l_dbbox .l_data {
    width: 100%
}

.l_dbbox .l_data input {
    width: 100%;
    max-width: 400px;
    height: auto;
    line-height: normal
}

.l_da {
    width: 30%;
    max-width: 190px;
}

::-webkit-scrollbar {
    width: 0 !important;
}


/***新建知识***/

.newkno {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.newkno .l_listtr {
    margin-top: 10px;
    float: left;
    position: static
}

.newkno .neul {
    position: relative;
    top: 20px;
}

.neul {
    float: right;
}

.neul li {
    float: left;
    padding-bottom: 10px;
}

.neul li a {
    color: #040505;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #c9c9c9;
}

.neul li:hover {
    border-bottom: 3px solid #1fb5ac;
}

.neul li.act {
    border-bottom: 3px solid #1fb5ac;
}
.licss{
	 border-bottom: 3px solid #1fb5ac;
}
.newkno1 {}

h1.spa {
    color: #000000;
    font-size: 12px;
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9;
}

h1.spa img {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.newkno1con {
    padding-left: 15px;
}

.newkno1con th {
    font-size: 12px;
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9e9
}

.newkno1con td {
    font-size: 12px;
    min-width: 30px;
    padding: 6px 0;
    border-bottom: 1px solid #e9e9e9;
    background: #f8f8f8;
    padding-left: 10px;
}

.newkno1con td input.inp {
    border: 1px solid #c9c9c9;
    padding: 6px 0;
    min-width: 335px;
    text-indent: 10px;
}
.newkno1con td textarea {
    border: 1px solid #c9c9c9;
    padding: 6px 10px;
    min-width: 335px;
}
.newkno1con .a3 {
	width: 28px;
    border: 0;
    text-align: center;
    background: #f8f8f8;
}

.l_sel .layui-input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c9c9c9;
}

.l_sel .layui-form-select dl dd {
    line-height: 30px;
}

.l_dat .layui-input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c9c9c9;
    min-width: 212px;
}

.l_sel1 .layui-input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c9c9c9;
    min-width: 335px;
}

.l_sel .layui-form-select dl {
    top: 33px;
}

.l_sel1 .layui-form-select dl {
    top: 33px;
}

a.l_fj {
    color: #000000;
    display: block;
    font-size: 12px;
    text-decoration: underline !important;
}

a.l_fj img {
    margin-right: 3px;
}

.newkno2con {
    padding: 10px;
}

.newkno2con img {
    border: 1px solid #d9d9d9
}

.newkno_1 {
    padding-left: 5px;
    width: 100%;
    width: 250px\9;
}

.newkno_1 .l_listtr {
    margin-top: 0;
}


/***publicforum***/

.pubfor {}

.pubforbox {
    margin-bottom: 10px;
}

.punfortit {
    padding: 10px;
    background: #e8f7f7;
    border-bottom: 1px solid #84d6d1;
}

.punfortit p {
    display: inline-block;
    margin-right: 20px;
    color: #040505;
    font-size: 12px;
}

.punfortit p img {
    margin-right: 5px;
}

.punfortit .pubfr {
    float: right;
}

.punfortit .pubfr a {
    display: inline-block;
    color: #040505;
    margin-left: 20px;
    font-size: 12px;
}

.punfortit .pubfr a img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.punfortit .pubfr a:hover {
    color: #1fb5ac
}

.punforcon {}

.punforcon th {
    text-align: left;
    padding: 10px 0;
    padding-left: 15px;
    border-bottom: 1px solid #e2e2e4;
    color: #040505;
    font-size: 12px;
}

.punforcon td {
    min-width: 30px;
    padding-left: 15px;
    background: #f5f5f5;
    padding: 10px 0;
    padding-left: 15px;
    border-bottom: 1px solid #e2e2e4;
    color: #040505;
    font-size: 12px;
}

.punforcon .l_td1 {
    max-width: 165px;
}

.punforcon td a {
    display: block;
    color: #040505;
}

.punforcon td:hover a {
    color: #1fb5ac
}


/***personalmima**/

.l_mm {
    display: inline-block;
    margin-left: 10px;
}

.l_mm img {
    margin-right: 5px;
    color: #040505;
    font-size: 12px;
    position: re;
    top: -2px;
}

.l_mma a {
    display: inline-block;
    color: #1fb5ac;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
}

.l_mma {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: -1px;
}


/***流程分析**/

.l_liuc {
    float: right;
    margin-top: -15px;
    position: relative;
    top: -8px;
}

.l_ll {
    width: 125px;
    height: 16px;
    padding: 4px 0;
    border: 1px solid #e2e2e4;
}

.l_inp {
    font-size: 12px;
    width: 95px;
    float: left;
    border: none;
    border-right: 1px solid #e2e2e4;
    text-indent: 10px;
}

.l_btn {
    float: left;
    width: 28px;
    height: 22px;
    background: url(/jsoa/ui/images/sea.png) no-repeat center center;
    border: none;
    position: relative;
    top: -3px;
}

.l_pro {
    position: relative;
    width: 100%;
    max-width: 266px;
    height: 13px;
    border: 1px solid #8fdad5;
}

.l_pro .l_pro1 {
    height: 13px;
    background: #bbe9e6;
}

.l_pro .l_pro1 span {
    position: absolute;
    left: 48%;
    font-size: 12px;
}

.l_pro_ye {
    margin-right: 10px;
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 155px;
    position: relative;
    height: 13px;
    border: 1px solid #e9d786;
}

.l_pro_ye .l_pro1 {
    height: 13px;
    background: #faf1c4;
}

.l_pro_ye .l_pro1 span {
    position: absolute;
    left: 48%;
    font-size: 12px;
}

.l_pro_bl {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 155px;
    position: relative;
    height: 13px;
    border: 1px solid #7fc6e7;
}

.l_pro_bl .l_pro1 {
    height: 13px;
    background: #b2ddf1;
}

.l_pro_bl .l_pro1 span {
    position: absolute;
    left: 48%;
    font-size: 12px;
}

.l_th4 {
    width: 200px;
}

.l_th3 {
    padding-left: 5% !important;
}

.l_th2 {
    max-width: 250px;
}


/****系统设置**/

.sys {}

.sys th {
    width: 200px;
}

.sys td .layui-form-radio i {
    font-size: 16px;
}

.sys td .l_inp1 {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #e2e2e4;
    max-width: 100px;
    padding: 5px 0;
}

.sys td .layui-form-onswitch {
    background: #1fb5ac;
    border-color: #1fb5ac;
}

.sys td .layui-form-radio i:hover,
.sys td .layui-form-radioed i {
    color: #1fb5ac;
}


/***信息采集***/

.l_infomat {}

.l_infomat li {
    margin: 25px 12px 0 12px;
    float: left;
    width: 152px;
    padding: 6px;
    border: 1px solid #f4f4f4;
}

.l_inl {
    position: relative;
    margin-top: 7px;
}

.l_inla {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.l_inla a {
    display: block;
    margin-bottom: 7px;
}

.l_inl p {
    font-size: 12px;
    color: #333;
}

.l_inl p span {
    color: #666;
    font-size: 12px;
}


/***问卷调查**/

.l_questionnaire {}

.l_pp {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
    color: #040505;
    font-size: 16px;
}

.l_pp a {
    float: right;
    color: #686868;
    font-size: 12px;
    border: 1px solid #62cbc5;
    width: 82px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.l_pp img {
    margin-right: 10px;
}

.l_pp a:hover {
    color: #62cbc5
}

.l_ppbpx {}

.l_ppbpx h1 {
    padding: 5px 10px;
    border-bottom: 1px solid #d9d9d9;
}

.l_ppbpx h1 span {
    color: #686868;
    font-size: 12px;
}

.l_ppbpx th {
    padding: 5px 10px;
    background: #e8f7f7;
    border: 1px solid #ececec
}

.l_ppbpx td {
    color: #000000;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ececec
}

.l_ppbpx table {}

.l_a1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../images/l_icon8_1.png) no-repeat center center;
    margin: 0 5PX;
}

.l_a2 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../images/l_icon17.png) no-repeat center center;
    margin: 0 5PX;
}

.l_a1:hover {
    background: url(../../images/l_icon8.png) no-repeat center center;
}

.l_a2:hover {
    background: url(../../images/l_icon17_1.png) no-repeat center center;
}


/***人事详情**/

.perdeta {}

.pertd2 {
    padding: 10px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.pertd2 img {
    display: block;
    border: 1px solid #e3e3e3
}

.pertd2 a.pt2a {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 10px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
}

.pertd2 a.pt2a:hover {
    color: #1fb5ac
}

.perdeta table {
    border-bottom: 1px solid #d9d9d9;
}

.perdeta td {
    vertical-align: top;
}


/****通讯录详情***/

.mail {}

.mail li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
    font-size: 12px;
    color: #666;
}

.mail li span {
    color: #333
}


/***协作详情**/

.l_collabtop {}

.l_title {
    color: #686868;
    font-size: 12px;
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #8fdad5;
}

.l_collbot {
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #c9c9c9
}

.l_collbot textarea {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 230px;
    padding: 10px 0;
    text-indent: 10px;
    border: none;
    background: none;
}

.l_fujian {
    color: #686868;
    font-size: 12px;
}

.l_fujian a {
    display: inline-block;
    margin-right: 10px;
}

.l_fujian a img {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.l_collabbot {}

.l_title1 {
    color: #000000;
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #8fdad5
}

.l_title1 img {
    margin-right: 3px;
}

.l_collbox {
    margin: 10px;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px;
}

.l_collbox td {}

.l_collbox td h1 {
    font-size: 12px;
    margin-bottom: 10px;
}

.l_collbox td p {
    font-size: 12px;
}

.l_time {
    color: #686868;
    font-size: 12px;
    padding: 5px 0;
}

.l_time a {
    float: right;
    color: #686868;
    background: url(../../images/l_icon6.png) no-repeat left center;
    padding-left: 21px;
}

.l_hf {
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.l_hftop {
    color: #686868;
    font-size: 12px;
}

.l_hftop span {
    color: #000;
    margin-right: 10px;
    display: inline-block;
}

.l_hftop a {
    float: right;
    color: #686868;
    background: url(../../images/l_icon6_1.png) no-repeat left center;
    padding-left: 21px;
}

.l_hf textarea {
    display: block;
    width: 100%;
    height: 20px;
    padding: 10px 0;
    border: none;
    background: none;
}


/****合同审批**/

.l_listtr_1 {}

.l_listtr_1 a img {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.l_contract {
    width: 804px;
    margin: 0 auto;
}

.l_contract h1 {
    text-align: center;
    color: #1fb5ac;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold
}

.l_contop td {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 10px;
    border: 1px dashed #c9c9c9;
}

.l_contop {
    margin-bottom: 20px;
}

.l_conmid {
    border: 1px dashed #c9c9c9;
    padding: 5px 0
}

.l_conmid td {
    padding: 5px 10px;
    font-size: 12px;
}

.l_combox span {
    float: left;
    color: #000;
    font-size: 12px;
    width: 100px;
    height: 26px;
    line-height: 26px;
}

.l_combox .l_inp {
    float: left;
    width: 256px;
    font-size: 12px;
    padding-left: 0;
    border: 1px solid #e2e2e4;
    height: 26px;
    line-height: 26px;
}

.l_combox span b {
    color: #F00;
    font-size: 14px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

a.l_ss {
    float: left;
    margin-left: 5px;
    padding-top: 5px;
}

.l_conbot {}

.l_conbot h2 {
    margin: 10px 0;
    color: #010101;
    font-size: 14px;
    border-left: 3px solid #1fb5ac;
    padding-left: 6px;
    height: 21px;
    line-height: 21px;
}

.l_conbot .l_combox .layui-input-block span {
    width: auto;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
}

.l_conbot .layui-form-checkbox[lay-skin=primary] i {
    width: 15px;
    height: 15px;
    border-radius: 4px;
}

.l_hz span {
    float: none;
}

.l_hz .layui-form-radio i {
    font-size: 16px;
    position: relative;
    top: -4px;
}

.l_hz .layui-form-radio {
    margin: 0;
    line-height: normal
}

.l_conbot .layui-input-block {
    margin-left: 100px;
}

.l_conbot .l_img1 {
    position: relative;
    top: 3px;
}

.l_lay1 input {
    height: 26px;
    line-height: 26px;
    width: 256px;
}

.l_lay1 .layui-form-select dl {
    top: 25px;
}

.l_lay1 .layui-form-select dd {
    line-height: 25px;
}


/***新建工作日报***/

.dailywork {}

.dailywork th {
    padding: 10px;
    border: 1px solid #d9d9d9;
    text-align: center;
    border-top: none;
    background: #f5f5f5;
    border-bottom: 1px solid #8fdad5;
    font-size: 12px;
}

.dailywork td {
    font-size: 12px;
    border: 1px solid #d9d9d9; 
    line-height: 25px;
    padding: 5px 10px;
}

.l_lay2 input {
    width: 65px;
    height: 25px;
    line-height: 25px;
}

.dailywork .l_inp1 {
    width: 50px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    border: 1px solid #e2e2e4;
    float: left;
}

.dailywork .layui-form-select dl {
    top: 28px;
}

.dailywork .layui-form-select dl dd {
    line-height: 24px;
}

a.l_del {
    display: block;
    text-align: center;
}

.l_inp2 {
    height: 25px !important;
    line-height: 25px !important;
    border: 1px solid #e2e2e4;
}

.l_inp3 {
    height: 25px !important;
    line-height: 25px !important;
    border: 1px solid #e2e2e4;
}


/***新建流程列表****/

.l_liulb {
    padding: 10px;
}

.l_lbox {
    margin-bottom: 15px;
    width: 95%
}

.l_lbox h1 {
    border-bottom: 1px solid #e8e8e8;
}

.l_lbox h1 span {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    border-bottom: 4px solid #1fb5ac;
    padding-bottom: 6px;
}

.l_lbcon {
    border: 1px dashed #c9c9c9;
    padding: 15px 20px;
    margin-top: 10px;
}

.l_lbcon .l_lb {
    float: left;
    min-width: 130px;
    height: 70px;
    padding-left: 40px;
}

.l_lbcon ul {
    min-width: 180px;
    vertical-align: top
}

.l_lbcon li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    min-width: 49%;
}

.l_lbcon li a {
    display: block;
    color: #000000;
    font-size: 12px;
}

.l_lbcon li:hover a {
    color: #1fb5ac;
}

.l_lbox:hover .l_lbcon {
    border: 1px dashed #1fb5ac
}

.l_le {
    width: 50%;
}

.l_re {
    width: 50%;
}

.l_lbcon_1 {
    background: url(../../images/l_icon18.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}

.l_lbcon_2 {
    background: url(../../images/l_icon19.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}

.l_lbcon_3 {
    background: url(../../images/l_icon20.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}

.l_lbcon_4 {
    background: url(../../images/l_icon22.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}

.l_lbcon_5 {
    background: url(../../images/l_icon21.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}

.l_lbcon_6 {
    background: url(../../images/l_icon23.png) no-repeat 40px 20px;
    padding-top: 15px;
    padding-left: 150px;
}


/***面板设置***/

.l_panel {}

.l_pancon {
    width: 560px;
    margin: 0 auto;
}

.l_panbox {}

.l_panbox h1 {
    color: #000000;
    font-size: 12px;
    padding: 10px 0;
}

.l_panbox h1 span {
    color: #686868
}

.l_panbox ul {
    padding: 5px 0;
}

.l_panbox li {
    line-height: 25px;
    height: 25px;
    padding-left: 6px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

.l_panb {
    width: 155px;
    height: 163px;
    /*overflow-y: scroll;*/
    border: 1px solid #e2e2e4;
}

.l_panb::-webkit-scrollbar {
    width: 3px !important;
}

.l_panbox li:hover {
    color: #fff;
    background: #1fb5ac;
}

.l_dw {
    width: 120px;
    text-align: center;
    padding-top: 60px;
}

.l_dw1 {
    text-align: center;
    margin-bottom: 15px;
}

.l_dw1 a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/you.png) no-repeat center center;
}

.l_dw2 {
    text-align: center;
}

.l_dw2 a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/zuo.png) no-repeat center center;
}

.l_dw1:hover a {
    background: url(../../images/you1.png) no-repeat center center;
}

.l_dw2:hover a {
    background: url(../../images/zuo1.png) no-repeat center center;
}

.l_dw3 {
    text-align: center;
    margin-bottom: 15px;
}

.l_dw3 a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/top.png) no-repeat center center;
}

.l_dw4 {
    text-align: center;
}

.l_dw4 a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/bottom.png) no-repeat center center;
}

.l_dw3:hover a {
    background: url(../../images/top1.png) no-repeat center center;
}

.l_dw4:hover a {
    background: url(../../images/bottom1.png) no-repeat center center;
}

.l_panel .newkno1 {
    border-bottom: 1px solid #e2e2e4;
    padding-bottom: 10px;
}


/****会议室状态查询***/

.conference {}

.l_sbr {
    float: right;
    color: #686868;
    font-size: 12px;
    position: relative;
    top: 10px;
}

.l_sbr .layui-form-select .layui-input {
    border: 1px solid #e4e4e4;
    width: 69px;
    height: 24px;
    line-height: 24px;
}

.l_sbr .layui-form-selected .layui-input {
    border: 1px solid #e4e4e4;
    width: 69px;
    height: 24px;
    line-height: 24px;
}

.l_sbr .layui-input {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e4e4e4;
    width: 46px;
    height: 24px;
    line-height: 24px;
}

.l_sbr a {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
}

.l_sbr a:hover {
    color: #1fb5ac
}

.l_sbr .layui-form-select dl dd,
.l_sbr .layui-form-select dl dt {
    line-height: 24px;
}

.l_sbtl {
    margin: 0 auto;
    display: block;
    float: left;
    margin-top: 10px;
}

.l_sbtl .calen {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
}

.l_sbtl .calen .cajn {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: auto;
    position: static
}

.l_sbrl {
    float: left;
    color: #040505;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 20px;
}

.conference {}

.conference th {
    color: #000000;
    font-size: 12px;
    border: 1px solid #e2e2e4;
    text-align: center;
    border-top: none;
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #1fb5ac
}

.conference td {
    color: #000000;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #e2e2e4;
}

.l_sbrl .layui-input {
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
    width: 100px;
    font-size: 12px;
    color: #000
}


/*lq 新增 start*/

.layui-layer {
    max-width: 100%;
}

.personnel_layer .pl_t {
    background-color: #1fb5ac;
    color: #fff;
    position: relative;
}

.personnel_layer .pl_t p {
    padding-left: 10px;
}

.personnel_layer .pl_t i {
    position: absolute;
    right: 10px;
    top: -30px;
    margin: auto;
    cursor: pointer;
}

.personnel_layer .pl_b {
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
}

.personnel_layer .pl_b h1 {
    font-size: 16px;
}

.personnel_layer .pl_b h1 img {
    margin-right: 10px;
}

.personnel_layer .pl_b .l_listnotab {
    padding-left: 0;
    border-bottom: none;
}

.personnel_layer .pl_b .l_listt1 {
    padding-left: 0;
    border-bottom: none;
}

.personnel_layer .pl_b ul {
    *height: 1%;
}

.personnel_layer .pl_b ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.personnel_layer .pl_b ul li {
    float: left;
}

.personnel_layer .pl_f {
    *height: 1%;
    padding: 10px;
}

.personnel_layer .pl_f:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.personnel_layer .pl_f .pl_fl {
    width: 305px;
    float: left;
    border: 1px solid #e2e2e4;
}

.personnel_layer .pl_f .pl_fl .pl_fl_t {
    padding: 8px;
    border-bottom: 1px solid #e2e2e4;
}

.personnel_layer .pl_f .pl_fl .pl_fl_t>div {
    color: #686868;
    border: 1px solid #e2e2e4;
}

.personnel_layer .pl_f .pl_fl .pl_fl_t>div input {
    width: 180px;
    border: none;
    border-right: 1px solid #e2e2e4;
}

.personnel_layer .pl_f .pl_fl .pl_fl_t>div i {
    vertical-align: -2px;
    cursor: pointer;
}

.personnel_layer .pl_f .pl_fl .pl_fl_t>div span {
    width: 80px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #e2e2e4;
    line-height: 25px;
    cursor: pointer;
}

.personnel_layer .pl_f .pl_fl .pl_fl_b {
    height: 380px;
    overflow-y: scroll;
}

.personnel_layer .pl_f .pl_fl .pl_fl_b .jstree-default .jstree-node-online {
    background: url("../../images/lq_ren.png") no-repeat;
}

.personnel_layer .pl_f .pl_fc {
    float: left;
    text-align: center;
    width: 40px;
    margin-top: 135px;
}

.personnel_layer .pl_f .pl_fc img {
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
}

.personnel_layer .pl_f .pl_fc .pl_fc_p.on img.img_hide {
    display: block;
}

.personnel_layer .pl_f .pl_fc .pl_fc_p.on img.img_show {
    display: none;
}

.personnel_layer .pl_f .pl_fr {
    border: 1px solid #e2e2e4;
    float: right;
    width: 305px;
}

.personnel_layer .pl_f .pl_fr .pl_fr_t {
    padding: 11.5px 8px;
    border-bottom: 1px solid #e2e2e4;
}

.personnel_layer .pl_f .pl_fr .pl_fr_t>div {
    *height: 1%;
}

.personnel_layer .pl_f .pl_fr .pl_fr_t>div:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.personnel_layer .pl_f .pl_fr .pl_fr_t>div a {
    float: right;
}

.personnel_layer .pl_f .pl_fr .pl_fr_b {
    height: 400px;
    overflow-y: scroll;
    padding: 0 10px;
}

.personnel_layer .pl_f .pl_fr .pl_fr_b p {
    margin: 10px 0;
}

.personnel_layer .pl_x {
    padding: 0 10px 10px 10px;
}

.xbtn {
    border: 1px solid #1fb5ac;
    color: #686868;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 50px;
    margin-right: 10px;
    text-align: center;
}

.xbtn:hover {
    background-color: #1fb5ac;
    color: #fff;
}

#mCSB_1_container {
    /*height: 100%;*/
}

.zshi_l #demo3 {
    background: #f8f8f8;
    /*height: 10000px;*/
    position: fixed;
    left: 200px;
    top: 60px;
    width: 171px;
    z-index: 999;
}

.l_listtop {
    *height: 1%;
}

.l_listtop:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.l_listtop .li_l {
    float: left;
}

.l_listtop .li_r {
    float: right;
    margin-bottom: 12px;
    margin-top: 5px;
}

.zshi_l {
    width: 190px;
    float: left;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #d9d9d9;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.zshi_r {
    margin-left: 191px;
}

.zshi_r .l_listtop {
    height: 40px;
}

.calen {
    width: 100%;
    margin: auto;
    height: 85%;
    position: relative;
}

.calen #calendar {
    height: 100%;
}

.calen #calendar .fc-content {
    height: 100%;
}

.calen #calendar .fc-content .fc-view {
    height: 100%;
}

.calen #calendar .fc-content .fc-view table.fc-border-separate {
    height: 100%;
}

.calen #calendar .fc-content .fc-view table.fc-border-separate tbody {
    height: 100%;
}

.calen #calendar .fc-day>div {
    min-height: 100px !important;
}

.calen .cajn {
    float: right;
    position: relative;
    top: 22px;
    /*position: absolute;
  right: 140px;
  top: 7px;*/
}

.calen .cajn i {
    width: 35px;
    display: inline-block;
    height: 15px;
    vertical-align: -3px;
    margin-right: 5px;
}

.calen .cajn label {
    margin-right: 15px;
}

.field_span {
    margin-right: 10px;
}

.field_span input {
    vertical-align: -2px;
}

.xyl {
    background-color: #f0d03c;
}

.xred {
    background-color: #fb6e53;
}

.xgreen {
    background-color: #1fb5ac;
}

.xora {
    background-color: #fb6e53;
}

.xwhi {
    background-color: #fff;
    border: 1px solid #e2e2e4
}

.fc button {
    height: 27px;
}

.fc-center>h2 {
    font-size: 20px;
    line-height: 27px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #bed5f3;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-widget-header,
.fc-axis {
    /* background-color: #e5effe;*/
}

.fc th,
.fc td {
    font-size: 14px;
    line-height: 25px;
}

.rhui-field {
    width: 250px;
    margin-bottom: 10px;
}

.field-label {
    width: 70px;
    line-height: 23px;
    vertical-align: top;
    line-height: 40px;
}


/*lq 新增 end*/


/* 树形结构 start */

.lightTreeview {
    list-style: none;
    padding: 10px;
    height: 90%;
}

.tro1 {
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.tro1 .sik {
    background: url(../../images/folder.png) #f8f8f8 0 0 no-repeat !important;
    color: #040505;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    z-index: 999;
}

.lightTreeview ul,
.lightTreeview ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.lightTreeview li {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 0 1px 16px;
    margin: 0;
    padding-bottom: 5px;
    background: url(../../images/treeview-default-line.gif) 0 0 no-repeat;
}


/* li·ÖÖ¦½áÊø */

.lightTreeview li.branch-last {
    background-position: 0 -1766px;
}


/* li½Úµã */

.lightTreeview li.node-normal {
    background-position: 0 -176px;
}


/* li½Úµã½áÊø.Ä¬ÈÏÎª- */

.lightTreeview li.node-last {
    background: url(../../images/treeview-default.html) 0 -111px no-repeat;
}

.lightTreeview li.node-last-open {
    background-position: 0 -111px;
}

.lightTreeview li.node-last-close {
    background-position: -32px -67px;
}


/* liÈ¥³ýÒ»ÇÐÏßÌõ */

.treeview-noline li {
    background-image: none;
}

.treeview-noline li.node-last {
    background: url(../../images/treeview-default.html) -16px -89px no-repeat;
}

.treeview-noline li.node-last-open {
    background-position: -16px -89px;
}

.treeview-noline li.node-last-close {
    background-position: -48px -45px;
}


/* ½Úµã+-Í¼±ê */

.lightTreeview li span.flex-ico {
    background-image: url(../../images/treeview-default.html);
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: -16px;
    background-position: -64px -23px;
}

.lightTreeview li span.flex-open {
    background-position: -64px -23px;
}

.lightTreeview li span.flex-close {
    background-position: -80px -1px;
}

.lightTreeview li span.flex-none {
    background-position: 0 0;
}

.treeview-noline li span.flex-close {
    background-position: -48px -46px;
}

.treeview-noline li span.flex-open {
    background-position: -16px -90px;
}


/* ºìÉ«·ç¸ñ */

.treeview-red li {
    background-image: url(../../images/treeview-red-line.html);
}

.treeview-red li span.flex-ico,
.treeview-red li.node-last {
    background-image: url(../../images/treeview-red.html);
}


/* ºÚÉ«·ç¸ñ */

.treeview-black li {
    background-image: url(../../images/treeview-gray-line.gif);
}

.treeview-black li span.flex-ico,
.treeview-black li.node-last {
    background-image: url(../../images/treeview-gray.gif);
}


/* »ÒÉ«·ç¸ñ */

.treeview-gray li {
    background-image: url(../../images/treeview-gray-line.gif);
}

.treeview-gray li span.flex-ico,
.treeview-gray li.node-last {
    background-image: url(../../images/treeview-gray.gif);
}


/* famfamfam·ç¸ñ */

.treeview-famfamfam li {
    background-image: url(../../images/treeview-famfamfam-line.html);
}

.treeview-famfamfam li span.flex-ico,
.treeview-famfamfam li.node-last {
    background-image: url(images/treeview-famfamfam.html);
}


/* Í¼±êÖ§³Ö  * Download by http://www.mb5u.com*/

.treeview-file {
    padding-left: 16px;
    background: url(../../images/fil.png) 0 0 no-repeat;
}

.treeview-file a {
    padding-left: 5px;
    background-color: transparent;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.treeview-file a:hover {
    padding-left: 5px;
    background-color: #1fb5ac;
    display: block;
    cursor: pointer;
    color: #fff;
}

.treeview-folder {
    padding-left: 22px;
    background: url(../../images/ho1.png) 0 0 no-repeat;
}

.treeview-folder-close {
    padding-left: 22px;
    background: url(../../images/folder-close.png) 0 0 no-repeat;
}

.treeview-folder-close2 {
    padding-left: 22px;
    background: url(../../images/ho2.png) 0 0 no-repeat;
}

.treeview-folder-close3 {
    padding-left: 22px;
    background: url(../../images/ho3.png) 0 0 no-repeat;
}

.treeview-folder-close4 {
    padding-left: 22px;
    background: url(../../images/ho4.png) 0 0 no-repeat;
}


/* 树形结构 end */

.pl_fl .layui-tree li a i {
    font-size: 12px;
    color: #686868
}

.pl_fl .layui-tree li i {
    color: #686868
}

.pl_fl .layui-tree li a cite {
    padding: 3px 6px;
}

.pl_fl .layui-tree li a cite:hover {
    color: #fff;
    background: #1fb5ac;
}

.l_ding {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fbfbfb
}

.l_dinghei {
    height: 88px;
}

.cr_con .cr_text {
    display: none
}

.ca_l {
    float: right;
    position: relative;
    top: 26px;
    margin-right: 3px;
}

.ca_l a {
  /*  float: left;
    display: inline-block;
    color: #686868;
    font-size: 12px;
    border: 1px solid #1fb5ac;
    width: 82px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    */
    display: inline-block;
    color: #686868;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
    height:16px;
    padding-top:4px;
    margin-right:5px;
}

.ca_l .l_ll {
    float: left;
}

.ca_l a:hover {
    color: #fff;
    background-color: #1fb5ac;
}

@media screen and (max-width:1024px) {
    .header .header_r .header_rl .hrl_l>a {
        padding: 0 15px;
    }
    .cr_tr,
    .cr_cx3 {
        display: none
    }
}
#popToolbar{
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	height:35px;
}
.cmdMenuPanel{
	color:#ffffff;
	font-size:12px;
	text-align:left;
	vertical-align:bottom;
	width:100%;
	cursor:pointer;
	height:25px;
	margin-top:14px;
}

.cmdMenu{
	border: 1px solid #1fb5ac;
	text-align:center;
	vertical-align:middle;
	padding:4px 7px 3px 7px;
	margin: 0px 13px 0px 0px;
	height:21px;
	color:#1fb5ac;
	font-family:"Microsoft Yahei";
}

.cmdMenuOver{
    border: 1px solid #1fb5ac;
	text-align:center;
	vertical-align:middle;
	height:21px;
	background-color:#1fb5ac;
	color:#fff;
	padding:4px 7px 3px 7px;
	margin: 0px 13px 0px 0px;
	font-family:"Microsoft Yahei";
}
.MustFillColor{
	color:red;
}
.inputTextarea{
	border:1px solid #c9c9c9;
}
.btnButton4font,.btnButton2font{
    display: inline-block;
    color: #1fb5ac;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #1fb5ac;
    padding: 5px 12px;
    background-color:#fff;
}
.btnButton4font:hover,.btnButton2font:hover{
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
    color: #fff;
    background-color:#1fb5ac;
}
.inputText,.inputtext{
	border: 1px solid #c9c9c9;
    padding: 6px 0;
    min-width: 335px;
    text-indent: 10px;
}
.selectproject{
	border: 1px solid #c9c9c9;
}
.base{
	border: 1px solid #c9c9c9;
    padding: 6px 0;
    text-indent: 10px;
    width:100%;
}
.singleA {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #1fb5ac;
    padding: 3px 12px;
}
.inputdata{
	border:1px solid #c9c9c9;
	height:25px;
}
#pup_main{
	height:100%;
	width:100%;
	overflow:hidden;
	padding-left:15px;
	padding-right:20px;
	background-color:#fbfbfb;
}
#pup_content{
    width:100%;
	height:100%;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.Pupwin{
  margin:0px;
  padding-left:0px;
  padding-right:0px;
  height:100%;
  font-size:12px;
}

.MainFrameBox{
	padding-top:0px;
	margin-top:5px;
  padding-left:5px;
  padding-right:5px;
  height:100%;
  font-size:12px;
}

.docBoxNoPanel{
  background-repeat: repeat-x;
  border:0px solid #A9A9A9;
  margin:0px;
  padding:0px;
  font-size:12px;
}
.personalskinset ul{
	list-style:none;
	padding: 20px 15px;
}
.personalskinset ul li{
	float:left;
	padding: 10px 10px;
}
.personalskinset ul li:hover{
	cursor: pointer;
}
.personalskinset ul li div{
	width:150px;
	text-align:center;
}
.personalskinset ul li img{
	width:145px;
	padding: 3px 3px;
}
.skin_active{
	border:2px dashed #9aa5b2;
}
.acss{
	display: inline-block;
    color: #686868;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #9aa5b2;
    padding: 3px 12px;
}
.meetingcss a:hover{
	background-color:#1fb5ac;
	color: #fff;
}
.l_mma a:hover{
	background-color:#1fb5ac;
	color: #fff;
}
.inputcss input:hover{
	background-color:#1fb5ac;
	color: #fff;
}
.flowRecordTable{line-height:32px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.flowRecordBorder{border-bottom:1px solid #e3e6eb;height:28px;}
.flowRecordTitle{border-bottom:2px solid #a7c5e2; font-size:13px;}
.logo_bgcolor{background-color:#1fb5ac;}
.meetingtimelast{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #1fb5ac;
}
.meetingtimenest{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:9px;
	padding-right:9px;
	border:1px solid #1fb5ac;
}
.online_1 {
	display: inline-block; /*width:35px;*/
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
}

.online_div {
	display: inline-block;
	margin-left: 10px;
}

.online_div img {
	margin-bottom: 3px;
}

.online_1 font {
	font-size: 12px; /*margin-bottom:4px;*/
}

#line_1 {
	margin-left: 5px;
}
/*.hrr_r{margin-left:0 !important;}*/
.upload_button{
	display:inline-block;
	background-color:rgb(230,230,230);
	width:50px;
	height:100%;
	border-left:1px solid rgb(173,173,173);
	text-align:center;
	float: right;
}
#filename_0{
	border:1px solid rgb(173,173,173);
	dispaly:inline-block;
	width:98%;
	height:100%;
	float:right;
	cursor:pointer;
	background-color:rgb(230,230,230);
	font-size:15px;
}
#fileInputDiv1{
	height:25px; 
}
#commandBar{
	padding-left:5px;
}
.flowInputcss{
	 height:23px; 
}
.flowInputRed{
	height:23px; 
	color:red;
}
#bottomDiv {
	text-align: center;
	padding-top:2.5%;
}

#bottomDiv div {
	display: inline-block;
	position: relative;
	color: #686868;
	text-align: center;
}

.jiusi {
	width: auto;
}

#bottomDiv font {
	line-height: 10px;
}

#bottomDiv span {
	color: #686868;
}

#bottomDiv span:hover {
	color: black;
	cursor: pointer;
}
.jiusi_a{
	color:#686868;
	line-height: 10px;
}

/*---------------------------------------------------*/
.logo_image {
	width: 370px;
	height: 60px;
}

.box_size {
	height: 20px !important;
	/* width: 227px; */
	width:82.5%;
	background-color: #fff;
}

input[type=button]:hover {
	background-color: #f0a71b;
}

.logbox {
	width: 273px;
	padding:1px 0px;
}

.logbox,input {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
::-webkit-input-placeholder { /* WebKit browsers*/
	color: gray !important;
	font-size: 14px !important;
	　　
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
	color: gray !important;
	font-size: 14px !important;
	　　
}

::-moz-placeholder { /* Mozilla Firefox 19+*/
	color: gray !important;
	font-size: 14px !important;
	　　
}

:-ms-input-placeholder { /* Internet Explorer 10+*/
	color: gray !important;
	font-size: 14px !important;
}
.bottom_line {
	display: inline-block;
	margin-top: 7px;
}