
*{
    margin: 0;
    padding: 0;
    font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 14px;
}

body 
{
    font-family:sans-serif;
    background: #f7f9fa;
}

a{
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    color: #0077cc;
}
a:hover {text-decoration: underline;}

.center_container_rb
{
  position: relative;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  min-height: 400px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 4px #15151530;
  width: 100%;
}

.center_container
{
    position: relative;
    max-width: 950px;
    /* display: block; */
    margin: 0 auto;
    padding-top: 20px;

    display: flex;
    flex-direction: column;

    min-height: calc(100% - 160px);
    /* box-sizing: border-box; */
    /* top: 80px; */
    /* border-left: 1px solid #dedede; */
    /* border-right: 1px solid #dedede; */
}


.init_img
{
  width: 512px;
  padding: 8px;
  border: 1px solid #cecece;
  display: inline-block;
  margin-top: 10px;
}

.bg_no
{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX////u7u5x8T/JAAAAD0lEQVQI12P4z4Ad4ZAAAH6/D/Hgw85/AAAAAElFTkSuQmCC");
  background-size: auto;
}

.bg_black  {    background-color: black;  }
.bg_white {    background-color: white;  }
.bg_gray  {    background-color: gray;  }
.bg_red  {    background-color: #ff0000;  }
.bg_green  {    background-color: #00ff00;  }
.bg_blue  {    background-color: #0000ff;  }

.cnv_rr
{
  border: 1px solid #bfbfbf;
}

.app_btn
{
    cursor: pointer;
    background-color: #0480ea;
    color: white;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition: box-shadow 0.15s, background-color 0.15s;
    text-align: center;
    line-height: 50px;
    width: 160px;
    user-select: none;
}

.app_btn:hover
{
    background-color: #0072d6;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}

.app_btn:active
{
    background-color: #0480ea;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0%);
}



.app_header
{
    height: 60px;
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
    top:0px;
    left: 0px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);

}
.app_header_center
{
    max-width: 950px;
    margin: 0 auto;
    height: 58px;
    position: relative;
}

.head_logo
{
    font-family: sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #444;
    position: relative;
    top: 10px;
    left: 0px;
    display: block;
    height: 70%;
    background-size: contain;
    line-height: 37px;
    background-repeat: no-repeat;
    text-decoration: none;
}



.head_logo img {
    position: absolute;
    display: inline-block;
    max-height: 100%;
    max-width: 33%;
    top: 50%;
    transform: translate(5%,-50%);
}

.head_logo span{
    position: relative;
    display: inline-block;
    top: -2px;
    font-size: 23px;
    color: #747474;
}

/*-- AUTH ---- */
.auth_hold
{
    position: absolute;
    right: 0px;
    top: 14px;
}

.auth_button
{
    font-size: 15px;
    height: 26px;
    width: auto;
    padding: 0 11px;
    line-height: 26px;
    border-radius: 3px;
}

.white-popup-block {
    background: #FFF;
    padding: 5px 20px 1px;
    text-align: left;
    max-width: 350px;
    margin: 30px auto;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 99999;
}



.site_footer {
    text-align: center;
    box-sizing: border-box;
    color: #f8f8f8;
    background-color: #353e4f;
    height: 40px;
    padding: 20px 0;
    position: relative;
}

.footer_cr
{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}


.site_top_menu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 300px);
    height: 60px;
    line-height: 57px;
    text-align: right;
}

.top_menu_item {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    color: #6a6a6a;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.15s;
}

.top_menu_item:last-child {
    padding-right: 0px;
}


.top_menu_item.cur_item, .top_menu_item.cur_item:hover
{
    color: #006ddf;
    font-weight: bold;
    border-bottom: 3px solid #006ddf;
}

.bot_menu_item {
    display: inline-block;
    padding: 0px 19px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.no_underl {text-decoration: none;}
.no_underl:hover {text-decoration: none;}

.top_menu_item:hover{
    color: #000000;
    text-decoration: none;
}

.not_found_cl
{
    font-size: 2.7em;
    font-weight: bold;
    color: #4f5d78;
    text-align: center;
    margin: 110px 0px 50px;
    padding: 0 40px;
}

.not_found_hp {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #2699fb;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 110px;
}


@media (max-width: 767px) {
    
    .center_container_rb {   position: relative;    padding: 10px;  }
    .center_container{padding-top: 35px;}
    .site_top_menu {
        display: block;
        position: absolute;
        top: 62px;
        left: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #f3f3f3;
        z-index: 99999;
    }
    .fx_control_menu {  width: 20% !important;}
    .range_wrap {     width: 80% !important; }
    .bread_crumbs {display: none;}
    .head_logo img{
        transform: translate(-50%,-50%);
        left: 50%;
        max-width: 40%;
    }

    .site_footer {
        text-align: left;
        box-sizing: border-box;
        height: 87px;
        padding: 16px 0;
    }

    .bot_menu_item {
        display: inline-block;
        padding: 3px 0px;
        font-size: 14px;
        width: 48%;
    }

    .footer_cr {  padding: 0 5%;box-sizing: border-box; }
}