.the-main-g > .product .duration .tab-g {
    padding: 4px 0;
    /*width: 80px;*/
    /*min-width: 0;*/
    flex-grow: 1;
}

.the-main-g > .product .duration .tag-g {
    position: absolute;
    top: -12px;
    right: 0;
    padding: 0 2px;
    border-radius: 4px 0 4px 0;
}

.the-main-g > .product .price-g {
    display: none;
}

.the-main-g > .product .price-g.checked {
    display: flex;
}

.the-main-g > .features .card {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
}

.the-main-g > .features .card {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
}

.the-main-g > .features .left {
    padding: 24px;
    display: flex;
    align-items: center;
    width: 285px;
    border: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    flex-shrink: 0;
    position: relative;
    background: #ffffff;
}

.the-main-g > .features .left:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: #409eff;
    left: 24px;
    top: 0;
}

.the-main-g > .features .left .title {
    width: 235px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 24px;
}

.the-main-g > .features .left .desc {
    width: 235px;
    color: #666666;
    line-height: 32px;
}

.the-main-g > .features .right {
    background: #ffffff;
    border-color: #dddddd;
    border-radius: 0 4px 4px 0;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    flex-grow: 1;
    padding: 24px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.the-main-g > .features .rows {
    background-color: #ffffff;
    padding: 24px;
}

.the-main-g > .features .row {
    display: flex;
    align-items: flex-start;
}

.the-main-g > .features .iconfont {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.the-main-g > .features .content {
    flex-grow: 1;
}

.the-main-g > .features .right .title {
    font-weight: 600;
    padding-bottom: 8px;
}

.the-main-g > .features .right .desc {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dddddd;
    color: #666666;
}

.the-main-g > .features .row:last-child .desc {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.the-main-g > .map {
    background-color: #409eff;
    padding: 64px 0;
    color: #ffffff;
}

.the-main-g > .map .w-1200-g {
    display: flex;
    align-items: center;
}

.the-main-g > .map .left {
    position: relative;
    flex-shrink: 0;
}

.the-main-g > .map .delay {
    position: absolute;
}

.the-main-g > .map .delay.one {
    left: 45%;
    top: 3%;
}

.the-main-g > .map .delay.two {
    left: 40%;
    top: 18%;
}

.the-main-g > .map .delay.three {
    left: 32%;
    top: 31%;
}

.the-main-g > .map .text {
    position: absolute;
    bottom: 0;
    left: 0;
}

.the-main-g > .map .txt {
    line-height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.the-main-g > .map .line:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 30px;
    background: #ffffff;
    width: 24px;
    height: 1px;
}

.the-main-g > .map .line {
    padding-left: 28px;
}

.the-main-g > .map .right {
    flex-grow: 1;
    margin-left: 24px;
}

.the-main-g > .map .desc {
    color: #ffffff;
    line-height: 40px;
}

.the-main-g > .map .module-title {
    text-align: left;
    margin-bottom: 48px;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    line-height: 1;
}

.the-main-g > .map .row {
    width: 413px;
    margin-bottom: 24px;
    line-height: 28px;
    color: #ffffff;
}
.the-main-g .cards-g.is-hover-bg-card .card-g .title{
    justify-content: flex-start;
}

.the-main-g .cards-g.is-product-card .desc{
    height: auto;
    padding-bottom:0;
}
