@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #212121;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    min-width: 320px;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* h1,
h2,
h3,
h4 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
} */

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size: 14px;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.section-title {
    font-size: 18px;
    color: #212121;
    line-height: 52px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}


.section-title:before,
.section-title:after {
    left: 50%;
    margin-left: -45px;
}

.section-title:after {
    margin-left: -30px;
}

.btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn i {
    margin-right: 5px;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #000;
    padding: 10px 100px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.btn-common-three {
    position: relative;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
}

.lni-chevron-right-circle {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
}

.btn-common-two {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #000;
    padding: 10px 110px;
    letter-spacing: 2px;
    bottom: 0;
    border: 1px solid #000;
    background: #fff;
}

.btn-common:hover,
.btn-common-two:hover {
    color: #000;
}

.btn-lg {
    padding: 12px 34px;
    text-transform: uppercase;
    font-size: 14px;
}

button:focus {
    outline: none !important;
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}

.section-padding {
    padding: 70px 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #2d2c2c;
    background: #fff;
    border-radius: 0px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
}

.navbar-brand {
    position: relative;
    /* left: 10%; */
    padding: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar-brand img {
    width: 15%;
    /* margin-left: -35%; */
    margin-right: 10px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #212121 !important;
}

.top-nav-collapse .navbar-brand {
    color: #212121 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 0 0 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar {
    padding: 0;
}

.uavCard .card .cpImages,
.AIboxCard .card .cpImages,
.temCard .card .cpImages,
.camCard .card .cpImages {
    display: none;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }

    .uavCard {
        background-size: 63% 70% !important;
    }

    .AIboxCard {
        background-size: 50% 70% !important;
    }

    .slicknav_nav {
        width: 30%;
        position: absolute;
        top: 45px;
        right: 0;
    }

    .adnlogos {
        margin-left: -12.2%;
        width: 120% !important;
    }

    #main-slide .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .navbar-brand {
        position: absolute;
        padding-top: 15px;
        top: 0;
        line-height: 30px;
    }

    .navbar-brand img {
        width: 15%;
    }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #copyright p a {
        white-space: nowrap;
    }

    .slicknav_nav .active a {
        background: #40E5FD;
        color: #fff;
    }

    .slicknav_nav a:hover,
    .slicknav_nav .active {
        /* color: #40E5FD; */
        background: #f5f5f5;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f5f5f5;
        color: #40E5FD;
    }
}


#event-slides .video img {
    border-radius: 4px;
}

#event-slides .video .img-fluid {
    /* margin-left: -40px; */
    width: 100%;
    margin-top: 30px;
}

#event-slides .intro-desc {
    line-height: 26px;
    margin-bottom: 30px;
}

#event-slides .intro-title {
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#event-slides .list-specification li {
    margin-bottom: 10px;
    font-size: 14px;
}

#event-slides .list-specification li i {
    margin-right: 5px;
}

/* Sponsors Area */
#sponsors {
    background: #f3f4f3;
}

#sponsors .spnsors-logo {
    width: 220px;
    height: 130px;
    border-radius: 4px;
    text-align: center;
    line-height: 130px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
   margin-right: calc(4%/3);
}
#sponsors .spnsors-logo:nth-child(4n){
    margin-right: 0;
}

#sponsors.spnsors-logo:nth-of-type(4n+0) {
    margin-right: 0;
}

#sponsors .spnsors-logo:hover {
    border-color: transparent;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/* Schedule Area */
#schedules {
    background: #f3f4f3;
}

.schedule .schedule-tab-title {
    margin-bottom: 75px;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    height: 45px;
}



.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link,
.schedule .schedule-tab-title .nav-tabs .nav-link.active {
    background: transparent;
    border: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4,
.schedule .schedule-tab-title .nav-tabs .nav-link.active h4 {
    color: #000;
    border-bottom: 1px solid #000;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5,
.schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
    color: #fff;
}


.schedule .schedule-tab-title .item-text {
    text-align: center;
    display: flex;
}

.schedule .schedule-tab-title .cpIcon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.schedule .schedule-tab-title #cpIcon3 {
    width: 37px;
    height: 20px;
}

