.margin_less{
	margin: 0;
}
.margin_small{
	margin: 10px;
}
.margin_mindel{
    margin: 10%;
    width: 80%;
}
.chang_mindel{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin_small_bot_top{
	margin-top: 10px;
	margin-bottom: 10px;
}
.step_1{
    display: block;
    
}

.step_2{
    display: none;
}

.step_3{
    display: none;
}
section.main_subtilte {
    height: 60px;
}
section.main_subtilte_4 {
    color: #2d2d2b;
}    
section.main_subtilte_3 {
    height: 200px;
}
.content_list>div.padding_less{
	padding: 0;
}
.right_border{

      border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.bottom_border {
    border-style: solid;
    border-color: #2d2d2b;
    border-width: 0px 0px 1px 0px;
    padding: 10px;
    text-align: center;
    color: #2d2d2b;
    cursor: pointer;
}
.main_title {
    border-style: solid;
    border-color: #9b9b9b;
    border-width: 0px 0px 1px 0px;
    padding-top: 20px;
    font-size: 25px;
    color: #9b9b9b;
    cursor: pointer;
}

.menu  
{  
 
    width:100%;
 
    z-index:1;
}  
.menuFixed  
{  
    position:fixed;  
    top:0;  
    left:0;
     background-color: #30638f9e;
}  
#menu_wrap  
{  
    height:50px;  
    width:100%;  
 
}  
.menu.menuFixed h4 {
    color: #fff;
}
.menu.menuFixed div {
    border-width: 0px;
}
            
#gotop {
    position: fixed;
    border-radius: 50px;
    right: 20px;
    bottom: 30px;
    padding: 10px 20px;
    font-size: 25px;
    background-color: #92919194;
    color: #FAFCFD;
    cursor: pointer;
    z-index: 1000;
}
.buyok{
    display: none;
}
@media (max-width:768px) {
    section.main_subtilte {
        height: auto;
    }
    .content_list{
        height: auto;
    }
    .bottom_border_menu{
        width: 25%;
        float: left;
    }
    .buyok{
        display: block;
         position: fixed;
        display: block;
        left: 0;
        bottom: 5px;
        margin-left: 75px;
        width: calc(100% - 150px);
        z-index: 9930;
        padding-left: 0;
        padding-right: 0;

    }
    
    .wanntanclass{
        
         display: inline-block;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 400;
        background-color: #fa8b00;
        border-color: #fa8b00;
        color: white;
        padding: 6px 40px;
        font-size: 20px;
        border-radius: 3px;
        min-width: 160px;
        line-height: 1.8em;
    }
}