@font-face {
    font-family: 'ali-55';
    src: url('https://static.infinitytab.com/font/AlibabaPuHuiTi-2-55-Regular.otf') format('openType');
    font-display: swap;
}
  @font-face {
    font-family: 'ali-65';
    src: url('https://static.infinitytab.com/font/AlibabaPuHuiTi-2-65-Medium.otf') format('openType');
    font-display: swap;
}
a{text-decoration:none;}
body {
    display: flex;
    flex-direction: column;
    background-image: url(../assets/img/lemur_top_bg.png);
    background-repeat: no-repeat;
    background-position: center -200px;
    background-size: 1184px;
    margin: 0px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-t1)/0.2) transparent;
}
body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: transparent;
    border: 1px dashed transparent;
    background-clip: padding-box;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  background-clip: border-box;
}
body:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
body:hover::-webkit-scrollbar-thumb:hover {
    background-color: #999;
    background-clip: border-box;
}
body::-webkit-scrollbar-track {
  background-color: transparent
}
button{
    border: none;
}
p{
    margin: 0;
}
.logo {
    height: 48px;
    width: 48px;
    margin: 36px;
}
.title {
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    padding: 0 30px;
    font-size: 60px;
    font-family: ali-65;
    color: #1A1A1A;
    line-height: 60px;
}
.info {
    text-align: center;
    margin-top: 44px;
    padding: 0 30px;
    font-size: 20px;
    font-family: ali-55;
    color: #222222;
    line-height: 25px;
}
.download-title{
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    font-family: ali-65;
    color: #222222;
    line-height: 20px;
}.open_google_play{
   
    display: flex;
    margin-top:25px;
    justify-content: center;
    align-items: center;
}.top-download-container-content-download-google-play{
    width: 300px;
    height: 123px;
}
.btn-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}
.btn-view{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-code{
    margin-top: 24px;
    height: 132px;
    width: 132px;
    border-radius: 8px;
    padding: 8px;
    background-color: #FFFFFF;
}
.btn-view p{
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #222222;
    line-height: 14px;
    margin-top: 8px;
}
.btn{
    min-width: 148px;
    background: #222222;
    border-radius: 8px;
    padding: 9px 17px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    color: #FFFFFF;
    line-height: 18px;
    cursor: pointer;
}
.history-title{
    margin-top: 116px;
    text-align: center;
    font-size: 20px;
    font-family: ali-55;
    color: #222222;
    line-height: 20px;
}
#history-list{
    margin-top: 20px;
    padding: 0 30px;
    margin-bottom: 147px;
}
.history-item{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    margin: 0 auto;
    max-width: 960px;
    padding: 10px 16px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.3s;
}
.history-item:hover{
    background: #FFF5EB;
    border: 1px solid #FFD7C9;
}
.history-item p{
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    font-size: 20px;
    font-family: ali-55;
    color: #222222;
    line-height: 28px;
}
.history-item:hover p{
    color: #FF563E;
}
.download-icon{
    pointer-events: none;
    opacity: 0;
    margin-left: 16px;
    height: 24px;
    width: 24px;
}
.history-item:hover .download-icon{
    pointer-events: auto;
    opacity: 1;
}
@media (max-width:1024px) {
    .logo {
        height: 48px;
        width: 48px;
        margin: 36px;
    }
    .title {
        margin-top: 15px;
        font-size: 60px;
        color: #1A1A1A;
        line-height: 60px;
    }
    .info {
        margin-top: 44px;
        font-size: 20px;
        color: #222222;
        line-height: 25px;
    }
}
@media (max-width:768px) {
    .logo {
        height: 48px;
        width: 48px;
        margin: 24px;
    }
    .title {
        margin-top: 15px;
        font-size: 60px;
        color: #1A1A1A;
        line-height: 60px;
    }
    .info {
        margin-top: 44px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 20px;
        color: #222222;
        line-height: 25px;
    }
}
@media (min-width:360px) and (max-width:767px)  {
    br {
        display: none;
    }
    body {
        background-size: 473px;
        background-position: center -50px;
    }
    .logo {
        height: 24px;
        width: 24px;
        margin: 16px;
    }
    .title {
        margin-top: 51px;
        font-size: 32px;
        color: #1A1A1A;
        line-height: 40px;
    }
    .info {
        width: 330px;
        text-align: left;
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        color: #222222;
        line-height: 20px;
    }
    .download-title{
        margin-top: 80px;
        font-size: 16px;
        font-family: ali-65;
        color: #222222;
        line-height: 20px;
    }
    .btn-list{
        margin-top: 24px;
    }
    .history-title{
        margin-top: 56px;
    }
    #history-list{
        margin-bottom: 106px;
    }
    .history-item p{
        font-size: 16px;
        line-height: 22px;
    }
    .download-icon{
        margin-left: 16px;
        height: 20px;
        width: 20px;
    }
}
@media (max-width:359px) {
    br {
        display: none;
    }
    body {
        background-size:383px;
        background-position: center 0px;
    }
    .logo {
        height: 24px;
        width: 24px;
        margin: 24px;
    }
    .title {
        margin-top: 50px;
        font-size: 32px;
        color: #1A1A1A;
        line-height: 40px;
    }
    .info {
        text-align: left;
        margin-left: 35px;
        margin-right: 28px;
        margin-top: 8px;
        font-size: 16px;
        color: #222222;
        line-height: 22px;
    }
    .download-title{
        margin-top: 80px;
        font-size: 16px;
        font-family: ali-65;
        color: #222222;
        line-height: 20px;
    }
    .btn-list{
        margin-top: 24px;
    }
    .history-title{
        margin-top: 56px;
    }
    #history-list{
        margin-bottom: 106px;
    }
    .history-item p{
        font-size: 16px;
        line-height: 22px;
    }
    .download-icon{
        margin-left: 16px;
        height: 20px;
        width: 20px;
    }
}