.p-doudian-page {
    max-width: 1920px;
    background: #f5f5f5;
}

.p-doudian-page .p-header {
    position: relative;
    background: url('https://alisc.dancf.com/hlgofficial/actpage/doudian/p-douyin-header.png') center no-repeat;
    background-size: 1920px 382px;
    width: 100%;
    height: 382px;
}

.p-doudian-page .p-header .p-header-l {
    position: absolute;
    left: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 33px;
    margin-top: 32px;
    padding: 30px 40px 0 50px;
    align-items: center;
    box-sizing: border-box;
    width: 527px;
    height: 318px;
    box-shadow: 0px 0px 12px 0px rgba(199, 192, 224, 0.6);
    background: #fff;
}

.p-doudian-page .p-header .p-header-l span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.p-doudian-page .p-header .p-header-l p {
    position: relative;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.p-doudian-page .p-header .p-header-l a {
    margin-top: 24px;
    width: 246px;
    height: 40px;
    background: #d92424;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.p-doudian-page .p-header .p-header-l a:hover {
    background: #b62121;
}

.p-doudian-page .p-header .p-header-l p::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -9px;
    width: 3px;
    height: 12px;
    background: #d92424;
}

.p-main {
    width: 1120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.p-main .m-left {
    width: 252px;
}

.p-main .m-left .m-title {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.p-main .m-left .m-pro {
    margin-top: 16px;
    display: flex;
    box-sizing: border-box;
    padding: 24px 20px;
    width: 252px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(231, 231, 231, 0.5);
}

.p-main .m-left .m-pro img {
    width: 42px;
    height: 42px;
    margin-right: 11px;
}

.p-main .m-left .m-pro span {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 25px;
}

.p-main .m-left .m-pro p {
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 0;
}

.p-main .m-left .m-hlg {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    padding: 23px;
    justify-content: center;
    height: 210px;
    background: #fff;
}

.p-main .m-hlg .logo {
    width: 58px;
    height: 58px;
    margin: auto;
    margin-bottom: 4px;
}

.p-main .m-hlg .logo img {
    width: 100%;
    height: 100%;
}

.p-main .m-hlg>p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-indent: 0;
    margin-bottom: 4px;
}

.p-main .m-hlg .tag {
    width: 74px;
    height: 21px;
    margin-bottom: 3px;
}

.p-main .m-hlg .tag img {
    width: 100%;
    height: 100%;
}

.p-main .m-hlg ul {
    padding-left: 0;
}

.p-main .m-hlg ul li {
    display: flex;
    margin-bottom: 8px;
    margin-top: 0;
}

.p-main .m-hlg ul li:last-child {
    margin-bottom: 0;
}

.p-main .m-hlg ul li label {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 75px;
    margin-bottom: 0;
    display: inline-block;
    text-align-last: justify;
    text-align: justify;
}

.p-main .m-hlg ul li>i {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 5px;
    text-align: center;
    font-style: normal;
    margin-right: 5px;
}

.p-main .m-hlg ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.p-main .m-hlg ul li.i2>a {
    display: inline-flex;
    height: 20px;
    align-items: center;
    cursor: pointer;
}

.p-main .m-hlg ul li.i2>a img {
    width: 63px;
    height: 16px;
}

.p-main .m-hlg ul li.i3>div {
    display: inline-flex;
    height: 20px;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 40px;
}

.p-main .m-hlg ul li.i3>div:hover .code {
    display: flex;
}

.p-main .m-hlg ul li.i3>div .i1 {
    width: 13px;
    height: 13px;
}

.p-main .m-hlg ul li.i3>div .code {
    display: none;
    width: 109px;
    height: 129px;
    position: absolute;
    top: 3px;
}

.p-main .m-hlg ul li.i3>div:hover .code img {
    width: 109px;
    height: 129px;
}

.p-main .m-hlg ul li.i3>div .code img {
    width: 91px;
    height: 91px;
}

.p-main .m-hlg ul li.i3>div .code span {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0 8px;
    margin-top: -4px;
}

.p-main .m-intro-content {
    margin-top: 24px;
    width: 852px;
    background: #fff;
    padding: 0 18px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 40px;
}

.p-main .m-intro-content .part-0 {
    border-bottom: 1px solid #ededed;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.p-main .m-intro-content .part-0 .left {
    position: relative;
}

.p-main .m-intro-content .part-0 .left span {
    font-size: 18px;
    font-weight: bold;
    color: #3265F6;
    line-height: 27px;
    display: inline-flex;
    position: relative;
    padding-bottom: 12px;
}

.p-main .m-intro-content .part-0 .left span:before {
    content: '';
    display: inline-block;
    width: 72px;
    height: 4px;
    background: #3265F6;
    position: absolute;
    bottom: 0;
}

.p-main .m-intro-content .part-0 .right {
    font-size: 14px;
            /* font-weight: 400; */
    color: #3265F6;
            /* line-height: 21px; */
    height: 27px;
    display: flex;
    align-items: center;
}

.p-main .m-intro-content .part-0 .right span {
    line-height: 27px;
}

.p-main .m-intro-content .part-0 .right i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #3265F6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3265F6;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    margin-left: 4px;
}

