﻿@charset "utf-8";
/*----------------------------------------
  advan-connect Style
----------------------------------------*/

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}
body,html{
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none
}

div, p, a, li, td {
    -webkit-text-size-adjust: none
}
[v-cloak] {
	display: none;
}
br {
    height: 1px;
    font-size: 1px
}

a {
    color: #004280;
    text-decoration: none;
    outline: none;
    font-weight: normal
}

a:hover, a:active, a:focus {
     color: #004280;
     text-decoration: underline
}

:focus {
    outline-color: transparent;
    outline-style: none
}

a img {
    border: none
}

.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0
}

.mb {
	display: none;
}
.pc {
	display: block;
}

body{
	font-family: "微軟雅黑體","Microsoft YaHei","Arial","Helvetica","sans-serif";
	font-size: 14px;
	line-height: 1;
    position: relative;
	color: #333;
}

.row-full {
	width: 100%;
	clear: both;
}
.row-1400px {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	clear: both;
}
.bg-gray {
	background-color: #f2f2f2;
}
.border-gary {
    border-top: 1px solid #ccc;
}
.bg-shadwo {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.bg-gray-1 {
	background-color:#e0e0e0;
}
.bg-dark {
	background-color: #696969!important;
}
h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: bold;
}
h2 {
	font-size: 44px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
h3.title {
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}
h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
h3.subtitle {
	font-weight: normal;
    text-align: center;
    margin-top: 15px;
}
h3.subtitle:first-child {
	margin-top: 40px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.block {
	padding: 80px 0 50px 0;
}
.block.live {
	padding: 50px 0 100px 0;
}
#container {
	width: 100%;
}

/*----------------------------------------
  Header Menu
----------------------------------------*/
#advan-header {
	border-bottom: 2px solid #e2e2e2;
}
#advan-header {
	position: sticky;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 101;
}
#advan-header.unfixed {
	position: relative;
}
#advan-header.fixed {
	position: fixed;
}
#advan-header .header-logo {
    width: 283px;
    height: 30px;
    float: left;
    margin: 20px 0 ;
}

#advan-header .header-logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: -9999px;
    background-image: url("css-img/Logo.png");
    /*background-image: url(css-img/connect-logo.png)\9;*/
    background-repeat: no-repeat;
    background-position: left top;
}
.header-menu {
    float: right;
    display: block;
	padding-right:20px
}

.header-menu ul {
    list-style: none;
}

.toggleMenu {
    float: right;
    margin: 26px 0 20px;
    margin-left: 18px;
    width: 22px;
    height: 22px;
	display: none;
}
.header-menu ul li {
    float: left;
    font-size: 16px;
    padding: 0 14px;
    margin-left: 4px;
    cursor: pointer;
	line-height: 70px;
}

.header-menu ul li:last-child {
	padding-right: 0;
}
.header-menu ul li.show-mega i.fa-chevron-down:before {
	content: "\f077";
}
.content-menu {
	float: right;
	display: block;
}
.content-menu ul {
	list-style: none;
}
/*.content-menu ul li {
	float: left;
	font-size: 16px;
	padding: 0 14px;
	margin-left: 4px;
	cursor: pointer;
	line-height: 70px;
}*/
	.content-menu ul li a {
		float: left;
		font-size: 16px;
		padding: 0 14px;
		margin-left: 4px;
		cursor: pointer;
		line-height: 70px;
	}
.content-menu ul li:last-child {
	padding-right: 0;
}

.content-menu ul li.show-mega i.fa-chevron-down:before {
	content: "\f077";
}
ul.header-nav > li.show-mega > a {
    	border-bottom: 4px solid #004280;
    	padding-bottom: 20px;
	    text-decoration: none;
   }
/*ul.navbar-nav > li.nav-item > a {
	border-bottom: 4px solid #004280;
	padding-bottom: 20px;
	text-decoration: none;
}*/

    ul.header-nav > li > div {
        position: absolute;
        left: 0;
        z-index: 1000;
        display: none;
    }

    ul.header-nav > li.show-mega > div {
        display: block
    }
.header-menu ul li i {
	margin-left: 4px;
}
.header-menu ul li a:hover {
	border-bottom: 4px solid #004280;
	padding-bottom: 20px;
	text-decoration: none;
}
.navbar-nav ul li a:hover {
	border-bottom: 4px solid #004280;
	padding-bottom: 20px;
	text-decoration: none;
}
.header-menu ul li:last-child a:hover {
	border-bottom: none;
}
.header-menu ul .btn {
    cursor: pointer;
	border: none;
}
.header-menu ul .btn a {
	color: #fff;
	background-color: #f39a00;
	padding: 8px 25px;
	line-height: 1.5;
	border-radius: 25px;
}
.header-menu ul .btn a:hover {
	background-color: #e78c00;
	padding: 8px 25px;
}
.header-menu .col1 {
	float: left;
	width: 33.3%;
	padding: 0 0 30px;
}
.header-menu .col1 .topicDate {
	padding: 30px 0 0;
}
.header-menu .col1 h4 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 6px;
    margin-bottom: 8px;
	border-left: 5px solid #9e9e9e;
}

.header-menu ol {
	list-style: none;
	margin-left: 20px;
}
.header-menu ol li {
	line-height: 1.5;
	font-size: 14px;
	margin-left:-20px;
	margin-bottom: 3px;
	padding-left:0px;
	float: none;
}