.schedule .schedule-tab-title .item-text h4 {
    font-size: 18px;
    color: #555555;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
}

.schedule .schedule-tab-title .item-text h5 {
    font-size: 14px;
    color: #848484;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.schedule .schedule-tab-content .card {
    border: none;
}

.accordion .card {
    border-radius: 0px;
    margin-bottom: -2px;
}


/* Footer Area Start */
.footer-area {
    background: #222222;
    letter-spacing: 1px;
    padding: 90px 0 !important;
}

.footer-area h3 {
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-area h4 {
    font-size: 14px;
    color: #B5B5B5;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-area p {
    font-size: 14px;
    color: #D4D4D4;
    line-height: 26px;
    margin: 0;
}

.footer-area ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer-area ul li a:hover {
    color: #40E5FD;
}

.footer-area .footer-social li {
    display: inline-block;
}

.footer-area .footer-social li a {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}


.widget {
    text-align: center;
    margin-top: 75px;
}

.widget .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

#copyright {
    background: #0b0b0b;
    text-align: center;
}

#copyright p {
    line-height: 25px;
    color: #fff;
    margin: 0;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #40E5FD;
}

/* Pricing Ticket */
#pricing {
    background: url(../img/adnImg/fanganBak.jpg) no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    overflow: hidden;
    position: relative;
}

.programme1,
.programme2,
.programme3,
.programme4,
.programme5 {
    overflow: hidden;
    transition: all 300ms ease-in-out;
    height: 100%;
}

.programme1 {
    background: url(../img/adnImg/programme2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.programme2 {
    background: url(../img/adnImg/programme3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.programme3 {
    background: url(../img/adnImg/programme1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.programme4 {
    background: url(../img/adnImg/programme4.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.programme5 {
    background: url(../img/adnImg/programme5.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.displayFlex {
    display: flex;
    height: 100%;
    background: #fff;
}

#pricing .section-title-header .section-title {
    color: #fff;
}

#pricing .section-title-header p {
    color: #fff;
}

#pricing .price-block-wrapper {
    height: 322px;
    width: 100%;
    /* text-align: center; */
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

#pricing .price-block-wrapper-two {
    height: 502px;
    width: 100%;
    padding: 80px 30px 30px 30px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 55%, #6888A1 99%);
    ;
    color: #323232;
    line-height: 50px;
    font-weight: bold;
}

.price-block-wrapper-two div div {
    display: flex;
}


#pricing .price-block-wrapper-two h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 50px;
    font-weight: 700;
}


#pricing .price-block-wrapper .progroMargin {
    /* padding: 80px 30px 30px 30px; */
    /* backdrop-filter: blur(2px); */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #555555;
    font-size: 14px;
}

.progroMargin>div>h1 {
    font-size: 30px !important;
}

#pricing .price-block-wrapper .icon {
    padding: 20px;
}

#pricing .price-block-wrapper .icon i {
    font-size: 60px;
    color: #40E5FD;
}

#pricing .price-block-wrapper .colmun-title {
    margin-top: 15px;
}

#pricing .price-block-wrapper .colmun-title h5 {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 5px;
    font-weight: 700;
    background: #ffffff;
    text-transform: uppercase;
}

#pricing .price-block-wrapper .price {
    padding-bottom: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .price h2 {
    font-size: 38px;
    color: #5c5c5c;
    line-height: 42px;
    margin: 0;
}

#pricing .price-block-wrapper .price p {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .pricing-list {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: left;
    padding: 0px 0px 0px 98px;
}

#pricing .price-block-wrapper .pricing-list ul {
    padding-bottom: 15px;
    text-align: left;
}

#pricing .price-block-wrapper .pricing-list ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 2px 0px;
    line-height: 30px;
}

#pricing .price-block-wrapper .pricing-list ul li i {
    margin-right: 7px;
    font-size: 12px;
    color: #fff;
}

