@charset "utf-8";
/* CSS Document */
html, body{height:100%}
.show{height:50px;border-bottom: 1px solid #eee}
.style{margin-left:40px;}
.style p{line-height: 50px;height:50px;}
.switch a{float: left;display:block;text-align: center;line-height: 50px;height:50px;}
.switch a:nth-child(1),.switch a:nth-child(2),.switch a:nth-child(1),.switch a:nth-child(3){width:100px;border-left: 1px solid #eee;}
.switch a.Choice{background:#ed7020;color:#fff;width:120px;}
.switch a:nth-child(1) i:before{font-size:22px;color:#ed7020}
.switch a:nth-child(2) i:before{font-size:30px;}
.switch a:nth-child(3) i:before{font-size:22px;}
.view{height:calc(100% - 50px);width: 100%;}
.switch a:nth-child(2):hover i:before,.switch a:nth-child(3):hover i:before{color:#ed7020}
.switch a:nth-child(3){position:relative}
.switch a:nth-child(3) .pic{opacity:0;display:none;z-index:9999;width:150px;height:150px;padding:10px;margin-left:-35px;background:#fff;border-radius:5px;}
.switch a:nth-child(3) .pic img{width:100%;height:100%;}
.switch .ewm:hover .pic{opacity:1;display:block}