* {
  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;
}

body {
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0.19rem;
  position: relative;
  background: rgba(244, 244, 244, 1);
  min-width: 1200px;
}

html {
  overflow: hidden;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}

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%;
}

/*top*/

a {
  cursor: pointer;
}

.top {
  width: 100%;
  height: 0.8rem;
  background: #3f85e4;
  font-size: 0.21rem;
}


select,
input,
textarea {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(206, 207, 217, 1);
  color: #333333;
}


table tbody td a {
  color: #3a3d75;
}

.con_all .table tr td {
  border: 1px solid #c2c3e1 !important;
  color: #333333 !important;
  font-size: 0.14rem;
  background: none !important;
}

/*html body .content .con_all {
		background: #0b3472 !important;
		border: 1px solid #365F7D;
	}*/
html body .pages {
  width: 100%;
  text-align: right;
  margin-bottom: 0.1rem;
}

html body .pages ul {
  width: 100% !important;
  text-align: right !important;
}

html body .pages ul li {
  color: #383a6d !important;
  background: rgba(18, 63, 120, 0) !important;
  border: 1px solid rgba(206, 207, 217, 1) !important;
  height: auto !important;
  width: auto !important;
  vertical-align: top;
  display: inline-block;
}

html body .pages ul li a {
  display: block;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  color: #383a6d;
}

html body .pages ul li a:hover {
  background: rgba(56, 58, 109, 0.2);
}

html body .pages ul li span {
  display: block;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  background: linear-gradient(180deg,
      rgba(67, 70, 148, 1),
      rgba(83, 86, 173, 1));
  color: #fff;
}

html body .pages ul li span strong {
  font-size: 0.18rem;
}

/* layui.config.css */
.layui-form-select dl dd.layui-this {
  background-color: #d40c16;
  color: #fff;
}

.layui-form-label {
  padding: 0;
  white-space: nowrap;
  color: #666;
  width: 0.94rem;
  width: 1.1rem;
}

.layui-input-block {
  text-align: left;
  margin-left: initial;
  min-height: initial;
}

.layui-table th {
	font-size: 18px;
	color: #666;
	font-family: Source Han Sans CN;
	font-weight: 600;
}

.layui-btn {
  height: 0.4rem;
  line-height:0.4rem;
  min-width: 1rem;
  font-size:0.16rem;
  padding-left:6px;
}


.layui-btn .layui-icon {
  float: right;
  width: 3px;
  border-left: 1px solid #fff;
  padding-left: 4px;
}

.layui-table-cell {
	height: 42px;
	line-height: 32px;
}

.layui-table td,
.layui-table th {
	background: #fff;
}

.layui-table td {
  color: #121212;
}

.layui-table td a.del {
  color: #FF6969;
}

.layui-table td a.download {
  color: #3799F7;
}

.layui-btn-default {
  background: #c1c7cd;
}

.layui-btn-warning {
  background: #DC3636;
}

.layui-btn-export {
  background: #20BB7E;
}

.layui-table-header .layui-table {
  width: 100%;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #597FC0 !important;
  background-color: #FFF !important;
  color: #597FC0 !important;
  font-weight: bold;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin: 0;
  padding: 0;
}

label.required:after {
  /* 给红色的必填项打红色星号（文字后）如果打前面用before*/
  content: ' *';
  color: red;
  position: relative;
  right: 0.2rem;
  top: -8px;
  width: 0;
  display: inline-block;
}

.layui-table-tips-c:before {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  width: 100% !important;
}

/* 隐藏浏览器自带密码显示/清除控件，避免与自定义眼睛图标重复 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-textfield-decoration-container,
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-strong-password-auto-fill-button {
  display: none;
}