.sidebar-top {
  width: 52px;
  position: fixed;
  right: 0px;
  bottom: 55px;
  z-index: 10000;
  height: 25px;
}
.sidebar-top .scroll-top {
  width: 50px;
  height: 20px;
  border: 1px solid #262626;
  background: #333333;
  cursor: pointer;
  color: #fff;
  float: left;
  margin-right: 4px;
  opacity: 1;
  display: none;
  padding-top: 3px;
}
.sidebar-top .scroll-top i {
  display: block;
  width: 5px;
  height: 3px;
  background: url(../images/index/index_sprite_v2.png?1) no-repeat;
  background-position: 0 -40px;
  margin-left: 10px;
  margin-top: 7px;
  float: left;
}
.sidebar-top .scroll-top span {
  font-size: 12px;
  color: #fff;
  margin-left: 3px;
}
.sidebar-top .suggest-tag {
  width: 26px;
  height: 52px;
  cursor: pointer;
  float: right;
  color: #fff;
  opacity: 0.7;
}
.sidebar-top .suggest-tag i {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/index/feedback-hover.png?123) no-repeat;
  background-position: center;
  background-color: #BFBFBF;
}
.sidebar-top .suggest-tag span {
  display: block;
  font-size: 0px;
}
.sidebar-top .suggest-tag:hover {
  color: #BFBFBF;
  opacity: 1;
}
.sidebar-top .suggest-tag:hover i {
  background: url(../images/index/feedback-hover.png?1) no-repeat;
  background-position: center;
  background-color: #BFBFBF;
}
.sidebar-top .suggest-tag:hover span {
  font-size: 12px;
}
.sidebar-bottom {
  height: 263px;
  border: 1px solid #e6e6e6;
}
.sidebar-bottom .collectside {
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-bottom .collectside .collect-box {
  padding: 11px;
  display: block;
}
.sidebar-bottom .collectside .collect-box .collect-img {
  width: 29px;
  height: 27px;
  background: url(../images/index/toolbar_sprite_b.png?1243);
  background-position: 0 0;
}
.sidebar-bottom .collectside .collect-box i {
  font-size: 13px;
  color: #666;
  font-style: normal;
  line-height: 20px;
}
.sidebar-bottom .reserveside {
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-bottom .reserveside .reserve-box {
  padding: 11px;
  display: block;
}
.sidebar-bottom .reserveside .reserve-box .reserve-img {
  width: 29px;
  height: 27px;
  background: url(../images/index/reserve.png?1);
}
.sidebar-bottom .reserveside .reserve-box i {
  font-size: 13px;
  color: #666;
  font-style: normal;
  line-height: 20px;
}
.sidebar-bottom .sellside {
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-bottom .sellside .sell-box {
  padding: 11px;
  display: block;
}
.sidebar-bottom .sellside .sell-box .sell-img {
  width: 29px;
  height: 27px;
  background: url(../images/index/sell.png?1);
}
.sidebar-bottom .sellside .sell-box i {
  font-size: 13px;
  color: #666;
  font-style: normal;
  line-height: 20px;
}
.sidebar-bottom .scanside {
  height: 65px;
}
.sidebar-bottom .scanside .scan-box {
  padding: 11px;
  display: block;
}
.sidebar-bottom .scanside .scan-box .scan-img {
  width: 29px;
  height: 27px;
  background: url(../images/index/scan.png?1);
}
.sidebar-bottom .scanside .scan-box i {
  font-size: 13px;
  color: #666;
  font-style: normal;
  line-height: 20px;
}
#my-advisor {
  width: 60px;
  height: 90px;
  position: fixed;
  right: 0px;
  bottom: 315px;
  z-index: 10000;
}
#my-advisor img {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0px auto;
  margin-bottom: 5px;
}
#my-advisor a:hover {
  color: #fff;
}
#my-advisor .my-advisor-box {
  background: #fc7000;
  width: 60px;
  height: 85px;
  display: block;
  color: #fff;
  padding-top: 5px;
  position: relative;
  z-index: 2;
}
#my-advisor .my-advisor-box span {
  margin-left: 18px;
}
#my-advisor .my-advisor-box p {
  margin-left: 5px;
}
#my-advisor .my-advisor-box .point-num {
  border-radius: 15px;
  border: 2px solid #fff;
  background: #FC7000;
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  text-align: center;
  padding: 0 5px;
}
#my-advisor .my-advisor-tip {
  background: #fd9243;
  color: #fff;
  width: 180px;
  position: absolute;
  height: 50px;
  left: -220px;
  font-size: 14px;
  line-height: 26px;
  top: 0;
  padding: 20px;
}
#my-advisor .my-advisor-tip i {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
#my-advisor.active {
  width: 80px !important;
  -moz-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
