/*设计师侧边栏*/
.Column-R{float: right;}
.designSide{width:230px;}
.designSide .sideBox{margin-bottom:10px;border:1px solid #eaeaea;background:#fff;}
.designSide .sideBox .sideTitle{height:44px;line-height:44px;background:#f6f6f6;font-size:18px;text-align:center;}
.designSide .sideForm{padding:10px;}
.designSide .sideForm form p{margin-top:10px;}
.designSide .sideForm form p input{width:188px;height:32px;line-height:32px;padding:0 10px;border:1px solid #bbb;}
.designSide .sideForm .btnStyle{background:#6a1d7a;color:#fff;border-radius:3px;}
.designSide .sideFormBottom{width:230px;height:53px;padding-top:5px;line-height:20px;margin:0 0 -7px -1px;background:url(/static/images/design_form_bottom.png);text-align:center;font-size:12px;}
.designSide .hotCases{padding:10px;}
.designSide .hotCases li{position:relative;list-style-type:none;text-align:center;}
.designSide .hotCases li img{max-width:100%;}
.designSide .hotCases li:hover .hideInfo{display:block;}
.designSide .hotCases li>a p{margin:10px 0;}
.designSide .hotCases li .hideInfo{width:100%;padding-bottom:10px;position:absolute;top:140px;background:#fff;border:1px solid #eaeaea;border-top:0;display:none;z-index:2;}
.designSide .hotCases li .profile img{width:50px;height:50px;margin-top:-27px;border:2px solid #fff;border-radius:50%;}
.designSide .hotCases li .profile:hover img{border:2px solid #6a1d7a;}
.designSide .hotCases li .profile:hover{color:#6a1d7a;text-decoration:none;}
.designSide .moreCases {padding:10px 0;border-top:1px solid #eaeaea;}
.designSide .moreCases a{width:130px;margin:0 auto;background:#6a1d7a;color:#fff;border-radius:3px;}
.designSide .textBox{padding:10px;}
.designSide .textBox .textItem{padding:10px 0;border-bottom:1px dashed #eaeaea;font-size:12px;}
.designSide .textBox .textQ{margin-bottom:5px;color:#999;}
.designSide .textBox .textQ img{vertical-align:middle;}
.designSide .textBox .textA{color:#333;line-height:18px;}
.designLike img{max-width:100%;}
.btnStyle{display:block;height:36px;line-height:36px;*line-height:35px;border:none;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#666;}