@charset "utf-8";
/* CSS Document */

/*首页*/
.in-banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/*媒体位置*/
.in-mtwz {
	width: 100%;
	overflow: hidden;
	background: url(../front_images/in-mtwz-bg.gif) center 0 no-repeat;
}
.in-title {
	display: block;
	padding: 0;
	margin: 20px auto 0;
	width: 670px;
	height: 40px;
}
.in-title .line {
	float: left;
	margin: 19px 0 0;
	width: 240px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background-color: #dcdcdc;
}
.in-title span {
	float: left;
	width: 190px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}
.in-mtwz-list {
	padding: 0 10px 75px;
	overflow: hidden;
}
.in-mtwz-list a {
	float: left;
	margin: 30px 10px 0;
	width: 269px;
	height: 170px;
	border: 3px double #dcdcdc;
}
.in-mtwz-list a span {
	display: block;
	padding: 15px 0;
	height: 55px;
	background-color: #f3f3f3;
}
.in-mtwz-list a .iconfont {
	display: block;
	margin: 0 auto;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 40px;
	color: #272636;
	text-align: center;
}
.in-mtwz-list a em {
	display: block;
	padding: 23px 0 22px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #808080;
	text-align: center;
	background-color: #fff;
	font-style: normal;
}
.in-mtwz-list a:hover {
	border-color: #7ecef4;
	text-decoration: none;
}
.in-mtwz-list a:hover span {
	background: url(../front_images/in-mtwz-til-bg.png) center no-repeat;
}
.in-mtwz-list a:hover .iconfont {
	color: #fff;
}
.in-mtwz-list a:hover em {
	color: #008ec6;
	font-style: normal;
}
/*媒体形式*/
.in-mtxs {
	overflow: hidden;
	background: #f8f8f8 url(../front_images/in-mtxs-bg.png) center 0 no-repeat;
}
.in-mtxs-list {
	overflow: hidden;
	padding: 60px 10px 195px;
}
.in-mtxs-list a {
	float: left;
	margin: 25px 10px 0;
	padding: 5px;
	width: 263px;
	height: 108px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	text-decoration: none;
}
.in-mtxs-list a span {
	float: left;
	width: 108px;
	height: 108px;
	background-color: #f3f3f3;
}
.in-mtxs-list a span .iconfont {
	display: block;
	margin: 27px auto 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	color: #272636;
	text-align: center;
}
.in-mtxs-list a span .icon-zhu{ background:url(../front_images/icon-zhu.png) center center no-repeat;}
.in-mtxs-list a em {
	display: block;
	padding: 42px 0 0;
	margin-left: 115px;
	line-height: 25px;
	font-size: 24px;
	color: #808080;
	text-align: center;
	font-style: normal;
}
.in-mtxs-list a:hover {
	border-color: #c90b00;
}
.in-mtxs-list a:hover span {
	background-color: #c90b00;
}
.in-mtxs-list a:hover span .iconfont {
	color: #fff;
}
.in-mtxs-list a:hover span .icon-zhu {
	background:url(../front_images/icon-zhu-over.png) center center no-repeat;
}
.in-mtxs-list a:hover em {
	color: #c90b00;
	font-style: normal;
}
.in-mtxs-list a.in-mtxs-til {
	width: 570px;
	height: 120px;
	line-height: 120px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: url(../front_images/in-mtxs-til-bg.png) center 0 no-repeat;
	border: none;
	padding: 0;
}
/* sub page */
/* banner */
.banner {
	margin-top: 20px;
	height: 390px;
}
/* search-bar */
.search-bar {
	margin-top: 15px;
	height: 80px;
	background-color: #eee;
}
.search-bar .key-words {
	float: left;
	width: 610px;
	height: 80px;
	line-height: 80px;
}
.search-bar .key-words a {
	padding: 0 20px;
	font-size: 16px;
	color: #808080;
}
.search-bar input[type=text] {
	float: left;
	margin: 15px 0 0;
	padding: 0 9px;
	width: 400px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	font-size: 18px;
}
.search-bar input[type=submit] {
	float: left;
	margin: 15px 0 0 15px;
	width: 135px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #c90b00;
	border: none;
	border-radius: 5px;
	font-size: 18px;
}
.search-fid{
	margin-top: 15px;
	height: 40px;
	background-color: #eee;
	padding:10px 15px;
}
.search-fid label{ height:40px; line-height:40px; font-size:16px; float:left;}
.search-fid input[type=text] {
	float: left;
	padding: 0 10px;
	width: 400px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	font-size: 16px;
}
.search-fid input[type=submit] {
	float: left;
	margin:0 0 0 15px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #c90b00;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}
/*left-title*/
.redbg {
	background-image: url(../front_images/left-title-bg2.jpg);
}
/*left-list*/
.left-list {
	display: block;
	overflow: hidden;
	padding-right: 15px;
}
.left-list a {
	float: left;
	margin: 15px 0 0 15px;
	padding: 15px 1px;
	width: 94px;
	height: 66px;
	border: 2px solid #dcdcdc;
	background-color: #eee;
}
.left-list a .iconfont {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 35px;
	color: #272636;
	text-align: center;
}
.left-list a span {
	display: block;
	padding-top: 5px;
	line-height: 18px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}
.left-list a:hover, .left-list a.current {
	padding: 14px 0;
	text-decoration: none;
	background-color: #fff;
	border: 3px solid #108fc0;
}
.left-list a:hover .iconfont, .left-list a.current .iconfont {
	color: #108fc0;
}
.left-list a:hover span, .left-list a.current span {
	color: #108fc0;
}
.left-mtxs-list a:hover, .left-mtxs-list a.current {
	border-color: #c90b00;
}
.left-mtxs-list a:hover .iconfont, .left-mtxs-list a.current .iconfont {
	color: #c90b00;
}
.left-mtxs-list a:hover span, .left-mtxs-list a.current span {
	color: #c90b00;
}
/*right-list*/
.right-list {
	overflow: hidden;
}
.right-list .ads-box {
	width: 100%;
	height: 150px;
	padding: 15px 0;
	border-bottom: 1px dotted #c1c1c1;
}
.right-list .ads-box .pic {
	float: left;
	width: 200px;
	height: 150px;
}
.right-list .ads-box .pic img {
	width: 100%;
	height: 100%;
}
.right-list .ads-box .info {
	float: left;
	padding-left: 15px;
	width: 520px;
	height: 120px;
}
.right-list .ads-box .info .name {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-list .ads-box .info .intro {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
}
.right-list .ads-box .info .publisher {
	display: block;
	padding-top: 15px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
}
.right-list .ads-box .info .publisher a {
	color: #0078ff;
	font-size: 14px;
}
.right-list .ads-box .operation {
	float: right;
	padding-right: 15px;
	width: 180px;
	height: 120px;
}
.right-list .ads-box .operation .btn-dl {
	float: right;
	margin-top: 50px;
	color: #fff;
}
.right-list .ads-box .operation p {
	float: right;
	margin-top: 20px;
	width: 100%;
	height: 24px;
}
.right-list .ads-box .operation p span {
	padding-left: 15px;
	font-size: 14px;
	color: #555;
}
.right-list .ads-box .operation p .iconfont {
	padding-right: 5px;
	font-size: 17px;
	color: #000;
}
.right-list .sadv-box {
	height: 150px;
	background: #fff;
	padding: 15px;
	margin-top: 15px;
	border-bottom:1px dotted #eee;
}
.right-list .sadv-box .pic {
	float: left;
	width: 200px;
	height: 150px;
}
.right-list .sadv-box .pic img {
	width: 100%;
	height: 100%;
}
.right-list .sadv-box .info {
	float: left;
	padding-left: 15px;
	width: 500px;
	overflow: hidden;
}
.right-list .sadv-box .info .name {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-list .sadv-box .info .intro {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
	margin-bottom: 10px;
}
.right-list .sadv-box .info span {
	font-size: 16px;
	padding-right: 20px;
}
.right-list .sadv-box .info .iconfont {
	padding-right: 5px;
	font-size: 18px;
}
.right-list .sadv-box .info .icon-user, .right-list .sadv-box .info .user-name {
	color: #0078ff;
	font-size: 16px;
}
.right-list .sadv-box .operation {
	float: right;
	width: 160px;
	height: 120px;
}
.right-list .sadv-box .operation .btn-xg, .right-list .sadv-box .operation .btn-dl, .right-list .sadv-box .operation .btn-del {
	float: right;
	margin-top: 25px;
	color: #fff;
}
.right-list .sadv-box .operation .stars {
	width: 100px;
	margin: 30px auto 0 auto;
}
.right-list .sadv-box .operation .stars a {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	line-height: 28px;
	text-align: left;
	font-size: 18px;
}
.right-list .sadv-box .operation .stars a:hover, .right-list .sadv-box .operation .stars .light {
	color: #fc0;
	text-decoration: none;
}
.right-list .sadv-box .operation .btn-pj {
	margin: 20px auto 0 auto;
	color: #fff;
}
.right-list .sadv-box .operation .icon-tejia {
	float: right;
	margin-top: 30px;
}
/*right-details*/
.right-details {
	padding-bottom: 110px;
	overflow: hidden;
}
.details-one {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.details-one .pic {
	float: left;
	width: 470px;
	height: 345px;
}
.details-one h4 {
	margin: 0;
	margin-left: 490px;
	line-height: 25px;
	padding: 18px 0;
	font-size: 18px;
	color: #555;
}
.details-one dl {
	display: block;
	margin-left: 490px;
	margin-right: 20px;
	overflow: hidden;
}
.details-one dl dt {
	clear: left;
	float: left;
	padding-left: 20px;
	line-height: 35px;
	font-size: 14px;
	color: #808080;
}
.details-one dl dd {
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #808080;
}
.details-one dl b {
	color: #0078ff;
	font-weight: normal;
}
.details-one dl dd font{ color:#FF1000; font-size:18px; padding-right:10px;}
.details-one dl dd em{ font-style:normal; text-decoration:line-through;}
.details-one .tel {
	margin-top: 20px;
	background-color: #f8f8f8;
	height: 60px;
}
.details-one .tel dt, .details-one .tel dd {
	line-height: 60px;
}
.details-one .tel b {
	font-size: 24px;
	color: #b80c02;
}
.details-one .btns {
	margin-left: 490px;
	padding: 45px 0 0;
	height: 45px;
	text-align: center;
}
.details-one .btn-dl {
	display: inline-block;
	width: 130px;
	color: #fff;
}
.details-one .icon-tejia {
	position: absolute;
	top: 70px;
	right: 20px;
}
.details-two {
	margin-top: 35px;
	padding: 20px 0 20px 20px;
	clear: both;
	overflow: hidden;
	background-color: #f8fdff;
	border-top: 2px solid #9ed9ff;
	border-bottom: 1px solid #9ed9ff;
}
.details-two li {
	float: left;
	width: 50%;
}
.details-two li span {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.details-two li em {
	float: left;
	padding: 6px 20px 6px 0;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.details-three {
	clear: both;
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
}
.details-three img {
	display: inline-block;
}
/*login*/

.login-logo {
	padding: 50px 0;
	height: 205px;
	background:url(../front_images/login-top.jpg) repeat-x center center;
	text-align: center;
}
.login-logo a {
	display: inline-block;
	width: 325px;
	height: 205px;
}
.login-logo a img {
	width: 100%;
	height: 100%;
}
.login {
	width: 450px;
	overflow:hidden;
	background:#fff;
	margin:120px 0 150px 50px;
}

.login-title {

	height: 60px;
	line-height: 60px;
	background:url(../front_images/header-bg.png) top center no-repeat;
	text-align: center;
	font-size: 24px;
	color: #fff;

}
.login ul {
	overflow: hidden;
	padding: 20px;
}
.login ul li {
	width: 100%;
	padding:10px 0;
	overflow:hidden;
}
.login ul li label {
	float: left;
	padding-right: 15px;
	width: 80px;
	line-height: 46px;
	font-size: 16px;
	color: #555;
	text-align: right;
}
.login ul li input[type=text] {
	float: left;
	padding: 0 10px;
	width: 280px;
	height: 40px;
	line-height: 44px;
	border: 1px solid #d8d9d1;
	border-radius: 3px;
	background-color: #eff0f0;
	opacity: 0.8;
	filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	font-size: 18px;
}
.login ul li input[type=password] {
	float: left;
	padding: 0 10px;
	width: 280px;
	height: 40px;
	line-height: 44px;
	border: 1px solid #d8d9d1;
	border-radius: 3px;
	background-color: #eff0f0;
	opacity: 0.8;
	filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	font-size: 18px;
}
a.forget-pwd {
	float: right;
	line-height: 25px;
	font-size: 16px;
	color: #0084c9;
}
.btn-login {
	display: block;
	width: 220px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #90d22f;
	opacity: 0.8;
	filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-radius: 5px;
}
.btn-pass {
	display: block;
	width: 220px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #ff0000;
	opacity: 0.8;
	filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-radius: 5px;
}
.text {
	text-align: center;
	font-size: 14px;
	color: #555;
}
.text a {
	font-size: 14px;
	color: #0084c9;
}
.code {
	position: absolute;
	top: 120px;
	right: 160px;
	width: 220px;
	height: 265px;
	z-index: 0;
}
.code .bg-80 {
	height: 265px;
}
.code img {
	position: relative;
	z-index: 2;
	display: block;
	margin: 10px 10px 0;
	width: 200px;
	height: 200px;
}
.code p {
	position: relative;
	z-index: 2;
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #555;
	text-align: center;
}
/*register*/
.register {
	width: 800px;
	overflow:hidden;
	margin:80px auto;
	background:#fff;
}

.register .reg-title {
	height: 60px;
	line-height: 60px;
	background:url(../front_images/header-bg.png) no-repeat;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.register ul{ overflow:hidden; padding:20px;}
.register ul li{ overflow:hidden; margin-bottom:20px;}
.register ul li label{ float:left; font-size:16px; line-height:40px;width:130px; text-align:right;}
.register ul li span{ float:left; font-size:14px; line-height:40px; color:#808080; padding-left:10px;}
.register ul li .txt{ 
	float: left;
	padding: 0 10px;
	width: 300px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d8d9d1;
	border-radius: 3px;
	background-color: #f8f8f8;}
.register ul li .stxt{width:180px;}
.register .btn-register {
	display: block;
	width: 320px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #fe4531;
	border-radius: 5px;
}
.register .btn-sent {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #555;
	border: none;
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-left:10px;
}
.register a{ font-size:14px; color:#3993FF;}
/*个人中心*/
.information {
	height: 180px;
	background:url(../front_images/info-bg.jpg) center center repeat;
}
.head {
	margin: 20px 0;
	padding: 0 25px;
	float: left;
	width: 380px;
	height: 140px;
}
.f-head {
	width: 450px;
}
.head .img-head {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background-color: #0f0f1b;
}
.head .img-head img {
	width: 100%;
	height: 100%;
	border-radius:50%;
}
.head p {
	display: block;
	padding: 0;
	margin: 30px 0 0 170px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
}
.head p em {
	font-size: 24px;
	font-style: normal;
}
.head .stars {
	width: 190px;
	overflow: hidden;
}
.head .icon-tel {
	margin-left: 30px;
	color: #f83d06;
	font-size: 24px;
	line-height: 40px;
}
.peronal-info {
	margin: 20px 0;
	padding: 0 20px;
	float: left;
	width: 520px;
	height: 140px;
	border-left: 1px solid #49c1f6;
}
.friend-info {
	height: 120px;
	padding-top: 20px;
}
.information .title {
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #49c1f6;
	font-weight: normal;
}
.information .title .edit {
	float: right;
	height: 35px;
}
.information .title .edit .iconfont {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	color: #fff;
}
.peronal-info table {
	width: 100%;
}
.peronal-info table td {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.peronal-info table td span {
	font-size: 20px;
	color: #ff3c00;
}
.safe-info {
	margin: 20px 0;
	padding: 0 20px;
	float: left;
	height: 140px;
	border-left: 1px solid #49c1f6;
}
a.btn-setADV {
	display: block;
	margin: 20px 0 0 30px;
	width: 126px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #49c1f6;
	border-radius: 5px;
	border:1px solid #49c1f6;
}
a.btn-modifyPWD {
	display: block;
	margin: 20px 0 0 30px;
	width: 130px;
	height: 44px;
	line-height: 44px;
	background-color: #49c1f6;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}
.shortcut {
	margin-top: 50px;
	padding: 0 40px;
	height: 200px;
}
.shortcut a {
	margin: 0 50px;
	float: left;
	width: 200px;
	height: 200px;
	background: url(../front_images/shortcut-bg.png) center top no-repeat;
	text-decoration: none;
}
.shortcut .iconfont {
	display: block;
	margin: 30px 0 0;
	height: 75px;
	line-height: 75px;
	font-size: 70px;
	text-align: center;
}
.shortcut span {
	display: block;
	padding: 10px 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #808080;
	text-align: center;
}
.shortcut .icon-lianjie {
	color: #009fdd;
	font-size: 65px;
}
.shortcut .icon-msg {
	color: #fb2d2d;
}
.shortcut .icon-fasong {
	color: #ffc000;
}
.shortcut .icon-daili {
	color: #64c100;
}
.b-div {
	float: left;
	margin: 45px 0 0;
	width: 590px;
}
.b-div-til {
	padding: 0;
	margin: 0;
	height: 50px;
	background-color: #fff;
	border-bottom: 2px solid #e5e5e5;
}
.b-div-til span {
	float: left;
	margin-bottom: -2px;
	padding: 0 20px;
	height: 49px;
	line-height: 49px;
	border-bottom: 3px solid #0087c7;
	position: relative;
	font-size: 18px;
	color: #555;
}
.b-div-tab {
	float: left;
	height: 50px;
}
.b-div-tab a {
	float: left;
	margin: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #006a9f;
}
.b-div-list {
	overflow: hidden;
}
.b-div-list li {
	margin: 15px 0 0;
	display: block;
	padding: 15px;
	height: 100px;
	background-color: #fff;
	position: relative;
}
.b-div-list li .pic {
	float: left;
	width: 100px;
	height: 100px;
}
.b-div-list li .pic img {
	width: 100%;
	height: 100%;
}
.b-div-list li a.til {
	margin-left: 120px;
	display: block;
	width: 340px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #555;
}
.b-div-list li .intro {
	margin-left: 120px;
	display: block;
	width: 340px;
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	color: #808080;
}
.b-div-list li .info {
	margin-left: 120px;
	padding-top: 10px;
	display: block;
	width: 340px;
	height: 20px;
}
.b-div-list li .info span {
	float: left;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
}
.b-div-list li .info span .iconfont {
	padding-right: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.b-div-list li .info .user, .b-div-list li .info .user .iconfont {
	color: #0078ff;
}
.b-div-list li .info .user .iconfont {
	font-size: 18px;
}
.b-div-list li .icon-tejia-s {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 20px;
}
a.btn-btn {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 72px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}
a.btn-more {
	display: block;
	margin: 25px auto 0;
	width: 220px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border: 1px solid #0087c7;
	font-size: 18px;
	color: #0087c7;
	text-align: center;
	border-radius: 5px;
}
/*会员中心-left*/
.left-b {
	float: left;
	margin: 20px 0 0;
	width: 260px;
}
.left-personal-info {
	display: block;
	padding: 20px 0;
	height: 210px;
	background: url(../front_images/left-personal-info.jpg) center 0 no-repeat;
}
.left-personal-info .img-head {
	display: block;
	margin: 0 auto;
	width: 112px;
	height: 112px;
	border: 4px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	border-radius: 60px;
}
.left-personal-info .img-head img {
	width: 100%;
	height: 100%;
	border-radius:50%;
}
.left-personal-info em {
	clear: both;
	display: block;
	padding-top: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.left-personal-info .stars {
	clear: both;
	margin: 5px auto;
	width: 150px;
	height: 28px;
}
.left-friend-info {
	height: 225px;
}
.left-friend-info label {
	display: block;
	text-align: center;
	color: #ff3c00;
	font-size: 24px;
}
.left-menu {
	padding-bottom: 5px;
	overflow: hidden;
	display: block;
}
.left-menu a {
	display: block;
	margin: 18px 0 0;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #555;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0px 1px 3px #d3d3d3;
	-webkit-box-shadow: 0px 1px 3px #d3d3d3;
	box-shadow: 0px 1px 3px #d3d3d3;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#d3d3d3')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#d3d3d3');
}
.left-menu a:hover, .left-menu a.current {
	background: url(../front_images/left-menu-bg.jpg) 0 0 no-repeat;
	color: #fff;
	-moz-box-shadow: 0px 1px 3px #003362;
	-webkit-box-shadow: 0px 1px 3px #003362;
	box-shadow: 0px 1px 3px #003362;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#003362')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#003362');
}
/*right*/
.right-920 {
	display: block;
	margin: 20px 0 0 280px;
	overflow: hidden;
}
.right-til {
	display: block;
	padding: 0px 15px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-left: 4px solid #0087c7;
	font-size: 18px;
	color: #0078b0;
	overflow: hidden;
}
.right-cont {
	clear: both;
	overflow: hidden;
}
.right-til span {
	float: left;
	margin-right: 20px;
}
.right-til a {
	display: block;
	float: left;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.right-til a:hover, .right-til a.current {
	height: 48px;
	line-height: 48px;
	color: #0087c7;
	border-bottom: 2px solid #0087c7;
	text-decoration: none;
}
.right-til a.btn-msg-to {
	wdith: 80px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 10px;
	border-radius: 5px;
	background: #77cb00;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.right-til a.btn-msg-to:hover {
	line-height: 30px;
	color: #fff;
	border: 0;
}
/*基本信息*/
.basic-info {
	display: block;
	margin: 20px 0 0;
	padding: 20px;
	min-height: 580px;
	background-color: #fff;
}
.head-upload {
	height: 120px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d1d1d1;
}
.head-upload .img-head {
	float: left;
	margin-left: 40px;
	width: 112px;
	height: 112px;
	border: 4px solid #0087c7;
	border-radius: 60px;
	opacity: 0.5;
	filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.head-upload .img-head img {
	width: 100%;
	height: 100%;
}
.upload {
	display: block;
	margin: 0 0 0 180px;
	padding: 30px 0 0;
	height: 44px;
}
.file-upload {
	float: left;
	width: 505px;
	height: 44px;
	position: relative;
	z-index: 0;
}
.file-upload input[type=file] {
	float: left;
	margin-top: -44px;
	width: 505px;
	height: 44px;
	position: relative;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.file-upload input[type=text] {
	float: left;
	padding: 0 10px;
	width: 394px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border: 1px solid #d1d1d1;
	position: relative;
	z-index: 1;
}
.file-upload input[type=button] {
	float: left;
	margin-left: -1px;
	width: 90px;
	height: 44px;
	line-height: 44px;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	background-color: #49c1f6;
	position: relative;
	z-index: 1;
}
.upload .btn-save {
	float: left;
	margin-left: 20px;
	width: 100px;
	height: 44px;
	line-height: 44px;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	background-color: #77cb00;
	position: relative;
	z-index: 1;
}
.head-upload .note {
	display: block;
	margin: 10px 0 0 180px;
	font-size: 14px;
	color: #808080;
}
.basic-info-form {
	margin: 40px 0 0;
	display: block;
	overflow: hidden;
}
.basic-info-form li {
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
.basic-info-form li label {
	float: left;
	padding-right: 15px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 18px;
	color: #555;
}
.basic-info-form li input[type=text] {
	float: left;
	padding: 0 10px;
	width: 483px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}
.basic-info-form li input[type=password] {
	float: left;
	padding: 0 10px;
	width: 483px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}
.basic-info-form li textarea {
	float: left;
	padding: 10px 0 10px 10px;
	width: 493px;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}
.basic-info-form li input[type=submit] {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #77cb00;
}
.basic-info-form li select{
	float: left;
	padding: 0 10px;
	min-width:100px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-right:10px;
	}
.basic-info-form li.upload-pic span {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 0;
}
.basic-info-form li.upload-pic input[type=file] {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.basic-info-form li.upload-pic i {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #999;
	line-height: 60px;
	font-size:24px;
}
.basic-info-form li.upload-pic span img {
	width: 60px;
	height: 60px;
}
/*全选*/
.all-select {
	float: right;
	margin: 18px 0 0;
	line-height: 14px;
	font-size: 14px;
	color: #808080;
}
.all-select input[type=checkbox] {
	float: left;
	margin-right: 10px;
	width: 14px;
	height: 14px;
}
/*朋友链*/
.friend-chain-list {
	overflow: hidden;
}
.friend-chain {
	display: block;
	margin: 15px 0 0;
	padding: 20px;
	height: 120px;
	background-color: #fff;
}
.friend-chain .checkbox {
	float: left;
	margin: 53px 0 0;
	width: 14px;
	height: 14px;
}
.friend-chain .head-list {
	float: left;
	height: 120px;
	width: 350px;
	border-right: 1px solid #d1d1d1;
}
.friend-chain .img-head {
	float: left;
	width: 112px;
	height: 112px;
	border: 4px solid #0087c7;
	border-radius: 60px;
	opacity: 0.5;
	filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.friend-chain .img-head img {
	width: 100%;
	height: 100%;
	border-radius:50%;
}
.friend-chain .name {
	margin: 0 0 0 140px;
	padding: 10px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #555;
}
.friend-chain .stars-s {
	margin-left: 140px;
	padding: 10px 0;
	height: 19px;
	text-align: left;
}
.friend-chain .stars-s .iconfont {
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 19px;
}
.friend-chain .stars-s .light {
	color: #fff000;
}
.friend-chain .phone {
	margin-left: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #ff1800;
}
.friend-chain .personal-info {
	float: left;
	margin-left: 20px;
	width: 345px;
	height: 120px;
}
.friend-chain .personal-info dt {
	clear: left;
	float: left;
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.friend-chain .personal-info dd {
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.friend-chain .btn {
	float: left;
	margin: 10px 0 0 50px;
	width: 100px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	background-color: #ff1800;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.friend-chain .btn-cuxiao {
	background-color: #ff1800;
}
.friend-chain .btn-msg {
	background-color: #49c1f6;
}
.friend-chain .btn-addf{background-color: #77cb00; margin-top:40px;}
.ads-list {
	width: 100%;
	overflow: hidden;
}
.ads-box {
}
/* layer */
.glasslayer {
	position: fixed;
	with: 100%;
	height: 100%;
	background-color: #000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #000;
	z-index: 9998;
}
.lay_msg {
	width: 40%;
	min-width:500px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -20%;
	top: 30%;
	background: #fff;
	border-radius: 5px;
	z-index: 9999;
}
.lay-til {
	width: 100%;
	height: 41px;
	background: #0088c9;
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.lay-til .close_r {
	float: right;
	color: #fff;
	line-height: 40px;
	margin-right: 20px;
}
.lay-con {
	padding: 30px;
}
.lay-con ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
.lay-con label {
	width: 20%;
	float: left;
	font-size: 16px;
	text-align: right;
}
.lay-con span {
	width: 80%;
	float: left;
}
.lay-con span input {
	width: 80%;
	height: 24px;
	line-height: 24px;
	border: 1px solid #999;
	padding: 0 5px;
}
.lay-con span textarea {
	width: 80%;
	height: 100px;
	padding: 5px;
}
.lay-con a.btn-sure {
	width: 100px;
	height: 40px;
	display: block;
	background: #0088c9;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}
.msg-box {
	overflow: hidden;
	background: #fff;
	padding: 10px 15px;
	position: relative;
	margin-top: 15px;
}
.msg-box ul li {
	overflow: hidden;
}
.msg-box a {
	display: block;
	overflow: hidden;
}
.msg-box ul .msg-user .user-name {
	line-height: 40px;
	float: left;
	font-size: 14px;
	color: #0093FF;
}
.msg-box ul .msg-user img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 10px;
	float: left;
}
.msg-box ul .msg-user .send-time {
	float: right;
	line-height: 30px;
	color: #999;
	font-size: 14px !important;
}
.msg-box ul .msg-user .iconfont {
	float: right;
	margin-left: 10px;
	color: #999;
}
.msg-box ul .msg-user .icon-msg {
	color: #ff1800;
}
.msg-box ul .msg-user .icon-msg-ed {
	color: #49c1f6;
}
.msg-box ul li.msg-con {
	padding-left: 50px;
}
.msg-box ul li.msg-con .user-name {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	width: 70%;
}
.msg-box ul li.msg-con a:hover {
	text-decoration: underline;
}

.msg-box ul li.msg-con .send-time {
	display: block;
	float: right;
	line-height: 30px;
	color: #ccc;
	font-size: 12px !important;
	text-align: right;
}
.msg-box ul li.msg-con p {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.msg-box ul li .btn-remsg{
	width: 60px;
	height: 30px;
	display: block;
	background: #49c1f6;
	border-radius: 5px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.msg-box ul li.msg-f {
	padding-left: 50px;
}
.msg-box ul li.msg-f a {
	float: right;
	margin-left: 20px;
}
.re-msg-box {
	overflow: hidden;
	background: #fff;
	padding: 30px 15px;
	margin-top: 15px;

}
.re-msg-box li{
	overflow: hidden;
}
.re-msg-box li textarea {
	width: 98%;
	padding: 5px;
	height: 60px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.re-msg-box li .btn-submsg {
	width: 60px;
	height: 30px;
	background: #77cb00;
	border-radius: 5px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top:20px; 
	margin-right:10px;
}
.re-msg-box li .btn-reset{
	width: 60px;
	height: 30px;
	background: #666;
	border-radius: 5px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top:20px;
}
.send-msg {
	overflow: hidden;
	background: #fff;
	padding: 15px;
	margin-top: 15px;
	
}
.send-msg ul li {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.send-msg ul li label {
	width: 20%;
	line-height: 40px;
	float: left;
	text-align: right;
	font-size: 16px;
}
.send-msg ul li span {
	width: 80%;
	float: left;
}
.send-msg ul li span em {
	float: left;
	line-height: 40px;
	font-style: normal;
	padding: 0 5px;
}
.send-msg ul li span select {
	width: 35%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	margin-top: 5px;
	padding: 0 10px;
	float: left;
}
.send-msg ul li span input {
	height: 28px;
	line-height: 28px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	margin-top: 5px;
	float: left;
}
.send-msg ul li span .txt-name {
	width: 33%;
}
.send-msg ul li span .txt-til {
	width: 71%;
}
.send-msg ul li span textarea {
	width: 80%;
	height: 80px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	margin-top: 5px;
	float: left;
}
.send-msg ul li .btn-submit {
	width: 100px;
	height: 40px;
	display: block;
	background: #77cb00;
	margin: 20px auto;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.register ul li span.err_msg{
	
	color:red;
}
.basic-info-form li label.err_msg{
	color:red;
	padding-left:130px;
}
.hide{
	display:none;
}
.register .btn-register.grey{
	background-color:#808080;
}