@charset "UTF-8";

/* 我的账户 CSS */


/*头部*/
.my-count-top{margin:0 0 5px;padding:10px;text-align:center;line-height:20px;background-color:#6677fa;color:#fff;box-shadow:0 0 2px #e0e0e0}
.my-count-top a{color:#fff}
.my-count-top a i{margin-top:2px}

/*分栏*/
.title{padding:10px;margin:10px auto;background:#fff;box-shadow:0 0 2px #e0e0e0;}
.title i{margin-top:2px;color:#a1a1a1}

/*个人资料*/
.my-count-info{padding:10px;margin:10px;background:#fff;box-shadow:0 0 2px #e0e0e0;}
.my-count-info ul{list-style-type:none;margin-bottom:0}
.my-count-info ul li{padding:5px 0}
.my-count-info ul li:nth-child(2){text-indent:14px}

/*会员期限*/
.my-time{padding:10px 20px 20px;margin:10px;background:#ebdaad;box-shadow:0 0 2px #e0e0e0;color:#80703e;font-size:110%;line-height:150%}
.my-time h4{color:#4d390d}
.my-time h4 small{font-weight:normal;color:red;font-size:60%}
.my-time hr{border-color:rgba(193,163,113,.5)}
.my-time .icon-box{width:60px;height:60px;padding:10px;margin:10px auto 15px;vertical-align:middle;background:#fff;box-shadow:0 0 5px #ff0;}
.my-time .icon-box img{margin-top:5px}