body,
html {
    width: 100%;
    height: 100%;
    color: #606266;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial;
    overflow: none;
    outline: none;
    background: #edf0f6;
}

img {
    vertical-align: middle;
}

div {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}
input{
    border: none;
}

[v-cloak] {
    display: none;
}
.remove_btn{
    color:#F66F6A;
    cursor: pointer;
    margin-left: 10px;
}

.page_black {
    background: #171A29;
    color: #f9f9f9;
}

.page_black~div {
    color: #f9f9f9;
}

.refresh_btn {
    border: 1px solid #ccc;
    background: #fff;
}

.page_black .refresh_btn {
    border: 1px solid #26293D;
    background: #171A29
}

.page_black .BMap_pop>div img {
    display: none;
}

.page_black .BMap_pop>div:nth-child(8) {
    background: url(/webui/monitor/images/bd_map.png) -186px -691px no-repeat !important;
}

/*element-ui 样式覆盖*/

/*输入框*/
.el-input {
    font-size: 12px;
}

.el-input__inner {
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
}
.page_black .el-input.is-disabled .el-input__inner{
    background: #24273a;
    border-color: #202335;
}

.el-input-group__append,
.el-input-group__prepend {
    border-radius: 2px;
    background: none;
    font-size: 15px;
    color: #CFCFCF;
}

.page_black .el-input-group__append,
.el-input-group__prepend {
    border-radius: 2px;
    background: none;
    font-size: 15px;
    color: #C4C4C7;
}

.el-input__icon {
    line-height: 32px;
}

.el-alert__title {
    font-size: 12px;
}


.el-input-number {
    line-height: 30px;
}

.el-input-number__decrease,
.el-input-number__increase {
    width: 32px;
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
    height: 15px;
}

/*按钮*/
.el-button {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 2px;
}

.el-button--text {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}



.page_black .el-button--primary {
    color: #f9f9f9;
}

.page_black .el-button--primary.is-plain:hover,
.page_black .el-button--primary.is-plain:focus {
    color: #F9F9F9;
}

.page_black~.el-message-box__wrapper .el-button--primary {
    color: #f9f9f9;
}

.page_black~.el-popover .el-button--primary {
    color: #f9f9f9;
}

/*.el-button--primary {
  color: #fff;
}
.el-button--default:focus{
  background-color: #fff;
  border:1px solid #DCDFE6;
  color:#606266;
}
.el-button--primary:focus{
  color:#fff;
}*/
/*表单*/
.el-form-item__content {
    line-height: 32px;
}

.el-form-item {
    margin-bottom: 20px;
}

/*表格*/
.el-table th {
    font-size: 14px;
}

.el-table th {
    font-size: 12px;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background: rgba(0, 98, 255, 0.1);
}

/*选择器*/
.el-select-dropdown__item {
    font-size: 12px;
    /*color: #606266;*/
}

.el-menu-item {
    font-size: 12px;
    /*color: #606266;*/
}

/*时间区间时间选择器*/
.el-time-panel {
    left: auto;
    right: 0;
}

/*分页*/
.el-pagination {
    /*color:#606266;*/
}

/*菜单*/
.el-submenu__title {
    font-size: 12px;
}

/*时间选择器*/
.el-date-editor .el-range-input {
    font-size: 12px;
    background: none;
}
.page_black~.el-picker-panel .el-date-range-picker__time-header{
    border-bottom: 1px solid #393D54;
}
.page_black~.el-picker-panel .el-date-range-picker__content.is-left{
    border-right: 1px solid #393D54;
}
.page_black~.el-picker-panel .el-picker-panel__footer{
    border-top: 1px solid #393D54;
}

/*卡片*/
.el-card {
    /*color:#606266;*/
}

/* 改变form样式 */
.el-dialog--center .el-dialog__body {
    /*padding: 15px 60px 20px;*/
}

.el-form--label-left .el-form-item__label {
    position: relative;
}

.el-form--label-left .el-form-item__label:before {
    content: "";
    display: block;
    width: 10px;
    height: 32px;
    position: absolute;
    left: -10px;
}

.form_content {
    padding: 0;
}

.el-form-item__label {
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}

.el-form-item {
    margin-bottom: 20px;
}

.el-form-item__label {
    line-height: 32px;
}

.el-form-item__content {
    line-height: 32px;
    font-size: 12px;
    text-align: left;
}

.el-form--label-top .el-form-item__label {
    padding-bottom: 0;
}

