* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: '微软雅黑','Microsoft YaHei', sans-serif;
    background-color: black;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

.footer {
    height: 400px;
    background: #333;
}

.btn_top {
    background: url(/2022image/top.png) center no-repeat;
    width: 80px;
    height: 40px;
    background-size: cover;
    position: fixed;
    right: 0px;
    bottom: 100px;
}

button {
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 26px;
    width: 280px;
    height: 46px;
    cursor: pointer;
    animation: 0.7s tag linear infinite;
	border-radius:10px;
    background: linear-gradient(100deg, rgb(66, 133, 236),rgb(11,186,251) );
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

button:after {
    content: "";
    background: #d8e0fd;
    position: absolute;
    width: 280px;
    height: 46px;
    left: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 10px;
    transform: scale(1);
    /* animation: 2s btn ease-in-out infinite; */
}

.box_btn {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    position: relative;
}

.box .swiperBox {
    position: relative;
    width: 100%;

}
.swiperBox .swiper-slide{
    height: 600px;
}
.swiperBox .swiper-slide img{
    height: 600px;
}
.swiper-container {
    /* width: 98%;
    padding:0  1%; */
    height: 100%;
    overflow: hidden;
}

.swiper-container1 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}

.swiper-container1 .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.swiper-container1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
}

.swiper-container1 .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 5px 0px #111111d1;
}

.muto {
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
    margin: auto;
}

