/* public */
/*#region*/

.title {
    flex: 0 0 35%;
}

.title h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #171922;
}

.title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

a.round {
    display: inline-block;
    background: #0177ff;
    padding: 15px 80px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}

a.round:hover {
    box-shadow: rgba(193, 193, 193, 0.3) 0px 8px 20px 0px;
    transform: scale(1.01) translateY(-2px);
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}

/*#endregion*/

/* banner */
/*#region*/
.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    color: #fff
}

.banner .video {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .video video {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-50%);
}

.banner .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s;
}

.banner .text.active {
    opacity: 1;
}

.banner .text .box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.banner .text .bt {
    margin-top: 50px;
    padding: 10px 20px;
    background: url(../img/bg_btn-8ce3c0b0.png) no-repeat 50%;
    background-size: 100%;
}

.banner .text .bt a {
    display: inline-block;
    padding: 0 3em;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
    text-decoration: none;
    cursor: pointer;
}

.banner .text .bt a:hover {
    color: #0177ff;
}

@media (max-width: 767px) {
    .banner .text {
        margin: 0 10%;
    }

    .banner .text h2 {
        font-size: 40px;
    }

    .banner .text .bt {
        width: 100%;
        text-align: center;
    }

    .banner .text .bt a {
        padding: 0;
        width: 45%;
        text-align: center;
        font-size: 14px;
        vertical-align: -3px;
    }
}

/*#endregion*/

/* platform */
/*#region*/
.platform {
    position: relative;
    padding: 150px 0;
}

.platform .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.platform .back .circle1 {
    top: -500px;
    left: 35%;
    transform: translateX(100px);
}

.platform .back .circle2 {
    bottom: -200px;
    left: 50%;
    transform: translateX(-1400px);
}

.platform .lines {
    margin-top: 200px;
    padding-top: 46px;
}

.platform .lines .container span {
    display: inline-block;
    transform: rotate(90deg) translateY(18px);
    margin-bottom: 20px;
}

.platform .lines .container span:before {
    content: 'i-SEARCH';
    font-size: 14px;
    font-weight: 400;
    color: #a3aebf;
    line-height: 24px;
    cursor: pointer;
    transition: color .2s ease 0s;
}

.platform .lines svg {
    width: 100%;
    height: 780px;
    padding: 10px;
    position: relative;
    z-index: 0;
}

.platform .this .tabs {
    background: #1c253d;
    border-radius: 16px;
}

.platform .this .tabs .tabs--handle {
    background: rgba(25, 46, 82, 1);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 11%;
    display: flex;
}

.platform .this .tabs .tabs--handle span {
    flex: 1;
    height: 48px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #a3aebf;
    cursor: pointer;
}

.platform .this .tabs .tabs--handle span:hover {
    color: #eef2f7 !important;
}

.platform .this .tabs .tabs--handle span.cur {
    background: #0177ff;
    color: #eef2f7;
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .15);
}


.platform .this .tabs .tabs--panel .img {
    flex: 0 0 60%;
}

.platform .this .tabs .tabs--panel .img img {
    width: 100%;
}

.platform .this .tabs .tabs--panel .txt {
    color: #fff;
    padding-top: 60px;
}

.platform .this .tabs .tabs--panel .txt h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #eef2f7;
}

.platform .this .tabs .tabs--panel .txt p {
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #cdd5df;
}


.platform .that {
    padding-top: 80px;
}


.platform .that .slide-panel .item {
    flex: 0 0 30%;
}

.platform .that .slide-panel .item .img img {
    max-width: 100%;
    border-radius: 16px;
}

.platform .that .slide-panel .item .txt {
    padding: 24px;
}

.platform .that .slide-panel .item .txt h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1b202b;
}

.platform .that .slide-panel .item .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

.platform .that .slide-panel .item .txt .more {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
}

.platform .that .slide-panel .item .txt .more i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
}

