.home-container {
    background: #FFFDFD;
    width: 100%;
    margin:0 auto;
    min-height: 100vh;
}
.home-container img {
    width: 100%;
    display: block;
}
.home-container .max-width {
    max-width: 860px;
}
.home-container .nav-bar {
    background: #fff;
    height: 75px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 2px 5px #ccc;
}
.home-container .nav-bar-inner {
    width: 100%;
}
.home-container .product-icon {
    width: 250px;
    cursor: pointer;
}
.home-container .links {

}
.home-container .link-item {
    font-family: HiraKakuStdN, HiraKakuStdN;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    font-style: normal;
    margin-right: 50px;
    cursor: pointer;
}
.home-container .link-item--active {
    color: #028751;
}
.home-container .link-item:last-child {
    margin-right: 0;
}
.home-container .content {
    width: 100%;
    padding: 115px 0 100px;
}
.home-container .content-inner {
    width: 100%;
}
.home-container .banner {
    width: 100%;
    margin-bottom: 60px;
}
.home-container .banner-l {
    width: 320px;
}
.home-container .banner-r {
    width: 410px;
}
.home-container .banner-title {
    font-family: HiraKakuStdN, HiraKakuStdN;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.home-container .banner-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 20px 0;
}
.home-container .google-paly {
    width: 180px;
}
.home-container .step {
    width: 100%;
}
.home-container .step-title {
    text-align: center;
    font-family: HiraKakuStdN, HiraKakuStdN;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 42px;
}
.home-container .step-list {
    margin-top: 70px;
    width: 100%;
}
.home-container .step-item {
    width: 140px;
    margin-right: 75px;
}
.home-container .step-icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.home-container .step-item-title {
    margin: 22px 0 12px;
    text-align: center;
    font-family: HiraKakuStdN, HiraKakuStdN;
    font-weight: bold;
    font-size: 12px;
    color: #2E3241;
    line-height: 18px;
}
.home-container .step-item-desc {
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 9px;
    color: #333333;
    line-height: 13px;
}
.home-container .step-item:last-child {
    margin-right: 0;
}
.home-container .footer {
    width: 100%;
    background: #2F3330;
    padding: 24px 0 20px;
}
.home-container .footer-inner {
    color: #fff;
    margin-bottom: 40px;
}
.home-container .footer-inner-list {

}
.home-container .footer-inner-item {
    width: 135px;
    margin-right: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
    word-break: break-all;
}
.home-container .footer-inner-item-icon {
    width: 16px;
    margin-right: 4px;
}
.home-container .footer-inner-item:last-child {
    margin-right: 0;
    /* width: 150px; */
}
.home-container .footer-inner-item-header {
    margin-bottom: 16px;
}
.home-container .copyright {

}
.home-container .copyright-icon {
    width: 14px;
    margin: 4px;
}
.home-container .copyright-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
}
.content-del-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}