.f-l {
    float: left;
}

.f-r {
    float: right;
}

.text-center {
    text-align: center !important;
}

.font-16 {
    font-size: 16px;
}

.border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.display-block {
    display: block !important;
}

.single-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiple-line-ellipsis {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.multiple-line-ellipsis-javascript {
    position: relative;
    padding-right: 10px;
    display: inline-block;
}

.multiple-line-ellipsis-javascript:after {
    content: "";
    position: absolute;
    right: -21px;
    bottom: 6px;
    background: url(../images/ellipsis_dot_icon.png) no-repeat;
    transform: scale(0.2);
    width: 54px;
    height: 8px;
}

.ellipsis-three {
    -webkit-line-clamp: 3;
}

.ellipsis-four {
    -webkit-line-clamp: 4;
}

.trinagle-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #03407E;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.title-color {
    color: #03407E !important;
}

.title-kit {
    color: #03407E!important;
    line-height: 40px;
    margin-bottom: 10px!important;
}

.title-kit .f-r {
    font-size: 18px;
}

.title-kit a {
    color: #03407E!important;
}

.struct-kit .wqpnews-swiper {
    background: #e6e7e9;
    padding: 40px 20px 10px;
    overflow: hidden;
    margin-top: 7px;
}

.struct-kit .wqpnews-swiper .staff-dot {
    margin: 2px 0 10px;
}

.struct-kit .staff-dot span {
    height: 3px
}

.struct-kit .wqpnews-swiper li img {
    height: auto;
    max-height: 320px;
    width: 100%;
}

.kitsTable {
    border: 0;
}

.textcolumn-2 .text-cols ul,
.sy-level-acticle ul,
.sy-level-acticle ol {
    padding-right: 20px;
    margin-bottom: -5px;
    line-height: normal;
    padding: 2px 20px 2px 0;
}

.textcolumn-2 .text-cols ul li,
.sy-level-acticle li {
    padding-left: 18px;
    line-height: 22px;
    margin: 4px 0;
}

.sy-level-acticle li {
    margin: 7px 0;
}

.kit-content .textcolumn-2 .text-cols .split {
    width: 50%;
    float: left;
}

.textcolumn-2 .text ul li,
.sy-level-acticle li {
    padding-left: 18px;
}

.textcolumn-2 .text ul li p,
.sy-level-acticle li p {
    display: inline-block;
}

.kit-content .title {
    margin-top: 30px;
    line-height: 38px;
}

.kit-content .kit-name {
    margin-top: 50px;
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
}

.kit-content .documnet-list .title {
    margin: 30px 0 20px;
}

.kitsTable .head,
.kitsTable ul.bodies li {
    display: flex;
    display: -webkit-flex;
    background: #03407E;
    color: #fff;
    line-height: 50px;
    padding: 0;
}

.kitsTable .head>div,
.kitsTable ul.bodies li>div {
    flex: 1;
    text-align: left;
    border-right: 1px solid #fff;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 300;
    line-height: 24px;
    /*word-break: break-all;*/
    white-space: pre-wrap;
}

.kitsTable .head>div:last-child,
.kitsTable ul.bodies li>div:last-child {
    border-right: none;
}

.kitsTable ul.bodies li>div {
    background: #f0f0f0;
    color: #666666;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kitsTable ul.bodies li:hover>div {
    background: #eaeaea;
}

.kitsTable ul.bodies li:last-child>div {
    border-bottom: none;
}

.kitsTable .head>div.basis-auto,
.kitsTable ul.bodies li>div.basis-auto {
    flex: 0 0 240px;
}

.kitsTable .head>div.grow-auto,
.kitsTable ul.bodies li>div.grow-auto {
    flex: 1;
}

.kitsTable.document-table .head>div.basis-auto,
.kitsTable.document-table ul.bodies li>div.basis-auto {
    flex: 0 0 180px;
}

.kitsTable ul.bodies li>div a.format,
.kit-content .title-kit a.use-spicification {
    position: relative;
    color: #4579b5;
}


/* .kitsTable ul.bodies li>div a.format{
    margin-left: 20px;
} */

.kit-content .title-kit a.use-spicification {
    border-bottom: 2px solid #4579b5;
}

.kitsTable ul.bodies li>div a.format:before,
.kit-content .title-kit a.use-spicification:before,
.domtable tr td .links:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(../images/pdf_icon.png) no-repeat;
    /* left: 0;
    top: 48%; */
    transform: translateY(-50%);
}

.kitsTable ul.bodies li>div a.format.pdf-type:before,
.kit-content .title-kit a.use-spicification.pdf-type:before,
.domtable tr td .links.pdf-type:before {
    background: url(../fonts/download.svg) no-repeat;
}

.kitsTable ul.bodies li>div a.format.html-type:before,
.kit-content .title-kit a.use-spicification.html-type:before,
.domtable tr td .links.html-type:before {
    background: url(../fonts/export.svg) no-repeat;
}

.kit-content .title-kit a.use-spicification:before {
    transform: translateY(-50%) scale(1.1);
}

.kitsTable.product-table .head,
.kitsTable.product-table .bodies {
    min-width: 900px;
}

