/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *height: 1%;
}


/*=================================================================
  common
  =================================================================*/
::selection {
  background: #666;
  color: #fff;
}

::-moz-selection {
  background: #666;
  color: #fff;
}

code::selection {
  background: #666;
  color: #fff;
}

code::-moz-selection {
  background: #666;
  color: #fff;
}

.fontLight {
  font-family: 'open_sanslight' !important;
}

/*=================================================================
  heading
  =================================================================*/
h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
}

p {
  margin: 0;
}

.font-14 {
  font-size: 14px;
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 28px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-20 {
  font-size: 20px;
  line-height: 24px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px;
}

.font-25 {
  font-size: 25px;
  line-height: 38px;
}

/*=================================================================
  link
  =================================================================*/
a {
  color: #3c3c3c;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  /*color: #0054ff;*/
  text-decoration: none;
}

a:active {
  text-decoration: none !important;
}


strong {
  font-weight: 700;
}


/*=================================================================
  Colors
  =================================================================*/
.white {
  color: #fff;
}

.grey {
  color: #8c8c8c;
}

.blue {
  color: #00bce4;
}

.brown {
  color: #8b0e04;
}

.black {
  color: #000;
}

small {
  font-size: 11px;
}

.orange {
  color: #d79818;
}

.golden {
  color: #ac957e;
}


/*=================================================================
  float & text align
  =================================================================*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.img-left {
  float: left;
  padding-right: 15px;
}

.img-full {
  width: 100%;
  float: left;
}

.img-full-width {
  width: 100%;
}

/*=================================================================
  list
  =================================================================*/
.list-square {
  margin: 0;
  padding: 0;
}

.list-square li {
  padding: 5px 0 5px 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  /*background: url(../images/dot.jpg) 3px 16px no-repeat;*/
}


.ul-no-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-no-style li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ul-center {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
}

.ul-center li {
  float: left;
  padding: 0px;
}

.normal-list {
  border-top: 1px dotted #c3b592;
}

.normal-list li {
  border-bottom: 1px dotted #c3b592;
  padding: 6px 0 6px 12px;
  /*background: url(../images/dot.png) left no-repeat;*/
}

/*=================================================================
  padding
  =================================================================*/
.paddingT0 {
  padding-top: 0;
}

.paddingT5 {
  padding-top: 5px;
}

.paddingT10 {
  padding-top: 10px;
}

.paddingT15 {
  padding-top: 15px;
}

.paddingT20 {
  padding-top: 20px;
}

.paddingT25 {
  padding-top: 25px;
}

.paddingT30 {
  padding-top: 30px;
}

.paddingT40 {
  padding-top: 40px;
}

.paddingT50 {
  padding-top: 50px;
}

.paddingT60 {
  padding-top: 60px;
}

.paddingT70 {
  padding-top: 70px;
}

.paddingB40 {
  padding-bottom: 40px;
}

.padding20 {
  padding: 20px;
}

.paddingL0 {
  padding-left: 0;
}

.paddingL20 {
  padding-left: 20px;
}

.paddingR20 {
  padding-right: 20px;
}

.paddingR50 {
  padding-right: 50px;
}

/*=================================================================
  margin
  =================================================================*/
.marginL0 {
  margin-left: 0;
}

.marginT0 {
  margin-top: 0;
}

.marginT10 {
  margin-top: 10px;
}

.marginT20 {
  margin-top: 20px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT50 {
  margin-top: 50px;
}

.marginT60 {
  margin-top: 60px;
}

.marginL30 {
  margin-left: 30px
}

/**--------------------------------------
 * Setting
 *---------------------------------------*/
/**--------------------------------------
 * border radius
 *---------------------------------------*/
/**--------------------------------------
 * Common
 *---------------------------------------*/
.font-txjl {
  font-family: "Open Sans", "Arial", "ltxh", "Microsoft YaHei";
}

.font-ltxh {
  font-family: "Open Sans", "Arial", "ltxh", "Microsoft YaHei";
}

.bg-grey {
  background: #f2f4f3;
}

.section {
  padding: 90px 0;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  font-size: 0.7rem;
}

h1,
h2,
h3,
h4 {
  color: #222024;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}

.paddingT0 {
  padding-top: 0;
}

.marginT14 {
  margin-top: 0.7rem;
}

.marginT22 {
  margin-top: 1.1rem;
}

.marginT28 {
  margin-top: 1.4rem;
}

.marginT38 {
  margin-top: 1.9rem;
}

.marginT60 {
  margin-top: 3rem;
}

.marginT90 {
  margin-top: 4.5rem;
}

.marginT120 {
  margin-top: 6rem;
}

/**--------------------------------------
 * Body
 *---------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #646464;
  background: #f9f9f9;
  font-family: "Open Sans", "Arial", "Microsoft YaHei";
  font-size: 20px;
  line-height: 2;
}

ul {
  list-style: none;
}

/**--------------------------------------
 * Header
 *---------------------------------------*/
#header {
  position: relative;
  font-size: 0.7rem;
  width: 100%;
  height: 31.75rem;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

#header #header-top {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8rem;
  padding: 1.25rem 3rem 1.25rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

#header #header-top.active {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 3rem 0.75rem;
}

#header #logo {
  position: relative !important;
  float: left;
  margin: 4px 0 0;
  left: 0;
  right: 0;
}

#header #logo img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

#header #logo img.logo-white {
  opacity: 1;
  top: -20px;
  width: 114px;
  height: 60px;
}

#header #logo.active img {
  opacity: 1;
}

#header #logo.active img.logo-white {
  opacity: 0;
}

#header #top-nav {
  height: 36px;
}

#header #top-nav #login {
  float: right;
  display: block;
  color: #ffffff;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

#header #top-nav #login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}

#header #top-nav #login:active {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

#header #top-nav #blog {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 6px 0;
  line-height: 24px;
}

#header #top-nav #blog span {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

#header #top-nav #blog:hover {
  text-decoration: underline;
}

#header #top-nav #blog:hover span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#header #top-nav #blog:active span {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#header #top-nav.active #login {
  color: #0054ff;
  border-color: rgba(172, 151, 83, 0.3);
}

#header #top-nav.active #login:hover {
  color: #bda460;
  border-color: rgba(172, 151, 83, 0.3);
  background: rgba(255, 255, 255, 0.3);
}

#header #top-nav.active #login:active {
  color: #978450;
  border-color: rgba(172, 151, 83, 0.5);
  background: rgba(255, 255, 255, 0.3);
}

#header #top-nav.active #blog span {
  color: #0054ff;
}

#header #top-nav.active #blog:hover span {
  color: #bda460;
  border-color: rgba(172, 151, 83, 0.3);
}

#header #top-nav.active #blog:active span {
  color: #978450;
  border-color: rgba(172, 151, 83, 0.5);
}

#header #slogan {
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  color: #ffffff;
  text-align: center;
  margin: -5rem 0 0;
}

#header #slogan h1 {
  font-size: 2.3rem;
  font-family: "Open Sans", "Arial", "Microsoft YaHei";
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

#header #slogan h3 {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #fefeff;
  padding: 1.3rem 0 1.9rem;
  font-family: 'open_sanslight' !important;
  margin: 0;
}

.open_sanslight {
  font-family: 'open_sanslight';
}

.open_sanslight div,
.open_sanslight p,
.open_sanslight span {
  font-family: 'open_sanslight';
}

.open_sans {
  font-family: "Open Sans", "Arial", "Microsoft YaHei";
}

.open_sans div,
.open_sans p,
.open_sans span {
  font-family: "Open Sans", "Arial", "Microsoft YaHei";
}

.button {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  color: #ffffff;
  background: #0054ff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 14px;
}

.button:hover {
  color: #ffffff;
  background: #bda460;
}

.button:active {
  color: rgba(255, 255, 255, 0.5);
  background: #978450;
}

.button-sm {
  display: inline-block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  background: #0054ff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.button-sm:hover {
  color: #ffffff;
  background: #bda460;
}

.button-sm:active {
  color: rgba(255, 255, 255, 0.5);
  background: #978450;
}

a.golden {
  color: #0054ff;
  text-decoration: underline;
}

a.golden:hover {
  color: #bda460;
}

a.golden:active {
  color: #978450;
}

.content {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.7rem;
}

#closesignin {
  transition: none !important;
}

#userinfo {
  position: relative;
  cursor: pointer;
  float: right;
}

