
.ljp-adItem-top {
  width: 100%;
  height: 280px;
  overflow: scroll;
}
.ljp-scroll-top {
  position: relative;
  width: 100%;
  height: 280px;
}
.ljp-scroll-top img {
  width: 100%;
}
.ljp-shadow {
  position: absolute;
  top:0;
  left:0;
  z-index: 9999;
  width: 100%;
  height: 200px;
}
.new-hot-icon {
  background: url('../../img/homepage/icon_new@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 5px;
}

.ljp-adItem-top::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100px;
}

.ljp-adItem-top::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius:10px;
}
.ljp-adItem-top {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    overflow: auto;
}
.ad-item-li {
  font-weight: 900;
  color:#000;
  font-size: 25px;
  padding:10px 0;
}

.ad-foot-item,.ad-middle-item,.ad-multi-item {
  padding: 0;
}

.ad-foot-item,.ad-middle-item,.ad-multi-item img {
  width: 100%;
}

.ad-foot-item img {
  width: 32.6%;
  margin-right: 10px;
  vertical-align: top;
}


.ad-foot-imgs {
  white-space: nowrap;
  max-height: 200px;
  overflow: hidden;
  vertical-align: top;
}

.ad-foot-title {
  color:#000;
  font-weight: 900;
  font-size: 25px;
  padding:10px 0;
}



/* 自定義樣式 */
/**
 * 箭头 .arrow
 *
 * @param @w				寬度
 * @param @h                高度
 * @param @bw				邊框寬度
 * @param @c                邊框顏色
 * @param @deg				旋轉角度
 *
 * @example
 *      .arrow(7px, 7px, 1px, #333, -135deg);
 */
/**
 * 三角形 .triangle
 *
 * @param @direction                方向 up, down, left, right
 * @param @size or @width, @height  大小
 * @param @color                    顏色
 *
 * @example
 *      .triangle(up, 5px, #fff)
 *      .triangle(up, 10px, 5px, #fff)
 */
