/*PC 个人中心样式 201801261737*/
/*个人中心钱包提现 赞赏总开关begin*/
.user-info-box .wallet{
    width: 314px;
}

.user-info-box .wallet .withDraw{
    font-size: 14px;
    color: #303030;
    border: 1px solid #909090;
    border-radius: 4px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: right;
    display: block;
    top: -3px;
    position: relative;
    cursor: pointer;
    margin-left: 64px;
}

.user-info-box .wallet .font{
    font-size: 13px;
    color: #c0c0c0;
    margin-left: 10px;
    margin-top: 5px;
}

.user-info-box .rewardStatus-mainSwitch .switch{
    font-size: 14px;
    color: #303030;
    border: 1px solid #909090;
    border-radius: 4px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: block;
    top: -3px;
    position: relative;
    cursor: pointer;
    margin-left: 43px;
}

.user-info-box .rewardStatus-mainSwitch span{
    display: block;
    float: left;
}

.user-info-box .rewardStatus-mainSwitch{
    width: 314px;
}

.new-user-info-box{
    position: relative;
    /*height: 329px;*/
}

.new-user-info-box .new-edit-btn{
    position: absolute;
    top:30px;
    right: 30px;
    font-size: 22px;
}

.new-user-info-box .new-edit-btn .btn-user-new-edit{
    color: #ff6060;
    height: 19px;
    line-height: 19px;
    font-size: 17px;
}

.new-user-info-box .new-edit-btn .btn-user-new-edit img{
    width: 21px;
    height: 21px;
    margin-right: 14px;
    position: relative;
    top: -2px;
}

.per-center-more{
    cursor: pointer;
    text-align: right;
    margin-right: 0 !important;
    padding-bottom: 35px;
}

.more-myself-warp{
    padding-left: 5px;
}


/*个人中心钱包提现 赞赏总开关end*/

/*提现弹层*/
#to-withDraw .modal-dialog {
    width: 400px;
}
#to-withDraw  .icon-alert-close {
    right: 10px;
    top: 10px;
}
#to-withDraw .modal-body-alert {
    padding:10px 10px 30px;

}
.alert-withDraw {
    margin-top: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}
.alert-withDraw img {
    width: 130px;
    height: 130px;
    display: block;
    margin:30px auto 0;
}


/*我的订单页面begin*/
.myorder-content-warp .key-margin{
    margin-top: 0;
    top: 0;
}
/*我的订单页面end*/

/*绑定第三方账号页面 end*/
#bindedThird .modal-dialog {
    margin-top: 130px;
}
#bindedThird .alert-checkPhone-intro {
    margin-top: 46px;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    text-align: center;
}
#bindedThird .edit-title-box {
    margin-top: 60px;
}
#bindedThird .alert-checkPhone-intro.checkPhone-intro-wrap {
    margin-top: 36px;
}
#bindedThird .checkPhone-intro-wrap .bottom-intro {
    font-size: 14px;
    padding: 23px 40px 0;
    line-height: 20px;
}
#bindedThird .edit-title-box .btn-group {
    left: 0;
    margin-left: 0;
}
#bindedThird .alert-checkPhone-intro span {
    font-size: 16px;
    color: #bbb;
}
#bindedThird .icon-alert-close {
    cursor: pointer;
}

/*黑名单设置入口 begin*/
.border_bot{
    border-bottom: 1px solid #f0f0f0;
}
#blacklist-wrap{
    height: 80px;
    border-bottom: 1px solid #f0f0f0;
}


.black-set{
    display: inline-block;
    font-size: 12px;
    border: 1px solid #303030;
    width:35px;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    margin-left: 12px;
    cursor: pointer;
    padding: 1px 3px;
    vertical-align: middle;
    box-sizing: border-box;
}
.black-tips{
    margin-top: 6px;
    font-size: 12px;
    color: #909090;
}
/*黑名单设置入口 end*/

/*设置黑名单弹窗 begin*/
#blacklist-layer{
    display:flex;
    justify-content: center;
    align-items: center;
}
.popup-window{
    width: 400px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.popup-title{
    padding-top: 29px;
    text-align: center;
}
.options-wrap{
    margin: 0 auto;
    padding-top: 19px;
    padding-left: 70px;
}
.black-options{
    font-size: 16px;
    color: #606060;
    margin-top: 27px;
    margin-left: 16px;
    font-weight: 400;
}
#release-24hours,#interactive-content,#remove-attention{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
#release-24hours[type="checkbox"] + label::before,
#interactive-content[type="checkbox"] + label::before,
#remove-attention[type="checkbox"] + label::before{
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/checkbox/unchecked.png?v=201811281917") no-repeat;
    background-size: 100% 100%;
}
#release-24hours[type="checkbox"]:checked + label::before,
#interactive-content[type="checkbox"]:checked + label::before,
#remove-attention[type="checkbox"]:checked + label::before{
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/checkbox/checked.png?v=201811281917") no-repeat;
    background-size: 100% 100%;
}
.think-or-sure{
    margin-top: 35px;
    text-align: center;
}
.think-or-sure button{
    display: inline-block;
    width: 119px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #FF6060;
    border-radius: 4px;
    outline: none;
    background-color: transparent;
    color: #FF6060;
    padding: 0;
}
.think-or-sure button.sure-btn{
    color: white;
    margin-left: 53px;
    margin-bottom: 35px;
    background-color: #FF6060;
    /*background-color: #c1c1c1;*/
    /*border: 1px solid #c1c1c1;*/
}
.think-or-sure button.sure-btns{
    color: white;
    margin-left: 53px;
    margin-bottom: 35px;
    /*background-color: #FF6060;*/
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
}
/*设置黑名单弹窗 end*/


/*黑名单列表begin*/
.blacklist-display-wrap{
    overflow: hidden;
    padding-top: 30px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20.94px;
}
.blacklist-display-head{
    width:50px;
    height:50px;
    border-radius:25px;
    overflow:hidden;
    /*background-color: darkgoldenrod;*/
}
.blacklist-display-head,.blacklist-display-user{
    float: left;
}
.blacklist-display-name{
    font-size: 16px;
    margin-left: 12px;
}
.blacklist-display-signature{
    font-size: 14px;
    margin-left: 13px;
    color: #909090;
}
.blacklist-display-operation{
    float: right;
    margin-right: 223px;
    margin-top: 10px;
}
.blacklist-display-set{
    display: inline-block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #909090;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.blacklist-display-del{
    font-size: 12px;
    color: #909090;
    margin-left: 14px;
    cursor: pointer;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.name_phone_sex_address{
    display: flex;
    justify-content: flex-start;
}
.name_phone,.company_email{
    width: 40%;
}
.sex_address,.weibo_wechat{
    width: 60%;
}
.company_email_weibo_wechat{
    display: flex;
    justify-content: flex-start;
}
/*个人中心 上传头像*/
.upload-user-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-tailoring-box{
    width: 200px;
}