ul.header-nav ol li a:hover {
    text-decoration: underline;
	padding-bottom: 0px;
	border-bottom: none;
}
.header-menu ul li.mb-menu-close, .header-menu .mb-btn, .header-menu .mb-home, .header-menu .mb-contact {
	display: none;
}
ul.header-nav li.username {
	position: relative;
}
.header-menu ul li.username a:hover {
	border-bottom: none;
	padding-bottom: 0;
}
ul.header-nav li.username i {
	margin-right: 3px;
}
ul.header-nav li.username:hover div.user-dropdown{
	display: block;
	position: absolute;
	right: 0;
	margin-top: -18px;
    border: none;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
ul.header-nav li.username div.user-dropdown .menuArrow {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fff transparent;
    margin-left: 17px;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu {
	background-color: #fff;
    display: inline-block;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu h4 {
	float: left;
	width: 100px;
    padding: 12px 15px;
	font-size: 16px;
} 
ul.header-nav li.username div.user-dropdown .dropdownMenu h4:last-child {
}
ul.header-nav li.username div.user-dropdown .dropdownMenu h4 a:hover{
	text-decoration: underline;
	border-bottom: none;
	padding-bottom: 0;
}
ul.header-nav li.username.show-mega .user-dropdown {
	display: none;
}
ul.header-nav > li.username.show-mega > a {
	border-bottom: none;
}
/*----------------------------------------
  KV
----------------------------------------*/
#asf-content .KV {
	position: relative;
	padding: 0;
}
#asf-content .KV img {
	width: 100%;
}
#asf-content .KV .btn {
	position: absolute;
    left: 10%;
    bottom: 20px;
    transform: translateX(-50%);
}
#asf-content .KV .btn a {
	color: #fff;
    background-color: #f39a00;
    padding: 12px 30px;
    line-height: 1.5;
    border-radius: 25px;
	display: block;
}

#asf-content .KV .btn a:hover {
	background-color: #e78c00;
	text-decoration: none;
}
#asf-content .KV .btn.live a {
	background-color: red;
}
/*----------------------------------------
  Highlight
----------------------------------------*/
#asf-content .highlight {
	background-color:#fff;
	background-repeat: no-repeat;
	min-height: 550px;
	padding-top: 85px;
}
#asf-content .highlight .spotImg {
	float: left;
	width: 48%;
	position: relative;
}
#asf-content .highlight .spotImg i {
	font-size: 60px;
    color: #fff;
    position: absolute;
    left: 43%;
    top: 43%;
    border-radius: 50%;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
    -webkit-animation: pulseVp 3s infinite;
    animation: pulseVp 3s infinite;
    transition: all .3s;
}
#asf-content .highlight .spotImg img {
	width: 100%;
}
#asf-content .highlight .spotWrapper {
	float: right;
	width: 580px;
	margin-top: 80px;
}
#asf-content .highlight .spotWrapper .spot {
	padding: 18px 28px;
    border-radius: 10px;
    position: relative;
}
#asf-content .highlight .spotWrapper .spot::before {
	content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0px;
    font-size: 28px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #004280;
    background-color: #fff;
}
#asf-content .highlight .spotWrapper .spot h3 {
	font-weight: normal;
}

/*----------------------------------------
  Agenda page
----------------------------------------*/
#asf-content .agenda h1 {
	font-size: 44px;
	text-align: center;
}
#asf-content h2.line {
	width: 40px;
	height: 10px;
	background-color: #799ab9;
	margin: 15px auto 0 auto;
}
#asf-content .connect h2.line {
	background-color: #fff;
} 
#asf-content .agendaWrapper {
	margin: 70px 0 100px 0;
}
#asf-content .agendaWrapper .date {
	margin: 10px 0 6px 35px;
}
#asf-content .agendaWrapper .date h3.title {
	margin-bottom: 10px;
}

#asf-content .topicWrapper {
	background-color: #fff;
	padding: 25px 0;
	margin: 12px 0;
}
#asf-content .live .topicWrapper {
	border-top: 1px solid #ccc;
}
#asf-content .topicWrapper .content .time {
	float: left;
	width: 21%;
    padding-left: 35px;
	color: #004280;	
}
#asf-content .topicWrapper .inner .time {
	float: left;
	width: 5%;
	padding:8px;
	text-align:center
}
#asf-content .topicWrapper .inner .downloadtitle {
	float: left;
	width: 85%;
}
#asf-content .topicWrapper .inner .downloadtitle a {
	float: left;
	width: 5%;
	padding:8px
}
	#asf-content .topicWrapper .inner .downloadtitle p {
		float: left;
		width: 5%;
		padding: 8px;
		font-weight:900
		
	}

#asf-content .topicWrapper .content .time p {
	margin:3px 0 0 25px;
    color: #333;
    font-size: 14px;
}
#asf-content .topicWrapper .content .time h3 span {
	margin-right: 5px;
}
#asf-content .inner .innerTime {
	float: left;
	width: 21%;
}
#asf-content .topicWrapper .content .topic {
	float: left;
	width: 75%;
	margin-left: 1.5%;
}
#asf-content .topicWrapper .inner .topic {
	float: left;
	width: 85%;
	margin-left: 1.5%;
}
#asf-content .inner .innerInfo  {
	float: left;
	width: 78%;
}
#asf-content .inner .innerInfo .speaker span.company::before {
	content: ',';
	padding: 0 6px 0 2px;
}
#asf-content .inner .innerInfo .detail {
	margin: 20px 0 0 20px;
}
#asf-content .inner .innerInfo .detail ul li {
	margin-bottom: 10px;
}
#asf-content .inner .innerInfo .descript {
	margin: 3px 0;
}
	#asf-content .inner .descript {
		margin: 3px 0;
	}