/* 改变tree样式 */
.el-tree-node__content {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.el-tree-node__expand-icon {
    display: block;
    margin-left: 6px;
    padding: 0;
}

.el-tree-node:focus>.el-tree-node__content {
    background: none;
}

.el-tree-node__label {
    font-size: 12px;
}

.el-tree-node__expand-icon {
    color: #595959;
    font-size: 14px;
}

.el-tree-node__loading-icon {
    display: none;
}

.main_nav2 .el-tree__empty-text {
    width: 180px;
    overflow: hidden;
}

.el-popper[x-placement^=top] {
    word-wrap: break-word;
}

.el-dropdown-menu {
    overflow: visible;
}

.el-dropdown-menu__item {
    font-size: 12px;
}

/*.el-dialog__header {
  border-bottom: 1px solid #e6e9f0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  position: relative;
}*/
.el-dialog__title {
    font-size: 14px;
    line-height: 44px;
    /*color: #606266;*/
}

.el-dialog__headerbtn {
    top: 14px;
    height: 16px;
    line-height: 16px;
}

.el-dialog__body {
    font-size: 12px;
}

.el-message-box {
    width: 290px;
}

.el-message-box__title {
    font-size: 14px;
    /*color: #606266*/
}

.el-message-box__header {
    border-bottom: 1px solid #e6e9f0;
}

.page_black~.el-message-box__wrapper .el-message-box__header {
    border-bottom: 1px solid #393d54;
}

.el-message-box--center .el-message-box__header {
    padding-top: 15px;
}

.el-message-box__content {
    padding: 15px 27px 35px;
    font-size: 12px;
}

.el-message-box--center {
    padding-bottom: 24px;
}

.el-message-box__btns button:nth-child(2) {
    margin-left: -150px;
}

/*tab*/
.el-table {
    font-size: 12px;
    color: #252b3a;
}

.el-table thead {
    color: #252b3a;
}

.el-table--border {
    border-right: 1px solid #EBEEF5;
}

.page_black .el-table--border {
    border-right: 1px solid #393D54;
}

.page_black .el-table thead {
    color: #f9f9f9;
}

.box-card_role .el-card__body {
    padding: 0 !important;
}

.el-table__empty-block {
    line-height: 60px;
}

.el-table .cell.el-tooltip>* {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: hidden;
}

.el-table--group::after,
.el-table--border::after {
    width: 0;
}

#select_tree .el-scrollbar__wrap,
.account .el-scrollbar__wrap,
.column_item .el-scrollbar__wrap,
.seclect_scroll .el-scrollbar__wrap,
.org_tree .el-scrollbar__wrap,
.main_content .el-scrollbar__wrap {
    overflow-x: hidden;
}

.el-scrollbar__bar {
    z-index: 5;
}

.el-tabs__nav-wrap::after{
    height: 1px;
}

.page_black .el-tabs__active-bar {
    /*background-color: #393d54;*/
}

.el-tabs--top .el-tabs__item {
    font-size: 12px;
    /*margin: 0 20px;*/
}

.el-tabs__active-bar {
    /*left: 20px;*/
}

.el-tabs__item {
    position: relative;
    /*padding: 0;*/
}

.el-tabs__item:not(:last-of-type):after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #e6e9f0;
    position: absolute;
    right: 0px;
    top: 14px;
}

.page_black .el-tabs__item:not(:last-of-type):after {
    background: #393d54;
}

/*select*/
.page_black .el-select .el-input .el-select__caret {
    color: #f9f9f9;
}

.el-select>.el-input {
    line-height: 0;
}

.el-date-editor .el-range__icon {
    line-height: 24px;
}

.preview.el-dropdown-menu {
    padding: 0;
}

.preview .el-dropdown-menu__item {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

.el-date-editor .el-range-separator {
    line-height: 24px;
    font-size: 12px;
}

.el-date-editor .el-range__close-icon {
    line-height: 24px;
}

.search_input .el-input__inner {
    cursor: pointer;
}

/*弹出框遮罩层*/
.v-modal {
    background: #000;
}

/*loading遮罩层*/
.page_black .el-loading-mask {
    background: rgba(255, 255, 255, 0.3);
}

#select_tree .el-icon-caret-right:before {
    display: none;
}

.el-tree {
    background: none;
}

#select_tree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background: none;
}


.main_page .main_nav .el-tree-node__content {
    height: 40px;
}

