.flex-justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-box {
    margin-top: 70px;
}

.content-box img {
    border-radius: 5px;
}

.content-box .right-content {
    width: 465px;
    text-align: center;
}

.content-box .right-content .logo {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.content-box .right-content .logo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 1);
}

.content-box .right-content .logo span {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: -1;
}

.content-box .right-content .logo span img {
    opacity: .6;
    transform: scale(0);
    filter: blur(20px) opacity(70%);
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}

.content-box .right-content p.name {
    padding-top: 16px;
    width: 100%;
    font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
}

.content-box .right-content .text span {
    height: 20px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
    color: #71859d;
}

.content-box .right-content .text span:before {
    content: '';
    margin: 3px 6px 0 0;
    width: 14px;
    height: 14px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: -2px;
}

.content-box .right-content .text span:before {
    background: url(../image/bdtf_icon.png) no-repeat;
}

.content-box .right-content .butbox {
    margin-top: 35px;
}

.header .rjxx {
    margin-top: 60px;
    margin-bottom: 170px;
}

.header .rjxx span {
    display: inline-block;
    font-size: 16px;
}

.header .rjxx span em:first-child {
    color: #8c8c8c;
}

.header .rjxx span em:last-child {
    color: #1b1b1b;
}

.header .rjxx span::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #cbcbcb;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
}

.header .rjxx span:last-child::after {
    display: none;
}

.content-box.second-box .right-content {
    width: 540px;
}

.content-box.second-box .right-content .title {
    font-size: 26px;
    font-weight: bold;
    color: #1b1b1b;
    text-align: left;
    position: relative;
    line-height: 28px;
    padding-left: 15px;
    height: auto;
}

.content-box.second-box .right-content .title::before {
    content: '';
    width: 6px;
    height: 28px;
    background: #219eff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.content-box.second-box .right-content .introduction-text {
    text-align: justify;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 32px;
    margin-top: 12px;
}

.content-box.second-box .right-content .butbox {
    margin-top: 20px;
}

.content-box.second-box .right-content .butbox .btn {
    width: 270px;
    height: 74px;
    line-height: 74px;
}

.content-box.second-box .right-content .text span {
    margin-top: 10px;
}

.content-box.second-box img {
    border: 3px solid #b3d7ff;
    border-radius: 10px;
}

.content-box .right-content .text span a {
    color: #71859d;
    cursor: pointer;
    border-bottom: 1px solid #71859d;
    display: inline;
    border-radius: 0;
    background: transparent;
}

/* 修改旧模板样式头部普通下载按钮样式 */
.soft_info .text span a.btn {
    display: inline;
    background: transparent;
    color: #0fb950;
    border-bottom: 1px solid #0fb950;
    border-radius: 0;
}

.header .soft_info .rjxx {
    margin-bottom: 0;
}

.header .piclist {
    margin-bottom: 170px;
}

/* 底部浮层 */
.fc {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px -10px 20px 0px #e3e3e3;
    z-index: 999;
}

.fc-left {
    height: 70px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.fc-left img {
    width: 50px;
    height: 50px;
}

.fc-left .name {
    font-size: 20px;
    color: #333;
    margin-left: 10px;
}

.fc .btn {
    width: 120px;
    height: 50px;
}

.fc .btn span {
    font-size: 20px;
}

.fotter {
    margin-bottom: 70px;
}

/* 图集轮播 */
.header .piclist-wrap li {
    width: 386px !important;
    margin: 0 5px;
}

.piclist-wrap .swiper-pagination {
    bottom: -40px;
}

.piclist-wrap {
    position: relative;
}

/* 新版轮播图效果 */
#newSwiper {
    position: relative;
    width: 808px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
}
#newSwiper.first{
    margin-top: -66px;
}

#newSwiper .swiper-slide {
    width: 710px;
    height: auto;
    border-radius: 15px;
    cursor: pointer;
}

#newSwiper .swiper-slide .download {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#newSwiper .swiper-slide:hover .download {
    display: block;
}

#newSwiper .swiper-slide img {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

#newSwiper .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#newSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#newSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#newSwiper .swiper-button-prev {
    width: 120px !important;
    height: 160px !important;
    top: 42px !important;
    left: 0px !important;
    background: none !important;
    outline: none;
    border: none !important;
}

#newSwiper .swiper-button-next {
    width: 120px !important;
    height: 160px !important;
    top: 42px !important;
    right: 0px !important;
    background: none !important;
    outline: none;
    border: none !important;
}

#newSwiper ul li figure {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#newSwiper ul li figure div {
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.7);
    border-radius: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

#newSwiper ul li:hover figure div {
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

#newSwiper ul li figure div span {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding: 0 25px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 提示语样式修改 */
.header .rjxx.new span::after {
    margin: 0 20px;
}

.header .soft_info .rjxx.new span {
    padding: 0;
}
.header .soft_info .rjxx span em.version {
    width: 82px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
}