.index-main-container {
    min-width: 1230px;
}

.index-top-bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 604px;
    height: 604px;
    width: auto;
}

.index-top-bar-container {
    width: 100%;
    height: 120px;
    background: linear-gradient(270deg, #FF8A48 0%, #FC5E30 100%);
    background: -webkit-linear-gradient(180deg, #FF8A48 0%, #FC5E30 100%);
    display: flex;
    align-items: center;
}

.index-center-block {
    margin: 0 auto;
    width: 1200px;
}

.index-top-bar {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    height: 80px;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.bar-countdown-container {
    display: flex;
    height: 100%;
    flex: none;
}

.bar-countdown-container .bar-countdown {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*font-family: DINAlternate-Bold, DINAlternate;*/
    font-weight: 500;
    color: #1D1E22;
    line-height: 36px;
    font-size: 1.75rem;
}

.bar-countdown-container .bar-countdown:after {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
}

.bar-countdown-container #countdown-day:after {
    content: "Days";
}

.bar-countdown-container #countdown-hours:after {
    content: "Hours";
}

.bar-countdown-container #countdown-minutes:after {
    content: "Minutes";
}

.bar-countdown-container #countdown-second:after {
    content: "Second";
}

.bar-text {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #F7F7F7;
    margin-left: 10px;
    flex: 1;
    justify-content: center;
}

.bar-tickets {
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #383E56;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    flex: none;
}

.bar-tickets:hover {
    background: #444C69;
}

.bar-tickets:before {
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    content: "";
    display: block;
    left: 35px;
}

.bar-tickets:after {
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    bottom: -7px;
    content: "";
    display: block;
    left: 35px;
}

