/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

.fn-clear:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}
.fn-clear {
  zoom:1; /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
body {
  font: 14px/1.6 -apple-system,BlinkMacSystemFont,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  font-weight: 300;
  width: 100%;
}
body .fn-hide {
  display:none;
}
h1,h2,h3,h4,h5 {
  line-height: 1;
  margin: 0;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
dd {
  margin-left: 0;
}
/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
  display:inline;
}
.fn-left {
  float:left;
}
.fn-right {
  float:right;
}
#topbar {
  height: 41px;
  line-height: 41px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100;
}
/* topbar Menu */
#more {
  position: absolute;
  display: none;
  top: 41px;
  left: 19px;
  width: 248px;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  background-color: #ffffff;
  margin-top: 5px;
  z-index:999;
}

#more:before {
  content: '.';
  font-size: 0;
  display: block;
  height: 5px;
  margin: -5px 0;
}
#more li:first-child {
  padding: 0px 23px 9px 15px;
  margin-top: 5px;
}

#more li:nth-child(2) {
  padding: 0px 23px 9px 15px;
}

#more li:nth-child(3) {
  padding: 0px 23px 14px 15px;
}

#more h2.zd{
  background: url("../img/circle-blue.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 10%;
}

#more h2.sd{
  background: url("../img/circle-orange.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 10%;
}

#more h2.crm{
  background: url("../img/circle-green.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 10%;
}

#more h2 {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom:0 !important;
}

#more p {
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  margin-top: -4px;
  padding-left: 15px;
  color: #999999;
}

#more a {
  display: block;
  color: #000;
  height: 60px;
  text-decoration: none;
}

#more li:hover {
  background-color: #f8f8f8;
  border-radius:5px;
}

#more a:before {
  font-size: 10px;
  display: inline-block;
  transform: scale(0.6);

}
/* topbar Menu end */
#main {
  min-width: 980px;
  overflow: hidden;
  padding-top: 41px;
}
#topbar .wrap,
#main .wrap,
footer .wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
header {
  padding-top: 25px;
}
#menu {
  color: #fff;
  position: relative;
}
#menu > a {
  margin-right: 50px;
  color: #000;
  text-decoration: none;
}
.home #menu > a:not(.login) {
  color: #fff;
}
#menu > a:last-child {
  margin-right: 0;
}
#menu .login {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7ED321;
  color: #7ED321;
  padding: 0 22px;
  border-radius: 15px;
}
#menu .login:hover {
  background: #7ED321;
  color: #fff;
}
#menu .menus {
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 15px 0;
  border-radius: 3px;
  display: none;
}
#menu .menus.show {
  display: block;
}
#menu .menus:before {
  width:0;
  height:0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  content:'';
  top: -15px;
  left: 20px;
  transform: scaleX(1.7);
}
#menu .menus > a {
  padding: 0 20px;
  display: block;
  color: #000;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