@media (min-width: 768px) {
    .platform .container {
        position: relative;
        z-index: 1;
    }

    .platform .this {
        display: flex;
        justify-content: space-between;
    }

    .platform .this .title {
        flex: 0 0 35%;
    }

    .platform .this .title p {
        margin-left: 50px;
    }

    .platform .this .tabs {
        flex: 0 0 60%;
        margin-top: 40px;
        padding: 20px 40px 40px;
    }

    .platform .this .tabs .tabs--panel {
        margin-top: 50px;
    }

    .platform .this .tabs .tabs--panel .item {
        display: flex;
        justify-content: space-between;
    }

    .platform .this .tabs .tabs--panel .txt {
        flex: 0 0 35%;
    }

    .platform .this .tabs .tabs--panel .txt p {
        margin-right: 20px;
    }

    .platform .that .title {
        margin-bottom: 235px;
        padding-left: 140px;
    }

    .platform .that .slide-panel {
        margin-left: 140px;
        margin-right: 40px;
        display: flex;
        justify-content: space-between;
    }

    .platform .that .slide-panel .item:hover {
        background: #fff;
        box-shadow: 0 0 49px 5px rgba(0, 0, 0, .15);
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .platform {
        padding: 50px 0;
    }

    .platform .this .tabs {
        margin-top: 25px;
        padding: 20px;
    }

    .platform .this .tabs .tabs--handle {
        margin: 0;
        font-size: 14px;
    }

    .platform .this .tabs .tabs--panel {
        margin-top: 20px;
    }

    .platform .this .tabs .tabs--panel .txt {
        padding-top: 20px;
    }

    .platform .this .tabs .tabs--panel .txt h4 {
        font-size: 18px;
    }

    .platform .this .tabs .tabs--panel .txt p {
        margin-top: 15px;
        font-size: 12px;
    }

    .platform .that {
        padding-top: 40px;
    }

    .platform .that .title {
        margin-bottom: 20px;
        text-align: center;
    }

    .platform .that .slide-panel .slick-dots li.slick-active button:before {
        color: #0177ff;
    }

    .platform .that .slide-panel .slick-dots li button {
        width: 40px;
        height: 40px;
    }

    .platform .that .slide-panel .slick-dots li button:before {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/*#endregion*/

/* work */
/*#region*/
.work {
    padding: 80px 0;
    background: #141b24;
}

.work .title {
    margin-bottom: 70px;
    text-align: center;
}

.work .title h2 {
    margin: 0 0 15px;
    color: #fff;
}

.work .title p {
    font-size: 14px;
    font-weight: 400;
    color: #cdd5df;
}

.work .content .item {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.work .content .item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.work .content .item .txt {
    position: relative;
    z-index: 1;
    padding: 50px;
}

.work .content .item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color:#eef2f7;
}

.work .content .item p {
    margin: 20px 0 0;
    font-weight:200;
}

.work .content .item:nth-of-type(1) {
    background-color: #181621;
}

.work .content .item:nth-of-type(2) {
    background-color: #0672f3;
}

.work .content .item:nth-of-type(3) {
    background-color: #1c253d;
}

.work .content .item:nth-of-type(4) {
    background-color: #f38121;
}

.work .content .item:nth-of-type(5) {
    background-color: #2f2d38;
}

.work .content .item:nth-of-type(6) {
    background-color: #181621;
}

.work .content .item.last h3 {
    font-size: 16px;
}

.work .content .item.last a {
    color: #fff;
}

@media (min-width: 768px) {

    .work .content {
        display: flex;
        flex-wrap: wrap;
    }

    .work .content .item {
        flex: 0 0 33.33%;
        min-height: 200px;
    }

    .work .content .item img {
        transition: all .5s;
    }

    .work .content .item:hover img {
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .work {
        padding: 40px 0;
    }

    .work .content .item {
        padding: 25px;
    }

    .work .title {
        margin-bottom: 40px;
    }

    .work .content .item h3 {
        font-size: 20px;
    }

    .work .content .item p {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*#endregion*/

/* trend */
/*#region*/
.trend {
    padding: 120px 0 0;
}

.trend {
    text-align: center;
}
.trend .img{
    text-align: center;
}

.trend .txt {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.trend .txt h3 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.trend .txt h3 img {
    margin: 0 10px 0 0;
    height: 40px;
    color: #4d5567;
    vertical-align: -12px;
}

.trend .txt p {
    margin: 25px 0 0;
    font-size: 14px;
    color: #4d5567;
}

.trend .txt a {
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .trend .that {
        text-align: left;
    }

    .trend .that img {
        max-width: 75% !important;
    }
}

@media (max-width: 767px) {
    .trend {
        padding: 40px 0 0;
    }

    .trend .that .txt {
        padding-top: 20px;
    }

    .trend .txt h3 {
        font-size: 20px;
    }

    .trend .txt p {
        margin: 15px 0 0;
        font-size: 12px;
    }
}


/*#endregion*/

/* scene */
/*#region*/
.scenarios {
    padding-top: 100px;
    padding-bottom: 100px;
}

.scenarios .title {
    text-align: center;
}

.scenarios .title h2 {
    margin: 0;
}

.scenarios .slide-panel {
    position: relative;
}

.scenarios .slide-panel .button-prev, .scenarios .slide-panel .button-next {
    position: absolute;
    top: 42%;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.scenarios .slide-panel .button-prev {
    left: -5%;
}

.scenarios .slide-panel .button-next {
    right: -5%;
}

.scenarios .slide-panel .item {
    margin: 10px 15px 24px;
    height: 160px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 1px;
    border-radius: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
}

.scenarios .slide-panel .item img {
    width: 48px;
    height: 48px;
}

.scenarios .slide-panel .item h4 {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.scenarios .more {
    margin-top: 50px;
    text-align: center;
}

.scenarios .more a {
    display: inline-block;
    font-size: 14px;
    padding: 15px 60px;
    font-weight: 400;
    color: #fff;
    background: #0177ff;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.scenarios .more a:hover {
    box-shadow: rgba(193, 193, 193, 0.3) 0 8px 20px 0;
    transform: scale(1.01) translateY(-2px);
}

@media (min-width: 768px) {
    .scenarios .title {
        background: url(../img/bg@2x-2629813c.png) no-repeat 50% 0;
        background-size: 140% auto;
        padding-top: 170px;
        padding-bottom: 90px;
    }

    .scenarios .slide-panel .button-prev:hover, .scenarios .slide-panel .button-next:hover {
        border-radius: 100%;
        background: #e6ecf6;
    }
}


@media (max-width: 767px) {

    .scenarios {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .scenarios .title {
        margin-bottom: 20px;
    }

    .scenarios .slide-panel {
        margin: 0 5%;
    }

    .scenarios .slide-panel .button-prev {
        left: -10%;
    }

    .scenarios .slide-panel .button-next {
        right: -10%;
    }

    .scenarios .slide-panel .item {
        height: 120px;
    }

    .scenarios .slide-panel .item h4 {
        font-size: 12px;
    }

    .scenarios .more {
        margin-top: 20px;
    }
}

/*#endregion*/

/* customer */
/*#region*/
.customer {
    padding-top: 88px;
    background-color: #141b24;
}

.customer img {
    /*border: 1px solid #f30;*/
}

.customer .title {
    margin-bottom: 48px;
    text-align: center;
}

.customer .title h2 {
    color: #fff;
}

.customer .collect .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer .collect .item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
}

.customer .collect .item img {
    margin: 0 auto;
    max-width: 120px;
}

.customer .collect .item:nth-of-type(1) img,
.customer .collect .item:nth-of-type(3) img,
.customer .collect .item:nth-of-type(5) img,
.customer .collect .item:nth-of-type(8) img,
.customer .collect .item:nth-of-type(10) img,
.customer .collect .item:nth-of-type(12) img {
    animation: 16s linear 0s infinite alternate none running ani02;
    opacity: 0.7;
    cursor: pointer;
}

.customer .collect .item:nth-of-type(2) img,
.customer .collect .item:nth-of-type(4) img,
.customer .collect .item:nth-of-type(6) img,
.customer .collect .item:nth-of-type(7) img,
.customer .collect .item:nth-of-type(9) img,
.customer .collect .item:nth-of-type(11) img {
    animation: 16s linear 0s infinite alternate none running ani03;
    opacity: 0.7;
    cursor: pointer;
}

@keyframes ani02 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ani03 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .customer .collect .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        min-height: 60px;
        text-align: center;
    }

    .customer .collect .item img {
        max-width: 65%;
    }

    .customer .collect .item:nth-of-type(1) img,
    .customer .collect .item:nth-of-type(3) img,
    .customer .collect .item:nth-of-type(5) img,
    .customer .collect .item:nth-of-type(7) img,
    .customer .collect .item:nth-of-type(9) img,
    .customer .collect .item:nth-of-type(11) img {
        animation: 16s linear 0s infinite alternate none running ani02;
        opacity: 0.7;
        cursor: pointer;
    }

    .customer .collect .item:nth-of-type(2) img,
    .customer .collect .item:nth-of-type(4) img,
    .customer .collect .item:nth-of-type(6) img,
    .customer .collect .item:nth-of-type(8) img,
    .customer .collect .item:nth-of-type(10) img,
    .customer .collect .item:nth-of-type(12) img {
        animation: 16s linear 0s infinite alternate none running ani03;
        opacity: 0.7;
        cursor: pointer;
    }
}

/*#endregion*/

/* voice */
/*#region*/
.voice {
    padding: 88px 0;
    background-color: #141b24;
}

.voice .title {
    margin-bottom: 48px;
    text-align: center;
}

.voice .title h2 {
    color: #fff;
}

.voice .item {
    background-color: #c52c24;
    background-image: linear-gradient(45deg, var(--start-color), var(--end-color));
    border-radius: 24px;
}

.voice .item .txt {
    padding: 50px;
    color: #fff;
}

.voice .item .txt span {
    display: inline-block;
}

.voice .item .txt .vi {
    vertical-align: bottom;
    width: 95px;
}

.voice .item .txt .name {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.voice .item .txt .tt {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: -1px;
}

.voice .item .txt h3 {
    margin: 30px 0 0;
    font-size: 38px;
    font-weight: normal;
}

.voice .item .txt p {
    margin: 25px 0 20px;
    font-size: 16px;
    font-weight: 300;
}
.voice .item .txt .more, .voice .item .txt .play {
    display: inline-block;
    padding: 5px 10px 5px 15px;
    font-weight: 300;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
}
.voice .item .txt .more:hover, .voice .item .txt .play:hover{
    background: #fff;
    color: #0177ff;
    box-shadow: 5px 5px 20px #13181f;
}

.voice .item .txt .more {
    background: rgba(255, 255, 255, .20);
}

.voice .item .txt .more:hover:after{
    background-image: url(../img/ico_more-blue.svg);
}
.voice .item .txt .play {
    margin-left: 20px;
    padding: 4px 9px 4px 14px;
    border: 1px solid #fff;
}
/*.voice .item .txt .play:after{*/
/*    content:'';*/
/*    display: inline-block;*/
/*    background: url(data:image/png;base64,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) no-repeat 50%;*/
/*    background-size: 100%;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    margin-left: 10px;*/
/*    vertical-align: -3px;*/
/*}*/

.voice .item .txt .play i{
    font-size: 16px;
}

.voice .item .img {
    flex: 0 0 30%;
    position: relative;
}

.voice .item .img .time {
    background: rgba(0, 0, 0, .35);
    border-radius: 40px;
    padding: 2px 15px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10%;
}

.voice-handle {
    margin-top: 30px;
    text-align: center;
}

.voice-handle .one {
    position: relative;
    color: #ccc;
    display: inline-block;
    width: 14%;
    padding-top: 20px;
}

.voice-handle .one span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    transition: color .6s;
}

.voice-handle .one i {
    content: '';
    width: 8px;
    height: 8px;
    background: #555;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -4px;
    border-radius: 100%;
    transition: color .6s;
}

.voice-handle .one.cur i, .voice-handle .one:hover i {
    background: #0177ff;
}

.voice-handle .one span:after {
    content: '';
    position: absolute;
    top: 3px;
    height: 15px;
    width: 100%;
    background: rgba(1, 119, 255, 0.9);
    transform: translateX(-200%);
}

.voice-handle .one.cur span, .voice-handle .one:hover span {
    color: #0177ff;
}

.voice-handle .one.cur span:after, .voice-handle .one:hover span:after {
    transform: translateX(100%);
    animation: 0.6s linear 0s 1 normal none running ani05;
}

@keyframes ani05 {
    0% {
        transform: translateX(-200%);
    }
    25% {
        transform: translateX(-150%);
    }
    50% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    .voice .item {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .voice-handle .one:before,
    .voice-handle .one:after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 4px;
        background: #555;
        position: absolute;
        top: 0;
    }

    .voice-handle .one:before {
        left: -10%;
    }

    .voice-handle .one:after {
        right: -10%;
    }

    .voice-handle .one:first-child:before,
    .voice-handle .one:last-child:after {
        display: none
    }

}

@media (max-width: 767px) {
    .voice {
        padding: 40px 0;
    }

    .voice .title {
        margin-bottom: 20px;
    }

    .voice .item .txt {
        padding: 20px;
    }

    .voice .item .img .play,
    .voice .item .img::before {
        right: 25px;
        bottom: 25px;
    }

    .voice .item .txt .vi {
        float: left;
        margin-right: 5px;
        width: 40px;
    }

    .voice .item .txt .name {
        padding: 8px 0;
    }

    .voice .item .txt .tt {
        margin: 0;
    }

    .voice .item .txt h3 {
        margin-top: 20px;
        font-size: 24px;
    }

    .voice .item .txt p {
        margin-top: 20px;
        font-size: 14px;
    }

    .voice .item .img {
        padding: 0 20%;
    }

    .voice .item .img .time {
        font-size: 11px;
    }

    .voice-handle {
        margin-top: 10px;
    }

    .voice-handle .one {
        width: 10%;
    }

    .voice-handle .one span {
        font-size: 0;
    }
}


/*#endregion*/

/* event */
/*#region*/
.event {
    padding: 148px 0;
}

.event .box {
    border-radius: 24px;
    padding: 60px 48px;
}

.event .title {
    text-align: center;
}

.event .title h2 {
    color: #283038;
}

.event .item .txt h4 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: normal;
    color: #1b202b;
}

.event .item .txt p {
    margin: 0 0 45px;
    font-size: 14px;
    color: #4d5567;
}

.event .item .txt .more {
    font-size: 14px;
    color: #0177ff;
}

@media (min-width: 768px) {
    .event .box {
        background: #e6ecf6 url(../img/bg_line.png) no-repeat 78% 10px;
        background-size: 400px auto;
    }

    .event .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .event .item .img {
        flex: 0 0 36%;
    }

    .event .item .txt {
        flex: 0 0 60%;
    }
}

@media (max-width: 767px) {
    .event {
        padding: 15px 0;
    }

    .event .box {
        background: #e6ecf6;
        border-radius: 24px;
        padding: 40px 20px;
    }

    .event .item .txt {
        padding-top: 20px;
    }

    .event .item .txt h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .event .item .txt p {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

/*#endregion*/