#userinfo ul,
#userinfo li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#userinfo .dropdown-wrapper {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 134px;
  right: -22px;
  top: 43px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 12px;
}

#userinfo .dropdown-wrapper:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -16px;
  left: 89px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

#userinfo .dropdown-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  top: -16px;
  left: 0px;
  opacity: 0;
}

#userinfo .dropdown-wrapper li {
  padding: 0 !important;
  line-height: 48px;
  border-top: 1px solid #f0f0f0;
}

#userinfo .dropdown-wrapper li:first-child {
  border: 0;
}

#userinfo .dropdown-wrapper li a {
  display: block;
  padding: 0 20px;
  color: #646464;
  white-space: nowrap;
}

#userinfo .dropdown-wrapper li a:hover {
  background: #f5f5f5;
  color: #505050;
}

#userinfo .dropdown-wrapper li a:active {
  background: #e1e1e1;
  color: #282828;
}

#userinfo .userinfo-main:hover .dropdown-wrapper {
  display: block;
  animation: dropdown .3s;
}

#userinfo .user-header {
  float: right;
  margin: 2px 0px 0 5px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}

#userinfo .user-header img {
  width: 28px;
  height: 28px;
}

#userinfo .user-info {
  position: relative;
  float: left;
  text-align: right;
  padding: 4px 0 0;
  width: auto;
  max-width: 77px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #3c3c3c;
  text-align: right;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#top-nav.active #userinfo .user-info {
  color: #0054ff;
}

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.login-pop-notice {
  font-family: 'Open Sans', 'Arial', 'Microsoft YaHei', sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 13px;
  margin-left: -20px;
  width: 370px;
  letter-spacing: 1px;
}

.login-pop-main-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.login-pop-sub-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.login-pop-notice-zh_CN {
  letter-spacing: 2px;
}

.login-pop-notice-zh_CN .login-pop-main-title {
  letter-spacing: 3px;
}

.login-pop-notice-zh_CN .login-pop-sub-title {
  letter-spacing: 2px;
}

.login-list {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
}

.login-list li {
  margin: 0;
  padding: 7px 0 7px 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  list-style: none;
  background: url(//static.fotor.com.cn/static/produce/images/white-dot.png) 3px 14px no-repeat;
}

/*user message*/
@keyframes spreadOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }

  5.25% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
  }

  10.5% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }

  15.75% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
  }

  21% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes spreadOutBig {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }

  5.25% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2);
  }

  10.5% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }

  15.75% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2);
  }

  21% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }
}

#userinfo .user-message {
  width: 20px;
  height: 14px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5OTU1RjkwQTc3MzExRThCQ0QyRTVFNDZGMjdFMkZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5OTU1RjkxQTc3MzExRThCQ0QyRTVFNDZGMjdFMkZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Njk5NTVGOEVBNzczMTFFOEJDRDJFNUU0NkYyN0UyRkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Njk5NTVGOEZBNzczMTFFOEJDRDJFNUU0NkYyN0UyRkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6YFqShAAACy0lEQVR42syYT0hUQRzH345lZLVLZQQlHbKDUB5ThP6oRVFUmARBhaegkG4JgtCtMArqUgRBpyI6RAWaoMVqEB2kQ4F0iKJL/8Ao1kLL0u37g+/Ar8eb9b3ntm8HPoeZfTPzefPnN/M2tSS93EOqAEOg1SuPlAW7fuS+zhgWzIA2MFwGcuLQJnKSEcE0f/gO9oC+BOWk772QExdvaWZFWgQfg1V84Bc4CG4lIHcbtEPuJ+XE6ZEIbuaw1qjp7gBXSyh3DRyD3B/K1XAdNtg1uBE8ARuYz4NT4GwJ5Hoh1gnylBOHEbDJrkGb1lOyXpWdAaf/o1w3xHpsBnL1lKu1ZcZXYQ2nu1GVXQLHwWwRxaStE+CCkmvktK7VD5qAyitlcfpi4g1wGPwugpy0cRRcV3KtjMPV/oeNo5FlYAAcUGV3wX4wNQ+5KUaJO0pO+uhX4S6UoKRF4B7f1qZBsBNMxJCbYJx9qMqO8MUXuyqZORqtYEzsVGXPwDbwJYKcPLuDm9Cmk+AmWFioognZgcTEHpV/CZrA+xB1P4Dt4LnevYx9c/ZvIozCOe66FPNvKPm6QJ23YCt4peMeOB+2UxNxHdWBBSovI7gFvAh4doxy73z9rYvSYRRBOcgPBYSacdAMnqqyUa7TTwHxr4PnblEFrdw083KQXwZVzOfAbnCFa0vi2jf+Vsly/1n/IEzHKVxY8zHksjwrR3iPzDnqVjHGtXA9NquNValia+wRzBaQ89ihXNdWB9St5rHZwnwtX8iO5DTb7os7gtL4PjDpkNPpM7hIgVlKdfFsD9rZsj4/hhlJl2AUuThpjOt0HLcZOe6ckiYBOY9tZe1NHpLO6TYJyP0jyau9lhx0CZZSrpBku/66NAnKuSQn6TJsBQd8chnGrlLIacl+SGZ8kvdlFxt1nc/wZtuQ0HfxKP9RyOkpLhc5j30P2ZGU9FeAAQAM+9Z36SsH8wAAAABJRU5ErkJggg==");
  background-size: 20px 14px;
  float: left;
  margin: 12px 20px 0 0;
  position: relative;
  /*message preview*/
  /*message preview over*/
}

#userinfo .user-message:hover #user-message-preview-wrap {
  display: block;
}

#userinfo .user-message .message-num {
  position: absolute;
  width: auto;
  min-width: 20px;
  height: 16px;
  font-size: 12px;
  color: white;
  background: #f0526b;
  border-radius: 20px;
  text-align: center;
  left: 10px;
  top: -10px;
  line-height: 16px;
}

#userinfo .user-message .message-num.animating:before,
#userinfo .user-message .message-num.animating:after {
  display: block;
}

#userinfo .user-message .message-num:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  background: rgba(240, 82, 107, 0.5);
  border-radius: 20px;
  animation: spreadOut 3.8s infinite;
  display: none;
}

#userinfo .user-message .message-num:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  background: rgba(240, 82, 107, 0.25);
  border-radius: 20px;
  animation: spreadOutBig 3.8s infinite;
  display: none;
}

#userinfo .user-message span {
  display: block;
  transform: scale(0.8333);
}

#userinfo .user-message #user-message-preview-wrap {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 320px;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 200;
  border-radius: 4px;
  animation: dropdown .3s ease-out;
  display: none;
}

#userinfo .user-message #user-message-preview-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

#userinfo .user-message #user-message-preview-wrap .user-message-preview-info {
  padding: 20px;
  border-bottom: 1px solid #E7E8E9;
  font-family: "Microsoft YaHei";
  text-align: justify;
}

#userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-title {
  color: #3D424C;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}

#userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-content {
  font-size: 12px;
  color: #5A5F69;
  line-height: 18px;
}

#userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-content i {
  font-style: normal;
  color: #0054ff;
  border-bottom: 1px solid #0054ff;
  margin-left: 5px;
}

#userinfo .user-message #user-message-preview-wrap .btn-to-message-all-wrap {
  padding: 8px 0;
}

#userinfo .user-message #user-message-preview-wrap .btn-to-message-all-wrap button {
  border: 0 none;
  outline: none !important;
  width: auto;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
}

.dropdown-message .dropdown-message-num {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 20px;
  height: 16px;
  font-size: 12px;
  color: white;
  background: #f0526b;
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.dropdown-message .dropdown-message-num span {
  display: block;
  transform: scale(0.8333);
}

.span9 {
  width: 90%;
}

.span8 {
  width: 80%;
}

.span7 {
  width: 70%;
}

.span6 {
  width: 60%;
}

.span5 {
  width: 50%;
}

.span4 {
  width: 40%;
}

.span3 {
  width: 30%;
}

.span2 {
  width: 20%;
}

.span1 {
  width: 10%;
}

.span9,
.span8,
.span7,
.span6,
.span5,
.span4,
.span3,
.span2,
.span1 {
  float: left;
}

@media (max-width: 1366px) {
  #header {
    height: 27.9rem;
  }

  #header #header-top {
    padding: 1.25rem 2.1rem;
  }

  #header #header-top.active {
    padding: 0.75rem 2.1rem;
  }

  .wrapper {
    width: 49rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .content {
    width: 31.5rem;
  }

  .paddingT0 {
    padding-top: 0;
  }

  .marginT22 {
    margin-top: 1.1rem;
  }

  .marginT38 {
    margin-top: 1.7rem;
  }

  .marginT60 {
    margin-top: 2.1rem;
  }

  .marginT90 {
    margin-top: 3.2rem;
  }

  .marginT120 {
    margin-top: 4.3rem;
  }
}

