@charset "utf-8";

/*---------------------------- 咚创弹窗样式----------------------------------------*/


  
.dcPopup-box {
 background-color: rgba(255, 255, 255, 0.5);
    display: none;
    left: 50%;
    margin-left: -180px;
    padding: 5px;
    position: fixed;
    top: 25%;
    z-index: 1001;
    width: 355px;
}

.dcPopup-position {
    background-color: #fff;
    height: 100%;
    position: relative;
    width: 100%;
}

.dcPopup-header {
    background-color: #f1f1f1;
    position: relative;
}
.dcPopup-header h6 {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}

.dcPopup-header > a {
    background-color: #ccc;
    border-radius: 20px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 6px;
    width: 22px;
}


.dcPopup-header a > img {
    vertical-align: middle;
    width: 12px;
}

.dcPopup-fade {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display:none;
}
.dcPopup-footer {
    background-color: #f1f1f1;
    bottom: 0;
    line-height: 35px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.dcPopup-button {
    background-color: #fff;
    box-shadow: 0 1px 2px #aaa;
    height: 30px;
    margin-right: 10px;
    padding: 3px 10px;
    color: #555;
}

.dcPopup-button.dcPopup-button-blue {
    background-color: #08b1f4;
    color: #fff;
}


.dcPopup-content {
    min-height: 100px;
    padding-bottom: 35px;
}

.dcPopup-text {
    font-size: 14px;
    padding: 20px 10px;
    text-indent: 28px;
}


.dcPopup-input > ul {
    padding: 10px 20px;
}

.dcPopup-input li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 2px solid #ccc;
}
.dcPopup-input li:last-child{margin-bottom:0;}
.dcPopup-box label {
    display: inline-block;
       margin: 0 20px 0 0 ;
    vertical-align: middle;
}

.dcPopup-input input {
 margin-bottom: 0;
    vertical-align: middle;
   width: 208px;
}

.dcPopup-input li span {
    color: red;
    display: none;
    font-size: 12px;
    margin-left: 80px;
}

.dcPopup-addInput > a {
    border: 1px dashed #999;
    border-radius: 3px;
    color: #999;
    display: block;
    font-size: 21px;
    padding: 3px 0 7px;
    text-align: center;
    width: 100%;
}

.dcPopup-controlBox .columnName {
  width: 100px;
}


.dcPopup-controlBox .imgBox {
    display: inline-block;
    /** margin-left: 5px; **/
    width: 23px;
}

.dcPopup-controlBox .checkedBox {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.dcPopup-controlBox .checkedBox > input[type="checkbox"] {
    height: 28px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 50px;
    top:0;
    left:0;
}

.dcPopup-controlBox .checkedBox > p {
    border: 2px solid #aaa;
    border-radius: 5px;
    color: #999;
    display: inline-block;
    padding: 2px 10px;
    vertical-align: middle;
}

.dcPopup-controlBox .checkedBox.greenCheck p{color:#3cbfb7;border-color:#3cbfb7;}
.dcPopup-controlBox .checkedBox.greenCheck input:checked + p{color:#aaa;border-color:#aaa;}
.dcPopup-controlBox .checkedBox.redChecked input:checked + p{color:red;border-color:red;}

.dcPopup-box.dcPopup-big{ margin-left: -410px;
    width: 800px;}
    
.dcPopup-big .dcPopup-input li {
    display: inline-block;
    width: 355px;
}  
.dcPopup-big .dcPopup-input li:last-child{margin-bottom: 15px;}
.dcPopup-big .dcPopup-input li:nth-child(2n){margin-left:25px;}
