*{
	margin:0;
	padding:0;
	list-style-type: none;
}
body,html{
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    min-width: 1200px;
}

.div_none {
    display: none;
}
.div_nones {
    display: none!important;
}
.indextop{
    width: 100%;
    height: 80px;
    float: left;
    background-color: #0080ff;
}
.indextopnav{
    width: 30%;
    height: 80px;
    float: left;
}
.indextopnavright{width: 70%}
.indextopnav a{
    float: right;
    text-decoration: none;
}
.indexnavlogo{
    width: auto;
    height: 80px;
    float: left;
}
.indexnavlogo img{
    width: auto;
    height: 40px;
    float: left;
    padding: 20px 30px;
    background-color: #01236a;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.indexnavlogo p{
    width: auto;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.waiting_to_load{padding-right: 30px; background: url(../img/loading.svg) no-repeat right center;}
.topnavli{
    width: 100px;
    height: 80px;
    float: right;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}
.topnavli_on{
    background-color: #0064d2;
}
.topnavli:hover{
    background-color: #0064d2;
}
.topnavli img{
    width: 24px;
    height: 24px;
    float: left;
    margin: 15px 38px 0 38px;
}
.topnavli p{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.topnavli em{

position: absolute;
    top: 8px;
    right: 24px;
    z-index: 9999;
    border-radius: 100%;
    background: #f00;
    color: #fff;
    padding: 3px 7px;
    line-height: initial;

}
.ul_position{    position: relative;}
.ul_position .ul_more{
    height:auto; position: absolute;z-index: 9999;
    top: 80px; right: 0;width:auto;   background-color: #0080ff;
}
.ul_position .ul_more a{ float: left; width: 100%; text-decoration: none}
.ul_position .ul_more li{ float: left; width: 100%; font-size: 13px; margin-top: 6px; color: #fff; height: 25px; line-height: 25px; }

.ul_position .ul_more .li_nav_img{ float: left; width: 16px; height: 16px; margin: 4px; }


.ul_position .ul_more li:hover{
    background-color: #0064d2;
}






.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;} 
.mainleft,.mainright{
    width: calc(50% - 2px);
    height: calc(100% - 80px);
    float: left;
}
.mainleft{
    border-right: 2px solid #c9c9c9;
}
.mainright{
    border-left: 2px solid #c9c9c9;
}
.subnavigation{
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
}
.subnavli{
    width: 23%;
    height: 80px;
    float: left;
    background-color: #64b0f2;
    margin: 10px 2% 10px 0;
    position: relative;
    cursor: pointer;
}
.collection{
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
    color: #ffffff;
    background-color: #f41d01;
    border-radius: 100%;
}
.subnavli img{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: calc(50% - 15px);
    margin-top: 10px;
}
.subnavli p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.subnav_yell{
    background-color: #f1b53d;
}
.subnav_blue{
    background-color: #3db9dc;
}
.subnav_red{
    width: 11.5%;
    background-color: #ff5d48;
}
.subnav_green{
    width: 11.5%;
    background-color: #3ddcb8;
    margin-right: 0;
}
.subnav_greens{
    background-color: #264a09;
}
.inventory_stat{
    width: calc(96% - 2px);
    height: calc(100% - 170px);
    float: left;
    margin: 0 2%;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
}
.statbox:hover{
    background:rgba(0,0,0,0.7);
}
.statbox label{padding: 10px 0;margin: auto;text-align: center;}
.ulce{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    position: relative;
}
.ulceli{
    width: calc(16% - 2px);
    height: auto;
    float: left;
    border: 1px solid #C9C9C9;
    padding: 2%;
    line-height: 25px;
    display: -webkit-flex;
    align-items: center;
    justify-content:center;
    font-size: 13px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}
.ico-hover-img{
    display:none;
    position:absolute;
    top: calc(50% - 15px);
    left:0;
    z-index:2;
    width: 100%;
    height: 100%;
}
.ico-hover-img ul{
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
}
.ico-hover-img ul li{
    width: auto;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 2%;
    font-size: 12px;
}
.icoli_red{
    background-color: #fe5e48;
}
.icoli_green{
    background-color: #0d8e2a;
}
.icoli_blue{
    background-color: #0e7d8e;
}
.icoli_del{
    background-color: #f00;
}
.mianadver{
    width: 92%;
    height: 50%;
    float: left;
    background-color: #ffffff;
    margin: 10px 2%;
    padding: 2%;
    position: relative;
}
.mianadver .marqutext{
    width: calc(100% + 800px);
    line-height: 30px;
    color: #000000;
    position: fixed;
    font-size: 18px;
    top:10px;
    left:0;
    z-index: 2;

}
.mianadver .marqutext div {
    color:#000;
    position:absolute;
    right:0;
    z-index: 1;

}

.mianadver .marqutext li.chatleftlist{background:url(../img/main_li_bg.png); padding-left: 10px}


.txtmarquee-top{
    width:100%;
    overflow:hidden;
    position:relative;
    height: 100%;
    margin: 10px 0;
    float: left;
}
.infoList{
    width: 100%;
    height: 100%;
    float: left;
}
.infoList li{
    width: 100%;
    height:auto!important;
    line-height:30px;
    float: left;
    font-size: 14px;
}
.chatmain{
    width: 96%;
    height: 35%;
    float: left;
    margin: 0 2%;
}
.chatleft{
    width: 78%;
    height: 100%;
    float: left;
    margin-right: 2%;
}
.chatnews{
    width: 96%;
    height: calc(100% - 70px);
    float: left;
    background-color: #f1f1f1;
    overflow: scroll;
    padding: 5px 2%;
    overflow-x: hidden;
}
.send_out{
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
    background-color: #f2f2f2;
    position: relative;
    display:flex;
}
.send_out .face_icon{ float: left;width: 24px;height: 24px; margin: 13px 2px 0 0px; }
.qqFace { margin-top: 0px; background: #fff; padding: 2px; border: 1px #dfe6f6 solid; }
.qqFace table td { padding: 0px; }
.qqFace table td img { cursor: pointer; border: 1px #fff solid; }
.qqFace table td img:hover { border: 1px #0066cc solid; }

.send_goods_list{ line-height: 25px; background: #6cb3ca; width: calc(100% + 120px); padding: 10px; font-size: 13px; display: none; height: auto; position: absolute; top: 46px; left: 0px; z-index: 4;min-width: 120px; }
.send_goods_list select{ margin-top: 0px!important; border:none; height: 23px!important }
.send_goods_list label{ margin: 0px 10px }
.send_goods_list input{padding: 4px; border:none}
.send_out_input{
    height: 39px;
    line-height: 39px;
    float: left;
    resize: none;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 2%;
    margin: 5px 10px 0 2%;
    font-size: 14px;

    flex: 1;
}
.send_object{
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 12px;
    margin: 0 2%;
}
.send_out select{
    width: auto;
    height: 26px;
    float: left;
    margin-top: 12px;
}
.send_out button{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
    background-color: #1f8fff;
    color: #ffffff;
    font-size: 14px;
    margin: 10px 2% 0 0;
    padding: 0 12px;
    cursor: pointer;
    border: none;
}
.chatright{
    width: 20%;
    height: 100%;
    float: left;
    background-color: #ffffff;
    overflow: auto;
}
.chatrightop{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #1f8fff;
}
.chatright p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1f8fff;
}
.chatright p img{
    width: 36px;
    height: 36px;
    border-radius: 8px;
    padding: 4px;
    float: left;
}

.other_plate{
    width: 96%;
    height: 8%;
    float: left;
    margin: 0 2%;
}
.otherplabtn{
    width: 23%;
    height: 50px;
    line-height: 50px;
    margin: 15px 2% 0 0;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #64b0f2;
    cursor: pointer;
}
.plabtnclose{
    background-color: #ff7300;
}
.tone_green{
    background-color: #264a09;
}

.tone_orange{
    background-color: #ff5d48;

}

.belaid_up{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    background:rgba(0,0,0,0.5);
}
.belaid_main{
    width: 30%;
    min-width: 400px;
    max-height: 70%;
    max-width: 500px;
    float: left;
    margin: 0 35% 0 35%;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    overflow: auto;
}
.belaid_top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #ffffff;
    background-color: #1f8fff;
    text-align: center;
    font-size: 16px;
}
.belaid_list{
    width: 90%;
    height: auto;
    float: left;
    margin: 10px 5% 0 5%;
    position: relative;
}
.belaid_list p{
    width: 28%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
    text-align: center;
    padding-right: 2%;
}
.belaid_list input{
    width: calc(56% - 2px);
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 0 2%;
}
.belaid_list label{float: left; height: 50px;    line-height: 50px; margin-right: 20px; }
.belaid_list .radio_types{width:20px!important;clear: both; height: 20px; margin-top: 15px;}
.belaid_list .fine_code{position: absolute;top: 11px; right:10px; height:30px;padding: 0 6px; cursor: pointer;}
.part_checkout_list .fine_code{height:30px;padding:6px 6px 0 6px; cursor: pointer;}

.belaid_list .lin_code_print{position: absolute;top: 11px; right:-20px; height: 30px; padding: 0;}
.belaid_list ul{
    width: 60%;
    height: auto;
    display: block;
    line-height: 25px;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
}
.belaid_list ul.store_ad_list label {
    position: relative;
    padding-left: 18px;
    height: 25px;    line-height: 25px;
}

.belaid_list ul.store_ad_list .input_data input{
    width: auto!important;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    width: 16px!important;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.belaid_list ul.store_ad_list input.reset_style{
    width: auto!important;height: 25px;
    line-height: 25px;
    padding: 0 8px;
    margin-top: 0px; background: #ccc


}

.belaid_main .explain input{width: 80px; text-align: left;padding-right: 4px;}
.belaid_main .explain label{display: block; float: left;height: 30px;
    line-height: 30px;margin-top: 10px;font-size: 13px; margin-left: 30px}
.belaid_main .explain input.lcs_check{margin-top: 4px; margin-left: 10px; width: 20px; height: 20px;padding-right: 0px; float: right;}

.belaid_main .layui-layer-btn0{height: 30px; line-height: 30px;}
.tempor_list{
    width: calc(56% - 3px);
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 41px;
    left: 30%;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 0 2%;
    z-index: 3;

}
.tempor_list li{
    width: 100%;
    height: auto;
    line-height: 25px;
    float: left;
    border-bottom: 1px dotted #e6e6e6;
    font-size: 12px;
    padding: 4px 0; cursor: pointer;
    text-indent: 6px;
}
.belaid_list textarea{ width:  calc(56% - 2px); padding: 4px 2%; }
.belaid_list input.error{
    border: 1px solid #f00;
}
.belaid_btn{
    width: 100%;
    height: auto;
    float: left;
}
.belaid_btn button{
    width: 30%;
    height: 50px;
    float: left;
    color: #ffffff;
    line-height: 50px;
    background-color: #1f8fff;
    border: none;
    margin-left: 10%;
    margin: 20px 0 20px 10%;
    cursor: pointer;

}
.belaid_close{
    background-color: #ff7300!important;
    margin-left: 15%!important;
}
.jiatou{
    width: 30%;
    min-width: 400px;
    max-width: 500px;
    float: left;
    margin: 10% 35% 0 35%;
    position: relative;
    z-index: 4;
}
.overall_shut_button{ position: absolute; top: -30px;right: -37px;
 cursor: pointer; z-index: 5;background-color: initial!important; margin-left: 0!important;}
.belaid_down{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background:rgba(0,0,0,0.5);
    display: none;
}
.belaid_list select{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    padding: 0 2%;
    margin-top: 12px;
}
.belaid_new{
    width: 90%;
    height: auto;
    float: left;
    margin: 0 5%;
}
.belaid_new span{
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    margin-left: 20%;
    cursor: pointer;
}
.new_company{
    display: none;
}
.closecom_btn{
    display: none;
}
.landing_page{
    width: calc(50% - 2px);
    height: calc(100% - 80px);
    float: left;
    background: url(../img/index_bg.png);
    background-size: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
}
.landing_logo{
    width: 40%;
    height: auto;
    float: left;
    margin: 15% 30% 20px 30%;
}
.promotional{
    width: 80%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin: 0 10%;
    line-height: 30px;
}
.functional_area{
    width: 100%;
    height: auto;
    float: left;
}
.function_btn{
    width: 20%;
    height: 50px;
    line-height: 50px;
    float: left;
    background-color: #f4d441;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ffffff;
    margin: 15% 0 0 26%;
    cursor: pointer;
}
.function_blue{
    background-color: #0080ff;
    margin-left: 10%;
}
.statement{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15%;
}
.statement p{
    width: 100%;
    height: auto;
    line-height: 30px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.register_main{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.register_top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #ffffff;
    background-color: #f4d441;
    text-align: center;
    font-size: 16px;
}
.register_top p{
    width: auto;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.register_btn{
    width: 100%;
    height: auto;
    float: left;
}
.register_btn button{
    width: 30%;
    height: 50px;
    float: left;
    color: #ffffff;
    line-height: 50px;
    background-color: #f4d441;
    border: none;
    margin-left: 10%;
    margin: 20px 0 0 10%;
    cursor: pointer;

}
.register_close{
    background-color: #0fcf18!important;
    margin-left: 15%!important;
}
.transfer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.register_land{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.register_blue{
    background-color: #0080ff!important;
}
.land_qr{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    cursor: pointer;
}
.land_bigqr{
    position: absolute;
    top: 0;
    left: -210px;
    z-index: 3999;
    border: 1px solid #545454;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    display: none;
}
.land_bigqr h3{
position: relative;
    font-size: 14px; width: 100%; font-weight: normal; color: #777777;margin-bottom: 10px;
}
#login_code{position: relative; display: block;}
#login_text{display: none; width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.8);position: absolute; top:0; }
#login_text img{ margin-top: 70px }
.warehouse_main{
    width: 90%;
    height: calc(100% - 120px);
    margin: 20px 5%;
    float: left;
    /*min-width: 1330px;*/
}
.waremain_top{
    width: 100%;
    height: auto;
    float: left;
}
.date_selection,.inquiry_company{
    width: 35%;
    height: 50px;
    line-height: 50px;
    float: left;
}
.wartitle{
    width: 30%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.inquiry_company{
    text-align: right;
}
.inquiry_company select{
    height: 36px;
    margin-top: 7px;
}
.date_selection p{
    width: auto;
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

.date_selection .now_go_print{ background:#0080fd; cursor: pointer;  margin-left: 20px; border: none; padding: 0px 8px; height: 30px; line-height: 30px; color: #ffffff  }
#test6{
    height: 30px;
    text-align: left;
}
.waremain_list{
    width: calc(100% - 2px);
    height: calc(100% - 60px);
    float: left;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.waremain_list table{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    border-collapse:collapse;
    border-spacing: 0;
}
.waremain_list table td{
    max-width: 8%;
    min-width: 60px;
    height: auto;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    padding:1%;
}

.operation_btn{
    width: 70%;
    height: auto;
    float: left;
    margin: 0 15%;
    background-color: #0080fd;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.warehouse_red{
    color: #F41D01;
}
.warehouse_blue{
    color: #0080FD;
}
.warehouse_green{
    color: #07770f;
}
.warehouse_info{
    color: #008eff;
}

.warehouse_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.warehouse_btn{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
}
.warehouse_btn button{
    width: 40%;
    height: 50px;
    float: left;
    color: #ffffff;
    line-height: 50px;
    background-color: #f4d441;
    border: none;
    margin-left: 5%;
    margin-top: 10px;
    cursor: pointer;
}
.wareh_btnblue{
    background-color: #0080FD!important;
    margin-left: 10%!important;
}

.supplier_btnblue{
    background-color: #0080FD!important;
    margin-left: 10%!important;
}

.warehouse_btnblue{
    background-color: #0080FD!important;
    margin-left: 10%!important;
}

.ware_belaid{
    width: 70%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
}
.ware_belaid button{
    width: auto;
    float: left;
    background-color: #0080FD;
    color: #ffffff;
    height: 26px;
    line-height: 20px;
    margin: 12px 0 0 10px;
    padding: 0 5%;
    border: none;
    cursor: pointer;
}
.ware_belaid span{
    float: left;
}
.increase_users{
    width: auto;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #F41D01;
    color: #ffffff;
    font-size: 14px;
    padding: 0 5%;
    cursor: pointer;
}
.user_list{
    width: calc(100% - 2px);
    height: calc(100% - 60px);
    float: left;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.user_list table{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    border-collapse:collapse;
}
.user_list table td{
    width: 18%;
    height: auto;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 3% 2%;
}
.customer_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}

.supplier_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}

.warehouse_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.customer_modify{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.monment_list{
    width: calc(100% - 2px);
    height: calc(100% - 60px);
    float: left;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.monment_list table{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    border-collapse:collapse;
}
.monment_list table td{
    width: 18%;
    height: auto;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 3% 2%;
}
.monment_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.userinfor_top{
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.userinfor_top label{ float: right; width: 25px; height: 28px; margin-top: 13px; background:url(../img/add_recruit.png) no-repeat 0 0; cursor: pointer;}
.userinfor_main{
    width: calc(70% - 2px);
    height: auto;
    max-height: calc(96% - 60px);
    float: left;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin: 10px 15% 0 15%;
    padding: 2% 0;
}
.usermian_top{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 2%;
}
.usremain_list{
    width: 100%;
    height: auto;
    float: left;
}
.usremain_list p{
    width: 28%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: right;
    padding-right: 2%;
    font-size: 14px;
}
.usremain_list input{
    width: calc(50% - 2px);
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 14px;padding-left: 4px;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.usremain_list textarea{
    width: calc(50% - 2px);
    height: 98px;
    line-height: 25px;
    float: left;
    font-size: 14px;
    border: 1px solid #c9c9c9;
    margin-top: 10px;padding-left: 4px;
    resize: none;
}
.usremain_list ul{width: calc(50% - 2px);float: left;margin-top: 10px; font-size: 13px;}
.usremain_list ul li{ line-height: 30px; }

.usremain_list ul li label.approved{ float: right; background: #034407; padding: 0px 10px; text-align: center; color: #fff;cursor: pointer; }
.usermian_top .explain input{width: 30px; text-align: center;padding-right: 4px;}
.usermian_top .explain span{display: block; float: left;height: 28px;
    line-height: 28px;margin-top: 10px;font-size: 13px; margin-left: 6px}

.usermian_top .explain .wx_unbind{color: #0080ff; margin-left: 10px; cursor: pointer;}
.usremain_img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 15px;
}
.up_code{
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.usermain_bottom{
    width: 70%;
    height: auto;
    float: left;
    margin: 2% 15% 0 15%;
}
.userbottom_bothends{
    width: 30%;
    height: 150px;
    float: left;
    background-color: #1f8fff;
    color: #ffffff;
    text-align: center;
    margin: 0 1.5%;
    cursor: pointer;
}
.bothends_green{
    background-color: #6ce974;
}
.userbottom_bothends img{
    width: 80px;
    height: 80px;
    float: left;
    margin-left: calc(50% - 40px);
    margin-top: 20px;
}
.userbottom_bothends p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 18px;
    color: #ffffff;
}
.userbottom_middle{
    width: 30%;
    height: 150px;
    float: left;
    margin: 0 1.5%;
    text-align: center;
}
.middle_img,.middle_card{
    width: 100%;
    height: 70px;
    float: left;
    background-color: #ff5c49;
    cursor: pointer;
}
.middle_img img,.middle_card img{
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px;
}
.middle_img p,.middle_card p{
    width: calc(96% - 70px);
    height: 50px;
    text-align: right;
    float: left;
    color: #ffffff;
    margin-top: 10px;
}
.middle_card{
    background-color: #f1b53d;
    margin-top: 10px;
}
.middle_card img{
    float: right;
}
.userinfor_eject{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    display: none;
}
.temporary_down{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background:rgba(0,0,0,0.5);
    display: none;
}
.temporary_top{
    background-color: #3cdcb8;
}
.temporary_btn button{
    background-color: #3cdcb8;
    cursor: pointer;

}
.shopdetails_img{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}
.shopdetails_img img{
    width: 45%;
    height: auto;
    float: left;
    margin-right: 5%;
}
.shopdetails_img img:last-child{
    margin-right: 0;
    margin-left: 5%;
}

.shopdetails_show{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;

}
.shopdetails_show ul li{

    height: auto;
    line-height: 25px;
    font-size: 14px;

}
.shopcommodity_list{
    width: calc(100% - 2px);
    height: auto;
    float: left;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.shopcommodity_list table{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    border-collapse:collapse;
}
.shopcommodity_list table td{
    width: 14%;
    height: auto;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 3% 2%;
}
.shopcommodity_list table td.image_uploads{
    cursor: pointer;

}
.shop_list{
    width: calc(100% - 2px);
    height: calc(100% - 60px);
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 20px;
}
.shoplist_main{
    width: 90%;
    height: auto;
    float: left;
    margin: 20px 5% 0 5%;
    padding-bottom: 20px;
    border-bottom: 2px solid #C9C9C9;
    color: #000000;
}
.shoplist_main img{
    width: 210px;
    height: auto;
    max-height: 150px;
    float: left;
}
.shoplist_company{
    min-height: 100px;
    margin-left:230px;
    margin-right:340px;
}
.shoplist_right{
    width: 308px;
    height: 127px;
    float: right;
    position: relative;
}

    .picScroll{ margin:0px auto;  position:relative;  border:1px solid #eee;   padding:10px 0 10px 30px; background:#fff; overflow:hidden;     }
    .picScroll .prev,
    .picScroll .next{ display:block; position:absolute; top:60px; left:5px; width:23px; height:23px; background:url(../img/btns.png) no-repeat;   }
    .picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
    .picScroll .prev:hover{ background-position:0 -30px; }
    .picScroll .next:hover{ background-position:-25px -30px; }
    .picScroll ul{ overflow:hidden; zoom:1; }
    .picScroll ul li{ width:127px; float:left; overflow:hidden; padding:0 6px;     }
    .picScroll ul li img{ width:127px; height:127px; display:block; background:url(../img/loading.gif) center center no-repeat; cursor: pointer; }

.company_name,.company_contacts{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 16px;
}
.company_contacts{
    font-size: 14px;
}
.company_product{
    width: 100%;
    height: 60px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.shop_list dl{ width: 96%; padding: 10px 2% }
.shop_list dl dt{ width: 100%; padding: 4px 0; font-size: 16px; font-weight: bold; }
.shop_list dl dt span{padding: 0 6px;color: #cccccc; float: right; font-weight: normal;}
.shop_list dl dt label{ cursor: pointer;color: #0080ff;}

.shop_list dl dd{width: 100%; padding: 4px 0; font-size: 14px; color: #545454}
.shop_list dl dd.industry_content{position: relative; max-height: 50px; line-height: 25px; overflow: hidden;transition: max-height 3s;}

.shop_list dl dd.industry_content span{height: 25px; background:url(../img/spread.png) no-repeat center 0  #ececec;display: block;width: 100%;cursor:pointer; position: absolute;bottom: 0; left: 0;right: 0;}

.shop_list dl dd.span_spread{ max-height: 5000px;transition: max-height 5s; padding-bottom: 30px;}
.shop_list dl dd.span_spread span{background:url(../img/retract.png) no-repeat center 0  #ececec;}

.load_more{text-align: center; width: 100%;cursor: pointer; margin: 10px 0}
.infor_justified{
    width: calc(50% - 4px);
    height: 100%;
    float: left;
    overflow: auto;
    border-right: 4px solid #C9C9C9;
}
.infor_justified ol{width: 96%;
    height: auto;
    float: left;
    margin: 2%; text-align: center; cursor: pointer; color: #0080ff}
.justifno{
    border: none;
    width: 50%;
}
.justified_top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0080FF;
    background-color: #d7ecff;
}
.justred{
    color: #F41D01;
}
.justifed_list{
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
}
.justifed_main{
    width: 96%;
    height: auto;
    line-height: 25px;
    float: left;
    font-size: 14px;
    color: #000000;
    padding: 2%;
}
.justifed_main:nth-of-type(even){
    background:#d7ecff;
}
.reconcil_list{
    width: calc(100% - 2px);
    height: calc(100% - 60px);
    float: left;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-top: 10px;
}
.reconcil_list table{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    border-collapse:collapse;
}
.reconcil_list table td{
    width: 14%;
    height: auto;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 3% 2%;
}
.pages_css{
    clear: both;
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
}
.print_export{clear: both;
    width: 100%;
    height: auto;
    float: left; text-align: center;
    background-color: #ffffff;}
.print_export button{ cursor: pointer; color: #ffffff; padding: 10px 10px 10px 40px; margin: 10px 20px;background: url('../img/excel.svg') no-repeat 4px center #226096; border:none; border-radius: 6px;background-size: 50% 50% }

.print_export button.search_print{background-image: url('../img/printing.svg')}


.button_style{ cursor: pointer; padding: 4px 10px; background-color: #cecece;color: #808080; border:none; border-radius: 5px; }
.button_color_blue{ color: #ffffff; background-color: #226096;}
.button_color_yeller{ color: #ffffff; background-color:#ff5c49 ;}
.pages_css .pagination{
    width: 100%;
    height:auto;
    text-align: center;
    margin: 0 auto;
}
.pages_css .pagination li{
    color: #808080;
    font-size: 13px;
    width: 35px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    border: 1px #cccccc solid;
    margin: 10px;
    font-family: '微软雅黑';
    }
.pagination li a{
    text-decoration: none;
    color: #808080;
}
.pages_css .pagination li.disabled{
    font-size: 13px
}
.pages_css .pagination li:hover{
    background-color: #0080fd;
}
.pages_css .pagination li:hover a{
    color: #ffffff!important;
}
.pages_css .pagination li.active{
    color: #ffffff;
    background-color: #0080fd;
}
.login_out,.app_examine{
    width: 20%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff5c49;
    border: none;
    margin: 2% 5% 0 28%;
}
.app_examine{
    background-color: #1f8fff;
    margin-left: 0;
}
.chatleftlist{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;

}
.chatleftlist .user_avatar{ 
    width: 40px; height: 40px; border-radius: 8px;

    float:left;

}
.chatleftlist .user_avatar img{ width: 100%; height: 100% }
.chatleftlist .chat_content{
    margin-left: 46px;
}

.my_chat .user_avatar{ 
    width: 40px; height: 40px; border-radius: 8px;

    float:right;
    display: -webkit-box;
-webkit-box-flex: 1;

}
.my_chat .chat_content{
    margin-right: 46px;
    text-align: right;
}

.my_chat .chat_content .chatleftmain{
     background: #20dc49;
    max-width: 70%;
    margin-left: 0px;
    color: #fff;
}
.my_chat .chat_content .chatleftname{
    display: none;
}

.red_border{border: 1px solid #f00}
.hui_background{ background-color: #e4e4e4 }
.div_hide{display: none;}
.chatleftname{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color:#1f8fff;
    display: flex;
}
.chatleftmain{
    clear: both;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    word-wrap:break-word;
    white-space:pre-wrap;
    background: #fff;
    color: #000;
    max-width: 70%;
    min-height: 25px;
    border-radius: 5px;
    padding: 8px 11px;
    display: inline-block;
    word-break: break-word
}


.info_level_1 {
    color: transparent;
    -webkit-text-stroke: 1px #197905;
    letter-spacing: 0.08em;font-size: 16px;
}
.info_level_2 {
    color: transparent;
    -webkit-text-stroke: 1px #0d3099;
    letter-spacing: 0.08em;font-size: 16px;
}
.info_level_3 {
    color: transparent;
    -webkit-text-stroke: 1px #861313;
    letter-spacing: 0.08em;font-size: 16px;
}
.info_level_4 {
    color: transparent;
    -webkit-text-stroke: 1px #861384;
    letter-spacing: 0.08em;font-size: 16px;
}
.info_level_5 {
    color: transparent;
    -webkit-text-stroke: 1px red;
    letter-spacing: 0.08em;font-size: 16px;
}


.screen_goods{
    width: 96%; height: 30px; float: left; margin:0 2% 10px 2%; text-align: center;}
.screen_goods img{display: inline-block; float: left; width: 30px; height: 30px;}
.screen_goods input{display:inline-block;float: left; margin: 0px 10px 0 10px; padding-left: 6px; height: 30px;line-height: 30px;border: none;}
.screen_goods label{display: inline-block; background: #0080ff; color: #ffffff; float: left; width: auto;line-height: 30px; text-align: center; height: 30px;padding: 0 10px;margin-right: 10px}

.screen_goods label.screen_reset{ background: #ff5d48 }

.screen_goods .goods_company{ float: right;height: 30px; }

.screen_goods span.stop_title{height: 30px; line-height: 30px; font-weight: bold; font-size: 20px;color: #0080ff; float: left; padding-right: 40px; }
.screen_goods span.vip_1{background: url('/static/index/img/grade_1.svg') no-repeat right 0;}
.screen_goods span.vip_2{background: url('/static/index/img/grade_2.svg') no-repeat right 0;}
.screen_goods span.vip_3{background: url('/static/index/img/grade_3.svg') no-repeat right 0;}
.screen_goods span.vip_4{background: url('/static/index/img/grade_4.svg') no-repeat right 0; padding-right: 60px;}
.screen_goods span.vip_5{background: url('/static/index/img/grade_5.svg') no-repeat right 0; padding-right: 50px;}

.screen_goods .close_barrage{ float: right;}
.screen_goods .close_barrage .chk_close{display: none; background: none}
.screen_goods .close_barrage .chk_close + label {
    background: #d4d4d4;
    padding:0 0 0 24px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    color: #FFF;
    font-size: 13px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}

.screen_goods .close_barrage .chk_close:checked + label {
    color: #0080ff;
}
.screen_goods .close_barrage .chk_close + label:hover  {
 cursor: pointer;


}

.screen_goods .close_barrage .chk_close + label:active  {

}

.screen_goods .close_barrage .chk_close + label:after {
    content: ' ';
    border-radius: 100%;
    width: 6px;
    position: absolute;
    top: 10px;
    left: 13px;
    z-index: 1;
    box-shadow: inset 0px 0px 4px #FFF;
    height: 6px;

}

.screen_goods .close_barrage .chk_close + label:before {
    content: ' ';
    border-radius: 100px;
    width: 12px;
    position: absolute;
    top: 7px;
    left: 10px;
    box-shadow: inset 0px 0px 4px #0080ff;
    height: 12px;
    display: none;
}
.screen_goods .close_barrage .chk_close:checked + label:after {
    box-shadow: inset 0px 0px 4px #005fbd;

}
.screen_goods .close_barrage .chk_close:checked + label:before {
    display: block;
    box-shadow: inset 0px 0px 4px #0080ff;
}










.vip_grade_1{background: url('/static/index/img/grade_1.svg') no-repeat 0 0;padding-left: 40px;width: calc(100% - 40px);}
.vip_grade_2{background: url('/static/index/img/grade_2.svg') no-repeat 0 0;padding-left: 40px;}
.vip_grade_3{background: url('/static/index/img/grade_3.svg') no-repeat 0 0;padding-left: 40px;}
.vip_grade_4{background: url('/static/index/img/grade_4.svg') no-repeat 0 0; padding-left: 60px;}
.vip_grade_5{background: url('/static/index/img/grade_5.svg') no-repeat 0 0; padding-left: 50px;}


.stock_info_style{ float: right; }
.stock_info_style ul li{display: inline-block;padding: 4px 10px; font-size: 12px}
.stock_info_style ul li em{padding: 0px 10px; color: #f00;font-size: 16px}

.checkout{border:1px solid #1f77dd; background: url(../img/checkout_icon.png) no-repeat right bottom;}
.margin_top_8{ margin: 8px 0; }
.float_left{float: left;}
/*.info_level_1 {
    font-family: "cursive";
    text-shadow: 6px 2px 2px #333;
    color: "deeppink";font-size: 16px;
}

.info_level_2 {
    color: "gold";
    letter-spacing: 0;font-size: 16px;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
}
.info_level_3 {
    background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC) repeat;
    text-shadow: 5px -5px black, 4px -4px white;
    font-weight: bold;font-size: 16px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}
.info_level_4 {
    color: transparent;
    -webkit-text-stroke: 1px red;
    letter-spacing: 0.04em;font-size: 16px;
}
.info_level_5 {
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;font-size: 16px;
}*/

#user_online_list p{cursor: pointer;}
.export_backup_caa .layui-layer-title{background: #ccc}
.export_backup_caa .layui-layer-content label{margin:4px 10px; padding: 2px 6px; height: 30px; line-height: 30px; font-size: 13px; display: inline-block;float: left;}
#counts{padding: 0px 2px; color: #f00}
.barrage_special_effects li{margin-top: 10px;}
.barrage_special_effects .input_data{ position: relative;padding-left: 18px; }
.barrage_special_effects .input_data input{width: 16px; height: 16px; position: absolute; top: 2px; left: 0px}
.content_send{ cursor: pointer; }
.part_checkout_list{width: 100%; height: auto;}
.part_checkout_list ul{width: 100%; height: auto;}
.part_checkout_list ul li{width: 100%;height: 42px; line-height: 42px;}
.export_backup_caa .layui-layer-content label.button_style{max-width: 268px}
.export_backup_caa .layui-layer-content label input{ margin: 4px 4px 0 0 }
.export_backup_caa .layui-layer-content label .part_checkout{ cursor: pointer; background: #1f8fff;padding: 2px 4px; font-size: 12px; color: #fff;border-radius: 4px; border: none;}
.export_backup_caa .layui-layer-content label.button_style input.texts{max-width: 60px;border: solid 1px #ccc;padding: 2px 4px; margin: 4px;}


.export_backup_caa .layui-layer-content label.button_style .part_checkout_close{margin: 0 4px ; cursor: pointer; background: #ff5722;padding: 2px 8px; font-size: 12px; color: #fff;border-radius: 4px; border: none;}
           



/* 
**********************************************
 */

.full_page_customer_service{width: 50px;height: 50px; border-radius: 50%;background: url('../img/customer_service.svg') no-repeat center center; position: fixed;top: 50%;right: 10px;margin-top: -25px; cursor: pointer;-webkit-animation: shake-bell 3s infinite ease;
  animation: shake-bell 3s infinite ease; z-index: 22}

.selector {
  position: fixed;
  right: 175px;
  top: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  display: none;
  z-index: 666
}

.selector, .selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.selector button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #0080ff;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
  overflow: hidden;
  z-index: 666
}

.selector button:hover {
  background: #3e9fff;
}

.selector button:focus {
  outline: none;
}

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

.selector li input {
  display: none;
}

.selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector li input + label:hover {
  background: #f0f0f0;
}

.selector li input:checked + label {
  background: #c1c1c1;
}

.selector li input:checked + label:hover {
  background: #0080ff;
  fill: white!important;
  stroke: white!important;
}

.selector.open li input + label {
  width: 80px;
  height: 80px;
  max-width: 100px!important;
  line-height: 80px;
  margin-left: -40px;
  /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);*/
  font-size: 14px;
}


@-webkit-keyframes shake-bell {
  5%,25%,45% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  0%,10%,30%,50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  15%,35%,55% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  20%,40%,60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  65%,100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shake-bell {
  5%,25%,45% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  0%,10%,30%,50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  15%,35%,55% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  20%,40%,60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  65%,100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* 
***********************************
 */

.help_ad{position: fixed; z-index: 999; width:300px;left: 50%; top: 50%; margin-left: -150px;margin-top: -200px; display: none;
  animation: bounceInLeft 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 alternate forwards;
  -webkit-animation: bounceInLeft 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1
    alternate forwards;

}
.help_ad .help_close{ position: absolute;top:10px;right: 10px; }



@keyframes bounceInLeft{
    0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

.field_set li.active > a{ background: #0080ff!important; color: #fff }
#fields_set tr th{position:static }
.manage_nav ul li{ display: inline-block; font-size: 13px; border-radius: 6px; line-height: 25px; background: url('/static/index/img/sample_icon_admin.png') no-repeat 0 0 #cecece;  padding: 4px 10px 4px 30px; }
.manage_nav ul li a{ color: #333; text-decoration: none; font-weight: normal;}

.manage_nav ul li.manage_staff{background-position: 10px 10px}
.manage_nav ul li.manage_field{background-position: 10px -39px}
.manage_nav ul li.manage_shop{background-position: 10px -89px}
.manage_nav ul li.manage_sys{background-position: 10px -139px}
.manage_nav ul li.manage_money_log{background-position: 10px -187px}

.send_email_code{ position: absolute; top: 15px; right: -8px; cursor: pointer; font-size: 13px; }
.email_verification{width: 80px!important;}
#bind_wx_code{ max-height: 200px; height: auto; }
#bind_wx_code iframe{width: 200px!important; height: 200px!important} 
.layui-layer-register_email{width: 500px;}
.list-group-item-text{word-wrap:break-word;

word-break:normal; }


table tbody tr td{
    /*换行*/
    word-wrap:break-word;table-layout:fixed; word-break:break-all;
}
table tbody tr td:nth-child(n+2){
    min-width: 60px;max-width: 10%;
}
table tbody td button{ white-space: nowrap;}

.add_select_search_style{
    width: 50%;float: left;margin-top: 6px;font-size: 14px;
}
.no_more_info{text-align: center;}
.radio_broadcast{ color: #ff7300; line-height: 25px; }
.manage_uploads{ background: none; border: none; font-size: 16px;color: #ffffff; cursor: pointer; }


.select_chu_kus{border-top:solid 1px #eeeeee;font-size: 12px; width: 98%}

.select_chu_kus button{float: right;padding: 2px 12px; margin: 8px 4px; color: #fff;cursor:pointer;border-radius: 4px; border: 1px solid #eeeeee }
.select_chu_kus button.chu_select_close{background: #ff5722}
.select_chu_kus button.chu_select_enter{background: #0075ff}

.del_user_custom_tag{cursor: pointer;color: #f00}


