/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contact-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact-wrap .contact {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  height: 280px;
  border-radius: 5px;
}
.contact-wrap .contact h3 {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}
.contact-wrap .contact img {
  width: 240px;
  height: 240px;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overscroll-behavior: contain;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-transition: none;
  color: #000;
  font-family: 'PingFang SC';
}
body a {
  text-decoration: none;
}
.btn {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  line-height: 3.2rem;
  width: 12rem;
  height: 3.2rem;
  background: #52BA68;
  border-radius: 17px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  transition: all 0.4ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover {
  opacity: 0.9;
}
.btn.large {
  background-color: #fff;
  width: 28.4rem;
  height: 5rem;
  border-radius: 2.5rem;
  line-height: 5rem;
  color: #52BA68;
}
.inner-wrap {
  width: 112rem;
  margin: 0 auto;
}
.header {
  height: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .vip {
  background-color: #2DB7F5;
  border-radius: 0.3rem;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.header .logo img {
  vertical-align: middle;
  width: 5.6rem;
}
.header .logo span {
  margin-left: 1rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.header .link {
  margin-right: 5rem;
  width: 7rem;
}
.header .icon {
  display: inline-block;
  margin-right: 2rem;
}
.header .icon img {
  width: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.header .icon span {
  display: inline-block;
  vertical-align: middle;
}
.header .icon-score {
  margin-right: 11rem;
}
.header .account {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.header .account .name {
  line-height: 6.4rem;
  text-align: center;
  cursor: pointer;
}
.header .account:hover ul {
  height: 15.5rem;
}
.header .account ul {
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.header .account ul li {
  line-height: 2.4;
  padding: 0 2rem;
  cursor: pointer;
}
.header .account ul li a {
  color: #000;
}
.header .account ul li:hover {
  background-color: #eee;
}
.banner {
  background: url(/images/home/banner.png) no-repeat center top;
  background-size: auto 100%;
  background-color: #52BA68;
  height: 43rem;
  color: #fff;
}
.banner h1 {
  font-size: 4.6rem;
  padding-top: 10rem;
}
.banner .tip {
  line-height: 2;
}
.banner .desc {
  padding-top: 2rem;
  width: 44rem;
  line-height: 1.6;
}
.banner .btn {
  margin-top: 5rem;
}
.feature {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: url(/images/home/body-bg.png) no-repeat center 10rem;
  background-size: 120rem auto;
}
.feature h1 {
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
.feature li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 8rem;
}
.feature li:nth-child(odd) {
  flex-direction: row-reverse;
}
.feature li:nth-child(even) .photo {
  text-align: right;
}
.feature li .photo,
.feature li .description {
  width: 50%;
}
.feature li .photo img {
  max-width: 95%;
}
.feature li .description h2 {
  color: #333;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0 5rem;
  background: url(/images/home/title-icon.png) no-repeat left center;
  background-size: auto 12rem;
  height: 6rem;
  line-height: 9rem;
  position: relative;
  top: -4rem;
}
.feature li .description .text {
  position: relative;
  top: -2rem;
  line-height: 1.6;
  opacity: 0.6;
  padding: 0 5rem;
}
.mobile-contact {
  display: none;
}
.footer {
  background-color: #333333;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  color: #fff;
}
.footer .download {
  display: flex;
}
.footer .download > div {
  margin: 0 2rem;
}
.footer .right-wrap {
  display: flex;
}
.footer .right-wrap .contact {
  margin-left: 4rem;
}
.footer img {
  width: 12rem;
  border: 0.4rem solid #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 960px) {
  .mobile {
    display: none;
  }
}
/* 当屏幕宽度小于 768px 时应用 */
@media (max-width: 960px) {
  .pc {
    display: none;
  }
  .inner-wrap {
    width: auto;
  }
  .header {
    padding: 0 2rem;
  }
  .header div.icon {
    display: none;
  }
  .header .nav .link {
    margin-right: 10rem;
  }
  .banner {
    height: 56rem;
    background: #52BA68 url(/images/home/banner-bg.png) no-repeat right center;
    background-size: auto 100%;
  }
  .banner .info {
    text-align: center;
    background: url(/images/home/banner-role.png?v=1) no-repeat center 70%;
    background-size: auto 30rem;
  }
  .banner .info h1 {
    padding-top: 4rem;
    font-size: 3rem;
  }
  .banner .info .desc {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 18rem;
  }
  .banner .info .btn {
    margin-top: 10rem;
  }
  .feature h1 {
    margin-bottom: 3rem;
  }
  .feature ul li {
    padding-top: 5rem;
    margin-bottom: 3rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .feature ul li:nth-child(odd) {
    flex-direction: column;
  }
  .feature ul li:nth-child(even) .photo {
    text-align: center;
  }
  .feature ul li .photo,
  .feature ul li .description {
    width: 90%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .feature ul li .description {
    text-align: center;
  }
  .feature ul li .description h2 {
    font-size: 2.2rem;
    padding-left: 5rem;
    text-align: left;
    min-height: 6rem;
    height: auto;
    padding-right: 0;
    background-position: left top;
    background-size: auto 8rem;
    line-height: 1.2;
    padding-top: 3rem;
  }
  .feature ul li .description .text {
    max-width: 90%;
    text-align: left;
    padding: 0 1rem;
  }
  .footer a {
    position: relative;
    top: -5px;
  }
  .footer .contact {
    display: none;
  }
  .mobile-contact {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 3rem;
  }
  .mobile-contact .website {
    padding-top: 2rem;
  }
  .mobile-contact .website a {
    color: #222;
  }
  .mobile-contact img {
    width: 50%;
  }
  .mobile-contact .follow {
    padding-top: 4rem;
  }
  .mobile-contact .follow a {
    display: inline-block;
    height: 3.2rem;
    background: url(/images/home/weixin-active.svg) no-repeat;
    background-size: 3.2rem;
    background-position: 1.5rem 1rem;
    line-height: 3.2rem;
    border: 1px solid #52BA68;
    border-radius: 5rem;
    padding: 0.5rem 2rem 0.5rem 5.5rem;
    color: #52BA68;
  }
}
/* 当屏幕宽度小于 768px 时应用 */
@media (max-width: 640px) {
  .header .logo span {
    display: none;
  }
}