.kitsTable.product-table ul.bodies li>div a.format:before {
    width: 22px;
    height: 22px;
    background: url(../images/download.svg) no-repeat;
    background-size: 50%;
    background-position: center;
}


/* .kitsTable .head,
.kitsTable .bodies {
    min-width: 1000px;
} */

.kitsTable.product-table ul.bodies li>div a.format:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
}

.kitsTable.product-table .text-center-head {
    text-align: center;
    padding: 12px 0;
}

.kitsTable.product-table .text-center-item {
    justify-content: center;
    padding: 0;
}

.kitsTable.product-table .text-center-item a {
    margin: 0 !important;
}

.kitsTable.product-table a.product-link {
    color: #4579b5;
    text-decoration: underline;
}

.kitsTable.product-table a.product-link:hover {
    text-decoration: underline;
}

.kit-content .load-more {
    margin-top: 70px;
}

.kit-content .load-more span.more {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 77px 0 70px;
    font-weight: bold;
    background: #03407E;
    position: relative;
    cursor: pointer;
}

.kit-content .load-more span.more:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 132px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

.recommended-forum-blog>h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #0b51a6;
    line-height: 80px;
    font-weight: bold;
}

.recommended-forum-blog ul:nth-child(2n+1) {
    padding-right: 70px;
}

.recommended-forum-blog ul:nth-child(2n) {
    padding-left: 70px;
}

.recommended-forum-blog .summaryList .rec-title {
    display: block;
    line-height: 40px;
    color: #666;
    font-size: 20px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.recommended-forum-blog .summaryList .rec-title:hover {
    color: #477db9;
}

.recommended-forum-blog li:after {
    border-left: none!important;
}

.recommended-forum-blog .summaryList .rec-title:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    background: url(../images/blog_recommend_title_icon.png) no-repeat;
    transform: translateY(-50%);
    background-size: cover;
}

.recommended-forum-blog .summaryList .level-left .rec-title:before {
    background: url(../images/forum_recommend_title_icon.png) no-repeat;
    background-size: cover;
}


/* .recommended-forum-blog .summaryList .rec-title:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    border-top: 2px solid #0a51a3;
} */

.recommended-forum-blog .summaryList li.article {
    padding-left: 0 !important;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
}

.recommended-forum-blog .summaryList li.article:last-child {
    border-bottom: none;
}

.recommended-forum-blog .summaryList li.article:before {
    border: 0 !important;
    width: 0;
}

.recommended-forum-blog .summaryList li.article .article-title a {
    font-size: 18px;
    color: black;
    line-height: 40px;
}

.recommended-forum-blog .summaryList li.article .article-title a:hover {
    color: #477db9;
}

.recommended-forum-blog .summaryList li.article .article-content {
    margin-bottom: 10px;
    height: 56px;
    line-height: 28px;
    color: #b1b1b1
}

.kit-content .tool-list .text-cols {
    display: flex;
    display: -webkit-flex;
}

.kit-content .tool-list .text-cols .tool-icon {
    flex: 0 0 240px;
    height: 180px;
    margin: 0 20px 0 0;
    border: 1px solid #e3e3e3;
    background: #fafafa;
    text-align: center;
    line-height: 180px;
}

