/**留言定位**/
.gn_fixed {
	position: fixed;
	right: 10px;
	bottom: 11.7%;
	width: 100px;
	z-index: 2;
}

.gn_fixed>a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	color: #666;
	background-size: 16px;
	text-indent: 30px;
	margin-top: 10px;
}

.wyly_btn {
	background: url(../images/icon_ly.png) no-repeat 8px 50% #fafafa;
}

/**办事留言样式**/
.mask_wrapper_message {
	width: 100%;
	height: 100%;
	background: rgba(82, 82, 82, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
}

.mask_table {
	width: 100%;
	height: 100%;
	float: left;
	border-collapse: separate;
}

.mask_wap {
	display: block;
	width: 94%;
	margin: 0 0 0 3%;
	float: left;
	background: #fff;
	border-radius: 5px;
	min-height: 100px;
	/*overflow-x: hidden;*/
	overflow-y: auto;
	position: relative;
}

.mask_main {
	width: 100%;
	float: left;
	position: relative;
}

.mask_wyly_close {
	width: 30px;
	height: 30px;
	float: left;
	position: fixed;
	right: 3%;
	margin: 15px 5px 0 0;
	z-index: 10;
}

.mask_wyly_close img {
	width: 60%;
	vertical-align: bottom;
	float: left;
}

.mask_close img {
	width: 100%;
	float: left;
}

.mask_wyly {
    width: 100%;
    float: left;
    border-top: 1px solid #D2D2D2;
    /*padding: 0 2.5%;*/
}


.mask_wyly_content {
	width: 100%;
	float: left;
	/*min-height: 100px;
	max-height: 400px;*/
	margin-top: 10%;
	padding: 5% 5% 10% 5%;
	box-sizing: border-box;
	position: relative;
}


.mask_wyly_table {
	width: 100%;
	float: left;
	border-spacing: 0;
	max-width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}
}

.mask_wyly_table tr{
	border-bottom: 1px solid #d2d2d2;
}

.mask_wyly_table tr.td_borderB0 td {
	border-bottom: 0;
}

.mask_wyly_td1 {
	/*width: 32px;*/
	height: 40px;
	vertical-align: middle;
	padding-right: 7px;
}

.mask_wyly_td1 img {
	float: left;
	height: 25px;
	padding-bottom: 0;
}
.mask_wyly_td2 {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.mask_wyly_td2 input {
	width: 100%;
	height: 25px;
	font-size: 16px;
	color: #666;
	border: 0;
	vertical-align: middle;
}

.mask_wyly_td3 {
	width: 32px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/	
	font-size: 18px;
}


.mask_wyly_td4 textarea {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #d2d2d2;
	background: #f5f5f5;
	border-radius: 0.05rem;
	padding: 7px;
	font-size:16px;
	box-sizing: border-box;
	min-height: 120px;
}

.mask_wyly_table tr .mask_wyly_td5 {
	padding-top: 10px;
	padding-bottom: 0;
}


.mask_wyly_td5 div {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 0;
	background: #00558e;
	color: #fff;
	font-size: 18px;
}

.mask_wyly_td5 div:active {
	background: #0060A6;
}

/*修改input 默认 placeholder文字颜色*/
.mask_wyly_table tr td input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td input:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td input::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td textarea:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.mask_wyly_table tr td textarea::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

#valid:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: red;
	opacity: 1;
}

#valid::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: red;
	opacity: 1;
}

input#valid:-ms-input-placeholder {
	color: red;
}

input#valid::-webkit-input-placeholder {
	color: red;
}

input[type='text'] {
	outline: none;
}

input,textarea{
  -webkit-appearance: none;
  outline: none;
}

input[type='button'] {
	outline: none;
}


/*去除ios input 框子点击会有阴影效果*/
html,body{
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*客户端定位区域开始*/
.khd_fixed {
	width: 100%;
	height: 8.8%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.khd_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.khd_open {
	position: absolute;
	bottom: 29%;
	right: 12.2%;
	width: 17.2%;
}

.khd_close {
	position: absolute;
	bottom: 38.6%;
	right: 4.6%;
	width: 3.8%;
}