@media screen and (min-width: 769px)
{
    .common_mobile{
        display: none !important;
    }
    .banner{
        width: 100%;
        height: auto;
        position: relative;
    }

    .banner img{
        width: 100%;
        height: auto;
    }

    .banner_img_mobile{
        display: none;
    }

    .banner .left{
        position: absolute;
        left: 10.4%;
        top: 0.846rem;
    }

    .banner .left .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.289rem;
        color: #1F2329;
        line-height: 0.468rem;
    }
    .banner .left .subtitle{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.095rem;
        color: #1F2329;
        line-height: 0.158rem;
    }
    .banner .left .btn {
        margin-top: 0.347rem;
        cursor: pointer;
        width: 1.146rem;
        height: 0.310rem;
        background: #0665E0;
        border-radius: 0.026rem;
        border: 1px solid #0071EF;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.105rem;
        color: #FFFFFF;
        line-height: 0.310rem;
        outline: none;
    }
    .banner_title {
        width: 79.19%;
        height: 0.415rem;
        position: relative;
        z-index: 111;
        top: -0.257rem;
        left: 50%;
        transform: translateX(-50%);
        background: #FFFFFF;
        box-shadow: 0 0.068rem 0.079rem 0px rgba(159,169,215,0.16);
        border-radius: 0.026rem;
        border: 1px solid #FFFFFF;
    }
    .banner_title .wn-item{
        display: flex;
        font-size: 0;
        padding-left: 0;
    }

    .banner_title a {
        flex: 1;
        color: #1F2329;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.095rem;
        line-height: 0.415rem;
    }
    .title_active {
        color: #FFFFFF!important;
        background: rgba(6,101,224,0.95)!important;
    }
    .framework{
        width: 79.2016%;
        margin: 0 auto;
        margin-top: 0.809rem;
        text-align: center;
    }

    .navcss{
        position: fixed;
        z-index: 111;
        top: 0.52023rem;
        width: 100%;
    }

    .wn-item a:hover {
        color: #FFFFFF!important;
        background: rgba(6,101,224,0.95)!important;
    }

    .framework .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.231rem;
        color: #1F2329;
        line-height: 0.252rem;
    }

    .f_img{
        width: 100%;
        margin-top: 0.294rem;
        margin-bottom: 0.389rem;
        border-radius: 0.026rem;
    }

    .f_btn{
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        width: 1.146rem;
        height: 0.310rem;
        background: #0665E0;
        border-radius: 0.026rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.105rem;
        color: #FFFFFF;
        line-height:  0.310rem;
    }

    .f_btn_img{
        position: absolute;
        top: -0.079rem;
        left: -0.189rem;
        width: 0.405rem;
        height: 0.363rem;
    }

    .function{
        width: 100%;
        margin: 0 auto;
        margin-top: 0.504rem;
        text-align: center;
    }

    .function .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.231rem;
        color: #1F2329;
        line-height: 0.252rem;
    }

    .function-detail{
        width: 79.2016%;
        margin: 0 auto;
    }

    .function-detail ul{
        width: 100%;
    }

    .function-detail ul li{
        height: 3.127rem;
        display: flex;
        border-bottom: 1px solid #DFE2EB;
        justify-content: space-between;
    }

    .function-detail ul li:last-child {
        border-bottom: none; /* 去除最后一个 li 的底边线 */
    }

    .function-content{
        width: 40%;
        margin-top: 1.182rem;
        text-align: left;
    }

    .function-content .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.189rem;
        color: #383838;
        line-height: 0.231rem;
        margin-bottom: 0.215rem;
    }

    .function-content .subtitle{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.095rem;
        color: #51565D;
        line-height: 0.189rem;
        position: relative;
        margin-left: 0.210rem;
    }

    .function-content .subtitle2{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.095rem;
        color: #51565D;
        line-height: 0.189rem;
        position: relative;
        margin-left: 0.210rem;
    }

    .function-content .subtitle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -0.210rem;
        transform: translateY(-50%);
        width: 0.053rem;
        height: 0.053rem;
        background-color: #1862FF;
        border-radius: 50%;
        box-shadow: 0 0 4px 1px rgba(24, 98, 255, 0.5);
      }

      .function_more_btn{
        border: none;
        outline: none;
        margin-top:0.236rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #1862FF;
        line-height: 0.105rem;
        background: none;
      }

      .function-img{
        display: inline-block;
        width: 50%;
      }

      .function-img img{
        width: 100%;
        height: auto;
      }

      .function_more{
        width: 100%;
        padding-top: 0.573rem;
        text-align: center;
        background: #F7F8FB;
      }

      .function_more .title {
        font-size: 0.229rem;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.25rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 44px;
        color: #1F2329;
        line-height: 42px;
    }

    .function_more_main{
        width: 79.2016%;
        margin: 0 auto;
        margin-top: 0.236rem;
    }

    .function_more_main ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.373rem;
    }

    .function_more_main ul li{
        padding: 0.231rem 0.184rem 0.226rem 0.142rem;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        margin-bottom: 0.263rem;
        flex: 1 1 30%;
        box-sizing: border-box;
        height: 1.366rem;
        margin-right: 0.226rem;
        text-align: left;
    }

    .function_more_main ul li .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.137rem;
        color: #1F2329;
        line-height: 0.221rem;
        display: inline-block;
        position: relative;
    }

    .function_more_main ul li .title img{
        display: inline-block;
        width: 0.168rem;
        position: absolute;
        top: 0.042rem;
        margin-left: 0.068rem;
    }

    .function_more_main ul li .subtitle{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.116rem;
        color: #1F2329;
        line-height: 0.221rem;
    }

    .function_more_main ul li .content{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.085rem;
        color: #51565D;
        line-height: 0.158rem;
    }

    .products_Advantage{
        width: 79.2016%;
        margin: 0 auto;
        margin-top: 0.652rem;
        text-align: center;
    }

    .products_Advantage .title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.231rem;
        color: #1F2329;
        line-height: 0.221rem;
    }

    .products_Advantage ul{
        display: flex;
        font-size: 0;
    }

    .products_Advantage ul li{
        flex: 1;
        height: 1.666rem;
        background: #F5F5F5;
        margin-top: 0.5625rem;
        padding: 0.315rem 0.4rem 0 0.226rem;
        box-sizing: border-box;
        text-align: left;
        cursor: pointer;
    }

    .products_Advantage ul li:nth-child(1){
        background: #F5F5F5;
    }

    .products_Advantage ul li:nth-child(2){
        background: #EBEBEB;
    }

    .products_Advantage ul li:nth-child(3){
        background: #EBEBEB;
    }

    .p_active{
        padding: 0.25rem 0.4rem 0 0.4rem !important;
        background: #0665E0 !important;
        height: 1.666rem !important;
        background-image: url(http://www.rektec.com.cn/img/capilot/05.png) !important;
        background-size: 100% !important;
        box-sizing: border-box;
    }

    .products_Advantage ul li img{
        width: 0.177rem;
        height: 0.1667rem;
        margin-bottom: 0.13rem;
    }

    .products_Advantage ul li .title{
        font-family: Microsoft YaHei;
        font-size: 0.125rem;
        font-weight: 400;
        color: #444444;
        line-height: 0.171875rem;
    }

    .products_Advantage ul li .subtitle{
        margin-top: 0.099rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.105rem;
        color: #666666;
        line-height: 0.152rem;
    }

    .p_img1{
        display: block;
    }

    .p_img2{
        display: none;
    }

    .affirmation{
        height: 5.4rem;
    }

    .affirmation_btn{
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.105rem;
        color: #FFFFFF;
        line-height: 0.310rem;
        width: 218px;
        height: 59px;
        background: #0073E6;
        border-radius: 5px;
        outline: none;
        border: none;
        display: block;
        margin-top: 0.179rem;
    }

    .btn_mobile{
        display: none;
    }

}

