.container {
    width: 100%;
}
    .container .wrapper {
        width: 100%;
        min-width: 1200px;
    }

    .container .wrapper>div:nth-child(2n-1) {
        background-color: #f0f2f5;
    }

    .container .search {
        width: 100%;
        display: flex;
        justify-content: center;
}
       .container .search  .search_container {
            width: 1200px;
        }

    .result {
        width: 100%;
        display: flex;
        justify-content: center;
    }
	.result_container {
	    width: 1200px;
	}
    .mayNecessary {
        width: 280px;
        // /* height: auto; */
        // height: 443px;
        background: #0f0;
        background: #FFFFFF;
        /*border: 1px solid #E9E9E9;*/
        margin-top: 20px;
      }
      
      .answer {
        width: 280px;
        // height: 238px;
        height: auto;
        background: #FFFFFF;margin-top: 0 !important;
        /*border: 1px solid #E9E9E9;*/
      }

.search_container {
    padding: 9px 0 35px;
}
.search_container .search_container_nav {
        width: 100%;
        padding: 0px 0 12px;
}
.search_container .search_container_nav  p {
            font-size: 14px;
            font-family: PingFangSC-Regular,
                PingFang SC;
            font-weight: 400;
            color: #999999;
            line-height: 20px;
}
.search_container .search_container_nav  a {
                color: #333;
            }

.search_container .search_container_nav  span {
                color: #333333;
            }

    .search_container_inp {
        width: 100%;
        display: flex;
        justify-content: center;
}
        .search_container_inp_main {
            width: 878px;
}            .search_container_inp_main_nav {
                width: 100%;
                display: flex;
}
.search_container_inp_main_nav span {
                    padding: 4px 7px;
                    background: #3573ec;
                    font-size: 12px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #FFFFFF;
                    line-height: 17px;
                }

            .search_container_inp_main_import {
                width: 100%;
                height: 40px;
                display: flex;
            }
             .search_container_inp_main_import  input {
                    flex: 1;
                    background: #FFFFFF;
                    border: 1px solid #3573ec;
                    border-right: none;
                    font-size: 14px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #333333;
                    line-height: 20px;
                    padding: 0 19px;
                }

                .search_container_inp_main_import_sub {
                    padding: 0 30px;
                    background: #3573ec;
                    border-radius: 0px 2px 2px 0px;
                    border: 1px solid #3573ec;
                    font-size: 14px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #FFFFFF;
                    line-height: 20px;
                    letter-spacing: 2px;
                    cursor: pointer;
                }

            .search_container_inp_main_hot {
                width: 100%;
                display: flex;
                margin-top: 12px;
}
           .search_container_inp_main_hot li {
                    font-size: 12px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #666666;
                    line-height: 17px;
                    margin-right: 10px;
                }

                .search_container_inp_main_hot_item {
                    margin-right: 20px;
                    cursor: pointer;

                }
				
				.search_container_inp_main_hot_item  a {
				      color: #999999;
				  }

.result_container {
    padding: 17px 0 29px;
}
.result_container  .result_container_msg {
        width: 100%;
        font-size: 14px;
        font-family: PingFangSC-Regular,
            PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        margin-bottom: 19px;
}
.result_container  .result_container_msg  h1 {
            display: inline;
            color: #FF6A00;
        }

    .result_container_main {
        width: 100%;
        display: flex;
}
        .result_container_main_left {
            flex: 1;
            margin-right: 20px;
}
            .result_container_main_left_ser {
                width: 100%;
                padding-bottom: 10px;
                display: flex;
                flex-wrap: wrap;
}
                .result_container_main_left_services {
                    width: 210px;
                    margin-right: 20px;
                    margin-bottom: 20px;
                    display: flex;
                    flex-direction: column;
                    background: #FFFFFF;
                    border: 1px solid #E9E9E9;
}
.result_container_main_left_services img {
                        width: 100%;
                    }

                    .result_container_main_left_service {
                        width: 100%;
                        padding: 14px 10px 20px;
}
                        .result_container_main_left_service_price {
                            width: 100%;
                            display: flex;
}
.result_container_main_left_service_price h1 {
                                font-size: 14px;
                                font-family: PingFangSC-Regular,
                                    PingFang SC;
                                font-weight: 400;
                                color: #FF6A00;
                                line-height: 20px;
}
.result_container_main_left_service_price span {
                                    font-size: 24px;
                                    font-weight: 600;
                                }

