.hlg-productions {
    background-color: #F2F3F7;
}
.hlg-productions p{margin-bottom: 0}
.hlg-productions__banner {
    width: 100vw;
    height: 312px;
    background: #F2F3F7 url("https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/banner-bg-qnzs.png") no-repeat center;
    background-size: 1920px 312px;
    margin-bottom: 32px;
}

.hlg-productions__banner.hlg-production__banner--shzs {
    background-image: url("https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/banner-bg-shzs.png");
}

.hlg-productions__banner.hlg-production__banner--yxhd {
    background-image: url("https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/banner-bg-hudong.png");
}

.hlg-productions__banner.hlg-production__banner--gdsj {
    background-image: url("https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/banner-bg-design.png");
}

.hlg-productions__banner .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.hlg-productions__banner .content .left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 46px 0px;
    width: 544px;
    height: 312px;
}

.hlg-productions__banner .content .left .head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.hlg-productions__banner .content .left .head .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #FC4F00;
    padding: 0px 6px;
    height: 36px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    border-radius: 4px;
}

.hlg-productions__banner .content .left .head .title {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 36px;
    display: flex;
}

.hlg-productions__banner .content .left .head .title .underline {
    position: relative;
    height: 36px;
}

.hlg-productions__banner .content .left .head .title .underline i {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    transition: height 0.2s;
    background: #aeebcd;
}

.hlg-productions__banner .content .left .head .title .underline p {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hlg-productions__banner .content .left .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
    white-space: nowrap;
}

.hlg-productions__banner .content .left .desc {
    margin-bottom: 12px;
}

.hlg-productions__banner .content .left .desc p {
    font-size: 15px;
    line-height: 190%;
    color: #666666;
}

.hlg-productions__banner .content .left .desc p b {
    color: #000000;
    font-weight: 700;
}

.hlg-productions__banner .content .left .footer {
    display: flex;
    position: absolute;
    bottom: 42px;
}

.hlg-productions__banner .content .left .footer .footer-btn {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.hlg-productions__banner .content .left .footer .footer-btn--dark {
    background-color: #333333;
}

.hlg-productions__banner .content .left .footer .footer-btn--primary {
    background-color: #d92424;
}

.hlg-productions__banner .content .left .footer .footer-btn:hover {
    color: #fff;
}

.hlg-productions__banner .content .left .footer .footer-btn+.footer-btn {
    margin-left: 16px;
}

.hlg-productions__content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.hlg-productions__content .introductions {
    width: 340px;
    margin-right: 24px;
}

.hlg-productions__content .introduction-panel {
    width: 340px;
}

.hlg-productions__content .introduction-panel__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.hlg-productions__content .introduction-panel+.introduction-panel {
    margin-top: 20px;
}

.hlg-productions__content .introduction-panel__item {
    padding: 18px 32px 24px 24px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 12px;
}

.hlg-productions__content .introduction-panel__item>a {
    display: inline-grid;
}

.hlg-productions__content .introduction-panel__item-logo {
    border-radius: 4px;
    width: 74px;
    height: 74px;
    margin-right: 8px;
}

.hlg-productions__content .introduction-panel__item-logo img {
    width: 100%;
    height: 100%;
}

.hlg-productions__content .introduction-panel__item-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 4px;
}

.hlg-productions__content .introduction-panel__item-title .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #333333;
    padding: 0px 6px;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}

.hlg-productions__content .introduction-panel__item-title .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.hlg-productions__content .introduction-panel__item-content .desc {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #999999;
}

.hlg-productions__content .introduction-panel__item-content .hottag {
    display: flex;
    margin-top: 16px;
}

.hlg-productions__content .introduction-panel__item-content .hottag span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    height: 26px;
    line-height: 26px;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    margin-right: 8px;
}

.hlg-productions__content .details {
    flex: 1;
    width: 816px;
}

