.wrap-box{
    position: relative;
}

.M_manu {
    display: none;
    /* width: 20%; */
    /* position: absolute;
    top: 0;
    left: 0; */
}
/* .contenter{
    width: 75%;
    margin-left: 25%;
} */
/*widget*/
.widget {
    margin-bottom: 20px;
    position: relative;
}

.widget:not(:last-child) {
    border-bottom: 1px solid #dfdddd;
}

.widget-tt {
    font-family: sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    position: relative;
}

.widget-menudown {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.widget-menudown .glyphicon {
    font-size: 18px;
    transition: transform .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.collapse-btn.in .glyphicon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*.collapse-bd{ display: none;}*/
@media (max-width: 792px) {
    .collapse-btn {
        display: block;
    }

    .collapse-bd {
        display: none;
    }
}

.collapse-bd.in {
    display: block !important;
}

.widget-bd {
    margin: 15px 0;
    font-size: 14px;
}

.widget-bd .glyphicon {
    font-size: 16px;
    margin-right: 8px;
    top: 2px;
}

.widget-bd .form-group {
    padding-top: 15px;
}

.widget-bd .form-group .btn {
    margin-top: 15px;
}

.widget-bd .form-group .btn .glyphicon {
    margin-left: 8px;
}

.widget-bd a {
    color: #959595;
}

.widget-bd a:hover {
    color: #ba1c15;
}

.widget-bd li {
    margin-bottom: 3px;
    width: 100%;
    position: relative;
}
.widget>.widget-bd>ul>li{
    list-style-type: disc;
}
/* .widget>.widget-bd>ul>li:before {
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 6px;
        overflow: hidden;
        position: absolute;
        top: 42%;
    left: 0px;
} */
.widget-bd>li>a{
    color: #000;
}
.widget-bd li a {
    display: block;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.widget-bd li .text-word {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    padding-left: 15px;
}

.widget-bd li .text-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.widget-bd li .text-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    height: 100%;
    margin: 0;
    vertical-align: middle;
    line-height: 26px;
    cursor: pointer;
}

.widget-bd li .icon {
    position: absolute;
    left: 0;
    top: 12px;
}

.widget-bd li>ul a {
    height: 33px;
    line-height: 33px;
    color: #959595;
}

.widget-bd .contact-item {
    padding-bottom: 15px;
}

.widget-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-bd .widget-item .glyphicon {
    color: #ba1c15;
}

.widget-bd .widget-item a {
    color: #333;
}

.widget-bd .widget-item a:hover {
    color: #ba1c15;
}

.widget-1 .widget-tt {
    font-family: 'Impact'; 
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 2.8em;
    text-align: left;
    border-left: 10px solid #111111;
    border-top-right-radius: 16px;
    padding-left: 10px;
}

.widget-1>.widget-menudown {
    width: 46px;
    height: 60px;
    line-height: 60px;
    color: #333;
    display: none;
}

@media (max-width: 768px) {
    .wrap{
        /* position: relative; */
    }
    .M_manu {
        display: block !important;
width: 100%;
    /* position: static; */
    }
.contenter{

width: 100%;
    margin: 0 auto;}
    .widget-1>.widget-menudown {
        display: block !important;
    }
    .wrap-righter-style .ueeshop_responsive_position{
        display: none;
    }
    
}

.widget-1 .widget-bd {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

.widget-1 .widget-bd .icon {
    background-color: #333;
}

.widget-1 .widget-bd li .icon {
    position: absolute;
    left: 0;
    top: 22px;
}

.widget-1 li a {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
}

.widget-1 li a:hover {
    color: #ba1c15;
}

.widget-1 li .widget-menudown {
    width: 46px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #959595;
    cursor: pointer;
    right: -20px;
}

.widget-1 li .widget-menudown .glyphicon {
    margin-right: 0;
}

