@charset "utf-8";
/* CSS Document */


/*产品详情页轮播*/
.msgBox{
	display:block;
	width:80%;
	height:100%;
	margin:0 auto;
}

.msgBox input,.msg button{
	font-family:"微软雅黑";
}

.msgBox ul li{
	width:calc(50% - 62px);
	padding:0 20px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	color:#333;
	line-height:60px;
	position:relative;
	margin-bottom:16px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.msgBox ul li > input{
	width:calc(100% - 100px);
	position:absolute;
	top:0;
	left:80px;
	line-height:60px;
	background:none;
	color:#333;
	font-size:16px;
	height:60px;
}

.msgBox ul textarea{
	width:calc(100% - 62px);
	padding:10px 20px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	color:#333;
	line-height:32px;
	font-size:16px;
	margin-left:10px;
	clear:both;
	margin-bottom:15px;
	height:300px;
}

.msgBox ul .verpImg{
	width:150px;
	height:60px;
	overflow:hidden;
}

.msgBox ul .verpImg img{
	width:100%;
}

.msgBox .btn{
	display:table;
	margin:40px auto;
	overflow:hidden;
}

.msgBox button{
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:5px;
	font-size:20px;
	cursor:pointer;
	float:left;
	margin:0 10px;
	color:white;
}

.msgBox button:first-child{
	background-color:red;
}

.msgBox button:last-child{
	background-color:#666;
}

.msgBox button:first-child:hover{
	background-color:#c71513;
}

.msgBox button:last-child:hover{
	background-color:#555;
}


@media(max-width:1000px){
	.msgBox ul li{
		width:calc(100% - 42px);
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	.msgBox ul textarea{
		width:calc(100% - 42px);
		margin-left:auto;
		margin-right:auto;
	}
	
	.msgBox ul li.verp{
		width:calc(100% - 202px);
		float:left;
	}
	
	.msgBox ul .verpImg{
		margin-left:10px;
		float:left;
	}
	
	.msgBox .btn{
		width:100%;
	}
	
	.msgBox button{
		width:calc(50% - 24px);
		float:none;
		margin:40px 10px;
		color:white;
	}
}

.wrapper,.connected-carousels{
	width:100%;
}

/** Stage container **/

.connected-carousels .stage {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.connected-carousels .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}

.connected-carousels .photo-credits a {
	color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
	margin: 20px auto;
	position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
	overflow: hidden;
	position: relative;
}

.connected-carousels .carousel ul {
	width: 30000px;
	height:100%;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.connected-carousels .carousel li {
	float: left;
	height:100%;
}

.connected-carousels .carousel li img{
	width:100%;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
			box-shadow: 0 0 2px #999;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
	height: 100px;
	width:70%;
	background: #fff;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
			box-shadow: 0 0 2px #999;
	margin:0 auto;
}

.connected-carousels .carousel-navigation li {
	width:90px;
	height:80px;
	cursor: pointer;
	overflow:hidden;
	margin:0 1px;
	border: 2px solid #fff;
}

.connected-carousels .carousel-navigation li img {
	width:100%;
}

.connected-carousels .carousel-navigation li.active{
	border-color: #f00;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
	display: block;
	position: absolute;
	top: 0;
	width: 305px;
	height: 410px;
	color: #fff;
}

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.connected-carousels .prev-stage {
	left:0;
}

.connected-carousels .next-stage {
	right:0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
	display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
	display: none;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
			box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
	left: 20px;
}

.connected-carousels .next-stage span {
	right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
	display: block;
}

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 16px/29px Arial, sans-serif;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
			box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
	left: 12%;
	top: 42px;
	text-indent: 6px;
}

.connected-carousels .next-navigation {
	right: 12%;
	top: 42px;
	text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
	opacity: .5;
	cursor: default;
}
/*--end--*/

