* { touch-action: pan-y; }

body {
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	position: absolute;
}

.btn-audio{
	width: 40px;
	height: 40px;
	background-size:cover;
	float:left;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-right: 12px;
}

.btn-audio .stop{
	background:url(voice_stop.png) no-repeat center bottom;
}

.btn-audio .play{
	background:url(voice_play.png) no-repeat center bottom;
}

#st-input-limit-count {
	font-size: 19px;
	font-weight: bold;
}

.st-bg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
}

.st-bg .st-header {
	background-image: url(../images/bg.png);
	height: 75px;
	width: 100%;
/*	padding-top: 30px;*/
	box-sizing: content-box;
}

.st-bg .st-body {
	position: absolute;
	width: 100%;
	top: 190px;
	bottom: 0;
	background-color: #f5f5f5;
}

.st-body .st-body-content {
	position: absolute;
	background-color: #f5f5f5;
	width: 100%;
	top: 0;
	bottom: 100px;
}

.st-body .st-body-right {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	width: 323px;
	border-left: 1px solid #F1F1F1;
	display: none;
}

#st-header-robot {
	width: 70px;
	position: absolute;
	left: 20px;
}

#st-header-title {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 5px;
}

#st-header-title-2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 5px;
}

#kn-title {
	font-size: 20px;
	font-weight: 600;
	height: 30px;
}

#kn-title span {
	vertical-align: bottom;
}

#kn-title-icon {
	height: 26px;
}

/* 语音模块开始 */
.btn-voice {
	width: 52px;
	height: 52px;
	position: absolute;
	bottom: 26px;
	left: 5%;
}

.btn-voice img {
	width: 100%;
	height: 100%;
	border: 0;
}

#st-voice .btn {
	width: 72%;
	height: 50px;
	position: absolute;
	bottom: 30px;
	right: 5%;
	border-radius: 32px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px #d6d6d6;
	display: none;
}

#st-voice .btn input {
	width: 100%;
	height: 100%;
	border: 0;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 32px;
	font: 18px/50px 'microsoft yahei';
	background: url(voice.png) no-repeat 30% 10px;
	background-size: 30px 30px;
	padding:0;
}

#st-voice .blackBoxSpeakShort {
	width: 176px;
	height: 176px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, .7);
	background: url("tanhao.png") no-repeat center 28px/80px 80px;
	display: none;
	border-radius: 12px;
}

#st-voice .blackBoxSpeakShortConent {
	font: 14.4px '微软雅黑 Light';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	display: block;
	text-align: center;
	width: 90%;
	padding: 8px 0;
	margin: auto;
	color: #ffffff;
	font-weight: 200;
	border-radius: 4px;
}

#st-voice .blackBoxSpeak {
	width: 176px;
	height: 176px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, .7);
	background: url("maike.png") no-repeat center 28px/62px 62px;
	display: none;
	border-radius: 12px;
}

#st-voice .blackBoxSpeakConent {
	font: 14.4px '微软雅黑 Light';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	display: block;
	text-align: center;
	width: 90%;
	padding: 8px 0;
	margin: auto;
	color: #ffffff;
	font-weight: 200;
	border-radius: 4px;
}

#st-voice .blackBoxPause {
	width: 176px;
	height: 176px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, .7);
	background: url("maike.png") no-repeat center 28px/62px 62px;
	display: none;
	border-radius: 12px;
}

#st-voice .blackBoxPauseContent {
	font: 14.4px '微软雅黑 Light';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	display: block;
	text-align: center;
	width: 90%;
	padding: 8px 0;
	margin: auto;
	color: #ffffff;
	font-weight: 200;
	border-radius: 4px;
}

audio {
    width: 300px;
    height: 54px;
    float:right;
}

/* 语音模块结束 */

#st-input-box {
	width: 72%;
	height: 50px;
	position: absolute;
	bottom: 30px;
	right: 5%;
	border-radius: 32px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px #d6d6d6;
}

#st-input-wrap {
	position: absolute;
	width: 100%;
}

#show-wait-msg {
	position: absolute;
	color: #757575;
	right: 324px;
	bottom: 80px;
	left: 0px;
	height: 27px;
	text-align: center;
	background-color: #f5f5f5;
	/*     padding-bottom: 10px; */
	width: 100%;
}

#show-wait-msg-content {
	width: 245px;
	height: 27px;
	margin: 0 auto;
	line-height: 27px;
	border-radius: 10px;
}

