@charset "utf-8";
a {
	text-decoration: none;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #0000EE;
}
.nettrue {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #E82227;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
}
.nettrue h1 {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e57779 0%, #e54b4e 31%, #e82227 100%) repeat scroll 0 0;
	color: #fff;
	font-family: Agenda-Light, sans-serif;
	font-size: 1.8rem;
	margin: 0;
	padding: 0 0 0 65px;
	text-shadow: 1px 1px 3px rgb(102, 102, 102);
}
h2.nettruetitle {
	color: #79A430;
	font-family: Agenda-Light, sans-serif;
	font-size: 1.4rem;
	margin: 0;
	padding: 10px 10px 10px;
}
.divpro {
	background: #79A430 none repeat scroll 0 0;
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	padding: 2px;
	margin-bottom: 8px;
}
.bartitle {
	padding: 6px 10px 10px;
	border-bottom: 1px dotted #ccc;
	overflow: auto;
}
.prodetial {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px dotted #ccc;
	padding: 0.6rem
}
.iconnet {
	background-image: url("ais_image/iconnet.png");
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 35px;
}
.icontel {
	background-image: url("ais_image/icontel.png");
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.iconwifi {
	background-image: url("ais_image/wifiicon.png");
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.iconsms {
	background-image: url("ais_image/sms.png");
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.iconapply {
	background-image: url("ais_image/apply.png");
	display: inline-block;
	height: 22px;
	vertical-align: middle;
	width: 12px;
}
.proapply {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	overflow: auto;
}
.divpro .bartitle .title {
	padding: 0px;
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
}
.divpro .bartitle .titlesub {
	padding: 0px;
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}
.trueApply {
	background: #79A430 linear-gradient(to bottom, #79A430 5%, #79A430 100%) repeat scroll 0 0;
	border: 1px solid #79A430;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #79A430 inset;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	margin: 10px;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #79A430;
}
.profooter {
	background-color: #eee;
	color: #333;
	font-size: 11px;
	padding: 0.4rem;
}
body {
	background-image: url();
	background-color: #ffffff;
}

.message_box {
	 background-color: #F6F6F6;
    border-color: #D9D9D9;
    color: #5e7f96;
    border: 2px solid;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0.5em 0.5em 0.5em 2.0em;
    position: relative;
	border-radius: 10px;
	min-height:40px
}


.message_box_icon {

    font-size: 1em;
    left: 0;
    top: 7;
    width: 4em;
    position: absolute;
}