.solution_main {
    width: 64rem;
    margin: 0 auto;
    padding: 2rem;
    max-width: 100%;
}

.solution_top_banner {
    width: 19rem;
    height: 18rem;
}

.solution_top_right {
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
}

.solution_top_right_img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    opacity: .2;
    filter: blur(1rem);
}

.solution_top_right_title {
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
}

.solution_top_right_zs {
    width: 6rem;
    height: .2rem;
    background-color: #ed220c;
    margin: 1.4rem auto 0;
}

.solution_top_right_list {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: .6rem;
    text-align: center;
    border-radius: 100rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
}

.solution_top_right_list>li {
    padding: 0 .5rem;
    width: 6.4rem;
}

.solution_top_right_list>li>img {
    width: 2rem;
    margin-bottom: .5rem;
}

.solution_main_content {
    width: calc(100% + 1rem);
    margin-top: 2rem;
}

.solution_maincontent_box {
    width: calc(20% - 1rem);
    margin: 0 1rem 1rem 0;
    height: 14rem;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}


.solution_mbox_backgroun {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.solution_mbox_text {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    text-shadow: .1rem .1rem .6rem rgba(0, 0, 0, 0.3);
}

.solution_mbox_text>h1 {
    font-size: 3rem;
}

.solution_mbox_text>p {
    font-size: 1rem;
    margin-top: 1rem;
}

.solution_mbox_product {
    width: 8rem;
    height: 8rem;
}

.solution_mbox_producttext {
    font-size: .9rem;
    color: #5f5f5f;
    margin-top: 1rem;
    font-weight: bold;
    padding: 0 1rem;
}

.solution_bader {
    border-top-width: .05rem;
    border-top-style: solid;
    border-top-color: transparent;
}

.bader_1 {
    border-top-color: #FC0E3D;
}

.bader_2 {
    border-top-color: #C63966;
}

.bader_3 {
    border-top-color: #F7C84A;
}

.bader_4 {
    border-top-color: #11D1DE;
}

.bader_5 {
    border-top-color: #EA5D39;
}

.bader_6 {
    border-top-color: #01A8E6;
}

.bader_7 {
    border-top-color: #93CF55;
}

.background_1 {
    background-color: #FC0E3D;
}

.background_2 {
    background-color: #C63966;
}

.background_3 {
    background-color: #F7C84A;
}

.background_4 {
    background-color: #11D1DE;
}

.background_5 {
    background-color: #EA5D39;
}

.background_6 {
    background-color: #01A8E6;
}

.background_7 {
    background-color: #93CF55;
}

.solution_bader:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    transform: translate(0%, -0.2rem);
    -webkit-transform: translate(0%, -0.2rem);
}

/* 产品 */
.product_banner {
    height: 20rem;
}

.solution_main_screen {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    font-size: .7rem;
}

.solution_main_screen>div {
    margin-top: 1rem;
}

.solution_main_screen>div:nth-of-type(1) {
    margin-top: 0;
}

.solution_mainscreen_title {
    width: 5rem;
    font-weight: bold;
}

.solution_mainscreen_list {
    color: #5f5f5f;
}

.solution_mainscreen_list>li {
    margin-right: 2rem;
    position: relative;
    line-height: 1.4rem;
}

.solution_mainscreen_list>li>div {
    width: 0;
    height: .05rem;
    background-color: #ed220c;
    position: absolute;
    bottom: 0;
    right: 0;
}

.solution_mainscreen_list>li:hover {
    color: #ed220c;
}

.solution_mainscreen_list>li:hover>div {
    left: 0;
    width: 100%;
}

.solution_mlist_clack {
    color: #ed220c;
}

.solution_mlist_clack>div {
    width: 100% !important;
}