
body{
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: url(../images/full_bg.png);
}
.instrList a{
word-break: break-all;		
}
a{
	word-break: break-all;
}
a:link,a:visited,a:hover,a:active {
    text-decoration: none;
    outline:0
}
.header{
    background: #555251;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 2em;
    color: #ccc;
}

.red{
    color: #ccc;
    font-size: 2em;
    font-family: arial,"\5b8b\4f53",sans-serif;
    border-bottom: 1px solid #ccc;
}
.red span{
    color: #59b84b;
    font-size: 1.2em;
}
.container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.steps_container{
    width: 30000px;
    position: relative;
    left: 15%;
    height: 50%;
}
.steps{
    background: #fff;
    float: left;
    display: inline-block;
    padding: 20px;
    overflow: auto;
}


.lefter{
    left: 0;
    background: url(../images/left-cover-edge.png) right top repeat-y;
    border-right: 1px #ccc solid;
}
.righter{
    right: 0;
    background: url(../images/right-cover-edge.png) left top repeat-y;
    border-left: 1px #ccc solid;
}
.stepDir{
    position: absolute;
    z-index: 5;
    /*top: 0;*/
    background-color: #f8f8f8;
    width: 15%;
    height: 100%;
    cursor: pointer;
    opacity: 0.95;
}



.previous-arrow {
    /*display: none;*/
    position: absolute;
    width: 16px;
    height: 29px;
    top: 45%;
    right: 15%;
    background: url(../images/steppage_head.png) -40px -280px;
}

.next-arrow {
    position: absolute;
    width: 38px;
    height: 79px;
    top: 40%;
    left: 20%;
    background: url(../images/steppage_head.png) -42px -340px;
}

.footer{
    clear: both;
    background: ;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.step-active{
    background: #50ec2d !important;
}
.istep, .leftTen, .rightTen{
    background: #bec3bd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #fff;
}
.istep{
    display: none;
}
.leftTen, .rightTen{
    display: inline-block;
}
.on{
    display: inline-block;
}
.istep:hover, .leftTen:hover, .rightTen:hover{
    background: #747773;
}

.cover{
    background: #0c0c0c;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0.9;
    /*cursor: url("./images/close.cur"), auto;*/
    cursor: pointer;
}
.closeCover{
    position: absolute;
    display: block;
    width: 37px;
    height: 37px;
    top: 10px;
    right: 10px;
    background: url('../images/close.png');
}
.closeCover:hover{
    background: url('../images/closeh.png');
}
.centerImg{
    position: fixed;
    z-index: 30;
}
.imgList{
    cursor: pointer;
}
