/* reset */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

input, textarea, select {
  -webkit-appearance: none;
}

body {
  line-height: 1;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

i, em {
  font-style: normal;
}

a {
  text-decoration: none;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* index loading*/
.index_loading {
  padding: 1em;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.index_loading img {
  width: 16px;
}
.index_loading smaill {
  color:#666666;
  padding: 0 0.8em;
}
#fullscreen_mask, .fullscreen_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.50);
}
.showmsg {
  width: 30em;
  padding: 0.3em;
  position: absolute;
  z-index: 1001;
  top: 35%;
  left: 50%;
  margin: -9em 0 0 -15em;
  border-radius: 5px;
  background: #4D4D4D;
  -webkit-box-shadow:  0 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow:  0 2px 4px 0px rgba(0,0,0,0.5);
  box-shadow:  0 2px 4px 0px rgba(0,0,0,0.5);
}
.showmsg h3 {
  font-size: 1.2em;
  color: #FFFFFF;
  line-height: 2em;
  text-indent: 0.5em;
}
.showmsg h3 em {
  float: right;
  width: 12px;
  height: 12px;
  text-indent: -100px;
  margin: 0.2em 0.3em;
  display: block;
  overflow: hidden;
  background: url("../images/icons_all.png") -2px -510px no-repeat;
}
.showmsg h3 em:hover {
  cursor: pointer;
  background-position: -2px -564px;
}
.showmsg p, .showmsg div.form {
  font-size: 1.2em;
  border-radius: 5px;
  margin: 0.1em 0;
  padding: 1em 1em 4em 3.7em;
  background-color: #FFFFFF;
  line-height: 1.5em;
}
.alertmsg {
  background: url("../images/showmsg_alert.png") 0 -4px no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.alertmsg a {
  color: #0087d5;
  text-decoration: underline;
}
.ctrlmsg {
  text-align: right;
  position: relative;
  height: 2.6em;
  margin: -2.7em 0 0;
  padding: 0.5em 1em 0.5em;
  border-radius: 0 0 5px 5px;
  background: #E2E2E2;
  -moz-box-shadow:    0px -1px 0px 0px #CACACA;
  box-shadow:         0px -1px 0px 0px #CACACA;
}
.showmsg .submit input.button {
  font-size: 1.2em;
  width: auto;
  margin: 0;
  padding: 0.4em 1.5em;
}
.draggable {
  cursor: move;
}
/* 登录 */
#login {
  min-height: 650px;
}

#contents {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #31292d url("../images/login_bg.jpg");
  background-size: 100% 100%;
}

#contents h3 {
  margin: 0 auto;
  padding: 1em 1.4em;
  background: rgba(255, 255, 255, 0.24);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.39);
  font-size: 1.7em;
  color: #FFFFFF;
  text-shadow: 0px 1px 3px #512622;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 3;
}
#contents h3 img, #head h3 img {
  float: left;
  height: 2.3em;
  margin: 0 0.3em 0 0;
}
#contents h3 span, #head h3 span {
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 1.5em;
  background-size: contain;
}

#contents h3 em, #head h3 em {
  font-size: 0.7em;
  display: block;
  margin: 0 0 0 3.6em;
}

.banner p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 10%;
  background: url("../images/banner.png") no-repeat;
  z-index: 1;
}

.banner p span {
  display: none;
}

.formID {
  position: relative;
  z-index: 999;
  float: right;
  margin: 2.5em 6%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.50);
}

#contents legend {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background: #9C7868;
  border-radius: 8px 8px 0 0;
}

#contents legend span {
  display: block;
  font-size: 1.4em;
  color: #FFFFFF;
  padding: 1.2em;
}

#login-switch{
	position: absolute;
	right: 3px;
	top: 3px;
	border-radius: 0 8px 0 0;
	cursor: pointer;
}
#login_qrcode{
	width: 300px;
	height: 390px;
}
#login_qrcode img{
	border-radius:0 0 8px 8px;
}
#login_input {
  margin: 0 1.5em;
  padding-top: 1em;
}

#login_input p.options {
  clear: both;
}

#login_input p.options label {
  display: none;
}

.options input {
  color: #6B5759;
  width: 280px;
  font-size: 1.2em;
  padding: 0.9em 0.5em;
  margin: 0.8em 0 0;
  border: none;
  border-radius: 6px;
  background: #f8f8ec;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.40);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.40);
}

.options input:focus {
  background: #ffffff;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.40);
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6B5759;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6B5759;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6B5759;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6B5759;
}

.options input.verify {
  width: 170px;
  float: left;
}

