﻿body {
	background: #fff;
}

.idea {
	width: 695px;
	height: 335px;
	margin: 0px auto;
	background: #fff;
	
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	position: relative;
}

.idea .sonta-title{
	font-size: 20px;
}

.idea label {
	font-size: 16px;
	color: #666666;
	display: block;
}

.idea label b {
	color: red;
	padding-right: 10px;
	border-top: 10px;
	display: inline-block;
	
}

.idea input {
	width: 348px;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	line-height: 30px;
	margin-left: 40px;
	font-size: 14px;
}

.idea textarea {
	width: 343px;
	height: 112px;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	margin-left: 40px;
	resize: none;
	font-size: 14px;
}

.idea .uploading {
	position: absolute;
	bottom: 100px;
	right: 45px;
	width: 213px;
	height: 200px;
	text-align: center;
}

.idea .uploading span.upload {
	display: inline-block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #999;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.idea .uploading input {
	width: 98px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.idea .uploading div.img {
	width: 213px;
	height: 152px;
	background: #b7b7b7;
}

.idea .uploading div.img img {
	width: 213px;
	height: 152px;
}

label.contact {
	margin-top: 10px;
}

input.Email {
	margin-bottom: 10px;
}

input.submit {
	width: 70px;
	height: 28px;
	background: #188eee;
	color: #fff;
	margin: 20px 0 0 176px;
	display: block;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

/*右侧固定小工具层*/

.list .left{
	overflow: hidden;
}
 .list .left img{
	transition: 0.9s ease 0s;
}

.list .left:hover img{
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.list .right{
	overflow: hidden;
}

.list .right img{
	transition: 0.9s ease 0s;
}

.list .right:hover img{
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.list .center01{
	overflow: hidden;
}

.list .center01 img{
	transition: 0.9s ease 0s;
}

.list .center01:hover img{
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.list .center02 .bottom{
	overflow: hidden;
}

.list .center02 .bottom img{
	transition: 0.9s ease 0s;
}

.list .center02 .bottom:hover img{
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.list .top{
	overflow: hidden;
}

.list .top img{
	transition: 0.9s ease 0s;
}

.list .top:hover img{
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.download {
	position: fixed;
	top: 175px;
	right: 10px;
	height: 206px;
	display: none;
}

.download ul li.left {
	position: absolute;
	top: 100px;
	left: -100px;
	-display: none;
}

.download ul {
	float: right;
	padding-top: 49px;
}

.download ul li {
	width: 40px;
	height: 40px;
	margin: 15px 0;
	position: relative;
}

.download ul li .left {
	position: absolute;
	top: -90px;
	left: -280px;
	display: none;
}

.download ul li.ico01 {
	background: url(/img/cxx_weixin.png) no-repeat;
}

.download ul li.ico02 {
	background: url(/img/11.png) no-repeat 0 -53px;
	cursor: pointer;
}

.download ul li .sonta-weixin {
	position: absolute;
	top: -25px;
	left: -205px;
	display: none;
}

.download ul li.ico01:hover{
	background: url(/img/cxx_weixinhover.png);
}

.download ul li.ico01:hover .sonta-weixin {
	display: block;
	
}

.download ul li.ico03:hover .left {
	display: block;
}


.download ul li.ico03 {
	background: url(/img/cxx_appload.png) no-repeat;
}

.download ul li.ico03:hover{
	background: url(/img/11.png) no-repeat 0 -109px;
}

.download ul li.ico04 {
	background: url(/img/cxx_retop.png) no-repeat;
}

.download ul li.ico04:hover{
	background: url(/img/cxx_tophover.png) no-repeat;
}

.download ul li.ico02 .sonta-ideaBack{
	position: absolute;
	top: -15px;
	left: -205px;
	display: none;
}

.download ul li.ico02:hover{
	background: url(/img/cxx_ideaBackhover.png) no-repeat;
}

.download ul li.ico02:hover .sonta-ideaBack {
	display: block;
}

/*分享弹窗*/

.shareTo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -150px;
	width: 300px;
	height: 340px;
	background: #fff;
}

.shareTo p {
	text-align: center;
}

.shareTo .title {
	font-size: 16px;
	color: #188eee;
	text-align: center;
	margin: 20px 0 10px;
}

.shareTo .code {
	width: 106px;
	height: 106px;
	border: 1px solid #999;
	margin: 20px auto;
	padding: 8px;
}

.shareTo .code img {
	width: 106px;
	height: 106px;
}

.thirdIcon {
	padding-left: 5px;
}

.thirdIcon a {
	display: inline-block;
	width: 52px;
	height: 51px;
	margin: 20px 20px;
}

.thirdIcon a.sina {
	background: url(/img/sfdl.png) no-repeat;
}

.thirdIcon a.qq {
	background: url(/img/sfdl.png) no-repeat -58px 0;
}

.thirdIcon a.weixin {
	background: url(/img/sfdl.png) no-repeat -115px 0;
}
