Is a simple Material faster than a complex one?

I got several materials,they looks similar,but someone is simple,and someone is complex.
I don’t know if the complex one will make game run slowly.

Complex how? You need to keep an eye on instruction count. The material reduces performance as instruction count gets higher. Blend mode also affects how heavy a material can be. For instance, a translucent material is heavier than an opaque one.