#asf-content .inner .innerInfo .item, #live .liveWrapper .liveRight .innerInfo .item {
	margin: 10px 0;
}
#asf-content .topicWrapper .content .topic .title {
	float: left;
	width: 80%;
}
#asf-content .topicWrapper .inner .topic .title {
	float: left;
	width: 88%;
}
#asf-content .content .topic .btnWrapper {
	float: right;
    width: 20%;
	margin-top: 0;
	text-align: right;
}
#asf-content .inner .topic .btnWrapper {
	float: right;
	width: 12%;
	margin: 0;
	text-align: right;
}
#asf-content .topicWrapper .content .topic h3 {
	color: #004280;
}
#asf-content .topicWrapper .content .topic h4 {
	font-weight: normal;
    padding: 8px 0;
}
#asf-content .topicWrapper .inner .topic h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#asf-content .inner .innerTime::before {
	margin-left: -42px;
    padding-right: 17px;
}
#asf-content .inner {
	margin: 10px 25px;
    padding: 12px 10px;
    background-color: #f2f2f2;
    border-radius: 3px;
    line-height: 1.5;
}
#asf-content .inner:last-child {
	border: none;
}

#asf-content .btnWrapper {
	margin: 10px 0;
}
#asf-content .btnWrapper .btn {
    color: #fff;
    font-size: 14px;
	line-height: 1.5;
	padding: 0;
    margin-right: 10px;
}
#asf-content .btnWrapper .btn a {
	background-color: #336899;
    color: #fff;
    border-radius: 20px;
    padding: 7px 20px;
	display: block;
}
#asf-content .btnWrapper .btn a:hover {
	background-color: #004280;
}
#asf-content .topic .btnWrapper .btn.disable a {
	background-color: #9f9f9f;
	cursor: default;
}
#asf-content .btnWrapper .btn.disable {
	background-color: #9f9f9f;
    color: #fff;
    border-radius: 20px;
	border: none;
	padding: 7px 20px;
}
#asf-content .btnWrapper .btn.register a {
	background-color: #f39a00;
}
#asf-content .btnWrapper .btn.register a:hover {
	background-color: #e78c00;
}
#asf-content .liveTab h4.live-icon {
	padding: 4px 15px 4px 12px;
}
#asf-content .btnWrapper .btn.live a {
	background-color: red;
}
#asf-content .btnWrapper .btn.live span{
	font-size: 20px;
    line-height: 0.8;
    margin-right: 3px;
    vertical-align: middle;
}
#asf-content .topic .btnWrapper .btn a {
	color: #fff;
}
#asf-content .btnWrapper .btn i {
	margin-right: 7px;
}
#asf-content .btnWrapper .btn a:hover {
	text-decoration: none;
}
#asf-content .btnWrapper.download {
	text-align: center;
	margin-top: 30px;
}
#asf-content .btnWrapper.download .btn a {
	padding: 9px 20px;
    border-radius: 25px;
}
#asf-content .topicInner {
	display: block;
}
#asf-content .topicWrapper .arrow {
	display: none;
}
/*calendar*/
.calendar-container {
	display: none;
	width: 100%;
    height: 100%;
    background-color: #1717177d;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    padding-top: 150px;
}
.calendar-container .calendarWrapper {
	width: 80%;
    max-width: 350px;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.calendarWrapper .list {
	display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 14px 10px 14px 55px;
    margin: -2px 0px;
}
.calendarWrapper .list:hover {
	background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.calendarWrapper .list span {
	font-weight: normal;
    font-style: italic;
    padding-left: 5px;
    color: #666;
    font-size: 13px;
}
.calendarWrapper .apple-icon {
	background: url("../images/icon-apple.svg") 18px 40% no-repeat;
	background-size: 22px 100%;
}
.calendarWrapper .google-icon {
	background: url("../images/icon-google.svg") 18px 50% no-repeat;
	background-size: 22px 100%;
}
.calendarWrapper .office-icon {
	background: url("../images/icon-office365.svg") 19px 50% no-repeat;
	background-size: 18px 100%;
}
.calendarWrapper .outlook-icon {
	background: url("../images/icon-outlook.svg") 18px 50% no-repeat;
	background-size: 22px 100%;
}
.calendarWrapper .outlookcom-icon {
	background: url("../images/icon-outlookcom-t5.svg") 18px 50% no-repeat;
	background-size: 22px 100%;
}
.calendarWrapper .yahoo-icon {
	background: url("../images/icon-yahoo.svg") 18px 50% no-repeat;
	background-size: 22px 100%;
}
.calendarWrapper .close {
	position: absolute;
    right: 5px;
    top: 3px;
}


/*----------------------------------------
  afs-news
----------------------------------------*/
#asf-content .afs-news .card-group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 50px;
}
#asf-content .afs-news .card-group .card-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    list-style: none;
    display: block;
}
#asf-content .afs-news .col-3, .afs-news .col-4 {
	max-width: 100%;
	padding: 0;
}
#asf-content .afs-news .col-3 .col-inner {
    width: 33.333%;
    float: left;
}
#asf-content .afs-news .col-4 .col-inner {
    width: 25%;
    float: left;
}

