protocolDemo.css 940 Bytes
@import "./m-public.css";/*基类*/

/* protocol demo css */
button:focus {
    outline: none;
}
.mt20 {
	margin-top: 20px;
}
#direction-pop{
	padding: 10px;
}
.pop-content h3,
.pop-content h4,
.direction-header{
	text-align: center;
	font-size: 18px;
}
.direction-header{
  margin-top: 20px;
}
.pop-content h4 {
    font-size: 14px;
    margin-top: 10px;
}
.pop-content{
	margin-top: 10px;
	border: 1px #ddd solid;
	background: #f9f9f9;
	padding: 0 20px 20px 20px;
	color: #666;
}
.pop-content p{
	margin-top: 10px;
}
.direction-btn{
	text-align: center;
	margin-top: 10px;
}
.direction-btn .submitBtn{
	margin: 0 5px;
}
.direction-pop h4.h-index {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
.agree-tab {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.agree-tab td {
	border: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}
.color-focus {
  color: #f60;
  font-weight: 100;
  font-style: normal;
}