.main .title {
	background-image: url(../images/inquiry/title_bg.jpg);
}
.main .title h1 {
	color: #B061DF;
}
.tips .tel {
	color: #666CDD;
	font-weight: bold;
}
.inquiry-form {
	max-width: 1000px;
	margin: 0 auto;
	padding:20px;
	background-color:#FFF;
}
.form-wrap {
	/*max-width: 720px;*/
	width: 100%;
	margin: 30px auto 40px;
	font-size: 14px;
}
.form-group {
	margin: 0 0 20px;
	border: 2px solid #D2D2D2;
	padding: 8px;
}
.form-group > label {
	float: left;
	padding-left: 28px;
	font-size:17px;
}
.form-group > div {
	padding-left: 140px;
}
.form-group > div input, textarea, select {
	color: #666;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #ccc solid;
}
.form-group > div :focus {
	outline: none;
}
.form-group > .captcha input {
	width: 50%;
}
.form-group > .captcha a {
	display: inline-block;
	width: auto;
}
.form-group > .captcha a img {
	width: auto;
	vertical-align: middle;
}
.form-group > .captcha a .icon.refresh {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form-group > .captcha a:hover .icon.refresh {
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	transform: rotate(350deg);
}
.form-group.phone .input-group {
	margin: 0 -5px;
}
.form-group.phone .input-group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.form-group.phone .input-box {
	float: left;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-group.phone .input-box.w1 {
	width: 65%;
}
.form-group.phone .input-box.w2 {
	width: 35%;
}
.form-wrap .btn-box {
	border: 0;
	padding: 10px 0;
	margin: 0;
}
.form-wrap .btn-box .btn {
	border: 0;
	background: #8E8E8E;
	color: #fff;
	padding: 5px;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.contact-box {
	border-top: 1px solid #ddd;
	text-align: center;
	max-width: 966px;
	margin: 0 auto;
	padding-top: 30px;
}
.contact-box ul li {
	position: relative;
	text-align: left;
	padding: 0 16px 10px 120px;
	min-width: 270px;
}
.contact-box ul li + li {
	border-left: 1px dotted #ddd;
}
.contact-box ul li h3 {
	font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	font-size: 22px;
	color: #009f41;
}
.contact-box ul li .icon {
	position: absolute;
	left: 14px;
	top: 0;
}

.contact-line-box{
    /* display:block !important; */
    background: #06C755;
    width:600px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 40px;
}
.contact-line-box .contact-line-title{
    text-align: center;
    color: #FFF;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-left: 27px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.contact-line-box .contact-line-title:before{
    content:"";
    width: 32px;
    height: 32px;
    background: url(../images/line-icon.svg);
    position: absolute;
    left: -41px;
    top: 7px;
    background-repeat: no-repeat;
}
.contact-line-box .row{
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.contact-line-box .row:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #FFF;
    left: 0;
    top: 0;
}
.contact-line-box .first-sale{
    box-sizing: border-box;
    width: 50%;
    padding-right: 20px;
    position: relative;
    transition: all .2s ease;
    top: 0px;   
}
.contact-line-box .first-sale:hover{
    top: -5px;
    opacity: 0.8;
}
.contact-line-box .after-sale{
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    position: relative;
    transition: all .2s ease;
    top: 0px;   
}
.contact-line-box .after-sale:hover{
    top: -5px;
    opacity: 0.8;
}
.contact-line-box .sale-title{
    font-size: 21px;
    font-weight: bold;
    color:#FFF;
	margin-bottom: 5px;
}
.contact-line-box .sale-id{
    font-size: 20px;
    color:#FFF;
    line-height: 1;
}
.contact-line-box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
 @media screen and (max-width: 800px) {
.contact-box ul li + li {
	border: 0;
	margin-top: 10px;
}
}
@media screen and (max-width: 650px) {
	.contact-line-box .contact-line-title {
		font-size: 20px;
		margin-left: 0;
		padding-top: 18px;
		padding-bottom: 5px;
	}
	.contact-line-box .contact-line-title:before {
		left: calc(50% - 16px);
		top: -16px;
	}
	.contact-line-box {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 350px;
	}
	.contact-line-box .row {
		flex-direction: column;
    	align-items: center;
		padding-top: 25px;
	}
	.contact-line-box .first-sale {	
		width: 100%;
		padding-right: 0;
		max-width: 200px;
		margin-bottom: 30px;
	}
	.contact-line-box .after-sale {
		width: 100%;
		padding-left: 0;
		max-width: 200px;
	}
	.contact-line-box .sale-title {
		font-size: 18px;
	}
	.contact-line-box .sale-id {
		font-size: 18px;
	}
}
 @media screen and (max-width: 479px) {
.form-group {
	border: 0;
	padding: 0;
}
.form-group > label {
	float: none;
	display: block;
	margin-bottom: 10px;
	padding: 0;
}
.required:before {
	position: relative;
}
.form-group > div {
	padding-left: 0;
}
.form-group > div > * {
	border: 2px solid #D2D2D2;
	padding: 8px;
}
.form-group > .captcha > input,  .form-wrap .btn-box .btn {
	width: 100%;
}
.form-group > .captcha > a {
	border: 0;
}
.contact-box ul li {
	min-width: 0;
	padding: 65px 0 10px 0;
	text-align: center;
}
.contact-box ul li .icon {
	position: static;
}
.contact-line-icon {
    left: calc(50% - 30px);
    top: 0;
}
/* .main .title .sub-title span {
	font-size: 28px;
	line-height: 70px;
} */
}

.contact-line-icon {
    left: calc(50% - 30px);
    top: 0;
}

.grecaptcha-badge { display: none; }