#verify_img {
  display: block;
  float: left;
  margin: 1.2em 0 0 1em;
  width: 7.8em;
  height: 3.2em;
  line-height: 3.2em;
  text-align: center;
  overflow: hidden;
  border: none;
  border-radius: 6px
}
#verify_img .verify_img {
  width: 7.8em;
  height: 3.2em;
  border-radius: 6px
}
.blankload {
  padding: 1em;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30%;
  text-align: center;
}
.labelcheckbox {
  width: 100%;
  font-size: 1.2em;
  color: #E8E8E8;
  line-height: 14px;
  clear: both;
  float: left;
  padding: 1em 0 0;
}

.labelcheckbox a {
  float: left;
  text-indent: 1em;
  color: #E8E8E8;
}

.labelcheckbox a:hover {
  color: #ffffff;
}

.labelcheckbox p {
  float: left;
  width: 50%;
  overflow: hidden;
}

.labelcheckbox p label:hover {
  color: #ffffff;
  cursor: pointer;
}

.labelcheckbox p input {
  float: left;
}

.labelcheckbox p em {
  font-size: 0.8em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.labelcheckbox input[type="checkbox"], .fullscreen_mask input[type="checkbox"] {
  width: 25px;
  height: 20px;
  background: url(../images/login_checkbox.png) no-repeat;
}

.labelcheckbox input[type="checkbox"]:checked, .fullscreen_mask input[type="checkbox"]:checked {
  width: 25px;
  height: 20px;
  background: url(../images/login_checkboxed.png) no-repeat;
}

.submit input.button {
  width: 48%;
  text-align: center;
  font-size: 1.4em;
  padding: 0.8em 0.4em;
  margin: 0.8em 0 1.2em 0;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
  border: none;
  border-radius: 8px;
  background-image: -o-linear-gradient(-90deg, #FF978C 0%, #EA6253 100%);
  background-image: -moz-linear-gradient(-90deg, #FF978C 0%, #EA6253 100%);
  background-image: -ms-linear-gradient(-90deg, #FF978C 0%, #EA6253 100%);
  background-image: -webkit-linear-gradient(-90deg, #FF978C 0%, #EA6253 100%);
  background-image: linear-gradient(-179deg, #FF978C 0%, #EA6253 100%);
  -moz-box-shadow: 0px 1px 1px 0px rgba(141, 141, 141, 0.50), inset -1px -1px 0px 0px rgba(115, 88, 88, 0.50), inset 1px 1px 0px 0px rgba(255, 235, 233, 0.50);
  box-shadow: 0px 1px 1px 0px rgba(141, 141, 141, 0.50), inset -1px -1px 0px 0px rgba(115, 88, 88, 0.50), inset 1px 1px 0px 0px rgba(255, 235, 233, 0.50);
}

.submit input#en {
  margin: 0.8em 0 1.2em 0;
  float: right;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

.submit input.button:hover {
  cursor: pointer;
  background-image: -o-linear-gradient(-90deg, #EA6253 0%, #FF978C 100%);
  background-image: -moz-linear-gradient(-90deg, #EA6253 0%, #FF978C 100%);
  background-image: -ms-linear-gradient(-90deg, #EA6253 0%, #FF978C 100%);
  background-image: -webkit-linear-gradient(-90deg, #EA6253 0%, #FF978C 100%);
  background-image: linear-gradient(-179deg, #EA6253 0%, #FF978C 100%);
}

#copyright {
  color: #C8BEB7;
  position: fixed;
  bottom: 0;
  font-size: 1.1em;
  clear: both;
  margin: 1em auto 0;
  padding: 1.5em 0 1em 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background: #302A2D;
  -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

#copyright ul {
  float: left;
  padding: 0 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#copyright ul li {
  display: inline;
  padding: 0 1em;
  position: relative;
}

#copyright ul li:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 80%;
  right: 0;
  top: 20%;
  background: #C8BEB7;
}

#copyright ul li:last-child:before {
  background: none;
}

#copyright ul li a {
  color: #C8BEB7;
  position: relative;
}

#copyright ul li a:hover {
  text-decoration: underline;
}

#copyright p {
  float: right;
  padding: 0 3em;
  line-height: 1.5em;
  text-align: right;
}

#copyright span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copyright_icp {
  display: block;
}

/* animation */
.banner p {
  -webkit-animation: loginbanner 2s infinite;
  -moz-animation: loginbanner 2s infinite;
  -o-animation: loginbanner 2s infinite;
  animation: loginbanner 2s infinite;
}

@-webkit-keyframes loginbanner {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes loginbanner {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes loginbanner {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loginbanner {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/*移动适配*/

@media screen and (max-width: 40em) {
  .showmsg {
    width: 80%;
    margin: -9em 0 0 -40%;
  }
  #login {
    min-height: 100%;
  }

  #contents {
    position: inherit;
  }

  #contents h3 {
    font-size: 1.3em;
    padding: 0.8em;
  }

  .banner {
    display: none;
  }

  #contents legend span {
    font-size: 1.2em;
    padding: 1em;
  }

  #login_input {
    padding-top: 0;
  }

  .formID {
    font-size: 0.9em;
    float: none;
    width: 90%;
    margin: 1em auto;
  }

  .options input {
    width: 96%;
  }

  .options input.verify {
    width: 55%;
  }

  #verify_img {
    width: 7em;
  }

  .submit {
    clear: both;
  }

  #copyright {
    position: relative;
  }

  #copyright ul {
    float: none;
    padding: 0;
    text-align: center;
    white-space: normal;
    overflow: visible;
  }

  #copyright ul li {
    padding: 0 0.8em;
  }

  #copyright p {
    float: none;
    padding: 0 0.5em;
    text-align: center;
  }

  #copyright span {
    white-space: normal;
  }
}