.kit-content .tool-list .text-cols .tool-icon a {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.kit-content .tool-list .text-cols .tool-icon:hover {
    box-shadow: 0px 10px 24px -12px #b3b3b3;
}

.kit-content .tool-list .text-cols .tool-icon img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.kit-content .tool-list .text-cols .summary {
    flex: 1;
    margin-top: 36px;
}

.kit-content .tool-list .text-cols .summary p {
    height: 56px;
    line-height: 28px;
    /*color: #b1b1b1;*/
}

.kit-content .tool-list .title-kit .tool-name {
    color: #333!important;
    font-size: 20px;
}

.kit-content .tool-list .title-kit .tool-name:hover {
    color: #477db9!important;
    text-decoration: underline;
}


/* .kitstabs ul li{
    background: #f0f0f0;
}

.kitstabs ul li a{
    color: #5e5e5e;
    font-weight: bold;
}

.kitstabs ul li.cur a,
.kitstabs ul li a:hover{
    color: #fff;
} */

.tool-summary {
    border: none;
    margin: 50px auto 10px;
}


/* .kitstabs .swiper-slide{
    margin-right: 1px !important;
} */

.sofrware-icon {
    background: #f7f7f7;
    flex: 0 0 118px;
    height: 118px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 118px;
}

.sofrware-icon img {
    width: 80%;
}

.software-tool-list .dl-main {
    border: none;
    background: #f7f7f7;
    padding: 0;
}

.software-tool-list .dl-main .dd {
    padding: 0px;
}

.software-tool-list .dl-main .dd .ddtxt {
    padding: 20px;
    text-align: left;
}

.software-tool-list .dl-main .dd .ddtxt .txt {
    /* color: #b1b1b1; */
    color: #666;
    line-height: 24px;
    height: 96px;
    word-break: normal;
}

.software-tool-list .dl-main .dd .adapter-product {
    padding: 10px 20px;
    text-align: left;
    background: #e1e1e1;
}

.software-tool-list .dl-main .dd .adapter-product p {
    line-height: 48px;
    height: 48px;
    /* color: #4c4c4c; */
    color: #666;
}

.software-tool-list .dl-main a:hover .dd .adapter-product {
    background: #03407E
}

.software-tool-list .dl-main a:hover .dd .adapter-product p {
    color: #fff
}

.software-tool-list.sdk-list .dl-main .dd .ddtxt h4 {
    text-decoration: underline;
}

.software-tool-list.sdk-list .dl-main a:hover .dd .ddtxt h4 {
    color: #03407E
}

.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p {
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    height: auto;
}

.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p:before {
    width: 9px;
    height: 9px;
    top: 8px;
}

.kit-content .software-summary {
    padding-top: 60px;
    border-bottom: 1px solid #efefef;
}

.kit-content .grsmart-struct {
    position: relative;
}

.kit-content .grsmart-struct .feature {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
}

.tool-list .title-software {
    margin-top: 20px;
}

.multistage-features.summaryList .text>div {
    width: 100%;
}

.multistage-features.textcolumn-2 .text-cols .version-description {
    display: flex;
    width: 100%;
}

.multistage-features.textcolumn-2 .text-cols ul {
    width: 100%;
    padding: 2px 20px 2px 0;
}

.multistage-features.textcolumn-2 .title {
    margin-bottom: 15px;
}

.multistage-features .m-col-item {
    padding-right: 10px;
    margin-bottom: 0;
}

.multistage-features .m-level-wrap .m-col-item .bold-title {
    font-weight: bold;
}


/* .kit-content .textcolumn-2 .text ul li:after,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p:after,
.multistage-features .m-level-wrap .m-col-item>ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol>li:after,
.multistage-features .m-level-wrap .m-col-item>ul ul ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol ul ul>li:after{
    content: "";
    top: 6px;
    left: 4px;
    width: 0;
    height: 0;
    border-left: 6px solid #03407E;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
}

.multistage-features .m-level-wrap .m-col-item>ul ul ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol ul ul>li:after{
    border-left: 6px solid #b3b3b3;
}

.multistage-features .m-level-wrap .m-col-item>ul>li>ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol>li>ul>li:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    left: 0;
    top: 8px;
    border-top: 2px solid #03407E;
    border-right: 2px solid #03407E;
    transform: rotate(45deg);
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    border-left:none;
    border-bottom: none;
}  */

.kit-content .textcolumn-2 .text ul li:after,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p:after,
.multistage-features .m-level-wrap .m-col-item>ul li:after,
.multistage-features .m-level-wrap .m-col-item>ol li:after,
.m-level-article .level1 li:before,
.sy-level-acticle .level1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px !important;
    width: 8px !important;
    height: 8px !important;
    background: #03407E !important;
    border-radius: 100%;
    border: 1px solid #03407E !important;
}

.kit-content .textcolumn-2 .text ul .has-sup,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt .has-sup,
.multistage-features .m-level-wrap .m-col-item>ul .has-sup,
.multistage-features .m-level-wrap .m-col-item>ol .has-sup,
.m-level-article .level1 .has-sup,
.sy-level-acticle .level1 .has-sup {
    line-height: 17px;
    position: relative;
    top: -3px;
}

.kit-content .textcolumn-2 .text ul .has-sub,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt .has-sub,
.multistage-features .m-level-wrap .m-col-item>ul .has-sub,
.multistage-features .m-level-wrap .m-col-item>ol .has-sub,
.m-level-article .level1 .has-sub,
.sy-level-acticle .level1 .has-sub {
    line-height: 18px;
    top: 5px;
    position: relative;
}

.kit-content .textcolumn-2 .text ul li.has-sup:after,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p.has-sup:after,
.multistage-features .m-level-wrap .m-col-item>ul li.has-sup:after,
.multistage-features .m-level-wrap .m-col-item>ol li.has-sup:after,
.m-level-article .level1 li.has-sup:before,
.sy-level-acticle .level1 li.has-sup:before {
    top: 10px !important;
}

.kit-content .textcolumn-2 .text ul li.has-sub:after,
.software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p.has-sub:after,
.multistage-features .m-level-wrap .m-col-item>ul li.has-sub:after,
.multistage-features .m-level-wrap .m-col-item>ol li.has-sub:after,
.m-level-article .level1 li.has-sub:before,
.sy-level-acticle .level1 li.has-sub:before {
    top: 4px !important;
}

.kit-content .textcolumn-2 .text ul ul li:after,
.kit-content .textcolumn-2 .text ul ol li:after,
.multistage-features .m-level-wrap .m-col-item>ul ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol ul>li:after,
.m-level-article .level2 .lv2:before,
.sy-level-acticle .level2 .lv2:before {
    background: transparent !important;
}

.kit-content .textcolumn-2 .text ul ul ul li:after,
.multistage-features .m-level-wrap .m-col-item>ul ul ul>li:after,
.multistage-features .m-level-wrap .m-col-item>ol ul ul>li:after,
.m-level-article .level1 ol ul>li:before,
.m-level-article .level1 li.lv3:before,
.sy-level-acticle .level1 li.lv3:before {
    background: #b3b3b3 !important;
    ;
    border-color: #b3b3b3 !important;
    ;
}

