* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

body {
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/pc/img-1.jpg?v=1");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 4.5rem 0;
}
.header .logo img {
    height: 4.5vw;
}

.header .contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .contact-container a {
    color: white;
    text-decoration: none;
    margin-left: 1.3rem;
    cursor: pointer;
}

.header .contact-container img {
    height: 2.3vw;
    vertical-align: middle;
}
.header .contact-container span {
    font-size: 16px;
    margin-left: 0.5rem;
}

.header .contact-container span:hover{
    color: rgb(249, 211, 80);
}
.main {
    width: 100%;
    /* flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center; */
    margin-top: 5rem;
}
.content {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}
.c-l img {
    width: 100%;
}
.c-r {
    position: relative;
}
.hwww {
    position: absolute;
    bottom: -4rem;
}
.c-r img {
    width: 100%;
}
.app , .qrcode-area , .appactive{
    display: flex;
    justify-content: space-between;
}
.app {
    padding: 0 8rem;
}
.qrcode-area {
    justify-content: space-around !important;
}
.app-andriod img {
    width: 100%;
    cursor: pointer;
}
.app-ios {
    margin-top: 2rem;
}
.app-ios img {
    width: 100%;
    cursor: pointer;
}
  /* Centered text */

.qrcode {
    background-image: url("../images/pc/qr.png");
    padding: 1rem;
    background-size: 100% 100%;
    height: 14rem;
}

.qr {
    padding: 1.2rem;
}
.qr img {
    width: 10rem !important;
    height: 10rem !important;
}

.qr1 , .qr2 {
    background-color: #ffffff;
    padding: .5rem;
}
.imga , .imgb , .qrr{
    display: none;
}
@media screen and (max-width: 980px) {
    .app {
        padding: 0 1rem;
    }
    .app-ios {
        margin-top: 1rem;
    }
}
