
/*模态框*/
.user-col-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 10000;
}
.user-col-box{
    position: absolute;
    width: 540px;
    /*height: 350px;*/
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);     /* IE 9 */
    -moz-transform:translate(-50%, -50%);    /* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%); 
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.3);
    border-radius: 3px;
}
.user-col-md-head{
    height: 58px;
    padding: 18px 30px ;
    border-bottom: 1px solid #E0E0E0;
}
.user-col-md-head .iconfont{
    float: right;
    cursor: pointer;
    color: #979797;
}
.user-col-md-head-left{
    color: #F6A74A;
    font-size: 18px;
    font-weight: bold;
}
.user-col-md-head-left> span{
    vertical-align: top;
}
.user-col-md-head-left> span:last-child{
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    line-height: 18px;
}
.user-col-b-new{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//js.ibaotu.com/revision/img/user/collection/new.png)center no-repeat;
    background-size: cover;
}
.user-col-b-edit-noti{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//js.ibaotu.com/revision/img/user/collection/edit_notice.png)center no-repeat;
    background-size: cover;
}
.user-col-b-del-noti{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//js.ibaotu.com/revision/img/user/collection/del_notice.png)center no-repeat;
    background-size: cover;
}
.user-col-md-body{

}
.user-col-control{
    padding: 10px 30px;

}
.user-col-control:after{
    display: table;
    content: " ";
    clear: both;
}
.user-col-ctr-left{
    float: left;
    width: 30%;
}
.user-col-ctr-right{
    position: relative;
    float: left;
    width: 70%;
}
.user-col-ctr-label{
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
}
.user-col-ctr-ui {
    display: block;
    width: 100%;
    border: 1px solid #979797;
    color: #979797;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3) inset;
    height: 31px;
    border-radius: 2px;
    padding: 9px 10px;
}
.user-col-ctr-ui.textarea{
    height: 130px;
}

.user-col-md-foot{
    padding: 30px 30px;
}
.user-col-md-foot:after{
    display: table;
    content: " ";
    clear: both;
}
.user-col-md-foot>div{
    float: right;
    
}
.user-col-md-confirm{
    float: right;
    padding: 5px 29px;
    color: white;
    border-radius: 14px;
    font-size: 14px;
    margin-right: 40px;
}
.user-col-md-cancel{
    float: right;
    padding: 5px 29px;
    color: #F59C22;
    border-radius: 14px;
    border: 1px solid #F59C22;
     font-size: 14px;
}
.user-col-md-cancel:hover{
    color: #F59C22;
}
.user-col-btn-bg{
    background: -moz-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #ffae12), color-stop(100%, #f07d17));
    background: -webkit-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -o-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -ms-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
}
.user-col-md-confirmtext{
    padding: 20px 30px;
    font-size: 14px;
    color: #666666;
}
.user-col-ctr-right .wordNum {
    position: absolute;
    bottom: 8px;
    right: 10px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
}
.user-col-ctr-right .limited {
    color: #FF0000;
}