﻿
input[type="radio"], input[type="checkbox"] {
    margin: 5px 0 0;
}

.dingqu-data-title {
    border-top: #e7eaec 4px solid;
    border-bottom: #e7eaec 1px solid;
    padding: 8px 12px;
}

    .dingqu-data-title .tit {
        color: #2e2e2e;
        font-size: 14px;
        padding-top: 5px;
    }

.screen-box {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}

    .screen-box a {
        display: inline-block;
        padding: 0 14px;
        background-color: #ffffff;
        border: #dddddd 1px solid;
        height: 28px;
    }

        .screen-box a:hover,
        .screen-box a.active {
            background-color: #f2f2f2;
            color: #555555;
        }

.outline-summary span {
    font-size: 14px;
    color: #0965b8;
    font-weight: bold;
}

    .outline-summary span.val {
        color: #333;
        font-size: 20px;
        margin-right: 8px;
    }

.Centercon.Height1 {
    min-height: 330px;
}

.Centercon.Height2 {
    min-height: 300px;
}

.dingqu_table .operationsHeader {
    margin: 0;
}

.dingqu_table .del {
    width: 18px;
    height: 18px;
    border: #d1d1d1 1px solid;
    color: #d1d1d1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

/*.operationsHeader .form-box {
    margin: 0;
}*/

.operationsHeader .form-other {
    position: relative;
}

    .operationsHeader .form-other span {
        position: absolute;
        top: 4px;
        left: 6px;
        font-size: 14px;
    }

    .operationsHeader .form-other select {
        padding: 3px 8px 3px 40px;
        color: #0965b8;
    }


.distributeBox{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 , 0 , 0 , 0.3);
    display: none;
}
.distributeContent{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 500px;
    height: 285px;
    margin:-150px 0 0 -250px;
}
.distributeContent h2{
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #b1b1b1;
}
.selectType{
    overflow: hidden;
    border:1px solid #b1b1b1;
    width: 164px;
    height: 40px;
    margin:20px auto;
}
.selectType div{
    float: left;
    width: 80px;
    height: 40px;
    font-size:14px;
    color: #666666;
    border-right:1px solid #b1b1b1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.selectType div.selectTypeR{
    border-right:none;
}
.distributeContent p{
    text-align: center;
    font-size: 14px;
}
.distributeContent p span{
    color: red;
}
.selectNum{
    text-align: center;
    margin-top: 15px;
}
.selectBtn{
    overflow: hidden;
    border-top: 1px solid #b1b1b1;
    margin-top: 30px;
}
.selectBtn a{
    float: left;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin:20px 15px;
    border: 1px solid #b1b1b1;
    background-color: #c2c2c2;
    color:#fff;
}
.selectBtn a.selectBtnL{
    margin-left:165px;
    background-color: #eb5514;
}
.selectBtn a:hover{
    color:#fff;
}
.selectType div.selected{
    background-color: #449d44;
    color: #ffffff;
}
/*添加好友弹窗*/
.addFriend{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0 , 0 , 0 , 0.3);
    display: none;
}
.addFriendBox{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    width: 260px;
    height: 145px;
    background-color: #fff;
    margin:-73px 0 0 -130px;
}
.addFriendBox p{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    background-color: #ccc;
}
.addFriendBox div{
    overflow: hidden;
    width: 100%;
    height: 30px;
}
.addFriendBox textarea{
    width: 100%;
    height: 83px;
    border: none;
}
.addFriendBox div a{
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #f60;
}
.addFriendBox div a.cancle{
    background-color: #ccc;
    color: #666666;
}
/*评论探索弹窗*/
.commentTansuo{
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0 , 0 , 0 , 0.3);
    /*display: none;*/
}
.commentTansuoBox{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    width: 720px;
    height: 609px;
    background-color: #fff;
    margin:-305px 0 0 -360px;
}
.commentTansuoTitle{
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 15px;
}
.replaycommentTansuo .commentTansuoBox{
    height: 460px;
}
.checkDTWords,.checkDTWords:hover{
    color: #23527c!important;
}
.dtWordsB a{
    margin:0 5px 5px 0!important;
}


.IndexCon .Box{
    border-top: 6px solid #53D9D4;
    box-shadow: 0px 3px 2px #cdeceb;
    -webkit-box-shadow: 0px 3px 2px #cdeceb;
}
.IndexCon .msgList span{
    float: none;
}
.IndexCon .commonTit{
    font-size:24px;
    font-weight:normal;
    color:rgba(67,73,78,1);
    border-bottom:none;
}
.IndexCon .smallTit{
    font-size:16px;
    font-weight: normal;
    border-bottom: 1px solid #e8eae9;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.IndexCon .msgList li{
    font-size: 16px;
    line-height: 49px;
}

.btn-primary,.btn-primary:hover {
    background-color: #53D9D4!important;
    border-color: #53D9D4!important;
    color: #fff;
    height: 32px;
}
.btn-info{
    background-color: #53D9D4!important;
    border-color: #53D9D4!important;
    /*border-radius:20px;*/
    margin-left: 10px;
}
.form-control{
    min-width: initial;
    height: 32px;
    border: 1px solid #A2A9B0;
    border-radius: 8px;
}
.Search input,.Search select{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    /*border-bottom-left-radius: 18px!important;*/
    /*border-top-left-radius: 18px!important;*/
}
.Search .btn-primary{
    /*border-bottom-right-radius: 18px!important;*/
    /*border-top-right-radius: 18px!important;*/
}
.table .table-commands a{
    padding: 2px 8px;
    border-radius: 4px;
}
.btn-default{
    height: 32px;
}
.text-left .btn-default{
    height: 23px;
}
.btn {
    border-radius: 0;
    padding: 3px 4px!important;
    font-size: 13px!important;
}
.btn-info {
    margin-left: 3px!important;
}
.mainViewsBox > div{
    padding-bottom: 40px!important;
}
