@charset "utf-8";
html,body{
	height: 100%;
}
body{
	width: 100%;
}
.cer_pc{
	display: block;
}
.cer_mobile{
	display: none;
}
/*banner*/
.micro-authentication-wrap {
    max-width: 1280px;
    margin: auto;
}
#video{
	width: 100%
}
.list_title{
	max-height: 45px;
	overflow:hidden;
}

.intro_video{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom:0;
	right: 0;
    background: rgba(0,0,0,.2);
    z-index: 999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -moz-align-items: center;
    -moz-justify-content: center;
}
#video{
    object-fit: fill;
}
.micro-authentication-title {
    color: #252B3A;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.micro-authentication-intro-flow p {
	font-size: 16px;
	color: #252B3A;
}
.micro-authentication-list-wrapper h1{
	display: inline;
}
.micro-authentication-title span {
    color: #575D6C;
    font-size: 16px;	
    line-height: 20px;
    margin-left: 24px;
    font-weight: normal;
}
.pc_selected{
	color: #c7000b !important;
    border: #c7000b 1px solid !important;
}
@media (max-width: 1439px) {
    .micro-authentication-wrap {
       max-width: 1200px;
    }
}
@media (min-width: 768px) {
   .load-more{
   		display: none;
   }
}
.micro-authentication-banner-wrapper {
    height: 260px;
    background: url(../images/micoAuthenticationImg/micro-authentication-index-banner.png) center;
    background-size: cover;
}

.micro-authentication-banner-wrap {
    color: #252b3a;
    position: relative;
}

.micro-authentication-banner-wrap h1 {
    font-size: 40px;
    line-height: 54px;
    padding: 75px 0px 12px;
}

.micro-authentication-banner-wrap p {
    font-size: 16px;
    line-height: 22px;
    max-width: 637px;
}

.micro-authentication-banner-player-list {
    position: absolute;
    right: 0;
    top: 23px;
    width: 220px;
}

.micro-authentication-banner-player-list li {
    margin-bottom: 8px;
    background:#252B3A;
    opacity: .8;
    width: 220px;
}
.micro-authentication-navigation li:hover{
	color: #c7000b
}
.micro-authentication-banner-player-list li:hover{
	background:#252B3A;
    opacity: 1;
}
.authentication-banner-player-list-block {
    padding: 12px 16px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.authentication-banner-player-list-block h2 {
    font-size: 14px;
    line-height: 20px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}

.authentication-banner-player-list-block p {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*nav*/
.micro-authentication-navigation-wrap {
    border-bottom: #dedede 1px solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.micro-authentication-navigation {
    height: 48px;
    display: table;
    margin: auto;
}

.micro-authentication-navigation li {
    display: inline-block;
    color: #252B3A;
    font-size: 14px;
    line-height: 22px;
}

.micro-authentication-navigation li:nth-child(2) {
    margin: auto 42px;
}

.authentication-navigation-selected {
    font-weight: bold;
    border-bottom: 3px solid #c7000b;
    padding: 14px 0px 12px 0px;
}
/*intro*/
.micro-authentication-intro-wrap {
    padding-top: 108px;
    margin-top: -52px;
    overflow: hidden;
    margin-bottom: 56px;
}

.micro-authentication-intro-left {
    float: left;
}

.micro-authentication-intro-flow {
    margin-top: 72px;
}

.micro-authentication-intro-flow li {
    display: inline-block;
    position: relative;
}

.micro-authentication-intro-flow li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 1px dashed #ADB0B8;
    left: 78px;
    top: 25px;
}

.micro-authentication-intro-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ADB0B8;
    border-radius: 100%;
    left: 136px;
    top: 22px;
}

.micro-authentication-intro-flow li:nth-child(2n) {
    margin: 0px 101px;
}

.micro-authentication-intro-flow li img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0px auto 16px auto;
}