@media screen and (min-width: 1600px) {
  .formID {
    margin: 2.5em 20%;
  }
}

@media screen and (max-height: 600px) {
  #contents {
    position: relative;
  }
  .banner p {
    width: 90%;
    height: 75%;
  }
  #copyright {
    position: relative;
  }
}

/*topFrame*/
body.topFrame {
  min-width: 998px;
}

#head {
  font-size: 1em;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 1em 1em 0;
  background: #8f7567 url("../images/topframe_bg.jpg");
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.39);
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 3;
}

#head h3 {
  float: left;
  font-size: 1.2em;
  text-shadow: 0px 1px 3px #512622;
  position: relative;
}
/*
#head h3 span {
  float:left;
}
#head h3 em {
  position: absolute;
  bottom: 0;
  right: 0.2em;
}
*/
#userset {
  float: left;
  margin: 0.5em 0.5em 0.5em 1em;
}

#userset h4 span {
  display: none;
}

#userset ul {
  float: left;
  margin: 0 auto;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#userset ul li {
  display: block;
  float: left;
  padding: 0 0.6em;
  position: relative;
}

#userset ul li:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 50%;
  right: 0;
  top: 31%;
  background: #C8BEB7;
}

#userset ul li:last-child:before {
  background: none;
}

#userset ul li a {
  float: left;
  display: block;
  color: #ffffff;
  position: relative;
  padding: 0.4em 1.8em 0.4em 0.8em;
  background-image: url("../images/icons_all.png");
  background-repeat: no-repeat;
}

#userset ul li:first-child a {
  background-position: right 0.8em;
}

#userset ul li:nth-child(2) a {
  background-position: right -2.3em;
}

#userset ul li:nth-child(3) a {
  background-position: right -5.7em;
}

#userset ul li:last-child a {
  background-position: right -9.3em;
}

#userset ul li a:hover, #userset ul li a.show {
  border-radius: 5px;
  background-color: #6B5759;
}

.searchmenu {
  position: relative;
  float: right;
  z-index: 100;
}

.searchmenu:after {
  content: ' ';
  position: absolute;
  top: 0.8em;
  left: 1em;
  width: 16px;
  height: 16px;
  background: url("../images/icons_all.png") no-repeat 0 -154px;
}

#searchmenusubmit {
  position: absolute;
  top: 1em;
  right: 0.7em;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/icons_all.png") no-repeat 0 -194px;
  z-index: 10;
}

.searchmenu legend span {
  display: none;
}

.menuname input {
  color: #878787;
  border: 0;
  padding: 0.8em 3em;
  border-radius: 15px;
  background: rgba(246, 246, 246, 0.90);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(236, 236, 236, 0.50);
  box-shadow: inset 1px 1px 0px 0px rgba(236, 236, 236, 0.50);
}

.normal #mainmenu {
  clear: both;
  padding-top: 0.8em;
}

.normal #mainmenu h4 span {
  display: none;
}

.normal #mainmenu > ul {
  float: right;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: linear-gradient(-180 eg, #FFFFFF 0%, #FFF2EA 100%);
  -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 252, 250, 0.90), inset 0px 1px 0px 0px rgba(255, 252, 250, 0.90), inset -1px 0px 0px 0px rgba(227, 211, 201, 0.50);
  box-shadow: inset 1px 0px 0px 0px rgba(255, 252, 250, 0.90), inset 0px 1px 0px 0px rgba(255, 252, 250, 0.90), inset -1px 0px 0px 0px rgba(227, 211, 201, 0.50);
}

.normal #mainmenu > ul > li {
  display: block;
  float: left;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 8;
}