.main_page .main_nav .el-tree-node__content:hover {
    background-color: rgba(0, 98, 255, 0.1);
}

.main_page .main_nav .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: rgba(0, 98, 255, 0.1);
    color: #0062FF;
}

.el-tag {
    color: #252b3a;
}
.el-tag .el-tag__close{
    color: #252b3a;
}

.page_black .el-tag {
    color: #F9F9F9;
}
.page_black .el-tag .el-tag__close{
    color: #252b3a;
}

.dev_channel_page .el-tag {
    padding: 0 2px 0 6px;
}

.dev_channel_page .el-tag .el-icon-close {
    right: 2px;
}

.qypt_tree .el-tree-node__content {
    height: 36px;
    position: relative;
}

.qypt_tree .el-tree-node__content .el-checkbox {
    position: absolute;
    left: 15px;
    top: 10px;
}

.qypt_tree .el-tree-node__content:hover {
    background: none;
    overflow: visible;
}

.qypt_tree .el-tree-node__content:hover .back_cl {
    background: rgba(0, 98, 255, 0.1);
}

.qypt_tree .el-tree-node:focus>.el-tree-node__content {
    background-color: none;
}

.qypt_tree .el-tree-node__content>.el-tree-node__expand-icon {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
}

.qypt_tree .el-icon-caret-right:before {
    display: none;
}

.qypt_tree .is-current>.el-tree-node__content {
    background: none;
    overflow: visible;
}

.qypt_tree .is-current>.el-tree-node__content .back_cl {
    background: #0062ff1a;
}

.qypt_tree .el-checkbox {
    width: auto;
    margin-right: 0;
    height: auto;
}

.qypt_tree .el-tree-node>.el-tree-node__children {
    margin-left: 20px;
    position: relative;
    overflow: visible;
}

.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden) {
    position: relative;
}

.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden):before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    border-left: 1px dotted #999999;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 2;
}

.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden):last-of-type:before,
.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden).last-child:before {
    display: none;
}

.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden):last-of-type>.el-tree-node__content,
.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden).last-child>.el-tree-node__content {
    overflow: visible;
}

.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden):last-of-type>.el-tree-node__content .not_root:after,
.qypt_tree .el-tree-node .el-tree-node:not(.is-hidden).last-child>.el-tree-node__content .not_root:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 30px;
    border-left: 1px dotted #999999;
    left: 0;
    top: -9px;
    z-index: 3;
}

.qypt_tree .el-tree-node .is-hidden+.el-tree-node:last-of-type>.el-tree-node__content {
    overflow: visible;
}

.qypt_tree .el-tree-node .is-hidden+.el-tree-node:last-of-type>.el-tree-node__content .not_root:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 30px;
    border-left: 1px dotted #999999;
    left: 0;
    top: -9px;
    z-index: 3;
}

.el-alert__title {
    font-size: 12px;
}

.el-step__title {
    font-size: 14px;
}

.box-card_role .el-card__body {
    padding: 20px 0;
}

.el-dialog__header {
    border-bottom: 1px solid #e6e9f0;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.page_black .el-dialog__header {
    border-bottom: 1px solid #393d54;
}

.el-checkbox__label,
.el-radio__label {
    font-size: 12px;
}

.page_black .el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #545769
}

.dialog_user_account .el-dialog__body {
    padding: 0px;
}

.dialog_user_account .el-step__title {
    font-size: 12px;
}

.addedit_role .el-checkbox {
    width: 200px;
    height: 32px;
    text-align: left;
    margin: 0 0 0 0;
}

.dialog_user_account .account_user_edit .el-radio {
    padding-bottom: 20px;
}

.dialog_user_account .account_user_edit .el-radio__label {
    font-size: 12px;
}

.dialog_user_account .account_user_edit .el-radio+.el-radio {
    margin-left: 0px;
}

.dialog_user_account .el-checkbox+.el-checkbox {
    margin: 0px;
}

.el-textarea__inner {
    line-height: 24px;
    padding: 3px 15px;
    min-height: 32px !important;
}

.update_list .el-table thead tr {
    /*background: #f5f7fa;*/
}

.el-popover {
    font-size:
}

.el-popover--plain {
    padding: 9px;
}

.journal_box .el-collapse {
    border: none;
}

