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

.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_7{
    margin-top: 7px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_28{
    margin-top: 28px;
}

.m_l_0 {
    margin-left: 0px;
}

.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_28{
    margin-bottom: 28px;
}

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

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

.l_h_32 {
    line-height: 32px;
}

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

.padding_0{
    padding: 0;
}

.position_r.box_check input[type=checkbox]{
    position: relative;
}

.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;
    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;
}

.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_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;
}