.container {
  width: 1200px;
  margin: 0 auto; }

.shape {
  position: absolute;
  pointer-events: none; }

.shape > * {
  display: block; }

.shape:not([class*='shape-blur']) {
  overflow: hidden; }

.shape:not([class*='shape-blur']) > * {
  transform: scale(2); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shape > svg {
    display: none; } }

.shape-top {
  top: 0;
  right: 0;
  left: 0; }

.shape-top > * {
  transform-origin: bottom center; }

.shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-right > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  transform-origin: center left; }

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.shape-bottom > * {
  transform-origin: top center; }

.shape-bottom-100 {
  right: 0;
  bottom: 100%;
  left: 0; }

.shape-bottom-100 > * {
  transform-origin: top center; }

.shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-left > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  transform-origin: center right; }

.shape-fluid-x > * {
  width: 100%;
  height: auto; }

.shape-fluid-y > * {
  width: auto;
  height: 100%; }

.shape-flip-x {
  transform: scaleX(-1); }

.shape-blur-1 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-1 {
    bottom: 0;
    left: 50%;
    right: auto; } }

.shape-blur-1 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-1 > * {
    width: auto;
    height: 100%; } }

.shape-blur-2 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-2 {
    bottom: 0;
    right: 50%;
    left: auto; } }

.shape-blur-2 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-2 > * {
    width: auto;
    height: 100%;
    float: right; } }

.shape-blur-3 {
  top: 0;
  right: 0;
  left: 0; }

.shape-blur-3 > * {
  width: 100%;
  height: auto; }

.shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) scale(1.3); }

