

* {
    box-sizing: border-box;
}

.price {
    margin: 0 auto;
    color: #333;
    width: 1060px;
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

.price_base {
    width: 353px;
    height: 1160px;
}

.price_base_box {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.price_standard {
    width: 353px;
    height: 1200px;
    margin-top: -40px;
}

.price_standard_box {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.popular {
    position: absolute;
    top: -5px;
    left: 279px;
    width: 80px;
    height: 83px;
}


.price_flagship {
    width: 353px;
    height: 1160px;
}

.price_flagship_box {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.title {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.amount {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    height: 44px;
    text-align: center;
}

.icon {
    color: #2286ee;
    font-size: 20px;
}

.iocon {
    font-size: 44px;
    color: #2286ee;
    line-height: 44px;
}

.promo {
    margin-top: 4px;
    font-size: 14px;
    color: #ff7400;
    overflow: hidden;
}

.buyBtn {
    margin: 0 auto;
    background-color: #2286ee;
    margin-top: 16px;
    margin-bottom: 24px;
    width: 230px;
    height: 44px;
    border-radius: 6px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.buyBtn:hover {
    background-color: #1e77d4;
}

.h84 {
    height: 84px;
}

.grayTip {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}

.user-type {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 7px;
}

.main-describe {
    font-size: 13px;
    line-height: 18px;
    color: grey;
}

.funcTitleDiv {
    margin: 24px 0 20px;
}

.titleLine {
    font-size: 1px;
    color: #e6e6e6;
}

.funcTitle1 {
    color: #999;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
}

.funListTitle {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.funcListDiv {
    margin: 0 auto;
}

.funcItemDiv {
    margin-bottom: 8px;
    display: flex;
}

.itemIcon img {
    width: 14px;
    height: 14px;
}

.itemText {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    margin-left: 12px;
}