/* 悬浮窗 */
.suspension {
    width: 120px;
    /* height: 295px; */
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 11px 11px 0px 0px;
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 2600;
}

.suspension_list {
    width: 100%;
    font-size: 17px;
    color: #101010;
    line-height: 22px;
    z-index: 3000;
}

.suspension_item {
    display: inline-block;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #eeeeee;
    line-height: 52px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.suspension_item a {
    color: #000000;
}

.suspension_item img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -3px;
}

.suspension_phone {
    width: 120px;
    height: 65px;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
    background: #0289ff;
}

.free_phone {
    padding-top: 11px;
    font-size: 11px;
    line-height: 16px;
}

.phone_num {
    padding-top: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.fixed_img {
    width: 112px;
    height: 137px;
    position: absolute;
    top: -137px;
    left: 4px;
}

.fixed_img_top {
    width: 166px;
    height: 166px;
    position: absolute;
    top: -294px;
    left: -25px;
}

@keyframes scale {
    0% {
        transform: scale(0.7);
    }
    50%,
    75% {
        transform: scale(1.2);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.fixed_img_top:after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #3270ff;
    opacity: 0.3;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
}

.fixed_img_top img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.return_top {
    display: none;
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #101010;
    line-height: 56px;
    text-align: center;
}


.tmmi-block1-container{
    width: 100%;
    height: 450px;
    background: url(../img/tmmi_block1_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 76px;
}

.tmmi-block1-body{
    width: 1204px;
    margin: 0 auto;

    padding-top: 92px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /*padding-left: 166px;*/
}
.tmmi-block1-body>div{
    margin-right: 49px;
}
.tmmi-block1-title{
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    color: #0953F7;
    line-height: 67px;
    letter-spacing: 1px;
}

.tmmi-block1-desc{
    width: 665px;
    font-size: 18px;
    color:#2F3E58;
    line-height: 28px;
    margin-bottom: 26px;
    margin-top: 31px;
    text-align: justify;
}
.tmmi-block1-card-body{
    display: flex;
    justify-content: flex-start;
}
.tmmi-block1-card-body > div {
    height: 80px;
    border-radius: 5px;
    position: relative;
    margin-right: 13px;
    box-sizing: border-box;
    padding: 16px;
    background: #ffffff;
}
.tmmi-block1-card-body > div p img {
    margin-top: -50px;
    margin-left: 19px;
}
.tmmi-block1-card-body > div p:nth-child(1) {
    font-size: 21px;
    color: #151723;
    line-height: 24px;
}
.tmmi-block1-card-body > div p:nth-child(2) {
    font-size: 14px;
    color: #596680;
    line-height: 21px;
    margin-top: 9px;
}
.tmmi-block1-card-body > div:hover {
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/declarationConditions_bac.png)
    left no-repeat #ffffff;
}
.tmmi-block1-card-body a {
    display: inline-block;
    border-bottom: solid 1px #258efd;
    color: #258efd;
    line-height: 17px;
    font-weight: 600;
}


                               


.tmmi-block2-container{
    width: 100%;
    height: 677px;
    background: white;
    box-sizing: border-box;
}
.tmmi-block2-body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 47px;
}
.tmmi-block2-title-body{
    font-size: 32px;
    color:#232A65;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tmmi-block2-title{
    margin: 0 5px;
    font-family: DingTalk-JinBuTi, DingTalk;
}
.tmmi-block2-content-body{
    margin-top: 44px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(9,83,247,0.11);
    box-sizing: border-box;
    height: 450px;
}
.tmmi-block2-content-left{
    width: 573px;
    background: #F7F8FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.tmmi-block2-content-right{
    background: white;
    padding: 102px 85px 84px 92px;
    text-align: justify;
}
.tmmi-block2-content-right> div{
    font-size: 21px;
    line-height: 29px;
    font-weight: bold;
}
.tmmi-block2-content-right> span{
    line-height: 22px;
    margin-top: 30px;
    display: inline-block;
    color: #2F3E58;
    font-size: 14px;
}


.tmmi-block2-button{
    display: block;
    margin: 0 auto;
    width: 274px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 5px;
    background: #FB6401;
    margin-top: 40px;
}




/* CMMI能为您带来什么？ */
.bringFor {
    width: 100%;
    height: 415px;
    background: url(../img/tmmi_block3_bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 76px;
    box-sizing: border-box;
}
.bringForbody {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}
.bringForbody_item {
    box-sizing: border-box;
    padding: 37px 16px 37px 22px;
    width: 286px;
    height: 156px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.bringForbody_item_title {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    line-height: 29px;
    position: relative;
}
.bringForbody_item_content {
    font-size: 14px;
    color: #2F3E58;
    line-height: 20px;
    margin-top: 11px;
}
.bringForbody_item_title img {
    position: absolute;
    right: 10px;
    top: -7px;
}
.bringForbody_item_hover {
    display: none;
}
.bringForbody_item:hover {
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}
.bringForbody_item:hover .bringForbody_item_hover {
    display: block;
}



.tmmi-block5-container{
    width: 100%;
    height: 840px;
    background: url(../img/tmmi_block4_bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 43px;
    box-sizing: border-box;
}

.tmmi-block5-body{
    width: 1223px;
    margin: 0 auto;
}
.tmmi-block5-subtitle{
    font-size: 14px;
    line-height: 24px;
    color: #2F3E58;
    width: 638px;
    margin: 30px auto 0 auto;
    text-align: center;
}
.tmmi-block5-content-img{
    margin: 0 auto;
    display: block;
}


.tmmi-block9-container{
    width: 100%;
    height: 760px;
    background: url(../img/cmmi_new_block9_bg.png) no-repeat center center;
    background-size: 100% 827px;
    box-sizing: border-box;
}
.tmmi-block9-body{
    width: 1165px;
    margin: 0 auto;
    padding-top: 72px;
}
.tmmi-block9-content-img{
    width: 1146px;
    margin: 0 auto;
    padding-top: 39px;
    display: block;
}


.tmmi-block10-container{
    width: 100%;
    height: 747px;
    background: url(../img/cmmi_new_block10_bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.tmmi-block10-body{
    width: 1153px;
    margin: 0 auto;
    padding-top: 78px;
}
.tmmi-block10-content{
    margin-top: 52px;
    padding: 24px 30px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#F1F3FF,white);
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(14,97,255,0.12);

    display: flex;
    justify-content: flex-start;
    position: relative;
}
.tmmi-block10-img{
    width: 420px;
    height: 310px;
    flex-shrink: 0;
    cursor: pointer;
}
.tmmi-block10-text{
    font-size: 18px;
    line-height: 34px;
    color: #232A65;
    text-align: justify;
    margin-left: 21px;
}
.tmmi-block10-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 148px;
    left: 209px;
    cursor: pointer;
}





.tmmi-block11-container{
    width: 100%;
    height: 723px;
    background: url(../img/cmmi_new_block11_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.tmmi-block11-body{
    width: 1161px;
    margin: 0 auto;
    padding-top: 72px;
}
.tmmi-block11-img{
    margin-top: 39px;
    width: 1161px;
    height: 447px;
}





.tmmi-block12-container{
    width: 100%;
    height: 958px;
    background: #EAF1FF;
    box-sizing: border-box;
}
.tmmi-block12-body{
    width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
}
.tmmi-block12-content{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tmmi-block2-item{
    width: 360px;
    height: 325px;
    margin: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(14,97,255,0.12),inset 0 0 0 2px white;
    background: white;
    position: relative;
}
.tmmi-block12-img{
    width: 100%;
    height: 204px;
    object-fit: cover;
    object-position: top left;
}
.tmmi-block12-mask{
    position: absolute;
    width: 360px;
    height: 204px;
    background: #000000;
    opacity: 0.49;
    top: 0;
    left: 0;
}
.tmmi-block12-play{
    position: absolute;
    width: 63px;
    height: 63px;
    top: 70px;
    left: 146px;
}
.tmmi-block12-item-text-body{
    background: linear-gradient(to bottom,white,#F4F5FF);
    padding: 10px 25px;
    box-sizing: border-box;
    height: 121px;
}
.tmmi-block12-item-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #282E3C;
}
.tmmi-block12-item-desc{
    margin-top: 8px;
    font-size: 12px;
    line-height: 21px;
    color: #282E3C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制在三行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    word-break: break-all; /* 确保在任意字符处断行 */
    white-space: normal; /* 确保文本不会挤在一起 */
}

.play_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}
.close-window {
    position: absolute;
    top: 0px;
    right: -43px;
    z-index: 1000;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
}
.play_window .play_model {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}





.tmmi-block13-container{
    width: 100%;
    height: 886px;
    background: url(../img/cmmi_new_block13_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.tmmi-block13-body{
    width: 1154px;
    margin: 0 auto;
    padding-top: 80px;
}
.tmmi-block13-content{
    margin-top: 55px;
    padding-left: 24px;
    padding-top:  26px;
    padding-bottom: 26px;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 8px;
}
.power_model {
    width: 220px;
    height: 238px;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    position: relative;
}
.power_model:hover > .bottom_text {
    background: #1E55F6;
}
.model_dialog {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}
.power_model:hover {
}
.power_model img {
    width: 152px;
    height: 207px;
    margin: 15px 34px;
}
.bottom_text {
    width: 100%;
    height: 43px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    position: relative;
    bottom: 43px;
}


/* 带您详细了解CMMI评估要点 */
.evaluation {
    width: 100%;
    height: 790px;
    background: url(../img/evaluation_bac.png) center no-repeat;
    background-size: cover;
    padding-top: 72px;
    box-sizing: border-box;
}
.evaluation_body {
    width: 1200px;
    margin: 0 auto;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    inset 10px 10px 30px 0px #dfebff;
    border-radius: 0px 9px 9px 0px;
    margin-top: 28px;
    display: flex;
    overflow: hidden;
}
.evaluation_left {
    width: 145px;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    padding-top: 42px;
}
.evaluation_left > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    margin-bottom: 40px;
}
.evaluation_left_active {
    color: #0953f7 !important;
    border-left: solid 4px blue;
}
.evaluation_right {
    width: 1060px;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    inset 10px 10px 30px 0px #dfebff;
    border-radius: 0px 9px 9px 0px;
    box-sizing: border-box;
    padding: 0 65px 0 59px;
    overflow: hidden;
    overflow-y: scroll;
    border-top: 2px solid white;
}
.evaluation_right_model {
    display: inline-block;
    width: 100%;
    height: 571px;
}
.evaluation_right_model_top{
    display: block;
    height:61px;
}
.evaluation_right_model1_title {
    font-size: 21px;
    font-weight: 600;
    color: #0953f7;
    line-height: 29px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
}
.evaluation_right_model_content {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #596680;
    line-height: 24px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    margin-bottom: 24px;
}
.evaluation_right_model_item {
    display: flex;
    height: 72px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
    border-radius: 5px;
    border: 2px solid #ffffff;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #596680;
    line-height: 24px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
}
.evaluation_right_model_item:hover {
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}
.evaluation_right_model_item > p:nth-child(1) {
    width: 93px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 21px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    position: relative;
    top: 5px;
    border-right: 1px solid #cccccc;
    margin-right: 15px;
}
.evaluation_right_link {
    display: inline-block;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 12px;
    background: #fb6401;
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
    border-radius: 5px;
    color: #ffffff;
    margin-top: 57px;
}
.evaluation_right_model_item2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}
.evaluation_right_item {
    position: relative;
    width: 222px;
    height: 140px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
    border-radius: 5px;
    border: 2px solid #ffffff;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 13px 18px;
    margin-bottom: 39px;
    flex-shrink: 0;
}
.evaluation_right_item> p{
    text-align: justify;
}
.evaluation_right_item:hover {
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}
.evaluation_right_model_item2 > div:nth-child(4) {
    margin-right: 0;
}
.evaluation_right_model_item2 > div:nth-child(8) {
    margin-right: 0;
}
.evaluation_right_item p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 22px;
}
.evaluation_right_item p:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #596680;
    line-height: 16px;
    margin-top: 8px;
}
.evaluation_right_item img {
    position: absolute;
    right: -74px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}
.evaluation_right_model_item2 > div:nth-child(3) img {
    position: absolute;
    right: 50%;
    top: 135px;
    margin-top: 0px;
    z-index: 1;
    transform: rotate(90deg);
}

.evaluation_right_model_item2_bottom{
    display: flex;
    justify-content: center;
}
.evaluation_right_model_item2_bottom > div img {
    transform: rotate(180deg);
}

.evaluation_right_model_body3 {
    width: 934px;
    margin-top: 94px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.evaluation_right_model_body3 div {
    width: 301px;
    height: 110px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    0px 10px 10px -6px rgba(0, 42, 135, 0.18);
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0 10px 20px 0;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 20px 16px 20px 0;
}
.evaluation_right_model_body3 div p:nth-child(1) {
    width: 82px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 26px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    margin-right: 16px;
    border-right: solid 1px #cccccc;
    text-align: center;
    flex-shrink: 0;
}
.evaluation_right_model_body3 div p:nth-child(2) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #596680;
    line-height: 16px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    text-align: justify;
}
.evaluation_right_model_body4 {
    display: block;
    margin-top: 60px;
    width: 924px;
}
.evaluation_right_model_body5 {
    width: 922px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 37px;
}
.evaluation_right_model_body5 > div {
    width: 456px;
    height: 145px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    padding: 18px;
    margin: 0 10px 10px 0;
}
.evaluation_right_model_body5 > div p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 22px;
    margin-bottom: 16px;
}
.evaluation_right_model_body5 > div p:nth-child(1) span {
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    background: #e6e9ff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #0953f7;
    text-align: center;
    position: relative;
    top: -2px;
}
.evaluation_right_model_body5 > div p:nth-child(2) {
    font-size: 14px;
    color: #596680;
    line-height: 20px;
    text-align: justify;
}
.evaluation_right_model_body5 > div:nth-child(2) {
    margin: 0 0px 10px 0;
}
.evaluation_right_model_body5 > div:nth-child(4) {
    margin: 0 0px 10px 0;
}
.evaluation_right_link5{
    width: 230px;
    display: inline-block;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 12px;
    background: #FB6401;
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
    border-radius: 5px;
    color: #ffffff;
    margin-top: 41px;
}
