.w-18{
    width: 18%;!important;
}
.w-20{
    width: 20%;!important;
}
.w-23{
    width: 23%;!important;
}
.w-30{
    width: 30%;!important;
}
.w-35{
    width: 35%;!important;
}
.w-48{
    width: 48%;!important;
}
.w-49{
    width: 49%;!important;
}
.w-65{
    width: 65%;!important;
}
.h7{
    font-size: 0.85rem;
}

.nav-list-fixed{
    position: fixed;
    top:25%;
    left: 0;
    z-index: 9999;
}
.ov-hi::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.ov-hi {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}

.at-box{
    min-height: 450px;
}
.pk-bg{
    background: #424FDB;
}


.icimg-f{
    position:relative;
    width:25%;
    height:0;
    padding-top:25%;
    margin:0px auto;
}
.icimg{
    display: block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin: 0px auto;
}

.bg-lubo{
    /*background: rgba(255,255,255,1);
    box-shadow: 0px 1px 40px 0px rgba(194,200,204,0.7);*/
    margin-top: 5.5rem !important;
}
.bg-ziyuan{
    background: #2F73F8;
}
.bg-cea{
   background-color: rgba(245,249,252,1);!important;
}
.hover-jigou:hover{
    box-shadow: 3px 3px 10px 3px rgba(245,249,252,1);
}
.bg-pinlei{
    background: rgba(250,250,250,1);!important;
}
.mytable tr td,.mytable tr th{
    color:#000;
    border:1px solid #000;
    white-space: normal;
}
.mytable tr td:hover{
background-color: rgba(95, 0, 219, 0.6) !important;
transition:all 0.8s;
}
.bg-footer{
    background: rgba(59,61,64,1)
}

.border-b-cc{
    border-bottom: 1px solid rgba(255,255,255,0.1);!important;
}