#asf-content .card-group .card-item {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#asf-content .afs-news .card-group .card-item .card-item-wrapper {
	background-color: #fff;
	border: 1px #ebebeb solid;
}
#asf-content .afs-news .col-4.card-group .card-item .card-item-wrapper {
	min-height: 365px;
}
#asf-content .afs-news .col-3.card-group .card-item .card-item-wrapper {
	min-height: 405px;
}
group .card-item .card-item-wrapper {
    border: #ccc 1px solid;
    position: relative;
}
#asf-content .card-group .card-item:hover {
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

#asf-content .card-group .card-item .card-item-wrapper .card-item-top {
    position: absolute;
    width: 95%;
    height: 100%;
    background: rgba(4, 25, 45, 0.95);
    background: -webkit-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
    background: -o-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
    background: -moz-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
    background: linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
    opacity: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5em;
    padding: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#asf-content .card-item-wrapper .card-item-top .textWrap h4 {
    max-height: 9em;
}
#asf-content .afs-news .card-item-wrapper .textWrap.topic h4 {
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 3px;
	color: #333;
}
#asf-content .afs-news .card-item-wrapper .textWrap.topic p {
	color: #333;
	margin-top: 15px;
}
#asf-content .afs-news .card-item-wrapper .textWrap.topic p span {
	margin-right: 5px;
}
#asf-content .card-item-wrapper .card-item-top .textWrap h4::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    opacity: .2;
    margin-top: 5px;
    margin-bottom: 15px;
}
#asf-content .afs-news .card-item-wrapper a:hover {
	text-decoration: none;
}
#asf-content .card-group .card-item:hover .card-item-top {
    opacity: 1;
}
#asf-content .card-item-wrapper .card-item-content .imgWrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-bottom: #ccc 1px solid;
}
#asf-content .card-item-wrapper .card-item-content .imgWrap .img-inner {
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.2%;
    overflow: hidden;
}
#asf-content .card-item-wrapper .card-item-content .imgWrap .img-inner img{
	width:100%;
}
#asf-content .card-item-wrapper .card-item-content .textWrap {
    padding: 20px;
    min-height: 4.5em;
}
#asf-content .card-item-wrapper .card-item-content .textWrap h4 {
    color: #004280;
	font-weight: normal;
	word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
#asf-content .afs-news .card-item-wrapper .textWrap p {
    font-size: 16px;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
}
#asf-content .card-item-wrapper .card-item-content .textWrap .textInfo {
    position: absolute;
    bottom: 20px;
    z-index: 2;
}
#asf-content .afs-news .textInfo {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}
#asf-content .card-moreBtn {
    display: table;
    width: 100%;
    margin: 50px 0 10px 0;
    color: #004280;
    font-size: 14px;
}
#asf-content .card-moreBtn:after, .card-moreBtn:before {
    content: '';
    width: 50%;
    display: table-cell;
    border-bottom: #e5e5e5 2px solid;
}
#asf-content .card-moreBtn span {
    display: table-cell;
    padding: 0 10px;
    position: relative;
    bottom: -14px;
    white-space: nowrap;
}
#asf-content .card-moreBtn span.arr {
    bottom: -10px;
    padding-left: 0;
    font-size: 18px;
}
	#asf-content .card-moreBtn:after, .card-moreBtn:before {
		content: '';
		width: 50%;
		display: table-cell;
		border-bottom: #e5e5e54a 2px solid;
	}


/*video jump box*/
.jump-box-container {
    width: 100%;
    height: 100%;
    background-color: #1717177d;
    position: fixed;
    z-index: 1001;
    display: block;
    top: 0;
    left: 0;
    padding-top: 50px;
}
#Videobox.jump-box-container {
	display: none;
}
#Videobox.jump-box-container .videoWrapper {
	width: 1200px;
	padding: 0;
	height: 675px;
    margin: 0 auto;
    background-color: #000;
    box-sizing: border-box;
	position: relative;
	border-radius: 3px;
}
#videoWrapper-close.close {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 2px;
	top: 2px;
    color: #ffffffa6;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
}

#Videobox.jump-box-container .videoWrapper iframe {
	width: 96%;
	height: 675px;
	padding: 20px;
}


/*----------------------------------------
 Benefits bar
----------------------------------------*/
#asf-content .benefit {
	background-color: #3f5c77;
	padding: 40px 0;
}
#asf-content .benefit .benefit-card {
	float: left;
	width: 25%;
	color:#fff;
	text-align: center;
	border-right: 1px solid #ffffff7d;
}
#asf-content .benefit .benefit-card:last-child {
	border-right: none;
}
#asf-content .benefit .benefit-card h2.number {
	font-size: 50px;
}
#asf-content .benefit .benefit-card h3 {
	font-weight: normal;
}
/*----------------------------------------
 Our Partner
----------------------------------------*/
#asf-content .partner {
	width: 100%;
	margin: 40px 0;
}
#asf-content .partner img {
	width: 100%;
}