.bar-btn {
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    color: #1D1E22;
    line-height: 24px;
    font-size: 1rem;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

.index-title-b {
    color: #1D1E22;
    line-height: 42px;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-title-w {
    color: #fff;
    line-height: 42px;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-title-more {
    font-weight: 400;
    color: #43B86C;
    line-height: 24px;
    font-size: 1rem;
}

.index-title-more:hover {
    text-decoration: underline;
}

.index-conference-introduction {
    margin-top: 80px;
}

.index-conference-introduction-mobile {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 45px;
}

.index-conference-introduction-mobile .index-center-block {
    width: 100%;
    padding-bottom: 45px;
}

.index-conference-introduction-mobile .index-title-b {
    font-size: 1.5rem;
}

.index-conference-introduction-mobile .index-title-more {
    display: none;
}

.index-conference-introduction-text {
    font-weight: 400;
    color: #1D1E22;
    line-height: 28px;
    font-size: 1rem;
    margin-top: 30px;
}

.index-conference-introduction-text a {
    color: #2878FF
}

.index-conference-introduction-text a:hover {
    text-decoration: underline;
}

.index-information-container {
    width: 100%;
    background: linear-gradient(270deg, #43B86C 50%, #fff 51%);
    background: -webkit-linear-gradient(180deg, #43B86C 50%, #fff 51%);
    margin-top: 60px;
}

.index-information {
    width: 100%;
    background: linear-gradient(270deg, #43B86C 0%, #A6C84F 100%);
    background: -webkit-linear-gradient(-180deg, #43B86C 0%, #A6C84F 100%);
    padding: 80px 0;
}

.index-information-tit {
    padding-left: 60px;
    box-sizing: border-box;
}

.index-information-tit2 {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 1.125rem;
    margin-top: 30px;
    padding-left: 60px;
    box-sizing: border-box;
}

.index-information-item-box {
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
    height: auto;
    float: left;
    margin-top: 30px;
}

.index-information-item {
    border-top: #fff 1px solid;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 132px;
    width: 100%;
}

.index-information-item-bg01 {
    background-image: url("../src/index/num_bg1.png");
    background-size: 39px 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.index-information-item-bg02 {
    background-image: url("../src/index/num_bg2.png");
    background-size: 39px 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.index-information-item-bg03 {
    background-image: url("../src/index/num_bg3.png");
    background-size: 39px 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.index-information-item-bg04 {
    background-image: url("../src/index/num_bg4.png");
    background-size: 39px 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.index-information-item-bg05 {
    background-image: url("../src/index/num_bg5.png");
    background-size: 39px 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.index-information-item-text {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 1rem;
    min-height: 72px;
    width: 300px;
}

.index-information-item-icon {
    width: 100px;
    height: 100px;
    display: block;
}

.index-guest-speakers-container {
    width: 100%;
    background: #F7F7F7;
    margin-top: 80px;
    padding: 80px 0;
}

.index-guest-speakers-tit {
    justify-content: center;
}

.index-guest-speakers-slide {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.guest-speakers-item-avatar {
    width: 180px;
    height: 180px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.guest-speakers-item-avatar img {
    width: 180px;
    height: 180px;
    display: block;
}

.guest-speakers-item-name {
    color: #43B86C;
    line-height: 24px;
    font-size: 1.125rem;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.guest-speakers-item-name:hover {
    text-decoration: underline;
}

.guest-speakers-item-title {
    font-weight: 400;
    color: #1D1E22;
    line-height: 22px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.guest-speakers-item-text {
    font-weight: 400;
    color: #43B86C;
    line-height: 22px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.guest-speakers-prev {
    background: url("../src/index/icon_left.png") no-repeat center center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 90;
    top: 50%;
    left: -32px;
    margin-top: -16px;
    cursor: pointer;
}

.guest-speakers-next {
    background: url("../src/index/icon_left.png") no-repeat center center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 90;
    top: 50%;
    right: -32px;
    margin-top: -16px;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.index-guest-speakers-slide-container {
    position: relative;
    width: 100%;
}

.guest-speakers-btn {
    width: 160px;
    height: 40px;
    background: linear-gradient(270deg, #4FC87C 0%, #B0D25C 100%);
    background: -webkit-linear-gradient(-180deg, #4FC87C 0%, #B0D25C 100%);
    color: #FFFFFF;
    line-height: 24px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest-speakers-btn:hover {
    background: linear-gradient(270deg, #5DDD8D 0%, #DCE36E 100%);
    background: -webkit-linear-gradient(-180deg, #5DDD8D 0%, #DCE36E 100%);
}

.index-agenda-container {
    padding: 80px 0;
    box-sizing: border-box;
    width: 100%;
    background-image: url("../src/index/bg01.png");
    background-repeat: no-repeat;
    background-size: 85px 600px;
    background-position: calc(50% + 600px) 92px;
}

.index-agenda {

}

.index-agenda-tab-container {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.index-agenda-tab {
    width: 260px;
    height: 50px;
    background: #F6F7F7;
    font-size: 1.25rem;
    color: #1D1E22;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border-radius: 25px;
}

.index-agenda-tab-ck {
    background: #43B86C;
    color: #fff;
}

.index-agenda-list {
    width: 100%;
    margin-top: 50px;
}

.index-agenda-list .agenda-message-bar {
    margin-top: -35px;
}

.index-agenda-date {
    width: 50%;
    padding: 10px 0;
    background: #fff;
}

.index-agenda-date-tit {
    font-weight: 600;
    color: #1D1E22;
    line-height: 28px;
    font-size: 1.25rem;
}

.index-agenda-date-txt {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
    margin-top: 5px;
}

.index-agenda-item-container {
    width: 100%;
    display: flex;
}

.index-agenda-item {
    flex: 1;
    margin-left: 60px;
    border-left: #43B86C 2px solid;
    padding: 10px 0 10px 60px;
    box-sizing: border-box;
}

.index-agenda-item-bar {
    width: 100%;
    height: 85px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin: 10px 0;
    float: left;
}

.index-agenda-item-bar:hover {
    border: 1px solid #43B86C;
}

.index-agenda-item-tit {
    color: #1D1E22;
    line-height: 24px;
    font-size: 1.125rem;
}

.index-agenda-item-time {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
    margin-top: 5px;
}

.index-agenda-item-view {
    color: #2878FF;
    line-height: 24px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.index-agenda-item-view:hover {
    text-decoration: underline;
}

.index-agenda-item-view:hover:after {
    display: block;
}

.index-agenda-item-view:after {
    background-image: url("../src/index/icon_point.png");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    content: "";
    display: none;
}

/*.index-agenda-item-view-d {*/
/*    color: #C0C0C1;*/
/*    line-height: 24px;*/
/*    font-size: 1rem;*/
/*    cursor: initial;*/
/*}*/

.index-agenda-item-bar:hover .index-agenda-item-tit {
    color: #43B86C;
}

.index-agenda-btn {
    color: #FFFFFF;
    line-height: 38px;
    font-size: 1rem;
    width: 160px;
    height: 40px;
    background: #43B86C;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-left: 122px;
    margin-top: 30px;
}

.index-agenda-btn:hover {
    background: #FE7148;
}

.index-package-container {
    background-image: url("../src/index/bg02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 80px 0;
    box-sizing: border-box;
}

.index-package-title {
    justify-content: center;
}

.index-package-title2 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    font-size: 1.125rem;
    margin-top: 10px;
    text-align: center;
}

.index-package-list {
    display: flex;
    width: 100%;
    margin-top: 30px;
    align-items: flex-end
}

.index-package-item {
    flex: 1;
    margin-right: 45px;
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.index-package-item:last-child {
    margin-right: 0px;
}

.index-package-item-top {
    width: 100%;
    height: 90px;
    background: #383E56;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFDC6D;
    line-height: 26px;
    font-size: 1.125rem;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.index-package-item-top:before {
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url("../src/index/icon06.png");
    background-size: 24px 24px;
    content: "";
    display: block;
    top: 0px;
    left: 2px;
}

.index-package-item-top:after {
    width: 0px;
    height: 0px;
    border-top: 10px #383E56 solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    position: absolute;
    bottom: -9px;
    right: 55px;
    content: "";
    display: block;
}

.index-package-item-content {
    padding: 30px 30px 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: calc(100% - 90px);
    position: relative;
}

.index-package-item-tit {
    color: #1D1E22;
    line-height: 28px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
}

.index-package-item-tit2 {
    color: #1D1E22;
    line-height: 24px;
    font-size: 1rem;
    margin-top: 20px;
}

.index-package-item-price {
    color: #1D1E22;
    line-height: 42px;
    font-size: 2.25rem;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    font-weight: 600;
}

.index-package-item-price span {
    font-weight: 400;
    color: #1D1E22;
    line-height: 24px;
    font-size: 1rem;
    padding-bottom: 3px;
    margin-right: 6px;
}

.index-package-item-txt-container {
    min-height: 84px;
    margin-top: 20px;
}

.index-package-item-txt {
    border-top: #E6E6E6 1px solid;
    border-bottom: #E6E6E6 1px solid;
    padding: 17px 0;
    font-size: 1rem;
    color: #43B86C;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
}

.index-package-item-txt img {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 5px;
    margin-top: 4px;
}

.index-package-item-btn {
    width: 240px;
    height: 48px;
    background: #43B86C;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.index-package-item-btn:hover {
    background: #FE7148;
}

.index-package-item-tit2-hot {
    color: #43B86C;
}

.index-package-item-price-hot {
    color: #43B86C;
}

.index-package-item-price-hot span {
    color: #43B86C;
}

.index-package-item-price-void {
    font-weight: 400;
    color: #43B86C;
    line-height: 24px;
    font-size: 1rem;
    margin-left: 10px;
    text-decoration: line-through;
}

.index-package-hot-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.index-package-hot-bottom-tit {
    color: #1D1E22;
    line-height: 20px;
    font-size: 1rem;
}

.index-package-hot-bottom-txt {
    color: #77797E;
    line-height: 20px;
    display: flex;
    font-size: 1rem;
    margin-top: 5px;
}

.index-package-hot-bottom-countdown {
    color: #43B86C;
    line-height: 20px;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 10px;
    width: 72px;
    text-align: left;
}

.index-package-item-hot-icon {
    position: absolute;
    width: 59px;
    height: 49px;
    right: -15px;
    top: 10px;
}

.index-reviewing-container {
    width: 100%;
    padding: 80px 0;
}

.index-reviewing-data {
    margin-top: 60px;
    display: flex;
}

.index-reviewing-data-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.index-reviewing-data-item-tit {
    font-size: 2.875rem;
    /*font-family: DINAlternate-Bold, DINAlternate;*/
    font-weight: bold;
    color: #1D1E22;
    line-height: 54px;
}

.index-reviewing-data-item-txt {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
    margin-top: 10px;
}

.index-reviewing-slide-container {
    width: 100%;
    background: linear-gradient(270deg, #F7F7F7 50%, #fff 51%);
    background: -webkit-linear-gradient(180deg, #F7F7F7 50%, #fff 51%);
    margin-top: 30px;
}

.index-reviewing-slide {
    padding: 60px 0 60px 60px;
    width: 100%;
    background: #F7F7F7;
    box-sizing: border-box;
}

.index-reviewing-slide-box {
    overflow: hidden;
    width: 100%;
}

.index-reviewing-slide-box .swiper-slide {
    width: 340px;
    height: 220px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    display: block;
}

.index-reviewing-slide-box .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-agenda-tab-vwa:before {
    background-image: url("../src/index/virtual_week_agenda.png");
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 5px;
}

.index-agenda-tab-ipa:before {
    background-image: url("../src/index/in_person_agenda.png");
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 5px;
}

.index-agenda-tab-ck.index-agenda-tab-vwa:before {
    background-image: url("../src/index/virtual_week_agenda2.png");
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 5px;
}

.index-agenda-tab-ck.index-agenda-tab-ipa:before {
    background-image: url("../src/index/in_person_agenda2.png");
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 5px;
}

.index-reviewing-slide-bottom {
    min-height: 80px;
    background: linear-gradient(180deg, rgba(29, 30, 34, 0) 0%, #1D1E22 100%);
    background: -webkit-linear-gradient(270deg, rgba(29, 30, 34, 0) 0%, #1D1E22 100%);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.index-reviewing-slide .swiper-slide:hover .index-reviewing-slide-bottom {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.index-reviewing-slide-bottom-tit {
    width: 100%;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 1rem;
    font-weight: bold;
}

.index-reviewing-slide-bottom-date {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    font-size: .875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.index-reviewing-slide-bottom-date:after {
    width: 16px;
    height: 16px;
    background-image: url("../src/index/icon11.png");
    content: "";
    display: block;
    background-size: 16px 16px;
}

.reviewing-swiper-pagination {
    bottom: 0 !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #FFF;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 4px !important;
}

.swiper-pagination-bullet-ck {
    background: #43B86C;
}

.index-news-container {
    background: #383E56;
    padding: 80px 0;
}

.index-news {
    width: 100%;
    margin-top: 60px;
}

.index-news-item {
    border-top: #4F5673 1px solid;
    padding: 30px 0;
    display: flex;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.index-news-item:nth-child(even) {
    padding-left: 15px;
}

.index-news-item:nth-child(odd) {
    padding-right: 15px;
}

.index-news-item-img {
    width: 240px;
    height: 155px;
    position: relative;
    flex: none;
}

.index-news-item-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-news-item-img-tag {
    height: 24px;
    background: #43B86C;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    font-size: .875rem;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    left: -5px;
}

.index-news-item-content {
    margin-left: 20px;
    flex: 1;
}

.index-news-item-title {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 24px;
    max-height: 48px;
    font-weight: bold;
    -webkit-line-clamp: 2;
}

.index-news-item-title:hover {
    text-decoration: underline;
}

.index-news-item-text {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    font-size: .875rem;
    max-height: 60px;
    margin-top: 5px;
    -webkit-line-clamp: 3;
}

.index-news-item-date {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    font-size: .75rem;
    margin-top: 25px;
}

.index-news-btn {
    width: 160px;
    height: 40px;
    background: #43B86C;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 30px auto 0 auto;
}

.index-news-btn:hover {
    background: #FE7148;
}

.index-organizations-container {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(270deg, #EFFAF3 0%, #FAFBEF 100%);
    background: -webkit-linear-gradient(-180deg, #EFFAF3 0%, #FAFBEF 100%);
}

.index-organizations {
    width: 100%;
    margin-top: 40px;
    padding-top: 1px;
}

.index-organizations-title {
    color: #1D1E22;
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 20px;
}

.index-organizations-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0 -5px;
}

.index-organizations-logo {
    width: 141px;
    height: 65px;
    display: block;
    padding: 10px 5px 0 5px;
}

.index-organizations-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-bottom-container {
    width: 100%;
    padding-bottom: 60px;
}

.index-bottom-bg {
    position: relative;
}

.index-bottom-btn {
    width: 300px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 1px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #1D1E22;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 48px;
    right: 60px;
    border: #fff 1px solid;
}

.index-bottom-btn2 {
    width: 300px;
    height: 52px;
    border-radius: 1px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 120px;
    right: 60px;
    border: #fff 1px solid;
}

@media (max-width: 1280px) {
    .guest-speakers-prev {
        left: 0px;
    }

    .guest-speakers-next {
        right: 0px;
    }
}

/*@media (max-width: 768px) {*/
/*    .index-center-block {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.mobile-index-center-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.mobile-index-top-bg-img {
    width: 100%;
}

.mobile-index-top-bg-img img {
    width: 100%;
    display: block;
}

.mobile-index-top-bar-container {
    background: linear-gradient(270deg, #FD9962 0%, #43B86C 100%);
    background: -webkit-linear-gradient(180deg, #FD9962 0%, #43B86C 100%);
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.mobile-index-top-bar {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.bar-text-container {
    background: #F7F7F7;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.bar-text-container .mobile-bar-text {
    padding: 0px;
    margin-left: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #F7F7F7;
    flex: 1;
    font-size: .875rem;
}

.bar-text-container .mobile-bar-tickets {
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #383E56;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    flex: none;
    margin-top: 20px;
}

.bar-text-container .mobile-bar-tickets:before {
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    content: "";
    display: block;
    left: 35px;
}

.bar-text-container .mobile-bar-tickets:after {
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    bottom: -7px;
    content: "";
    display: block;
    left: 35px;
}

.bar-text-container .mobile-bar-btn {
    box-sizing: border-box;
    color: #43B86C;
    line-height: 24px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    margin-top: 20px;
}

.mobile-index-guest-speakers-container {
    width: 100%;
    background: #F7F7F7;
    padding: 30px 0;
}

.mobile-index-title-b {
    color: #1D1E22;
    line-height: 28px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-index-title-w {
    color: #fff;
    line-height: 28px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-index-guest-speakers-tit {
    justify-content: center;
}

.mobile-index-guest-speakers-container .index-center-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-index-guest-speakers-slide-container {
    flex: 1;
    margin: 20px 60px 0 60px;
    position: relative;
}

.mobile-index-guest-speakers-slide-container #guest-speakers-slide-box {
    margin-top: 0px;
}

.mobile-guest-speakers-btn {
    width: 160px;
    height: 40px;
    background: linear-gradient(270deg, #4FC87C 0%, #B0D25C 100%);
    background: -webkit-linear-gradient(-180deg, #4FC87C 0%, #B0D25C 100%);
    color: #FFFFFF;
    line-height: 24px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-guest-speakers-prev {
    background: url("../src/index/icon_left.png") no-repeat center center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 90;
    top: 50%;
    left: -42px;
    margin-top: -16px;
    cursor: pointer;
}

.mobile-guest-speakers-next {
    background: url("../src/index/icon_left.png") no-repeat center center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 90;
    top: 50%;
    right: -42px;
    margin-top: -16px;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mobile-index-organizations-container {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #EFFAF3 0%, #FAFBEF 100%);
    background: -webkit-linear-gradient(-180deg, #EFFAF3 0%, #FAFBEF 100%);
}

.mobile-index-organizations {
    width: 100%;
    margin-top: 0px;
    padding-top: 1px;
}

.mobile-index-agenda-container {
    padding: 30px 15px;
}

.mobile-index-agenda-tab-container {
    margin-top: 30px;
    width: 100%;
    display: flex;
}

.mobile-index-agenda-tab {
    color: #1D1E22;
    line-height: 24px;
    font-size: 1rem;
    font-weight: bold;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    margin: 0 5px;
    width: 50%;
}

.mobile-index-agenda-list {
    padding-top: 10px;
}

.mobile-index-agenda-tab-ck {
    color: #fff;
    background: #43B86C;
}

.mobile-index-agenda-date {
    width: 100%;
    margin-top: 10px;
}

.mobile-index-agenda-date-tit {
    color: #1D1E22;
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: bold;
}

.mobile-index-agenda-date-txt {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
}

.mobile-index-agenda-item-container {
    width: 100%;
    margin-top: 10px;
    padding-top: 1px;
}

.mobile-index-agenda-item-bar {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
    padding: 16px 30px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.mobile-index-agenda-item-tit {
    color: #1D1E22;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.mobile-index-agenda-item-txt-container {
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-index-agenda-item-time {
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    font-size: 1rem;
}

.mobile-index-agenda-item-view {
    font-size: 1rem;
    color: #2878FF;
    line-height: 24px;
    font-weight: bold;
}

/*.mobile-index-agenda-item-view-d {*/
/*    font-size: 1rem;*/
/*    color: #77797E;*/
/*    line-height: 24px;*/
/*}*/

.mobile-index-package-container {
    background: linear-gradient(248deg, #FD9962 0%, #43B86C 100%);
    background: -webkit-linear-gradient(158deg, #FD9962 0%, #43B86C 100%);
    width: 100%;
    padding: 30px 0;
}

.mobile-index-package-list {
    width: 100%;
    overflow-x: scroll;
    margin-top: 20px;
    display: flex;
    padding-bottom: 20px;
}

.mobile-index-package-title2 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    font-size: .875rem;
    padding: 0 15px;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
}

.mobile-index-reviewing-container {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.mobile-index-reviewing-container .index-center-block {
    padding: 0 15px;
    box-sizing: border-box;
}

.mobile-index-reviewing-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mobile-index-reviewing-data-item {
    width: 50%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.mobile-index-reviewing-data-item-tit {
    font-size: 2.25rem;
    /*font-family: DINAlternate-Bold, DINAlternate;*/
    font-weight: bold;
    color: #1D1E22;
    line-height: 42px;
}

.mobile-index-reviewing-data-item-txt {
    font-size: 1rem;
    font-weight: 400;
    color: #77797E;
    line-height: 24px;
    margin-top: 10px;
}

.mobile-index-reviewing-slide {
    padding: 20px 0 20px 20px;
    background: #F7F7F7;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 15px;
}

.mobile-index-reviewing-slide-box {
    overflow: hidden;
    width: 100%;
}

.mobile-index-reviewing-slide-box .swiper-slide {
    width: calc(100vw - 35px);
    height: auto;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.mobile-index-reviewing-slide-box .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.index-agenda-page-block {
    padding-top: 10px;
    padding-bottom: 50px;
}

.index-agenda-vf-tit {
    padding-bottom: 20px;
    border-bottom: #E6E6E6 1px solid;
}

.index-agenda-vf-tit:before {
    display: none;
}

