.icon_msg_tips{
    min-width: 25px;
    background: #FF4C4C !important;
    border-radius: 8px 8px 8px 8px;
    color: #fff !important;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    padding: 0px 5px 1px 5px;
    display: inline-block;
}

.icn{
    background: no-repeat;
    background-size: 100%;
}
.icn::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
}

.icn_arrows_a_bottom{
    background-image:url("/static/public/img/icn/arrows_a_3.png");
}

.icn_arrows_a_right,.panel-heading.collapsed .icn_arrows_a_bottom{
    background-image:url("/static/public/img/icn/arrows_a_2.png");
}

.must::before {
    content: "*";
    position: absolute;
    right: 0px;
    top: 10px;
    color: #eb6060;
    font-size: 12px
}

.hide_scrollbar::-webkit-scrollbar,.wb-nav .wb-navheight::-webkit-scrollbar,.wb-subnav .wb-subnav_main::-webkit-scrollbar {
    width: 0px;  /* 对于垂直滚动条 */
    height: 0px; /* 对于水平滚动条 */
}

/* 针对IE和Edge */
.hide_scrollbar,.wb-nav .wb-navheight,.wb-subnav .wb-subnav_main {
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;    /* Firefox 64 */
}

.box_x{
    display: -moz-box;
    display: -webkit-box;
    width: auto;
}

.box_x_auto{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /*display: -moz-box;*/
    /*display: -webkit-box;*/
}

.box_y {
    display: flex;
    flex-direction: column;
}

.box_y_auto {
    flex: 1;
}

.hand {
    cursor: pointer;
}

.c_red{
    color: red;
}

.w256{
   width: 256px;
}
.box_table .w50,.w50{
    width: 100px;
}

.box_table .w100,.w100{
    width: 100px;
}

.box_table .w150,.w150{
    width: 150px;
}

.box_table .w200,.w200{
    width: 200px;
}

.m_t_5{
    margin-top: 5px;
}

.m_t_6{
    margin-top: 6px;
}

.m_t_7{
    margin-top: 7px;
}