.journal_box .el-collapse-item {
    border: 1px solid #e6e9f0;
    margin-top: 20px;
    /*padding: 0 20px;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.page_black .journal_box .el-collapse-item {
    border: 1px solid #393454;
}

.journal_box .el-collapse-item__content {
    padding: 22px 0;
    position: relative;
    font-size: 12px;
}

.journal_box .el-collapse-item__header {
    border-bottom: none;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    /*color: #303133;*/
    font-weight: 400;
    padding: 0 20px;
}

.el-collapse-item__header {
    padding: 0 10px;
}

.el-collapse-item__content {
    padding: 0 10px;
}

.journal_box .el-collapse-item__wrap {
    border-bottom: none;
    padding: 0 20px;
    border-top: 1px solid #ccc;
}

.page_black .journal_box .el-collapse-item__wrap {
    border-top: 1px solid #393454;
}

.video_template .el-dialog__body {
    padding: 0;
}

.copy_box_day .el-checkbox {
    /*    width: 33.3%;
    text-align: center;
    margin-top: 20px;*/
    width: 26.3%;
    text-align: center;
    margin-top: 20px;
    margin-right: 50px;
}

.copy_box_day .el-checkbox+.el-checkbox {
    margin-left: 0;
}

.copy_box_button .el-button {
    padding: 7px 15px;
}

.label_set .el-button {
    padding: 5px 10px;
}

.dev_channel_label_config .el-checkbox {
    width: 100px;
    height: 32px;
}

.dev_channel_label_config .el-checkbox+.el-checkbox {
    margin-left: 0px;
}

.edit_template .el-message-box__content {
    padding-bottom: 0;
}

.dialog_screen .el-dialog--center .el-dialog__body {
    padding: 0 0 20px;
}

.content_lf_btm .el-tabs--top .el-tabs__item {
    width: 85px;
    text-align: center;
}

.content_lf_btm .el-tabs__nav-wrap {
    padding: 0 10px;
}

.content_lf_btm .el-tabs__header {
    background: #F2F2F2;
}

.page_black .content_lf_btm .el-tabs__header {
    background: #222638;
}

.linkage_tabs .el-tabs__item {
    height: 50px;
    line-height: 50px;
}

.linkage_tabs .el-tabs__nav-scroll {
    padding: 0 40px;
}

.linkage_tabs .el-tabs__header {
    margin: 0;
}

.linkage_tabs .el-tabs__nav-wrap::after {
    height: 1px;
}

.box_tabfull .el-slider__runway {
    background-color: transparent;
    z-index: 99;
}

.box_tabfull .el-slider__bar {
    background-color: transparent;
}

.box_tabfull .el-slider__button-wrapper {
    z-index: 99;
}

.box_tabfull .el-slider__marks-text {
    font-size: 12px;
    margin-top: -18px;
}

.video_playback .view_operate .el-dropdown {
    font-size: 13px;
    font-weight: 800;
}

.video_playback .view_timeprogress .el-slider__runway {
    height: 0px;
    margin: 15px 0;
    background-color: transparent;
    border-radius: 3px;
    cursor: default;
    z-index: 99;
}

.video_playback .view_timeprogress .el-slider__bar {
    height: 0px;
    background-color: transparent;
}

.video_playback .view_timeprogress .el-slider__button-wrapper {
    height: 30px;
    width: 30px;
    z-index: 99;
    top: -15px;
}

.video_playback .view_timeprogress .el-slider__button {
    width: 2px;
    height: 20px;
    border: 0;
    background-color: #fa3a3a;
    border-radius: 0;
}

.shuttle_check_group .el-checkbox {
    margin-right: 3px;
}

.shuttle_check_group .el-checkbox+.el-checkbox {
    margin-left: 5px;
}

.shuttle_check_group .el-button {
    padding: 6px 10px;
    margin-left: 5px;
}

.addevent .el-menu {
    border-right: none;
}

.addevent .el-submenu__title {
    height: 36px;
    line-height: 36px;
}

.addevent .el-submenu .el-menu-item {
    height: 36px;
    line-height: 36px;
}

.addevent .el-menu-item:hover,
.addevent .el-menu-item:focus,
.addevent .el-submenu__title:hover {
    background: rgba(0, 98, 255, 0.1);
}

.addevent .el-menu-item.is-active,
.addevent .el-submenu__title.is-active {
    background: rgba(0, 98, 255, 0.1);
}

.allrequire .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    display: none;
}

.judge.el-switch.is-disabled {
    opacity: 1;
}

.judge.el-switch.is-disabled .el-switch__core,
.judge .el-switch.is-disabled .el-switch__label {
    cursor: pointer;
}

