/*会员中心*/
.hymain {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
    min-height: 450px;
    position: relative;
    border-radius: 6px 6px 4px 4px;
    background: url(y_home.png) repeat-y;
    z-index: 5;
}

.hytopmenu {
    width: 1002px;
    height: 39px;
    line-height: 39px;
    background: url(x_home.png) repeat-x;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.hytopmenu span {
    float: left;
    margin-right: 10px;
    color: #A49999;
    display: inline-block;
    text-align: right;
    padding: 0 0 0 20px;
    text-align: right;
}

.hytopmenu ul {
    float: left;
}

.hytopmenu li {
    float: left;
    padding: 0 15px;
}

.hysidebar {
    width: 270px;
    padding: 18px;
    float: left;
}


.hyright {
    float: left;
    width: 650px;
    min-height: 400px;
    padding: 18px;
}

.setting {
    padding-top: 40px;
}

.setting li {
    margin-bottom: 20px;
    line-height: 22px;
}

.setting li label {
    color: #666;
    display: inline-block;
    font-size: 14px;
    text-align: right;
    width: 100px;
    padding-right: 12px;
}

.setting.yh.bd {
    margin-top: 20px;
}

.hy_nav.hd {
    width: auto;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 10px;
    position: relative;
}

.hy_nav.hd a {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
}

.hy_nav.hd li.on a, .hy_nav.hd a.on {
    color: #fff;
    position: relative;
    background: #259ACD;
}

a:link, a:visited {/* color: #7f7f7f; *//* text-decoration: none; *//* outline: none; */}