p {
    margin: 0;
}

.screen {
    width: 1190px;
    margin: 0 auto;
    padding-top: 35px;
}

.screen .screen_top {
    display: flex;
    margin-bottom: 7px;
}

.screen .screen_top div {
    padding: 5px 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background-color: #FFF;
    margin-right: 10px;
    border-radius: 2px;
    color: #8F8F8F;
}

.screen .screen_top div p {
    display: inline-block;
}

.screen .screen_top div span {
    color: #F27C7C;
    margin-left: 2px;
}

.screen .screen_body {
    display: flex;
}

.screen .screen_body>div {
    padding: 11px 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background-color: #FFF;
    display: flex;
    margin-right: 10px;
    position: relative;
    border-radius: 3px;
    color: #8F8F8F;
}

.screen .screen_body div a {
    display: flex;
    height: 20px;
    color: #8F8F8F;
    text-decoration: none;
}

.screen .screen_body div>.screen_fge {
    width: 1px;
    height: 10px;
    margin-top: 5px;
    display: inline-block;
    background: #DDDDDD;
    margin-left: 15px;
    margin-right: 15px;
}

.screen .screen_body div a i:hover {
    cursor: hand;
}

.screen .screen_body div a .icon_itvex {
    width: 16px;
    height: 20px;
    display: block;
    background: url(../img/icon_01.png) center center no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
}

.screen .screen_body div .active .icon_itvex {
    width: 16px;
    height: 20px;
    display: block;
    background: url(../img/icon_01_active.png) center center no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
}

.screen .screen_body div a .icon_itve {
    width: 16px;
    height: 20px;
    display: block;
    background: url(../img/icon_02.png) center center no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
}

.screen .screen_body div .active .icon_itve {
    width: 16px;
    height: 20px;
    display: block;
    background: url(../img/icon_02_active.png) center center no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
}

.screen .screen_body div a .icon_itves {
    width: 16px;
    height: 19px;
    display: block;
    background: url(../img/icon_03.png) center center no-repeat;
    background-size: 14px 14px;
    margin-right: 4px;
}

.screen .screen_body div .active .icon_itves {
    width: 16px;
    height: 19px;
    display: block;
    background: url(../img/icon_03_active.png) center center no-repeat;
    background-size: 14px 14px;
    margin-right: 4px;
}

.screen .screen_body div .active {
    color: #F27C7C;
}

.screen .screen_body .dropdown {
    padding: 0;
    border: none;
}

.screen .screen_body .dropdown button {
    padding: 11px 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background-color: #FFF;
    display: flex;
    /* margin-right: 10px; */
    position: relative;
    border-radius: 3px;
    color: #8F8F8F;
    border: none;
}

.screen .screen_body .dropdown button>i {
    margin-top: 2px;
    margin-left: 4px;
    font-size: 12px;
}

.screen .screen_body .dropdown button:focus {
    box-shadow: none !important;
}

.screen .dropdown-menu>li {
    padding: 5px 0px;
}

.screen .dropdown-menu>li>a {
    height: 30px;
    line-height: 30px;
}

.screen .dropdown-menu {
    padding: 0;
}

.screen .activemode>a {
    color: #F27C7C !important;
}

.screen .dropdown-menu>li:hover>a {
    color: #F27C7C !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}