#pricing .price-block-wrapper .btn i {
    font-size: 12px;
    margin-right: 5px;
}

#main-slide .carousel-control {
    display: none;
    transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
    cursor: pointer;
    bottom: 40px;
}

#main-slide:hover .carousel-control {
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#main-slide .carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}


#main-slide .carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#main-slide .carousel-item .carousel-caption {
    opacity: 0;
    transition: opacity 100ms ease 0s;
    z-index: 0;
}

#main-slide .carousel-item .carousel-caption .heading {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 45px;
}

#main-slide .carousel-item .carousel-caption .fontSize {
    font-size: 28px;
    font-weight: 300;
}

#main-slide .carousel-item .carousel-caption p {
    font-size: 20px;
}

#main-slide .carousel-item.active .carousel-caption {
    opacity: 1;
    transition: opacity 100ms ease 0s;
    z-index: 1;
}

#main-slide .carousel-caption {
    color: #fff;
    position: absolute;
    top: 33%;
    /* left: 35%; */
    /* text-align: left; */
}

#main-slide .carousel-caption .btn {
    margin: 25px 25px 0px 0px;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
    opacity: 1;
    box-shadow: none;
}

#main-slide .carousel-control-prev span {
    padding: 10px;
}

#main-slide .carousel-control-next span {
    padding: 10px;
}

#main-slide .carousel-control {
    top: 45%;
}

#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
    position: absolute;
    z-index: 5;
}

#main-slide .carousel-control .lni-chevron-left {
    left: 15px;
}

#main-slide .carousel-control .lni-chevron-right {
    right: 15px;
}

#main-slide .carousel-control i {
    line-height: 40px;
    font-size: 18px;
    width: 45px;
    border: 1px solid #fff;
    height: 45px;
    display: block;
    border-radius: 2px;
    background: transparent;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

#main-slide .carousel-control i:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: #fff;
}

.adnlogos {
    width: 75%;
}

.navbar-nav .nav-item {
    /* min-width: 107px; */
    text-align: center;
}

.navbar-brand {
    color: #fff;
}

.footerDown {
    margin-left: 60px;
}

.fadeInUp ul li {
    color: #ACACAC;
    font-size: 14px;
}

.erweima {
    width: 40%;
}

.sdn-official {
    color: #B5B5B5;
    font-size: 14px;
    margin-top: 10px;
}

.fadeInUp p img {
    width: 4%;
    margin-right: 10px;
}

#accordion .card {
    /* padding: 0px 50px 20px 50px; */
    color: #323232;
    height: 300px;
    background-color: transparent !important;
}

.uavCard {
    background: url("../img/adnImg/UAVImage2.png") no-repeat;
    background-size: 50%;
    background-position: right;
}

.AIboxCard {
    background: url("../img/adnImg/AIBoxImg.png") no-repeat;
    background-size: 50%;
    background-position: center right;
}

.temCard {
    background: url("../img/adnImg/temMeasu.png") no-repeat;
    background-size: 50%;
    background-position: center right;
}

.camCard {
    background: url("../img/adnImg/camera.png") no-repeat;
    background-size: 48%;
    background-position: center right;
}

#accordion .card h2 {
    font-size: 32px;
    font-weight: 400;
    color: #323232;
    /* margin-left: -10px; */
    margin-bottom: 20px;
}

.uavCard .card .product-content .pContent-one,
.AIboxCard .card .product-content .pContent-one,
.temCard .card .product-content .pContent-one,
.camCard .card .product-content .pContent-one {
    line-height: 40px;
    width: 420px;
}

.AIboxCard .card .product-content .pContent-one {
    line-height: 40px;
}

.pContent-one div {
    display: flex;
}

.pContent-one .lni-check-mark-circle {
    margin-top: 14px;
    margin-right: 10px;
    color: #171717;
    font-weight: 600;
}

.price-block-wrapper,
.price-block-wrapper p {
    font-size: 16px;
    color: #fff;
}