#menu .menus > a:hover {
  background: #F7F7F7;
}
#brand {
  float: left;
  margin-left:15px;
}
.contact {
  background: url(../img/phone.svg) left center no-repeat;
  padding-left: 15px;
  width:100px;
  float:right;
  margin-right:20px;
}
footer {
  font-size: 12px;
  color: #999;
  padding: 20px 0 80px 0;
}
footer a {
  color: #999;
}
footer a:hover {
  text-decoration: underline;
}
footer .ft-links a {
  margin-right: 20px;
}
footer .ft-links a:hover {
  text-decoration: underline;
}
footer .ft-links a:last-child {
  margin-right: 0;
}
#logo {
  margin: 0;
  width: 307px;
  height: 35px;
}
#logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: url(../img/logo-m-2.svg) no-repeat;
  background-size: 100%;
  text-indent: -10000em;
}
.home #logo a {
  background: url(../img/logo-m-1.svg) no-repeat;
  background-size: 100%;
}
.mobile-menu {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/menu.svg) no-repeat;
  background-size: 100%;
  margin-right: 1.2rem;
}
.mobile-menu.home {
  background: url(../img/menu-home.svg) no-repeat;
}
.colored-entry {
  padding: 90px 0;
  color: #fff;
  text-align: center;
  position: relative;
  background: #7ED321;
  overflow: hidden;
}
.colored-entry .wrap {
  position: relative;
  z-index: 2;
}
.colored-entry h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.colored-entry:before {
  content: '';
  display: inline-block;
  width: 390px;
  height: 277px;
  background: url(../img/fall-green.svg) center bottom no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -195px;
}
.colored-entry .action a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 30px;
  border-radius: 19px;
  margin-top: 20px;
  font-weight: 400;
}
.gray-box,.white-box {
  background: #FCFCFC;
  padding: 120px 0;
  text-align: center;
}
.white-box {
  background: #fff;
}
.gray-box h3,
.white-box h3 {
  font-size: 22px;
}
.gray-box p,
.white-box p {
  display: flex;
  justify-content: center;
  text-align: left;
}
.v-mobile {
  display: none;
}
#daodream-container .daodream-launcher-button {
  background: url(../img/daovoice.svg) center center no-repeat !important;
  background-color: #44ACB6 !important;
  right: 30px !important;
  bottom: 30px !important;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1) !important;
}
#contact {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
#contact a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  background: url(https://wx-static.drip.im/crm-web/home-static/img/daovoice.svg) center center no-repeat;
  background-color: #44ACB6;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
}
#contact.show a {
  background: url(https://wx-static.drip.im/crm-web/home-static/img/circle-close.svg) center center no-repeat;
  background-color: #44ACB6;
}
#contact.show .card {
  display: block;    
}
#contact .card {
  position: absolute;
  right: -10px;
  bottom: 58px;
  width: 236px;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  display: none;
  background: #fff;
  text-align: left;
}
#contact .card .wrap {
  padding: 25px 25px 20px 25px;
}
#contact .card p {
  margin: 0;
}
#contact .card p.pic {
  text-align: center;
}
.ebook-box {
  position: fixed;
  bottom: 110px;
  right: 40px;
  background: #fff;
  border-radius: 5px;
  width: 240px;
  height: 144px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;
  display: none;
}
.ebook-box .album {
  position: relative;
  width: 81px;
  min-height: 114px;
}
.ebook-box .album img {
  width: 81px;
  position: relative;
  z-index: 1;
}
.ebook-box .album img:hover {
  opacity: 0.8;
}
.ebook-box .album:before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 14px;
  position: absolute;
  right: -5px;
  top: -7px;
  background: url(https://wx-static.drip.im/img/member/single/ticket/hot.svg) no-repeat;
  z-index: 2;
}
.ebook-box .wrap {
  padding: 15px 10px 15px 15px;
}
.ebook-box .info {
  width: 120px;
  margin-left: 10px;
  font-size: 12px;
  color: #333
}
.ebook-box .info h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.ebook-box .action {
  margin-top: 20px;
}
.ebook-box .action a {
  background: #4CC301;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  text-decoration: none;
}
.ebook-box .action a:hover {
  background-color: #55CC09;
}
.ebook-box .action a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(https://wx-static.drip.im/img/common/ebook/download.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.ebook-box .close {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: url(https://wx-static.drip.im/img/member/single/ticket/close.svg) no-repeat;
  background-color: #fff;
  background-size: 100%;
  top: -11px;
  right: -11px;
}
@media all and (max-width:720px){
  html,body {
    font-size: 36px;
  }
  .v-mobile {
    display: block;
  }
  .v-pc {
    display: none;
  }
}
@media all and (max-width:640px){
  html,body{
    font-size: 32px;
  }
}
@media all and (max-width:600px){
  html,body{
    font-size: 30px;
  }
}
@media all and (max-width:560px){
  html,body{
    font-size: 28px;
  }
}
@media all and (max-width:520px){
  html,body{
    font-size: 26px;
  }
}
@media all and (max-width:480px){
  html,body{
    font-size: 24px;
  }
}
@media all and (max-width:440px){
  html,body{
    font-size: 22px;
  }
}
@media all and (max-width:414px){
  html,body{
    font-size: 21px;
  }
}
@media all and (max-width:400px){
  html,body{
    font-size: 20px;
  }
}
@media all and (max-width:360px){
  html,body{
    font-size: 18px;
  }
}
@media all and (max-width:320px){
  html,body{
    font-size: 16px;
  }
}
@media all and (max-width:250px){
  html,body{
    font-size: 13px;
  }
}
@media all and (max-width:720px) {
  #topbar {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.55rem;
  }
  #topbar #brand {
    padding-left: 0.7rem;
  }
  #topbar .contact {
    padding-right: 0.7rem;
  }
  #main {
    width: 100%;
    min-width: auto;
    /* margin-top: 1.6rem; */
  }
  #topbar .wrap,
  #main .wrap,
  footer .wrap {
    width: 100%;
  }
  #logo {
    width: 11rem;
    padding-left: 1rem;
  }
  footer {
    text-align: center;
  }
  footer .copyright {
    float: none;
    font-size: 0.55rem;
  }
  .gray-box,
  .white-box {
    background: #fff;
    padding: 0;
  }
  .gray-box h3,
  .white-box h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }
  .gray-box p,
  .white-box p {
    font-size: 0.7rem;
    width: 70%;
    text-align: left;
    margin: 0 auto;
  }
  .gray-box br,
  .white-box br {
    display: none !important;
  }
  .gray-box .screenshoot,
  .white-box .screenshoot {
    width: 85%;
    margin: 2rem auto;
  }
  .gray-box .screenshoot img,
  .white-box .screenshoot img {
    width: 100%;
  }
  .colored-entry {
    padding: 4rem 0;
  }
  .colored-entry h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  .colored-entry p {
    font-size: 0.7rem;
    margin-top: 0.33rem;
  }
  .colored-entry .action a {
    margin-top: 0;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.7rem;
  }
  .colored-entry:before {
    background: url(../img/fall-green.svg) center -8rem no-repeat;
    background-size: 150%;
  }
  .menu-slidedown {
    position: fixed;
    top: 1.6rem;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 0.55rem;
    width: 100%;
    padding: 0.9rem 0.7rem;
    display: none;
    z-index: 100;
  }
  .menu-slidedown li {
    padding-left: 0.7rem;
  }
  .menu-slidedown li a {
    color: #fff;
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .menu-close {
    background: url(../img/close.svg) no-repeat;
    background-size: 100%;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    right: 2.8rem;
    top: 1.2rem;
  }
  #daodream-container .daodream-launcher-button {
    display: none !important;
  }
}
.ft-links{
  width:400px;
}
.ft-links a{
  float:right;
  width:70px;
  margin-left:15px;
}