/*reset: 重设外观 */
/*html{ font-size: 62.5%;height:100%; -webkit-text-size-adjust:none;}

body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: break-all; line-height:1.5;}
body,input,textarea,select,button{margin: 0; font-size: 1.2rem; font-family: "微软雅黑";}
div,p,table,th,td{  font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:break-all;}
ul,dl,li{list-style: none outside;}

p{text-align: justify; text-justify: inter-ideograph; margin-top:0em; margin-bottom:1em;}
textarea {line-height:1.4;}
label{display:block;}
* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }使多行文本框不显示默认的竖向滚动条
* html iframe, * html frame {overflow:auto; }使浮动窗口不显示默认的竖向滚动条
* html input {overflow: hidden; }使按钮文字不溢出*/
/*end reset*/
ul,dl,li{list-style: none outside;}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none; }
body{
	width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: #fff;
    font-family: "微软雅黑";
    overflow: hidden;
    overflow-y: auto;
    color: #333
}
.Welcome_background_img{ 
    width:100%;
    min-width: 1024px;
}
.Welcome_hello_img{
	width: 100%;
	min-width: 1024px;
	height: 172px;
	position: absolute;
	top:55px;z-index: 9;
	background: url(../images/Welcome_hello.png) no-repeat top center;
}
.Welcome_hello_content{
	width: 1200px;
	margin: 0 auto;
        position: relative;
}
.Welcome_h1{
	text-align: center;
	font-size: 50px;
	color: #149ee6;
}
.Welcome_p{
	width: 500px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 24px;
	color: #999;
	line-height: 40px;
}
.Welcome_btn{
	width: 100px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background: #149EE6;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	cursor: pointer;
        position: absolute;
        left:50%;
        margin-left: -50px;
}

.Welcome_menu_ul{
	margin-top: 70px;
	padding-bottom: 60px;
}
.Welcome_menu_ul ul{
	float: left;
}
.Welcome_menu_ul ul li{
	float: left;
	margin-right: 10px;
}
.Welcome_menu_ul ul li i{
	line-height: 114px;
	font-size: 14px;
}
.Welcome_reset_password,.Welcome_Organization_authority,.Welcome_Arrow,
.Welcome_Product_settings,.Welcome_Sales_resources,.Welcome_Sales_performance,
.Welcome_Item_amount,.Welcome_Modify_password span,.Welcome_mm{
	width: 84px;
	height: 83px;
	background: url(../images/Welcome_icon.png) no-repeat -88px 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.Welcome_Organization_authority{
	background-position:-88px -89px;
}
.Welcome_Product_settings{
	background-position:-88px -179px;
}
.Welcome_Sales_resources{
	background-position:-88px -268px;
}
.Welcome_Sales_performance{
	background-position:-88px -355px;
}
.Welcome_Item_amount{
	background-position:-88px -442px;
}
.Welcome_mm{
	background-position:0 0;
}
.Welcome_qx{
	background-position:0 -89px;
}
.Welcome_sz{
	background-position:0 -179px;
}
.Welcome_zy{
	background-position:0 -268px;
}
.Welcome_yj{
	background-position:0 -355px;
}
.Welcome_je{
	background-position:0 -442px;
}
.Welcome_menu_ul .Welcome_Organization_authority i{
    width: 83px;
    line-height: 17px;
    padding-top: 44px;
    float: left;
    text-align: center;
}
.w_clolor{
	color: #9F9F9F;
}
.Welcome_Arrow{
	width: 32px;
	height: 11px;
	background-position:-27px -570px;
	margin-top: 38px;
	cursor: default;
}
/*修改密码*/
.Welcome_Modify_password{
	width: 380px;
	margin: 80px auto;
}
.Welcome_tpc{
    position: absolute;
    top:0;
    width: 104%;
    height: 100%;
    background: #666;opacity: 0.1;
}
.Welcome_Modify_password span{
	width: 104px;
    height: 32px;
    background-position: -30px -530px;
    display: -webkit-box;
    padding-left: 30px;
    line-height: 32px;
    color: #149EE6;
    font-size: 26px;
    margin: 0 auto;
}
.Welcome_Modify_password ul li input{
	width: 100%;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    display: -webkit-box;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    color: #cdcdcd;
    margin-top: 20px;
    font-size: 14px;
    outline: none;
}
.Welcome_Next_step{
	width: 240px;
	//margin: 0 auto;
        margin-left: 80%;
	margin-top: 50px;
}
.Welcome_Next,.Welcome_step,.Welcome_Return{
	float: left;
	width: 100px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #cdcdcd;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #149EE6;
}
.Welcome_Next{
	float: right;
	background: #149EE6;
	color: #fff;
}
.Welcome_Return{
	background: #149EE6;
	color: #fff;
}

/*角色管理*/
.Welcome_Role_management{
	float: left;
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.Welcome_Role_management ul{
	float: left;
	display: -webkit-box;
}
.Welcome_Role_management ul li{
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #555555;
	cursor: pointer;
	margin-right: 40px;
}
.Welcome_Role_management .Welcome_Underline{
	padding-left: 10px;
	padding-right: 10px;
	color: #149EE6;
	border-bottom: 2px solid #149ee6;
}
.Welcome_video{
	float: left;
	width: 23px;
    height: 23px;
    background-position: -29px -585px;
    margin-top: 9px;
	cursor: pointer;
}
.Welcome_Information_import{
	position: absolute;
	top:5px;
	right: 0;
	width: 100px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
	background: #149EE6;
	color: #fff;
}
.Welcome_Content_introduction{
	float: left;
	width: 100%;
	min-height: 40px;
	background: #f8f8f8;
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #555;
}
.Welcome_iform{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
        position: relative;
}
.Welcome_item{
	float: left;
	margin-top: 10px;
}
.Welcome_item_amount{
	float: left;
	font-size: 20px;
	padding-top: 4px;
}
.Welcome_item_amount span{
	font-size: 15px;
	padding-right: 10px;
	cursor: pointer;
}
/*配置*/
.Welcome_hello_table{
	border: 1px solid #CDCDCD;
	border-right: none;
}
.Welcome_hello_table tr{
	background: #F4F4F4;
}
.Welcome_hello_table .Welcome_spe{
	background: #FBFBFB;
}
.Welcome_hello_table tr td{
	border-right: 1px solid #e4e4e4;
	height: 35px;
	line-height: 35px;
	text-align: center;
} 
.Welcome_hello_table .Welcome_left{
	text-align: left;
	padding-left: 10px;
}
.Welcome_hello_table .Welcome_left span{
    font-size: 12px;
    background: #149EE6;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 3px;
    margin-left: 5px;
}
.Welcome_ok{
//	float: left;
	width: 120px;
    height: 30px;
	background: #149EE6;
	color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.Welcome_more{
	float: right;
	line-height: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
}
.Welcome_check{
	width: 100px;
    height: 30px;
    border: 1px solid #149EE6;
	color: #149EE6;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 30px auto;
}


/*图表*/
.Welcome_myStat{
	margin: 0 auto;
}
.circliful {
    position: relative; 
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.circle-info, .circle-info-half {
	color: #999;
}
.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
.Welcome_Right{
	width: 100%;
	height: 15px;
	background: url(../images/Welcome_Right.png) no-repeat center center;
}
.Welcome_Sigh{
	width: 100%;
	height: 20px;
	background: url(../images/Welcome_Sigh.png) no-repeat center center;
}
.w_loading{
	width: auto;
	height: 200px;
	background: url(../images/w_loading.gif) no-repeat center center;
}