.price-block-wrapper .pricing-list img {
    width: 8%;
    margin-right: 10px;
}

#pricing .price-block-wrapper:hover {
    box-shadow: 0 5px 20px 3px rgba(255, 255, 255, 0.15);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footerDown ul li span {
    width: 175px;
    display: block;
    text-align: left;
}

.footerDown2 ul li span {
    width: 120px;
    display: block;
    text-align: left;
}

.footerDown ul li {
    display: flex;
}

#accordion .card .product-content .pContent-one p i {
    margin-right: 10px;
}

.hide-one,
.hide-two,
.hide-three,
.hide-four,
.hide-five {
    width: 100%;
    position: relative;
}

.wisdom,
.wisdom2,
.wisdom3,
.wisdom4,
.wisdom5 {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-nav .active {
    font-weight: bold;
    font-size: 16px;
}

.paddingtop50 {
    padding-top: 50px !important;
}

.paddingtop30 {
    padding-top: 30px !important;
}

.solution-Show-two {
    width: 1110px;
}

.carouse-flex {
    display: flex;
}

.mySwiper .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: inherit !important;
}

.swiper-button-up,
.swiper-button-down {
    position: absolute;
    color: rgb(58, 58, 58);
    /* 箭头的颜色，可以根据需求进行调整 */
    z-index: 10;
    /* 确保箭头位于内容之上 */
    cursor: pointer;
    left: 45%;
    font-size: 25px;
}

.swiper-button-up {
    top: -37px;
}

.swiper-button-down {
    bottom: -25px;
}

:root {
    --swiper-theme-color: #fff !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 5% !important;

}

.price-block-wrapper-two .lni-check-mark-circle {
    margin-top: 17px;
    margin-right: 5px;
    font-weight: bold;
}

.price-block-wrapper-two .price-cmc-next {
    margin-left: 40px;
}

.price-block-wrapper-two .price-cmc-two {
    margin: 0 5px 0 5px;

}

.swiper-button-up {
    display: none;
    /* 默认隐藏箭头 */
}

.slicknav_btn {
    border-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background: #fff;
}

.borderColor-back {
    border-color: #000;
}

.background-back {
    background: #000 !important;
}

.price-block-wrapper-two div a {
    color: #0044FF !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.container .mySwiper2 {
    margin-top: 50px;
    color: #fff;
    cursor: pointer;
}

.container .mySwiper2 .swiper-slide {
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding-top: 36px;
    line-height: 45px;
}

.wisdomOne-center .wisdomContent-one .font-one {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.wisdomOne-center .wisdomContent-one {
    width: 435px;
}

.wisdomOne-center .wisdomContent-two>div {
    display: flex;
    line-height: 30px;
}

.round-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background: #555555;
    margin-top: 10px;
}

.padding20 {
    margin: 30px;
}

.borderRight {
    border-right: 1px solid #D8D8D8;
}

.Divider {
    width: 425px;
    border-top: 1px solid #D8D8D8;
    margin: 10px 0 25px 0;
}

.wisdomOne-anli {
    margin: 85px 40px 0 0px;
}

.wisdomOne-anli .font-one {
    font-size: 16px;
    color: #242424;
    ;
    margin-bottom: 10px;
}

.wisdomOne-anli .font-two {
    line-height: 30px;
}

.wisdomOne-anli .font-two .span-jiantou {
    color: #007bff;
    margin-left: 10px;
}

.wisdomOne-anli .font-two a {
    color: #555555;
}

.mySwiper2 .swiper-slide {
    height: 155px !important;
}

.mySwiper2 .swiper-slide:hover {
    background: rgba(73, 73, 73, 0.2);
}

.mySwiper2 .swiper-img {
    background-size: 30%;
}

.mySwiper2 .swiper-slide-thumb-active {
    border-top: 1px solid #fff !important;
    background: rgba(73, 73, 73, 0.2);

}

.sponsors-content {
    justify-content: space-between;
    /* padding-right: 15px;
    padding-left: 15px; */
}