body{
	background: #fff;
	font-family: "TyponineSans Regular 18";
}
a,
a:hover{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
ul,
li,
input,
ol,
dl,
dt,
dd,
h2{
	margin: 0;
	padding: 0;
	list-style:none;
	border: 0;
}
input, 
button{
	outline: none;
}
.clearfix{ 
	display:block;
	*display:inline-block;
}
.form-control {font-family:"freight-sans-pro";}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
@-webkit-keyframes showtext{
	0%,10%,20%,100%{font-size: 40px}
	5%{font-size: 50px;}
	15%{font-size: 50px;}
}
@keyframes showtext{
	0%,10%,20%,100%{font-size: 40px}
	5%{font-size: 50px;}
	15%{font-size: 50px;}
}
@-webkit-keyframes showtext-60{
	0%,10%,20%,100%{font-size: 60px}
	5%{font-size: 80px;}
	15%{font-size: 70px;}
}
@keyframes showtext-60{
	0%,10%,20%,100%{font-size: 60px}
	5%{font-size: 80px;}
	15%{font-size: 70px;}
}
[class^="icon-"], [class*=" icon-"] {background-image:url(icon-sprite.png);width:26px;height:24px;display:inline-block;border:none;overflow:hidden;position:relative;vertical-align:bottom}
.bg-icon {background-repeat:no-repeat; display:inline-block; overflow:hidden; text-align:left; text-indent:-999em; position:relative;}
.bg-icon {background-image:url(icon-sprite.png); vertical-align:text-top}
.bg-icon.pdf {background-position:0 -675px; width:23px; height:16px}
.bg-icon.favorites {background-position:-4px -221px; width:16px; height:14px}
.bg-icon.favorites.active, a:hover .bg-icon.favorites {background-position:-28px -221px}
.icon-views {background-position:0px -528px;}
.icon-views.selected, a:hover .icon-views {background-position:-24px -528px;}
.icon-favorites {background-position:0px -216px;}
.icon-favorites.selected, a:hover .icon-favorites {background-position:-24px -216px;}

/* header */
.header{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #fff;
}
.header .container{
	text-align: left;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header .logo{
	float: left;
	width: 240px;
	height: 50px;
}
.header .logo a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(logo.png) no-repeat;
	line-height: 100px;
	overflow: hidden;
}
.header .menu{
	height: 40px;
	float: left;
	margin-left: 80px;
}
.header .menu a{
	display: inline-block;
	height: 40px;
	line-height: 45px;
	overflow: hidden;
	margin-left: 20px;
	padding: 0 15px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	font-family: "TyponineSans Regular 18";
	font-size: 20px;
	font-family: "freight-sans-pro";

	-webkit-transition: border 0.1s linear 0s;	
	   -moz-transition: border 0.1s linear 0s;
		 -o-transition: border 0.1s linear 0s;
		    transition: border 0.1s linear 0s;
}
.header .menu a:hover,
.header .menu a.hover{
  border-bottom: solid 3px #3f97c0;
}
.header .nav{
	width: 380px;
	height: 40px;
	float: right;
	overflow: hidden;
}
.header .nav a{
	display: block;
	float: right;
	padding: 10px;
	border-radius: 5px;
	margin-left: 5px;
	color: #fff;
	cursor: pointer;
}
.header .nav a:hover{
	-webkit-filter: grayscale(70%);
}
.header .nav a.login{
	background: #1094D4;
}
.header .nav a.reg{
	background: #7CBB00;
}
.header .nav a.login.hover{
	background: #0C6F9E;
}
.header .nav a.reg.hover{
	background: #5E8A00;
}
/*
.header .nav a.user{
	background: #FFBB00;
}
.header .nav a.cart{
	background: #EB524C;
}
*/
.header .nav a.user,
.header .nav a.cart,
.header .nav a.order{
	background: #1094D4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.header .nav a.logout{
	background: #EC4F13;
}
.header .sign-form{
	background-color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(89,89,89,.2);
	padding:18px 15px 0;
	position:absolute;
	top:50px;
	right:15px;
	width:230px;
	z-index:500;
	text-align:left;
	display: none;
}
.header .sign-form label{
	width: 100%;
	color:#575757;
}
.header .sign-form .angle{
	position: absolute;
	width: 10px;
	height: 5px;
	left: 120px;
	top:-5px;
	background: url(index/angle.png) no-repeat 0 0;
}
.header .sign-form .angle.reg{
	left: 190px;
}
.header .sign-form .bottom{
	font-size:12px;
	margin:5px -15px 0;
	padding:15px 15px 13px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	background-color:#f6f6f6;
	border-top:1px solid #e5e5e5
}
.header .sign-form .bottom p{
	color:#636363;
	padding-top:10px
}
.header .sign-form .bottom p a{
	color:#636363
}
.header .sign-form .bottom p a:hover{
	color:#b34300
}

/* notice */
.notice{
	position: absolute;
	z-index: 999;
	width: 100%;
	background:#9E8C74;
	display: none;
}
.notice-message{
	background:#009CEA;
}
.notice-success{
	background:#7CBB00;
}
.notice-alert{
	background:#9D0C12;
}
.notice .container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.notice .container h2{
	display: block;
	width: 920px;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	clear: both;
}

/* layerslider */
.layerslider{
	width: 100%;
}
.layerslider .container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}


/* banner */
.banner{
	width: 100%;
	height: 350px;
}
.banner-index{
	background:#edeff0 url(banner/index.jpg) no-repeat center center;
}
.banner-module{
	background:#edeff0 url(banner/module.jpg) no-repeat center center;
	height: 215px;
}
.banner-project{
	background:#edeff0 url(banner/project.jpg) no-repeat center center;
	height: 215px;
}
.banner-index .container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.banner-index .container a{
	position: absolute;
	left: 370px;
	top: 220px;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 150px;
	overflow: hidden;
}
.banner-module{
	background:#edeff0 url(banner/module.jpg) no-repeat center center;
}
.banner-project{
	background:#edeff0 url(banner/project.jpg) no-repeat center center;
}

