.new_swiper {
    width: 100%;
}

.new_swiper .swiper-item img {
    width: 100%;
    height: 500px;
}

.info {
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #262e44;
    background: #000923;
    color: #b0b8db;
    min-height: 80px;
}


.info .item {
    font-size: 14px;
    flex: 1;
    padding: 5px 10px;
    box-sizing: border-box;
    border-left: 1px solid #262e44;
    cursor: pointer;
}


.carousel-inner .item {
    width: 100%;
    height: 100%;
}

.carousel-indicators .active {
    width: 40px !important;
    height: 5px !important;
    margin: 1px !important;
}

.carousel-indicators li {
    width: 40px !important;
    height: 5px !important;
    border-radius: 0 !important;
    background: #878787;
}

.flex {
    display: flex;
}

.row01 {
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.row01 p {
    padding: 0;
    margin: 0;
}

.row01 p:nth-child(2) {
    color: #ef5656;
}

.row02 p:nth-child(1) {
    font-size: 20px;
    color: #d2d6ec;
    padding: 0;
    margin: 0;
}

.row02 p:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #d2d6ec;
}

.row03 {
    color: #777;
}

.intro {
    background: rgb(12, 25, 90);
    color: #000;
    width: 100%;
}

.intro .item div {
    text-align: center;
    margin: 20px;
    flex: 1;
}

.intro .item {
    padding: 0 30px;
    width: 30%;
}

.intro .item div:nth-child(2) {
    font-size: 18px;
}

.intro .item div:nth-child(3) {
    font-size: 14px;
    color: #54748f;
}

.intro_content {
    padding: 100px 0;
}

.padding_bottom {
    padding-bottom: 100px;
}

.padding_top {
    padding-top: 100px;
}

.load_img {
    width: 100%;
    margin-top: 20px;
    z-index: 10;
    background: #000923;
}

.intro .cover {
    font-size: 13px;
    position: relative;
    height: 45px;
    background: rgb(12, 25, 90);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.desc_content {
    width: 100%;
}

.desc_content ul li {
    margin: 0 15px;
    list-style: none;
    color: rgb(187, 207, 214);
}

.bgpop {
    width: 100%;
    height: 60px;
    position: absolute;
    margin-top: -1px;
    background: rgb(18, 34, 114);
}

video {
    object-fit: fill;
}

.play {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play img {
    width: 100%;
}

.toplay {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

.toplay img {
    width: 100%;
    height: 100%;
}

.toplay img:hover {
    transform: scale(1.3);
    transition: all .3s linear;
}

.flex {
    display: flex;
}

.info_content .item {
    width: 100% !important
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.resolution {
    background: rgb(12, 25, 90);
    color: rgb(187, 207, 214);
    font-size: 1rem;
}

.resolution .desc_item p:nth-child(1) {
    color: rgb(22, 163, 254);
    font-size: 1.8rem;
}
.resolution .desc_item p:nth-child(2) {
    color: rgb(187, 207, 214) !important;
    font-size: 1rem !important;
}

.minwidth img {
    max-height: 30px;
    max-width: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: 30px;
}

.minwidth p {
    padding-bottom: 50px;
}

.description {
    color: rgb(187, 207, 214);
}

h2 {
    font-size: 3rem;
}

.description p {
    font-size: 1.3rem;
    margin-top: 30px;
}

@media screen and (max-width: 1680px) {
    .description p {
        margin-top: 15px;
    }
}

.bg_blue {
    background: rgb(18, 34, 114);
}

.cooperation {
    background: rgb(18, 34, 114);
}

.cooperation p:nth-child(1) {
    color: rgb(22, 163, 254);
}

.cooperation .huobi {
    transform: scale(1.3);
    padding-bottom: 2px;
}

.video_popup {
    display: none;
    position: fixed;
    width: 800px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd;
    z-index: 9999;
}

.video_content {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_content,
video {
    object-fit: fill;
}

.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -24px;
    right: -30px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 1 !important;
}

.res_title {
    font-size: 2rem !important;
    color: #fff !important;
}

.res_desc {
    font-size: 1rem;
    color: #ccc;
    text-align: center;
    width: 29%;
}

.close img {
    width: 100%;
    height: 100%;
}