.title-software {
    margin: 60px 0 0 !important;
}

.download-info {
    display: flex;
    display: -webkit-flex;
    padding-top: 0;
    margin-top: -10px;
}

.download-info .version-list {
    padding-top: 30px;
    flex: 0 0 136px;
    line-height: 30px;
    font-size: 20px;
}

.download-info .version-list ul {
    text-align: right;
    border-right: 1px solid #efefef;
    height: 100%;
}

.download-info .version-list ul li {
    padding-right: 40px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.download-info .version-list ul li.current,
.download-info .version-list ul li:hover {
    color: #03407E;
}

.download-info .version-list ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    right: -3px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.download-info .version-list ul li.current:before,
.download-info .version-list ul li:hover:before {
    background: #03407E !important;
}

.download-info .version-info {
    padding-left: 40px;
    flex: auto;
}

.download-info .version-info .dowload-list {
    padding-bottom: 20px;
}

.download-info .version-info .dowload-list span {
    margin-right: 30px;
}

.download-info .version-info .dowload-list span a {
    font-size: 18px;
    border-bottom: 1px solid #4579b5;
    padding-bottom: 2px;
    color: #4579b5;
}

.download-info .version-info .dowload-list span a:hover {
    color: #03407E;
    border-bottom: 1px solid #03407E;
}

.download-info li a {
    color: #4579b5;
}

.download-info li a:hover {
    color: #03407E;
}

.download-info .m-col-item {
    width: 100% !important;
}

.download-info .m-col-item .version-specifition-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}

.kit-content-paragraph,
div.font-16,
.l-description .text,
.l-description .text>p,
.kitssummary .text,
.kitssummary .text>p,
.content-paragraph {
    margin-bottom: 10px;
    line-height: 28px;
    color: #333;
}

.agent-list .dl-main {
    background: #fff;
    position: relative;
    padding: 0;
    border: none;
    flex-direction: column;
    margin-bottom: 50px;
}

.agent-list .dl-main .tool-icon {
    height: 224px !important;
    flex: 0 0 224px !important;
    margin: 0 !important;
    width: 100%;
}

.agent-list .dl-main .title-kit {
    margin: 15px 0 0 !important;
}

.agent-list .dl-main .more {
    color: #03407E;
    margin-top: 20px;
    display: inline-block;
    width: 124px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #03407E;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.agent-list .dl-main .more:hover {
    color: #fff;
    background: #03407E;
}

.loadInco {
    margin-top: 70px;
}

.release-title {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    padding-left: 34px;
    margin-top: 60px;
}

.recommended-forum-blog-list li:after {
    width: 0 !important;
    height: 0 !important;
    border: none!important;
}

.software-recommend .title-kit {
    margin-bottom: 20px !important;
}

.kitscontainer {
    color: #666;
}

.kitstabs ul li {
    line-height: 46px;
}

.hidden-content {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.hidden-content>span.toggle-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px dashed #efefef;
    height: 24px;
    box-shadow: 1px -7px 11px 8px #fff;
    cursor: pointer;
    background: #fff;
    z-index: 99;
}

.hidden-content>span.toggle-content.open-content:after {
    position: absolute;
    content: "查看更多内容";
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #4886d2;
    line-height: 18px;
    background: #fff;
    padding: 0 8px;
}

.hidden-content>span.toggle-content.close-content:after {
    position: absolute;
    content: "隐藏此内容";
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #4886d2;
    line-height: 18px;
    background: #fff;
    padding: 0 8px;
}

.margin-20-top-bottom {
    margin: 20px 0;
}

.padding-25-top-bottom {
    padding: 25px 0;
}

.padding-25-bottom {
    padding-bottom: 25px;
}

.padding-25-top {
    padding-top: 25px;
}

.margim-30-top {
    margin-top: 30px;
}

@media (min-width: 1600px) {
    .commonweb {
        max-width: 1280px;
    }
}

