/*::selection {*/
/*background: #c47529;*/
/*color: #fff;*/
/*text-shadow: none;*/
/*}*/
/*img {*/
/*display: block;*/
/*}*/
/*a:hover, a {*/
/*text-decoration: none;*/
/*}*/
/*li {*/
/*list-style: none;*/
/*}*/
/*.pd20 {*/
/*padding: 20px;*/
/*}*/
/*.clearfix:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/
/*.fl {*/
/*float: left;*/
/*}*/
/*.fr {*/
/*float: right;*/
/*}*/
/*.w1210 {*/
/*width: 1210px;*/
/*margin: 0 auto;*/
/*}*/
/*--------------------------------------------------------------------------------------------头部*/
/*-----------------------------------------------------------------------------------------------面包屑导航*/
.bread_banner {
  padding: 10px 0;
  line-height: 31px;
  border-bottom: 1px solid #eee;
  position:fixed;
  z-index:102;
  background:#fff;
  width:100%;
}

.bread_banner img {
  display: block;
}

#breadcrumb,
#breadcrumb a {
  color: #1D1D1F;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400
}

#breadcrumb .hidebread {
  display: none;
}

#breadcrumb .right_arrow {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/*---------------------------------------------------------------------------------------------轮播图*/
/*修改插件代码*/
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 55px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  /*z-index: 10;*/
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  text-indent: -999em;
}

.flex-next {
  transform: rotate(180deg);
  right: 84px;
  background: #fff url(images/arrow_left_flash_03.png) no-repeat center;
}

.flex-next:hover {
  transform: rotate(360deg);
  right: 84px;
  background: #1aa5de url(images/arrow_right_flash_03.png) no-repeat center;
}

.flex-prev {
  left: 84px;
  background: #fff url(images/arrow_left_flash_03.png) no-repeat center;
}

.flex-prev:hover {
  transform: rotate(180deg);
  left: 84px;
  background: #1aa5de url(images/arrow_right_flash_03.png) no-repeat center;
}

.flexslider img {
  width: 100%;
}

/*----------------------------------------------------------------------------------------------------商品图标*/
.fix-top-box {
  width: 100%;
  /*height: 101px;*/
}

.pro_fix_container {
  width: 100%;
  height: 101px;
}

.pro_fix {
  width: 100%;
  height: 101px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  box-shadow: 0 -1px 6px #eee inset;
  background-color: #fff;
}

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 99999;
}

#fixed-nav {
  min-width: 1210px;
  text-align: center;
}

.pro_fix ul {
  display: inline-block;
}

.pro_fix li {
  margin-top: 20px;
  padding: 0 18px;
  float: left;
  min-width: 50px;
  border-left: 1px solid #dddddd;
}

.pro_fix li:first-child {
  border-left: none;
}

.pro_fix li a {
  display: block;
  height: 68px;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
}