/* CSS reset */
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
body {
  margin: 0 auto;
  color: #333;
  font: 13px/1.2 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ul,
li,
ol {
  list-style: none;
}
input {
  vertical-align: middle;
  font-size: 13px;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #aaa;
}
* {
  -webkit-tap-highlight-color: #333;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #e13a3b;
}
button {
  border: none;
  color: #fff;
  background: #EEE;
  border-radius: 3px;
}
.nopic-small {
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fx {
  position: fixed;
}
.tc {
  text-align: center;
}
.fb {
  font-weight: 700;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-width {
  width: 1000px;
  margin: 0 auto;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.blk-10 {
  height: 10px;
}
.blk-20 {
  height: 20px;
}
.ad-banner {
  background: #eee;
}
.auto {
  margin: 0 auto;
}
.min-height {
  min-height: 100px;
}
/* ?DƬƽ?*/
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loading {
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  z-index: 1;
}
.loading-hide {
  display: none;
}
.wrap-width {
  width: 1190px;
}
.wrap-left {
  width: 890px;
}
.wrap-right {
  width: 290px;
}
@media (max-width: 119px) {
  body {
    font: 13px/1.2 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  }
  .wrap-width {
    width: 990px;
  }
  .wrap-left {
    width: 740px;
  }
  .wrap-right {
    width: 240px;
  }
}
.viewIndexSummarypageTop {
  margin: 5px auto 30px;
}
.viewIndexSummarylocation {
  font-size: 15px;
}
.survey-section {
  position: fixed;
  right: 68px;
  bottom: 40px;
  background: url(../../img/common/mascot.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  z-index: 9999;
}
.survey-section a {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.c-cancel-icon {
  position: fixed;
  width: 20px;
  height: 20px;
  background: url(../../img/common/cancel-icon.png) no-repeat;
  background-size: 100%;
  z-index: 99999;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -9px;
}
.survey-cancel-btn {
  position: absolute;
  top: 0px;
  width: 20px;
  height: 20px;
  right: 0;
  cursor: pointer;
}
.article-like,
.article-tread {
  height: 80px;
  display: inline-block;
  font-size: 15px;
  line-height: 190px;
  vertical-align: bottom;
  text-align: center;
  width: 74px;
  color: #000;
}
.article-like {
  background: url(../../img/article/like.png) no-repeat;
  margin-right: 150px;
}
.article-tread {
  background: url(../../img/article/tread.png) no-repeat;
}
.like-section {
  text-align: center;
  margin: 70px;
}
.jp-share-column {
  border-top: 1px solid #EDEDED;
  margin-top: 70px;
  font-size: 16px;
}
.jp-share-column .jp-share-content {
  font-size: 15px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: -10px auto;
  background: #fff;
}
.jp-share-column .jp-share-content-app {
  text-align: center;
}
.jp-share-column .jp-share-content-app .jp-relative {
  position: relative;
}
.jp-share-column .jp-share-content-app .jp-relative .jp-relative-bg {
  background: url(../../img/article/relative-bg.png) no-repeat;
  position: absolute;
  top: -3px;
  left: -15px;
  width: 20px;
  height: 40px;
  display: block;
  z-index: 1100;
}
.jp-share-column .jp-share-content-app .jp-share-item {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 150px;
  display: inline-block;
  margin: 50px 35px;
  cursor: pointer;
  background-size: 50%;
  background-position: 24px 0px;
}
.jp-share-column .jp-side {
  position: fixed;
  top: 400px;
  left: 10%;
  width: 50px;
  z-index: 999;
}
.jp-share-column .jp-side .jp-share-item {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 150px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  background-size: 100%;
  background-position: 0;
  margin-bottom: 20px;
}
.jp-share-column .jp-nav-detail {
  position: absolute;
  left: 80px;
  top: 1px;
  width: 330px;
  background: #fff;
  display: inline-block;
  border: 2px solid #dcdcdc;
  z-index: 9999999999;
}
.jp-share-column .jp-nav-detail ul {
  margin: 0;
}
.jp-share-column .jp-nav-detail ul li {
  list-style-type: none;
  height: 53px;
  margin: 0;
  line-height: 53px;
  border-bottom: 3px solid #f6f7fb;
  text-align: left;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
}
.jp-share-column .jp-nav-detail ul li.select,
.jp-share-column .jp-nav-detail ul li:hover {
  color: #778cb8;
}
.jp-share-column .nav-icon {
  position: relative;
  background: url(../../img/article/nav-icon.png) no-repeat;
}
.jp-share-column .facebook-icon {
  background: url(../../img/article/facebook-icon.png?v=20180212) no-repeat;
}
.jp-share-column .Line-icon {
  background: url(../../img/article/Line-icon.png?v=20180212) no-repeat;
}
.jp-share-column .comment-icon {
  background: url(../../img/article/comment.png?v=20180212) no-repeat;
}
.jp-share-column .follow-icon {
  background: url(../../img/article/follow-icon.png?v=20180212) no-repeat;
}
.jp-share-column .nav-icon:hover {
  position: relative;
  background: url(../../img/article/nav-press-icon.png) no-repeat;
  background-position: 24px 0px;
}
.jp-share-column .facebook-icon:hover {
  background: url(../../img/article/fb_press-icon.png?v=20180212) no-repeat;
  background-position: 24px 0px;
}
.jp-share-column .follow-icon:hover {
  background: url(../../img/article/fw-press-icon.png?v=20180212) no-repeat;
  background-position: 24px 0px;
}
.jp-share-column .comment-icon:hover {
  background: url(../../img/article/cm-press-icon.png?v=20180212) no-repeat;
  background-position: 24px 0px;
}
.jp-share-column .jp-side .nav-icon:hover {
  position: relative;
  background: url(../../img/article/nav-press-icon.png) no-repeat;
  background-position: 0;
}
.jp-share-column .jp-side .facebook-icon:hover {
  background: url(../../img/article/fb_press-icon.png?v=20180212) no-repeat;
  background-position: 0;
}
.jp-share-column .jp-side .follow-icon:hover {
  background: url(../../img/article/fw-press-icon.png?v=20180212) no-repeat;
  background-position: 0;
}
.jp-share-column .jp-side .comment-icon:hover {
  background: url(../../img/article/cm-press-icon.png?v=20180212) no-repeat;
  background-position: 0;
}
.none {
  display: none !important;
}
.surroundings {
  position: relative;
  display: block;
  width: 80px;
  height: 43px;
  padding-top: 7px;
  margin-top: 10px;
  background-color: #323232;
  text-align: center;
  font-size: 17px;
  color: #999;
}
#iframe_surroundings {
  width: 1080px;
  float: left;
}
#iframe_surroundings iframe {
  width: 1080px;
  height: 720px;
  border: 0px;
}
#iframe_surroundings .at {
  background-color: #e04738;
  color: #fff;
}
.fixed-section {
  background: rgba(47, 47, 47, 0.8);
  color: #FFFFFF;
  padding: 5px 0 0 10%;
  position: fixed;
  bottom: 30px;
  width: 100%;
  left: 0px;
  height: 89px;
}
.fixed-section .testcar-img {
  width: 128px;
  height: 82px;
  display: inline-block;
}
.fixed-section .testcar-img img {
  width: 100%;
}
.fixed-section .car-tilte {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  margin-left: 60px;
}
.fixed-section .car-money {
  display: inline-block;
  vertical-align: top;
  margin-top: 39px;
  font-size: 25px;
}
.fixed-section .testcar-fixed-btn {
  position: absolute;
  right: 20%;
  color: #f5be18;
  font-size: 30px;
  top: 30px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}
.remind-empty {
  text-align: center;
  font-size: 35px;
  color: #4c4c4c;
  height: 100px;
  line-height: 100px;
}
/*-------  20180607 Ӱ??????? -------*/
.c-pop-up {
  position: fixed;
  bottom: 50px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #FFFFFFFF;
  font-size: 13px;
  width: 0;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
}
.c-pop-up a {
  color: #fff;
  padding-right: 20px;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  width: 300px;
}
.c-pop-up a:hover {
  color: #fff;
}
.c-pop-up .c-paly-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../../img/common/icons_played.png') no-repeat;
  background-size: 100%;
  vertical-align: top;
  margin: 8px;
}
.c-pop-up .c-close-btn {
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -7px;
  right: 140px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
  display: none;
}
.c-pop-up .c-close-icon {
  width: 11px;
  height: 13px;
  display: inline-block;
  background: url(../../img/common/icons_close_white.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 4.7px;
}
.c-pop-up .movie-name {
  color: #97D1FF;
  display: inline-block;
  width: 280px;
  height: 40px;
  overflow: hidden;
}
.c-pop-up span {
  overflow: hidden;
  color: #fff;
  height: 40px;
  display: inline-block;
}
.c-pop-up .movie-title {
  width: 200px;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  overflow: hidden;
}
.c-pop-up .movie-move {
  display: inline-block;
  width: 550px;
  height: 40px;
  white-space: nowrap;
}
.c-pop-up .movie-move span {
  color: #97D1FF !important;
  padding-left: 15px;
}
.c-pop-up.active .c-close-btn {
  display: inline-block;
  right: -7px;
  transform: rotate(720deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
}
.c-pop-up.active .c-close-btn:hover {
  transform: rotate(540deg);
}
.IndexArticleIndex,
.IndexRiderCommentindex,
.viewsIndexTrialArticletestcar,
.IndexSummaryoverview,
.viewIndexGuidesearch {
  position: relative;
}
/*--------20180607 Ӱ???????  ------*/
.movie-hot-icon {
  background: url('../../img/homepage/hot-icon.png');
  background-size: 100%;
  background-size: 29px 33px;
  background-repeat: no-repeat;
  width: 30px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: -13px;
  right: 11px;
}
.carinfo-nav li {
  position: relative;
  z-index: 9999;
}
/* CSS Document */
/***************************************
Reg Box Head
***************************************/
#RegHeadBox {
  overflow: hidden;
  text-align: center;
}
#RegHeadBox Div.Head {
  margin: 10px auto;
  text-align: left;
  overflow: hidden;
}
#RegHeadBox Div.BODiv {
  border-bottom: 3px solid #F30;
  margin: 0px auto;
  overflow: hidden;
}
/**************************************
signuptab
*************************************/
#signuptab {
  float: left;
  width: 100%;
  background: #fff url("https://img.8891.com.tw/popup/bg.gif") repeat-x 0 0;
  font-size: 12px;
  line-height: normal;
  zoom: 1;
  height: 70px;
}
#signuptab ul {
  margin: 0;
  padding: 0px 10px;
  list-style: none;
}
#signuptab li {
  float: left;
  background: url("https://img.8891.com.tw/popup/left_white.png") no-repeat left top;
  margin: 0;
  padding: 0 3px 0 9px;
}
#signuptab a {
  float: left;
  display: block;
  width: .1em;
  background: url("https://img.8891.com.tw/popup/right_white.png") no-repeat right top;
  padding: 2px 15px 0px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