#my-advisor.active .my-advisor-box {
  width: 80px !important;
}
#my-advisor.active .my-advisor-box img {
  margin-left: 9px;
  margin-right: 29px;
}
.sidebar-sort {
  height: 254px;
}
.sidebar {
  width: 52px;
  height: 199px;
  position: fixed;
  right: 0px;
  bottom: 80px;
  z-index: 10001;
  background-color: #f7f7f7;
  overflow: hidden;
}
.sidebar .sidebar-tit {
  height: 32px;
  border: 1px solid #0f448e;
  background: #0f448e;
  color: #fff;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.sidebar .sidebar-tit i {
  overflow: hidden;
  line-height: 32px;
  margin-left: 13px;
  font-style: normal;
}
.sidebar .sidebar-tit .toolbar-close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../images/index/index_sprite_v2_b.png?1) no-repeat;
  background-position: -100px 0;
  float: right;
  right: 10px;
  top: 10px;
  position: absolute;
  display: none;
}
.sidebar .side-box {
  height: 54px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.sidebar .side-box .point-num {
  border-radius: 15px;
  border: 2px solid #fff;
  background: #FC7000;
  position: absolute;
  top: -5px;
  left: -10px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  text-align: center;
  padding: 0 5px;
}
.sidebar .side-box a {
  padding: 6px 5px;
  display: block;
}
.sidebar .side-box a .icon {
  background: url(../images/index/index_sprite_v2.png?1);
  margin-bottom: 5px;
}
.sidebar .side-box a i {
  margin-left: 11px;
  display: block;
  color: #666;
  width: 30px;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  height: 16px;
  overflow: hidden;
}
.sidebar .side-box .collect-box .collect-img {
  background-position: 0 0;
  width: 16px;
  height: 16px;
  margin-left: 14px;
  margin-top: 5px;
}
.sidebar .side-box .reserve-box .reserve-img {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  margin-top: 5px;
  background-position: -20px 0;
}
.sidebar .side-box .sell-box .sell-img {
  width: 18px;
  height: 16px;
  margin-left: 13px;
  margin-top: 5px;
  background-position: -40px 0;
}
.sidebar .side-box .scan-box .scan-img {
  background: url(../images/index/scan.png?1) no-repeat 0px 0px;
}
.sidebar .side-box .contrast-box .contrast-img {
  background-position: -60px 0;
  width: 18px;
  height: 12px;
  margin-left: 13px;
  margin-top: 7px;
}
.sidebar .side-box .suggest-box .suggest-img {
  background-position: -80px 0;
  width: 15px;
  height: 16px;
  margin-left: 14px;
  margin-top: 5px;
}
.sidebar .side-box.flash {
  background: #FC7000;
}
.sidebar .side-box.flash a i {
  color: #fff8dd;
}
.sidebar .side-box.flash .collect-box .collect-img {
  background: url(../images/index/collect-hover.png?1) no-repeat 0px 0px;
}
.sidebar .side-box:hover {
  background: #fff;
}
.sidebar .side-box:hover a i {
  color: #666666;
}
.sidebar .side-box:hover .collect-box .collect-img {
  background-position: 0 -20px;
}
.sidebar .side-box:hover .reserve-box .reserve-img {
  background-position: -20px -20px;
}
.sidebar .side-box:hover .sell-box .sell-img {
  background-position: -40px -20px;
}
.sidebar .side-box:hover .contrast-box .contrast-img {
  background-position: -60px -20px;
}
.sidebar .side-box:hover .suggest-box .suggest-img {
  background-position: -80px -20px;
}
.sidebar.active {
  width: 80px !important;
  -moz-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar.active .side-box {
  width: 80px !important;
}
.sidebar.active .side-box a i {
  width: 70px !important;
}
.sidebar .sidebar-nav {
  border-left: 1px solid #E6E6E6;
  width: 52px;
  float: left;
}
.sidebar .sidebar-nav .sidebar-list {
  height: 224px;
}
.sidebar-active {
  width: 52px;
  border-left: none;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-active .sidebar-tit .toolbar-close {
  display: block;
}
.sidebar-active .sidebar-nav {
  background-color: #f5f5f5;
  border-right: 1px solid #e6e6e6;
}
.sidebar-active .sidebar-nav .side-box {
  box-shadow: none;
  height: 54px;
  border-right: none;
}
.sidebar-active .sidebar-nav .side-box a {
  display: block;
  padding: 9px 5px;
}
.sidebar-active .sidebar-nav .side-box a i {
  display: block;
  color: #666;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  width: 30px;
  margin-left: 7px;
}
.sidebar-active .sidebar-nav .side-box:hover,
.sidebar-active .sidebar-nav .side-box.active {
  border-right: 1px solid #fff;
  background: #fff;
}
.sidebar-active .sidebar-nav .side-box:hover a .icon i,
.sidebar-active .sidebar-nav .side-box.active a .icon i {
  color: #666;
}
.sidebar-active .sidebar-nav .collectside:hover a .icon,
.sidebar-active .sidebar-nav .collectside.active a .icon {
  background-position: 0 -20px;
}
.sidebar-active .sidebar-nav .reserveside:hover a .icon,
.sidebar-active .sidebar-nav .reserveside.active a .icon {
  background-position: -20px -20px;
}
.sidebar-active .sidebar-nav .sellside:hover a .icon,
.sidebar-active .sidebar-nav .sellside.active a .icon {
  background-position: -40px -20px;
}
.sidebar-active .sidebar-nav .suggestside:hover a .icon,
.sidebar-active .sidebar-nav .suggestside.active a .icon {
  background-position: -80px -20px;
}
.sidebar-active .sidebar-nav .scanside a .icon {
  background: url(../images/index/scan-hover.png?1);
}
.sidebar-active .sidebar-nav .scanside:hover,
.sidebar-active .sidebar-nav .scanside.active {
  border-bottom: 1px solid #dedede;
  border-right: none;
  background: #fff;
}
.sidebar-active .sidebar-nav .scanside:hover a .icon,
.sidebar-active .sidebar-nav .scanside.active a .icon {
  background: url(../images/index/scan-active.png?1);
}
.sidebar-active .sidebar-nav .scanside:hover a i,
.sidebar-active .sidebar-nav .scanside.active a i {
  color: #666;
}
.sidebar-active .sidebar-nav .conside:hover a .icon,
.sidebar-active .sidebar-nav .conside.active a .icon {
  background-position: -60px -20px;
}
.sidebar-active .toolbar-content {
  width: 845px;
  height: 520px;
  border-left: none;
  float: left;
  overflow: hidden;
}
.sidebar-active .toolbar-content i {
  cursor: pointer;
  width: 11px;
  height: 11px;
  background: url(../images/index/toolbar_sprite.png?1234) no-repeat;
  background-position: -240px 0;
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 10002;
}
.sidebar-active .toolbar-content .iframe-loading {
  width: 845px;
  height: 470px;
  background: url(../images/index/loader.gif) no-repeat center;
  position: fixed;
  background-color: #fff;
}
.sidebar-active:hover {
  width: 52px;
}
.sidebar-active:hover .side-box {
  width: 52px;
}
.sidebar-active:hover .side-box a i {
  width: 30px;
}
.advisor-unfold {
  width: 0px;
  height: 0px;
  position: fixed;
  right: -50px;
  bottom: 430px;
  z-index: 20000;
  background-color: #fff;
  border: 1px solid #dedede;
  border-right: none;
}
.advisor-unfold .wrapper-bg {
  background: url("../images/common/advisor-bg.png?1") no-repeat;
  background-position: right bottom;
  z-index: 10000;
  padding-left: 80px;
  padding-top: 40px;
}
.advisor-unfold .advisor-close {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/popup-close2.png?1") no-repeat;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.advisor-unfold .unfold-title span {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.advisor-unfold .unfold-title em {
  font-size: 16px;
  color: #fc7000;
  line-height: 30px;
}
.advisor-unfold .unfold-title p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.advisor-unfold .frosted {
  margin: 25px 0;
}
.advisor-unfold .unfolf-form {
  width: 250px;
}
.advisor-unfold .unfolf-form form {
  position: relative;
}
.advisor-unfold .unfolf-form form p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.advisor-unfold .unfolf-form form #unfold-phone {
  width: 240px;
  height: 35px;
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  margin-top: 10px;
  background: url("../images/common/unfold-phone.png?1?1") no-repeat;
  background-position: right center;
  width: 245px;
  height: 21px;
  padding: 7px 0;
  padding-left: 5px;
  line-height: 20px;
}
.advisor-unfold .unfolf-form form #unfold-submit {
  width: 165px;
  height: 35px;
  background: url("../images/common/unfold-submit.png?1") no-repeat;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  font-size: 0px;
}
#toolbar .collectside .buy-box .collect-img,
#toolbar .collectside .sell-box .collect-img {
  margin-left: 6px;
  width: 29px;
  height: 25px;
  margin-bottom: 0;
  background: url(../images/index/qqicon1.png?1);
  background-repeat: no-repeat;
  background-position: center center;
}
#toolbar .collectside .buy-box:hover .collect-img,
#toolbar .collectside .sell-box:hover .collect-img {
  background-image: url(../images/index/qqicon_active.png?21);
}
