@media only screen and (min-width: 769px) {
    .ckbd{    
        position: fixed !important;
        width: 250px !important;
        right: 0px !important;
        bottom: 0px !important;
        background: #fff;
        z-index: 999999999999999999999;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
    }
    .ckbd>.container{border: 1px solid #00479d;}
    .ckbdgb {    height: 40px;}
    .ckbd_gb_tit {font-size: 16px;    line-height: 40px;}
}
@media only screen and (max-width: 768px) {
    .ckbd_mdiv{    
        position: fixed;
        width: 50px;
        height: 58px;
        left: 0px;
        bottom: 45px;
        background: #00479d;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;
    }
    .ckbd_mdiv img{    
        display: block;
        width: 30px;
        height: 30px;
        margin: 5px 0 2px 12px;
    }
    .ckbd{
        position: fixed !important;
        width: 80% !important;
        height: auto !important;
        top: 50% !important;
        right: 10% !important;
        background: #fff;
        z-index: 999999999999999999999;
        border-radius: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
    }
}
.ckbdgb {
    background: #00479d;
    width: 100%;
    height: 35px;
}
.ckbd_gb_tit {
    float: left;
    line-height: 35px;
    color: #fff;
    margin-left: 10px;
}
.ckbd_gb {
    float: right;
    width: 40px;
    height: 100%;
    position:relative;
    margin-right: 5px;
}
.ckbd_gb:before{
    content:"";
    position:absolute;
    width:50%;
    background:#fff;
    height:1%;
    left:25%;
    top:49.5%;
}
.ckbd>.container {
    padding: 10px;
    box-sizing: border-box;
    width: 100% !important;
}
.ckbd .xg_itext {
    height: auto !important;
    min-height: unset !important;
}
.ckbd input,.ckbd textarea{ 
    width:100% !important;     
    resize: none;
    display: block !important;
}
.ckbd .xg_ibtn{
    margin-top: 15px;
    width: 100% !important;
    margin-bottom: 5px;
    background: #00479d !important;
}