
.unckd{
    line-height: 26px !important;
}
.dowebok li{
    float: left;
}
.plus{
    font-size: 16px;
    float: right;
    height: 34px;
}
.minus{
    font-size: 16px; 
    float: right;
    height: 34px;
}
.txybtn{
    background: #1495d9;
    color:#fff;
    border: 0;
    width: 110px;
    height: 40px;
    border: 1px solid #1495d9;
}

#main{
	width: 500px;
	margin: 150px auto;
}
.scroll-bar{
	height: 36px;
	position: relative;
	margin-top: 10px;
}
.entire-bar{
	width:100%;
	height: 4px;
	top: 12px;
	left: 0;
	position: absolute;
	background: #dedede;
}
.action-bar{
	top: 12px;
	height: 4px;
	position: absolute;
	background: #4F94CD;
}
.action-block{
	top: 4px;
	width: 8px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	background: #fff;
	border: 1px solid #000;
}

.ecaBtn{
    /* height: 36px;
    line-height: 36px; */
	/* width:100px; */
	margin-bottom:10px;
    font-size: 14px;
    text-align: center;
    padding:7px 30px;
    cursor: pointer ;
    position: relative;
    /* margin-right: 10px; */
}

.ecaBtn_z{
    background: #1495d9;
    color: white;
    border: 1px solid #1495d9;
}
.ecaBtn_h{
    border: 1px solid #ddd;
    color: #000;
}
.wellP p span{
    float: right;
}
.tooltip-inner{
    background: #ff9832;
}
.tooltip-arrow{
    border-top-color: #ff9832 !important;
}
.module1 {
    border-bottom: 1px solid #d5d6d6;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px #a9b8c1;
    -webkit-box-shadow: 5px 5px 20px #a9b8c1;
    -moz-box-shadow: 5px 5px 20px #a9b8c1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#a9b8c1', Direction=10, Strength=5);
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.modulep {
    border-left: 5px solid #1495d9;
    padding-left: 18px;
    font-size: 18px;
}
.iconlw{
    background: url("../img/lw.png");
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 9px;
}
label{
    color: #666 !important;
}
/******/
/***背景模板***/

.test_triangle_border {
	margin: 0 auto 20px;
	position: relative;
}

.test_triangle_border a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.test_triangle_border .popup {
	background: #e0e0e0;
	height: 36px;
	line-height: 36px;
	color: #333;
	border-radius: 4px;
	position: absolute;
	top: -10px;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
}

.test_triangle_border .popup>span {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #e0e0e0;
	position: absolute;
	top: -11px;
	left: 9%;
	/* 三角形居中显示 */
	margin-left: -10px;
	/* 三角形居中显示 */
}

.test_triangle_border .popup em {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #e0e0e0;
	position: absolute;
	top: 1px;
	left: -10px;
}