@media (min-width: 1024px) {
    .agent-list .response-column .dl-main {
        max-width: 360px;
        ;
    }
    .agent-list .response-column:nth-child(3n) .dl-main {
        margin-left: auto;
    }
    .agent-list .response-column:nth-child(3n+2) .dl-main {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .kit-summary {
        padding-bottom: 40px;
    }
    /* .kitstabs ul li a{
        line-height: 50px;
    } */
    .software-tool-list .response-column {
        padding-top: 30px;
    }
    .kit-content .grsmart-struct {
        position: relative;
    }
}

@media (max-width: 1024px) {
    .struct-kit .wqpnews-swiper {
        padding: 20px 0px 0px;
    }
    .struct-kit .wqpnews-swiper li img {
        height: auto;
        max-height: 320px;
        width: auto;
        max-width: 600px;
    }
    .kit-content .title {
        margin-top: 15px;
        font-size: 16px;
    }
    .recommended-forum-blog ul {
        padding: 0 !important;
    }
    .multistage-features.textcolumn-2 .title {
        margin-bottom: 0px;
        line-height: 24px;
    }
    /* .kit-content .textcolumn-2 .text ul li:after,
    .software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p:after,
    .multistage-features .m-level-wrap .m-col-item>ul>li:after,
    .multistage-features .m-level-wrap .m-col-item>ol>li:after,
    .multistage-features .m-level-wrap .m-col-item>ul ul ul>li:after,
    .multistage-features .m-level-wrap .m-col-item>ol ul ul>li:after {
        left: 0;
        top: 7px;
    }

    .multistage-features .m-level-wrap .m-col-item>ul>li>ul>li:after, 
    .multistage-features .m-level-wrap .m-col-item>ol>li>ul>li:after{
        width: 8px;
        height: 8px;
        top: 9px;
        left: -2px;
    } */
    .kit-content .textcolumn-2 .text ul li:after,
    .software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p:after,
    .multistage-features .m-level-wrap .m-col-item>ul li:after,
    .multistage-features .m-level-wrap .m-col-item>ol li:after,
    .m-level-article .level1 li:before,
    .sy-level-acticle .level1 li:before {
        left: 0;
        top: 10px !important;
        width: 6px !important;
        height: 6px !important;
    }
    .kit-content .textcolumn-2 .text ul li.has-sup:after,
    .software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p.has-sup:after,
    .multistage-features .m-level-wrap .m-col-item>ul li.has-sup:after,
    .multistage-features .m-level-wrap .m-col-item>ol li.has-sup:after,
    .m-level-article .level1 li.has-sup:before,
    .sy-level-acticle .level1 li.has-sup:before {
        top: 14px !important;
    }
    .kit-content .textcolumn-2 .text ul li.has-sub:after,
    .software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p.has-sub:after,
    .multistage-features .m-level-wrap .m-col-item>ul li.has-sub:after,
    .multistage-features .m-level-wrap .m-col-item>ol li.has-sub:after,
    .m-level-article .level1 li.has-sub:before,
    .sy-level-acticle .level1 li.has-sub:before {
        top: 6px !important;
    }
    .textcolumn-2 .text-cols ul li {
        padding-left: 14px;
        line-height: 26px;
    }
    .textcolumn-2 .text ul li {
        padding-left: 14px;
    }
    .textcolumn-2 .text-cols ul,
    .sy-level-acticle ul,
    .sy-level-acticle ol {
        padding-right: 0px;
    }
    .kit-content .textcolumn-2 .text-cols .split {
        width: 100%;
        float: none;
    }
    .recommended-forum-blog-list {
        padding-top: 5px
    }
    .kit-content .grsmart-struct .feature {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        margin-top: 24px;
        padding-left: 0px;
    }
    .summaryList {
        padding-top: 10px;
    }
    .recommended-forum-blog>h3 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 32px;
    }
    .title-kit .f-r {
        font-size: 15px;
    }
    .recommended-forum-blog .summaryList .rec-title {
        font-size: 18px;
    }
    .recommended-forum-blog .summaryList li.article .article-title a {
        font-size: 16px;
    }
    .kit-content .tool-list .text-cols,
    .multistage-features.textcolumn-2 .text-cols .version-description {
        flex-direction: column;
    }
    .kit-content .tool-list .text-cols .summary {
        flex: none;
        margin-top: 10px;
    }
    .kit-content .tool-list .text-cols .tool-icon {
        margin: 0 0 20px 0;
        flex: 0 0 180px;
    }
    .kit-content .tool-list .title-kit .tool-name {
        font-size: 16px;
    }
    .kit-content .tool-list .title-kit .trinagle-left {
        border-left: 6px solid #03407E;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .kit-content .tool-list .title-kit .more {
        font-size: 14px;
    }
    .kitsTable .head>div,
    .kitsTable ul.bodies li>div {
        font-size: 14px;
    }
    .kitsTable .head,
    .kitsTable ul.bodies li {
        line-height: 40px;
    }
    /* .sofrware-icon{
        width: 118px;
        margin: 0 auto;
    } */
    .sofrware-icon img {
        height: 80%;
        width: auto;
    }
    .kit-content .software-summary {
        padding-top: 30px;
    }
    .tool-summary {
        margin-top: 30px;
    }
    .kit-content .documnet-list .title {
        margin: 15px 0 -5px;
        font-size: 15px;
    }
    .kitsTable-wrapper {
        margin-top: 15px;
    }
    .kit-content .load-more {
        margin-top: 40px;
    }
    .kit-content .load-more span.more {
        line-height: 40px;
        padding: 0 70px 0 62px;
    }
    .kit-content .load-more span.more:after {
        top: 15px;
        left: 126px;
    }
    .title-software {
        margin: 30px 0 0!important;
        line-height: 18px!important;
    }
    .kit-content-paragraph,
    div.font-16,
    .l-description .text,
    .l-description .text>p,
    .kitssummary .text,
    .kitssummary .text>p,
    .content-paragraph {
        margin-bottom: 22px;
    }
    .kit-content .title-kit a.use-spicification:before {
        transform: translateY(-50%);
    }
    .kitsTable .head>div,
    .kitsTable ul.bodies li>div {
        padding-left: 20px;
    }
    .agent-list .dl-main {
        margin-bottom: 20px;
    }
    .agent-list .dl-main .title-kit {
        margin: 10px 0 0!important;
    }
    .release-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
        font-weight: bold;
        color: #333333;
        padding: 0;
    }
    .download-info {
        flex-direction: column;
    }
    .download-info .version-list {
        padding-top: 20px;
        flex: 0 0 auto;
        font-size: 16px;
    }
    .download-info .version-list ul {
        text-align: left;
        border-top: 1px solid #efefef;
        border-right: none;
    }
    .download-info .version-list ul li {
        padding: 0;
        display: inline-block;
        margin: 0;
        transform: rotate(25deg) translateY(7px);
    }
    .download-info .version-list ul li.single {
        transform: inherit;
    }
    .download-info .version-list ul li:before {
        left: 0;
        top: 1px;
        width: 4px;
        height: 4px;
    }
    .download-info .version-info {
        padding: 20px 0 0;
    }
    .download-info .version-info .dowload-list span,
    .download-info .version-info .dowload-list span a {
        margin-right: 5px;
        font-size: 15px;
        white-space: nowrap;
    }
    .download-info .m-col-item .version-specifition-title {
        font-size: 16px;
        line-height: 32px;
    }
    .version-info .title {
        margin: 15px 0 5px;
        font-size: 16px;
        line-height: 24px;
    }
    .download-info .version-info .dowload-list {
        padding: 15px 0 20px;
    }
    .software-tool-list.sdk-list .dl-main .dd .ddtxt .txt p {
        padding-left: 15px;
    }
    .software-recommend .title-kit {
        margin-bottom: 10px !important;
    }
    .kitsTable .head>div,
    .kitsTable ul.bodies li>div {
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .kitsTable.product-table .text-center-head {
        padding: 5px 0;
    }
    .kitsTable .head>div.basis-auto,
    .kitsTable ul.bodies li>div.basis-auto {
        flex: 0 0 168px;
    }
    .kitsTable.document-table .head>div.basis-auto,
    .kitsTable.document-table ul.bodies li>div.basis-auto {
        flex: 0 0 130px;
    }
    .kitstabs ul li {
        line-height: 36px;
    }
    .hidden-content>span.toggle-content.open-content:after,
    .hidden-content>span.toggle-content.close-content:after {
        top: -14px;
        font-size: 14px;
    }
    .kitsTable.product-table ul.bodies li>div a.format:before {
        width: 18px;
        height: 18px;
    }
    .margin-20-top-bottom {
        margin: 10px 0;
    }
    .padding-25-top-bottom {
        padding: 10px 0;
    }
    .padding-25-bottom {
        padding-bottom: 10px;
    }
    .padding-25-top {
        padding-top: 10px;
    }
    .product-base-info {
        flex-direction: column;
        margin: 15px 0px;
    }
    .product-base-info .icon-package {
        margin: 10px 0px;
    }
    .product-base-info .icon-package .product-icon {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
    .product-base-info .base-info {
        margin: 0px;
    }
    ul.software-kit-tab {
        margin: 10px 0px 20px;
    }
    .app-list li .app-name,
    .app-list li.active .app-content {
        padding: 0px 20px;
    }
    .app-list li .app-name {
        line-height: 40px;
        font-size: 16px;
    }
    .app-list li.active .app-content {
        padding: 20px;
        flex-direction: column;
    }
    .app-list li .app-content .image-wraper {
        margin: 20px 0;
    }
    .margim-30-bottom {
        margin-bottom: 15px;
    }
    .margim-30-top {
        margin-top: 20px;
    }
}

@media (max-width: 468px) {
    .struct-kit .wqpnews-swiper li img {
        max-height: 180px;
        max-width: 320px;
    }
}


/* ble style */

.ble-product .ble-line {
    border-bottom: 1px solid #efefef;
}

.ble-product .ble-line-long {
    border: none;
    position: relative;
}

.ble-product .ble-line-long:after {
    content: "";
    background-color: #efefef;
    width: 300%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
}

.ble-product .ble-img-3 {
    padding-top: 40px;
}

.ble-product .ble-img-3:hover .ble-img-box {
    border: 1px solid rgba(10, 81, 164, 1);
}

.ble-product .ble-img-3:hover .ble-title {
    color: rgba(10, 81, 164, 1);
}

.ble-product .ble-img-box {
    border: 1px solid rgba(179, 179, 179, 1);
    background-color: rgba(250, 250, 250, 1);
    border-radius: 2px;
    max-width: 500px;
    margin: 0 auto;
}

.ble-product .ble-title {
    margin-top: 21px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 27px;
}

.ble-product .ble-list-box {
    margin-top: 44px;
}

.ble-product .ble-list-box .ble-list-item {
    position: relative;
    padding-left: 18px;
    line-height: 26px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 24px;
    color: rgba(38, 38, 38, .7);
}

.ble-product .ble-list-box .ble-list-item-color1 {
    color: rgba(38, 38, 38, .7);
}

.ble-product .ble-list-box .ble-list-item::after {
    content: "";
    top: 7px;
    left: 4px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid #03407E;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
}

.ble-product .ble-flex {
    display: flex;
    flex-flow: wrap;
}

.ble-product .ble-column {
    padding: 40px 20px 0 20px;
}

.ble-product .ble-column-3 {
    width: 33.33%;
}

.ble-product .ble-column-4 {
    width: 25%;
}

.ble-product .ble-column .ble-column-img {
    width: 44px;
    height: 48px;
    margin: 0 auto;
    background-size: 100%;
}

.ble-product .ble-column .ble-column-title {
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
}


/* document */

.ble-product .ble-document-horizontal,
.ble-product .ble-document-vertical {
    padding: 64px 0;
}

.ble-product .ble-document-header {
    display: flex;
    justify-content: space-between;
}

.ble-product .ble-document-header .ble-document-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(10, 81, 164, 1);
    line-height: 24px;
}

