<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #110507;
    margin: 0;
}
.topTab{
    /* width:100%; */
    height:80px;
    background-color: #fff;
    display:flex;
    align-items:center;
    padding-left: 180px;
}
.topTab .tab{
    font-size: 18px;
    padding: 0 24px;
    color: #837F7B;
    cursor: pointer;
    height:80px;
    line-height:80px;
}
.tab.active{
    color: #766DEC;
    border-bottom: 1px solid #766DEC;
}

.wrapper {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    background: #17130a;
    color: #fff;
}
.wrapper .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
}
.wrapper .header .product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .header .product .logo{
    width: 60px;
    height: 60px;
    border-radius: 6px;
}
.wrapper .header .product .name{
    padding-left: 12px;
    padding-top: 12px;
    font-size: 50px;
    font-weight: 700;
    font-family: monospace;
}
.wrapper .header .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .header .title div{
    margin-left: 48px;
    font-size: 20px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.wrapper .firstPage{
    width: 1400px;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .firstPage .desc{
    width: 50%;
    font-size: 50px;
    font-weight: 700;
    font-family: monospace;
    text-align: center;
    margin-left: 60px;
}
.wrapper .firstPage .desc .item div{
    height: auto;
}
.wrapper .firstPage .desc .download {
    display: flex;

}
.wrapper .firstPage .page{
    width: 45%;
    height: 100%;
}
.wrapper .firstPage .page .imgg{
    width: 270px;
    height: 480px;
    padding: 0 10px;
}
.wrapper .style {
    width: 1400px;
    height: 600px;
    margin: 50px 0;
}
.wrapper .style .title{
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
}
.wrapper .style .title .english{
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #3f3627;
    font-size: 80px;

}
.wrapper .style .title .chinese{
    width:120px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -60px;
    font-size: 30px;
    border-left: 4px solid #ffc438;
    padding-left: 12px;
}
.wrapper .style .styleImg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .style .styleImg .imgg{
    width: 270px;
    height: 480px;
    padding-right: 30px;
}

.wrapper .aboutUs {
    width: 1400px;
    height: 500px;
}

.wrapper .aboutUs .title {
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
}

.wrapper .aboutUs .title .english {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3f3627;
    font-size: 80px;
}

.wrapper .aboutUs .title .chinese {
    width: 160px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -80px;
    font-size: 30px;
    border-left: 4px solid #ffc438;
    padding-left: 12px;
    text-align: left;
}
.wrapper .aboutUs .desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    margin-top: 50px;   
}
.wrapper .aboutUs .desc .text{
    height: 12px;
}
.wrapper .contactUs {
    width: 1400px;
    height: 300px;
}

.wrapper .contactUs .title {
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
}

.wrapper .contactUs .title .english {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3f3627;
    font-size: 80px;
}

.wrapper .contactUs .title .chinese {
    width: 200px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -80px;
    font-size: 30px;
    border-left: 4px solid #ffc438;
    padding-left: 12px;
    text-align: left;
}

.wrapper .contactUs .email{
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
}
.wrapper .bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #939393;
    padding-bottom: 20px;
}
.wrapper .bottom .contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.wrapper .bottom .contacts .address{
    margin-right: 40px;
}

.wrapper .bottom .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.wrapper .bottom .middle .product{
    border-right: 1px solid #939393;
    border-left: 1px solid #939393;
    padding: 0 10px;
    margin: 0 10px;
}
a {
    color: #fff;
}

.recharge a{
    text-decoration: none;
}</pre></body></html>