@media (max-width: 1000px) {
  #header {
    height: 27.9rem;
  }

  #header #header-top {
    padding: 1.25rem 1.5rem;
  }

  #header #header-top.active {
    padding: 0.75rem 1.5rem;
  }

  #header #slogan h1 {
    font-size: 1.5rem;
  }

  #header #slogan h3 {
    padding: 1.1rem 0 1.7rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .wrapper {
    width: 38rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .content {
    width: 26rem;
  }

  .button {
    width: 7.5rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.6rem;
  }

  .marginT50 {
    margin-top: 40px;
  }

  .marginT40 {
    margin-top: 32px;
  }

  .marginT30 {
    margin-top: 24px;
  }

  .marginT20 {
    margin-top: 16px;
  }

  .marginT10 {
    margin-top: 8px;
  }

  .paddingT50 {
    padding-top: 40px;
  }

  .paddingT40 {
    padding-top: 32px;
  }

  .paddingT30 {
    padding-top: 24px;
  }

  .paddingT20 {
    padding-top: 16px;
  }

  .paddingT15 {
    padding-top: 12px;
  }

  .paddingT10 {
    padding-top: 8px;
  }

  .paddingT0 {
    padding-top: 0;
  }

  .marginT22 {
    margin-top: 1.1rem;
  }

  .marginT38 {
    margin-top: 1.7rem;
  }

  .marginT60 {
    margin-top: 2.1rem;
  }

  .marginT90 {
    margin-top: 3.2rem;
  }

  .marginT120 {
    margin-top: 4.3rem;
  }
}

@media (max-width: 768px) {
  #header {
    height: 22.5rem;
  }

  #header #slogan .content h3 {
    padding: 1.1rem 1.25rem 1.7rem;
  }

  #header #header-top {
    position: absolute;
  }

  #header #top-nav {
    display: none;
  }

  .wrapper {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .content {
    width: auto;
    max-width: 26rem;
  }

  h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #header #slogan h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 340px) {
  #header {
    height: 28rem;
  }
}

footer {
  padding: 75px 0 40px;
  background: #141414;
  color: #646464;
  font-size: 14px;
}

footer .quick_links {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 810px;
}

footer .quick_links .col {
  width: 80px;
  margin-right: 70px;
  height: 125px;
  padding: 0;
}

footer .quick_links .col p {
  margin: 0;
  line-height: 30px;
}

footer .quick_links .col p:first-child {
  color: #d3d3d3;
}

footer .quick_links .col p a {
  color: #828282;
  text-decoration: none;
}

footer .quick_links .col p a:hover {
  color: #d4d4d4;
  text-decoration: none;
}

footer .quick_links .feature_col {
  width: 90px;
}

footer .quick_links .feature_col .menu_btn {
  cursor: pointer;
  padding-right: 24px;
  display: inline;
  position: relative;
  line-height: 30px;
  color: #828282;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(https://static.fotor.com.cn/static/web/share/images/triangle.png);
}

footer .quick_links .feature_col .menu_btn:hover {
  color: #FFF;
  background-image: url(https://static.fotor.com.cn/static/web/share/images/triangle_hover.png);
}

footer .quick_links .feature_col .menu_btn .menu_list {
  opacity: 0;
  transition: 0.2s opacity ease-out;
  background: #120d00;
  position: absolute;
  top: -8px;
  width: 285px;
  border: 1px solid #46402f;
  pointer-events: none;
}

footer .quick_links .feature_col .menu_btn .menu_list a {
  display: inline-block;
  color: #828282;
  background: #120d00;
  padding: 2px 0;
  width: 140px;
  text-align: center;
  text-decoration: none;
}

footer .quick_links .feature_col .menu_btn .menu_list a:hover {
  color: #FFF;
  background: #0054ff;
}

footer .quick_links .feature_col .menu_btn .menu_list_sheji {
  left: 50px;
}

footer .quick_links .feature_col .menu_btn .menu_list_sucai {
  left: 50px;
  width: 140px;
}

footer .quick_links .feature_col .menu_btn .menu_list_print {
  left: 50px;
  width: 140px;
}

footer .quick_links .feature_col .menu_btn .menu_list_zhaopian {
  left: 80px;
  width: 140px;
}

footer .quick_links .feature_col .menu_btn:hover .menu_list {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

footer .quick_links .social_col {
  width: 130px;
  margin-right: 0;
  padding-top: 8px;
}

footer .quick_links .icon {
  background: url(//static.fotor.com.cn/static/web/share/images/icon_social.png);
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

footer .quick_links .icon .notice {
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  top: 15px;
  padding-top: 15px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position-y: 10px;
}

footer .quick_links .icon .notice p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

footer .quick_links .icon .notice p a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid white;
}

footer .quick_links .icon .notice .qrcode {
  width: 72px;
  height: 72px;
  margin: 0 24px;
}

footer .quick_links .icon:hover {
  background-position-x: -20px;
}

footer .quick_links .icon:hover .notice {
  pointer-events: auto;
  opacity: 1;
}

footer .quick_links .icon:last-child {
  margin-right: 0;
}

footer .quick_links .icon_wechat {
  background-position-y: 0;
  margin-bottom: 20px;
}

footer .quick_links .icon_weibo {
  background-position-y: -18px;
  margin-bottom: 20px;
}

footer .quick_links .icon_qq {
  background-position-y: -36px;
  margin-bottom: 20px;
  margin-right: 0;
}

footer .quick_links .icon_customer {
  background-position-y: -54px;
}

footer .quick_links .icon_zhihu {
  background-position-y: -72px;
}

footer .quick_links .icon_email {
  background-position-y: -90px;
}

footer .quick_links .notice_wechat {
  background: url(//static.fotor.com.cn/static/web/share/images/notice_wechat.png);
  width: 120px;
  height: 126px;
  left: -49px;
}

footer .quick_links .notice_wechat p {
  line-height: 37px !important;
}

footer .quick_links .notice_qq {
  background: url(//static.fotor.com.cn/static/web/share/images/notice_weibo_qq.png);
  width: 140px;
  height: 32px;
  left: -61px;
}

footer .quick_links .notice_zhihu {
  background: url(//static.fotor.com.cn/static/web/share/images/notice_zhihu.png);
  width: 100px;
  height: 32px;
  left: -40px;
}

footer .quick_links .notice_weibo {
  background: url(//static.fotor.com.cn/static/web/share/images/notice_weibo_qq.png);
  width: 140px;
  height: 32px;
  left: -61px;
}

footer .quick_links .notice_email {
  background: url(//static.fotor.com.cn/static/web/share/images/notice_email.png);
  width: 160px;
  height: 32px;
  left: -71px;
  background-size: 160px 32px;
}

footer .friend_links {
  margin: 0 auto;
  padding: 55px 0 0;
  max-width: 800px;
  text-align: center;
  line-height: 30px;
  color: #828282;
  font-size: 12px;
}

footer .friend_links a {
  color: #828282;
  padding: 0 0.3em;
  display: inline-block;
  text-decoration: none;
}

footer .friend_links a:hover {
  color: #d4d4d4;
}

footer .copyright {
  margin: 0;
  padding-top: 65px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 820px) {
  footer .quick_links {
    width: 100%;
  }

  footer .quick_links .social_col {
    display: none;
  }

  footer .quick_links .more_col {
    margin-right: 0;
  }

  footer .copyright {
    padding-bottom: 50px;
  }
}

@media (max-width: 570px) {
  footer .quick_links {
    width: 310px;
    flex-flow: row wrap;
  }

  footer .quick_links .col {
    margin-bottom: 30px;
  }

  footer .quick_links .about_col {
    margin-right: 0;
  }

  footer .copyright {
    padding-top: 0;
  }
}

/**--------------------------------------
 *
 *---------------------------------------*/
.header-search-bigbox {
  width: 100%;
  margin: 0 auto;
  height: 180px;
  box-sizing: content-box;
  position: relative;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/bg19207fd3b9e376252735891c6eec83ee4bff.jpg) no-repeat center;
  background-size: cover;
}

.hader-nav-top {
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 53;
  top: 0;
  height: 54px;
  background: #fff;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.08);
}

.header-search-innerbox {
  width: 100%;
  max-width: 660px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin: 12px auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.header-search-out-topbox {
  width: 100%;

  margin: 0 auto;
  height: 58px;
  box-sizing: border-box;
  border: 4px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}

.header-search-topbox {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.header-search-topbox-input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding-left: 20px;
  background-color: #fff;
  color: #555a61;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-right: 53px;
}

.header-search-topbox-input:active,
.header-search-topbox-input:focus {
  outline: none !important;
}

.header-search-topbox-input::-webkit-input-placeholder {
  color: #b3becd !important;
}

.header-search-topbox-input::-moz-placeholder {
  color: #b3becd !important;
}

.header-search-topbox-input::-moz-placeholder {
  color: #b3becd !important;
}

.header-search-topbox-input:-ms-input-placeholder {
  color: #b3becd !important;
}

.header-search-topbox-input::input-placeholder {
  color: #b3becd !important;
}

.header-search-btn {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/search_icon4877b95f52570b4764c48e88e78b0019.png) no-repeat 14px center;
}

.header-search-btn:hover,
.header-search-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.header-search-btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
}

.header-hot-words {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #0b0e11;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.header-hot-words a {
  margin-left: 10px;
}

.header-hot-words a:hover {
  color: #0054ff;
}

.hot-key-span,
.hot-key {
  display: inline-block;
  line-height: 16px;
  padding-top: 10px;
}

.tpl-banner-bigbox {
  width: calc(100% - 80px);
  max-width: 1166px;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.tpl-banner-box {
  width: 100%;
  height: 19.296741vw;
  max-height: 225px;
  margin-top: 20px;
}

#toggleMobileMenu {
  width: 32px;
  height: 26px;
  background: #010101 url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/iconmenud6c856d7b39166390615a3fec4cd0f35.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 100;
  text-decoration: none;
  border-radius: 3px;
}

.hot_func:after {
  content: "HOT";
  background: #F0526B;
  color: #FFF;
  position: absolute;
  top: 3px;
  left: 93px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 26px;
  text-align: center;
  padding: 2px 5px 2px;
}

#menu {
  display: none;
  font-size: 14px;
}

#menu.mm-menu_opened {
  display: block;
}

body {
  font-family: sans-serif;
}

@keyframes fadeDownAnimation {
  0% {
    margin-top: 10px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.logo-icon {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/logo922ea617b55fb9b0ba3ae7cc42b3d426.png);
  background-size: contain;
  width: 114px;
  height: 60px;
}

.wider {
  width: 120px !important;
}

img.logo {
  height: 60px;
}

#common-header {
  display: block;
  width: 100%;
  z-index: 10;
  transition: 0.3s all ease-out;
}

#common-header ul#top-nav {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px 0 42px;
  list-style: none;
}

#common-header ul#top-nav li {
  display: inline-block;
  position: relative;
}

#common-header ul#top-nav li.features:hover ul {
  display: block;
  z-index: 10;
  animation: fadeDownAnimation .3s;
  -moz-animation: fadeDownAnimation .3s;
  -webkit-animation: fadeDownAnimation .3s;
}

#common-header ul#top-nav li.features:hover ul ul {
  display: none;
}