/*.pro_fix li:nth-child(odd) a{*/
/*background: url(images/stick_bar_nav_09.png) center no-repeat;*/
/*}*/
/*.pro_fix li:nth-child(odd) a:hover {*/
/*background: url(images/stick_bar_nav_09_on.png) center no-repeat;*/
/*}*/
/*.pro_fix li:nth-child(even) a{*/
/*background: url(images/stick_bar_nav_05.png) center no-repeat;*/
/*}*/
/*.pro_fix li:nth-child(even) a:hover {*/
/*background: url(images/stick_bar_nav_05_on.png) center no-repeat;*/
/*}*/
/*.productlist a {*/
/*background: url(images/stick_bar_nav_05.png) center no-repeat;*/
/*}*/
/*.fourdlist a {*/
/*background: url(images/stick_bar_nav-2.png) center no-repeat;*/
/*}*/
/*.lens_full a {*/
/*background: url(images/stick_bar_nav-3.png) center no-repeat;*/
/*}*/
/*.lens_filter a {*/
/*background: url(images/stick_bar_nav-4.png) center no-repeat;*/
/*}*/
/*.lens_aps a {*/
/*background: url(images/stick_bar_nav-5.png) center no-repeat;*/
/*}*/
/*.compatibility a {*/
/*background: url(images/stick_bar_nav-6.png) center no-repeat;*/
/*}*/
.mainBanner {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.mainBanner .xf-content-height {
  margin: unset;
}

.grid2 {
  /*margin-bottom: 10px;*/
}

.grid1 a img,
.grid2 a img,
.grid3 a img {
  width: 100%;
}

.mainBanner img {
  width: 100%;
}

/*--------------------------------------------------------------------------------------------热力推荐*/
.mainHot {
  margin-top: 30px;
}

.mainHot ul {
  margin-top: 4px;
}

.mainHot .grid3 {
  float: left;
  position: relative;
  width: 395px;
  /*margin:0px 10px 0px 0px !important;*/
  border: 1px solid #e5e5e5;
}

.mainHot .grid3:nth-child(1) {
  margin-left: 0;
}

.mainHot .grid3:nth-child(3n) {
  margin-right: 0;
}

.mainHot .pd_status {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 44px;
  /*background-color: #f95c25;*/
  font-size: 20px;
  color: #fff;
}

.mainHot .pd_status img {
  width: 100%;
  height: 100%;
}

.mainHot .pd-title {
  margin-left: 35px;
  line-height: 44px;
  font-size: 16px;
}

.mainHot .pd-title span {
  padding-left: 40px;
}

.mainHot .pd-title {
  position: relative;
}

.mainHot .pd-title:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: url(images/empty_5star_03.png) no-repeat;
}

.price8D_b {
  color: #1aa5de;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
  display: block;
}

.price8D_b_txt_pic img {
  width: 120px;
  height: 48px;
}

.price8D_b_txt {
  width: 185px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mobile .price8D_b_txt {
  overflow: inherit;
  display: unset;
  margin-top: -14px;
}

.mainHot h2 {
  font-weight: normal;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  text-align: left;
}

/*-----------------------------------------------------------------------------------------------筛选条件*/
.mainBlockContent-box {
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.mainBlockContent {
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.slt_index_left {
  width: 235px;
}

/*--------------------------------------------------------------------------------------------另一个无分类页面start*/
.mainBlockTop {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F95C25;
}

.mainBlockTop>ul {
  margin-right: 20px;
}

.mainBlockTop li {
  float: left;
  padding-left: 10px;
}

.mainBlockTop li a {
  position: relative;
  padding-left: 15px;
  color: #666;
  font-size: 12px;
}

.mainBlockTop li a:after {
  position: absolute;
  top: 4px;
  right: -12px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("images/icon_arr_grey.gif") no-repeat center;
}

.slt_index_left.contant-siderbar h2 {
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 70px;
  line-height: 27px;
  font-size: 22px;
  color: #333;
  text-align: left;
}

.slt_index_left.contant-siderbar p {
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
}

.slt_index_left.contant-siderbar p a {
  position: relative;
  color: #26A8DF;
}

.slt_index_left.contant-siderbar p a:after {
  position: absolute;
  top: 2px;
  right: -18px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("images/icon_arr_blue.gif") no-repeat center;
}

/*--------------------------------------------------------------------------------------------另一个无分类页面end*/
.your-choose p,
.your-choose ul {
  padding: 0 20px;
  background-color: #ebebeb;
}

.your-choose>p {
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 22px;
  color: #333;
}

.your-choose ul {
  padding-top: 4px;
  padding-bottom: 27px;
}

.your-choose li {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
}

.your-choose li span {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 16px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}

.your-choose li span.active {
  position: relative;
}

.your-choose li span.active:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("images/choose_close_icon_03.png") no-repeat;
}

#reset-result {
  font-size: 16px;
  color: #26a8df;
  cursor: pointer;
}

.slt_index_left>p {
  padding-left: 24px;
  line-height: 60px;
  background-color: #555;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  text-align: left;
}

.filter-list {
  padding: 0 20px;
}

.filter-list .filter-list-color li {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 19px;
  border: 2px solid #fff;
  background-size: 25px;
  background-repeat: no-repeat;
}

.filter-list .filter-list-color li.active {
  border: 2px solid #26a8df;
}

/*.filter-list .filter-list-color li:nth-of-type(1) {*/
/*background-color: #22338b;*/
/*}*/
/*.filter-list .filter-list-color li:nth-of-type(2) {*/
/*background-color: #282633;*/
/*}*/
/*.filter-list .filter-list-color li:nth-of-type(3) {*/
/*background-color: #dc253b;*/
/*}*/
/*.filter-list .filter-list-color li:nth-of-type(4) {*/
/*background-color: #ededed;*/
/*}*/
.filter-list li {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
}

.filter-list.color-filter li {
  float: left;
}

.color-filter .new {
  width: 70px;
  float: left;
}

.filter-list p {
  padding-left: 0;
  line-height: 74px;
  color: #555;
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.filter-list p i {
  display: block;
  width: 22px;
  height: 11px;
  margin-top: 32px;
  background: url("images/stick_bar_arrow.png") no-repeat right center;
}

.filter-list.active p i {
  transform: rotate(180deg);
}

.filter-list.active ul.is-show {
  display: none;
}

.filter-list li span,
.show-msg .select-box span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 9px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  cursor: pointer;
}

.filter-list li span.active {
  position: relative;
  /*border:2px solid #1aa5de;*/
}

.filter-list li span.color-btn.active {
  border: 2px solid #1aa5de;
}

.filter-list li .other-filter.active:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #1aa5de;
}