.normal #mainmenu > ul > li {
  font-size: 14px;
  margin: 0;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 0;
  background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #FFF2EA 100%);
  background-image: linear-gradient(-180 eg, #FFFFFF 0%, #FFF2EA 100%);
  -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 252, 250, 0.90), inset 0px 1px 0px 0px rgba(255, 252, 250, 0.90), inset -1px 0px 0px 0px rgba(227, 211, 201, 0.50);
  box-shadow: inset 1px 0px 0px 0px rgba(255, 252, 250, 0.90), inset 0px 1px 0px 0px rgba(255, 252, 250, 0.90), inset -1px 0px 0px 0px rgba(227, 211, 201, 0.50);
  position: relative;
}
.normal #mainmenu > ul > li > a {
  color: #6B5759;
  font-size: 14px;
}

.normal #mainmenu > ul > li:first-child {
  border-radius: 5px 0 0 0;
  padding: 0px 10px;
}

.normal #mainmenu > ul > li:last-child {
  border-radius: 0 0 0 0;
  -moz-box-shadow: none;
  box-shadow: none;

}

.normal #mainmenu > ul > li:hover, .normal #mainmenu > ul > li.active {
  color: #ffffff;
  background-image: -o-linear-gradient(-89deg, #FFE9CE 0%, #FFAF4A 100%);
  background-image: -moz-linear-gradient(-89deg, #FFE9CE 0%, #FFAF4A 100%);
  background-image: -ms-linear-gradient(-89deg, #FFE9CE 0%, #FFAF4A 100%);
  background-image: -webkit-linear-gradient(-89deg, #FFE9CE 0%, #FFAF4A 100%);
  background-image: linear-gradient(-179deg, #FFE9CE 0%, #FFAF4A 100%);
  -moz-box-shadow: inset 1px 0px 0px 0px #FFEED8, inset 0px 1px 0px 0px #FFF4E5, inset -1px 0px 0px 0px #D5B184;
  box-shadow: inset 1px 0px 0px 0px #FFEED8, inset 0px 1px 0px 0px #FFF4E5, inset -1px 0px 0px 0px #D5B184;
}
.normal #mainmenu > ul > li:hover > a {
  color: #ffffff;
}

.normal #mainmenu > ul > li > ul {
  position: absolute;
  left: -1px;
  margin-top: 0px;
  padding: 0;
  z-index: 9;
  background: #EAE4D5;
  border: 1px solid #c8c2c2;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
  display: none; /* 默认隐藏子菜单 */
  overflow: hidden;
  -webkit-transition:max-height 0.4s linear;
  -moz-transition:max-height 0.4s linear;
  transition:max-height 0.4s linear;
}
.normal #mainmenu > ul > li:hover > ul {
  display: block;
}

.hide {
  display: none!important;
}

.showmenu {
  display: block!important;
}

.normal #mainmenu > ul > li > ul > li {
  color: #6B5759;
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  min-width: 513px;
  background: #DBDADA;
  -moz-box-shadow: inset 1px 0 0 0 #f5f3f3;
  box-shadow: inset 1px 0 0 0 #f5f3f3;
}

.normal #mainmenu > ul > li > ul > li:nth-child(2n) {
  background: #F4F4F4;
}

.normal #mainmenu > ul > li > ul > li > a {
  color: #6B5759;
  float: left;
  display: block;
  padding: 0px 12px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.normal #mainmenu > ul > li > ul > li > ul {
  display: block;
  float: left;
  margin: -2em 0 0 80px;
  background: #F8F6F6;
  min-width: 435px;
}

.normal #mainmenu > ul > li > ul > li:nth-child(2n) > ul {
  background: #FFFFFF;
}

.normal #mainmenu > ul > li > ul > li > ul > li {
  display: block;
  float: left;
  line-height: 28px;
  text-indent: 0.8em;
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.normal #mainmenu > ul > li > ul > li > ul > li > a {
  color: #AA6A00;
  font-size: 12px;
}

.normal #mainmenu > ul > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
/* fixed mainmenu */
#head.fixed {
  padding: 0;
}
.fixed .logo, .fixed #userset, .fixed .searchmenu {
  display: none;
}
.fixed #mainmenu {
  position: fixed;
  right: 1em;
  top: 0.6em;
  z-index: 900;
  overflow-y: auto;
  max-height: 96%;
}
.fixed #mainmenu h4 {
  display: block;
  float: right;
  width: 3em;
  height: 3em;
  background: #393939;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1000;
}
.fixed #mainmenu h4 span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  font-size: 0;
  background: #d5d5d5;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.fixed #mainmenu h4 span:before, .fixed #mainmenu h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.fixed #mainmenu h4 span:before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.fixed #mainmenu h4 span:after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.fixed #mainmenu h4.menu-is-open {
  box-shadow: none;
  position: fixed;
  right: 1em;
}
.fixed #mainmenu h4.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.fixed #mainmenu h4.menu-is-open span:before, .fixed #mainmenu h4.menu-is-open span:after {
  background: #d5d5d5;
}
.fixed #mainmenu h4.menu-is-open span:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fixed #mainmenu h4.menu-is-open span:after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.fixed #mainmenu > ul {
  display: none;
  visibility: hidden;
  float: left;
  width: auto;
  width: 165px;
  background: #393939;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  z-index: 999;
}
.fixed #mainmenu > ul.has-transitions {
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
.fixed #mainmenu > ul.is-visible {
  display: block;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