/* index */
.index-box{
	width: 100%;
	background: #f5f5f5;
}
.index-box .container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 0;
	padding-top: 20px;
}
.index-box .index-box-1{
	width: 450px;
	margin-left: 10px;
	float: left;
	border-right: #ccc 2px solid;
}
.index-box .index-box-1 img{
	margin-top: 5px;
	margin-right: 5px;
}
.index-box .index-box-2{
	width: 470px;
	float: right;
	margin-right: 10px;
}
.index-box .index-box-2 .title{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.index-box .index-box-2 .author{
	color: #999;
	font-size: 12px;
	line-height: 20px;
}
.index-box .index-box-2 .author i{
	font-weight: bold;
}
.index-box .index-box-2 .content{
	padding: 10px;
	font-size: 12px;
	line-height: 25px;
}
.index-box .index-box-2 .more{
	text-align: right;
}
.index-box .index-box-2 .more a{
	color: #0093da;
	padding-right: 15px;
}
.index-box .index-box-3{
	width: 100%;
	height: 340px;
	text-align: left;
	background:#fff url(index/pic1.jpg) no-repeat 960px top;
}
.index-box .index-box-4{
	width: 100%;
	height: 300px;
	text-align: right;
	background:#fff url(index/pic2.jpg) no-repeat 20px 300px;
}

.index-box .index-box-4 .box{
	text-align: left;
}
.index-box .index-box-5{
	width: 100%;
	height: 370px;
	text-align: left;
	background:#fff url(index/pic3.jpg) no-repeat 560px 370px;
}
.index-box h2{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #033333;
	margin-top: 30px;
	margin-bottom: 30px;

	display: block;
	font-size: 60px;
	color:#fff;
	line-height: 200px;
	height: 200px;
	background:#00A958;
	background: rgb(111,180,184);
	-webkit-animation:showtext-60 ease 3s .5s infinite both;
	animation:showtext-60 ease 3s .5s infinite both;
}
.index-box h3{
	color: #0093da;
}
.index-box .line{
	width: 960px;
	height: 20px;
	background:#fff url(index/line.jpg) no-repeat center top;
}
.index-box .box{
	display: inline-block;
	width: 450px;
	margin: 20px;
}
.index-box .box h3{
	color: #666;
	font-size: 20px;
	font-weight: bold;
}
.index-box .box p{
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.index-box .box a{
	display: block;
	width: 160px;
	height: 40px;
	background: url(index/takealook.png) no-repeat center center;
	line-height: 100px;
	overflow: hidden;
}

/* module */
.module-list{
	width: 100%;
	background: #edeff0;
	padding: 20px 0 !important;
	min-height: 750px;
}
.module-list .container{
	width: 1200px;
	color: #656e73;
	box-sizing: content-box;
}
.module-list .module-sidebar{
	float:left;
	width:262px;
}
.module-list .module-sidebar .module-sidebar-type{
	padding:10px;
	width:240px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	box-sizing: content-box;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-menu{
	overflow:hidden;
	position:relative;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-menu li{
	float:left;
	width:120px;
	height:39px;
	border-bottom:1px solid #D7EAF2;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-menu li a{
	display:block;
	text-align:center;
	line-height:29px;
	padding-bottom:10px;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-menu li a.curr{
	color:#1CAAEE;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-menu .dot-curr{
	position:absolute;
	width:130px;
	height:2px;
	left:0;
	bottom:0;
	background:#1CAAEE;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-tabs{
	margin:0 10px;
	padding:15px 0;
	overflow:hidden;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-tabs li{
	/*width:73px;
	float:left;*/
	width: auto;
	line-height:30px;
	font-size:12px;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-tabs li a{
	display:block;
	text-align:left;
	padding-left: 10px;
	cursor:pointer;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-tabs li a:hover,
.module-list .module-sidebar .module-sidebar-type .module-sidebar-tabs li a.curr{
	background:#1CAAEE;
	color:#fff;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-subtabs{
	margin:0 10px;
	padding:15px 0;
	overflow:hidden;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-subtabs li{
	width:110px;
	height: 30px;
	overflow: hidden;
	float:left;
	line-height:30px;
	font-size:12px;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-subtabs li a{
	display:block;
	text-align:left;
	padding-left: 10px;
	cursor:pointer;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.module-list .module-sidebar .module-sidebar-type .module-sidebar-subtabs li a:hover,
.module-list .module-sidebar .module-sidebar-type .module-sidebar-subtabs li a.curr{
	background:#1CAAEE;
	color:#fff;
}
.module-list .module-sidebar .module-sidebar-search{
	position:relative;
	padding:10px;
	width:240px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	box-sizing: content-box;
}
.module-list .module-sidebar .module-sidebar-search input{
	padding-left:40px;
	width:200px;
	line-height:20px;
	height:20px;
	font-size:12px;
	background:url(module/module_search.png) no-repeat left center;
}
.module-list .module-sidebar .module-sidebar-search input::-moz-placeholder{color:#d0d6d9}
.module-list .module-sidebar .module-sidebar-search input::-webkit-placeholder{color:#d0d6d9}
.module-list .module-sidebar .module-sidebar-search .module-sidebar-result{
	position:absolute;
	left:-1px;
	top:45px;
	width:260px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	border-top:1px solid #d5d7d8;
	background:#fff;
	overflow:hidden;
	display:none;
	font-size:12px;
	box-sizing: content-box;
}
.module-list .module-sidebar .module-sidebar-search .module-sidebar-result li{
	padding-left:12px;
	height:30px;
	line-height:30px;
	color:#99a1a6;
	cursor:default;
}
.module-list .module-sidebar .module-sidebar-search .module-sidebar-result li.curr,.module-sidebar .module-sidebar-search .module-sidebar-result li:hover{
	color:#656e73;
	background:#edf0f2;
}
.module-list .module-sidebar .module-sidebar-program{
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	display:block;
	width:240px;
	height:100px;
	padding-top:20px;
	padding-left:20px;
	font-size:24px;
	background:#fff url(module/stepbystep.jpg) no-repeat left center;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
	box-sizing: content-box;
}
.module-list .module-content{
	float:right;
	position:relative;
	width:920px;
	min-height:720px;
	background:#fff;
	box-sizing: content-box;
}
.module-list .module-content .bg-loading{
	position:absolute;
	width:920px;
	height: 400px;
	background:#fff;
	z-index:1;
	left:0;
	display:none;
}
.module-list .module-content .loading{
	position:fixed;
	position:absolute;
	z-index:2;
	width:100%;
	height:80px;
	top:150px;
	background:url(loading.gif) center center no-repeat;
}
.module-list .module-content .module-tools{
	height:50px;
	background:#fff;
	padding:0 20px;
	width:880px;
	box-sizing: content-box;
	position: relative;
}
.module-list .module-content .module-tools h2{
	display: block;
	padding:10px 0;
	line-height:29px;
	color:#99a1a6;
	font-size:14px;
	border-bottom:1px solid #edf0f2;
	box-sizing: content-box;
}
.module-list .module-content .module-tools ul{
	position:absolute;
	right:20px;
	top:16px;
	box-sizing: content-box;
}
.module-list .module-content .module-tools ul li{
	float:left;
	width:60px;
	font-size:12px;
	text-align:center;
	box-sizing: content-box;
}
.module-list .module-content .module-tools ul li a{
	color:#b4bbbf;
	display:block;
	border-right:1px solid #edf0f2;
	line-height:20px;
	box-sizing: content-box;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.module-list .module-content .module-tools ul li:last-child a{
	border-right:0;
}
.module-list .module-content .module-tools ul li a:hover,
.module-list .module-content .module-tools ul li a.curr{
	color:#656e73;
}
.module-list .module-content .module-tools .dot-tool-curr{
	position:absolute;
	width:60px;
	height:2px;
	right:80px;
	top:48px;
	background:#7e878c;
}
.module-list .module-content .module-tools .dot-tool-curr.hot{
	right:20px;
}
.module-list .module-content .module-list-grid{
	padding:20px 10px;
	overflow:hidden;
	position:relative;
	min-height:500px;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid .nodata{
	margin-top:100px;
	height:160px;
	background:url(module/nodata.png) no-repeat center center;
}
.module-list .module-content .module-list-grid ul{
	overflow:hidden;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid li{
	background:#fff;
	background:#f7faf9;
	*background:#f7faf9;
	border-bottom:2px solid #f7faf9;
	*border-bottom:2px solid #f7faf9;
	border-radius:0 0 1px 1px;
	float:left;
	margin:5px 10px 15px;
	width:280px;
	height:240px;
	position:relative;
	box-shadow:0 1px 2px #c5c5c5;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
	     -o-transition:.3s;
	        transition:.3s;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid li.more,
.project-list .project-content .project-list-grid li.more{
	float: none;
	clear: both;
	width: 200px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	margin: 10px auto;
	color: rgb(0,147,218);
	line-height: 250px;
	background: url(/pic/loading.gif) no-repeat center center;
}
.module-list .module-content .module-list-grid li .module-list-img{
	width:280px;
	height:160px;
	overflow:hidden;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid li .module-list-img img{
	width:280px;
	height:160px;
	display:block;
	-webkit-transition:1s;
	   -moz-transition:1s;
	     -o-transition:1s;
	        transition:1s;
}
.module-list .module-content .module-list-grid li h5{
	margin: 0;
	color:#363d40;
	height: 50px;
	line-height:50px;
	font-size: 20px;
	text-align:center;
	overflow: hidden;
	font-family: "TyponineSans Light 17";
	font-weight: bold;
}
.module-list .module-content .module-list-grid li .intro{
	position:absolute;
	padding:0 14px;
	opacity:0;
	top:160px;
	left:0;
	width:252px;
	background:#fff;
	background:#f7faf9;
	*background:#f7faf9;
	display:none;
	*display:none;
	font-size:12px;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
	     -o-transition:.3s;
	        transition:.3s;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid li .intro p{
	margin: 0;
	padding: 0;
	padding-top:10px;
	height:40px;
	line-height:20px;
	overflow: hidden;
	box-sizing: content-box;
	font-family: "TyponineSans Light 17";
}
.module-list .module-content .module-list-grid li .intro span{
	color:#b4bbbf;
}
.module-list .module-content .module-list-grid li .tips{
	padding:0 14px;
	font-size:12px;
	color:#b4bbbf;
	box-sizing: content-box;
}
.module-list .module-content .module-list-grid li .l{
	float: left;
}
.module-list .module-content .module-list-grid li .r{
	float: right;
}
.module-list .module-content .module-list-grid li .views{color:#86d693 !important;}
.module-list .module-content .module-list-grid li .author{
	color:#1CAAEE !important;
	max-width: 140px;
	height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.module-list .module-content .module-list-grid li:hover{
	border-bottom:2px solid #dae0e5;
	*border-bottom:2px solid #dae0e5;
	box-shadow:0 2px 8px #bbb;
}
.module-list .module-content .module-list-grid li:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.module-list .module-content .module-list-grid li:hover .intro{
	color:#656e73;
	opacity:1;
	display:block;
	*display:block;
}
.module-list .module-content .module-list-grid .btn-next{
	border:1px solid #d0d6d9;
	display:block;
	margin:10px 0;
	margin-left:310px;
	width:278px;
	height:48px;
	line-height:48px;
	text-align:center;

	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.module-list .module-content .module-list-grid .btn-next:hover{
	background:#1CAAEE;
	color:#fff;
}
.module-list .module-content .module-list-grid .btn-loading{
	border:0;
	height:52px;
	text-indent:-99em;
	overflow:hidden;
	background:#fff url(loading.gif) center center no-repeat;
}
.module-list .module-flag{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
}
.module-list .module-flag-new{
	background: url(module/module-flag-new.png) no-repeat 0 0;
}
.module-list .module-flag-hot{
	background: url(module/module-flag-hot.png) no-repeat 0 0;
}
.module-list .module-flag-sale{
	background: url(module/module-flag-sale.png) no-repeat 0 0;
}
.module-view{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
.module-view .container{
	width: 960px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;
}
.module-view .module-view-title{
	padding: 20px;
	box-sizing: content-box;

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F4F4F4));
	background: -webkit-linear-gradient(top, #FFF 0%,#F4F4F4 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, #FFF 0%,#F4F4F4 100%);
}
.module-view .module-view-title a.back-btn{
	background: url(module/info_sprit2.png) 5px 9px no-repeat #B4BBBF;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	margin: 0;
	box-sizing: content-box;
}
.module-view .module-view-title a.back-btn:hover{background-color:#999;}
.module-view .module-view-title h1{
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	box-sizing: content-box;
	font-family: "TyponineSans Monospace Regular 4";
	font-family: "freight-sans-pro";
}
.module-view .module-view-info{
	border-top: 1px solid rgba(145, 145, 145, 0.48);
	border-bottom: 1px solid rgba(145, 145, 145, 0.48);
	width: inherit;
	display: inline-block;
	height: 270px;
	overflow: hidden;
}
.module-view .module-view-info .module-view-pic{
	float: left;
	width: 480px;
	height: 270px;
	background: #fff;
	position: relative;
}
.module-view .module-view-info .module-view-pic .module-flag-sale{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background: url(module/module-flag-sale.png) no-repeat 0 0;
}
.module-view .module-view-info .module-view-pic img{
	width: 480px;
	height: 270px;
}
.module-view .module-view-info .module-view-state{
	float: left;
	width: 120px;
	height: 270px;
	background: #B4BBBF;
}
.module-view .module-view-info .module-view-state li{
	height: 89px;
	border-bottom: 1px solid #B1B1B1;
	text-align: center;
	overflow: hidden;
}
.module-view .module-view-info .module-view-state li span{
	display: block;
	color: #656E73;
	font-size: 18px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0px 5px;
}
.module-view .module-view-info .module-view-state li em{
	display: block;
	font-size: 20px;
	font-size: 18px;
	color: #363D40;
	font-style: normal;
}
.module-view .module-view-info .module-view-intro{
	float: right;
	width: 360px;
	height: 270px;
	background: #eee;
}
.module-view .module-view-info .module-view-intro .pricebox{
	width: 100%;
	height: 60px;
}
.module-view .module-view-info .module-view-intro .pricebox .box{
	float: left;
	width: 180px;
	height: 40px;
	margin: 10px 0;
}
.module-view .module-view-info .module-view-intro .pricebox .title{
	float: right;
	padding: 0 10px;
	width: auto;
	height: 40px;
	background: #FF4400;
	background: #EC4F13;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.module-view .module-view-info .module-view-intro .pricebox .text{
	float: left;
	padding: 0 10px;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #FF4400;
	color: #EC4F13;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;


	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;

	-webkit-box-shadow: 0 1px 2px 0 rgba(158, 158, 158, 0.2);
	   -moz-box-shadow: 0 1px 2px 0 rgba(158,158,158,0.2);
	    -ms-box-shadow: 0 1px 2px 0 rgba(158,158,158,0.2);
	        box-shadow: 0 1px 2px 0 rgba(158, 158, 158, 0.2);
}
.module-view .module-view-info .module-view-intro .pricebox .text em{
	font-style: normal;
	font-size: 12px;
	color: #ccc;
}
.module-view .module-view-info .module-view-intro .itembox{
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 5px;
}
.module-view .module-view-info .module-view-intro .itembox .itembox-wrap{
	position: relative;
	width: 334px;
	height: 100px;
	margin: 0 0 0 12px;
	overflow: hidden;
}
.module-view .module-view-info .module-view-intro .itembox .l,
.module-view .module-view-info .module-view-intro .itembox .r{
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 10px;
	height: 80px;
	cursor: pointer;
	display: none;
}
.module-view .module-view-info .module-view-intro .itembox .r{
	left: 340px;
}
.module-view .module-view-info .module-view-intro .itembox .l span,
.module-view .module-view-info .module-view-intro .itembox .r span{
	display: block;
	float: left;
	margin-top: 35px;
	width: 8px;
	height: 14px;
	background: url(module/info_sprit.png) 0 0 no-repeat;
}
.module-view .module-view-info .module-view-intro .itembox .r span{
	background-position: 0 -30px;
}
.module-view .module-view-info .module-view-intro .itembox .l span:hover{
	background-position: -10px 0;
}
.module-view .module-view-info .module-view-intro .itembox .r span:hover{
	background-position: -10px -30px;
}
.module-view .module-view-info .module-view-intro .itembox ul{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: auto;
	height: 100px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}
.module-view .module-view-info .module-view-intro .itembox li{
	
	position: relative;
	display: inline-block;
	
	margin: 10px 0 0 10px;
	width: 150px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #DFDFDF;
	cursor: pointer;

	-webkit-box-shadow: 0 1px 2px 0 rgba(158, 158, 158, 0.2);
	   -moz-box-shadow: 0 1px 2px 0 rgba(158,158,158,0.2);
	    -ms-box-shadow: 0 1px 2px 0 rgba(158,158,158,0.2);
	        box-shadow: 0 1px 2px 0 rgba(158, 158, 158, 0.2);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	        border-radius: 4px;
}
.module-view .module-view-info .module-view-intro .itembox li.hover,
.module-view .module-view-info .module-view-intro .itembox li:hover{
	border: #D2322D 1px solid;
	border: #EC4F13 1px solid;
	position: relative;
}
.module-view .module-view-info .module-view-intro .itembox li.hover:after{
	content: "√";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 14px;
	background-color: #D2322D;
	background-color: #EC4F13;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;

	-webkit-border-radius: 4px 0 4px 0;
	   -moz-border-radius: 4px 0 4px 0;
	    -ms-border-radius: 4px 0 4px 0;
	        border-radius: 4px 0 4px 0;
}
.module-view .module-view-info .module-view-intro .itembox li .pic{
	width: 150px;
	height: 80px;
	overflow: hidden;
}
.module-view .module-view-info .module-view-intro .itembox li .pic img{
	margin: -5px 0 0 -5px;
	display: block;
	width: 160px;
	height: 90px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.module-view .module-view-info .module-view-intro .itembox li:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.module-view .module-view-info .module-view-intro .itembox li .text{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.8);
}
.module-view .module-view-info .module-view-intro .itembox li .stock{
	display: none;
	content: "3333";
	position: absolute;
	top: -1px;
	right: -1px;
	padding: 3px 7px;
	font-size: 14px;
	background: rgba(195, 195, 195, 0.5);
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;

	-webkit-border-radius: 0 4px 0 4px;
	   -moz-border-radius: 0 4px 0 4px;
	    -ms-border-radius: 0 4px 0 4px;
	        border-radius: 0 4px 0 4px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.module-view .module-view-info .module-view-intro .itembox li:hover .stock{
	display: block;
}
.module-view .module-view-info .module-view-intro .btnbox{
	width: 100%;
	height: 90px;
}
.module-view .module-view-info .module-view-intro .btnbox a{
	display: block;
	float: left;
	width: 180px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 24px;
	text-align: center;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.module-view .module-view-info .module-view-intro .btnbox a.cart{
	background: #C9394A;
	background: #EC4F13;
	border-radius: 5px;
	width: 165px;
	height: 65px;
	margin: 10px 5px 10px 10px;
	line-height: 65px;
}
.module-view .module-view-info .module-view-intro .btnbox a.cart.hover,
.module-view .module-view-info .module-view-intro .btnbox a.cart:hover{
	text-shadow: 2px 2px 5px #333;
	background: #B31D23;
	background: #DA4912;
}
.module-view .module-view-info .module-view-intro .btnbox a.cart.disabled{
	background: rgb(38, 37, 43);
}
.module-view .module-view-info .module-view-intro .btnbox a.fav{
	background: #268DCD;
	border-radius: 5px;
	width: 165px;
	height: 65px;
	margin: 10px 10px 10px 5px;
	line-height: 65px;
}
.module-view .module-view-info .module-view-intro .btnbox a.fav:hover{
	text-shadow: 2px 2px 5px #333;
	background: #217CB4;
}
.module-view .module-view-info .module-view-intro .btnbox a.done{
	background: #666;
}
.module-view .module-view-info .module-view-intro .btnbox a.done:hover{
	background: #333;
}
.module-view .module-view-detail{
	clear: both;
	width: inherit;
	display: inline-block;
}
.module-view .module-view-detail .module-view-related{
	width: 100%;
}
.module-view .module-view-detail .module-view-related dl{
	clear: both;
	padding: 0 18px;
	margin-bottom: 22px;
}
.module-view .module-view-detail .module-view-related dt{
	border-bottom: 1px solid #DDD;
	color: #5E5E5E;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.module-view .module-view-detail .module-view-related dd{
}
.module-view .module-view-detail .module-view-related dd .loading{
	margin: 10px auto 0;
	width:80px;
	height:80px;
	background: #000;
	background:url(loading.gif) 0 0 no-repeat;
}
.module-view .module-view-detail .module-view-related dd .module{
	position: relative;
	margin: 10px 8px 0;
	display: inline-block;
	width: 168px;
	height: 90px;
	overflow: hidden;
	border-radius: 5px;
	border: #CCC 1px solid;
}
.module-view .module-view-detail .module-view-related dd .module img{
	margin: -5px 0 0 -5px;
	display: block;
	width: 178px;
	height: 100px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.module-view .module-view-detail .module-view-related dd .module:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.module-view .module-view-detail .module-view-related dd .module h2{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.65);
}
.module-view .module-view-detail .module-view-related dd .module .price{

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.65);

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.module-view .module-view-detail .module-view-related dd .module:hover .price{
	background: rgba(230, 230, 230, 0.8);
	color: #D2322D;
}
.module-view .module-view-detail .module-view-main{
	width: 100%;
	padding: 0px 20px;
	min-height: 300px;
}
.module-view .module-view-detail .module-view-main h3{
	margin: 0;
	color: #5E5E5E;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
.module-view .module-view-detail .module-view-main .wiki{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #E4E4E4;
	font-size: 17px;
	line-height: 1.3em;
}
.module-view .module-view-detail .module-view-main .wiki img{
	max-width: 100%;
}
.module-view .module-view-detail .module-view-main table{
	border-collapse:collapse;
	border:1px #525152 solid;
	width:100%;

}
.module-view .module-view-detail .module-view-main th,
.module-view .module-view-detail .module-view-main td{
	border: 1px #525152 solid;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.module-view .module-view-detail .module-view-main th{
	line-height: 30px;
}
.module-view .module-view-detail .module-view-main li{
	word-wrap: break-word;
}

/* project */
.project-list{
	width: 100%;
	background: #edeff0;
	padding: 20px 0 !important;
	min-height: 750px;
}
.project-list .container{
	width: 1200px;
	color: #656e73;
	box-sizing: content-box;
}
.project-list .project-sidebar{
	float:left;
	width:262px;
}
.project-list .project-sidebar .project-sidebar-type{
	padding:10px;
	width:240px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	box-sizing: content-box;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-menu{
	overflow:hidden;
	position:relative;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-menu li{
	float:left;
	width:120px;
	height:39px;
	border-bottom:1px solid #D7EAF2;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-menu li a{
	display:block;
	text-align:center;
	line-height:29px;
	padding-bottom:10px;
	cursor: default;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-menu li a.curr{
	color:#1CAAEE;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-menu .dot-curr{
	position:absolute;
	width:120px;
	height:2px;
	left:0;
	bottom:0;
	background:#1CAAEE;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs{
	margin:0 10px;
	padding:15px 0;
	overflow:hidden;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs li{
	width:73px;
	float:left;
	line-height:30px;
	font-size:12px;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs li a{
	display:block;
	text-align:center;
	cursor:pointer;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs li a:hover,
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs li a.curr{
	background:#1CAAEE;
	color:#fff;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs .project-sidebar-job li{
	width:110px;
}
.project-list .project-sidebar .project-sidebar-type .project-sidebar-tabs .project-sidebar-job li a{
	width:110px;
	height:50px;
	display:table-cell;
	line-height:150%;
	vertical-align:middle;
}
.project-list .project-sidebar .project-sidebar-search{
	position:relative;
	padding:10px;
	width:240px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	box-sizing: content-box;
}
.project-list .project-sidebar .project-sidebar-search input{
	padding-left:40px;
	width:200px;
	line-height:20px;
	height:20px;
	font-size:12px;
	background:url(project/project_search.png) no-repeat left center;
}
.project-list .project-sidebar .project-sidebar-search input::-moz-placeholder{color:#d0d6d9}
.project-list .project-sidebar .project-sidebar-search input::-webkit-placeholder{color:#d0d6d9}
.project-list .project-sidebar .project-sidebar-search .project-sidebar-result{
	position:absolute;
	left:-1px;
	top:45px;
	width:260px;
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	border-top:1px solid #d5d7d8;
	background:#fff;
	overflow:hidden;
	display:none;
	font-size:12px;
	box-sizing: content-box;
}
.project-list .project-sidebar .project-sidebar-search .project-sidebar-result li{
	padding-left:12px;
	height:30px;
	line-height:30px;
	color:#99a1a6;
	cursor:default;
}
.project-list .project-sidebar .project-sidebar-search .project-sidebar-result li.curr,.project-sidebar .project-sidebar-search .project-sidebar-result li:hover{
	color:#656e73;
	background:#edf0f2;
}
.project-list .project-sidebar .project-sidebar-program{
	margin-bottom:20px;
	border:1px solid #e6e8e9;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 2px #d5d7d8;
	display:block;
	width:240px;
	height:100px;
	padding-top:20px;
	padding-left:20px;
	font-size:24px;
	background:#fff url(project/stepbystep.jpg) no-repeat left center;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
	box-sizing: content-box;
}
.project-list .project-content{
	float:right;
	position:relative;
	width:920px;
	min-height:720px;
	background:#fff;
	box-sizing: content-box;
}
.project-list .project-content .bg-loading{
	position:absolute;
	width:920px;
	height: 400px;
	background:#fff;
	z-index:1;
	left:0;
	display:none;
}
.project-list .project-content .loading{
	position:fixed;
	position:absolute;
	z-index:2;
	width:100%;
	height:80px;
	top:150px;
	background:url(loading.gif) center center no-repeat;
}
.project-list .project-content .project-tools{
	height:50px;
	background:#fff;
	padding:0 20px;
	width:880px;
	box-sizing: content-box;
	position: relative;
}
.project-list .project-content .project-tools h2{
	display: block;
	padding:10px 0;
	line-height:29px;
	color:#99a1a6;
	font-size:14px;
	border-bottom:1px solid #edf0f2;
	box-sizing: content-box;
}
.project-list .project-content .project-tools ul{
	position:absolute;
	right:20px;
	top:16px;
	box-sizing: content-box;
}
.project-list .project-content .project-tools ul li{
	float:left;
	width:60px;
	font-size:12px;
	text-align:center;
	box-sizing: content-box;
}
.project-list .project-content .project-tools ul li a{
	color:#b4bbbf;
	display:block;
	border-right:1px solid #edf0f2;
	line-height:20px;
	box-sizing: content-box;
	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.project-list .project-content .project-tools ul li:last-child a{
	border-right:0;
}
.project-list .project-content .project-tools ul li a:hover,
.project-list .project-content .project-tools ul li a.curr{
	color:#656e73;
}
.project-list .project-content .project-tools .dot-tool-curr{
	position:absolute;
	width:60px;
	height:2px;
	right:80px;
	top:48px;
	background:#7e878c;
}
.project-list .project-content .project-tools .dot-tool-curr.hot{
	right:20px;
}
.project-list .project-content .project-list-grid{
	padding:20px 10px;
	overflow:hidden;
	position:relative;
	min-height:500px;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid .nodata{
	margin-top:100px;
	height:160px;
	background:url(project/nodata.png) no-repeat center center;
}
.project-list .project-content .project-list-grid ul{
	overflow:hidden;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid li{
	background:#fff;
	background:#f7faf9;
	*background:#f7faf9;
	border-bottom:2px solid #f7faf9;
	*border-bottom:2px solid #f7faf9;
	border-radius:0 0 1px 1px;
	float:left;
	margin:5px 10px 15px;
	width:280px;
	height:240px;
	position:relative;
	box-shadow:0 1px 2px #c5c5c5;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
	     -o-transition:.3s;
	        transition:.3s;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid li .project-list-img{
	width:280px;
	height:160px;
	overflow:hidden;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid li .project-list-img img{
	width:280px;
	height:160px;
	display:block;
	-webkit-transition:1s;
	   -moz-transition:1s;
	     -o-transition:1s;
	        transition:1s;
}
.project-list .project-content .project-list-grid li h5{
	margin: 0;
	color:#363d40;
	height: 50px;
	line-height:50px;
	font-size: 20px;
	text-align:center;
	overflow: hidden;
	font-family: "TyponineSans Light 17";
	font-weight: bold;
}
.project-list .project-content .project-list-grid li .intro{
	position:absolute;
	padding:0 14px;
	opacity:0;
	top:160px;
	left:0;
	width:252px;
	background:#fff;
	background:#f7faf9;
	*background:#f7faf9;
	display:none;
	*display:none;
	font-size:12px;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
	     -o-transition:.3s;
	        transition:.3s;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid li .intro p{
	margin: 0;
	padding: 0;
	padding-top:10px;
	height:40px;
	line-height:20px;
	overflow: hidden;
	box-sizing: content-box;
	font-family: "TyponineSans Light 17";
}
.project-list .project-content .project-list-grid li .intro span{
	color:#b4bbbf;
}
.project-list .project-content .project-list-grid li .tips{
	padding:0 14px;
	font-size:12px;
	color:#b4bbbf;
	box-sizing: content-box;
}
.project-list .project-content .project-list-grid li .l{
	float: left;
}
.project-list .project-content .project-list-grid li .r{
	float: right;
}
.project-list .project-content .project-list-grid li .views{color:#86d693 !important;}
.project-list .project-content .project-list-grid li .author{
	color:#1CAAEE !important;
	max-width: 140px;
	height: 18px;
	overflow: hidden;
}
.project-list .project-content .project-list-grid li:hover{
	border-bottom:2px solid #dae0e5;
	*border-bottom:2px solid #dae0e5;
	box-shadow:0 2px 8px #bbb;
}
.project-list .project-content .project-list-grid li:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.project-list .project-content .project-list-grid li:hover .intro{
	color:#656e73;
	opacity:1;
	display:block;
	*display:block;
}
.project-list .project-content .project-list-grid .btn-next{
	border:1px solid #d0d6d9;
	display:block;
	margin:10px 0;
	margin-left:310px;
	width:278px;
	height:48px;
	line-height:48px;
	text-align:center;

	-webkit-transition:.6s;
	   -moz-transition:.6s;
	     -o-transition:.6s;
	        transition:.6s;
}
.project-list .project-content .project-list-grid .btn-next:hover{
	background:#1CAAEE;
	color:#fff;
}
.project-list .project-content .project-list-grid .btn-loading{
	border:0;
	height:52px;
	text-indent:-99em;
	overflow:hidden;
	background:#fff url(loading.gif) center center no-repeat;
}
.project-stepmenu{
	position:fixed;
	background:rgba(43,44,45,0.6);
	width:100%;
	height:40px;
	bottom:0px;
	z-index:999;
	box-shadow:0 0 1px rgba(43,44,45,0.6);
	display: none;
}
.project-stepmenu .title{
	width:160px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:28px;
	font-family: 'TyponineSans Regular 18';
	background:rgb(159,160,161);
	float:left;
	margin-top:-10px;
	border-top-right-radius:5px;
}
.project-stepmenu .item{
	min-width:50px;
	float:left;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:rgba(189,192,193,0.8);
	border-right: rgba(255,255,255,0.3) 1px solid;
}
.project-stepmenu .item.hover{
	background:rgba(0,143,222,0.8);
}
.project-view{
	width: 100%;
	background: #edeff0;
	padding: 20px 0;
}
.project-view .container{
	width: 1016px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

	-webkit-box-shadow: 0px 0px 4px #d5d7d8;
	   -moz-box-shadow: 0px 0px 4px #d5d7d8;
	     -o-box-shadow: 0px 0px 4px #d5d7d8;
	        box-shadow: 0px 0px 4px #d5d7d8;
}
.project-view .project-view-title{
	padding: 20px;
	box-sizing: content-box;
	background: #FFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F4F4F4));
	background: -webkit-linear-gradient(top, #FFF 0%,#F4F4F4 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, #FFF 0%,#F4F4F4 100%);
	border-bottom: 1px solid rgba(145, 145, 145, 0.48);
}
.project-view .project-view-title a.back-btn{
	background: url(module/info_sprit2.png) 5px 9px no-repeat #B4BBBF;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	margin: 0;
	box-sizing: content-box;
}
.project-view .project-view-title a.back-btn:hover{background-color:#999;}
.project-view .project-view-title h1{
	display: inline-block;
	margin: 0 10px;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	box-sizing: content-box;
	font-family: "TyponineSans Monospace Regular 4";
	font-family: "freight-sans-pro";
}
.project-view .project-view-title h1 span.author{
	font-size: 12px;
	margin-left: 5px;
	color: #999;
	font-family: "TyponineSans Regular 18";
	font-family: "freight-sans-pro";
}
.project-view .project-view-title .fr{
	float: right;
}
.project-view .project-view-title .btn-default
{
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #B3B3B3;
}
.project-view .project-view-info{
	width: inherit;
	display: inline-block;
}
.project-view .project-view-info .project-view-pic{
	float: left;
	margin: 20px 0 0 20px;
	padding: 20px;
	width: 640px;
	height: 380px;
	position: relative;
	overflow: hidden;
	background-color: #F6F6F6;
	border: 1px solid rgba(0, 0, 0, 0.21);
	border-radius: 5px;
}
.project-view .project-view-info .project-view-pic img{
	display: block;
	width: 600px;
	height: 340px;
	border-radius: 4px;
}
.project-view .project-view-info .project-view-about{
	float: right;
	width: 320px;
	height: 380px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 14px;
	background-color: #F9F9F9;
}
.project-view .project-view-info .project-view-about h3{
	margin: 0;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #CCC;
	background: linear-gradient(#FFF, #E9E9E9);
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	font-family: "freight-sans-pro";
}
.project-view .project-view-info .project-view-about > div {position:relative;}
.project-view .project-view-info .project-view-about > div:before {position:absolute; top:0; left:0; border-top:1px solid #e5e5e5; content:''; width:100%}
.project-view .project-view-info .project-view-about > div:after {position:absolute; top:1px; left:0; border-top:1px solid #fff; content:''; width:100%}

.project-view .project-view-info .project-view-about > div span{font-weight: bold;}
.project-view .project-view-info .project-view-about > div span.count,
.project-view .project-view-info .project-view-about > div span.title{font-size: 18px;}
.project-view .project-view-info .project-view-about .info{
	height: 90px;
	overflow: hidden;
}
.project-view .project-view-info .project-view-about .info:before,
.project-view .project-view-info .project-view-about .info:after{border: 0;}
.project-view .project-view-info .project-view-about .info .state{
	float: left;
	position: relative;
	width: 165px;
	min-height: 78px;
	padding: 15px 15px 15px 20px;
}
.project-view .project-view-info .project-view-about .info .state:before {position:absolute; right:1px; top:1px; border-right:1px solid #fff; content:''; height:100%}
.project-view .project-view-info .project-view-about .info .state:after {position:absolute; right:0; top:1px; border-right:1px solid #e5e5e5; content:''; height:100%}
.project-view .project-view-info .project-view-about .info .extras{
	float: right;
	width: 130px;
	padding: 25px 15px 15px 15px;
}
.project-view .project-view-info .project-view-about .desc{
	padding: 10px;
	height: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.project-view .project-view-info .project-view-about .desc p{
	white-space: normal;
}
.project-view .project-view-info .project-view-about .tags{
	padding: 10px;
	height: 100px;
	overflow: hidden;
}
.project-view .project-view-info .project-view-about .tags span{
	float: left;
	font-weight: bold;
	color: #333;
	position: relative;
	margin-right: 5px;
}
.project-view .project-view-info .project-view-about .tags a{
	float: left;
	line-height: 24px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
	background-repeat: repeat-x;
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.project-view .project-view-detail{
	clear: both;
	width: inherit;
	display: inline-block;
}
.project-view .project-view-detail .project-view-related{
	width: 100%;
}
.project-view .project-view-detail .project-view-related dl{
	clear: both;
	padding: 0 18px;
	margin-bottom: 22px;
}
.project-view .project-view-detail .project-view-related dt{
	border-bottom: 1px solid #DDD;
	color: #5E5E5E;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.project-view .project-view-detail .project-view-related dd{
}
.project-view .project-view-detail .project-view-related dd .loading{
	margin: 10px auto 0;
	width:80px;
	height:80px;
	background: #000;
	background:url(loading.gif) 0 0 no-repeat;
}
.project-view .project-view-detail .project-view-related dd .project{
	position: relative;
	margin: 10px 8px 0;
	display: inline-block;
	width: 168px;
	height: 90px;
	overflow: hidden;
	border-radius: 5px;
	border: #CCC 1px solid;
}
.project-view .project-view-detail .project-view-related dd .project img{
	margin: -5px 0 0 -5px;
	display: block;
	width: 178px;
	height: 100px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.project-view .project-view-detail .project-view-related dd .project:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.project-view .project-view-detail .project-view-related dd .project h2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.65);
}
.project-view .project-view-detail .project-view-related dd .project:hover h2{
	background: rgba(230, 230, 230, 0.8);
	color: #D2322D;
}
.project-view .project-view-detail .project-view-main{
	width: 100%;
	padding: 0px 20px;
	min-height: 300px;
}
.project-view .project-view-detail .project-view-main .project-step1{
	position: absolute;
	background: #f00;
	width: 100px;
	height: 41px;
	line-height: 41px;
	font-family: 'TyponineSans Regular 18';
	font-size: 28px;
	color: #fff;
	background: url(/pic/project/step.png) no-repeat 0 0;
	padding-right: 8px;
	cursor: pointer;
	text-align: right;
}
.project-view .project-view-detail .project-view-main .project-step2{
	position: absolute;
	background: #f00;
	width: 100px;
	height: 41px;
	line-height: 41px;
	font-family: 'TyponineSans Regular 18';
	font-size: 28px;
	color: #fff;
	background: url(/pic/project/step.png) no-repeat 0 -41px;
	padding-left: 8px;
	cursor: pointer;
}
.project-view .project-view-detail .project-view-main .project-step1.project-stephover,
.project-view .project-view-detail .project-view-main .project-step2.project-stephover{
	background-image: url(/pic/project/step-blue.png);
}
.project-view .project-view-detail .project-view-main dl{
	clear: both;
	margin-bottom: 22px;
}
.project-view .project-view-detail .project-view-main dt{
	border-bottom: 1px solid #DDD;
	color: #5E5E5E;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
.project-view .project-view-detail .project-view-main dd{
}
.project-view .project-view-detail .project-view-main dd .photobox{
	display: inline-block;
	margin: 10px auto;
	padding: 0 20px 20px 20px;
	background-color: #F6F6F6;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.project-view .project-view-detail .project-view-main dd .photobox .pic{
	margin-top: 20px;
}
.project-view .project-view-detail .project-view-main dd .photobox img{
	max-width: 100%;
}
.project-view .project-view-detail .project-view-main dd .wiki{
	font-size: 17px;
	line-height: 1.3em;
	margin-top: 5px;
}
.project-view .project-view-detail .project-view-main dd .wiki table{
	width: 100%;
	clear: both;
}
.project-view .project-view-detail .project-view-main dd .wiki th,
.project-view .project-view-detail .project-view-main dd .wiki td{
	text-align: center;
}
.project-view .project-view-detail .project-view-main dd .wiki pre{
	clear: both;
	font-size: 14px;
	white-space: normal;
}
.project-view .project-view-detail .project-view-main dd .wiki span{
	white-space: nowrap;
	display: inline;
	word-break: nowrap;
	word-wrap: nowrap;
}
.project-view .project-view-detail .project-view-main dd .wiki p{
	word-wrap: break-word;
}
.project-view .project-view-detail .project-view-main dd .wiki ol,
.project-view .project-view-detail .project-view-main dd .wiki ul,
.project-view .project-view-detail .project-view-main dd .wiki dl{
padding: 0 40px;
}
.project-view .project-view-detail .project-view-main dd .wiki ol{
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.project-view .project-view-detail .project-view-main dd .wiki ol li{
	list-style-type: decimal;
}
.project-view .project-view-detail .project-view-main dd .wiki ul{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.project-view .project-view-detail .project-view-main dd .wiki ul li{
	list-style-type: disc;
	word-wrap: break-word;
}
.project-view .project-view-detail .project-view-main dd .wiki img{
	box-shadow:0 2px 8px #bbb;
	margin: 5px;
	max-width: 100%;
}
.project-view .project-view-detail .project-view-main dd .wiki a{
	text-decoration: underline;
	color: rgb(32,159,232);
}
.project-view .project-view-detail .project-view-main dd .wiki a:hover{
	font-weight: bold;
}

/* cart */
.cart-view{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
.cart-view .container{
	width: 960px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;
}
.cart-view .cart-view-title{
	padding: 20px;
	box-sizing: content-box;
	background: #F8F9FA;
}
.cart-view .cart-view-title a.back-btn{
	background: url(module/info_sprit2.png) 5px 9px no-repeat #B4BBBF;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	margin: 0;
	box-sizing: content-box;
}
.cart-view .cart-view-title a.back-btn:hover{background-color:#999;}
.cart-view .cart-view-title h1{
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	box-sizing: content-box;
}
.cart-view .cart-view-info{
	width: inherit;
	height: auto;
	display: inline-block;
}
.cart-view .cart-view-info table{
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.cart-view .cart-view-info table>tbody>tr:nth-child(odd)>td{
	background-color: #F9F9F9;
}
.cart-view .cart-view-info tr{
	border-bottom: #ECEDEF 1px solid;
}
.cart-view .cart-view-info tr:hover{
	background: #F9F9F9;
}
.cart-view .cart-view-info tr:hover th{
	background: #fff;
}
.cart-view .cart-view-info table th{
	line-height: 50px;
	height: 50px;
}
.cart-view .cart-view-info th,
.cart-view .cart-view-info td{
	text-align: center;
}
.cart-view .cart-view-info table .module{
	position: relative;
	margin: 10px 0;
	display: inline-block;
	width: 168px;
	height: 90px;
	overflow: hidden;
	border-radius: 5px;
	border: #ccc 1px solid;
}
.cart-view .cart-view-info table .module img{
	margin: -5px 0 0 -5px;
	display: block;
	width: 178px;
	height: 100px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.cart-view .cart-view-info table tr:hover .module img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.cart-view .cart-view-info table .module .text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.65);
}
.cart-view .cart-view-info table .quantity a,
.cart-view .cart-view-info table .quantity .text{
	display: inline-block;
	padding: 2px 10px;
	border: #ccc 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	background: #fff;
	cursor: pointer;
	width: 40px;
}
.cart-view .cart-view-info table .quantity a:hover{
	background: #999;
	color: #fff;
}
.cart-view .cart-view-info table .quantity .text{
	cursor: default;
	margin: 0 5px;
	background: #fff;
	width: auto;
}
.cart-view .cart-view-info table a.del{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(module/del.png) no-repeat 0 0;
}
.cart-view .cart-view-info table .price{
	color: #FF4400;
}
.cart-view .cart-view-state{
	text-align: right;
	height: 50px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.cart-view .cart-view-state span.total{
	color: #FF4400;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 20px;
}
.cart-view .cart-view-state a{
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #0093DA;
	color: #fff;
	border-radius: 5px;
}
.cart-view .cart-view-state a:hover{
	background: #009EEA;
}
.cart-view .cart-view-step{
	width: inherit;
	height: auto;
	display: inline-block;
}
.cart-view .cart-view-step h2{
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
}
.cart-view .cart-view-step dl{
	padding: 10px 20px;
}
.cart-view .cart-view-step dl dt{
	background: #F9FAFB;
	color: #696A6E;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.cart-view .cart-view-step dl dt:hover,
.cart-view .cart-view-step dl.hover dt{
	padding-left: 30px;
	color: #333;
}
.cart-view .cart-view-step dl dt em{
	display: inline-block;
	float: right;
	color: #149BDD;
	padding-right: 20px;
	font-weight: bold;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.cart-view .cart-view-step dl dt:hover em,
.cart-view .cart-view-step dl.hover dt em{
	padding-right: 10px;
}
.cart-view .cart-view-step dd{
	padding: 5px 20px;
	display: none;
}
.cart-view .cart-view-step dd .choose{
	margin-bottom: 10px;
}
.cart-view .cart-view-step dd .choose a{
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border: #009EEA 1px solid;
	margin-right: 5px;
	position: relative;
}
.cart-view .cart-view-step dd .choose a:hover,
.cart-view .cart-view-step dd .choose a.hover{
	background: #009EEA;
	color: #fff;
}
.cart-view .cart-view-step dd .choose a:hover:after,
.cart-view .cart-view-step dd .choose a.hover:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent; 
    border-top:5px solid #009EEA; 
	color: #fff;
}
.cart-view .cart-view-step dd .choose a.none{
	display: none;
}
.cart-view .cart-view-step dd .item{
	display: block;
	padding: 10px 10px 10px 40px;
	margin: 10px 0;
	border: #ccc 1px solid;
	cursor: pointer;
	position: relative;
}
.cart-view .cart-view-step dd .item .close{
	position: absolute;
	top: -1px;
	right: -1px;
	padding: 3px 10px;
	font-size: 14px;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #FFF;
	background: rgba(215, 0, 0, 1);
	opacity: 0.6;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
}
.cart-view .cart-view-step dd .item .close:hover{
	background: rgba(185, 0, 0, 1);
}
.cart-view .cart-view-step dd .item:hover,
.cart-view .cart-view-step dd .item.hover{
	border: #009EEA 1px solid;
}
.cart-view .cart-view-step dd .item.hover:after{
  content: "√";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  color: #FFF;
  background: rgba(0, 185, 234, 0.65);

  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
.cart-view .cart-view-step dd .item em{
	font-style: normal;
	font-weight: bold;
	color: #0C7DB4;
	display: inline-block;
}
.cart-view .cart-view-step dd .item span{
	padding:0 5px;
	display: inline-block;
	text-decoration: underline;
}
.cart-view .cart-view-step dd .input-group{
    width: 600px;
    margin-bottom: 10px;
}
.cart-view .cart-view-step dd button.next{
	padding-left: 30px;
	padding-right: 30px;
}
.cart-view .cart-view-step dd button.back{
	margin-left: 10px;
}


.cart-view h2,
.cart-view .address-list,
.cart-view .cart-view-step,
.cart-view .cart-view-confirm,
.cart-view .cart-view-success,
.cart-view .cart-view-step dl dd{
	display: none;
}


/* fav */
.fav-view{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
.fav-view .container{
	width: 960px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;
}
.fav-view .fav-view-title{
	padding: 20px;
	box-sizing: content-box;
	background: #F8F9FA;
}
.fav-view .fav-view-title a.back-btn{
	background: url(module/info_sprit2.png) 5px 9px no-repeat #B4BBBF;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	margin: 0;
	box-sizing: content-box;
}
.fav-view .fav-view-title a.back-btn:hover{background-color:#999;}
.fav-view .fav-view-title h1{
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	box-sizing: content-box;
}
.fav-view .fav-view-info{
	width: inherit;
	height: auto;
	display: inline-block;
}
.fav-view .fav-view-list{
	width: inherit;
	height: auto;
	display: inline-block;
	padding: 10px 0;
}
.fav-view .fav-view-list h2{
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
}
.fav-view .fav-view-list ul{
	padding: 5px 10px;
	margin: 0 10px;
}
.fav-view .fav-view-list li{
	position: relative;
	margin: 6px;
	display: inline-block;
	width: 168px;
	height: 90px;
	overflow: hidden;
	border-radius: 5px;
	border: #ccc 1px solid;
}
.fav-view .fav-view-list li img{
	margin: -5px 0 0 -5px;
	display: block;
	width: 178px;
	height: 100px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.fav-view .fav-view-list li:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.fav-view .fav-view-list li .text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: rgba(185, 185, 185, 0.65);
}

/* order */
.order-view{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
.order-view .container{
	width: 960px;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;
}
.order-view .order-view-title{
	padding: 20px;
	box-sizing: content-box;
	background: #F8F9FA;
}
.order-view .order-view-title a.back-btn{
	background: url(module/info_sprit2.png) 5px 9px no-repeat #B4BBBF;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	margin: 0;
	box-sizing: content-box;
}
.order-view .order-view-title a.back-btn:hover{background-color:#999;}
.order-view .order-view-title h1{
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	box-sizing: content-box;
}
.order-view .order-view-info{
	width: inherit;
	height: auto;
	display: inline-block;
}
.order-view .order-view-info h2{
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
}
.order-view .order-view-info table{
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #333;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.order-view .order-view-info tr{
	border-bottom: #ECEDEF 1px solid;
}
.order-view .order-view-info tr:hover{
	background: #F9F9F9;
}
.order-view .order-view-info tr:hover th{
	background: #fff;
}
.order-view .order-view-info table th{
	line-height: 50px;
	height: 50px;
}
.order-view .order-view-info th,
.order-view .order-view-info td{
	text-align: center;
}
.order-view .order-view-info td.ks2{
	background: url(/pic/icon/ks2.png) no-repeat center 40px;
}
.order-view .order-view-info td .modulebox{
	width: 420px;
	padding-left: 10px;
	height: 60px;
	overflow: hidden;
	border-left: #ECEDEF 1px solid;
	border-right: #ECEDEF 1px solid;
	position: relative;
	text-align: left;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.order-view .order-view-info td .modulebox .more,
.order-view .order-view-info td .modulebox .up{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgb(16,148,212);
	background: #ccc;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}
.order-view .order-view-info td .modulebox .up{
	display: none;
}
.order-view .order-view-info td .modulebox .more:hover,
.order-view .order-view-info td .modulebox .up:hover{
	background: #999;
	color: #fff;
}
.order-view .order-view-info td a.detail{
	display: inline-block;
	background: #009EEA;
	color: #fff;
	padding: 5px 10px;
	margin:5px 0;
	font-weight: bold;
	font-size: 18px;
	border: #009EEA 1px solid;
	border-radius: 4px;
}
.order-view .order-view-info td a.detail:hover{
	background: #1094D4;
}
.order-view .order-view-info .address,
.order-view .order-view-info .shipping_requirements,
.order-view .order-view-info .payment_requirements{
	display: block;
	padding: 5px 10px 5px 60px;
	margin: 10px;
	border: #D9534F 1px solid;
	border: #ccc 1px solid;
	border-radius: 5px;
	position: relative;
}
.order-view .order-view-info .address:after,
.order-view .order-view-info .shipping_requirements:after,
.order-view .order-view-info .payment_requirements:after{
  content: "Address";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  background-color: #D2322D;
  background-color: #999;
  color: #fff;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
.order-view .order-view-info .address{
	padding-left: 80px;
}
.order-view .order-view-info .address em{
	font-style: normal;
	font-weight: bold;
	color: #D9534F;
	color:#333;
	display: inline-block;
}
.order-view .order-view-info .address span{
	font-weight: bold;
	color:#666;
	padding:0 5px;
	display: inline-block;
	text-decoration: underline;
}
.order-view .order-view-info .shipping_requirements,
.order-view .order-view-info .payment_requirements{
	padding-left: 160px;
}
.order-view .order-view-info .shipping_requirements:after{
  content: "shipping requirements";
}
.order-view .order-view-info .payment_requirements:after{
	content: "payment requirements";
}
.order-view .order-view-info .shipping_requirements span,
.order-view .order-view-info .payment_requirements span{
	font-weight: bold;
}
.order-view .order-view-info .status{
	display: block;
	margin: 10px;
	text-align: center;
}
.order-view .order-view-info .status span{
	display: inline-block;
	background: #009EEA;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	border: #009EEA 1px solid;

	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}
.order-view .order-view-info .status em{
	padding: 5px 20px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #009EEA;
	border: #009EEA 1px solid;
}
.order-view .order-view-info .status input.button{
	margin-top: 10px;
	display: inline-block;
	background: #FF4400;
	color: #fff;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 18px;
	border: #FF4400 1px solid;
	border-radius: 4px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.order-view .order-view-info .status input.button:hover{
	background: #EA4100;
}
.order-view .order-view-info .status a.track{
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
	background: #FF4400;
	color: #fff;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 18px;
	border: #FF4400 1px solid;
	border-radius: 4px;

	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.order-view .order-view-info .status a.track:hover{
	background: #EA4100;
}
.order-view .order-view-state{
	text-align: right;
	height: 50px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.order-view .order-view-state span.total{
	color: #FF4400;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 20px;
}
.order-view .order-view-state a{
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #0093DA;
	color: #fff;
	border-radius: 5px;
}
.order-view .order-view-state a:hover{
	background: #009EEA;
}

.order-view .order-view-success{
	width: inherit;
	height: auto;
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}
.order-view .order-view-success .done{
	display: inline-block;
	margin: 10px auto;
	height: 72px;
	line-height: 72px;
	background: url(module/successfully.png) no-repeat 0 0;
	font-size: 50px;
	padding-left: 80px;
}
.order-view .order-view-success p{
	margin: 5px auto;
	padding-left: 50px;
	width: 350px;
	line-height: 25px;
	text-align: left;
	font-size: 18px;
}
.order-view .order-view-success p a{
	color: #149BDD;
	text-decoration: underline;
}


/* login */
.login-view{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
.login-view .container{
	width: 960px;
	margin: 10px auto;
	padding: 10px 0;
	background: #fff;
	border-radius: 5px;
	box-sizing: content-box;
	clear: both;
}
.login-view .login-view-loginbox{
	float: left;
	width: 480px;
	min-height: 300px;
}
.login-view .login-view-regbox{
	float: right;
	width: 480px;
	border-left: 1px solid #DDD;
}
.login-view .login-view-forgotbox{
	width: auto;
}
.login-view .login-view-loginbox h2,
.login-view .login-view-regbox h2,
.login-view .login-view-forgotbox h2{
	margin: 10px 20px;
	padding: 5px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DDD;
}
.login-view .login-view-form{
	background-color:#fff;
	border:1px solid rgba(89,89,89,.2);
	margin: 10px 20px;
	padding:18px 20px 0;
	text-align:left;

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}
.login-view .login-view-form label{
	color:#575757;
	width: 100%;
}
.login-view .login-view-form .bottom{
	font-size:12px;
	margin:5px -20px 0;
	padding:15px 15px 13px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	background-color:#f6f6f6;
	border-top:1px solid #e5e5e5
}
.login-view .login-view-form .bottom p{
	color:#636363;
	padding-top:10px
}
.login-view .login-view-form .bottom p a{
	color:#636363
}
.login-view .login-view-form .bottom p a:hover{
	color:#b34300
}

/* teamer */
.teamer{
	width: 100%;
	background: #edeff0;
	padding: 20px 0 !important;
	min-height: 350px;
}
.teamer .container{
	width: 960px;
	color: #656e73;
	box-sizing: content-box;
}
.teamer h2{
	text-align: center;
	font-size: 50px;
	color: #333;
	font-weight: bold;
}
.teamer ul.member-login{
	width: 960px;
	margin: 20px auto;
	text-align: center;
}
.teamer ul.member-login li{
	display: inline-block;
	width: 120px;
	height: 35px;
	margin: 10px;
	border: #0E71DE 1px solid;
	border-radius: 25px;
	text-align: center;
	color: #0E71DE;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	line-height: 35px;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	background: #999;
	color: #fff;
}
.teamer ul.member-login li:hover{
	color: #FF5800;
	border: #FF5800 1px solid;
	border: 0;
}
.teamer ul.member-login li.hover{
	color: #fff;
	background: #FF5800;
	border: #FF5800 1px solid;
}

.teamer .member-index{
	width: 960px;
	margin: 30px auto;
	text-align: center;
}
.teamer .member-index a{
	display: inline-block;
	width: 150px;
	height: 70px;
	line-height: 70px;
	margin: 20px;
	border: #1094D4 2px solid;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	color: #1094D4;
	font-size: 28px;
	font-weight: bold;
	background: #fff;
	overflow: hidden;
	cursor: pointer;

	background-color: #5890ff;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-family: "freight-sans-pro";
	font-size: 30px;
}
.teamer .member-index a:hover,
.teamer .member-index a.hover{
	color: #fff;
	background: #1094D4;
	background-color: #72a1ff;
}
.teamer .list-area{
	position: relative;
	width: 920px;
	margin: 10px 0;
	padding: 20px;
	background: #fff;
	border:#D9D9D9 1px solid;
	border-radius: 10px;
}
.teamer .list-area .list-area-search{
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
	width: 240px;
	border: 1px solid #e6e8e9;
	border-top: 0;
	background-color: #fff;
	box-shadow: 0 0 2px #d5d7d8;
	box-sizing: content-box;
}
.teamer .list-area .list-area-search input{
	padding-left: 40px;
	width: 200px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	background: url(project/project_search.png) no-repeat left center;
}
.teamer .list-area .list-area-search p{
	border-top: #eee 1px solid;
	margin: 0;
	margin-top: 5px;
	padding-top: 5px;
	width: 240px;
	height: 28px;
	line-height: 26px;
	overflow: hidden;
	color: rgb(236,79,19);
}
.teamer .list-area .list-area-search p span.del{
	background: #ccc;
	color: #fff;
	padding: 0 5px;
	border-radius: 10px;
	margin-right: 5px;
	cursor: pointer;
}
.teamer .list-area .list-area-search p span.del:hover{
	background: #999;
	color: #fff;
}
.teamer .list-area table{
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.teamer .list-area table tr:hover{
	background: #F9F9F9;
}
.teamer .list-area table th,
.teamer .list-area table td{
	text-align: center;
}
.teamer .list-area table td.ks2{
	background: url(/pic/icon/ks2.png) no-repeat center 40px;
}
.teamer .list-area p{
	color: #333;
}
.teamer .list-area p b{
	padding-right: 10px;
}
.teamer .list-area p a{
    display: inline-block;
    width: auto;
    text-align: center;
    border: #ccc 1px solid;
    font-style: normal;
    border-radius: 5px;
    cursor: pointer;
    padding:5px 10px;
    margin-right:5px;
    margin-top:5px;
}
.teamer .list-area p a:hover,
.teamer .list-area p a.hover{
	color: #fff;
    background: #C53D36;
    border: #C53D36 1px solid;
}
.teamer .list-area button{
	margin: 5px 2px;
}
.teamer .list-area .modulebox{
	width: 404px;
	height: 61px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.teamer .list-area .modulebox.all{
	height: auto;
}
.teamer .list-area .modulebox .more,
.teamer .list-area .modulebox .up{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgb(16,148,212);
	background: #ccc;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}
.teamer .list-area .modulebox .up{
	display: none;
}
.teamer .list-area .modulebox .more:hover,
.teamer .list-area .modulebox .up:hover{
	background: #999;
	color: #fff;
}
.teamer .list-area .date-box{
	border:#ccc 1px solid;
	border-radius:5px;
	width:100%;
	height:130px;
	overflow:hidden;
}
.teamer .list-area .date-box.hover{
	border: rgb(197,61,54) 2px solid;
	box-shadow: 0 1px 2px rgb(197,61,54);
}
.teamer .list-area .pic-box{
	width:100%;
	height:100px;
	position:relative;
	background:rgb(210,210,210);
}
.teamer .list-area .pic-box .title-box{
	font-size:30px;
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	line-height:50px;
	background:rgba(210,210,210,0.8);
	border-radius:0 0 20px 0;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.teamer .list-area .date-box:hover .title-box{
	color: #fff;
	background: rgba(197,61,54,0.8);
}
.teamer .list-area .pic-box img{
	display:block;
	width:100%;
	height:100%;
}
.teamer .list-area .pic-box span.price{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:24px;
	line-height:24px;
	font-size:12px;
	text-align:center;
	color:#FFF;
	background:rgba(185, 185, 185, 0.65);
}
.teamer .list-area .btn-box{
	width:100%;
	height:30px;
}
.teamer .list-area .btn-box div{
	float:left;
	width:50%;
	height:30px;
	cursor: pointer;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.teamer .list-area .btn-box .edit-box{
	background:rgb(240,173,78);
}
.teamer .list-area .btn-box .del-box{
	background:rgb(217,83,73);
}
.teamer .list-area .btn-box .edit-box:hover{
	background:rgb(237,156,40);
}
.teamer .list-area .btn-box .del-box:hover{
	background:rgb(210,50,45);
}

.teamer .form-area{
	position: relative;

	width: 920px;
	margin: 10px 0;
	padding: 20px;
	background: #fff;
	border:#D9D9D9 1px solid;
	border-radius: 10px;
}
.teamer .form-area p{
    line-height: 24px;
}
.teamer .form-area p span{
    display: inline-block;
    width: 120px;
    text-align: right;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.teamer .form-area p em{
    display: inline-block;
    width: auto;
    text-align: center;
    border: #ccc 1px solid;
    font-style: normal;
    border-radius: 5px;
    cursor: pointer;
    padding:2px 5px;
    margin:5px;
    margin-left: 13px;
	box-sizing: content-box;
}
.teamer .form-area p em:hover,
.teamer .form-area p em.hover{
	color: #fff;
    background: #C53D36;
    border: #C53D36 1px solid;
}
.teamer .form-area p input,
.teamer .form-area p textarea{
    margin-left: 10px;
	display: inline-block;
}
.teamer .form-area p input{
	width: 400px;
}
.teamer .form-area p textarea{
    width: 400px;
}
.teamer .form-area ul.taglist{
	width: 400px;
	margin-left: 135px;
}
.teamer .form-area ul.taglist li{
	display: inline-block;
	padding: 2px 5px;
	margin: 5px 5px 0 0;
	border-radius: 10px;
	border: #ccc 1px solid;
	border: 0;
	background: rgb(237, 240, 242);
	color: rgb(101, 110, 115);
}
.teamer .form-area ul.taglist li:hover{
	color: #fff;
    background: #C53D36;
    border: #C53D36 1px solid;
    cursor: pointer;
	border: 0;
    background: rgb(153, 161, 166);
	color: rgb(255, 255, 255);
}
.teamer .form-area ul.itemlist{
	margin-left: 160px;
	margin-bottom: 20px;
}
.teamer .form-area li.item{
	width: 280px;
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	border: #999 1px solid;
	border-radius: 5px;
	padding-bottom: 10px;
}
.teamer .form-area li.item.hover{
	border: #D2322D 1px solid;
	position: relative;
}

.teamer .form-area li.item.hover:after{
  content: "Default";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  background-color: #D2322D;
  color: #fff;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.teamer .form-area li.item.item-plus{
    border:#7CBB00 1px solid;
	line-height: 375px;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #7CBB00;
	cursor: pointer;
}
.teamer .form-area li.item.item-plus:hover{
	color: #fff;
	background: #7CBB00;
}

.teamer .form-area .item-pic{
	position: relative;
	width: 280px;
	height: 160px;
    margin-bottom: 5px;
	cursor: pointer;
}
.teamer .form-area .item-pic img{
	width: 280px;
	height: 160px;
}
.teamer .form-area .item-pic.loading{
	background: url(loading.gif) no-repeat center center;
}
.teamer .form-area .item-pic.loading img{
	display: none;
}
.teamer .form-area .input-group{
    width: 80%;
    margin: 0 auto 10px;
}
.teamer .form-area ul.itemlist.projectlist{
	margin-left: 15px;
}
.teamer .form-area ul.itemlist.projectlist li.item{
	float: none;
	width: 100%;
	position: relative;
}
.teamer .form-area ul.itemlist.projectlist li.item .item-num{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	color: #FFF;
	background: rgba(185, 185, 185, 0.85);
	padding: 2px 10px;
	border-radius: 0 0 5px 0;
}
.teamer .form-area ul.itemlist.projectlist li.item .item-close{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	color: #FFF;
	padding: 2px 10px;
	background: rgba(185, 185, 185, 0.6);
	border-radius: 0 0 0 5px;
	cursor: pointer;
}
.teamer .form-area ul.itemlist.projectlist li.item .item-close:hover{
	background: rgba(185, 185, 185, 0.85);
}
.teamer .form-area ul.itemlist.projectlist .item-pic{
	width: 100%;
	height: auto;
	cursor: default;
	margin-top: 25px;
    margin-bottom: 5px;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox,
.teamer .form-area ul.itemlist.projectlist .item-pic a.add-pic{
	display: block;
	float: left;
	width: 160px;
	height: 90px;
	margin: 5px 0 5px 10px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox{
	cursor: default;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox img{
	display: block;
	width: 160px;
	height: 90px;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox a.upload{
	display: block;
	position: absolute;
	z-index: 998;
	left: 0;
	top: 0;
	width: 125px;
	height: 90px;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox a.upload2{
	display: block;
	position: absolute;
	z-index: 998;
	right: 0;
	top: 0;
	width: 35px;
	height: 55px;
}
.teamer .form-area ul.itemlist.projectlist .item-pic .picbox a.close{
	display: block;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 5px 0 0 0;
}
.teamer .form-area ul.itemlist.projectlist .item-pic a.add-pic{
	background: #7CBB00;
	color: #fff;
	line-height: 90px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;

	background: #fff;
	color: #7CBB00;
	border: #7CBB00 1px solid;
}
.teamer .form-area ul.itemlist.projectlist .item-pic a.add-pic:hover{
	background: #7CBB00;
	color: #fff;
}
.teamer .form-area ul.itemlist.projectlist .item-pic a.add-pic span{
	display: inline-block;
	margin-right: 5px;
}
.teamer .form-area ul.itemlist.projectlist .input-group{
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 10px;
}
.teamer .form-area ul.itemlist.projectlist .input-group span.input-group-addon.edit{
	background: #D6433F;
	color: #fff;
	cursor: pointer;
}
.teamer .form-area ul.itemlist.projectlist li.item.item-plus{
	padding: 10px;
	line-height: 30px;
	font-size: 20px;
}


.teamer .form-area .item-btns{
	text-align: center;
}

.teamer .form-area p a.state{
	display: inline-block;
	margin-left: 13px;
}
.teamer .form-area p button.loading{
    background: #FFF url(load.gif) no-repeat center center;
    line-height: 200px;
    height: 40px;
    overflow: hidden;
}
.teamer .form-area p.save{
	margin-top: 20px;
}
.teamer .form-area p.save button{
    display: block;
    margin-left:150px;
}


.teamer .form-area div.pic{
    position: absolute;
    right: 20px;
    top: 20px;
    border: #ccc 1px solid;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.teamer .form-area div.pic img{
	width: 300px;
	height: 170px;
}
.teamer .form-area div.pic.loading{
    background: url(load.gif) no-repeat center center;
}
.teamer .form-area div.pic.loading img{
    visibility: hidden;
}
.teamer .form-area .pic img{
}
.teamer .form-area .modulepic img{
    width:200px;
    height:200px;
}
.teamer .form-area .projectpic img{
    width:280px;
    height:160px;
}

/* footer */
.footer{
	width: 100%;

	background: #222;
	color: #fff;
}
.footer .container{
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer a{
	color: #fff;
}
.footer .footer-1{
	width: 230px;
	float: left;
}
.footer .footer-2{
	width: 170px;
	float: left;
}
.footer .footer-3{
	width: 160px;
	float: left;
}
.footer .footer-4{
	width: 300px;
	float: left;
}
.footer h3{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: left;

}
.footer ul{
	padding: 0;
	list-style: none;
}
.footer ul li{
	padding: 0;
	line-height: 26px;
	font-size: 12px;
}
.footer .copyright{
	width: 100%;
	height: 30px;
	/*background: #0093DA;*/
}
.footer .copyright span{
	display: block;
	width: 960px;
	margin: 0 auto;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
}
.maskbox-overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden !important;
	display: none;
	z-index: 8010;
	background: url('maskbox_overlay.png');
	position: fixed;
}

.maskbox-wrap{
	position:absolute;
	display:none;
	width:850px;
	background:#EDF0F2;
	z-index: 10000;
}
.maskbox-wrap textarea{
	width: 100%;
	height: 310px;
}
.maskbox-wrap a{
	display: block;
}
.maskbox-wrap a:hover{
	color:#FFFAC3;
}
.maskbox-wrap .postbtn{
	height:50px;
	line-height:50px;
	background:#65AEDE;
	color:#FFF;
	margin:10px;
	margin-bottom: 0;
	text-align:center;
}
.maskbox-wrap .cancelbtn{
	margin:10px;
	height:50px;
	line-height:50px;
	background:#39B94E;
	color:#FFF;
	text-align:center;
}
.maskbox-wrap a{
	background: #fff;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.maskbox-wrap ul.choicebox{
	display:block;
	padding:5px 0 0 10px;
	height: auto;
}
.maskbox-wrap ul.choicebox li{
	display:block;
	float: left;
	width:150px;
	height:100px;
	border:#ccc 1px solid;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
	     -o-transition: 0.6s;
	        transition: 0.6s;
}
.maskbox-wrap ul.choicebox li:hover,
.maskbox-wrap ul.choicebox li.hover{
	border:rgb(197,61,54) 1px solid;
	box-shadow: 0 1px 2px rgb(197,61,54);
}
.maskbox-wrap ul.choicebox li img{
	width: 100%;
	height: 100%;
}
.maskbox-wrap ul.choicebox li span{
	position:absolute;
	left:0;
	right:0;
	height:24px;
	line-height:24px;
	overflow: hidden;
	font-size:12px;
	text-align:center;
	color:#FFF;
	background:rgba(185, 185, 185, 0.65);
}
.maskbox-wrap ul.choicebox li span.price{
	bottom:0;
}
#backtotop{
	height:50px;
	position:fixed;
	bottom:55px;
	right:-60px;
	z-index:9999;
	cursor: pointer;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#backtotop.showme{
	right:12px;
	-moz-transform:scale(1) rotate(-360deg) translate(0px);
	-webkit-transform:scale(1) rotate(-360deg) translate(0px);
	-o-transform:scale(1) rotate(-360deg) translate(0px);
	transform:scale(1) rotate(-360deg) translate(0px);
}
#backtotop .bttbg{
	width:50px;
	height:50px;
	background:url(top_button.png) no-repeat 0 0;
}
#backtotop .bttbg:hover{
	background-position:left bottom;
}