
/* 首页 */
.normal b {
    font-weight: bold;
    font-size: 18px;
}
.normal .index-module-title {
    display: flex;
    padding: 110px 0 25px 0;
    font-size: 30px;
    line-height: normal;
    color: #5a2ac9;
    letter-spacing: 3px;
    justify-content: center;
    position: relative;
}

.normal .index-module-title::after {
    content: "";
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
}

@media (min-width: 1921px) {
    .normal .swiper-container-ddy-index .bgcolor {
        background-image: linear-gradient(to right, #231067 50%, #3396fb 50%);
    }
}

.normal .swiper-container-ddy-index {
    height: 640px;
    overflow: hidden;
}

.normal .swiper-container-ddy-index .swiper-img {
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    background-position: center top;
}

.normal .swiper-container-ddy-index .swiper-img .main {
    max-width: 1200px;
    height: 640px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.normal .swiper-container-ddy-index .swiper-img .main h1{
    color: #fff;
    position: absolute;
    right: 0;
    top: 110px;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 80px;
}
.normal .swiper-container-ddy-index .swiper-img .main h2{
    color: #fff;
    position: absolute;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
}
.normal .swiper-container-ddy-index .swiper-img .main p{
    color: #fff;
    position: absolute;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 200;
}


.normal .swiper-container-ddy-index  .buttons {
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 155px;
    left: 0;
    right: 39px;
    margin: auto;
    line-height: normal;
    font-size: 20px;
}

.normal .swiper-container-ddy-index  .buttons .btn {
    height: 60px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 25px;
    border-radius: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 35px;
}

.normal .swiper-container-ddy-index .buttons .btn:hover {
    background: #fff;
    color: #24085f;
}

.normal .swiper-container-ddy-index .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.normal .swiper-container-ddy-index .swiper-pagination-switch {
    display: inline-block;
    width: 148px;
    height: 7px;
    border-radius: 15px;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
}

.normal .swiper-container-ddy-index .swiper-active-switch {
    background: #5ec9ff;
}

.normal .ddy-what-is-it {
    line-height: normal;
    color: #303030;
}

.normal .ddy-what-is-it .graphic {
    max-width: 1200px;
    margin: 50px auto 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.normal .ddy-what-is-it .graphic .image {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.normal .ddy-what-is-it .graphic .image img {
    width: 95%;
}

.normal .ddy-what-is-it .graphic .text {
    line-height: 44px;
    font-size: 20px;
    flex: 1;
    margin: 30px 0;
    padding-left: 20px;
}

.normal .ddy-feature {
    display: flex;
    flex-direction: column;
    line-height: normal;
    word-wrap: break-word;
}

.normal .ddy-feature .card {
    display: flex;
    max-width: 1200px;
    margin: 60px auto 115px;
}

.normal .ddy-feature .card .card-case {
    width: 24%;
    height: 100%;
    flex: 1;
    background-image: linear-gradient(#5fc8fd, #261969);
    padding: 3px;
}

.normal .ddy-feature .card .card-case:not(:last-child) {
    margin-right: 30px;
}

.normal .ddy-feature .card .card-case .case-context {
    display: flex;
    padding: 15px;
    background: #e8f0f9;
    min-height: 200px;
}

.normal .ddy-feature .card .card-case .case-context .case-img {
    width: 25%;
    margin-right: 5%;
    float: left;
}

.normal .ddy-feature .card .card-case .case-context .case-img .image {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    background-repeat: no-repeat;
    position: absolute;
}

.normal .ddy-feature .card .card-case .case-context .case-text {
    width: 70%;
    float: left;
}

.normal .ddy-feature .card .card-case .case-context .case-text .title {
    font-weight: bolder;
    font-size: 21px;
    margin-bottom: 20px;
}

.normal .ddy-feature .card .card-case .case-context .case-text .description {
    color: #303030;
    font-size: 15px;
}
.normal .ddy-advantage {
    color: #fff;
    line-height: normal;
    word-wrap: break-word;
    background-image: linear-gradient(#6e37df, #2b186a);
}

.normal .ddy-advantage .index-module-title {
    color: #fff;
    padding-top: 90px;
}

.normal .ddy-advantage .graphic {
    display: flex;
    max-width: 1200px;
    margin: 70px auto 0;
    padding-bottom: 85px;
}

.normal .ddy-advantage .graphic .item {
    width: 33%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.normal .ddy-advantage .graphic .item .image {
    margin-bottom: 45px;
}

.normal .ddy-advantage .graphic .item .image img {
    width: 170px;
    height: 170px;
}

.normal .ddy-advantage .graphic .item .small-title {
    margin-bottom: 15px;
    font-size: 21px;
}

.normal .ddy-advantage .graphic .item .text {
    text-align: center;
    font-size: 16px;
    color: #dcdcdc;
}

.normal .ddy-advantage .graphic .item:not(:last-child) {
    padding-right: 35px;
}

.normal .ddy-benefit {
    color: #333;
    word-wrap: break-word;
}

.normal .ddy-benefit .index-module-title {
    padding-top: 80px;
}

.normal .ddy-benefit .graphic {
    display: flex;
    max-width: 1200px;
    margin: 55px auto 50px;
}

.normal .ddy-benefit .graphic .item {
    width: 25%;
    display: flex;
    justify-content: center;
    flex: 1;
    position: relative;
    padding: 0 17px 90px;
    background: #e8f0f9;
}

.normal .ddy-benefit .graphic .item:not(:last-child) {
    margin-right: 24px;
}

.normal .ddy-benefit .graphic .item .image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
}

.normal .ddy-benefit .graphic .item .text {
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 200px;
}

.normal .ddy-case .index-module-title {
    padding-top: 70px;
}

.normal .ddy-case .case-company {
    max-width: 1500px;
    margin: 55px auto 50px;
    display: flex;
    flex-wrap: wrap;
}

.normal .ddy-case .case-company .images {
    width: 16%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
}

.normal .ddy-case .case-company .images:not(:nth-child(6)) {
    margin-right: 9px;
}

.normal .ddy-case .case-company .images.img2 {
    background-position-y: 18px;
}

.normal .ddy-case .case-company .images.img3 {
    background-position-y: 8px;
}

.normal .ddy-case .case-company .images.img5 {
    background-position-y: 24px;
}
.normal .to-case {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    background: #fff;

}
.normal .to-case .case-btn {
    padding: 16px 60px;
    border: 1px solid #5a2ac9;
    border-radius: 50px;
    font-size: 16px;
    color: #5a2ac9;
}
.normal .to-case .case-btn:hover{
    color: #00b0ff;
    border-color:#00b0ff; 
}

/* 价格 */

.normal .prices-module-title {
    display: flex;
    padding: 60px 0 30px 0;
    font-size: 30px;
    line-height: normal;
    color: #333;
    letter-spacing: 3px;
    justify-content: center;
    position: relative;
}

.normal .prices-module-title::after {
    content: "";
    width: 180px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(to right, #231067, #7937fd, #05d3fd);
}

.normal .prices-one {
    line-height: normal;
    word-wrap: break-word;
    color: #333;
    letter-spacing: 2px;
    background: #fff;
}

.normal .prices-one .graphic {
    max-width: 1200px;
    margin: 50px auto 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.normal .prices-one .graphic .text {
    font-size: 20px;
    margin-bottom: 45px;
    
}

.normal .prices-one .graphic .image {
    /* width: 100%; */
    height: 300px;
    width: auto;
}

.normal .prices-two .example-table {
    max-width: 1200px;
    margin: 50px auto 0;
    padding-bottom:60px; 
}

.normal .prices-two .example-table .small-title {
    font-size: 21px;
    margin: 30px 0 20px;
}

.normal .prices-two .example-table .buy-example {
    display: flex;
    margin-bottom: 35px;
}

.normal .prices-two .example-table .buy-example .example-text {
    font-size: 16px;
    margin-right: 100px;
}

.normal .prices-two .example-table .table {
    display: flex;
}

.normal .prices-two .example-table .table .project,
.normal .prices-two .example-table .table .money {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    border: 1px solid #d8deea;
}

.normal .prices-two .example-table .table .project .subtitle,
.normal .prices-two .example-table .table .money .subtitle {
    font-size: 19px;
    height: 100px;
    line-height: 100px;
}

.normal .prices-two .example-table .table .project .text,
.normal .prices-two .example-table .table .money .text {
    width: 100%;
    text-align: center;
    border-top: 1px solid #d8deea;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
}

.normal .prices-two .example-table .table .money {
    border-left: none;
}

.normal .prices-two {
    line-height: normal;
    word-wrap: break-word;
    background: #e8f0f9;
    color: #333;
}

.normal .prices-two .graphic {
    max-width: 1200px;
    margin: 50px auto 0px;
    display: flex;
    flex-direction: column;
}

.normal .prices-two .graphic .title {
    font-size: 21px;
    color: #7937fd;
    margin-bottom: 20px;
}

.normal .prices-two .graphic .buy-way {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.normal .prices-three {
    line-height: normal;
    word-wrap: break-word;
    background: #fff;
}

.normal .prices-three .table {
    max-width: 1200px;
    margin: 40px auto 0px;
    /* border-left: 1px solid #d8deea;
    border-top: 1px solid #d8deea; */
}

.normal .prices-three .table .table-title {
    display: flex;
    height: 120px;
    font-size: 17px;
    color: #7937fd;
    text-align: center;
    background: #e7fbff;
    border-bottom: 1px solid #d8deea;
}

.normal .prices-three .table .table-title .table-row {
    border-right: 1px solid #d8deea;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
}

.normal .prices-three .table .table-body {
    color: #333;
}

.normal .prices-three .table .table-body .table-col {
    display: flex;
    border-bottom: 1px solid #d8deea;
}

.normal .prices-three .table .table-body .table-col:first-child {
    background: #f2f2f2;
}

.normal .prices-three .table .table-body .table-col .table-row {
    border-right: 1px solid #d8deea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 25px 16px;
    position: relative;
}

.normal .prices-three .table .table-body .table-col .table-row:first-child {
    font-size: 17px;
    background: #e7fbff;
    padding: 10px 10px;
}

.normal .prices-three .table .column-one {
    width: 150px;
}

.normal .prices-three .table .column-two {
    width: 115px;
}

.normal .prices-three .table .column-three {
    width: 95px;
}

.normal .prices-three .table .column-four {
    width: 90px;
}

.normal .prices-three .table .column-five {
    width: 120px;
}

.normal .prices-three .table .column-six {
    width: 160px;
    padding: 25px 10px !important;
    text-align: center;
}

.normal .prices-three .table .column-seven {
    width: 145px;
}
.normal .prices-three .table .column-eight {
    width: 324px;
}

.normal .prices-three .table .supplement {
    padding: 35px;
    border-bottom: 1px solid #d8deea;
    border-right: 1px solid #d8deea;
    border-left: 1px solid #d8deea;
}

.normal .prices-three .table .supplement .text {
    font-size: 15px;
}

.normal .prices-three .table .supplement .text:not(:last-child) {
    margin-bottom: 30px;
}

.normal .prices-three .comments {
    max-width: 1200px;
    margin: 40px auto 70px;
}

.normal .prices-three .comments .title {
    font-size: 21px;
    color: #333;
}

.normal .prices-three .comments .table {
    border: 1px solid #e7eaf1;
}

.normal .prices-three .comments .table .table-col {
    font-size: 15px;
    display: flex;
}

.normal .prices-three .comments .table .table-col:not(:last-child) {
    border-bottom: 1px solid #e7eaf1;
}

.normal .prices-three .comments .table .table-col .subtitle {
    width: 18%;
    display: flex;
    align-items: center;
    border-right: 1px solid #e7eaf1;
    padding: 20px 40px;
}

.normal .prices-three .comments .table .table-col .text {
    width: 75%;
    padding: 20px 40px;
}

.normal .prices-four {
    line-height: 45px;
    word-wrap: break-word;
    color: #fff;
    background-image: linear-gradient(to right, #251671, #703ff2);
}

.normal .prices-four .prices-module-title {
    color: #fff;
}

.normal .prices-four .prices-module-title::after {
    background: #fff;
}

.normal .prices-four .content {
    max-width: 1200px;
    margin: 50px auto 0px;
    padding-bottom: 20px;
}

.normal .prices-four .content .item-text {
    margin-bottom: 70px;
}

.normal .prices-four .content .item-text .small-title {
    font-size: 21px;
}

.normal .prices-four .content .item-text .item-li {
    font-size: 17px;
    list-style-type: disc;
    color: #fff;
    margin-left: 65px;
}

.normal .prices-five {
    line-height: 40px;
    word-wrap: break-word;
    background: #fff;
}

.normal .prices-five .qa-module {
    margin-top: 50px;
}

.normal .prices-five .qa-module .qa {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 18px;
}

.normal .prices-five .qa-module .qa .question {
    padding-left: 40px;
    position: relative;
}

.normal .prices-five .qa-module .qa .question:hover {
    color: #7937fd;
}

.normal .prices-five .qa-module .qa .question.active {
    color: #7937fd;
}

.normal .prices-five .qa-module .qa .answer {
    padding-left: 90px;
    position: relative;
}

.normal .prices-five .qa-module .qa .answer .logo {
    left: 50px;
}

.normal .prices-five .qa-module .qa .logo {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.normal .to-market {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background: #fff;
}

.normal .to-market .market-btn {
    padding: 16px 65px;
    background: #6642e8;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
}
.normal .to-market .market-btn:hover{
    background: #00b0ff;
}
/* 开发者首页 */

.normal .dev-developer-module-title {
    display: flex;
    padding: 110px 0 30px 0;
    font-size: 30px;
    line-height: normal;
    color: #5a2ac9;
    letter-spacing: 3px;
    justify-content: center;
    position: relative;
}

.normal .dev-developer-module-title::after {
    content: "";
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
}

.normal .swiper-container-dev-developer {
    width: 100%;
    height: 640px;
    overflow: hidden;
}
@media (min-width: 1921px) {
    .normal .swiper-container-dev-developer {
        background-image: linear-gradient(to right, #231067 50%, #3396fb 50%);
    }
}

.normal .swiper-container-dev-developer .swiper-img {
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.normal .swiper-container-dev-developer .swiper-img .main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.normal .swiper-container-dev-developer .swiper-img .main h1{
    color: #fff;
    position: absolute;
    right: -25px;
    top: 139px;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 80px;
}
.normal .swiper-container-dev-developer .swiper-img .main h2{
    color: #fff;
    position: absolute;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
}
.normal .swiper-container-dev-developer .swiper-img .main p{
    color: #fff;
    position: absolute;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 200;
}

.normal .swiper-container-dev-developer .buttons {
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 236px;
    left: 0px;
    right: 225px;
    margin: auto;
    line-height: normal;
}
/* .normal .swiper-container-dev-developer .buttons.right-btn{
    right: 170px;
} */

.normal .swiper-container-dev-developer .buttons .btn {
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    margin-right: 25px;
    border-radius: 10px;
    font-size: 20px;
}

.normal .swiper-container-dev-developer .buttons .btn:hover {
    background: #fff;
    color: #314fad;
}
/* .normal .swiper-container-dev-developer .swiper-img .main-1{
    max-width: 1200px;
    height: 645px;
    margin: 0 auto;
    display: flex;
    position: relative;
} */
/* .normal .swiper-container-dev-developer .buttons{
    display: flex;
    position: absolute;
    bottom: 220px;
    left: 547px;
    line-height: normal;
}
.normal .swiper-container-dev-developer .swiper-img .main-1 .buttons .btn {
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    margin-right: 25px;
    border-radius: 10px;
    font-size: 20px;
}

.normal .swiper-container-dev-developer .swiper-img .main-1 .buttons .btn:hover {
    background: #fff;
    color: #314fad;
} */
.normal .swiper-container-dev-developer .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.normal .swiper-container-dev-developer .swiper-pagination-switch {
    display: inline-block;
    width: 148px;
    height: 7px;
    border-radius: 15px;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
}

.normal .swiper-container-dev-developer .swiper-active-switch {
    background: #5ec9ff;
}

.normal .dev-include {
    line-height: normal;
    word-wrap: break-word;
    color: #343434;
}

.normal .dev-include .graphic {
    display: flex;
    max-width: 1200px;
    margin: 60px auto 110px;
}

.normal .dev-include .graphic .item {
    width: 255px;
    display: flex;
    justify-content: center;
    color: #3b434d;
    padding-top: 130px;
    position: relative;
}

.normal .dev-include .graphic .item:not(:last-child) {
    margin-right: 60px;
}

.normal .dev-include .graphic .item .image {
    width: 130px;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.normal .dev-include .graphic .item .text {
    font-size: 20px;
    text-align: center;
}

.normal .dev-what-is-it {
    word-wrap: break-word;
}

.normal .dev-what-is-it .graphic {
    display: flex;
    max-width: 1200px;
    margin: 50px auto 90px;
}

.normal .dev-what-is-it .graphic .list {
    padding: 12px 0px;
    margin-left: 22px;
    font-size: 20px;
    list-style-type: disc;
    color: #0ad0fd;
}

.normal .dev-what-is-it .graphic .list .text {
    color: #343434;
}

.normal .dev-full-stack {
    line-height: normal;
    word-wrap: break-word;
}

.normal .dev-full-stack .graphic {
    display: flex;
    max-width: 1200px;
    margin: 60px auto 115px;
}

.normal .dev-full-stack .graphic .item {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.normal .dev-full-stack .graphic .item:not(:last-child) {
    margin-right: 5%;
}

.normal .dev-full-stack .graphic .item .item-title {
    min-height: 200px;
    position: relative;
}

.normal .dev-full-stack .graphic .item .item-title .image {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.normal .dev-full-stack .graphic .item .item-title .engineer {
    padding-top: 120px;
    text-align: center;
    font-size: 21px;
    color: #feffff;
}

.normal .dev-full-stack .graphic .item ul {
    height: 100%;
    border: 2px solid #bfbfbf;
    border-top: none;
    padding: 40px 20px;
}

.normal .dev-full-stack .graphic .item ul .list-text {
    margin-left: 10%;
    list-style-type: disc;
    padding-bottom: 40px;
    font-size: 17px;
}

.normal .dev-full-stack .graphic .item ul .list-text .text {
    color: #333;
}

.normal .dev-benefit {
    background-image: linear-gradient(#6e37df, #2b186a);
    line-height: normal;
    word-wrap: break-word;
    color: #fff;
}

.normal .dev-benefit .dev-developer-module-title {
    color: #fff;
}

.normal .dev-benefit .graphic {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 60px auto 0px;
    padding-bottom: 115px;
}

.normal .dev-benefit .graphic .item-text {
    position: relative;
    margin-bottom: 35px;
    padding-left: 45px;
    font-size: 20px;
}

.normal .dev-benefit .graphic .item-text .icon {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.normal .dev-service {
    line-height: normal;
    word-wrap: break-word;
}

.normal .dev-service .graphic {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 80px auto 90px;
}

.normal .dev-service .graphic .item-text {
    width: 32%;
    height: 60px;
    padding-left: 70px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.normal .dev-service .graphic .item-text:not(:nth-child(3n + 0)) {
    margin-right: 1%;
}

.normal .dev-service .graphic .item-text .icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.normal .dev-service .graphic .item-text .text {
    color: #333;
    font-size: 17px;
}

.normal .dev-service .graphic .item-text .text.line2,
.normal .dev-service .graphic .item-text .text.line3 {
    line-height: normal;
}
/* 关于我们*/

.normal .about-module-title {
    display: flex;
    padding: 110px 0 30px 0;
    font-size: 30px;
    line-height: normal;
    color: #3b434d;
    letter-spacing: 3px;
    justify-content: center;
    position: relative;
}

.normal .about-module-title::after {
    content: "";
    width: 120px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(to right, #231067, #7937fd, #05d3fd);
}

.normal .swiper-img {
    overflow: hidden;
}

.normal .swiper-img img {
    width: 100%;
}

.normal .company-profile {
    line-height: normal;
    word-wrap: break-word;
    color: #343434;
}

.normal .company-profile .graphic {
    display: flex;
    max-width: 1200px;
    margin: 50px auto 110px;
    flex-direction: column;
}

.normal .company-profile .graphic .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.normal .company-profile .graphic .image img {
    width: 100%;
}

.normal .company-history {
    line-height: normal;
    word-wrap: break-word;
}

.normal .company-history .graphic {
    display: flex;
    max-width: 1200px;
    margin: 70px auto 105px;
    flex-direction: column;
    padding: 70px 0;
    position: relative;
}

.normal .company-history .graphic::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    background: #16d0ff;
    left: 0;
    right: 0;
    margin: -65px auto;
}

.normal .company-history .graphic .course {
    width: 600px;
    display: flex;
    position: relative;
    left: 590px;
    margin-bottom: 15px;
}

.normal .company-history .graphic .course .icon {
    width: 44px;
    height: 20px;
}

.normal .company-history .graphic .course .info {
    display: flex;
    flex-direction: column;
}

.normal .company-history .graphic .course .info .time {
    font-size: 18px;
    font-weight: bold;
    color: #16d0ff;
}

.normal .company-history .graphic .course .info .text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.normal .company-history .graphic .course:nth-child(odd) .icon {
    margin-right: 20px;
}

.normal .company-history .graphic .course:nth-child(even) {
    left: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.normal .company-history .graphic .course:nth-child(even) .icon {
    margin-left: 20px;
    transform: rotate(180deg);
}

.normal .company-history .graphic .course:nth-child(even) .time {
    text-align: right;
}

/* .normal .contact-us {
    line-height: normal;
    word-wrap: break-word;
    background-repeat: no-repeat;
    background-position: center top;
}

.normal .contact-us .graphic {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.normal .contact-us .graphic .way {
    display: flex;
    flex-direction: column;
    padding: 58.5px;
}

.normal .contact-us .graphic .way .title {
    font-size: 30px;
    margin-bottom: 40px;
}

.normal .contact-us .graphic .way .text {
    font-size: 22px;
    line-height: 35px;
}

.normal .contact-us .graphic .image img {
    width: 100%;
} */

.normal .join-dadayun {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    background: #fff;
}

.normal .join-dadayun .join-btn {
    padding: 15px 65px;
    background-image: linear-gradient(to right, #342373, #7327e5, #1fd7fd);
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
}
.normal .join-dadayun .join-btn:hover{
    color: #00b0ff;
}