#st-input-tip {
	height: 30px;
	line-height: 30px;
	text-align: right;
	float: left;
	font-size: 20px;
	margin-left: 30px;
	display: none;

}

#q {
	width: 75%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 5px;
	padding-left: 15px;
	outline: none;
	resize: none;
	border: 0;
	border-radius: 32px;
	box-sizing: border-box;

}

#st-input-btn {
	width: 25%;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
	background-color: #4786ea !important;
	color: #FFFFFF !important;
	cursor: pointer;
	border: 0;
	font-size: 20px;
	box-sizing: border-box;
}

#st-input-limit {
	font-size: 18px;
	font-style: oblique;
	color: hsl(0, 7%, 37%);
}

.st-foot {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
}

.st-foot .st-foot-tip {
	position: absolute;
	left: 40%;
}

.selecteditem {
	color: #2E9AFF;
}

.hot-item-bg {
	background-color: #F7F7F7;
}

#hot-content {
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 4px 0px #C1B8B8;
	padding: 13px;
	display: inline-block;
	margin-top: 10px;
	min-width: 50%;
}

#hot-content #hot-items {
	overflow: auto;
	color: #696969;
	line-height: 30px;
	font-size: 14px;
	right: 30px;
	left: 30px;
}

.hot-item {
	cursor: pointer;
	margin-bottom: 10px;
}

.hot-item span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: red;
	margin-top: 5px;
	display: block;
	float: left;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	background-color: #B4C1D9;
	margin-right: 8px;
}

.hot-content-first span {
	background-color: #497AD8;
}

.hot-content-second span {
	background-color: #528BDE;
}

.hot-content-third span {
	background-color: #63B0E9;
}

.hot-item a {}

.hot-item :hover {
	color: #349AF8
}

.st-message-wrap {
	margin: 10px;
	font-size: 14px;
	width: 85%;
	position: relative;
}

audio {
    width: 150px;
    height: 27px;
    float:right;
}

.st-satisfy-box {
	margin-top: 10px;
	display: inline-block;
}

