/* 详情 */
.xq_section {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1200px;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-right: 150px;
    margin: 0 auto;
}

.djxq_content {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.djxq_content .bg_tu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    filter: blur(100px);
    z-index: 1;
}

.djxq_mb {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 36px;
    z-index: 2;
}

.djxq_top {
    display: flex;
    justify-content: space-between;
}

.djxq_tu {
    position: relative;
    width: 138px;
    height: 186px;
    border-radius: 12px;
    overflow: hidden;
}

.djxq_tu img {
    width: 100%;
}

.djxq_tu .mb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    font-size: 12px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.djxq_info {
    flex: 1;
    padding-left: 14px;
}

.djxq_info .line1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.djxq_info .line1 p {
    max-width: 520px;
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 44px;
}

.djxq_info .line1 .btn {
    width: 140px;
    height: 50px;
    background: #0EB790;
    border-radius: 8px;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
}

.djxq_info .line1 .btn:hover {
    opacity: .8;
}

.djxq_info .line1 .btn i {
    font-size: 20px;
    margin-right: 8px;
}

.djxq_info .tag {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.djxq_info .tag li {
    min-width: 52px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    margin-right: 10px;
    padding: 0 12px;
}

.djxq_info .time {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 16px;
    margin-top: 18px;
    font-family: DINProM;
}

.djxq_info .line2 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(270deg, #FFE5C8 0%, #FFF5E9 100%);
    border-radius: 8px;
    padding: 0 18px;
    margin-top: 18px;
}

.djxq_info .line2 img {
    width: 22px;
    margin-right: 10px;
}

.djxq_info .line2 span {
    font-size: 12px;
    color: #21282D;
}

.djxq_info .line2 span em {
    font-weight: bold;
    font-size: 16px;
    color: #FE574A;
    font-family: DINProM;
    margin-left: 6px;
}

.djxq_info .line2 i {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #000000;
    opacity: 0.1;
    margin: 0 16px;
}

.djxq_content .jj {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 24px;
    text-align: justify;
    margin-top: 24px;
}

.djxq_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.djxq_nav .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 76px;
    text-align: center;
    font-size: 16px;
    color: #21282D;
    transition: all .3s;
    cursor: pointer;
}

.djxq_nav .item img {
    width: 20px;
    margin-right: 6px;
}

.djxq_nav .item:hover {
    font-weight: bold;
}

.djxq_nav .item.on {
    font-weight: bold;
}

.djxq_nav .item.on:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #21282D;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: auto;
}

.djxq_cont {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 36px 36px 36px;
    margin-bottom: 12px;
}

.djxq_cont .title {
    position: relative;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #21282D;
    border-bottom: 1px solid #F2F4F7;
}

.djxq_cont .title .icon {
    width: 28px;
    margin-right: 8px;
}

.djxq_cont .title:after {
    position: absolute;
    content: '';
    width: 86px;
    height: 3px;
    background: #0EB790;
    left: 0;
    bottom: 0;
}

.djxq_cont .zt_tu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 114px;
}

.fm_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.fm_cont .djxq_tu .mb {
    line-height: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.8);
}

.fm_cont .fm_item {
    display: flex;
    width: 678px;
    height: 186px;
    background: url(../imgs/fm_tu.png) no-repeat center;
    background-size: cover;
    padding: 122px 0 24px 24px;
}

.fm_cont .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
    margin-right: 12px;
    transition: all .3s;
    cursor: pointer;
}

.fm_cont .btn1 {
    background: #FFFFFF;
    color: #0EB790;
}

.fm_cont .btn1:hover {
    color: #fff;
    background: rgba(14, 183, 144, 1);
}

.fm_cont .btn2 {
    background: #0EB790;
    color: #fff;
}

.fm_cont .btn2:hover {
    opacity: .8;
}

.dj_fwb {
    display: none;
    width: 100%;
    padding-top: 24px;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 24px;
    text-align: justify;
}

.djxq_tj {
    margin-top: 24px;
}

.djxq_tj h2 {
    font-size: 24px;
    color: #21282D;
    line-height: 28px;
    padding: 26px 0;
}

.djtj_ul,
.dttj_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djtj_item {
    position: relative;
    width: 444px;
    height: 168px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 24px 24px 24px 128px;
    transition: all .3s;
}

.djtj_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transform: translateY(-8px);
}

.djtj_item .info {
    height: 120px;
    padding-top: 4px;
}

.djtj_item .info h4 {
    width: 200px;
    font-size: 16px;
    color: #21282D;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.djtj_item .info span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-top: 8px;
    height: 16px;
}