.m_t_10{
    margin-top: 10px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_28{
    margin-top: 28px;
}

.m_l_0 {
    margin-left: 0px;
}

.m_l_5 {
    margin-left: 5px;
}

.m_l_7 {
    margin-left: 7px;
}

.m_l_10 {
    margin-left: 10px;
}

.m_r_0 {
    margin-right: 0px;
}

.m_r_7 {
    margin-right: 7px;
}

.m_b_5{
    margin-bottom: 5px;
}

.m_b_7{
    margin-bottom: 7px;
}

.m_b_10{
    margin-bottom: 10px;
}

.m_b_26{
    margin-bottom: 26px;
}

.m_b_28{
    margin-bottom: 28px;
}

.m_r_10,label.m_r_10 {
    margin-right: 10px;
}

.m_r_15,label.m_r_15 {
    margin-right: 15px;
}

.m_r_20,label.m_r_20 {
    margin-right: 20px;
}

.l_h_32 {
    line-height: 32px;
}

.w_80 {
    width: 80px;
}
.w_70 {
    width: 70px;
}
.w_50_ {
    width: 50%;
}

.over_hidden{
    overflow: hidden;
}

.img_w_29_28{
    width: 29px;
    height: 28px;
}

.padding_0{
    padding: 0;
}

.position_r.box_check input[type=checkbox],.position_r,.position_rt{
    position: relative;
}
.box_no_border{
    border:0;
}

.box_hidden:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.box_hidden>*{
    float: left;
}
.box_hidden>.right{
    float: right;
}

.text_center{
    text-align: center;
}

.text_right{
    text-align: right;
}

.box_right{
    float: right;
}

.box_table{
    width: 100%;
}
.box_table thead tr{
    line-height: 35px;
}
.box_table tbody{
    text-align: center;
}
.box_table tbody td{
    padding: 5px 0;
    padding-left: 5px;
}
.box_table td{
    border: 1px solid rgb(239 239 239);
}

.box_table tr td {
    word-break: break-all;
}
/**
提醒框
 */
.POP_UP_MSG {
    position: fixed;
    left: 36%;
    width:550px;
    text-align: center;
    z-index: 99999;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    top: -32px;
    opacity: 0;
}

.POP_UP_MSG.POP_UP_MSG_SHOW {
    top: -1px;
    opacity: 1;
}

.POP_UP_MSG .POP_UP_MSG_COUNT {
    display: inline-block;
    white-space: nowrap;
    height: 32px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    min-width: 550px;
    padding: 0 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 10px;
}

.POP_UP_MSG .POP_UP_MSG_COUNT.POP_UP_MSG_SUCCESS {
    background: #54c952;
}

.POP_UP_MSG .POP_UP_MSG_COUNT.POP_UP_MSG_ERROR {
    background: #eb6060;
}

.POP_UP_MSG .POP_UP_MSG_COUNT.POP_UP_MSG_WARNING {
    background: #ffc000;
}

/**
问号 提示弹出框
 */
.BTN_QUESTION_BOX {
    position: absolute;
    color: white;
    z-index: 9999;
    background: grey;
    padding: 4px 8px;
    border-radius: 5px;
}

/*
等待提示框
 */
.BOX_LOADING, .BOX_PUBLIC_POP, .BOX_PUBLIC_POP_WEB {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.BOX_LOADING{
    z-index: 99999;
}

.BOX_PUBLIC_POP_WEB{
    z-index: 999;
}

.BOX_LOADING .img {
    position: fixed;
    left: 45%;
    top: 40%;
    width: 72px;
}

/**
公共弹出框
 */

.BOX_PUBLIC_POP .box_btn,.BOX_PUBLIC_POP_WEB .box_btn{
    margin-top: 15px;
    margin-bottom: 20px;
}

.BOX_PUBLIC_POP .cancel, .BOX_PUBLIC_POP_WEB .cancel {
    background: white;
    border: 1px solid #e4e2e2;
    color: #333;
}

.BOX_PUBLIC_POP .save, .BOX_PUBLIC_POP_WEB .save {
    border: 1px solid transparent;
    margin-right: 12px;
}

.BOX_PUBLIC_POP .save,.BOX_PUBLIC_POP .cancel,.BOX_PUBLIC_POP_WEB .save,.BOX_PUBLIC_POP_WEB .cancel{
    padding: 8px 21px;
    font-size: 14px;
}
.BOX_PUBLIC_POP .countent, .BOX_PUBLIC_POP_WEB .countent {
    position: fixed;
    top: 36%;
    left: 34%;
    background: white;
    width: 500px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 15px;
}

/*
确认弹出框
 */
.BOX_PUBLIC_POP .POP_UP_TIP{
    width: 335px;
    top: 31%;
    left: 41%;
}
.POP_UP_TIP .POP_UP_TIP_TITLE{
    font-size: 22px;
    margin: 10px 0;
}


/**
表格
 */
.BOX_TD_AMEND{
    border: 0;
    cursor: pointer;
}

/**
分享二维码
 */
.BOX_PAY_QR{
    width: 300px;
    background: white;
    position: fixed;
    top: 22%;
    left: 40%;
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;
    text-align: center;
}

.BOX_PAY_QR .title{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.BOX_PAY_QR .qr{
    margin-bottom: 11px;
}

.BOX_PAY_QR .user{
    margin-top: 12px;
}

.BOX_PAY_QR .cancel{
    margin-top: 26px;
    margin-right: 12px;
    margin-bottom: 12px;
}


.BOX_EDIT_HTML, .box_hide {
    display: none;
}

.box_show {
    display: block !important;
}

.material_Modal_classify .title{
    margin-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.material_Modal_classify .form-control{
    margin: 17px 0;
}
.material_Modal_classify .form-control option{
    padding: 0 10px;
}
.material_Modal_classify .box_btn{
    padding: 16px 0;
 }

.BOX_PUBLIC_POP .BOX_IMG_UPLOAD_POP{
    top: 6%;
    left: 21%;
    /*top: 0;*/
    /*left: 0;*/
    padding: 0px;
    width: auto;
}
.BOX_IMG_UPLOAD_POP .box_title {
    line-height: 50px;
    background-color: #f4f5f9;
    font-size: 14px;
    padding: 0 15px;
}
.BOX_IMG_UPLOAD_POP .box_cancel{
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}
.BOX_IMG_UPLOAD_POP .box_nav{
    border-bottom: 1px solid #e7e7eb;
    padding: 0 20px;
}
.BOX_IMG_UPLOAD_POP .box_nav>li{
    border-bottom: 1px solid #e7e7eb;
    line-height: 46px;
    font-size: 16px;
    color: #999;
    padding: 0 30px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.BOX_IMG_UPLOAD_POP .box_nav>li.on,.BOX_IMG_UPLOAD_POP .box_nav>li:hover{
    color: #428bca;
    border-color: #428bca;
}

.BOX_IMG_UPLOAD_POP .img_search{
    padding: 15px 20px;
    border-bottom: 1px solid #e7e7eb;
}

.BOX_IMG_UPLOAD_POP .img_search select{
    width: 200px;
}

.BOX_IMG_UPLOAD_POP .img_search box_search{

}

.BOX_IMG_UPLOAD_POP .box_main{
    position: relative;
}

.BOX_IMG_UPLOAD_POP .box_main_left{
    width: 218px;
    height: 460px;
    background: #f7f8fa;
    border-right: 1px solid #e7e7eb;
    overflow-y: auto;

}
.BOX_IMG_UPLOAD_POP .box_main_left_title{

    font-size: 11px;
    line-height: 38px;
    padding: 0 10px;

}

.BOX_IMG_UPLOAD_POP .box_main_left_title_main, .box_contrac_download {
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_main_left_title_main span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 108px;
}

.BOX_IMG_UPLOAD_POP .box_main_left_title .wi-file{
    color: #edce86;
    font-size: 22px;
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 10px;
}
.BOX_IMG_UPLOAD_POP .box_main_left_title .wi-appsetting{
    color: #428bca;
    font-size: 22px;
    vertical-align: middle;
    margin-top: 7px;
}
.BOX_IMG_UPLOAD_POP .box_main_left .box_edit_par{
    text-align: center;
    border-top: 3px solid #f7f8fa;
}

.BOX_IMG_UPLOAD_POP .box_main_left .box_main_left_next{
    padding-left: 30px;
    display: none;
}

.BOX_IMG_UPLOAD_POP .box_main_left .box_main_left_next .box_main_left_title{
    padding: 0;
}

.BOX_IMG_UPLOAD_POP .box_main_left .box_edit{
    color: #337ab7;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_main_left .box_dell{
    margin-left: 20px;
    color: #cf1010;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_edit_title .box_yes{
    color: #428bca;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_edit_title .box_no{
    margin-left: 29px;
    color: #428bca;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_main_left .box_main_left_title.on>.box_main_left_title_main,.BOX_IMG_UPLOAD_POP .box_main_left .box_main_left_title:hover>.box_main_left_title_main{
    background: white;
}

.BOX_IMG_UPLOAD_POP .box_main_right{
    width: 864px;
    height: 460px;
    position: relative;
    overflow-y: auto;
    padding-bottom: 41px;
}

.BOX_IMG_UPLOAD_POP .box_main_right .box_main_right_img{
    flex: none;
    position: relative;
    width: calc(20% - 20px);
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 152px;
    height: 152px;
}
.BOX_IMG_UPLOAD_POP .box_main_right .box_main_right_img:hover{
    outline: 2px solid #428bca;
}
.BOX_IMG_UPLOAD_POP .box_main_right .box_main_right_img:hover .box_dell{
    display: block;
}

.BOX_IMG_UPLOAD_POP .box_main_right .box_name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 34px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 0 20px;
    text-align: left;
    z-index: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.BOX_IMG_UPLOAD_POP .box_main_right .box_dell{
    position: absolute;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #428bca;
    cursor: pointer;
    bottom: 0;
    right: 0;
    z-index: 6;
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 0px;
    display: none;
}
.BOX_IMG_UPLOAD_POP .box_main_right .box_choose_div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    display: none;
}

.BOX_IMG_UPLOAD_POP .box_main_right .box_choose_div .wi-right{
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.BOX_IMG_UPLOAD_POP .box_checkbox{
    padding: 10px 30px;
    background: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 218px;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_checkbox span{
    padding-top: 4px;
    padding-left: 7px;
}

.BOX_IMG_UPLOAD_POP .box_main_right .box_main_right_img.on .box_choose_div{
    display: block;
}

.BOX_IMG_UPLOAD_POP .box_pages{
    line-height: 29px;
    padding-top: 12px;
}

.BOX_IMG_UPLOAD_POP .box_pages span{
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-right: 11px;
    cursor: pointer;
}

.BOX_IMG_UPLOAD_POP .box_pages span:hover{
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.BOX_IMG_UPLOAD_POP .box_pages span.on{
    color: #ccc;
    cursor: default;
    background: #f3f3f3;
    border-color: #f3f3f3;
 }

.BOX_IMG_UPLOAD_POP .box_pages label{
    margin-right: 16px;
}

.BOX_IMG_UPLOAD_POP .box_foot{
    line-height: 80px;
}
.BOX_IMG_UPLOAD_POP .box_foot .save{
    margin-right: 10px;
}
.BOX_IMG_UPLOAD_POP .box_foot .cancel,.BOX_IMG_UPLOAD_POP .box_foot .save{
    line-height: 30px;
    width: 105px;
    padding: 0;
}

.BOX_IMG_UPLOAD_POP.box_no_show_btn .box_dell_img, .BOX_IMG_UPLOAD_POP.box_no_show_btn .box_uploading_img, .BOX_IMG_UPLOAD_POP.box_no_show_btn .box_add_classify ,.BOX_IMG_UPLOAD_POP.box_no_show_btn .box_main_left .box_main_left_title_main_edit,.BOX_IMG_UPLOAD_POP.box_no_show_btn .box_main_right .box_dell,.BOX_IMG_UPLOAD_POP.box_no_show_btn .box_main_right .box_main_right_img:hover .box_dell{
    display: none;
}

.BOX_IMG_UPLOAD_VALUE{
    position: relative;
}

.box_img .BOX_IMG_UPLOAD_VALUE_MOVE{
    position: absolute;
    z-index: 9999;
}
.box_img .img-thumbnail{
    max-height: 100%;
}

.box_img .box_img_w {
    max-width: 150px;
    max-height: 150px;
}

.box_img .box_img_show{
    cursor: pointer;
}

.box_img_pop{
    cursor: pointer;
}
.BOX_IMG_POP_PAR{
    position: absolute;
    top: 10%;
    left: 27%;
}
.BOX_IMG_POP_PAR .BOX_IMG_POP_MAIN{
    width: 1000px;
    height: 700px;
    background: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.BOX_IMG_POP_PAR .BOX_IMG_POP_MAIN .BOX_IMG_POP_MAIN_IMG{
    max-height: 100%;
    max-width: 100%;

}

.BOX_IMG_POP_PAR .cancel{
    position: absolute;
    top: 9px;
    right: 7px;
    background: url("/static/public/img/close.png") no-repeat;
    padding: 12px;
    border: 0;
    cursor: pointer;
}

.box_select {
    font-size: 15px;
    padding: 3px 5px;
    margin-right: 11px;
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;
}

.box_qr_hover {
    position: relative;
}

.BOX_QR_HOVER_VAL{
    position: absolute;
    border: 1px solid #efefef;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
    -o-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    background: white;
    font-size: 15px;
    color: black;
    padding: 30px 19px;
    z-index: 9999;
}

.BOX_QR_HOVER_VAL img{
    width: 130px;
    height: 130px;
}

.BOX_QR_HOVER_VAL .BOX_QR_HOVER_VAL_QR {
    margin-top: 10px;
}

.BOX_QR_HOVER_VAL .BOX_QR_HOVER_VAL_VALS {
    margin-top: 10px;
}

.BOX_RADIO{
    margin-right: 14px;
    cursor: pointer;
}

.BOX_RADIO input{
    margin: 0;
    padding: 0;
    margin-right: 6px;
    margin-top: -1px;
    cursor: pointer;
}

.box_check_list input[type=checkbox].perms{
    display: block;
}
.box_check_list b{
    color: #666;
}

/*权限*/
.system_power {
    border: 1px solid #e7e7eb;
    padding: 10px;
    padding-left: 6px;
    padding-top: 19px;
}

.system_power .checkbox-inline, .system_power .checkbox-inline + .checkbox-inline {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
}

.system_power .menu-icon {
    width: auto;
    height: auto;
    line-height: normal;
    margin-top: 2px;
}

.system_power .checkbox-inline input[type=checkbox] {
    margin: 0;
    padding: 0;
    position: relative;
    margin-right: 8px;
}

.system_power .next {
    margin-left: 36px;
}

.system_power .no.menu-icon:before {
    content: '';
}

.system_power .system_power_web {
    width: 14%;
}

.system_power .system_power_btn {
    padding-left: 3px;
    width: 86%;
}

.system_power .system_power_btn > label.checkbox-inline {
    margin-right: 20px;
}

.system_power .menu-icon {
    cursor: pointer;
    position: absolute;
    left: -15px;
}

.system_power .power_check:after, .system_power .power_check_par:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.system_power .power_check > *, .system_power .power_check_par > * {
    float: left;
}
/*end*/

.web_scroll_top{
    display: none;
    position: fixed;
    bottom: 92px;
    right: 231px;


    width: 60px;
    height: 60px;
    background: no-repeat;
    background-size: 100%;
    background-image:url("/static/public/img/icn/arrows_e_1.png");
    cursor: pointer;
}
.web_scroll_top.web_scroll_top_1{
    right:22px;
}

.btn_no_click{
    pointer-events: none;
}

.box_refresh{
    display: inline-block;
    background: url("/static/public/img/refresh.png") no-repeat;
    padding: 7px;
    cursor: pointer;
    background-size: 100% 100%;
}

.box_eye_open{
    display: inline-block;
    background: url("/static/public/img/eye_open.png") no-repeat;
    padding: 4.5px 7px;
    cursor: pointer;
    background-size: 100% 100%;
}

.box_eye_close{
    display: inline-block;
    background: url("/static/public/img/eye_close.png") no-repeat;
    padding: 4.5px 7px;
    cursor: pointer;
    background-size: 100% 100%;
}

.POP_BOX_EYE{
    width: 562px;
    top: 26%;
    left: 33%;
}

.POP_BOX_EYE .main{
    margin-top: 53px;
    margin-bottom: 55px;
}

.POP_BOX_EYE .POP_BOX_EYE_msg{
    width: 133px;
    text-align: right;
    line-height: 33px;
}

.POP_BOX_EYE .POP_BOX_EYE_input{
    width: 50%;
}

.box_nav{
    border-bottom: 1px solid #ddd;
    border-color: #efefef;

    /*margin-bottom: 10px;*/
}
.box_nav:after{
    display:block;clear:both;content:"";visibility:hidden;height:0;
}
.box_nav>li{
    float: left;
    position: relative;
    margin-bottom: -1px;
}
.box_nav a{
    padding: 10px 5px;
    margin: 0px 15px;
    display: block;
}
.box_nav .active a{
    color: #44abf7;
    border-bottom: 2px solid #44abf7 !important;
}

.box_dropdown_menu{
    position: relative;
    outline:0;
}

.box_dropdown_menu .box_dropdown_add,.box_dropdown_menu .box_dropdown_main li{
    background: #44abf7 !important;
    border-color: #44abf7 !important;
    color: #fff !important;
    width: 120px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 9px;
}
.box_dropdown_menu .box_dropdown_add{

}
.box_dropdown_menu .box_dropdown_add i{
    margin-right: 7px;
}

.box_dropdown_menu .box_dropdown_main{
    display: none;
    position: absolute;
    z-index: 1;
}

box_carouse{
    display: none;
}

.box_carouse{
    overflow: hidden;
    position: relative;
    background: white;
}

.box_carouse .box_carouse_img{
    position: relative;
    height: 122px;
}

.box_carouse .box_carouse_img img{
    width: 100%;
    max-height: 100%;
    display: none;
    position: absolute;
}

.box_carouse .box_carouse_img img.box_carouse_img_action_pre,.box_carouse .box_carouse_img img.box_carouse_img_show{
    display: block;
    z-index: 1;
}

.box_carouse .box_carouse_img img.box_carouse_img_action{
    display: block;
    z-index: 2;
    left: 100%;
}

.box_carouse .box_carouse_dot{
    position: absolute;
    z-index: 3;
    bottom: 4px;
    width: 100%;
    text-align: center;
}

.box_carouse .box_carouse_dot>*{
    width: 7px;
    height: 7px;
    margin-right:3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f5f5f5;
    display: inline-block;
}

.box_carouse .box_carouse_dot>.box_carouse_dot_action{
    background: #808080;
}

.box_over_dian {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_shop_search_pop_main{
    width: 900px !important;
    left: 28% !important;
}
.box_shop_search_pop_main .input-group-select{
    display: none;
}
.box_shop_search_pop_main .box_shop_search_pop_search{
    padding: 0 30px;
}
.box_shop_search_pop_main .box_shop_search_pop_count{
    height: 502px;
}
.box_shop_search_pop_main .box_shop_search_pop_count .table{
    table-layout: initial;
}
.box_shop_search_pop_main .box_shop_search_pop_count .pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.box_shop_search_pop_main .box_shop_search_pop_count input{
    width: 44px;
    height: 28px;
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-right: 5px;
    color: #000;
    line-height: 12px;
    font-size: 12px;
    padding: 7px 10px;
}
.box_shop_search_pop_main .box_shop_search_pop_count .record{
    display: inline-block;
    float: right;
    line-height: 28px;
    margin: 20px 0;
}

.box_url_get .box_url_get_click{
    cursor: pointer;
}
.box_url_get .box_url_get_btn{
    line-height: 28px;
    height: 28px;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 0 4px;
    overflow: hidden;
    white-space:nowrap;
    display: flex;
    justify-content: flex-end;
}
.box_url_get_pop .modal-dialog{
    top: 10%;
}
.dropdown .triangle-up {
    visibility: hidden;
}
.dropdown:hover .triangle-up {
    visibility: visible;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #fff;
}
.triangle-up-position{
    position: absolute;
    top: 53px;
    right: 33px;
}
.wb-header div.dropdown-menu {
    width: 532px;
    height: 525px;
}
.message_box .msg_title {
    height: 53px;
    line-height: 53px;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #EAEAEA;
}

.message_box .msg_title span {
    width: 2px;
    height: 17px;
    background: #3C7DFF;
    border-radius: 4px 4px 4px 4px;
    /*display: block;*/
    float: left;
    margin: 18px 8px 0 15px;
}
.message_box .msg_title p{
    height: 100%;
    line-height: 53px;
}
.message_box .msg_body .msg_menu{
    width: 114px;
    border-right: 1px solid #EAEAEA;
    height: 472px;
    padding-top: 6px;
    box-sizing: border-box;
    float: left;
}

.message_box .msg_body .msg_menu li{
    height: 25px;
    line-height: 25px;
    margin-bottom: 14px;
    text-align: left;
    padding-left: 14px;
    box-sizing: border-box;
}
.message_box .msg_body .msg_menu li:hover{
    border-right: 2px solid #266EFF;
}
.message_box .msg_body .msg_menu li.active{
    border-right: 2px solid #266EFF;
    color: #00aeff;
}
.message_box .msg_body .msg_menu li b{
    min-width: 20px;
    height: 13px;
    background: #FF4C4C !important;
    border-radius: 8px 8px 8px 8px;
    color: #fff !important;
    display: inline-block;
    font-size: 9px;
    text-align: center;
    line-height: 13px;
    margin-left: 3px;
    padding: 0 1px;
}
.message_box .msg_body{
    position: relative;
    height: 472px;
}
.message_box .msg_body .msg_list{
    float: left;
    width: 415px;
    height: 403px;
    overflow-y: scroll;
}
.message_box .msg_body .msg_list li{
    height: 70px;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    width: 372px;
    margin: 0 auto;
    padding-top: 0.1px;
}
.message_box .msg_body .msg_list li .child_title{
    display: block;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    text-align: left;
    margin: 11px 0 4px;
    width: auto;
    float: left;

}
.message_box .msg_body .msg_list li b.show{
    width: 6px;
    height: 6px;
    background: #FF4C4C;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin: 13px 0 0 7px;
}
.message_box .msg_body .msg_list li p{
    width: 210px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message_box .msg_body .msg_list li b{
    width: 121px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    float: right;
}
.message_box .msg_body .bottom{
    height: 70px;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    width: 415px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #EAEAEA;
}
.message_box .msg_body .bottom div{
    width: 150px;
    float: right;
    height: 70px;
    line-height: 70px;
}

.message_box .msg_body .bottom a{
    float: left;
    width: 100px;
    height: 12px;
    line-height: 12px;
    margin-top: 35px;
    text-align: right;
}
.message_box .msg_body .bottom a:last-child{
    width: 50px;
    border-left: 1px solid #999;
    text-align: center;
}
.message_box .msg_body .msg_content{
    width: 415px;
    height: 403px;
    float: left;
}
.message_box .msg_body .msg_content .back_list{
    width: 39px;
    height: 19px;
    background: rgba(38,110,255,0.1);
    border-radius: 3px 3px 3px 3px;
    margin: 11px 0 0 13px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #266EFF;
}
.message_box .msg_body .msg_content p{
    width: 381px;
    min-height:40px;
    margin: 4px auto;
    clear: both;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.message_box .msg_body .msg_content a.btn{
    display: block;
    width: 52px;
    height: 18px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #266EFF;
    margin: 0 auto;
}
.message_box .msg_body .msg_content span.child_title{
    color: #333333;
    font-size: 13px;
    line-height: 17px;
    height: 17px;
    clear: both;
    float: left;
    margin: 16px 0 4px 13px;
}

a.dropdown-toggle b.msg_tips{
    position: absolute;
    top: 12px;
    right: -12px;
}