.FixBTeam a img{
    animation: none;
    -webkit-animation: none;
}
/**Sld**S**/
.sv_sld_body{
    min-height: 100px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: stretch;
    box-shadow: 0 2px 5px 0.05px rgb(0 0 0/20%);
    margin: 10px;
}
#sv_txt_slides {
	overflow: hidden;
	position: relative;
	width: 100%;/* 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 100%;
}
#sv_txt_slides ul {
	list-style: none;
	width:100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
}
	
#sv_txt_slides li {
	width:100%;
	float:left;
	text-align: center;
	position: relative;
	font-family:'Poppins', Lato;
	display: flex;
    align-items: stretch;
	height: 100%;
}
.sv_img_sld{
    overflow: hidden;
    position: relative;
    min-height: 150px;
	display: flex;
    align-items: stretch;
    width: 100%;
}
.sv_txt_slides{
    display: flex;
    align-items: center;
    position: relative;
}
.sv_txt_slides section{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sv_txt_slides img{
	width: 100%;
	height: 100%;
    display: block;

}
.sv_img_sld .sv_bankac_add_btn{
	position: absolute;
	z-index: 1;
} 

.sv_bankac_add_btn{
	position: absolute;
    top: 50%;
    z-index: 2;
    left: 2px;
    transform: translate(0, -50%);
	font-size:30px;
	border-radius:10px;
	transition:ease-in-out 0.2s all;
    width: 20px;
    height: 60px;
    background: rgb(2, 87, 245, 0.1);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196F3;
}
.sv_bankac_add_btn:hover{
	cursor:pointer;
	opacity:1;
	background:#2196F3;
    color: #fff;
}
.sv_img_sld #next{
    left: auto;
    right: 2px;
}

/**Sld**E**/
.pte_activity{
	z-index:451;
	overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
}
.my_account_box1_h{
    background: #fff;
    color: var(--t4);
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}
.pte_activity_in{
	position:absolute;
	z-index:1;
	background:var(--pdb);
	top:40px;
	bottom:30px;
	left:15px;
	right:15px;
	border-radius:3px;
    box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
    animation: bounceInRight 0.3s alternate;
    transform: translate3d(0, 0, 0);
	max-width:600px;
}
.pte_activity_ani{
    animation: bounceOutDown 1.2s alternate;
}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
     }
     60% {
        opacity: 1;
        transform: translateX(-30px);
     }
     80% {
        transform: translateX(10px);
     }
     100% {
        transform: translateX(0);
     }
 }
 @keyframes bounceInRight {
    0% {
       opacity: 0;
       transform: translateX(2000px);
    }
    60% {
       opacity: 1;
       transform: translateX(-30px);
    }
    80% {
       transform: translateX(10px);
    }
    100% {
       transform: translateX(0);
    }
 } 
.pte_activity_btn{
	position:absolute;
	z-index:1;
	right:-5px;
	top:-15px;
	overflow:hidden;
	box-shadow:0px 1px 2px 1px rgba(0,0,0,0.2);
	font-size:20px;
	text-align:center;
	width:30px;
	height:30px;
	background:#f20000;
	line-height:30px;
	border-radius:30px;
	color:#fff;
	-webkit-animation: btn_effect 42s linear infinite;
    animation: btn_effect 42s linear infinite;
	text-transform:uppercase;
}
.pte_activity_btn:hover{
	cursor:pointer;
	color:#f20000;
	background:#fff;
}

.pte_activity_head{
    padding: 0px 30px;
}