.ble-product .ble-document-header .ble-document-more {
    display: block;
    font-size: 16px;
    color: rgba(10, 81, 164, 1);
    line-height: 24px;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    padding-right: 5px;
}

.ble-product .ble-document-header .ble-document-more::after {
    content: "";
    top: 4px;
    right: -15px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid rgba(10, 81, 164, 1);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.ble-document-box-horizontal {
    display: flex;
    flex-flow: wrap;
}

.ble-document-box-horizontal .ble-document-item-horizontal {
    width: 33.33%;
    padding: 40px 20px 0 20px;
}

.ble-document-box-horizontal .ble-document-img-horizontal {
    width: 120px;
    height: 170px;
}

.ble-document-box-horizontal .ble-document-title-horizontal {
    font-size: 18px;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
    line-height: 28px;
    margin: 28px 0 17px;
}

.ble-document-box-horizontal .ble-document-content-horizontal {
    height: 92px;
    font-size: 16px;
    color: rgba(76, 76, 76, .7);
    line-height: 24px;
    margin-bottom: 34px;
}

.ble-document-box-horizontal .ble-document-download-horizontal,
.ble-document-vertical .ble-document-download-vertical {
    display: flex;
}

.ble-document-box-horizontal .ble-document-download-horizontal a,
.ble-document-box-vertical .ble-document-download-vertical a {
    display: block;
    width: 124px;
    height: 36px;
    border: 1px solid rgba(10, 81, 164, 1);
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    color: rgba(10, 81, 164, 1);
    line-height: 36px;
    text-align: center;
}

.ble-document-box-horizontal .ble-document-download-horizontal a:hover,
.ble-document-box-vertical .ble-document-download-vertical a:hover {
    background: rgba(10, 81, 164, 1);
    color: #fff;
}

.ble-document-box-horizontal .ble-document-download-horizontal div,
.ble-document-box-vertical .ble-document-download-vertical div {
    font-size: 14px;
    color: rgba(179, 179, 179, 1);
    line-height: 24px;
    margin-top: 12px;
    margin-left: 10px;
}

.ble-document-box-horizontal .ble-document-download-horizontal .ble-download-img,
.ble-document-box-vertical .ble-document-download-vertical .ble-download-img {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    background: url(../images/ble-download.png);
}


/* document 鍗曞垪 */

.ble-document-vertical .ble-document-item-vertical {
    display: flex;
    flex-flow: row;
    padding: 40px 20px 0 0;
}

.ble-document-vertical .ble-document-img-vertical {
    width: 120px;
    height: 170px;
    overflow: hidden;
}

.ble-document-vertical .ble-document-content {
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}

.ble-document-vertical .ble-document-title-vertical {
    font-size: 18px;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
    line-height: 27px;
    height: 27px;
    margin: 15px 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ble-document-vertical .ble-document-content-vertical {
    height: 48px;
    font-size: 16px;
    color: rgba(76, 76, 76, .7);
    line-height: 24px;
    margin-bottom: 30px;
}

@media (min-width: 1600px) {
    .ble-product .ble-img-3 img {
        display: inline-block;
        height: 300px;
    }
    .ble-product .ble-column-change {
        width: 25%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .ble-product .ble-img-3 img {
        height: 300px;
    }
    .ble-product .ble-column-change {
        width: 25%;
    }
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .ble-product .ble-img-3 img {
        height: 278px;
    }
    .ble-product .ble-column-change {
        width: 33.33%;
    }
}

@media (min-width: 1024px) and (max-width: 1260px) {
    .ble-product .ble-img-3 img {
        height: 226px;
    }
    .ble-product .ble-list-box .ble-list-item {
        font-size: 14px;
    }
    .ble-product .ble-column-change {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .ble-product .ble-img-3 img {
        height: auto;
    }
    .ble-product .ble-list-box .ble-list-item {
        font-size: 14px;
    }
    .ble-product .ble-column-3,
    .ble-product .ble-column-4,
    .ble-product .ble-column-change {
        width: 100%;
    }
    .ble-document-box-horizontal .ble-document-item-horizontal {
        width: 100%;
        padding: 40px 20px 0 20px;
    }
}


/* 绯诲垪css */

.product-base-info .icon-package {
    text-align: center;
    flex: 0 0 auto;
}

.product-base-info {
    display: flex;
    margin: 40px 0px;
}

.product-base-info .icon-package .product-icon {
    width: 240px;
    height: 240px;
    line-height: 240px;
    background: rgb(247, 247, 247);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(179, 179, 179);
    border-image: initial;
    margin: 0px auto;
}

.product-base-info .icon-package .product-icon img {
    width: 60%;
}

.product-base-info .icon-package .package-type {
    line-height: 48px;
}

.product-base-info .icon-package .package-type>span {
    color: rgb(9, 81, 165);
}

.product-base-info .base-info {
    margin-top: -4px;
    margin-left: 25px;
    flex: 1 1 auto;
}

.product-base-info .base-info>div {
    margin-bottom: 15px;
}

.product-base-info .base-info .title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 26px;
}

.product-base-info .base-info .online-link {
    padding: 0px 20px;
}

.product-base-info .base-info .online-link,
.product-base-info .base-info .pdf-download,
.product-base-info .ahthentication-info .check-ahthentication,
.brief-document {
    position: relative;
    display: inline-block;
}

.product-base-info .base-info .online-link::before {
    background: url(../images/online_link_icon.png) no-repeat;
}

.product-base-info .base-info .online-link::before,
.product-base-info .base-info .pdf-download::before,
.product-base-info .ahthentication-info .check-ahthentication::before,
.brief-document::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.product-base-info .base-info .pdf-download,
.brief-document {
    padding-left: 16px;
}

.product-base-info .base-info .pdf-download::before,
.brief-document::before {
    background: url(../images/ble-download.png) no-repeat;
}

.color-0951a5 {
    color: rgb(9, 81, 165);
}

.color-0951a5:hover {
    color: rgb(9, 81, 165);
}

.product-base-info .base-info>div {
    margin-bottom: 15px;
}

.product-base-info .base-info .title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 26px;
}

.product-base-info .ahthentication-info .check-ahthentication {
    padding-right: 15px;
}

.product-base-info .ahthentication-info .check-ahthentication::before {
    left: inherit;
    right: 0px;
    width: 6px;
    height: 6px;
    border-left: 6px solid rgb(10, 80, 165);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.product-base-info .base-info .title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 26px;
}

ul.software-kit-tab {
    position: relative;
    top: 20px;
    margin: 40px 0px 20px;
}

ul.software-kit-tab li.active {
    cursor: auto;
}

ul.software-kit-tab li:first-child {
    padding: 0px 20px 0px 0px;
    border-left: 0px;
}

ul.software-kit-tab li {
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    padding: 0px 20px;
    border-left: 1px solid rgb(179, 179, 179);
}

ul.software-kit-tab li.active>span {
    color: rgb(9, 81, 165);
    position: relative;
}

ul.software-kit-tab li.active>span::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgb(9, 81, 165);
}

ul.software-kit-tab li.active>span::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-left: 6px solid transparent;
    border-top: 6px solid rgb(10, 80, 165);
    border-right: 6px solid transparent;
}

