.pone-new-container {
    width: 1200px;
    margin: 0 auto;
}

.pone-banner {
    width: 100%;
    height: 538px;
    background: linear-gradient(0deg, #9DB5FC 0%, #2A4DC2 100%);
    backdrop-filter: blur(100px);
    text-align: center;
    padding-top: 66px;
}

.pone-banner>h2 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pone-banner>h2>span {
    background: linear-gradient(247deg, #FBFF89 3.69%, #FF8665 94.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pone-banner>p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.about-pone-banner {
    width: 1200px;
    margin: 0 auto;
    background: linear-gradient(85deg, #E5E7FF 3.1%, #BAE3FE 96.88%);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 60px;
    margin-top: -400px;
    position: relative;
}

.about-pone-banner-top-content {
    display: flex;
    flex-wrap: wrap;
}

.about-pone-banner-top-content-left {
    width: 38%;
}

.about-pone-banner-top-content-left h2 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	padding-top:30px
}

.about-pone-banner-top-content-left h2 span {
    color: #165DFF
}

.about-pone-banner-top-content-left h3 {
    color: #1D2129;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 10px 0 16px;
}

.about-pone-banner-top-content-left p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 16px 0 46px;
}

.pone-action-btns {
    display: flex;
}

.pone-action-btns>a {
    color: var(---primary-6, #165DFF);
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    padding: 8px 26px;
    border: 1px solid #165DFF;
    border-radius: 2px;
    white-space: nowrap;
}

.pone-action-btns>a:hover {
    background: #4080FF;
    color: #FFF;
    border: 1px solid #4080FF;
}

.pone-action-btns>a:first-child {
    background-color: #165DFF;
    color: #FFF;
}

.pone-action-btns>a+a {
    margin-left: 8px;
}

.about-pone-banner-top-content-right {
    flex: 1;
    border-radius: 20px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 20px 0px rgba(15, 53, 139, 0.08);
    box-sizing: border-box;
    padding: 26px;
}

.about-pone-banner-bottom-content {
    border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    padding: 10px 45px;
    justify-content: space-between;
    margin-top: 20px;

}

.about-pone-banner-bottom-content>a {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 18px 28px;
    white-space: nowrap;
}

.about-pone-banner-bottom-content>a:hover {
    border-radius: 8px;
    background: #FFF;

}

.about-pone-banner-bottom-content>a>img {
    margin-right: 10px;
}

.pone-content {
    width: 100%;
    background: #F9FBFD;
}

.pone-content-navigation {
    margin: 60px 0 40px;
    position: sticky;
    top: 70px;
    z-index: 100;
}


.navigation-content {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navigation-content>a {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0;
}

.navigation-content>a:hover {
    color: #165DFF;
}

.navigation-content>a.active {
    color: #165DFF;
    position: relative;
}

.navigation-content>a.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #165DFF;
    border-radius: 2px;
}

.pone-content-section {
    width: 100%;
    box-sizing: border-box;
}

.videos-section {
    background: linear-gradient(149deg, #DFEEFF 12.68%, #D3D2FF 46.35%, #C1D4FF 90.57%);
    padding-top: 40px;
    margin-bottom: 50px;
}

.pone-content-section h2 {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0 50px;
}

.pone-content-section-content {
    width: 100%;
    padding-bottom: 60px;
}

.pone-content-section-content>img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.case-value-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-value-list>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FFEDED;
    background: linear-gradient(230deg, #FFFAF7 0%, #FFEDED 100%);
    width: 19%;
    padding: 30px 28px;
    box-sizing: border-box;
    position: relative;
}

.case-value-list>li:hover {
    top: -10px;
    position: relative;
}

.case-value-list>li:nth-child(2) {
    border: 1px solid #EAECFF;
    background: linear-gradient(230deg, #F5F9FF 0%, #EAECFF 100%);
}

.case-value-list>li:nth-child(3) {
    border: 1px solid #E0EEFF;
    background: linear-gradient(230deg, #F6FAFE 0%, #E0EEFF 100%);
}

.case-value-list>li:nth-child(4) {
    border: 1px solid #F7EAFF;
    background: linear-gradient(230deg, #F5F9FF 0%, #F5E3F7 100%);
}

.case-value-list>li:last-child {
    border: 1px solid #E8F9FF;
    background: linear-gradient(230deg, #F6FAFE 0%, #E7F8FF 100%);
}

.case-value-list>li>img {
    width: 66px;
    height: 66px;
}

.case-value-list>li>p {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px
}

.functional-module-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.functional-module-list>li {
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #F1F6FE;
    width: 49%;
    margin-bottom: 20px
}

.functional-module-list>li:last-child {
    width: 100%;
    margin-bottom: 0;
}

.functional-module-list>li>img {
    width: 52px;
    height: 52px;
}

.functional-module-list>li>h3 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 580;
    line-height: normal;
    margin: 26px 0 15px
}

.functional-module-list>li>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.product-advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-advantages-list>li {
    width: 32.3%;
    border-radius: 12px;
    border: 1px solid #E5E6EB;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.product-advantages-list>li:hover {
    border: 1px solid #E5E6EB;
    background: linear-gradient(124deg, #175EFE 2.04%, #2EA5F0 98.27%);
}

.product-advantages-list>li>img {
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
}

.product-advantages-list>li:hover>img {
    display: none;
}

.product-advantages-list>li>h3 {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 158.333% */
}

.product-advantages-list>li:hover>h3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-advantages-list>li>p {
    color: #FFF;
    width: 100%;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
    display: none;
}

.product-advantages-list>li:hover>p {
    display: block;
}

.course-videos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course-videos>li {
    width: 31%;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #FFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 38px;
}

.course-videos>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.course-videos>li>.top-bg {
    width: 100%;
    height: 266px;
    background-size: cover;
    background-position: center;
}

.course-videos>li:first-child>.top-bg {
    background-image: url(../../images/pone/video-bg-01.png);
}

.course-videos>li:nth-child(2)>.top-bg {
    background-image: url(../../images/pone/video-bg-02.png);
}

.course-videos>li:nth-child(3)>.top-bg {
    background-image: url(../../images/pone/video-bg-03.png);
}

.course-videos>li:nth-child(4)>.top-bg {
    background-image: url(../../images/pone/video-bg-04.png);
}

.course-videos>li:nth-child(5)>.top-bg {
    background-image: url(../../images/pone/video-bg-05.png);
}

.course-videos>li:nth-child(6)>.top-bg {
    background-image: url(../../images/pone/video-bg-06.png);
}

.course-videos>li:nth-child(7)>.top-bg {
    background-image: url(../../images/pone/video-bg-07.png);
}

.course-videos>li:nth-child(8)>.top-bg {
    background-image: url(../../images/pone/video-bg-08.png);
}

.course-videos>li:last-child>.top-bg {
    background-image: url(../../images/pone/video-bg-09.png);
}

.course-videos>li>p {
    flex: 1;
    color: #1D2129;
    font-size: 20px;
    box-sizing: border-box;
    padding: 20px 16px 30px;
    text-align: center;
}

.update-log {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.update-log-first {
    margin-top: 50px
}

/*.update-log+.update-log {
  margin-top: -100px;
  padding-bottom: 0;
}*/

.update-log-left {
    width: calc(50vw - 350px);
    background: #F8F9FD;
    box-sizing: border-box;
    padding: 38px;
    text-align: right;
}

.update-log-left h3 {
    color: #1D2129;
    font-size: 30px;
    white-space: nowrap;
}

.update-log-left p {
    color: #4E5969;
    font-size: 16px;
}

.update-log-right {
    flex: 1;
    background: linear-gradient(90deg, #D4E1FF 0%, rgba(253, 255, 255, 0.00) 100%);
    box-sizing: border-box;
    padding: 38px;
}

.log-list p {
    max-width: 838px;
    color: #1D2129;
    margin-bottom: 2px;
    position: relative;
    padding-left: 26px;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 228.571% */
}

.log-list p::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #165DFF;
    left: 0;
    top: 12px
}

.price-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price-list-item {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #e1e4e5;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    overflow: hidden;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #E5E6EB;
    border-radius: 12px;
}

.price-list>.price-list-item:first-child {
    background:
        url(../../images/pone/free-icon.png) no-repeat top right,
        linear-gradient(189deg, rgba(165, 144, 153, 0.12) 5.21%, rgba(255, 255, 255, 0.00) 21.75%);
}

.price-list>.price-list-item:nth-child(n+2):nth-child(-n+3) {
    background:
        url(../../images/pone/basic-icon.png) no-repeat top right,
        linear-gradient(189deg, rgba(213, 178, 65, 0.12) 5.21%, rgba(234, 234, 234, 0.00) 21.75%);
}

.price-list>.price-list-item:nth-child(n+4):nth-child(-n+5) {
    background:
        url(../../images/pone/team-icon.png) no-repeat top right,
        linear-gradient(189deg, rgba(213, 127, 65, 0.12) 5.21%, rgba(255, 255, 255, 0.00) 21.75%);
}

.price-list>.price-list-item:nth-child(n+6):nth-child(-n+7) {
    background:
        url(../../images/pone/pro-icon.png) no-repeat top right,
        linear-gradient(189deg, rgba(213, 65, 124, 0.12) 5.21%, rgba(255, 255, 255, 0.00) 21.75%);
}

.price-list>.price-list-item:last-child {
    background:
        url(../../images/pone/cus-icon.png) no-repeat top right,
        linear-gradient(189deg, rgba(53, 44, 172, 0.12) 5.21%, rgba(255, 255, 255, 0.00) 21.75%);
}


.price-list-item-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    width: 100%;
}

.price-show {
    margin: 25px 0;
    color: #F76212;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.price-show>span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.price-show>p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-show>p>span:first-child {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.price-show>p>span:last-child {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

.jump-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #165DFF;
    padding: 10px;
    color: #fff;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 8px;
    background: #4080FF;
}

.jump-btn:hover {
    border: 1px solid #165DFF;
    background: #165DFF;
}

.price-more-desc {
    width: 100%;
    margin-top: 40px;
    flex: 1;
}

.jump-btn-free {
    background: linear-gradient(90deg, #E9D9C8 0%, #BF9E88 100%);
    color: #50341C;
    border: none;
}

.jump-btn-free:hover {
    background: linear-gradient(90deg, #DCC0A6 0%, #AE7E5C 100%);
    color: #50341C;
}

.jump-btn-consult {
    background: linear-gradient(90deg, #7E96CC 0%, #5E78B6 100%);
    color: #fff;
    border: none;
}

.jump-btn-consult:hover {
    background: linear-gradient(90deg, #6583C2 0%, #2348A0 100%);
    color: #FFF;
}

.price-more-desc>p {
    text-align: center;
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.price-more-desc-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 10px;
}

.price-more-desc-item span {
    color: var(---color-text-1, #1D2129);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
}

.price-tips {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    .pone-new-container {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .about-pone-banner {
        width: calc(100% - 2rem);
        padding:  2rem;
        box-sizing: border-box;
    }

    .about-pone-banner-top-content-left{
        width: 100%;
    }
	
	.about-pone-banner-top-content-left h2{
        padding-top:0
    }

    .about-pone-banner-top-content-right {
        width: 100%;
        margin-top: 2rem;
		margin-left:0
    }

    .about-pone-banner-top-content{
        flex-direction: column;
    }

    .about-pone-banner-bottom-content{
        padding: .6rem 0;
        display: -webkit-box;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .about-pone-banner-bottom-content::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
      }

    .about-pone-banner-bottom-content>a {
        padding: 1rem 1.5rem;
    }

    .pone-content-navigation {
        display: none;
    }

    .update-log-left {
        width: 26%;
        padding: 1rem;
        text-align: left;
        box-sizing: border-box;
    }

    .update-log-right {
        padding: 1rem;
    }
	
	.price-list-item {
        width:49%;
        padding: 1rem;
    }

}

@media screen and (max-width:768px) {
    .pone-banner>h2 {
        font-size: 2rem;
        padding: 0 1rem;
    }

    .pone-banner>p {
        font-size: 1.1rem;
    }

    .about-pone-banner {
        padding: 2rem 1rem;
    }

    .pone-action-btns>a {
        width: fit-content;
        box-sizing: border-box;
		padding:5px 10px;
		font-size:.9rem;
    }

    .about-pone-banner-bottom-content>a {
        padding: .3rem 1rem;
        font-size: .9rem;
    }

    .about-pone-banner-top-content-left h2 {
        font-size: 1.8rem;
    }

    .about-pone-banner-top-content-left h3 {
        font-size: 1.4rem;
    }

    .about-pone-banner-top-content-left p {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .pone-content-section h2 {
        font-size: 1.6rem;
        padding: 1rem 0 2rem;
    }

    .pone-content-section-content {
        padding-bottom: 1rem;
    }

    .case-value-list>li {
        width: 49%;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .functional-module-list>li {
        width: 100%;
        padding: 1rem;
    }

    .functional-module-list>li>h3 {
        font-size: 1.4rem;
    }

    .product-advantages-list>li {
        width: 49%;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .product-advantages-list>li>img {
        width: 3rem;
        height: 3rem;
        margin-bottom: 1rem;
    }

    .product-advantages-list>li>h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .product-advantages-list>li>h3>span {
        display: none;
    }

    .course-videos>li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .course-videos>li>p {
        font-size: 1rem;
        padding: 1.2rem 0;
    }

    .update-log-left {
        width: fit-content;
    }

    .update-log-left h3 {
        font-size: 1.2rem;
    }

    .price-list-item {
        width:100%;
    }

}