/* 共同 */
.div_header {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-top: 70px;
    /* margin-bottom: 40px; */
}

.div_content {
    width: 100%;
    background-color: #F5F7Fa;
    padding-top: 70px;
    padding-bottom: 70px;
}


/* ---------图片列表--------------start */
.div_header_pic{
    padding-bottom: 70px;
}
.div_picture{
    display: flex;
    gap: 40px;
}

.div_picture_detail {
    width: 100%;
    height: 500px;
    transition: 400ms;
    border-radius: 6px;
    display: flex;
}

.div_picture_detail img {
    height: 100%;
}

.div_picture_detail:hover ,.div_pic .div_code:hover{
    transform: scale(1.05);
}
.div_picture_list,.div_picture_lists{
    padding-bottom: 70px;
}
.div_picture_list .div_picture_detail{
    height: 400px;
}
.isPictureFrame {
    box-shadow: 0 0 20px rgba(60, 147, 206, 0.35);
    background-color: #fff;
}

/*供应链 start*/
.div_picture_lists .div_picture_detail:not(:first-child){
    margin-top: 40px;
}
.div_picture_lists .div_picture_detail1:nth-child(1){
    height: 450px;
}
.div_picture_lists .div_picture_detail1:nth-child(2){
    height: 150px;
}
.div_picture_lists .div_picture_detail1:nth-child(3),.div_picture_lists .div_picture_detail1:nth-child(4){
    height: 290px;
}
.div_picture_lists .div_picture_detail2{
    height: 400px;
}
.div_picture_lists  .div_picture_detail4{
    height: 360px;
}
/*供应链 end*/

/* ---------图片列表--------------end */

/* ---------流程--------------start */

.div_app_detail {
    width: 300px;
    margin: 20px 0;
    position: relative;
}

.div_app_img img {
    width: 95px;
    height: 95px;
}

.div_app::after {
    position: absolute;
    left: 500px;
    top: 15%;
    border: 1px solid #dedede;
}

.div_process_title {
    font-size: 24px;
    color: #061828;
}


.div_process_content {
    font-size: 16px;
    color: #595959;
}

.active_line .div_app_title {
    color: #03B8FF;
}

.div_code_detail img {
    box-shadow: 0 0 10px rgba(0, 70, 197, 0.2);
}

.div_code_detail {
    margin: 20px 20px 0;
}

.div_pcontent {
    width: 100%;
    position: absolute;
}

.div_process_content {
    margin-top: 15px;
    text-align: center;
}

.nodisplay {
    display: none;
}


.isFrame {
    box-shadow: 0 0 20px rgba(60, 147, 206, 0.35);
    background-color: #fff;
    margin-top: 40px;
}



/*左图右字start*/

.div_pic_text .div_process_img:hover,
.div_case_img:hover img,
.div_pic .div_process_img:hover {
    transform: scale(1.05);
}

.div_pic_text .div_code_detail {
    margin-top: 30px;
}

.div_pic_text .div_process_img img {
    height: 450px;
}

.div_pic_text .div_process_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    top: -15px;
}

.div_pic_text .div_process_content {
    text-align: left;
    margin-top: 25px;
}


.div_pic_text .div_process_content .icon {
    display: flex;
    position: absolute;
    /* justify-content: center;
    align-items: center; */
    /* padding-right: 10px; */
    top: 5px;
}

.div_pic_text .div_process_content .icon img {
    width: 20px;
}

.div_pic_text .div_process_content .msg {
    position: relative;
}

.div_pic_text .div_process_title {
    white-space: pre-wrap;
    line-height: 1.5em;
}

.phoneNode{
    height: 595px !important;
    padding-bottom: 30px;
}
.sczzNode{
    height: 490px !important;
}
/*左图右字end*/

/* ---------流程--------------end */


/* ---------全屏图文--------------start */
.div_labels,
.div_case,
.div_case_detail {
    width: 100%;
}

.div_labels .ui_title {
    padding-top: 70px;
    padding-bottom: 40px;
}

.div_case_detail:not(:first-child) {
    padding-top: 40px;
}
.div_case_detail:not(:last-child){
    padding-bottom: 40px;
}
.div_case_detail:last-child{
    padding-bottom: 80px;
}
.div_case_msg .case_content{
    width: 80%;
}
.div_case_content {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div_case_img img{
    transition: 400ms;
}
.div_case_img,
.div_case_img img {
    height: 100%;
}
.div_case_msg {
    position: relative;
    margin-left: 150px;
    top: -60px;
}
.case_title{
    font-size: 24px;
    color: #061828;
    margin-bottom: 20px;
}
.div_labels,
.div_case_odd {
    background-color: #F5F7Fa;
}

.div_case_even {
    background-color: #fff;
}

/* ---------全屏图文--------------end */
/*---------------体验亿星--------------start*/

.div_experience{
    padding-top: 70px;
}
.more_case,
.more_case:hover {
    background-color: #fff;
    color: #595959 !important;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dedede;
}

/*---------------体验亿星--------------end*/


.i_linkbg {
    margin-top: 0 !important;
}

@media only screen and (max-width: 1400px) {}