/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1;
  display: block; }
  .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0; }
@charset "UTF-8";
/*定义常量*/
/*定义布局常量*/
/*定义头部的布局常量*/
/*定义整体的布局常量*/
/*新申诉用变量*/
/*偏突出的文案的黑色*/
body {
  color: #404148; }

[lang=zh] body {
  font: normal 14px/1.5 "Microsoft YaHei"; }

[lang=en] body {
  font-family: "Segoe UI", "Arial", "sans-serif";
  font-size: 14px; }

.smain {
  padding-bottom: 60px; }

/* 工具类 */
.container {
  margin: 0 auto;
  width: 1080px; }

/*左边侧栏菜单*/
.menu {
  background: #fff; }
  .menu li {
    height: 58px;
    border: 1px solid #e7e7ee;
    padding-left: 28px;
    padding-right: 20px;
    line-height: 58px;
    margin-top: -1px; }
    .menu li a {
      color: #404046;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none; }
      .menu li a:hover {
        color: #71717b; }
  .menu .menu-outline {
    color: #1070ff;
    font-size: 18px;
    font-weight: 800; }

/*icon*/
.icon {
  width: 13px;
  height: 13px;
  display: inline-block; }

.red {
  color: #e52c58; }

/*表单布局部分*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #616269; }

.form-control {
  height: 14px;
  line-height: 14px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9df;
  padding-right: 10px;
  width: 100%;
  outline: none;
  font-size: 14px; }

.form-text {
  height: 90px;
  resize: vertical; }

.form-error {
  font-size: 12px;
  color: #e52c58; }

.form-horizontal .form-group {
  width: 100%;
  margin-bottom: 24px; }
  .form-horizontal .form-group label {
    float: left; }
  .form-horizontal .form-group .form-input {
    float: left; }

.btn {
  display: inline-block;
  padding: 10px 22px;
  text-decoration: none;
  cursor: pointer; }

.btn-success {
  color: #fff;
  background: #1070ff;
  text-align: center; }
  .btn-success:hover {
    background: #438fff; }

/*宽度占比*/
.w1200 {
  min-width: 1100px; }

/*整体的布局写法*/
.header {
  height: 64px;
  position: relative;
  width: 100%; }
  .header .header-bg {
    background: #222432;
    width: 100%;
    height: 100%;
    transition: background 200ms ease-in-out;
    position: absolute;
    left: 0;
    right: 0; }
  .header .header-no-bg {
    background: rgba(34, 36, 50, 0); }
  .header .header-container {
    max-width: 1080px;
    margin: 0 auto; }
  .header .header-left {
    float: left; }
    .header .header-left .logo {
      float: left;
      width: 33px;
      height: 32px;
      margin-top: 16px; }
    .header .header-left .header-title {
      color: #fff;
      float: left;
      font-weight: 800;
      font-size: 16px;
      line-height: 64px;
      padding-left: 10px; }
  .header .header-right {
    float: right; }
    .header .header-right .nav li {
      float: left;
      height: 64px;
      position: relative; }
      .header .header-right .nav li.active {
        background: #26293c; }
    .header .header-right .nav .nav-item {
      color: #fff;
      position: relative;
      text-decoration: none;
      white-space: nowrap;
      display: block;
      height: 20px;
      line-height: 20px;
      display: block;
      margin: 22px 0;
      padding: 0 20px;
      cursor: pointer; }
      .header .header-right .nav .nav-item:hover:before, .header .header-right .nav .nav-item.active:before {
        width: 100%; }
      .header .header-right .nav .nav-item:before {
        position: absolute;
        content: " ";
        left: 0;
        width: 0;
        transition: width 200ms ease-in-out;
        height: 2px;
        background: #1070ff;
        bottom: -4px; }
    .header .header-right .nav .nav-menu {
      position: absolute;
      background: #26293c;
      display: none;
      left: 0;
      right: 0;
      z-index: 10; }
      .header .header-right .nav .nav-menu li {
        float: none;
        height: 40px;
        line-height: 40px;
        text-align: center; }
        .header .header-right .nav .nav-menu li a {
          color: #fff;
          text-decoration: none; }
          .header .header-right .nav .nav-menu li a:hover {
            color: #1070ff; }
    .header .header-right .nav .nav-arrow-down {
      display: inline-block;
      margin-left: 4px;
      width: 6px;
      height: 5px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAFCAYAAABmWJ3mAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAATElEQVQI11WMsQ2AMBAD7yvIIDQUzIEEU2Up2AMpq1w6aB4kLLnwWXaoB7Dy1xnqBFzAkLADCwBqVe90BYgsRqDlYi6l9O9U3dT9zQ+dHyOhM4fetQAAAABJRU5ErkJggg==) no-repeat center center;
      vertical-align: middle; }
    .header .header-right .nav .user {
      position: relative;
      padding: 0;
      display: none; }
      .header .header-right .nav .user .login {
        display: block;
        padding: 0 20px;
        margin-top: 16px; }
      .header .header-right .nav .user .user-avtor {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 16px; }
      .header .header-right .nav .user .login-status {
        font-size: 13px;
        position: absolute;
        display: none;
        background: #26293c;
        white-space: nowrap;
        right: 0;
        top: 100%;
        padding: 15px 10px 15px 15px; }
        .header .header-right .nav .user .login-status-detail {
          color: #fff; }
        .header .header-right .nav .user .login-status .username {
          padding-right: 30px; }
        .header .header-right .nav .user .login-status .logout {
          color: #1070ff;
          text-decoration: none; }

[lang=en] .header .header-right .nav .nav-menu li {
  text-align: left;
  padding-left: 22px; }
@charset "UTF-8";
/*定义布局常量*/
/*定义头部的布局常量*/
/*定义整体的布局常量*/
/*新申诉用变量*/
/*偏突出的文案的黑色*/
body {
  color: #404148; }

[lang=zh] body {
  font: normal 14px/1.5 "Microsoft YaHei"; }

[lang=en] body {
  font-family: "Segoe UI", "Arial", "sans-serif";
  font-size: 14px; }

.smain {
  padding-bottom: 60px; }

/* 工具类 */
.container {
  margin: 0 auto;
  width: 1080px; }

/*左边侧栏菜单*/
.menu {
  background: #fff; }
  .menu li {
    height: 58px;
    border: 1px solid #e7e7ee;
    padding-left: 28px;
    padding-right: 20px;
    line-height: 58px;
    margin-top: -1px; }
    .menu li a {
      color: #404046;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none; }
      .menu li a:hover {
        color: #71717b; }
  .menu .menu-outline {
    color: #1070ff;
    font-size: 18px;
    font-weight: 800; }

/*icon*/
.icon {
  width: 13px;
  height: 13px;
  display: inline-block; }

.red {
  color: #e52c58; }

/*表单布局部分*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #616269; }

.form-control {
  height: 14px;
  line-height: 14px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9df;
  padding-right: 10px;
  width: 100%;
  outline: none;
  font-size: 14px; }

.form-text {
  height: 90px;
  resize: vertical; }

.form-error {
  font-size: 12px;
  color: #e52c58; }

.form-horizontal .form-group {
  width: 100%;
  margin-bottom: 24px; }
  .form-horizontal .form-group label {
    float: left; }
  .form-horizontal .form-group .form-input {
    float: left; }

.btn {
  display: inline-block;
  padding: 10px 22px;
  text-decoration: none;
  cursor: pointer; }

.btn-success {
  color: #fff;
  background: #1070ff;
  text-align: center; }
  .btn-success:hover {
    background: #438fff; }

/*宽度占比*/
.w1200 {
  min-width: 1100px; }

.footer {
  padding-top: 80px;
  background: #121422; }
  .footer-l {
    float: left;
    padding-left: 20px;
    width: 200px; }
    .footer-l span {
      display: block;
      margin-bottom: 15px; }
      .footer-l span a {
        text-decoration: none;
        color: #fff; }
        .footer-l span a:hover {
          color: #cccccc; }
  .footer-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 30px; }
  .footer .footer-links {
    margin-bottom: 43px; }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px; }

.f-links,
.f-contact {
  width: 250px; }

.f-service {
  width: 220px; }

.qrCode {
  width: 112px;
  height: 112px; }
  .qrCode img {
    width: 100%;
    height: 100%; }
@charset "UTF-8";
/*定义布局常量*/
/*定义头部的布局常量*/
/*定义整体的布局常量*/
/*新申诉用变量*/
/*偏突出的文案的黑色*/
body {
  color: #404148; }

[lang=zh] body {
  font: normal 14px/1.5 "Microsoft YaHei"; }

[lang=en] body {
  font-family: "Segoe UI", "Arial", "sans-serif";
  font-size: 14px; }

.smain {
  padding-bottom: 60px; }

/* 工具类 */
.container {
  margin: 0 auto;
  width: 1080px; }

/*左边侧栏菜单*/
.menu {
  background: #fff; }
  .menu li {
    height: 58px;
    border: 1px solid #e7e7ee;
    padding-left: 28px;
    padding-right: 20px;
    line-height: 58px;
    margin-top: -1px; }
    .menu li a {
      color: #404046;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none; }
      .menu li a:hover {
        color: #71717b; }
  .menu .menu-outline {
    color: #1070ff;
    font-size: 18px;
    font-weight: 800; }

/*icon*/
.icon {
  width: 13px;
  height: 13px;
  display: inline-block; }

.red {
  color: #e52c58; }

/*表单布局部分*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #616269; }

.form-control {
  height: 14px;
  line-height: 14px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9df;
  padding-right: 10px;
  width: 100%;
  outline: none;
  font-size: 14px; }

.form-text {
  height: 90px;
  resize: vertical; }

.form-error {
  font-size: 12px;
  color: #e52c58; }

.form-horizontal .form-group {
  width: 100%;
  margin-bottom: 24px; }
  .form-horizontal .form-group label {
    float: left; }
  .form-horizontal .form-group .form-input {
    float: left; }

.btn {
  display: inline-block;
  padding: 10px 22px;
  text-decoration: none;
  cursor: pointer; }

.btn-success {
  color: #fff;
  background: #1070ff;
  text-align: center; }
  .btn-success:hover {
    background: #438fff; }

/*宽度占比*/
.w1200 {
  min-width: 1100px; }

.smain {
  background: #efeff4; }

.page-head {
  padding-top: 40px;
  padding-bottom: 16px; }
  .page-head .breadcrumb li {
    display: inline-block;
    color: #6e6e76; }
    .page-head .breadcrumb li a {
      text-decoration: none;
      color: #6e6e76; }
    .page-head .breadcrumb li.active {
      color: #000; }
    .page-head .breadcrumb li + li:before {
      content: " > ";
      color: #6e6e76; }

.sard-left {
  width: 208px;
  float: left; }

.sard-right {
  width: 755px;
  float: right;
  background: #fff;
  border: 1px solid #e7e7ee;
  padding-left: 40px;
  padding-right: 45px;
  padding-top: 37px;
  color: #44454f; }
  .sard-right .sard-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px; }
  .sard-right .sard-summary {
    padding-bottom: 80px; }
  .sard-right .sard-content .sard-content-erea h4 {
    font-size: 22px;
    padding-bottom: 25px;
    font-weight: 800; }
  .sard-right .sard-content .sard-content-erea p {
    padding-bottom: 25px; }
  .sard-right .sard-content .sard-content-erea .sard-label {
    font-weight: 800; }
  .sard-right .sard-img img {
    width: 100%; }
  .sard-right .sard-tree {
    margin-top: 20px;
    padding-left: 10px; }
  .sard-right .sard-faq .sard-faq-title {
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7ee; }
  .sard-right .sard-faq .sard-desc {
    margin: 20px 0; }
  .sard-right .sard-faq .sard-btn {
    border: 1px solid #1070ff;
    display: inline-block;
    padding: 5px 15px;
    color: #1070ff;
    cursor: pointer; }
  .sard-right .sard-faq .sard-btn-success {
    border-color: #73757d;
    color: #73757d; }
  .sard-right .sard-faq .sard-faq-textarea {
    width: 592px;
    height: 144px;
    border: 1px solid #73757d;
    margin-bottom: 17px; }
    .sard-right .sard-faq .sard-faq-textarea .sard-faq-input {
      padding: 6px 10px;
      border: none;
      width: 572px;
      height: 132px;
      resize: vertical;
      outline: none; }
      .sard-right .sard-faq .sard-faq-textarea .sard-faq-input.default {
        color: #404148; }

.menu-item .current {
  color: #1070ff; }

@media (max-width: 750px) {
  .header {
    position: initial; }
    .header .header-bg {
      height: initial; }
  .w1200 {
    width: 100%;
    min-width: 100%; }
  .header-right {
    display: none; }
  .smain {
    padding-bottom: 0; }
    .smain .container {
      width: 100%; }
      .smain .container .page-head {
        padding: 10px 0; }
      .smain .container .sard-left {
        display: none; }
      .smain .container .sard-right {
        float: initial;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box; }
  .footer {
    margin-top: 20px;
    padding-top: 0;
    background: #fff; }
    .footer .container {
      width: 100%; }
    .footer .footer-links {
      display: none; } }
