.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</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{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	transform:translate(-50%);
	left:50%;
	/*top:20px;*/
	display:inline-block;
	background:#333;
	color:#FFF;
	font-size:15px;
	padding:20px 20px;
	line-height:24px;
	border-radius:4px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation 5s forwards;
	top:-300px;
    /*white-space: nowrap;*/
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_no li, .give_error_yes li{
	text-align: left;
	padding: 4px 0px;
	border-bottom: 1px solid rgba(255,255,255, 0.05);
}
.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;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading4{
	display:none;
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.load{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2) url(../img/load5.gif) center center no-repeat;
	z-index:500;
	background-size: 90px;
}

.load5{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/load5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:1;
	background-size: 90px;
}
.load3_box{
	display:inline-block;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:rgba(255,255,255,.8) url(../img/load5.gif) center no-repeat;
	background-size:contain;
	padding:8px;
	width:80px;
	height:80px;
	z-index:999;
	background-size:90%;
	border-radius:50%;
	box-shadow:0 4px 8px .05px rgb(0 0 0/20%);
}
.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: .9;
}

.my_no_file span {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #f00;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Barlow';
	font-weight: 600;
}
.img_shadow {
    display: block;
    width: 96%;
    margin: 2%;
    border-radius: 10px;
    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: flex;
	align-items: center;
	justify-content: center;
}
.sv_popup_in{
	background: #FFF;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	animation: Inm-fadeIn 1s both;
	display: flex;
	box-sizing: inherit;
	/* white-space: nowrap; */
	overflow: auto;
	border-radius: 10px;
	/* width: fit-content; */
	max-height: 95%;
	margin: 13px;
	position: relative;
    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: flex;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
    text-align: left;
    padding: 10px 0px;	
    justify-content: center;
}

.sv_msgtxt section dd{
	flex: 1;
	font-weight: 600;
	color: #333;
    padding-right: 15px;
    border-right: 1px solid #f2f2f2;
}
.sv_msgtxt section dl{
	flex: 1;
	color: var(--t);
    text-align: right;
    padding-left: 15px;
}

.sv_msgtxt_btn{
	text-align:center;
	display:flex;
	padding: 10px 0px;
}
.sv_msgtxt_btn button, .sv_msgtxt_btn a{
	flex:1;
	outline:none;
	border:none;
	display:inline-block;
	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';
	transition:ease-in-out 0.2s all;
	letter-spacing:1px;
    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{
	transform:translate(3px,3px);
}
/**Popup**E**/
/**Head**S**/

body {
	background:url(../photo/soonbg.jpg) top center;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.my_pbody{
	background:#f2f2f2;
    margin-top: 0;
    justify-content: center;
    max-width: 550px;
    width: 100%;
	height:100%;
	float:left;
	position:fixed;
	top:0;
    left: 50%;
    transform: translate(-50%, 0%);
	bottom:0;
	right:auto;
    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:#500a96;
	-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);-webkit-border-radius:8px;-moz-border-radius:8px;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:#500a96;
	-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);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}
.my_pbody_in{
    position: absolute;
    top:var(--hd);
    left: 0;
    right: 0;
    bottom: var(--bhd);
    overflow-x: hidden;
    overflow-y: auto;
}
.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;
    left: 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: 75%;
    /* overflow: auto; */
    height: 100%;
    left: -76%;
    background: #fff;
}
.my_menu_b1{
	height:80px;
	background: var(--pd);
	position:absolute;
	left:0;
	top:0;
	right:0;
	display: flex;
    align-items: center;
}