/*----------------------------------------
  Stay Connect
----------------------------------------*/
#asf-content .connect {
	color: #fff;
	padding: 50px 0 0 0;
}
#asf-content .connect .e-mail {
	text-align: center;
}
#asf-content .connect .e-mail i {
	margin-right: 7px;
}
#asf-content .connect .e-mail a {
	color: #fff;
}
#asf-content .connect .socialIcon {
		display: block ;
		width: 100%;
		margin: 3% 0 1% 0;
	}
#asf-content .connect .socialIcon span.circle {
		border: 1px solid #fff;
		width: 60px;
		border-radius: 48px;
		height: 60px;
		display: inline-block;
		margin: 0 25px 0 0;
		text-align: center;
		padding-left: 6px;
	}
#asf-content .connect .socialIcon span.circle i {
		font-size: 26px;
		line-height: 2.1;
}
#asf-content .register-bar {
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	padding: 40px 0;
	margin-top: 50px;
} 
#asf-content .register-bar .registerInfo {
	float: left;
	width: 80%;
}
#asf-content .register-bar .registerInfo .col-3, #asf-content .register-bar .registerInfo .col-4 {
	margin-top: 8px;
}
#asf-content .register-bar .btnWrapper {
	float: right;
	width: 20%;
	text-align: right;
	margin: 0px;
}
#asf-content .register-bar .btnWrapper .btn a {
	background-color: #f39a00;
	padding: 8px 30px;
} 
#asf-content .register-bar .btnWrapper .btn a:hover {
	background-color: #e78c00;
}
#asf-content .register-bar .registerInfo i {
	margin-right: 7px;
}

#asf-content .register-bar .registerInfo .col-3 h3, #asf-content .register-bar .registerInfo .col-4 h3 {
	font-weight: normal;
}


/*----------------------------------------
  Footer
----------------------------------------*/
#advan-footer {
    clear: both;
    padding-top: 20px;
}
.footer-copyright {
    float: left;
}
.footer-copyright li {
    float: left;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    color: #666;
    padding: 0 8px;
    border-left: 1px solid #999;
}
.footer-copyright li.copr-first {
    padding-left: 0;
    border-left: none;
}
.footer-copyright li a {
    display: block;
    color: #666;
}
@media screen and (max-width:1400px) {
	.row-1400px {
		padding-left: 5%;
		padding-right: 5%;
	}
	.header-menu .topicDate ol {
		margin-left: 0;
	}
	#asf-content .video-img {
		width: 53%;
	}
	.header-menu ul li {
		padding: 0 10px;
		margin-left: 0;
	}
	#asf-content .topicWrapper .time h3 span {
		display: block;
	} 
	#asf-content .topicWrapper .content .topic .title {
		width: 54%;
	}
	#asf-content .content .topic .btnWrapper {
		width: 44%;
	}
	#asf-content .highlight .spotWrapper {
		width: 520px;
	}
	#asf-content .videoWrapper .replay-agenda {
		height: 520px;
	}
	#asf-content .videoWrapper .replay-agenda .section .btnWrapper .btn a {
		padding: 5px 13px;
	}
	#live .liveWrapper {
		padding: 30px 2%;
		box-sizing: border-box;
	}
	#live .liveWrapper .liveLeft {
		width: 50%;
	}
	#live .liveWrapper .liveRight {
		width: 50%;
	}
	#live .liveWrapper .liveTime h4 {
		margin-left: 10px;
	}
