.price-card .content-box {
    display: flex;
    align-items: center;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(58,85,142,0.1);
    border-radius: 12px 12px 12px 12px;
    height: 108px;
    margin-top: -54px;
    position: relative;
    z-index: 999;
    padding: 21px 26px;
    box-sizing: border-box;
}
.price-card .content-box li {
    width: 25%;
    display: flex;
    align-items: center;
}
.price-card .content-box .info {
    flex: 1;
    padding-left: 19px;
    font-size: 20px;
}
.price-card .content-box li:not(:last-child)::after{
    content: "";
    display: block;
    width: 1px;
    background: #ACB6C3;
    height: 78px;
    position: relative;
    left: -20px;
}
.price-card .content-box .num {
    font-size: 24px;
    margin-right: 5px;
}
.price-card .content-box p {
    font-size: 14px;
    color: #787878;
    margin-top: 5px;
}
.config {
    background: #FFFAF6 !important;
}
.org {
    color: #FF6A00;
}
.config .box {
    text-align: center;
    padding: 20px 0;
    height: 169px;
}
.config .box:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(83,35,0,0.08);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(255,106,0,0.5);
}
.why {
    background: #fff !important;
}
.reason h4 {
    font-weight: bold;
}
.reason .box {
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FF6A00;
    padding: 20px;
    box-sizing: border-box;
}
.reason .box p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.intro {
    display: flex;
    margin-top: 60px;
    background: #FFFAF6;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
}
.intro .img {
    width: 366px;
    flex-shrink: 0;
}
.intro .info {
    padding: 20px;
}
.intro .info h3 {
    font-size: 20px;
}
.intro .info ul {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.intro .info ul img {
    width: 18px;
    margin-right: 5px;
}
.btns {
    display: flex;
    grid-gap: 20px;
    margin-top: 40px;
}
.btns .btn {
    width: 120px;
    height: 40px;
    background: #FF6A00;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF6A00;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.btns .btn:nth-child(2) {
    background: none;
    color: #FF6A00;
}
.grid {
    background: linear-gradient( 180deg, #FFF7F2 0%, #FFFFFF 100%) !important;
}
.grid .box {
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FF6A00;
    padding: 20px;
}
.grid .box h4 {
    font-size: 24px;
}
.grid .box img {
    width: 45px;
    margin-right: 10px;
}
.grid .uk-width-medium-1-3 {
    margin-bottom: 30px;
}