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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "WenQuanYi Micro Hei", "Lucida Grande", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.push {
  margin: 24px;
}
.pushT {
  margin-top: 24px;
}
.pushR {
  margin-right: 24px;
}
.pushB {
  margin-bottom: 24px;
}
.pushL {
  margin-left: 24px;
}
.noPush {
  margin: 0;
}
.pull {
  padding: 24px;
}
.pullT {
  padding-top: 24px;
}
.pullR {
  padding-right: 24px;
}
.pullB {
  padding-bottom: 24px;
}
.pullL {
  padding-left: 24px;
}
.noPull {
  padding: 0;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.ttop {
  vertical-align: top;
}
.tmiddle {
  vertical-align: middle;
}
.tbottom {
  vertical-align: bottom;
}
hr {
  border: solid #9c9ef2;
  border-width: 0 0 1px;
}
.positive {
  position: relative;
}
.posilute {
  position: absolute;
}
.posixed {
  position: fixed;
}
.form h4 {
  padding: 0 0 15px;
  font-size: 19.2px;
}
.form h5 {
  padding: 0 0 8px;
  font-size: 19.2px;
}
.form > li {
  padding: 8px 0 8px 260px;
  line-height: 62px;
  min-height: 62px;
  font-size: 19.2px;
}
.form > li>label {
  float: left;
  margin-left: -260px;
  padding-right: 5px;
  width: 244px;
  text-align: right;
}
.form > li>label em {
  padding: 3px 5px 0 0;
  color: #f00;
  line-height: inherit;
  content: "*";
}
.form > li > samp {
  margin-left: 5px;
}
.form > li .horizontal li,
.form > li .transverse li {
  display: inline;
  padding-right: 20px;
}
.form > li .vertical li label {
  margin-right: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px 9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border: 1px solid #393de6;
}
output {
  display: block;
  font-size: 19.2px;
  line-height: 62px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="number"],
input[type="email"] {
  height: 64px;
  padding: 4px 5px;
  font-size: 19.2px;
  line-height: 54px;
  color: #393de6;
  background-color: #fff;
  background-image: none;
  border: 3px solid #393de6;
  border-radius: 0px;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
select.disable,
textarea.disable,
input[type="text"].disable,
input[type="password"].disable,
input[type="datetime"].disable,
input[type="date"].disable,
input[type="month"].disable,
input[type="time"].disable,
input[type="number"].disable,
input[type="email"].disable,
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"] {
  background-color: #f1f1f1;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"] {
  cursor: default;
}
select.XS,
textarea.XS,
input[type="text"].XS,
input[type="password"].XS,
input[type="datetime"].XS,
input[type="date"].XS,
input[type="month"].XS,
input[type="time"].XS,
input[type="number"].XS,
input[type="email"].XS {
  width: 80px;
}
select.S,
textarea.S,
input[type="text"].S,
input[type="password"].S,
input[type="datetime"].S,
input[type="date"].S,
input[type="month"].S,
input[type="time"].S,
input[type="number"].S,
input[type="email"].S {
  width: 120px;
}
select.M,
textarea.M,
input[type="text"].M,
input[type="password"].M,
input[type="datetime"].M,
input[type="date"].M,
input[type="month"].M,
input[type="time"].M,
input[type="number"].M,
input[type="email"].M {
  width: 320px;
}
select.L,
textarea.L,
input[type="text"].L,
input[type="password"].L,
input[type="datetime"].L,
input[type="date"].L,
input[type="month"].L,
input[type="time"].L,
input[type="number"].L,
input[type="email"].L {
  width: 640px;
}
select.XL,
textarea.XL,
input[type="text"].XL,
input[type="password"].XL,
input[type="datetime"].XL,
input[type="date"].XL,
input[type="month"].XL,
input[type="time"].XL,
input[type="number"].XL,
input[type="email"].XL {
  width: 800px;
}
select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="number"].error,
input[type="email"].error {
  color: #f00;
  border-color: #f00;
}
textarea.S {
  height: 128px;
}
textarea.M {
  height: 128px;
}
textarea.L {
  height: 192px;
}
textarea.XL {
  height: 256px;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.radio,
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: default;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: default;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
.aimage {
  display: none;
}
.uploadBtn a {
  padding: 4px;
  border: 3px solid #393de6;
  width: 80px;
  height: 80px;
  line-height: 72px;
  text-align: center;
}
.uploadBtn input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.uploadList {
  width: 480px;
}
.uploadList p::before {
  width: 18px;
  color: #008000;
}
.uploadList p.cuowu::before {
  color: #f00;
}
.uploadList p a.close {
  margin-left: 10px;
}
.uploadList.pic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.uploadList.pic p {
  margin: 0 8px 8px 0;
}
.uploadList.pic p a {
  display: block;
}
.uploadList.pic p::before,
.uploadList.pic p a.close {
  display: none;
}
.uploadList.pic p img {
  display: block;
  padding: 2px;
  border: 3px solid #393de6;
  width: 80px;
  height: 80px;
  line-height: 1px;
}
.uploadList.pic p:hover a.close {
  display: block;
  float: left;
  position: relative;
  margin: -25px 1px 0;
  width: 76px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(255,255,255,0.8);
}
.uploadList.pic p:hover:before {
  width: 45px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 19.2px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  outline: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disable,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
}
a.btn.disable,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn.default,
.btn.default:visited,
.btn.default:focus,
.btn.default.focus {
  border-color: #888af0;
  background: #ebebfc;
  color: #393de6;
}
.btn.default:hover {
  background: #393de6;
  border-color: #393de6;
  color: #ebebfc;
}
.btn.default:active,
.btn.default.active {
  background: #5d5d7f;
  border-color: #5d5d7f;
  color: #343556;
}
.btn.default.disable,
.btn.default[disabled] {
  background: #8586a8;
  border-color: #8586a8;
  color: #5d5d7f;
}
.btn.main,
.btn.main:visited,
.btn.main:focus,
.btn.main.focus {
  background: #393de6;
  border-color: #393de6;
  color: #ebebfc;
}
.btn.main:hover {
  color: #ebebfc;
  background: #4d50e9;
  border-color: #4d50e9;
}
.btn.main.disable,
.btn.main[disabled] {
  background: #999;
  border-color: #999;
  color: #666;
}
.VradioBtn {
  float: right;
  margin-right: 24px;
  letter-spacing: -4px;
  font-size: 19.2px;
}
.VradioBtn a {
  margin-right: -1px;
  border: 1px solid #888af0;
  color: #393de6;
  letter-spacing: 0;
  cursor: pointer;
}
.VradioBtn a:hover {
  color: #393de6;
  border-color: #393de6;
}
.VradioBtn a::before {
  width: 20px;
}
.VradioBtn a.current {
  position: relative;
  background: #393de6;
  border-color: #393de6;
  color: #ebebfc;
}
.VradioBtn a.pic::before {
  margin-right: 5px;
  content: "\e6b7";
}
.VradioBtn a.list::before {
  margin-right: 5px;
  content: "\e6b9";
}
.qBtn-link {
  font-weight: normal;
  border-radius: 0;
}
.qBtn-link,
.qBtn-link:active,
.qBtn-link.active,
.qBtn-link[disabled],
fieldset[disabled] .qBtn-link {
  background-color: transparent;
}
.qBtn-link,
.qBtn-link:hover,
.qBtn-link:focus,
.qBtn-link:active {
  border-color: transparent;
}
.qBtn-link:hover,
.qBtn-link:focus {
  text-decoration: none;
  background-color: transparent;
}
.qBtn-link[disabled]:hover,
fieldset[disabled] .qBtn-link:hover,
.qBtn-link[disabled]:focus,
fieldset[disabled] .qBtn-link:focus {
  color: #5d5d7f;
  text-decoration: none;
}
.btn.S {
  padding: 0px 8px;
  font-size: 19.2px;
  line-height: 32px;
  line-height: 22px;
}
.btn.M {
  padding: 8px 24px;
  font-size: 19.2px;
  line-height: 32px;
}
.btn.L {
  padding: 8px 36px;
  font-size: 19.2px;
  line-height: 32px;
  font-size: 19.2px;
}
input[type="submit"].qBtnBlock,
input[type="reset"].qBtnBlock,
input[type="button"].qBtnBlock {
  width: 100%;
}
@font-face {
  font-family: 'iconfont'; /* Project id 3193360 */
  src: url("//at.alicdn.com/t/font_3193360_9ljd2tdalr.woff2?t=1647910289732") format('woff2'), url("//at.alicdn.com/t/font_3193360_9ljd2tdalr.woff?t=1647910289732") format('woff'), url("//at.alicdn.com/t/font_3193360_9ljd2tdalr.ttf?t=1647910289732") format('truetype');
}
body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #393de6;
}
a,
h1 {
  color: #343556;
}
p {
  color: #9c9ef2;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40vh;
  overflow: hidden;
  background: #393de6;
}
header dl {
  height: 10vh;
}
header dl dt {
  padding: 24px 48px;
  color: #fff;
}
header dl dt .logo {
  vertical-align: middle;
}
header dl dt .logo:after {
  display: inline-block;
  content: '\48';
  color: #fff;
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 200;
}
header dl dd {
  color: #fff;
}
header h1,
header h2 {
  position: relative;
  padding: 0 0 0 120px;
  color: #fff;
  font-size: 55.00000000000001px;
  line-height: 55.00000000000001px;
  font-weight: 200;
}
header h2 {
  padding-top: 8px;
  font-size: 25px;
  line-height: 25px;
}
header pre {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 220px;
  font-weight: 600;
  color: #4c50e8;
  line-height: 210px;
}
.loginArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16vh auto 0;
  background: #fff;
  height: 60vh;
  width: 70vw;
  border-radius: 8px;
  box-shadow: 0 0 8px #343556;
}
.loginArea .img {
  width: 40vw;
  height: 100%;
  background: url("../images/desk04.jpg") center 0 no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}