.slt_index_right {
  position: relative;
  width: 966px;
}

.mobile-filter-icon {
  display: none;
}

.layer {
  display: none;
}

/*-------------------------------------------------------------------------------------------侧边栏*/
.slide-differ {
  /*display: none;*/
  position: fixed;
  top: 100px;
  right: 20px;
  width: 120px;
  background-color: #fff;
  z-index: 999999;
}

.slider-header {
  height: 48px;
  padding-left: 20px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #26a8df;
}

.slider-close {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-left: 40px;
  vertical-align: middle;
  cursor: pointer;
}

.main_slider {
  border: 1px solid #e5e5e5;
}

.main_slider li img {
  width: 90px;
  height: 90px;
  padding: 6px 4px;
  margin: 0 auto;
}

.main_slider li {
  position: relative;
  cursor: pointer;
}

.main_slider li .slider-close-camera {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("images/close_add_del_03.png") no-repeat;
}

.main_slider li:after,
.add_slider_camera:after {
  position: absolute;
  bottom: 0;
  left: 13px;
  content: '';
  display: block;
  width: 94px;
  height: 1px;
  background-color: #e5e5e5;
}

.add_slider_camera {
  position: relative;
  padding: 22px 0;
  font-size: 16px;
  color: #555;
  text-align: center;
  cursor: pointer;
}

.add_slider_camera img {
  margin: 0 auto;
}

.add_slider_camera span {
  display: inline-block;
  margin-top: 10px;
}

.slider_btns {
  padding: 19px 0;
  font-size: 16px;
  text-align: center;
}

.slider_btns a {
  display: block;
  width: 98px;
  height: 36px;
  margin-left: 10px;
  line-height: 36px;
  background-color: #26a8df;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.slider_btns .empty_product {
  margin-top: 9px;
  background-color: #dadada;
  color: #666;
}

/*-----------------------------------------------------------------------------------------筛选*/
.ctrl-init .result,
.ctrl-init .no-result {
  display: none;
}

.ctrl-result .select-tit,
.ctrl-result .no-query,
.ctrl-result .no-result {
  display: none;
}

.ctrl-no-result .show-msg,
.ctrl-no-result .select-tit,
.ctrl-no-result .no-query,
.ctrl-no-result .result,
.ctrl-no-result .slide-differ {
  display: none;
}

.show-msg {
  line-height: 60px;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.show-msg .select-box {
  display: block;
  margin-right: 23px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
}

.show-msg .select-box span {
  background-color: #fff;
}

.show-msg .select-box span.active {
  position: relative;
}

.show-msg .select-box span.active:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 15px;
  height: 11px;
  background: url("images/select_true_03.jpg") no-repeat;
}

