﻿
.item .l .t{
	padding-left: 502px!important;
}
.two{
	margin-top: 90px;
	margin-bottom:70px;
	border-top:2px solid #b0b0b0;
}
.two>.clear{
	padding-top: 80px;
}
.two .l{
	width: 300px;
	height: 64px;
	margin-top: 12px;
    border-left: 7px solid #E98F36;
    padding-left: 22px;
}
.two .l .l-t{
    color: #595757;
    font-size: 36px;
    line-height: 38px;
    margin-top: -4px;
	font-weight: bold;
}
.two .l .l-b{
    font-size: 24px;
    color: #cac9c9;
    line-height: 42px;
}
.two .fr{
	width: 354px;
}
.two .fr p{
	font-size: 20px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.two .r p{
	font-size: 16px;
	line-height: 24px;
}
.two .r{
	margin-left: 100px;
}
.two .l-l{
	margin-left: 100px;
}
.two .collab-item{
	width: 284px;
	height: 446px;
	margin-left: 27px;
	text-align: center;
	box-shadow: 0px 10px 15px rgba(0,0,0,.15);
}
.two .collab-item .img{
	width: 100%;
	height: 278px;
}
.two .collab-item:nth-of-type(1){
	margin-left: 0px;
}
.two .collab-item .tips{
	color: #E98F36;
	font-size: 34px;
	margin-top: 18px;
	line-height: 64px;
	font-weight: bold;
}
.two .collab-item .txt{
	line-height: 32px;
	font-size: 24px;
	color:#595757;
}
.three{
	border-top: 0;
	margin-top: 110px;
	margin-bottom: 170px;
}
.three .collab-item{
	width: 334px;
	height: auto;
	margin:0;
	box-shadow: 0px 10px 15px rgba(0,0,0,0);
}
.three .collab-item .img{
	width: 218px;
	height: 218px;
	border-radius: 50%;
	background: #e5e5e5;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0px 10px 15px rgba(0,0,0,0);
}
.three .collab-item .txt{
	line-height: 132px;
}
.three .collab-item:nth-of-type(2){
	margin:0 108px;
}
.three .collab-item:nth-of-type(3){
}

/*选择地址*/
#wrap{
	width: 100%;
	height: 670px;
	margin-top: 80px;
	padding-top: 140px;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	font-size: 24px;
	color: #a8a7a7;
}
.four .left{
	width: 166px;
	color: #585757;
	text-align: right;
	margin-right: 26px;
	line-height: 48px;
}
#wrap select{
	width: 310px;
	height:46px;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	margin-right: 16px;
	border-radius: 6px;
	padding:0 28px;
	color: #a8a7a7;
}
#wrap .clear{
	margin-bottom: 54px;
}
#wrap .clear .fl{
	position: relative;
}
#wrap .clear .tips{
	position: absolute;
	top:48px;
	left: 0;
	line-height: 30px;
	color: #E98F36;
	font-size: 14px;
	display: none;
}
#wrap input{
	width: 967px;
	line-height: 48px;
	padding:0 28px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #ccc;
}
#wrap .fl.error input{
	border: 1px solid #E98F36;
}
#wrap .fl.error .tips{
	display: block;
}
.applyBtn{
	width: 228px;
	line-height: 64px;
	text-align: center;
	background: #E98F36;
	font-size: 28px;
	color: #fff;
	border-radius: 6px;
	margin: 100px auto 0;
}
.applytips{
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: green;
	display: none;
}