
.fl {
    float: left;
}

.fr {
    float: right;
}
.live_item {
    padding:5px;
    cursor:pointer;
}
.live_item:hover {
    background-color: #eee;
}
* {
    box-sizing: border-box;
    transition: background 300ms;
}

body {
    background: #f9f9f9;
    font-size: 14px;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
}

.container_main {
    max-width: 1080px;
    margin: 0 auto;
    width: 415px;
}

.clearf:after,
.clearf:before {
    content: " ";
    display: block;
    clear: both;
}

.up-bar {
    background: #eee;
    line-height: 1.7;
}

.up-bar .item {
    color: #666;
    padding: 8px 10px;
    display: inline-block;
}

.up-bar .item:hover {
    color: #333;
}

.nav .sufe {
    color: #eb7a77;
    font-weight: bold;
}

.nav .sufe:hover {
    color: #d8514d;
}

.main {
    padding: 20px 0;
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.main .logo {
    font-size: 70px;
}

.main .logo .sufe {
    font-weight: 700;
    color: #eb7a77;
}

.main .logo .sufe:hover {
    color: #d8514d;
    transition: color 2s;
}

.main .search-bar {
    border: 2px solid #eb7a77;
    border-radius: 5px;
}

.main .search-bar input,
.main .search-bar button {
    float: left;
    border: 0;
    padding: 10px;
    outline: 0;
}

.main .search-bar input {
    width: 75%;
    line-height: 1.3;
}

.main .search-bar input:focus {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.main .search-bar button {
    width: 25%;
    background: #eb7a77;
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    line-height: 1.3;
}

.main .search-bar button:hover {
    background: #d8514d;
}

.footer {
    padding: 30px 0;
    margin-top: 30px;
    background: #eee;
    text-align: center;
    color: #999;
}

.footer a {
    color: #999;
}

#live_result {
    position: absolute;
    background: #f9f9f9;
    width:308px;
}

.card {
    float: right;
    margin-right: 30px;
}

.btn-primary {
    background-color: #eb7a77;
    border-color: #eee;
}

.btn-primary:hover {
    background-color: #d8514d;
    border-color: #eee;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #d8514d;
}

.card-img-top {
    width: 100px;
}

.notice {
    color: #d8514d;
    font-size: 50px;
    padding: 0 0 20 0px;
}