.loginArea .img a {
  display: none;
}
.loginArea .form {
  width: 30vw;
  padding-bottom: 80px;
}
.loginArea .form h4 {
  padding: 24px 48px;
  font-size: 25px;
  color: #393de6;
  text-align: center;
}
.loginArea .form li {
  padding: 16px 36px;
}
.loginArea .form li label {
  display: none;
  padding: 0 20px;
  font-size: 25px;
  line-height: 80px;
  color: #343556;
}
.loginArea .form li input {
  display: block;
  margin: 0 auto;
  padding: 0 16px;
  width: 360px;
  height: 80px;
  font-size: 25px;
}
.loginArea .form li input:focus {
  border: 1px solid #9c9ef2;
  outline: 1px solid #9c9ef2;
}
.loginArea .form li button {
  display: block;
  margin: 0 auto;
  padding: 30px 80px;
  width: 360px;
  font-size: 25px;
  color: #fff;
  background: #393de6;
}
.layout {
  background: #ebebfc;
}
.layout .side {
  position: fixed;
  top: 10vh;
  bottom: 0;
  left: 0;
  width: 20vw;
}
.layout .side dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
}
.layout .side dl dt {
  margin: 2vh auto;
  height: 28vh;
}
.layout .side dl dt:before {
  display: block;
  margin: 0 auto;
  content: '';
  width: 128px;
  height: 128px;
  background: url("../images/YXL45-4-e7bb243cd0c0460e9cfae1c59d4babf1.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid #888af0;
}
.layout .side dl dt h6 {
  padding-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #ebebfc;
}
.layout .side dl dd {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2vw;
}
.layout .side dl dd h5 {
  display: none;
  font-size: 20px;
  color: #aeafd1;
}
.layout .side dl dd a {
  margin: 8px;
  padding: 8px 8px 16px;
  width: 40%;
  font-size: 16px;
  color: #343556;
  font-weight: 200;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s ease;
}
.layout .side dl dd a:visited {
  color: #343556;
}
.layout .side dl dd a:hover {
  color: #393de6;
}
.layout .side dl dd a:active {
  color: #5d5d7f;
}
.layout .side dl dd a.current {
  color: #fff;
  background: #393de6;
  box-shadow: 0 0 8px rgba(57,61,230,0.4);
}
.layout .side dl dd a:before {
  display: block;
  margin: 16px auto;
  content: '\e651';
  height: 28px;
  line-height: 28px;
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.layout .side dl dd a:nth-child(1):before {
  content: '\e661';
  font-size: 35px;
}
.layout .side dl dd a:nth-child(2):before {
  content: '\e655';
}
.layout .side dl dd a:nth-child(3):before {
  content: '\e658';
}
.layout .side dl dd a:nth-child(4):before {
  content: '\e663';
  font-size: 35px;
}
.layout .side dl dd a:nth-child(5):before {
  content: '\e651';
}
.layout .side dl dd a:nth-child(6):before {
  content: '\e651';
}
.layout .side dl dd a:nth-child(7):before {
  content: '\e651';
}
.layout .side dl dd a:nth-child(8):before {
  content: '\e651';
}
.layout .mainWapper {
  position: relative;
  margin-top: 10vh;
  margin-left: 20vw;
  width: 70%;
  background: #fff;
  min-height: 90vh;
  border-radius: 8px 8px 0 0;
}
.layout .mainWapper .pageForm {
  padding: 48px;
}
.layout .mainWapper hgroup {
  height: 8vh;
  border-bottom: 3px solid #ebebfc;
  background: #3336cf;
  border-radius: 8px 8px 0 0;
  color: #fff;
}
.layout .mainWapper hgroup h6 {
  padding: 0 36px;
  color: #fff;
  font-size: 25px;
  line-height: 8vh;
}
.tablelist {
  padding: 24px;
}
.tablelist ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  border: 1px solid #c3c4f7;
}
.tablelist ul li {
  display: block;
  line-height: 62px;
  border-right: 1px solid #c3c4f7;
  flex-grow: 1;
  text-align: center;
}
.tablelist ul li:nth-child(1) {
  width: 10%;
}
.tablelist ul li:nth-child(2) {
  width: 20%;
}
.tablelist ul li:nth-child(3) {
  width: 30%;
}
.tablelist ul li:nth-child(3) {
  width: 30%;
}
.tablelist ul li:nth-child(1) {
  width: 10%;
}
.tablelist ul.thead li {
  display: block;
  color: #888af0;
  text-align: center;
}
.tablelist dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 36px 72px;
}
.tablelist dl dt a {
  font-size: 50px;
  line-height: 50px;
  color: #393de6;
}
.tablelist dl dd.options a {
  margin: 0 0 0 2px;
  padding: 8px 16px;
  font-size: 16px;
  background: #393de6;
  color: #ebebfc;
}
.newslist dl {
  padding: 36px 72px;
  border-bottom: 3px solid #ebebfc;
}
.newslist dl dt cite {
  display: block;
}
.newslist dl dt a {
  font-size: 25px;
  color: #393de6;
}
.newslist dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.newslist dl dd div {
  color: #8586a8;
}
.newslist dl dd div.options a {
  margin: 0 24px;
}
.newslist dl dd div a {
  font-size: 16px;
}
.newslist dl dd div .catalog {
  margin-right: 24px;
  padding: 4px 16px;
  background: #393de6;
  color: #ebebfc;
}
.userlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 36px;
}
.userlist dl {
  margin: 0 0 36px;
  width: 24%;
  background: #ebebfc;
  border-radius: 8px 8px 0 0;
  transition: color 0.2s ease;
  color: #393de6;
}
.userlist dl dt {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  height: 240px;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.userlist dl dt h4 {
  padding: 32px 16px 16px;
  font-size: 25px;
  background-image: linear-gradient(rgba(57,61,230,0), rgba(57,61,230,0.6));
  color: #fff;
}
.userlist dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30vh;
}
.userlist dl dd ul li {
  padding: 16px 16px 0;
}
.userlist dl dd div.actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #c3c4f7;
}
.userlist dl dd div.actions a {
  width: 50%;
  height: 48px;
  line-height: 48px;
  transition: color 0.2s ease;
  color: #393de6;
  font-size: 16px;
  text-align: center;
}
.userlist dl dd div.actions a:visited {
  color: #393de6;
}
.userlist dl dd div.actions a:hover {
  color: #2d30b8;
}
.userlist dl dd div.actions a:active {
  color: #111245;
}
.userlist dl:visited {
  color: #393de6;
}
.userlist dl:hover {
  color: #2d30b8;
}
.userlist dl:active {
  color: #111245;
}
.userlist dl:hover {
  background: #ebebfc;
}
.userlist dl img {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.userlist dl h6 {
  padding-top: 16px;
  text-align: center;
  font-size: 25px;
}
.cataloglist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cataloglist dl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  width: calc(100% / 6);
  height: 20vh;
  border: 1px solid #ebebfc;
  border-width: 0 1px 1px 0;
}
.cataloglist dl dt {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #c3c4f7;
  text-align: left;
  font-weight: 200;
  border-radius: 2px;
}
.cataloglist dl dt a {
  color: #393de6;
}
.cataloglist dl dd a {
  color: #393de6;
  font-size: 20px;
  font-weight: 200;
}
.cataloglist dl dd a:before {
  content: '\e65b';
  display: block;
  margin: 16px auto 8px;
  font-family: "iconfont" !important;
  font-size: 40px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 200;
}
.cataloglist dl.dianshang dd a:before {
  content: '\e65f';
}
.cataloglist dl.zhengce dd a:before {
  content: '\e65b';
}
.cataloglist dl.shuju dd a:before {
  content: '\e660';
}
.cataloglist dl.xianshang dd a:before {
  content: '\e65c';
}
.cataloglist dl.fuwu dd a:before {
  content: '\e65d';
}
.cataloglist dl.qiye dd a:before {
  content: '\e65e';
}
.seachBarBig {
  position: relative;
  margin-top: 20vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.seachBarBig input {
  padding: 0 16px;
  width: 50vw;
  height: 10vh;
  border-radius: 8px 0 0 8px;
  border-color: #fff;
}
.seachBarBig select {
  height: 10vh;
  padding: 0 8px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.seachBarBig button.btn {
  width: 10vw;
  border-radius: 0 8px 8px 0;
  border-color: #fff;
}
.seachBarBig button.btn:hover {
  border-color: #fff;
  background: #aeafd1;
}
.pageAgent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 36px 24px;
  position: relative;
}
.pageAgent article {
  padding: 24px;
  width: 40vw;
  background: #fff;
}
.pageAgent article ul li {
  padding: 8px 0;
}
.pageAgent article ul li em {
  display: inline-block;
  margin-right: 16px;
  border-radius: 8px;
  background: #393de6;
  color: #fff;
  line-height: 18px;
  width: 18px;
  text-align: center;
  font-size: 10px;
}
.pageAgent section {
  padding: 24px;
  width: 54vw;
}
.pageAgent section div.artileOne {
  margin-bottom: 8px;
  background: #fff;
  padding: 24px;
}
.pageAgent section div.artileOne h2 em {
  float: left;
  margin-left: -24px;
  border-radius: 8px;
  background: #f00;
  color: #fff;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 10px;
}
.page404 {
  padding: 20vh;
  text-align: center;
}
.page404 h1 {
  font-size: 250px;
  color: #fff;
}
.page404 h6 {
  font-size: 16px;
}
.pages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px;
}
.pages a {
  margin: 0 4px;
  padding: 0 8px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #c3c4f7;
  color: #393de6;
  font-size: 25px;
}
.pages a.current {
  background: #393de6;
  color: #fff;
  cursor: default;
}
.pages a.disable {
  color: #c3c4f7;
  border-color: #c3c4f7;
}
.hzmAgent {
  width: 100vw;
  height: 40vh;
  background: #fff;
}
.uploadBtn a:before {
  display: block;
  margin: 0 auto;
  line-height: ;
  font-family: "iconfont" !important;
  font-size: 50px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: '\e662';
  color: #393de6;
}
.pageAgent .GS {
  padding-right: 10vw;
}
.pageAgent .GS h2 {
  margin: 0 auto;
  width: 34vh;
  height: 34vh;
  border: 5px solid #c3c4f7;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.pageAgent .GS h2 i {
  display: block;
  padding-top: 40px;
  font-size: 125px;
}
.pageAgent .GS h2 p {
  font-size: 25px;
}
.pageAgent .GS h2 p s {
  padding: 0 8px;
  color: #ffce1a;
}
