﻿.the-main-g > .product{
    background: #FAFAFC;
}
.the-main-g > .product .second-type-tabs {
    display: block;
}

.the-main-g > .product .second-type-tabs .tabs-g {
    background: #3860F4;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 8px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.the-main-g > .product .second-type-tabs .tab-g {
    font-size: 15px;
    color: #FFFFFF;
    width: calc(100% / 3);
    flex: 1;
    text-align: center;
}
.the-main-g > .product .second-type-tabs .tab-g:hover{
    text-decoration: none;
    text-underline-offset: 4px;
}



.the-main-g > .product .second-type-tabs .tab-g.checked {
    font-size: 14px;
    color: #3860F4;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}
.the-main-g > .product .second-type-tabs .tab-g.checked:hover{
    text-decoration:unset;
}
.the-main-g > .product .table-g th{
    background: #ECF4FC;
    border-color: #ECF4FC;
    color: #374567;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
}
.the-main-g > .product .table-g tbody td{
    position: relative;
    padding: 30px 20px;
    color: #374567;
}
.the-main-g > .product .table-g tbody td .tag-g-new{
    position: absolute;
    top:0;
    background: #FF4E00;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 10px;
}
.the-main-g > .product .table-g tbody td .price-g{
    display: none;
    font-size: 12px;

}
.the-main-g > .product .table-g tbody td .price-g[data-duration="1"]{
    display: inline-block;
}

.the-main-g > .product .table-g tbody td .price-g .now {
    color: #8794AC;
}
.the-main-g > .product .table-g tbody td .price-g .now .num{
    color: #FF4E00;
}
.the-main-g > .product .table-g tbody td .price-g .old{
    padding-top: 5px;
    margin-left: 0;
    text-align: center;
    color: #BFC8D8;
}
.the-main-g > .product .table-g tbody td .button-g{
    padding: 12px 24px;
    background: #3860F4;
    border-color: #3860F4;
}

.the-main-g > .product .table-g tbody .featured-row .button-g{
    background: #FF4E00;

}

.the-main-g > .product .table-g tbody tr:hover,.the-main-g >  .product .table-g tbody tr.featured-row{
    box-shadow: 0px 0px 30px 1px rgba(6,38,78,0.1);
}


.the-main-g > .support {
    background: url("img/support-bg.png") center no-repeat;
    background-size: cover;
}

.the-main-g > .support .w-1200-g {
    display: flex;
}

.the-main-g > .support .left {
    width: 50%;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
}

.the-main-g > .support .image-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-main-g > .support .image-row + .image-row {
    margin-top: 24px;
}

.the-main-g > .support .image-col {
    width: 0;
    flex-grow: 1;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.the-main-g > .support .image-col + .image-col {
    margin-left: 24px;
}

.the-main-g > .support img {
    width: 100%;
}

.the-main-g > .support .right {
    width: 50%;
    background-color: rgba(255, 255, 255, .7);
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 24px;
    position: relative;
}

.the-main-g > .support .right:before {
    content: '';
    width: 6px;
    height: 52px;
    background-color: #409eff;
    position: absolute;
    top: 24px;
    left: 0;
}

.the-main-g > .support .content {
    background-color: #fafbfc;
    height: 100%;
    line-height: 40px;
    padding: 24px 24px 24px 48px;
}

.the-main-g > .support .text {
    position: relative;
    color: #666666;
}

.the-main-g > .support .text:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #666666;
    left: -22px;
    top: 18px;
    border-radius: 100%;
}