.el-switch__core:after {
    background-color: #f9f9f9;
}

.account_dataPermission .el-tabs__header {
    margin: -10px 0 0 0;
}

.account_dataPermission .el-tabs__nav-scroll {
    margin-left: 15px;
}

.data_permission_loading .el-loading-mask {
    z-index: 101;
}

.data_permission_loading .el-loading-spinner .el-loading-text {
    color: #606266;
    font-size: 18px;
    font-weight: 800;
}

/*公共样式*/

/* 过渡效果 */
.base_transition {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari 和 Chrome */
    -o-transition: all 0.4s;
    /* Opera */
}

.base_transition_left {
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    /* Firefox 4 */
    -webkit-transition: width 0.4s;
    /* Safari 和 Chrome */
    -o-transition: width 0.4s;
    /* Opera */
}

.base_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_box_width {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clickable {
    color: #0062FF;
}

.clickable:hover {
    text-decoration: underline;
    cursor: pointer;
}

.base_dialog_prompt {
    text-align: center;
}

.base_dialog_prompt .base_dialog_prompt1 {
    font-size: 14px;
    font-weight: 1000;
    margin: 10px;
}

.base_dialog_prompt .base_dialog_prompt2 {
    font-size: 12px;
}

.base_operate_bar {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    overflow: hidden;
}

.button_interval {
    display: inline-block;
    width: 1px;
    height: 36px;
    background: #DCDFE6;
    vertical-align: middle;
    margin: 0 10px;
}

.page_black .button_interval {
    background: #494B56;
}

.float_div {
    height: inherit;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.base_operate_bar1 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e9f0;
    overflow: hidden;
}

.page_black .base_operate_bar1 {
    border-bottom: 1px solid #393d54;
}

.base_operate_bar1 .title {
    font-size: 14px;
    /*color: #606266;*/
    text-indent: 10px;
    float: left;
}

.base_operate_bar1 .div_btn {
    float: right;
}

.base_operate_bar1 .div_btn .el-button {
    border: 0px;
    margin: 0px;
    font-size: 20px;
}

.base_operate_bar2 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    /*padding: 0 20px;*/
}

.base_fr {
    float: right;
}

.base_search_input {
    width: 210px;
    margin: 0 10px;
}

.base_operate_bar2 .base_search_input {
    width: 100%;
    margin: 0;
}

.base_search_input1 {
    width: 210px;
    margin-right: 10px;
    /*margin-left: 10px;*/
}

.base_operate_bar2 .base_search_input1 {
    width: 100%;
    margin: 0;
}

/* 页面容器统一样式 */
.base_container {
    margin: 0 24px;
    position: relative;
    background: #fff;
    min-height: calc(100% - 60px);
    overflow: hidden;
}

.page_black .base_container {
    background: #26293D;
}

.base_content {
    min-height: 100%;
    vertical-align: middle;
}

.base_content_lf {
    position: absolute;
    width: 320px;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #e6e9f0;
    overflow: auto;
}

.page_black .base_content_lf {
    border-right: 1px solid #393d54;
}

.base_content_lf .base_tree1 {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    background: #FAFAFA;
}

.page_black .base_content_lf .base_tree1 {
    background: #24273A;
}

.base_content_lf .base_tree2 {
    position: absolute;
    top: 60px;
    left: 0;
    right: 20px;
    bottom: 0;
}

.base_content_lf .base_tree3 {
    position: absolute;
    top: 110px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #FAFAFA;
}

.page_black .base_content_lf .base_tree3 {
    background: #24273A;
}

.base_content_rt {
    margin-left: 320px;
    overflow-y: auto;
}

.base_mark {
    color: #909399;
}

.base_cover {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #606266;
    font-size: 18px;
    font-weight: 800;
}

.el-tooltip__popper {
    max-width: 1000px;
}

/*自定义下拉选择框*/
.custom_select_box {
    position: relative;
}

.custom_select_box .custom_select_button {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    right: 0;
    text-align: center;
    color: #C0C4CC;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
    outline: none;
}

.custom_select_box .custom_select_button.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.custom_select_item {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 12px;
}

.custom_select_item:hover {
    background-color: rgba(0, 98, 255, 0.1);
}

.custom_select_popover {
    padding: 6px 0;
}
.header_btn{
    position: fixed;
    top: 64px;
    right: 20px;
    z-index: 5;
}