body {
    margin: 0 auto;
    padding-bottom:75px;
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    background: #f6f8f9;
    color: #222;
    width: 100%;
    max-width:500px;
    min-height: 100vh;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #C3EDEC 0%,rgba(245,246,248,1) 10%, rgba(245,246,248,1) 100%);
}

/* 顶部banner */
.banner {
    padding:15px 15px 0 15px;
    border-radius: 0 0 18px 18px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.banner-content {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 32px 0 20px 0;
    text-align: left;
}
.banner-content .title {
    font-size: 26px;
    font-weight: 700;
    color: #2bb3f2;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.banner-content .subtitle {
    font-size: 15px;
    color: #333;
    opacity: 0.7;
    margin-top: 6px;
}

.headline.fles {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin:15px;
}
.headline h2{
    margin-right:8px;
}
.headline h2 img{
    height:20px;
}
.headline a{
    font-size: 14px;
    color: #333;
    margin: 0;
    margin-left:20px;
    line-height:20px;
}

.features {
    margin: 0 auto 15px auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    justify-content: space-between;
}
.feature-item {
    width: 25%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 0 0 4px 0;
    box-sizing: border-box;
}

.recommendations {
    border-radius:15px;
}
.line2{
    gap:12px;
}
.recommendation-item {
    background: #f6f8f9;
    border-radius: 12px;
    padding:15px 32% 15px 15px;
    text-align: left;
    box-sizing: border-box;
}
.recommendation-item:nth-child(1){
    background:url(../images/topic-1.png) #fff right center no-repeat;
    background-size:100%;
}
.recommendation-item:nth-child(2){
    background:url(../images/topic-2.png) #fff right center no-repeat;
    background-size:100%;
}
.recommendation-item:nth-child(3){
    background:url(../images/topic-3.png) #fff right center no-repeat;
    background-size:100%;
}
.recommendation-item:nth-child(4){
    background:url(../images/topic-4.png) #fff right center no-repeat;
    background-size:100%;
}
.recommendation-item div {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.recommendation-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin: 6px 0 0 0;
}

.topic{
    background:#fff;
    border-radius:20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin:15px 15px 0 15px;
}
.topic-title{
    background: linear-gradient(180deg, #eaf6fd 0%, #fff 100%);
    padding:15px 15px 12px 15px;
}
.topic-title h2{
    position: relative;
    display: inline-block;
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.topic-title h2::after{
    content:'';
    position: absolute;
    bottom:-2px;
    left:0;
    width:100%;
    height:4px;
    background:#5BD3D2;
}
.def-padding{
    padding-left:15px;
    padding-right:15px;
}
.def-margin{
    margin-left:15px;
    margin-right:15px;
}

.fortune-street{
    
}
.fortune-street .line2{
    gap:0;
}
.fortune-item {
    background: #fff;
    box-sizing: border-box;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    padding-top:10px;
}
.fortune-item:nth-child(2n){
    border-right:0;
}
.fortune-item .img{
    width:42px;
}
.fortune-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.fortune-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin: 4px 0 0 0;
}

.tarot-love {
    padding-bottom:15px;
}
.tarot-love .tarot-item {
    vertical-align: top;
    background: linear-gradient(-90deg, #eaf6fd 0%, #fff 100%);
    border-radius: 12px;
    padding: 12px 0 12px 12px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
.tarot-love .tarot-item img{
    position: absolute;
    right:15px;
    top:15px;
    width:38px;
}
.tarot-love .tarot-item h3{
    color:#000;
    font-weight:bold;
}
.tarot-love .tarot-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin:0;
}
.tarot-love .tarot-item em{
    display: block;
    margin-top:6px;
    height:20px;
    background:url(../images/arrow.png) left center no-repeat;
    background-size:20px;
}

.hot .line2{
    row-gap:0;
    column-gap:12px;
}
.hot .recommendation-item {
    border-radius:0;
    padding:12px 0 12px 0;
    text-align: left;
    box-sizing: border-box;
    background:none;
}
.hot .recommendation-item:nth-child(1),
.hot .recommendation-item:nth-child(2){
    border-bottom:1px solid #eee;
}
.hot .recommendation-item img{
    width:30px;
    margin-right:10px;
}
.hot .recommendation-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.hot .recommendation-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin: 6px 0 0 0;
}

.vip-banner {
    width: 92%;
    max-width: 345px;
    margin: 0 auto 18px auto;
    background: linear-gradient(90deg, #ffe7c2 0%, #fff6e0 100%);
    border-radius: 16px;
    padding: 18px 0 12px 0;
    text-align: center;
    box-sizing: border-box;
}
.vip-content div {
    font-size: 22px;
    font-weight: 700;
    color: #ff7c1c;
    letter-spacing: 2px;
}
.vip-content p {
    font-size: 14px;
    color: #b97a2e;
    margin: 6px 0 0 0;
    font-weight: 500;
}

.all-tests {

}
.test-item {
    width: 100%;
    margin: 0 auto 0 auto;
    border-radius: 12px;
    padding: 12px 0 0 0;
    text-align: left;
    box-sizing: border-box;
}
.test-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0 0 4px 12px;
}
.test-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin: 0 0 8px 12px;
    display: flex;
    align-items:center;
}
.test-item i.num{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(../images/icon-count.png) center center no-repeat;
    background-size:16px;
}
.test-item i.flower{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(../images/icon-flower.png) center center no-repeat;
    background-size:16px;
    margin-left:10px;
}
.test-banner {
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #2bb3f2;
    font-weight: 700;
    margin:0 12px 0 12px;
    border-radius:12px;
    overflow: hidden;
}

.love-tarot {

}
.love-tarot .tarot-item {
    width: 100%;
    border-radius: 12px;
    margin:15px auto;
    padding: 12px 0 8px 0;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.love-tarot .tarot-item .img{
    width:70px;
}
.love-tarot .tarot-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0 0 2px 0;
}
.love-tarot .tarot-item p {
    font-size: 12px;
    color: #7b8a9c;
    margin: 0 0 0 0;
}
.love-tarot .tarot-item .vinfo{
    display: flex;
    align-items:center;
}
.love-tarot .tarot-item i.view{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(../images/icon-view-active.png) center center no-repeat;
    background-size:16px;
}
.love-tarot .tarot-item i.flower{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(../images/icon-flower-active.png) center center no-repeat;
    background-size:16px;
    margin-left:8px;
}
.love-tarot .tarot-item span {
    font-size: 12px;
    color: #5BD3D2;
    margin-left: 0;
    display: inline-block;
}
.love-tarot .tarot-item button {
    background:#5BD3D2;
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(43,179,242,0.08);
}

.navigation {
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eaeaea;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.03);
}
.navigation .nav {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #7b8a9c;
    padding: 6px 0 0 0;
}
.navigation .nav img{
    width:24px;
    display: inline-block;
}