@charset "utf-8";

/*主体*/

#hd {
	background: #fff;
	padding-top: 1.5rem;
}

.news-tabs .am-nav-tabs li.am-active{
	border-bottom-color: transparent;
}

#hd .news-tabs .am-nav-tabs li:first-child{
	position: relative;
	padding-left: 5px;
}

#main{
   width: 270px;
   height:220px;
    margin: 0 auto;
}

#hd .news-tabs .am-nav-tabs li:first-child:after{
	position: absolute;
	left: 3px;
	top: 8px;
	border-left: #015092 solid 3px;
	height: 1.3rem;
	content: '';
	overflow: hidden;
}

#hd .am-table thead th{
	background: #d4e3f6;
	color: #333;
	border: #fff solid 1px;
}

#hd .am-table tr th, #hd .am-table tr{
	border-bottom: none;
	font-size: 1.4rem;
}

#hd .am-table tr th, #hd .am-table tr td{
	text-align: center;
	border-top: 1px solid #fff;

}

#hd .am-table tr th:first-child, #hd .am-table tr td:first-child{
	text-align: left;
}

#hd .media-list p{
	color: #666;
	margin-bottom: .5rem;
	font-size: 1.6rem;
}

#hd .media-list p span{
	font-weight: 600;
	color: #333;
	margin-right: 10px;
}

#hd .am-thumbnail{
	margin-bottom: 3px;
}

/*form*/

#appealForm {}

#appealForm legend {
	border-bottom: #ddd solid 1px;
	background: #f2f2f2;
	color: #015192;
	padding: .4rem 1rem;
}

#appealForm [class*="am-u-"] {
	float: left !important;
}

#appealForm label {
	text-align: right;
	padding-right: 0px;
}

#appealForm .am-required:after {
	content: '*';
	color: red;
	position: absolute;
	right: -10px;
}


#appealForm .am-dropdown-toggle{
	background: #f2f2f2;
	border: #ddd solid 1px;
}

#appealForm input,
#appealForm select {
	background: #f2f2f2;
}

#vld-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	background: #F37B1D;
	min-width: 150px;
	color: #fff;
	transition: all 0.15s;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	display: none;
}

#vld-tooltip:before {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border-width: 0 8px 8px;
	border-color: transparent transparent #F37B1D;
	border-style: none inset solid;
}

#appealForm .am-ucheck-icons{
	top: 10px;
}


@media only screen and (max-width: 640px) {

 #appealForm label {
   text-align: left;
  }

#appealForm .am-required:after{
  left:0px
}
.vld-form #img{
 margin-left: 0rem;
}

}



