* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    padding-top: 40px !important
}

body {
    font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";
    background: rgb(249, 249, 249);
}

.ol-banner {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: white;
}

p, p span {
    font-family: '微软雅黑' !important;
}

.ol-dec * {
    font-family: '微软雅黑' !important;
    font-size: 14px !important
}

.ol-dec img {
    display: none
}

.ol-dec div {
    margin: 0 !important
}

.ol-dec p, .ol-dec span {
    font-size: 14px !important
}

.ol-dec p {
    margin-bottom: 10px
}

.ol-nav {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    /*垂直居中*/
}

.logo-ol {
    width: 131px;
    height: 34px;
}

.ol-navul {
    flex: 1;
    margin-left: 20px;
}

    .ol-navul li {
        float: left;
        height: 70px;
        line-height: 70px;
        padding: 0 25px;
    }

.ad-nav {
    display: block;
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    /*垂直居中*/
}

.ol-navul a {
    font-size: 18px;
    text-decoration: none !important;
    position: relative;
    color: #666;
}

    .ol-navul a:hover, .ol-navul a.act {
        color: #FF003C
    }

        .ol-navul a:hover::after, .ol-navul a.act::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 0;
            border-top: 2px #FF003C solid;
            left: 0;
            bottom: -10px;
        }

.ol-main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .ol-main:after {
        content: "";
        display: block;
        clear: both;
    }

.ol-left-content {
    width: 890px;
    float: left;
}

.ol-right-content {
    width: 300px;
    float: right;
}

.ol-search-content {
    width: 890px;
    height: 70px;
    margin: 10px 0;
    background: white;
    line-height: 70px;
}

    .ol-search-content input[type="radio"] {
        display: none;
    }

        .ol-search-content input[type="radio"] + span {
            display: inline-block;
            padding-left: 20px;
            background: url(../image/radio.png)left center no-repeat;
        }

    .ol-search-content label {
        cursor: pointer;
        margin-left: 20px;
        margin-right: 30px;
    }

    .ol-search-content input[type="radio"]:checked + span {
        color: #FF003C;
        background: url(../image/radio-active.png)left center no-repeat;
    }

.search-content {
    float: right;
    width: 360px;
    height: 40px;
    border: 1px #D2D7DE solid;
    margin-top: 14px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}

.ol-adcon + img {
    width: 710px;
}

.search-bt {
    display: block;
    cursor: pointer;
    margin-right: 10px;
}

#search-input {
    display: block;
    flex: 1;
    line-height: 38px;
    border: none;
    outline: none;
    padding-left: 10px;
}

.ol-live, .ol-today {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .ol-live .ol-adcon, .ol-today .ol-adcon {
        background: white;
        flex: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ol-pop, .ol-pop-today {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-102%);
    transition: .3s ease all;
}

.ol-adcon img {
    display: block;
    max-width: 80%
}

.ol-pop a {
    display: block;
    width: 160px;
    height: 40px;
    background: #FF003C;
    border-radius: 25px;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 40px;
}

.ol-pop-today a {
    display: block;
    width: 160px;
    height: 40px;
    background: #ffc834 !important;
    border-radius: 25px;
    color: white;
    text-decoration: none !important;
    text-align: center;
    line-height: 40px;
}

.ol-live:hover .ol-pop {
    transition: .3s ease all;
    transform: translateY(0%);
}

.ol-today:hover .ol-pop-today {
    transition: .3s ease all;
    transform: translateY(0%);
}

.ol-live img {
    display: block;
    transition: .5s ease all;
}

.ol-today img {
    display: block;
    transition: .5s ease all;
}

.ol-live:hover img, .ol-today:hover img {
    transform: scale(1.05);
}

.ol-list {
    width: 890px;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: white;
    display: flex;
}

.ol-list-left .list-logo {
    width: 280px;
    height: 210px;
    margin: 20px;
    border: 1px rgb(0,93,255,0.5) solid;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .ol-list-left .list-logo span {
        position: absolute;
        /*width: 90px;*/
        width: 70px;
        font-size: 12px;
        text-align: center;
        height: 26px;
        line-height: 26px;
        color: white;
        background: #005DFF;
        left: 10px;
        top: 10px;
        border-radius: 4px;
    }

.ol-live-dec {
    position: absolute;
    width: 70px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: white;
    background: #FF003C !important;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    z-index: 9;
    font-size: 12px;
}

.ol-today-dec {
    position: absolute;
    width: 70px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: white;
    background: #ffc834 !important;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    z-index: 9;
    font-size: 12px;
}

.ol-live-dec {
    background: url(../image/liveing.gif) 0 0 no-repeat !important
}

.dec-auto + a {
    display: block;
    text-decoration: none !important;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white !important;
    background: #005DFF;
    border-radius: 20px;
    font-size: 14px;
}

.dec-auto {
    flex: 1;
}

.ol-list-left a:hover {
    background: rgb(103, 103, 219);
    color: white
}

.ol-list-right {
    flex: 1;
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
}

    .ol-list-right h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.ol-date {
    color: #333;
    margin-bottom: 7px;
}

.ol-dec {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

    .ol-dec::-webkit-scrollbar-track-piece { /*滚动条凹槽的颜色，还可以设置边框属性*/
        background-color: transparent;
    }

    .ol-dec::-webkit-scrollbar { /*滚动条的宽度*/
        width: 5px;
        height: 5px;
    }

    .ol-dec::-webkit-scrollbar-thumb { /*滚动条的设置*/
        background-color: #dddddd;
        background-clip: padding-box;
    }

        .ol-dec::-webkit-scrollbar-thumb:hover {
            background-color: #bbb;
        }

    .ol-dec img {
        max-width: 500px
    }

.ol-rank {
    padding: 15px;
    margin-top: 10px;
    background: linear-gradient(0deg, #FFF6F2 0%, #FFFEF8 100%);
}

.ol-company, .ol-pro, .ol-help {
    padding: 15px;
    margin-top: 10px;
    background: white;
}

    .ol-rank h3, .ol-company h3, .ol-pro h3, .ol-help h3 {
        position: relative;
        padding-left: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .ol-rank h3::after, .ol-company h3::after, .ol-pro h3::after, .ol-help h3::after {
            content: "";
            position: absolute;
            width: 3px;
            height: 18px;
            background: #FF003C;
            left: 0;
            top: 4px;
        }

.pro-ul {
    position: relative;
    overflow: hidden;
}

    .pro-ul li {
        width: 50%;
        float: left;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ol-help li {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-ul li, .com-ul li {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #eee dashed;
}

    .rank-ul li a, .com-ul li a, .pro-ul li a {
        text-decoration: none !important;
        color: #333;
    }

.ol-help li a {
    text-decoration: none !important;
    color: #333;
}

li a:hover {
    color: #FF003C;
}

.rank-ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.rank-ul li:nth-child(1) span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../image/icon_1.png) 0 0 no-repeat;
    text-indent: -999px;
    margin-right: 10px;
}

.rank-ul li:nth-child(2) span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../image/icon_2.png) 0 0 no-repeat;
    text-indent: -999px;
    margin-right: 10px;
}

.rank-ul li:nth-child(3) span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../image/icon_3.png) 0 0 no-repeat;
    text-indent: -999px;
    margin-right: 10px;
}

.ol-calendar {
    padding: 5px 15px;
    background: white;
    margin-top: 10px;
}

#OlDateList .layui-laydate {
    border: none;
    box-shadow: none;
}