#common-header ul#top-nav li.features:hover ul li:hover ul {
  display: block;
}

#common-header ul#top-nav li.features ul {
  padding-left: 0;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 63px;
  cursor: pointer;
}

#common-header ul#top-nav li.features ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -0.7rem 0 0 -0.35rem;
  width: 0;
  height: 0;
  border: 7px transparent solid;
  border-bottom-color: #0b0e11;
}

#common-header ul#top-nav li.features ul:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: -1.5rem 0 0;
  width: 100%;
  height: 1.5rem;
  background: #f30;
  opacity: 0;
}

#common-header ul#top-nav li.features ul li {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #0b0e11;
  /*----Third Level Menu------*/
}

#common-header ul#top-nav li.features ul li a {
  display: block;
  color: #FFF;
  white-space: nowrap;
  line-height: 30px;
  text-decoration: none;
  padding: 0 0.5rem 0 1.75rem;
  transition-property: backgroundColor;
  background-repeat: no-repeat;
  background-size: 30px;
}

#common-header ul#top-nav li.features ul li a.edit {
  background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/icon_editb966770f700627a81b29f62c30fc5a80.png);
}

#common-header ul#top-nav li.features ul li a.template {
  background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/icon_templateb0453ec783c10f2af93bed9d5b281d55.png);
}

#common-header ul#top-nav li.features ul li a.print {
  background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/icon_print0e3dc2b48017e0e15ea29978aa72e5b9.png);
}

#common-header ul#top-nav li.features ul li a.design {
  background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/icon_designafc5b5a216d7503a9886d19712109be6.png);
}

#common-header ul#top-nav li.features ul li a.more {
  background-image: none;
  padding-left: 0.5rem;
}

#common-header ul#top-nav li.features ul li a:hover {
  color: #FFF;
}

#common-header ul#top-nav li.features ul li:hover a {
  background-color: #3c4553;
}

#common-header ul#top-nav li.features ul li ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
}

#common-header ul#top-nav li.features ul li ul:before,
#common-header ul#top-nav li.features ul li ul:after {
  display: none;
}

#common-header ul#top-nav li.features ul li:hover ul {
  display: block;
}

#common-header ul#top-nav li.features ul li:hover ul li a {
  padding: 0 0.5rem;
  color: #FFF;
  background: #3c4553;
}

#common-header ul#top-nav li.features ul li:hover ul li a:hover {
  color: #FFF;
  background: #444;
}

#common-header ul#top-nav li.logo {
  padding: 0;
  position: relative;
  float: left;
  height: 60px;
  margin-right: 20px;
}

#common-header ul#top-nav li.logo:hover {
  background: none;
}

#common-header ul#top-nav li a.top-link {
  color: #333;font-size: 14px;
  background: none;
  line-height:54px; 
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-out;
  padding: 0 18px;
}
#common-header ul#top-nav li a.top-link.active{
  color: #0054ff;
  background: none;
  border-bottom:3px solid #0054ff;
  line-height:51px; 
}
#common-header ul#top-nav li a.top-link:hover{
  color: #0054ff;

}
#common-header ul#top-nav li a.top-link.hot:after {
  content: "HOT";
  display: block;
  background: #F0526B;
  color: #FFF;
  position: absolute;
  top: 12px;
  right: -8px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 26px;
  text-align: center;
  padding: 2px 5px 2px;
  z-index: -1;
}

#common-header ul#top-nav li a.top-link:hover {
  cursor: pointer;
}



#common-header ul#top-nav li.sign {
  float: right;
  padding: 22px 24px 18px;
  font-size: 14px;
}

#common-header ul#top-nav li.sign a.sign-link {
  color: #000;
  text-decoration: none;
}

#common-header ul#top-nav li.sign a.sign-link:hover {
  text-decoration: underline;
}

#common-header ul#top-nav li.sign:hover {
  background: none;
}

#common-header ul#top-nav div#userinfo {
  top: 13px;
  right: 40px;
}

#common-header ul#top-nav div#userinfo .user-info {
  color: #000;
}

#common-header ul#top-nav div#userinfo .dropdown-wrapper li {
  width: 133px;
}

#common-header ul#top-nav div#userinfo .dropdown-wrapper li:hover {
  background: none;
}

#common-header ul#top-nav div#userinfo .dropdown-wrapper li a {
  text-decoration: none;
}

#common-header.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@charset "UTF-8";

/*-----------------------------------------
 * Base Settings
 * ----------------------------------------*/
/*-----------------------------------------
 * Mixin
 * ----------------------------------------*/
html,
body {
  background: #f9f9f9;
  line-height: 1;
}

div#common-header ul#top-nav div#userinfo {
  right: 24px;
}

div#common-header ul#top-nav {
  padding: 0 26px 0 50px;
  min-width: auto;
}

.template_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/banner_big93478fce650338bb08b29c30052137e9.jpg) no-repeat center top;
  background-size: cover;
}

#header #slogan {
  font-family: "Helvetica Light";
  margin: 0;
  top: 60%;
  transform: translateY(-50%);
}

#header #slogan h1 {
  font-size: 39px;
  color: white;
  line-height: 1.1666;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: "Helvetica Light";
}

#header #slogan h1.de_DE {
  font-size: 45px;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

#slogan .content {
  max-width: 780px;
}