.product-list-box.no-result p {
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 24px;
  color: #333;
}

.no-result-show {
  width: 148px;
  height: 130px;
  margin: 97px auto 52px auto;
  font-size: 16px;
  color: #555;
}

.no-result-show span {
  display: block;
  width: 148px;
  height: 73px;
  margin-bottom: 15px;
  background: url("images/no-result_03.png") no-repeat center;
}

.hiden-anchors {
    position: relative;
    top: -100px; /* 偏移值 */
    display: block;
    height: 0;
    overflow: hidden;
}

.filter-title {
  padding-left: 10px;
  line-height: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 22px;
  color: #555;
  text-align: left;
  font-weight: normal;
}

.product-list-ul {
  padding-bottom: 50px;
  border: 1px solid #e5e5e5;
  user-select: none;
}

.product-list-ul.pt10 {
  padding-bottom: 10px;
}

.product-list-ul.pt10 .filter-list:last-child p {
  border-bottom: none;
}

.product-list {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 234px;
  padding: 1px;
  margin-right: 7px !important;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  height: 346px;
}

.product-list.show {
  display: block;
}

.product-list.hide {
  display: none;
}

.product-list:hover {
  padding: 0;
  border: 2px solid #26a8df;
}

.product-list:hover .product-list-show .transparent-btm {
  display: block;
}

.product-list:hover .position_new {
  top: -1px;
  left: -1px;
}

.product-list-show {
  box-sizing: border-box;
  /*display: none;*/
  position: absolute;
  bottom: -56px;
  left: -2px;
  width: 234px;
  border-bottom: none;
  z-index: 1;
}

.product-list-show .transparent-btm {
  padding-left: 18px;
  padding-right: 16px;
  height: 55px;
  line-height: 55px;
  background-color: #26a8df;
  display: none;
}

.transparent-btm a {
  display: inline-block;
  width: 21px;
  height: 20px;
  vertical-align: middle;
}

.transparent-btm .heart {
  margin-right: 22px;
  background: url("images/transparent_show_06.png") no-repeat center;
}

.transparent-btm .heart.active {
  margin-right: 22px;
  background: url("images/search/collectIn.png") no-repeat center;
}

.transparent-btm .mart {
  background: url("images/transparent_show_03.png") no-repeat;
}

.transparent-btm .double-arrow {
  width: 85px;
  height: 15px;
  margin-left: 37px;
  background: url("images/double_arrow_03.png") no-repeat;
}

.product-list:hover .product-list-show {
  display: block;
}

.position_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 232px;
  height: 36px;
}

.position_new span {
  box-sizing: border-box;
  display: inline-block;
  width: 72px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}

.position_new .product_new_hot_fr {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  margin-left: 4px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  /*background: red;*/
}

