﻿/*2017/1/4号抽取*/
.btn_default
{
    padding: 8px 16px 8px 16px;
    font-size: 12px;
    height: 32px;
    overflow: visible;
    width: auto;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 6px;
    font-family: "Microsoft YaHei" , "微软雅黑" , "Arial" , "SimSun" , "\5B8B\4F53" ,sans-serif; *width:1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn_default_min
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    height: 24px;
}
.btn_default_sub_min
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    height: 24px;
}
.btn_default_narrow
{
    padding-left: 6px;
    padding-right: 6px;
}
.btn_cancel_select_item
{
    
}
.button-submit
{
    height: 25px;
}
/************全局菜单的样式抽取，下方************/
/*#left_menu
{
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 200;
    width: 105px;
    height: 450px;
    overflow: hidden;
    display: none;
}*/
.left_menu_old
{
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 200;
    width: 105px;
    height: 450px;
    overflow: hidden;
    display: none;
}
.left_menu_new
{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 200;
    width: 170px;
    height: 450px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
}
.L1_a
{
    height: 40px;
    line-height:40px;
}
.L1_a-selected
{
    font-weight: bold;
}
.L1_a-normal
{
    display: block;
}

/*********************列表重要按钮*************************/
.btn_list_main
{
    display: inline-block;
    padding: 3px 8px 3px 8px;
    font-size: 10px;
    border-radius: 3px;
    cursor: pointer;
    overflow: visible;
}

/**********************通知中抽取（比如一条回复）*****************************/
.article-title
{
    width: 100%;
}
.article-reply-count
{
    margin-left: 8px;
}
/*********************全局菜单的样式抽取，下方*********************/
.detail_group .detail_group_div
{
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-left: 9px;
    padding-left: 7px;
}
.detail_head
{
    width: 97%;
    height: 34px;
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
}
.LTop
{
    width: 100%;
    cursor: pointer;
}

/*******************按钮样式*********************/
.btn_default_v3
{
    /*cursor: pointer; 	display: inline; 	height: 25px; 	background-color: #428BCA; 	color: White; 	font-weight: normal;	 	padding:0px 4px 0px 4px ; 	overflow: visible;  	width: auto;  	*width: 1;  	margin-right:5px; 	-webkit-border-radius: 5px; 	-moz-border-radius: 5px;*/
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 1px 6px;
    font-weight: lighter;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn_help_new_course
{
    width: 90px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.help_btn_supply_step
{
    width: 110px;
    height: 25px;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
}
.btn_default_help
{
    padding: 8px 16px 8px 16px;
    font-size: 12px;
    cursor: pointer;
    overflow: visible;
    border-radius: 6px;
    font-family: "Microsoft YaHei" , "微软雅黑" , "Arial" , "SimSun" , "\5B8B\4F53" ,sans-serif; *width:1;
}
.help_telephone
{
    background-image: url('newicon/help_telephone.png');
    display: inline-block;
    width: 200px;
    height: 40px;
}
/****************右边框架tab样式抽取****************/
.L2.menu_li_selected a
{
    line-height: 38px;
    color: #333333;
    font-weight: bold;
}
/*****************供应商首页样式*****************/
.ShowTrOver
{
    height: 50px;
}


/* ==========================================================================
    2017.11 全局样式
 ============================================================================ */

/*------------------------------------------------------ 滚动条（Chrome） -------------------------------------------------------*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: auto;
}
::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #e0e0e0;
}
::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border: 1px solid #efefef;
}