* {
  padding: 0;
  margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
}

.table {
  color: #fff;
  margin-bottom: 0;
}

.table > tbody > tr > th {
  padding: 0;
  border: 1px solid #cccccc;
  color: #333333;
  text-align: center;
  font-weight: normal;
}

.table > tbody > tr > td {
  padding: 0;
  border: 1px solid #cccccc;
  color: #333333;
}

img,
input {
  border: none;
  vertical-align: middle;
}
input[type="text"] {
  padding-left: 10px;
}
body {
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0.19rem;
  position: relative;
  /* background: url(../img/indexbgs.png) no-repeat center; */
  background-size: 100% 100%;
  min-width: 1000px;
  background: #f9f9f9;
}

html {
  overflow: hidden;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}

ul,
ol {
  list-style-type: none;
}

h3 {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
  /*color: #f60;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}
/*公共样式*/

form {
  width: 100%;
  height: 100%;
}
/*top*/

a {
  cursor: pointer;
}

.top {
  width: 100%;
  height: 0.8rem;
  background: #3f85e4;
  font-size: 0.21rem;
}

.top .imgleft {
  width: 3.55rem;
  height: 0.59rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.11rem;
  float: left;
  margin-left: 0.67rem;
}

.top .toptab {
  display: inline-block;
  vertical-align: top;
}

.top .toptab li {
  display: inline-block;
  vertical-align: top;
  line-height: 0.8rem;
  width: 1.37rem;
  height: 0.8rem;
}

.top .toptab .liclick {
  background: #1890ff;
}

.top .toptab li a {
  color: #fff;
  width: 1.37rem;
  height: 0.8rem;
  display: inline-block;
}

.top .toptab li:hover {
  background: #1890ff;
}

.top .rightul {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 0.65rem;
}

.top .rightul li {
  display: inline-block;
  vertical-align: top;
  line-height: 0.8rem;
}

.top .rightul li img {
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.08rem;
}

.top .rightul li a {
  color: #fff;
}

.top .rightul li:nth-child(1) {
  margin-right: 0.39rem;
}

.dt_warning {
  position: absolute;
  bottom: 0.1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.16rem;
  color: red;
  margin-left: 3%;
}

.img_ck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.img_ck a {
  position: absolute;
  font-size: 0.4rem;
  color: #fff;
  right: 0.4rem;
  top: 0.4rem;
  cursor: pointer;
}

.img_ck div {
  position: absolute;
  width: 60%;
  height: 80%;
  overflow: hidden;
  left: 20%;
  top: 10%;
  overflow-y: auto;
}

.img_ck div img {
  width: 100%;
}
/*导航栏*/
.logo {
  width: 730px;
  display: inline-block;
}
.slogan {
  display: inline-block;
  margin-left: 70px;
}

.logo img {
  height: 100%;
}
.login_info {
  color: #fff;
  display: flex;
  font-size: 18px;
}
.login_info .exit {
  color: #ff3f3f;
  padding-left: 0.2rem;
  cursor: pointer;
}
.register {
  text-align: right;
  color: #fff;
  padding: 8px 0 25px;
}

.toplogin {
  height: 165px;
  width: 100%;
  background: url("../img/top_bg.png") no-repeat;
  background-size: 100% 234%;
}
.header {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  text-align: left;
  padding-top: 67px;
  white-space: nowrap;
}

.footer {
  /*height: 75px;*/
  background: #154ea7;
  width: 100%;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 5px;
  overflow: hidden;
}
.footer p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.footer_title {
  font-size: 16px;
  font-weight: bold;
  width: 1200px;
  margin: 0 auto 5px;
}
.footer_con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 8px;
}
.footer ul {
  float: left;
  width: 400px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0%;
}
.footer ul li {
  padding-left: 50px;
  white-space: nowrap;
}
a.common_btn {
  color: #fff;
}
button.common_btn {
  border: 0;
}
.common_btn {
  width: 97px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #1890ff;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.common_btn_default {
  width: 97px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666;
  background: #ebecf1;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.common_btn_warning {
  width: 97px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  background: #ff5151;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.common_btn_active {
  width: 97px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  background: #618dfa;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.form_search {
  text-align: left;
  /* overflow: hidden; */
  /* margin: 10px 0; */
  font-size: 14px;
  background: #fff;
  padding: 17px 20px;
  word-break: keep-all;
}
.flex_right {
  float: right;
  padding-right: 0.4rem;
}
/* layui.css */
.layui-layer-title {
  background-color: #1890ff;
  color: #fff !important;
}
.layui-layer .layui-layer-content {
  padding: 5px 20px;
}
.layui-table-cell a {
  margin: 0 5px;
}
.layui-laydate-footer span {
  float: left;
}
.layui-table thead .layui-table-cell {
  text-align: center;
}
.layui-table td,
.layui-table th {
  font-size: 16px;
  overflow: hidden;
}
/* inline 对齐 */
.form_search .layui-inline {
  vertical-align: middle;
}

.layui-table-box tbody tr td:nth-child(1) .layui-table-cell {
  text-align: center;
}
.upload_ul .layui-upload-list {
  width: 1000px;
}

.upload_ul .layui-upload-list .layui-table {
  table-layout: fixed;
}
.upload_ul .layui-upload-list .layui-table td a {
  margin: 0 5px;
}

/*分辨率适配  1024  1280  1920*/

.left_menu ul > li {
  background-position: 18% !important;
}

@media screen and (max-width: 1024px) {
  .left_menu ul > li {
    font-size: 16px !important;
    padding-left: 25%;
  }
  .left_menu ul > li {
    background-position: 20px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .left_menu ul > li {
    font-size: 16px !important;
    padding-left: 24%;
  }
  .left_menu ul > li {
    background-position: 20px !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .left_menu ul > li {
    font-size: 16px !important;
    padding-left: 20%;
  }
  .left_menu ul > li {
    background-position: 35px !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .left_menu ul > li {
    font-size: 17px !important;
    padding-left: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .left_menu ul > li {
    font-size: 18px !important;
    padding-left: 0%;
  }
}
/* 白色风格页面样式*/
.left_menu {
  background: #fff !important;
}

.left_menu ul > li,
.left_menu ul > li a {
  color: #333 !important;
}
.left_menu ul li.active {
  background-color: #daecff !important;
  border-right-color: #1890ff !important;
}
.footer {
  background: #172643 !important;
}
.layui-table thead tr {
  background: #1890ff !important;
}
.common_btn {
  background: #1890ff;
}