.ask {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.answer {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.st-outline {
	padding: 13px;
	word-break: break-all;
	box-shadow: 0px 0px 2px 0px #C1B8B8;
	max-width: 65%;
}

.ask .st-outline {
	float: right;
	color: white;
	background-color: #349AF8;
	border-radius: 10px 10px 0 10px;
	margin-right: 10px;
}

.answer .st-outline {
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 0;
	/*     width: 30%; */
}

.answer .st-outline p {
	color: #000000;
	line-height: 25px !important;
	/* text-indent: 2em !important; */
}

.answer .st-outline video {
	width:100% !important;
	height:200px !important;
}

.answer .st-outline p span {
	font-size: 16px !important;
	font-family: Helvetica Neue !important;
}

.ask .st-message {
	margin-right: 5px;
	overflow: hidden;
}

.answer .st-message {
	margin-left: 55px;
}

.answer .st-message-icon {
	float: left;
	width: 44px;
	background: url(robot.png) center top no-repeat;
	height: 44px;
	background-size: 44px;
	border-radius: 20px;
}

.service-st-satisfy-message{
	display: block;
    float: none;
	/*padding: 13px 0px 13px 0px;*/
	padding: 5px;
    color: #888888;
}

.ask .st-message-user {
	float: right;
	width: 44px;
	background: url(user.png) center top no-repeat;
	height: 44px;
	background-size: 44px;
}

.answer .st-sug-info {
	cursor: pointer;
}

em {
	color: #349AF8;
	font-style: normal;
}

.st-outline-url {
	color: #349AF8;
	text-align: center;
	padding: 4px;
	width: 80px;
	border-radius: 15px;
	cursor: pointer;
	text-decoration: none;
}

.st-outline-url-box {
	border-top: 1px solid #E9EDF0;
	padding-top: 13px;
}

.st-outline-details {
	background: url(details.png) center top no-repeat;
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background-size: 24px;
}

.jsearch-q-wrap {
	text-align: left;
}

.st-knowledges-wrap {
	opacity: 1;
}

.st-recommend-dialogNodes-box {
	float: left;
	color: #349AF8;
	/* 	margin-top: 6px; */
}

.st-recommend-dialogNodes-tip {
	word-break: break-all;
	margin-bottom: 6px;
}

.box {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 2px 0px #C1B8B8;
}

.st-recommend-dialogNodes {
	/* 	background-color: #FFFFFF; */
	/*     border-radius: 10px 10px 10px 10px; */
	/*     box-shadow: 0px 0px 4px 0px #C1B8B8; */
	/*     max-width: 85%; */
	/*     float: left; */
	/*     width: auto; */
	/*     overflow: hidden; */
	/*     padding: 13px 13px; */
}

.st-recommend-knowledge-box .st-recommend-info {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
	max-width: 95%;
	border-radius: 20px 20px 20px 20px;
	background-color: gray;
	padding: 4px 10px;
}

.st-recommend-dialogNodes-box .st-recommend-info {
	float: left;
	margin-top: 8px;
	max-width: 95%;
	border-radius: 20px 20px 20px 20px;
	background-color: #F2F2F2;
	;
	margin: 13px 0 1;
	padding: 2px 13px;
	margin-right: 13px;
}
}

.answer .selected-category {
	color: #349AF8;
	pointer-events: none;
}

.answer .category-item-box {
	padding-right: 10px;
	cursor: pointer;
}

.st-recommend-info-content {
	cursor: pointer;
	width: 90%;
}

.st-recommend-knowledge-box,
.st-sug-box {
	margin-top: 8px;
	/*      padding: 13px; */
}

.st-sug-box {
	margin-top: 8px;
	padding: 13px;
}

.st-sug-tip {
	font-weight: bold;
}

.st-sug-box .st-sug-info {
	list-style-type: none;
	border-top: 1px solid #DDD;
	/* 	margin-bottom: 7px; */
	padding-top: 10px;
}

.st-recommend-knowledge-box .st-sug-info {
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #F1F5F7;
}

.st-recommend-knowledge-point-bak {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	background-color: black;
	vertical-align: middle;
	margin-right: 6px;
}
.st-recommend-knowledge-point {
	width: 20px;
    height: 20px;
	float:left;
	margin-right: 6px;
	background:url(zhaiyaoblack.png) no-repeat center;
	background-size:15px;
}
.st-satisfy-box {
    margin-bottom: 0px;
    /* max-width: 60%; */
    max-width: 70%;
    margin-top: 10px;
    margin-right: 10%;
    display: inline-block;
    float: none;
}
.st-satisfy-box .service-satisfy-button{
	width: 40px;
    height: 40px;
    border-radius: 50%;
	cursor: pointer;
    display: block;
    float: left;
    margin-left: 18px;
    padding-left: 10px;
    background-size: 40px !important;
}
.st-satisfy-box .satisfy {
	background: url(unselectgood.png) center no-repeat;
}

.selectsatisfy,.clicksatisfy {
	background: url(selectgood.png) center no-repeat;
}

.selectunsatisfy,.clickunsatisfy {
	/* 	margin-top:5px; */
	background: url(selectbad.png) center no-repeat;
}

.st-satisfy-box .unsatisfy {
	/* 	margin-top:5px; */
	background: url(unselectbad.png) center no-repeat;
}

.st-satisfy-box .satisfy-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
    /*box-shadow: 0px 0px 2px 0px #C1B8B8; */
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 16px;
	background-size: 40px;
	margin-top: 10px;
}

.st-satisfy-message {
	display: block;
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 2px 0px #C1B8B8;
	padding: 13px;
}

.satisfy-button-box {
	display: block;
	float: left;
	/* 	margin-top: 10px; */
}
.st-comment-result{
	overflow: auto;
    max-width: 85%;
}
.st-comment-result-content{
    float: left;
    padding: 10px;
    margin-left: -11px;
    margin-top: -11px;
    /*margin-top: 10px;*/
}
.st-message .st-comment-result {
	/* margin-top: 10px;
		float: left; */
	padding: 13px;
	/* 	width:32%; */
	width: 224px;
}
}

.st-message-block {
	overflow: hidden;
}

.st-message .fb-box {
	padding: 16px;
	float: left;
	width: 85%;
	margin-top: 10px;
}

.fb-item-wrap {
	float: left;
	padding: 5px 16px;
	margin-right: 10px;
	margin-top: 7px;
	cursor: pointer;
	border-radius: 14px;
	color: #5990EB;
	border: 1px solid #5990EB;
	box-shadow: none;
	/*     box-shadow: 0px 0px 4px 0px #5990EB; */
}

