/*.de_a span,.de_co,.de_t{display:inline-block}.de_c{height:230px;max-height:0;width:600px;position:fixed;left:40px;bottom:0;border-radius:12px 12px 0 0;-webkit-border-radius:12px 12px 0 0;-moz-border-radius:12px 12px 0 0;border:1px solid #d9d9d9;background-color:#f2f2f2;font-family:Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;color:#262626;font-weight:300;-webkit-transition:all .8s;-moz-transition:all .8s;-o-transition:all .8s;transition:all .8s;overflow:hidden}.de_t{padding:12px 0 5px 30px;width:calc(100% - 133px);line-height:22.4px}.de_t a{color:#006598;text-decoration:none;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;font-weight:700}.de_t a:active,.de_t a:focus,.de_t a:hover{color:#c00}.de_co{width:80px;float:right;position:relative;height:100%}.de_a,.de_d{position:absolute;cursor:pointer}.de_a{bottom:14px;font-size:12px;right:10px;line-height:0}.de_a img{width:26px;height:26px;margin-right:5px}.de_a span{vertical-align:middle}.de_d{width:36px;height:36px;top:6px;right:6px}
*/
.de_t {
    padding: 6px;
    width: calc(70%);
    line-height: 22.4px;
    text-align: center;
    margin: 0 auto;
}
.de_c {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    overflow: hidden;
}
