.swiper-slide {
    background-repeat: no-repeat;
}

.part1 {
    padding-top: 45px;
    background-color: #ffffff;
}

.part1 .container {
    width: 100%;
    max-width: 1328px !important;
    margin: 0 auto;
}

.part2 {
    padding-top: 160px;
    background-color: #ffffff;
}

.part2 .container {
    width: 100%;
    /*max-width: 1328px !important;*/
    margin: 0 auto;
}

.part2 .part-title {
    padding-bottom: 33px;
}

.part3 {
    padding-top: 160px;
    background-color: #ffffff;
}

.part3 .container {
    width: 100%;
    max-width: 1328px !important;
    margin: 0 auto;
}

.part-title {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000018;
}

.part3 .part-title {}

.tab {
    display: inline-block;
    background-color: #f5f8fa;
    padding: 7px;
    margin-top: 25px;
    margin-bottom: 18px;
}

.tab span {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000018;
    padding: 11px 22px;
    display: inline-block;
    margin-right: 8px;
}

.tab span.active {
    cursor: pointer;
    color: #d91d22;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(214, 214, 214, 0.5);
}

.tab span:hover {
    cursor: pointer;
    color: #d91d22;
    background-color: #fff;
}

.tab1,
.tab2 {
    display: none;
}

.tab1.active,
.tab2.active {
    display: block;
}

table {
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}

table tr {
    background-color: #f9fbfd;
}

table tr:nth-child(odd) {
    background-color: #f6f7fb;
}

.bordered th:not(:first-child) {
    text-align: center;
}

.bordered td:not(:first-child) {
    text-align: center;
}