.result_container_main_left_service_price p {
                                font-size: 14px;
                                font-family: PingFangSC-Regular,
                                    PingFang SC;
                                font-weight: 400;
                                color: #858999;
                                line-height: 24px;
                                margin-left: 4px;
                            }

                        .result_container_main_left_service_msg {
                            width: 100%;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 14px;
                            font-family: PingFangSC-Regular,
                                PingFang SC;
                            font-weight: 400;
                            color: #222222;
                            line-height: 20px;
                            margin-top: 4px;
                        }

                        .result_container_main_left_service_nav {
                            display: flex;
                            flex-wrap: wrap;
                            margin-top: 10px;
							max-height: 54px;
overflow: hidden;
}
.result_container_main_left_service_nav span {
                                padding: 2px 6px;
                                font-size: 12px;
                                font-family: PingFangSC-Regular,
                                    PingFang SC;
                                font-weight: 400;
                                color: #999999;
                                line-height: 16px;
                                background: #FFFFFF;
                                border-radius: 2px;
                                border: 1px solid #D8D8D8;
                                margin-right: 5px;
                                margin-top: 4px;
                            }

                .result_container_main_left_services:nth-child(4n) {
                    margin-right: 0;
                }

            .result_container_main_left_notdata {
                width: 100%;
                height: 443px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
}
              .result_container_main_left_notdata  img {
                    width: 140px;
                    height: 104px;
                }

              .result_container_main_left_notdata  p {
                    font-size: 14px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #777777;
                    line-height: 20px;
                    margin-top: 10px;
                }

              .result_container_main_left_notdata  h5 {
                    margin-top: 44px;
                    font-size: 16px;
                    font-family: PingFangSC-Regular,
                        PingFang SC;
                    font-weight: 400;
                    color: #333333;
                    line-height: 22px;
}
                  .result_container_main_left_notdata  span {
                        color: #05A4FF;
                        margin-right: 12px;
                        cursor: pointer;
                    }

                   .result_container_main_left_notdata span:hover {
                        text-decoration: underline;
                    }

            .result_container_main_left_article {
                width: 100%;
}
             .result_container_main_left_articles {
                    width: 100%;
                    display: flex;
                    margin-top: 20px;
                    padding-right: 10px;
                    cursor: pointer;
}
                   .result_container_main_left_articles a {
                        width: 100%;
                        display: flex;
                    }

                  .result_container_main_left_articles  img {
                        width: 170px;
                        height: 96px;
                        background-image: url('../../images/SmartTools/微信图片_20200928112633.png');
                    }

                    .article_main {
                        flex: 1;
                        padding: 4px 13px 6px 20px;
}
                     .article_main .article_main_title {
                            display: flex;
                            justify-content: space-between;
}
                         .article_main h1 {
                                font-size: 16px;
                                font-family: PingFangSC-Medium,
                                    PingFang SC;
                                font-weight: 600;
                                color: #222222;
                                line-height: 21px;
                            }

                           .article_main span {
                                font-size: 12px;
                                font-family: PingFangSC-Regular,
                                    PingFang SC;
                                font-weight: 400;
                                color: #999999;
                                line-height: 17px;
                            }

                        .article_main_content {
                            width: 100%;
                            margin-top: 10px;

                        }
                          .article_main_content  p {
                                font-size: 14px;
                                font-family: PingFangSC-Regular,
                                    PingFang SC;
                                font-weight: 400;
                                color: #666666;
                                line-height: 28px;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                                overflow: hidden
                            }

               .article_main_title h1 {
                            color: #05A4FF;
                        }

            .result_container_main_left_pagination {
                width: 100%;
                margin-top: 40px;
                display: flex;
                justify-content: flex-end;
}
             .result_container_main_left_pagination  ul {
                    display: flex;
                    /* 禁止选中文本 */
                    -moz-user-select: none;
                    /*火狐*/
                    -webkit-user-select: none;
                    /*webkit浏览器*/
                    -ms-user-select: none;
                    /*IE10*/
                    -khtml-user-select: none;
                    /*早期浏览器*/
                    -webkit-touch-callout: none;
                    user-select: none;
}
                 .result_container_main_left_pagination  ul  li {
                        width: 32px;
                        height: 32px;
                        background: #FFFFFF;
                        border-radius: 2px;
                        border: 1px solid #D9D9D9;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 14px;
                        font-family: HelveticaNeue;
                        color: rgba(0, 0, 0, 0.65);
                        line-height: 22px;
                        margin-right: 6px;
                        cursor: pointer;
                    }

                   .result_container_main_left_pagination  ul li:hover,
                    .actived {
                        background: #05A4FF;
                        color: #fff;
                        border: 1px solid #05A4FF;
                    }

        .result_container_main_right {
            width: 280px;
        }
    }
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
body,
html {
	scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ‘‘;
}

