html {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #f7fafa;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2C6DE4;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.fn-grid {
  width: 1400px;
  margin: 0 auto;
}
.fn-grid:before,
.fn-grid:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-tab .item {
  font-size: 18px;
  background: #f8f7fa;
  display: inline-block;
  cursor: pointer;
  padding: 0 18px;
  line-height: 32px;
  border-radius: 16px 0 16px 0;
  border: 1px solid #ebedec;
  margin-right: 10px;
}
.ui-tab .item.on,
.ui-tab .item:hover {
  color: #fff;
  background: #3fbc92;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .fn-grid {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* 非手机公共样式（大于等于 768px小于1400px) */
@media (min-width: 768px) and (max-width: 1400px) {
  .fn-grid {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
.J_image img {
  max-width: 100%;
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-answer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #F8FAFA;
}
.page-answer .card {
  background-color: #fff;
  -webkit-box-shadow: 2px 0px 5px 0px #D0D3D2;
          box-shadow: 2px 0px 5px 0px #D0D3D2;
  border-radius: 6px;
  padding: 30px;
  height: -moz-calc(100vh - 118px - 20px - 20px);
  height: calc(100vh - 118px - 20px - 20px);
  overflow-y: auto;
}
.page-answer .test-paper {
  width: 70%;
  margin-right: 10px;
}
.page-answer .test-paper .paper-title {
  font-weight: bold;
  color: #171C33;
  font-size: 24px;
  text-align: center;
}
.page-answer .test-paper .paper-subtitle {
  color: #717584;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
}
.page-answer .test-paper .content {
  margin-top: 26px;
}
.page-answer .test-paper .content .content-item {
  margin-bottom: 30px;
}
.page-answer .test-paper .content .content-item:last-child {
  margin-bottom: 0;
}
.page-answer .test-paper .content .content-item .black {
  font-size: 16px;
  color: #171C33;
  font-weight: 500;
  line-height: 30px;
}
.page-answer .test-paper .content .content-item .grey {
  font-size: 16px;
  color: #363A4C;
  line-height: 30px;
}
.page-answer .test-paper .content .content-item .fill-in-blank {
  min-width: 30px;
  display: inline-block;
  margin: 0 6px;
  border-bottom: 1px solid #171C33;
  padding: 0 10px;
  color: #000000;
  font-weight: bold;
}
.page-answer .test-paper .content .content-item .fill-in-blank.submit {
  color: green;
}
.page-answer .test-paper .answer-sheet-btn {
  display: none;
}
.page-answer .answer-sheet {
  width: 30%;
  margin-left: 10px;
  position: relative;
  display: block;
  padding: 20px;
}
.page-answer .answer-sheet .title {
  color: #171C33;
  font-size: 24px;
  font-weight: bold;
}
.page-answer .answer-sheet .student-info {
  color: #171C33;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEDF0;
}
.page-answer .answer-sheet .student-info .layui-word-aux {
  color: #171C33 !important;
}
.page-answer .answer-sheet .list {
  margin-top: 30px;
}
.page-answer .answer-sheet .list .list-item {
  margin-bottom: 28px;
}
.page-answer .answer-sheet .list .list-item:last-child {
  margin-bottom: 0;
}
.page-answer .answer-sheet .list .list-item .item-title {
  color: #171C33;
  font-size: 16px;
  font-weight: 500;
}
.page-answer .answer-sheet .list .list-item .subject-list {
  margin-top: 16px;
}
.page-answer .answer-sheet .list .list-item .subject-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #717583;
}
.page-answer .answer-sheet .list .list-item .subject-item .number {
  width: 24px;
  text-align: right;
}
.page-answer .answer-sheet .list .list-item .subject-item .option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
}
.page-answer .answer-sheet .list .list-item .subject-item .option .layui-form-radio > .lay-skin-tag,
.page-answer .answer-sheet .list .list-item .subject-item .option .layui-form-checkbox > .lay-skin-tag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #DADEE0;
  background: #FAFAFC;
  margin-right: 6px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
}
.page-answer .answer-sheet .list .list-item .subject-item .option .layui-form-checked > .lay-skin-tag,
.page-answer .answer-sheet .list .list-item .subject-item .option .layui-form-radioed > .lay-skin-tag {
  color: #fff !important;
  background-color: #585858;
}
.page-answer .answer-sheet .btn-box {
  text-align: center;
  margin-top: 20px;
}
.page-answer .answer-sheet .btn-box .layui-btn {
  background: #3fbc92;
  width: 168px;
  height: 44px;
  font-size: 16px;
}
.page-answer .answer-sheet .btn-box .result-font {
  text-align: center;
  color: red;
  margin-top: 10px;
}
.page-answer .answer-sheet .btn-box .result {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.page-answer .answer-sheet .btn-box .result .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 30px;
}
.page-answer .answer-sheet .btn-box .result .item .layui-rate {
  padding: 0;
}
.page-answer .answer-sheet .btn-box .result .item .layui-rate .layui-inline {
  margin-bottom: 0;
}
.page-answer .answer-sheet .btn-box .result .item .label {
  margin-right: 10px;
  white-space: nowrap;
}
.page-answer .answer-sheet .btn-box .result .item .layui-inline {
  margin-bottom: 0;
}
.page-answer .answer-sheet .btn-box .result .item .value {
  width: 100%;
}
.page-answer .answer-sheet .btn-box .result .item .value #kspf {
  width: 100%;
}
.page-answer .answer-sheet .btn-box .result .item .value .layui-rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-answer .dialog-box {
  display: none;
  width: 604px;
  height: 402px;
  background-image: url("../images/dialog-bg.png");
  background-repeat: no-repeat;
}
.page-answer .dialog-box .dialog-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
  height: 100%;
}
.page-answer .dialog-box .dialog-content .exam-results {
  color: #171C33;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.page-answer .dialog-box .dialog-content .sub-title {
  margin-top: 20px;
  color: #767A88;
}
.page-answer .dialog-box .dialog-content .result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.page-answer .dialog-box .dialog-content .result .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-answer .dialog-box .dialog-content .result .item .label {
  color: #171C33;
  margin-right: 8px;
  white-space: nowrap;
  line-height: 30px;
}
.page-answer .dialog-box .dialog-content .result .item .value {
  color: #767A88;
  line-height: 30px;
}
.page-answer .dialog-box .dialog-content .layui-rate {
  padding: 0;
}
.page-answer .dialog-box .dialog-content .close-btn {
  margin-top: auto;
  width: 104px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  color: #939598;
  border-color: #939598;
}
.page-answer .layer-demo-custom {
  border-radius: 16px;
}
.page-answer .layer-demo-custom .layui-layer-title {
  display: none;
}
/* 移动端 */
@media (max-width: 767px) {
  .page-answer {
    padding: 0;
  }
  .page-answer .layui-layer {
    border-radius: 0;
  }
  .page-answer .layui-layer .layui-layer-title {
    font-weight: bold;
  }
  .page-answer .answer-sheet {
    display: none;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: none;
    padding: 16px !important;
  }
  .page-answer .answer-sheet .title {
    display: none;
  }
  .page-answer .answer-sheet .btn-box {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
  }
  .page-answer .answer-sheet .student-info {
    margin-top: 0;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 400;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-answer .test-paper {
    width: 100%;
    margin-right: 0;
    max-height: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px;
    padding-bottom: 80px;
  }
  .page-answer .test-paper .answer-sheet-btn {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .page-answer .test-paper .answer-sheet-btn .layui-btn {
    background: #3fbc92;
    width: 200px;
  }
  .dialog-box {
    width: 400px !important;
  }
  .dialog-box .dialog-content {
    padding: 20px 30px !important;
  }
}
@media (max-width: 992px) {
  .page-answer .card {
    height: auto !important;
  }
  .page-answer .student-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-answer .test-paper,
  .page-answer .answer-sheet {
    display: block !important;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-boss {
  min-height: -moz-calc(100vh - 118px - 180px);
  min-height: calc(100vh - 118px - 180px);
  background-color: #F6FAFA;
  padding: 20px 0;
}
.page-boss .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-boss .main .left-menu {
  width: 230px;
  background-color: #fff;
  padding: 12px 0;
  -webkit-box-shadow: 1px 0 12px 0 #e3e3e3;
          box-shadow: 1px 0 12px 0 #e3e3e3;
  border-radius: 4px;
}
.page-boss .main .left-menu .menu-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-boss .main .left-menu .menu-item .menu-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.page-boss .main .left-menu .menu-item .menu-icon.on {
  display: none;
}
.page-boss .main .left-menu .menu-item .item-title {
  font-weight: bold;
  margin-left: 6px;
  font-size: 16px;
}
.page-boss .main .left-menu .menu-item.active {
  background-color: rgba(63, 188, 146, 0.12);
  border-right: 2px solid #3FBC92;
}
.page-boss .main .left-menu .menu-item.active .menu-icon {
  display: none;
}
.page-boss .main .left-menu .menu-item.active .menu-icon.on {
  display: block;
}
.page-boss .main .left-menu .menu-item.active .item-title {
  color: #3FBC92;
}
.page-boss .main .right-content {
  width: -moz-calc(100% - 230px - 20px);
  width: calc(100% - 230px - 20px);
  margin-left: 20px;
}
.page-boss .main .right-content .crumbs-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  margin-right: 6px;
}
.page-boss .main .right-content .right-card {
  background-color: #fff;
  -webkit-box-shadow: 1px 0 12px 0 #e3e3e3;
          box-shadow: 1px 0 12px 0 #e3e3e3;
  border-radius: 4px;
  margin-top: 14px;
  padding: 20px;
}
.page-boss .main .right-content .right-card .layui-tab .layui-tab-title {
  height: 36px;
}
.page-boss .main .right-content .right-card .layui-tab .layui-tab-title li {
  height: 36px;
  line-height: 36px;
  border: 1px solid #EEEDF0;
  border-right: none;
}
.page-boss .main .right-content .right-card .layui-tab .layui-tab-title li:last-child {
  border-right: 1px solid #EEEDF0;
}
.page-boss .main .right-content .right-card .layui-tab .layui-tab-title .layui-this {
  background: #3FBC92;
  color: #fff;
  border-color: #3FBC92;
}
.page-boss .main .right-content .right-card .layui-tab .layui-tab-title .layui-this::after {
  display: none;
}
.page-boss .main .right-content .right-card .layui-tab-content {
  padding: 20px;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-form-label {
  white-space: nowrap;
  width: 120px;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-input-block {
  margin-left: 120px;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-form-checked[lay-skin=primary] > i {
  background-color: #3fbc92;
  border-color: #3fbc92;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-btn.submit {
  background: #3fbc92;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-table-page {
  text-align: center;
  padding: 10px 0;
}
.page-boss .main .right-content .right-card .layui-tab-content .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #3fbc92;
}
.page-boss .main .right-content .right-card .layui-tab-content .search-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-boss .main .right-content .right-card .layui-tab-content .search-box .layui-input {
  width: 200px;
}
.page-boss .main .right-content .right-card .layui-tab-content .search-box .search-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.page-boss .main .right-content .right-card .layui-tab-content .search-box .search-item .search-label {
  white-space: nowrap;
  margin-right: 8px;
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .page-detail .content-title {
    margin-top: -40px !important;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-index {
  position: relative;
}
.page-index .show-pc {
  display: block;
}
.page-index .show-m {
  display: none;
}
.page-index .swiper-container {
  width: 100%;
  height: 100%;
}
.page-index .swiper-container .layui-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 2;
}
.page-index .swiper-slide {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.page-index .swiper-slide a {
  font-size: 0;
  display: block;
}
.page-index .swiper-slide a img {
  width: 100%;
}
.page-index .swiper-slide a:hover {
  opacity: 1;
}
.page-index .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}
.page-index .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.page-index .container .main {
  padding: 0 0 50px 0;
  background: url('../images/main-bg.png') bottom center no-repeat;
}
.page-index .container .main-title {
  text-align: center;
  font-size: 28px;
  color: #333;
  background: url('../images/title-bg.png') bottom center no-repeat;
  padding-bottom: 25px;
  font-weight: bold;
}
.page-index .container .condition-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px #ccc;
          box-shadow: 0px 4px 6px #ccc;
  padding: 40px;
  position: relative;
}
.page-index .container .condition-box .main-title {
  margin-bottom: 20px;
}
.page-index .container .condition-box p {
  font-size: 16px;
  line-height: 26px;
  text-indent: 1.8em;
}
.page-index .container .condition-box img {
  width: 100%;
}
.page-index .container .condition-box::after {
  content: "";
  background: url('../images/condition-bg.png') no-repeat;
  position: absolute;
  top: -7px;
  left: -11px;
  width: 90px;
  height: 90px;
}
.page-index .container .condition-box .title {
  padding: 30px 0 20px 0;
}
.page-index .container .condition-box .title span {
  font-size: 18px;
  color: #fff;
  background: #3fbc92;
  display: inline-block;
  padding: 0 18px;
  font-weight: bold;
  line-height: 32px;
  border-radius: 16px 0 16px 0;
}
.page-index .container .condition-box .check-all {
  margin-top: 30px;
  text-align: center;
}
.page-index .container .condition-box .check-all a {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  color: #b4b5b9;
  padding: 0 30px;
  border: 1px solid #d2d3d5;
  border-radius: 16px;
}
.page-index .container .introduce-box {
  margin-top: 50px;
}
.page-index .container .introduce-box .main-title {
  margin-bottom: 30px;
}
.page-index .container .introduce-box .cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-index .container .introduce-box .cell .item {
  width: 18%;
  height: 134px;
  text-align: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page-index .container .introduce-box .cell .item.item01 {
  background: url('../images/bg01.png') center center no-repeat;
}
.page-index .container .introduce-box .cell .item.item02 {
  background: url('../images/bg02.png') center center no-repeat;
}
.page-index .container .introduce-box .cell .item.item03 {
  background: url('../images/bg03.png') center center no-repeat;
}
.page-index .container .introduce-box .cell .item.item04 {
  background: url('../images/bg04.png') center center no-repeat;
}
.page-index .container .introduce-box .cell .item.item05 {
  background: url('../images/bg05.png') center center no-repeat;
}
.page-index .container .introduce-box .cell .item .text {
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
}
.page-index .container .introduce-box .cell.cell01 {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.page-index .container .introduce-box .cell.cell01 .item {
  margin: 0 10px;
}
.page-index .container .adv-bar a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-index .container .adv-bar a img {
  width: 100%;
}
.page-index .container .adv-bar a:hover {
  opacity: 1;
}
.page-index .container .message-box {
  padding: 50px 0;
}
.page-index .container .message-box .flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-index .container .message-box .message-cont {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 4px #ccc;
          box-shadow: 1px 2px 4px #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.page-index .container .message-box .message-cont .message-hd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebedec;
}
.page-index .container .message-box .message-cont .message-hd .text {
  font-size: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid #3fbc92;
}
.page-index .container .message-box .message-cont .message-hd a {
  color: #999;
  font-size: 16px;
}
.page-index .container .message-box .message-cont .message-bd {
  margin-top: 30px;
}
.page-index .container .message-box .message-list .item {
  margin-top: 20px;
}
.page-index .container .message-box .message-list .item .link {
  font-size: 16px;
}
.page-index .container .message-box .message-list .item .link:before,
.page-index .container .message-box .message-list .item .link:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .container .message-box .message-list .item .link .text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #333;
  padding-left: 16px;
  position: relative;
  width: 510px;
}
.page-index .container .message-box .message-list .item .link .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #187ce9;
}
.page-index .container .message-box .message-list .item .link .time {
  float: right;
  color: #999;
}
.page-index .container .message-box .message-list .item .intr {
  font-size: 16px;
  color: #999;
  display: none;
}
.page-index .container .message-box .message-list .item.on .intr {
  display: block;
}
.page-index .container .friend-box {
  padding: 30px 0;
  background: #fff;
}
.page-index .container .friend-box .link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-index .container .friend-box .link-list img {
  width: 100%;
}
/* 移动端 */
@media (max-width: 767px) {
  .page-index .show-pc {
    display: none;
  }
  .page-index .show-m {
    display: block;
  }
  .page-index .container .main-title {
    font-size: 20px;
  }
  .page-index .container .main {
    padding: 20px 0 10px 0;
  }
  .page-index .container .condition-box {
    padding: 10px;
  }
  .page-index .container .condition-box::after {
    display: none;
  }
  .page-index .container .adv-bar a img {
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-index .container .introduce-box {
    margin-top: 20px;
  }
  .page-index .container .introduce-box .main-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-index .container .introduce-box .cell {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .container .introduce-box .cell .item {
    width: 27%;
    padding: 10px 0;
    height: auto;
    margin-bottom: 10px;
  }
  .page-index .container .introduce-box .cell .item .box .icon img {
    width: 50%;
  }
  .page-index .container .introduce-box .cell .item .box .text {
    font-size: 16px;
  }
  .page-index .container .introduce-box .cell.cell01 {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .page-index .container .introduce-box .cell.cell01 .item {
    margin: 0;
    margin-bottom: 10px;
  }
  .page-index .container .message-box {
    padding: 20px 0 0 0;
  }
  .page-index .container .message-box .ui-tab .item {
    font-size: 16px;
    margin-right: 5px;
    padding: 0 10px;
  }
  .page-index .container .message-box .flex-box {
    display: block;
  }
  .page-index .container .message-box .message-cont {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .page-index .container .message-box .message-cont .message-hd .text {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .page-index .container .message-box .message-cont .message-hd a {
    padding-bottom: 6px;
  }
  .page-index .container .message-box .message-cont .message-bd {
    margin-top: 10px;
  }
  .page-index .container .message-box .message-cont .message-list .item .link .text {
    width: 65%;
  }
  .page-index .container .friend-box {
    padding: 20px 0;
  }
  .page-index .container .friend-box .link-list {
    display: block;
  }
  .page-index .container .friend-box .link-list a {
    display: inline-block;
  }
  .page-index .container .friend-box .link-list .link01,
  .page-index .container .friend-box .link-list .link02 {
    margin-bottom: 10px;
  }
  .page-index .container .friend-box .link-list .link01 img,
  .page-index .container .friend-box .link-list .link02 img {
    width: 100%;
  }
  .page-index .container .friend-box .link-list .link02 {
    margin-bottom: 0;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .page-index .container .main-title {
    font-size: 20px;
  }
  .page-index .container .message-box .message-cont {
    width: 49%;
  }
  .page-index .container .message-box .message-cont .message-list .item .link .text {
    width: 65%;
  }
  .page-index .container .friend-box .link-list .link01 {
    width: 54%;
  }
  .page-index .container .friend-box .link-list .link02 {
    width: 42%;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .page-index .container .main-title {
    font-size: 22px;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1400px) {
  .page-index .container .main-title {
    font-size: 28px;
  }
  .page-index .container .introduce-box .cell .item {
    width: 264px;
    height: 154px;
  }
  .page-index .container .message-box .message-cont {
    width: 682px;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-login .right-box .english-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.page-login .right-box .sub-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
.page-login .right-box .sub-box .item {
  color: #999;
  margin: 0 20px;
}
.page-login .right-box .login-box {
  padding: 50px 100px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-login .right-box .login-box .layui-form {
  width: 400px;
}
.page-login .right-box .login-box .login-button {
  background: #3fbc92;
}
/* 移动端 */
@media (max-width: 767px) {
  .page-login .login-box {
    padding: 14px 0 !important;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-notice .main {
  padding: 40px 0;
}
.page-notice .main .list-content {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 0px 10px 0px #D0D3D2;
          box-shadow: 3px 0px 10px 0px #D0D3D2;
  margin-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-notice .main .list-content .right-box {
  padding: 56px 50px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.page-notice .main .list-content .right-box .content-title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  color: #171C33;
}
.page-notice .main .list-content .right-box .time {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 22px;
  background-image: url("../images/content-line.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.page-notice .main .list-content .right-box .content {
  margin-top: 40px;
  color: #363A4C;
  font-size: 18px;
  line-height: 36px;
}
@media (min-width: 1400px) {
  .list-content {
    min-height: -moz-calc(100vh - 118px - 180px - 101px - 14px) !important;
    min-height: calc(100vh - 118px - 180px - 101px - 14px) !important;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 768px) {
  .list-content {
    min-height: -moz-calc(100vh - 118px - 140px - 101px - 14px);
    min-height: calc(100vh - 118px - 140px - 101px - 14px);
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .page-notice .main {
    padding: 0;
  }
  .page-notice .crumbs-list {
    display: none;
  }
  .page-notice .list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
    min-height: -moz-calc(100vh - 68px - 70px - 20px);
    min-height: calc(100vh - 68px - 70px - 20px);
  }
  .page-notice .right-box {
    height: auto !important;
    padding: 20px !important;
    padding-top: 94px !important;
  }
  .page-notice .right-box .content-title {
    font-size: 20px !important;
  }
  .page-notice .right-box .time {
    font-size: 14px !important;
  }
  .page-notice .right-box .content {
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 30px !important;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-table .right-box .table-title {
  text-align: center;
  font-size: 24px;
}
.page-table .right-box .layui-table {
  margin-top: 20px;
  width: 100%;
}
.page-table .right-box .mobile-table {
  display: none;
  margin-top: 20px;
}
.page-table .right-box .mobile-table .table-item {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.page-table .right-box .mobile-table .table-item:last-child {
  margin-bottom: 0;
}
.page-table .right-box .mobile-table .table-item .column-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.page-table .right-box .mobile-table .table-item .column-item div:first-child {
  white-space: nowrap;
}
.page-table .right-box .mobile-table .table-item .column-item:last-child {
  margin-bottom: 0;
}
/* 移动端 */
@media (max-width: 992px) {
  .page-table .table-title {
    font-size: 16px !important;
  }
  .page-table .layui-table {
    display: none !important;
  }
  .page-table .mobile-table {
    display: block !important;
  }
}

.ui-fixbar {
  position: fixed;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  padding: 5px;
  background: #fff;
  border-radius: 6px;
  z-index: 12;
}
.ui-fixbar .title {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ui-fixbar .btns .item {
  width: 80px;
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  border-radius: 4px;
  cursor: pointer;
}
.ui-fixbar .btns .item .text {
  margin-top: 5px;
}
.ui-fixbar .btns .item.item01 {
  background: #f6fbff;
}
.ui-fixbar .btns .item.item01 .text {
  color: #5aa9e4;
}
.ui-fixbar .btns .item.item02 {
  background: #fcf9f9;
}
.ui-fixbar .btns .item.item02 .text {
  color: #ed848a;
}
.ui-fixbar .btns .item.item03 {
  background: #f0f7f3;
}
.ui-fixbar .btns .item.item03 .text {
  color: #5cab93;
}
.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .ui-fixbar {
    display: none;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.ui-footer-bar {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0064C4), color-stop(53%, #08AC93), to(#74C054));
  background: -moz-linear-gradient(left, #0064C4 0%, #08AC93 53%, #74C054 100%);
  background: linear-gradient(to right, #0064C4 0%, #08AC93 53%, #74C054 100%);
}
.ui-footer-bar .footer-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-footer-bar .copyright {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.ui-footer-bar .copyright span {
  padding-right: 10px;
}
.ui-footer-bar .copyright a {
  color: #fff;
}
.ui-footer-bar .qrcode {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.ui-footer-bar .qrcode .text {
  margin-top: 5px;
}
/* 移动端 */
@media (max-width: 767px) {
  .ui-footer-bar .footer-box {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  .ui-footer-bar .footer-box .logo img {
    height: 50px;
  }
  .ui-footer-bar .copyright,
  .ui-footer-bar .qrcode {
    display: none;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 768px) {
  .ui-footer-bar .footer-box {
    height: 140px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ui-footer-bar .copyright,
  .ui-footer-bar .qrcode {
    display: none;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1400px) {
  .ui-footer-bar .footer-box {
    height: 180px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ui-footer-bar .copyright,
  .ui-footer-bar .qrcode {
    display: block;
  }
}

.ui-top-bar {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0064C4), color-stop(53%, #08AC93), to(#74C054));
  background: -moz-linear-gradient(left, #0064C4 0%, #08AC93 53%, #74C054 100%);
  background: linear-gradient(to right, #0064C4 0%, #08AC93 53%, #74C054 100%);
}
.ui-top-bar .top-bar-box {
  height: 118px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-top-bar .logo {
  width: 771px;
  height: 82px;
}
.ui-top-bar .logo img {
  width: 100%;
}
.ui-top-bar .btns {
  display: none;
}
.ui-top-bar .btns .btn {
  color: #29b986;
  padding: 0 18px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #fff;
  border-radius: 14px;
  margin-left: 10px;
}
.ui-top-bar .btns .bar-user-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}
.ui-top-bar .btns .bar-user-info .avatar {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 4px solid rgba(241, 241, 241, 0.2);
}
.ui-top-bar .btns .bar-user-info .name {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}
.header-login-box {
  display: none;
}
.layer-login-box .layui-layer-content {
  padding: 20px;
}
.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .ui-top-bar .top-bar-box {
    height: 68px;
  }
  .ui-top-bar .top-bar-box .logo {
    height: auto;
  }
}
/* 非手机公共样式（大于等于 768px小于1400px) */
@media (min-width: 768px) and (max-width: 1400px) {
  .ui-top-bar .logo {
    width: 55%;
    height: auto;
  }
}
/* 小屏幕（大于等于 768px） */
@media (min-width: 768px) {
  .ui-top-bar .btns {
    display: block;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs-list span {
  margin: 0 4px;
  color: #999;
}
.crumbs-list .link {
  color: #333;
}
.crumbs-list .current {
  color: #999;
  cursor: default;
}
.page-about {
  background-image: url('../images/list-page-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.left-box {
  width: 210px;
  background-color: #FFFFFF;
  background-image: url('../images/notice-left-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 747px;
  padding: 30px;
}
.left-box .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
}
.left-box .menu-item.active {
  background: #3fbc92;
  color: #ffffff;
}
.left-box .menu-item.active:hover {
  opacity: 1;
}
/* 移动端 */
@media (max-width: 767px) {
  .left-box {
    padding: 12px !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow-x: auto;
    border-bottom: 12px solid #F8FAFA;
  }
  .left-box .menu-item {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .left-box .menu-item.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 4px solid #3fbc92 !important;
  }
}
.page-list .right-box {
  padding: 48px;
}
.page-list .right-box .tabs-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.page-list .right-box .tabs-box .tabs-item {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #171C33;
  font-size: 16px;
  font-weight: bold;
  background-color: #F8F7FA;
  border: 1px solid #EEEDF0;
  border-radius: 0 16px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.page-list .right-box .tabs-box .tabs-item.active {
  color: #fff;
  background: #3fbc92;
}
.page-list .right-box .list-data {
  margin-top: 20px;
}
.page-list .right-box .list-data .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 16px;
}
.page-list .right-box .list-data .list-item .item-title {
  color: #363A4C;
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}
.page-list .right-box .list-data .list-item .item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#53B1F5), to(#1174E8));
  background: -moz-linear-gradient(left, #53B1F5 0%, #1174E8 100%);
  background: linear-gradient(to right, #53B1F5 0%, #1174E8 100%);
}
.page-list .right-box .list-data .list-item .item-time {
  color: #999;
  font-size: 14px;
}
.page-list .right-box .paging-box {
  text-align: center;
}
.page-list .right-box .paging-box a,
.page-list .right-box .paging-box .layui-laypage-curr,
.page-list .right-box .paging-box .layui-laypage-spr {
  margin: 0 3px !important;
  width: 30px;
  height: 30px;
  padding: 0;
}
.page-list .right-box .paging-box .layui-laypage-prev,
.page-list .right-box .paging-box .layui-laypage-next {
  width: auto !important;
  padding: 0 12px;
}
/* 移动端 */
@media (max-width: 767px) {
  .page-list .paging-box {
    display: none;
  }
  .page-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-list .list-item .item-time {
    padding-left: 16px;
  }
  .page-list .tabs-item {
    font-size: 14px !important;
    padding: 0 16px !important;
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 0 12px 0 12px;
  }
}
