.main{padding-top:70px;margin-bottom:0;}
.user .headBox{height:60px;padding:16px 0 16px 16px;background:#fff;border-bottom:1px solid #eaeaea;margin-top:12px;}
.user .headBox .head{width:60px;height:60px;border-radius: 50%;background:#00a6b2;float:left;overflow: hidden;}
.user .headBox  h2{font-size:1.6rem;font-weight:normal;padding-left:6rem;line-height:60px;}
.user ul.list{padding-top:12px;}
.user ul.list li{height:56px;line-height:56px;border-bottom:1px solid #eaeaea;background:#fff;padding-left:16px;position:relative;}

.user ul.list li p{padding-left:44px;font-size:1.5rem;margin:0;}
.user ul.list li i{width:7px;height:12px;display:block;position:absolute;right:14px;top:2px;}

.user ul.list li:nth-child(1){background:url(../images/user_ico1.png) no-repeat 16px center #fff;}
.user ul.list li:nth-child(2){background:url(../images/user_ico2.png) no-repeat 16px center #fff;}
.user ul.list li:nth-child(3){background:url(../images/user_ico3.png) no-repeat 16px center #fff;}

.user ul.list li:nth-child(1):hover{background:url(../images/user_ico1.png) no-repeat 16px center #F9F9F9;}
.user ul.list li:nth-child(2):hover{background:url(../images/user_ico2.png) no-repeat 16px center #F9F9F9;}
.user ul.list li:nth-child(3):hover{background:url(../images/user_ico3.png) no-repeat 16px center #F9F9F9;}


@media screen and (max-width: 840px) {
    .main{padding-top:46px;margin-bottom:0;}
}