.section1 {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .section1 {
        margin-bottom: .8rem
    }
}

.section1 .cont {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .section1 .cont {
        display: block
    }
}

.section1 .cont .ny-title {
    top: 0;
    left: 0;
    position: absolute
}

@media (max-width: 767px) {
    .section1 .cont .ny-title {
        position: static
    }
}

.section1 .cont .cont1 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 58.64%
}

@media (max-width: 767px) {
    .section1 .cont .cont1 {
        width: 100%
    }
}

.section1 .cont .cont1 .text {
    margin-bottom: 3rem;
    font-size: .22rem
}

@media (max-width: 767px) {
    .section1 .cont .cont1 .text {
        margin-bottom: .3rem
    }
}

@media (max-width: 1024px) {
    .section1 .cont .cont1 .text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section1 .cont .cont1 .text {
        font-size: .3rem
    }
}

.section1 .cont .cont1 .img {
    position: relative
}

.section1 .cont .cont1 .img .img1 {
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

.section1 .cont .cont1 .img .img2 {
    position: absolute;
    bottom: 100%;
    width: auto;
    display: block;
    right: -10%;
    height: 1.69rem
}

@media (max-width: 767px) {
    .section1 .cont .cont1 .img .img2 {
        display: none;
        height: 1rem
    }
}

.section1 .cont .cont2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    width: 36.1%
}

@media (max-width: 767px) {
    .section1 .cont .cont2 {
        margin-top: .3rem;
        width: 100%
    }
}

.section1 .cont .cont2 .img {
    margin: 0 auto;
    opacity: .2;
    display: block;
    width: 70%
}

@media (max-width: 767px) {
    .section1 .cont .cont2 .img {
        display: none;
        width: 40%
    }
}

.section1 .cont .cont2 .img .hidden-img {
    width: 0;
    height: 0;
    overflow: hidden
}

.section1 .cont .cont2 .text {
    margin-top: .5rem
}

@media (max-width: 767px) {
    .section1 .cont .cont2 .text {
        margin-top: .3rem
    }
}

.sec2-title .ny-title {
    margin-bottom: .25rem
}

@media (max-width: 767px) {
    .sec2-title .ny-title {
        margin-bottom: .3rem
    }
}

.section2 {
    position: relative;
    height: 200vh
}

@media (max-width: 1024px) {
    .section2 {
        height: auto
    }
}

.section2 .fix-cont {
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100vh;
    padding: .35rem .5rem
}

@media (max-width: 1024px) {
    .section2 .fix-cont {
        position: static;
        height: auto
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-top: .2rem;
        padding-bottom: .2rem
    }
}

.section2 .fix-cont.fixed {
    position: fixed
}

.section2 .fix-cont.abs {
    position: absolute;
    top: auto;
    bottom: 0
}

.section2 .fix-cont .cont {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .6);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont {
        height: auto;
        display: block
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont {
        padding-left: .3rem;
        padding-right: .3rem
    }
}

.section2 .fix-cont .cont .history-list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
    padding: 0 .3rem 0 .5rem
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list {
        overflow-y: hidden;
        padding-left: 0;
        padding-right: 0;
        max-height: auto;
        padding-top: 1rem
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list {
        padding-top: .6rem
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list {
        padding-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list {
        padding-bottom: .8rem
    }
}

.section2 .fix-cont .cont .history-list::-webkit-scrollbar {
    width: .07rem
}

.section2 .fix-cont .cont .history-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c7c7c8
}

.section2 .fix-cont .cont .history-list::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0)
}

