.color-switcher { position:fixed;left:0;top:90px;z-index:899}
.color-switcher ul{margin:0;padding:0;display:block; }
.color-switcher ul li{display:block;overflow:hidden; margin: 5px; position: relative;}
.color-switcher ul a{display:block}
.color-switcher ul .first-color,.color-switcher ul .second-color{float:left;display:block; width: 0; height: 0;}
.color-switcher ul .first-color{ border-left: 15px solid #EB264D; border: 15px solid transparent; }
.color-switcher ul .second-color { height: 30px; width: 30px; border: 15px solid transparent; position: absolute;left: 0; top: 0;}
.color-switcher ul .theme1.first-color{ border-left-color: #EB264D; border-bottom-color: #EB264D;}
/*.color-switcher ul .theme1.first-color{background:#EB264D}*/
.color-switcher ul .theme1.second-color{ border-top-color: #153358; border-right-color: #153358 ;}
.color-switcher ul .theme2.first-color{border-left-color:#37ACDA; border-bottom-color:#37ACDA}
.color-switcher ul .theme2.second-color{ border-top-color: #2B3138; border-right-color: #2B3138;}
.color-switcher ul .theme3.first-color{border-left-color:#DA5137; border-bottom-color:#DA5137}
.color-switcher ul .theme3.second-color{ border-top-color: #E9E7E3; border-right-color: #E9E7E3;}
.color-switcher ul .theme4.first-color{border-left-color:#2BCF74; border-bottom-color:#2BCF74}
.color-switcher ul .theme4.second-color{ border-top-color: #2F2938; border-right-color: #2F2938;}

