body,html{
  font-family: 'Arial', 'Microsoft YaHei';
  *font-family:'Microsoft YaHei';
  width: 100%;
  /*overflow-x: hidden;*/
  margin: 0 auto;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video,input{margin:0;padding:0;}
*{outline: 0;}
ul,li{ list-style:none;}
address, cite, dfn, em, var,i{font-style: normal;}
img{
  display: block;
  vertical-align: middle;
  border: none;
}
table {
  border-collapse:separate;
  border-spacing:0;
}
td {
  padding: 0;
}
.red {
  color: red;
}
.green {
  color: green;
}
.gray {
  color: #aaa;
}
.index-page{
  *height: 100%;
}
.container{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  min-width: 1024px;
}
.win {
  padding: 20px;
}
a {
  text-decoration: none;
}
 .clear {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
    line-height: 0;
}
.clearfix {
    zoom: 1;
    _height: 1px
}
.clearfix:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.float_l {
  float: left;
}

.float_r {
  float: right;
}
.float_r,
.float_l {
  _display: inline;
}
.header{
  width: 100%;
  position: relative;
}
.header .top{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  max-height: 100px;
  z-index: 99;
}
.header .logo{
  display: block;
  width: 285px;
  height: 64px;
  margin-top: 18px;
}
.header .nav{
  margin-top: 30px;
}
.header .nav li,
.list-header .nav li{
  float: left;
  font-size: 18px;
  margin-left: 55px;
  height: 40px;
  line-height: 40px;
}
.header .nav li a,
.list-header .nav li a{
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid transparent;
}
.header .nav li:hover a,
.header .nav li.active a{
  border-bottom: 2px solid #fff;
}
.header .login, .list-header .login{
  display: block;
  height: 28px;
  line-height: 28px;
  background: #535353;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  width: 80px;
  margin-top: 36px;
  text-align: center;
  margin-left: 55px;
}
.header .login:hover, .list-header .login:hover{
  text-decoration: underline;
}
.header .banner{
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 1024px;
}
.header .banner .rslides_nav{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 999;
}
.header .banner .prev{
  background: url(../Images/prev.png) center center no-repeat;
  left: 6%;
}
.header .banner .next{
  background: url(../Images/next.png) center center no-repeat;
  right: 6%;
}
.header .banner .rslides_nav:hover{
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.header .banner-text{
  position: absolute;
  left: 50%;
  margin-left: -600px;
  /*height: 100%;*/
  top: 35%;
  z-index: 8888;
}
.header .banner-text h2{
  font-size: 48px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 60px;
}
.header .banner-text p{
  font-size: 16px;
  color: #fff;
  padding-top: 8px;
}
.header .banner-text .search{
  border: 2px solid #d0e8a3;
  border-radius: 10px;
  width: 496px;
  height: 64px;
  line-height: 64px;
  margin-top: 38px;
}
.header .banner-text .search .text{
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  width: 390px;
  padding: 0 20px;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
}
.header .banner-text .search .btn{
  border: none;
  background: url(../Images/search.png) right center no-repeat;
  height: 40px;
  width: 45px;
  margin: 10px 15px 0 0;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.footer{
  width: 100%;
}
.footer-bg {
  background: #f9f9f9;
}
.footer-simple {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.footer .f-nav{
  padding: 20px 0 6px 0;
  text-align: center;
}
.footer .f-nav a,
.footer .f-nav span{
  font-size: 12px;
  color: #666;
}
.footer .f-nav span{
  padding: 0 8px;
}
.footer p{
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding-bottom: 20px;
}
.footer .f-nav a:hover{
  text-decoration: underline;
  color: #ff3600;
}
.list-header .logo{
  margin: 20px 0;
}
.list-header .nav{
  margin-top: 32.5px;
}
.list-header .nav li a{
  color: #888;
}
.list-header .nav li:hover a,
.list-header .nav li.active a{
  border-bottom: 2px solid #a1d43e;
  color: #a1d43e;
}
.list-header .member{
  padding: 8px;
  margin-left: 47px;
  background: #fff;
  position: relative;
  border: 1px solid transparent;
  border-bottom: none;
}
.list-header .member{
  height: 33px;
  line-height: 33px;
  margin-top: 28px;
}
.list-header .member img{
  width: 33px;
  height: 33px;
  border-radius: 20px;
}
.list-header .member .text span{
  display: block;
  font-size: 16px;
  color: #666;
  background: url(../Images/icon.png) right center no-repeat;
  padding: 0 18px 0 15px;
  cursor: pointer;
}
.list-header .member ul{
  position: absolute;
  top: 42px;
  left: -1px;
  background: #fff;
  width: 114px;
  padding: 0 8px 10px 8px;
  border: 1px solid transparent;
  border-top: none;
  display: none;
  z-index: 99999;
  text-align: center;
}
.list-header .member ul li{
  line-height: 30px;
  height: 30px;
}
.list-header .member ul li a{
  font-size: 14px;
  color: #888888;
}
.list-header .member:hover{
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 5px;
}
.list-header .member:hover ul{
  border: 1px solid #eee;
  border-top: none;
  border-radius: 5px;
  display: block;
}
.list-header .member ul li:hover{
  background: #f8f8f8;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  font-size: 14px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #888;
  background-color: #eee;
  border-color: #eee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #a1d43e;
  border-color: #eee;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ddd;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eee;
}
.pager {
  margin-top: 15px;
}
.pager-text {
  float: left;
  font-size: 14px;
  line-height: 25px;
  color: #888;
}
.pager-button {
  text-align: right;
  float: right;
}

.index{
  width: 100%;
  background: #FFFFFF;
  padding: 50px 0;
}
.index .list .inner-list{
  margin-left: -59px;
}
.index .list .inner-list .list-item{
  float: left;
  width: 33.33%;
}
.index .list .inner-list .inner-item{
  margin-left: 59px;
  border: 1px solid #a1d43e;
  border-radius: 5px;
  padding: 20px;
  background: #fbfbfb;
}
.index .list .inner-list .list-item .datadiv{
  height: 240px;
  overflow:hidden;
}
.index .list .inner-list .inner-item .title{
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-top: 72px;
}
.index .list .inner-list .inner-item .style01{
  background: url(../Images/icon01.png) center top no-repeat;
}
.index .list .inner-list .inner-item .style02{
  background: url(../Images/icon02.png) center top no-repeat;
}
.index .list .inner-list .inner-item .style03{
  background: url(../Images/icon03.png) center top no-repeat;
}
.index .list .inner-list .inner-item ul{
  margin: 25px 0;
}
.index .list .inner-list .inner-item li{
  height: 190px;
}
.index .list .inner-list .inner-item .datadiv li{
  height: 240px;
}
.index .list .inner-list .inner-item li .subtitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  line-height: 18px;
  font-size: 16px;
  color: #555;
}
.index .list .inner-list .inner-item li .subtitle span {
  font-weight: normal;
}
.index .list .inner-list .inner-item li .item {
  border-bottom: 1px dashed #ddd;
  line-height: 18px;
  padding: 8px 0px;
  font-size: 14px;
  color: #888888;
}
.index .list .inner-list .inner-item li a{
  color: #888888;
  margin-left: 10px;
}
.index .list .inner-list .inner-item li .half-left {
  width: 48%;
  float: left;
}
.index .list .inner-list .inner-item li .half-right {
  width: 48%;
  float: right;

}
.index .list .inner-list .inner-item li span{
  float: right;
  margin-right: 10px;
}
.index .list .inner-list .inner-item li a:hover{
  text-decoration: underline;
  color: #ff3600;
}

.list-banner{
  width: 100%;
  background: url(../Images/bg-apple-green.gif);
  position: relative;
  height: 100px;
}
.list-banner .list-text h3{
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  text-align: right;
  padding-top: 23px;
}
.list-banner .list-text p{
  font-size: 14px;
  color: #FFFFFF;
  font-family: arial;
  text-align: right;
}
.page-list{
  width: 100%;
  background: #fff;
  padding:0;
}
.page-list .container{
  padding: 30px 0;
  background: #fff;
  min-height: 600px;
}
.page-list .left-list{
  width: 18%;
  border-right: 1px solid #e4e4e4;
  min-height: 580px;
}
.page-list .left-list ul{
  padding: 0 20px 0px 30px;
}
.page-list .left-list li{
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 15px;
}
.page-list .manage .left-list li{
  line-height: 30px;
  font-size: 18px;
}
.page-list .left-list li a.nav-link{
  padding-right: 20px;
  background: url(../Images/arrow.png) right center no-repeat;
  color: #B0B0B0;
  display: block;
}
.page-list .left-list li .sub-nav {
  display: none;
}
.page-list .left-list li .sub-nav a{
  padding-left: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #bebebe;
  display: block;
}
.page-list .left-list li.active .sub-nav{
  display: block;
}
.page-list .left-list li:hover .nav-link,
.page-list .left-list li.active .nav-link, .page-list .left-list li.active-nosub .nav-link{
  color: #A1D43E;  
}
.page-list .left-list li.active .nav-link{
  background: url(../Images/arrow-hover.png) right center no-repeat;
}
.page-list .left-list li.active-nosub .nav-link{
  background: url(../Images/arrow-hover-nosub.png) right center no-repeat;
}
.page-list .left-list li .sub-nav a:hover{
  text-decoration: underline;
  color: #A1D43E;
}
.page-list .left-list li .sub-nav a.active, .page-list .left-list li .sub-nav a.active-nosub{
  color: #A1D43E;
}
.page-list .right-con{
  width: 76%;
  margin-right: 40px;
}
.page-list .right-con .content{
  margin-top: 20px;
}

@media only screen and (max-width: 1480px ) {
  .header .banner-text{
    max-width: 1000px;
    margin-left: -500px;
  }
  .header .banner-text h2{
    font-size: 30px;
    line-height: 40px;
  }
  .header .banner-text .search{
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }
  .header .banner .prev{
    left: 15px;
  }
  .header .banner .next{
    right: 15px;
  }
  .header .banner-text .search .text
  {
    margin-top: 3px;
  }
  .header .banner-text .search .btn{
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1200px ) {
  .container{
    width: 96%;
  }
  .page-list .left-list ul{
    padding: 0 30px;
  }
  .header .nav li, .list-header .nav li{
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1140px ) {
  .header .banner-text{
    max-width: 900px;
    margin-left: -450px;
  }
  .header .banner-text h2{
    font-size: 24px;
    line-height: 40px;
  }
  .header .banner-text p{
    font-size: 14px;
  }
  .header .banner-text .search{
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .header .banner-text .search .text
  {
    margin-top: 0;
    font-size: 18px;
  }
  .header .banner-text .search .btn{
    margin-top: 0;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.tb-action-button{
  position: relative;
}
.tb-action-button .opt-btn{
  position: absolute;
  left: -145px;
  top: -8px;
  height: 40px;
  line-height: 40px;
  background: #5a91e3;
  border-radius: 5px;
  width: 160px;
  display: none;
}
.tb-action-button .opt-btn a,
.tb-action-button .opt-btn em{
  font-size: 14px;
  color: #fff;
}
.tb-action-button .opt-btn a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
.tb-action-button .opt-btn em{
  padding: 0 3px;
}
.tb-action-button a{
  color: #888888;
}
.tb-action-button a:hover{
  color: #5a91e3;
}
.login-container {
  height: 700px;
  background-image: url(../Images/bg-apple-white.gif);
}
.login-image {
  padding-top: 90px;
  width: 570px;
  text-align: center;
}
.login-form {
  padding-top: 100px;
  width: 410px;
  text-align: right;
}
.login-box {
  width: 310px;
  height: 400px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 70px 45px 0px 45px;
}
.login-box p {
  color: #333;
  font-size: 24px;
}
.login-box input {
  display: block;
  font-size: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-user, .login-pass {
  padding: 0px 15px 0px 70px;
  height: 65px;
  color: #c4c4c4;
}
.login-user {
  background: url(../Images/login-user.png) no-repeat 20px center;
}
.login-pass {
  background: url(../Images/login-pass.png) no-repeat 20px center;
}
.login-button {
  border-color: #a1d43e;
  background: #a1d43e;
  width: 300px;
  padding: 0px;
  color: #fff;
  height: 55px;
}
.login-error {
  margin-top: 25px;
  display: block;
  color: #f00;
  font-size: 14px;
}

.tb-main {
  width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #a1d43e;
}
.tb-gray {
  width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
}
.tb-gray-nobord {
  width: 100%;
  background-color: #eee;
}
.table-main tr:last-child td, .table-gray tr:last-child td {
  border-bottom-left-radius: 5px;    
  border-bottom-right-radius: 5px;   
}

.tb-header-link, .tb-header-link:link {
  font-size: 16px;
  color: #066ea9;
}

.tb-header-link:hover {
  font-size: 16px;
  color: #FF6600;
}

.tb-header, .tb-headerl, .tb-headerl2, .tb-headerr, .tb-headerr2 {
  height: 50px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  letter-spacing: 1px;
  word-break: break-all;
}

.tb-gray .tb-header, .tb-gray .tb-headerl, .tb-gray .tb-headerl2, .tb-gray .tb-headerr2, .tb-gray .tb-headerr, .tb-gray-nobord .tb-header, .tb-gray-nobord .tb-headerl, .tb-gray-nobord .tb-headerl2, .tb-gray-nobord .tb-headerr2, .tb-gray-nobord .tb-headerr {
  color: #888;
}

.tb-header {
  text-align: center;
}

.tb-headerl {
  text-align: left;
  padding: 0px 5px;
}

.tb-headerl2 {
  text-align: left;
  padding: 0px 20px;
}

.tb-headerr2 {
  text-align: right;
  padding: 0px 20px;
}

.tb-headerr {
  text-align: right;
  padding: 0px 5px;
}

.tb-td-none {
  height: 35px;
  background-color: #fff;
  font-size: 16px;
  line-height: 150%;
  color: #888;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}

.tb-td-odd, .tb-td-oddl, .tb-td-oddr, .tb-td-even, .tb-td-evenl, .tb-td-evenr, .tb-td-error, .tb-td-errorl, .tb-td-errorr {
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  word-break: break-all;
  color: #888;
}

.tb-td-clean {
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  word-break: break-all;
}

.tb-td-odd, .tb-td-oddl, .tb-td-oddr, .tb-td-clean {
  background-color: #fff;
}

.tb-td-odd, .tb-td-even, .tb-td-error {
  text-align: center;
}

.tb-td-oddl, .tb-td-evenl, .tb-td-errorl {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tb-td-oddr, .tb-td-evenr, .tb-td-errorr {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}

.tb-td-even, .tb-td-evenl, .tb-td-evenr {
  background-color: #f8f8f8;
}

.tb-td-error, .tb-td-errorl, .tb-td-errorr {
  background-color: #fcc;
}

.tb-foot {
  margin-top: 20px;
}
.tb-footc {
  margin-top: 20px;
  text-align: center;
}

.tb-td-form-label {
  vertical-align: top;
  padding-top: 8px;
  width: 150px;
}

.tb-td-form-label2 {
  width: 150px;
  padding: 14px 0px;
}

.tb-td-form-input {
}

.tb-td-form-remark {
  vertical-align: top;
  padding-top: 8px;
  color: #c2c2c2;
  width: 400px;
}

#form .tb-td-form-label, #form .tb-td-form-remark {
  padding-top: 14px;
}
.chart-title {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.search, .search-ext {
  font-size: 16px;
  color: #888;
}
.search-above {
  margin-bottom: 10px;
}
.search-item {
  margin-right: 8px;
}
.search-item, .search-button {
  display: inline;
}
.main-button {
  float: right;
}
.searchsp input.search {
  width: 200px;
}
.nav-area {
  margin-bottom: 30px;
}
.link-history {
  color: #fff;
}
.link-history:hover {
  color: #f85;
}
.link-detail {
  color: #888;
  padding: 8px 0px 8px 33px;
  background: url(../Images/detail.png) left center no-repeat;
}
.link-detail:hover {
  color: #5990e3;
  background: url(../Images/detail-hover.png) left center no-repeat;
}
.link-button {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  color: #888;
  padding: 8px 15px;
  margin-right: 20px;
}
.link-button-active {
  border: 1px solid #a1d43e;
  border-radius: 5px;
  background: #a1d43e;
  color: #fff;
  padding: 8px 15px;
  margin-right: 20px;
}
.link-button:hover {
  border: 1px solid #a1d43e;
  color: #a1d43e;
}
.link-print, .link-down {
  padding: 8px 8px 8px 40px;
  color: #5990e3;
  font-size: 16px;
}
.link-print {
  background: url(../Images/printer.png) left center no-repeat;
  margin-left: 30px;
}
.link-down {
  background: url(../Images/download.png) left center no-repeat;
  margin-left: 20px;
}
.search-submit, .search-reset, .button-active, .button-gray {
  border: none;
  height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.search-submit {
  padding: 0px 12px;
  background: #a1d43e;
}
.search-reset {
  padding: 0px 12px;
  background: #666666;
}
.button-active {
  padding: 0px 20px;
  background: #a1d43e;
}
.button-gray {
  padding: 0px 20px;
  background: #666666;
  margin-left: 10px;
}
ul.chosen-choices {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input.search {
  border: 1px solid #ddd;
  width: 100px;
  height: 28px;
  padding: 2px 5px;
  line-height: 120%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select.search {
  border: 1px solid #ddd;
  height: 34px;
  padding: 5px;
  line-height: 150%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input.ipt {
  border: 1px solid #ddd;
  width: 90%;
  height: 35px;
  font-size: 16px;
  color: #888;
  line-height: 150%;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input.iptcount {
  border: 1px solid #ddd;
  width: 50%;
  height: 35px;
  font-size: 16px;
  color: #888;
  line-height: 150%;
  text-align: center;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
textarea.ipt {
  border: 1px solid #ddd;
  width: 90%;
  height: 100px;
  padding: 5px;
  font-size: 16px;
  color: #888;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select.ipt {
  border: 1px solid #ddd;
  width: 90%;
  height: 38px;
  padding: 5px;
  font-size: 16px;
  color: #888;
  line-height: 150%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input.iptdate {
  width: 100px;
  text-align: center;
}

input.error { border: 1px solid red; }
label.error { color: red; display: block; }

.boxes-v span {
  padding: 3px;
  display: block;
}

.boxes-h span {
  padding: 3px 10px 3px 3px;
}

.boxes-v label, .boxes-h label {
  padding-left: 3px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

#sortable li {
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}

#sortable li:first-child {
  border-top: 0;
}

#sortable li.placeholder {
  position: relative;
}
#sortable li.placeholder:before {
  position: absolute;
}

.query-form {
  text-align: center;
  padding: 20px 0px;
  font-size: 18px;
  color: #888;
}

#query-code {
  border: 1px solid #ddd;
  width: 300px;
  height: 45px;
  font-size: 18px;
  color: #888;
  line-height: 150%;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#query-code-mobile {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 18px;
  color: #888;
  line-height: 150%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#query-button {
  border: none;
  height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  padding: 0px 40px;
  background: #a1d43e;
}

#query-button-mobile {
  border: none;
  display: block;
  width: 100%;
  height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  background: #a1d43e;
}

.query-none {
  padding: 100px 0;
  color: #888;
}
.query-none div {
  width: 450px;
  margin: 0px auto;
}
.query-none span {
  background: url(../Images/alert.png) left center no-repeat;
  font-size: 18px;
  line-height: 20px;
  padding: 80px 0px 80px 150px;
}
.query-none p {
  font-size: 14px;
  line-height: 30px;
  padding: 0px 0px 0px 150px;
}

.query-none-mobile {
  padding: 100px 0;
  color: #888;
}
.query-none-mobile div {
  text-align: center;
}
.query-none-mobile span {
  background: url(../Images/alert-mobile.png) left center no-repeat;
  font-size: 18px;
  line-height: 20px;
  padding: 40px 0px 60px 100px;
}
.query-none-mobile p {
  font-size: 14px;
  line-height: 30px;
  padding: 0px 0px 0px 100px;
}
.query-text {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.query-text .title {
  color: #666;
  padding: 20px 0px 10px 0px;
  font-size: 18px;
}
.query-text .content {
  color: #b0b0b0;
  line-height: 25px;
  font-size: 16px;
}
.tb-td-query {
  padding: 20px;
  background: #fff;
}
.query-search {
  padding-bottom: 10px;
}
.query-td-bottom {
  border-bottom: 1px solid #eee;
}
.query-chart-text {
  padding: 10px 20px;
  color: #666;
}
.query-history {
  text-align: right;
  padding: 10px 10px 0 10px;
}
.query-history a {
  color: #a1d43e;
  font-size: 16px;
  padding: 0 0 0 20px;
  background: url(../Images/link-green.png) left center no-repeat;
}
.query-history a:hover {
  color: #ff3600;
  text-decoration: underline;
  background: url(../Images/link-red.png) left center no-repeat;
}
.link {
  font-size: 16px;
  color: #888;
}
.link:hover {
  color: #ff3600;
  text-decoration: underline;
}
.linksm {
  font-size: 14px;
  color: #666;
}
.linksm:hover {
  color: #ff3600;
  text-decoration: underline;
}