#header #slogan p {
  font-size: 22px;
  color: #000;
  line-height: 32px;
  padding: 0 50px;
  font-family: "Helvetica Light";
}

#header #header-top {
  background: none;
  position: absolute;
}

.sign {
  float: right;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.sign a.sign-link {
  color: #000;
  text-decoration: none;
}

.sign a.sign-link:hover {
  color: rgba(60, 60, 60, 0.6);
  text-decoration: underline;
}

.sign:hover {
  background: none;
}

#header #top-nav #login {
  display: inline-block;
  color: #ffffff;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

#header #top-nav #login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}

#header #top-nav #login:active {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

.showed {
  display: block !important;
}

#grid.loaded .gridItem:nth-child(1) .gridItemInner {
  animation: gridItemAnimation .5s .1s both;
}

#grid.loaded .gridItem:nth-child(2) .gridItemInner {
  animation: gridItemAnimation .5s .2s both;
}

#grid.loaded .gridItem:nth-child(3) .gridItemInner {
  animation: gridItemAnimation .5s .3s both;
}

#grid.loaded .gridItem:nth-child(4) .gridItemInner {
  animation: gridItemAnimation .5s .4s both;
}

#grid.loaded .gridItem:nth-child(5) .gridItemInner {
  animation: gridItemAnimation .5s .5s both;
}

#grid.loaded .gridItem:nth-child(6) .gridItemInner {
  animation: gridItemAnimation .5s .6s both;
}

#grid.loaded .gridItem:nth-child(7) .gridItemInner {
  animation: gridItemAnimation .5s .7s both;
}

#grid.loaded .gridItem:nth-child(8) .gridItemInner {
  animation: gridItemAnimation .5s .8s both;
}

#grid.loaded .gridItem:nth-child(9) .gridItemInner {
  animation: gridItemAnimation .5s .9s both;
}

#grid.loaded .gridItem:nth-child(10) .gridItemInner {
  animation: gridItemAnimation .5s 1s both;
}

#grid.loaded .gridItem:nth-child(11) .gridItemInner {
  animation: gridItemAnimation .5s 1.1s both;
}

#grid.loaded .gridItem:nth-child(12) .gridItemInner {
  animation: gridItemAnimation .5s 1.2s both;
}

#grid.loaded .gridItem:nth-child(13) .gridItemInner {
  animation: gridItemAnimation .5s 1.3s both;
}

#grid.loaded .gridItem:nth-child(14) .gridItemInner {
  animation: gridItemAnimation .5s 1.4s both;
}

#grid.loaded .gridItem:nth-child(15) .gridItemInner {
  animation: gridItemAnimation .5s 1.5s both;
}

#grid.loaded .gridItem:nth-child(n+16) .gridItemInner {
  animation: gridItemAnimation .5s 1.6s both;
}

#grid .gridItem {
  width: 280px;
  margin: 0 10px 20px 10px;
  opacity: 0;
}

#grid.loaded .gridItem {
  opacity: 1;
}

#grid .gridItemInner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transform: translate3d(0, -20px, 0);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition: top .3s;
  top: 0;
  padding:5px;
}

#grid .gridItemInner:hover {
  top: -6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes gridItemAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.row {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.row .category-block-wrapper a{display:block;height:100%;padding:0 15px;font-size:12px;line-height:30px;}
.row:after {
  content: "";
  display: table;
  clear: both;
}

#main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  margin-top: 94px;
}

#main,
#main * {
  box-sizing: border-box;
}

#main #pageDo *{box-sizing: content-box;}
.category-block-wrapper {
  font-family: 'Microsoft YaHei', 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  padding: 15px;
}

.category-block-wrapper .category-group-wrapper {
  margin-bottom: 0px;
  position: relative;
}

.category-block-wrapper .category-group-wrapper .category-group-title {
line-height:32px;height:32px;color:#666;
  font-size: 14px;position:absolute;
}

.category-block-wrapper .category-group-wrapper .category-group-content {
  font-size: 14px;
  line-height: 24px;
  color: #767676;padding-left:65px;
}

.category-block-wrapper .category-group-wrapper .sub-category-group-title {
position:absolute;margin-right:20px;line-height:32px;height:32px;color:#666;
  font-size: 14px;
}

.category-block-wrapper .category-group-wrapper .sub-category-group-content,
.category-block-wrapper .category-group-wrapper .category-group-content-all {
  font-size: 14px;
  line-height: 24px;
  color: #767676;padding-left:65px;
}

.category-block-wrapper .category-group-wrapper .category,
.category-block-wrapper .category-group-wrapper .theme,
.category-block-wrapper .category-group-wrapper .timesort,
.category-block-wrapper .category-group-wrapper .comdiv
 {
  float: left;
    padding: 0 0px;
    height: 32px;
    line-height: 32px;
    color: #333;
    border: 1px solid #ddd;
    display: block;
    border-radius: 4px;margin-right:12px;margin-bottom:12px;
}

.category-block-wrapper .category-group-wrapper .theme:hover,
.category-block-wrapper .category-group-wrapper .timesort:hover,
.category-block-wrapper .category-group-wrapper .comdiv:hover {
  background: #0054ff;
  transition: background .3s ease-out;
}

.category-block-wrapper .category-group-wrapper .theme:hover a,
.category-block-wrapper .category-group-wrapper .timesort:hover a,
.category-block-wrapper .category-group-wrapper .comdiv:hover a{
  color: white;
}

.category-block-wrapper .category-group-wrapper .theme.current,
.category-block-wrapper .category-group-wrapper .timesort.current,
.category-block-wrapper .category-group-wrapper .comdiv.current
 {
  background: #0054ff;border: 1px solid #0054ff;
}
.category-block-wrapper .category-group-wrapper .comdiv .corspan{display:block;width:30px;height:30px;}
.category-block-wrapper .category-group-wrapper .comdiv.comdiv2{padding:0;}
.category-block-wrapper .category-group-wrapper .theme.current a,
.category-block-wrapper .category-group-wrapper .timesort.current a,
.category-block-wrapper .category-group-wrapper .comdiv.current a {
  color: #fff;
}

.category-block-wrapper .category-group-wrapper .theme-all.current {
  background: #0054ff;border:1px solid #0054ff;
}

.category-block-wrapper .category-group-wrapper .theme-all.current a {
  color: #fff;
}

.categoryBlockWrapper,
.categoryBlockWrapperDesigner {
  padding: 0;
  font-family: "Helvetica Light";
  font-size: 14px;
  color: #3c3c3c;
  margin: 0;
}

.categoryBlockWrapper .category-all-templates a,
.categoryBlockWrapperDesigner .category-all-templates a {
  color: #3c3c3c;
}

.categoryBlockWrapper .category-all-templates a.hightlight,
.categoryBlockWrapperDesigner .category-all-templates a.hightlight {
  color: #0054ff;
}

.categoryBlockWrapper li,
.categoryBlockWrapperDesigner li {
  list-style: none;
  position: relative;
}

.categoryBlockWrapper li a,
.categoryBlockWrapperDesigner li a {
  color: inherit;
  transition: all .3s;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 34px;
  position: relative;
  cursor: pointer;
}

.categoryBlockWrapper li a.theme-link,
.categoryBlockWrapperDesigner li a.theme-link {
  color: #3c3c3c;
}

.categoryBlockWrapper li a.theme-link:hover,
.categoryBlockWrapperDesigner li a.theme-link:hover {
  color: #0054ff;
}

.categoryBlockWrapper li.theme.current a.theme-link,
.categoryBlockWrapperDesigner li.theme.current a.theme-link {
  color: #0054ff;
}

.categoryBlockWrapper li a.singleGroupLink,
.categoryBlockWrapperDesigner li a.singleGroupLink {
  left: 18px;
}

.current .category-link:after,
.actived .category-link:after,
.category:hover .category-link:after {
  width: 10px;
  height: 5px;
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  display: none;
}

.sublist {
  padding: 0 0 0 18px;
  position: relative;
  margin: 10px 0;
  display: none;
}

.actived .sublist {
  display: block;
}

.sublist:before {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  left: 18px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  content: '';
}

.sublist li {
  list-style: none;
  padding-left: 22px;
  position: relative;
}

.sublist li.current:before {
  content: '';
  width: 4px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background: #0054ff;
}

/*searchbox*/
.searchBox {
  background: none;
  border-radius: 6px;
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0.05);
  width: 480px;
  height: 50px;
  margin: 0 auto;
}

