﻿/* 星耀版和标准版对比样式表 */
.first-title {
    font-size: .3rem;
    text-align: center;
    padding-top: .2rem;
    padding-bottom: .3rem;
}
.second {
    display: flex;
    width: 100%;
    height: .4rem;
}
.nomal,
.start {
    width: 50%;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    font-size: .28rem;
    font-weight: 600;
}
.nomal {
    background: #DC8F23;
}
.start {
    background: #6C8BD3;
}
.section-1 {
    margin-bottom: .3rem;
}
.section-title {
    text-align: center;
    font-size: .22rem;
    text-align: center;
    padding: .22rem 0 .08rem;
    color: #9D9D9D;
    font-weight: normal;
}
.section-1-content {
    display: flex;
    border-bottom: .01rem solid #A6A5A5;
    border-top: .01rem solid #A6A5A5;
}
.section-1-content p {
    display: block;
    width: 50%;
    font-size: .16rem;
    padding: .2rem;
    word-break: break-all;
}
.section-1-content p:first-child {
    color: #DC8F23;
}
.section-1-content p:last-child {
    color: #6C8BD3;
    border-left: .01rem solid #A6A5A5;
}

/* 功能对比 */
.section-2 {
    width: 96%;
    margin: .1rem auto;
    background: #fff;
    box-shadow: .05rem .05rem .05rem #ccc;
}
.features-btn {
    position: relative;
    width: 100%;
    height: .5rem;
    font-size: .2rem;
    text-align: center;
    line-height: .5rem;
    color: #000;
    border-radius: .04rem;
    box-shadow: .05rem .05rem .05rem #ccc;
}
.features-btn:active {
    background: #6C8BD3;
    color: #fff;
}
.show-more {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: .14rem;
}
.section-2-content {
    display: flex;
    width: 100%;
    margin-top: .1rem;
}
.section-2-content ul {
    width: 50%;
}
.section-2-content ul:first-child {
    color: #DC8F23;
}
.section-2-content ul:last-child {
    color: #6C8BD3;
    border-left: .01rem solid #ccc;
}
.section-2-content ul li {
    width: 100%;
    height: .46rem;
    line-height: .46rem;
    font-size: .16rem;
    text-align: center;
    border-bottom: .01rem solid #ccc;
}
.li-color {
    color: #D9D9D9;
}
.addnone {
    display: none;
}