.djtj_item .info p {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.djtj_item .tu {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 90px;
    height: 120px;
    background: #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
}

.djtj_item .tu .fm {
    width: 100%;
    min-height: 120px;
}

.djtj_item .icon {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.djtj_item .icon img {
    width: 20px;
    height: 20px;
    margin-right: -8px;
}

.djtj_item .cps {
    position: absolute;
    right: 24px;
    top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.djtj_item .cps span {
    font-family: DINProM;
    font-weight: bold;
    font-size: 20px;
    color: #FF4D00;
    line-height: 30px;
}

.djtj_item .cps em {
    font-size: 12px;
    color: #FF4C00;
    line-height: 14px;
}

.fixed_top {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    width: 1200px;
    margin: 0 auto;
    height: 96px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    z-index: 9;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.fixed_top .left {
    display: flex;
    align-items: center;
}

.fixed_top .left .info {
    padding-left: 12px;
}

.fixed_top img {
    width: 42px;
    height: 56px;
    border-radius: 6px;
}

.fixed_top h2 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 8px;
}

.fixed_top p {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 16px;
}

.fixed_top .btn {
    width: 126px;
    height: 40px;
    background: #0EB790;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
}

.fixed_top .btn:hover {
    opacity: .8;
}

/* ditui */
/* 详情 */

.dtxq_content {
    position: relative;
    width: 100%;
    background: url(../imgs/dtxq_bg.png) no-repeat center #fff;
    background-size: cover;
    border-radius: 20px;
    padding: 36px;
}

.dtxq_content .p_tit {
    width: 628px;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    font-size: 34px;
    color: #21282D;
    line-height: 44px;
}

.dtxq_content .p_tit img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #D3D3D3;
    margin-right: 12px;
}

.dtxq_content .p2 {
    width: 680px;
    font-size: 14px;
    color: #505B64;
    line-height: 24px;
    margin-top: 20px;
}

.dtxq_content .tag {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.dtxq_content .tag li {
    min-width: 52px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(33, 40, 45, 0.05);
    border-radius: 6px;
    font-size: 12px;
    color: #505B64;
    margin-right: 10px;
    padding: 0 12px;
}

.dtxq_content .btn {
    position: absolute;
    top: 33px;
    right: 36px;
    width: 140px;
    height: 50px;
    background: #0EB790;
    border-radius: 8px;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
}

.dtxq_content .btn:hover {
    opacity: .8;
}

.dtxq_content .btn i {
    font-size: 20px;
    margin-right: 8px;
}




















.djxq_nav.dt .item {
    color: #181C29;
}

.djxq_nav.dt .item.on {
    color: #0EB790;
    font-weight: bold;
}

.djxq_nav.dt .item:hover {
    color: #0EB790;
    font-weight: bold;
}

.djxq_nav.dt .item.on:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #0EB790;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.dtxq_nr {
    width: 100%;
    padding-top: 24px;
    /* font-size: 14px;
    color: #5A5A5A;
    line-height: 24px;
    text-align: justify; */
}

.dtxq_nr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.price_ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}

.price_ul li {
    width: 268px;
    height: 158px;
    background: #F6F8FA;
    border-radius: 12px;
    margin: 0 12px 12px 0;
    padding: 16px 24px;
}

.price_ul li:nth-child(3n) {
    margin-right: 0;
}

.price_ul li .p1 {
    height: 48px;
    font-size: 14px;
    color: #21282D;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.price_ul li .p2 {
    font-size: 12px;
    color: #505B64;
    line-height: 16px;
    margin-top: 10px;
}

.price_ul li span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #FE574A;
    line-height: 24px;
    font-family: DINProM;
    margin-top: 20px;
}

.price_ul li span em {
    font-size: 24px;
}

.dttj_item {
    position: relative;
    width: 444px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all .3s;
}

.dttj_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transform: translateY(-8px);
}

.dttj_item .log {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.dttj_item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px 24px 24px 86px;
}

.dttj_item .info .line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dttj_item .info h4 {
    font-size: 16px;
    color: #21282D;
}

.dttj_item .info em {
    font-weight: bold;
    font-size: 12px;
    color: #FE574A;
    line-height: 14px;
    font-family: DINProM;
}

.dttj_item .info span {
    display: block;
    font-size: 12px;
    color: #788190;
    line-height: 16px;
    margin-top: 8px;
}

.xgwz_item {
    position: relative;
    width: 444px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
}

.xgwz_item:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transform: translateY(-4px);
}

.xgwz_item .log {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.xgwz_item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px;
}

.xgwz_item .info .line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xgwz_item .info h4 {
    font-size: 16px;
    color: #21282D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 295px;
}

.xgwz_item .info em {
    font-weight: bold;
    font-size: 12px;
    color: #FE574A;
    line-height: 14px;
    font-family: DINProM;
}

.xgwz_item .info span {
    display: block;
    font-size: 12px;
    color: #788190;
    line-height: 16px;
}

.fixed_top.dt {
    height: 70px;
}

.fixed_top.dt img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.fixed_top.dt h2 {
    margin-bottom: 0;
}

.dtxq_main {
    display: none;
}

.dtxq_nr video {
    max-width: 100%;
}