@media screen and (max-width: 639px) {
    .sidebar {
        display: none;
    }


}

.sidebar {
    position: relative;
    z-index: 9;
    margin: 0 0 60px;
    
}
.sidebar h2{
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #a67b5d;
    position: relative;
    padding: 0 68px 10px 0;
    border-bottom: 1px #a67b5d solid;
    padding: 10px;
    text-align: center;
    
}
.sidebar h2 span{
    display: block;
    font-size: 2rem;
}
.box_threeway{
    background: #f2f0da;
    padding: 10px 14px 3px;
    margin-bottom: 30px;
}
.box_threeway li a{
    position: relative;
    padding: 10px 0;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 1px;
    border: 1px solid #ffffff70;
    border-radius: 3px;
}
.box_threeway li span{
    font-size: 14px;
    line-height: 1.2;
    display: block;
}
.box_threeway li:first-child{
    color: #fff;
    border:1px solid #a67b5d;
    background-image: -webkit-linear-gradient(top,#dba37c 0%,#836048 100%);
    background-image: -o-linear-gradient(top,#dba37c 0%,#836048 100%);
    background-image: linear-gradient(to bottom, #dba37c 0%, #836048 100%);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF49E55F", endColorstr="#FF38B649", GradientType=0);
    -webkit-box-shadow: 1px 2px 2px rgba(11,3,6,.5) , inset 0 0 0 1px rgba(255,255,255,.5);
    box-shadow: 1px 2px 2px rgba(11,3,6,.5) , inset 0 0 0 1px rgba(255,255,255,.5);*/
    border-radius: 6px;
    margin: 10px 0;
    border-bottom: 3px solid #836048;
}
.box_threeway li:nth-child(2){
    border: 1px solid #128469;
    background-image: -webkit-linear-gradient(top, #41ccae 0%, #128469 100%);
    background-image: -o-linear-gradient(top, #41ccae 0%, #128469 100%);
    background-image:linear-gradient(to bottom, #41ccae 0%, #128469 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
    margin-bottom: 10px;
    border-bottom: 3px solid #128469;
}
.box_threeway li:nth-child(3) {
    border: 1px solid #cb674a;
    background-image: -webkit-linear-gradient(top, #dc8989 0%, #cb674a 100%);
    background-image: -o-linear-gradient(top, #dc8989 0%, #cb674a 100%);
    background-image: linear-gradient(to bottom, #dc8989 0%, #cb674a 100%);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC8989', endColorstr='#FFD26A6B', GradientType=0) !important;
    -webkit-box-shadow: 1px 2px 2px rgb(11 3 6 / 50%), inset 0 0 0 1px rgb(255 255 255 / 50%) !important;
    box-shadow: 1px 2px 2px rgb(11 3 6 / 50%), inset 0 0 0 1px rgb(255 255 255 / 50%) !important;*/
    border-radius: 6px;
    border-bottom: 3px solid #734d43;
}
.box_threeway p{
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}
.box_threeway p a{
    color: #a67b5d;
    text-decoration: underline;
    line-height: 1.2;
    display: inline-flex;
}
.sidebar .box_cate{
    margin-bottom: 30px;
}
.sidebar .box_cate h2{
    padding: 11px 12px;
    font-size: 18px;
    font-size: 1.28571rem;
    color: #fff;
    background: #a67b5d
}
.sidebar .box_cate li{
    border-bottom: 1px solid #dfdfdf;
}
.sidebar .box_cate li a{
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
    color: #444;
    font-size: 1.4rem;
}
.sidebar .box_cate li a:before,
.sidebar .box_item li a::before{
    content: "";
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 2vw;
    height: 2vw;
    border-top: 3px solid #a67b5d;
    border-right: 3px solid #a67b5d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: ease .2s;
    transition: ease .2s;
}
.sidebar .box_item .left_menu{
    min-width: 220px;
    max-width: 220px;
}
.sidebar .box_item li a::before{
    left: 10px;
}
.sidebar .box_item h2{
    padding: 11px 12px;
    font-size: 18px;
    font-size: 1.28571rem;
    color: #fff;
    background: #a67b5d;
    border-bottom: none;
}
.sidebar .box_item li{
    font-size: 1.3rem;
    box-shadow: inset 1px 1px 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: inset 1px 1px 0 1px rgba(255,255,255,.5);
    background-color: #f2f0da;
}
.sidebar .box_item li a{
    color: #a67b5d;
    padding: 10px 9px 10px 25px;
    display: flex;
    position: relative;
}
.sidebar .box_cate li.other,
.sidebar .box_item li.other{
    background-color: #fff;
}
.sidebar .box_cate li.other{
    border-bottom: none;
}
.sidebar .box_item li a.no-link{
    pointer-events: none;
}


@media screen and (min-width: 640px) {
    .container .col-12{
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .sidebar{
        min-width: 220px;
        max-width: 220px;
    }
    .sidebar .box_cate li a:before,
    .sidebar .box_item li a::before {
        width: 5px;
        height: 5px;
        border-top: 2px solid #a67b5d;
        border-right: 2px solid #a67b5d;
    }
    .sidebar .box_cate li a{
        letter-spacing: -.02rem;
    }
    .sidebar .box_cate li.other a,
    .sidebar .box_item li.other a{
        padding: 10px 0 10px 15px;
        color: #4a4a4a;
        font-size: 12px;
    }
    .sidebar .box_cate li.other a::before,
    .sidebar .box_item li.other a::before{
        left: 0;
        border-top: 2px solid #3a3a3a;
        border-right: 2px solid #3a3a3a;
    }
}