/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

html, body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden; }

[v-cloak] {
  display: none; }

p {
  color: #232323; }

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

header {
  background: #4ccbff linear-gradient(to right, #4ccbff, #0067e3);
  color: #fff;
  min-height: 70px;
  padding-top: 20px; }
  @media (max-width: 460px) {
    header {
      min-height: 50px; } }
  header a {
    color: #fff; }
  header .logo {
    float: left; }
    header .logo a {
      font-size: 22px;
      font-weight: 700; }
      @media (max-width: 460px) {
        header .logo a {
          font-size: 20px; } }
      header .logo a:hover {
        color: #fff; }
  header .top-nav {
    float: right; }
    header .top-nav li {
      list-style-type: none;
      display: inline-block;
      margin-left: 15px; }
      @media (max-width: 460px) {
        header .top-nav li {
          margin-left: 10px; } }
      header .top-nav li a {
        font-size: 18px; }
        header .top-nav li a:hover {
          color: #fff;
          text-decoration: underline; }
        @media (max-width: 460px) {
          header .top-nav li a {
            font-size: 14px; } }

main {
  min-height: 100px; }
  main h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px; }

.page-main .intro-box {
  background: #4ccbff linear-gradient(to right, #4ccbff, #0067e3);
  text-align: center;
  color: #fff;
  padding: 30px 15px 80px 15px; }
  .page-main .intro-box h1 {
    font-size: 36px; }
    @media (max-width: 640px) {
      .page-main .intro-box h1 {
        font-size: 24px; } }
  .page-main .intro-box .h1-des {
    line-height: 2.6;
    color: #fff; }
    @media (max-width: 640px) {
      .page-main .intro-box .h1-des {
        font-size: 14px; } }
.page-main .tool-box {
  border-radius: 20px;
  margin-top: -50px;
  background: #fff;
  padding: 35px 15px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  box-shadow: 0px 10px 10px rgba(231, 230, 236, 0.9);
  background: #fff; }
  @media (max-width: 640px) {
    .page-main .tool-box {
      padding: 15px 10px; } }

.page-text input[type='color'] {
  cursor: pointer; }
.page-text input[type='range'] {
  width: 100%; }
.page-text label span {
  font-size: 14px;
  color: #666; }
.page-text .logo-item {
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
  background: url("/assets/images/transparency.png") repeat; }
.page-text .logo-item img {
  max-width: 100%; }
.page-text .button-box, .page-text .preview-box {
  text-align: center; }
.page-text .preview-box small {
  display: block;
  margin-bottom: 15px; }
.page-text .button-box {
  margin-top: 25px; }
.page-text .preview-box img {
  cursor: pointer;
  background: url("/assets/images/transparency.png") repeat; }
@media (max-width: 640px) {
  .page-text .setting-box {
    margin-top: 20px; } }
.page-text .qa {
  margin-top: 35px; }

.page-index .output-size {
  margin-top: 15px; }
  .page-index .output-size label {
    display: inline-block; }
  .page-index .output-size .width-item {
    margin-right: 10px;
    cursor: pointer; }
    .page-index .output-size .width-item input {
      margin-right: 2px;
      cursor: pointer; }
  @media (min-width: 1200px) {
    .page-index .output-size .output-format select {
      width: 50%; } }
.page-index .file-picker {
  opacity: 0;
  display: none; }
.page-index .preview-box {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  overflow: hidden; }
  .page-index .preview-box .preview-img {
    position: absolute;
    max-width: none; }
.page-index .edit-box {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #fff url("https://static.qikekeji.com/geticon/images/transparency.png") repeat;
  box-shadow: #4F5155 0px 0px 10px; }
  .page-index .edit-box .edit-body {
    width: 400px;
    min-height: 450px;
    display: inline-block;
    position: relative;
    background: url("https://static.qikekeji.com/geticon/images/chrome-bg.png") no-repeat;
    background-size: 100% auto; }
    @media (max-width: 640px) {
      .page-index .edit-box .edit-body {
        width: 320px; } }
    .page-index .edit-box .edit-body .crop-box {
      padding-top: 64px;
      width: 100%; }
      .page-index .edit-box .edit-body .crop-box .crop-img {
        max-width: 100%; }
.page-index .qa {
  margin-top: 35px;
  border-top: 1px solid #eaeaea;
  padding-top: 25px; }
  .page-index .qa h3 {
    margin-top: 25px;
    font-size: 22px; }
  .page-index .qa p {
    color: #555; }

.page-single article {
  padding: 25px 15px;
  min-height: 500px; }
  .page-single article h1 {
    font-size: 32px;
    margin-bottom: 25px; }
  .page-single article h2 {
    font-size: 24px;
    margin-bottom: 15px; }
  .page-single article h3 {
    font-size: 22px;
    margin-bottom: 15px; }
  .page-single article p {
    line-height: 2.0; }

/* footer */
footer, .footer {
  background: #373d41;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
  color: #999; }
  footer a, .footer a {
    color: #73777a; }
    footer a:hover, .footer a:hover {
      color: #fff; }
  footer .footer-nav a, .footer .footer-nav a {
    color: #9b9ea0;
    margin-right: 35px; }
    @media (max-width: 760px) {
      footer .footer-nav a, .footer .footer-nav a {
        margin-right: 10px;
        font-size: 13px; } }
    footer .footer-nav a:hover, .footer .footer-nav a:hover {
      color: #fff; }
  footer .friend-link, .footer .friend-link {
    margin-bottom: 20px;
    margin-top: 30px; }
    footer .friend-link a, .footer .friend-link a {
      font-size: 14px;
      margin-left: 0;
      margin-right: 15px; }
  footer p.copyright, .footer p.copyright {
    font-size: 14px;
    color: #73777a; }

/*# sourceMappingURL=common.css.map */
