.b2b2csolve-wrapper * {
    margin: 0;
}

.b2b2csolve-wrapper /deep/ .title {
    max-width: 75rem;
    padding-top: 3.8rem !important;
}

.b2b2csolve-wrapper /deep/ .title h3 {
    font-size: 1.9rem;
    font-weight: normal !important;
}

.b2b2csolve-wrapper /deep/ .title p {
    font-size: 1rem;
    color: #a3a3a3;
    font-weight: normal !important;
    line-height: 22px;
}

.b2b2csolve-wrapper .title {
    max-width: 75rem;
    padding-top: 3.8rem !important;
}

.b2b2csolve-wrapper .title h3 {
    font-size: 1.9rem;
    font-weight: normal !important;
}

.b2b2csolve-wrapper .title p {
    font-size: 1rem;
    color: #a3a3a3;
    font-weight: normal !important;
    line-height: 22px;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper {
    max-width: 76rem;
    padding-top: .3rem;
    padding-left: .3rem;
    padding-bottom: 3.3rem;
    margin: 0 auto;
    overflow: hidden;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid {
    box-sizing: border-box;
    float: left;
    width: 23.8rem;
    height: 13rem;
    margin-right: 1.9rem;
    margin-bottom: 1.9rem;
    padding: 1.9rem 2.5rem;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.6rem 0rem rgba(0, 0, 0, 0.26);
    border-radius: 0.5rem;
    transition: all .2s ease;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid h3 {
    margin-bottom: .7rem;
    font-size: 1.1rem;
    font-weight: normal;
    color: #333333;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid p {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.4rem;
    color: #999999;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(3),
.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(6) {
    margin-right: 0;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(1) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c1.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(2) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c2.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(3) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c3.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(4) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c4.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(5) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c5.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:nth-child(6) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 3rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c6.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover {
    background-image: linear-gradient(#007eff, #007eff), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal,
        normal;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(1) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c1-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(2) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c2-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(3) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c3-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(4) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c4-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(5) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c5-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover:nth-child(6) .grid-icon {
    margin: 0 auto 1.1rem auto;
    width: 3rem;
    height: 2.8rem;
    background: url("../images/b2b2cSolve/b2c6-hover.png") no-repeat;
}

.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover h3,
.b2b2csolve-wrapper .lymx-wrapper .lymx-grid-wrapper .lymx-grid:hover p {
    color: #ffffff;
}

.b2b2csolve-wrapper .operation-wrapper {
    height: 47.2rem;
    background-color: #f7f7f7;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg {
    height: 27.2rem;
    background: url("../images/b2b2cSolve/gj.png") no-repeat;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title {
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 3.2rem !important;
    text-align: center;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title h3 {
    font-family: PingFangSC-Medium;
    font-size: 1.9rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    /*margin-bottom: 2.8rem;*/
    margin-bottom: 30px;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    border: solid 1px rgba(204, 204, 204, 0.8);
    font-size: 0;
    vertical-align: top;
    overflow: hidden;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom .operation-bottom-grid {
    display: inline-block;
    box-sizing: border-box;
    padding: .6rem 0;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom .operation-bottom-grid:hover {
    background-color: #ffd800;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom .operation-bottom-grid:hover span {
    color: #090909;
    border: 0;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom .operation-bottom-grid span {
    padding: 0 3rem;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: normal;
    border-right: solid 1px rgba(204, 204, 204, 0.8);
    color: #ffffff;
}

.b2b2csolve-wrapper .operation-wrapper .operation-bg .operation-title .operation-bottom .operation-bottom-grid:last-child span {
    border: 0;
}

.b2b2csolve-wrapper .operation-wrapper .operation-show {
    position: relative;
    top: -14rem;
    max-width: 72.8rem;
    margin: 0 auto;
    padding: .6rem;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    background-color: #ffffff;
}

.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid {
    box-sizing: border-box;
    float: left;
    width: 13.8rem;
    height: 13.8rem;
    padding-top: 4rem;
    /*margin-right: 1.3rem;*/
    /*margin-bottom: 1.3rem;*/
    border: solid 0.1rem rgba(153, 153, 153, 0.6);
    margin-right: 15px;
    margin-bottom: 15px;
}

.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(5),
.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(10) {
    margin-right: 0;
}

.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(6),
.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(7),
.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(8),
.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(9),
.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid:nth-child(10) {
    margin-bottom: 0;
}

.b2b2csolve-wrapper .operation-wrapper .operation-show .show-grid h3 {
    margin-top: .9rem;
    font-family: PingFangSC-Regular;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    color: #2b2b2b;
}

.b2b2csolve-wrapper .b2b-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding-bottom: 6.7rem;
}

.b2b2csolve-wrapper .b2b-wrapper /deep/ .title {
    max-width: 75rem;
}

.b2b2csolve-wrapper .b2b-wrapper .title {
    max-width: 75rem;
}

.b2b2csolve-wrapper .b2b-wrapper ul,
.b2b2csolve-wrapper .b2b-wrapper li {
    padding: 0;
    list-style: none;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left {
    padding-top: 2.6rem;
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left .time-line {
    float: left;
    margin-left: .45rem;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left .time-line li {
    position: relative;
    top: .25rem;
    display: block;
    width: 0.1rem;
    height: 7.1rem;
    background-color: #1d38a0 !important;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left .time-line li::after {
    position: relative;
    display: block;
    box-sizing: content-box;
    content: '';
    width: .9rem;
    height: .9rem;
    box-shadow: 0 0 0 0.5rem rgba(29, 56, 160, 0.4);
    background-color: #1d38a0;
    border-radius: 50%;
    left: -.45rem;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left .time-line li:last-child {
    height: 0;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left h3 {
    margin-left: 2rem;
    margin-bottom: .4rem;
    font-size: 1.3rem;
    color: #090909;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-left p {
    width: 38.9rem;
    margin-right: 4.4rem;
    margin-left: 2rem;
    margin-bottom: 2.4rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #666666;
}

.b2b2csolve-wrapper .b2b-wrapper .b2b-right {
    float: right;
    width: 27.4rem;
    height: 22.9rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper {
    background-color: #f7f7f7;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis {
    position: relative;
    max-width: 75rem;
    height: 24rem;
    margin: 0 auto;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-left {
    position: absolute;
    bottom: -1.5rem;
    z-index: 10;
    float: left;
    width: 30.1rem;
    height: 25rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right {
    float: right;
    font-family: PingFangSC-Semibold;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right h3 {
    margin: 1.9rem 0 .9rem 0;
    font-size: 1.5rem;
    font-weight: normal;
    color: #1d38a0;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right h4 {
    font-size: 1rem;
    font-weight: normal;
    color: #f39800;
    margin-bottom: 1.9rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right h4 span {
    color: #1d38a0;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right p {
    width: 41.7rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: #666666;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right .data-analysis-button-wrapper {
    margin-top: 2.4rem;
    width: 26.4rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right .data-analysis-button-wrapper span {
    display: inline-block;
    box-sizing: border-box;
    width: 6rem;
    height: 1.9rem;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.9rem;
    border: solid 1px #cccccc;
    color: #666666;
    text-align: center;
    margin-right: .6rem;
    margin-bottom: .6rem;
}

.b2b2csolve-wrapper .data-analysis-wrapper .data-analysis-right .data-analysis-button-wrapper span:hover {
    background-color: #1d38a0;
    color: #ffffff;
    border:1px solid #1d38a0;
    cursor: pointer;
}

.b2b2csolve-wrapper .characteristics-wrapper /deep/ .title {
    max-width: 75rem;
    padding-top: 3.1rem;
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.b2b2csolve-wrapper .characteristics-wrapper /deep/ .title h3 {
    margin: 0;
    font-size: 1.9rem;
    font-weight: normal;
}

.b2b2csolve-wrapper .characteristics-wrapper /deep/ .title .line {
    display: block;
    margin: .9rem auto;
    width: 1.6rem;
    height: 0.2rem;
    background-color: #f39800;
}

.b2b2csolve-wrapper .characteristics-wrapper /deep/ .title p {
    margin-bottom: 3.8rem;
    font-size: 1rem;
    color: #ffffff;
}

.b2b2csolve-wrapper .characteristics-wrapper .title {
    max-width: 75rem;
    padding-top: 3.1rem !important;
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.b2b2csolve-wrapper .characteristics-wrapper .title h3 {
    margin: 0;
    font-size: 1.9rem;
    font-weight: normal;
}

.b2b2csolve-wrapper .characteristics-wrapper .title .line {
    display: block;
    margin: .9rem auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #ffffff;
}

.b2b2csolve-wrapper .characteristics-wrapper .title p {
    margin-bottom: 3.8rem;
    font-size: 1rem;
    color: #ffffff;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper {
    max-width: 76rem;
    margin: 0 auto;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper .card-row {
    border-bottom: solid 1px #ffffff;
    font-size: 0;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper .card-row:last-child {
    border: 0;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper .card-row .card-col {
    box-sizing: border-box;
    display: inline-block;
    width: 10.5rem;
    height: 10.6rem;
    padding-top: 2.3rem;
    text-align: center;
    border-right: solid 1px #ffffff;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper .card-row .card-col:last-child {
    border: 0;
}

.b2b2csolve-wrapper .characteristics-wrapper .characteristics-card-wrapper .card-row .card-col h3 {
    margin-top: 1.3rem;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.b2b2csolve-wrapper .case-wrapper {
    padding-top: 2.4rem;
    padding-bottom: 3.8rem;
    background: #f7f7f7;
}

.b2b2csolve-wrapper .case-wrapper .case-center {
    max-width: 75rem;
    margin: 0 auto;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper {
    white-space: nowrap;
    margin-bottom: 1.9rem;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper .case-card-item {
    display: inline-block;
    vertical-align: top;
    width: 23.8rem;
    height: 18.5rem;
    margin-right: 1.9rem !important;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#525252, #525252);
    background-blend-mode: normal,
        normal;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper .case-card-item:hover{
    box-shadow: 0rem 0rem 1.7rem 0rem rgba(0, 0, 0, 0.34);
    cursor: pointer;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper .case-card-item:last-child {
    margin-right: 0;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper .case-card-item img {
    width: 23.8rem;
    height: 17.5rem;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-card-wrapper .case-card-item h3 {
    text-align: center;
    padding: 1.3rem 0;
    font-family: PingFangSC-Regular;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-button {
    display: block;
    margin: 0 auto;
    width: 8.6rem;
    /*height: 2.5rem;*/
    border-radius: 1.3rem;
    border: solid 1px #999999;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    color: #333333;
    cursor: pointer;
}

.b2b2csolve-wrapper .case-wrapper .case-center .case-button:hover{
    color: #ffffff;
    background-color: #1e53be;
    border: solid 1px #1e53be;
}

.arrow_gray{
    margin-left: 10px;
}

.case-button:hover img{
    content: url(../images/b2b2cProduct/gray.png);
}