@charset "utf-8";
/** Last Update: 08.2022 **/


@media only screen and (min-width: 480px) {
/*Tab选项卡效果默认样式*/
.kandyTabs {margin:30px 0 15px 0; padding:2px; overflow:hidden; zoom:1;}
/** kandyTabs **/
.kandyTabs .tabtitle {line-height: 3;}
.kandyTabs .tabtitle .tabbtn {border: none;}
.kandyTabs .tabtitle span.tabbtn {
    background: #F0F0F0;
    color: #575757;
    margin-right: 5px;
    border:1px solid #d6d6d6;
    border-bottom: none;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}
.kandyTabs .tabtitle span.tabbtn:hover {color:#005BAC;}
.kandyTabs .tabtitle span.tabcur,
.kandyTabs .tabtitle span.tabcur:hover,
.kandyTabs .tabtitle span.tabcur:focus {background: #ffffff; border-top: 2px solid #005BAC; color: #005BAC; font-weight: 600;}
.kandyTabs .tabbody {padding-top: 25px; border-top:1px solid #d6d6d6; overflow: hidden; margin-top: -1px;}
.kandyTabs .tabbody .tabcont {background:#ffffff;}
.kandyTabs .tabbody .tabroll .tabcont {margin:5px 0 0 0;}
.tabcont {padding: 20px 2px;}
.kandyTabs .tabtitle .tabbtn {cursor: pointer;}
}


@media only screen and (max-width: 480px) {
.kandyTabs .tabtitle {line-height: 3;}
.kandyTabs .tabtitle .tabbtn {border: none;}
.kandyTabs .tabtitle span.tabbtn {
    background: #F0F0F0;
    color: #575757;
    margin-right: 10px;
    border:1px solid #d6d6d6;
    border-bottom: none;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}
.kandyTabs .tabtitle span.tabbtn:hover {color:#005BAC;}
.kandyTabs .tabtitle span.tabcur,
.kandyTabs .tabtitle span.tabcur:hover,
.kandyTabs .tabtitle span.tabcur:focus {background: #ffffff; border-top: 2px solid #005BAC; color: #005BAC; font-weight: 600; margin-bottom: 0;}
.kandyTabs .tabbody {padding-top: 25px; border-top:1px solid #d6d6d6; overflow: hidden; margin-top: -1px;}
.kandyTabs {margin:15px 0; padding:0; overflow:hidden; zoom:1; position:relative;}
.kandyTabs .tabbtn {
	border:1px solid #d6d6d6; 
	border-width:1px 1px 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:0.95em;
	background:#F0F0F0; 
	line-height:32px;
	display:inline-block!important;
	margin:0 5px 0 0; 
	padding:0 10px;
	width:85%;
	color: #575757;
}
.kandyTabs .tabcur {background:#ffffff; border-bottom:1px solid #ffffff; font-weight:600; color:#005BAC; margin-bottom:-2px;}
.kandyTabs .tabon {background:#dcdcdc; font-weight:bold;}
.kandyFold .tabcont {display:block; margin:0; padding:5px;}
.kandyTabs dd.tabbody {
	background:#ffffff; padding:15px; margin:-1px 0 0 0!important;
	border:1px solid #d6d6d6;
}
.kandyTabs dd.tabbody  p.rm_vedio_desc {font-size:0.9em; margin-bottom:10px;}
.kandyTabs .tabtitle .tabbtn {cursor: pointer;}
}
