* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.compute-detail {
    width: 100%;
    background-color: #FBFBFB;
}

.module-title-one {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    font-family: Source Han sans-serif;
}

.module-title-two {
    margin-bottom: 32px;
    font-size: 16px;
    color: #0099AD;
    font-weight: 400;
    font-family: Source Han sans-serif;
}

.compute-detail .compute-banner {
    width: 100%;
    height: 400px;
    background-color: skyblue;
}

.compute-detail .top-tag {
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}

.compute-detail .top-tag .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.compute-detail .top-tag .tag-list .tag-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 15px;
    padding: 13px 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}

/* .compute-detail .top-tag .tag-list .tag-item:nth-child(7) {
    margin-right: 0;
} */

.compute-detail .top-tag .tag-list .tag-item:hover {
    border: 1px solid #0099AD;
}

.compute-detail .top-tag .tag-list .tag-item .item-title {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.item-title-act {
    color: #0099AD !important;
}

.compute-detail .top-tag .tag-list .tag-item .item-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.compute-detail .detail-info {
    width: 1200px;
    margin: 0 auto;
    border-radius: 4px;
}

.compute-detail .detail-info .detail-top {
    width: 100%;
    padding: 24px 20px;
    background-color: #FEFEFE;
}

.compute-detail .detail-info .detail-top .info-top {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDD;
}

.compute-detail .detail-info .detail-top .info-top .top-title {
    display: flex;
    align-items: center;
}

.compute-detail .detail-info .detail-top .info-top .top-title .item-title {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.compute-detail .detail-info .detail-top .info-top .top-title .item-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.compute-detail .detail-info .detail-top .info-intro {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.compute-detail .detail-info .data-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 64px;
}

.compute-detail .detail-info .data-list .data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 232px;
    height: 255px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
}

.compute-detail .detail-info .data-list .data-item:hover {
    border: 1px solid #0099AD;
}

.compute-detail .detail-info .data-list .data-item:nth-child(5n) {
    margin: 0;
}

/* .compute-detail .detail-info .data-list .data-item:nth-child(10) {
    margin: 0;
} */

.compute-detail .detail-info .data-list .data-item .item-img {
    width: 212px;
    height: 154px;
    margin-bottom: 10px;
}

.compute-detail .detail-info .data-list .data-item .item-img img {
    width: 100%;
    height: 100%;
}

.compute-detail .detail-info .data-list .data-item .item-tit {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}


.compute-detail .detail-info .data-list .data-item .item-in {
    margin-bottom: 10px;
    padding: 2px 8px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #AAAAAA;
    border-radius: 11px 11px 11px 11px;
    border: 1px solid #AAAAAA;
}


.compute-detail .detail-info .data-list .data-item .item-num {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #AAAAAA;
}

.compute-detail .case {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0;
}

.compute-detail .case .case-list {
    width: 100%;
}

.compute-detail .case .case-list .case-item {
    display: flex;
    width: 100%;
    height: 208px;
    margin-bottom: 14px;
    padding: 14px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
}

.compute-detail .case .case-list .case-item .case-img {
    width: 180px;
    height: 180px;
    margin-right: 20px;
}

.compute-detail .case .case-list .case-item .case-img img {
    width: 180px;
    height: 180px;
}

.compute-detail .case .case-list .case-item .case-info .title {
    margin-bottom: 6px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}


.compute-detail .case .case-list .case-item .case-info .tags {
    display: flex;
    margin-bottom: 12px;
}

.compute-detail .case .case-list .case-item .case-info .tags .tag-item {
    margin-right: 12px;
    padding: 2px 10px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 12px;
    color: #5DC1CF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #5DC1CF;
}

.compute-detail .case .case-list .case-item .case-info .cupt-meth {
    margin-bottom: 27px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.compute-detail .case .case-list .case-item .case-info .case-detail {
    width: 100px;
    height: 36px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    background: #F2EFEF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}



.compute-detail .service-process {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    width: 100%;
    height: 504px;
    background-color: #FBFBFB;
}

.compute-detail .service-process .process-num {
    display: flex;
    width: 1200px;
    height: 302px;
    margin: 0 auto;
}

.compute-detail .service-process .process-num .num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 200px;
    height: 302px;
    padding-top: 40px;
    text-align: center;
}

.compute-detail .service-process .process-num .num-item:hover .count {
    width: 56px;
    height: 81px;
    opacity: 1 !important;
}

.compute-detail .service-process .process-num .num-item:hover .bottom-info {
    margin-top: 28px;
    padding: 20px 9px;
    background-color: #F7F7F7;
}

.compute-detail .service-process .process-num .num-item:hover .bottom-info::before,
.compute-detail .service-process .process-num .num-item:hover .bottom-info::after {
    content: '';
    position: absolute;
    bottom: 9px;
    right: 0;
    background-color: #0099AD;
}

.compute-detail .service-process .process-num .num-item:hover .bottom-info::before {
    width: 18px;
    height: 6px;
}

.compute-detail .service-process .process-num .num-item:hover .bottom-info::after {
    width: 6px;
    height: 18px;
}

.compute-detail .service-process .process-num .num-item::before {
    content: '';
    position: absolute;
    top: 82px;
    right: -4px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 18px;
    background: url(../img/t-right-img.png) no-repeat;
    background-size: 100%;
}

.compute-detail .service-process .process-num .num-item:last-child::before {
    content: '';
    width: 0 !important;
    height: 0 !important;
}

.compute-detail .service-process .process-num .num-item .count {
    width: 56px;
    height: 81px;
    opacity: 0.25;
}

.compute-detail .service-process .process-num .num-item .bottom-info {
    margin-top: 28px;
    padding: 20px 9px;
}

.compute-detail .service-process .process-num .num-item .bottom-info .num-title {
    margin-bottom: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.compute-detail .service-process .process-num .num-item .bottom-info .num-title-two {
    margin-bottom: 20px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.compute-detail .service-process .process-num .num-item .num-img {
    background: url(../img/num1.png) 100%/100% no-repeat;
}

.compute-detail .service-process .process-num .num-item .num-img2 {
    background: url(../img/num2.png) 100%/100% no-repeat;
}

.compute-detail .service-process .process-num .num-item .num-img3 {
    background: url(../img/num3.png) 100%/100% no-repeat;
}

.compute-detail .service-process .process-num .num-item .num-img4 {
    background: url(../img/num4.png) 100%/100% no-repeat;
}

.compute-detail .service-process .process-num .num-item .num-img5 {
    background: url(../img/num5.png) 100%/100% no-repeat;
}

.compute-detail .service-process .process-num .num-item .num-img6 {
    background: url(../img/num6.png) 100%/100% no-repeat;
}

.compute-detail .team-module {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 788px;
    padding: 48px 0;
    background-color: #FFF;
}

.compute-detail .team-module .team-info {
    width: 1200px;
}

.compute-detail .team-module .team-info .team-intro {
    width: 100%;
    height: 156px;
    margin-bottom: 41px;
    padding: 24px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    word-break: break-all;
    background: url(../img/intro-bg.png) 100%/100% no-repeat;
}

.compute-detail .team-module .team-info .member-list {
    display: flex;
    width: 100%;
}

.compute-detail .team-module .team-info .member-list .team-box {
    position: relative;
    width: 330px;
    height: 360px;
    margin-right: 105px;
    padding-top: 30px;
    overflow: hidden;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
}

.compute-detail .team-module .team-info .member-list .team-box:last-child {
    margin-right: 0;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: #FFFFFF;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back {
    position: absolute;
    top: 0;
    left: -330px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #EEEEEE;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-name {
    margin-bottom: 12px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-name span {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-position {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-position .position {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-position .unit {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-info {
    /* display: flex; */
    width: 100%;
    margin-bottom: 12px;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-info .label {
    position: relative;
    width: 320px;
    margin-left: 8px;
    margin-bottom: 1px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-info .label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -8px;
    width: 4px;
    height: 14px;
    background: #0099AD;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item-back .member-info .value {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

/* .compute-detail .team-module .team-info .member-list .flip{
    display: ;
} */

.compute-detail .team-module .team-info .member-list .team-box .member-item .photograph {
    width: 167px;
    height: 167px;
    margin-bottom: 40px;
    border-radius: 50%;
    background: url(../img/member-one.png) 100%/100% no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-detail .team-module .team-info .member-list .team-box .member-item .photograph2 {
    width: 167px;
    height: 167px;
    margin-bottom: 40px;
    border-radius: 50%;
    background: url(../img/member-two.png) 100%/100% no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-detail .team-module .team-info .member-list .team-box .member-item .photograph3 {
    width: 167px;
    height: 167px;
    margin-bottom: 40px;
    border-radius: 50%;
    background: url(../img/member-three.png) 100%/100% no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-detail .team-module .team-info .member-list .team-box .member-item .name {
    margin-bottom: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.compute-detail .team-module .team-info .member-list .team-box .member-item .intro {
    width: 100%;
    padding: 0 42px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.default-cas {
    border: 1px solid #0099AD !important;

}

.default-tit {
    color: #0099AD !important;
}