@charset "utf-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.technowbabaji_share {
    display: inline-flex;
    list-style: none;
}

.technowbabaji_share .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    color: #000000;
    border-radius: 20%;
    padding: 2px;
    margin: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.technowbabaji_share .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.technowbabaji_share .tooltip::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
}

.technowbabaji_share .icon:hover .tooltip {
    top: -45px;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.technowbabaji_share .icon:hover span,
.technowbabaji_share .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.technowbabaji_share .facebook:hover,
.technowbabaji_share .facebook:hover .tooltip,
.technowbabaji_share .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.technowbabaji_share .twitter:hover,
.technowbabaji_share .twitter:hover .tooltip,
.technowbabaji_share .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}

.technowbabaji_share .instagram:hover,
.technowbabaji_share .instagram:hover .tooltip,
.technowbabaji_share .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}

.technowbabaji_share .pinterest:hover,
.technowbabaji_share .pinterest:hover .tooltip,
.technowbabaji_share .pinterest:hover .tooltip::before {
    background: #E60023;
    color: #ffffff;
}

.technowbabaji_share .telegram:hover,
.technowbabaji_share .telegram:hover .tooltip,
.technowbabaji_share .telegram:hover .tooltip::before {
    background: #0088cc;
    color: #ffffff;
}

.technowbabaji_share .youtube:hover,
.technowbabaji_share .youtube:hover .tooltip,
.technowbabaji_share .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}

.technowbabaji_share .whatsapp:hover,
.technowbabaji_share .whatsapp:hover .tooltip,
.technowbabaji_share .whatsapp:hover .tooltip::before {
    background: #25d366;
    color: #ffffff;
}

.technowbaba_in {
    padding: .3rem .2rem 0;
}

.technowbaba_in .tab_menu {
    height: .68rem;
    line-height: .68rem;
    border: 1px solid #48001c;
    cursor: pointer;
    text-align: center;
    color: #00070e;
    font-size: .28rem;
}

.technowbaba_in .tab_menu span {
    flex: 1;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #000;
}

.technowbaba_in .tab_menu span:last-child {
    border-right: none;
}

.technowbaba_in .tab_menu span.current {
    color: #fff;
    background-color: #338f3c;
    font-weight: bold;
    cursor: pointer;
}

.technowbaba_in ul li {
    padding: .2rem 0;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.technowbaba_in ul li img {
    display: block;
    width: 1.29rem;
    height: 1.29rem;
    border-radius: .24rem;
}

.technowbaba_in ul li .flex_grow {
    width: 0%;
}

.technowbaba_in ul li .info {
    margin: 0 .28rem 0 .18rem;
}

.technowbaba_in ul li .info p {
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
    display: block;
    width: auto;
}

.technowbaba_in ul li .info .name {
    color: #000;
    line-height: .48rem;
    font-weight: 700;
    font-size: .3rem;
}

.technowbaba_in ul li .info .appnum {
    color: #e6e6e6;
}

.technowbaba_in ul li .info .appnum span {
    color: #2826cf;
    font-size: .24rem;
    font-weight: 600;
}

.technowbaba_in ul li .info .aru {
    color: #07a091;
    font-size: .23rem;
    font-weight: 600;
}

.technowbaba_in ul li i {
    display: block;
    width: 0.49rem;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: 0.35rem;
    height: 0.64rem;
    font-size: .24rem;
    color: #fff;
    left: 0;
    margin-right: 0.12rem;
}

.technowbaba_in ul li:nth-child(1) i {
    background-position: -2.48rem -2.74rem;
}

.technowbaba_in ul li:nth-child(2) i {
    background-position: -3.02rem -2.71rem;
    color: rgb(180 0 0);
}

.technowbaba_in ul li:nth-child(3) i {
    background-position: -3.58rem -2.7rem;
}

.technowbaba_in ul li:nth-child(4) i {
    background-position: -2.48rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(5) i {
    background-position: -3.03rem -3.37rem;
    color: rgb(180 0 0);
}

.technowbaba_in ul li:nth-child(6) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(7) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(8) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(9) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(10) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(11) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(12) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(13) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(14) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(15) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(16) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(17) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(18) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(19) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(20) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(21) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(22) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(23) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(24) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(25) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(26) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(27) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(28) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(29) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(30) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(31) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(32) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(33) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(34) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(35) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(36) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(37) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(38) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(39) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(40) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(41) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(42) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(43) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(44) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(45) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(46) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(47) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(48) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(49) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(50) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(51) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(52) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(53) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(54) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li:nth-child(55) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(255, 255, 255);
}

.technowbaba_in ul li .btn {
    display: block;
    border-radius: .06rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    font-weight: 700;
    width: 2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
}