.micro-authentication-intro-right {
    float: right;
    width: 389px;
    height: 195px;
	background: url(../images/micoAuthenticationImg/video_bg.jpg) center;
}
.video_space{
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */ 
	display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgb(37, 43, 58,0.4);
}
.video_space:hover{
    background: rgb(37, 43, 58,0.6);
}
.micro-authentication-intro-right p{
	font-size: 16px;
	color: #ffffff;
	margin: 0 125px 0 24px;
}
/*list*/
.micro-authentication-list-wrapper {
    background: #fafafa;
}

.micro-authentication-list-wrap {
    padding: 56px 0px;
}
.micro-authentication-list-search-condition {
    margin: 16px 0px;
    padding: 24px 32px 20px 32px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 2px;
}
 .micro-authentication-lists-nodata {
    display: table;
    margin: auto;
    text-align: center;
    padding-top: 24px;
}

.micro-authentication-lists-nodata p {
    color: #252B3A;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
}
.micro-authentication-rights-wrap {
    padding: 56px 0px;
}

.micro-authentication-rights-grid {
    margin-top: 16px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.micro-authentication-rights-grid thead {
    background: url(../images/micoAuthenticationImg/micro-authentication-index-grid-bg.png);
    height: 54px;
}

.micro-authentication-rights-grid thead td {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 0px 17px 24px;
    color: #fff;
}

.micro-authentication-rights-grid td {
    color: #252B3A;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 0px 11px 24px;
    font-weight: bold;
}

.micro-authentication-rights-grid td:nth-child(2) {
    border-left: #DFE1E6 1px solid;
    text-align: center;
    padding-left: 0;
}

.micro-authentication-rights-grid td:nth-child(2) span {
    color: #526ECC;
}

.micro-authentication-rights-grid tr:nth-child(2n) {
    background-color: #f5f5f6;
}

.micro-authentication-own-icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(../images/micoAuthenticationImg/micro-authentication-index-selected-icon.png);
    background-position-y: 13px;
}
.list-search-condition-level-block {
    overflow: hidden;
}

.list-search-condition-level-block span {
    float: left;
}

.list-search-condition-level-item {
    float: left;
    width: 90%;
}