@media screen and (max-width: 768px)
{
    .common_pc{
        display: none !important;
    }
    .banner {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 1.587rem;
    }

    .banner_img_pc{
        display: none;
    }

    .banner_img_mobile{
        width: 100%;
    }

    .banner .left {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 1.84rem;
    }

    .banner .left .title {
        font-size: 0.8rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.96rem;
    }

    .banner .left .subtitle {
        font-size: 0.4267rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #333B47;
        line-height: 0.64rem;
        margin-top: 0.667rem;
        margin-bottom: 1.52rem;
    }

    .banner .left .btn {
        width: 4.267rem;
        height: 1.333rem;
        background: #0665E0;
        border: 1px solid #0071EF;
        border-radius: 5px;
        font-size: 0.48rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.333rem;
    }

    .banner_title {
        display: none;
    }

    .framework {
        width: 93.75%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        margin-top: 1.333rem;
    }

    .framework .title {
        font-size: 0.667rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.8rem;
    }

    .framework .f_img {
        width: 100%;
        margin-top: 0.85rem;
        margin-bottom: 0.8267rem;
        background: #FFFFFF;
        box-shadow: 0px 0.3467rem 0.4rem 0px rgba(159,169,215,0.23);
        border-radius: 0.16rem;
    }

    .framework .f_btn {
        width: 4rem;
        height: 1.0667rem;
        background: #0665E0;
        border-radius: 5px;
        font-size: 0.373rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.0667rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .framework .f_btn_img {
        position: absolute;
        top: -0.24rem;
        left: -0.2933rem;
        width: 1.3rem;
        height: 1.2rem;
    }

    .function{
        width: 86.71875%;
        margin: 0 auto;
        text-align: center;
        margin-top: 2rem;
    }

    .function .title {
        font-size: 0.64rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .function-content{
        order:1;
    }

    .function-content .title{
        font-size: 0.5333rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #383838;
        line-height: 0.9rem;
    }

    .function-content .subtitle{
        font-size: 0.373rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #51565D;
        line-height: 0.7467rem;
    }

    .function-content .subtitle2{
        font-size: 0.373rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #51565D;
        line-height: 0.7467rem;
    }

    .function_more_btn{
        width: 3.467rem;
        height: 1.06667rem;
        background: #0665E0;
        border-radius: 5px;
        margin-top: 0.64rem;
        margin-bottom: 0.64rem;
        border: none;
        font-size: 0.373rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.06667rem;
    }

    .function-img{
        width: 100%;
        order: 2;
    }

    .function-img img{
        width: 100%;
    }

    .function-detail ul li{
        display: flex;
        flex-direction: column;
    }

    .function_more{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #F7F8FB;
        padding: 1.52rem 0.96rem 0 0.7467rem;
        box-sizing: border-box;
    }

    .function_more .title{
        font-size: 0.64rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.8rem;
        margin-bottom: 1.06667rem;
    }

    .function_more_main{
        text-align: center;
    }

    .function_more_main img{
        width: 100%;
    }

    .function_more .function_more_main li{
        padding-left: 1.013rem;
        text-align: left;
        width: 100%;
        height: 1.7rem;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        margin-bottom: 0.4rem;
        box-sizing: border-box;
    }

    .function_more .function_more_main .title{
        font-size: 0.50667rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #1F2329;
        line-height: 1.5rem;
        display: inline-block;
        margin-right: 0.16rem;
        margin-bottom: 0.01rem;
        position: relative;
    }

    .function_more .function_more_main .subtitle{
        display: none;
    }

    .function_more .function_more_main .content{
        display: none;
    }

    .function_more .function_more_main .title img{
        width: 0.6667rem;
        position: absolute;
        top: 0.61rem;
        display: inline-block;
        right: -0.8667rem;
    }

    .btn_mobile{
        width: 4rem;
        height: 1.06667rem;
        background: #0665E0;
        border-radius: 5px;
        font-size: 0.373rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.06667rem;
        margin-top: 1rem;
        border: none;
    }

    .products_Advantage{
        width: 94%;
        /*height: 17rem;*/
        margin: 0 auto;
        text-align: center;
    }

    .p_active{
        background: #0665E0 !important;
        padding: 0.26rem 0.26rem 0 0.4rem !important;
        background-image: url(http://www.rektec.com.cn/img/capilot/mobile/m5-pic.png) !important;
        background-size: 100% !important;
        box-sizing: border-box;
    }

    .products_Advantage .title{
        font-size: 0.64rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #1F2329;
        line-height: 0.8rem;
        margin-bottom: 1.06667rem;
    }

    .products_Advantage ul li{
        width: 100%;
        height: 2.75rem;
        border: 1px solid #cccccc;
        text-align: left;
        padding: 0.26rem 0.26rem 0 0.4rem;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .products_Advantage ul li .p_img1{
        vertical-align: top;
        margin-right: 0.26rem;
        width: 1rem;
        height: 1rem;
        float: left;
    }


    .products_Advantage ul li .p_img2{
        vertical-align: top;
        margin-right: 0.26rem;
        width: 1rem;
        height: 1rem;
        float: left;
        display: none;
    }

    .products_Advantage ul li .title{
        font-size: 0.375rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
        color: #51565D;
        line-height: 0.5rem;
        margin-bottom: 0;
    }

    .products_Advantage ul li .subtitle{
        font-size: 0.275rem;
        font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
        color: #51565D;
        line-height: 0.45rem;
    }
}