@charset "UTF-8";
@import "base.css";
.header { background: none; position: absolute; overflow: hidden; }

.banner {
    width: 100%;
    height: 9.9rem;
    background: url("../img/app/bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
}
.banner .sw-center {
    padding-top: 3.12rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner .t1 {
    width: 9.6rem;
    height: 0.9rem;
    font-family: "PingFangSc", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.64rem;
    line-height: 0.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #3FC78A 0%, #29B2B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .t2 {
    height: 0.42rem;
    font-family: "PingFangSc", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.3rem;
    color: #699680;
    line-height: 0.42rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .6rem;
}

.download {
    display: flex;
    flex-direction: row;
    margin-top: 1.08rem;
}
.download .left {
    display: flex;
    flex-direction: column;
    margin-right: 1.18rem;
}
.btn {
    position: relative;
    font-size: 0.24rem;
    cursor: pointer;
    color: #FFF;
    background: #f0f0f0;
    overflow: hidden;
    transition: color 0.4s;
    margin-bottom: .4rem;
    width: 2.48rem;
    height: 0.86rem;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(201,220,223,0.25);
    border-radius: 0.86rem 0.86rem 0.86rem 0.86rem;
    background: none;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn img {
    width: 0.28rem;
    height: 0.34rem;
    margin-right: 0.08rem;
    z-index: 2;
}
.sw-app-2 .btn {
    border-color: #6D8B7D;
    color: #6D8B7D;
}

/* 背景渐变层 */
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 270deg, #B7EEC0 0%, #58D56F 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.btn:hover {
    color: white;
    border-width: 0;
}

.btn:hover::before {
    left: 0;
}

.btn span {
    position: relative;
    z-index: 1;
}
.download .right {
    width: 2rem;
    height: 2rem;
}
.download .right img {
    width: 2rem;
    height: 2rem;
}
.download .right span {
    display: block;
    height: 0.22rem;
    font-family: "PingFangSc", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.featured {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 1.3rem;
}
.featured .title {
    height: 0.7rem;
    font-weight: bold;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.7rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.featured .desc {
    height: 0.28rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.28rem;
    letter-spacing: 2px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.featured::after {
    content: "";
    display: block;
    width: 1.63rem;
    height: 0.63rem;
    background: url("../img/app/Group_47@2x.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: .42rem;
}
.featured::before {
    content: "";
    display: block;
    width: 1.63rem;
    height: 0.63rem;
    background: url("../img/app/Group_47@2x.png") no-repeat center center;
    background-size: 100% auto;
    margin-right: .42rem;
    transform: scaleX(-1);
}

.sw-app-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .67rem;
}
.sw-app-1 .c1 .s1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: .35rem;
}
.sw-app-1 .c1 .s1 .img {
    width: .7rem;
    height: .7rem;
}
.sw-app-1 .c1 .s1 .img img {
    width: .7rem;
    height: .7rem;
}
.sw-app-1 .c1 .s1 .title {
    width: 2.5rem;
    height: 0.28rem;
    font-family: "PingFangBold", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    margin-top: .08rem;
}
.sw-app-1 .c1 .s1 .desc {
    width: 2.5rem;
    height: 0.78rem;
    font-family: "PingFangSc", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    margin-top: .08rem;
}
.sw-app-1 .right.c1 .s1 {
    align-items: flex-start;
}
.sw-app-1 .right.c1 .s1 .title, .sw-app-1 .right.c1 .s1 .desc {
    text-align: left;
}
.sw-app-1 .left {
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
}
.sw-app-1 .center {
    width: 6.01rem;
    height: 7.91rem;
    margin-left: 1.11rem;
    margin-right: .06rem;
}
.sw-app-1 .center img {
    width: 6.01rem;
    height: 7.91rem;
}
.sw-app-1 .right {
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.sw-app-2 {
    width: 100%;
    height: 10.8rem;
    background: #ECFEF6;
    padding-top: 2.7rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sw-app-2 .left {
    width: 4.28rem;
    height: 7.66rem;
}
.sw-app-2 .left img {
    width: 4.28rem;
    height: 7.66rem;
}
.sw-app-2 .center {
    width: 5.63rem;
    margin-left: 1.94rem;
    padding-top: .48rem;
    display: flex;
    flex-direction: column;
}
.sw-app-2 .center .title {
    height: 0.9rem;
    font-family: "PingFangSc", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.64rem;
    color: #333333;
    line-height: 0.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #3FC78A 0%, #29B2B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sw-app-2 .center .desc {
    height: 1.02rem;
    font-family: "PingFangSc", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 0.24rem;
    color: #699680;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .49rem;
}
.sw-app-2 .center .app-btn {
    display: flex;
    flex-direction: row;
    margin-top: .51rem;
}
.sw-app-2 .center .app-btn .btn {
    margin-right: .41rem;
}
.sw-app-2 .center .app-btn .btn img:nth-child(1) {
    display: none;
}
.sw-app-2 .center .app-btn .btn:hover img:nth-child(1) {
    display: block;
}
.sw-app-2 .center .app-btn .btn:hover img:nth-child(2) {
    display: none;
}
.sw-app-2 .center .qrcode {
    height: 1.77rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #30624C;
}
.sw-app-2 .center .qrcode img {
    width: 1.77rem;
    height: 1.77rem;
    margin-right: .41rem;
}

.app-img {
    width: 12rem;
    height: 7.18rem;
    position: relative;
    margin: .78rem auto;
}
.app-img img {
    width: 12rem;
    height: 7.18rem;
}
.app-img .title {
    width: 2.87rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.46rem;
    font-family: "PingFangSc", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: .62rem;
    bottom: 1.62rem;
}
.app-img .desc {
    width: 10.76rem;
    height: 0.84rem;
    font-family: "PingFangSc", "PingFang SC",  "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: .62rem;
    bottom: .54rem;
}
.app-img2 {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    margin:0 auto .58rem auto;
}
.app-img2 .center {
    width: 5.8rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.app-img2 .center img {
    width: 5.8rem;
    height: 2.7rem;
}
.app-img2 .center .title {
    position: absolute;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.46rem;
    padding: 0 .16rem;
    line-height: 0.48rem;
    top: .24rem;
    left: .2rem;
}
.app-img2 .center .desc {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .32rem;
}
