.tabsbg {
    background: #111111;
    width: 100%;
    height: 866px;
    /* position: absolute; */
    margin-top: -25px;
    margin-bottom: -20px;
    margin-left: 0px;
}

.tabs {
    position: absolute;
    min-height: 733px;
    width: 860px;
    margin-top: 56px;
    /* background: #fff; */
}
.tab {
    float: left;
    width: 146px;
    margin-left: -92px;
}

.tab label {
    background: #161616;
    padding: 32px 22px 30px 11px;
    border: 1px solid #7476101f;
    cursor: pointer;
    margin-left: 44px;
    margin-top: 50px;
    color: #3f3f3f;
    display: block;
    width: 15px;
    left: 54px;
    top: -101px;
    position: relative;
    font-size: 25px;
}

.tab:first-child label {
    margin-left: 44px;
    margin-top: 50px;
}
.tab input[type=radio] {
  display: none;   
}

.tab-content {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #0f161675; */
    padding: 0px 20px;
    /* border: 0px solid #141a1a; */
    display: none;
    color: #767676;
    overflow: auto;
    height: 771px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-content::-webkit-scrollbar {
  display: none;
}

input[type=radio]:checked ~ label {
    background: #111111;
    /* border-bottom: 1px solid #1c2424; */
    color: #3d3e12;
}

input[type=radio]:checked ~ label ~ .tab-content {
  display: block;
}
		
		