.fixed #mainmenu > ul > li {
  float: none;
  display: block;
  background: none;
  box-shadow: none;
  min-height: 32px;
  line-height: 32px;
  text-indent: 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #7f7f7f;
}
.fixed #mainmenu > ul > li:last-child {
  border-bottom: none;
}
.fixed #mainmenu > ul > li > a{
  color: #ffffff;
}
.fixed #mainmenu > ul > li > ul {
  display: none;
  background: #4D4D4D;
}
.fixed #mainmenu > ul > li.active > ul {
  display: block;
}
.fixed #mainmenu > ul > li > ul > li {
  font-size: 0.9em;
  min-height: 28px;
  line-height: 28px;
  border-top: 1px solid #7f7f7f;
}
.fixed #mainmenu > ul > li > ul > li > a {
  color: #d3eaed;
  padding: 0 12px;
}
.fixed #mainmenu > ul > li > ul > li > ul {
  display: none;
}
.fixed #mainmenu > ul > li > ul > li.active > ul {
  display: block;
}
.fixed #mainmenu > ul > li > ul > li > ul > li {
  font-size: 1em;
  min-height: 28px;
  line-height: 28px;
}
.fixed #mainmenu > ul > li > ul > li > ul > li > a {
  color: #fcf1dc;
  padding: 0 0 0 1em;
}
.fixed #mainmenu > ul > li > ul > li > ul > li > a:hover {
  color: #fbd864;
}
/*tabs*/
#tabs {
  min-width: 990px;
  background: #D5D8D3;
  padding: 0.6em 10px 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #cccccc;
}

#tabs > li {
  display: inline-block;
  margin: 0 0.1em;
}

#tabs > li > a {
  color: #F1F1F1;
  display: inline-block;
  line-height: 30px;
  padding: 0.1em 1.8em 0 1.5em;
  border-radius: 10px 10px 0 0;
  background: #B1B1B5;
  position: relative;
}

#tabs > li > a:hover {
  background: #5B5B72;
}

#tabs > li.active > a {
  color: #628F72;
  background: #f6f6f6;
}

#tabs > li.active > a:hover {
  cursor: default;
}

#tabs > li.active > a:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  z-index: 3;
  background: #f6f6f6;
}

#tabs > li > a > em {
  content: ' ';
  position: absolute;
  top: 3px;
  right: 5px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -100px;
  border-radius: 6px;
  background: url("../images/icons_all.png") no-repeat -1px -282px;
  cursor: pointer;
}

#tabs > li > a > em:hover {
  background-color: #000000;
}

#tabs > li.active > a > em {
  background: url("../images/icons_all.png") no-repeat -1px -236px;
}

#tabs > li.active > a > em:hover {
  background: url("../images/icons_all.png") no-repeat -1px -282px;
  background-color: #5c5974;
}
.iframe {
  width: 100%;
  height: 100%;
}
.tab_iframe {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #f6f6f6;
  z-index:10;
}
#tabs li.active .tab_iframe {
  display: block;
}
.tab_loading {
  /* loading bar */
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  visibility: hidden;
  transition: transform 3s;
}
.ajax .tab_loading {
  background: #687a90;
  visibility: visible;
  transform: scaleX(1);
  z-index: 1001;
}
/* mainlayout */
.main {
  background: #f6f6f6;
  /*position: relative;*/
  z-index: 1;
  overflow-y: auto;
}

#sidebar {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 160px;
  background: #F6F6F6;
  -moz-box-shadow: 1px 0px 6px 0px rgba(213, 216, 211, 0.50);
  box-shadow: 1px 0px 6px 0px rgba(213, 216, 211, 0.50);
}

#sidebar h3 span {
  display: none;
}

#sidebar > ul > li {
  padding: 1em 1em 0;
}

#sidebar > ul > li > a {
  display: block;
  font-size: 1.2em;
  color: #838383;
  line-height: 1.4em;
  text-indent: 1em;
  background: url("../images/icons_all.png") no-repeat 0 -354px;
}

#sidebar > ul > li > a.active {
  background: url("../images/icons_all.png") no-repeat 0 -310px;
}

#sidebar > ul > li > ul > li {
  padding: 0.5em 0 0 2em;
}

#sidebar > ul > li > ul > li > a {
  display: block;
  text-indent: 1em;
  color: #BDBDBD;
  line-height: 1.4em;
  background: url("../images/icons_all.png") no-repeat 0 -400px;
}

#sidebar > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

#mainlayout {
  margin: 0 0 5px 160px;
  padding: 10px 15px;
}

