.services_3d_banner_c {
    position: relative;
    height: 520px;
}
.services_3d_banner_c > img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.services_3d_banner_w {
    position: absolute;
    top: 50%;
    left: calc(50vw - (var(--lg) / 2));
    width: 700px;
    min-height: 300px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    color: #333;
}
.services_3d_banner_w > h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.services_3d_banner_w > .p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    line-height: 1.5;
}
.services_3d_banner_w > .p1 {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    line-height: 1.5;
}


.services_3d_banner_w > .p2 {
    font-size: 14px;
    margin: 20px 0;
}

.services_3d_banner_w > a {
    background-color: #0052d9;
    color: #fff;
    width: 250px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_3d_banner_w > a > img {
    vertical-align: middle;
    transition: 0.3s;
}
.services_3d_banner_w > a:hover{
    color: #fff;
}
.services_3d_banner_w > a:hover img {
    margin-left: 10px;
}

.services_3d_summarize {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    color: #333;
}
.services_3d_maximum_width{
    width: 1200px;
    margin: 0 auto;

}
.services_3d_summarize_box{
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services_3d_summarize_i {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_3d_summarize_i>img{
    width:40px;
    height: 35px;
    margin-right: 20px;
}

.services_3d_summarize_i > .i_right> h1 {
    font-size: 18px;
}
.services_3d_summarize_i > .i_right> p {
    font-size: 14px;
    line-height: 1.5;
}

.services_3d_page{
    display: flex;
    flex: 1;
    justify-content: space-between;
    position: relative;
}
.services_3d_navigation{
    width: 220px;
    position: sticky;
    top:90px;
    z-index: 1;
    height: 300px;
    text-align: left;
    margin-right: 50px;
}

.services_3d_navigation_i{
    width: 220px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
    border: 1px solid #999999;
    color: #333;
    margin-bottom: 20px;
}
.services_3d_navigation_i>img{
    width: 20px;
    height: 20px;
}
.services_3d_navigation_i_active{
    width: 220px;
    background: #333333;
    color: #FFFFFF;
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 20px;
}
.services_3d_right_box{
    width: 80%
}
.services_3d_title{
    margin: 50px 0 50px 0;
    font-size: 30px;
    font-family: DM Sans;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.services_3d_content{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    line-height: 20px;
}


.services_3d_table{
    border-collapse:collapse;
}
.services_3d_thead_tr{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.services_3d_thead_tr >th{
    width: 330px;
    height:44px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:10 20px;
}


.services_3d_tbody_tr{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.services_3d_tbody_tr >td{
    width: 330px;
    height:60px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:20px 40px 20px 0;
}

.services_3d_tbody_tr >td>.layui-icon-rate-solid{
    color:#0052D9
}



.services_3d_prompt{
    width: 70%;
    margin:10px auto 50px auto ;
}
.services_3d_prompt>p{
    text-align: center;
    font-size: 12px;
}
.services_3d_prompt>p>a{
    color: #0052D9;
    font-size: 12px;
}


.services_3d_material_options{
    display: flex;
    justify-content: center;
    align-items:center;
    flex:1;
    min-height: 538px;
}
.services_3d_material_options>.services_3d_material_img{
    width: 475px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_3d_material_img>img{
    width: 345px;
    height: 283px;
}

.services_3d_material_box{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.services_3d_material_box>.services_3d_material_i{
    width: 100%;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;

}
.services_3d_material_box>.services_3d_material_i>.img_name{
    display:none;
}
.services_3d_material_i>.services_3d_material_i_cell{
    height: 40px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 20px;
    border-top: 1px solid #999999;
}
.services_3d_material_i_cell>h4{
    font-size:18px
}

.services_3d_material_i_cell>.layui-icon-triangle-r{
    color:#E0E0E0
}
.services_3d_material_i>.services_3d_material_i_cell.cell_active{
    background: #E0E0E0;
}
.services_3d_material_i>.services_3d_material_expand{
    display: none;
}
.services_3d_material_i>.services_3d_material_expand.expand_active{
    display: block;
    padding: 0 20px 10px;
    background: #EEEEEE;
}
.services_3d_material_expand.expand_active > a{
    background-color: #0052d9;
    color: #fff;
    width: 250px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_3d_material_expand>.expand_i{
    display:flex;
    flex-direction: column;
}
.services_3d_material_expand>.expand_i>h4{
    font-size: 16px;
    font-family: DM Sans;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}
.services_3d_material_expand>.expand_i>p{
    font-size: 16px;
    font-family: DM Sans;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}


.services_3d_design_rules{
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 50px;
    color: #333333;
 }
.services_3d_guidelines{
    margin-bottom: 50px;
}


.services_3d_rules_table{
    border-collapse:collapse;
}
.services_3d_rules_thead_tr{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.services_3d_rules_thead_tr >th{
    width: 330px;
    height:44px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:10 20px;
}


.services_3d_rules_tbody_tr{
    width: 100%;
}
.services_3d_rules_tbody_tr >td{
    width: 330px;
    height:60px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:20px 40px 20px 0;
}
.services_3d_rules_tbody_tr >td.services_3d_border_none{
    border-bottom: none;
    position: relative;
}
.services_3d_rules_tbody_tr >td.services_3d_border_none>.p{
    position: absolute;
    bottom: -20px;
}

.services_3d_rules_tbody_tr >td>.layui-icon-rate-half{
    color:#0052D9
}

.services_3d_rules_tbody_tr >td>.layui-icon-rate-solid{
    color:#0052D9
}


.services_3d_prompt_two{
    height: 60px;
    line-height: 60px;
    background: rgba(2, 83, 212, 0.3);
    border-radius: 3px;
    margin: 80px auto;
}
.services_3d_prompt_two>p{
    color: #fff;
    text-align: center;
}
.services_3d_prompt_two>p>a{
    color: #0052D9;
}
.services_3d_his {
    overflow-x: auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;

}
.services_3d_his::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.services_3d_his::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background-color: #fff;
}
.services_3d_his::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #999;
}
.services_3d_his_c {
    white-space: nowrap;
}

.services_3d_his_i {
    display: inline-block;
    position: relative;
    width: 380px;
    margin-right: 20px;
}
.services_3d_his_i > img {
    width: 100%;
    height: 400px;
    object-fit: cover;

}

.services_3d_his_i>.services_3d_his_w {
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 20px 10px;
}
.services_3d_his_i>.services_3d_his_w > h3 {
    margin: 20px 15px 10px 15px;
    font-size: 18px;
}
.services_3d_his_i>.services_3d_his_w > .p{
    margin: 10px 15px;
    height: 80px;
}
.services_3d_his_i>.services_3d_his_w > .p2 {
    margin: 10px 15px;
    white-space: pre-line;
}


.services_3d_adv{
    width: 100%;
    border: 1px solid #0052d9;
    height: 535px;
    border-radius: 4px;
    margin-top: 90px;
    margin-bottom: 30px;
}
.services_3d_adv>iframe{
    height: 535px;
    width: 100%;
    border-radius: 4px;
}


.services_3d_post_processing_options_box{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.services_3d_processing_box>.services_3d_processing_i{
    width: 100%;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;

}
.services_3d_processing_i>.services_3d_processing_i_cell{
    height: 40px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 20px;
    border-top: 1px solid #999999;
}

.services_3d_processing_i_cell>h4{
    font-size:18px
}

.services_3d_processing_i_cell>.layui-icon-triangle-r{
    color:#E0E0E0
}
.services_3d_processing_i>.services_3d_processing_i_cell.cell_active{
    background: #E0E0E0;
}
.services_3d_processing_i>.services_3d_processing_expand{
    display: none;
}
.services_3d_processing_i>.services_3d_processing_expand.expand_active{
    display: block;
    padding: 30px 40px;
    background: #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 20px;
}
.services_3d_processing_i>.services_3d_processing_i_cell.two,
.services_3d_processing_i>.services_3d_processing_expand.expand_active.two{
    border-bottom: 1px solid #999999;
}
.services_3d_processing_expand.expand_active > a{
    background-color: #0052d9;
    color: #fff;
    width: 250px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_3d_processing_expand>img{
    width: 290px;
    height: 218px;
    margin: 10px auto;
}

.services_3d_from_idea_to_products{
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_3d_from_idea_to_products>img{
    width: 207px;
    height: 160px;
    margin-right: 60px;
}
.services_3d_from_idea_to_products>.left > a {
    background-color: #0052d9;
    color: #fff;
    width: 345px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_3d_from_idea_to_products>.left > a > img {
    vertical-align: middle;
    transition: 0.3s;
}
.services_3d_from_idea_to_products>.left > a:hover{
    color: #fff;
}
.services_3d_from_idea_to_products>.left > a:hover img {
    margin-left: 10px;
}


/* 检查到此 */

