/*留言框样式，结合el-ui*/
.visitor_app {
    font-weight: 500;
}
.msgIcon {
    position: fixed;
    display: block;
    padding:10px;
    font-size:30px;
    /*border:1px solid red;*/
    bottom:15px;
    right:0;
    background: #409EFF;
    color:#fff;
    border-radius: 25px;
    z-index:1;
}
.el-input-1{
    width:30%;
}
.el-input-2 {
    width:53%
}
.el-input-3 {
    width:83%
}
.el-input-260px {
    width:260px!important;
}
.el-input-300px {
    width:300px!important;
}
.visitor_app .el-form-item {
    margin-bottom:26px;
}
.visitor_app .el-form-item:last-child{
    margin-bottom:32px;
}
.visitor_app  .el-form-item_error {
    font-size:14px;
    font-weight:normal;
}
.visitor_app .el-drawer__header {
    margin-bottom:20px;
}
.el-message.js_msg{
    margin: 10px;
    top:30%!important;
    padding:10px;
}
p.el-message__content{
    font-size:15px;
}
.css_note {
    width:89%;
}
.css_note .el-form-item__content {
    line-height:150%;
    margin-top:10px;
    font-size:15px;
}
.visitor_app .el-drawer{
    width:50%!important;
}
@media screen and (max-width: 668px) {
    .visitor_app .el-drawer {
        width:80%!important;
    }
}