@media screen and (max-width: 996px) {
    body {
        max-width: 600px;
        margin: auto;
        font-size: 16px;
    }


    /* m-nav --- start */
    /* cate ----start */
    /* cate----end */
    /* article----start */
    .body-w {
        max-width: 100%;
    }

    .page-article {
        flex-wrap: wrap;
    }

    .page-a-text {
        width: 100%;
    }

    .page-a-right {
        width: 100%;
        margin-top: 20px;
    }

    .page-a-des table {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* article----end*/
    /* index ----  start*/
    .top-header {
        display: none;
    }

    .wsmobileheader {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }

    .wsmenu .wsmenu-list {
        background-color: #000;
    }

    .main-header .main-menu .wsmenu {
        height: 0;
    }

    .wsmenu {
        width: 240px;
        right: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        z-index: 103;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }

    .logo {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        padding-left: 0 !important;
    }

    .main-menu {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .main-header {
        position: fixed;
        top: 0;
        z-index: 999;
        max-width: 600px;
        margin: auto;
    }

    .wsmobileheader {
        height: 50px;
        display: block !important;
    }

    .wsmenucontainer {
        position: relative !important;
        overflow: unset !important;
    }

    .main-header .main-menu .wsmenu {
        position: absolute !important;
        top: 60px;
        right: -46px;
        z-index: 999;

    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #c9c9c9;
        position: absolute;
        display: block;
        content: '';
    }

    .animated-arrow span:before {
        top: -7px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .animated-arrow span:after {
        bottom: -7px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #c9c9c9;
        position: absolute;
        display: block;
        content: '';
    }

    .h-400 {
        height: 400px !important;
    }

    .wsmenu-list .ml-4 {
        display: none !important;
    }

    .animated-arrow {
        position: absolute;
        right: -28px;
        top: 0;
        z-index: 102;
        cursor: pointer;
        padding: 13px 35px 16px 0;
    }

    .wsmenu .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }

    .main-header .main-menu .animated-arrow {
        margin: 10px 5px 0 0 !important;
    }

    .main-header .main-menu .wsmenu .wsmenu-list li a {
        color: #fff !important;
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, .13);
        position: static;
    }

    .slider .carousel-caption br {
        display: none;
    }


    #slider {
        margin-top: 70px;
        height: 490px;
        /*background-image: url("/static/picture/m-b.jpg");*/
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    .hidden-xs {
        display: none !important;
    }

    .hidden-md, .hidden-lg {
        display: block !important;
    }

    .col-lg-3,
    .col-lg-6,
    .col-lg-2,
    .col-sm-6,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advantages .advantage {
        padding: 30px 5px !important;
    }

    .products .product {
        margin-bottom: 20px;
    }

    .products {
        background-color: #fff;
    }

    .container {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .index-news .items {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-news .d-flex {
        flex-wrap: wrap;
    }

    .index-news img {
        max-height: unset !important;
    }

    .index-news .container {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .start-trading .button a {
        width: 100%;
    }

    .start-trading .button a:first-child {
        margin-bottom: 20px;
    }

    .right-hand-side ul {
        margin-left: 0 !important;
        text-align: center;
        margin-top: 20px;
        padding-left: 0 !important;
    }


    .page-title {
        margin-top: 70px;
    }

    .body-w {
        margin-top: 80px;
    }

    .body-w .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-menu .wsmenu .wsmenu-list li a {
        font-size: 14px;
    }

    .nav-bar {
        justify-content: space-between;
    }

    .no-before:before {
        content: none;
    }

    .no-before:after {
        content: none;
    }

    .logo-image img {
        max-width: 100%;
    }
}