.click-fbitem {
	background-color: #E4EFFF;
	border: 1px solid #E4EFFF;
}

.fb-items-wrap {
	float: left;
	margin-top: 10px;
	color: #696969;
}

.fb-content {
	margin-left: 3px;
}

.fb-text {
	margin-top: 16px;
	width: 100%;
	height: 84px;
	border-radius: 5px;
	outline: none;
	resize: none;
	border: none;
	background-color: #F2F4F7;
	padding: 12px;
	box-sizing: border-box;
}

.fb-tip {}

.st-message .fbsubmit-class {
	float: left;
	border-radius: 15px;
	width: 80px;
	height: 30px;
	background-color: #349AF8;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 10px;
	line-height: 30px;
	padding:0;
}

.click-fbitem {
	border: 0px;
	color: #349AF8;
	background-color: #E1EAF6;
}

.st-office-service-table .meta-td {
	min-width: 80px;
	vertical-align: top;
}

.st-office-service-table {
	border-collapse: separate;
	border-spacing: 14px;
	line-height: 24px;


}

.layui-tab-icon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(down.png) center bottom no-repeat;
}

.st-office-service-tab {
	margin: 0;

}

.layui-tab-content {
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 24px;
}

.layui-tab-brief>.layui-tab-title {
	font-weight: 600;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #5E87FC;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 4px solid #5E87FC;
}

.layui-tab-item-more {
	margin-bottom: 15px;
	cursor: pointer;
	margin-left: 14px;
}

.st-office-service-box :not(.st-office-service-q) {
	color: #333333;
}


.st-sug-box .st-sug-info :hover {
	color: #349AF8;
}

.st-office-service-q {
	display: none;

}


.layui-layer-content {
	padding: 10px;
}

.answer .st-outline img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.st-outline>table,
td,
tr {
	border-collapse: collapse;
}

.leader-pic-box {
	width: 150px;
	height: 180px;
}

.leader-mess-box-left {
	float: left;
}

.leader-mess-box-right {
	margin-left: 200px;
}

.leader-mess-item {
	margin-bottom: 10px;
}

.leader-mess-item .leader-mess-item-title {
	font-weight: bold;
}

.leader-mess-item .leader-mess-item-content {
	margin-top: 5px;
	color: #333;
}

.leader-main-mess {
	font-weight: bold;
	text-align: center;
	max-width: 150px;
	margin-bottom: 10px;
}

.leader-mess-box {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 30px;
}

.leader-mess-point {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	display: inline-block;
	background-color: black;
	vertical-align: middle;
	margin-right: 6px;
}

.leader-worker {
	color: #333;
}

.show-more-leadermess {
	cursor: pointer;
	color: #349AF8;
	margin-left: 200px;
	margin-bottom: 16px;
}

#st-header-choose-web {
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	position: absolute;
	top: 21px;
	left: 562px;
	text-align: left;
	width: 160px;
	height: 42px;
	color: #FFFFFF;
}

#st-header-web-location {
	width: 16px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: 30px;
}

#st-header-web-name {
	font-size: 16px;
	line-height: 42px;
	position: absolute;
	left: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 75px;
}


/*layer.open样式*/
.layui-layer-title {
	border-radius: 20px 20px 0 0;
	height: 50px;
	line-height: 50px;
}

.layui-layer-dialog {
	border-radius: 20px 20px 20px 20px;
}

.my-skin .layui-layer-content {}

.my-skin .layui-layer-btn {
	height: 100px;
}

.my-skin .layui-layer-btn0 {
	height: auto;
	width: 46px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 4px;
	margin-top: 36px;
	background-color: white;
	color: #527AFF;
	border-color: #527AFF;
	font-size: 14px;
}

.my-skin .layui-layer-btn1 {
	margin: 0 auto;
	height: auto;
	/* height: 36px; */
	/* width: auto; */
	width: 46px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 4px;
	margin-top: 36px;
	margin-left: 10px;
	background-color: #527AFF;
	color: white;
	font-size: 14px;
}

.website-title {
	color: #333333;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	/* vertical-align: middle; */
	line-height: 24px;
}


.new-web-box {
	overflow: hidden;
	height: 52px;
	/* vertical-align: middle; */
	/* line-height: 60px; */
	padding-top: 8px;
}

.new-web-location {}

.web-children-items {
	overflow: hidden;
	height: 134px;
}

