@charset "utf-8";

/*common*/
* {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f2f4f5
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #333;
    cursor: pointer
}

a:hover {
    outline: 0
}

.hide {
    display: none !important;
}

#app {
    height: 100%;
    text-align: left;
    color: #343333;
    font-size: 0.625vw;
    line-height: 1.4;
    word-break: break-all;
}

.download {
    background-size: contain;
    width: 100%;
    height: 100%;
}

.download .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.download img.logo {
    width: 20vw;
    flex-shrink: 0;
    margin-top: 6%;
    margin-bottom: 1%;
}

.download img.logo-icon {
    width: 8rem;
    flex-shrink: 0;
    margin-top: 1.042vw;
}

.download div.title {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding: 1rem 0;
}

.download div.title .pc_des {
    width: 55vw;
}

.downs {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: auto;
}

.down {
    margin-left: 3.125vw;
}

#qrcode {
    width: 9.53125vw;
    height: 11.927vw;
    background: url(../images/qr.js)center no-repeat;
    background-size: cover;
    margin-top: 1.042vw;
    margin-left: 5.208vw;
}

#qrcode img {
    width: 7.396vw;
    margin: 0 auto;
    margin-top: 11%;
}