/* 首页样式 */
/* 重置或特殊样式 */
body {
	background-color: #F5F5F5;
}

ul.design-box,ul.ddddd-box {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 1rem;
}
ul.design-box li,ul.ddddd-box li {
	display:inline-block;
	width:40%;
}
ul.design-box li em,ul.ddddd-box li em {
	font-style: normal; 
	display: inline-block;
	/*width:50%;*/
	/*text-align:right;*/
}

/* 用户表单样式 */
.custom-container{
	border: #E9E9E9 solid 1px;
	background-color: #fff;
}
.cc-title{
	border-bottom: #E9E9E9 solid 1px;
	text-align: center;
}
.cc-title strong{
	display: inline-block;
	border-bottom: #553b2a solid 3px;
	padding: 0 1.6rem 1rem 1.6rem;
	color: #553b2a;
	margin-bottom: -2px;
}
.cc-content{
	width: 85%;
}
.cc-category{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	margin-bottom: 1rem;
}
.cc-cate-alink{
	display: block;
	width: 45%;
	border: #E9E9E9 solid 1px;
	background-color: #fff;
	line-height: 300%;
	color: #333;
	text-align: center;
}
.cc-category .cc-ca-active{
	background-color: #553b2a;
	color: #fff;
	border: #553b2a solid 1px;
}
/* 表单布局样式 */
.cc-form-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	border-bottom: #E9E9E9 solid 1px;
	margin: 0;
	padding: 35px 0 25px 0;
}
.cc-fi-meta{
	width: 20%;
	white-space: nowrap;
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.cc-fi-val{
	width: 75%;
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.cc-form-item .cc-fi-flex{
	flex-flow: column nowrap;
	align-items: flex-start;
}
.upload-info{
	display: none;
}
.upload-info img{
	height: 56px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cc-fi-days{
	width: 12rem;
	border: #E9E9E9 solid 1px;
	padding: 0 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.cc-fi-input{
	width: 8rem;
	line-height: 4rem;
	font-size: 14px;
}
.cc-fi-prompt{
	color: #f08300;
	font-size: 1.2rem;
	margin: 0 0 0 1.6rem;
}
.cc-fi-vcode{
	width: 120px;
	height: 46px;
	border: #E9E9E9 solid 1px;
	margin-left: 20px;
}
.cc-form-widget-box{
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 35px;
}
.cc-form-widget-box a{
	min-width: 7rem;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	border-radius: 4px;
	padding: 1rem 1.6rem;
}
.cc-fw-generate-price,
.cc-fw-download{
	background-color: #553b2a;
}
.cc-fw-reset{
	background-color: #abce03;
}
.cc-fw-result{
	width: 80%;
	background-color: #FAFAFA;
	padding: 25px 0;
	margin-bottom: 3rem;
	text-align: center;
}
.cc-fw-price{
	font-size: 2rem;
	color: #333;
	font-weight: 400;
}
.cc-fw-price strong{
	color: #f08300;
	/*font-weight: 400;*/
}
.cc-fw-prompt{
	font-size: 1.4rem;
	color: #666;
	margin: 0;
}
/* 报价单列表 */
.cc-list{
	padding: 0 1.6rem;
}
.cc-list-item{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-start;
	border-bottom: #E9E9E9 solid 1px;
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
}
.cc-list-item:last-child{
	border-bottom: none;
}
.cc-ll-img{
	width: 15%;
}
.cc-ll-data{
	width: 70%;
}
.cc-ll-time{
	width: 12%;
	text-align: right;
	color: #666;
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}
.cc-ll-ul{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.cc-ll-list{
	padding: 3px 0;
}
.cc-ll-ul-main .cc-ll-list{
	/*width: 100%;*/
}
.cc-ll-ul-info .cc-ll-list{
	width: 50%;
	height: 25px;
	font-size: 12px;
}
.cc-ll-list-meta{
	color: #333;
}
.cc-ll-list-val{
	color: #f08300;
}
.cc-ll-sum{
	margin: 0;
}
.cc-ll-sum strong{
	color: #553b2a;
}
.cc-ll-mm{
	display: none;
}

/* 定制设计流程 */
.custom-progress{
	padding: 0 1.2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.cp-step{
	width: 46%;
	border: #E9E9E9 solid 1px;
	border-radius: 100px;
	background-color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 10px 15px;
	margin-bottom: 1.6rem;
}
.cp-step-no{
	width: 6rem;
	height: 6rem;
	display: block;
	line-height: 6rem;
	background-color: #553b2a;
	border-radius: 50%;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	margin-right: 1.6rem;
	margin-bottom: 0;
	font-weight: 400;
}
.cp-step-content{
	width: 80%;
}
.cp-tc-title{
	color: #553b2a;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
}
.cp-tc-text{
	margin: 0;
	font-size: 1.4rem;
	color: #999;
}

@media only screen and (max-width:1200px) {
	.cc-content{
		width: 100%;
		
	}
	.cc-title{
		margin-top: 1rem;
	}
	.cc-title strong{
		padding-bottom: 0.5rem;
	}
	.cc-category{
		margin-bottom: 2rem;
	}
	.cc-cate-alink{
		width: 40%;
		font-size: 1.2rem;
		line-height: 240%;
	}
	.cc-fi-meta{
		width: 25%;
		font-size: 1.2rem;
		margin-bottom: 0;
		padding-top: 1.2rem;
	}
	.cc-fi-val{
		width: 72%;
	}
	.cc-form-item{
		align-items: stretch;
		padding: 20px 0;
	}
	.cc-fi-input{
		font-size: 1.2rem;
	}
	.cc-fi-input{
		width: 50%;
		line-height: 3rem;
	}
	.cc-fi-days{
		margin-top: 0.4rem;
	}
	.cc-fi-vcode{
		width: 40%;
		height: auto;
		border: #FFF solid 1px;
	}
	.cc-fi-prompt{
		margin: 0;
	}
	.cc-form-widget-box a{
		font-size: 1.2rem;
		margin: 0 0.6rem;
	}
	.cc-fw-result{
		width: 95%;
	}
	.cc-fw-prompt{
		font-size: 1.2rem;
	}
	.cc-list{
		padding: 0;
	}
	.cc-list-item{
		flex-flow: row wrap;
		align-items: flex-start;
		padding: 1.2rem;
	}
	.cc-ll-img{
		width: 25%;
	}
	.cc-ll-data{
		width: 100%;
	}
	.cc-ll-list{
		font-size: 1.2rem;
	}
	.cc-ll-ul{
		margin: 1.2rem 0;
	}
	.cc-ll-ul-info .cc-ll-list{
		width: 50%;
	}
	.cc-ll-sum{
		margin: 0;
	}
	.cc-fi-days span{
		font-size: 1.2rem;
	}
	.cc-ll-mm{
		display: block;
		width: 70%;
		margin: 0;
	}
	.cc-ll-mim{
		display: none;
	}
	.cc-ll-time{
		display: none;
	}
	
	.cp-step{
		width: 100%;
	}
	.cp-step-no{
		font-size: 2.4rem;
	}
	.cp-step-content{
		width: 70%;
	}
	.cp-tc-text{
		font-size: 1.2rem;
	}
}
