/* 新版側邊欄 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hidea {
  display: none;
}
.hide {
  display: none;
}
.ppos-side-wrap {
  position: fixed;
  right: -235px;
  top: 0;
  height: 100%;
  background-color: #000;
  transition: right 0.3s ease;
  font-size: 14px;
}
.ppos-side-wrap.show {
  right: 0!important;
}
.ppos-side-wrap.little {
  right: -235px;
}
.ppos-left {
  float: left;
  width: 35px;
  height: 100%;
}
.ppos-side {
  position: absolute;
  width: 35px;
  list-style: none;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ppos-side li,
.ppos-bottom li {
  position: relative;
  width: 100%;
  min-height: 35px;
  margin-top: 10px;
  cursor: pointer;
}
.ppos-side li:hover,
.ppos-bottom li:hover {
  background-color: #e13a3b;
}
.ppos-side li:hover .ppos-side-tip,
.ppos-bottom li:hover .ppos-side-tip {
  display: block;
}
.ppos-side li p,
.ppos-bottom li p {
  margin: 0;
}
.ppos-side-link {
  display: block;
  width: 100%;
  height: 35px;
  background: url(//img.8891.com.tw/carInfo/ppos-side-back.png?v=2) 0 0 no-repeat;
}
.ppos-side-link.ppos-side-message {
  background-position: 0 -58px;
}
.ppos-side-link.ppos-side-history {
  background-position: 0 -91px;
}
.ppos-side-link.ppos-side-collect {
  background-position: 0 -122px;
}
.ppos-side-link.ppos-side-contrast {
  background-position: -1px -331px;
}
.ppos-side-link.ppos-side-suggest {
  background-position: 0 -154px;
}
.ppos-side-link.ppos-side-phone {
  background-position: 0 -185px;
}
.ppos-side-link.ppos-side-backtop {
  background-position: 0 -303px;
}
.ppos-side-link.ppos-side-onlineService {
  background: url('//img.8891.com.tw/next/icons/onlineService.png') center center no-repeat;
  background-size: 24px;
}
.new-ppos-side-suggest {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
}
.new-ppos-side-suggest:hover {
  text-decoration: none;
}
.ppos-side-spot {
  display: none;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  z-index: 1;
  -webkit-animation: spottoggle 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: spottoggle 1s;
  -moz-animation-iteration-count: infinite;
  -ms-animation: spottoggle 1s;
  -ms-animation-iteration-count: infinite;
  -o-animation: spottoggle 1s;
  -o-animation-iteration-count: infinite;
}
@-webkit-keyframes spottoggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes spottoggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes spottoggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes spottoggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ppos-bottom {
  position: fixed;
  bottom: 0;
  width: 35px;
}
.ppos-side-app {
  display: none;
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 310px;
  height: 180px;
  border: 1px solid #666;
  background: url(//img.8891.com.tw/carInfo/pc_side_qcode.png?t=20190807) no-repeat;
  background-size: cover;
}
.ppos-side-app-ucar {
  background: url(//img.8891.com.tw/carInfo/ucar_side_qcode.png?t=20190807) no-repeat;
}
.ppos-side-tip {
  display: none;
  position: absolute;
  right: 35px;
  top: -1px;
  width: 90px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #494949;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ppos-side-tip a {
  color: #fff;
}
.ppos-side-tip-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  font-family: "\5b8b\4f53";
  top: 10px;
  right: -8px;
  color: #494949;
}
.ppos-side-erweima:hover .ppos-side-app {
  display: block;
}
.ppos-side-newmessage {
  display: none;
  position: absolute;
  top: 0;
  right: 45px;
  width: 141px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0063DC;
  font-size: 15px;
  background: url(//img.8891.com.tw/chatImages/chat-new-message.png) no-repeat;
}
.ppos-side-newmessage:hover {
  color: #f60;
}
.ppos-chat-iframe {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
}
/*  瀏覽記錄 */
.ppos-right {
  float: right;
  width: 235px;
  height: 100%;
  background-color: #fff;
}
.ppos-history-header {
  padding: 0 5px 0 20px;
  height: 30px;
  line-height: 30px;
  background-color: #e5e5e5;
  font-size: 15px;
}
.ppos-history-header span {
  display: inline-block;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  background: url(//img.8891.com.tw/carInfo/ppos-side-back.png?v=2) -8px -224px no-repeat;
}
.ppos-history-header .ppos-collect-icon {
  background-position: -8px -279px;
}
.ppos-history-header i {
  float: right;
  font-size: 29px;
  cursor: pointer;
}
.ppos-history-nav {
  height: 48px;
  line-height: 48px;
  padding: 0 5px 0 20px;
  font-size: 12px;
}
.ppos-history-nav span {
  margin-right: 5px;
  cursor: pointer;
}
.ppos-history-nav span.at {
  padding: 2px 10px;
  background-color: #e13a3b;
  border-radius: 10px;
  color: #fff;
}
.ppos-history-nav i {
  float: right;
  font-style: normal;
  cursor: pointer;
}
#ppos-history-main,
#ppos-collect-main {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
#ppos-history-auto,
#ppos-history-newcar,
#ppos-collect-auto {
  position: absolute;
  width: 100%;
  text-align: center;
}
.ppos-history-loading {
  padding: 30px 0;
  text-align: center;
}
.ppos-history-scroll {
  position: absolute;
  top: 0;
  width: 5px;
  border-radius: 10px;
  background: #ccc;
}
.ppos-history-date {
  position: relative;
  width: 200px;
  height: 18px;
  padding: 10px 0 20px 20px;
  text-align: center;
}
.ppos-history-date i {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 9px;
  background-color: #ccc;
}
.ppos-history-date span {
  position: absolute;
  left: 85px;
  top: 12px;
  width: 80px;
  background-color: #fff;
}
.ppos-history-list {
  padding: 0 5px 0 10px;
  list-style: none;
}
#ppos-collect-auto .ppos-history-list {
  padding-top: 20px;
  overflow: hidden;
}
.ppos-history-li {
  position: relative;
  float: left;
  width: 95px;
  margin: 0 0 10px 10px;
  font-size: 12px;
}
.ppos-history-li p {
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ppos-history-li:hover .ppos-history-follow {
  display: block;
}
.ppos-history-pic {
  display: block;
  width: 93px;
  height: 68px;
  border: 1px solid #ccc;
}
.ppos-history-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ppos-history-follow {
  display: none;
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #e5e5e5;
  color: #999;
}
.ppos-history-follow span {
  float: left;
  margin-left: 8px;
  font-size: 18px;
  cursor: pointer;
}
.ppos-history-follow span.at {
  color: #e13a3b;
}
.ppos-history-follow i {
  float: right;
  margin-right: 8px;
  font-size: 29px;
  cursor: pointer;
}
.ppos-history-collect-all {
  display: block;
  padding: 10px 0;
  background-color: #ccc;
  color: #333;
}
@media (max-width: 1280px) {
  .ppos-side-wrap {
    right: -270px;
  }
}
.ppos-side-quick-sell {
  position: relative;
  height: 126px;
}
.ppos-side-quick-sell a {
  display: block;
  height: 126px;
  background-image: url('https://photo.8891.com.tw/q98/2025/07/14/1752456914164336.png');
  background-size: 100% auto;
  font-size: 0;
  cursor: pointer;
}
.ppos-side-quick-sell-popover {
  display: none;
  position: absolute;
  width: 136px;
  height: 61px;
  background-image: url(//img.8891.com.tw/carInfo/icon_5.png);
  background-size: 100% auto;
  left: -138px;
  top: 50%;
  margin-top: -30px;
  z-index: 112;
  cursor: default;
}
.ppos-side-quick-sell-popover-close {
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(//img.8891.com.tw/carInfo/icon_6.png);
  background-size: 100% auto;
  cursor: pointer;
}
/* 引入側邊欄樣式 */
#pposdiv {
  position: absolute;
  font-size: 12px;
  z-index: 10001;
  padding: 10px;
  text-align: left;
  background: #878787;
  display: none;
}
.pposbox {
  width: 330px;
  background: #f7f7f7;
  margin: 0px;
  padding-bottom: 15px;
}
.pposbox h5 {
  line-height: 38px;
  border-bottom: 2px solid #ff6600;
  margin: 0px;
  padding: 0px;
  height: 38px;
}
.pposbox h5 span {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  color: #4c4c4c;
}
.pposbox h5 a {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.pposbox ul {
  padding-top: 8px;
  margin: 0px;
  list-style: none;
}
.pposbox ul .goright {
  text-align: right;
  padding-right: 5px;
}
.pposbox ul #overstrlen {
  position: relative ;
  top: 8px;
  right: -180px;
  color: red;
  display: none;
}
.pposbox ul #overstrlen span {
  position: relative;
  top: -4px;
  left: 3px;
}
.pposbox ul li {
  color: #666;
  padding-top: 5px;
}
.pposbox ul li #pposshowtitle {
  color: #4c4c4c;
}
.pposbox ul li label {
  font-weight: normal;
}
.pposbox ul li b {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.pposbox ul li #strlen {
  margin-left: 260px;
  color: #666;
}
.pposbox ul li .button {
  border: 1px solid #ff6600;
  background: #FFc033;
  height: 22px;
  width: 65px;
  line-height: 20px;
  cursor: hand;
}
.scroller {
  width: 31px;
  height: 149px;
  cursor: hand;
}
.scroller img {
  cursor: hand;
}
.userScroller {
  width: 29px;
  height: 105px;
  cursor: hand;
}
#pposdiv1 {
  position: absolute;
  font-size: 12px;
  z-index: 10001;
  padding: 10px;
  text-align: left;
  background: #878787;
  display: none;
}
.pposbox1 {
  width: 300px;
  background: #f7f7f7;
  margin: 0px;
  padding-bottom: 20px;
}
.pposbox1 h5 {
  line-height: 38px;
  border-bottom: 2px solid #ff6600;
  margin: 0px;
  padding: 0px;
  height: 38px;
}
.pposbox1 h5 span {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  color: #4c4c4c;
}
.pposbox1 h5 a {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.pposbox1 ul {
  padding-top: 5px;
  margin: 0px;
  list-style: none;
}
.pposbox1 ul .goright {
  text-align: right;
  padding-right: 40px;
}
.pposbox1 ul li {
  color: #666;
}
.pposbox1 ul li #pposshowtitle {
  color: #4c4c4c;
}
/*new*/
#select-car-number {
  position: absolute;
  z-index: 999;
  top: 115px;
  left: 20px;
}
.ppos-contrast-header {
  padding: 0 5px 0 20px;
  height: 30px;
  line-height: 30px;
  background-color: #e5e5e5;
  font-size: 15px;
}
.ppos-contrast-header {
  background-color: #fff;
  position: relative;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 900;
}
.ppos-contrast-header i {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 14px;
  background: url(//img.8891.com.tw/carInfo/arrow2.png) no-repeat;
  background-size: 100%;
}
.select-plant-number {
  position: relative;
  margin: 0 auto;
  width: 175px;
  text-align: left;
  font-size: 15px;
  padding-left: 20px;
  border: 1px solid #cacaca;
  border-top: 2px solid #6d6c6c;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.ppos-contrast-main {
  margin: 0 auto;
  width: 190px;
  border-top: 1px solid #cccccc;
  margin-top: 28px;
}
.ppos-contrast-main .car-list {
  position: relative;
  width: 160px;
  line-height: 20px;
  font-size: 14px;
  padding-right: 30px;
  margin-top: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.ppos-contrast-main .start-fairly {
  cursor: pointer;
  background: #FF4F53;
  width: 160px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  margin: 20px auto;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.ppos-contrast-main .empty-car-model {
  cursor: pointer;
  text-align: center;
  width: 160px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto;
  position: relative;
}
.ppos-contrast-main .empty-car-model .empty-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 32px;
  top: 6px;
  background: url(//img.8891.com.tw/carInfo/trash.png) no-repeat;
  background-size: 100%;
}
#ppos-contrast-wrap {
  position: relative;
}
.select-object li:hover {
  color: red;
  background: #f9f9f9;
}
.ppos-contrast-main .close-icon {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 9px;
  top: 50%;
  background: url(//img.8891.com.tw/carInfo/close_icon.png) no-repeat;
  background-size: 100%;
  margin-top: -10px;
}
.select-car-number .title li {
  display: inline-block;
}
.select-object {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-top: 1px solid #000;
  height: 390px;
  top: 153px;
  width: 200px;
  z-index: 9999;
  left: 20px;
  cursor: pointer;
  overflow-y: scroll;
}
.select-object .year:hover {
  cursor: context-menu;
  color: #000;
  background: none;
}
.select-object li {
  cursor: pointer;
  line-height: 28px;
  padding-left: 10px;
  font-size: 15px;
}
.select-car-number .title {
  top: 116px;
  color: #000;
  font-size: 16px;
  z-index: 999999;
  left: 19px;
  display: block;
  width: 180px;
  margin: 0 auto;
  border: 1px solid #EDEDED;
  background: #fff;
  line-height: 23px;
  border-bottom: 1px solid #8e8e8e;
  font-size: 15px;
  padding: 5px 10px;
}
.ppos-contrast-nav .select-icon {
  display: inline-block;
  width: 19px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(//img.8891.com.tw/carInfo/select_input.png) no-repeat;
  background-size: 100% 100%;
}
.hide {
  display: none;
}
/*new*/
/* 電視廣告 */
.tv-adv {
  width: 53px;
  margin-bottom: 10px;
}
.tv-adv img {
  vertical-align: middle;
}
/* 返回頂部 */
.scroll-nav {
  background: url(//img.8891.com.tw/common/scroll-nav.png?v=1.0.1) no-repeat 0 0;
  width: 100px;
  height: 37px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.scroll-app {
  background-position: 0 0;
  height: 129px;
}
/* .scroll-app:hover { background-position: -100px 0; } */
.scroll-ppos {
  background-position: 0 -129px;
}
.scroll-ppos:hover {
  background-position: -100px -129px;
}
.scroll-top {
  background-position: 0 -166px;
}
.scroll-top:hover {
  background-position: -100px -166px;
}
.scroll-opinion {
  background: url(//img.8891.com.tw/carInfo/opinion.png?v=1.0.2) 0 no-repeat;
  width: 100px;
  height: 35px;
  display: block;
  overflow: hidden;
  background-position: 0px 0px;
}
.scroll-opinion:hover {
  background-position: 0px -35px;
}
.newcar-app1 {
  background: url(//img.8891.com.tw/carInfo/ncar-app1.png?v=20150115) 0 no-repeat;
  height: 128px;
}
.newcar-app2 {
  background: url(//img.8891.com.tw/carInfo/ncar-app2.png?v=20150115) 0 no-repeat;
  height: 127px;
}
#active-jump2 {
  width: 151px;
  height: 184px;
  background: url(//img.8891.com.tw/carInfo/active-jump1.jpg) no-repeat;
  display: block;
}
/* 個資權益聲明彈出框 */
.ppos-privacy-inner {
  width: 440px;
}
.ppos-privacy-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}
.ppos-privacy-btn {
  padding-top: 25px;
  text-align: center;
}
.ppos-privacy-btn a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.ppos-privacy-btn a.sure {
  margin-right: 10px;
  background-color: #f69006;
}
.ppos-privacy-btn a.cancel {
  background-color: #d7d7d7;
}
