/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*{
    padding: 0;
    margin: 0;
}
.functionSaasBox{
    max-width: 1200px;
    margin: 0 auto;
   padding: 40px 0 70px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.functionSaasBox .functionSaasLeft{
    width: 28%;
    height: 660px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
            box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.functionSaasBox .functionSaasLeft .leftButton{
    list-style-type: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
   color: #000000;
}
.functionSaasBox .functionSaasLeft .leftButton.active{
    background-color: #1BD1D1;
    color:#FFFFFF
}
.functionSaasBox .functionSaasRight{
    width: 72%;
    height: 660px;
    padding: 69px 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.functionSaasBox .fucntionImgBox{
    display: none;
}
.functionSaasBox .fucntionImgBox.active{
    display: block;
}
.functionSaasBox .fucntionImg{
    width: 100%;
}
.functionSaasBox .functionDes{ 
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 52px;
}
@media screen and (max-width:1200px) {
    .functionSaasBox{
        margin: 0 48px;
    }  
}
@media screen and (max-width:960px) {
    .functionSaasBox{
        padding: 40px 0 48px;
    }
    .functionSaasBox .functionSaasLeft, .functionSaasBox .functionSaasRight{
       height: 550px;
    }
    .functionSaasBox .functionSaasLeft .leftButton{
        height: 50px;
        line-height: 50px;
    }
    .functionSaasBox .functionDes{
        padding-top: 36px;
    }
}
@media screen and (max-width:750px) {
    .functionSaasBox{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 24px 0px 28px;
        margin: 0 20px;
    }
    .functionSaasBox .functionSaasLeft, .functionSaasBox  .functionSaasRight{
        width: 100%;
    }
    .functionSaasBox .functionSaasLeft{
        height: auto;
        background-color: transparent ;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .functionSaasBox .functionSaasLeft .leftButton{
        width: 146px;
        height: 36px;
        line-height: 36px;
        display: block;
        border-radius: 36px;
        -webkit-box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
                box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20);
        background-color: #FFFFFF;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px;
        font-size: 14px;
        color: #333330;  
    }
    .functionSaasBox .functionSaasLeft .leftButton:last-child{
        margin-right: 0px;
    }
    .functionSaasBox .functionSaasRight{
        padding: 0;
        display: block;
        margin-top: 16px;
        height: auto;
    }
    .functionSaasBox .functionDes{
        padding-top: 8px;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
}

