* { margin: 0; padding: 0;}
ul { list-style-type: none;}

.tabs{
	width:100%;
	margin:40px auto;
	margin-bottom: 40px;
}

.tabs li {
	float: left;
	margin-right:0px;
}

.tabs li a {
	display: block;
	padding: 17px 30px;
	text-decoration: none;
	color:#a1aab7;
}

.tabs li a:hover {
	background: #1f2833;
}

#tabs_container {
	padding:30px 20px;
	overflow: hidden;
	position: relative;
	background:#1f2833;
	zoom: 1;
}

#tabs_container div {
	float: left;
	margin-right: 40px;
	zoom: 1;
	width: calc(100% - 40px);
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background:#1f2833 !important;
	color: #fff !important;
}

.tabulousclear {
	display: block;
	clear: both;
}

.class-ul{
	display: flex;flex-wrap: wrap; padding: 1rem 0; 
}
.class-ul li{
	display: flex;flex-direction: column;/* background:#1c293c; */ padding:1.8rem;
    width:calc(33.333% - 1rem);transition: 1s;cursor: pointer;
    border:1px solid rgb(120 143 177 / 21%);
    box-sizing: border-box;
}

.class-ul li.last{
	flex-grow: 1;
}
.class-ul li.last samp:first-child{
    width:30rem;line-height: 2.8rem;margin-right: 2rem;display: flex;
    flex-direction: column;justify-content: center;
    padding:0 1rem;
}
.class-ul li.last samp:first-child b{
    display: block;
    font-size: 1.2rem;
    color: #0a84f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a85f8;
}
.class-ul li h4{
    font-size:1.6rem;
    margin-bottom: 1rem;
    border-left:4px solid rgb(34, 126, 255);
    padding-left: 1rem;
	color: white;
}
.class-ul li span{
    display: flex;color:#a3b2c5; flex: 1;
}
.class-ul li span p{
    padding: .4rem;
    font-size: 13px;
}
.class-ul li span samp{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.class-ul li picture{
   /*  background:rgb(0 0 0 / 10%); */
    width:200px;/* height:210px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:1.4rem;
    position: relative;
    transition: 1s;
    
}
.class-ul li picture img{
    height:230px; width: inherit; object-fit: contain;
}
.class-ul li.last picture,.class-ul li:hover.last picture{
    background: transparent;margin: 0 6rem;
}
.class-ul li.last img{
    position: absolute;
    top:-20%;
    height: 130%;
    /* left: -50%; */
    width: auto;
    transform: rotateZ(28deg);
}
.class-ul li span samp.samm{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.class-ul li span samp.samm p{
	width:calc(50% - .8rem);
}
@media screen and (max-width: 750px){
	.class-ul ul{
        justify-content: center; flex-direction: column;
    }
   .class-ul li{
        padding: .8rem;width: calc(100% - (0rem + 2px - .1rem));
       
    }
	.class-ul li span,.class-ul li span samp{
		
	}
   .class-ul li h4{
        font-size:1rem;
        padding-left:.2rem;
        font-weight:400;
    }
   .class-ul li picture{
        height: 10rem;
        margin-right:1rem;
        flex: 1;
    }
    .class-ul li:nth-child(2n+2) span{
        flex-direction:row-reverse;
    }
    .class-ul li:nth-child(2n+2) span samp{
        flex: 1;flex-direction: column;
    }
    .class-ul li span p{
        font-size: .8rem; padding: .2rem;
    }
    .class-ul li.last {
        flex-grow: 1;
    }
    .class-ul li.last samp:first-child{
        width:calc(100% - 2rem);margin-right:0rem;font-size: 1rem;line-height:1.6rem; background: rgb(36 49 68);
        padding: 1rem;border-radius:1rem;

    }
    .class-ul li.last samp:first-child b{
        font-size: 1rem; margin-bottom: 1rem;
    }
    .class-ul li.last picture,.class-ul li:hover.last picture{
        margin:2rem auto;
    }
    .class-ul li.last picture{
        width:10rem; height:10rem;
        flex: none;    
    }
    .class-ul li.last span{
        flex-direction: column;
    }
	.class-ul li picture{
		width:6rem;    flex: none;
	}
	.class-ul li picture img{
		height:6rem;
	}
	.class-ul li span samp.samm p{
		width: 100%;
	}
	.tabulous_active{
		background: #1b3665 !important;
	}
}