.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/**<div class="give_error_yes"><dd><i class="fa fa-check-circle"></i></dd><li>Please fill in required fields.</li></div>**/
/**<div class="give_error_no"><dd><i class="fa fa-exclamation-circle"></i></dd><li>Please fill in required fields.</li></div> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}


.sv_width{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
    overflow: hidden;
	text-align:center;
	clear:both;
}
.sv_width2{
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.box_shadow{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
	        box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	-webkit-transform:translate(-50%);
	    -ms-transform:translate(-50%);
	        transform:translate(-50%);
	left:50%;
	/*top:20px;*/
	display:inline-block;
	background:rgba(255,255,255, 0.9);
	color:#333;
	font-size:15px;
	line-height:18px;
	border-radius:2px;
	-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	        box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	-webkit-transition:ease-in-out 0.2s all;
	-o-transition:ease-in-out 0.2s all;
	transition:ease-in-out 0.2s all;
	-webkit-animation:error_animation 5s forwards;
	        animation:error_animation 5s forwards;
	top:-300px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 3px solid #e80000;
    /*white-space: nowrap;*/
}
.give_error_yes{
    border: 3px solid #039b17;
}
.give_error_no dd, .give_error_yes dd{
    color: #e80000;
    /* background-color: rgba(255,255,255, 0.9); */
    padding: 10px;
    margin-bottom: 10px;
    display: none;

}
.give_error_yes dl img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.give_error_yes dd{
    color: #039b17;
}
.give_error_no i{
	margin-right:8px;
	font-size:28px;
	vertical-align:middle;
}
.give_error_yes i{
	margin-right:8px;
	font-size:35px;
	vertical-align:middle;
    -webkit-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all;
    -webkit-animation: heart_beep 0.3s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
          animation: heart_beep 0.3s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
.give_error_no li i{
    font-size: 8px;
    margin-right: 0;

}

@-webkit-keyframes heart_beep {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    20% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    22.5% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    32.5% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    35% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
}
@keyframes heart_beep {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    20% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    22.5% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    32.5% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    35% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
}
.give_error_no li, .give_error_yes li{
	text-align: left;
	padding: 2px 15px;
    color: var(--t3);
    font-size: 12px;
    display: block;
}
.give_error_no li em, .give_error_yes li em{
    display: none;

}
.give_error_no li:last-child, .give_error_yes li:last-child{
	border: none;
}
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    padding: 6px 8px;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 0px 0px #CCC;
            box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    -webkit-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#004080;
	-webkit-transform:translate(2px,2px);
	    -ms-transform:translate(2px,2px);
	        transform:translate(2px,2px);
	-webkit-box-shadow:none;
	        box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.loading3{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.loading4{
	display:none;
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.load{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.2) url(../img/load5.gif) center center no-repeat;
	z-index:500;
	background-size: 90px;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.load5{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/load5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:1;
	background-size: 90px;
    background-size: 70px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.load3_box{
	display:inline-block;
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
	background:rgba(0,0,0,.2) url(../img/load5.gif) center no-repeat;
	background-size:contain;
	padding:8px;
	width:90px;
	height:90px;
	z-index:999;
	background-size:70px;
	border-radius:0px;
	-webkit-box-shadow:0 4px 8px .05px rgb(0 0 0/20%);
	        box-shadow:0 4px 8px .05px rgb(0 0 0/20%);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.my_no_file {
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
}

.my_no_file img {
    display: block;
    max-width: 100%;
    width: 60%;
    margin: 0 auto;
    opacity: 0.8;
    filter: hue-rotate(325deg);
}

.my_no_file span {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Barlow';
	font-weight: 600;
}
.img_shadow {
    display: block;
    width: 96%;
    margin: 2%;
    -webkit-box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
            box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%);
    clear: both;
}
/**Popup**S**/
.sv_popup{
    background: rgba(0,0,0,0.2);
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 450;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sv_popup_in{
	background: #FFF;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	-webkit-box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	        box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	-webkit-animation: Inm-fadeIn 1s both;
	        animation: Inm-fadeIn 1s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	/* white-space: nowrap; */
	overflow: auto;
	border-radius: 10px;
	/* width: fit-content; */
	max-height: 95%;
	margin: 13px;
	position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sv_popup_close {
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #e80000;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	border-radius: 5px;
}
.sv_popup_close:hover {
	cursor: pointer;
	color: #333;
}
.sv_popup_close:active {
	background-color: #333;
	color: #fff;
}
.sv_popup_head{
    padding: 15px;
    background: #f4f4f4;
    font-size: 24px;
    text-align: left;
    color: var(--t);
    font-weight: 600;
	padding-right: 30px;

}


.sv_msgtxt{
    padding: 20px;
}
.sv_msgtxt img{
    margin: 0 auto;
    display: block;
    width: 40%;
}
.sv_msgtxt h1{
    font-size: 25px;
    padding: 10px 0px;
    color: var(--pd);
    font-family: 'Barlow';
}
.sv_msgtxt h4{
    font-size: 15px;
    padding: 10px 0px;
    color: var(--t);
    font-family: 'Barlow';
}
.sv_msgtxt section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* border-top: 1px solid #f2f2f2; */
    font-size: 14px;
    text-align: left;
    padding: 10px 0px;	
    -webkit-box-pack: center;	
        -ms-flex-pack: center;	
            justify-content: center;
}

.sv_msgtxt section dd{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: 600;
	color: #333;
    padding-right: 15px;
    border-right: 1px solid #f2f2f2;
}
.sv_msgtxt section dl{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: var(--t);
    text-align: right;
    padding-left: 15px;
}

.sv_msgtxt_btn{
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 10px 0px;
}
.sv_msgtxt_btn button, .sv_msgtxt_btn a{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	outline:none;
	border:none;
	display:inline-block;
	background:-webkit-gradient(linear,left bottom, left top,from(var(--p)),to(var(--pd)));
	background:-o-linear-gradient(bottom,var(--p),var(--pd) 100%);
	background:linear-gradient(0deg,var(--p),var(--pd) 100%);
	color:#FFF;
	font-size:20px;
	padding:10px 10px;
	border-radius:10px;
	width:70%;
	font-family: 'Poppins', 'Lato';
	-webkit-transition:ease-in-out 0.2s all;
	-o-transition:ease-in-out 0.2s all;
	transition:ease-in-out 0.2s all;
	letter-spacing:1px;
    -webkit-box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
            box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
	border:1px solid rgba(255,255,255,0.1);
	font-weight:600;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	
}
.sv_msgtxt_btn a{
	border:1px solid var(--p);
	background:rgba(255,255,255,0.1);
	color:var(--pd);
	margin-top:10px;
	font-size:14px;
	padding:15px 5px;
	font-family: 'Lato';
}
.sv_msgtxt_btn button i{
	margin-right:5px;
}
.sv_msgtxt_btn button:hover{
	background-color:#2D96FF;
	cursor:pointer;
}
.sv_msgtxt_btn button:active{
	-webkit-transform:translate(3px,3px);
	    -ms-transform:translate(3px,3px);
	        transform:translate(3px,3px);
}
/**Popup**E**/
/**Head**S**/

body {
	background:#fff url(../photo/fish.jpg) top center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.my_pbody{
	background:var(--pdb) url(../bgimg/bg5.jpg) bottom center no-repeat;
    background-size: cover;
    
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 550px;
    width: 100%;
	height:100%;
	float:left;
	position:fixed;
	top:0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
	bottom:0;
	right:auto;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
    overflow-x: hidden;
    overflow-y: auto;
}
.my_pbody::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.my_pbody::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.my_pbody::-webkit-scrollbar-thumb{
	background:#0058af;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.my_pbody::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.my_pbody::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.my_pbody::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);border-radius:8px;}

.my_pbody *::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.my_pbody *::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.my_pbody *::-webkit-scrollbar-thumb{
	background:#3d6185;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.my_pbody *::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.my_pbody *::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.my_pbody *::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);border-radius:8px;}
.my_pbody_in{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: var(--hd);
    padding-bottom: var(--bhdp);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter:;
}
.my_pbody_in2{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
/**Head**E**/
/**Menu**S**/
.my_menu_body{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 449;
    max-width: 550px;
    float: left;
	display:none;
}
.my_menu_tab{
    position: absolute;
    width: 80%;
    /* overflow: auto; */
    height: 100%;
    right: -81%;
    background: var(--pd);
}
.my_menu_b1{
	height:110px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear,left top, right top,color-stop(.14%, #374992),color-stop(99.92%, #4675D2));
    background: -o-linear-gradient(left,#374992 .14%,#4675D2 99.92%);
    background: linear-gradient(90deg,#374992 .14%,#4675D2 99.92%);
}

.my_menu_b1:after{
    content: " ";
    background: url(../pattern/ptrn13.png) top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
}

.my_menu_b2{
	position: absolute;
    left: 0;
    top: 110px;
    right: 0;
    bottom: 55px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
}
.my_menu_exit{
	position: absolute;
	top: 50%;
	left: -23px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	border-radius: 50%;
    z-index: 1;
}
.my_menu_exit span{
    color: #f2f2f2;
    font-size: 30px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--pd);
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-transition: ease-in-out 0.05s all;
	-o-transition: ease-in-out 0.05s all;
	transition: ease-in-out 0.05s all;
	cursor: pointer;
}
.my_menu_exit span:active{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.my_menu_b2 a{
	font-size: 14px;
    position: relative;
    color: var(--t);
    overflow: hidden;
    font-weight: 600;
    margin: 5px;
    background: var(--wl);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 7px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.9;
}
.my_menu_b2 a b{
	
	font-family: 'ProximaNovaRegular';
	color:#333;
	font-weight:600;
}
.my_menu_b2 a span{
    background: var(--wl2);
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 6px 0px 0px 6px;
    margin-right: 5px;
    text-align: center;
    color: var(--w);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
}
.my_menu_b2 a h2 {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
    line-height: 16px;
    padding: 8px 5px;
    text-align: left;
    color: var(--t2);
}
.my_menu_b2 a dl{
    background-color: rgba(255,255,255,0.1);
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #f2f2f2;
    height: 40px;
    font-size: 14px;
    padding: 0px 3px;
}
.my_menu_b2 a:hover{
    opacity: 1;
}
.my_menu_b2 a:hover dl{
    background-color: #fff;
    color: #333;
}


.my_menu_active dl{
    background-color: #fff !important;
    color: #333 !important;
}
.my_menu_active span{
    background-color: #fff !important;
    color: #333 !important;
}
.my_menu_b3{
	height:45px;
	position:absolute;
	left:0;
	top:auto;
	right:0;
	bottom:0;
	padding:5px 0px;
	border-top:1px solid var(--wl);
	background:var(--pdb);
}
.my_menu_b3 article{
    font-size: 10px;
    padding-top: 3px;
    color: rgba(255,255,255,0.6);
    border-top: 1px solid rgba(255,255,255,0.1);
}
.my_menu_b3 article i{
    font-size: 12px;
    color: rgba(231, 0, 0, 0.8);
}
.my_menu_b3 section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my_menu_b3 dd{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
}
.my_menu_b3 dd a{
    background-color: rgba(231, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 6px;
    border-radius: 20px;
    display: inline-block;
    opacity: 0.8;
    margin-left: 5px;
}
.my_menu_b3 dd a i{
    margin-right: 3px;
    font-size: 14px;
    vertical-align: middle;
}
.my_menu_b3 dd a:hover{
    cursor: pointer;
    opacity: 1;
}
.my_menu_b3 dl a{
    padding: 0px 5px;
    font-size: 16px;
   color: var(--blue);
}
/* .my_menu_b3 a{
	display:block;
	text-align:center;
	display:flex;
	flex:1;
	align-items: center;
	justify-content: left;
	font-size:14px;
	padding:12px 10px;
	position:relative;
	color:#333;
	overflow:hidden;
	font-family: 'ProximaNovaBold';
}
.my_menu_b3 a span{
    background: #f2f2f2;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 1px;
    text-align: center;
    color: #999;
} */
.my_menu_profile{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my_menu_profile dl{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.my_menu_profile dd img{
	width: 63px;
	height: 63px;
	margin-left: 10px;
}
.my_menu_profile dl h1{
	font-size: 20px;
	color: #fff;
	padding-bottom: 3px;
	opacity: 0.9;
    text-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px;
	font-weight: 500;
}
.my_menu_profile dl h2{
	font-size: 12px;
	color: var(--t);
	font-weight: 400;
	opacity: 0.9;
	padding-bottom: 3px;
}
.my_menu_profile dl nav{
	padding-bottom: 3px;
	font-size: 12px;
	color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 800;
    font-family: 'Barlow';
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.my_menu_profile dl nav span{
    background: rgba(255,255,255,0.1);
    padding: 3px 5px;
    border-radius: 3px;
}
.my_menu_profile dl nav i{
	font-size: 12px;
	margin-right: 2px;
}
.my_menu_profile dl nav em{
	margin-left: 5px;
	font-size: 18px;
	color: #77bbff;
	-webkit-transition: ease-in-out 0.2s all;
	-o-transition: ease-in-out 0.2s all;
	transition: ease-in-out 0.2s all;
}
.my_menu_profile dl nav b{
	color: var(--y);
	display: inline-block;
	padding-right: 3px;
}
.my_menu_profile dl nav em:active{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/**Menu**E**/

/**Notify**S**/
.my_notify_body{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 449;
    max-width: 550px;
    float: left;
	display:none;
    background: rgba(0,0,0,0.6);
    background-size: auto;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.my_notify_tab{
    position: absolute;
    width: 95%;
    right: 0px;
    overflow: auto;
    height: 100%;
    top: -101%;
    background: var(--pdb)
}
.my_notify_b1{
	height:var(--hd);
	background: var(--pdb);
	position:absolute;
	left:0;
	top:0;
	right:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.my_notify_b2{
	position:absolute;
	left:0;
	top:calc(var(--hd) - 0px);
	right:0;
	bottom:0;
    overflow-x: hidden;
    overflow-y: auto;
	/* border-top: 1px solid #e0e0e0; */
}
.my_notify_exit{
	height: var(--hd);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255,255,255, 0.4);
    padding: 0px 10px;
    font-size: 22px;
}
.my_notify_t{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: left;
}
.my_notify_t h3{
    font-size: 16px;
    color: var(--w);
    padding: 10px;
    background: var(--p);
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.1);
    margin-right: 15px;
    border-radius: 15px;
    text-align: center;
}
.my_notify_count{
	padding: 0px 10px;
}
.my_notify_count span{
	background-color: rgba(255, 0, 0, 0.1);
	color: #e80000;
	padding: 5px 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}

/**Notify**E**/


/**Notice**S**/

.my_note{
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(20, 105, 66, 0.4);
    backdrop-filter: blur(5px);
}
.my_note_in{
    border: 1px dashed rgba(20, 105, 66, 0.6);
    padding: 10px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--t7);
    text-align: left;
    opacity: 0.9;
}
.my_note_in:hover{
    opacity: 1;
}
.my_note_t{
    text-align: left;
    display: flex;
    font-size: 20px;
    color: var(--t);
    padding: 5px 0px;
    margin-bottom: 10px;
    align-items: center;
}
.my_note_t i{
    font-size: 25px;
    color: #F44336;
    margin-right: 3px;
}
.my_note_in li{
    display: block;
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--t7);
    margin: 10px 5px;
}
.my_note_in li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--t);
    left: -5px;
    top: 7px;
}
.my_note_in h3{
    padding: 5px 0px;
    font-size: 16px;
}
.my_note_in h3 i{
    font-size: 12px;
}
/**Notice**E**/
/***Top-Fixed**S**/
.my_thead{
	height:var(--hd);
	top:0;
	left:0;
	right:0;
	bottom:auto;
	position:fixed;
	z-index:101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my_thead_menu{
    height: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-weight: 600;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	height: var(--hd);
    width: 55px;
}
.my_thead_menu a{
	background: rgba(0,0,0,0.1);
    border-radius: 50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    

}
.my_thead_b1{
	text-align: left;
	height:var(--hd);
    width: 55px;
}
.my_thead_b2{
	background:var(--pd);
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	height:var(--hd);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 0px 0px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.my_thead_b2 .my_thead_menu{
    margin-left: 3px;
    position: absolute !important;
}
.my_thead_b3{
	text-align:right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height:var(--hd);
    width: 55px;
}


.my_thead_b1 a{	
    display: -webkit-box;	
    display: -ms-flexbox;	
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--hd);
    width: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.my_thead_b1 a em{
	background:url(../img/icon.png) center no-repeat;
	background-size:contain;
	width:40px;
	height:40px;
	display:inline-block;
	margin: 0px 5px;
    -webkit-transition: -webkit-transform 0.5s 
        ease-in-out;
    transition: -webkit-transform 0.5s 
        ease-in-out;
    -o-transition: transform 0.5s 
        ease-in-out;
    transition: transform 0.5s 
        ease-in-out;
    transition: transform 0.5s 
        ease-in-out, -webkit-transform 0.5s 
        ease-in-out; 
    -webkit-backface-visibility: hidden; 
            backface-visibility: hidden; 
    -webkit-animation: coinflip 1s cubic-bezier(0.4, 2.5, 0.6, 0.5); 
            animation: coinflip 1s cubic-bezier(0.4, 2.5, 0.6, 0.5); 
}
@-webkit-keyframes coinflip { 
    0% { 
        -webkit-transform: rotateY(0deg); 
                transform: rotateY(0deg); 
    } 
    100% { 
        -webkit-transform: rotateY(360deg); 
                transform: rotateY(360deg); 
    } 
}
@keyframes coinflip { 
    0% { 
        -webkit-transform: rotateY(0deg); 
                transform: rotateY(0deg); 
    } 
    100% { 
        -webkit-transform: rotateY(360deg); 
                transform: rotateY(360deg); 
    } 
} 
.my_thead_b1 a b{
	/*font-weight:400;
	font-family:'Cabin';*/
	font-family:  'Fjalla One', "Exo", sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 1px;
	/* width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content; */
	padding-top:3px;
	/* text-transform: uppercase;
	background: linear-gradient(219deg,#186cb8 19%, 
	transparent 19%,transparent 20%, #2a9a9f 20%, #2a9a9f  39%,
	transparent 39%,transparent 40%, #f1b211 40%,#f1b211 59% ,
	transparent 59%,transparent 60%, #e83611 60%, #e83611 79%,
	transparent 79%, transparent 80%, #f9002f 80%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;	 */
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px;
}
.my_thead_b1 a img {
    max-height: 45px;
    width: auto;
    max-width: 90%;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 50%;
    -webkit-transform:translate3d(0,0,0);
            transform:translate3d(0,0,0);
    -webkit-animation: 2s explode_title infinite;
            animation: 2s explode_title infinite;
}
@-webkit-keyframes explode_title {
  10% {
    -webkit-transform:scaleY(0.2);
            transform:scaleY(0.2);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  20% {
    -webkit-transform:scaleY(1.3);
            transform:scaleY(1.3);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  30% {
    -webkit-transform:scaleY(0.7);
            transform:scaleY(0.7);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  40% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  100% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
}
@keyframes explode_title {
  10% {
    -webkit-transform:scaleY(0.2);
            transform:scaleY(0.2);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  20% {
    -webkit-transform:scaleY(1.3);
            transform:scaleY(1.3);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  30% {
    -webkit-transform:scaleY(0.7);
            transform:scaleY(0.7);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  40% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
  100% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transform-origin:0 bottom 0;
            transform-origin:0 bottom 0;
  }
}
.my_thead_b2 h3{
	font-size: 18px;
	text-shadow: rgb(46, 46, 46,0.5) 0 1px 3px;
	color: #fff;
	font-family: 'Rubik Doodle Shadow';
	font-weight: 600;
    text-align: center;
    flex: 1;
}
.my_thead_b2 h1{
	font-size: 24px;
	color: #fff;
    font-family: "Bungee Spice";
    font-weight: 400;
	text-shadow: rgb(46, 46, 46,0.5) 0 1px 3px; 
    text-shadow: 1px 1px 0 #115666, 2px 3px 0 rgba(0, 0, 0, 0.15);
    /* filter: hue-rotate(60deg); */
}
.my_thead_icon{
    height: var(--hd);
    width: 55px;

}
.my_thead_icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--hd);
    width: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.my_thead_icon a img {
    max-height: 45px;
    width: auto;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    max-width: 90%;
}
.my_thead_b2_i{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--pd);
    top: -10px;
    right: -7px;
    z-index: 1;
    border-radius: 50%;
}
.my_thead_b2_i2{
    right: auto;
    left: -7px;

}
.my_thead .my_thead_b2 .my_thead_menu{
    width: 45px;
    
}
/***Top-Fixed**E**/

/**Fix-Bottom-Menu**S**/
.sv1_fix{
	width: 100%;
    background: transparent;
    position: absolute;
    bottom: 0;
    z-index: 448;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 5%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 5%);
    height: var(--bhd);
	/* border-radius: 20px 20px 0px 0px; */
}
.sv1_fix_box{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    color: #fff;
    height: var(--bhd);
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sv1_fix_box a{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
    color: #999;
    overflow: hidden;
    height: var(--bhd);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sv1_fix_box a i{
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
    font-size: 26px;
    /* width: 33px; */
    height: 30px;
    /* margin-top: 5px; */
    color: #dddddd;
    background-size: contain;
	position: relative;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}
.sv1_fix_box a:hover i{
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	-webkit-transform:scale(1.1,1.1);
	    -ms-transform:scale(1.1,1.1);
	        transform:scale(1.1,1.1);
}
.sv1_fix_box a span{
	display:block;
	font-size:11px;
    color: #c6f0f9;
    padding: 1px 3px;
    font-weight: 400;
    /*margin-top: 2px;*/
	/*text-transform: uppercase;*/
}
.sv1_fix_box abbr{
    position: relative;
    top: -31px;
    z-index: 9;
    color: #999;
}
.sv1_fix_box section{	
    background: #ffffff;
    height: 65px;
    width: 65px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -27px;
    border-top: 1px solid #c8c8c8;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv1_fix_box aside em{
	font-size:var(--bhd);
    margin: 0 auto;
	color:#666;
	z-index:1;
	position:relative;
	top:-24px;
	-webkit-transition:ease-in-out 0.2s all;
	-o-transition:ease-in-out 0.2s all;
	transition:ease-in-out 0.2s all;
}
.sv1_fix_box aside em{
	background:#FFF;
	height:var(--bhd);
	width:var(--bhd);
	display:inline-block;
	z-index:2;
	background-image:url(../icon/team.png);
	background-size:contain;
	border-radius:50%;
}
.sv1_fix_box aside em:active{
	-webkit-transform:scale(1.09,1.09);
	    -ms-transform:scale(1.09,1.09);
	        transform:scale(1.09,1.09);
}
/* .sv1_fix_active .sv1_fix_box aside em{	
    filter: grayscale(1);
} */

.sv1_fix_active:after {
	border-color: transparent transparent var(--pd) transparent;
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translate(-46%,0%);
        -ms-transform: translate(-46%,0%);
            transform: translate(-46%,0%);
	opacity:0.9;
}
.sv1_fix_box aside{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}
.sv2_botm_fix{
	width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -100%;
    z-index: 445;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	min-height:150px;
	border-radius:10px 10px 0px 0px;
	display:none;
}
.sv2_botm_fix_clg_bg{
    background: #ffffff;
    height: 41px;
    width: 41px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -20px;
    border-top: 1px solid #c8c8c8;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv2_botm_fix_in{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
}
.sv2_botm_fix_close{
	position:relative;
	text-align:center;
}
.sv2_botm_fix_close i{
	font-size:38px;
	color:#e80000;
	margin-top:-18px;
}

/**Fix-Bottom-Menu**E**/

.FixBHome{	
    background: var(--pd);
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
	/* border-radius: 20px 0px 0px 0px; */
}
.FixBFinance{
    background: var(--pd);
    /* border-radius: 0px 20px 0px 0px; */
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBOrder{
    background: var(--pd);
    /*border-radius: 0px 20px 0px 0px;*/
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBProfile{
    background: var(--pd);
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBTeam{
    background: var(--pd);
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBTeam a{
	overflow:inherit !important;
    display: block;
	/* width: 55px;
    height: 55px;
    background:#fff url(../img/icon-small.png) no-repeat center;
	background-size:108%;
    position: absolute;
    border: 2px solid rgba(0,0,0,0.1);
    left: 50%;
    top: -34px;
    transform: translate(-51%, 0px);
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 80%);
    border-radius: 50%; */
}
.FixBTeam a img{
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 6px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: coinflip 1s cubic-bezier(0.4, 2.5, 0.6, 0.5);
    animation: coinflip 1s cubic-bezier(0.4, 2.5, 0.6, 0.5);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-filter: hue-rotate(262deg);
    filter: hue-rotate(262deg);
}
.FixBTeam:after{
	/* display:none !important; */
}
.FixBTeam span{
	margin-bottom:-89px;
	
}

.sv1_fix_active{
	background:var(--pdb) !important;
}
.sv1_fix_active a{
    background: -webkit-gradient(linear,left top, left bottom,from(var(--pd2)),to(var(--pdb)));
    background: -o-linear-gradient(top,var(--pd2) 0%,var(--pdb) 100%);
    background: linear-gradient(180deg,var(--pd2) 0%,var(--pdb) 100%);
    border-top: 2px solid var(--pd);
    border-radius: 0;
    margin-top: -2px;

}
.sv1_fix_active a i{
	color:var(--t);
}
.sv1_fix_active a span{
	color:var(--t) !important;
}
.sv1_fix_active a i{
	/*font-size:24px;*/
	/* background: -webkit-linear-gradient(#c5c5c5, #868686) !important;
	background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
}
.sv1_fix_active a img{
    -webkit-filter: none;
            filter: none;
}

/**CartMsg**S**/

.my_cart{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.1);
	z-index:500;
	position:fixed;
	-webkit-animation: fadeInUp 0.2s alternate;
	        animation: fadeInUp 0.2s alternate;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.my_cart_in{
    bottom: 0px;
    width: 100%;
	position:absolute;
	background:var(--pd);
	-webkit-box-shadow: 0px 0px 10px 3px rgb(51 51 51 / 10%);
	        box-shadow: 0px 0px 10px 3px rgb(51 51 51 / 10%);
	border-radius:10px 10px 0 0;
	/* overflow:hidden; */
}
.my_cart_in h4{
	position: absolute;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #e80000;
}
.my_cart_in h2{
	display: block;
    font-size: 22px;
    padding: 12px;
    color: #ffffff;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.2);
}
.my_cart_price{
    display: flex !important;
    align-items: center !important;
    text-align: left;
    padding: 8px 12px !important;
}
.my_cart_price_box{
    display: flex;
    align-items: center;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 4px 6px;
    border-radius: 5px;
    dd{
        small{
            color: #fff;
            font-size: 8px;
            display: block;
            margin-bottom: 2px;
        }
        span{
            color: #0ac5ed;
            font-size: 14px;
            display: block;
            i{
                font-size: 8px;
                margin-right: 2px;
            }
        }
    }
    a{
        margin-left: 5px;
        font-size: 26px;
        color: #0080ff;
    }
}
.my_cart_qty{
	padding:10px 10px;
    padding-bottom: 20px;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my_cart_qty b{
	font-size:18px;
	padding-right:10px;
	color:var(--t6);
    margin-right: auto;
}
.my_cart_qty dd{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.my_cart_qty dd button{
	height:30px;
	border:1px solid #CCC;
	font-size:12px;
	width:30px;
	outline:none;
	background-color:#f2f2f2;
	overflow:hidden;
	position:relative;
}
.my_cart_qty dd button:first-child{
	border-radius:50px;
	/* color:#e80000; */
    margin-right: -5px;
}
.my_cart_qty dd button:last-child{
	border-radius:50px;
	/* color:#0C3; */
    margin-left: -5px;
}
.my_cart_qty dd input{
	height:26px;
	font-size:18px;
	width:40px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	outline:none;
	text-align:center;
	background:#fff;
	color:#333;
	font-weight:bold;
    border-radius: 3px;
}
.my_cart_btn{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.my_cart_btn button{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	border:none;
	outline:none;
	font-size:18px;
	padding:10px 0px;
	overflow:hidden;
	position:relative;
    cursor: pointer;
    margin: 10px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 3px;
    background: #a10000;
    background-image: -moz-linear-gradient(0deg,#a10000 0%,#ff2a2a 100%);
    background-image: -webkit-linear-gradient(0deg, #a10000 0%, #ff2a2a 100%);
    background-image: -ms-linear-gradient(0deg,#a10000 0%,#ff2a2a 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%);
    font-family: 'Roboto Slab';
}
.my_cart_btn button:last-child{
    font-weight: bold;
	color:#fff;
	overflow:hidden;
    background: #0057ae;
    background-image: -moz-linear-gradient(0deg,#0057ae 0%,#2491ff 100%);
    background-image: -webkit-linear-gradient(0deg, #0057ae 0%, #2491ff 100%);
    background-image: -ms-linear-gradient(0deg,#0057ae 0%,#2491ff 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_cart_btn button:last-child::after{
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    filter: blur(10px);
    opacity: 0.1;
    transform: rotate(10deg);
    animation: btn-scroll 1.5s infinite linear;
}
.my_cart_in article{
	font-size:18px;
	color:#00bcd4;
	padding:15px 10px;
	line-height:22px;
    text-align: center;
}
.my_cart_in article i{
	font-size:14px;
}
.my_cart_in aside{
	font-size:14px;
	color:rgba(255,255,255, 0.8);
	padding:8px 10px;
    display: flex;
    align-items: center;
    font-family: 'Roboto Slab';
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.my_cart_in aside strong{
	color:#FFC107;
	display:inline-block;
	padding-left:4px;
    margin-left: auto;
    font-weight: 900;
	font-size:16px;
}
.my_cart_in aside strong i{
	font-size:14px;
}
.my_cart_in aside small{
    margin-left: auto;
    font-style: italic;
}
.my_cart_in h4:active{
	background:rgba(0,0,0,0.05);
}
.my_cart_in nav{
	padding-top:5px;
	font-size:60px;
	color:#0C0;
	text-align:center;
}
.my_cart_in nav i{
	-webkit-animation: inm_zoom_in_out1 1s infinite;
	        animation: inm_zoom_in_out1 1s infinite;
}

.my_cart_type{
    padding: 0px 15px;
	text-align:left;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.my_cart_type section{
    display: flex;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding: 5px 0px;
    color: #fff;
    font-size: 13px;

}
.my_cart_type section dd{
	flex: 1;
    text-align: left;
    opacity: 0.8;
}
.my_cart_type section dl{
    font-weight: 600;
}
.my_cart_type section dl i{
    font-size: 8px;
    margin-right: 2px;

}
/**CartMsg**E**/

/**Popup**S**/
.sv_popup{
    background: rgba(0,0,0,0.2);
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 450;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sv_popup_in{
	background: #FFF;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	-webkit-box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	        box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	-webkit-animation: Inm-fadeIn 1s both;
	        animation: Inm-fadeIn 1s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	/* white-space: nowrap; */
	overflow: auto;
	border-radius: 10px;
	/* width: fit-content; */
	max-height: 95%;
	margin: 13px;
	position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sv_popup_close {
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #e80000;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	border-radius: 5px;
}
.sv_popup_close:hover {
	cursor: pointer;
	color: #333;
}
.sv_popup_close:active {
	background-color: #333;
	color: #fff;
}
.sv_popup_head{
    padding: 15px;
    background: #f4f4f4;
    font-size: 24px;
    text-align: left;
    color: var(--t);
    font-weight: 600;
	padding-right: 30px;

}
/**Popup**E**/
/**Other**S**/

.sv_back_to_top{
	position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    -webkit-animation: d 0.3s ease;
            animation: d 0.3s ease;
    min-width: 160px;	
    color: var(--p);
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
            box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	text-align:center;
	font-size:14px;
	padding:8px;
	-webkit-transition:ease-in-out 0.2s all;
	-o-transition:ease-in-out 0.2s all;
	transition:ease-in-out 0.2s all;
	display:none;
	z-index:349;
}
.sv_back_to_top i{
	margin-right:5px;
	font-size:18px;
}
.sv_back_to_top:hover{
	cursor:pointer;
	background:var(--s);
	color:#fff;
}

.my_aid{
    color: #0297CF;
    font-size: 12px;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 10px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 600;
}
.my_aid span{
    display: inline-block;
    padding-right: 4px;
    color: #c8caca;
}
/**Other**E**/
/**Marque**S**/
.ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    color:#333;
}

.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    display: none;
    font-size:14px;
    color:var(--pd);
}
.pte_news{
    background:rgba(11, 255, 113, 0.1);
    overflow:hidden;
    padding:5px 10px;
    position:relative;
    -webkit-box-shadow: 0px 0px 1px 1px rgb(51 51 51 / 10%);
            box-shadow: 0px 0px 1px 1px rgb(51 51 51 / 10%);
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;    
    background-color: rgba(20, 105, 66, 0.5);
    backdrop-filter: blur(5px);
}
.pte_news_i{
    width:34px;
    height:34px;
    margin-left: -5px;
}
.pte_news_i i{
    width: 34px;
    height: 34px;
    background: url(../icon/spekar.gif) center no-repeat;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
    /*animation:sv_pulse 1.5s ease-in infinite;*/
}
.pte_news_i img{
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
}
.marquee_text {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left:47px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow:hidden;
    color:var(--t7);
}
.marquee_text b{
    color:var(--y);
    font-family: var(--font-f);
}
.marquee_text b i{
    font-size: 12px;
}
/**Marque**E**/

/**Other**S**/

.my_t{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    margin: 10px 0px;
}
.my_t_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 4px 10px;
    font-weight: 300;
    text-align: left;
    padding:8px 5px;
    border-left: 2px dashed var(--pd);
    border-right: 2px dashed var(--pd);
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my_t_txt aside{
    padding-left: 5px;
}
.my_t_txt aside h1{
    font-family: 'Rubik Doodle Shadow';
    font-size: 18px;
    font-weight: 300;
    word-spacing: 3px;
}
.my_t_txt aside small{
    font-size: 10px;
    display: block;
    opacity: 0.8;
}
.my_t_txt i{
    font-size: 35px;
    font-weight: 300;
    color: #2e8397;
    margin-right: 5px;
}
.my_t_txt em{
    margin-left: auto;
    font-weight: 200;
    font-size: 25px;
    color: var(--pd);
}
.my_t_txt img{
    width: 30px;
}
/**Other**E**/