.hlg-productions__content .details header {
    display: flex;
    justify-content: space-between;
    height: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.hlg-productions__content .details header .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.hlg-productions__content .details header .more {
    font-size: 14px;
    line-height: 20px;
    color: #0c6bc9;
    display: flex;
    align-items: center;
}

.hlg-productions__content .details header .more img {
    margin-left: 4px;
}

.hlg-productions__content .details section {
    position: relative;
    background-color: #fff;
    height: 100vw;
    overflow-y: auto;
    padding-bottom: 68px;
}

.hlg-productions__content .details section .image-list {
    display: flex;
}

.hlg-productions__content .details section .image-list img {
    width: 100%;
}

.hlg-productions__content .details section .freeTrial-btn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 182px;
    z-index: 15;
    bottom: 0;
    display: flex;
    width: 836px;
    height: 68px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.hlg-productions__content .details section .freeTrial-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    padding: 0px 20px;
    height: 40px;
    background: #D92424;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.hlg-productions__content .details .part-more {
    width: 100%;
    height: 53px;
    background: #fff;
}

.hlg-productions__content .details .part-more img {
    width: auto;
    height: 53px;
}

.hlg-productions__content .details .part-1 {
    box-sizing: border-box;
    width: 100%;
    height: 136px;
    background: #262433;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hlg-productions__content .details .part-1 img {
    width: auto;
    height: 136px;
}

.hlg-productions__content .details .part-1 .part-1-right {
    width: 360px;
    height: 110px;
    background: #ffe2c7;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.85);
    border-radius: 4px;
}

.hlg-productions__content .details .part-1-left .item {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.hlg-productions__content .details .part-1-left .item:last-child {
    margin-top: 19px;
}

.hlg-productions__content .details .part-1-left .item img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.hlg-productions__content .details .part-1-left .item span {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.hlg-productions__content .details .part-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 426px;
    align-items: center;
    padding-top: 70px;
    background: url("https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/hlg-ui/1603259734506813/222.png");
    background-size: 100% 100%;
}

.hlg-productions__content .details .part-2 img {
    width: 181px;
    height: 48px;
    margin-bottom: 30px;
}

.hlg-productions__content .details .part-2 p {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    text-indent: 0;
}

.hlg-productions__content .details .part-3 {
    width: 752px;
    height: 343px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(167, 167, 167, 0.5);
    border-radius: 8px;
    margin: auto;
    margin-top: -155px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.hlg-productions__content .details .part-3 .left {
    width: 270px;
    height: 251px;
    margin-right: 32px;
}

.hlg-productions__content .details .part-3 .left img {
    width: 100%;
    height: 100%;
}

.hlg-productions__content .details .part-3 .right {
    height: 251px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 12px 0;
}

.hlg-productions__content .details .part-3 .right .item {
    width: 346px;
    height: 64px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.hlg-productions__content .details .part-3 .right .item:nth-child(1) {
    background: #f3f6ff;
}

.hlg-productions__content .details .part-3 .right .item:nth-child(2) {
    background: #fff5ee;
}

.hlg-productions__content .details .part-3 .right .item:nth-child(3) {
    background: #f2fffe;
}

.hlg-productions__content .details .part-3 .right .item:last-child {
    margin-bottom: 0;
}

.hlg-productions__content .details .part-3 .right .item img {
    width: 38px;
    height: 38px;
    margin-right: 8px;
}

.hlg-productions__content .details .part-3 .right .item span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.hlg-productions__content .details .part-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 80px;
}

.hlg-productions__content .details .part-4>span {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: inline-flex;
    margin-bottom: 16px;
}

.hlg-productions__content .details .part-4>p {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-indent: 0;
    margin-bottom: 40px;
}

.hlg-productions__content .details .part-4 ul {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
}

.hlg-productions__content .details .part-4 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.hlg-productions__content .details .part-4 ul li img {
    width: 148px;
    height: 87px;
    margin-bottom: 16px;
}

.hlg-productions__content .details .part-4 ul li span {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.hlg-productions__content .details .part-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 82px;
}

.hlg-productions__content .details .part-5>p {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    text-indent: 0;
    margin-bottom: 32px;
}

.hlg-productions__content .details .part-5 .box {
    width: 752px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px #e6e6e6;
    border-radius: 8px;
    padding: 0 52px;
    box-sizing: border-box;
}

.hlg-productions__content .details .part-5 .box .item {
    display: flex;
    padding: 32px 0 42px 0;
    border-bottom: 1px solid #f6f6f6;
    align-items: center;
}

.hlg-productions__content .details .part-5 .box .item:nth-child(2n) .left {
    order: 2;
}

.hlg-productions__content .details .part-5 .box .item:nth-child(2n) .left>p i {
    color: #3c6cc5 !important;
}

.hlg-productions__content .details .part-5 .box .item:nth-child(2n) .left .tags i {
    background: #3c6cc5 !important;
}

.hlg-productions__content .details .part-5 .box .item .left {
    flex: 1;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
}

.hlg-productions__content .details .part-5 .box .item .left>p {
    display: flex;
    text-indent: 0;
    margin-bottom: 10px;
    height: 39px;
}

.hlg-productions__content .details .part-5 .box .item .left>p img {
    width: 39px;
    height: 39px;
}

.hlg-productions__content .details .part-5 .box .item .left>p span {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 39px;
}

.hlg-productions__content .details .part-5 .box .item .left ul {
    padding-left: 0;
    margin-bottom: 18px;
}

.hlg-productions__content .details .part-5 .box .item .left ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 6px;
    padding-left: 12px;
    position: relative;
    line-height: 1.5;
}

.hlg-productions__content .details .part-5 .box .item .left ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #f6493e;
    left: 0;
    top: 10px;
}

