body,h2,h3,p,img,div,span {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #F4F6F7;
}
.container.mobile {
    width: 100%;
    min-width: 800px;
}
.nav {
    font-family: HelveticaNeue-Bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
}
.nav a {
    text-decoration: none;
    color: #FFFFFF;
}
.nav a:hover {
    text-decoration: none;
    color: #4285F5;
}
.container header {
    width: 100%;
    background: url(../img/banner@2x.jpg) no-repeat top center;
    background-size: cover;
    height: 1080px;
}
.container .header {
    height: 45px;
    display: flex;
    background: #131C32;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 325px;
}
.container .header .logo {
    width: 330px;
    display: flex;
    align-items: center;
}
.container .header .logo .logo-text {
    font-family: 'PingFang SC';
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.container.mobile .header  {
    padding: 0 ;
}
.container .header .logo img {
    vertical-align: middle;
}
.container .header .action {
}
.container .header .nav-desc {
    margin-left: 0;
}
.container .header .nav-show {
    margin-left: 72px;
}
.container.mobile .header .action .nav {
    margin-right: 20px;
    margin-left: 0;
}
.container .header .nav-download {
    margin-left: 72px;
}
.container .app-logo {
    text-align: left;
    margin-top: 150px;
    margin-left: 325px;
    padding-bottom: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.container.mobile .app-logo {
    margin-left: 30px;
}
.container .app-logo>img {
    /*width: 10.4%;*/
    width: 100px;
    height: 100px;
}
.container .app-logo .logo-title {
    margin-top: 30px;
    font-family: 'PingFang SC';
    letter-spacing: 0;
    font-size: 48px;
    line-height: 67px;
    color: #FFFFFF;
}
.container .app-logo .logo-desc {
    margin-top: 16px;
    font-family: Helvetica;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 39px;
}
.container .app-logo .logo-desc-info {
    margin-top: 44px;
    font-family: Helvetica;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
}
.container .app-desc {
    padding: 80px 325px;
    letter-spacing: 0;
    text-align: left;
    font-family: Helvetica;
}
.container.mobile .app-desc {
    padding: 80px 30px;
}
.container .app-desc h2 {
    margin-bottom: 32px;
    font-family: Helvetica-Bold;
    font-size: 40px;
    color: #34363C;
}
.container .app-desc h3 {
    margin-bottom: 16px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.container .app-desc p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.container .app-show {
    padding: 80px 325px;
    background: #FFFFFF;
}
.container.mobile .app-show {
    padding: 80px 30px;
}
.container .app-show .show-title {
    font-family: HelveticaNeue-Bold;
    font-size: 40px;
    color: #34363C;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 48px;
}
.container .app-show .show-images{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.container .app-show .show-images .show-image{
    flex: 1;
    margin-right: 10px;
}
.show-image>img {
    width: 100%;

}
.container.mobile .app-show .show-images {
    width: 100%;
}
.container .app-download-top {
    height: 400px;
    text-align: center;
}
.container .app-download-top .download-top-title {
    padding-top: 80px;
    margin-bottom: 16px;
    font-family: HelveticaNeue-Bold;
    font-size: 40px;
    color: #34363C;
    letter-spacing: 0;
}
.container .app-download-top .line {
    width: 100px;
    border: 3px solid #4285F5;
    border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.container .app-download-bottom {
    text-align: center;
    background: #FFFFFF;
    padding-top: 118px;
    padding-bottom: 64px;
}
.container .app-download-bottom .download-bottom-title {
    font-family: HelveticaNeue-Bold;
    font-size: 40px;
    color: #20233C;
    letter-spacing: 0;
    line-height: 60px;
}
.container .app-download-bottom .download-bottom-desc {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #666666;
    letter-spacing: 0;
    line-height: 36px;
}
.container .app-download-bottom .download-btn a {
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    width: 360px;
    height: 70px;
    line-height: 70px;
    margin-top: 48px;
    border: 1px solid #4285F5;
    border-radius: 36px;
    border-radius: 36px;
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #4285F5;
    letter-spacing: 0;
}
.container .app-download-bottom .download-btn a:hover {
    background: #4285F5;
    color: #FFFFFF;
}
.dialog-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
}
.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -210px;
    width: 520px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(34,34,34,0.12);
    border-radius: 8px;
    text-align: center;
}

.dialog>img{
    margin-top: 60px;
    width: 120px;
    height: 120px;
}
.dialog>text{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    text-align: center;
}

.errmsg {
    display: none;
    margin-top: 10px;
    font-size: 15px;
    color: red;
}
.has-input {
    border-bottom:2px solid #333333 !important;
}
.back {
    position: absolute;
    top: 16px;
    right: 24px;
}
.download-bar {
    margin-top:  60px;
    text-align: center;
}
.download-bar-btn{
    border: 1px solid #4285F5;
    border-radius: 60px;
    width: 362px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #4285F5;
    margin: auto;
    cursor: pointer;
}
.header-download {
    height: 60px !important;
    width:auto  !important;
    margin-bottom: 5px;
    cursor: pointer;
}
footer>img {
    width: 100%;
}


/* ----------------------------- Footer -------------------------------- */
.footer_c{text-align: center; background-color: #F4F6F7;height: 82px; margin-top: 0px;}
.footer_container{ width:100%; max-width: 1920px; height:82px;text-align: center; margin: 0px auto;}
.footer_container .main{
    width: 100%;
    height: 82px;
    line-height: 82px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.footer_container .main a{
    color: #2C68FF;
}


