@charset "utf-8";
/* CSS Document */

*,
body {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: HelveticaNeue, HelveticaNeue;
    font-size: calc(100vw / 100);
}

img {
    width: 100%;
}

.top-main {
    position: relative;
    text-align: center;
    line-height: 0;
}

.top-info {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
    bottom: 0;
    top: 10%;
}

.logo {
    width: 18%;
    margin: 0 auto;
    display: block;
}

.logo-name {
    width: 62%;
    margin: 4% auto;
}

.logo-txt {
    color: #fff;
    font-size: calc(2.1rem + 1vw);
    line-height: 100%;
}

.download {
    display: block;
    line-height: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8%;
}

.download img {
    width: 3.3%;
}

.app-main {
    background: url(./images/bg2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 5%;
}

.info-left {
    color: #fff;
    text-align: left;
    flex: 1;
}

.info-left h2 {
    font-size: calc(1.1rem + 1vw);
    text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.3);
    line-height: 180%;
    font-weight: 500;
    margin-bottom: 5%;
}

.info-left p {
    font-size: calc(0.5rem + 1vw);
    text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.3);
    line-height: 120%;
    font-weight: normal;
    margin-top: 5%;
}

.box1, .box2, .box3 {
    margin-bottom: 5%;
    padding: 4% 8% 6% 20%;
}

.box1 {
    background: url(./images/box1.png) no-repeat;
    background-size: 100% 100%;

}

.box2 {
    background: url(./images/box2.png) no-repeat;
    background-size: 100% 100%;
}

.box3 {
    background: url(./images/box3.png) no-repeat;
    background-size: 100% 100%;
}

.info-left a {
    display: block;
    line-height: 0;
}

.info-right {
    width: 60%;
    margin-left: 6%;
}

.team-main {
    background: url(./images/bg3.png) no-repeat top left;
    background-size: 100% auto;
    padding: 5% 0 3%;
}

.team-title {
    color: #fff;
    text-align: center;
}

.team-title h1 {
    font-size: calc(3.7rem + 1vw);
    line-height: 100%;
}

.team-title p {
    font-size: calc(2.1rem + 1vw);
    line-height: 100%;
    margin-top: 3%;
}

.team-list {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    margin-top: 5%;
}

.team-list img {
    width: 30%;
}

.footer {
    background: url(./images/bg4.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 2% 0;
}

.footer-logo {
    width: 4.4%;
    line-height: 0;
    margin: 0 auto;
    display: block;
}

.footer-link {
    font-size: calc(0.6rem + 1vw);
    line-height: 100%;
    margin-top: 1%;
}

.footer-link a {
    color: #0569FF;
    text-decoration: underline;
    padding: 0 1.5%;
    display: inline-block;
}

.footer-link a:hover {
    text-decoration: none;
}

.footer-link span {
    width: 1px;
    background: #0569FF;
    display: inline-block;
}

/* 联系我们 */
.contact-main {
    padding-top: 3%;
}

.contact-main .logo {
    width: 13%;
}

.contact-main .team-title {
    margin: 1.5% 0 5%;
}

.contact-info {
    background: url(./images/contact-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 6%;
    color: #fff;
    font-size: calc(1rem + 1vw);
    padding: 2% 2%;
    text-align: center;
}

.contact-info p {
    line-height: 130%;
}

.contact-info a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.contact-info a:hover {
    text-decoration: underline;
}

.email-img {
    width: 4%;
    margin-right: 2%;
}

/* 隐私协议*/
.privacy-main {
    background: url(./images/bg5.png) repeat;
    background-size: 100% auto;
}

.privay-info {
    background: url(./images/privacy_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 3%;
    padding: 3% 3% 3% 4%;
    color: #fff;
}

.privay-info h3, .privay-info h4, .privay-info p {
    font-size: calc(2rem + 1vw);
    line-height: 140%;
}

.privay-info h3, .privay-info h4 {
    margin: 5% 0 1%;
}

.privay-info h4 {
    font-weight: normal;
}

@media screen and (max-width:640px) {}