.my_menu_b2{
	position:absolute;
	left:0;
	top:80px;
	right:0;
	bottom:50px;
    overflow-x: hidden;
    overflow-y: auto;
}
.my_menu_exit{
	position: absolute;
	top: 50%;
	right: -23px;
	transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
}
.my_menu_exit span{
    color: #f2f2f2;
    font-size: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    background: var(--pd);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	transition: ease-in-out 0.05s all;
	cursor: pointer;
}
.my_menu_exit span:active{
	transform: rotate(45deg);
}
.my_menu_b2 a{
	display:flex;
	align-items: center;
	justify-content: left;
	font-size:14px;
	padding:12px 10px;
	position:relative;
	color:#333;
	overflow:hidden;
	font-weight: 600;
}
.my_menu_b2 a b{
	
	font-family: 'ProximaNovaRegular';
	color:#333;
	font-weight:600;
}
.my_menu_b2 a span{
    background: var(--pbg);
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    color: var(--pd);
	display: flex;
    align-items: center;
    justify-content: center;
}
.my_menu_b2 a em{
	margin-left: auto;
	font-size: 14px;
	color: var(--pbg);
}
.my_menu_active {
	background-color: var(--pbg);
}
.my_menu_b3{
	height:40px;
	position:absolute;
	left:0;
	top:auto;
	right:0;
	bottom:0;
	display:flex;
	padding:5px 0px;
	border-top:1px solid #f2f2f2;
	background:#f9f9f9;
}
.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{
    flex: 1;
    display: flex;
	padding: 10px;
    align-items: center;
}
.my_menu_profile dl{
	flex: 1;
	text-align: left;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.my_menu_profile dd img{
	width: 60px;
	height: 60px;
	margin-right: 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: 700;
}
.my_menu_profile dl h2{
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	opacity: 0.9;
	padding-bottom: 3px;
}
.my_menu_profile dl nav{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 3px;
	font-size: 14px;
	color: #000;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-family: 'Barlow';
}
.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;
	transition: ease-in-out 0.2s all;
}
.my_menu_profile dl nav b{
	color: var(--pl);
	display: inline-block;
	padding-right: 3px;
}
.my_menu_profile dl nav em:active{
	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;
}
.my_notify_tab{
    position: absolute;
    width: 95%;
    overflow: auto;
    height: 100%;
    right: -96%;
    background: var(--w)
}
.my_notify_b1{
	height:var(--hd);
	background: var(--w);
	position:absolute;
	left:0;
	top:0;
	right:0;
	display: flex;
    align-items: center;
}

.my_notify_b2{
	position:absolute;
	left:0;
	top:calc(var(--hd) - 1px);
	right:0;
	bottom:0;
    overflow-x: hidden;
    overflow-y: auto;
	border-top: 1px solid #e0e0e0;
}
.my_notify_exit{
	background-color: rgba(0, 0, 0, 0.05);
	height: var(--hd);
	display: flex;
    align-items: center;
    color: #9f9f9f;
    padding: 0px 10px;
    font-size: 22px;
}
.my_notify_t{
	flex: 1;
	text-align: left;
}
.my_notify_t h3{
	font-size: 16px;
	color: var(--t);
	padding: 10px;
	font-weight: 600;
}
.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**/

/***Top-Fixed**S**/
.my_thead{
	background:var(--p);
	height:var(--hd);
	top:0;
	left:0;
	right:0;
	bottom:auto;
	position:absolute;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	z-index:101;
    display: flex;
    text-align: center;
    align-items: center;
}
.my_thead_menu{
	background: rgba(0,0,0,0.1);
    height: 100%;
	display:flex;
    align-items: stretch;
    font-size: 20px;
    font-weight: 600;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: var(--hd);
}
.my_thead_menu a{
	/* padding:0px 13px; */
	display:flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
	height: var(--hd);
	width: calc(var(--hd) - 10px);

}
.my_thead_b1{
	text-align: left;
}
.my_thead_b2{
	flex: 1;
	text-align: center;
}
.my_thead_b3{
	text-align:right;
	display: flex;
}


.my_thead_b1 a{	
    display: flex;
    align-content: center;
    align-items: center;
	margin-left: 40px;
}