.p-main .m-intro-content .part-1 {
    box-sizing: border-box;
    width: 100%;
    height: 136px;
    background: #262433;
            /* padding: 13px 48px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-main .m-intro-content .part-1 img {
    width: auto;
    height: 136px;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-1-left .item {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.p-main .m-intro-content .part-1-left .item:last-child {
    margin-top: 19px;
}

.p-main .m-intro-content .part-1-left .item img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.p-main .m-intro-content .part-1-left .item span {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.p-main .m-intro-content .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%;
}

.p-main .m-intro-content .part-2 img {
    width: 181px;
    height: 48px;
    margin-bottom: 30px;
}

.p-main .m-intro-content .part-2 p {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    text-indent: 0;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-3 .left {
    width: 270px;
    height: 251px;
    margin-right: 32px;
}

.p-main .m-intro-content .part-3 .left img {
    width: 100%;
    height: 100%;
}

.p-main .m-intro-content .part-3 .right {
    height: 251px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 12px 0;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-3 .right .item:nth-child(1) {
    background: #F3F6FF;
}

.p-main .m-intro-content .part-3 .right .item:nth-child(2) {
    background: #FFF5EE;
}

.p-main .m-intro-content .part-3 .right .item:nth-child(3) {
    background: #F2FFFE;
}

.p-main .m-intro-content .part-3 .right .item:last-child {
    margin-bottom: 0;
}

.p-main .m-intro-content .part-3 .right .item img {
    width: 38px;
    height: 38px;
    margin-right: 8px;
}

.p-main .m-intro-content .part-3 .right .item span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.p-main .m-intro-content .part-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 80px;
}

.p-main .m-intro-content .part-4>span {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: inline-flex;
    margin-bottom: 16px;
}

.p-main .m-intro-content .part-4>p {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-indent: 0;
    margin-bottom: 40px;
}

.p-main .m-intro-content .part-4 ul {
    display: flex;
    justify-content: space-around;
}

.p-main .m-intro-content .part-4 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 90px;
}

.p-main .m-intro-content .part-4 ul li:last-child {
    margin-right: 0;
}

.p-main .m-intro-content .part-4 ul li img {
    width: 148px;
    height: 87px;
    margin-bottom: 16px;
}

.p-main .m-intro-content .part-4 ul li span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.p-main .m-intro-content .part-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 82px;
}

.p-main .m-intro-content .part-5>p {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    text-indent: 0;
    margin-bottom: 32px;
}

.p-main .m-intro-content .part-5 .box {
    width: 752px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #E6E6E6;
    border-radius: 8px;
    padding: 0 52px;
    box-sizing: border-box;
}

.p-main .m-intro-content .part-5 .box .item {
    display: flex;
    padding: 32px 0 42px 0;
    border-bottom: 1px solid #f6f6f6;
    align-items: center;
}

.p-main .m-intro-content .part-5 .box .item:nth-child(2n) .left {
    order: 2;
}

.p-main .m-intro-content .part-5 .box .item:nth-child(2n) .left>p i {
    color: #3C6CC5 !important;
}

.p-main .m-intro-content .part-5 .box .item:nth-child(2n) .left .tags i {
    background: #3C6CC5 !important;
}

.p-main .m-intro-content .part-5 .box .item .left {
    flex: 1;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
}

.p-main .m-intro-content .part-5 .box .item .left>p {
    display: flex;
    text-indent: 0;
    margin-bottom: 10px;
    height: 39px;
}

.p-main .m-intro-content .part-5 .box .item .left>p img {
    width: 39px;
    height: 39px;
}

.p-main .m-intro-content .part-5 .box .item .left>p span {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 39px;
}

.p-main .m-intro-content .part-5 .box .item .left ul {
    padding-left: 0;
    margin-bottom: 18px;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-5 .box .item .left ul li:last-child {
    margin-bottom: 0;
}

.p-main .m-intro-content .part-5 .box .item .left .tags {
    display: flex;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-5 .box .item .right {
    width: 302px;
    height: auto;
}

.p-main .m-intro-content .part-5 .box .item .right img {
    width: 100%;
    min-height: 200px;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.p-main .m-intro-content .part-6 span {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 16px;
}

.p-main .m-intro-content .part-6 p {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    text-indent: 0;
    margin-bottom: 1px;
}

.p-main .m-intro-content .part-6 img {
    width: 816px;
    height: 431px;
}

.p-main .m-intro-content .part-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 52px;
}

.p-main .m-intro-content .part-7>span {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-bottom: 32px;
    display: inline-flex;
}

.p-main .m-intro-content .part-7 .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.p-main .m-intro-content .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;
}

.p-main .m-intro-content .part-7 .box .item .left {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.p-main .m-intro-content .part-7 .box .item .left img {
    width: 100%;
    height: 100%;
}

.p-main .m-intro-content .part-7 .box .item .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.p-main .m-intro-content .part-7 .box .item .right span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-flex;
}

.p-main .m-intro-content .part-7 .box .item .right p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-indent: 0;
    display: inline-flex;
}