/**
 * Main styles for colordot
 */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. 
/* ==========================================================================
   Site Globals
   ========================================================================== */

input {
  font-family: 'Lato', sans-serif;
}
button {
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}
/* ==========================================================================
   App
   ========================================================================== */
#appframe {
 position: relative;

  width: 1000px;
  margin: 20px auto 20px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -webkit-transform 0.2s ease;
  -o-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -webkit-transition: -moz-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -moz-transform 0.2s ease;
  transition: -moz-transform 0.2s ease;
  -webkit-transition: -ms-transform 0.2s ease;
  -moz-transition: -ms-transform 0.2s ease;
  -o-transition: -ms-transform 0.2s ease;
  transition: -ms-transform 0.2s ease;
  -webkit-transition: -o-transform 0.2s ease;
  -moz-transition: -o-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -o-transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#appframe.show-header {
  -webkit-transform: translate3d(0, 500px, 0);
  -moz-transform: translate3d(0, 500px, 0);
  -o-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}
#header {

 width:1000px; height:50px; background:url('../image/mxps_czsm.png') 8px center no-repeat #f9f9f9;  overflow: hidden;
} 

.psgj_tit{
	width:1000px;
	margin: 20px auto 20px;
	background: url('../image/color_xian.jpg') bottom left no-repeat #f9f9f9;
	text-align: center;
	color: #36b0f3;
	font: 24px/50px "Lucida Grande", "微软雅黑";
	height: 50px;
	position: relative;
}
.psgj_tit #header-tab2 {
  position: absolute;
  top: 12px;
  right: 10px;
  background: url('../image/qwps_czzn.png') 0 0 no-repeat;
  width:76px;
  height:24px; 
  z-index: 100;
 
}

#header .ts_close { height:32px;}
	#header .ts_close span{ height:32px; float: left; background: #666666; -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius:4px;
  width:82px;
  color: #fff;
  text-align: center;
  line-height:32px;
  margin: 10px;
  }
	#header .ts_con{ display: block; width:998px; height:200px; margin-top: 80px;}
	#header .ts_con dl{ float: left; width:290px; height:160px; margin-left: 50px;}
	#header .ts_con dl.last{ margin:0px;}
	#header .ts_con dl dd{ text-align: center; padding-top: 40px; font: 125% "微软雅黑", "Trebuchet MS", Verdana, sans-serif;}
	#header .ts_con2{ background: #36b0f3; height:270px; position: relative;}
	#header .ts_con2 span{ position: absolute;left:440px; top:92px; width:122px; padding-top: 10px; height:58px; text-align: center; color: #fff; line-height:25px;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius:4px;
  background: #267baa;
  }
  
  #header-tab {
  position: absolute;
  top: 82px;
  right: 10px;
  background: url('../image/qwps_close.png') 0 0 no-repeat;
  width:57px;
  height:24px; 
  z-index: 100;
 
}

  
#swatches {
  width: 1024px;
  height: 520px;
  z-index: 10;
  position: relative;
  background: black;
  list-style: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#colors {
  margin: 0;
  padding: 0;
}
#colors .swatch {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#colors .swatch .color {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -webkit-transform 0.2s ease;
  -o-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -webkit-transition: -moz-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -moz-transform 0.2s ease;
  transition: -moz-transform 0.2s ease;
  -webkit-transition: -ms-transform 0.2s ease;
  -moz-transition: -ms-transform 0.2s ease;
  -o-transition: -ms-transform 0.2s ease;
  transition: -ms-transform 0.2s ease;
  -webkit-transition: -o-transform 0.2s ease;
  -moz-transition: -o-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -o-transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
#colors .swatch .meta-controls {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
#colors .swatch .info {
  cursor: pointer;
  position: relative;
  top: 221px;
  left: 43%;
  height:40px;
  padding: 20px 0;
  width: 122px;
  display: inline-block;
  margin: 0;

  border-radius: 3px;
  font-family: Arial, "MS Trebuchet", sans-serif;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#colors .zclipt{
		width:122px; height:50px;cursor: pointer;
		margin: 0 auto 10px;
		border-radius: 3px;
		font-family: Arial, "MS Trebuchet", sans-serif;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-o-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		background: rgba(0, 0, 0, 0.5);
		text-align: center;


  }
.zclipt{ position: absolute;min-width:122px;height:50px; left:0px; top:12px;}
#colors .swatch .info h2 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
#colors .swatch .info h2 span.tishi{color: #fff;}

#colors .swatch .details {
	z-index: 80;
  position: absolute;
  bottom: 200px;
  width: 100%;
  font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
}


#constraints {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
 scrollbar-arrow-color: #ffffff;  /*图6,三角箭头的颜色*/
scrollbar-face-color: #ffffff;  /*图5,立体滚动条的颜色*/
scrollbar-3dlight-color: #ffffff;  /*图1,立体滚动条亮边的颜色*/
scrollbar-highlight-color: #ffffff;  /*图2,滚动条空白部分的颜色*/
scrollbar-shadow-color: #ffffff;  /*图3,立体滚动条阴影的颜色*/
scrollbar-darkshadow-color: #ffffff;  /*图4,立体滚动条强阴影的颜色*/
scrollbar-track-color: #ffffff;  /*图7,立体滚动条背景颜色*/
scrollbar-base-color:#ffffff;  /*滚动条的基本颜色*/
}
#constraints div {
  width: 100%;
  height:  520px;
  padding-bottom: 520px;
}
/* ==========================================================================
   Widgets
   ========================================================================== */
.color-input2 {
 padding-top: 13px;
  height: 55px;
  cursor: pointer;
  max-width:122px;
  margin: 0 auto 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing:-1px;
  font-size:16px;
  border-radius: 3px;
  text-align: center;  
  line-height: 21px;
}
.color-input2 span{ color: #fff;white-space:nowrap}



.color-input {
  height: 48px;
  cursor: pointer;
  width:122px;
  margin: 0 auto 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing:-1px;
  font-size:16px;
  border-radius: 3px;
  text-align: center;  
  line-height: 48px;
}
.color-input span{ color: #fff;}
.zeroclipboard-is-hover{ background: rgba(0, 0, 0, 0.8);}


.number-widget {
  position: relative;
  display: inline-block;
  height: 80px;
  line-height: 80px;
}
.number-widget [type="text"] {
  display: inline-block;
  width: 40px;
  line-height: 20px;
  text-align: center ;
  color: white;
  outline: 0;
  border: none;
  background: transparent;
}
.number-widget .stepper {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.number-widget .stepper.up {
  top: 0;
}
.number-widget .stepper.down {
  bottom: 0;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.btn:hover {
  color: #ffffff;
}
/* Email form */
#mc_embed_signup {
  padding: 0 10px;
  line-height: 2em;
}
#mc_embed_signup form {
  text-align: center;
}
#mc_embed_signup input {
  font-family: 'Lato', sans-serif;
  background: #fff;
  outline: none;
  border: 1px solid #eee;
  padding: 10px;
}
#mc_embed_signup input[type="email"] {
  width: 110px;
  border-right: 1px solid #D94726;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#mc_embed_signup input[type="submit"] {
  color: #fff;
  background: #C9695E;
  border: 1px solid #C9695E;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 10px 0;
  width: 90px;
}