#OlDateList .layui-this {
    background: #FF003C !important;
    border-radius: 50%;
}

#OlDateList .layui-laydate-content td, #OlDateList .layui-laydate-content th {
    height: 36px;
}
/*#OlDateList .layui-this:hover{
    background:#005DFF !important
}*/

.ol-partp a {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none !important;
    border-radius: 20px;
    color: white !important;
    font-size: 12px;
}

    .ol-partp a:nth-child(1) {
        background: #FF003C;
    }

    .ol-partp a:nth-child(2) {
        background: #005DFF;
    }

.ol-date-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ol-list-right h3 a {
    text-decoration: none !important;
    color: #000;
}

    .ol-list-right h3 a:hover {
        color: #FF003C;
    }

.meet-list {
    padding: 15px;
    background: white;
    margin: 15px 0;
}

.meet-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .meet-title a {
        flex: 1;
        font-size: 16px;
        color: #333;
        text-decoration: none !important;
        font-weight: bold;
    }

        .meet-title a:hover {
            color: #FF003C;
        }

.meet-dec {
    color: #666;
    word-wrap: break-word;
}
/* 在线帮助*/
.breadcrumb {
    padding: 10px 0;
    color: #333;
    background: transparent;
    margin-bottom: 0;
}

    .breadcrumb a {
        text-decoration: none !important;
        color: #333;
    }

.ol-help-con {
    padding: 15px;
    margin-bottom: 15px;
    background: white;
}

    .ol-help-con ol {
        margin-left: 15px;
        color: #666;
        margin-top: 10px;
    }

    .ol-help-con li {
        padding: 5px 0;
    }

    .ol-help-con a {
        color: red !important;
        text-decoration: none !important;
    }

.list-logo img {
    max-width: 70%
}

.change-title {
    color: #183F93;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

    .change-title span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #183F93;
        border-radius: 50%;
        margin-right: 5px
    }

.choice-main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: white;
    margin-top: 10px;
    border-radius: 6px;
    box-sizing: border-box !important;
    padding: 15px;
}

.com-listCon {
    display: flex;
    margin-bottom: 10px;
}

    .com-listCon > span {
        display: block;
    }

.choice-ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 33px;
    overflow: hidden;
    transition: all .3s ease
}

    .choice-ul.auto-choice {
        height: auto;
    }

    .choice-ul li {
        width: 163px;
        height: 30px;
        margin-right: 10px;
        margin: 3px;
        line-height: 30px;
        background: #f9f9f9;
        border-radius: 20px;
    }

        .choice-ul li:hover, .choice-ul li.act {
            background: #FF003C;
            transition: all 0.5s ease;
            border-radius: 20px;
        }

        .choice-ul li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            display: block;
        }

            .choice-ul li a:hover {
                color: white;
                transition: all 0.1s ease;
            }

.choice-comtitle {
    height: 30px;
    line-height: 30px;
    color: #999999;
    font-weight: bold;
    margin-right: 20px;
}

.trans-more {
    height: 30px;
    line-height: 30px;
    border: 1px #E3E3E3 solid;
    cursor: pointer;
    color: #333333;
    padding: 0 10px;
    border-radius: 4px;
}

    .trans-more img {
        width: 12px;
        transition: .3s ease all;
    }

        .trans-more img.act {
            transform: rotate(180deg);
        }