.ace-chrome {
  background-color: transparent !important;
  color: #333 !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
  font-size: 14px !important; }
  .ace-chrome ::-webkit-scrollbar {
    width: 0; }
  .ace-chrome .ace_scroller {
    left: 35px !important; }
  .ace-chrome .ace_fold-widget:active,
  .ace-chrome .ace_fold-widget:hover {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important; }
  .ace-chrome .ace_scroller.ace_scroll-left {
    box-shadow: 0px 0 11px 0px rgba(0, 0, 0, 0.4) inset; }
  .ace-chrome .ace_gutter {
    background: transparent !important;
    color: #444 !important; }
  .ace-chrome .ace_gutter-layer {
    font-size: 0 !important;
    width: 30px !important; }
  .ace-chrome .ace_print-margin {
    background: #e8e8e8 !important; }
  .ace-chrome .ace_cursor {
    color: black !important; }
  .ace-chrome .ace_invisible {
    color: #bfbfbf !important; }
  .ace-chrome .ace_constant.ace_buildin {
    color: #FF9100 !important; }
  .ace-chrome .ace_constant.ace_language {
    color: #FF9100 !important; }
  .ace-chrome .ace_constant.ace_library {
    color: #06960e !important; }
  .ace-chrome .ace_invalid {
    background-color: #fbfbfb !important;
    color: #ddd !important; }
  .ace-chrome .ace_support.ace_function {
    color: #3c4c72 !important; }
  .ace-chrome .ace_support.ace_constant {
    color: #06960e !important; }
  .ace-chrome .ace_support.ace_type,
  .ace-chrome .ace_support.ace_class
.ace_support.ace_other {
    color: #6d79de !important; }
  .ace-chrome .ace_variable.ace_parameter {
    color: #FD971F !important; }
  .ace-chrome .ace_keyword.ace_operator {
    color: #687687 !important; }
  .ace-chrome .ace_comment {
    color: #999 !important; }
  .ace-chrome .ace_comment.ace_doc {
    color: #999 !important; }
  .ace-chrome .ace_comment.ace_doc.ace_tag {
    color: #999 !important; }
  .ace-chrome .ace_constant.ace_numeric {
    color: #FF693D !important; }
  .ace-chrome .ace_variable {
    color: #318495 !important; }
  .ace-chrome .ace_xml-pe {
    color: #68685b !important; }
  .ace-chrome .ace_entity.ace_name.ace_function {
    color: #0000A2 !important; }
  .ace-chrome .ace_heading {
    color: #0c07ff !important; }
  .ace-chrome .ace_list {
    color: #b90690 !important; }
  .ace-chrome .ace_marker-layer .ace_selection {
    background: #E1F5FC !important; }
  .ace-chrome .ace_marker-layer .ace_step {
    background: #fcff00 !important; }
  .ace-chrome .ace_marker-layer .ace_stack {
    background: #a4e565 !important; }
  .ace-chrome .ace_marker-layer .ace_bracket {
    border-color: silver !important; }
  .ace-chrome .ace_marker-layer .ace_active-line {
    background: transparent !important;
    border-bottom: 1px dashed #e8e8e8; }
  .ace-chrome .ace_marker-layer .ace_selected-word {
    background: #E1F5FC !important;
    border: none !important; }
  .ace-chrome .ace_gutter-active-line {
    background-color: transparent !important; }
  .ace-chrome .ace_storage,
  .ace-chrome .ace_keyword,
  .ace-chrome .ace_meta.ace_tag {
    color: #0277bd !important; }
  .ace-chrome .ace_string.ace_regex {
    color: #FF3800 !important; }
  .ace-chrome .ace_string {
    color: #338737 !important; }
  .ace-chrome .ace_entity.ace_other.ace_attribute-name {
    color: #666 !important; }
header {
  font-size: 24px;
  color: #666;
  text-align: center;
  background-image: -webkit-linear-gradient(to bottom, #999, #fff);
  background-image: -moz-linear-gradient(to bottom, #999, #fff);
  background-image: linear-gradient(to bottom, #999, #fff); }
  header h1 {
    font-size: 60px;
    padding-bottom: 20px; }
  header .logo {
    padding: 40px 0; }
    header .logo i {
      display: block;
      width: 140px;
      height: 140px;
      margin: 0 auto;
      border-radius: 50% 10px 50% 50%;
      border: 2px solid white; }

.layout {
  overflow: hidden;
  zoom: 1; }

.layout .layout-content {
  float: left;
  width: 100%;
  margin-left: -220px; }

.layout article {
  margin-left: 240px;
  position: relative;
  zoom: 1; }

.layout article h1 {
  padding-top: 20px; }

.layout article pre {
  line-height: 1.6em;
  overflow: hidden; }

.layout article pre code {
  padding: 5px 15px; }

.layout article blockquote {
  margin: 0;
  line-height: 2em;
  padding: 10px 20px;
  border: #ddd solid 1px;
  border-left: #999 solid 3px;
  border-radius: 3px; }

.layout article blockquote code,
.layout article p code {
  display: inline-block;
  line-height: 1.2em;
  padding: 2px 3px;
  margin: 0 3px;
  color: #d14;
  background-color: #f9f2f4;
  border-radius: 3px; }

.themes {
  padding: 0;
  font-size: 0;
  text-align: center; }

.themes li {
  list-style-type: none;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 8px;
  border: #f9f9f9 solid 3px;
  transition: all .5s; }

.themes li.active,
.themes li:hover {
  border-color: #ccc; }

.themes li span {
  width: 160px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  margin: 0 3px;
  display: inline-block;
  zoom: 1; }

.carousel-style-selector {
  line-height: 2em;
  padding-left: 10px; }

.layout aside {
  float: right;
  width: 200px;
  font-size: 14px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  border-left: #ddd solid 1px;
  position: relative; }

.layout aside.affix {
  position: fixed;
  right: 25px;
  top: 0;
  bottom: 0;
  overflow: auto; }

.layout aside ul {
  padding: 0;
  margin-left: -1px;
  list-style-type: none; }

.layout aside li.active {
  border-left: #333 solid 1px; }

.layout aside a {
  display: block;
  color: #999;
  padding: 8px 15px;
  border-radius: 3px; }

.layout aside a:hover {
  background-color: #ddd; }

.layout aside .active a,
.layout aside a:active {
  color: #333;
  font-weight: bold; }

#form1 {
  font-size: 14px; }

#form2 {
  font-size: 12px; }

#form3 {
  font-size: 14px;
  width: 238px; }

.form-text {
  display: inline-block;
  margin-top: 8px; }

#form4 {
  font-size: 12px; }

#table {
  width: 100%;
  font-size: 12px; }

#table td {
  vertical-align: top; }

#table .item-logo {
  float: left;
  margin-top: 2px; }

#table .item-desc {
  float: left;
  margin-left: 10px;
  width: 340px; }

#table .item-desc span {
  display: inline-block;
  overflow: hidden;
  height: 35px; }

.alert {
  width: 320px; }

.tip {
  width: 220px; }

.tip {
  margin-bottom: 20px; }

img {
  border-radius: 2px; }

#menu1 {
  width: 150px; }

#menu2, #menu3, #menu4 {
  width: 145px;
  margin: 20px 40px 20px 0;
  display: inline-block; }

.clear {
  clear: both; }

#modal3 {
  width: 675px; }

.progress {
  text-align: center; }

.list {
  width: 100%; }

.list-squared {
  width: 1000px; }

#card-heading {
  width: 200px; }

.carousel {
  width: 700px;
  height: 320px; }

.carousel-super {
  width: auto; }

.carousel-content {
  width: 100%;
  height: 320px; }

.zoom {
  display: block;
  background-color: #eee;
  width: 460px;
  height: 460px;
  border: 1px solid #eee; }

.zoom img {
  width: 460px;
  height: 460px; }
* {
  padding: 0;
  margin: 0; }

html {
  height: 100%; }

body {
  font-size: 12px;
  line-height: 1.5em;
  height: 100%;
  background-color: #fafafa; }

::-webkit-scrollbar {
  width: 0; }

@media all and (min-width: 1041px) {
  .sider-box {
    position: relative;
    float: left;
    min-height: 1px; } }

@media all and (max-width: 1040px) {
  .sider-box {
    display: none; } }

.header-row .container {
  position: fixed;
  background: white;
  z-index: 30;
  width: 100%;
  height: 60px;
  font-size: 0;
  box-shadow: 0px -2px 10px #333; }
  .header-row .container > span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle; }
  .header-row .container > .left-logo {
    padding-right: 26px;
    text-align: right;
    width: 200px; }
    .header-row .container > .left-logo > .design {
      position: relative;
      font-size: 14px; }
      .header-row .container > .left-logo > .design .caret {
        position: absolute;
        right: -25px;
        top: 15px;
        transform: rotate(-45deg); }
    .header-row .container > .left-logo label {
      font-size: 20px;
      color: #2096f3; }
    .header-row .container > .left-logo .design {
      font-size: 18px;
      color: black; }
  .header-row .container > .nav {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
    .header-row .container > .nav > span {
      display: inline-block;
      width: 80px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      padding: 0 10px;
      border-bottom: 2px solid transparent;
      transition: all 0.4s; }
      .header-row .container > .nav > span.active, .header-row .container > .nav > span:hover {
        border-bottom-color: #73d6ff; }
      .header-row .container > .nav > span.active a {
        color: #2096f3; }
      .header-row .container > .nav > span > a {
        color: #333;
        font-size: 14px; }
  .header-row .container > .right-nav {
    display: none;
    margin-top: 18px;
    margin-right: 20px;
    height: 24px;
    width: 20px;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #0ac2fc;
    color: #0ac2fc;
    text-align: center; }
    .header-row .container > .right-nav:hover {
      cursor: pointer; }
  @media all and (max-width: 841px) {
    .header-row .container .nav {
      display: none; }
    .header-row .container .right-nav {
      display: block; } }

.layout-row {
  padding-top: 60px;
  height: 100%; }
  .layout-row .sider-box {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    height: 100%; }
    .layout-row .sider-box .sider {
      width: 200px;
      background: white;
      height: 100%;
      overflow-y: scroll;
      border-right: 1px solid rgba(3, 3, 3, 0.02);
      box-shadow: -1px 0px 5px #000; }
      .layout-row .sider-box .sider .top-devices {
        margin: 0 20px;
        border-bottom: 1px solid #dfdfdf; }
        .layout-row .sider-box .sider .top-devices .devices {
          margin: 10px auto;
          padding: 7px 12px;
          height: 28px;
          width: 80px;
          border-radius: 4px;
          background: #eee;
          line-height: 14px;
          text-align: center;
          color: #bbb; }
          .layout-row .sider-box .sider .top-devices .devices a {
            color: #bbb; }
            .layout-row .sider-box .sider .top-devices .devices a .iconfont {
              font-size: 18px; }
              .layout-row .sider-box .sider .top-devices .devices a .iconfont.icon-pc {
                margin-top: -2px; }
            .layout-row .sider-box .sider .top-devices .devices a.active {
              color: #2096f3; }
              .layout-row .sider-box .sider .top-devices .devices a.active .iconfont {
                font-size: 20px; }
      .layout-row .sider-box .sider .bottom-list {
        margin-top: 20px;
        padding-bottom: 40px; }
        .layout-row .sider-box .sider .bottom-list ul {
          margin: 0;
          padding: 0;
          font-size: 0; }
          .layout-row .sider-box .sider .bottom-list ul li {
            list-style: none; }
            .layout-row .sider-box .sider .bottom-list ul li.open > ul li {
              height: 30px; }
            .layout-row .sider-box .sider .bottom-list ul li.open .classify .iconfont {
              opacity: 1;
              transform: rotate(0deg); }
            .layout-row .sider-box .sider .bottom-list ul li.action .classify .iconfont {
              opacity: 1; }
            .layout-row .sider-box .sider .bottom-list ul li .classify {
              font-size: 13px;
              color: #666;
              padding: 10px 10px 10px 30px; }
              .layout-row .sider-box .sider .bottom-list ul li .classify:hover .iconfont {
                opacity: 1; }
              .layout-row .sider-box .sider .bottom-list ul li .classify b {
                font-size: 14px;
                font-weight: normal; }
              .layout-row .sider-box .sider .bottom-list ul li .classify .iconfont {
                opacity: 0;
                font-size: 20px;
                filter: alpha(opacity=0);
                color: #bbb;
                transition: all 0.1s ease;
                transform: rotate(-90deg); }
            .layout-row .sider-box .sider .bottom-list ul li > ul {
              overflow: hidden;
              font-size: 0; }
              .layout-row .sider-box .sider .bottom-list ul li > ul li {
                padding: 0;
                color: #999;
                font-size: 12px;
                height: 0;
                overflow: hidden;
                transition: all 0.3s ease;
                box-sizing: border-box; }
                .layout-row .sider-box .sider .bottom-list ul li > ul li:hover, .layout-row .sider-box .sider .bottom-list ul li > ul li.active {
                  background: #E1F5FE; }
              .layout-row .sider-box .sider .bottom-list ul li > ul a {
                display: inline-block;
                height: 100%;
                width: 100%;
                color: #999;
                padding: 5px 0 5px 50px; }

footer {
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  border-top: #ddd solid 1px;
  z-index: 0;
  width: 100%;
  zoom: 1; }

.content-box {
  overflow-y: scroll;
  height: 100%;
  min-width: 768px;
  background: white; }

[class$='-view'] {
  margin: 0px auto;
  padding: 40px 0; }
  [class$='-view'] h3.title {
    font-size: 2.8em;
    line-height: 2.8em;
    margin: 0;
    letter-spacing: 3px;
    font-weight: normal; }
    [class$='-view'] h3.title font {
      font-family: fantasy;
      font-size: 16px;
      color: #999999;
      margin-left: 1em; }
  [class$='-view'] .box {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 0; }
    [class$='-view'] .box > div {
      margin-bottom: 20px; }
    [class$='-view'] .box h2 {
      font-weight: normal; }

.result-area {
  width: 100%;
  margin-bottom: 20px; }

.edit-area {
  width: 100%;
  font-size: 0;
  position: relative;
  white-space: nowrap;
  z-index: 0;
  border-radius: 5px;
  background: white;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 330px; }
  .edit-area.init {
    height: 30px; }
  .edit-area .pop-editor {
    height: 31px;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    background: white;
    font-size: 12px;
    line-height: 30px;
    z-index: 4;
    color: #999;
    border-bottom: 1px solid #dfdfdf; }
    .edit-area .pop-editor:hover {
      cursor: pointer; }
  .edit-area.two-editor .editor {
    display: inline-block;
    width: 49%; }
  .edit-area .editor {
    margin: 0;
    vertical-align: top;
    width: 99%;
    height: 298px; }
    .edit-area .editor .clip-btns {
      position: absolute;
      left: 1px;
      bottom: 2px;
      width: 28px;
      line-height: 28px;
      padding: 2px 4px;
      background: white;
      border-radius: 3px;
      z-index: 10; }
      .edit-area .editor .clip-btns button {
        display: block;
        margin: 4px 0;
        border: none;
        background: transparent;
        outline: none;
        color: #333;
        border-radius: 3px; }
        .edit-area .editor .clip-btns button .iconfont {
          font-size: 20px; }
        .edit-area .editor .clip-btns button:before {
          border-right-color: #96e6ff; }
        .edit-area .editor .clip-btns button:after {
          background: #96e6ff;
          text-shadow: none;
          box-shadow: none;
          color: #333; }
        .edit-area .editor .clip-btns button:active {
          background: #f0f0f0; }
  .edit-area .resize-line {
    height: 88%;
    display: inline-block;
    vertical-align: top;
    width: 1%;
    max-width: 1px;
    margin: 0 0.5%;
    margin-top: 0.5%;
    background: #ddd;
    border-radius: 50%/10px; }
    .edit-area .resize-line:hover {
      cursor: col-resize; }
    .edit-area .resize-line.active:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      height: 100%;
      width: 100%;
      z-index: 11; }

.intro-area section {
  margin: 10px auto; }
  .intro-area section h4, .intro-area section h5 {
    font-weight: normal;
    margin: 0; }
  .intro-area section h4 {
    font-size: 1.3em; }
  .intro-area section h5 {
    font-size: 1.2em; }
  .intro-area section pre {
    margin: 0; }
  .intro-area section code {
    width: 100%;
    display: block;
    padding: 10px;
    background: #ddf6f9;
    border-radius: 5px; }

.code-view-modal {
  width: 80%;
  max-width: 1080px;
  border-radius: 5px;
  overflow: hidden; }
  .code-view-modal .modal-header {
    background: #0ac2fc; }
    .code-view-modal .modal-header h2 {
      color: #fff !important; }
      .code-view-modal .modal-header h2 a {
        float: right;
        color: white; }
  .code-view-modal .modal-footer button {
    padding: 8px 15px;
    border-radius: 4px;
    background: white; }
  .code-view-modal #code-view-area {
    height: 500px;
    overflow: auto; }

.show {
  display: block;
  position: fixed;
  z-index: 10; }

.table-style {
  margin: 20px 0;
  width: 100%; }
  .table-style th, .table-style td {
    padding: 10px;
    border-radius: 5px; }
  .table-style th + th,
  .table-style td + td {
    border-left: 2px solid white; }
  .table-style tr {
    border-top: 1px solid white; }
  .table-style thead {
    background: #00b7d0;
    color: #333; }
  .table-style tbody {
    background: #DDF6F9;
    color: #666; }
  .table-style pre {
    background: #DDF6F9;
    color: #666;
    margin: 0;
    padding: 0; }

.key-text {
  background: #f0f0f0;
  color: #666;
  border-radius: 4px;
  padding: 3px 3px;
  margin: 0 3px;
  font-family: monospace; }

pre {
  display: block;
  background: #f9f9f9;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: monospace;
  margin: 10px 0; }

.link-text {
  display: inline-block;
  color: #6bd7f1;
  border-bottom: 1px solid #6bd7f1;
  padding: 1px 5px; }
  .link-text:hover {
    color: #2096f3;
    border-bottom-color: #2096f3;
    cursor: pointer; }

.link-btn {
  display: inline-block;
  color: white;
  background-color: #6bd7f1;
  padding: 5px 10px;
  border-radius: 4px; }
  .link-btn:hover {
    color: white;
    background-color: #2096f3;
    cursor: pointer; }
.alert-view .box .iconfont {
  font-size: 30px;
  line-height: 35px; }

.alert-view .box .alert {
  margin: 0 12px 12px 0;
  display: inline-block;
  width: 90%;
  max-width: 560px; }
  .alert-view .box .alert p {
    word-break: break-all; }

.alert-view .box tr, .alert-view .box td {
  border: none !important; }

.alert-view .box fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 5px; }
  .alert-view .box fieldset legend {
    font-size: 12px;
    width: auto;
    text-align: center;
    margin-bottom: 0; }
  .alert-view .box fieldset.alert-area {
    border: 2px solid #c0c0c0;
    width: 90%;
    max-width: 320px;
    padding: 10px;
    line-height: 20px; }
  .alert-view .box fieldset.icon-area {
    float: left;
    width: 30%; }
  .alert-view .box fieldset.message-area {
    float: left;
    width: 70%; }
    .alert-view .box fieldset.message-area > fieldset {
      width: 100%; }
.button-view .box .edit-area {
  height: 180px; }
  .button-view .box .edit-area.init {
    height: 30px; }

.button-view .box .editor {
  height: 150px; }
.carousel-view .box .carousel .carousel-control {
  line-height: 40px;
  width: 40px;
  background: #aaa;
  color: #fff;
  border-radius: 2px; }
.checkbox-view .result-area label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  vertical-align: text-bottom; }
.color-view .color-box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  margin-left: -12px; }
  .color-view .color-box .color-column {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin: 10px 12px; }
  .color-view .color-box span {
    width: 100%;
    display: block;
    text-align: center; }

.color-view .color-head {
  position: relative;
  margin-bottom: 8px; }
  .color-view .color-head span {
    height: 100px;
    line-height: 100px; }
  .color-view .color-head label {
    position: absolute;
    font-size: 12px;
    color: white;
    top: 5px;
    left: 5px; }

.color-view .color-body,
.color-view .color-foot {
  margin-bottom: 8px; }
  .color-view .color-body span,
  .color-view .color-foot span {
    height: 48px;
    line-height: 48px;
    margin: 2px 0; }
.font-view .box {
  width: 95%;
  margin: 0 auto; }

.font-view section h4 {
  position: relative;
  padding-left: 2em;
  width: 25%;
  border-bottom: 1px solid #3899EC;
  font-size: 14px;
  line-height: 34px;
  color: #1e1e1e;
  letter-spacing: 3px;
  font-weight: normal; }
  .font-view section h4:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    height: 10px;
    width: 10px;
    border: 2px solid #3899EC;
    border-radius: 5px; }
  @media all and (max-width: 560px) {
    .font-view section h4 {
      width: 100%; } }

.font-view section article {
  font-size: 20px;
  margin-bottom: 30px; }
  .font-view section article p {
    margin: 0;
    line-height: 24px;
    color: #999; }
  .font-view section article .example {
    margin-top: 14px;
    color: #1e1e1e; }

.font-view section .pingfang {
  font-family: 'PingFang SC'; }

.font-view section .pingfang {
  font-family: 'Hiragino GB'; }

.font-view section .pingfang {
  font-family: 'Microsoft YaHei'; }

.font-view section .table thead {
  border: none;
  background: transparent; }

.font-view section .table tr:hover {
  background: transparent; }
  .font-view section .table tr:hover td {
    color: #1e1e1e; }

.font-view section .table tr, .font-view section .table td, .font-view section .table th {
  border: none;
  color: #1e1e1e; }

.font-view section .table th {
  color: #666; }

.font-view section .table tr {
  font-size: 14px;
  line-height: 50px; }

.font-view .text-group p {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin: 0.6em 0; }
  @media all and (max-width: 780px) {
    .font-view .text-group p {
      width: 100%; } }
  .font-view .text-group p label {
    width: 25%; }

.font-view .text-group font {
  display: inline-block;
  width: 70%;
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 1px;
  vertical-align: middle; }

.font-view .main-head font {
  font-weight: bold; }

.font-view .sub-head font {
  font-size: 14px;
  color: #6e6e6e; }

.font-view .small-head font {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: bold; }

.font-view .text font {
  color: #6e6e6e;
  font: 12px; }

.font-view .help-text font {
  color: #999;
  font-size: 12px; }

.font-view .disabled-text font {
  color: #ccc;
  font-size: 12px; }

.font-view .link-text font {
  color: #1d96e0;
  font-size: 12px; }

.font-view .font-56 {
  font-size: 56px !important; }

.font-view .font-48 {
  font-size: 48px !important;
  font-weight: bold !important; }

.font-view .font-36 {
  font-size: 36px !important; }

.font-view .font-24 {
  font-size: 24px !important; }

.font-view .font-20 {
  font-weight: bold !important;
  font-size: 20px !important; }

.font-view .font-16 {
  font-size: 16px !important; }

.font-view .font-14 {
  font-size: 14px !important; }

.font-view .font-12 {
  font-size: 12px !important; }
.grid-intro-view .box .grid-1 img {
  width: 100%; }

.grid-intro-view .box .grid-container .ruler {
  position: relative;
  bottom: -50px;
  height: 9px;
  background: #90ebd7;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 1px solid #90ebd7;
  border-right: 1px solid #90ebd7; }
  .grid-intro-view .box .grid-container .ruler label {
    position: absolute;
    top: -20px;
    left: 48%;
    color: #90ebd7; }

.grid-intro-view .box .grid-container > .row {
  margin-top: 8px;
  margin-bottom: 8px; }

.grid-intro-view .box .grid-container [class*='col-'] {
  min-height: 48px;
  margin-top: 10px; }
  .grid-intro-view .box .grid-container [class*='col-'] .row [class*='col-'] {
    margin-top: 0; }
  .grid-intro-view .box .grid-container [class*='col-'] .content {
    height: 48px;
    width: 100%;
    background: #b2e5fb;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }

.grid-intro-view .box .grid-container .col-1 .content {
  background: #4592e0; }

.grid-intro-view .box .flow-container > .row {
  margin-top: 30px;
  margin-bottom: 30px; }

.grid-intro-view .box .flow-container [class*='col-'] {
  color: white; }
  .grid-intro-view .box .flow-container [class*='col-'] .content {
    background: #00a1e7;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
    text-align: center; }

.grid-intro-view .box section h4 {
  position: relative;
  padding-left: 2em;
  width: 25%;
  border-bottom: 1px solid #3899EC;
  font-size: 14px;
  line-height: 34px;
  color: #1e1e1e;
  letter-spacing: 3px;
  font-weight: normal; }
  .grid-intro-view .box section h4:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    height: 10px;
    width: 10px;
    border: 2px solid #3899EC;
    border-radius: 5px; }
  @media all and (max-width: 560px) {
    .grid-intro-view .box section h4 {
      width: 100%; } }

.grid-intro-view .box .left {
  width: 40%;
  margin-right: 5%;
  display: inline-block; }

.grid-intro-view .box .right {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.grid-intro-view .box .gutter ul {
  margin: 30px 0px;
  padding: 0; }

.grid-intro-view .box .gutter li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 110px; }
  .grid-intro-view .box .gutter li:hover {
    cursor: pointer; }
  .grid-intro-view .box .gutter li:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -1px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #e9e9e9;
    background: #fff;
    z-index: 1; }
  .grid-intro-view .box .gutter li:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 8px;
    height: 3px;
    width: 100%;
    background: #e9e9e9;
    z-index: 0; }
  .grid-intro-view .box .gutter li.active:before {
    border-color: #86c8f3;
    background: #86c8f3;
    height: 12px;
    width: 12px;
    border-radius: 6px; }
  .grid-intro-view .box .gutter li.past:before {
    border-color: #86c8f3; }
  .grid-intro-view .box .gutter li.past:after {
    background: #86c8f3; }
  .grid-intro-view .box .gutter li.last:after {
    width: 0; }

.grid-intro-view .box .gutter .column > .content {
  background: #00a1e7;
  height: 128px;
  line-height: 128px;
  text-align: center;
  font-size: 16px;
  color: white; }

.grid-intro-view .box .px-of-8 {
  height: 790px;
  text-align: center;
  background-image: linear-gradient(to right, #fff0d6 50%, #fff 50%);
  background-size: 28px; }
  .grid-intro-view .box .px-of-8 > img {
    margin-top: 180px;
    height: 50%; }
.grid-view .grid-container [class^="col-"] {
  height: 35px; }

.grid-view .grid-container [class^="col-"] + [class^="col-"] {
  border-left: 1px solid white; }

.grid-view .grid-container .row + .row {
  border-top: 1px solid white; }

.grid-view .grid-container .content {
  line-height: 35px;
  text-align: center; }

.grid-view .grid-container .col-1 > .content {
  background: #E1F5FE; }

.grid-view .grid-container .col-2 > .content {
  background: #E1F5FC; }

.grid-view .grid-container .col-3 > .content {
  background: #81D4FA; }

.grid-view .grid-container .col-4 > .content {
  background: #4FC3F7; }

.grid-view .grid-container .col-5 > .content {
  background: #2AB6F6; }

.grid-view .grid-container .col-6 > .content {
  background: #03A9F4; }

.grid-view .grid-container .col-7 > .content {
  background: #039BE5; }

.grid-view .grid-container .col-8 > .content {
  background: #0288D1; }

.grid-view .grid-container .col-9 > .content {
  background: #0277BD; }

.grid-view .grid-container .col-10 > .content {
  background: #02579B; }

.grid-view .grid-container .col-11 > .content {
  background: #80D8FF; }

.grid-view .grid-container .col-12 > .content {
  background: #3FC4FF; }
.icons-view .box ul {
  margin: 0;
  padding: 0;
  font-size: 0; }

.icons-view .box .hint--top:before {
  border-top-color: #2AB6F6; }

.icons-view .box .hint--top:after {
  background: #2AB6F6;
  text-shadow: none;
  box-shadow: none; }

.icons-view .box li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 140px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  background: #eee;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-right: 30px;
  position: relative; }
  .icons-view .box li .copy-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 20px;
    background: rgba(100, 100, 100, 0.2); }
    .icons-view .box li .copy-tip.success {
      color: #00A900; }
    .icons-view .box li .copy-tip.fail {
      color: #f20; }
  .icons-view .box li button {
    border: none;
    margin-bottom: 10px;
    background: transparent;
    outline: none;
    transition: all 0.5s ease; }
  .icons-view .box li i {
    font-size: 32px;
    color: #999; }
    .icons-view .box li i:hover {
      cursor: pointer; }
  .icons-view .box li span {
    font-size: 12px;
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis; }
.input-group-append .input-group-btn .right-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.laydate-view .datepicker {
  width: 167px; }
.layout-view {
  margin: 40px auto;
  margin-bottom: 0; }
  .layout-view h3 {
    font-size: 2.8em;
    letter-spacing: 3px;
    font-weight: normal; }
    .layout-view h3 font {
      font-family: fantasy;
      font-size: 16px;
      color: #999999;
      margin-left: 1em; }
  .layout-view .box {
    width: 95%;
    margin: 0 auto; }
  .layout-view .header,
  .layout-view .footer {
    background: #7DBCEA;
    height: 64px; }
  .layout-view .sider {
    background: #3BA0E9;
    height: 128px;
    line-height: 128px; }
  .layout-view .content {
    line-height: 128px;
    height: 128px;
    background: #0F8EE9; }
  .layout-view section {
    margin-bottom: 30px;
    clear: both; }
    .layout-view section div {
      text-align: center;
      line-height: 64px;
      color: white; }
  .layout-view .lay-1 div {
    width: 100%; }
  .layout-view .lay-2 > div,
  .layout-view .lay-3 > div {
    width: 100%; }
  .layout-view .lay-2 .sider,
  .layout-view .lay-3 .sider {
    width: 25%;
    float: left; }
  .layout-view .lay-2 .content,
  .layout-view .lay-3 .content {
    margin-left: 25%;
    width: 75%; }
  .layout-view .lay-3 .sider {
    float: right; }
  .layout-view .lay-3 .content {
    margin: 0;
    display: inline-block; }
  .layout-view .lay-4 > div {
    width: 75%;
    margin-left: 25%; }
  .layout-view .lay-4 .sider {
    float: left;
    margin: 0;
    width: 25%;
    line-height: 256px;
    height: 256px; }
.list-view .box .product-image {
  text-align: center; }

.list-view .box .iconfont.icon-IMG {
  font-size: 80px;
  line-height: 80px;
  color: #bbb; }

.list-view .box .list .product-image {
  line-height: 206px; }

.list-view .box .list-squared .product-image {
  line-height: 310px; }

.list-view .box .list-condensed .product-image {
  line-height: 230px; }
.modal-view .box #modal1 {
  width: 500px; }

.modal-view .box #modal2 {
  width: 340px; }

.modal-view .box #modal3 {
  width: 100%; }

.modal-view .box .result-area .modal {
  position: static; }
.radio-view .result-area label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  vertical-align: text-bottom; }
.spin-view .modal {
  position: static;
  box-shadow: none;
  border: 1px  solid #666;
  width: 600px;
  margin: 10px 0; }
.tab-view .box .tab-container {
  background-color: #eee;
  padding: 20px; }
.table-view .box .item-logo {
  height: 80px;
  width: 80px;
  overflow: hidden; }
  .table-view .box .item-logo img {
    height: 100%; }
.theme-view .themes {
  padding: 0;
  font-size: 0;
  text-align: center; }

.theme-view .themes li {
  list-style-type: none;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 8px;
  border: #f9f9f9 solid 3px;
  transition: all .5s; }

.theme-view .themes li.active,
.theme-view .themes li:hover {
  border-color: #ccc; }

.theme-view .themes li span {
  width: 160px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  margin: 0 3px;
  display: inline-block;
  zoom: 1; }
.tip-view .box tr, .tip-view .box td {
  border: none !important; }
.viewer-view .box {
  position: static; }
  .viewer-view .box .gallery ul {
    list-style: none; }
  .viewer-view .box .gallery li {
    float: left;
    width: 200px; }
  .viewer-view .box .gallery li img {
    width: 100%;
    cursor: pointer; }
.index-view {
  padding-top: 0 !important; }
  .index-view .bg {
    height: 400px;
    width: 100%;
    background: #3b4af9 url("../images/tbg@2x.png") no-repeat;
    background-size: auto 100%;
    background-position: right;
    color: white;
    position: relative;
    overflow: hidden; }
    .index-view .bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url("../images/t2logo@2x.png") no-repeat;
      background-size: auto 55%;
      background-position: 25% 55%;
      animation: shake 4.5s infinite;
      -webkit-animation: shake 4.5s infinite;
      -moz-animation: shake 4.5s infinite; }
    .index-view .bg .left {
      float: left;
      width: 55%; }
    .index-view .bg p {
      white-space: nowrap;
      text-align: left;
      line-height: 1.2em; }
    .index-view .bg .right {
      float: right;
      position: relative;
      width: 40%;
      height: 100%;
      padding-top: 50px;
      z-index: 9; }
      .index-view .bg .right:after {
        content: "";
        position: absolute;
        top: 0;
        left: -40%;
        height: 100%;
        width: 100%;
        background: url("../images/t1logo@2x.png") no-repeat;
        background-size: auto 55%;
        background-position: 78% 60%;
        animation: shake 4s infinite 0.5s;
        -webkit-animation: shake 4s infinite 0.5s;
        -moz-animation: shake 4s infinite 0.5s; }
      .index-view .bg .right .t {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 10%;
        margin-top: 100px;
        overflow: hidden; }
        .index-view .bg .right .t > i {
          font-size: 220px;
          line-height: 240px; }
      .index-view .bg .right .t-bg {
        position: absolute;
        height: 440px;
        width: 440px;
        transform: rotate(90deg);
        border-radius: 50%;
        bottom: -80%;
        right: 54%;
        border: 1px solid rgba(255, 255, 255, 0.04);
        background: rgba(255, 255, 255, 0.1); }
        .index-view .bg .right .t-bg:after {
          content: "";
          position: absolute;
          height: 350%;
          width: 350%;
          border-radius: 50%;
          bottom: 100%;
          right: -125%;
          border-left: 1px solid rgba(0, 0, 0, 0.05);
          background: rgba(255, 255, 255, 0.2); }
  .index-view .box {
    padding: 10%; }
    .index-view .box .left-info h2 {
      font-weight: normal;
      letter-spacing: 3px;
      font-size: 28px;
      margin: 0;
      margin-bottom: 24px; }
    .index-view .box .left-info p {
      width: 70%;
      font-size: 14px;
      line-height: 24px;
      color: #9b9b9b; }
    .index-view .box .right-pic {
      height: 148px;
      position: relative; }
      .index-view .box .right-pic .divpic {
        width: 237px;
        height: 148px;
        background: rgba(19, 143, 241, 0.2); }
        .index-view .box .right-pic .divpic > div {
          height: 63px;
          width: 38px;
          background: #138ff1;
          position: absolute;
          left: 71px;
          bottom: 0; }
          .index-view .box .right-pic .divpic > div:before {
            content: "";
            width: 148px;
            height: 82px;
            position: absolute;
            bottom: 0;
            left: 29px;
            background: rgba(19, 143, 241, 0.8); }
          .index-view .box .right-pic .divpic > div:after {
            content: "";
            width: 158px;
            height: 110px;
            position: absolute;
            bottom: 0;
            left: 63px;
            background: rgba(19, 143, 241, 0.6); }
  @media all and (min-width: 1481px) {
    .index-view .bg .left {
      padding-top: 130px;
      padding-left: 130px;
      font-size: 36px; } }
  @media all and (min-width: 1041px) and (max-width: 1480px) {
    .index-view .bg .left {
      padding-top: 100px;
      padding-left: 100px;
      font-size: 30px; } }
  @media all and (min-width: 481px) and (max-width: 1040px) {
    .index-view .bg .left {
      padding-top: 130px;
      padding-left: 100px;
      font-size: 24px; } }
  @media all and (max-width: 480px) {
    .index-view .bg .left {
      padding-top: 100px;
      padding-left: 30px;
      font-size: 18px; } }

@keyframes shake {
  0% {
    opacity: 1; }
  45% {
    opacity: 0.6; }
  50% {
    opacity: 0.8; }
  55% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@-webkit-keyframes shake {
  0% {
    opacity: 1; }
  45% {
    opacity: 0.6; }
  50% {
    opacity: 0.8; }
  55% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@-moz-keyframes shake {
  0% {
    opacity: 1; }
  45% {
    opacity: 0.6; }
  50% {
    opacity: 0.8; }
  55% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
.zoom-view .box .zoom-top {
  background-color: #eee;
  width: 462px;
  height: 462px;
  border: 1px solid #eee;
  text-align: center; }
  .zoom-view .box .zoom-top img {
    width: 460px;
    height: 460px; }

.zoom-view .box .zoom-middle,
.zoom-view .box .zoom-bottom {
  background-color: #eee;
  width: 462px;
  height: 462px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 462px;
  background: #FFF; }
  .zoom-view .box .zoom-middle img,
  .zoom-view .box .zoom-bottom img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle; }