.hlg-productions__content .details .part-5 .box .item .left ul li:last-child {
    margin-bottom: 0;
}

.hlg-productions__content .details .part-5 .box .item .left .tags {
    display: flex;
}

.hlg-productions__content .details .part-5 .box .item .left .tags i {
    width: 76px;
    height: 24px;
    background: #ff8c23;
    border-radius: 8px 0px 8px 0px;
    display: inline-flex;
    margin-right: 8px;
    font-style: normal;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.hlg-productions__content .details .part-5 .box .item .right {
    width: 302px;
    height: auto;
}

.hlg-productions__content .details .part-5 .box .item .right img {
    width: 100%;
    min-height: 200px;
}

.hlg-productions__content .details .part-5 .box>span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: flex;
    height: 94px;
    align-items: center;
    justify-content: center;
}

.hlg-productions__content .details .part-6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.hlg-productions__content .details .part-6 span {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 16px;
}

.hlg-productions__content .details .part-6 p {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    text-indent: 0;
    margin-bottom: 1px;
}

.hlg-productions__content .details .part-6 img {
    width: 816px;
    height: 431px;
}

.hlg-productions__content .details .part-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 52px;
}

.hlg-productions__content .details .part-7>span {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-bottom: 32px;
    display: inline-flex;
}

.hlg-productions__content .details .part-7 .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hlg-productions__content .details .part-7 .box .item {
    width: 346px;
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px #e6e6e6;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hlg-productions__content .details .part-7 .box .item .left {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.hlg-productions__content .details .part-7 .box .item .left img {
    width: 100%;
    height: 100%;
}

.hlg-productions__content .details .part-7 .box .item .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hlg-productions__content .details .part-7 .box .item .right span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-flex;
}

.hlg-productions__content .details .part-7 .box .item .right p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-indent: 0;
    display: inline-flex;
}

.popper-model {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 12px 0;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.06)) drop-shadow(0px 12px 48px rgba(0, 0, 0, 0.04));
}

.popper-model .wrap {
    align-items: center;
    padding: 36px 36px 28px;
    width: 292px;
    background: #ffffff;
    border-radius: 12px;
    flex-direction: column;
    text-align: center;
}

.popper-model img {
    width: 220px;
    height: 220px;
}

.popper-model .desc {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.popper-model .desc2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}