.searchBoxInner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 6px;
}

.gridItem {
  margin: 0;
}

.thumbnailGridItem {
  position: relative;
  display: block;
  overflow: hidden;
}

.thumbnailGridItem:before {
  content: '';
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
}

.thumbnailGridItem img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  left: 50%;
  transform: translateX(-50%);
}

/*new*/
.categoryBlock {
  width: 210px;
  position: relative;
  float: left;
}

#mainbox {
  margin-top: 20px;
  position: relative;
}

#grid {
  margin: 0 0px;
  min-height: 600px;
  position: relative;
}

.titleGridItem,
.categoryGridItem {
  margin: 0;
}

.titleGridItem {
  display: none;
}

.titleGridItem a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #505050;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

.infoGridItem {
  background-color: #fff;
  padding: 10px 5px;
  position: relative;
  font-family: "Helvetica Light";
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}

.categoryGridItem a {
  font-size: 14px;
  color: #505050;
  display: block;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.titleCat,
.searchTitleCat {
  position: relative;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  line-height: 20px;
  font-weight: normal;
  font-family: "Helvetica Light";
  font-size: 20px;
  color: #3c3c3c;
  margin: 30px 0 30px;
  text-transform: capitalize;
  display: none;
}

#backAllBox {
  color: #0054ff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 30px;
  display: none;
}

#backAllBox .back-all-button {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/back-all3f3559bc232ede876e471d81033abfa6.png) center no-repeat;
  background-position: 0 0;
}

#backAllBox:hover {
  cursor: pointer;
}

#backAllBox:hover .back-all-button {
  background-position: 0 -16px;
}

#backAllBox:active .back-all-button {
  background-position: 0 -32px;
}

.gridItemInner .icon-vip {
  position: absolute;
  right: 10px;
  top: 0;
  width: 18px;
  height: 20px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/vipd9a7b614a9b48aee152b2a867c1819b7.png) no-repeat;
  background-position: 0 0;
  z-index: 1;
}

/*pagenav*/
.pagination {
  padding: 30px 20px;
  text-align: left;
  color: #b3becd;
  text-align: center;
  font-size: 14px;
  font-family: "Helvetica Light";
}

.pagination a,
.pagination span {
  display: inline-block;
  color: #b3becd;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 6px;
  border-radius: 4px;
  vertical-align: middle;
}

.pagination .prevPage span,
.pagination .nextPage span {
  display: none;
}

.pagination a:hover {
  border: 1px solid #0054ff;
  color: #0054ff;
}

.pagination a:active {
  background: #0054ff;
  color: white;
}

.pagination a.prevPage {
  margin-right: 20px;
  width: 140px;
}

.pagination a.nextPage {
  margin-left: 20px;
  width: 140px;
}

.pagination a.prevPage:before {
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/page_arrowa6d536293b9355ef75b51bf17e200c98.png) no-repeat;
  margin-right: 8px;
  content: '';
  vertical-align: middle;
  margin-top: -1px;
}

.pagination a.prevPage:hover:before {
  background-position: left -10px;
}

.pagination a.prevPage:active:before {
  background-position: left bottom;
}

.pagination a.nextPage:after {
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/page_arrow_next0ba041b199512c88ccc099db780e4e30.png) no-repeat left top;
  margin-left: 8px;
  margin-top: -1px;
  content: '';
  vertical-align: middle;
}

.pagination a.nextPage:hover:after {
  background-position: left -10px;
}

.pagination a.nextPage:active:after {
  background-position: left top;
}

.pagination span.current {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  margin: 0 2px;
  color: #fff;
  background-color: #0054ff;
  border: 1px solid #0054ff;
  border-radius: 4px;
  vertical-align: middle;
}

.pagination span.disabled {
  display: none;
}

/*responsive*/
@media only screen and (max-width: 1220px) {
  #main {
    max-width: 897px;
  }
}

@media only screen and (max-width: 945px) {
  #main {
    max-width: 598px;
  }
}

@media only screen and (max-width: 620px) {
  #grid {
    width: 269px;
    margin: 0 auto;
  }

  #grid .gridItem {
    width: 269px;
    margin: 0 auto 30px;
    opacity: 0;
  }
}

/*responsive filter menu*/
@media (max-width: 1366px) {
  .template_bg {
    background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/banner_small377a2f23abbca4a122ff035109b93ae1.jpg);
  }
}

@media (max-width: 1320px) {
  .categoryBlock {
    position: absolute;
    right: 0;
    top: 0px;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 30px;
    padding: 30px 50px 0;
  }

  #mainbox.blur {
    margin-left: 0;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
  }

  .categoryBlockWrapper,
  .categoryBlockWrapperDesigner,
  .searchBox {
    max-width: 510px;
    margin: 0 auto;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.loading-template:after {
  display: block;
  position: absolute;
  z-index: 11;
  content: '';
  top: 10em;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url(../source/images/load.png) center no-repeat;
  animation: rotation 1s infinite linear;
}

/*pop*/
/*gallery*/
.fotor-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  right: 0;
  bottom: 0;
  opacity: 1;
  overflow: auto;
  transition: opacity .3s ease;
}

.fotor-lightbox.hide {
  display: none;
}

.lightbox_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
}

.lightbox-wrapper {
  animation: lightBoxfadeIn .2s;
  animation-fill-mode: both;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

#testa {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/testss865d8cb9249bdf5d70b1b6659d2d5705.jpg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

@keyframes lightBoxfadeIn {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.light_box_content {
  width: 80vw;
  height: calc(70vh - 40px);
  background-color: #fff;
  border-radius: 6px;
}

.lightBox {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  background-color: #ebeced;
  outline: none;
  transition: background-color .15s;
  box-sizing: border-box;
  border-radius: 8px;
}

.light_box_frames {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.light_box_sidebar {
  display: -ms-flexbox;
  display: flex;
  width: 412px;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  transition: margin-right .15s;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-bar {
  height: 1px;
  border: 0 none;
  background: rgba(0, 0, 0, 0.05);
}

.lightbox-btns {
  margin-top: 24px;
}

.lightbox-btns button,
.lightbox-btns a {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  height: 34px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 16px;
  vertical-align: middle;
  line-height: 34px;
  text-decoration: none;
}

.lightbox-btns button:focus,
.lightbox-btns a:focus {
  outline: none !important;
}

.btn-like {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #b3becd;
  background: white;
  font-size: 12px;
}

.btn-like:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/btn-likeb2cc61e5a82580d116e803d2a3cd23cf.png) no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-like:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #9ba4b1;
}

.btn-like:active,
.btn-like.active {
  color: #b3becd;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-like.active:before {
  background-position: left bottom;
}

.btn-blue {
  border-radius: 6px;
  background: #0054ff;
  font-size: 14px;
  color: white;
  border: 0 none;
}

.btn-blue:hover,
.btn-blue:active {
  background: #bda460;
  color: white;
}

.btn-blue.disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.05) !important;
  color: #9ba4b1;
}

.lightbox-mid {
  background: #f6f7f9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  transition: .5s opacity ease;
  padding: 50px;
}

.lightbox-mid img {
  display: block;
  max-width: 638px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
}

.lightbox-mid img.fadeIn {
  transition: opacity .3s;
  opacity: 1;
}

.lightbox-pagenav {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.3);
  width: 100px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  opacity: 1;
  z-index: 1;
}

.lightbox-pagenav .prev,
.lightbox-pagenav .next {
  width: 16px;
  height: 16px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/arrow_lefta563d1d03962f85b66c0253d52301882.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.lightbox-pagenav .disabled {
  cursor: default !important;
  opacity: .5;
}

.lightbox-mid:hover .lightbox-pagenav {
  opacity: 1;
}

.prev {
  left: 10px;
}

.next {
  transform: rotate(180deg);
  right: 10px;
}

.curPage {
  color: white;
}

.totalPage {
  color: white;
  opacity: .5;
}

.authorLink {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
}

.authorLink .lightbox-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.authorLink .lightbox-avatar img {
  display: block;
  width: 100%;
}

.authorLink #userName {
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  color: #3c3c3c;
}

.gallery-list {
  list-style: none;
  padding: 0;
  min-height: 300px;
  display: table;
  width: 100%;
}

.gallery-list li {
  display: none;
  min-height: 300px;
  width: 100%;
}