.app-list li:first-child {
    border-top: 1px solid rgb(239, 239, 239);
}

.app-list li {
    border-bottom: 1px solid rgb(239, 239, 239);
}

.app-list li .app-name {
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
}

.app-list li .app-name,
.app-list li.active .app-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.app-list li .app-name .icon {
    position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    border-top: 3px solid rgb(191, 191, 191);
    border-right: 3px solid rgb(191, 191, 191);
}

.app-list li .app-content {
    display: none;
    padding: 30px;
    background: rgb(239, 239, 239);
    transition: all 1s;
}

.app-list li .app-name,
.app-list li.active .app-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.app-list li .app-name {
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
}

.app-list li.active .app-name,
.app-list li:hover .app-name {
    color: rgb(255, 255, 255);
    background: rgb(10, 80, 165);
}

.app-list li.active .app-name .icon,
.app-list li:hover .app-name .icon {
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
}

.app-list li.active .app-name .icon {
    top: 4px;
    transform: rotate(-45deg);
}

.app-list li .app-name,
.app-list li.active .app-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.app-list li.active .app-content {
    padding: 30px;
}

.app-list li .app-content .paragraph {
    flex: 1 1 0%;
}

.margim-30-bottom {
    margin-bottom: 30px;
}

.app-list li .app-content .image-wraper {
    margin-left: 30px;
}

.app-list li .app-content .image-wraper img {
    width: 100%;
    max-width: 300px;
    max-height: 200px;
}

.hover-underline {
    border-bottom: 2px solid #03407E;
    padding-bottom: 1px;
}

.hover-underline:hover {
    color: #4579b5 !important;
    border-bottom: 2px solid #4579b5 !important;
}

.hover-underline.color-0951a5 {
    border-bottom: 1px solid #03407E;
    padding-bottom: 0;
    line-height: 22px;
    display: inline-block;
}

.hover-underline.color-0951a5:hover {
    border-bottom: 1px solid #4579b5 !important;
}

.kitsimage .item .image img {
    width: 100%;
    height: auto;
}