/*侧边咨询条*/
.item-pop{position: fixed;left: 50%;top: 50%;margin-left: -360px;margin-top: -225px; width: 720px;height: 450px;background-color: #fff;box-shadow: 0 0 80px #949494;display: none;z-index: 5;}
*{box-sizing: border-box;}
.item-pop .center_box{width: 430px;height: 450px;}
.item-pop h1{font-weight: bold;padding-top: 0}
.item-pop .learn_li li{float: left;width: 80px;height: 30px;line-height: 30px;text-align: center; background-color: #eee;border:1px solid #eee;margin-right: 10px;cursor: pointer;position: relative;}
.learn_li li.data_act, .learn_li li.major_act{background-color:#174799;border:1px solid #174799;color: #fff;}
.learn_li li.data_act:before, .learn_li li.major_act:before{content: '';position: absolute;right: 0;bottom: 0; display: block;width: 0;height: 0;border-bottom: 8px solid #fff;border-left: 8px solid transparent;}
.item-pop .learn_from li{float: left;margin-right: 10px;}
.item-pop .learn_from input{border:1px solid #eee;background-color:#eee;height: 30px;line-height: 30px;padding: 0 10px;}
.item-pop .learn_from input:hover {border-color: #174799;background-color: #fff;}
.item-pop .learn_from input::placeholder{color: #333;}
.formbm-box a{width: 160px;}
.btn-black{color:#fff;background-color:#444; border-color:#444}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active{color:#fff;background-color:#222;border-color:#222;}
.item-pop .icon-guanbi{background-color:#174799;width: 40px;height: 40px;position: absolute;z-index: 6;top: 0;right: 0;color: #fff;line-height: 40px;cursor: pointer;}
.item-pop .activity{width: 290px;height: 450px;}
/*新年
.item-pop{box-sizing: content-box;border: 6px solid #c3011f;}
.tcbg{background: url(/static/img/tcbg.png) no-repeat center;width: 260px;height: 136px;top: -72px;left: 225px;}
*/
/*弹窗*/

.show-table-container h2 {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 700;
    color: #e6322e;
}
.show-table {
    width: 490px;
    font-size: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.show-table thead {
    background-color: #174799;
    color: #fff;
}
.show-table thead td {
    color: #fff;
    border: 1px solid #3d63a5;
    padding: 5px 0;
    font-size: 20px;
    text-align: center;
}
.show-table tbody td {
    border: 1px solid #3d63a5;
    padding: 5px 0;
    font-size: 20px;
    text-align: center;
}
.show-table tr {
    border: 1px solid #3d63a5;
}
.btn-primary {
    color: #fff;
    background-color: #174799;
    border-color: #174799;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #0d3373;
    border-color: #0d3373;
}