/*
======================================================================
深底表單
for 行業解決方案網頁/議題型網頁/......
======================================================================
*/

/*必写：资料来源的样式开始*/
#fromSource {
	font-size: 0;
	height: 0;	
}

/*资料来源的样式结束*/
.form input,
.form textarea {
	font-size: 19px;
	font-family: Arial, "微軟正黑體", "新細明體";
	border: none;
}

/* ========================= topInfo style ========================= */
#contact {
	width: 100%; 
	min-width: 1000px;
	padding: 70px 0; 
	background-color: #444;
	color: #fff;
	font-size: 19px; 
	font-family: Arial, "微軟正黑體", "新細明體";
	line-height: 30px;
}

#contact a {
	color: #fff;
}

#contact a:hover {
	color: #ffee00;
}

#contact #contactTxt {
	width: 1000px;
	margin: 0 auto;
}

#contact h2 {
	position: relative;
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 36px; 
	line-height: 36px; 	
	text-align: left;
	color: #fff;
}

#contact h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 3px;
	margin: 0;
	background-color: #fff;
}

#contact p {
	color: #fff;
}

#contact hr {
	margin: 20px 0 0 0;
	border: none;
	border-top: 1px solid #666;
}

/*========================= info style =========================*/
#contact #info p {
	display: inline-block;
	width: 860px;
}

#contact #info .highLight {
	color: #ffff00;
}

#contact #info ul {
	display: inline-block;
	float: right;
	margin-top: 15px;
}

#contact #info ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 3px;
	background-color: #222;
	border-radius: 50%;
}

#contact #info ul li:hover {
	background-color: #ff9c00;
}

#contact #info ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#contact .line {
	background: url('/tw/dsc/images/icon_line.png') no-repeat 50%;
}

#contact .mail {
	background: url('/tw/dsc/images/icon_contact.png') no-repeat left -36px;
}

#contact .fb {
	background: url('/tw/dsc/images/icon_contact.png') no-repeat left -72px;
}

/* ========================= form style ========================= */

/*公司名称、联系方式。。。。样式结束*/
.form {
	margin-top: 1em;
	width: 100%;
}

#contactInput input {
	position: relative;
	float: left;
    width: 320px;
    height: 50px;
    margin: 0 20px 25px 0;
    padding-left: 10px;
    background-color: #666;
    border: 1px solid #fff ;
    border-left-width: 7px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#contactInput .tip{
	position: absolute;top:calc(100% - 2px) ; left: 8px;color: #ffff00;font-size: 12px;
}

#contactInput input.end {
	margin-right: 0;
}

#contactInput select{
	position: relative;
	float: left;
    width: 320px;
    height: 50px;
    margin: 0 20px 20px 0;
    padding-left: 10px;
    background-color: #666;
    border: 1px solid #fff;
    border-left-width: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font-size: 19px;
	cursor: pointer;
}

.hideLabel {
	display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
	color: #dadada!important; 
} 

input:-moz-placeholder,
textarea:-moz-placeholder { 
	color: #dadada!important; 
} 

input::-moz-placeholder,
textarea::-moz-placeholder { 
	color: #dadada; 
} 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
	color: #dadada!important; 
} 
/*公司名称、联系方式。。。。样式结束*/

/*========== demandCheck style ==========*/
.demandTitle {
	padding-left: 20px;
    font-weight: bold;
}
.demandCheck {
	margin-bottom: 20px;
	padding: 5px 10px 15px 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.demandCheck p {
	margin: 0;
	font-weight: bold;
}

.demandCheck label {
	/* width: 33%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
}

.demandCheck label.padding {
	padding-left: 20px;
}
.demandCheck input[type='radio']{
	display: none;
}
.demandCheck input[type=radio]:checked+label{
	color: #fff;

}
.demandCheck input[type=radio]+label{
	color: #fff;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	margin: 0 10px 0 0 ;
}
.demandCheck input[type=radio]+label span{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: .7;
	cursor: pointer;
	margin: 0 5px 2px 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
}
.demandCheck input[type=radio]:checked+label span:after{
	color: #fff;
	content: '\25cf';
	position: absolute;
	left: 2px;
	top: 0;
}
.demandCheck input{
	border: 1px solid #fff;
	border-left-width:7px;
	background-color: #666;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.demandCheck #contact-demand3{
	margin: 0 0 0 10px;
	color: #fff;
	padding:0 0 0 7px;
}

/* ================== inforCheck style ================= */
.form .inforCheck {
	width: 100%;
	margin-bottom: 30px;
	padding-left: 17px;
	font-size: 21px;
	display: flex;
	flex-wrap: wrap;
}

.form .inforCheck label {
	cursor: pointer;
	margin: 0 20px 0 0;
}

/*咨询内容样式开始*/
.form #contact-query {
	display: block;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	border: 1px solid #fff;
	border-left-width: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	color: #fff;
}
/*咨询内容样式结束*/

/*验证码样式开始*/
.verifica {
	margin: 70px 0 30px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.veriSpan {
	/*display: block;*/
	display: inline-block;
	*display: inline;
	zoom:1;
}

.veriSpan-m {
	display: none;
}

#identCode {
	height:36px;
	width: 100px;
	padding: 0 0 0 10px;
	color: #000;
}

#vericodePic {
    position: relative; 
	height: 38px;
	width: 120px;
	margin-left: 8px;
	padding: 0;
	background: url('/tw/dsc/images/Eform/identCode.jpg') no-repeat center;
	color: #555;  
    font-size: 20px;  
    font-family: Arial;  
    font-style: italic;  
    font-weight: bold;  
    letter-spacing: 4px;  
    vertical-align: middle; 
}

