

/* CSS Document */
.main {
    width: 100%;
    background: url(../image/main-bg.gif) no-repeat center 0;
    padding-top: 160px;
}

.main-top-ad {
    width: 1400px;
    height: 93px;
    margin: 0 auto;
}

.container {
    width: 1380px;
    padding: 18px 10px;
    background: #fff;
    margin: 0 auto;
}

/*用户中心*/
.user-center {
    overflow: hidden;
}

.u-c-right .iconfont {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.u-c-left-wrap {
    overflow: hidden;
}

.u-c-left-head {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}

.u-c-left-info {
    padding-left: 20px;
    padding-top: 15px;
}

.user-edit {
    display: block;
    padding: 3px 20px;
    background: #505152;
    color: #fff;
    width: 70px;
    line-height: 20px;
    border-radius: 100px;
    margin-top: 5px;
}

.user-edit i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.user-qa-tab {
    margin-top: 30px;
    padding: 0 20px;
}

.user-c-top {
    padding: 20px;
}

.u-c-qatab {
    border-bottom: 1px solid #DEDEDE;
}

.u-c-qatab a {
    display: inline-block;
    position: relative;
    bottom: -2px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-left: 20px;
}

.u-c-qatab a.curr {
    color: #48B43E;
    border-bottom: 3px solid #48B43E;
}

/*问题列表*/
.u-c-qa-item {
    margin: 30px auto;
    border-bottom: 1px dotted #E0E0E0;
    padding-bottom: 20px;
}

.u-c-qa-list {
    padding: 10px 0;
}

.u-c-qa-title {
    font-size: 20px;
    margin: 10px 0;
}

.u-c-qa-title .iconfont {
    color: #49B53E;
}

.u-c-qainfo .iconfont {
    margin-right: 3px;
}

.u-c-qainfo span {
    margin-right: 20px;
    color: #8E8E8E
}

.u-c-qa-cont {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    color: #838383;
}

/*个人资料*/
.u-c-userinfo {
    margin-top: 30px;
}

.u-c-usertab {
    height: 58px;
    line-height: 58px;
    background: #F6F6F6;
}

.u-c-usertab a {
    font-size: 16px;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    background: #6E6F71;
    color: #fff;
    border-right: 1px solid #fff;
}

.u-c-usertab a.curr {
    background: #fff;
    color: #444;
}

.u-c-userlist {
    padding: 40px;
    font-size: 14px;
}

.u-c-ul label {
    display: inline-block;
    width: 100px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.u-c-ul li {
    padding: 10px 0;
}

.u-c-fromr {
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
}

.u-c-fromr input {
    display: inline-block;
    width: 400px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
}

.u-c-fromr select {
    display: inline-block;
    width: 198px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin-right: 10px;
    font-size: 14px;
}

.u-c-fromr textarea {
    display: inline-block;
    width: 400px;
    border: 1px solid #ddd;
    height: 80px;
    line-height: 23px;
    padding: 0 4px;
    font-family: Arial, Microsoft Yahei;
}

.u-c-ul li label span {
    display: inline-block;
    margin-left: -6px;
}

/*会员注册*/
.reg {
    width: 342px;
    margin: 0 auto;
    margin-top: 100px;
}

.reg-ul li {
    padding: 10px 0;
    color: #fff;
}

.reg-ul li a {
    color: #fff;
}

.reg-ul li input {
    display: inline-block;
    width: 332px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: 0;
    padding: 0 5px;
}

.reg-btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 318px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}

.reg-other {
    color: #929292;
    height: 45px;
    line-height: 36px;
}

.other-log {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #545454;
    color: #fff;
    border-radius: 100px;
    margin: 0 5px;
    text-align: center;
}

.other-log span {
    font-size: 20px;
}