.site-sub-header{
    /* position: fixed; */
    position:sticky;
    top:0px;
    right: 0;
    width: 100%;
    z-index: 200;
}
.site-main-content{
    padding:0px;
    /* padding-top: 60px; */
    padding-bottom: 20px;
    max-width: unset;

}
.site-main-content.features{
    padding-bottom: 40px;
    position: relative;
}
.site-main-content.spec *{
    color:#656565 !important;
}

.site-sub-header-right a{
    text-decoration: none;
}
/* product ad */
.product-content{
    /* max-width: 1130px; */
    width: 100% !important;
    max-width: 100% !important;
    font-size: 20rem;
}

.product-content table tr td span,.product-content table tr td p{
    font-size: 17px !important;
}
.product-content table tr td ol{
    list-style-position: inside;
}
.product-content table tr td ol p{
    display: inline-block;
}
.product-ad{
    background-color: gray;
}
.product-ad-banner{
    width: 100%;
    height: auto;
}
.product-ad-wrap{
    height: 400px;
    color: black;
}
.product-ad-wrap{
    width: 100%;
    max-width: 1000px;
    margin:0px auto;
}
.product-ad-des-title{
    font-size: 32rem;
    font-weight: bold;
}
.product-ad-des-sub-title{
    font-size: 26rem;
    margin-top: 20px;
}
.product-ad-des-sub-title2{
    font-size: 26rem;
    font-weight: bold;
    margin-top: 10px;
}
.product-ad-img{
    width: 400px;
    height: auto;
}

.product-content{
    padding-top: 20px;
}

/* table{
    width: 100% !important;
} */
/* MeuboVue */
/* .meibovue table td:nth-of-type(1){
    width: 44% !important;
}
.meibovue table td:nth-of-type(2){
    width: 6% !important;
}
.meibovue table td:nth-of-type(3){
    width: 50% !important;
}
.meibovue table td p,.meibovue table td span{
    background: none !important;
}
.meibovue table td video,.meibovue table td:not(.custom) img{
    width: 100% !important;
    height: auto !important;
} */
.meibovue table td ol li p{
    margin-left: 0px !important;
}

/* Quik Vue */
.quikvue table{
    width: 100% !important;
}
.quikvue.features table td{
    vertical-align: middle;
}
.quikvue.features table td:nth-of-type(1){
    width: 38.6% !important;
}
.quikvue.features table td:nth-of-type(2){
    width: 7% !important;
}
.quikvue.features table td:nth-of-type(3){
    width: 54.4%  !important;
}
.quikvue.features table td p,.iflo table td span{
    background: none !important;
}
.quikvue.features table td video,.quikvue.features table td:not(.custom) img{
    width: 100% !important;
    height: auto !important;
}

.quikvue.features table.image-table td{
    width: 25% !important;
    padding:10px;
}
.quikvue.features table.image-table tr:not(.firstRow) td *{
    color:#656565 !important;
}
.quikvue.features table.image-table tr:not(.firstRow) td p{
    text-align: center;
}


/* iFlo Vue */
.iflo table{
    width: 100% !important;
}
.iflo.features table td{
    vertical-align: middle;
}
.iflo.features table td:nth-of-type(1){
    width: 46% !important;
}
.iflo.features table td:nth-of-type(2){
    width: 8% !important;
}
.iflo.features table td:nth-of-type(3){
    width: 46% !important;
}
.iflo.features table td p,.iflo table td span{
    background: none !important;
}
.iflo.features table td video,.iflo table td:not(.custom) img{
    width: 100% !important;
    height: auto !important;
}

/* lidvue Vue */
.lidvue table{
    width: 100% !important;
}

.lidvue.features table td:nth-of-type(1){
    width: 46% !important;
}
.lidvue.features table td:nth-of-type(2){
    width: 8% !important;
}
.lidvue.features table td:nth-of-type(3){
    width: 46% !important;
}
.lidvue.features table td p,.lidvue table td span{
    background: none !important;
}
.lidvue.features table td video,.lidvue table td:not(.custom) img{
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
}
.fr-video iframe{
    width: 100% !important;
}
/* iexpressor */
.iexpressor table{
    width: 100% !important;
}

.iexpressor table td p,.lidvue table td span{
    background: none !important;
}
.iexpressor table td video,.iexpressor table td:not(.custom) img{
    width: 100% !important;
    height: auto !important;
}
.iexpressor table tr:nth-of-type(3) td img{
    max-width: 500px;
}
.fr-video iframe{
    max-width: 600px;
}
.iexpressor.features .product-content> table:nth-child(1) td:nth-of-type(1){
    width: 38.6% !important;
}
.iexpressor.features .product-content> table:nth-child(1) td:nth-of-type(2){
    width: 7% !important;
}
.iexpressorfeatures .product-content> table:nth-child(1) td:nth-of-type(3){
    width: 54.4% !important;
}

/* pagagraph */
.paragraph-item {
    font-size: 20rem;
    color: black;
    padding:20px 100px;
}
.text-section-header{
    color: rgb(0, 195, 255);
    font-size: 24rem;
}

/* Spec */

.spec-wrap{
    width: 100%;
    padding:20px 40px;
}
.spec-table{
    width: 100%;
    margin:0px auto;
}
.spec-table th{
    font-size: 26rem;
    font-weight: bold;
    text-align: left;
}
.spec-table tr td{
    font-size: 22rem;
    color:rgb(33, 37, 41);
}
.spec-table tbody tr:nth-child(even){
    background-color: rgb(239, 239, 239);
}

/* override */
li{
    list-style: inherit;
}