@charset "UTF-8";
@import url("../iconfont/iconfont.css");
@import url("../bushou/style.css");
@import url("../layui/css/layui.css");
@import url("swiper.min.css");
* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  box-sizing: border-box; }

input[type="text"] {
  -webkit-user-select: text; }

input::-webkit-input-placeholder {
  color: #ccc; }

input::moz-input-placeholder {
  color: #ccc; }

input:ms-input-placeholder {
  color: #ccc; }

select {
  -webkit-user-select: text; }

html {
  background: url(../images/bg-b.png) center bottom no-repeat, linear-gradient(180deg, #108BFF 0%, #39B8FF 100%);
  min-height: 100%; }

body {
  font-family: "NSimSun";
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 112px;
  background-image: url(../images/bg-t.png), url(../images/bg-tr.png);
  background-position: center top,right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #333; }

.wrapper {
  position: relative; }

ul, li, ol {
  list-style: none; }

i, em {
  font-style: normal; }

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none;
  color: #333; }

/*clear*/
.cl:after {
  content: " ";
  width: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0; }

/*flost style*/
.l {
  float: left; }

.r {
  float: right; }

.wp {
  width: 1180px;
  margin: 0 auto; }

.h-left {
  margin-top: 38px;
  position: relative;
  flex: 1; }
  .h-left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .h-left .line {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.32);
    margin: 8px 12px; }
  .h-left .logoText {
    font-size: 26px;
    color: #fff;
    font-family: 楷体;
    position: relative;
    min-height: 60px;
    line-height: 60px; }
    .h-left .logoText .ltInner {
      border-radius: 8px;
      position: absolute;
      z-index: 99;
      padding: 8px 0px;
      top: 0;
      width: 220px; }
    .h-left .logoText .ltitem {
      height: 44px;
      line-height: 44px;
      position: relative; }
    .h-left .logoText .ltSub {
      display: none;
      margin-top: 4px; }
    .h-left .logoText .ltButton {
      cursor: pointer; }
    .h-left .logoText .icfont {
      font-size: 24px;
      margin-left: 4px; }
  .h-left .logoTextClick .ltInner {
    color: #1E92FF;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    background: #fff; }
  .h-left .logoTextClick .ltSub {
    display: block; }

.container {
  min-height: 500px; }

.header {
  height: 120px;
  position: relative; }
  .header .wp {
    position: relative;
    align-items: flex-start; }

.login-wrap .header .wp {
  width: 960px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.layout {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.column {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.stretch {
  align-items: stretch; }

/*头部模块*/
.tool-mod {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  font-size: 16px; }
  .tool-mod .topUser {
    float: left;
    margin-left: 16px; }
    .tool-mod .topUser ul li {
      float: left;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .tool-mod .topUser ul li a {
        font-size: 15px;
        color: #fff;
        text-align: center;
        display: block; }
    .tool-mod .topUser ul .signOut {
      margin-left: 6px; }
      .tool-mod .topUser ul .signOut a {
        text-decoration: underline; }

/*footer*/
.footer {
  position: relative;
  margin-top: 32px;
  text-align: center;
  color: #fff; }
  .footer a {
    text-decoration: none;
    color: #ffffff;
    padding: 0 4px;
    font-size: 16px; }

/*顶部导航*/
.menu-wrap {
  position: absolute;
  height: 44px;
  top: 46px;
  right: 50%;
  width: 740px;
  margin-right: -590px; }
  .menu-wrap .menuModule {
    position: relative;
    z-index: 99; }
    .menu-wrap .menuModule li {
      height: 44px;
      line-height: 42px;
      border-radius: 22px;
      padding: 0 16px;
      min-width: 144px;
      text-align: center;
      font-size: 26px;
      position: relative;
      cursor: pointer;
      margin-right: 40px; }
      .menu-wrap .menuModule li a {
        display: block;
        font-weight: 700;
        color: #fff; }
    .menu-wrap .menuModule .active {
      background: #fff; }
      .menu-wrap .menuModule .active a {
        color: #1E92FF; }
  .menu-wrap .tool-search {
    width: 192px;
    border: 2px solid #fff;
    border-radius: 22px;
    position: relative;
    overflow: hidden; }
    .menu-wrap .tool-search .input {
      width: 148px;
      background: none;
      border: none;
      height: 40px;
      padding: 0 20px;
      color: #fff; }
    .menu-wrap .tool-search .input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #fff; }
    .menu-wrap .tool-search .input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff; }
    .menu-wrap .tool-search .input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff; }
    .menu-wrap .tool-search .input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .menu-wrap .tool-search .btn {
      background: #fff;
      width: 44px;
      height: 40px;
      border-radius: 0 0 0 20px;
      border: none;
      cursor: pointer; }
      .menu-wrap .tool-search .btn .icfont {
        font-size: 24px;
        font-weight: 700;
        color: #1E92FF; }

/*登录*/
.login-wrap .loginMain {
  width: 992px;
  height: 557px;
  margin: 0 auto;
  background: url(../images/logmainbg.png) no-repeat; }

.login-wrap .info-content {
  width: 380px;
  margin: 40px 0 0 64px; }
  .login-wrap .info-content h3 {
    font-size: 28px;
    color: #1C4459;
    font-weight: bold;
    text-align: center; }
  .login-wrap .info-content .cont {
    margin-top: 12px; }
    .login-wrap .info-content .cont p {
      padding: 12px 0;
      font-size: 20px;
      color: #1C4459;
      text-indent: 2em; }

.login-wrap .login-content {
  background: #fff;
  width: 340px;
  height: 432px;
  border: 6px solid #FDD444;
  border-radius: 24px;
  margin: 56px 80px 0 0; }
  .login-wrap .login-content .tit {
    padding-top: 28px;
    text-align: center;
    font-size: 20px; }
  .login-wrap .login-content .form {
    margin: 32px 40px 0; }
    .login-wrap .login-content .form .item {
      padding-bottom: 20px; }
      .login-wrap .login-content .form .item .label {
        font-size: 18px;
        padding: 0 8px; }
      .login-wrap .login-content .form .item .item-input {
        background: #F7FCFF;
        height: 48px;
        border-radius: 8px;
        padding: 0 16px;
        margin-top: 8px; }
        .login-wrap .login-content .form .item .item-input input {
          display: block;
          height: 48px;
          border: none;
          font-size: 16px;
          width: 100%;
          background: transparent;
          user-select: text;
          -webkit-user-select: text; }
    .login-wrap .login-content .form .btnLogin {
      margin-top: 8px; }
      .login-wrap .login-content .form .btnLogin a {
        height: 48px;
        display: block;
        line-height: 48px;
        background: #FF7246;
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        color: #fff; }
    .login-wrap .login-content .form .forget {
      margin-top: 8px; }
      .login-wrap .login-content .form .forget a {
        font-size: 16px; }

.explain-wrap .container {
  background: #fff;
  border-radius: 16px;
  min-height: 560px;
  font-size: 18px;
  padding: 0;
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.explain-wrap .title {
  padding: 24px 32px 0;
  box-sizing: border-box; }
  .explain-wrap .title .tit {
    font-size: 24px;
    font-weight: bold; }
  .explain-wrap .title .close {
    border: 1px solid #FF7246;
    text-align: center;
    display: block;
    color: #FF7246;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer; }
    .explain-wrap .title .close .icfont {
      line-height: 40px;
      font-size: 24px; }

.explain-wrap .recontent {
  line-height: 1.8;
  margin: 24px;
  align-items: flex-start;
  border-radius: 16px; }

.explain-wrap .ex-side {
  width: 248px;
  padding: 0 0 0 8px; }
  .explain-wrap .ex-side .inner {
    width: 248px;
    height: 100%;
    overflow-y: auto; }
  .explain-wrap .ex-side .item {
    padding: 8px 0; }
    .explain-wrap .ex-side .item .name {
      font-weight: bold;
      font-size: 20px;
      cursor: pointer; }
      .explain-wrap .ex-side .item .name:hover {
        color: #1E92FF; }
    .explain-wrap .ex-side .item .sub {
      cursor: pointer;
      padding: 6px 0; }
    .explain-wrap .ex-side .item .sname:hover, .explain-wrap .ex-side .item .ssub:hover {
      color: #1E92FF; }
    .explain-wrap .ex-side .item .sname, .explain-wrap .ex-side .item .name {
      align-items: flex-start; }
      .explain-wrap .ex-side .item .sname .text, .explain-wrap .ex-side .item .name .text {
        flex: 1;
        line-height: 1.4; }
      .explain-wrap .ex-side .item .sname .showbtn, .explain-wrap .ex-side .item .name .showbtn {
        margin-left: 12px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        border-radius: 16px;
        color: #999;
        background: #f7f7f7; }
        .explain-wrap .ex-side .item .sname .showbtn .icfont, .explain-wrap .ex-side .item .name .showbtn .icfont {
          font-size: 16px; }
          .explain-wrap .ex-side .item .sname .showbtn .icfont:before, .explain-wrap .ex-side .item .name .showbtn .icfont:before {
            content: "\e691"; }
        .explain-wrap .ex-side .item .sname .showbtn:hover, .explain-wrap .ex-side .item .name .showbtn:hover {
          background: rgba(30, 146, 255, 0.12);
          color: #1E92FF; }
    .explain-wrap .ex-side .item .name .showbtn {
      margin-top: 8px; }
    .explain-wrap .ex-side .item .subs {
      padding-top: 8px; }
    .explain-wrap .ex-side .item .ssubs {
      margin-left: 3em;
      display: none; }
      .explain-wrap .ex-side .item .ssubs .ssub {
        padding: 2px 0; }
  .explain-wrap .ex-side .item-active .name {
    color: #1E92FF; }
    .explain-wrap .ex-side .item-active .name .showbtn {
      background: #1E92FF;
      color: #fff; }
      .explain-wrap .ex-side .item-active .name .showbtn .icfont:before {
        content: "\e695"; }
  .explain-wrap .ex-side .item-active .subs {
    display: block; }
  .explain-wrap .ex-side .sub.active .sname .showbtn {
    background: #1E92FF;
    color: #fff; }
    .explain-wrap .ex-side .sub.active .sname .showbtn .icfont:before {
      content: "\e695"; }
  .explain-wrap .ex-side .sub.active .ssubs {
    display: block; }

.explain-wrap .contentFixed .inner {
  position: fixed;
  top: 0;
  z-index: 5; }

.explain-wrap .ex-content {
  width: 842px;
  margin-left: 16px;
  background: #fff;
  padding: 8px 0 16px 24px;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #e5e5e5;
  flex: 1; }

.explain-wrap .ex-box .b-tit {
  background: #fff;
  position: relative;
  z-index: 9;
  width: 842px; }
  .explain-wrap .ex-box .b-tit .binner {
    font-size: 24px;
    color: #1E92FF;
    font-weight: bold;
    padding: 4px 16px;
    background: rgba(30, 146, 255, 0.08);
    border-radius: 12px 12px 12px 0; }

.explain-wrap .ex-box .s-tit {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 12px; }

.explain-wrap .ex-box .b-info {
  margin-top: 12px; }

.explain-wrap .ex-box .b-box {
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(30, 146, 255, 0.06); }
  .explain-wrap .ex-box .b-box .s-tit + .s-con {
    border-top: 1px dashed rgba(30, 146, 255, 0.4);
    padding: 16px 12px 0; }
  .explain-wrap .ex-box .b-box .s-con {
    padding: 0 12px; }
  .explain-wrap .ex-box .b-box .s-con + .s-con {
    margin-top: 40px; }

.explain-wrap .ex-box p + p {
  padding-top: 12px; }

.explain-wrap .ex-box ul {
  padding-left: 2em;
  padding-bottom: 16px; }

.explain-wrap .ex-box li + li {
  padding-top: 12px; }

.explain-wrap .ex-box img {
  display: block;
  margin-top: 4px;
  margin-bottom: 12px;
  max-width: 100%;
  border-radius: 12px; }

.explain-wrap .ex-box .fontsize20 {
  font-size: 20px; }

.explain-wrap .ex-box .color-r {
  color: #FF7246; }

.explain-wrap .ex-box .color-b {
  color: #1E92FF; }

.explain-wrap .active .b-tit {
  position: fixed;
  top: 0; }

.explain-wrap .ex-box + .ex-box {
  margin-top: 32px; }

.explain-wrap .box-active {
  display: block; }