.gallery-list li.active {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.heart {
  background: url(http://pub-static.haozhaopian.net/static/web/share/images/web_heart_animation.png);
  background-position: left;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  line-height: 34px;
  cursor: pointer;
  position: relative;
  background-size: cover;
  display: inline-block;
  float: left;
}

@-webkit-keyframes heartBlast {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@keyframes heartBlast {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

.heartAnimation {
  display: inline-block;
  -webkit-animation-name: heartBlast;
  animation-name: heartBlast;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: steps(28);
  animation-timing-function: steps(28);
  background-position: right;
}

.likeContent {
  padding: 0 10px 0 5px;
}

#likeCount2,
.likeCount {
  position: relative;
  left: -6px;
  line-height: 35px;
  color: #9ba4b1;
}

.border-box {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  border: inset 1px rgba(0, 0, 0, 0.1);
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
}

.share_btn {
  margin-left: 15px;
}

.share_btn:hover .share-box .share-img {
  background-position: 0 -28px;
}

.share_btn:active .share-box .share-img {
  background-position: 0 -28px;
}

.share_btn .share-box {
  padding: 0 10px;
  height: 34px;
}

.share_btn .share-box .share-img {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/Share72795fd6f728730a02a4451ba056e1eb.png);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  cursor: pointer;
  position: relative;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.share_btn .share-box .share_con {
  padding-left: 5px;
  color: #9ba4b1;
}

.popups-share-icons {
  width: 240px;
  height: 60px;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 70px;
  display: none;
  animation: slideShower .3s;
}

@keyframes slideShower {
  0% {
    top: 50px;
    opacity: 0;
  }

  100% {
    top: 70px;
    opacity: 1;
  }
}

.popups-share-icons:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 60px;
  left: 110px;
}

.popups-share-icons .popups-box {
  padding: 16px;
}

.pop-share-icons-nav {
  display: inline-block;
  width: 28px;
  height: 28px;
  float: left;
  margin-left: 14px;
  padding: 0;
  cursor: pointer;
}

.pop-share-icons-nav:first-child {
  margin-left: 7px !important;
}

.pop-nav-img,
.pop-nav-f-img,
.pop-nav-tt-img,
.pop-nav-g-img,
.pop-nav-p-img,
.pop-nav-tb-img {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/Share2cae0710fc95a2bf8fa5354d73d52e638.png) no-repeat;
  display: block;
  width: 28px;
  height: 28px;
}

.pop-nav-f-img {
  background-position: 0 0;
}

.pop-nav-tt-img {
  background-position: -28px 0;
}

.pop-nav-g-img {
  background-position: -56px 0;
}

.pop-nav-p-img {
  background-position: -84px 0;
}

.pop-nav-tb-img {
  background-position: -112px 0;
}

/* hover */
.pop-nav-f-img:hover {
  background-position: 0 -28px;
}

.pop-nav-tt-img:hover {
  background-position: -28px -28px;
}

.pop-nav-g-img:hover {
  background-position: -56px -28px;
}

.pop-nav-p-img:hover {
  background-position: -84px -28px;
}

.pop-nav-tb-img:hover {
  background-position: -112px -28px;
}

.author-content-box {
  margin-top: 24px;
}

.author-content-box .author-til {
  font-size: 16px;
  color: #3c3c3c;
  word-spacing: 1px;
  text-transform: capitalize;
}

.author-content-box .author-container {
  font-family: "Helvetica Light";
  font-size: 14px;
  color: #505050;
  margin-top: 10px;
  padding-bottom: 24px;
  /* border-bottom: 1px solid rgba(0,0,0,.1); */
  border-bottom: 1px solid #e0e2e3;
}

.releaseTime-box {
  margin-top: 24px;
  color: #b3becd;
  font-size: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
}

.releaseTime-box .releaseTime {
  float: left;
}

.releaseTime-box .report {
  float: right;
}

.releaseTime-box .report .r_content {
  cursor: pointer;
}

.releaseTime-box .report .r_content:before {
  content: '';
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/Report74a925e115320b538894362c312180bd.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.editBtnBox {
  margin-top: 24px;
  text-align: center;
  cursor: pointer;
}

.editBtnBox .editBtn {
  cursor: pointer;
  background-color: #0054ff;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-family: "Helvetica Light";
  color: #fff;
  outline: none;
  border: none;
  transition: .3s;
}

.editBtnBox .editBtn:hover {
  background: #bda460;
  transition: .3s;
}

.editBtnBox .editBtn:active {
  background: #978450;
  color: rgba(250, 250, 250, 0.5);
}

@keyframes fadeIN {
  0% {
    left: 10%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

.report_listBox {
  display: none;
  animation: fadeIN .3S;
  position: relative;
  padding: 60px 50px;
}

.report_listBox .report_til {
  font-size: 20px;
  color: #3c3c3c;
  text-align: center;
}

.report_listBox .report_til:before {
  content: '';
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/Report265e83d1e2fb7568e0a6cd68a0d39f9bd.png) center no-repeat;
  position: relative;
  width: 21px;
  height: 18px;
  display: inline-block;
  left: -5px;
}

.report_listBox .contentList {
  margin-top: 24px;
}

.report_listBox .contentList .re_til {
  font-size: 16px;
  color: #505050;
  margin-bottom: 10px;
  margin-top: 20px;
}

.report_listBox .contentList ul .activeRadio span {
  background-position-y: -28px;
}

.report_listBox .contentList ul li {
  color: #9ba4b1;
  margin-bottom: 5px;
  cursor: pointer;
}

.report_listBox .contentList ul li span {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/checkbox87e9e018d34de3036f3f1fe3fa3d6c78.png);
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  position: relative;
  top: 2.75px;
  margin-right: 10px;
}

.report_listBox .contentList .textarea {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  border-radius: 8px;
  resize: none;
  padding: 5px 5px 5px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-family: "Helvetica Light";
  color: #3c3c3c;
}

.report_listBox .contentList .ex_content .ex_text {
  height: 100px;
}

.report_listBox .contentList .email_content .email_text {
  height: 50px;
}

.report_listBox .contentList .btn_box {
  margin-top: 30px;
  text-align: center;
}

.report_listBox .contentList .btn_box .btn {
  outline: none;
  border: none;
  width: 100px;
  height: 34px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  transition: .3s;
}

.report_listBox .contentList .btn_box .submit_btn {
  background-color: #0054ff;
}

.report_listBox .contentList .btn_box .submit_btn:hover {
  background: #bda460;
}

.report_listBox .contentList .btn_box .submit_btn:active {
  color: rgba(255, 255, 255, 0.5);
  background: #978450;
}

.report_listBox .contentList .btn_box .cancel_btn {
  background-color: #fff;
  color: #9ba4b1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  margin-left: 20px;
}

.close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 32px;
  height: 30px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/downfbea9b6cdc75cc15cd4d158ea6d747d7.png) top no-repeat;
  transition: transform .3s;
  cursor: pointer;
  border-radius: 15px;
}

.close:hover {
  transform: rotate(180deg);
}

.close:active {
  background-position: bottom;
}

.empty-list-info {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
}

.empty-list-info a {
  color: #0054ff;
  font-size: 18px;
}

.empty-list-info-img {
  width: 160px;
  height: 114px;
  background-repeat: no-repeat;
  margin: 14px auto 26px;
  display: block;
}

.empty-list-info-img.no-result {
  background-image: url(../source/images/no_result20.png);
}

.empty-list-info-text {
  font-size: 16px;
  color: #8c8c8c;
}

.template-designer {
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  color: #b3becd;
  text-transform: capitalize;
}

/*logout blur*/
html.blur {
  box-shadow: 0 0 125px 120px black inset;
  -webkit-box-shadow: 0 0 125px 120px black inset;
  -moz-box-shadow: 0 0 125px 120px black inset;
  -o-box-shadow: 0 0 125px 120px black inset;
}

html.blur body {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: blur(6px);
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
}

html.blur body:before {
  display: block;
  position: absolute;
  z-index: 10;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

html.blur:before {
  display: block;
  position: absolute;
  z-index: 11;
  content: '';
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/load7d18ac59584d3c9150e269d121345730.png) center no-repeat;
  animation: rotation 1s infinite linear;
}

/*榜单相关*/
@keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*设计师榜单*/
.designer-rank-top {
  margin: 0 0 30px;
  position: relative;
  line-height: 1.1;
}

.designer-rank-info {
  font-size: 22px;
  color: #3c3c3c;
}

.designer-rank-info span {
  display: none;
  font-size: 12px;
  color: #9ba4b1;
  margin-left: 20px;
}

.designer-rank-rule {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 14px;
  color: #3c3c3c;
  cursor: pointer;
}

.designer-rank-rule:hover,
.designer-rank-rule:active,
.designer-rank-rule.active {
  color: #0054ff;
}

.designer-rank-rule:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 4px solid #c7c7c7;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  position: relative;
  top: -1px;
}