.shape-blur-4 > * {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

html *,
body * {
  box-sizing: content-box; }

.main-nav {
  position: relative;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  border-top: 3px solid #2486ff;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
  .main-nav__wrap {
    display: flex; }
  .main-nav__link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    text-align: right; }
    .main-nav__link a:not(.ui-button) {
      display: inline-block;
      margin-right: 40px;
      font-size: 16px;
      color: #666; }
      .main-nav__link a:not(.ui-button):hover {
        color: #000; }
    .main-nav__link .ui-button {
      height: 20px;
      border-radius: 20px; }
  .main-nav__member {
    display: flex;
    margin-left: auto;
    text-align: right;
    align-items: center; }
    .main-nav__member a {
      font-size: 14px;
      margin-left: 10px; }
  .main-nav__logo {
    width: 200px; }
    .main-nav__logo img {
      width: 140px;
      vertical-align: middle; }
  .main-nav .user-photo {
    display: inline-block;
    height: 40px; }
    .main-nav .user-photo .photo-cover {
      display: inline-block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      border-radius: 20px;
      vertical-align: top; }
    .main-nav .user-photo .fas {
      display: inline-block;
      vertical-align: top;
      line-height: 40px; }
    .main-nav .user-photo img {
      width: 100%;
      vertical-align: top; }
  .main-nav .nav-drop {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: left;
    line-height: 1.4;
    padding: 20px 0 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08), 0 1px 0 0 #eee;
    border-radius: 4px;
    border: 1px solid #eee; }
    .main-nav .nav-drop::after {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #fff;
      position: absolute;
      top: -12px;
      left: 70px; }
    .main-nav .nav-drop::before {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #eee;
      position: absolute;
      top: -13px;
      left: 70px; }
    .main-nav .nav-drop .nickname {
      padding: 0 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      .main-nav .nav-drop .nickname span {
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all; }
    .main-nav .nav-drop .drop-item a {
      display: block;
      padding: 10px 20px;
      margin-left: 0; }
      .main-nav .nav-drop .drop-item a:hover {
        background-color: #f5f5f5; }

footer {
  position: relative;
  background-color: #161c2d;
  text-align: center; }
  footer .footer-wrap {
    display: flex;
    justify-content: space-between; }
  footer .shape {
    display: none;
    color: #161c2d; }
  footer .site-info {
    line-height: 50px;
    color: #999; }
    footer .site-info a {
      color: #999; }
      footer .site-info a:hover {
        color: #666; }
    footer .site-info > div {
      display: inline-block; }
  footer .quick-link {
    padding: 15px 0 0; }
    footer .quick-link a {
      display: inline-block;
      margin: 0 5px;
      color: #999; }

.login-wrap .fix {
  position: relative;
  margin-bottom: 20px; }
  .login-wrap .fix .forget-link {
    position: absolute;
    right: -10px;
    bottom: -50px;
    font-size: 12px;
    z-index: 1000;
    cursor: pointer; }

.em-form-item {
  display: flex;
  margin-bottom: 20px;
  align-items: top; }
  .em-form-item input,
  .em-form-item textarea,
  .em-form-item .ui-textarea,
  .em-form-item select {
    flex-grow: 1; }
  .em-form-item .show-check {
    z-index: auto;
    flex-grow: 0;
    position: static;
    align-self: self-end;
    opacity: 1; }
  .em-form-item label {
    flex-grow: 0;
    width: 120px;
    text-align: right;
    padding-top: 10px;
    margin-right: 15px; }
  .em-form-item.required label::before {
    content: '* ';
    color: red; }

.em-form .form-tips {
  color: #999;
  margin-left: 140px;
  margin-top: -15px;
  margin-bottom: 20px; }

.no-data {
  text-align: center;
  padding: 100px 0 150px; }
  .no-data .tips {
    font-size: 16px;
    margin-top: 30px;
    color: #999; }

.box {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }

.filter-group {
  display: flex;
  padding: 20px 0; }
  .filter-group .form-item {
    margin-right: 20px; }
    .filter-group .form-item > label {
      display: inline-block;
      margin-right: 5px;
      color: #999; }
  .filter-group .search-group {
    margin-left: auto; }

.temp-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .temp-list .temp-item {
    box-sizing: border-box;
    transition: all ease 300ms;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  .temp-list .card-zoom {
    position: relative; }
    .temp-list .card-zoom img {
      width: 100%; }
  .temp-list .free-tag {
    position: absolute;
    font-size: 12px;
    background-color: rgba(255, 107, 0, 0.7);
    color: #fff;
    right: 0;
    top: 0;
    padding: 2px 5px 3px;
    border-bottom-left-radius: 6px;
    z-index: 1; }
  .temp-list .card {
    position: relative;
    margin-bottom: 40px;
    border-radius: 6px;
    overflow: hidden;
    height: 330px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
    .temp-list .card:hover .buy-group {
      transform: translateX(0); }
  .temp-list .card-overlay {
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    border-radius: 6px;
    cursor: pointer; }
    .temp-list .card-overlay .buy-group {
      position: absolute;
      transition: all ease-out 200ms;
      transform: translateY(100%);
      top: 0;
      left: 0;
      z-index: 11;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center; }
      .temp-list .card-overlay .buy-group .btn {
        display: inline-block;
        cursor: pointer;
        background-color: #ff6b00;
        padding: 8px 20px;
        border-radius: 3px;
        color: #fff; }
        .temp-list .card-overlay .buy-group .btn:hover {
          background-color: #ff8933; }
    .temp-list .card-overlay .card-body {
      display: block;
      background-color: #f8f8f8;
      flex-grow: 0;
      transform: translateY(0);
      transition: all 0.3s ease;
      margin: -30px;
      margin-top: auto;
      box-shadow: 0 -2px 6px 1px rgba(0, 0, 0, 0.15); }
      .temp-list .card-overlay .card-body .name {
        font-size: 14px;
        color: #666;
        padding: 10px 15px; }
      .temp-list .card-overlay .card-body .price-view {
        border-top: 1px solid #ddd;
        padding: 5px 15px; }
      .temp-list .card-overlay .card-body .price {
        color: #ff4534; }
      .temp-list .card-overlay .card-body .free-use .price span {
        text-decoration: line-through; }

.list-pager {
  margin: 30px 0 50px;
  text-align: center; }

.detail-page {
  background-color: #f7f7f7; }

.step-wrap {
  margin-top: 30px; }

.detail-page {
  overflow-x: hidden; }
  .detail-page .decorate {
    height: 91px;
    background: url(/public/image/wave-line-bw-long.svg) repeat-x top;
    background-size: cover;
    background-position-x: 5%;
    background-position-y: 2px; }
  .detail-page .template-title {
    font-size: 32px;
    padding: 20px 0;
    text-align: center; }
  .detail-page .dev-type {
    display: flex;
    justify-content: center; }
    .detail-page .dev-type span {
      font-size: 16px;
      border: 1px solid #ddd;
      background-color: #fff;
      height: 41px;
      line-height: 41px;
      padding: 0 40px;
      cursor: pointer; }
      .detail-page .dev-type span:first-child {
        border-top-left-radius: 25.5px;
        border-bottom-left-radius: 25.5px; }
      .detail-page .dev-type span:last-child {
        border-top-right-radius: 25.5px;
        border-bottom-right-radius: 25.5px; }
      .detail-page .dev-type span.active, .detail-page .dev-type span:hover {
        background-color: #f7f7f7;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 3px 7px 0 rgba(0, 0, 0, 0.08); }
      .detail-page .dev-type span.active {
        pointer-events: none; }
  .detail-page .main-info {
    display: flex;
    padding: 100px 0; }
  .detail-page .template-desc {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
    .detail-page .template-desc .desc-row {
      position: relative;
      padding-left: 80px;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
      word-break: break-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .detail-page .template-desc .desc-row.keyword, .detail-page .template-desc .desc-row.desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
        word-break: normal;
        overflow: hidden; }
      .detail-page .template-desc .desc-row .lab {
        position: absolute;
        color: #999;
        left: 0;
        top: 0; }
    .detail-page .template-desc .price {
      color: #ff6b00; }
    .detail-page .template-desc .tag {
      display: inline-block;
      padding: 2px 5px;
      border-radius: 4px;
      color: #fff;
      font-size: 12px; }
      .detail-page .template-desc .tag:nth-of-type(odd) {
        background-color: salmon; }
      .detail-page .template-desc .tag:nth-of-type(even) {
        background-color: steelblue; }
      .detail-page .template-desc .tag:nth-child(2) {
        background-color: #ffbd2e; }
      .detail-page .template-desc .tag:nth-child(3) {
        background-color: darkseagreen; }
      .detail-page .template-desc .tag:nth-child(4) {
        background-color: dodgerblue; }
      .detail-page .template-desc .tag:nth-child(5) {
        background-color: hotpink; }
    .detail-page .template-desc .buy-btn {
      padding: 9px 30px; }
    .detail-page .template-desc .code-img {
      position: absolute;
      bottom: 20px;
      left: 75px;
      width: 200px;
      text-align: center; }
      .detail-page .template-desc .code-img img {
        max-width: 100%; }
      .detail-page .template-desc .code-img .tips {
        color: #999; }
  .detail-page .template-show {
    position: relative;
    flex-grow: 1;
    margin-left: 40px; }

.join-member {
  font-size: 16px;
  padding-left: 80px; }
  .join-member a {
    color: #ff6b00; }

.template__mobile-wrapper {
  margin-top: 65px;
  overflow: hidden; }

.template__mobile .esdev-mobile-device {
  position: relative;
  height: 590px;
  width: 344px;
  max-width: 100%;
  border-radius: 40px;
  padding: 50px 10px 60px;
  background: #fff;
  border: 2px solid #e8e8e8;
  box-shadow: 0 19px 58px -23px rgba(0, 0, 0, 0.75); }

.template__mobile .esdev-mobile-device-screen {
  box-shadow: 0 0 0 1px #e8e8e8;
  border-radius: 2px;
  overflow: hidden;
  height: 568px;
  position: relative; }

.template__mobile .esdev-mobile-device-screen .esdev-mail-bottom-bar {
  margin-top: -5px;
  width: 100%;
  position: relative; }

.template__mobile .esdev-mobile-device-screen .esdev-mail-top-bar {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0; }

.template__mobile .esdev-mobile-device:after {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -24px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #e8e8e8;
  content: ' ';
  display: block; }

.template__mobile .esdev-mobile-device:before {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  background: #e8e8e8;
  height: 8px;
  border-radius: 20px;
  content: ' '; }

.template__mobile-wrapper {
  height: 505px; }

.template__mobile {
  position: relative; }

.template__mobile-front {
  position: relative;
  z-index: 1; }

.template__mobile-back .template__mobile-img {
  filter: blur(10px) grayscale(10%);
  transition: filter 0.5s linear; }

.template__mobile-back.animation {
  -webkit-animation: mobile-back 1s linear;
          animation: mobile-back 1s linear; }

.template__mobile-front.animation {
  -webkit-animation: mobile-front 1s linear;
          animation: mobile-front 1s linear; }

.template__desktop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 62px -15px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .template__desktop.animation.template__desktop-front {
    -webkit-animation: desktop-front 1s linear;
            animation: desktop-front 1s linear; }
  .template__desktop.animation.template__desktop-back {
    -webkit-animation: desktop-back 1s linear;
            animation: desktop-back 1s linear; }
  .template__desktop .scroll-case {
    height: 100%;
    text-align: center;
    background-color: #e7e7e7; }
    .template__desktop .scroll-case img {
      width: 80%; }

.template__desktop-back {
  z-index: 0; }
  .template__desktop-back .template__desktop-img {
    filter: blur(10px) grayscale(10%);
    transition: filter 0.5s linear; }

.template__desktop-toolbar {
  display: flex;
  align-items: center;
  padding-left: 12px;
  height: 40px;
  background: radial-gradient(ellipse at 50% 117px, rgba(0, 0, 0, 0.509804), rgba(0, 0, 0, 0.207843), rgba(0, 0, 0, 0.101961), rgba(0, 0, 0, 0.0627451), transparent), #fff;
  position: relative;
  box-shadow: inset 0 -12px 54px -50px #000; }

.template__desktop-nav {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }

.template__desktop-nav.close {
  background-color: #ff6159; }

.template__desktop-nav.restore {
  background-color: #ffbd2e; }

.template__desktop-nav.minimize {
  background-color: #28ca42; }

.template__desktop-content {
  position: relative;
  height: 662px;
  overflow: auto;
  z-index: 10;
  background: #f7f7f7; }

.scroll-case {
  height: 100%; }
  .scroll-case img {
    width: 100%; }

@-webkit-keyframes mobile-back {
  0% {
    z-index: 1; }
  to {
    z-index: 0; } }

@keyframes mobile-back {
  0% {
    z-index: 1; }
  to {
    z-index: 0; } }

@-webkit-keyframes mobile-front {
  0% {
    z-index: 0; }
  to {
    z-index: 1; } }

@keyframes mobile-front {
  0% {
    z-index: 0; }
  to {
    z-index: 1; } }

@-webkit-keyframes desktop-front {
  50% {
    transform: translate(305px); }
  to {
    z-index: 1; } }

@keyframes desktop-front {
  50% {
    transform: translate(305px); }
  to {
    z-index: 1; } }

@-webkit-keyframes desktop-back {
  50% {
    transform: translate(305px); } }

@keyframes desktop-back {
  50% {
    transform: translate(305px); } }

.hot-list {
  margin-top: 40px;
  margin-bottom: 100px; }
  .hot-list__title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: 600; }

.temp-slogan {
  padding: 30px 0;
  background-color: #2486ff;
  color: #fff;
  text-align: center; }
  .temp-slogan h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  .temp-slogan p,
  .temp-slogan a {
    color: #f7f7f7; }
