.banner-container {
  width: 100%;
  height: 7.1875rem;
  background-color: #55D9A4;
  background-image: url(/image/home/bg_blue_small.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-align: right;
  color: #fff;
  margin-top: 2px;
  margin-top: 5rem; }

.template-nav-content {
  height: 8.25rem; }
  .template-nav-content .content .toggle-wrap {
    width: 14.875rem;
    height: 2.875rem;
    margin: 2.375rem 0 1.875rem 0;
    border-radius: 0.25rem;
    background-color: #eff4fb;
    padding: 0.375rem 0.625rem; }
    .template-nav-content .content .toggle-wrap span {
      width: 6.625rem;
      height: 2.125rem;
      float: left;
      line-height: 2.125rem;
      color: #989898;
      font-size: 0.8125rem;
      text-align: center;
      vertical-align: middle;
      cursor: pointer; }
      .template-nav-content .content .toggle-wrap span:nth-child(2) {
        float: right; }
      .template-nav-content .content .toggle-wrap span.active {
        background-image: linear-gradient(-180deg, #59DE9F 0%, #2BCEB3 100%);
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
        border-radius: 3px;
        color: #fff; }
  .template-nav-content .content ul.template-nav-list li {
    font-size: 0.8125rem;
    float: left;
    padding: 0.375rem;
    margin: 0 1.5rem;
    color: #989898;
    cursor: pointer; }
    .template-nav-content .content ul.template-nav-list li:nth-child(1) {
      margin: 0 3.75rem 0 1.5rem; }
    .template-nav-content .content ul.template-nav-list li.active {
      color: #00A38A;
      border-bottom: 2px solid #1abc9c; }

.template-content {
  width: 100%;
  background-color: #F6F9FC; }
  .template-content .content ul.template-list {
    padding-bottom: 5rem; }
    .template-content .content ul.template-list li {
      width: 15rem;
      height: 23.125rem;
      float: left;
      border-radius: 2px;
      background-color: #fcfdfd;
      box-shadow: 0 2px 3px 0 #c9d1ce;
      padding: 0.375rem 1.25rem;
      margin: 1.875rem 3.125rem 0 0;
      position: relative; }
      .template-content .content ul.template-list li .pic {
        width: 12.625rem;
        height: 18.125rem; }
        .template-content .content ul.template-list li .pic img {
          max-width: 100%;
          height: 100%; }
      .template-content .content ul.template-list li p.title {
        padding: 0.625rem 0;
        font-size: 0.875rem;
        color: #1f3c39;
        line-height: 1.25rem;
        border-bottom: 1px solid #d2dada; }
        .template-content .content ul.template-list li p.title span:nth-child(1) {
          display: inline-block;
          vertical-align: middle;
          max-width: 9.625rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .template-content .content ul.template-list li p.title span:nth-child(2) {
          display: inline-block;
          width: 2.5rem;
          height: 1.25rem;
          background-color: #57dc9e;
          border-radius: 2px;
          margin-left: 0.375rem;
          color: #fff;
          text-align: center;
          font-size: 0.625rem; }
      .template-content .content ul.template-list li p.author {
        font-size: 0.6875rem;
        color: #1f3c39;
        line-height: 1.6875rem; }
      .template-content .content ul.template-list li .operate {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 18.125rem;
        top: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .template-content .content ul.template-list li .operate .btn {
          border: none;
          width: 8.125rem;
          height: 2.5rem;
          text-align: center;
          line-height: 2.5rem;
          border-radius: 4px;
          margin: 0.75rem 0;
          text-decoration: none;
          cursor: pointer; }
          .template-content .content ul.template-list li .operate .btn.preview {
            background-color: #1abc9c;
            color: #fff; }
          .template-content .content ul.template-list li .operate .btn.use {
            background-color: #fff;
            border: 1px solid #1abc9c;
            color: #1abc9c; }
      .template-content .content ul.template-list li:hover .operate {
        display: flex; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out; }
    .modal .modal-dialog .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      position: relative;
      background-color: #fff;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      background-clip: padding-box;
      outline: 0; }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        min-height: 16.42857143px; }
        .modal .modal-dialog .modal-content .modal-header .close {
          margin-top: -2px;
          padding: 0;
          cursor: pointer;
          background: transparent;
          border: 0;
          -webkit-appearance: none;
          float: right;
          font-size: 21px;
          font-weight: 700;
          line-height: 1;
          color: #000;
          text-shadow: 0 1px 0 #fff;
          opacity: .2; }
      .modal .modal-dialog .modal-content .modal-body {
        max-height: 800px;
        overflow-y: auto;
        position: relative;
        padding: 15px; }
        .modal .modal-dialog .modal-content .modal-body img {
          width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; } }
