html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}
.web-wap {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.web-remain {
    flex: 1;
    overflow-y: auto;
}
.field-validation-error {
    font-size: 13px;
    color: #eb2525;
    font-style: italic;
}
.alert-danger:empty{
    display: none;
}
.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-full{

}
.web-remain {
    flex: 1;
    overflow-y: auto;
}
.web-item {
    flex: 1;
    overflow-y: auto;
}
.right_col1{
    display: flex;
    flex-direction: column;
}
::placeholder {
    font-size: 11px;
    font-style: italic;
    color: #999;
    opacity: 1;
}
.img-list img{
    width: 100%;
}
.img-list{
    width: 120px;
}

[data-no] {
	position: relative;
}
[data-no]::before {
	position: absolute;
	content: attr(data-no);
	top: 0px;
	right: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 0 4px;
	font-size: 12px;
}
.ellipsis-200 {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* show ... */
}
.crawl-status li {
    list-style: none;
}
.x_title .box-title {
    font-size: large;
    color: #73879c
}
.min-height-300{
    min-height: 300px;
}