.website-child {
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 20px;
	border-radius: 16px;
	/* border-block-end-color: #F4F4F4; */
	background-color: #F4F4F4;
	padding: 2px 16px;
}

.show-selectweb,
.website-child:hover,
.location-show-web {
	color: #349AF8;
}


.website-title-icon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(right.png) center bottom no-repeat;
}


.layui-layer-content {
	border-bottom: 0.5px solid #DDD;
}

.new-web-box {
	border-bottom: 0.5px solid #DDD;
}

.greeting-selectweb-box,
.unknown-select-web-box,
.location-show-web-box {
	margin-top: 10px;
	padding: 13px;
}

.greeting-selectweb-location {
	float: left;
	width: 18px;
	height: 24px;
	heght: 10px;
	margin-right: 10px;
	background: url(location.png) center center no-repeat;
	background-size: 14px;
}

.show-selectweb {
	float: left;
	line-height: 24px;
	margin-left: 10px;
}

.greeting-selectweb-box {
	max-width: 85%;
	/* float: left; */
	min-width: 50%;
	display: inline-block;
}

.unknown-select-web-box {
	max-width: 40%;
}

.greeting-selectweb-position {
	margin-top: -4px;
}

.greeting-selectweb-name {
	float: left;
	margin-right: 5px;
}

.show-selectweb,
.website-title,
.location-show-web {
	cursor: pointer;
}

.greeting-selectweb,
.location-web-select-tip,
.location-show-webs {
	margin-top: 6px;
}

.greeting-selectweb {
	display: inline-block;
}

.location-show-web-box {
	width: 62%;
}

.location-show-webs {
	overflow: hidden;
}

.location-show-web {
	margin-right: 20px;
	float: left;
}

.sug-question {
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 4px 0px #C1B8B8;
	padding: 13px;
	display: inline-block;
	margin-top: 10px;
	min-width: 50%;
}

.sug-question-icon {
	float: left;
	width: 26px;
	height: 26px;
	/* margin-top: 5px; */
	margin-right: 5px;
	background: url(recommend.png) center bottom no-repeat;
	background-size: cover;
}

.sug-question-title {
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
}

.st-hotask-list {
	/* 	margin-top: 10px; */
}


.st-sug-point-bak {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	display: inline-block;
	background-color: black;
	vertical-align: middle;
	margin-right: 6px;
	display:none;
}
.st-sug-point {
	width: 20px;
    height: 20px;
	float:left;
	margin-right: 6px;
	background:url(zhaiyaored.png) no-repeat center;
	display:none;
}
.st-sug-content{
	color:#349AF8;
}

.st-hotask-word {
	cursor: pointer;
	list-style: inside;
	padding: 8px;
}

.st-recommend-point-flow-bak {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	background-color: #FF4F00;
	vertical-align: middle;
	margin-right: 6px;

}
.st-recommend-point-flow {
	width: 20px;
    height: 20px;
	float:left;
	margin-right: 6px;
	background:url(zhaiyaored.png) no-repeat center;

}
.st-recommend-box {
	margin-top: 4px;

}

.st-recommend-point-kns-bak {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	background-color: black;
	vertical-align: middle;
	margin-right: 6px;
}
.st-recommend-point-kns {	
	width: 20px;
    height: 20px;
	float:left;
	margin-right: 6px;
	background:url(zhaiyaoblack.png) no-repeat center;
}
.st-recommend-info,
.st-sug-info {
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 8px;
}

.category-items-box {
	margin-top: 13px;

}

.answer .category-item-box {
	background-color: white;
	padding: 4px 13px;
	border-radius: 8px;
	margin-right: 10px;
	color: #4786EA;
}

.answer .selected-category {
	background-color: #4786EA;
	color: white;
}

.unknow-select-web-box {
	margin-top: 10px;
	margin-top: 10px;
	padding: 13px;
	max-width: 85%;
	float: left;
	min-width: 60%;
	display:none;
}

.st-recommend-dialoNodes-tip {
	margin-bottom: 6px;
	color: black;
}

.clean {
	clear: both;
}

.st-message-block {
	overflow: hidden;
}

.web-icon {
	float: left;
	width: 18px;
	height: 24px;
	margin-right: 10px;
	background: url(location.png) center center no-repeat;
	background-size: 14px;
}
.slide-page .icon-yuanchandi{
	display: none;
}

* {
  box-sizing: revert;
}
