@charset "UTF-8";
*,*::before,*::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
body,div,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,address,img,small,strong,sub,sup,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,embed,figure,figcaption,footer,header,nav,section,time,video,a,span,button{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.6;
    text-align: left;
    color: inherit;
}
main,article,aside,details,figcaption,form,figure,footer,header,nav,section,svg,g,path{
    display: block;
}
ol, ul{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
th{
    font-weight: inherit;
}
address{
    font-style: inherit;
}
h1,h2,h3,h4,h5,h6{
    font-weight: inherit;
}
a{
    outline:none;
    text-decoration: none;
    color: inherit;
}
div,span{
    color: inherit;
    font-weight: inherit;
}
picture{
    display: inline-block;
    vertical-align: bottom;
}
img{
    vertical-align: bottom;
}
img[width="0"]{
    display: none;
}
iframe{
    vertical-align: bottom;
}
button{
    cursor: pointer;
    background: transparent;
    outline-style: none;
}
form{
    text-align: inherit;
}
input:not([type="file"]),button,textarea,select,option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline:none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
textarea{
    resize:vertical;
}
select::-ms-expand {
    display: none;
}
hr{
    margin: 0;
    outline-style: none;
    border: none;
}
::placeholder {
    color: #b0b0b0;
    font-weight: 400;
    font-size: 15px;
}

/* =====================
  quill
===================== */
.ql-snow .ql-tooltip input{
    appearance: auto;
    -webkit-appearance: auto;
}