@font-face {
    font-family: harmonyos_regular;
    src: url('/font/harmonyos_regular-lite.ttf');
}
.wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 180deg, #FFF3F4 0%, #F2F2F2 100%);
    user-select: none;
}
.pc .deco_lt {
    position: absolute;
    left: 0;
    top: 50px;
    background: url(/image/index/deco-lt.png);
    background-size: 248px 419px;
    width: 248px;
    height: 419px;
}
.pc .deco_rt {
    position: absolute;
    right: -100px;
    top: 80px;
    background: url(/image/index/deco-rt.png);
    background-size: 235px 228px;
    width: 235px;
    height: 228px;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #fff;
    z-index: 1;
}
.header .logo {
    position: absolute;
    width: 184px;
    height: 35px;
    left: 40px;
    top: 27.5px;
    background: url(/image/index/logo.png);
    background-size: 184px 35px;
}
.content {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.pc .content .title {
    width: 1904px;
    height: 413px;
    padding-top: 130px;
    position: relative;
    left: 50%;
    margin-left: -952px;
    background: url(/image/index/title.png);
    background-size: 1904px 533px;
    text-align: center;
}
.pc .content .title h1 {
    font-family: harmonyos_regular;
    font-size: 50px;
    color: #111111;
    padding-top: 38px;
    font-weight: normal;
    margin-bottom: 0px;
}
.pc .content .title .desc {
    font-family: harmonyos_regular;
    font-size: 26px;
    color: #111111;
    margin-top: 14px;
    opacity: 0.5;
}
.pc .content .products {
    width: 1641px;
    display: flex;
    gap: 42px;
    position: relative;
    left: 50%;
    margin-left: -817px;
    margin-top: -100px;
}
.pc .content .products .left {
    width: 517px;
    height: 666px;
    background: #FDFCFC;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #FFFFFF;
}
.pc .content .products .left:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
}
.pc .content .products .left .qr {
    width: 266px;
    height: 266px;
    border-radius: 30px 30px 30px 30px;
    background: url(/image/index/qr.jpg);
    background-size: 266px 266px;
    margin: 109px auto 0;
}
.pc .content .products .left .qr_title {
    font-family: harmonyos_regular;
    font-size: 30px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    margin-top: 60px;
}
.pc .content .products .left .qr_desc {
    font-family: harmonyos_regular;
    font-size: 14px;
    color: #111111;
    line-height: 19px;
    text-align: center;
    margin-top: 26px;
    opacity: 0.5;
}
.pc .content .products .right {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.pc .content .products .right .product {
    width: 517px;
    height: 300px;
    background: #FDFCFC;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #FFFFFF;
    margin-bottom: 66px;
    position: relative;
}
.pc .content .products .right .product:nth-child(2n+1) {
    margin-right: 42px;
}
.pc .content .products .right .product:hover {
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
}
.pc .content .products .right .product .icon {
    width: 113px;
    height: 113px;
    position: absolute;
    left: 50%;
    top: -36px;
    margin-left: -56.5px;
}
.pc .content .products .right .product.wordfarm,
.pc .content .products .right .product.iwords {
    margin-bottom: 0;
}
.pc .content .products .right .product.istudio .icon {
    background: url(/image/index/istudio.png);
    background-size: 113px 113px;
}
.pc .content .products .right .product.manager .icon {
    background: url(/image/index/manager.png);
    background-size: 113px 113px;
}
.pc .content .products .right .product.wordfarm .icon {
    background: url(/image/index/wordfarm.png);
    background-size: 113px 113px;
}
.pc .content .products .right .product.iwords .icon {
    background: url(/image/index/iwords.png);
    background-size: 113px 113px;
}
.pc .content .products .right .product .name {
    height: 40px;
    font-family: harmonyos_regular;
    font-size: 30px;
    color: #111111;
    line-height: 42px;
    text-align: center;
    padding-top: 107px;
}
.pc .content .products .right .product .desc {
    font-family: harmonyos_regular;
    height: 19px;
    font-size: 14px;
    color: #111111;
    line-height: 19px;
    text-align: center;
    opacity: 0.5;
    margin-top: 10px;
}
.pc .content .products .right .product .tip {
    height: 26px;
    font-family: harmonyos_regular;
    font-size: 20px;
    color: #111111;
    line-height: 28px;
    text-align: center;
    margin-top: 48px;
}
.pc .content .products .right .product .download {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    margin-top: 39px;
    gap: 20px;
}
.pc .content .products .right .product .download .download_item {
    width: 160px;
    height: 46px;
    border-radius: 33px 33px 33px 33px;
    border: 1px solid #111111;
    font-family: harmonyos_regular;
    font-size: 20px;
    color: #111111;
    line-height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.pc .content .products .right .product .download .download_item:hover {
    background: rgba(255,56,84,0.08);
    border: 1px solid #FF3854;
    color: #FF3854;
}
.pc .content .products .right .product .download .download_item span {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.pc .content .products .right .product .download .download_item.android span {
    background: url(/image/index/android.png);
    background-size: 20px 20px;
}
.pc .content .products .right .product .download .download_item.android:hover span {
    background: url(/image/index/android-hover.png);
    background-size: 20px 20px;
}
.pc .content .products .right .product .download .download_item.windows span {
    background: url(/image/index/windows.png);
    background-size: 20px 20px;
}
.pc .content .products .right .product .download .download_item.windows:hover span {
    background: url(/image/index/windows-hover.png);
    background-size: 20px 20px;
}
.pc .content .notice {
    font-family: harmonyos_regular;
    font-size: 16px;
    color: #111111;
    line-height: 21px;
    text-align: center;
    margin-top: 50px;
    opacity: 0.5;
    padding-bottom: 50px;
}

.wap .content .title {
    height: 413px;
    padding-left: 84px;
    text-align: left;
    padding-top: 130px;
    background: url(/image/index/title.png) -740px 0px;
    background-size: 1904px 533px;
}
.wap .content .title h1 {
    font-family: harmonyos_regular;
    font-size: 40px;
    color: #111111;
    padding-top: 60px;
    font-weight: normal;
    margin-bottom: 0px;
}
.wap .content .title .desc {
    font-family: harmonyos_regular;
    font-size: 24px;
    color: #111111;
    margin-top: 14px;
    opacity: 0.5;
}
.wap .content .products {
    margin-top: -100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wap .content .products .product {
    width: 330px;
    height: 340px;
    background: #FDFCFC;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #FFFFFF;
    margin-bottom: 66px;
    position: relative;
}
.wap .content .products .product:nth-child(2n+1) {
    margin-right: 30px;
}
.wap .content .products .product:hover {
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
}
.wap .content .products .product .icon {
    width: 113px;
    height: 113px;
    position: absolute;
    left: 50%;
    top: -36px;
    margin-left: -56.5px;
}
.wap .content .products .product.istudio .icon {
    background: url(/image/index/istudio.png);
    background-size: 113px 113px;
}
.wap .content .products .product.manager .icon {
    background: url(/image/index/manager.png);
    background-size: 113px 113px;
}
.wap .content .products .product.wordfarm .icon {
    background: url(/image/index/wordfarm.png);
    background-size: 113px 113px;
}
.wap .content .products .product.iwords .icon {
    background: url(/image/index/iwords.png);
    background-size: 113px 113px;
}
.wap .content .products .product.product.wordfarm,
.wap .content .products .product.product.iwords {
    margin-bottom: 0;
}
.wap .content .products .product .name {
    height: 40px;
    font-family: harmonyos_regular;
    font-size: 30px;
    color: #111111;
    line-height: 42px;
    text-align: center;
    padding-top: 107px;
}
.wap .content .products .product .desc {
    font-family: harmonyos_regular;
    font-size: 22px;
    color: #111111;
    text-align: center;
    opacity: 0.5;
    margin-top: 20px;
    padding: 0 20px;
}
.wap .content .products .product .tip {
    height: 26px;
    font-family: harmonyos_regular;
    font-size: 30px;
    color: #111111;
    line-height: 28px;
    text-align: center;
    margin-top: 48px;
}
.wap .content .products .product .download {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    margin-top: 39px;
    gap: 20px;
}
.wap .content .products .product .download .download_item {
    width: 160px;
    height: 46px;
    border-radius: 33px 33px 33px 33px;
    border: 1px solid #111111;
    font-family: harmonyos_regular;
    font-size: 20px;
    color: #111111;
    line-height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.wap .content .products .product .download .download_item:hover {
    background: rgba(255,56,84,0.08);
    border: 1px solid #FF3854;
    color: #FF3854;
}
.wap .content .products .product .download .download_item span {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.wap .content .products .product .download .download_item.android,
.wap .content .products .product .download .download_item.windows {
    width: 138px;
}
.wap .content .notice {
    font-family: harmonyos_regular;
    font-size: 18px;
    color: #111111;
    text-align: center;
    margin-top: 40px;
    opacity: 0.5;
    padding-bottom: 50px;
}
.miniprogram {
    width: 630px;
    height: 241px;
    background: #FDFCFC;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #FFFFFF;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
.miniprogram:hover {
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
}
.miniprogram .qr {
    width: 170px;
    height: 170px;
    margin-right: 58px;
    overflow: hidden;
}
.miniprogram .qr img {
    width: 170px;
    height: 170px;
    border-radius: 30px;
}
.miniprogram .qr_info {
    flex: 1;
}
.miniprogram .qr_info .qr_title {
    font-family: harmonyos_regular;
    font-size: 30px;
    color: #111111;
    line-height: 46px;
    text-align: left;
}
.miniprogram .qr_info .qr_desc {
    margin-top: 14px;
    font-family: harmonyos_regular;
    font-size: 22px;
    color: #111111;
    text-align: left;
    opacity: 0.5;
}