#signuptab > ul a {
  width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#signuptab a {
  float: none;
}
/* End IE5-Mac hack */
#signuptab a:hover {
  color: #333;
}
#signuptab #signupcurrent,
#signuptab #signupcurrent_02,
#signuptab #signupphone,
#signuptab #signupphone_02,
#loginForm .login_title {
  background: url(https://img.8891.com.tw/popup/popTitleBtn.png) no-repeat center top;
}
#signuptab #signupcurrent {
  background-position: 0 -1px;
  width: 160px;
  height: 65px;
  position: relative;
  top: 5px;
  color: #0072bd;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  font-family: '宋体', Arial, Helvetica, sans-serif;
}
#signuptab #signupcurrent_02 {
  background-position: 0 -181px;
  width: 128px;
  height: 40px;
  position: relative;
  top: 5px;
  color: #929292;
  line-height: 39px;
  font-size: 13px;
  font-weight: 700;
}
#signuptab #signupphone {
  background-position: 0px -140px;
  width: 150px;
  height: 39px;
  position: relative;
  top: 5px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #929292;
}
#signuptab #signupphone_02 {
  background-position: 0px -73px;
  width: 188px;
  height: 62px;
  position: relative;
  top: 5px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #0072bd;
}
#signuptab li:hover,
#signuptab li:hover a {
  background-position: 0% -150px;
  color: #000;
}
#signuptab li:hover a {
  background-position: 100% -150px;
}
.mobile-auth-tip {
  border: 1px solid #DDD;
  margin: 10px 0 20px 45px;
  width: 540px;
  clear: both;
  color: #900;
  background: #F4FDFF;
}
.mobile-auth-tip dt {
  font-size: 15px;
  padding: 5px;
  font-weight: bold;
}
.mobile-auth-tip dd {
  font-size: 13px;
  padding: 2px 0 10px 35px;
}
/***************************************
Reg Box Body
***************************************/
#RegBodyBox {
  overflow: hidden;
  text-align: center;
}
#RegBodyBox Div.NavBox {
  margin: 0px auto;
  text-align: left;
  overflow: hidden;
}
#RegBodyBox Div.NavBox Div.RegStepBox,
#RegBodyBox Div.NavBox Div.RegStepBoxTwo {
  overflow: hidden;
  border-bottom: 1px solid #999;
  padding: 1px;
}
#RegBodyBox Div.NavBox Div.RegStepBox span.titlegif {
  height: 28px;
  display: block;
  width: 948px;
  background: url(https://img.8891.com.tw/user/r_title.gif) no-repeat 0 0;
}
#RegBodyBox Div.NavBox Div.RegStepBoxTwo span.titlegif {
  height: 28px;
  display: block;
  width: 948px;
  background: url(https://img.8891.com.tw/user/r_title.gif) no-repeat 0 50%;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul {
  margin: 0px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li {
  line-height: 25px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.one {
  height: 29px;
  line-height: 29px;
  width: 446px;
  _width: 440px;
  text-align: center;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.oneNo {
  background: url(https://img.8891.com.tw/common/reg_ico.png) no-repeat 0 9%;
  padding-left: 25px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.two {
  background: url(https://img.8891.com.tw/common/reg_ico.png) no-repeat 0 20%;
  padding-left: 25px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.twoNo {
  height: 29px;
  line-height: 29px;
  width: 434px;
  text-align: center;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.step {
  height: 29px;
  width: 64px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.three {
  background: url(https://img.8891.com.tw/common/reg_ico.png) no-repeat 0 37%;
  padding-left: 25px;
}
#RegBodyBox Div.NavBox Div.RegStepBox ul li.threeNo {
  background: url(https://img.8891.com.tw/common/reg_ico.png) no-repeat 0 52%;
  padding-left: 25px;
}
#RegBodyBox Div.NavBox Div.RegStepBox h3 {
  font-weight: normal;
  padding-top: 5px;
}
#RegBodyBox Div.NavBox Div.RegTitleBox {
  padding: 0px 5px;
}
#RegBodyBox Div.NavBox Div.RegFomBox {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
#RegBodyBox Div.NavBox Div.RegFomBox Div.RegOneStep {
  border-bottom: 1px dotted #FF9900;
  clear: both;
  overflow: hidden;
  line-height: 30px;
}
#RegBodyBox Div.NavBox Div.RegFomBox Div.RegOneStep span {
  margin: 0px 5px;
}
#RegBodyBox Div.NavBox Div.RegFomBox .NextBtn {
  width: 185px;
  font-weight: bold;
  color: #000000;
  height: 25px;
  line-height: 16px;
  padding: 2px 0;
}
#RegBodyBox Div.NavBox Div.RegFomBox Div.StepContent .W113px {
  width: 113px;
}
#RegBodyBox Div.NavBox Div.RegFomBox .LH35 {
  line-height: 35px;
}
#RegBodyBox Div.NavBox div.RegSubmitBtn {
  text-align: center;
}
#RegBodyBox Div.NavBox Div.ServiceTitle {
  background: url(https://img.8891.com.tw/user/loginice.png) no-repeat 0 0;
  padding-left: 35px;
  height: 30px;
  line-height: 30px;
}
#RegBodyBox Div.NavBox div.ServiceBox {
  margin: 10px auto;
  overflow: scroll;
  height: 80px;
}
#RegBodyBox Div.NavBox .W90P {
  width: 90%;
}
#RegBodyBox Div.NavBox .TipInfosBox {
  border: 1px  solid #08F;
  height: 20px;
  width: 250px;
  display: block;
  background: #EEF9FF;
}
#RegBodyBox Div.NavBox .TipInfosBox span {
  background: url(https://img.8891.com.tw/user/somml.png) no-repeat 0 50%;
  padding-left: 20px;
  display: block;
  height: 20px;
  margin: 0px 5px;
  line-height: 18px;
  color: #000000;
}
#RegBodyBox Div.NavBox .TxtAlignRight {
  text-align: right;
}
#modify_mobile_input {
  display: none;
}
/***************************************
Div.RegStepDiv
***************************************/
Div.RegStepDiv {
  overflow: hidden;
  CLEAR: both;
  zoom: 1;
  position: relative;
}
Div.RegStepDiv Div.Title {
  background: url(https://img.8891.com.tw/common/reg_ico.png) no-repeat 0 62%;
  border-bottom: 1px dashed #666;
  padding: 1px 0px 2px 20px;
  overflow: hidden;
}
Div.RegStepDiv Div.Title1 {
  background: url(https://img.8891.com.tw/user/1.gif) no-repeat 0 62%;
  border-bottom: #ddd 1px solid;
  padding: 1px 0px 2px 20px;
  overflow: hidden;
  margin-right: 60px;
}
Div.RegStepDiv Div.Title2 {
  background: url(https://img.8891.com.tw/user/2.gif) no-repeat 0 62%;
  border-bottom: #ddd 1px solid;
  padding: 1px 0px 2px 20px;
  overflow: hidden;
}
Div.RegStepDiv Div.Title3 {
  background: url(https://img.8891.com.tw/user/3.gif) no-repeat 0 62%;
  border-bottom: #ddd 1px solid;
  padding: 1px 0px 2px 20px;
  overflow: hidden;
}
Div.RegStepDiv Div.ContentBox {
  padding-left: 20px;
  display: inline;
  color: #333;
  vertical-align: middle;
}
Div.RegStepDiv Div.ContentBox ul {
  clear: both;
  overflow: hidden;
  *overflow: visible;
  position: relative;
  width: 100%;
  padding-left: 10px;
}
Div.RegStepDiv Div.ContentBox ul.knowway {
  clear: both;
  overflow: hidden;
  font-size: 15px;
  color: #333;
}
Div.RegStepDiv Div.ContentBox ul.knowway li {
  margin-right: 5px;
  width: 115px;
  height: 40px;
}
Div.RegStepDiv Div.ContentBox ul.knowway li.name {
  text-align: right;
  width: 160px;
  margin-right: 10px;
  vertical-align: middle;
}
Div.RegStepDiv Div.ContentBox ul li {
  float: left;
  display: inline;
  margin: 10px 0px;
  *height: 35px;
}
Div.RegStepDiv Div.ContentBox div.sendAuthBtn {
  height: 25px;
  line-height: 25px;
  position: relative;
}
Div.RegStepDiv Div.ContentBox div.sendAuthBtn span {
  margin: 0px;
  position: absolute;
  top: -5px;
  *top: -15px;
  left: 170px;
}
Div.RegStepDiv Div.ContentBox ul li.name {
  width: 160px;
  text-align: right;
  color: #404040;
  padding: 5px 0;
}
Div.RegStepDiv Div.ContentBox ul li.loginname {
  width: 60px;
  text-align: right;
  color: #333;
  font-weight: 700;
}
Div.RegStepDiv Div.ContentBox ul li.name span.InputCheck {
  background: url(https://img.8891.com.tw/common/css.gif) no-repeat 0% 34%;
  display: block;
  width: 20px;
  height: 20px;
}
Div.RegStepDiv Div.ContentBox ul li.input {
  width: 300px;
  font-size: 13px;
  color: #000;
}
Div.RegStepDiv Div.ContentBox ul li.W230px {
  width: 230px;
}
Div.RegStepDiv Div.ContentBox ul li.Role {
  width: 350px;
}
Div.RegStepDiv Div.ContentBox ul li.input input {
  vertical-align: middle;
  height: 20px;
}
Div.RegStepDiv Div.ContentBox ul li.info {
  width: 140px;
  position: absolute;
  right: 55px;
  top: -5px;
}
Div.RegStepDiv Div.ContentBox ul li.login_info {
  width: 140px;
  position: absolute;
  right: -3px;
  top: 4px;
}
Div.RegStepDiv Div.ContentBox ul li.mobileinfo {
  width: 140px;
  position: absolute;
  right: 42px;
  top: 3px;
}
Div.RegStepDiv Div.ContentBox ul li.RoleInfo {
  width: 280px;
}
Div.RegStepDiv Div.ContentBox ul.regnormal {
  background: url(https://img.8891.com.tw/popup/normal.jpg) no-repeat 479px 15px;
  *background: url(https://img.8891.com.tw/popup/normal.jpg) no-repeat 479px 28px;
}
#knowway_check .input {
  width: 320px;
}
#knowway_check .input label {
  margin: 0 3px;
  float: left;
  height: 24px;
}
#knowway_check .input label input {
  vertical-align: text-bottom;
  *vertical-align: middle;
  height: auto;
}
.reg_tips {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 3px;
}
Div.RegStepDiv Div.ContentBox ul.waring {
  background: url("https://img.8891.com.tw/popup/error_01.png") no-repeat scroll 50px 4px transparent;
  *background: url("https://img.8891.com.tw/popup/error_01.png") no-repeat scroll 50px 4px transparent;
  color: #fff;
}
Div.RegStepDiv Div.ContentBox ul.loginwaring {
  background: url("https://img.8891.com.tw/popup/error_04.png") no-repeat scroll 0px 4px transparent;
  *background: url("https://img.8891.com.tw/popup/error_04.png") no-repeat scroll -2px 4px transparent;
  color: #fff;
}
Div.RegStepDiv Div.ContentBox ul .notice {
  /*background:url("https://img.8891.com.tw/popup/error_01.png") no-repeat scroll 50px 4px transparent;*/
  padding-left: 20px;
  color: #fff;
}
Div.RegStepDiv Div.ContentBox ul .TipBgBox {
  background-color: #EEF9FF;
  border: 1px solid #0088FF;
  padding-top: 2px;
}
Div.RegStepDiv Div.ContentBox ul li.info span {
  line-height: 36px;
  float: left;
  padding-left: 5px;
}
Div.RegStepDiv Div.ContentBox ul li.name span {
  padding-right: 3px;
  padding-top: 4px;
}
/****************************************

**************************************/
/********
	選擇會員身份
**********/
Div.RegStepDiv Div.ContentBox ul li.H50px {
  float: left;
  height: 50px;
}
#postrole {
  line-height: 40px;
}
#postole input {
  vertical-align: middle;
}
.btnFillok {
  background: url("https://img.8891.com.tw/popup/lsignupsubmit_btn.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  height: 48px;
  width: 151px;
}
.subMitAuth {
  background: url(https://img.8891.com.tw/popup/lsignupsubmit_btn_02.png) no-repeat;
  border: 0 none;
  cursor: pointer;
  height: 48px;
  margin: 0;
  width: 153px;
}
.loginsubmintbtn {
  background: url(https://img.8891.com.tw/popup/loginbtn.png) no-repeat;
  border: 0 none;
  cursor: pointer;
  height: 48px;
  margin: 0px 0px 0px -24px;
  width: 153px;
}
input {
  vertical-align: text-bottom;
}
.role {
  margin-top: -4px;
  line-height: 25px;
}
Div.BODiv {
  border-bottom: 3px solid #F30;
  margin: 0px auto;
  overflow: hidden;
}
.invoicecontribute {
  padding-left: 90px;
  font-size: 11pt;
  font-weight: bold;
}
div.Mbottm10px {
  margin-bottom: 10px;
}
select {
  color: #333;
  vertical-align: middle;
  _vertical-align: middle;
}
input {
  color: #333;
  vertical-align: middle;
  outline: none;
}
.InputHover {
  border: 1px solid #AAA;
  box-shadow: 1px 1px 0 0 #D0D0D0 inset;
  background: #FCFCFC;
  padding-left: 5px;
}
.InputNormal {
  background-color: #fff;
  border: #929292 solid 1px;
  padding-left: 5px;
}
.InputNormal:hover {
  border: 1px solid #AAA;
  box-shadow: 1px 1px 0 0 #D0D0D0 inset;
  background: #FCFCFC;
}
.InputNormal:focus {
  border: 1px solid #AAA;
  box-shadow: 1px 1px 0 0 #D0D0D0 inset;
  background: #FCFCFC;
}
div.agreeHelp {
  height: 40px;
  padding-left: 94px;
  font-size: 10pt;
  text-align: center;
  line-height: 40px;
  width: 540px;
  *margin: 10px 0 10px;
  _padding: 10px 0px 0px 0px;
}
div.agreeHelp a {
  color: #2472C4;
  text-decoration: underline;
}
Div.agreeWaring {
  background: url("https://img.8891.com.tw/popup/error_01.png") no-repeat scroll 50px 4px transparent;
  color: #D90000;
  *padding-bottom: 0px;
}
Div.normal {
  background: url(https://img.8891.com.tw/popup/normal.jpg) no-repeat 578px 13px;
  *background: url(https://img.8891.com.tw/popup/normal.jpg) no-repeat 469px 28px;
}
div.RegStepDiv div.ContentBox ul.moblie .notice {
  background: #FFFFFF;
  border: 1px solid #FFBB1A;
  color: #FF6600;
  top: -10px;
  left: 380px;
  font-size: 9pt;
  height: 40px;
  line-height: 18px;
  width: 460px;
  padding-left: 5px;
  padding-right: 0px;
}
/**
 * 手機驗證碼
 **/
.confirmMobile {
  margin-left: 65px;
  margin-top: 40px;
}
.confirmMobile .textInfo {
  padding: 5px 15px;
  border: #FFBB1A 1px solid;
  background: #FFFADA url(/img/sell/warm.gif) no-repeat scroll 3px 4px;
  background-color: #ffffe5;
  width: 460px;
}
.confirmMobile .mobileBox {
  margin-top: 10px;
}
.confirmMobile .mobileBox ul {
  width: 100%;
  height: 30px;
  line-height: 150%;
}
.confirmMobile .mobileBox li {
  float: left;
}
.confirmMobile .mobileBox li.name {
  width: 100px;
  text-align: right;
}
.confirmMobile .mobileBox li.input {
  width: 200px;
}
.confirmMobile .mobileBox li.info {
  width: 400px;
}
.confirmMobile .mobileBox li.normal {
  width: 200px;
  padding: 1px 5px 1px 27px;
}
.confirmMobile .mobileBox li.waring {
  width: 200px;
  padding: 1px 5px 1px 27px;
  background: #FFF2E9 url(https://img.8891.com.tw/common/reg_ico1.png) no-repeat scroll 3px -1350px;
  border: 1px solid #FF6600;
  color: #F00;
}
#RegBodyBox Div.OldMobileLeft {
  margin-top: 50px;
  background: url(https://img.8891.com.tw/user/mobile.gif) no-repeat 40% 50%;
  height: 170px;
}
.ajaxWaitTipLogo {
  border: 5px #ccc solid;
  padding: 5px 8px;
  position: absolute;
  background-color: #FFF;
}
.showErrMsg {
  text-align: center;
  color: #f00;
  width: 95%;
  height: 25px;
  line-height: 25px;
  clear: both;
  _padding-bottom: 5px;
}
.invoiceTips {
  color: red;
  font-size: 12px;
  display: none;
  padding-left: 80px;
}
.reg_8b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8b8b8b;
}
#signuplogin {
  line-height: 48px;
  font-size: 12px;
  font-weight: 700;
  color: #2472c4;
  padding: 10px;
  vertical-align: top;
  border-left: 1px solid #ccc;
  margin-left: 10px;
  *position: relative;
  *top: 15px;
}
#signuplogin a {
  text-decoration: underline;
  color: #2472c4;
}
#signuplogin a:hover {
  text-decoration: underline;
  color: #2472c4;
}
.mobiemodify {
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #2472c4;
  vertical-align: top;
}
.mobiemodify a {
  text-decoration: underline;
  color: #2472c4;
}
.mobiemodify a:hover {
  text-decoration: underline;
  color: #2472c4;
}
.mt_140 {
  margin-top: 140px;
}
.mt_20 {
  margin-top: 10px;
  _margin-top: 0px;
}
#loginForm .login_title {
  background-position: 0px -221px;
  width: 78px;
  height: 25px;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  color: #404040;
}
.InputSelectStyleA {
  color: #8f8f8f;
}
.W952px {
  width: 952px;
}
/* add login from register btn css**/
#loginForm .registerLinks a {
  border-left: 1px solid #ccc;
  color: #2472C4;
  padding: 0px 8px;
  margin-left: 80px;
  font-size: 13px;
}
#loginForm .loginForever {
  color: #aaa;
  font-size: 12px;
  margin: -5px 0px 5px -10px;
}
#loginForm .loginForever .orange {
  color: #f60;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow-y: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 21px;
  height: 10px;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -100px 0;
}
#cboxTopRight {
  width: 21px;
  height: 10px;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -129px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -100px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -129px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(https://img.8891.com.tw/popup/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(https://img.8891.com.tw/popup/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 10px;
  background: url(https://img.8891.com.tw/popup/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(https://img.8891.com.tw/popup/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-top: 5px;
}
#cboxTitle {
  position: absolute;
  top: -100px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious.hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext.hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: url(https://img.8891.com.tw/popup/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(https://img.8891.com.tw/popup/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://img.8891.com.tw/popup/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/*框架結構*/
.two-pic {
  background: url(https://img.8891.com.tw/carInfo/two-pic.png) no-repeat;
  width: 117px;
  height: 106px;
  float: right;
}
.count-box {
  text-align: center;
  float: right;
}
.carinfo-count {
  float: left;
  color: #fff;
  padding: 5px 9px;
}
.count1 {
  background: #F3CB13;
  border-radius: 5px 0 0 5px;
}
.count2 {
  background: #FF8D22;
}
.count3 {
  background: #FF5136;
}
.count4 {
  background: #FD305B;
}
.count5 {
  background: #A83266;
}
.count6 {
  background: #900231;
  border-radius: 0 5px 5px 0;
}
.carinfo-count p {
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
.carinfo-count a {
  color: #fff;
}
.carinfo-count a:hover {
  text-decoration: none;
}
.carinfo-count a:hover p:first-child {
  text-decoration: underline;
}
.carinfo-count b {
  font-size: 14px;
  padding-right: 2px;
  font-family: arial;
}
.carinfo-count p:first-child {
  padding-bottom: 3px;
  font-size: 13px;
}
.login-right .login-right-t {
  text-align: right;
  margin-bottom: 8px;
}
.login-right .login-right-d {
  text-align: right;
}
.login-online {
  font-size: 20px;
  font-family: Arial;
  color: #2055a6;
  font-weight: 700;
}
.login-num {
  font-size: 20px;
  font-family: Arial;
  color: #ff0000;
  font-weight: 700;
}
.blurBtnHover {
  background-color: #e04739;
  color: #FFF;
}
.whiteBtnHover {
  background-color: #1e4d8d;
  border: solid 1px #1e4d8d;
  color: #FFF;
}
/* page */
.jp-style-page {
  text-align: center;
  margin: 30px 0;
}
.jp-style-page li {
  list-style-type: none;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
}
.select-page-li {
  background: #3264FF;
  color: #fff;
}
.movie-hot-icon {
  background: url('../../img/homepage/hot-icon.png');
  background-size: 100%;
  background-size: 29px 33px;
  background-repeat: no-repeat;
  width: 30px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: -13px;
  right: 11px;
}
.carinfo-nav li {
  position: relative;
}
/*8891頭部修改*/
.topbar-wrap {
  min-width: 1190px;
  background: #EEE;
  vertical-align: middle;
  border-bottom: 1px solid #CCC;
  height: 28px;
  border-top: 1px solid #EEE;
}
.topbar-nav {
  position: relative;
  padding-top: 6px;
}
.topbar-nav a {
  float: left;
  color: #000;
}
.topbar-nav a:hover,
.topbar-nav a:active {
  color: #F60;
  text-decoration: underline;
}
.topbar-login-info {
  float: left;
}
.topbar-login-info a:first-child {
  margin-right: 20px;
}
.topbar-left {
  float: left;
}
.topbar-left a {
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
.topbar-left a:first-child {
  padding-left: 0;
  border-left: 0;
}
.topbar-menu {
  float: right;
}
.topbar-menu li {
  float: left;
  padding: 0 10px;
}
.topbar-phone {
  position: relative;
}
.topbar-phone a {
  color: #c00;
}
.topbar-phone:hover .topbar-phone-arrow {
  display: block;
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  content: " ";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 -1px 5px;
}
.topbar-phone:hover .topbar-phone-down {
  display: block;
}
.topbar-phone-arrow {
  display: block;
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  content: " ";
  width: 5px;
  height: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  margin: 0 0 2px 5px;
}
.topbar-phone-down {
  display: none;
  position: absolute;
  left: -178px;
  top: 20px;
  z-index: 10000;
}
.topbar-phone-down a {
  text-align: center;
  background: #F1F1F1;
}
.top-ad {
  width: 1190px;
  height: 120px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-max {
  width: 1190px;
  height: 120px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-min {
  width: 990px;
  height: 100px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}
.top-ad-max-1 {
  width: 1190px;
  height: 90px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-max-2 {
  width: 1190px;
  height: 340px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
@media (max-width: 119px) {
  .topbar-wrap {
    min-width: 990px;
  }
  .top-ad {
    width: 990px !important;
    height: 100px !important;
  }
  .top-ad-max {
    width: 990px !important;
    height: 100px !important;
  }
  .top-ad-max-1 {
    width: 990px;
  }
  .top-ad-max-2 {
    width: 990px;
  }
  .top-ad-min {
    display: block;
  }
}
/*8891頭部修改*/
.jp-topbar-wrap {
  min-width: 1190px;
  background: #EEE;
  vertical-align: middle;
  border-bottom: 1px solid #CCC;
  height: 35px;
  border-top: 1px solid #EEE;
}
/*jinping*/
.jp-home-icon {
  display: inline-block;
  width: 100px;
  height: 24px;
  text-indent: -9999em;
  border: none;
  background: url(../../img/common/newcar-logo.png?t=20190813) no-repeat;
  background-size: 100%;
  float: left;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.jp-border-right {
  border-right: 1px solid #ccc;
  position: absolute;
  right: 1px;
  display: inline-block;
  height: 10px;
  bottom: 8px;
}
/*jinping*/
.jp-topbar-nav {
  position: relative;
  padding-top: 6px;
}
.jp-topbar-nav a {
  float: left;
  color: #000;
}
.jp-topbar-nav a:hover,
.jp-topbar-nav a:active {
  color: #F60;
  text-decoration: underline;
}
.jp-topbar-login-info {
  float: left;
}
.jp-topbar-login-info a:first-child {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
.jp-topbar-left {
  float: left;
  line-height: 24px;
}
.jp-topbar-left a {
  padding: 0 13px;
  position: relative;
  font-size: 14px;
}
.jp-topbar-left a:first-child {
  padding: 0;
  border-right: 0;
}
.jp-topbar-menu {
  float: right;
  font-size: 14px;
  line-height: 26px;
  max-width: 750px;
}
.jp-topbar-menu li {
  float: left;
  padding: 0 10px;
  position: relative;
}
.jp-topbar-phone {
  position: relative;
}
.jp-topbar-phone:hover .jp-topbar-phone-arrow {
  display: block;
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  content: " ";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 -1px 5px;
}
.jp-topbar-phone:hover .jp-topbar-phone-down {
  display: block;
}
.jp-topbar-phone-arrow {
  display: block;
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  content: " ";
  width: 5px;
  height: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  margin: 0 0 2px 5px;
}
.jp-topbar-phone-down {
  display: none;
  position: absolute;
  left: -178px;
  top: 25px;
  z-index: 10000;
}
.jp-topbar-phone-down a {
  text-align: center;
  background: #F1F1F1;
}
.top-ad {
  width: 1190px;
  height: 120px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-max {
  width: 1190px;
  height: 120px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-min {
  width: 990px;
  height: 100px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
  display: none;
}
.top-ad-max-1 {
  width: 1190px;
  height: 90px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
.top-ad-max-2 {
  width: 1190px;
  height: 340px;
  background: url("../../img/common/nopic-77-32.png") center center no-repeat;
  background-color: #FDFDFD;
}
@media (max-width: 119px) {
  .jp-topbar-wrap {
    min-width: 990px;
  }
  .top-ad {
    width: 990px !important;
    height: 100px !important;
  }
  .top-ad-max {
    display: none;
  }
  .top-ad-max-1 {
    width: 990px;
  }
  .top-ad-max-2 {
    width: 990px;
  }
  .top-ad-min {
    display: block;
  }
  .jp-topbar-left a {
    font-size: 12px;
    padding: 0 9px;
  }
  .jp-topbar-menu {
    font-size: 12px;
  }
}
/* logo */
.carinfo-logo {
  margin: 30px auto;
}
.carinfo-logo-left {
  float: left;
}
.carinfo-logo-icon {
  display: block;
  width: 200px;
  height: 41px;
  text-indent: -9999em;
  border: none;
  background: url("../../img/common/newcar-logo.png?t=20190813") no-repeat;
}
.carinfo-logo-right {
  float: right;
  line-height: 41px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
.carinfo-logo-right span {
  margin-left: 10px;
}
.carinfo-logo-right font {
  font-size: 24px;
  color: #c00;
}
/* 导航 */
.carinfo-navbar {
  min-width: 1190px;
  height: 50px;
  font-size: 15px;
  background: #1e4d8d;
}
.carinfo-nav {
  position: relative;
  margin: 0 auto;
}
.carinfo-nav li {
  float: left;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.carinfo-nav-link {
  display: block;
  padding: 0 25px;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 999;
}
.carinfo-nav-link.at {
  font-weight: 700;
  background: #e04739;
}
.carinfo-nav-link.at:hover {
  color: #fff;
}
.carinfo-nav-r {
  position: absolute;
  right: 10px;
  height: 50px;
}
.carinfo-nav-rm {
  line-height: 50px;
  color: #FFF;
  font-size: 15px;
  margin-left: 30px;
}
.carinfo-nav-rm:hover {
  text-decoration: underline;
}
.carinfo-nav-rm.at {
  color: #d90000;
}
@media (max-width: 119px) {
  .carinfo-navbar {
    min-width: 990px;
  }
}
#footer {
  min-width: 1190px;
  margin: 30px auto 0;
  border-top: 2px solid #eee;
}
#footer-desc {
  background: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
}
.newcar-desc-li {
  height: 140px;
  color: #666;
}
.newcar-desc-pic {
  float: left;
  width: 200px;
  padding: 40px 30px 0 30px;
  border-right: 1px solid #d3d3d3;
}
.newcar-desc-logo {
  display: block;
  width: 200px;
  height: 67px;
  background: url("../../img/common/foot-newcar-icon.png") no-repeat;
  background-size: cover;
}
.newcar-desc-find {
  float: left;
  width: 270px;
  padding: 20px;
}
.newcar-desc-tool {
  float: left;
  width: 220px;
  padding: 20px;
}
.newcar-desc-title {
  font-size: 15px;
}
.newcar-desc-content {
  font-size: 13px;
}
.newcar-desc-content li {
  margin-top: 10px;
}
.newcar-desc-content li a {
  float: left;
  margin: 0 20px 10px 0;
  color: #666;
}
.newcar-desc-content li a:nth-child(4n) {
  margin-right: 0;
}
.newcar-desc-ewm {
  float: left;
  padding: 20px 0 20px 30px;
  border-left: 1px solid #d3d3d3;
}
.newcar-desc-ewm-icon {
  float: left;
  width: 120px;
  height: 120px;
  background: url(../../img/common/sidebar-ewm-pic.png) no-repeat;
}
.newcar-desc-info {
  float: left;
  padding: 40px 0 0 20px;
  text-align: center;
}
.newcar-desc-info-down {
  margin-top: 20px;
  color: #e04839;
}
@media (max-width: 119px) {
  #footer {
    min-width: 990px;
  }
  .newcar-desc-pic {
    padding: 40px 20px 0 10px;
  }
  .newcar-desc-find {
    width: 200px;
  }
  .newcar-desc-tool {
    width: 200px;
  }
  .newcar-desc-content li a:nth-child(4n) {
    margin-right: 20px;
  }
  .newcar-desc-content li a:nth-child(3n) {
    margin-right: 0;
  }
  .newcar-desc-ewm {
    padding: 20px 0 20px 20px;
  }
}
.newcar-foot {
  line-height: 21px;
  font-size: 13px;
  padding-bottom: 15px;
  text-align: center;
}
.newcar-foot a {
  color: #333;
}
.newcar-foot-nav {
  padding-top: 10px;
}
.newcar-foot-nav a {
  margin: 0px 10px;
}
.newcar-foot-sites {
  position: relative;
  margin-top: 5px;
}
.newcar-foot-sites a {
  padding: 0px 3px;
  border-left: 1px dotted #eee;
}
.newcar-foot-sites a:first-child {
  border-left: 0;
}
.newcar-foot-sites .new {
  background: url(https://img.8891.com.tw/common/icon-new.png) no-repeat;
  background-position: -4px -3px;
  padding: 0;
  padding-left: 20px;
}
.newcar-foot-copyright {
  margin-top: 10px;
}
.newcar-foot-approve {
  margin-top: 10px;
}
.newcar-foot-approve .app-l {
  display: inline-block;
  margin: 0 10px;
  background: url(https://img.8891.com.tw/common/approve.png?v=2) no-repeat;
  text-indent: -9999px;
}
.newcar-foot-approve .sosa-trans {
  width: 150px;
  height: 50px;
  background-position: 0 -50px;
}
.newcar-foot-approve .sosa-info {
  width: 29px;
  height: 50px;
  background-position: 0 -100px;
}
.newcar-foot-approve .yushan-award {
  width: 170px;
  height: 50px;
  background-position: 0 -200px;
}
.sidebar-list {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.sidebar-li {
  position: relative;
  width: 48px;
  height: 48px;
  border-top: 1px solid #e5e5e5;
}
.sidebar-li:first-child {
  border-top: 0;
}
.sidebar-li.ewm:hover .sidebar-ewm {
  display: block;
}
.sidebar-link {
  display: block;
  padding: 10px;
  letter-spacing: 1px;
  color: #666;
}
.sidebar-link:hover {
  color: #e04738;
}
.sidebar-ewm {
  display: none;
  position: absolute;
  right: 49px;
  top: -50px;
  padding: 20px;
  border: 1px solid #000;
  background-color: #fff;
}
.sidebar-ewm-pic {
  display: block;
  width: 150px;
  height: 150px;
  background: url(../../img/common/sidebar-ewm-pic.png) no-repeat;
  background-size: cover;
}
.sidebar-ewm-title {
  margin: 5px 0 10px;
  text-align: center;
}
.sidebar-ewm-info {
  color: #e04738;
  text-align: center;
}
.sidebar-back-top {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  background: url(../../img/common/backtop.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.index-trialarticle-testcar {
  display: -ms-flexbox;
  display: flex;
}
.index-trialarticle-testcar .none {
  display: none !important;
}
.index-trialarticle-testcar .section-right .testcar-search {
  padding: 15px;
  width: 218px;
  /* height: 720px; */
  -ms-flex: 2;
  flex: 2;
  display: inline-block;
  border: 4px solid #979797;
  padding-bottom: 30px;
}
.index-trialarticle-testcar .section-right .testcar-top .testcar-item:nth-child(odd) {
  margin-left: 0px;
  margin-right: 15;
}
.testcar-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.index-trialarticle-testcar .section-right .testcar-top .testcar-item {
  color: #000;
  font-size: 15px;
  display: inline-block;
  white-space: pre;
  height: 30px;
  white-space: pre;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.index-trialarticle-testcar .section-right .testcar-top .select-test {
  background: #3264FF;
  color: #fff;
  font-weight: 500;
}
.index-trialarticle-testcar .section-right #click-select-mill {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  font-weight: 900;
    padding: 0 15px;
    font-weight: 900;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177px;
}

.index-trialarticle-testcar .section-right .select-mill {
  color: #333;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  margin: 20px auto 0;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  width: 177px;
height: 40px;
border: 1px solid #333333;
border-radius: 4px;
}
.index-trialarticle-testcar .section-right .select-mill .select-mill-list {
  background: #fff;
  border: 1px solid #c1c1c1;
  color: #000;
  height: 350px;
  width: 102%;
  z-index: 9999;
  cursor: pointer;
  overflow-y: scroll;
  position: absolute;
  top: 46px;
  left: -3px;
}
.price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.index-trialarticle-testcar .section-right .select-mill .select-mill-list .select-car-type {
  cursor: pointer;
  line-height: 28px;
  padding-left: 5px;
  font-size: 14px;
}
.index-trialarticle-testcar .section-right .select-mill .select-mill-list .select-car-type:hover {
  color: #4284d9;
}
.index-trialarticle-testcar .section-right .price-section {
  color: #868686;
}
.index-trialarticle-testcar .section-right .price-section .price-title {
  margin: 20px 0 15px;
  font-weight: 600;
  font-size: 16px;
  width: 177px;
height: 29px;
background: #f5f5f5;
color: #333;
display: flex;
align-items: center;
padding-left: 4px;
}
.price-list {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}

.index-trialarticle-testcar .section-right .price-section .price-item {
  display: inline-block;
  padding: 4px 6px;
  max-width: 86px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.index-trialarticle-testcar .section-right .price-section .select-price-item {
  color: #3264FF;
  border: 1px solid #3264FF;
  border-radius: 4px;
}

.index-trialarticle-testcar .section-right .grade-section {
  color: #868686;
}
.index-trialarticle-testcar .section-right .grade-section .grade-title {
  margin: 20px 0 15px;
  font-weight: 600;
  font-size: 16px;
  width: 177px;
height: 29px;
background: #f5f5f5;
color: #333;
display: flex;
align-items: center;
padding-left: 4px;
}
.grade-list {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}

.index-trialarticle-testcar .section-right .grade-section .grade-item {
  display: inline-block;
  padding: 4px 6px;
  max-width: 86px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.index-trialarticle-testcar .section-right .grade-section .select-grade-item {
  color: #3264FF;
  border: 1px solid #3264FF;
  border-radius: 4px;
}


/* .index-trialarticle-testcar .section-right .grade-section {
  color: #868686;
}
.index-trialarticle-testcar .section-right .grade-section .grade-title {
  margin: 20px 0 15px;
  font-weight: 900;
  font-size: 16px;
}
.index-trialarticle-testcar .section-right .grade-section .select-grade-item {
  color: #4284d9;
}
.index-trialarticle-testcar .section-right .grade-section .grade-item {
  display: inline-block;
  width: 48%;
  cursor: pointer;
  margin-bottom: 13px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
} */
.index-trialarticle-testcar .section-left {
  color: #1b1b1b;
  font-size: 16px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  -ms-flex: 9;
  flex: 9;
}
.index-trialarticle-testcar .section-left .car-message-item {
  padding: 12px;
}
.index-trialarticle-testcar .section-left .car-message-item:hover {
  box-sizing: content-box;
  border: 1px solid #ecf2fb;
  width: 97.4%;
  box-shadow: 0px 0px 10px 10px #ecf2fb;
  margin-left: -1px;
  margin-top: -2px;
}
.index-trialarticle-testcar .section-left .thumb-right {
  width: 240px;
  height: 160px;
  display: inline-block;
  border: 1px solid #EDEDED;
}
.index-trialarticle-testcar .section-left .thumb-right img {
  width: 100%;
}
.index-trialarticle-testcar .section-left .car-message-left {
  display: inline-block;
  vertical-align: inherit;
  float: right;
  width: 630px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-title {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  text-overflow: ellipsis;
}
.index-trialarticle-testcar .section-left .car-message-left .car-title .car-tag {
  min-width: 57px;
  height: 18px;
  border-radius: 10px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  background: #1dbf76;
  position: relative;
  top: -5px;
  font-weight: normal;
  display: inline-block;
  line-height: 18px;
}
.index-trialarticle-testcar .section-left .car-message-left .desc-content {
  color: #666;
  line-height: 25px;
  font-size: 15px;
  margin-top: 15px;
  height: 45px;
  overflow: hidden;
}
.index-trialarticle-testcar .section-left .car-message-left .desc-content span {
  color: #4284d9;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message {
  font-size: 14px;
  text-align: right;
  color: #999;
  margin-top: 20px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .article-author {
  float: left;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .article-time {
  display: inline-block;
  margin-right: 20px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .browse-count {
  display: inline-block;
  margin-right: 20px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .browse-count .browse-icon {
  width: 25px;
  height: 17px;
  display: inline-block;
  background: url(../../img/testcar/browse-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  background-position: 1px 1px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .comment-count {
  display: inline-block;
  margin-right: 20px;
}
.index-trialarticle-testcar .section-left .car-message-left .car-message .comment-count .commnet-icon {
  width: 21px;
  height: 16px;
  display: inline-block;
  background: url(../../img/testcar/comment-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
}
.index-trialarticle-testcar .section-left .pages-count {
  text-align: center;
}
.index-trialarticle-testcar .section-left .pages-count .arrow-right {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../../img/testcar/arrow-right.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 5px;
  cursor: pointer;
}
.index-trialarticle-testcar .section-left .pages-count .page-number {
  display: inline-block;
  color: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.index-trialarticle-testcar .section-left .pages-count .select-page-number {
  background: #ff4f53;
  color: #fff;
}
.index-trialarticle-testcar .section-left .pages-count .arrow-left {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../img/testcar/arrow-left.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 5px;
}
.jp-article-empty {
  text-align: center;
  display: block;
  width: 800px;
  font-weight: 900;
  font-size: 20px;
  margin-top: 200px;
}
.jp-empty-params {
  color: #666;
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 177px;
  margin: 30px auto 0; 
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-section {
  display: flex;
  white-space: pre;
  position: relative;
}
.search-section input {
  padding-left: 14px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #bbb;
  padding-right: 48px;
  width: 170px;
  height: 30px;
  border-radius: 4px;
}
.search-section input::placeholder {
  color: #bbb;
}
.search-section .search-btn {
  display: inline-block;
  background: #3264FF;
  color: #fff;
  width: 56px;
  height: 30px;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  bottom: 0;
  line-height: 33px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.ljp-adItem-top {
  width: 100%;
  height: 200px;
  overflow: scroll;
}
.ljp-scroll-top {
  position: relative;
  width: 100%;
  height: 200px;
}
.ljp-scroll-top img {
  width: 100%;
}
.ljp-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 200px;
}
.ljp-adItem-top::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100px;
}
.ljp-adItem-top::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 10px;
}
.ljp-adItem-top {
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  overflow: auto;
}
.ad-item-li {
  font-size: 25px;
  padding: 10px 0;
}
.ad-foot-item img {
  width: 32%;
  margin-right: 10px;
}
.ad-foot-imgs {
  white-space: nowrap;
}
.ad-foot-title {
  font-size: 25px;
  padding: 10px 0;
}
@media (max-width: 119px) {
  .index-trialarticle-testcar .section-left .car-message-left {
    display: inline-block;
    vertical-align: inherit;
    float: right;
    width: 440px;
  }
  .search-section input {
    width: 96px;
  }
  .ad-foot-imgs {
		max-height: 156px !important;
	}
}
.pickcar-section {
  width: 242px;
  margin-top: 20px;
  cursor: pointer;
}
.pickcar-section img {
  width: 100%;
}

.testcar-nav {
	line-height: 50px;
	background-color: #F4F4F4;
}

.testcar-nav .wrapper {
  width: 1190px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.testcar-nav .weather {
  font-size: 12px;
  text-align: right;
  color: #666666;
  line-height: 50px;
}

.testcar-nav ul {
	display: flex;
}

.testcar-nav li {
	margin-right: 40px;
}

.testcar-nav a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #333;
}

.testcar-nav a.at {
	color: #3264FF;
}

.testcar-nav a.at::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
	display: block;
	width: 32px;
	height: 4px;
	background-color: #3264FF;
}

.testcar-nav a:hover {
	color: #3264FF;
	text-decoration: none;
}

