.compare_cantainer{ position: fixed; bottom: -56px; right: 50%; height: 56px; margin-right:-595px; overflow: hidden; transition: bottom ease 0.5s; -webkit-transition: bottom ease 0.5s; -moz-transition: bottom ease 0.5s; z-index: 11;}
.compare_bar{ position: relative; z-index: 1; float: right; width: 120px; height: 54px; line-height: 54px; background: #fbfbfb; border: 1px solid #dddddd; cursor: pointer;}
.ident_icon{ display: inline-block; width: 24px; height: 24px; margin-left: 14px; background: url(//www.jiangcdn.com/home/db/dbicon.png) no-repeat center center; vertical-align: middle; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s;}
.compare_txt{ display: inline-block; width: 55px; height: 36px; margin-left: 5px; vertical-align: middle;}
.compare_txt p{ height: 18px; line-height: 18px; font-size: 12px; color: #2e2e2e;}
.compare_list_cantainer{ float: right; width: 570px; height: 56px;margin-right: -570px;transition: margin-right ease 0.5s; -webkit-transition: margin-right ease 0.5s; -moz-transition: margin-right ease 0.5s;}
.checked .compare_list_cantainer{ margin-right: 0;transition: margin-right ease 0.5s; -webkit-transition: margin-right ease 0.5s; -moz-transition: margin-right ease 0.5s;}
.go2compare{ float: right; width: 120px; height: 54px; border: 1px solid #dddddd; margin-right: -1px; background: #fbfbfb;}
.go2compare span{ display: block; width: 92px; height: 32px; border: 1px solid #cb0b0a; background: #de3437; margin: 10px auto; font-size: 14px; color: #ffffff; border-radius: 3px; text-align: center; line-height: 32px; cursor: pointer;}
.compare_list{ float: right; height: 56px; font-size: 0;}
.compare_item{ position: relative; display: inline-block; width: 111px; height: 54px; background: #fbfbfb; line-height: 54px; border: 1px solid #dddddd; margin-right: -1px; vertical-align: top;}
.compare_thumb{ display: inline-block; width: 40px; height: 40px; border-radius: 50%; margin-left: 10px; vertical-align: middle; overflow: hidden;}
.compare_info{ display: inline-block; height: 40px; vertical-align: middle; margin-left: 10px; font-size: 12px;}
.compare_info p{ height: 22px; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.compare_info span{ display: block;}
.delete_db{ position: absolute; width: 16px; height: 16px; top: -1px; right: -1px; cursor: pointer; display: none;background: #ff6e76 url(//www.jiangcdn.com/home/db/close_d_icon.png) no-repeat center center;}
.compare_item:hover .delete_db{ display: block;}
.checked .ident_icon{ transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg);}