@charset "UTF-8";
img {
    width: 100%;
}
.flex-box {
    display: flex;
}
.fl-direction-col {
    flex-direction: column;
}
.fl-align-center {
    align-items: center;
}
.fl-jc-center {
    justify-content: center;
}
.fl-jc-between {
    justify-content: space-between;
}
.fl-jc-around {
    justify-content: space-around;
}
.fl-1 {
    flex: 1;
}
.fl-wrap {
    flex-wrap: wrap;
}
.header-container {
    font-size: 16px;
    padding: 30px 0;
}
.header-search {
    width: 480px;
}
.header-nav {
    font-size: 18px;
    width: 280px;
}
.header-nav img {
    width: 22px;
    margin-right: 4px;
}
.logo {
    width: 293px;
}
.search-bar {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.search-input {
    background-color: #f3f6f8;
    border-radius: 4px;
    color: #cacaca;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    text-indent: 10px;
    font-size: 15px;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    background-color: #1369bf;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}
.hots {
    font-size:15px;
    margin: 10px 0 0 10px;
}
.main-content {
    margin-top: 20px;
}
.main-content-left {
    min-width: 860px;
    margin-right: 20px;
}
.main-content-right {
    width: 320px;
}
.footer-common {
    background-color: #192b4e;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.fix_service {
    display: block;
    position: fixed;
    box-sizing: border-box;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 1000000000;
    right: 40px;
    bottom: 70px;
    margin: 3px 30px;
}