.renovCode {
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 27px;
	height: 27px;
	background: url('/tw/dsc/images/Eform/reload.png') no-repeat;
	cursor:pointer;
	vertical-align: middle;
}

#codeSuces {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 0;
}

/*验证码样式结束*/

label.checAgree {
    display: block;
    margin: 5px auto 0;
    font-size: 16px;
    text-align: center;
}

label.checAgree a {
    text-decoration: underline;
}

/*送出样式开始*/
#submit {
	display: block;
	width: 40%; 
	height: 50px; 
	margin: 0 auto;
	background-color: #ffc426;
	color: #fff;
	font-size: 24px; 
	font-weight: bold;
	cursor: pointer;
}

#submit:hover {
	background-color: #ff7200;
}

/*送出样式结束*/

.form #contactInput input.noInput {
    background-color: #333;
    border-color: #ffff00;
}
.form #contactInput select.noInput {
    background-color: #333;
    border-color: #ffff00;
}

#loading {
	display: none;
	position: fixed; 
	top:0;
	left: 0;
	z-index: 999999;
	height: 100%; 
	width: 100%; 
	background-color: rgba(0, 0, 0, 0.9); 
	color:#fff; 
	font-family: Arial, "微軟正黑體", "新細明體";
	text-align: center;
}

#loading:before {
	content: "";
	display: inline-block;  
	height: 100%; 
	vertical-align: middle;
}

#loading p {
	display: inline-block; 
	width: 90%; 
	margin: 0 auto;
	font-size: 21px;
	text-align: center; 
	vertical-align: middle; 
}

#loading p i {
	display: block; 
	height: 24px;
	background: url('/tw/eform/images/loading.gif') no-repeat center center;
	margin-bottom: 15px;
}

/*thx page*/
#thx {
	display: none;
	position: fixed; 
	top:0;
	left: 0;
	height: 100%; 
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9); 
	z-index: 999999;
	color:#fff; 
	font-family: Arial, "微軟正黑體", "新細明體";
	font-size: 19px; 
	line-height: 27px; 
	text-align: center;
}

#thx:before {
	content: ""; 
	height: 100%; 
	display: inline-block; 
	vertical-align: middle;
	text-align: center; 
}

#thxContent {
	width: 50%;
	max-width: 500px; 
	margin: 0 auto; 
	background-color: #5A9BC6;
	display: inline-block; 
	vertical-align: middle; 
	text-align: center; 
	padding: 50px; 
	border-radius: 5px; 
	position: relative;
}

#thxparg span {
	display: block;
}

.suprtCall span {
	display: block;
}

#thxContent h3 {
	text-align: center; 
	margin-bottom: 15px;
	font-size: 30px;
}

#thxContent .thxSourLoad1 {
	display: none;
	display: inline-block;
	*display:inline;
	zoom:1;
	width:200px;
	height: 45px;
	line-height: 45px;
	background-color: #ff7e00; 
	border-radius: 3px; 
	margin: 30px auto 0; 
	border: 1px solid #fff;
}

#thxContent .thxSourLoad1 a {
	display: block; 
	color: #fff;
	text-decoration: none;
}

#thxContent .thxSourLoad2 {
	display: inline-block;
	*display:inline;
	zoom:1;
	width:150px;
	height: 45px;
}

#goIndex {
	width: 82%;
	max-width: 200px; 
	height: 45px; 
	line-height: 45px; 
	background-color: #ff7e00; 
	border-radius: 3px; 
	margin: 25px auto 0; 
	border: 1px solid #fff;
}

#goIndex a {
	display: block; 
	color: #fff;
	text-decoration: none;
}

.close {
	width:40px; 
	height: 40px; 
	position: absolute; 
	top: 0; 
	right: 0; 
	border-radius: 50px; 
	background-color: #000; 
	border: 3px solid #fff; 
	margin: -20px -20px 0 0; 
	line-height: 40px; 
	font-weight: bold; 
	cursor: pointer;
}

@media (max-width: 1030px) {
	/* ========================= topInfo style ========================= */
	#contact {
		width: 100%; 
		min-width: 320px;
		padding: 70px 10px;
	}

	#contact #contactTxt {
		width: 100%;
	}

	#contact h2 {
		padding-bottom: 0;
	}

	#contact h2:before {
		display: none;
	}


	/*========================= info style =========================*/
	#contact #info p {
		display: inline-block;
		width: 100%;
	}

	#contact #info ul {
		float: left;
    	margin-bottom: 10px;
	}

	/* ========================= form style ========================= */

	/*公司名称、联系方式。。。。样式结束*/
	.form {
		width: 100%;
	}

	#contactInput input,#contactInput select {
		float: none;
	    width: 100%;
	    height: 50px;
	    margin: 0 0 20px;
	}

	/*公司名称、联系方式。。。。样式结束*/

	.form .inforCheck {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	/* ================== inforCheck style ================= */
	/*验证码样式开始*/
	.verifica {
		margin: 40px 0 30px;
	}

	.veriSpan {
		display: block;
		text-align: left;
	}

	#identCode {
		width: calc(100% - 180px);
	}

	/*验证码样式结束*/


	/*送出样式开始*/
	#submit {
		width: 100%; 
	}

	/*送出样式结束*/

	.form #contactInput input.noInput {
	    background-color: #333;
	    border-color: #ffff00;
	}

	/*thx page*/
	#thxContent {
		width: 85%;
		max-width: 85%; 
		margin: 0 auto;
	}

	.demandCheck label {
		width: 100%;
	}
	
	#contactInput .tip{
		top:calc(100% - 5px) ; 
	}
	
	
}