#quic .wrap {
    width: 1200px;
    width: 75rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 0 80px;
    padding: 3.125rem 0 5rem;
}
#quic .wrap .black {
    color: #333;
}
#quic .wrap .content .tip {
    font-size: 14px;
    font-size: .875rem;
    color: #999;
}
#quic .wrap .content .tip a {
    color: #19b955;
}
#quic .wrap .content .tip a:hover {
    text-decoration: underline;
}
#quic .wrap .markup .tag-list {
    font-size: 14px;
    font-size: .875rem;
}
#quic .wrap .markup .tag-list li {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 76px;
    width: 4.75rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-left: 15px;
    margin-left: .9375rem;
    cursor: pointer;
}
#quic .wrap .markup .tag-list li:first-child {
    margin-left: 0;
}
#quic .wrap .markup .tag-list li.active {
    color: #19b955;
    border-color: #19b955;
}

.comp-step{
	background-color: #f5f8fa;
	padding: 60px 0
}
.comp-step .container{
	width: 1200px;
	width: 75rem;
	margin: 0 auto;
}
.comp-step .step-wrap{
	text-align: center;
	margin-left: -15px;
}
.comp-step .step-item{
	display: inline-block;
	font-size: 0;
	margin-left: 15px
}
.comp-step .step-item span{
	display: inline-block;
	vertical-align: middle;
}
.comp-step .step-counter{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 50%;
	background-color: #ccc;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-clip: content-box;
	margin-right: 14px;
}
.comp-step .step-text{
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.comp-step .step-item.active .step-counter{
	border-color: #19b955;
	background-color: #19b955;
}
.comp-step .step-item.active .step-text{
	color: #333;
}
.comp-step .step-linker{
	margin-left: 16px;
	width: 56px;
	height: 3px;
	background-color: #ccc;
}
textarea{
	width: 100%;
	padding: 20px;
	padding: 1.25rem
}

textarea.placeholder{
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea:-moz-placeholder {

	/*Firefox 18-*/
	color: #999;
}

textarea::-moz-placeholder{

	/*Firefox 19+*/
	color: #999;
}

textarea:-ms-input-placeholder {
	color: #999;
}

/*下拉选择器*/

.item-sel{
  float: left;
	width: 118px;
	width: 7.375rem;
	position: relative;
	font-size: 14px;
	font-size: .875rem
	
}

.item-sel .icon-arr{
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	right: 20px;
	right: 1.25rem;
	top: 14px;
	border: 1px solid #999;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.item-sel select{
	width: 100%;
	height: 40px;
	height: 2.5rem;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-size: .875rem;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 20px;
	padding: 0 1.25rem
}

.item-sel select:focus {
	outline: none;
}

.item-sel.target{
	margin-left: 19px;
	margin-left: 1.1875rem;
}

/*切换语言*/

.language-transform{
  float: left;
	width: 24px;
	width: 1.5rem;
	height: 40px;
	height: 2.5rem;
	margin-left: 19px;
	margin-left: 1.1875rem;
	background: url(https://s0.ssl.qhimg.com/static/9aebd8c37b08e42c.svg) no-repeat;
	background-position: left center;
	cursor: pointer;
}

/*自定义复选框*/

.checkbox{
	margin-right: 10px;
	margin-right: .625rem;

	white-space: nowrap;
	cursor: pointer;
	outline: none;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem
}

.checkbox .checkbox-inner{
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
	-webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),
			background-color .25s cubic-bezier(.71,-.46,.29,1.46);
	-o-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),
			background-color .25s cubic-bezier(.71,-.46,.29,1.46);
	transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),
			background-color .25s cubic-bezier(.71,-.46,.29,1.46);
	background-color: #fff;
	border: 1px solid #ccc
}

.checkbox .checkbox-inner:after{
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	content: "";
	border: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 8px;
	width: 4px;
	position: absolute;
	left: 5px;
	top: 2px;
	-webkit-transform: rotate(45deg) scaleY(0);
	    -ms-transform: rotate(45deg) scaleY(0);
	        transform: rotate(45deg) scaleY(0);
	-webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
	transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
	-o-transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
	transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
	transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s, -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

.checkbox input[type="checkbox"]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
	z-index: 1;
}

.checkbox.checked .checkbox-inner,
	.checkbox input[type="checkbox"]:checked + .checkbox-inner{
	background-color: #19b955;
	border-color: #19b955;
}

.checkbox{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0
}

.checkbox.checked .checkbox-inner:after,
	.checkbox input[type="checkbox"]:checked + .checkbox-inner:after{
	-webkit-transform: rotate(45deg) scaleY(1);
	    -ms-transform: rotate(45deg) scaleY(1);
	        transform: rotate(45deg) scaleY(1);
}

/*错误提示组*/

.tip-wrap .tip{
	color: #999;
	font-size: 14px;
	font-size: .875rem;
}

.tip-wrap .error-tip{
	display: none;
	margin-left: 15px;
	margin-left: .9375rem;
	color: #FA5050;
	background: url(https://s0.ssl.qhimg.com/static/9f012b9e8b51e34d.svg) no-repeat;
	background-position: left center;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.tip-wrap.is-error .error-tip{
	display: inline-block;
}

.tip-wrap.is-error .tip{
	display: none;
}

.item{
	margin-top: 50px;
	margin-top: 3.125rem
}

.item:first-child{
	margin-top: 0;
}

.cont{
	margin-top: 20px;
	margin-top: 1.25rem;
}

/*需求内容*/

.demand-content textarea{
	height: 298px;
	height: 18.625rem;
}

.demand-content .counter-wrap{
	margin-top: 15px;
	margin-top: .9375rem;
	line-height: 34px;
	line-height: 2.125rem
}

.demand-content .counter-wrap em {
	font-style: normal;
	color: #ff6600
}

.demand-content .counter-wrap em i{
	font-style: normal;
}

.demand-content .counter-wrap .counter{
	float: left;
	font-size: 14px;
	font-size: .875rem;
	width: 80%
}

.demand-content .counter-wrap .counter span{
	margin-right: 20px;
	margin-right: 1.25rem;
}

.demand-content .counter-wrap .clear{
	float: right;
	text-align: center;
	display: block;
	width: 81px;
	width: 5.0625rem;
	padding: 0;
}

/*需求备注*/

.markup textarea{
	height: 121px;
	height: 7.5625rem;
}

/*联系方式*/

.contact .tip{
	margin-left: 15px;
	margin-left: .9375rem;
}

.contact input{
	width: 315px;
	width: 19.6875rem;
}

/*提交*/

.submit .submit-btn{
	float: left;
	text-align: center;
	display: block;
	width: 141px;
	width: 8.8125rem;
	line-height: 42px;
	line-height: 2.625rem;
	margin-right: 50px;
	margin-right: 3.125rem;
	padding: 0;
}

.submit .agreement{
	overflow: hidden;
	line-height: 42px;
	line-height: 2.625rem;
	font-size: 14px;
	font-size: .875rem
}

.submit .agreement a{
	color: #19b955;
	text-decoration: underline;
}

.submit{
	-moz-opacity: 0;
	-moz-opacity: 100;
	-khtml-opacity: 0;
	-khtml-opacity: 100
}

.submit .form-error{
	margin-top: 16px;
	margin-top: 1rem
}

.submit .form-error .error-tip{
	margin-left: 0;
	display: block;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.submit .form-error{
	-moz-opacity: 0;
	-moz-opacity: 100;
	-khtml-opacity: 0;
	-khtml-opacity: 100
}

.submit .form-error.is-error .error-tip{
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}