/*  */

/* .hd-dc{
    margin-bottom: 30px;
} */
.dc-list li {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
}

.dc-state {
    background: #BA3228;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 6%;
    width: 54px;
    padding: 5px 0px;
    float: left;
    height: 40px;
}

.dc-state.end {
    background: #ddddde;
}

.list-detail {
    width: 92%;
    float: right;
}

.list-detail>h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-detail>p {
    color: #949494;
    font-size: 14px;
    padding-top: 3px;
}

.list-detail>p span:first-child {
    margin-right: 20px;
}

.btn{
    float: right;
    margin-top: -45px;
}
.btn a{
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    background-color: #005FC2;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    .dc-list li {
        padding: 15px 0;
    }

    .dc-list li:first-child {
        padding-top: 0;
    }

    .dc-state {
        width: 14%;
    }

    .list-detail {
        width: 82%;
        margin-left: 3%;
    }

    .list-detail>p span:last-child {
        display: none;
    }
    .btn{
        margin:0 auto;
    }
}

/* */

/* */
.hd-dc-theme {
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
}

.hd-dc-theme>h1 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin: 20px 0;
}

.hd-dc-theme>.dc-msg {
    padding-bottom: 15px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    border-bottom: 1px dotted #cdcdcd;
}

.hd-dc-theme>.dc-msg p {
    display: inline-block;
}

.hd-dc-theme>.dc-msg p span {
    color: #999999;
    margin: 0 10px;
}

.hd-dc-theme>.dc-cont {
    width: 100%;
    margin: 20px auto;
    text-indent: 2em;
    line-height: 40px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .hd-dc-theme {
        margin: 15px 0
    }

    .hd-dc-theme h1 {
        margin: 15px 0;
        font-size: 22px;
    }

    .hd-dc-theme>.dc-msg {
        padding-bottom: 15px;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        text-align: left;
        border-bottom: 1px dotted #cdcdcd;
    }

    .hd-dc-theme>.dc-msg p {

        width: 100%;

        margin: 0;

        text-indent: 2rem;
    }

    .hd-dc-theme>.dc-cont {
        margin: 15px 0;
    }
}

/* */

/* */

.dc-wydc-group>h5 {
    font-size: 16px;
    line-height: 30px;
}

.dc-wydc-group>h5 .required {
    display: inline-block;
    padding-left: 10px;
    color: #d80909;
}

.dc-wydc-group>label {
    /* overflow: hidden; */
    display: block;
    line-height: 20px;
    font-size: 16px;
    margin: 10px 0 15px;
    min-height: 26px;
}

.dc-wydc-group>label input {
    float: left;
    width: 12px;
    height: 12px;
    margin: 4px 10px 4px 20px;
}
.dc-wydc-group>label input.addinfo{
    width:200px;
    height:24px;
    margin-top:-2px;
    outline:none;
    border:1px solid #000;
}

.dc-wydc-group>label img {
    float: left;
    width: 300px;
    height: 120px;
}

.dc-wydc-group>label span {
    float: left;
}

.dc-wydc-group>label textarea {
    width: 80%;
    height: 200px;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 32px;
}

.form-group {
    overflow: hidden;
    line-height: 40px;
    width: 850px;
    margin: 20px auto;
}

.dcjs{display:none;}
.dcjs p{
    color:red;
}
.dcjs a{
    display:block;
    margin:15px auto;
    width:200px;
    height:45px;
    line-height:45px;
    text-align:center;
    background:#005FC2;
    color:#fff;
    border-radius:5px;
}

.hd-yzm {
    margin-top: 50px;
}

.form-group label {
    float: left;
    width: 120px;
    text-align: justify;
}

.form-group input {
    outline: none;
    width: 250px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    height: 40px;
}

.form-group .yzm-warp {
    float: left;
    margin: 0 2%;
    width: 95px;
    height: 40px;
    line-height: 40px;
}

.form-group .icon-zy {
    float: left;
    margin-left: 10px;
    color: #f00;
}

.form-group .switchvCode {
    float: left;
}

.form-group button {
    border: 0;
    padding: 0;
    width: 200px;
    height: 45px;
    background: #005FC2;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.3em;
    font-size: 20px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .dc-wydc-group>label textarea {
        width: 100%
    }

    .form-group {
        width: 100%
    }

    .form-group label {
        width: 30%;
    }

    .form-group input {
        width: 60%;
    }

    .form-group .icon-zy {
        width: 5%;
        margin-left: 5%;
    }

    .form-group .yzm-warp {
        margin-left: 30%;
    }

    .hd-yzm {
        margin-top: 20px;
    }
}

/* */

/* */

.dc-result-total {
    font-size: 16px;
    margin: 20px 0;
}

.dc-result-list {
    font-size: 16px;
}

.dc-result-group>h5 {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 38px;
}

.dc-result-group>ul>p {
    margin: 2rem;
}

.dc-result-group>div,
.dc-result-group>ul li {
    margin: 2rem;
    overflow: hidden;
}

.dc-result-group>div label {
    float: left;
    width: 45%;
}

.dc-result-group>div>img {
    width: 300px;
    height: 120px;
}

.dc-result-group>ul li>span {
    float: left;
    width: 5.5%;
    height: 60px;
    background: #2A3C54;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin-right: 2%;
}

.dc-result-group>ul li>p {
    float: left;
    width: 92.5%;
    line-height: 32px;
    padding-top: 14px;
}

.dc-result-group>div>strong,
.dc-result-group>div>span {
    float: right;
    height: 22px;
}

.dc-result-group>div>span {
    width: 10%;
    float: right;
}

.dc-result-group>div>strong {
    width: 38%;
    /* background: #ccc; */
    margin-right: 2%;
    float: right;
}

.dc-result-group>div>strong>i {
    background: #ED702D;
    display: block;
    height: 100%;
}

@media screen and (max-width:768px) {
    .dc-result-group>div>span {
        width: 38%;
        margin-left: 2%;
    }

    .dc-result-group>div>strong {
        width: 60%;
        margin-right: 0;
    }

    .dc-result-group>div label {
        width: 100%;
        margin-bottom: 10px;
    }

    .dc-result-group>div,
    .dc-result-group>ul li {
        margin: 1rem;
    }

    .dc-result-group>ul>p {
        margin: 1rem;
    }

    .dc-result-group>ul li>span {
        width: 18%
    }

    .dc-result-group>ul li>p {
        width: 80%;
    }

    .dc-result-group>div>img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* */