/*
	标签页*/
	.el-tabs__item.is-active {
		color: #004280;
		font-size: 18px;
	}
	.el-tabs__item:hover {
		color: #004280;
		cursor: pointer;
	}
	.detail-menu {
		float: left;
		display: block
	}

}
@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:1100px) {
	#asf-content .highlight {
		min-height: 450px;
		padding-top: 65px;
		background-size: auto;
	}
	#asf-content .highlight .spotImg {
		width: 45%;
	}
	#asf-content .highlight .spotWrapper {
		width: 50%;
    	margin-top: 0;
	}
	
	
}
@media screen and (max-width:960px) {
	.header-menu ul li {
		padding: 0 8px;
	}
	.header-menu ul .btn {
		padding: 0px 15px;
	}
	/*highlight*/
	#asf-content .highlight {
		background-image: none;
		min-height: auto;
		padding-top: 4%;
	}
	#asf-content .highlight .spotWrapper {
		float: none;
		width: 100%;
		padding: 0 4%;
		margin-top: 4%;
	}
	#asf-content .highlight .spotWrapper .spot {
		padding: 10px 28px;
	}
	#asf-content .highlight .spotImg {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	/*agenda*/
	#asf-content .topicWrapper .content .time {
		float: none;
		width: 100%;
	}

	#asf-content .topicWrapper .content .time h3, #asf-content .topicWrapper .content .time h3 span {
		display: inline-block;
	}
	#asf-content .topicWrapper .content .topic {
		float: none;
		width: 97%;
		padding-left: 35px;
		margin-top: 10px;
		margin-left: 0;
	}
	#asf-content .topicWrapper .inner .topic {
		float: none;
		width: 90%;
		/* padding-left: 35px; */
		margin-top: 10px;
		margin-left: 0;
	}
	#asf-content .topicWrapper .content .topic .title {
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}
	#asf-content .topicWrapper .content .topic .btnWrapper {
		float: none;
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width:800px) {
	#advan-header .row-1400px {
		padding: 0px;
	}
	.toggleMenu {
		display: block;
	}
	.mb {
		display: block;
	}
	.pc {
		display: none;
	}
	h1 {font-size: 44px;}
	h2 {font-size: 36px;}
	h3.title {font-size: 22px;}
	h3 {font-size: 18px;}
	.bg-shadwo {
		filter: none;
	}
	.live .row-1400px {
		padding: 0;
	}
	.block.live {
		padding-top: 0;
	}
	#advan-header .openmenu {
		height: 100%;
		overflow-y: scroll;
	}
	#advan-header .header-logo {
		margin: 20px 0 20px 4%;
	}
	.toggleMenu {
		margin: 26px 4% 20px 26px;
	}
	
	/*Header menu*/
	.header-menu {
		position: absolute;
		top: 70px;
		width: 100%;
		background-color: #f2f2f2;
		z-index: 999;
    	overflow: scroll;	
	}
	.header-menu ul li {
		float: none;
		width: 100%;
		line-height: 1.5;
		padding: 2% 4%;
    	margin: 0;
		border-bottom: 1px solid #ccc;	
	}
	
	.header-menu ul li.mb-menu-close {
		display: block;
		text-align: right;
    	border-bottom: 2px solid #f2f2f2;
		background-color: #fff;
		height: 54px;
	}
	.header-menu ul li.mb-menu-close i {
		font-size: 24px;
		font-weight: 400;
		vertical-align: middle;
		color: #9f9f9f;
	}
	.header-menu ul li.contact, .header-menu ul li.singin, .header-menu ul li.register, .header-menu ul li.username {
		display: none;
	}
	.header-menu ul li.mb-singin i {
		float: none;
		font-weight: normal;
		margin-right: 3px;
	}
	.header-menu .mb-home {
		display: block;
	}
	.header-menu ul li i {
		float:right;
		font-weight: 700;
	}
	.header-menu ul li, .header-menu ul li a {
		font-weight: bold;
		display: block;
	}
	.header-menu ul li a:hover {
		border-bottom: none;
		padding-bottom: 0;
		text-decoration: none;
	}
	.header-menu ul .btn a {
		font-weight: normal;
	}
	.header-menu .mb-btn {
		display: block;
		background-color: #e6e6e6;
		border-bottom: 4px solid #dfdfdf;
	}
	.header-menu .mb-btn ul li.mb-singin {
		float: left;
		width: 48%;
		padding: 3% 0;
		text-align: center;
		border: none;
	}
	.header-menu .mb-btn ul li.mb-singin a {
		font-weight: normal;
    	text-decoration: underline;
	}
	.header-menu .mb-btn ul li.mb-register {
		float: left;
		width: 46%;
		padding: 1% 2%;
		margin: 2% 0;
		border: none;
	}
	.header-menu .mb-btn .mb-username {
		padding: 2% 4%;
	}
	.header-menu .mb-btn .mb-username h4 {
		float:left;
		width: 40%;
	}
	.header-menu .mb-btn .mb-username h4 i {
		margin-right: 3px;
	}
	.header-menu .mb-btn .mb-username p {
		float:left;
		width: 60%;
	}
	.header-menu .mb-btn .mb-username p span:nth-last-child(1)::before {
		content:'/';
		padding:0 5px;	
	}
	ul.header-nav > li > div {
		position: relative;
		border: none;
	}
	li.show-mega .row-1400px {
		padding: 0;
	}
	ul.header-nav > li.show-mega > a {
		border-bottom: none;
		padding-bottom: 0;
		text-decoration: none;
	}
	.header-menu .col1 {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	.header-menu .col1 .topicDate {
		padding: 15px 0 0;
	}
	.header-menu .col1 .topicDate ol {
		margin: 8px 0 0;
	}
	.header-menu .col1 .topicDate ol li {
		border: none;
    	padding: 0 0 3px;
	}
	.header-menu .col1 .topicDate ol li a {
		font-weight: normal;
	}
	.header-menu .col1 h4 {
		border: none;
		padding: 0 10px;
		background-color: #c9c9c9;
		display: initial;
	}
	.header-menu .mb-contact {
		display: block;
	}
	.header-menu .mb-contact p, .header-menu .mb-contact p a {
		font-weight: normal;
		margin: 5px 0;
	}
	.header-menu .mb-contact p i {
		float: left;
		font-weight: normal;
		line-height: 1.5;
		margin: 1px 4px 0 0;
	}
	ul.header-nav li div.socialIcon {
		display: block ;
		width: 100%;
		margin: 3% 0 1% 0;
	}
	ul.header-nav li.mb-contact .socialIcon span.circle {
		border: 1px solid #004280;
		width: 48px;
		border-radius: 48px;
		height: 48px;
		display: inline-block;
		margin: 0 25px 0 0;
		text-align: center;
	}
	ul.header-nav li .circle i {
		font-size: 18px;
		line-height: 46px;
		margin-right: 3px;
		float: none;
		font-weight: normal;
	}
	#asf-content .KV .btn {
		bottom: 2%;
		transform: translateX(-30%);
	}		

	/*benefit*/
	#asf-content .benefit .benefit-card h2.number {
		font-size: 36px;
	}
	#asf-content .benefit .benefit-card {
		width: 50%;
		border-right: none;
    	padding: 3% 2%;
	}
	/*Agenda*/
	#asf-content .timelineWrapper .timeline .timeline-inner {
		width: 100%;
	}
	#asf-content .timelineWrapper .timeline.right .timeline-inner {
		width: 100%;
	}
	
	#asf-content .KV {
		float: none;
		width: 100%;
	}
	#asf-content .KV .btn a {
		width: 100%;
		display: block;
		padding: 9px 30px;
	}
	#asf-content .video-img {
		float: none;
		width: 100%;
		margin-top: 5%;
		height: 305px;
	}
	#asf-content .video-img img {
		display: block;
		width: 100%;
	}
	#asf-content .video-img i{
		top: 27%;
    	left: 61%;
	}
	
	/*Agenda*/
	#asf-content .topicInner {
		display: none;
	}
	#asf-content .topicInner.active {
		display: block;
	}
	#asf-content .KV h1 {
		font-size: 36px;
	}
	#asf-content .KV h2 {
		font-size: 26px;
	}
	#asf-content .agendaWrapper {
		margin: 6% 0 0 0;
	}
	#asf-content .agendaWrapper .date {
		margin: 7% 0;
	}
	#asf-content .inner .innerTime {
		float: none;
		width: 100%;
	}
	#asf-content .inner .innerInfo {
		float: none;
		width: 100%;
	}

	#material-content .attend .is-card h3 {
		height: 2.5em;
	}
	
	#asf-content .infoWrapper {
		width: 100%;
	}
	
	#asf-content .infoWrapper .videoInfo, #asf-content .topicWrapper {
		padding: 12px 0;
		margin: 12px 0px;
	}
	#asf-content .infoWrapper .videoInfo .liveTab {
		float: none;
    	width: 100%;
	}
	#asf-content .infoWrapper .videoInfo .videoTitle {
		float: none;
		width: 100%;
		margin: 3% 0;
	}
	#asf-content .infoWrapper .videoInfo .icon {
		width: 100%;
		float: none;
		text-align: left;
	}
	#asf-content .videoWrapper .chatarea {
		display: none;
	}
	#asf-content .infoWrapper .videoInfo .icon span {
		margin-left:0;
	}
	#asf-content .infoWrapper .videoInfo .icon span.share {
		display: none;
	}
	
	#asf-content .infoWrapper .topicWrapper .content .time {
		float: left;
	}
	
	#asf-content .infoWrapper .inner {
		margin: 6px 0;
	}
	#asf-content .highlight .spotImg i {
		font-size: 50px;
	}
	/*Topic*/
	#asf-content .afs-news .col-4 .col-inner {
		width: 50%;
	}
	#asf-content .afs-news .col-4.card-group .card-item .card-item-wrapper {
	 	height: 350px;
	}
	/*News*/
	#asf-content .afs-news .col-3 .col-inner {
		width: 50%;
	}
	#asf-content .card-moreBtn {
		display: none;
	}
	/*Stay Connect*/
	#asf-content .register-bar .registerInfo, #asf-content .register-bar .btnWrapper {
		float: none;
		width: 100%;
		text-align: center;
	}
	#asf-content .register-bar .registerInfo {
		margin: 0 0 3%; 
	}
	#asf-content .register-bar .registerInfo .col-5, #asf-content .register-bar .registerInfo .col-4, #asf-content .register-bar .registerInfo .col-3 {
		width: 100%;
		flex: auto;
		max-width: 100%;
	}
	/*jump-box*/
	.jump-box-container {
		padding-top: 10%;
	}
	#Videobox.jump-box-container .videoWrapper {
		width: 92%;
    	height: auto;
	}
	#Videobox.jump-box-container .videoWrapper iframe {
		width: 100%;
    	height: 480px;
	}
}

