﻿.PDaiKuan
{
    width:1200px;
    margin:0px auto;
}
    .PDaiKuan .thisbanner {
    }
        .PDaiKuan .thisbanner img {
            display: block;
            width: 100%;
        }
    .PDaiKuan .thisbt {
        padding: 20px 0px;
    }
    .PDaiKuan .icoimg {
        float: left;
        width: 4px;
        height: 22px;
        background-color: #3395f6;
        border-radius: 2px;
    }
    .PDaiKuan .bttxt {
        line-height: 22px;
        color: #3395f6;
        font-size: 22px;
        font-weight: 700;
        margin-left: 4px;
        float: left;
    }
    .PDaiKuan .shenqingbtn {
        display: block;
        width: 160px;
        line-height: 40px;
        margin: 20px auto;
        background-color: #ff9933;
        border-bottom: 4px solid #eb8f0f;
        color: #FFF;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
    }

.dkform {
}
    .dkform .thistips{
        line-height:40px;
        text-align:center;
        color:#999;
        font-size:12px;
    }
    .dkform table {
        border-collapse: collapse;
        width: 100%;
    }
        .dkform table td {
            padding: 5px;
        }
    .dkform .tdname {
        width: 80px;
        text-align: right;
    }
.dkform  input[type=text]{
    height:36px;
    box-sizing:border-box;
    width:300px;
    line-height:30px;
    padding:2px 5px;
    border:1px solid #CCC;
}
    .dkform select {
        height: 36px;
        box-sizing: border-box;
        line-height: 30px;
        padding: 2px 5px;
        border: 1px solid #CCC;
        display:block;
        float:left;
        margin-right:10px;
    }
    .dkform .postdiv {
        width:120px;
        height:40px;
        line-height:40px;
        text-align:center;
        background-color:#F50;
        color:#FFF;
        border-radius:4px;
        cursor:pointer;
    }