@charset "utf-8";
#atc04 {
	overflow: hidden;
	position: relative;
	height: 100vh;
	background: url(../../../img/coopbg.jpg) left bottom no-repeat #bd8942;
    background-size: cover;
}
#atc04:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 76vh;
	background-color: #fff
}
#atc04 .inner {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 1400px;
	height: 100%;
	margin: 0 auto
}
#atc04 .inner > div {
	height: 76vh
}
/* 标题 */
#atc04 .cont {
	position: relative;
	width: 540px;
	padding: 7% 0 0 80px;
	color: rgba(255,255,255,.4)
}
#atc04 .cont .tit {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	font-family: 'Play'
}
#atc04 .cont .tit p {
	transform: translateY(100px);
	transition: all .2s 0s
}
#atc04 .cont .tit:before {
	display: block;
	content: "";
	width: 45px;
	height: 6px;
	margin-bottom: 20px;
	background-color: #fff
}
#atc04 .cont dl {
	position: absolute;
	bottom: 17%;
	font-size: 15px;
	letter-spacing: 0;
	font-family: 'Play'
}
#atc04 .cont dl dt {
	font-size: 15px;
	font-weight: 700;
	color: #fff
}
#atc04 .cont dl dd.tel {
	margin: 10px 0 20px;
	font-size: 34px;
	font-weight: 700;
	color: #fff
}
/* 咨询表单 */
#atc04 .consult_wrap {
	width: 860px;
	padding: 75px 80px 20px 120px;
	border-radius: 50px 0 0 0;
	background-color: #fff
}
#atc04 .consult {
	opacity: 0;
	height: 100%;
	transform: translateY(100px);
	transition: all .2s 0s
}
#atc04 .consult ul {
	height: 45%
}
#atc04 .consult ul li {
	display: flex;
	align-items: center;
	/*
    height: calc(100% / 4);
    border-bottom: 1px solid #e1e1e1
    */
}
#atc04 .consult ul li label {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	font-size: 17px;
	color: #bd8942;
	font-family: 'LotteMartDreamBold'
}
#atc04 .consult ul li .sh_input {
	width: calc(100% - 150px);
	height: 30px;
	border: none;
	font-size: 16px;
	font-family: 'LotteMartDreamLight'
}
#atc04 .consult ul li .sh_input:focus, #atc04 .consult ul li .sh_input:active {
	border: none!important;
	outline: none;
	box-shadow: none
}
#atc04 .consult ul li .sh_input:focus, #atc04 .consult ul li .sh_input:active {
	border: none!important;
	outline: none;
	box-shadow: none
}
#atc04 .consult ul li select.sh_input {
	cursor: pointer;
	width: calc(100% - 155px);
	font-size: 16px;
	color: #777;
	-webkit-appearance: none;
	appearance: none;
	background: url(arr_down.png) right center no-repeat
}
#atc04 .consult ul li:last-child .sh_input {
	width: calc(100% - 180px)
}
#atc04 .consult .prv_area {
	overflow: hidden;
	padding: 40px 0 0
}


/*#atc04 .consult .prv_area {
	overflow: hidden;
	padding: 40px 20px 0
}*/



#atc04 .consult .prv_area label {
	cursor: pointer;
	padding-left: 12px;
	font-size: 16px;
	color: #222;
	font-family: 'LotteMartDreamMedium'
}
#atc04 .consult .prv_cont {
	height: 80px;
	font-size: 14px;
	white-space: pre-line
}


/*#atc04 .consult .prv_cont {
	height: 80px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 25px;
	font-size: 14px;
	white-space: pre-line
}*/




#atc04 .consult .prv_cont::-webkit-scrollbar {
width:6px
}
#atc04 .consult .prv_cont::-webkit-scrollbar-thumb {
background-color:#b1b1b1
}
#atc04 .consult .prv_cont::-webkit-scrollbar-track {
background-color:#eee
}
#atc04 .consult input[type=submit] {
	width: 100%;
	height: 20%;
	margin-top: 40px;
	border: none;
	border-radius: 40px;
	font-size: 19px;
	color: #fff;
	background-color: #bd8942;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'LotteMartDreamMedium'
}
#atc04 .consult input[type=submit]:hover {
	background-color: #000
}
/* active */
.inc04.active #atc04 .cont .tit p {
	transform: translateY(0);
	transition: all .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.inc04.active #atc04 .consult {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