.designer-rank-rule:active:after,
.designer-rank-rule.active:after {
  border-bottom: 4px solid #c7c7c7;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0 none;
}

.rule-detail {
  font-size: 14px;
  color: #505050;
  letter-spacing: 1px;
  line-height: 24px;
  border-top: 1px solid #dedfe1;
  padding-top: 25px;
  padding-bottom: 5px;
  margin-top: 20px;
  display: none;
  position: relative;
}

.rule-detail:before {
  position: absolute;
  right: 50px;
  top: -9px;
  width: 15px;
  height: 9px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/rule-after55beb09bf05eb0c050921f514c5369ef.png) no-repeat;
  content: '';
}

.designer-rank-main,
.works-rank-main {
  padding: 10px 50px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  line-height: 1;
  min-height: 600px;
}

.designer-rank-main .designer-rank-item,
.works-rank-main .designer-rank-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px 0;
  overflow: hidden;
}

.designer-rank-main .designer-rank-item:last-child,
.works-rank-main .designer-rank-item:last-child {
  border: 0 none;
}

.designer-coin {
  float: left;
  width: 100px;
  margin-right: 50px;
  text-align: center;
}

.designer-coin .iconrank {
  display: block;
  width: 36px;
  height: 50px;
  margin: 0 auto 12px;
}

.designer-coin .iconrank.rank1 {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/medal0124ba279ab50aeef3b5f1f87fdbf0d280.png);
}

.designer-coin .iconrank.rank2 {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/medal02bd8afc06184d1a65f08334e349cff2e0.png);
}

.designer-coin .iconrank.rank3 {
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/medal038da3e7605d9459598643e0e3e3356626.png);
}

.designer-coin .coin-shadow {
  width: 50px;
  height: 8px;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/shadow9516693d9771b301dba755170754c808.png);
  margin: 0 auto;
}

.designer-coin.no-rank {
  padding-top: 10px;
}

.designer-coin.no-rank .rank-num {
  font-size: 30px;
  color: #505050;
  margin-bottom: 12px;
}

.designer-rank-item .designer-coin {
  padding-top: 14px;
}

.designer-info {
  float: left;
  min-width: 240px;
}

.designer-info .designer-avatar {
  width: 98px;
  height: 98px;
  float: left;
  margin-right: 20px;
  background: url(http://placehold.it/98x98);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.designer-info .designer-meta {
  float: left;
  padding-top: 12px;
}

.designer-info .designer-meta .designer-name {
  font-size: 16px;
  color: #505050;
}

.designer-info .designer-meta .designer-meta-info .designer-meta-info-block {
  font-size: 12px;
  color: #9ba4b1;
  letter-spacing: 1px;
  margin-top: 14px;
}

.works-rank-item {
  overflow: hidden;
  padding: 30px 0 30px 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.works-rank-item:last-child {
  border: 0 none;
}

.works-rank-item .designer-coin {
  position: absolute;
  float: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
}

.works-user-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.works-user-meta .works-user-meta-info {
  float: left;
}

.works-user-meta .works-user-meta-info .works-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(http://placehold.it/32x32);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.works-user-meta .works-user-meta-info .works-user-name {
  font-size: 14px;
  color: #505050;
}

.works-user-meta .works-to-view {
  float: right;
  width: 100px;
  height: 32px;
  display: block;
  line-height: 32px;
  border: 1px solid #0054ff;
  color: #0054ff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
}

.works-user-meta .works-to-view:hover {
  color: #bda460;
}

.swiper-lazy-preloader:after {
  background-size: 40px !important;
  background-image: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/load7d18ac59584d3c9150e269d121345730.png);
}

/*pop tip*/
.fast_tips {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -100px;
  text-align: center;
  animation: tipDown .3s;
  z-index: 9999;
  display: none;
}

@keyframes tipDown {
  from {
    top: 49%;
    opacity: 0;
  }

  to {
    top: 50%;
    opacity: 1;
  }
}

.hot-keywords-box {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
}

.hot-keywords-box .hot-key {
  color: #3c3c3c;
  margin: 0px 5px;
  text-decoration: none;
}

.hot-keywords-box .hot-key:hover {
  color: rgba(60, 60, 60, 0.6);
  text-decoration: underline;
}

/*pop tip over*/
@media only screen and (max-width: 1320px) {
  .designer-rank-rule {
    right: 172px;
  }

  .rule-detail:before {
    right: 222px;
  }
}

@media only screen and (max-width: 1030px) {
  .works-tpl-meta .works-create-date {
    position: relative;
    margin-top: 14px;
    top: auto;
    right: auto;
  }

  .works-user-meta .works-user-meta-info {
    float: none;
    margin-bottom: 14px;
  }

  .works-user-meta .works-to-view {
    float: none;
  }
}

#page-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

#page-loading span {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/load7d18ac59584d3c9150e269d121345730.png) center no-repeat;
  animation: rotation 1s infinite linear;
  margin: -20px 0 0 -20px;
}

footer {
  overflow: hidden;
}

.project-item-thumb-page {
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-size: 14px;
  color: #8c8c8c;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s ease;
}

.project-item-multi-page:after {
  content: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/icon-multi-page9f6cdadb6b3755b716595135b8b30502.png);
  position: absolute;
  right: 0;
  bottom: -6px;
  transform-origin: 100% 100%;
  transform: scale(0.8);
  transition: transform .3s ease;
  z-index: 5;
  width: 80px;
  height: 74px;
}

.project-item-multi-page:hover .project-item-thumb-page {
  opacity: 1;
}

.project-item-multi-page:hover:after {
  transform: scale(1);
}

.bottom-message {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  margin-bottom: 40px;
  letter-spacing: 0.25px;
  font-family: 'Microsoft YaHei';
  display: none;
}

/*
.search-box > .search{


  & input.search-input{
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    padding: 13px 22px;
    padding-left: 40px;
    width: 520px;
    background: #FFF url(../images/search_icon.png) no-repeat 14px center;
    color: #515865;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.1) inset;
    border: none;
    border-radius: 4px 0 0 4px;
    @include std-tran;
    &:active, &:focus{
      outline: none;
      box-shadow: 0 0 1px rgba(172, 150, 94, 0.1) inset;
    }
  }
  & a.search-btn{
    border-radius: 0 4px 4px 0;
    display: block;
    width: 120px;
    line-height: 46px;
    float: right;
  }
  & div.hot-words{
    padding-left: 1em;
    display: none;
    & > a{
      color: #515865;
      text-decoration: none;
      font-size: 14px;
      line-height: 50px;
      margin-right: 0.5em;
      &:hover{
        color: #0054ff;
      }
    }
  } */
@charset "UTF-8";

#slogan h1 {
  font-size: 1.5rem;
}

#slogan h3 {
  padding: 1.1rem 0 1.7rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
}

body {
  margin: 0 auto;
  background-color: #f9f9f9;
}

/*body背景画布的调整*/
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  div#common-header ul#top-nav {
    padding-left: 20px !important;
    min-width: auto !important;
  }

  #top-nav li {
    display: none !important;
  }

  #top-nav li.logo {
    display: block !important;
  }

  #toggleMobileMenu {
    display: block !important;
  }

  #paymentModule>#upGradeIconBtn>#upGradeSignup {
    display: none !important;
  }

  .header-hot-words {
    margin-top: 8px;
  }

  .tpl-banner-bigbox {
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .tpl-banner-box {
    width: 100%;
    height: 36.2903226vw;
    max-height: 225px;
    margin-top: 0;
  }

  .header-search-bigbox {
    background: url(https://static.fotor.com.cn/static/web/designMarket/tpl/images/bg768654d0438f4be5f5e3d540661ec712856.jpg) no-repeat center top;
  }

  .pagination .tcdNumber {
    display: none;
  }

  .pagination .morePage {
    display: none;
  }

  .pagination a.prevPage {
    margin-right: 10px !important;
    width: 90px !important;
  }

  .pagination a.nextPage {
    margin-left: 10px !important;
    width: 90px !important;
  }

  #userinfo {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  body {
    min-width: 960px;
    /*769-960px时，将显示宽度设为960px*/
  }
}


