﻿@charset "utf-8";
/* CSS Document */
/*
+-----------------------------------------------------------------------+
|	WordPress Plugin: WP-DownloadManager 								|
|	Copyright: 2016 in Industry Research Institut              			|
|																		|
|	File Written By:													|
|	- ranbo	                                                            |
|																		|
|	File Information:													|
|	- CSS pc_public Style				               					|
+-----------------------------------------------------------------------+
*/
*{ font-size:12px; font-family:Helvetica,Arial,Verdana,PingFang SC,Microsoft YaHei; margin:0 auto; padding:0; color:#39424f;}
html,body{margin:0; padding:0px;min-height: 100%;}
h1,h2,h3,h4,h5,h6,ol,ul,dl,dd,p{margin:0px;}
ol,ul,li,th,td {padding:0;list-style:none;}
i { font-style:normal}
p{ text-indent:2em; color:#555;}
a{ text-decoration:none; color:#fff; outline: none;}
a:hover{ text-decoration:none; color:#fff;}
.fl {float:left;}
.fr {float:right;}
.flb { float:left; border:0px;}
.rlb { float:right; border:0px;} 
.clear{ clear:both;}
.tl { text-align: left;}
.tc { text-align: center}
.tr { text-align: right;}
img { border:0px; vertical-align: middle;}
.clearfix:after { content: ".";width: 0; height: 0;visibility: hidden;display: block; clear: both; overflow:hidden;}
.inline{ display: inline-block; *display: inline;  *zoom: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

/*输入框属性  START*/
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;/* -webkit-appearance:none;*/}
/*输入框属性  END*/

.ov_slwhole {overflow-y:scroll; overflow-x:scroll;}
.ov_sl_y {overflow-y:scroll; overflow-x:hidden;}
.ov_sl_x {overflow-y:hidden; overflow-x:scroll;}


/*文字溢出处理 START*/
.ellipse_one { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ellipse_two { overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-o-line-clamp:2;-moz-line-clamp:2;-webkit-line-clamp:2;-o-box-orient: vertical;-moz-box-orient: vertical;-webkit-box-orient: vertical;}
/*文字溢出处理 END*/

/*浮动定位属性 START*/
.position_rel { position:relative;}
.position_abl { position:absolute;}
.position_fxd { position:fixed;}
/*浮动定位属性END*/

/*--background属性 START--*/
.bakg01 { background:#ffffff;}
.bakg02 {background:#f4f5f7;}
.bakg03 {background:#f1f4f8;}
.bakg04 {background:#eaedf1;}
.bakg05 {background:#d9dee4;}
/*--灰色 END--*/
.bakg06 {background:#4a5064;}
.bakg07 {background:#42485b;}
.bakg08 {background:#333744;}
.bakg09 {background:#373d41;}
/*--黑色 END--*/
.bakg10 {background:#00c1de;}
.bakg11 {background:#08a3eb;}
.bakg12 {background:#3095ff;}
.bakg13 {background:#2683f3;}
.bakg14 {background:#0c59e6;}
.bak15 {background:#009900;}
.bak16 {background:#ff9900;}
.bak17 {background:#f04b00;}
/*--彩色 END--*/
/*--background属性 END--*/

/*外边距属性 START*/
.mg_tone { margin-top:20px;}
.mg_ttwo { margin-top:24px;}
.mg_ttheer { margin-top:28px;}
.mg_tfour { margin-top:38px;}
.mg_tfover { margin-top:16px;}

.mg_rone { margin-right:20px;}
.mg_rtwo { margin-right:24px;}
.mg_rtheer { margin-right:28px;}
.mg_rfour { margin-right:38px;}

.mg_bone { margin-bottom:20px;}
.mg_btwo { margin-bottom:24px;}
.mg_btheer { margin-bottom:28px;}
.mg_bfour { margin-bottom:38px;}

.mg_lone { margin-left:20px;}
.mg_ltwo { margin-left:24px;}
.mg_ltheer { margin-left:28px;}
.mg_lfour { margin-left:38px;}
.mg_lfive { margin-left:5%;}
.mg_lsix { margin-left:16px;}
.fluid_zero { left: 0px;}
.fluid_small { left: 46px;}
.fluid_left { left: 180px;}
.fluid_negative { left: -180px;}
/*外边距属性 END*/

/*内边距属性 START*/
.pdi_tone { padding-top:20px;}
.pdi_ttwo { padding-top:24px;}
.pdi_ttheer { padding-top:28px;}
.pdi_tfour { padding-top:38px;}

.pdi_rone { padding-right:20px;}
.pdi_rtwo { padding-right:24px;}
.pdi_rtheer { padding-right:28px;}
.pdi_rfour { padding-right:38px;}
.pdi_r8 { padding-right:8px;}

.pdi_bone { padding-bottom:20px;}
.pdi_btwo { padding-bottom:24px;}
.pdi_btheer { padding-bottom:28px;}
.pdi_bfour { padding-bottom:38px;}

.pdi_lone { padding-left:20px;}
.pdi_ltwo { padding-left:24px;}
.pdi_ltheer { padding-left:28px;}
.pdi_lfour { padding-left:38px;}
/*内边距属性 END*/

/*border属性 START*/
.bder_one {border:1px solid #e8e8e8;}
.bder_two {border:1px solid #f04b00;}
.bder_three {border:1px solid #3787e8;}
.bder_four {border:1px solid #2363b1;}
/*border属性 END*/

/*CSS3 缓冲时间  START*/
.tm { transition: all 0.4s linear 0s; cursor:pointer;}
/*CSS3 缓冲时间  START*/

/*CSS3 层级  START*/
.z_index01 { z-index: 1;}
.z_index02 { z-index: 2;}
.z_index03 { z-index: 3;}
/*CSS3 层级  START*/