.activity-list {
    position: relative;
    margin-top: 50px;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.courseList .courserow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-list li {
    width: 510px;
    height: 210px;
    overflow: hidden;
    border-radius: 15px;
}

.activity-list li img {
    width: 100%;
    transition: .3s;
    border-radius: 15px;
}

.activity-list li:hover img {
    width: 100%;
    transform: scale(1.06);
    transition: .3s;
}

.kecheng_Box {
    position: relative;
    padding: 60px 0 ;
}

.shangye_Box{
    position: relative;
    right: 0;
    padding-top: 60px;

}

.title {
    text-align: center;
    /* letter-spacing: 1px; */
    color: #fff;
}

.title span {
    font-size: 36px;
    font-weight: bold;
    /* background-image: -webkit-linear-gradient(100deg, #0DCCFF,#4760FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    background: linear-gradient(100deg, rgb(66,133,235),rgb(11,186,251) ); 
    display:inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: '黑体','思源黑体','SimHei', sans-serif;
}

.title p {
    font-size: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

.courseList {
    /* width: 1200px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}

.courseList a {
    position: relative;
    display: inline-block;
    width: 25vw;
    text-align: center;
    text-decoration: none;
    color: #2c2c2c;
    overflow: hidden;


}

.HotMask {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(299deg,rgba(0, 5, 9, 0.3),rgba(1, 8, 16, 0.3));
}
.HotMaskLeft {
    font-size: 22px;
	position: absolute;
	width: 100%;
	height: 25px;
    right: 40px;
    bottom: 20px;
	background:url(/images/index/2025/jiantou.png) right no-repeat;
	z-index: 2;
	background-size:contain;
    color: #fff;
    text-align: right;
    padding-right: 36px;
	
}


.courseList a i {
    width: 55px;
    height: 25px;
    background: url(/2022image/hot.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.courseList a img {
    width: 100%;
    display: block;
    transition: .8s;

}

.courseList a:hover img {
    transform: scale(1.06);
    transition: .8s;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.courseList a span {
    font-size: 18px;
    line-height: 30px;
    height: 100%;
    color: #fff;
	text-align: left;
    max-height: calc(100%); /* 减去内边距 */
    margin: 0 1.3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lines-5{
    justify-content: flex-start !important; /* 默认向上对齐 */
    margin: 1.3vw 1.3vw 0 1.5vw !important;
}

.teacher_Box {
    width: 1200px;
    margin: auto;
    position: relative;
    padding: 60px 0;
}

.teacher_list {
    position: relative;
}

.teacher_list_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    border-radius: 35px;
}

.teacher_list_content li {
    letter-spacing: 4px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background-size: 100%;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.teacher_img{
    width: 268px;
}
.teacher_title{
    width: 268px;
    color: #FFF;
    text-align: center;

    bottom: 0;
    background: linear-gradient(to top,rgba(37, 81, 121),rgba(11, 41, 67));
    padding: 5px 0;
}
.swiper-pagination-bullet .teacher_title{
    width: 218px;
    position:unset;
}
.teacher_title p{
   font-size: 17px;
   font-weight: normal;
}
.teacher_title p:first-of-type{
    font-size: 21px;
    font-weight: bold;
}
.teacher-swiper li img {
    width: 268px;
}

.teacher_pop {
    transition: 0.5s;
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
    box-sizing: border-box;
    overflow: hidden;
    width: 925px;
}

.teacher_txt_box {
    padding: 0 2rem;
    text-align: center;
    color: #FEFEFE;
    text-align-last: left;
}

.teacher_name {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
}

.teacher_zhiwei {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #FEFEFE;
    vertical-align: middle;
    letter-spacing: 1px;
}

.teacher_desc {
    margin-top: 5px;
    font-size: 22px;
    line-height: 1.5;
    color: #FEFEFE;
    text-align-last: left;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.teacher_works {
    font-size: 18px;
    line-height: 1.6;
    color: #FEFEFE;
    text-align-last: left;
    text-align: left;
    font-weight: normal;
}

.teacher_list_content li.teacher_active {
    background: #fff;
    color: rgb(120, 23, 231);
    border-radius: 25px;
    font-weight: 600;
}

.teacher_list_box {
    position: relative;
    margin-top: 60px;
}

.next {
    width: 50px !important;
    height: 50px !important;
    background: url(/2022image/next.png) center top no-repeat;
    z-index: 99 !important;
    opacity: 1 !important;
}

.prev {
    width: 50px !important;
    height: 50px !important;
    background: url(/2022image/prev.png) center top no-repeat;
    z-index: 99 !important;
    opacity: 1 !important;
}

.swiper-container3 .swiper-button-prev:after {
    display: none;
}

.swiper-container3 .swiper-button-next:after {
    display: none;
}
.swiper-container3{
    /* width: 80%; */
    /* --swiper-navigation-size: 80px;
    outline: none; */
}

.swiper-container3 .swiper-pagination-bullet {
	width: 218px !important;
    height: 162px !important;
    margin: 0 0 0 14px !important;;
	opacity:1 !important;
}
.swiper-container3 .swiper-pagination-bullet:first() {
	margin: 0;
}
.swiper-container3 .swiper-pagination-bullet img{
	width: 100%;height: auto
}
.swiper-container3 .swiper-pagination{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.swiper-container3 .swiper-pagination-bullet-active {
	display: none;
}
.swiper-pagination3{
    position: absolute;
    left: 272px !important;
    height: 226px;
    bottom: 0px !important;
    z-index: 10;
}
.teacher-swiper li{
    display: flex;
}

.business_Box {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
}

.bg_business {
    position: relative;
}

.business_Box .bg_logo {
    margin-top: 50px;
}

.swiper-container2 .swiper-button-prev {
    width: 50px !important;
    height: 40px !important;
    left: 20px;
}

.swiper-container2 .swiper-button-next {
    width: 50px !important;
    height: 40px !important;
    right: 20px;
}

.swiper-container2 .swiper-button-prev:after {
    display: none;
}

.swiper-container2 .swiper-button-next:after {
    display: none;
}

.swiper-button-lock {
    display: block !important;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: visible !important;
}

.safeguard_Box {
    width: 100%;
    background: #f7f7f7;
    height: 180px;
}

.safeguard_muto {
    width: 1400px;
    margin: auto;
}

.safeguard_list {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.safeguard_list li {
    text-align: center;
    width: 350px;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
}

.safeguard_list li h1 {
    font-size: 45px;
}

.safeguard_list p {
    padding-top: 10px;
    color: #6F6F6F;
}

.cooperative_Box {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
    height: auto;
    margin: 0 auto;
}
.hire{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
}
.hire img{
    display: block;
    width: 327px;
    margin: 10px;
}
.bg_cooperative {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#cooperativeLogo {
    position: relative;
    overflow: hidden;
    width: 1920px;
    height: 149px;
    margin: auto;
    top: 30px;
}

#cooperativeBg {
    width: 2515px;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
}


.behind_muto {
    margin: auto;
    position: relative;
    top: 300px;
    width: 845px;
    right: -545px;
    overflow: hidden;
    height: 545px
}

.behind_swiper {
    width: 580px !important;
    top: 55px;
    right: 255px;
    position: absolute !important;
}

.behind_swiper p {
    color: #fff;
    font-size: 25px;
    margin-top: -32px;
}

.behind_swiper img {
    width: 67%;
    margin-top: 30px;
}

.safeguard_muto {
    width: 1400px;
    margin: auto;
}


.content_iframe_bca {
    position: absolute;
    top: 0;
}

.content_iframe_bca img {
    width: 100%;
    height: 100%;
}

.guarantee_Box {
    margin-top: 80px;
    height: 775px;
}



.guaranteeIcon {
    display: flex;
    width: 1000px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.guaranteeIcon li {
    transition: all 0.2s linear 0s;
    margin: 8px 0;
}
.guaranteeIcon li:hover {
    margin-top: 16px;
}

.sss .sssdiv{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-evenly;
    height: 440px;
	border: 1px solid transparent;
	margin-left: 10px;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	text-align: center; 
    border-radius: 10px;
    background: linear-gradient(180deg, #0B2943,#255179 );
    box-shadow: inset 0 2px 1px rgba(245, 244, 244, 0.1), /* 下方阴影 */
	inset -2px 0 1px rgba(251, 250, 250, 0.1), /* 左侧阴影 */
	inset 2px 0 1px rgba(248, 247, 247, 0.1), /* 右侧阴影 */
	inset 0 -2px 1px rgba(250, 250, 250, 0.1); /* 上方阴影 */
}
.ssstop{
    margin-bottom: 20px;
    height: 185px !important;
}
.sss div div {
    width: 400px;
	color: white;
	text-align: left;
   
}
.sss div div:nth-child(1){
}
.sss div div:nth-child(2){
	height: 125px;
    margin: 41px 0;
}
.sss div div button{
    width: 194px;
    float: left;
}
.sss div div button:after{
    content: none;
}

.sssdiv h1{
	font-size: 30px;
}
.shangye_swiper{
    display: flex;
}
.swiper5{
    width: 800px;
}
.swiper-pagination5 .swiper-pagination-bullet-active {
	background-color:black !important;
	background: linear-gradient(281deg, #4285EC,#0BBAFB  );
	background: -webkit-linear-gradient(281deg,#4285EC,#0BBAFB) !important;
}
.swiper-pagination5 .swiper-pagination-bullet {
    margin: 0 auto !important;
	display: block;
	width: 83px !important;
	height: 83px !important;
	font-size: 22px;
	background: linear-gradient(180deg, #0B2943,#255179 );
	opacity:1 !important;
	border-radius: 0;
	border-radius: 10px;
	box-shadow: inset 0 2px 1px rgba(245, 244, 244, 0.1), /* 下方阴影 */
	inset -2px 0 1px rgba(251, 250, 250, 0.1), /* 左侧阴影 */
	inset 2px 0 1px rgba(248, 247, 247, 0.1), /* 右侧阴影 */
	inset 0 -2px 1px rgba(250, 250, 250, 0.1); /* 上方阴影 */
    overflow: hidden;
}
.swiper-pagination5 span{
	line-height: 83px;
    color: #fff;
    text-align: center;
}
.swiper-pagination5 {
	display: flex;
    justify-content: space-evenly;
    align-content: space-between;
	flex-wrap: wrap;
    align-items: stretch;
    width: 372px !important;
}
.leftapp{
    font-size: 18px;
    line-height: 30px;
}
.leftapp .box_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    display:contents;
}
.leftapp h2{
    font-size: 30px;
    line-height: 50px;
}
.leftapp p{
    font-size: 22px;
    font-weight: normal;
}

/* 和你同样选择的人 */

.guaranteeBox {
    padding: 60px 0;
}
.guaranteeBox .selectTypeBelow{

	width: 1200px;
	height: auto;
    margin: 0 auto;
}
.selectTypeBelow ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.selectTypeBelow  li:hover {
    transition: .8s;
    margin-top: 10px;
}

.selectTypeBelow ul li{
    width: 278px;
    height: auto;	
}
.selectTypeBelow div {
    height: 415px;
    background-size: 100% !important;
   
}

/*师资团队*/
.lazy{
	display: block;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	text-align: center; 

}

.swiper-container3 .swiper-button-prev:after{
    display: none;
}
.swiper5 .swiper-button-next:after{
    display: none;
}
.swiper-container3 .swiper-button-prev{
    background: url(/images/index/2025/tl.png) no-repeat;
    background-size: contain;
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: -70px;
}
.swiper-container3 .swiper-button-next{
    background: url(/images/index/2025/tl.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    
    z-index: 99999;
    position: absolute;
    top: 50%;
    right:  -70px;
}

.teacher_pin{
    font-size: 20px;
    font-weight: normal;
}


.guaranteeBox2 {
	padding: 60px 0;
	height: auto;
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
}

.institution{
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
    justify-content: center
}
.guaranteeBox2 .institutionButton{
    display: flex;
    flex-wrap: wrap;
	width: 170px;
    height: 380px;
    padding-top: 40px;
    align-content: center;
}

.institutionButton div{
    
	justify-content: center; 
	align-items: center;
    margin:auto;
    border: 1px solid transparent;
	color: #ffffff;
    background: linear-gradient(180deg, #0B2943,#255179 );
    box-shadow: inset 0 2px 1px rgba(245, 244, 244, 0.1), /* 下方阴影 */
	inset -2px 0 1px rgba(251, 250, 250, 0.1), /* 左侧阴影 */
	inset 2px 0 1px rgba(248, 247, 247, 0.1), /* 右侧阴影 */
	inset 0 -2px 1px rgba(250, 250, 250, 0.1); /* 上方阴影 */
	text-align: center;
    border-radius: 10px;
    margin: 11px 0;
}
.institutionButton div h5{
    font-size: 26px;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    padding: 0 20px;   
}

.institution-pic{
    padding: 30px;

	height: auto;
	padding-top: 40px;
    background: linear-gradient(180deg, #0B2943,#255179 );
    box-shadow: inset 0 2px 1px rgba(245, 244, 244, 0.1), /* 下方阴影 */
	inset -2px 0 1px rgba(251, 250, 250, 0.1), /* 左侧阴影 */
	inset 2px 0 1px rgba(248, 247, 247, 0.1), /* 右侧阴影 */
	inset 0 -2px 1px rgba(250, 250, 250, 0.1); /* 上方阴影 */
    
    border-radius: 10px;
}
.institution-pic div{
    width: 100%;
    height: auto;
    display: none;

}
.institution-pic div .rog-ul2{
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: center;
}
.rog-ul1 li{
    /* height: 267px; */
}
.rog-ul2 li{
    /* height: 380px; */
}
.rog-ul1 li img{
    height: auto;
    /* max-height:295px; */
    max-width: 100%; 
    object-fit: contain;
}
.rog-ul2 li img{
    height: auto;
    /* max-height:295px; */
    max-width: 100%; 
    object-fit: contain;
}
.institution-pic div .rog-ul1{
    width: 100%;
   
}
.institution-pic div ul li:hover img {
    /* transform: scale(1.05); */
    transition: .8s;
}

/* .institution-pic-2 img{
    max-height:265px;
    width: auto; 
	
}
.institution-pic-3 img{
    max-height:265px;
    width: auto; 
}
.institution-pic-4 img{
    max-height:265px;
    width: auto; 
}
.institution-pic-block{
	display: block; 
} */

.imgDisplay{
    width: 100%;
    height: auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}



#carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
    margin-top: 60px;
}


#carousel  .swiper-slide {
   
    width: 20vw;
    height: auto;
}
#carousel  .student-project{
    width: 100%;
    height: auto;
    position: relative;
}
#carousel .student-project-desc{
    background: linear-gradient(299deg,rgba(0, 5, 9, 0.3),rgba(1, 8, 16, 0.3));
    position: absolute; /* 绝对定位 */
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 微调位置 */
    color: white; /* 文字颜色 */
    text-align: center; /* 文字居中 */
    font-size: 20px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
#carousel .student-project-desc p{
    width: 100%;
}
.kecheng{
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
}
.ruanjian{
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
    padding-bottom: 60px;
    padding-top: 60px;
}
.ren{
    background: linear-gradient(299deg, rgb(13,33,61),rgb(0,9,18) );
}



@media screen and (max-width: 1680px) {
    .muto {
        /* width: 1200px !important; */
    }
    .safeguard_muto {
        width: 1200px !important;
    }
    .kecheng_content_list a {
        width: 260px !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
    .el-image {
        width: 260px !important;
    }
    .kecheng_title .kecheng_title_left {
        letter-spacing: 0px !important;
    }
    .courseList a span {
        display: inline-block;
        font-size: 1.2vw;
        line-height: 1.7vw;
        height: 100%;
        color: #fff;
        text-align: left;
        margin: 1.2vw 1.2vw 0 1.3vw;
    
    }
    
    .shangye_right {
        right: -260px !important;
    }
}

@media screen and (max-width: 1440px) {
    .safeguard_muto {
        width: 1200px !important;
    }

    .kecheng_content_list a {
        width: 260px !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
    .el-image {
        width: 260px !important;
    }
    .kecheng_title .kecheng_title_left {
        letter-spacing: 0px !important;
    }
    .shangye_right {
        right: -260px !important;
    }
}

@media screen and (max-width: 1360px) {
    .safeguard_muto {
        width: 1200px !important;
    }

    .kecheng_content_list a {
        width: 260px !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
    .el-image {
        width: 260px !important;
    }
    .kecheng_title .kecheng_title_left {
        letter-spacing: 0px !important;
    }
    .shangye_right {
        right: -260px !important;
    }
}

@media screen and (max-width: 1280px) {
    .safeguard_muto {
        width: 1200px !important;
    }
    .courseList a span {
        display: inline-block;
        font-size: 1.2vw;
        line-height: 1.7vw;
        height: 100%;
        color: #fff;
        text-align: left;
        margin: 1.2vw 1.2vw 0 1.3vw;
    
    }
    .kecheng_content_list a {
        width: 260px !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
    .el-image {
        width: 260px !important;
    }
    .kecheng_title .kecheng_title_left {
        letter-spacing: 0px !important;
    }
    .shangye_right {
        right: -260px !important;
    }
}

@media screen and (max-width: 960px) {
    .safeguard_muto {
        width: 1200px !important;
    }
    .kecheng_content_list a {
        width: 260px !important;
        padding: 15px !important;
        margin-left: 0 !important;
    }
    .el-image {
        width: 260px !important;
    }
    .kecheng_title .kecheng_title_left {
        letter-spacing: 0px !important;
    }
    .shangye_right {
        right: -260px !important;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #282828;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 90%);
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 90%);
    background-color: #384367;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgb(0 0 0 / 50%);
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 50%);
    border-radius: 3px;
    background-color: #282828;
}

@keyframes tag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes btn {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
