@import "panel.css";

.home_header {
    background-color: #F5F5F5;
}
/* 面包屑 */
.serviceDirectory .select {
    float: right;
}
.serviceDirectory p {
    display: inline;
}
@media (min-width: 1080px) {
    .serviceDirectoryWidth {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1280px) {
    .serviceDirectoryWidth {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* 搜索框 */
.choosedService{
    margin: 0;
    text-align: center;
}
.choosedService .choosedService_searchbox .ti-searchbox-container{
    display: block;
    width: 624px;
    height: 40px;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    color: #999;
}
.choosedService_searchbox .ti-searchbox-search:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 1px;
    height: 39px;
    background-color: #cbcbcb;
    content: "";
}
.choosedService_searchbox .ti-searchbox-search {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;   
    width: 39px;
    height: 38px; 
    margin-top: 0px; 
    background: url(../img/kb_icon_search.png) #fff no-repeat;
    transition: none;
}
.choosedService .choosedService_searchbox .ti-searchbox-input {
    font-size: 14px;
    width: calc(100% - 65px);
    border-radius: 8px;
}
.choosedService_searchbox .ti-searchbox-clear {
    left: auto;
    right: 40px;
}
.choosedService_searchbox .ti-searchbox-search:hover {
    background-color: #fff;
    background-position-y: -40px;
}
.ti-searchbox-clear:hover {
    color: #f66f6a;
}
.choosedService_searchbox_content {
    display: inline-block;
    position: relative;
    width: 624px;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 26px;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    text-align: left;
}
.choosedService_searchbox_content a {
    color: #2E9FF5;
    cursor: pointer;
}
/* 提交案例button */
/* 重置搜索分类 */
.kb_reset_search_category {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 3px;
    border-right: 1px solid #cbcbcb;
    border-radius: 20px;
    cursor: pointer;
    background-color: #2E9FF5;
}
.kb_reset_search_category_zh {
    margin-left: -2px;
    margin-top: 1px;
}
.kb_reset_search_category_en {
    margin-left: 4px;
}
.kb_reset_search_category_text {
    margin-left: 18px;
}
.kb_reset_search_category:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
    height: 9px;
    border-left: 2px solid #fff;
    top: 3px;
    right: 6px;
}
.kb_reset_search_category:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2px;
    height: 9px;
    border-left: 2px solid #fff;
    top: 3px;
    right: 6px;
}
/* 搜索结果 */
.kb_results_content {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.kb_results_content .kb_results_content_item {
    display: inline-block;
	position: absolute;
    width: 384px;
	overflow: hidden;
    padding: 22px 15px;
    cursor: pointer;
    background-color: #F5F5F5;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-top: 2px;
    margin-right: 8px;
}
.kb_results_content .kb_results_content_item:hover {
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.2);
    /* box-shadow: 0px 4px 10px 0px rgb( 0, 0, 0 ); */
}
.kb_results_title {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 38px;
    font-family: "Microsoft YaHei UI";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.kb_result_title {
    margin-bottom: 24px;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
.kb_result_title em {
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #2EBAF5;
    font-weight: bold;
}
.kb_result_description {
    margin-bottom: 24px;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    line-height: 1.5;
}
.kb_result_description em {
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: #2EBAF5;
    line-height: 1.5;
}
.kb_result_detail {
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    color: #2E9FF5;
    cursor: pointer;
}
/* 查看更多 */
.kb_results_more {
    clear: both;
    width: 118px;
    height: 39px;
    margin: 0px auto;
    border-width: 1px;
    border-color: #2E9FF5;
    border-style: solid;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    text-align: center;
    color: #2E9FF5;
}
.kb_results_more span {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}
/* 没有更多了 */
.kb_results_no_more_zh {
    background-color: rgb( 238, 238, 238 );
    clear: both;
    width: 118px;
    height: 39px;
    margin: 0px auto;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    text-align: center;
    color: rgb( 102, 102, 102 );
}
.kb_results_no_more_zh span {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}
.kb_results_no_more_en {
    background-color: rgb( 238, 238, 238 );
    clear: both;
    width: 134px;
    height: 39px;
    margin: 0px auto;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    text-align: center;
    color: rgb( 102, 102, 102 );
}
.kb_results_no_more_en span {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}
/* 查询没有结果 */
.kb_no_results {
    margin-top: 65px;
    /* margin-bottom: 0px; */
    text-align: center;
}
.kb_no_results_img {
    height: 383px;
}
.kb_no_results_img img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 750px){
    .dataShow{
        width: 100%;
        padding: 0px 50px;
    }
    .kb_results_content .kb_results_content_item {
        display: block;
        position: absolute;
        width: 95%;
        margin-bottom: 30px;
    }
    .choosedService .choosedService_searchbox .ti-searchbox-container {
        width: 95%;
    }
    .choosedService_searchbox_content {
        width: 95%;
    }
}

/* 参考手册 */
.product_document {
    display: inline-block;
    position: fixed;
    left: 68px;
    opacity: 1;
    top: 560px;
    color: #fff;
    width: 264px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    /* color: #333 */
}
/* .product_document p {
    line-height: 18px;
} */
.product_document img {
    max-width: 100%;
    height: auto;
}
/* 提交案例button */
.featureButton {
    display: inline-block;
    /* width: 143px; */
    height: 36px;
    padding: 0 18px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    background-color: #2E9FF5;
    cursor: pointer;
    transition: all .25s;
}
.featureButton img {
    margin-bottom: 4px;
}
.featureButton span {
    display: inline-block;
    height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
}
.featureButton:hover {
    background-color: #2E9FF5;
}
.featureButton:focus {
    background-color: #2E9FF5;
}

  