abbr,
acronym {
	border: 0;
}
input[type='text']::-ms-clear {
	display: none;
}

.qrm-border1,
.qrm-border2,
.qrm-border3 {
	overflow-y: scroll;
	scrollbar-color: transparent transparent;
	scrollbar-width: 2px;
	scrollbar-track-color: transparent;
	-ms-scrollbar-track-color: transparent;
	/*三角箭头的颜色*/
	scrollbar-arrow-color: transparent;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: rgb(154, 154, 154);
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #fff;
	/*滚动条阴影*/
	scrollbar-shadow-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条轨道颜色*/
	scrollbar-track-color: #fff;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条基准颜色*/
	scrollbar-base-color: inset 0 0 5px rgb(154, 154, 154);
}

/* 滚动条样式 */
.qrm-border1d::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1d::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1d::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border1::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border1s::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1s::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1s::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/*滚动条样式*/
.qrm-border2d::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}
.qrm-border2d::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border2d::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border2::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}
.qrm-border2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border3::-webkit-scrollbar {
	width: 4px;
}
.qrm-border3::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* 级联菜单样式修改 */

.qrm-pinming {
	background-size: 10px;
}
.qrm-pinming .qrm-border1 {
	width: 196px;
	max-height: 300px;
	top: 36px;
	overflow: auto;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
}
.qrm-pinming .qrm-border2 {
	width: 180px;
	top: 36px;
	max-height: 300px;
	overflow: auto;
	left: 196px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
}
.qrm-pinming .qrm-border3 {
	width: 180px;
	top: 36px;
	max-height: 300px;
	overflow: auto;
	left: 375px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
}

.qrm-lev {
	width: 100% !important;
}

.qrm-lev > li:hover {
	background: #daf2ff;
	color: #bbb;
}

.qrm-lev-1 > li.active,
.qrm-lev-2 > li.active,
.qrm-lev-3 > li.active {
	background: #daf2ff;
	color: #bbb;
}

#LRfloater0 {
	display: none;
}

/* ajax header*/
.gsb_dialog {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 104;
}

.gsb_dialog .gsb_dialog_content {
	width: 360px;
	padding: 30px;
	background: #fff;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	border-radius: 4px;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_message {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #666666;
	line-height: 22px;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer .gsb_dialog_content_footer_button {
	width: 120px;
	height: 36px;
	background: #00A4FF;
	color: #FFFFFF;
	line-height: 20px;
	border: 1px solid #00A4FF;
	outline: none;
	cursor: pointer;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer .gsb_dialog_content_footer_button:hover {
	background: #009CF5;
}
/* ajax footer*/

/*客服样式*/
#LRfloater2 {
	right: 50px!important;
	z-index: 99!important;
}

.bottom {
            background: #fff;
}