.list-search-condition-level-item li {
    float: left;
    margin-right: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.list-search-condition-level-item li a {
    color: #575D6C;
    font-size: 14px;
    padding: 7px 16px;
    line-height: 18px;
    display: inline-block;
    border: #ADB0B8 1px solid;
    border-radius: 2px;
}

.list-search-condition-level-item li a:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.list-search-condition-level-block span {
    color: #575D6C;
    font-size: 14px;
    line-height: 18px;
    margin-right: 4px;
    position: relative;
    padding: 7px 16px 7px 0px;
}
 .micro-authentication-lists-data {
    margin-bottom: 28px;
}

.micro-authentication-lists-data>li {
    overflow: hidden;
    background: #fff;
}

.micro-authentication-lists-data>li:nth-child(2n) {
    background: #F5F5F6;
}

.micro-authentication-lists-data>li>a {
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */ 
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding: 35px 32px;
    overflow: hidden;
}
.page-customize{
	margin-top: 28px;
}
.micro-authentication-lists-data>li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.micro-authentication-lists-data>li a .list_title {
    font-size: 16px;
    color: #252B3A;
    line-height: 22px;
    font-weight: bold;
}

.authentication-lists-data-level {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    border-radius: 2px;
    padding: 1px 4px;
    float: left;
    margin-right: 24px;
    margin-top: -1px;
    white-space: nowrap;
}


.authentication-lists-data-level.level1 {
    background: #FA5C41;
}

.authentication-lists-data-least {
    color: #c7000b;
    font-size: 12px;
    font-weight: bold;
}

.authentication-lists-data-info {
    width: 740px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    float: left;
    margin-right: 80px;
}

.authentication-lists-data-title {
    float: left;
    width: 290px;
    margin-right: 30px;
}
.code-search {
    position: relative;
    display: inline-block;
    float: right;
}
.code-search .code-input {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    padding-right: 60px;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    width: 400px;
    height: 32px;
    line-height: 32px;
}
.code-search .icon-delete {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 38px;
    cursor: pointer;
    display: none;
}
.icon-close{
	width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 10px;
    display: none;
}
.code-search .icon-search {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../images/courseImg/icon_search.png) no-repeat;
    background-position: -2px -3px;
    cursor: pointer;
}
.code-search .icon-search:hover{
    background: url(../images/courseImg/icon_search_hover.png) no-repeat;
    background-position: 10px 9px;
}	
.code-search .icon-search:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 1px;
    height: 16px;
    display: inline-block;
    border-left: 1px solid #cbcbcb;
}
.code-search .icon-delete:before,.icon-close:before{
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
    height: 14px;
    border-left: 2px solid #8A8E99;
    top: 1px;
    right: 12px;
}
.icon-close:hover:before,.icon-close:hover:after{
	border-left: 2px solid #fff;
}
.code-search .icon-delete:after,.icon-close:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2px;
    height: 14px;
    border-left: 2px solid #8A8E99;
    top: 1px;
    right: 12px;
}
.code-search .icon-delete:hover:before,.code-search .icon-delete:hover:after{
    border-left: 2px solid #c7000b;
}
@media (min-width:768px) and (max-width:1025px) {
        html,body {
            width: 1280px !important;
            height: auto;
        }
        .cer_pc{
			display: block;
		}
		.cer_mobile{
			display: none;
		}
		#video{
			width: 100%
		}
}
/*中屏*/
@media only screen and (max-width: 1439px) and (min-width: 769px) {
	.micro-authentication-wrap{
		max-width: 980px;
	}
	.micro-authentication-intro-left{
		max-width: 590px;
	}
	.micro-authentication-intro-flow li:not(:last-child)::before{
		width: 46%;
	}
	.micro-authentication-intro-flow li:not(:last-child)::after{
		left: 179%;
	}
	.micro-authentication-intro-flow li:nth-child(2n){
	    margin: 0px 60px;
	}
	.micro-authentication-wrap{
		width: calc(100% - 30px);
	}
	#video{
		width: 100%
	}
	.micro-authentication-banner-wrap p{
		max-width: 555px;
	}
	.micro-authentication-intro-right {
	    max-width: calc(100% - 590px);
	}
	.list-search-condition-level-item{
		width: 87%;
	}
	.header-nav .header-tag-pc{
		margin-right: 18px;
	}
	.micro-authentication-intro-right p{
		margin-right: 32%
	}
}
@media screen and (max-width: 767px){
	.cer_pc{
		display: none;
	}
	.cer_mobile{
		display: block;
	}
	body{
		background-color: #fff !important;
	}
	.content-block.overview p,.content-block.overview li{
		width: calc(100% - 30px);
		margin: 0 auto;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.notice-list .item{
		max-width: initial;
		float: left;
	}
	.content-block.overview li{
		text-align: center;
	}
	.title{
		color: #252B3A;
		font-size: 22px;
		margin-top: 20px !important;
		margin-bottom: 12px !important;
	}
	.title_intro{
		color: #252B3A;
		font-size: 14px;
		margin-bottom: 15px !important;
	}
	.content-block.overview{
		width: 100%;
		height: 200px;
		background: url(../images/micoAuthenticationImg/micro-authentication-index-mbbanner.png) center;
	    background-size: cover;
	    display: inline-block;
	}
	.home-notice{
		padding: 0px;
		position: relative;
	}
	.swiper-pagination-bullet{
		height: 0px;
	}
	.notice-list{
		height: auto !important;
	}
	.notice-list a{
		background: #252B3A !important;
		opacity: 0.8;
		height: 52px !important;
		line-height: 52px;
	    text-indent: 16px;
        width: calc(100% - 30px);
	}
	.overview .dc-SlideShow.notice-box{
		height: auto !important;
		overflow: inherit !important;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: -15px !important;
	}
	.swiper-pagination-bullet:before{
		background: rgba(255, 251, 251) !important;
	}
	.swiper-pagination-bullet-active:before{
		    background: #c7000b !important;
	}
	.swiper-pagination-bullet{
		opacity: 1 !important;
	}
	.notice-list a span{
		font-size: 14px;
		color: #fff;
	}
	.sidebar-nav{
		height: 44px;
   		border-bottom: 1px #DFE1E6 solid;
   		z-index: 222;
	}
	.selected:after{
	    background: #e41e2b;
	     bottom: 2px !important; 
	    content: "";
	    height: 3px;
	    left: 50%;
	    position: absolute;
	    width: 0;
	    margin-left: -50%;
	}
	.sidebar-menu{
	    width: calc(100% - 72px);
	    display: flex;
	    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
		display: -moz-flex;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    margin: 0 auto;
	}
	.sidebar-menu a{
		font-size: 12px;
		color: #252B3A;
	}
	.cer_intro_top{
		width: calc(100% - 30px);
		margin: 0 auto;
		overflow: hidden;
	}
	.cer_intro_top p {
		font-size: 14px;
		color: #252B3A;
		font-weight: 600;
	}
	.cer_intro{
       padding-top: 106px;
    	margin-top: -95px;
	}
	.sidebar-menu .item{
	    margin: 0 !important;
	}
	.cer_intro_main{
		width: calc(100% - 30px);
		height: 168px;
		background-color: #F5F5F6;
		margin: 0 auto;
		margin-top: 10px;
	    padding-top: 16px;
	}
	.cer_intro_main img{
		width: 32px;
		height: 32px;
	}
	.micro-authentication-intro-flow{
		position: relative;
		margin-top:0;
        width: 100%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
		display: -moz-flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
        margin-bottom: 23px;
	}
	.micro-authentication-intro-flow li:not(:nth-child(4))::before{
        content: "";
	    position: absolute;
	    width: 30px;
	    height: 1px;
	    border-bottom: 1px dashed #ADB0B8;
	    left: 69px;
	    top: 13px;
	}
	.micro-authentication-intro-flow li:not(:nth-child(4))::after{
	    content: "";
	    position: absolute;
	    width: 4px;
	    height: 4px;
	    background: #ADB0B8;
	    border-radius: 100%;
	    left: 99px;
	    top: 12px;
	}
	.micro-authentication-intro-flow li img{
		margin: 0px auto 5px auto;
	    width: 32px;
   		height: 32px;
	}
	.micro-authentication-intro-flow li:nth-child(2){
		margin: 0px 60px;
	}
	.micro-authentication-intro-flow li:nth-child(3)::before{
		content: "";
	    position: absolute;
	    width: 1px;
	    height: 30px;
	    border-left: 1px dashed #ADB0B8;
	    left: 31px;
	    top: 63px;
	}
	.micro-authentication-intro-flow li:nth-child(3)::after{
		display: none;
	}
	.item_four{
	    margin: 0;
	}
	.item_four::before{
		content: "";
	    position: absolute;
	    width: 19px;
	    height: 1px;
	    border-bottom: 1px dashed #ADB0B8;
	    left: 76px !important;
	    top: 13px;
	}
	.item_five::before{
		content: "";
	    position: absolute;
	    width: 17px !important;
	    height: 1px;
	    border-bottom: 1px dashed #ADB0B8;
	    left: 69px;
	    top: 13px;
	}
	.item_four::after{
	    content: "";
	    position: absolute;
	    width: 4px;
	    height: 4px;
	    background: #ADB0B8;
	    border-radius: 100%;
	    left: 70px  !important;
	    top: 12px;
	}
	.item_five{
	    margin-right: -3px !important;
	}
	.item_five::after{
	    content: "";
	    position: absolute;
	    width: 4px;
	    height: 4px;
	    background: #ADB0B8;
	    border-radius: 100%;
	    left: 65px !important;
	    top: 12px;
	}
	.micro-authentication-intro-flow p {
		font-size: 14px;
		font-weight: 600;
	}
	.cer_title{
		text-align: center;
		font-size: 18px;
		color: #252B3A;
	    font-weight: 600;
        margin-bottom: 12px;
	}
	.cer_list{
		width: calc(100% - 30px);
		margin: 0 auto;
	    padding-top: 121px;
    	margin-top: -91px;
	    overflow: hidden;
	}
	.code-search,.code-search .code-input{
		width: 100%;
		float: none;
	}
	.code-search .icon-search{
		width: 37px;
	}
	.code-search .icon-delete{
		right: 43px;
	}
	.cer_list_nav li{
		padding: 3px 13px;
		color: #575D6C;
	    font-size: 12px;
	    float: left;
    	margin-right: 8px;
	    margin-bottom: 8px;
	    border: #ADB0B8 1px solid;
	    border-radius: 2px;
	}
	.cer_list_nav>div{
		overflow: hidden;
		margin-top: 15px;
	}
	.cer_list_nav>div>div{
		float: left;
	    padding: 3px 0;	
	}
	.cer_list_nav ul{
		width: 87%;
	    float: left;
	}
	.line{
		width: 100%;
		background-color: #fafafa;
		height: 10px;
		margin-top: 8px;
		margin-bottom: 28px;
	}
	.mbline{
		margin-bottom: 12px;
	}
	.active{
		color: #C7000B !important;
		border:1px solid #C7000B !important;
	}
	.cer_list_level{
		margin-top: 15px !important;
	}
	.micro-authentication-lists-data li a{
		padding: 15px;
	    display: block;
	}
	.authentication-lists-data-title{
		float: none;
		width: auto;
		margin: 0;
	}
	.authentication-lists-data-level{
		margin-right: 4px;
   		margin-top: 0px;
	}
	
	.micro-authentication-lists-data li a .list_title{
		font-size: 14px;
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    max-width: 265px;
        float: left;
        margin-right: 4px;
	}
	.authentication-lists-data-least{
		display: block;
	    float: left;
	    line-height: 25px;
	}
	.micro-authentication-wrap{
		width: calc(100% - 30px);
	    padding: 106px 0 28px 0;
    	margin-top: -106px;
	}
	.title_fu{
		text-align: center;
		font-size: 12px;
		color: #575D6C;
	    margin-top: -4px;
	}
	.micro-authentication-rights-grid{
		margin-top: 12px;
	}
	.micro-authentication-rights-grid thead td{
	    padding: 16px 0px 16px 8px;
		font-size: 14px;
	}
	.micro-authentication-rights-grid td{
		padding: 5px 0px 5px 8px;
		font-size: 12px;
	    font-weight: normal;
	}
	.micro-authentication-lists-data li a img{
		display: none;
	}
	.authentication-lists-data-info{
		width: 100%;
		margin-right: 0;
	}
	.notice-box{
		padding: 0 !important;
	}
	.notice-list{
		display: flex !important;
		display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
		display: -moz-flex; /* Firefox 18+ */  
	}
	.notice-list a{
		width: calc(100% - 30px) !important;
	}
	.notice-list .item a{
		font-size: 14px;
		color: #fff;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	#video {
	    width: 100%;
	}
	
	.page-customize{
		display: none;
	}
	.developer-field-content-list-load {
	    margin: 16px 0 28px;
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 14px;
	    line-height: 22px;
	    color: #ADB0B8;
	}
	.developer-field-content-list-load.load-more span {
	    font-size: 14px;
	    line-height: 22px;
	    color: #526ECC;
	    vertical-align: middle;
	    cursor: pointer;
	}
	.developer-field-content-list-load.load-more i {
	    display: inline-block;
	    margin-left: 6px;
	    width: 11px;
	    height: 7px;
	    vertical-align: 1px;
	    background: url(../images/micoAuthenticationImg/home_expandmore_icon.svg) no-repeat center/cover;
	}
	.load-more{
		display: block;
	}
	html,body{
		height: auto;
	}
	.micro-authentication-lists-data>li a .list_title{
		float: left;
	}
	.cer_list_level{
		margin-top: 8px !important;
	}
    .icon-close{
        top: -24px;
    }
    .icon-close:before,.icon-close:after{
        border-left: 2px solid #fff;
        height: 16px;
    }

}

.fixed{
    width: 100%;
    background: #fff;
	position: fixed;
	top: 0;
	z-index: 998;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
    opacity: 1 !important;
    transition: opacity .4s ease;
}
.fixedmb{
	width: 100%;
    background: #fff;
	position: fixed;
	top: 48px;
	z-index: 998;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
    opacity: 1 !important;
    transition: opacity .4s ease;
}
