:root {
	--width : 320px;
}

.slider {
	margin-top:200px;
	margin-left:calc(50% - var(--width) / 2);
}

.slider_tab {
	background:#e93536 ;
	color:#fff;
	cursor : pointer ;
	border-radius : 44px ;
	width : var(--width);
	height: 50px;
	line-height: 50px;
	text-align : center;
	z-index:0;
}
.slider_tab.end {
	background:#90da93;
	color:#396661;
}

/*灰度浮层*/
.slider_bg {
	display:none;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
	background:rgba(0,0,0,0.5);
	opacity:1.3;
}

/*滑块弹窗*/
.slider_div {
	display:none;
	width:var(--width);
	position:absolute;
	top:calc(50% - 150px);
	left:calc(50% - var(--width) / 2);
	background:#fff;
	z-index:1001;
	border:1px solid #efefef;
	border-radius:6px;
	padding:10px;
}

.slider_div .loading {
	height:180px;
	background:#ccc;
	text-align:center;
    box-sizing:border-box;
}

.slider_div canvas {
	position:absolute;
	top:10px;
	left:10px;
	height:180px;
	width:var(--width);
}
.slider_div .slider_canvas_mark {
	z-index:1002;
}

/*滑块*/
.slider_div .slider_line {
	margin-top:15px;
	height:48px;
	background-position:0 0;		
	background-size:cover;
}
.slider_div .slider_line .slide_block {
	background-position:0px 12.9794%;
	position:absolute;
	margin: -8px 0 0 -10px;
	width:65px;
	height:65px;
	cursor:pointer;
}

.slider_div .slider_line .slide_block_text {
	position:absolute;
	left :70px;
	height:48px;
	line-height:48px;
	font-size:14px;
}

.slider_msg_ok, .slider_msg_error {
	width:310px;
	height:20px;
	display:none;
	color:#fff;
	font-size:12px;
	padding:2px 10px;
	margin-top:-24px;
	opacity:0.8;
	z-index:1003;
	position:absolute;
}

.slider_msg_ok{
	background: -webkit-linear-gradient(0deg, #24C628, white);
	background: -o-linear-gradient(90deg, #24C628, white);
	background: -moz-linear-gradient(90deg, #24C628, white);
    background: linear-gradient(90deg, #24C628, white);
}
.slider_msg_error{
	background: -webkit-linear-gradient(0deg, #DE5145, white);
	background:	-o-linear-gradient(90deg, #DE5145, white);
	background: -moz-linear-gradient(90deg, #DE5145, white);
    background: linear-gradient(90deg, #DE5145, white);
}
 
/*tools*/
.slider_div .slider_line,.slider_div .slide_block,
.tools .slider_close,.tools .slider_refresh,.tools .slider_help {
	background-repeat : no-repeat;
	background-image : url('/slider/img/icon.png');
}
.tools {
	margin-top:15px;
	height:30px;
}

.tools .slider_close {
	background-position:0 50%;
	height:30px;
	width:30px;
	float : left;
	cursor:pointer;
}

.tools .slider_refresh {
	background-position:0 94%;
	height:30px;
	width:30px;
	float : left;
	cursor:pointer;
}

.tools .slider_help {
	background-position:0 -246px;
	height:30px;
	width:30px;
	float : left;
	cursor:pointer;
}

.tools .slider_tips {
	float : right;
}
.tools .slider_tips a {
	font-size:10px;
	text-decoration: none;
	color : #605959;
}

/*header*/
body {
	margin:0;
}
.yahei {
    font-family: "Microsoft YaHei", "SimHei", "SimSun";
}

.header_new1 {
    background: #f5f5f5;
    height: 68px;
    border-bottom: 1px solid #d4d3d3;
    line-height: 28px;
}

.zoom {
    overflow: hidden;
	zoom:1;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.layer_wrap3 {
    width: 946px;
    margin: 0 auto;
}

.hui666 {
    color: #666;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.header_new1_logo {
    width: 300px;
}

.header_new1_logo img {
    margin-right: 12px;
}

.pt-20 {
    padding-top: 20px;
}

.ml-30 {
    margin-left: 30px;
}

ol, ul {
    list-style: none;
	padding-left:-40px;
}

.layer_wrap3 ul li {
    float: left;
    display: inline;
    line-height: 64px;
}

.layer_wrap3 ul li a {
    display: inline-block;
    padding: 0 20px;
}

.layer_wrap3 ul li:hover {
	background:#fff;
	border-bottom:3px solid #f00;
}

.header_new1 a {
	color: #666;
	text-decoration: none;
	outline: none;
}
.header_new1 ul {
	padding:0;
	margin:0;
}

.texts {
	margin-top:100px;
}

.texts .ct{
	font-size:16px;
	height:40px;
	line-height:40px;
	text-align:center;
}

.texts .wt {
	color:#f00;
}


