a {
  text-decoration: none;
  color: #666666;
  outline: none;
}
a:focus {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", Verdana;
  max-height: 999999px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
html,
button,
input,
select,
textarea {
  color: #000;
}
input,
textarea {
  outline: none;
}
ul {
  list-style-type: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.dn {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.shadow {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
.shadow-top {
  box-shadow: 0 0px 6px rgba(11, 3, 6, 0.09);
}
.vm {
  vertical-align: middle;
}
.iblock {
  display: inline-block;
}
.bg-white {
  background: #fff;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.font-orange {
  color: #FF9F00;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font32 {
  font-size: 32px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
input::-webkit-input-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* WebKit browsers */
}
input:-moz-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Mozilla Firefox 19+ */
}
input:-ms-input-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Internet Explorer 10+ */
}
/* --登录-- */
#login-header {
  -webkit-box-shadow: 0px 0px 3px;
  -moz-box-shadow: 0px 0px 3px;
  box-shadow: 0px 0px 3px rgba(130, 130, 130, 0.5);
  border-bottom: 1px solid #e1dddd \0;
  width: 100%;
  height: 100px;
  background: #5193f6;
}
#login-header .logo {
  padding: 30px 0 0 41px;
}
#login-header .logo img {
  height: 40px;
}
#login-header .r-img img {
  height: 97px;
  margin-top: 3px;
  margin-right: 15px;
}
.login-content {
  width: 748px;
  margin: 0 auto;
  padding-top: 122px;
}
.login-left {
  height: 404px;
  float: left;
  padding-top: 10px;
}
.login-box {
  width: 400px;
  float: right;
}
.login-box .logo {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.login-box .logo img {
  height: 156px;
  margin-left: -52px;
}
.login-box .pancel {
  width: 380px;
  border: 1px solid #d1d1d1;
  padding-top: 30px;
  background: #fff;
  margin: 0 auto;
}
.login-box .pancel .item-Ipt {
  width: 327px;
  height: 37px;
  border: 1px solid #d1d1d1;
  position: relative;
  z-index: 300;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.login-box .pancel .item-Ipt .formIpt {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0;
  color: #333;
  font-size: 14px;
  height: auto;
  left: 50px;
  line-height: 21px;
  padding: 8px 0 5px;
  top: 1px;
  width: 270px;
  position: absolute;
  cursor: pointer;
  outline: none;
}
.login-box .pancel .item-Ipt .ico-uid {
  background: url(../image/login-user@2x.png) no-repeat;
  background-size: 37px 37px;
  position: absolute;
  z-index: 320;
  width: 37px;
  height: 37px;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.login-box .pancel .item-Ipt .ico-pwd {
  background: url(../image/login-paw@2x.png) no-repeat;
  background-size: 37px 37px;
  position: absolute;
  z-index: 320;
  width: 37px;
  height: 37px;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.login-box .pancel .item-check,
.login-box .pancel .item-code {
  width: 327px;
  margin: 0 auto;
}
.login-box .pancel .item-code {
  margin-bottom: 15px;
  vertical-align: middle;
  display: none;
}
.login-box .pancel .item-code input {
  height: 20px;
  padding: 5px 12px;
  border: 1px solid #d1d1d1;
}
.login-box .pancel .item-code img {
  height: 30px;
}
.login-box .pancel .item-btn {
  width: 100%;
  clear: both;
  height: 42px;
  text-align: center;
  margin-top: 27px;
}
.login-box .pancel .item-btn .btn {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  background: #5C96FA;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  height: 42px;
  border: 1px solid #4A90E2;
}
/* --header-- */
#header {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
  position: fixed;
  width: 100%;
  z-index: 10;
}
#header .topline {
  background: #2f292b;
  height: 38px;
  line-height: 38px;
}
#header .topline .top-menu {
  padding-right: 20px;
}
#header .topline .top-menu li a {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 22px;
}
#header .topline .top-menu li a.top-user {
  padding-left: 30px;
  background: url(../image/icon-user@2x.png) no-repeat 0 center;
  background-size: 20px 20px;
  border-right: 1px solid #fff;
}
#header .topline .top-menu li a.top-out {
  padding-left: 30px;
  background: url(../image/icon-out@2x.png) no-repeat 0 center;
  background-size: 18px 19px;
  margin-left: 15px;
}
#header .header-main {
  height: 64px;
  line-height: 64px;
  background: #6092E1;
}
#header .header-main .logo {
  padding: 0px 0 0 35px;
}
#header .header-main .logo img {
  height: 40px;
}
#header .header-main .nav {
  color: #fff;
  margin-right: 16px;
}
#header .header-main .nav .nav-item {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin: 0 19px;
  height: 45px;
  line-height: 45px;
}
#header .header-main .nav .nav-item.active {
  font-size: 16px;
  border-bottom: 3px solid #C6E5FB;
}
#header .header-main .nav .nav-item.active .nav-box-select span {
  font-size: 18px;
}
#header .header-main .nav .nav-item .nav-box-select span {
  color: #fff;
}
#header .header-main .nav .nav-item .nav-pop-box {
  display: none;
  position: absolute;
  width: 110px;
  top: 43px;
  left: 50%;
  margin-left: -55px;
}
#header .header-main .nav .nav-item .nav-pop-box .h-line {
  height: 18px;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .arrow {
  background: url(../image/arrow-top.jpg) no-repeat center 0px;
  height: 5px;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box {
  background: url(../image/blue-bg.jpg) repeat;
  padding: 10px 0;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li {
  line-height: 24px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 5px;
  text-align: center;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a {
  color: #333;
  font-size: 12px!important;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li:hover a {
  color: #5193F6;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li.active {
  background: url(../image/Oval@1x.png) no-repeat 10px center;
  background-size: 5px 5px;
}
#header .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li.active a {
  color: #5193F6;
}
#header .header-main .nav .nav-item:hover .nav-pop-box {
  display: block;
}
#content {
  margin: 0 40px;
  position: relative;
  top: 124px;
  margin-bottom: 50px;
}
#left-area {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
  width: 226px;
  margin-right: 18px;
  background: #fff;
  position: absolute;
}
#left-area .tit {
  height: 40px;
  line-height: 40px;
  background: #B38449;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#left-area .box {
  padding: 20px 20px 3px 20px;
}
#left-area .box .tit2 {
  margin-bottom: 15px;
}
#left-area .box ul li {
  margin-bottom: 17px;
}
#left-area .box ul li span {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  background: #DCEFFE;
  font-size: 14px;
  color: #41619F;
}
#left-area .box ul li a:hover {
  color: #5193F6;
}
#main-area.has-left {
  margin-left: 246px;
}
.main-tit1 {
  box-shadow: 0 0px 6px rgba(11, 3, 6, 0.09);
  font-size: 16px;
  color: #5193F6;
  padding: 30px 30px 10px 55px;
  background: #fff url(../image/Oval@1x.png) no-repeat 35px 35px;
}
/* 普通块 */
.common-box {
  padding: 10px 30px 30px 30px;
  margin-bottom: 7px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
/* --查询-- */
.search-box {
  background: #fff;
  padding: 20px 30px 30px 30px;
  margin-bottom: 7px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
.search-box .form {
  padding: 0px 10px 0px 10px;
}
.search-box .form .layui-form-item .layui-inline {
  margin-bottom: 15px;
}
.search-box .oper {
  text-align: center;
  margin-top: 20px;
}
.search-box .oper button {
  width: 100px;
}
.search-box .oper .reset {
  background: #b38449;
}
.search-box .oper .layui-btn + .layui-btn {
  margin-left: 30px;
}
.search-box .down-box {
  padding: 20px;
}
.search-box .down-box p {
  margin-bottom: 20px;
}
/* --数据区域-- */
.data-box {
  background: #fff;
  padding: 10px 30px 30px 30px;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
.data-box .result-line {
  border-bottom: 1px solid #99B4F9;
}
.data-box .result-line .all {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  width: 60px;
  color: #5193F6;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #5193F6;
}
.data-box .result-line .fr {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}
.data-box .oper-box {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #99B4F9;
}
/*  */
.key-box {
  margin-bottom: 15px;
}
.key-box .item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.key-box .item label {
  padding: 3px 10px;
  color: #fff;
  background: #99B4F9;
  font-size: 14px;
  margin-right: 5px;
}
.query-card {
  padding-top: 20px;
}
.query-card dt {
  float: left;
  text-align: center;
  min-width: 18px;
  height: 20px;
  padding: 0 3px;
  line-height: 20px;
  background: #B38449;
  color: #fff;
  margin-right: 2px;
}
.query-card dd {
  margin-left: 38px;
  border-bottom: 1px dashed #979797;
  padding-bottom: 20px;
}
.query-card .layui-row {
  max-width: 600px;
}
.query-card .layui-row .layui-col-md6,
.query-card .layui-row .layui-col-md12 {
  margin-bottom: 5px;
}
.query-card .intro-box {
  margin-top: 20px;
}
.query-card .intro-box .tit {
  margin-bottom: 5px;
}
.query-card .intro-box .detail {
  color: #666;
  font-size: 12px;
}
/* 账户管理 */
.user-card {
  background: #f7f7f7;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 30px 20px 35px 20px;
  margin-top: 20px;
  width: 356px;
}
.user-card .oper {
  margin-top: 40px;
}
.form-item {
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 12px;
}
.form-item .-label {
  font-size: 14px;
  width: 70px;
  padding-right: 10px;
  color: #242A36;
  text-align: right;
  height: 36px;
  line-height: 36px;
}
.form-item input.inp2 {
  border: none;
  color: #888;
  padding-left: 11px;
}
.form-item input.inp1 {
  font-size: 14px;
  color: #333;
  width: 235px;
  height: 20px;
  line-height: 20px;
  padding: 8px 10px;
  border: none;
  border: 1px solid #979797;
}
.form-item select {
  background: #fff;
  min-width: 270px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}
.form-item .erro-tips {
  padding-left: 93px;
  color: #FF9F00;
  font-size: 12px;
  margin-top: 5px;
}
/* layui-自定义 */
body .layui-table-view {
  margin-top: 20px;
}
body .layui-table thead tr {
  background-color: #DBEBFE;
}
body .layui-btn.layui-btn-normal {
  background-color: #5693ef;
  height: 36px;
  line-height: 36px;
}
body .layui-form-radio {
  margin: 0px 10px 0 0;
}
body .layui-form-select dl dd.layui-this {
  background-color: #6d96eb;
}
body .layui-table-page {
  height: auto;
  text-align: center;
  padding: 15px 0;
}
body .layui-input,
body .layui-select,
body .layui-textarea {
  height: 34px;
}
body .layui-input {
  border-color: #ddd;
}
body .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #5693ef;
}
body .layui-form-checked[lay-skin=primary] i {
  border-color: #5693ef;
  background-color: #5693ef;
}
