    body {

color:#1E1E1E;
font-size: 15px;
font-weight: normal;
font-family: Arial, sans-serif;

    }


a{
color:#555556;
text-decoration:none;
}



.main {
margin: 0 auto;
padding: 10px;

        max-width: 600px;
}

h1 {
color:#1f1f1f;
font-size: 18px;
font-family: Arial, sans-serif;
margin-bottom: 0px;
padding-bottom: 0px;

}


h2 {
color:#454746;
font-size: 14px;

margin-top: 3px;
padding-top: 3px;
font-weight: normal;
}




h3 {
margin-top: 3px;
padding-top: 3px;
font-size: 13px;
font-weight: normal;

}

h4 {
color:#1f1f1f;
font-size: 140%;

font-family: Arial, sans-serif;
font-weight: 450;
margin-left: 10px;
font-stretch: expanded;
margin-bottom: 8px;

}

h5, h6{

font-size: 15px;
    
    
}

.logo_icon {
display:block;
vertical-align:top;
float:left;
text-align:center;
max-width:80px;
border-radius: 14px;

}

.load_span {
color:#ffffff;

background:#0b57cf;
padding: 10px;

vertical-align:top;
float:center;
text-align:center;
max-width:90%;
border-radius: 20px;
margin:auto;
}


.load_span_ok {
color:#555556;

padding: 10px;
border: 1px solid #757776;

vertical-align:top;
float:center;
text-align:center;
max-width:90%;
border-radius: 20px;
margin:auto;
}


.p1_span {
color:#555556;

padding: 10px;
font-size: 13px;
font-weight: 500;
font-family: Arial, sans-serif;
text-align:center;
border-radius: 10px;
border: 1px solid #757776;


}


.p2_span {
color:#555556;
font-size: 13px;
font-weight: 500;

background:#c3e7ff;
padding: 10px;

display:block;
vertical-align:top;
text-align:center;
border-radius: 10px;
}





.slider-items {
 

    display: flex;
    flex-direction: row;


    overflow-x: scroll;
    cursor: pointer;
    user-select: none;
    scrollbar-width: none;
}

.slider-items::-webkit-scrollbar {
    display: none;
}
.slider-item {  
min-width: 110px; 
height: 210px;
border-radius: 10px;
margin-right: 15px;
border: 1px solid #757776;

}
@media (min-width: 760px) {.slider-item {min-width:169px;height:249px}}





.clear {clear: both;}


a.link_href { 
 
margin : 1px; 
display : block; 
}

.p_t {
background: #f5f6fb  repeat-x;

margin-bottom: 1px;
margin-top: 1px;
padding: 7px;
padding-bottom: 10px;
padding-top: 10px;

border-radius: 2px;
border:1px solid #bce2f9;
}






.foot_link {
color:#555556;
margin: 3px;

margin-bottom: 6px;
background: #e4e4e6  repeat-x;

padding: 10px;
font-size: 13px;
font-weight: 500;
font-family: Arial, sans-serif;
text-align:center;
border-radius: 13px;
border: 2px dotted #848585;
display : block;

}