/* .bordered th span{padding: 24px;display:inline-block;}
.bordered td span{padding: 24px;display:inline-block;} */
.bordered {
    /*border: solid #d5d9e0 1px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*margin-bottom: 12px;*/
    /* -webkit-box-shadow: 0 1px 1px #d5d9e0;
    -moz-box-shadow: 0 1px 1px #d5d9e0;
    box-shadow: 0 1px 1px #d5d9e0; */
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td {
    /*    border-left: 1px solid #d5d9e0;
    border-top: 1px solid #d5d9e0;*/
    padding: 18px 32px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #4a546d;
    vertical-align: middle;
}

.bordered th {
    /* border-left: 1px solid #d5d9e0; */
    border-top: 1px solid #d5d9e0;
    padding: 12px 32px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #4a546d;
    vertical-align: middle;
}

.bordered th {
    background-color: #e7833a;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#d91d22),
            to(#d91d22));
    background-image: -webkit-linear-gradient(top, #e7833a, #e7833a);
    background-image: -moz-linear-gradient(top, #e7833a, #e7833a);
    background-image: -ms-linear-gradient(top, #e7833a, #e7833a);
    background-image: -o-linear-gradient(top, #e7833a, #e7833a);
    background-image: linear-gradient(top, #e7833a, #e7833a);
    /*    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;*/
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

    font-weight: bold;

    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .part-title {
        font-size: 24px;
        text-align: center;
    }

    .part2,
    .part3 {
        padding: 80px 16px 0 16px;
    }

    .part3 .tab {
        margin: 24px auto;
        width: 230px;
        text-align: center;
        display: block;
    }

    .part3 .tab span {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.9px;
    }

    .bordered th,
    .bordered td {
        font-size: 14px;
        font-weight: normal;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
    }

    .bordered thead th:nth-child(1), td:nth-child(1) {
        position: sticky;
        left: 0;
        z-index: 1;
    }
    
    .bordered tbody td:nth-child(1) {
        position: sticky;
        left: 0;
        background-color: #f9fbfd;
        z-index: 1;
    }

    #event_list .part2 .container {
        padding: 0;
    }

    .calendar-contain {
        box-shadow: 2px 2px 5px rgb(30 46 50 / 50%);
    }
}

.event_short a {
    color: #000018;
}

.calendar-contain {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto,
        Oxygen, Ubuntu, "Helvetica Neue", sans-serif;
    position: relative;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    max-width: 1416px;
    min-width: 330px;
    margin: 1rem auto;
    background-color: #f5f7f6;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 rgba(221, 221, 221, 0.5);
    color: #040605;
}

@media screen and (min-width: 55em) {
    .calendar-contain {
        margin: auto;
        padding-top: 16px;
    }
}

.title-bar {
    position: relative;
    width: 100%;
    display: table;
    text-align: right;
    background: #f5f7f6;
    padding: 24px 44px;
    margin-bottom: 0;
}

.title-bar:after {
    display: table;
    clear: both;
}

.title-bar__prev {
    position: relative;
    float: left;
    text-align: left;
    cursor: pointer;
    width: 22px;
    height: 30px;
}

.title-bar__prev:after {
    content: "";
    display: inline;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    left: 2px;
    top: 17px;
    margin: auto;
    border-top: 1.5px solid black;
    border-right: 1.5px solid black;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
}

.title-bar__next {
    position: relative;
    float: right;
    text-align: right;
    cursor: pointer;
    width: 22px;
    height: 30px;
}

.title-bar__next:after {
    content: "";
    display: inline;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 2px;
    top: 17px;
    margin: auto;
    border-top: 1.5px solid black;
    border-right: 1.5px solid black;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
}

.title-bar__year {
    display: block;
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    width: 130px;
    padding: 0 0.5rem;
    text-align: center;
}

.title-bar__year select {
    padding: 14px 24px;
    font-size: 16px;
    width: 100%;
}

@media screen and (min-width: 55em) {
    .title-bar__year {
        width: 130px;
    }
}

.title-bar__month {
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    width: 130px;
    padding: 0 0.5rem;
    text-align: center;
}

.title-bar__month select {
    padding: 14px 14px;
    font-size: 16px;
    width: 100%;
}

@media screen and (min-width: 55em) {
    .title-bar__month {
        width: 130px;
    }
}

.calendar__sidebar {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: linear-gradient(120deg, #eff3f3, #e1e7e8);
    padding-bottom: 0.7rem;
}

@media screen and (min-width: 55em) {
    .calendar__sidebar {
        position: relative;
        height: 100%;
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
}

.calendar__sidebar .content {
    padding: 2rem 1.5rem 2rem 4rem;
    color: #040605;
}

.sidebar__list {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar__list-item {
    margin: 1.2rem 0;
    color: #2d4338;
    font-weight: 100;
    font-size: 1rem;
}

.list-item__time {
    display: inline-block;
    /*width: 60px;*/
}

@media screen and (min-width: 55em) {
    .list-item__time {
        margin-right: 1rem;
    }
}

.sidebar__list-item--complete {
    color: rgba(4, 6, 5, 0.3);
}

.sidebar__list-item--complete .list-item__time {
    color: rgba(4, 6, 5, 0.3);
}

.sidebar__heading {
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.sidebar__heading span {
    float: right;
    font-weight: 300;
}

.calendar__heading-highlight {
    color: #2d444a;
    font-weight: 900;
}

.calendar__days {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    float: none;
    min-height: 580px;
    height: 100%;
    font-size: 12px;
    padding: 10px 44px;
    background: #fff;
}

@media screen and (min-width: 55em) {
    .calendar__days {
        width: 100%;
        float: right;
    }
}

table.calendars th {
    width: calc(100% / 7);
    text-align: left;
}

table.calendars td {
    width: calc(100% / 7);
    min-height: 110px;
}

.calendar__top-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 32px;
    flex: 32px 0 0;
}

tr.calendar__week {
    display: table-cell;
}

.top-bar__days {
    width: 100%;
    padding: 0 5px;
    color: #2d4338;
    font-weight: 100;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1rem;
    background: #f7f8f9;
    padding: 10px;
    margin: 5px;
}

.calendar__week {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 0;
}

.calendar__day {
    /*  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;*/
    width: calc(100% / 7);
    min-height: 110px;
    padding: 10px 5px;
    /*  padding: 1.9rem 0.2rem 0.2rem;
  cursor: pointer;
  flex-direction: column;
  flex-wrap: nowrap;*/
}

.calendar__loop {
    padding: 10px 44px;
}

.calendar__day.event .calendar__date,
.calendar__day.event .calendar__task {
    color: #000018;
}

.calendar__date {
    padding-bottom: 8px;
}

.event_short {
    padding: 8px 0;
}

.calendar__date {
    color: #000018;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (min-width: 55em) {
    .calendar__date {
        font-size: 16px;
        padding: 10px 6px 16px;
        line-height: 1;
        border-top: 2px solid #e9ecee;
    }
}

.calendar__week .inactive .calendar__date,
.calendar__week .inactive .task-count {
    color: #c6c6c6;
}

.calendar__week .today .calendar__date {
    color: #ee0a24;
    border-top: 2px solid #fd588a;
}

.calendar__task {
    color: #040605;
    display: -webkit-box;
    display: flex;
    font-size: 0.8rem;
}

.event_short a {
    align-items: flex-start;
}

.event_short span {
    flex: 1;
}

@media screen and (min-width: 55em) {
    .calendar__task {
        font-size: 1rem;
    }
}

.calendar__task.calendar__task--today {
    color: #fd588a;
}

.calendar__days section {
    background: #fff;
    padding: 0;
}

.offline a {
    color: #ee0a24;
    font-size: 16px;

    display: flex;
    align-items: flex-start;
}

.online a {
    color: #01b06c;
    font-size: 16px;

    display: flex;
    align-items: flex-start;
}

.festival a {
    color: #ffb42c;
    font-size: 16px;

    display: flex;
    align-items: flex-start;
}

.offline i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../inpageImg/calendar/Last_Trading_Date.svg);
    background-repeat: no-repeat;
    padding-right: 8px;
}

.online i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../inpageImg/calendar/Online_date.svg);
    background-repeat: no-repeat;
    padding-right: 8px;
}

.festival i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../inpageImg/calendar/Holiday.svg);
    background-repeat: no-repeat;
    padding-right: 8px;
}

.legend ul {
    display: none;
}

.calendar-contain .left {
    float: left;
}

.calendar-contain .right {
    float: right;
}

.title-bar__timezone {
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    min-width: 130px;
    padding: 0 0.5rem;
    text-align: center;
}

.title-bar__timezone select {
    padding: 14px 14px;
    font-size: 16px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .event_short a span {
        display: none;
    }

    .calendar__loop {
        padding: 10px 16px;
    }

    .calendar__day {
        min-height: 4rem;
    }

    .title-bar {
        position: relative;
        width: calc(100% - 32px);
        width: 100%;
        display: table;
        text-align: right;
        background: #f5f7f6;
        padding: 10px 16px;
        margin-bottom: 0;
    }

    .calendar-contain {
        box-shadow: 2px 2px 2px rgb(30 46 50 / 10%);
    }

    .legend {
        padding-top: 16px;
    }

    .legend ul {
        display: flex;
    }

    .legend ul li {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .legend ul li:nth-child(1) {
        color: #01b06c;
    }

    .legend ul li:nth-child(2) {
        color: #ee0a24;
    }

    .legend ul li:nth-child(3) {
        color: #ffb42c;
    }
}

@media screen and (max-width: 678px) {

    .title-bar__year select,
    .title-bar__month select,
    .title-bar__timezone select {
        padding: 1px;
    }

    .title-bar__year,
    .title-bar__month,
    .title-bar__timezone {
        width: unset;
        padding: 0;
        line-height: 50px;
    }

    .title-bar__timezone {
        min-width: 50px;
        max-width: 130px;
    }
}

.mystyle {
    background: rgba(217, 29, 34, 0.1) !important;
}

.today .calendar__date {
    border-top-color: #d91d22;
    color: #ee0a24;
}

@media only screen and (max-width: 1024px) {
    .wap-small-title {
        padding-top: 60px;
    }
}

@media (max-width: 834px) {
    .bordered {
        min-width: 600px !important;
        text-align: center !important;
    }

    .bordered td {
        text-align: center !important;
    }

    .part2 .tab-content {
        overflow-x: scroll;
    }
}

#swiper-slide-desktop-1 {
    background-image: url(/asset/inpageImg/calendar/Calendar-banner.jpg);
    background-position:center;
    background-position-x: calc(100% + 210px);
}
.s1500
{
    display: none;
}

@media (max-width: 1500px) {
    .s1500 {
        display: block;
    }
}