@media screen and (max-width:580px) {
	.block.live {
		padding: 0% 0 9% 0;
	}
	#material-content .attend{
		margin-top: 18%;
	}
	
	/*Header Menu*/
	.header-menu ul li {
		padding: 3% 4%;
	}
	.header-menu .mb-btn {
		padding: 2% 0;
	}
	.header-menu ul li.mb-menu-close {
		height: 45px;
	}
	.header-menu .mb-btn ul li.mb-singin {
		padding: 4% 0;
	}
	.header-menu .mb-btn ul li.mb-register {
		padding: 2% 2%;
	}
	
	#asf-content .highlight .spotWrapper{
		margin-top: 7%;
	}
	/*Benefit bar*/
	#asf-content .benefit .benefit-card {
    	padding: 5% 2%;
	}
	/*Topic*/
	#asf-content .afs-news .col-4 .col-inner {
		width: 100%;
	}
	#asf-content .afs-news .col-3.card-group .card-item .card-item-wrapper {
		min-height: 385px;
	}
	#asf-content .afs-news .col-4.card-group .card-item .card-item-wrapper {
	 	height: auto;
		min-height: auto;
	}
	/*News*/
	#asf-content .afs-news .col-3 .col-inner {
		width: 100%;
	}
	/*Our Partner*/
	#asf-content .partner {
		margin: 4% 0 2% 0;
	}
	
	/*Topic*/
	#asf-content .countdown {
		margin: 6% 0 4% 0;
	}
	#asf-content .countdown .clock {
		margin-left: 0;
	}
	#asf-content .countdown .row .col-md-3 {
		max-width: 25%;
		margin-right: 0;
	}
	#asf-content .countdown .clock-item .inner .text::after {
		right: -2px;
    	bottom: 11px;
	}
	#asf-content .bg-gray-kv {
		height: 600px;
	}
	#asf-content .videoImg {
		height: 282px;
		background-position: 98%;
	}
	#asf-content .video-img {
		margin-top: 0;
		height: 220px;
	}
	#asf-content .video-img i {
		left: 51%;
		top: 41%;
		font-size: 50px;
	}
	#asf-content .register-bar .btnWrapper {
		margin-top: 5%;
	}
	
	/*Speaker*/
	#asf-content .speakerWrapper {
		margin: 10% 0 0 0;
	}
	#asf-content .speakerWrapper .card-inner {
		margin-bottom: 8%;
	}
	
	#asf-content .connect {
		padding-top: 7%;
	}
	#asf-content .register-bar {
		padding: 6% 0;
    	margin-top: 4%;
	}
	/*Agenda*/
	#asf-content .topicWrapper {
		padding: 5% 0;
    	margin: 3% 0;
	}
	#asf-content .topicWrapper .content .topic .title {
		padding-left: 0%
	}
	.clearfix2 {
		float: right;
		width: 34%;
		margin-top: 0;
		text-align: right;
	}
	#asf-content .topic .btnWrapper .btn {
		margin-right: 0px;
	}
	#asf-content .topicWrapper .content {
		margin-bottom: 2%;
	}
	#asf-content .topic .btnWrapper .btn a {
		padding: 5px 17px;
	}
	#asf-content .innerInfo h4 {
		margin-bottom: 3px;
	}
	#asf-content .innerInfo p.speaker {
		margin-bottom: 5px;
    	line-height: 1.5;
	}
	/*Homepage timelinw*/
	#asf-content .timelineWrapper .timeline .timeline-inner table td.time {
		line-height: 1.4;
		padding: 2%;
	}
	#asf-content .infoWrapper .topicWrapper .content .time {
		width: 35%;
	}
	#asf-content .topicWrapper .inner .topic {
		float: none;
		width: 100%;
		padding:0;
	}
	#asf-content .topicWrapper .inner .downloadtitle {
		float: none;
		width: 100%;
		padding: 0;
	}
		#asf-content .topicWrapper .inner .downloadtitle a {
			float: left;
			width: 8%;
			padding: 8px;
	}
		#asf-content .topicWrapper .inner .downloadtitle p {
			float: left;
			width: 8%;
			padding: 8px;
		}
	#asf-content .btnWrapper {
		text-align: center;
	}
	#asf-content .infoWrapper .liveTab {
		float: none;
		width: 100%;
	}
	#asf-content .infoWrapper .videoTitle {
		float: none;
		width: 100%;
		margin: 3% 0;
	}
	#asf-content .infoWrapper .icon {
		float: none;
		width: 100%;
		text-align: left;
	}	
	#asf-content .infoWrapper .videoInfo .icon .mb-icon {
		margin-top: 6%;
	}
	#asf-content .live .topicWrapper {
    	margin: 3%;
	}
	#asf-content .live .infoWrapper .videoInfo {
		margin: 1% 3%;
	}
	.jump-box-container {
		padding-top: 40%;
	}
	#Videobox.jump-box-container .videoWrapper iframe {
		height: auto;
	}

}
@media screen and (max-width:480px) {
	#asf-content .inner {
		margin: 10px 2.5%;
	}
	#asf-content .topicWrapper .content .topic, #asf-content .topicWrapper .content .time {
		padding-left: 3%;
	}
	#asf-content .topic .btnWrapper .btn {
		margin-bottom: 2%;
	}
	#asf-content .afs-news .col-3.card-group .card-item .card-item-wrapper {
		min-height: 350px;
	}
	#asf-content .topicWrapper .inner .downloadtitle a {
		float: left;
		width: 8%;
		padding: 8px;
	}
	#asf-content .topicWrapper .inner .topic {
		
		padding-left: 0;
	}
}
@media screen and (max-width:380px) {
	
	#material-content h2, h2 {
		font-size: 26px;
	}
	/*Agenda*/
	#asf-content .topic .btnWrapper .btn a {
		padding: 5px 13px;
	}
	#asf-content .bg-gray-kv {
		height: 620px;
	}
	#asf-content .videoImg {
		height: 217px;
	}
	#asf-content .video-img {
		height: 170px;
	}
	#asf-content .video-img i {
		top: 32%;
    	font-size: 36px;
	}
	#Videobox.jump-box-container .videoWrapper iframe {
		height: 380px;
	}
	.jump-box-container {
		padding-top: 15%;
	}
	#asf-content .countdown .clock-item .inner .text::after {
		left: 77px;
	}
	#asf-content .infoWrapper .topicWrapper .content .time {
		width: 40%;
	}
	#asf-content .afs-news .col-3.card-group .card-item .card-item-wrapper {
		min-height: 350px;
	}
	
}
@keyframes pulseVp{0%{box-shadow: 0 0 0 0 hsla(0,0%,100%,.50);}70%{box-shadow:0 0 0 40px rgba(165,169,177,0);}to{box-shadow:0 0 0 0 rgba(239,243,242,0)}}