.my_thead_b1 a em{
	background:url(../img/icon-white.png) center no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
	display:inline-block;
	margin: 0px 5px;
}
.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%;
	margin-left: 5px;
}
.my_thead_b2 h3{
	font-size: 18px;
	text-shadow: rgb(46, 46, 46,) 0 1px 3px;
	color: #fff;
	font-family: 'Rubik';
	font-weight: 600;
}
.my_thead_b3 dd{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
	margin-right: 5px;
}

.my_thead_b3 dd span{
	display:inline-block;
	text-align:right;
	font-size:14px;
	font-family:'Fjalla One';
	background:rgba(255,255,255,0.2);
	padding:6px 3px;
    padding-top: 10px;
	padding-right:16px;
	position:relative;
	margin-right:-13px;
	border-radius:5px 0px 0px 5px;
    color: #810d33;
	
}
.my_thead_b3 dd span small{
	display:block;
	font-size:9px;
    color: #f1aec4;
	font-weight:normal;
}
.my_thead_b3 dd img{
	font-size:26px;
	color:#004080;
	width: 30px;
    height: 30px;
	position:relative;
	z-index:1;
}
.my_thead_icon{
    align-items: center;
    margin-left: auto;
	display: flex;
}

.my_thead_icon dl a{
    padding: 0px 7px;
    font-family: 'Poppins', 'Lato';
    color: var(--t);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
	height:var(--hd);
	border-left:1px solid rgba(0, 0, 0, 0.03);
}
/* .my_thead_icon dl:last-child a{
	border: none;
} */
.my_thead_icon dl span{
    position: relative;
    display: inline-block;
    color: var(--t);
    padding: 0px 4px;
    position: relative;
    cursor: pointer;
    
}
.my_thead_icon dl span i{
    font-size: 20px;
    color: var(--w);
	opacity: 0.8;
}

.my_thead_icon dl span sup {
    position: absolute;
    background: #F00;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    top: -8px;
    right: -1px;
}

/***Top-Fixed**E**/

