﻿/* 背景图部分 */
.bg-index {
	width: 100%;
	/* min-width: 1200px; */
	height: 500px;
	margin: 0;
	padding: 0;
	background: url(../image/information-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/* text-align: center; */
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.xinwen-title,
.xinwen-jianjie {
	padding: 0 13%;
}

.xinwen-title {
	font-size: 46px;
	color: #FFFFFF;
}

.xinwen-jianjie {
	font-size: 24px;
	color: #FFFFFF;
}

/* 数据平台 */
.xuqiu .line-title,
.data-pingtai .line-title,
.fuwuneirong .line-title {
	color: #333;
}

.public-icon {
	display: flex;
	flex-flow: row;
	justify-content: left;
	align-items: center;
}

.line {
	width: 75%;
	height: 1px;
	background: #999;
	margin-left: 15px;
}

.public-icon-title {
	font-size: 18px;
	font-weight: bold;
}

.public-cont-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 20%);
	align-items: end;
	text-align: center;
}

.public-cont-list .icon-link {
	margin: 20px;
}

.public-cont-list .icon-link p {
	margin-top: 10px;
}

.public-cont-list .icon-link a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.size-icon {
	width: 100px;
}

/* 服务流程 */
.fuwu-img {
	text-align: center;
	padding-top: 100px;
}

/* 服务内容 */
.fuwu-cont {
	text-align: center;
}

/* 需求表单 */
.xuqiu {
	margin-bottom: 100px;
}

.xuqiu-input {
	display: grid;
	grid-template-columns: repeat(auto-fill, 50%);
}

.xuqiu-list {
	margin: 10px;
}

.input-list {
	width: 65%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #BBBBBB;
	margin: 10px 0;
}

.xuqiu-list .name {
	font-size: 18px;
	font-weight: bold;
}

.xuqiu-input .item-9,
.xuqiu-input .item-10 {
	grid-column-start: 1;
	grid-column-end: 3;
}

.xuqiu-input .item-10 .input-list {
	width: 100%;
}

.textar {
	width: 100%;
	height: 100px;
	padding: 10px;
}

.item-10 textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #9c9c9c;
	font-size: 14px;
}

.item-10 textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9c9c9c;
	font-size: 14px;
}

.item-10 textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9c9c9c;
	font-size: 14px;
}

.item-10 textarea::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #9c9c9c;
	font-size: 14px;
}

.label-list {
	margin-right: 10px;
}

#checkbox {
	padding: 10px 0;
}

.submit {
	font-size: 20px;
	width: 350px;
	background-color: #2090FF;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	user-select: none;
}

.submit:hover {
	background-color: #2564BA;
}

.submit-btn {
	margin-top: 50px;
}

.xuqiu-list .active {
	font-size: 12px;
	color: red;
	font-weight: normal;
	display: none;
}

/* 需求列表展示 */
.showlist {
	padding: 20px 0;
	background: #f2f2f2;
}

.showlist-body {
	height: 600px;
	margin: 0 13%;
	overflow-y: auto;
}

.img-user img,
.dafu img {
	width: 40px;
}

.name-text {
	font-size: 16px;
	color: #333;
	margin: 0 10px;
}

.name-time {
	color: #999;
	font-size: 13px;
}

.xq-name {
	padding: 20px 40px;
	font-size: 18px;
	color: #4caf50;
}

.dafu {
	background: #dedede;
	font-size: 16px;
	margin: 10px 40px;
	padding: 10px;
	color: #666666;
	border-radius: 5px;
}

.showlist .line-title {
	color: #333;
}

.tjactive {
	position: relative;
}

.tuijian {
	background-image: url(../image/jiaobiao-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100%;
	width: 60px;
	height: 60px;
	right: 0;

	animation: mymove 2.5s infinite;
	-webkit-animation: mymove 2.5s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

.tuijian span {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 7px;
	top: 2px;
	font-size: 12px;
	color: #fff;
}

@keyframes mymove {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.2);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.2);
	}
}

.tjactive img {
	height: 50px;
}

.search-input {
	margin: 20px 13%;
	text-align: center;
}
.search-input .mui-input-row input{
	height: 45px;
	width: 600px;
	border-radius: 0px;
	padding: 10px;
	border: 1px solid #9e9e9e;
}
.mui-btn-blue{
	height: 45px;
	width: 80px;
	font-size: 16px;
	cursor: pointer;
	background-color: #2090FF;
	color: #fff;
	border: 0px;
}
.mui-btn-blue:active{
	background-color: #5555ff;
}