/* 会员中心页面css样式表 wanganqi20200323 */

body {
    background: url(../images/member_center_bg.png);
}

#personal_wrap {
    width: 1000px;
    height: 760px;
    background: #ffffff;
    margin: 200px auto;
}

#personal_wrap .left {
    width: 120px;
    margin-top: 60px;
    margin-left: 80px;
    text-align: center;
}

#personal_wrap .left .avatar {
    width: 120px;
    height: 120px;
    background: #d7d7d7;
    border-radius: 50%;
}

#personal_wrap .left .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#personal_wrap .left .username {
    width: 121px;
    height: 33px;
    font-size: 18px;
    font-family: PingFangSC;
    color: #333333;
    line-height: 33px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 20px;
    /* 控制在一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#personal_wrap .left .modify {
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    position: relative;
    background: #2A91FE;
    border-radius: 0px 10px 0px 10px;
    opacity: 0.6;
}

#personal_wrap .modify .modify_input {
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 34px;
    left: 0;
    cursor: pointer;
}

#personal_wrap .left .modify a {
    color: #fff;
}

/* 右侧个人中心 */

#personal_wrap .right {
    width: 596px;
    margin-top: 60px;
    margin-right: 80px;
}

#personal_wrap .right .title {
    font-size: 30px;
    font-weight: 500;
    color: #222222;
    line-height: 45px;
    padding-left: 20px;
    padding-top: 20px;
    background: url(../images/icon_person.png) no-repeat left center;
    margin-bottom: 20px;
}

#personal_wrap .right .line {
    width: 596px;
    height: 1px;
    background: #EEEEEE;
}

#personal_wrap .right .info {
    padding: 20px 0 20px 70px;
    font-size: 14px;
    position: relative;
}

#personal_wrap .right .info .info_title {
    color: #999999;
    line-height: 21px;
    display: inline-block;
}

#personal_wrap .right .info .info_title.title_other {
    vertical-align: top;
}

#personal_wrap .right .info .info_main {
    margin-left: 20px;
    display: inline-block;
}

#personal_wrap .right input {
    height: 40px;
    border-radius: 2px;
    padding-left: 20px;
}

#personal_wrap .code_send {
    margin-top: 15px;
    margin-left: 80px;
    display: none;
}
#personal_wrap #code{
    width: 138px;
}
#personal_wrap .sendCode {
    cursor: pointer;
    color: #2A91FE;
    margin-left: 15px;
    font-size: 12px;
}

.tel .tip, .pwd_tip {
    color: #FF7D41;
    font-size: 12px;
    font-weight: bold;
}

.pwd_tip {
    margin-left: 15px;
}

/* 基本信息表单 */

#nick_name, #mobile {
    width: 215px;
}

.pwd_set label {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 21px;
    margin-right: 20px;
}

.pwd_set label+input {
    width: 215px;
    height: 40px;
    background: rgba(248, 248, 248, 1);
    border-radius: 2px;
}

.pwd_set .pwd_input {
    margin-bottom: 10px;
}

#personal_wrap .right input[type="text"]:enabled {
    background: #F8F8F8;
}

#personal_wrap .right input[type="text"]:disabled {
    background: #ffffff;
}

.password #password {
    background: #F8F8F8;
}

.changeword {
    display: none;
}

.changeword .pwd_input {
    background: #F8F8F8;
    margin-left: 20px;
}

.changeword .info_title {
    display: block!important;
    margin-bottom: 24px;
}

.birthSelect select {
    width: 100px;
    height: 40px;
    text-indent: 20px;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    border: none;
    background: #F8F8F8 url("../images/down.png") 80px center no-repeat;
    border-radius: 2px;
}

.radio_input {
    margin-bottom: 10px;
    margin-top: 10px;
    /* margin-left: 10px; */
}

.radio_input .radio_label {
    margin-right: 15px;
    /* margin-left: 10px; */
}

.radio_input input[type='radio'] {
    width: 14px;
    height: 14px!important;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.radio_input input[type="radio"]+label::before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../images/radio.png) no-repeat;
}

.radio_input input[type="radio"]:checked+label::before {
    background: url(../images/radioSelected.png) no-repeat;
}

.info.other_platform .info_main_other ul li {
    float: left;
    margin-right: 36px;
    width: 126px;
    cursor: pointer;
}

.info.other_platform .info_main_other ul li a:nth-of-type(1) {
    display: block;
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
}

#personal_wrap .right .info .info_set {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
    color: #999999;
}

#personal_wrap .right .info .info_set:hover {
    color: #2A91FE;
}

#personal_wrap .right .info .info_set .oper_confirm a {
    color: #999999;
}

#personal_wrap .right .info .info_set .oper_confirm a:hover {
    color: #2A91FE;
}

#personal_wrap .right .info .info_set .oper_confirm .cancel {
    margin-right: 22px;
}

input::-webkit-input-placeholder {
    color: #BBBBBB;
}

input::-moz-input-placeholder {
    color: #BBBBBB;
}

input::-ms-input-placeholder {
    color: #BBBBBB;
}