/* 企业管理者面临的问题及解决方案   开始 */
.problem {
    width: 100%;
    padding: 90px 0 70px;
}

.problem .title>h3,
.puzzled .title>h3,
.selectUs .title>h3,
.characteristic .title>h3,
.process .title>h3 {
    font-size: 38px;

    font-weight: 300;
    color: #111111;
    line-height: 32px;
    text-align: center;
}

.problem .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.problem .list .one {
    display: block;
    padding: 35px 20px;
    background-color: #F9F9F9;
}

.problem .list .one>h4 {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.problem .list .one>.pain,
.problem .list .one>.solution {
    display: flex;
}

.problem .list .one>.pain {
    margin-top: 20px;
}

.problem .list .one>.solution {
    margin-top: 15px;
}

.problem .list .one>.pain>span,
.problem .list .one>.solution>span {
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;

    font-weight: 400;
    flex-shrink: 0;
    margin-right: 10px;
}

.problem .list .one>.pain>p,
.problem .list .one>.solution>p {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.problem .list .one>.pain>span {
    background: #CE1C24;
    color: #FFFFFF;
}

.problem .list .one>.solution>span {
    border: 1px solid #CE1C24;
    color: #CE1C24;
}

.problem .list .one:hover {
    background: url('../images/software_problem_one_bg.png') no-repeat center/cover;
}

/* 企业管理者面临的问题及解决方案   结束 */


/* 您的企业是否面临这样的困惑   开始 */
.puzzled {
    width: 100%;
    background: url('../images/software_puzzled_bg.jpg') no-repeat center/cover;
    padding: 60px 0 50px;
    text-align: center;
}

.puzzled .title>h4 {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-top: 35px;
}

.puzzled .consult {
    background-color: #CE1C24;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    margin: 60px auto 0;
}

.puzzled .consult>span.cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.puzzled .consult>span.msg {
    font-size: 16px;

    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 20px;
}

.puzzled .consult>span.horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.puzzled .consult>i {
    color: #fff;
}

/* 您的企业是否面临这样的困惑   结束 */


/* 为什么选择我们   开始 */
.selectUs {
    width: 100%;
    background: url('../images/software_selectUs_bg.png') no-repeat center/cover;
    padding: 90px 0;
}

.selectUs .listWrapper {
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.selectUs .listWrapper .lt {
    width: 855px;
    height: 806px;
    border-radius: 100%;
    border-top: 5px solid #F3E1E1;
    border-right: 10px solid #F3E1E1;
    border-bottom: 5px solid #F3E1E1;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectUs .listWrapper .lt .cir1 {
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: 1px dashed #EEB5B8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectUs .listWrapper .lt .cir1 .cir2 {
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background: url('../images/software_selectUs_lt_bg.png') no-repeat right/50%;
    position: relative;
}

.selectUs .listWrapper .lt .cir1 .cir2>img {
    width: 130px;
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
}

.selectUs .listWrapper .list {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selectUs .listWrapper .list .one {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 90%;
}

.selectUs .listWrapper .list .one::before,
.selectUs .listWrapper .list .one::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.selectUs .listWrapper .list .one::before {
    width: 28px;
    height: 28px;
    background: #F5E2E3;
}

.selectUs .listWrapper .list .one::after {
    width: 11px;
    height: 11px;
    background: #CE1C24;
}

.selectUs .listWrapper .list .one>.til {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
    transition: 0.5s;
    animation: hov 2s infinite;
}

.selectUs .listWrapper .list .one>.msg {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 34px;
}

.selectUs .listWrapper .list .one:hover>.til {
    color: #CE1C24;
}

.selectUs .listWrapper .list .one:nth-of-type(1) {
    transform: translateX(340px);
}

.selectUs .listWrapper .list .one:nth-of-type(1)>.til {
    animation-delay: 0s;
}

.selectUs .listWrapper .list .one:nth-of-type(1)::before {
    left: -192px;
}

.selectUs .listWrapper .list .one:nth-of-type(1)::after {
    left: -178px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(2) {
    transform: translateX(440px);
}

.selectUs .listWrapper .list .one:nth-of-type(2)>.til {
    animation-delay: 2s;
}

.selectUs .listWrapper .list .one:nth-of-type(2)::before {
    left: -122px;
}

.selectUs .listWrapper .list .one:nth-of-type(2)::after {
    left: -108px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(3) {
    transform: translateX(494px);
}

.selectUs .listWrapper .list .one:nth-of-type(3)>.til {
    animation-delay: 4s;
}

.selectUs .listWrapper .list .one:nth-of-type(3)::before {
    left: -106px;
}

.selectUs .listWrapper .list .one:nth-of-type(3)::after {
    left: -92px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(4) {
    transform: translateX(508px);
}

.selectUs .listWrapper .list .one:nth-of-type(4)>.til {
    animation-delay: 6s;
}

.selectUs .listWrapper .list .one:nth-of-type(4)::before {
    left: -100px;
}

.selectUs .listWrapper .list .one:nth-of-type(4)::after {
    left: -86px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(5) {
    transform: translateX(486px);
}

.selectUs .listWrapper .list .one:nth-of-type(5)>.til {
    animation-delay: 8s;
}

.selectUs .listWrapper .list .one:nth-of-type(5)::before {
    left: -100px;
}

.selectUs .listWrapper .list .one:nth-of-type(5)::after {
    left: -86px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(6) {
    transform: translateX(416px);
}

.selectUs .listWrapper .list .one:nth-of-type(6)>.til {
    animation-delay: 10s;
}

.selectUs .listWrapper .list .one:nth-of-type(6)::before {
    left: -100px;
}

.selectUs .listWrapper .list .one:nth-of-type(6)::after {
    left: -86px;
    transform: translateX(-50%) translateY(-50%);
}


.selectUs .listWrapper .list .one:nth-of-type(7) {
    transform: translateX(300px);
}

.selectUs .listWrapper .list .one:nth-of-type(7)>.til {
    animation-delay: 12s;
}

.selectUs .listWrapper .list .one:nth-of-type(7)::before {
    left: -155px;
}

.selectUs .listWrapper .list .one:nth-of-type(7)::after {
    left: -141px;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes hov {
    100% {
        color: #CE1C24;
    }
}

/* 为什么选择我们   结束 */


/* 软件定制开发特点 开始 */
.characteristic {
    width: 100%;
    padding: 80px 0 90px;
}

.characteristic .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 50px;
}

.characteristic .list .one {
    padding: 55px 30px;
    border: 1px solid #E6E6E6;
    transition: 0.5s;
}

.characteristic .list .one:not(:first-child) {
    border-left: none;
}

.characteristic .list .one:hover {
    box-shadow: 0px 0px 22px 2px rgba(18, 18, 18, 0.06);
}

.characteristic .list .one .tp {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.characteristic .list .one .tp::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #CE1C24;
    transform: translateX(-50%);
    transition: 0.5s;
}

.characteristic .list .one:hover .tp::after {
    width: 20%;
}

.characteristic .list .one:nth-child(1) .tp .icon {
    width: 69px;
}

.characteristic .list .one:nth-child(2) .tp .icon {
    width: 44px;
}

.characteristic .list .one:nth-child(3) .tp .icon {
    width: 65px;
}

.characteristic .list .one:nth-child(4) .tp .icon {
    width: 57px;
}

.characteristic .list .one:nth-child(5) .tp .icon {
    width: 54px;
}

.characteristic .list .one .tp h4 {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin-top: 30px;
}

.characteristic .list .one .desc {
    font-size: 16px;

    font-weight: 300;
    color: #888888;
    line-height: 30px;
    margin-top: 30px;
}

.characteristic .list .one:nth-child(1) .tp h4,
.characteristic .list .one:nth-child(2) .tp h4 {
    margin-top: 20px;
}

.characteristic .list .one:nth-child(5) .tp h4 {
    margin-top: 23px;
}

/* 软件定制开发特点 结束 */


/* 软件定制服务流程 开始 */
.process {
    width: 100%;
    background: url('../images/software_process_bg.jpg') no-repeat center/cover;
    padding: 110px 0 240px;
    position: relative;
}

.process .title>h3 {
    color: #FFFFFF;
}

.process .diyList {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.process .diyList .one {
    display: block;
    padding: 90px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    overflow: hidden;
}

.process .diyList .one:first-of-type {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.process .diyList .one .tp,
.process .diyList .one .tp .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process .diyList .one .tp .icon {
    width: 50px;
}

.process .diyList .one .tp .info {
    margin-top: 30px;
}

.process .diyList .one .tp .info>h4 {
    font-size: 20px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}

.process .diyList .one .desc {
    font-size: 16px;

    font-weight: 300;
    color: #E3E3E3;
    line-height: 30px;
    opacity: 0;
    height: 0;
    margin-top: 20px;
    transition: 0.5s;
}

.process .diyList .one:hover {
    padding: 35px 20px;
    background: #4F5057;
}

.process .diyList .one:hover .tp {
    align-items: flex-start;
}

.process .diyList .one:hover .tp .info {
    flex-direction: row;
}

.process .diyList .one:hover .tp .info>h4 {
    font-size: 18px;
}

.process .diyList .one:hover .desc {
    opacity: 1;
}


.detailed {
    position: absolute;
    z-index: 10;
    bottom: 0;
    transform: translateY(50%);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 22px 2px rgba(28, 28, 28, 0.07);
    padding: 80px;
}

.detailed .tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detailed .tp h4 {
    font-size: 38px;

    font-weight: 300;
    color: #111111;
    line-height: 32px;
}

.detailed .tp .consult {
    background-color: #CE1C24;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
}

.detailed .tp .consult>span.cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.detailed .tp .consult>span.msg {
    font-size: 16px;

    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 20px;
}

.detailed .tp .consult>span.horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.detailed .tp .consult>i {
    color: #fff;
}

.detailed .list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.detailed .list li:not(.line) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailed .list li.line {
    width: 1px;
    height: 35px;
    background-color: #EAEAEA;
    transform: translateY(80%);
}

.detailed .list li .icon {
    width: 80px;
}

.detailed .list li span {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin-top: 20px;
}

/* 软件定制服务流程 结束 */


/* 品牌案例 开始 */
.product {
    width: 100%;
    background: #F9F9F9;
    padding: 270px 0 90px;
}

.product .f38 {

    color: #111;
    text-align: center;
}

.product .f20 {

    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
}

.product .product_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .product_box .one {
    border: 1px solid #ECECEC;
    position: relative;
}

.product .product_box .one .line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product .product_box .one .line_box>div {
    position: absolute;
}

.product .product_box .one .line_box .lt,

.product .product_box .one .line_box .lb {
    width: 100%;
    height: 1px;
}

.product .product_box .one .line_box .rb {
    right: 0;
    bottom: 0;
}

.product .product_box .one .line_box .rt,
.product .product_box .one .line_box .rb {
    width: 1px;
    height: 100%;
}

.product .product_box .one .line_box .lb {
    left: 0;
    bottom: 0;
}

.product .product_box .one .line_box .lt::after {
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rt::after {
    left: 0;
    top: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .lb::after {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rb::after {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .bottom {
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .product_box .bottom .f18 {

    color: #111111;
}

.product .product_box .bottom .iconfont {
    font-size: 31px;
    color: #ECECEC;
    line-height: 1;
}

.product .product_box .one:hover .lt::after,
.product .product_box .one:hover .lb::after {
    visibility: visible;
    width: 80%;
    transition: all .5s;
}

.product .product_box .one:hover .rt::after,
.product .product_box .one:hover .rb::after {
    visibility: visible;
    height: 80%;
    transition: all .5s;
}

/* 品牌案例 结束 */



@media screen and (max-width: 1680px) {
    .selectUs .listWrapper .list .one:nth-of-type(1)::before {
        top: 48px;
        left: -160px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(1)::after {
        top: 48px;
        left: -145px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(2)::before {
        left: -100px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(2)::after {
        left: -86px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::before {
        left: -99px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::after {
        left: -85px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::before,
    .selectUs .listWrapper .list .one:nth-of-type(6)::before {
        left: -102px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::after,
    .selectUs .listWrapper .list .one:nth-of-type(6)::after {
        left: -88px;
    }

    .process .diyList .one:hover .tp .info>h4 {
        font-size: 16px;
    }

    .process .diyList .one:hover .desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .problem .title>h3,
    .puzzled .title>h3,
    .selectUs .title>h3,
    .characteristic .title>h3,
    .process .title>h3,
    .detailed .tp h4 {
        font-size: 34px;
    }
}



@media screen and (max-width: 1440px) {
    .selectUs .listWrapper .list .one:nth-of-type(2)::before {
        left: -104px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(2)::after {
        left: -90px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::before {
        left: -102px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::after {
        left: -88px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::before {
        left: -95px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::after {
        left: -81px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(6)::before {
        left: -82px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(6)::after {
        left: -68px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(7)::before {
        left: -115px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(7)::after {
        left: -101px;
    }

    .process .diyList .one:hover {
        padding: 25px 8px;
    }
}



@media screen and (max-width:1280px) {
    .product .f20 {
        margin-bottom: 40px;
    }

    .problem .title>h3,
    .puzzled .title>h3,
    .selectUs .title>h3,
    .characteristic .title>h3,
    .process .title>h3,
    .detailed .tp h4 {
        font-size: 26px;
    }

    .problem,
    .puzzled,
    .selectUs,
    .characteristic,
    .detailed {
        padding: 60px 0;
    }

    .process {
        padding: 60px 0 180px;
    }

    .detailed .list li span {
        font-size: 16px;
        margin-top: 10px;
    }

    .detailed .list {
        margin-top: 30px;
    }

    .detailed .tp .consult>span.horLine {
        width: 30px;
    }

    .process .diyList .one:hover .tp .info {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }

    .process .diyList .one .desc {
        margin-top: 10px;
    }

    .problem .list .one>h4,
    .selectUs .listWrapper .list .one>.til,
    .process .diyList .one .tp .info>h4,
    .characteristic .list .one .tp h4 {
        font-size: 18px;
    }

    .problem .list .one>.pain>p,
    .problem .list .one>.solution>p,
    .selectUs .listWrapper .list .one>.msg,
    .characteristic .list .one .desc {
        font-size: 14px;
    }

    .selectUs .listWrapper .list .one>.msg {
        line-height: 1.5;
    }

    .puzzled .title>h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    .selectUs .listWrapper .list .one {
        width: 80%;
    }

    .selectUs .listWrapper .list .one:nth-of-type(2)::before {
        left: -116px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(2)::after {
        left: -102px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::before {
        left: -108px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(3)::after {
        left: -94px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::before {
        left: -94px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(5)::after {
        left: -80px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(6)::before {
        left: -84px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(6)::after {
        left: -70px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(7)::before {
        left: -140px;
    }

    .selectUs .listWrapper .list .one:nth-of-type(7)::after {
        left: -126px;
    }

    .selectUs .listWrapper {
        margin-top: 60px;
    }

    .detailed .list li .icon {
        width: 60px;
    }
}


@media screen and (max-width:1024px) {
    .product .f20 {
        margin-bottom: 30px;
    }

    .product .product_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .product .product_box .bottom {
        padding: 20px;
    }

    .problem .title>h3,
    .puzzled .title>h3,
    .selectUs .title>h3,
    .characteristic .title>h3,
    .process .title>h3,
    .detailed .tp h4 {
        font-size: 22px;
    }

    .problem .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .selectUs .listWrapper .lt {
        display: none;
    }

    .selectUs .listWrapper .list {
        width: 100%;
        position: static;
    }

    .selectUs .listWrapper .list .one {
        transform: translateX(0) !important;
        width: 100%;
    }

    .selectUs .listWrapper .list .one:not(:first-child) {
        margin-top: 30px;
    }

    .characteristic .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .characteristic .list .one:not(:first-child) {
        border: 1px solid #E6E6E6;
    }

    .characteristic .list .one:nth-child(2n) {
        border-left: none;
    }

    .characteristic .list .one:nth-child(n+3) {
        border-top: none;
    }

    .process .diyList {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 60px;
    }

    .detailed {
        padding: 60px 30px;
    }

    .detailed .list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .detailed .list li.line {
        display: none;
    }

    .process .diyList .one .tp .icon {
        width: 40px;
    }

    .process .diyList .one:nth-child(4) {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
}


@media screen and (max-width:768px) {
    .product .product_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .product .product_box .bottom {
        padding: 15px;
    }

    .product .product_box .one .img img {
        width: 100%;
    }

    .product .product_box .bottom .iconfont {
        font-size: 20px;
    }

    .problem,
    .puzzled,
    .selectUs,
    .characteristic,
    .product {
        padding: 30px 0;
    }

    .process {
        padding: 30px 0 60px;
    }

    .detailed {
        padding: 30px;
    }

    .puzzled .consult>span.horLine {
        width: 30px;
    }

    .characteristic .list .one {
        padding: 30px 20px;
    }

    .characteristic .list .one .tp {
        padding-bottom: 20px;
    }

    .characteristic .list .one .desc {
        margin-top: 20px;
    }

    .process .diyList {
        grid-template-columns: repeat(2, 1fr);
    }

    .process .diyList .one {
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 60px 30px;
    }

    .process .diyList .one:hover {
        padding: 60px 30px;
    }

    .process .diyList .one:nth-child(2n) {
        border-left: none;
    }

    .process .diyList .one:nth-child(n+3) {
        border-top: none;
    }

    .process .diyList .one .desc {
        height: auto;
        opacity: 1;
        font-size: 14px;
        line-height: 1.5;
    }

    .process .diyList .one:hover .tp {
        align-items: center;
    }

    .process .diyList .one:hover .tp .info>h4 {
        font-size: 18px;
    }

    .process .diyList .one:hover .tp .info {
        margin-top: 30px;
        align-items: center;
    }

    .detailed {
        position: static;
        transform: translateY(0);
        margin-top: 60px;
    }

    .detailed .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .detailed .list li span {
        font-size: 14px;
    }
}



@media screen and (max-width: 600px) {

    .problem .list .one {
        padding: 20px;
    }

    .puzzled .consult>span.msg,
    .detailed .tp .consult>span.msg {
        font-size: 14px;
    }

    .selectUs .listWrapper {
        margin-top: 30px;
    }

    .characteristic .list {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .characteristic .list .one:nth-child(2n) {
        border-left: 1px solid #E6E6E6;
    }

    .characteristic .list .one:nth-child(2) {
        border-top: none;
    }

    .problem .list .one>h4,
    .selectUs .listWrapper .list .one>.til,
    .process .diyList .one .tp .info>h4,
    .characteristic .list .one .tp h4 {
        font-size: 16px;
    }

    .process .diyList {
        grid-template-columns: repeat(1, 1fr);
    }

    .process .diyList .one,
    .process .diyList .one:hover {
        padding: 30px 20px;
    }

    .process .diyList .one:nth-child(2n) {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }

    .process .diyList .one:nth-child(2) {
        border-top: none;
    }

    .process .diyList .one:hover .tp .info>h4 {
        font-size: 16px;
    }

    .detailed .tp {
        flex-direction: column;
    }

    .detailed .tp .consult {
        margin-top: 20px;
    }

    .detailed .list {
        grid-template-columns: repeat(2, 1fr);
    }
}