li {
    list-style: none;
}

a {
    color: #888;
}

th, td {
    vertical-align: middle;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.cRed {
    color: #ff2a00;
}

.cOrange {
    color: #ff9900;
}

.cOrange2 {
    color: #ff4a00;
}

.fBold {
    font-weight: bold;
}

.ml20 {
    margin-left: 20px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.tI20 {
    text-indent: 20px;
}

.none {
    display: none;
}

.container {
    padding-bottom: 50px;
}

body {
    font-family: \5FAE\8F6F\96C5\9ED1;
}

/*当前页面*/
.con_top {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.con_top .con_tit {
    font-size: 18px;
    color: #333333;
}

.con_top .con_tit .small_tips {
    font-size: 12px;
    color: #fe6600;
    background-color: #fffaf7;
    border: 1px solid #ffccae;
    padding: 5px;
}

/*面包屑*/
.container {
    width: 1000px;
    margin: 0 auto;
}

.page_info {
    font-size: 14px;
    color: #999999;
    height: 50px;
    line-height: 50px;
}

.page_info a {
    color: #999999;
}

.page_info a:hover {
    color: #ff6a00;
}

.page_info .current {
    color: #333333;
}

/*左侧导航*/
.con-left {
    width: 220px;
    background-color: #fafafa;
    float: left;
}

.con-left .user_log {
    padding: 10px;
    font-size: 14px;
    color: #666666;
}

.con-left .user_log img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.con-left .user_name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.con-left dl{
    margin-bottom: 20px;
}
.con-left dt {
    color: #333333;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    border-bottom:1px solid #dfdfdf;
}
.con-left dd{
    margin-top: 10px;
}

.con-left .navItem a {
    color: #666666;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    display: block;
    border-left: 4px solid #fafafa;
    text-indent: 15px;
}

.con-left .navItem a:hover {
    border-left: 4px solid #ff9900;
    color: #ff9900;
}

.con-left .navItem.selected a {
    color: #ff9900;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    border-left: 4px solid #ff9900;
}

.con-right {
    width: 760px;
    float: right;
}

/*翻页样式*/
.page-box {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.page-box a {
    font-size: 14px;
}

.page-box .page-index {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    vertical-align: top;
    color: #666;
    border: 1px solid #e0e0e0;
    border-right: 0;
}

.page-box .page-index.on {
    background-color: #ffa824;
    color: #ffffff;
    cursor: default;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page-box .page-index.on:hover {
    background-color: #ffa824;
    color: #ffffff;
}

.page-box .page-index:hover {
    background-color: #eeeeee;
    color: #666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page-box .prev,
.page-box .next {
    display: inline-block;
    width: 75px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e0e0e0;
    color: #666;
}

.page-box .prev:hover,
.page-box .next:hover {
    background-color: #eeeeee;
}

.page-box .prev {
    border-right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.page-box .next {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

/********弹窗************/
.alert{
    padding:8px;
    display: inline-block;
    background: url(//static.snailmobile.com/images/shadow.png) 0 0 repeat;
}
.alert-con{
    width:454px;
    height:280px;
    background-color: #fff;
}
.alert-head{
    height:46px;
    line-height: 46px;
    padding-left:21px;
    color:#666666;
    font-size: 17px;
    font-family: "微软雅黑";
    background-color: #eeeeee;
    position:relative;
}
.pop-close{
    width:20px;
    height:20px;
    display: block;
    position:absolute;
    right:16px;
    top:15px;
    background: url(//static.snailmobile.com/images/pop-close.png) 0 0 no-repeat;
}
.pop-desc{
    height:46px;
    line-height: 46px;
    padding-left:200px;
    color:#333333;
    font-size: 17px;
    font-family: "微软雅黑";
    margin:55px 0 30px 0;
    background: url(//static.snailmobile.com/images/ucenter-v3/success.png) 136px 0 no-repeat;
    text-align:left;
}
.close-link{
    width:112px;
    height:36px;
    line-height: 36px;
    text-align:center;
    color:#666666;
    font-size: 16px;
    font-family: "微软雅黑";
    display: block;
    margin:0 auto;
    border:1px solid #b5b5b5;
    border-radius: 2px;
}
.none{
    display: none;
}
