@charset "utf-8";



* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #2c2823;
  background: #f6f1ea;
  font-size: 15px;
  line-height: 1.7;
  padding-top: 69px;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, figure { margin: 0; padding: 0; }
ul { list-style: none; }
a { color: #d2670a; text-decoration: none; }
a:hover { color: #2a7fb8; }
img { border: 0; max-width: 100%; vertical-align: middle; }
b { font-weight: 700; }
em { font-style: normal; }


.wrap { width: 92%; max-width: 1180px; margin: 0 auto; position: relative; }
.wrap-narrow { max-width: 860px; }


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


.ic-dl {
  display: inline-block;
  width: 16px; height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: -2px;
  margin-right: 2px;
}
.ic-dl:before { content: "\2193"; font-weight: 700; font-size: 16px; }


.btn {
  display: inline-block;
  padding: 11px 24px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
}
.btn-lg { padding: 15px 34px; font-size: 16px; border-radius: 12px; }
.btn-block { display: block; width: 100%; }


.btn-primary {
  color: #fff;
  background: #e8730c;
  background: -webkit-linear-gradient(left, #f5852a, #db6800);
  background: linear-gradient(to right, #f5852a, #db6800);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(219,104,0,.30);
  font-weight: 700;
}
.btn-primary:hover {
  color: #fff;
  background: #f07d14;
  background: -webkit-linear-gradient(left, #fb912f, #e06d00);
  background: linear-gradient(to right, #fb912f, #e06d00);
  box-shadow: 0 10px 24px rgba(219,104,0,.44);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-ghost {
  color: #1f6a9c;
  background: rgba(42,127,184,.07);
  border-color: rgba(42,127,184,.40);
}
.btn-ghost:hover {
  color: #2a7fb8;
  background: rgba(42,127,184,.14);
  border-color: rgba(42,127,184,.65);
}
.btn-nav { padding: 9px 20px; font-size: 14px; }


.site-header {
  position: fixed;
  left: 0; right: 0; top: 0;
  background: #fff;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #ecdcc6;
  box-shadow: 0 2px 14px rgba(150,90,20,.10);
  z-index: 90;
}
.header-inner { padding: 13px 0; }

.channel-logo {
  float: left;
  line-height: 42px;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid rgba(232,115,12,.20);
}
.channel-logo-img {
  height: 20px;
  width: auto;
  max-width: 150px;
  vertical-align: middle;
  border-radius: 8px;
}

.logo { display: inline-block; float: left; line-height: 42px; }
.logo-box {
  display: inline-block;
  width: 42px; height: 42px;
  vertical-align: middle;
  margin-right: 11px;
  border-radius: 11px;
  background: #fdebd6;
  background: -webkit-linear-gradient(135deg, #ffe7c8, #ffd0a0);
  background: linear-gradient(135deg, #ffe7c8, #ffd0a0);
  border: 1px solid #f3bd80;
  box-shadow: 0 2px 10px rgba(232,115,12,.16);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.logo-img { width: 42px; height: 42px; vertical-align: top; border-radius: 11px; }
.logo-text { font-size: 19px; color: #241c14; vertical-align: middle; font-weight: 700; letter-spacing: .5px; }
.logo-text b { color: #e8730c; font-weight: 700; margin-left: 4px; }

.main-nav { float: left; margin-left: 44px; }
.main-nav ul li { float: left; }
.main-nav ul li a {
  display: block;
  padding: 0 17px;
  line-height: 42px;
  color: #5d5347;
  font-size: 15px;
}
.main-nav ul li a:hover { color: #e8730c; }
.btn-nav { float: right; margin-top: 1px; }


.hero {
  position: relative;
  background: #f7ead7;
  background: -webkit-linear-gradient(top, #fbe8d0, #f6f1ea 78%);
  background: linear-gradient(to bottom, #fbe8d0, #f6f1ea 78%);
  padding: 70px 0 64px;
  overflow: hidden;
}

.grid-bg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-image:
    -webkit-linear-gradient(rgba(232,115,12,.08) 1px, transparent 1px),
    -webkit-linear-gradient(left, rgba(232,115,12,.08) 1px, transparent 1px);
  background-image:
    linear-gradient(rgba(232,115,12,.08) 1px, transparent 1px),
    linear-gradient(to right, rgba(232,115,12,.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .85;
  z-index: 0;
}
.hero-inner { position: relative; z-index: 2; }
.hero-text { float: left; width: 52%; }
.hero-media { float: right; width: 45%; position: relative; text-align: center; }

.hero-tag {
  display: inline-block;
  background: rgba(42,127,184,.10);
  color: #1f6a9c;
  font-size: 13px;
  padding: 6px 15px 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(42,127,184,.30);
  margin-bottom: 22px;
}
.hero-tag .dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #2a7fb8;
  margin-right: 7px;
  vertical-align: 1px;
  box-shadow: 0 0 8px rgba(42,127,184,.7);
}
.hero-title {
  font-size: 46px;
  line-height: 1.2;
  color: #221a12;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.hero-title em {
  color: #e8730c;
  background: -webkit-linear-gradient(left, #f5852a, #db6800);
  background: linear-gradient(to right, #f5852a, #db6800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-desc { font-size: 16px; color: #5b5147; max-width: 520px; margin-bottom: 30px; }
.hero-desc b { color: #2a2017; }
.hero-actions { margin-bottom: 36px; }
.hero-actions .btn { margin: 0 12px 12px 0; }

.hero-meta { border-top: 1px solid #e2cdb4; padding-top: 24px; }
.hero-meta li { float: left; width: 25%; }
.hero-meta li b { display: block; font-size: 26px; color: #221a12; font-weight: 800; line-height: 1.2; }
.hero-meta li b i { font-style: normal; font-size: 14px; color: #e8730c; margin-left: 1px; }
.hero-meta li span { font-size: 13px; color: #9a8975; }


.window {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #ecd6bc;
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(150,90,20,.16);
  overflow: hidden;
  text-align: left;
}
.window-bar {
  background: #f3ece2;
  border-bottom: 1px solid #ecd6bc;
  padding: 0 6px 0 14px;
  height: 34px;
  line-height: 34px;
}
.wb-title { color: #9a8975; font-size: 12px; vertical-align: middle; }
.wb-controls { float: right; }
.wb-btn {
  display: inline-block;
  width: 30px; height: 34px;
  position: relative;
  vertical-align: middle;
}
.wb-btn:before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
}
.wb-min:before { width: 11px; height: 0; border-top: 1px solid #9a8975; margin: 0 0 0 -6px; }
.wb-max:before { width: 10px; height: 10px; border: 1px solid #9a8975; margin: -6px 0 0 -6px; }
.wb-close:before {
  width: 12px; height: 0;
  border-top: 1px solid #9a8975;
  margin: 0 0 0 -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wb-close:after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 12px; height: 0;
  border-top: 1px solid #9a8975;
  margin: 0 0 0 -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wb-close:hover:before, .wb-close:hover:after { border-top-color: #f0792a; }
.window-body { background: #faf5ee; }
.hero-img { display: block; width: 100%; min-height: 300px; background: #f0e6d8; }

.media-glow {
  display: block;
  position: absolute;
  top: 20px; left: 50%;
  width: 380px; height: 320px;
  margin-left: -190px;
  background: #f0792a;
  border-radius: 50%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: .20;
  z-index: 1;
}


.trustbar {
  background: #fff;
  border-top: 1px solid #ecdcc6;
  border-bottom: 1px solid #ecdcc6;
  padding: 17px 0;
}
.trust-item {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #5d5347;
}
.trust-ic {
  display: inline-block;
  width: 18px; height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 7px;
  vertical-align: -3px;
  border-radius: 50%;
  background: rgba(232,115,12,.14);
  color: #d2670a;
}
.trust-ic:before { content: "\2714"; font-size: 11px; }


.section { padding: 80px 0; position: relative; }
.section-alt { background: #fff; }
.sec-head { text-align: center; margin-bottom: 50px; }
.sec-eyebrow {
  display: inline-block;
  color: #2a7fb8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.sec-title {
  font-size: 32px;
  color: #221a12;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: .5px;
}
.sec-sub { font-size: 16px; color: #5b5147; max-width: 640px; margin: 0 auto; }


.cards { margin: 0 -13px; }
.card {
  float: left;
  width: 50%;
  padding: 0 13px;
  margin-bottom: 26px;
}
.card-inner {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #ecd8be;
  border-radius: 16px;
  padding: 32px 24px 26px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(150,90,20,.08);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.card-inner:hover {
  border-color: rgba(232,115,12,.50);
  box-shadow: 0 16px 36px rgba(150,90,20,.16), 0 0 0 1px rgba(232,115,12,.16);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.card-inner:hover .card-title { color: #d2670a; }


.card-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: #2a7fb8;
  background: -webkit-linear-gradient(left, #3a93cc, #1f6a9c);
  background: linear-gradient(to right, #3a93cc, #1f6a9c);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 11px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(31,106,156,.35);
}
.card-hot .card-inner { border-color: rgba(232,115,12,.38); }
.card-hot .card-inner:hover { border-color: rgba(232,115,12,.65); box-shadow: 0 16px 36px rgba(232,115,12,.14); }


.card-icon {
  width: 120px; height: 120px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background: #fde9d2;
  background: -webkit-linear-gradient(135deg, #ffe7c8, #ffd2a4);
  background: linear-gradient(135deg, #ffe7c8, #ffd2a4);
  border: 1px solid #f3c08a;
  box-shadow: 0 4px 16px rgba(232,115,12,.12);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.card-icon img { width: 120px; height: 120px; vertical-align: top; border-radius: 24px; }
.card-inner:hover .card-icon { box-shadow: 0 6px 20px rgba(232,115,12,.22); }

.card-title { font-size: 21px; color: #221a12; font-weight: 800; letter-spacing: .5px; }
.card-ver { font-size: 13px; color: #9a8975; margin: 5px 0 16px; }

.card-rate { margin-bottom: 18px; font-size: 13px; }
.stars { color: #f0a020; letter-spacing: 1px; }
.rate-num { color: #d2670a; font-weight: 700; margin: 0 5px; }
.rate-cnt { color: #a89682; }

.btn-dl { font-weight: 700; }
.card-note { font-size: 12px; color: #a89682; margin-top: 13px; }
.note-ic {
  display: inline-block;
  width: 14px; height: 14px;
  line-height: 14px;
  text-align: center;
  margin-right: 4px;
  vertical-align: -2px;
  border-radius: 50%;
  background: rgba(232,115,12,.14);
  color: #d2670a;
}
.note-ic:before { content: "\2714"; font-size: 9px; }

.cards-tip { text-align: center; color: #9a8975; margin-top: 16px; font-size: 15px; }


.features { margin: 0 -14px 56px; }
.feature {
  float: left;
  width: 25%;
  padding: 0 14px;
  text-align: center;
}
.feat-ic {
  width: 84px; height: 84px;
  line-height: 84px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fde9d2;
  background: -webkit-linear-gradient(135deg, #ffe7c8, #ffd2a4);
  background: linear-gradient(135deg, #ffe7c8, #ffd2a4);
  border: 1px solid #f3c08a;
  box-shadow: 0 4px 14px rgba(232,115,12,.12);
  text-align: center;
  overflow: hidden;
}
.feat-ic img { width: 100%; height: 100%; display: block; vertical-align: top; border-radius: 50%; }
.feature h3 { font-size: 17px; color: #221a12; margin-bottom: 9px; font-weight: 700; }
.feature p { font-size: 14px; color: #5b5147; }


.usecase {
  background: #faf2e8;
  background: -webkit-linear-gradient(top, #f6ead9, #faf2e8);
  background: linear-gradient(to bottom, #f6ead9, #faf2e8);
  border: 1px solid #ecd8be;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 12px 36px rgba(150,90,20,.10);
}
.usecase-media { float: left; width: 46%; position: relative; }
.usecase-media img {
  width: 100%;
  border-radius: 14px;
  background: #f0e6d8;
  min-height: 260px;
  border: 1px solid #ecd8be;
  position: relative;
  z-index: 2;
}
.uc-glow {
  position: absolute;
  left: 10%; top: 20%;
  width: 70%; height: 60%;
  background: #2a7fb8;
  border-radius: 50%;
  filter: blur(70px);
  -webkit-filter: blur(70px);
  opacity: .14;
  z-index: 1;
}
.usecase-text { float: right; width: 50%; padding-top: 4px; }
.usecase-title { font-size: 26px; color: #221a12; margin-bottom: 20px; font-weight: 800; }
.ticks { margin-bottom: 26px; }
.ticks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  color: #3a2f24;
  font-size: 15px;
}
.ticks li:before {
  content: "\2714";
  position: absolute;
  left: 0; top: 1px;
  width: 21px; height: 21px;
  line-height: 21px;
  text-align: center;
  background: rgba(232,115,12,.14);
  color: #d2670a;
  font-size: 11px;
  border-radius: 50%;
}


.shots { margin: 0 -11px; }
.shot { float: left; width: 50%; padding: 0 11px; margin-bottom: 22px; }
.shot-frame {
  position: relative;
  width: 100%;
  padding-top: 50%;
  border-radius: 14px;
  overflow: hidden;
  background: #f0e6d8;
  border: 1px solid #ecd8be;
  box-shadow: 0 10px 28px rgba(150,90,20,.10);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.shot-frame img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  display: block;
  border-radius: 14px;
}
.shot-frame:hover {
  border-color: rgba(232,115,12,.55);
  box-shadow: 0 16px 36px rgba(150,90,20,.18);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}


.faq-item {
  background: #fff;
  border: 1px solid #ecd8be;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(150,90,20,.06);
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
}
.faq-item:hover { border-color: #ebb27c; }
.faq-q {
  position: relative;
  padding: 19px 56px 19px 24px;
  font-size: 16px;
  color: #221a12;
  font-weight: 600;
  cursor: pointer;
}
.faq-q:hover { color: #d2670a; }
.faq-arrow {
  position: absolute;
  right: 20px; top: 50%;
  margin-top: -13px;
  width: 26px; height: 26px;
  line-height: 24px;
  text-align: center;
  background: #f3ece2;
  border: 1px solid #ecd8be;
  border-radius: 50%;
}
.faq-arrow:before {
  content: "+";
  color: #9a8975;
  font-size: 18px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  display: inline-block;
}
.faq-a {
  display: none;
  padding: 0 24px 20px;
  color: #5b5147;
  font-size: 15px;
}
.faq-item.open { border-color: rgba(232,115,12,.50); }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-arrow { background: rgba(232,115,12,.12); border-color: rgba(232,115,12,.50); }
.faq-item.open .faq-arrow:before {
  color: #d2670a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.cta {
  position: relative;
  background: #e8730c;
  background: -webkit-linear-gradient(left, #f5852a, #db6800);
  background: linear-gradient(to right, #f5852a, #db6800);
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  left: 50%; top: 50%;
  width: 520px; height: 300px;
  margin: -150px 0 0 -260px;
  background: #ffffff;
  border-radius: 50%;
  filter: blur(120px);
  -webkit-filter: blur(120px);
  opacity: .20;
  z-index: 0;
}
.cta-inner { position: relative; z-index: 2; }
.cta-title { font-size: 32px; font-weight: 800; margin-bottom: 12px; color: #ffffff; }
.cta-sub { font-size: 17px; color: #fff1e2; margin-bottom: 30px; }
.cta .btn-primary {
  color: #c25e00;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(120,55,0,.24);
}
.cta .btn-primary:hover {
  color: #db6800;
  background: #fff6ec;
  box-shadow: 0 12px 30px rgba(120,55,0,.32);
}


.site-footer { background: #2b303b; border-top: 1px solid #353b48; padding-top: 54px; }
.footer-inner { padding-bottom: 38px; }
.foot-col { float: left; width: 22%; margin-right: 4%; }
.foot-about { width: 42%; }
.foot-logo { font-size: 20px; color: #eef1f5; margin-bottom: 14px; font-weight: 700; }
.foot-logo b { color: #f5852a; }
.foot-about p { color: #9aa1ae; font-size: 14px; max-width: 360px; }
.foot-col h4 { color: #eef1f5; font-size: 16px; margin-bottom: 16px; font-weight: 700; }
.foot-col ul li { margin-bottom: 10px; }
.foot-col ul li a { color: #9aa1ae; font-size: 14px; }
.foot-col ul li a:hover { color: #f5852a; }

.footer-bottom { border-top: 1px solid #353b48; padding: 22px 0; }
.footer-bottom p { color: #79808d; font-size: 13px; text-align: center; }
.copyright { margin-top: 6px; }


.back-top {
  position: fixed;
  right: 26px; bottom: 26px;
  width: 48px; height: 48px;
  line-height: 48px;
  text-align: center;
  background: #e8730c;
  background: -webkit-linear-gradient(left, #f5852a, #db6800);
  background: linear-gradient(to right, #f5852a, #db6800);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(219,104,0,.42);
  display: none;
  z-index: 60;
}
.back-top:before { content: "\2191"; font-size: 20px; font-weight: 700; color: #fff; }
.back-top:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); }


.toast {
  position: fixed;
  left: 50%; top: 30px;
  margin-left: -170px;
  width: 340px;
  background: #fff;
  border: 1px solid rgba(232,115,12,.38);
  color: #221a12;
  text-align: center;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(150,90,20,.18);
  display: none;
  z-index: 100;
  font-size: 14px;
}


.ph {
  position: relative;
  background: #fde9d2 !important;
  background: -webkit-linear-gradient(135deg, #ffe7c8, #ffd2a4) !important;
  background: linear-gradient(135deg, #ffe7c8, #ffd2a4) !important;
}
.ph-tip {
  position: absolute;
  left: 0; top: 50%;
  width: 100%;
  margin-top: -22px;
  text-align: center;
  color: #c89a64;
  font-size: 12px;
  line-height: 1.5;
}
.ph-tip b { display: block; color: #a87838; font-size: 26px; margin-bottom: 4px; font-weight: 400; }
.ph-sm .ph-tip { margin-top: -16px; }
.ph-sm .ph-tip b { margin-bottom: 0; font-size: 30px; }


.img-guard {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: 5;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: default;
}


@media screen and (max-width: 980px) {
  .hero-text, .hero-media { float: none; width: 100%; }
  .hero-media { margin-top: 40px; }
  .card { width: 50%; }
  .feature { width: 50%; margin-bottom: 28px; }
}
@media screen and (max-width: 760px) {
  .main-nav { display: none; }
  .hero-title { font-size: 34px; }
  .trust-item { width: 50%; margin-bottom: 10px; }
  .card { width: 100%; }
  .feature { width: 100%; }
  .usecase-media, .usecase-text { float: none; width: 100%; }
  .usecase-text { margin-top: 26px; }
  .shot { width: 100%; }
  .foot-col, .foot-about { float: none; width: 100%; margin: 0 0 26px; }
  .hero-meta li { width: 50%; margin-bottom: 16px; }
}
