/**!
 * 账户中心-账户安全
 * date:2017-12-14
 * author: csxiang;
 */
html, body {
    background-color: #f5f5f5;
}

.side dt.count-center i {
    float: left;
    height: 9px;
    width: 12px;
    background-image: url(../images/counticon.png);
    background-repeat: no-repeat;
    margin: 5px 7px 0 0;
}
.con-hd h1 {
    background: url(../images/countsafe.png) no-repeat left;
}
.con-bd {
	padding: 0;
}

/* 账户安全 */
.count-safe {
	width: 100%;
	height: 445px;
	overflow: hidden;
}
.cs-box {
	width: 790px;
	height: 300px;
	margin: 70px auto;
	overflow: hidden;
}
.cs-box .split {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}
.cs-item {
	height: 30px;
	line-height: 30px;
	margin: 35px 0;
}
.cs-title {
	display: inline-block;
	padding-left: 60px;
	padding-right: 12px;
	font-size: 16px;
	font-weight: bold;
}
.cs-title em {
	position: relative;
	left: 3px;
	display: inline-block;
	width:13px;
	height: 13px;
	
}
.cs-title em.unlight {
	background: url(../images/light.png) -13px 0 no-repeat;
}
.cs-title em.light {
	background: url(../images/light.png) 0 0 no-repeat;
}
.cs-title-ok {
	background: url(../images/gou2.png) no-repeat left;
}
.cs-title-warn {
	background: url(../images/mainwarn.png) no-repeat left;
}
.cs-txt {
	padding-left: 13px;
	border-left: 1px solid #c6c6c6;
}
.cs-password .cs-txt {
	color: #cc0000;
}
.cs-box .cs-modify {
	margin-right: 62px;
	color: #13548c;
}
.cs-box .cs-verify {
	height: 25px;
	width: 96px;
	line-height: 25px;
	text-align: center;
	margin-right: 26px;
	border: 1px solid #FE7800;
	color: #fe7800;
}
.cs-phone .cs-txt em {
	color: #cc0000;
}
