body{
width:100%;
height:100%;
  min-width:924px;
  overflow:hidden;
}

html{
  min-width:924px;
  overflow:hidden;
}

.help_wrapper{
width:100%;
height:100%;
  overflow:hidden;
}



.loading{
position:fixed;
width:100%;
height:100%;
background-color:#FFF;
top:0;
left:0;
background-image:url("../img/ajax-loader.gif");
background-repeat:no-repeat;
background-size:21px 5px;
background-position:50% 50%;
z-index:1000;
}


.help_wrapper table,.help_wrapper tr{
width:100%;
height:100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.help_wrapper td{
vertical-align:middle;
width:100%;
}

.help_inner{
	background-color:#FFF;
	width:90%;
	margin:0 auto;
  min-width:893px;
	position:relative;
	border:1px solid #000000;
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.help_tab{
width:100%;
height:53px;
background-color: #E6E6E6;
min-width:890px;
}

.help_tab a{
float:left;
display:block;
background-repeat:no-repeat;
cursor:pointer;
}

.help_tab a:hover{
opacity:0.7;
}

.help_tab a.on{
cursor:default;
}

.help_tab a.on:hover{
opacity:1;
}

.tab_1{
width:123px;
height:62px;
background-size:123px 62px;
background-image:url("../img/help/help_nav_1.jpg?");
}


.tab_2{
width:255px;
height:62px;
background-size:255px 62px;
background-image:url("../img/help/help_nav_2.jpg");
}
.tab_2.on{
background-image:url("../img/help/help_nav_2_on.jpg");
}


.tab_3{
width:256px;
height:62px;
background-size:256px 62px;
background-image:url("../img/help/help_nav_3.jpg");
}
.tab_3.on{
background-image:url("../img/help/help_nav_3_on.jpg");
}

.tab_4{
width:255px;
height:62px;
background-size:255px 62px;
background-image:url("../img/help/help_nav_4.jpg");
}

.tab_4.on{
background-image:url("../img/help/help_nav_4_on.jpg");
}

.tabs_wrap{
position:relative;
min-height:569px;
margin-top:7px;
}

.tabs{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
visibility:hidden;
}

.tab_cont_2{
visibility:visible;
}


.tab_cont_2 .tabs_inner{
width:100%;
margin:0 auto;
padding:0 8%;

	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.help_under{
height:51px;
background-color:#E6E6E6;
width:100%;
margin-top:7px;
position:absolute;
bottom:0;
left:0;
}
.help_step {
width:900px;
margin:8px auto 5px;
}
.help_step div{
float:left;
}

.help_step_1{
width:107px;
height:64px;
background-size:107px 64px;
background-image:url("../img/help/step_1.jpg");
}

.help_step_1.on{
background-image:url("../img/help/step_1_on.jpg");
}

.help_step_2{
width:120px;
height:64px;
background-size:120px 64px;
background-image:url("../img/help/step_2.jpg");
}
.help_step_2.on{
background-image:url("../img/help/step_2_on.jpg");
}

.help_step_3{
width:115px;
height:64px;
background-size:115px 64px;
background-image:url("../img/help/step_3.jpg");
}
.help_step_3.on{
background-image:url("../img/help/step_3_on.jpg");
}

.help_step_4{
width:121px;
height:64px;
background-size:121px 64px;
background-image:url("../img/help/step_4.jpg");
}
.help_step_4.on{
background-image:url("../img/help/step_4_on.jpg");
}


.help_step_5{
width:118px;
height:64px;
background-size:118px 64px;
background-image:url("../img/help/step_5.jpg");
}
.help_step_5.on{
background-image:url("../img/help/step_5_on.jpg");
}

.help_step_6{
width:118px;
height:64px;
background-size:118px 64px;
background-image:url("../img/help/step_6.jpg");
}
.help_step_6.on{
background-image:url("../img/help/step_6_on.jpg");
}

.help_step_7{
width:120px;
height:64px;
background-size:120px 64px;
background-image:url("../img/help/step_7.jpg");
}
.help_step_7.on{
background-image:url("../img/help/step_7_on.jpg");
}

.help_step_8{
width:80px;
height:64px;
background-size:80px 64px;
background-image:url("../img/help/step_8.jpg");
}
.help_step_8.on{
background-image:url("../img/help/step_8_on.jpg");
}

#flexslider_1{
}

#flexslider_1 .flex-control-nav {
    bottom: -50px;
}

.totop_btn{
float:right;
padding-top:15px;
padding-right:15px;
}

.totop_btn:hover{
opacity:0.7;
}