/**Fix-Bottom-Menu**S**/
.sv1_fix{
	width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 448;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    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;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    height: var(--bhd);
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sv1_fix_box a{
	flex:1;
    color: #999;
    overflow: hidden;
    height: var(--bhd);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}
.sv1_fix_box a i{
    transition: color 1s;
    font-size: 26px;
    /* width: 33px; */
    height: 30px;
    margin-top: 5px;
    color: #333;
    background-size: contain;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.2s ease;
	
}
.sv1_fix_box a:hover i{
	transform: rotateY(180deg);
	transform:scale(1.1,1.1);
}
.sv1_fix_box a span{
	display:block;
	font-size:11px;
	color:#333;
    padding: 1px 3px;
    font-weight: 600;
    /*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;
    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;
	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{
	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: -20px;
    transform: translate(-46%,0%);
	opacity:0.5;
} */
.sv1_fix_box aside{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}
.sv1_fix_active{
	background:#f2f2f2;
}
.sv1_fix_active a, .sv1_fix_active a i{
	color:#206645;
}
.sv1_fix_active a span{
	color:var(--pd) !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;
}

.sv2_botm_fix{
	width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -100%;
    z-index: 445;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    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;
    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;
}

.FixBHome i{
    background: -webkit-linear-gradient(#FF005B, #FF8500);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.FixBOrder i{
    background: -webkit-linear-gradient(#66ffb3, #014c27);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .FixBTeam em{
} */
.FixBFinance i{
    background: -webkit-linear-gradient(#ff4b4b, #9a0000);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.FixBProfile i{
	 background: -webkit-linear-gradient(#e044e0, #750075);
	 background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.FixBTeam i{
    background: -webkit-linear-gradient(#e044e0, #750075);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.FixBTeam a{
	overflow:inherit !important;
}
.FixBTeam:after{
	display:none !important;
}
.FixBTeam span{
	margin-bottom:-68px;
	
}
.sv1_fix_active.FixBTeam a{
	background-color:#fff;
}
/**Fix-Bottom-Menu**E**/

.FixBHome{	
    /*background: #fff;*/
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
	border-radius: 20px 0px 0px 0px;
}
.FixBFinance{
    /*background: #fff;*/
    border-radius: 0px 20px 0px 0px;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBOrder{
    /*background: #fff;*/
    /*border-radius: 0px 20px 0px 0px;*/
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBProfile{
    /*background: #fff;*/
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.FixBTeam a{
	width: var(--bhd);
    height: var(--bhd);
    background: #fff url(../img/icon2.png) no-repeat center;
	background-size:108%;
    position: absolute;
    border: 2px solid rgba(0,0,0,0.1);
    left: 50%;
    top: -18px;
    transform: translate(-50%, 0px);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
    border-radius: 7px;
}
/**CartMsg**S**/

/**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: flex;
	align-items: center;
	justify-content: center;
}
.sv_popup_in{
	background: #FFF;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	animation: Inm-fadeIn 1s both;
	display: flex;
	box-sizing: inherit;
	/* white-space: nowrap; */
	overflow: auto;
	border-radius: 10px;
	/* width: fit-content; */
	max-height: 95%;
	margin: 13px;
	position: relative;
    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%;
    transform: translateX(-50%);
    width: auto;
    animation: d 0.3s ease;
    min-width: 160px;	
    color: var(--p);
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	text-align:center;
	font-size:14px;
	padding:8px;
	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;
}

/**Other**E**/
/**Marque**S**/

.mqbody {
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    background: var(--w);
	margin: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	padding: 3px;
	border-radius: 7px;
}

.Marquee {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 90s linear infinite running;
    -moz-animation: marquee 90s linear infinite running;
    -o-animation: marquee 90s linear infinite running;
    -ms-animation: marquee 90s linear infinite running;
    animation: marquee 90s linear infinite running
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.Marquee-tag {
    white-space: nowrap;
    padding: 8px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--t);
    font-size: 14px;
    font-weight: 500
}

.Marquee-tag b {
    color: var(--t)
}

.Marquee-tag:hover {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}
.mqbody_icon{
	color: var(--pd);
	margin-right: 4px;
	margin-left: 3px;
}
.mqbody_txt b{
	color: var(--s);
	display: inline-block;
	margin-left: 4px;
}
.mqbody_txt b i{
	font-size: 12px;
	margin-right: 2px;
}
.mqbody_txt em{
	font-size: 10px;
	margin: 0px 3px;
	margin-right: 0px;
}
@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

/**Marque**E**/

/**Other**S**/

.my_t{
    position: relative;
    padding: 5px 10%;
    display: flex;
    margin: 0px 0px;
    margin-top: 10px;
}
.my_t:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 10px;
    width: 20px;
    border-bottom: 2px dashed var(--pd);
}
.my_t::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    width: 20px;
    border-bottom: 2px dashed var(--pd);
}
.my_t_txt {
    flex: 1;
    /* height: 25px; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: var(--pd);
    -webkit-clip-path: polygon(3% 0%,97% 0%,100% 50%,97% 100%,3% 100%,0% 50%);
    clip-path: polygon(3% 0%,97% 0%,100% 50%,97% 100%,3% 100%,0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow';
}
.my_t_left {
    width: 15px;
    /* height: 25px; */
    background-color: var(--pd);
    -webkit-clip-path: polygon(50% 0%,100% 0%,50% 50%,100% 100%,50% 100%,0% 50%);
    clip-path: polygon(50% 0%,100% 0%,50% 50%,100% 100%,50% 100%,0% 50%);
    /* z-index: 5; */
}
.my_t_right {
    /* -webkit-transform: translateX(-50%) rotate(180deg); */
    transform: rotate(180deg);
    width: 15px;
    /* height: 25px; */
    background-color: var(--pd);
    -webkit-clip-path: polygon(50% 0%,100% 0%,50% 50%,100% 100%,50% 100%,0% 50%);
    clip-path: polygon(50% 0%,100% 0%,50% 50%,100% 100%,50% 100%,0% 50%);
    /* z-index: 5; */
}

/**Other**E**/