@font-face {
    font-family: 'PingFang SC Regular';
    src: url('./font/PingFang SC Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'PingFang SC Bold';
    src: url('./font/PingFang SC Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'PingFang SC Medium';
    src: url('./font/PingFang SC Medium.ttf') format("truetype");
}

* {
    margin: 0rem;
    padding: 0rem;
}

html,
body {}

#app {
    width: 7.5rem;
    height: 16.23rem;
    background: url(img/background.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.background {
    width: 7.5rem;
    height: 20.23rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 1;
}

.container {
    width: 7.5rem;
    height: 16.23rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 2;
}

.logo {
    padding: 1.35rem 0rem 0.59rem;
    text-align: center;
}

.logo img {
    width: 1.41rem;
    height: 1.40rem;
}

.logo p {
    font-size: 0.26rem;
    font-family: 'PingFang SC Regular';
    font-weight: 400;
    color: #FFFFFF;
}

.slogan {
    padding-bottom: 1.96rem;
}

.slogan p {
    text-align: center;
}

.slogan p:nth-child(1) {
    font-size: 0.6rem;
    font-family: PingFang SC;
    font-family: 'PingFang SC Bold';
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0rem 0.02rem 0.04rem rgba(17, 17, 17, 0.5);
    -webkit-text-stroke: 0.002rem #191d21;
    text-stroke: 0.002rem #191d21;
}

.slogan p:nth-child(2) {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-family: 'PingFang SC Medium';
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0rem 0.02rem 0.04rem rgba(17, 17, 17, 0.5);
    -webkit-text-stroke: 0.002rem #191D21;
    text-stroke: 0.002rem #191d21;
    margin-top: 0.29rem;
}

.slogan p:nth-child(3) {
    font-size: 0.3rem;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-family: 'PingFang SC Medium';
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0rem 0.02rem 0.04rem rgba(17, 17, 17, 0.5);
    -webkit-text-stroke: 0.002rem #191D21;
    text-stroke: 0.002rem #191d21;
    margin-top: 0.29rem;
}

.download div {
    width: 4.24rem;
    height: 0.98rem;
    background: linear-gradient(90deg, #58c3ec 0%, #0096c7 100%);
    border-radius: 0.49rem;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0.8rem auto 0rem;
}

.download div:nth-child(1) {
    margin-top: 0rem;
}

.download div img {
    width: 0.58rem;
    height: 0.58rem;
}

.download div p {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-family: 'PingFang SC Bold';
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0.3rem;
}

.defaultBrowerOpen {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0rem;
    top: 0rem;
    z-index: 2;
}

.defaultBrowerOpen .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 2;
    background-color: #000000;
    opacity: 0.5;
}

.defaultBrowerOpen .defaultBrowerOpenContent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 2;
}

.defaultBrowerOpen .defaultBrowerOpenContent .firstLine {
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0.68rem;
}

.defaultBrowerOpen .defaultBrowerOpenContent .firstLine p {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-family: 'PingFang SC Regular';
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0rem 0.02rem 0.04rem rgba(17, 17, 17, 0.5);
    transform: translate(0rem, 0.2rem);
}

.defaultBrowerOpen .defaultBrowerOpenContent .firstLine img {
    width: 1.02rem;
    height: 0.85rem;
}

.downLoad {
    /* border: 0.5px solid white; */
    margin: 245.5pt 12pt 12.5pt 8pt;
}

.dct1 {
    /* border: 1px solid red; */
    margin-top: 0.05rem;
    margin-left: 1rem;
    display: flex;
}

.dct2 {
    /* border: 1px solid red; */
    display: flex;
    margin-left: 1rem;
    padding-top: 10px;
}

.downLoad div img {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 5px;
}

.downLoad div p {
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-family: 'PingFang-SC-Medium';
    color: #FFFFFF;
    margin-left: 0.055rem;
    line-height: 30px;
}