@charset "utf-8";
.liuyan, .liuyan .content textarea, .liuyan-fold, .liuyan .contact div input {
    font-family: 'Microsoft Yahei', '微软雅黑', arial, 'Pingfang SC',
    STHeitiSC-Light, STHeiti, SimSun, '宋体', 'Lantinghei SC', Helvetica,
    'Hiragino Sans GB', 'Source Han Sans SC', 'WenQuanYi Micro Hei',
    sans-serif;
}

.liuyan .c_r, .liuyan-fold.c_r {
    cursor: pointer;
}

.liuyan.d_n, .liuyan-fold.d_n {
    display: none;
}

.liuyan {
    width: 312px;
    height: 366px;
    border: 2px solid #1c2e56;
    background-color: #eee;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999999;

}

.liuyan .inner {
    margin: 0 20px;

}

.liuyan .title {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    height: 50px;
    line-height: 55px;
    border-bottom: 1px solid black;
}

.liuyan .title img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 0px;

}

.liuyan .liaojie-d {
    font-weight: 900;
    font-size: 15px;
    margin-top: 10px;

}

.liuyan .liaojie-u {
    padding: 0;
    margin: 2px 0 0 0;
    overflow: hidden;
    list-style: none;
}

.liuyan .liaojie-u li {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 5px;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.liuyan .liaojie-u li.light {
    background-color: #ccc;
}

.liuyan .liaojie-u li.dark {
    background-color: #1c2e56;
}

.liuyan .content {

    margin-top: 8px;
}

.liuyan .content textarea {
    text-align: left;
    width: 240px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #333;
!important;
    padding: 13px 15px;
    background-color: #fff;
    resize: none;
    overflow: auto;
    line-height: 20px;
    outline: none;
}

.liuyan .contact {

    font-weight: bold;
    margin-top: 8px;

}

.liuyan .contact label {
    font-size: 14px;
}

.liuyan .contact div input {
    outline: none;
    border: none;
    background-color: #ccc;
    font-size: 12px;
    width: 200px;
    height: 20px;
    color: #333;
!important;
    padding-left: 8px;
    line-height: 20px;
}

.liuyan .line {
    border-bottom: 1px solid #000;
    margin: 4px auto;
}

.liuyan .send {

    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 30px;
    background-color: #1c2e56;
    line-height: 30px;
    margin-top: 10px;

}

.liuyan-fold {
    width: 316px;
    height: 50px;
    background-color: #1c2e56;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

.liuyan-fold img {
    position: relative;
    top: 4px;
    left: 0px;
}

/*修改placeholder的默认样式-begin*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c1c1;
}

input:-ms-input-placeholder {
    color: #666;
}

textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

input::-webkit-input-placeholder {
    color: #666;
}

textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

/*修改placeholder的默认样式-end*/