html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family:"microsoft yahei","微软雅黑",tahoma,arial,sans-serif,"宋体" ;
}
div,p,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	border: none;
	display: inline-block;
}
a{
	text-decoration: none;
}
span,em,i{
	font-style: normal;
}
h1,h2,h3{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.wms-main{
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
}
.wms-logo{
	text-align: left;
	padding: 10px 0px 0px 0;
}
.wms-logo img{
	max-width: 100%;
}
.wms-main-title{
	text-align: center;
	font-size: 28px;
	color: #000;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-top: 10px;
}
.wms-main-title span,
.wms-main-title em{
	display: inline-block;
	vertical-align: bottom;
}
.wms-main-title em i{
	color: #fff;
	/*#d7153e*/
}

.wms-search-container {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	padding-top: 44px;
	padding-bottom: 20px;
}
.wms-search-container ul{
	/* width: 1200px; */
}
.wms-search-input {
	width: 879px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: solid 1px rgb(231, 231, 234);
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	margin-right: 18px;
	position: relative;

	.el-button{
		border-radius: 10px;
	}
	.el-button--danger.is-plain:focus,
	.el-button--danger.is-plain:active{
		background: var(--primary);
    border-color: var(--primary);
	}
	.wms-search-container .el-button--danger[active=true]{
		background-color: var(--primary);
		color: white;
	}
	/* li{
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		border: 1px solid var(--primary);
		padding: 4px 6px;
		border-radius: 10px;
		color: white;
	} */
}
.wms-search-container .tab-section{
	color: #f56c6c;
	background: #fef0f0;
	border-color: #fbc4c4;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
}
.wms-search-container .tab-section[active=true]{
	color: white;
	background: var(--primary);
	border-color: var(--primary);
}
.search-input::-webkit-input-placeholder{
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(202, 203, 206);
}
.search-input {
	width: 862px;
	height: 19px;
	background-color: transparent;
	border: none;
}
.search-input:focus {
	outline: none;
}
.wms-search-button {
	width: 134px;
	height: 44px;
	border-radius: 4px;
	border: none;
	background: linear-gradient(0deg,rgba(234, 33, 59, 1) 0%, rgba(248, 90, 84, 1) 100%);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: rgb(255, 255, 255);
}
.wms-search-button:active {
	background: linear-gradient(0deg,rgba(234, 33, 59, 1) 0%, rgba(248, 90, 84, 1) 50%);
	outline:none;
	border: none;
}

.wms-search-button:focus {outline:none;border: none;}
.wms-tabNav{
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
      margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
.wms-tabNav li{
	width: 33.1%;
	height: 40px;
	float: left;
	font-size: 20px;
	color: #000;
	margin-bottom: 34px;
	position: relative;
	background: #fff;
	border-top: 1px solid #91bdc1;
	border-bottom: 1px solid #91bdc1;
	text-align: center;
}
.wms-tabNav li:first-child{
	border-left: 1px solid #91bdc1;
}
.wms-tabNav li:first-child,
.wms-tabNav li:first-child a{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wms-tabNav li:last-child{
	border-right: 1px solid #91bdc1;
}
.wms-tabNav li:last-child,
.wms-tabNav li:last-child a{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wms-tabNav li:last-child a:after{
	display: none;
}
.wms-tabNav li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	position: relative;
	background-color:#fff;
	background: url(../images/bg-red.png) no-repeat center center;
	background-size:0 0 ;
	-moz-transition: background 0.3s ease,background-color 0.5s ease;
	-webkit-transition: background 0.3s ease,background-color 0.5s ease;
	transition: background 0.3s ease,background-color 0.5s ease;
}
.wms-tabNav li a:after{
	display: block;
	content: "";
	font-size: 0;
	width: 1px;
	background: #dcdcdc;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.wms-tabNav li p{
}
.wms-tabNav li p img{
	height: 0px;
	transition: all 0.3s ease;
}
.wms-tabNav li.curr p img,
.wms-tabNav li:hover p img{
	height: 14px;
}
.wms-tabNav li.curr a,
.wms-tabNav li:hover a{
	color: #fff;
	background-color:#e60035;
	background-size:100% 100% ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wms-tabNav li.curr a:after,
.wms-tabNav li:hover a:after{
	display: none;
}
.wms-tabNav li.curr p,
.wms-tabNav li:hover p{
	display: block;
}
.wms-sub-title{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}

.wms-sub-title span,
.wms-sub-title em{
	display: inline-block;
	vertical-align: middle;
}
.wms-sub-title span{
	height: 1px;
	line-height: 1px;
}
.wms-sub-title em{
	margin: 0 20px;
}
.wms-sub-title span img{
	max-width: 100%;
	display: block;
}

.wms-tabCont{
	position: relative;
	margin-bottom: 50px;
}
.wms-tz{
	width: 130px;
	position: absolute;
	left: -75px;
	bottom: 0;
	z-index: 99;
}
.wms-tz img{
	max-width: 100%;
}
.wms-tab-item{
	text-align: center;
	display: none;
}
.wms-tab-item li{
	display: inline-block;
	width: 220px;
	vertical-align: top;
	margin: 0 5px 15px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	height: 200px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background: url(../images/bg-red.png) no-repeat center center;
	background-size:0 0 ;
	background-color:#fff;
	-moz-transition: background 0.3s ease,background-color 0.5s ease;
	-webkit-transition: background 0.3s ease,background-color 0.5s ease;
	transition: background 0.3s ease,background-color 0.5s ease;
}
.wms-icon-wrap{
	padding: 5px 10px;
	text-align: center;
	height: 50px;
}
.wms-icon-wrap img{
	max-width: 100%;
	max-height: 55px;
}
.wms-icon-curr{
	display: none;
}
.wms-line{
	height: 8px;
	position: relative;
	margin: 0 25px 5px 25px;
	padding: 0 8px;
}
.wms-line span{
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #e60034;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	transition: all 0.3s ease;
}
.wms-line span:first-child{
	left: -8px;
}
.wms-line span:last-child{
	right: -8px;
}
.wms-line em{
	display: block;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	background: #e60034;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}
.wms-title{
	font-size: 18px;
	text-align: center;
	color: #333;
	margin: 0 10px 10px 10px;
	transition: all 0.3s ease;
}
.wms-intro{
	margin: 10px;
	text-align: center;
	color: #6e6e6e;
	font-size: 14px;
	transition: all 0.3s ease;
}

.btn-add-data{
	position: relative;
}
.btn-add-data  .wms-icon-wrap{
	height: 30px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wms-tab-item li:hover{
	background-color:#e60035;
	background-size: 100% 100%;
}
.wms-tab-item li:hover .wms-icon{
	display: none;
}
.wms-tab-item li:hover .wms-icon-curr{
	display: block;
}
.wms-tab-item li:hover .wms-title,
.wms-tab-item li:hover .wms-intro{
	color: #fff;
}
.wms-tab-item li:hover .wms-intro{
	text-decoration:underline;
}
.wms-tab-item li:hover .wms-line span{
	border: 1px solid #fff;
}
.wms-tab-item li:hover .wms-line em{
	background:#fff;
}
.wms-top-container{
	background: rgb(255, 255, 255);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 1022px;
    margin:0px auto 20px auto;
}
.wms-top-container >header{
	color: rgb(96, 98, 102);
	font-size: 14px;
	padding-bottom: 16px;
	font-weight: 400;
}
.wms-top-container >ul li{
	display: flex;
	width: 181px;
	height: 70px;

	background: rgb(255, 255, 255);
	align-items: center;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	padding: 0px 0px 0px 16px;
	border: 1px solid transparent;
}
/* .wms-top-container >ul li:not(:last-child) {
	margin-right: 10px;
} */
.wms-top-container >ul li:hover{
	background: rgb(255, 250, 250);
	border: 1px solid rgb(248, 152, 152);
	cursor: pointer;
}
.wms-top-container > ul{
	display: flex;
	gap: 10px;
	justify-content: space-around;
}

.wms-top-container  li >img{
	height: 28px;
	margin-right: 16px;
}
.wms-top-container  .tool-item-right .title{
	color: rgb(96, 98, 102);
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 8px;
}
.wms-top-container  .tool-item-right .description{
	color: rgb(144, 147, 153);
	font-size: 13px;
	font-weight: 400;
}
@media screen and (max-width: 1366px) {
	.wms-tz{
		width: 100px;
		left: -50px;
	}
}
@media screen and (max-width: 1280px) {
	.wms-tz{
		width: 80px;
		left: -40px;
	}
}
@media screen and (max-width: 1200px) {
	.wms-tz{
		width: 80px;
		left: -40px;
	}
	.wms-tab-item{
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	.wms-tz{
		display: none;
	}
	.wms-sub-title span{
		width: 30%;
	}
	.wms-tab-item{
		text-align: center;
	}
}
@media screen and (max-width: 970px) {
	.wms-tz{
		display: none;
	}
	.wms-sub-title span{
		display: none;
	}
	.wms-tab-item{
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.wms-main-title{
		font-size: 20px;
	}
	.wms-tz{
		display: none;
	}
	.wms-sub-title span{
		display: none;
	}
	.wms-tab-item{
		text-align: center;
	}
	.wms-tabNav{
		width: 100%;
		max-width: 100%;
	}
	.wms-tabNav li{
		font-size: 14px;
		width: 33.3%;
	}
	.wms-tabNav li:first-child{
		border-left: none;
	}
	.wms-tabNav li:last-child{
		border-right: none;
	}
	.wms-title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.wms-intro{
		font-size: 16px;
	}
	.wms-tab-item li{
		height: 230px;
	}
	.wms-tab-item li .wms-intro{
		max-height: 64px;
		overflow: hidden;
	}
	.wms-icon-wrap img{
		max-height: 48px;
	}
	.wms-icon-wrap{
		height: 48px;
		padding: 0px;
	}
}

.div {
	width:300px;
	height:200px;
	margin:100px auto;
	background:url(http://www.100sucai.com/img/demo/1373.png)
}



.jiantou1{
	/* position: absolute; */
	width: 14px;
	height: 14px;
	top: 236.5px;
	padding-right: 0.84px;;
	padding-top: 8.5px;;
}



.keyword-font{

	/* 设备登录指导 */

	width: 78px;
	height: 20px;

	/* Regular/Caption */
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	/* 文字/常规文字 */
	color: #606266;

	margin-right:13.54px;
}

.enter-chat-code {
	display: flex;
	position: fixed;
	bottom: 10%;
	right: 5px;
	flex-direction: column;
	align-items: flex-end;
}

.kefu{
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*padding: 8px;*/
	gap: 4px;
	width: 156px;
	margin-top: 12px;
	
	/*top: 475px;*/
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	padding: 18px 12px 12px;
}


.kefu-div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 140px;
}

.kefu-div-img{
	width: 140px;
	height: 140px;
	background: url("../images/shandianxia.png");
}

.kefu-div-img.bingying{
	width: 125px;
	height: 125px;
	background: url("../images/bingying-code.svg") no-repeat;
	background-size: 100% 100%;
}

.kefu-div-font{
	padding: 11px 0;
	width: 128px;
	height: 24px;
}
.kefu-div-cancel{
	width: 17.5px;
	height: 17.5px;
	margin-bottom: 6px;
}


#kefu_xiao{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 4px;
	border-radius: 16px 0px 0px 16px;
	background-color: #fff;
}

#kefu_xiao > .bingying {
	height: 118px;
	width: 40px;
	background: url('../images/bingying.svg');
}

.code-line {
	width: 100%;
	height: 2px;
	background-color: #E4E7ED;
	margin-bottom: 12px;
}

#kefu_xiao > .weixinkefu {
	height: 118px;
	width: 40px;
	background: url('../images/weixinkefu.svg');
}


.chat-editor {
  position: relative;
  width: 1062px;
  padding-right: 10px;
	border-radius: 5px;
}

.chat-editor .editor-btns {
  position: absolute;
  right: 30px;
  bottom: 10px;
  display: flex;
  align-items: center;
}

.chat-editor .el-textarea__inner {
	font-family: 微软雅黑;
  padding:16px 40px 16px 16px ;
  border: 1px solid #E5E5E5;
  border-radius: var(--radius-normal);
  box-shadow:none;
	border-radius: 5px;
}

.chat-editor .send-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30' height='30' style='border-color:transparent;border-width:bpx;border-style:undefined' filter='none'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z' fill='rgba(238,53,67,1)'/%3E%3C/svg%3E") center/auto 100% no-repeat;
}

.chat-editor .send-icon.disabled {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30' height='30' style='border-color:transparent;border-width:bpx;border-style:undefined' filter='none'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z' fill='rgba(158,158,158,1)'/%3E%3C/svg%3E") center/auto 100% no-repeat;
}
.chat-editor .el-textarea__inner:focus{
 border:0px
}