.position_new .product_new_hot_fr:nth-child(2) {
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.position_new .product_new_hot_fr:nth-child(3) {
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_new {
  padding-left: 47px;
  background: url("images/hot_new_03.png") no-repeat;
}

.product_new_hot {
  text-align: center;
  /*background-color: #43b2da;*/
}

.product-camera-box {
  width: 230px;
  height: 232px;
  overflow: hidden;
}

.product-camera-box .img-box {
  width: 200px;
  height: 200px;
  margin: 32px auto 0 auto;
}

.product-camera-box .img-box img {
  width: 100%;
}

.product_list_color {
  height: 16px;
  margin-right: 18px;
  padding-top: 2px
}

.product_list_color span {
  box-sizing: border-box;
  float: right;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.product_list_color span.sku_id {
  border: 2px solid #26a8df;
  background-size: 22px 22px;
  width: 26px;
  height: 26px;
  margin-top: -2px;
}

/*.product_list_color span.nostock {
    display:none;
}*/
.product-list .price8D {
  padding: 10px 18px;
}

.product-detail {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pd_title {
  font-size: 16px;
  color: #030303;
  font-weight: bold;
}

.pd_desc {
  font-size: 16px;
  color: #555;
}

.pd_price {
  font-size: 24px;
  font-weight: bold;
  color: #26a8df;
  margin-top: 10px;
}

.pd_price .price {
  font-size: 18px;
  color: rgba(224, 55, 63, 1);
  font-weight: normal;
}

.pd_price .pd_p {
  font-size: 14px;
  font-weight: normal;
  color: #0a74bf;
}

.category-mobile .price,
.mainBlockContent .price {
  color: #0a74bf;
}

.product-list .pd_price .differ {
  display: block;
  /*margin-top: 3px;*/
  font-size: 16px;
  color: #555;
}

.product-list .pd_price .differ span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-weight: normal;
}

.product-list .pd_price .differ span.select-true {
  position: relative;
}

.product-list .pd_price .differ span.select-true:after {
  position: absolute;
  top: 4px;
  left: 3px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background: #fff url("images/select_true_03.jpg") no-repeat;
}

/*.product-list:nth-child(4n) {
    margin-right: 0;
}*/

/*----------------------------------------------------------------------------------------------历史型号*/
.history {
  padding-bottom: 3px;
  padding-top: 20px;
}

.history a {
  text-align: right;
  font-size: 12px;
  background-color: #2598D9;
  color: #fff;
  padding: 5px 10px;
}

/*--------------------------------------------------------------------------------------软件更新及固件更新*/
.update-box {
  margin-top: 40px;
}

.update-title h3 {
  font-size: 22px;
  line-height: 22px;
  color: #333;
  font-weight: normal;
}

.update-title .look-more {
  display: block;
  padding-right: 18px;
  color: #26a8df;
  line-height: 22px;
  background: url("images/icon_arr_blue.gif") no-repeat right center;
}

.update-list {
  box-sizing: border-box;
  height: 163px;
  margin-top: 12px;
  margin-bottom: 40px;
  padding: 22px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  overflow-y: auto;
}

.update-list li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 25px;
  min-height: 10px;
  color: #8a8d91;
}

.update-list li a {
  color: #8a8d91;
}

.update-list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #f95c25;
  border-radius: 50%;
}

/*----------------------------------------------------------------------------------------------------五张图片*/
.pic-center {
  min-height: 100px;
}

.pic-list ul {
  margin-top: 10px;
}

.pic-list li {
  float: left;
  min-width: 100px;
  min-height: 30px;
  margin-right: 11px;
  margin-bottom: 20px;
}

.pic-list li:nth-child(3n) {
  margin-right: 0;
}

/*---------------------------------------------------------------------------------------服务支持列表*/
.server-list {
  margin-top: 30px;
  border-top: 2px solid;
  text-align: center;
  font-size: 0;
}

.server-list ul {
  display: inline-block;
}

.server-list li {
  float: left;
  margin-top: 15px;
  padding-right: 15px;
}

.server-list li a {
  display: inline-block;
  font-size: 14px;
  color: #555;
}

.server-list li:not(:last-child) a span {
  padding-right: 15px;
  border-right: 1px solid #eee;
  box-shadow: 1px 0 0 #c9c9c9;
}

.server-list img {
  width: 25px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------footer区域*/
.history {
  padding-bottom: 3px;
  padding-top: 20px;
}

.history a {
  text-align: right;
  font-size: 12px;
  background-color: #2598D9;
  color: #fff;
  padding: 5px 10px;
}

#history_pro {
  float: left;
  min-width: 139px;
  border: 1px dotted #ddd;
  text-align: right;
  font-size: 12px;
  padding: 28px;
  display: none;
}

#history_pro li {
  float: left;
  text-align: center;
  margin: 5px 20px 5px 0;
}

.mobile #history_pro a {
  font-size: 15px
}

#history_pro a {
  color: #333;
}

#history_pro li:hover {
  color: #2598D9;
  background-color: #eee;
}

.compare .t_info {
  display: none;
}

.backtohead {
  position: fixed;
  top: 550px;
  right: 100px;
  display: none;
}

.fr.categorylogo {
  width: 151px;
  height: 33px;
}

.fr.categorylogo h1 {
  display: none;
}