.maintitle {
  display: block;
  height: 2em;
  line-height: 1.5em;
  margin: 0.5em auto 1em;
  border-bottom: 2px solid #e0e0e0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.maintitle span {
  font-size: 1.2em;
}

.messages {
  margin: 0.5em 0 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
}

.echohello {
  font-size: 1.2em;
}

.time_ip {
  font-size: 1em;
  padding: 0 1em;
  color: #949494;
}

.newsbox {
  font-size: 1em;
  float: left;
  width: 49%;
  margin: 1em 0;
  background: #FFFFFF;
  border-radius: 5px 5px 0 0;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  min-height: 260px;
}

.newsbox:nth-child(2n+1) {
  float: right;
}

.newsbox h3 {
  border-radius: 5px 5px 0 0;
  background: #F9F9F9;
  padding: 1em;
  color: #666666;
  -moz-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
}

.newsbox h3 em {
  float: right;
}

.newsbox h3 em a {
  display: block;
  color: #686868;
  text-indent: 1.5em;
  background: url("../images/icons_all.png") no-repeat 0 -455px;
}

.newsbox h3 em a:hover {
  text-decoration: underline;
}

.newsbox a {
  color: #000000;
}

.newsbox a:hover {
  text-decoration: underline;
}

.box_notice dl, .box_log dl {
  clear: both;
  margin: 1em;
  padding: 0 0 1em 0;
  position: relative;
  border-bottom: 1px solid #E6EEE5;
}

.box_notice dl:last-child, .box_log dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.box_notice dt, .box_log dt {
  color: #444444;
  font-size: 1.2em;
  display: block;
  float: left;
  margin-right: 5em;
  line-height: 1.2em;
}

.box_notice dd:nth-child(2) {
  position: absolute;
  display: block;
  right: 0.1em;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Monaco;
  color: #D2D5D0;
}

.box_notice dd:nth-child(3) {
  color: #6E6E6E;
  clear: both;
  line-height: 1.4em;
  padding: 0.5em 0 0;
  text-align: justify;
}

.box_log dt {
  margin: 0 0 0 6em;
  /*  max-width: 188px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box_log dd:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Monaco;
  color: #D2D5D0;
}

.box_btn {
  color: #ffffff;
  display: inline-block;
  margin: -0.2em 1em 0;
  padding: 0.4em 1em;
  border-radius: 8px;
}

.btn_new {
  background: #6DAD37;
}

.btn_modify {
  background: #39CDFA;
}

.btn_review {
  background: #FF3251;
}

.newfuture {
  padding: 1.5em 0;
  clear: both;
}

.newfuture h3 span {
  display: none;
}

.newfuture dl {
  width: 32.3%;
  float: left;
  text-align: center;
  margin: 2em 1.5% 0 0;
  padding: 3em 0 2em;
  border-radius: 5px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}

.newfuture dl:nth-child(3n+1) {
  float: right;
  margin: 2em 0 0 0;
}

.newfuture dl dt {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2em;
  padding: 0 1em;
}

.newfuture dl dd {
  font-size: 1em;
  color: #6A6A6A;
  padding: 0 1em;
}

.newfuture a {
  color: #6A6A6A;
}

.newfuture a:hover {
  text-decoration: underline;
}

.newfuture dl dd.img {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  margin: -30px 0 0 -30px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #FFFFFF;
  -moz-box-shadow: 0px 0px 3px 0px #DEDEDE;
  box-shadow: 0px 0px 3px 0px #DEDEDE;
}

.copyright {
  clear: both;
  padding: 1em 0.5em;
  text-align: right;
  font-size: 0.8em;
  color: #767676;
  line-height: 1.4em;
}

/*autocomplete*/
#selected {
  display: none;
  position: absolute;
  width: 100%;
}

ul.autocomplete {
  width: 100%!important;
  position: absolute;
  display: none;
  background-color: #56566c;
  margin: 0;
  padding: 3px 0;
  border-radius: 10px;
}

ul.autocomplete li {
  list-style: none;
  margin: 0;
}

ul.autocomplete li.active, ul.autocomplete li:hover {
  cursor: pointer;
  background-color: rgba(211, 211, 211, 0.7);
  border-radius: 10px;
}

ul.autocomplete li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
}