.pte_activity_txt{
	position:absolute;
	z-index:1;
    top: 38px;
	bottom:60px;
	left:0px;
	right:10px;
    overflow-x: hidden;
    overflow-y: auto;
	border-radius:5px;
}
.pte_activity_txt section{
	text-align:left;
	padding:10px 5px;
	margin-bottom:5px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.pte_activity_txt section h1{
	padding:8px 0px;
	font-size:18px;
	color:var(--y);
	padding-left:5px;
}
.pte_activity_txt section article{
	padding:4px;
	font-size:14px;
	line-height:18px;
	color:var(--t2);
    font-family: 'Barlow';
	font-weight: 500;
}
.pte_activity_txt section article li{
	padding:3px 0px;
}
.pte_activity_cls{
	position:absolute;
	bottom:10px;
	left: 5px;
	right: 5px;
	/* transform:translate(-50%,0); */
	z-index:1;   
    display: flex;
    align-items: center;
}
.pte_activity_cls_link{
    flex: auto;
	font-size:14px;
    margin: 0 5px;
	padding:10px 5px;
	text-align:center;
	background: #48A4FF;
    box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
    transition: ease-in-out 0.2s all;
	color:#fff;
	border-radius:3px;
    background: linear-gradient(0deg,#F44336,#bf0f02 100%);  

}
.pte_activity_cls_link:hover {
	cursor:pointer;
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.pte_activity_cls_link2{
    background: linear-gradient(0deg,#2196f3,#016fc7 100%); 

}
.pte_activity_txt section dl{
	background:rgba(255,255,255,0.1);
	margin:3px 5px;
	padding:8px 6px;
	color:#ffffff;
	border-radius:4px;
	flex:1;
	font-size:14px;
	line-height:16px;
    text-align: center;
}
.pte_activity_h1{
	background:none;
	font-size:20px;
	color:var(--t);
	flex-wrap: wrap;
    font-family: 'Barlow';
	font-weight: 700;
	margin-bottom: 3px;
	
}

.my_social_link{
    padding: 0px 10px;

}
.my_social_link a{
    margin: 10px 0px;
    background: var(--w);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.08);
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.my_social_link a dd{
    flex: 1;
    padding: 8px 5px;
    text-align: left;
}
.my_social_link a dl{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}
.my_social_link a dl i{
    font-size: 30px;
}
.my_social_link a dd h5{
    padding-bottom: 5px;
    font-size: 10px;
    color: #898989;
    font-family: 'Barlow';
    font-weight: 600;
}
.my_social_link a dd h1{
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow';
    color: var(--t2);
}
.my_social_link a dd h3{
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Barlow';
    color: var(--t2);
    word-break: break-all;
}
/**Notice**E**/



.my_profile_box{    
    background: #FFF;
    min-height: 50px;
    background: var(--pd) url(../pattern/ptrn1.png) no-repeat;
    background-size: cover;
    margin: 0px 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px 0.05px rgba(0,0,0,0.2);
    padding: 15px;
    position: relative;
    border-radius: var(--border-r);

}
.my_profile_box:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 20px;
    top: -5px;
    left: 10px;
    right: 10px;
    background: radial-gradient(circle, transparent, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2) 100%) -8px -8px / 16px 16px repeat-x;
    
}
.my_profile_box:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 20px;
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2) 100%) -8px -2px / 16px 16px repeat-x;
    display: none;
    
}
.my_pbox1_top{
	display:flex;
	text-align:left;
    font-family: var(--font-f);
}
.my_pbox1_top section{
	flex:1;
}
.my_pbox1_top section:last-child{
	text-align:right;
}
.my_pbox1_top section h1{
	color:var(--t);
	font-size:24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.my_pbox1_top section h1 i{
	font-size:16px;
	margin-right:1px;
}
.my_pbox1_top section h1 span{
    margin-left: 4px;
    display: flex;
    color: #FFC107;
    transition: ease-in-out 0.1s all;
    margin-bottom: 4px;
}
.my_pbox1_top section h1 span:active{
    transform: rotate(180deg);
}
.my_pbox1_top section h2{
	color:#fff;
	font-size:20px;
    font-weight: 500;
}
.my_pbox1_top section h2 i{
	font-size:12px;
	margin-right:2px;
}
.my_pbox1_top section small{
	color:#fff;
	font-size:12px;
	padding-top:3px;
	display:block;
    font-weight: 300;
    font-family: 'Proxima Nova';
}

.my_pbox1_b1 h1{
	color:#fff;
	font-size:20px;
}
.my_pbox1_b1 h3{
	display:inline-block;
	background:rgba(255,255,255,0.4);
	display:inline-block;
	margin-top:4px;
	font-size:14px;
	border-radius:10px;
	padding:3px 8px;
	color:#0297CF;
}
.my_pbox1_bottom{
	display:flex;
	padding-top:20px;
}
.my_pbox1_bottom a{
	flex:1;
	background:#fff;
	border-radius:10px;
	padding:10px;
	color:var(--t);
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	opacity:0.9;
    font-weight: 600;
    background: linear-gradient(135deg, var(--pd2) 0%, var(--pd) 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.my_pbox1_bottom a i{
    font-size: 18px;
}
.my_pbox1_bottom a:first-child{
	margin-right:10px;
}
.my_pbox1_bottom a:last-child{
	margin-left:10px;
}
.my_pbox1_center{
	display:flex;
	padding-top:15px;
	text-align:center;
    font-family: var(--font-f);
}
.my_pbox1_center section{
	flex:1;
	color:#fff;
}
.my_pbox1_center section i{
	font-size:14px;
}
.my_pbox1_center section:first-child{
	text-align:left;
}
.my_pbox1_center section:last-child{
	text-align:right;
}
.my_pbox1_center section h2{
	color:#fff;
	font-size:17px;
    font-weight: 500;
}
.my_pbox1_center section h2 i{
    font-size: 10px;
    margin-right: 1px;
}
.my_pbox1_center section small{
	color:#fff;
	font-size:10px;
	padding-top:3px;
	display:block;
    font-weight: 300;
    font-family: 'Proxima Nova';
}
.my_profile_tab{
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: flex;
    align-content: flex-start;
    align-items: center;
}
.my_profile_tab section{
    flex: 1;
}
.my_profile_tab aside{
    padding: 0px 7px;
}
.my_profile_tab aside img{
    width: 50px;
    height: 50px;
}
.my_profile_tab h5 span{
    color: var(--t6);
    font-size: 12px;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 3px;
}
.my_profile_tab section h3{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
}
.my_profile_tab section h4{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
}
.my_profile_tab section h2{
    font-size: 14px;
    color: var(--t6);
    font-weight: 500;
    padding: 5px 0px;
}


.feimgpopup{
	z-index:999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:fixed;
	background:rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
}
.feimgpopup section{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.feimgpopup section img{
	display:block;
	width:80%;
	border:5px solid #fff;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	margin:0 auto;
	border-radius:10px;
	animation: fadeInLeft 0.2s alternate;
}
.feimgpopup section i{
	position:absolute;
	font-size:30px;
	top:-40px;
	right:20px;
	color:#f20000;
}

.my_fishbox_body{
	overflow: hidden;
    padding: 5px;
}
.my_fishbox{
	position: relative;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.2);
    margin: 6px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(6, 56, 45, 0.9) 0%, rgba(20, 105, 66, 0.9) 100%);
    border-radius: var(--border-r);
}
.my_fishbox_in{
    flex: 1;
	padding: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.my_fishbox_in section img{
    width: 128px;
    height: 100%;
    display: block;
}
.my_fishbox_in section{
	position:relative;
}
.my_fishbox_in section span{
	position:absolute;
	z-index:1;
	background:rgba(0, 0, 0, 0.7);
	color:#FFC107;
	right:0px;
	top:0px;
	font-size:10px;
	padding:6px 15px;
	border-radius:0px 0px 0px 20px;
}
.my_fishbox_in section span b{
	display:inline-block;
	padding-right:2px;
    display: none;
}
.my_fishbox_in section span i{
    font-size: 7px;
}
.my_fishbox_in aside{
    width: 100%;
}
.my_fishbox_in aside h1{
	font-size:20px;
	padding:5px 0px;
	color:#ffffff;
	padding-top:0px;
    overflow: hidden;
    font-weight: 600;
}
.my_fishbox_in aside article{
    padding-left: 10px;    
}
/* .my_fishbox_in aside h2{
	font-size:18px;
	padding:5px 0px;
	color:#0ac5ed;
    font-weight: 700;
    font-family: 'Roboto Slab';
    padding-top: 0;
}
.my_fishbox_in aside h2 i{
	font-size:12px;
    margin-right: 1px;
} */

.my_fishbox_price_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    
}
.my_fishbox_price{
    font-weight: 700;
    font-family: var(--font-f);
    font-size: 20px;
	color:var(--t);
    letter-spacing: 0.5px;
    transition: background 0.3s, color 0.2s;
}
.my_fishbox_price i{
    font-size: 18px;
    margin-bottom: 0px;
    margin-right: 2px;
}
.my_fishbox_price small{
    font-weight: 300;
}
.my_fishbox_price_off{
    flex: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    justify-content: center;

}
.my_fishbox_price_off big{
    font-size: 12px;
    color: #FF9800;
    text-decoration: line-through;
    font-family: 'Fjalla One', 'Barlow', 'Agdasima', Arial, sans-serif;
}
.my_fishbox_price_off big i{
    font-size: 11px;
}
.my_fishbox_price_off_no{
    display: inline-block;
    padding: 5px 7px;
    background: linear-gradient(90deg, #4CAF50 0%, #8BC34A 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-style: normal;
    animation: offerPulse 1.2s infinite alternate;
    box-shadow: 0 2px 8px 0 rgba(255, 152, 0, 0.15);
    /* font-family: 'Rubik'; */
    position: relative;
    text-decoration: none !important;
    position: absolute;
    top: 26px;
    right: 3px;
    font-family: 'Roboto Slab';
}

@keyframes offerPulse {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 0 rgba(9, 255, 0, 0.5);
    }
    100% {
        background-position: 100% 50%;
        box-shadow: 0 0 8px 4px rgba(82, 255, 34, 0.15);
    }
}

.my_fishbox button{
	background:var(--pd2);
    background-image: -moz-linear-gradient(45deg, var(--pd) 0%, var(--p) 100%);
    background-image: -webkit-linear-gradient(45deg,var(--pd) 0%, var(--p) 100%);
    background-image: -ms-linear-gradient(45deg,var(--pd) 0%, var(--p) 100%);
    background-image: linear-gradient(45deg, var(--pd) 0%, var(--p) 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 40%);
	display:block;
	color:#fff;
	padding:10px 15px;
	font-size:14px;
    text-shadow: 1px 1px #033e77;
	outline:none;
	border:none;
	text-transform:uppercase;
	border-radius:3px;
	overflow:hidden;
    -webkit-animation: btn_effect 60s linear infinite;
    animation: btn_effect 60s linear infinite;
    margin: 0 10px;
    margin-top: auto;
    font-family: var(--font-f);
    font-weight: 700;
}
.my_fishbox button:hover{
	cursor:pointer;
    background: #F3570C;
    background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.5);
    box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    text-shadow: 1px 1px #eb6d58;
}

.my_fishbox_in aside nav{
    display: flex;
    border-top: 1px dashed rgba(255,255,255,0.1);
    padding: 5px 0px;
    color: #fff;
    font-size: 10px;
}
.my_fishbox_in aside nav dd{
    flex: 1;
    text-align: left;
    opacity: 0.8;
}
.my_fishbox_in aside nav dl{
    font-weight: 600;
}
.my_fishbox_in aside nav dl i{
    font-size: 6px;
    margin-right: 1px;
}

.my_fishbox_info{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:449;
	background:#fff;
	background:var(--pdb);/* url(../bg/bg2.png) left top; */
	background-size:100%;
	animation: fadeInUp 0.3s alternate;
}
.my_fishbox_info_t{
	/* background:var(--pd); */
	overflow:hidden;
	height:50px;
}
.my_fishbox_info_t span{
	display:block;
	float:left;
	width:50px;
	height:50px;
	text-align:center;
	font-size:30px;
	line-height:48px;
	color:#fff;
	margin-right:-50px;
}
.my_fishbox_info_t span:active{
	background:rgba(255,255,255,0.05);
}
.my_fishbox_info_t b{
	display:inline-block;
	font-size:20px;
	height:50px;
	line-height:50px;
	color:#fff;
}
.my_fishbox_info_t2{    
    background: var(--pd);
    font-size: 20px;
    color: #d3f7ff;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.my_fishbox_info_t2 i{
    margin-right: 4px;
}
.my_fishbox_info_t2 h3 {
    font-size: 10px;
    /* background: rgba(0, 0, 0, 0.4); */
    display: inline-block;
    padding: 3px 6px;
    border-radius: 0px;
    color: #1b1b1b;
    margin-left: auto;
}
.my_fishbox_info_box{
	position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}
.my_fishbox_info_b1{
	display:flex;
    align-items: center;
	min-height:150px;
	/* margin-bottom:10px; */
	background:var(--pd);
	padding:10px;
	box-shadow: 0px 0px 6px 1px rgba(51,51,51,0.05);
	overflow:hidden;
	/* border-radius:5px; */
}
.my_fishbox_info_b2{
	background:rgba(0,0,0,0.3);
    height: calc(100% - 198px);
	box-shadow: 0px 0px 6px 1px rgba(51,51,51,0.05);
	overflow:hidden;
	border-radius:5px;
    display: flex;
    align-items: flex-start;
}
.my_fishbox_info_b1 section{
	width:130px;
}
.my_fishbox_info_b1 aside{
	padding-left:8px;
	text-align:left;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.my_fishbox_info_b1 section img{
	display:block;
	width:130px;
}
.my_fishbox_info_b1 h1{
	overflow:hidden;
	font-size:16px;
	color:#d3f7ff;
	overflow:hidden;
	padding:5px 0px;
    font-weight: 500;
    padding-bottom: 10px;
    display: none;
}
.my_fishbox_info_b1 section dd{
	background:rgba(0, 0, 0, 0.2);
	color:#6dca00;
	font-size:10px;
	height:20px;
	padding:0px 15px;
	margin:3px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: 'Teko'; */
}
.my_fishbox_info_b1 section dd i{
    font-size: 8px;
    margin-right: 2px;
    margin-left: 2px;
}
.my_fishbox_info_b1 h2{
	font-size:20px;
	padding:4px 0px;
    padding-bottom: 4px;
	color:#0ac5ed;
    margin-top: auto;
    font-weight: 900;
    font-family: 'Roboto Slab';
}
.my_fishbox_info_b1 h2 i{
    font-size: 12px;
    margin-right: 1px;
}

.my_fishbox_info_b1 button{
    background: #F3570C;
    background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.5);
    box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 50%);
    text-shadow: 1px 1px #eb6d58;
	display:inline-block;
	color:#fff;
	padding:6px 15px;
	font-size:14px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	outline:none;
	border:none;
	text-transform:uppercase;
	border-radius:3px;
	overflow:hidden;
    -webkit-animation: btn_effect 60s linear infinite;
    animation: btn_effect 60s linear infinite;
    font-family: 'Kanit';
	margin-top:5px;
    position: relative;
}
.my_fishbox_info_b1 button:after{
    content: "";
    width: 20px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: -30px;
    filter: blur(10px);
    opacity: 0.1;
    transform: rotate(10deg);
    animation: btn-scroll 1.5s infinite linear;
}
.my_fishbox_info_b1 button:hover{
	cursor:pointer;
	background:#004080;
    background-image: -moz-linear-gradient(0deg,#004080 0%,#006CD9 100%);
    background-image: -webkit-linear-gradient(0deg,#004080 0%,#006CD9 100%);
    background-image: -ms-linear-gradient(0deg,#004080 0%,#006CD9 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 40%);
}
.my_fishbox_info_b1 article{
    padding: 8px;
    font-size: 12px;
    color: #e80000;
    animation: vm_blink 0.7s infinite;
	-webkit-animation: vm_blink 0.7s infinite;
}
.my_fishbox_info_b1 aside h3{
    font-size: 10px;
    color: #607D8B;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 3px 6px;
    border-radius: 0px;
    place-self: flex-start;
}

.my_fishbox_info_b1 aside nav{
    display: flex;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    padding: 5px 0px;
    color: #fff;
    font-size: 10px;
}
.my_fishbox_info_b1 aside nav dd{
    flex: 1;
    text-align: left;
    opacity: 0.8;
}
.my_fishbox_info_b1 aside nav dl{
    font-weight: 600;
}
.my_fishbox_info_b1 aside nav dl i{
    font-size: 6px;
    margin-right: 1px;
}

.my_fishbox_info_b2 section{
    flex: 1 0 100px;
}
.my_fishbox_info_b2 section h2{
	flex:1;
	text-align:left;
	font-size:16px;
	padding:10px 8px;
    color: #009688;
    font-weight: 500;
    background: rgba(0,0,0, 0.1);
    /* border-radius: 5px 5px 0px 0px; */
}
/* .my_fishbox_info_b2 section h2:first-child{
	border-right:1px solid #f2f2f2;
} */
.my_fishbox_info_active{
	color:#fff;
    position: relative;
    background: rgba(0,0,0, 0.5) !important;
}
.my_fishbox_info_active:after {
    border-color: transparent transparent transparent rgba(0,0,0, 0.5);
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.my_fishbox_info_b2 section h2:hover{
	cursor:pointer;
	/* color:#0c7e96; */
}
.my_fishbox_info_b3{
    display:flex;
    align-items: center;
	/* margin-bottom:10px; */
	background:var(--pd);
	padding:10px;
	box-shadow: 0px 0px 6px 1px rgba(51,51,51,0.05);
	overflow:hidden;
	/* border-radius:5px; */
}
.my_fishbox_info_b3 section{
	width:130px;
    flex: 1;
}
.my_fishbox_info_txt{
	text-align: left;
    padding:10px 15px;
    font-size: 11px;
    color: #e1e1e1;
    line-height: 16px;
    font-family: 'Proxima Nova';
    background-color: rgba(0, 0, 0, 0.2);
    height: 95%;
}
.my_fishbox_info_txt b{
	color:#FFC107;
}
.my_fishbox_info_txt i{
    font-size: 6px;
}
.my_fishbox_info_mimg{
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 15px 0px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(95%);
}
.my_fishbox_info_mimg nav{
    flex: 1 0 25%;
    margin: 10px;
    margin-top: 0px;
}
.my_fishbox_info_mimg img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px rgba(51, 51, 51, 0.05);
}
.my_fishbox_lock{
    opacity: 0.6;
}