html {
    /* font-size: 62.5%; */
    height: 100%;
}

body,
div,
p,
h1,
h2,
h3,
em,
span,
a,
td,
form,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    /* font-size: 62.5%; */
    font-style: normal;
    font-weight: normal;
    font-family: "Helvetica Neue";
}

body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #808080;
    height: 100%;
    background: #f2f2f2;
    height: 100%;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

div {
    height: auto;
}

.download-bk {
    width: 100%;
    /* height: 5.72rem; */
    overflow: hidden;
    padding-top: .70rem;
    background-color: #fff;
}

.tips {
    position: fixed;
    z-index: 10000;
    left: 50%;
    margin-left: -3.42rem;
    width: 6.84rem;
    height: 1.25rem;
    display: none;
}

.tips-circle {
    float: right;
    margin-right: .15rem;
    width: .14rem;
    height: .14rem;
    border-radius: .14rem;
    background-color: rgba(12, 33, 63, 0.8);
}

.tips-line {
    clear: both;
    float: right;
    margin-right: .22rem;
    width: 1px;
    height: .54rem;
    background-color: rgba(12, 33, 63, 0.8);
}

.tips-content {
    clear: both;
    margin: 0 auto;
    margin-top: .68rem;
    display: block;
    border: 1px solid rgba(12, 33, 63, 0.8);
    -webkit-border-radius: 1rem;
    background: rgba(12, 33, 63, 0.8);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    width: 6.80rem;
    height: 0.56rem;
    line-height: .56rem;
    font-size: 0.30rem;
    color: #fff;
    letter-spacing: -0.48px;
    text-align: center;
    overflow: hidden;
}

.company-logo {
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
}

.company-name {
    margin-top: .24rem;
    text-align: center;
    color: #3abcff;
    font-size: .44rem;
}

.company-intro {
    text-align: center;
    margin-top: .12rem;
    color: #a4b6c2;
    font-size: .24rem;
}

.download-button {
    margin: .80rem auto;
    margin-top: .5rem;
    margin-bottom: .7rem;
    display: block;
    border: 1px solid #3cbaff;
    -webkit-border-radius: 1rem;
    background: #3cbaff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    width: 4.96rem;
    height: 0.88rem;
    line-height: .88rem;
    font-size: 0.32rem;
    color: #fff;
    letter-spacing: -0.48px;
    text-align: center;
    overflow: hidden;
}

.download-button .android {
    width: 100%;
    height: 100%;
    color: white;
    font-size: 0.32rem;
    display: none;
}

.download-button .android .androidDown {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .32rem;
}

.download-button .ios {
    width: 100%;
    height: 100%;
    color: white;
    font-size: .32rem;
    display: none;
}

.download-button .ios .iosDown {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .32rem;
    /* display: none; */
}

.download-introduce {
    width: 100%;
    /* display: none; */
}

.ecode-line {
    margin: 0 auto;
    margin-top: .60rem;
    width: 4.6rem;
    height: .24rem;
}

.ecode-line-content {
    position: relative;
    font-size: .24rem;
    color: #768893;
    line-height: .24rem;
    text-align: center;
}

.ecode-line-content:before {
    content: '';
    position: absolute;
    left: 0;
    margin-top: .12rem;
    width: 1.5rem;
    height: 1px;
    transform: scaleY(.5);
    background-color: #cad7dd;
}

.ecode-line-content:after {
    content: '';
    position: absolute;
    right: 0;
    margin-top: .12rem;
    width: 1.5rem;
    height: 1px;
    transform: scaleY(.5);
    background-color: #cad7dd;
}

.download-intro {
    padding-top: .30rem;
    margin: 0 .48rem;
    color: #666;
    overflow: hidden;
}

.download-qr {
    /* border: .01rem solid #cad7dd; */
    text-align: center;
    margin: 0 auto;
    margin-top: .5rem;
    width: 3.4rem;
    height: 3.9rem;
    box-sizing: border-box;
    line-height: 0;
}

.download-qr>.ecode-picture {
    width: 3.2rem;
    height: 3.2rem;
    padding: .1rem;
}

.download-qr>.ecode-picture>canvas {
    width: 3.2rem;
    height: 3.2rem;
}

.download-qr>.download-qr-info {
    font-size: .28rem;
    color: #666666;
    padding-top: .1rem;
}


.login-before-download {
    padding: 0 0.8rem;
    background-image: url('/home/saas/images/download-h5-bg.png');
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s ease-in-out;
}

.login-before-download input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: 0 0;
    border: none;
    height: .96rem;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    font-size: .32rem;
    color: #fff;
}

.login-before-download input::placeholder {
    color: #FFFFFF;
    opacity: 0.5;
}

.login-before-download .btn {
    position: relative;
    height: .88rem;
    line-height: .88rem;
    background: linear-gradient(139deg, #3bbaff 0, #3eb0f8 36%, #329cf1 100%);
    box-shadow: 0 2px 4px 0 rgba(54, 163, 243, .37);
    border-radius: 100px;
    font-size: .32rem;
    color: #fff;
    text-align: center;
}

.login-before-download .login-title {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.52rem;
    color: #FFFFFF;
}

.login-before-download #account {
    margin-top: 0.48rem;
}

.login-before-download #pwd {
    margin-top: 0.24rem;
}

.login-before-download .login-tip {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #FF958F;
}

.login-before-download .btn-login {
    margin-top: 0.4rem;
}

.download-container {
    display: none;
}

.login-before-download {
    display: none;
}