/* table */
.jl_inline p {
  display: block;
  float: left;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jl_button, .jl_button_cancel {
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  float: left;
  min-width: 80px;
  text-align: center;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  line-height: 2.2em;
  border: none;
  background: red no-repeat;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3181f4;
  background: -moz-linear-linear-gradient(top, #5babf5 0%, #4fa1f3 49%, #4da0f3 50%, #2e72ef 100%);
  background: -webkit-linear-gradient(top, #5babf5 0%, #4fa1f3 49%, #4da0f3 50%, #2e72ef 100%);
  background: linear-gradient(top, #5babf5 0%, #4fa1f3 49%, #4da0f3 50%, #2e72ef 100%);
  text-shadow: 1px 1px 1px #183b7b;
  box-shadow: 1px 2px 3px #183b7b, 0 0 0 1px rgba(157, 208, 255, 0.6), 0 0 0 2px rgba(111, 175, 231, 1);
  cursor: pointer;
  position: relative;
}

.jl_button_cancel {
  color: #6b6b6b;
  background: #d0d0d0;
  background: -moz-linear-linear-gradient(top, #f0f0f0 0%, #dddddd 49%, #d6d6d6 50%, #d0d0d0 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 49%, #d6d6d6 50%, #d0d0d0 100%);
  background: linear-gradient(top, #f0f0f0 0%, #dddddd 49%, #d6d6d6 50%, #d0d0d0 100%);
  text-shadow: 1px 1px 1px #f8f8f8;
  box-shadow: 1px 2px 3px #585858, 0 0 0 1px rgba(244, 244, 244, 1), 0 0 0 2px rgba(152, 152, 152, 0.8);
}

.jl_button:hover {
  background: #8cbbff;
  background: -moz-linear-linear-gradient(top, #71bbff 0%, #5fafff 49%, #5fafff 50%, #328afd 100%);
  background: -webkit-linear-gradient(top, #71bbff 0%, #5fafff 49%, #5fafff 50%, #328afd 100%);
  background: linear-gradient(top, #71bbff 0%, #5fafff 49%, #5fafff 50%, #328afd 100%);
  box-shadow: 1px 2px 3px #183b7b, 0 0 0 1px rgba(206, 232, 255, 0.6), 0 0 0 2px rgba(111, 175, 231, 1);
}

.jl_optionmore p input.jl_button:hover {
  cursor: pointer;
}

.jl_functionbotton, .pagecontroller {
  width: 100%;
}

.tablelist {
  margin: 10px auto;
  clear: both;
}

.tablelist table {
  width: 100%;
  margin: 10px auto;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  border-spacing: 0;
}

.tablelist table thead tr {
  line-height: 22px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #d8d5d5;
  background: #e9e9e9;
  background: -moz-linear-linear-gradient(top, #f7f7f7 0%, #e8e8e8 50%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 50%, #fbfbfb 100%);
  background: linear-gradient(top, #f7f7f7 0%, #e8e8e8 50%, #fbfbfb 100%);
}

.tablelist table thead tr th {
  border-top: 1px solid #d8d5d5;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #d8d5d5;
  border-bottom: 1px solid #d8d5d5;
  padding: 2px 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tablelist table thead tr th:first-child {
  border-left: 1px solid #d8d5d5;
  padding: 2px 8px;
}

.tablelist table tr td {
  border-bottom: 1px solid #d8d5d5;
  overflow: hidden;
  padding: 0 10px;
  line-height: 40px;
  text-align: left;
}

.tablelist table tr:hover {
  background: #fdffbe;
}

.tablelist table tr td a {
  color: #0087d5;
  padding: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tablelist table tr td a:hover {
  text-decoration: underline;
  color: #fe6500;
}

.jl_link {
  line-height: 1.8em;
}

.pagecontroller {
  float: right;
  color: #3f517f;
  position: relative;
}

.pagecontroller p {
  float: right;
  position: relative;
}

.pagecontroller p a {
  text-decoration: none;
  background: #fff;
  display: block;
  float: left;
  padding: 8px;
  margin: 0 2px 0 3px;
  border: 1px solid #ccc;
  color: #0087d5;
}

.pagecontroller p a:hover {
  background: #0087d5;
  border: 1px solid #34576e;
  color: #fff
}

.pagecontroller p span {
  text-decoration: none;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #ccc;
  color: #ccc
}

.alert_layout {
  width: 50%;
  min-width: 420px;
  color: #f9fbfc;
  border-top: 1px solid #1a8dff;
  border-bottom: 1px solid #004080;
  position: relative;
  z-index: 100;
  background: #0066cc;
  background: -moz-linear-linear-gradient(top, #0066cc 0%, #003366 100%);
  background: -webkit-linear-gradient(top, #0066cc 0%, #003366 100%);
  background: linear-gradient(top, #0066cc 0%, #003366 100%);
  box-shadow: 1px 3px 3px #172636, -1px 3px 3px #172636;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.alert_layout h3 {
  font-size: 1.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-indent: 1em;
}

.alert_content {
  background: #ffffff;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em 2.4em 1em;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
}

.alert_content p {
  font-size: 1.2em;
  padding: 0 1em 1em;
  line-height: 1.4em;
}

.alert_control {
  clear: both;
  border-top: 1px solid #e6e6e6;
  padding: 1em 0;
}

.alert_control .jl_button, .alert_control .jl_button_cancel {
  float: right;
  margin: 0 0 0 1em;
}

/*set PWD*/
.showmsg div.form {
  padding: 1em 1em 3em 1em;
}
.showmsg .form p {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0.3em 0;
}
.showmsg .form p label {
  width: 100px;
  color: #909090;
  display: inline-block;
  padding-right: 0.5em;
  text-align: right;
}
.showmsg .form p input[type="password"], .showmsg .form p input[type="text"]{
  width: 200px;
  background: #FFFFFF;
  padding: 0.4em 0.2em;
  border: 1px solid #ABADB3;
}
#user_name.show {
  background: #6B5759;
}
.showpost {
  display: none;
  position: absolute;
  background: #6B5759;
  margin-top: 23px;
  padding: 0 3em 1em 0.8em;
  border-radius: 5px;
  z-index: 999;
}
.showpost dd {
  display: block;
  padding: 1em 0 0 0;
  text-indent: 2em;
  cursor: pointer;
}
.showpost dd:hover {
  text-decoration: underline;
}
#changepost_mask .showmsg p {
  margin: 0;
  border-radius: 5px 5px 0 0;
  padding: 1em 1em 0 3.7em;
}
#changepost_mask .showmsgp.alertmsg {
  font-size: 1em;
}
#changepost_mask .showmsg div.form {
  margin: 0;
  border-radius: 0 0 5px 5px;
  padding-top: 0;
}
#changepost_mask .showmsg .form p input {
  float: left;
}
#changepost_mask .showmsg .form p:last-child {
  margin-top: 1.4em;
}
#changepost_mask .showmsg .form p label {
  width: auto;
}
#changepost_mask .showmsg .form p {
  line-height: 24px;
}
.fullscreen_mask input[type="radio"] {
  width: 25px;
  height: 20px;
  background: url(../images/radio.png) no-repeat;
}

.fullscreen_mask input[type="radio"]:checked {
  width: 25px;
  height: 20px;
  background: url(../images/radio_checked.png) no-repeat;
}
.radioList {
  display: block;
  line-height: 2em;
  margin: 0.5em 0;
}
.radioList input {
  float: left;
}

#sidebar {
  display: none;
}
#mainlayout {
  margin: 0 0 5px 0;
}

/*中台*/
.tongji ul{
  width: 1000px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}
.tongji ul li {
  font-size:14px;
  color: #000;
  float: left;
  width: 293px;
  margin-right:35px;
  height: 69px;
  line-height: 69px;
  text-indent: 6em;
  display: block;
  border: 1px solid #e5e5e5;
  background-size: 52px 52px!important;
  font-family: "宋体";
  -webkit-border-radius: 5px;
    -moz-border-radius:5px; 
} 
.tongji ul li.pay {
  color: #33ccff;
  background: #ffffff url("../images/pay.png") no-repeat 10px center;
}
.tongji ul li.goods {
  color: #99cc66;
  background: #ffffff url("../images/goods.png") no-repeat 10px center;
}
.tongji ul li.abnormal {
  color: #ff9966;
  background: #ffffff url("../images/nonormal.png") no-repeat 10px center;
}
.tongji ul li b{
  font-size: 48px;
  font-family: "Times New Roman";
  padding-left:30px;
}



/* table */
.tabs {
  margin: 0 auto;
  clear: both;
}
.tabs span {
  width: 49%;
  font-size: 1.2em;
  float: left;
  margin: 3px -5px 0 5px;
  display: inline-block;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
  cursor: pointer;
}
.tabs span.active {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  cursor: default;
  position: relative;
}
.tabs span.active:before {
  content: " ";
  position: absolute;
  margin: 1em 0 0 -15px;
  width: 10px;
  height: 10px;
  background: #957e6c;
}
.jl_tablelist table{width:98%;margin:0 auto 1em;border-right:none;border-bottom:none;overflow:hidden;border-spacing:0;border:1px solid #d8d5d5;}
.jl_tablelist table thead tr{line-height:22px;color:#000000;font-weight:bold;text-align:center;border-left:1px solid #b9b9b9;background:#f4f4f4;}
.jl_tablelist table thead tr th{border-left:1px solid #b9b9b9;border-bottom:1px solid #b9b9b9;padding:2px 8px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.jl_tablelist table thead tr th:first-child{border-left:none;padding:2px 8px;}
.jl_tablelist table tr td{border-top:1px solid #d8d5d5;overflow:hidden;padding:0 10px;line-height:24px;text-align:left;}
.jl_tablelist table tr:first-child td{border-top: none;}
.jl_tablelist table tr:nth-child(even) {background: #f7f7f7;}
.jl_tablelist table tr td a{color:#0087d5;padding:0 10px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