.section2 .fix-cont .cont .history-list li {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.section2 .fix-cont .cont .history-list li:not(:last-child) {
    margin-bottom: .5rem
}

.section2 .fix-cont .cont .history-list li:hover .date span {
    background-image: -webkit-gradient(linear, left top, right top, from(#df0434), to(#b91471));
    background-image: -webkit-linear-gradient(left, #df0434, #b91471);
    background-image: -moz-linear-gradient(left, #df0434, #b91471);
    background-image: -o-linear-gradient(left, #df0434, #b91471);
    background-image: linear-gradient(90deg, #df0434, #b91471);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.section2 .fix-cont .cont .history-list li:hover .text {
    color: #575757
}

.section2 .fix-cont .cont .history-list li .date {
    font-family: itc_b;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
    width: 2.05rem;
    font-size: .6rem;
    margin-top: .05rem
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .date {
        line-height: 1.4
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list li .date {
        width: 20%
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .date {
        width: 26%;
        font-size: .46rem
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list li .date {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .section2 .fix-cont .cont .history-list li .date {
        margin-top: .1rem
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .date {
        margin-top: 0
    }
}

.section2 .fix-cont .cont .history-list li .date span {
    padding-top: 0;
    color: #bababa
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .date span {
        padding-top: 2px
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list li .date span {
        color: rgba(0, 0, 0, 0);
        background-image: -webkit-gradient(linear, left top, right top, from(#df0434), to(#b91471));
        background-image: -webkit-linear-gradient(left, #df0434, #b91471);
        background-image: -moz-linear-gradient(left, #df0434, #b91471);
        background-image: -o-linear-gradient(left, #df0434, #b91471);
        background-image: linear-gradient(90deg, #df0434, #b91471);
        -webkit-background-clip: text
    }
}

.section2 .fix-cont .cont .history-list li .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    color: #7d7d7d;
    font-size: .2rem
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list li .text {
        color: #575757
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .text {
        line-height: 1.4
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .history-list li .text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .history-list li .text {
        font-size: .28rem
    }
}

.section2 .fix-cont .cont .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 47.5%
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img {
        display: block;
        width: 100%
    }
}

.section2 .fix-cont .cont .img .item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img {
        margin-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .img .item-img {
        margin-bottom: .2rem
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section2 .fix-cont .cont .img .item-img b {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18.23vw;
    height: 22.65vw
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img b {
        width: 27.345vw
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .img .item-img b {
        width: 36.46vw
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img b {
        height: 33.975vw
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .img .item-img b {
        height: 45.3vw
    }
}

.section2 .fix-cont .cont .img .item-img b:not(:last-child) {
    margin-bottom: .3rem;
    margin-right: 0
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img b:not(:last-child) {
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .section2 .fix-cont .cont .img .item-img b:not(:last-child) {
        margin-right: .6rem
    }
}

@media (max-width: 767px) {
    .section2 .fix-cont .cont .img .item-img b:not(:last-child) {
        margin-right: .2rem
    }
}

.section2 .fix-cont .cont .img .item-img b:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.section2 .fix-cont .cont .img .item-img.img1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section2 .fix-cont .cont .img .item-img.img2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section3 {
    margin-top: 1rem;
    margin-bottom: .5rem
}

@media (max-width: 767px) {
    .section3 {
        margin-top: .4rem
    }
}

@media (max-width: 1024px) {
    .section3 {
        margin-bottom: 1.5rem
    }
}

@media (max-width: 767px) {
    .section3 {
        margin-bottom: 1rem
    }
}

.section3 .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .section3 .container {
        display: block
    }
}

.section3 .container .text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 47.2%
}

@media (max-width: 1024px) {
    .section3 .container .text {
        width: 50.2%
    }
}

@media (max-width: 767px) {
    .section3 .container .text {
        width: 100%
    }
}

.section3 .container .text .t2 {
    color: #160d69;
    font-weight: 700;
    margin-top: .3rem;
    font-size: .3rem
}

@media (max-width: 1024px) {
    .section3 .container .text .t2 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section3 .container .text .t2 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section3 .container .text .t2 {
        font-size: .36rem
    }
}

.section3 .container .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    width: 42%
}

@media (max-width: 767px) {
    .section3 .container .img {
        margin-top: .4rem
    }
}

@media (max-width: 1024px) {
    .section3 .container .img {
        width: 45%
    }
}

@media (max-width: 767px) {
    .section3 .container .img {
        width: 100%
    }
}

.section4 {
    position: relative;
    margin-top: 0
}

@media (max-width: 1024px) {
    .section4 {
        margin-top: .6rem
    }
}

@media (max-width: 767px) {
    .section4 {
        margin-top: .5rem
    }
}

.section4 .fix-cont {
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100vh
}

@media (max-width: 1024px) {
    .section4 .fix-cont {
        display: block;
        position: static;
        height: auto
    }
}

.section4 .fix-cont.fixed {
    position: fixed
}

.section4 .fix-cont.abs {
    position: absolute;
    top: auto;
    bottom: 0
}

.section4 .fix-cont .ny-title {
    margin-bottom: .6rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .ny-title {
        margin-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .ny-title {
        margin-bottom: .5rem
    }
}

.section4 .fix-cont .cont {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont {
        display: block
    }
}

.section4 .fix-cont .cont .item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item {
        display: block
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item {
        width: 100%
    }
}

.section4 .fix-cont .cont .item:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item:not(:last-child) {
        margin-bottom: .5rem
    }
}

.section4 .fix-cont .cont .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df0434), to(#b91471));
    background-image: -webkit-linear-gradient(top, #df0434, #b91471);
    background-image: -moz-linear-gradient(top, #df0434, #b91471);
    background-image: -o-linear-gradient(top, #df0434, #b91471);
    background-image: linear-gradient(180deg, #df0434, #b91471)
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item:after {
        width: 100%
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item:after {
        height: 50%
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item:after {
        background-image: -webkit-gradient(linear, left top, right top, from(#df0434), to(#b91471));
        background-image: -webkit-linear-gradient(left, #df0434, #b91471);
        background-image: -moz-linear-gradient(left, #df0434, #b91471);
        background-image: -o-linear-gradient(left, #df0434, #b91471);
        background-image: linear-gradient(90deg, #df0434, #b91471)
    }
}

.section4 .fix-cont .cont .item .item-cn-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .22rem;
    padding: 1.4rem .3rem .3rem;
    width: .6rem
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-cn-title {
        display: block
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-cn-title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-cn-title {
        font-size: .36rem;
        padding-top: .3rem;
        padding-bottom: .3rem
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-cn-title {
        padding-left: 20px;
        padding-right: 20px;
        width: 60px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-cn-title {
        width: 100%
    }
}

.section4 .fix-cont .cont .item .item-right {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 6.25rem;
    width: 12.3rem;
    padding: 1.4rem .65rem .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right {
        min-height: auto
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right {
        width: auto
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right {
        padding-left: .3rem;
        padding-right: .3rem
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right {
        padding-top: 1rem
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right {
        padding-top: .5rem
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right {
        padding-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right {
        padding-bottom: .5rem
    }
}

.section4 .fix-cont .cont .item .item-right .title {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: .6rem;
    min-height: 1.85rem;
    margin-bottom: .7rem
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .title {
        padding-bottom: .5rem;
        min-height: auto;
        margin-bottom: .5rem
    }
}

.section4 .fix-cont .cont .item .item-right .title:before {
    content: "";
    display: block;
    background-color: #d5d5d5;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: .02rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title:before {
        height: 2px
    }
}

.section4 .fix-cont .cont .item .item-right .title:after {
    content: "";
    display: block;
    background-color: #df0434;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 0;
    width: 1.45rem;
    height: .02rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title:after {
        height: 2px
    }
}

.section4 .fix-cont .cont .item .item-right .title h3 {
    color: #e5e5e5;
    font-family: itc_b;
    line-height: 1;
    font-size: .6rem;
    margin-bottom: .1rem;
    padding-top: .05rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title h3 {
        font-size: 46px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .title h3 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .title h3 {
        font-size: .7rem
    }
}

.section4 .fix-cont .cont .item .item-right .title h4 {
    color: #000;
    font-weight: 700;
    font-size: .3rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title h4 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .title h4 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .title h4 {
        font-size: .4rem
    }
}

.section4 .fix-cont .cont .item .item-right .title h4 span {
    margin-left: .25rem;
    margin-right: .25rem
}

.section4 .fix-cont .cont .item .item-right .title p {
    color: #000;
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .title p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .title p {
        font-size: .3rem
    }
}

.section4 .fix-cont .cont .item .item-right .title b {
    color: #efefef;
    line-height: .8;
    font-family: itc_b;
    position: absolute;
    right: 0;
    bottom: -13%;
    z-index: -1;
    font-size: 2rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .title b {
        font-size: 120px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .title b {
        font-size: 100px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .title b {
        font-size: 2rem
    }
}

.section4 .fix-cont .cont .item .item-right .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section4 .fix-cont .cont .item .item-right .progress p {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: .22rem;
    width: 2.45rem;
    padding-top: .25rem;
    padding-bottom: .25rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .progress p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .progress p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .progress p {
        font-size: .26rem
    }
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .progress p {
        width: 3rem
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .progress p {
        width: 3rem;
        padding-top: .1rem;
        padding-bottom: .1rem
    }
}

.section4 .fix-cont .cont .item .item-right .progress p:first-child {
    background-image: -webkit-gradient(linear, left top, right top, from(#7cb6f8), to(#76a0eb));
    background-image: -webkit-linear-gradient(left, #7cb6f8, #76a0eb);
    background-image: -moz-linear-gradient(left, #7cb6f8, #76a0eb);
    background-image: -o-linear-gradient(left, #7cb6f8, #76a0eb);
    background-image: linear-gradient(90deg, #7cb6f8, #76a0eb)
}

.section4 .fix-cont .cont .item .item-right .progress p:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, right top, from(#749de8), to(#6c81d7));
    background-image: -webkit-linear-gradient(left, #749de8, #6c81d7);
    background-image: -moz-linear-gradient(left, #749de8, #6c81d7);
    background-image: -o-linear-gradient(left, #749de8, #6c81d7);
    background-image: linear-gradient(90deg, #749de8, #6c81d7)
}

.section4 .fix-cont .cont .item .item-right .progress p:nth-child(5) {
    background-image: -webkit-gradient(linear, left top, right top, from(#6a7cd4), to(#615ec2));
    background-image: -webkit-linear-gradient(left, #6a7cd4, #615ec2);
    background-image: -moz-linear-gradient(left, #6a7cd4, #615ec2);
    background-image: -o-linear-gradient(left, #6a7cd4, #615ec2);
    background-image: linear-gradient(90deg, #6a7cd4, #615ec2)
}

.section4 .fix-cont .cont .item .item-right .progress p:nth-child(7) {
    background-image: -webkit-gradient(linear, left top, right top, from(#5f59bf), to(#563cad));
    background-image: -webkit-linear-gradient(left, #5f59bf, #563cad);
    background-image: -moz-linear-gradient(left, #5f59bf, #563cad);
    background-image: -o-linear-gradient(left, #5f59bf, #563cad);
    background-image: linear-gradient(90deg, #5f59bf, #563cad)
}

.section4 .fix-cont .cont .item .item-right .progress .iconfont {
    color: #6877d1;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .progress .iconfont {
        font-size: 16px
    }
}

.section4 .fix-cont .cont .item .item-right .text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .text {
        display: block
    }
}

.section4 .fix-cont .cont .item .item-right .text > div {
    width: 29%
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .text > div {
        width: 100%
    }
}

.section4 .fix-cont .cont .item .item-right .text > div:not(:last-child) {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .text > div:not(:last-child) {
        margin-bottom: .3rem
    }
}

.section4 .fix-cont .cont .item .item-right .text > div h5 {
    color: #000;
    margin-bottom: .05rem;
    font-size: .24rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .text > div h5 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section4 .fix-cont .cont .item .item-right .text > div h5 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .text > div h5 {
        font-size: .32rem
    }
}

.section4 .fix-cont .cont .item .item-right .text > div p {
    line-height: 2;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section4 .fix-cont .cont .item .item-right .text > div p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section4 .fix-cont .cont .item .item-right .text > div p {
        font-size: .28rem
    }
}

/*# sourceMappingURL=99e93b77396dc8ef05187b68fe74ca45.css.map*/