@charset "UTF-8";
/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @import "compass/reset"; */
/* Variable */
/*extend*/
body {
  font-family: "San Francisco", Verdana, Arial, PingFang, JhengHei, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.p-company .section-title, .p-news .section-title, .p-news-view .section-title, .p-deals .section-title, .p-deals-v .section-title, .p-knowledge .section-title, .p-reg .section-title, .p-login .section-title, .p-member .section-title, .p-terms .section-title, .p-privacy .section-title, .p-store .section-title, .p-store-v .section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

nav ul li, .p-terms .terms-item {
  border-bottom: 1px solid #e6e6e6;
}

header .nav-login .nav-login-bar .no-login a:first-child:after, header .nav-login .nav-login-bar .yes-login a:first-child:after, .p-cars header .nav-login .nav-login-bar .no-login a:first-child:after, .p-cars header .nav-login .nav-login-bar .yes-login a:first-child:after, .p-cars-v header .nav-login .nav-login-bar .no-login a:first-child:after, .p-cars-v header .nav-login .nav-login-bar .yes-login a:first-child:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-news .section-content .news-tabs li a.active:before, .p-deals .section-content .news-tabs li a.active:before, .p-knowledge .section-content ul li a.active:before, .p-member .section-content ul li a.active:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-news .section-content .news-list-wrapper .page-num a:after, .p-deals .section-content .news-list-wrapper .page-num a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-index #newcars.owl-carousel .owl-prev, .p-index #newcars.owl-carousel .owl-next {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.p-cars .item-card .card-border ul .price, .p-store-v .item-card .card-border ul .price {
  font-size: 1.4em;
}

.price {
  font-size: 1.3em;
  color: red;
}

.sale-lebal, .p-cars .item-card .card-border ul .sale-lebal, .p-store-v .item-card .card-border ul .sale-lebal, .p-cars-v .infobox .info-content .sale-lebal {
  float: right;
  font-size: .7rem;
  line-height: 1.4;
  color: white;
  padding: 1px 2px;
  border-radius: 3px;
}

.available {
  background-color: #81D181;
}

.deposit {
  background-color: #ff8a00;
}

.sold {
  background-color: red;
}

.msg-lg, .msg-md, .msg-sm {
  font-family: inherit;
  color: #333333;
  text-align: center;
}

.msg-lg {
  font-size: 2em;
  line-height: 2em;
}

@media screen and (max-width: 374px) {
  .msg-lg {
    font-size: 1.8em;
  }
}

.msg-md {
  font-size: 1.6em;
  line-height: 1.6em;
}

@media screen and (max-width: 374px) {
  .msg-md {
    font-size: 1.4em;
  }
}

.msg-sm {
  font-size: 1em;
}

.msg-success {
  color: #5cb85c;
}

.msg-error, .error_message {
  color: #f00;
}

/*------------global---------------*/
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

html * {
  box-sizing: border-box;
}

html img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body {
  background-color: #f3f3f3;
  line-height: 1.237;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}

body * {
  box-sizing: border-box;
}

body a, body input {
  color: #000000;
  text-decoration: none;
}

body a:active, body a:focus, body input:active, body input:focus {
  outline: none;
  color: inherit;
}

body a:hover {
  text-decoration: none;
  color: #cc5f29;
}

body input {
  padding: 3px 5px;
}

body button {
  outline: none;
  color: inherit;
}

body p {
  text-align: justify;
  font-size: 1em;
  padding: .5em 0;
  line-height: 1.6em;
}

body section {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

body section:last-child {
  border-bottom: 0;
}

body span.highlight {
  font-size: 1.1em;
  color: red;
}

body h1 {
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 4px;
}

body h2 {
  font-family: "San Francisco", Verdana, Arial, 'Noto Sans TC', 'Noto Sans', JhengHei, "Microsoft JhengHei", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}

body h3 {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.3;
  padding: 8px 0;
}

body h4 {
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 4px 0;
}

body .show {
  display: block;
}

body .hide {
  display: none;
}

body .btn {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px 30px;
}

body .row2 {
  width: 100%;
}

body .red, body .error, body .car-price {
  color: #DB021B;
}

.wrapper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: white;
}

.inner-wrapper {
  margin: 0 auto;
  margin-top: -100px;
  background-color: #fff;
  border-radius: 8px;
}

/*------------Nav---------------*/
nav {
  *zoom: 1;
  padding: 25px 10px 8px;
}

nav:before, nav:after {
  display: table;
  content: '';
}

nav:after {
  clear: both;
}

nav .logo-m {
  float: left;
  width: 160px;
  height: 26px;
}

nav .logo-m img {
  width: 100%;
}

nav .nav-trigger {
  float: right;
  width: 28px;
  height: 25px;
  margin-top: 6px;
  text-align: center;
}

nav .nav-trigger i.fa {
  color: #333333;
  font-size: 1.4em;
}

nav ul {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 60px;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

nav ul li {
  border-right: 1px solid #cccccc;
}

nav ul li a {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 3em;
  color: #000;
  text-align: center;
  vertical-align: bottom;
  padding: 0px 12px;
}

nav ul li a:hover {
  text-decoration: none;
  color: #cc5f29;
}

nav ul li:last-child {
  border: none;
}

.nav-cover-bg {
  position: fixed;
  display: none;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/*------------header---------------*/
header {
  height: 150px;
  position: relative;
}

header #topbanner {
  position: relative;
  height: 100%;
  overflow: hidden;
  list-style: none;
}

header #topbanner li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

header #topbanner li img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

header .nav-login {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

header .nav-login h1 {
  color: white;
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.2em;
}

header .nav-login .search-car {
  display: block;
  width: 150px;
  height: 35px;
  font-size: 1em;
  line-height: 35px;
  text-align: center;
  margin: 10px auto 0;
  border-radius: 99em;
  background-color: #f2e100;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}

header .nav-login .search-car i.fa {
  margin-right: 5px;
}

header .nav-login .nav-login-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

header .nav-login .nav-login-bar .no-login, header .nav-login .nav-login-bar .yes-login {
  text-align: center;
}

header .nav-login .nav-login-bar .no-login a, header .nav-login .nav-login-bar .yes-login a {
  display: inline-block;
  width: 40%;
  font-size: 0.85em;
  line-height: 45px;
  height: 45px;
  color: white;
}

header .nav-login .nav-login-bar .no-login a:first-child:after, header .nav-login .nav-login-bar .yes-login a:first-child:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 1px;
  height: 50%;
}

header .nav-login .nav-login-bar .no-login a:hover, header .nav-login .nav-login-bar .yes-login a:hover {
  color: #dddddd;
}

/*------------footer---------------*/
footer {
  width: 100%;
  margin-top: 0px;
  padding: 20px 0 35px;
  font-size: 0.7em;
  text-align: center;
  color: #999999;
}

footer .gotop {
  height: 40px;
  border-bottom: 1px solid #808080;
}

footer .gotop a {
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 2px;
  color: #808080;
  background-color: #e6e6e6;
}

footer .gotop a:hover {
  color: #808080;
}

footer .gotop .gotop-btn {
  display: inline-block;
}

footer .gotop .go-pc {
  display: inline-block;
}

footer .footer-items {
  padding-top: 15px;
  *zoom: 1;
}

footer .footer-items:before, footer .footer-items:after {
  display: table;
  content: '';
}

footer .footer-items:after {
  clear: both;
}

footer .footer-items ul {
  margin-bottom: 15px;
}

footer .footer-items ul li {
  display: inline-block;
  padding-left: 0px;
  color: #000000;
}

footer .footer-items ul li a {
  color: #333333;
  margin: 0 8px 0 5px;
}

footer .footer-items ul li a:hover {
  color: #999999;
  text-decoration: underline;
}

footer .footer-items .copyright {
  padding: 0 25px;
  text-align: left;
  display: inline-block;
  width: 78%;
  vertical-align: top;
}

footer .footer-items .ssl-mark {
  display: inline-block;
  margin-left: -4px;
  width: 20%;
  text-align: center;
}

footer .footer-items .ssl-mark img {
  width: 40px;
}

/*------------content---------------*/
.content {
  padding: 10px 5px 25px;
  *zoom: 1;
}

.content section .section-title {
  *zoom: 1;
  margin-bottom: 5px;
}

.content section .section-title:before, .content section .section-title:after {
  display: table;
  content: '';
}

.content section .section-title:after {
  clear: both;
}

.content section .section-title h2 {
  float: left;
  text-indent: 10px;
}

.content section .section-title h2 + span {
  float: left;
  color: #333333;
  font-size: .95em;
  padding: 8px 0 0 5px;
}

.content section .section-title h2 + span#member-userid {
  padding-left: 12px;
}

.content section .section-title h2 + span#member-userid i {
  padding: 0 5px;
}

.content section .section-title a.more {
  float: right;
  color: #999999;
  font-size: 0.8em;
  line-height: 25px;
  padding-top: 8px;
}

.content section .section-title a.more i {
  margin-left: 4px;
}

.content section .section-title2 {
  *zoom: 1;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

.content section .section-title2:before, .content section .section-title2:after {
  display: table;
  content: '';
}

.content section .section-title2:after {
  clear: both;
}

.content section .section-title2 h2 {
  float: left;
  font-size: 1.2em;
  text-indent: 10px;
  line-height: 1.3;
}

.content .section-content {
  padding: 10px 0;
}

.content:before, .content:after {
  display: table;
  content: '';
}

.content:after {
  clear: both;
}

.content .col-left {
  float: left;
}

.content .col-right {
  float: right;
}

/*------------ extend ---------------*/
.content section .section-title h2, .content section .section-title2 h2, .p-index .rank-block .section-title h2 {
  position: relative;
}

.content section .section-title h2:before, .content section .section-title2 h2:before, .p-index .rank-block .section-title h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #cccccc;
}

.p-news .section-content .news-tabs, .p-deals .section-content .news-tabs, .p-knowledge .section-content ul, .p-member .section-content ul {
  margin: 15px auto 30px;
  /*media*/
}

.p-news .section-content .news-tabs li, .p-deals .section-content .news-tabs li, .p-knowledge .section-content ul li, .p-member .section-content ul li {
  display: inline-block;
  margin-right: -5px;
}

.p-news .section-content .news-tabs li a, .p-deals .section-content .news-tabs li a, .p-knowledge .section-content ul li a, .p-member .section-content ul li a {
  padding: 6px 20px;
  border: 1px solid #cccccc;
}

.p-news .section-content .news-tabs li a.active, .p-deals .section-content .news-tabs li a.active, .p-knowledge .section-content ul li a.active, .p-member .section-content ul li a.active {
  color: white;
  background-color: #999999;
  position: relative;
}

.p-news .section-content .news-tabs li a.active:before, .p-deals .section-content .news-tabs li a.active:before, .p-knowledge .section-content ul li a.active:before, .p-member .section-content ul li a.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #999999 transparent transparent transparent;
}

@media (max-width: 480px) {
  .p-news .section-content .news-tabs, .p-deals .section-content .news-tabs, .p-knowledge .section-content ul, .p-member .section-content ul {
    margin: 5px auto 10px;
  }
  .p-news .section-content .news-tabs li, .p-deals .section-content .news-tabs li, .p-knowledge .section-content ul li, .p-member .section-content ul li {
    width: 100%;
  }
  .p-news .section-content .news-tabs li a, .p-deals .section-content .news-tabs li a, .p-knowledge .section-content ul li a, .p-member .section-content ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #cccccc;
  }
  .p-news .section-content .news-tabs li a.active, .p-deals .section-content .news-tabs li a.active, .p-knowledge .section-content ul li a.active, .p-member .section-content ul li a.active {
    color: white;
    background-color: #999999;
    position: relative;
  }
  .p-news .section-content .news-tabs li a.active:before, .p-deals .section-content .news-tabs li a.active:before, .p-knowledge .section-content ul li a.active:before, .p-member .section-content ul li a.active:before {
    display: none;
  }
}

.p-news .section-content .news-list-wrapper .pager-m, .p-deals .section-content .news-list-wrapper .pager-m {
  margin-top: 25px;
  text-align: center;
}

.p-news .section-content .news-list-wrapper .pager, .p-deals .section-content .news-list-wrapper .pager {
  color: #999999;
  *zoom: 1;
}

.p-news .section-content .news-list-wrapper .pager:before, .p-deals .section-content .news-list-wrapper .pager:before, .p-news .section-content .news-list-wrapper .pager:after, .p-deals .section-content .news-list-wrapper .pager:after {
  display: table;
  content: '';
}

.p-news .section-content .news-list-wrapper .pager:after, .p-deals .section-content .news-list-wrapper .pager:after {
  clear: both;
}

.p-news .section-content .news-list-wrapper .pager .page_info, .p-deals .section-content .news-list-wrapper .pager .page_info {
  float: left;
  line-height: 30px;
}

.p-news .section-content .news-list-wrapper .pager .paging, .p-deals .section-content .news-list-wrapper .pager .paging {
  float: right;
  line-height: 40px;
}

.p-news .section-content .news-list-wrapper .pager a.prev, .p-deals .section-content .news-list-wrapper .pager a.prev, .p-news .section-content .news-list-wrapper .pager a.next, .p-deals .section-content .news-list-wrapper .pager a.next {
  line-height: 40px;
  margin: 0 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: #e6e6e6;
}

.p-news .section-content .news-list-wrapper .page-num, .p-deals .section-content .news-list-wrapper .page-num {
  display: inline;
}

.p-news .section-content .news-list-wrapper .page-num a, .p-deals .section-content .news-list-wrapper .page-num a {
  position: relative;
  line-height: 40px;
  padding: 0 5px;
}

.p-news .section-content .news-list-wrapper .page-num a:after, .p-deals .section-content .news-list-wrapper .page-num a:after {
  content: '/';
  position: absolute;
  right: -5px;
  z-index: 2;
  color: #333333;
}

.p-news .section-content .news-list-wrapper .page-num a:last-child:after, .p-deals .section-content .news-list-wrapper .page-num a:last-child:after {
  content: '';
}

.p-news .section-content .news-list-wrapper .page-num a.page-num-active, .p-deals .section-content .news-list-wrapper .page-num a.page-num-active {
  color: red;
  font-weight: 900;
}

.p-cars .grid-sizer, .p-store-v .grid-sizer {
  width: 25%;
}

@media (max-width: 680px) {
  .p-cars .grid-sizer, .p-store-v .grid-sizer {
    width: 33.3%;
  }
}

@media (max-width: 460px) {
  .p-cars .grid-sizer, .p-store-v .grid-sizer {
    width: 50%;
  }
}

.p-cars .item-card, .p-store-v .item-card {
  float: left;
  padding: 10px 5px;
  font-size: .85em;
}

.p-cars .item-card .card-border, .p-store-v .item-card .card-border {
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.p-cars .item-card .card-border .insert-img, .p-store-v .item-card .card-border .insert-img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.p-cars .item-card .card-border img, .p-store-v .item-card .card-border img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.p-cars .item-card .card-border ul, .p-store-v .item-card .card-border ul {
  padding: 0 0 10px;
  line-height: 1.3;
}

.p-cars .item-card .card-border ul li, .p-store-v .item-card .card-border ul li {
  color: #999999;
  text-align: left;
  padding: 0.2em 0.4em;
}

.p-cars .item-card .card-border ul li a, .p-store-v .item-card .card-border ul li a {
  width: 100%;
  font-size: .85rem;
  text-align: left;
  word-break: break-all;
}

.p-cars .item-card .card-border ul li:last-child, .p-store-v .item-card .card-border ul li:last-child {
  margin-top: 12px;
}

.p-cars .item-card .card-border ul li:first-child, .p-store-v .item-card .card-border ul li:first-child {
  height: 2.4rem;
  overflow: hidden;
}

.p-cars .item-card .card-border ul li:first-child a, .p-store-v .item-card .card-border ul li:first-child a {
  line-height: 1.1rem;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .p-cars .item-card .card-border ul .price, .p-store-v .item-card .card-border ul .price {
    font-size: 1.0rem;
  }
}

.p-cars .masonry .masonry-page {
  border-top: 1px solid #cccccc;
  float: left;
  width: calc(100% - 20px);
  margin-left: 10px;
  font-size: .85rem;
}

.p-cars .masonry .masonry-page .masonry-page-center {
  width: 40%;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  margin: 0 auto;
  color: #999999;
  *zoom: 1;
}

.p-cars .masonry .masonry-page .masonry-page-center:before, .p-cars .masonry .masonry-page .masonry-page-center:after {
  display: table;
  content: '';
}

.p-cars .masonry .masonry-page .masonry-page-center:after {
  clear: both;
}

.p-cars .masonry .masonry-page .page-num {
  float: left;
}

.p-cars .masonry .masonry-page .page-num .now {
  padding: 0 5px 0 0;
  color: #808080;
}

.p-cars .masonry .masonry-page .gotop-btn {
  float: right;
  margin-left: 20px;
  font-size: .75rem;
}

.p-cars .masonry .masonry-page .page-btn {
  float: right;
}

.p-cars .masonry .masonry-page .page-btn .page-btn-prev {
  display: inline-block;
  margin-right: 4px;
}

.p-cars .masonry .masonry-page .page-btn .page-btn-next {
  display: inline-block;
}

.p-cars .masonry .masonry-page .page-btn a {
  display: block;
  height: 20px;
  line-height: 20px;
  background-color: #e6e6e6;
  padding: 0 10px;
  border-radius: 99em;
  font-size: .75rem;
}

/*===================== z-index =====================*/
/* --------------------------------index --------------------------------*/
.p-index #newcars.owl-carousel {
  position: relative;
}

.p-index #newcars.owl-carousel .owl-prev, .p-index #newcars.owl-carousel .owl-next {
  position: absolute;
  border-radius: 99em;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-index #newcars.owl-carousel .owl-prev:hover, .p-index #newcars.owl-carousel .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-index #newcars.owl-carousel .owl-prev {
  left: 10px;
  top: 30%;
}

.p-index #newcars.owl-carousel .owl-next {
  right: 10px;
  top: 30%;
}

.p-index #newcars.owl-carousel .newcars-item {
  margin: 0 5px;
  font-size: 0.78rem;
}

.p-index #newcars.owl-carousel .newcars-item-text {
  color: #808080;
  font-size: 0.78rem;
  font-family: Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.p-index #newcars.owl-carousel .newcars-item-text p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 0.78rem;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-model {
  padding: 2px 0;
  font-size: 0.78rem;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data {
  padding: 2px 0;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data span {
  font-size: 0.78rem;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data span.cars-price {
  color: red;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data a {
  color: #333333;
  font-size: 0.78rem;
}

.p-index #newcars.owl-carousel .newcars-item-text p.newcars-item-data a:hover {
  color: #999999;
}

.p-index .col-left {
  width: 40%;
}

.p-index .col-left #map {
  position: relative;
  width: 336px;
  height: 480px;
  background: url("../images/bg_map.jpg") center 12px no-repeat;
  margin: 0 auto;
}

.p-index .col-left #map ul.county_names_left {
  position: absolute;
  left: 2px;
  top: 2px;
  line-height: 33px;
}

.p-index .col-left #map ul.county_names_right {
  position: absolute;
  right: 0px;
  top: -20px;
  line-height: 78px;
}

.p-index .rank-block {
  margin-top: 30px;
}

.p-index .rank-block .section-title {
  margin-bottom: 10px;
}

.p-index .rank-block .section-title h2 {
  float: left;
  text-indent: 15px;
}

.p-index .rank-block .marquee {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
  margin: 0 auto;
}

@media screen and (orientation: landscape) {
  .p-index .rank-block .marquee {
    width: 80%;
  }
}

.p-index .rank-block .marquee .rank-item {
  *zoom: 1;
  position: relative;
  width: 100%;
  min-height: 85px;
  margin-bottom: 10px;
}

.p-index .rank-block .marquee .rank-item:before, .p-index .rank-block .marquee .rank-item:after {
  display: table;
  content: '';
}

.p-index .rank-block .marquee .rank-item:after {
  clear: both;
}

.p-index .rank-block .marquee .rank-item a.rank-item-img {
  float: left;
  display: block;
  width: 30%;
  text-align: center;
  overflow: hidden;
}

.p-index .rank-block .marquee .rank-item a.rank-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-index .rank-block .marquee .rank-item ul.rank-item-text {
  float: left;
  width: 69%;
  word-wrap: break-word;
  color: #333333;
  font-size: 0.85em;
  padding-left: 5px;
  line-height: 1.6;
}

.p-index .rank-block .marquee .rank-item ul.rank-item-text li.rank-item-model {
  font-size: .9rem;
  line-height: 1.2;
}

.p-index .rank-block .marquee .rank-item ul.rank-item-text li.rank-item-date {
  position: absolute;
  left: 30%;
  bottom: 10px;
  color: #808080;
  font-size: .8em;
  padding-left: 5px;
}

/* -------------------------------- company --------------------------------*/
.p-company .section-content p img, .p-company .section-content h2 img, .p-company .section-content h3 img {
  width: 100%;
  height: auto;
}

/* -------------------------------- news --------------------------------*/
.p-news .section-content .news-list-wrapper {
  font-size: 0.75em;
}

.p-news .section-content .news-list-wrapper .pager .page_info {
  padding: 5px;
}

.p-news .section-content .news-list-wrapper #news_container .news {
  *zoom: 1;
  border-bottom: 1px solid #e6e6e6;
}

.p-news .section-content .news-list-wrapper #news_container .news:before, .p-news .section-content .news-list-wrapper #news_container .news:after {
  display: table;
  content: '';
}

.p-news .section-content .news-list-wrapper #news_container .news:after {
  clear: both;
}

.p-news .section-content .news-list-wrapper #news_container .news .title {
  float: left;
}

.p-news .section-content .news-list-wrapper #news_container .news .title a {
  line-height: 40px;
}

.p-news .section-content .news-list-wrapper #news_container .news .date {
  float: right;
  line-height: 40px;
}

@media (max-width: 480px) {
  .p-news .section-content .news-list-wrapper #news_container .news {
    padding: 0 5px;
  }
  .p-news .section-content .news-list-wrapper #news_container .news .title {
    width: 75%;
  }
  .p-news .section-content .news-list-wrapper #news_container .news .title a {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .p-news .section-content .news-list-wrapper #news_container .news .date {
    width: 25%;
    text-align: right;
    padding-left: 5px;
    line-height: 1.6;
    color: #808080;
  }
}

/* -------------------------------- news-view --------------------------------*/
@media (max-width: 480px) {
  .p-news-view .section-content {
    padding: 20px 0;
  }
}

.p-news-view .section-content p.date {
  font-size: .8em;
  color: #999999;
}

.p-news-view .section-content p.img {
  text-align: center;
}

.p-news-view .section-content p.img img {
  width: 590px;
  max-width: 100%;
}

/* -------------------------------- deals --------------------------------*/
.p-deals .section-content .news-list-wrapper {
  font-size: 0.75em;
}

.p-deals .section-content .news-list-wrapper .pager .page_info {
  padding: 5px;
}

.p-deals .section-content .news-list-wrapper #news_container .news {
  *zoom: 1;
  border-bottom: 1px solid #e6e6e6;
}

.p-deals .section-content .news-list-wrapper #news_container .news:before, .p-deals .section-content .news-list-wrapper #news_container .news:after {
  display: table;
  content: '';
}

.p-deals .section-content .news-list-wrapper #news_container .news:after {
  clear: both;
}

.p-deals .section-content .news-list-wrapper #news_container .news .title {
  float: left;
}

.p-deals .section-content .news-list-wrapper #news_container .news .title a {
  line-height: 40px;
}

.p-deals .section-content .news-list-wrapper #news_container .news .date {
  float: right;
  line-height: 40px;
}

@media (max-width: 480px) {
  .p-deals .section-content .news-list-wrapper #news_container .news {
    padding: 0 5px;
  }
  .p-deals .section-content .news-list-wrapper #news_container .news .title {
    width: 75%;
  }
  .p-deals .section-content .news-list-wrapper #news_container .news .title a {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .p-deals .section-content .news-list-wrapper #news_container .news .date {
    width: 25%;
    text-align: right;
    padding-left: 5px;
    line-height: 1.6;
    color: #808080;
  }
}

.p-deals-v .section-content {
  padding: 0 30px;
}

@media (max-width: 480px) {
  .p-deals-v .section-content {
    padding: 20px 0;
  }
}

.p-deals-v .section-content p.date {
  font-size: .8em;
  color: #999999;
}

.p-deals-v .section-content p.img {
  text-align: center;
}

.p-deals-v .section-content p.img img {
  max-width: 100%;
}

/* -------------------------------- cars & ebikes --------------------------------*/
.p-cars header {
  height: 45px;
  background: url(../images/kvm01.jpg) 50% 50% no-repeat;
}

.p-cars header h1 {
  display: none;
}

.p-cars header .search-car {
  display: none;
}

.p-cars header .nav-login {
  height: 100%;
  padding-top: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.p-cars header .nav-login .nav-login-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  *zoom: 1;
}

.p-cars header .nav-login .nav-login-bar:before, .p-cars header .nav-login .nav-login-bar:after {
  display: table;
  content: '';
}

.p-cars header .nav-login .nav-login-bar:after {
  clear: both;
}

.p-cars header .nav-login .nav-login-bar .no-login, .p-cars header .nav-login .nav-login-bar .yes-login {
  text-align: center;
}

.p-cars header .nav-login .nav-login-bar .no-login a, .p-cars header .nav-login .nav-login-bar .yes-login a {
  display: inline-block;
  width: 40%;
  font-size: 0.85em;
  line-height: 45px;
  height: 45px;
  color: white;
}

.p-cars header .nav-login .nav-login-bar .no-login a:first-child:after, .p-cars header .nav-login .nav-login-bar .yes-login a:first-child:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 1px;
  height: 50%;
}

.p-cars header .nav-login .nav-login-bar .no-login a:hover, .p-cars header .nav-login .nav-login-bar .yes-login a:hover {
  color: #dddddd;
}

.p-cars .content {
  padding: 0 0 25px;
}

.p-cars .content .section-title {
  padding-left: 5px;
}

.p-cars .findcar2-block {
  background-color: #e6e6e6;
  padding: 8px 0;
  margin-bottom: 10px;
}

.p-cars .findcar2-block .section-title {
  margin: 0;
}

.p-cars .findcar2-block .section-title > div {
  float: right;
  line-height: 33px;
  padding: 0 20px;
  font-size: .85em;
  color: #808080;
}

.p-cars .findcar2-block .section-title > div span:hover {
  cursor: pointer;
  color: #cc5f29;
}

.p-cars .findcar2-block .section-title > div .reset {
  margin-right: 20px;
}

.p-cars .findcar2-block .section-title > div i {
  color: #ed145b;
  padding-left: 2px;
}

.p-cars .findcar2-block .section-title > div .adv-find i {
  font-size: 1.4em;
}

@media (max-width: 480px) {
  .p-cars .findcar2-block .section-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-cars .findcar2-block .row-1st {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-cars .findcar2-block select {
  width: 48%;
  height: 30px;
  padding: 0 0 0 20px;
  color: #808080;
  margin: 0 1% 8px;
  font-size: .85em;
}

.p-cars .findcar2-block select:focus {
  outline: none;
}

@media (max-width: 480px) {
  .p-cars .findcar2-block select {
    width: 100%;
  }
}

.p-cars .findcar2-block .row-2nd label {
  display: block;
  line-height: 2;
  padding: 0 1%;
}

.p-cars .findcar2-block .row-2nd span {
  display: inline-block;
  width: 48%;
  height: 30px;
  color: #808080;
  margin: 0 1% 8px;
  font-size: .85em;
}

.p-cars .findcar2-block .row-2nd span:focus {
  outline: none;
}

.p-cars .findcar2-block .row-2nd span input {
  width: 90%;
  height: 30px;
  margin-right: 2%;
}

@media (max-width: 639px) {
  .p-cars .findcar2-block .row-2nd span input {
    width: 75%;
  }
}

.p-cars .masonry {
  padding-top: 0;
  margin: 0 auto;
  *zoom: 1;
}

.p-cars .masonry:before, .p-cars .masonry:after {
  display: table;
  content: '';
}

.p-cars .masonry:after {
  clear: both;
}

/* -------------------------------- cars-view --------------------------------*/
.p-cars-v {
  /* shop end*/
}

.p-cars-v header {
  height: 45px;
  background: url(../images/kvm01.jpg) 50% 50% no-repeat;
}

.p-cars-v header h1 {
  display: none;
}

.p-cars-v header .search-car {
  display: none;
}

.p-cars-v header .nav-login {
  height: 100%;
  padding-top: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.p-cars-v header .nav-login .nav-login-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  *zoom: 1;
}

.p-cars-v header .nav-login .nav-login-bar:before, .p-cars-v header .nav-login .nav-login-bar:after {
  display: table;
  content: '';
}

.p-cars-v header .nav-login .nav-login-bar:after {
  clear: both;
}

.p-cars-v header .nav-login .nav-login-bar .no-login, .p-cars-v header .nav-login .nav-login-bar .yes-login {
  text-align: center;
}

.p-cars-v header .nav-login .nav-login-bar .no-login a, .p-cars-v header .nav-login .nav-login-bar .yes-login a {
  display: inline-block;
  width: 40%;
  font-size: 0.85em;
  line-height: 45px;
  height: 45px;
  color: white;
}

.p-cars-v header .nav-login .nav-login-bar .no-login a:first-child:after, .p-cars-v header .nav-login .nav-login-bar .yes-login a:first-child:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 1px;
  height: 50%;
}

.p-cars-v header .nav-login .nav-login-bar .no-login a:hover, .p-cars-v header .nav-login .nav-login-bar .yes-login a:hover {
  color: #dddddd;
}

.p-cars-v section {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.p-cars-v .col-r .infobox {
  margin-bottom: 15px;
}

.p-cars-v .content .section-title {
  margin-bottom: 8px;
}

.p-cars-v .content .section-title h2 {
  text-indent: 0;
}

.p-cars-v .content .section-title h2:before {
  display: none;
}

.p-cars-v #photo_container {
  height: auto;
  margin-bottom: 5px;
}

.p-cars-v #pv {
  float: right;
  font-size: 0.8em;
  line-height: 40px;
  padding-right: 15px;
}

.p-cars-v #pv i {
  float: none;
  display: inline-block;
  border: unset;
  background-color: unset;
}

.p-cars-v #pv span {
  display: inline-block;
  color: #cc5f29;
}

.p-cars-v .infobox {
  background-color: #e6e6e6;
  padding-bottom: 20px;
}

.p-cars-v .infobox .info-topbar {
  border-bottom: 1px solid #999999;
  line-height: 2.5;
  padding: 0 10px;
}

.p-cars-v .infobox .info-topbar .car-id {
  float: right;
  font-size: .8em;
  line-height: 40px;
  color: #333333;
}

.p-cars-v .infobox .info-topbar i.fa {
  float: right;
  border: 1px solid #cccccc;
  background-color: #cccccc;
  border-radius: 3px;
  color: #808080;
  line-height: 1.1;
  margin-top: 9px;
  padding: 2px;
}

.p-cars-v .infobox .info-topbar i.fa:hover {
  cursor: pointer;
}

.p-cars-v .infobox .info-topbar i.fa:before {
  text-align: center;
}

.p-cars-v .infobox .info-content {
  padding: 10px 10px 0;
}

.p-cars-v .infobox .info-content p {
  font-size: .9em;
}

.p-cars-v .car-intro .info-content p {
  line-height: 1.6;
}

.p-cars-v .car-ans .ans-item {
  margin: 0 0 20px;
  font-size: .9em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

.p-cars-v .car-ans .name {
  line-height: 1.8;
}

.p-cars-v .car-ans .ans-customer {
  margin-bottom: 5px;
}

.p-cars-v .car-ans .ans-customer p {
  padding: 0;
}

.p-cars-v .car-ans .ans-customer ul {
  *zoom: 1;
}

.p-cars-v .car-ans .ans-customer ul:before, .p-cars-v .car-ans .ans-customer ul:after {
  display: table;
  content: '';
}

.p-cars-v .car-ans .ans-customer ul:after {
  clear: both;
}

.p-cars-v .car-ans .ans-customer ul li.name {
  float: left;
}

.p-cars-v .car-ans .ans-customer ul li.time {
  float: right;
  color: #999999;
  font-size: 0.75em;
  line-height: 1.9;
}

.p-cars-v .car-ans .ans-boss {
  background-color: #d9d9d9;
  padding: 5px 10px;
}

.p-cars-v .car-ans .ans-boss p {
  padding: 0;
}

.p-cars-v .car-ask table {
  width: 100%;
  font-size: .9em;
}

.p-cars-v .car-ask table tr th {
  width: 15%;
  padding-left: 8%;
  vertical-align: middle;
}

.p-cars-v .car-ask table tr th label {
  letter-spacing: 1.5px;
  font-weight: 900;
}

.p-cars-v .car-ask table tr .verticle-top {
  vertical-align: top;
  padding-top: 10px;
}

.p-cars-v .car-ask table tr td {
  width: 80%;
  padding: 5px 20px 5px 5px;
}

.p-cars-v .car-ask table tr td input.text_input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-cars-v .car-ask table tr td textarea {
  border-radius: 5px;
  border: 1px solid #999999;
  resize: vertical;
  overflow-y: auto;
  width: 90%;
  height: 120px;
}

.p-cars-v .car-ask table tr td textarea:focus {
  outline: 0;
}

.p-cars-v .car-ask table tr td span.field_info {
  color: #808080;
  line-height: 3em;
}

.p-cars-v .car-ask table tr .required:after {
  content: '*';
  color: #F9817C;
}

.p-cars-v .car-ask table tr .submit {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: #4173D8;
}

.p-cars-v .car-ask table tr .submit:hover {
  background-color: #447AE5;
}

.p-cars-v .car-ask table a {
  text-decoration: underline;
}

.p-cars-v .specs {
  /* DivTable.com */
}

.p-cars-v .specs .divTable {
  font-size: 0.9em;
  display: table;
  width: 100%;
}

.p-cars-v .specs .divTableRow {
  display: table-row;
}

.p-cars-v .specs .divTableHeading {
  display: table-header-group;
}

.p-cars-v .specs .divTableCell, .p-cars-v .specs .divTableHead {
  display: table-cell;
  padding: 5px;
}

.p-cars-v .specs .divTableCell:first-child {
  width: 30%;
}

.p-cars-v .specs .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-cars-v .specs .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-cars-v .specs .divTableBody {
  display: table-row-group;
}

.p-cars-v .equipments ul {
  *zoom: 1;
}

.p-cars-v .equipments ul:before, .p-cars-v .equipments ul:after {
  display: table;
  content: '';
}

.p-cars-v .equipments ul:after {
  clear: both;
}

.p-cars-v .equipments ul li {
  float: left;
  width: 33%;
  font-size: 0.8em;
  letter-spacing: 2px;
  line-height: 2.5;
}

.p-cars-v .equipments ul li i.fa {
  margin-right: 3px;
}

.p-cars-v .shop {
  /* DivTable.com */
  /* DivTable.com end */
}

.p-cars-v .shop .info-topbar {
  *zoom: 1;
}

.p-cars-v .shop .info-topbar:before, .p-cars-v .shop .info-topbar:after {
  display: table;
  content: '';
}

.p-cars-v .shop .info-topbar:after {
  clear: both;
}

.p-cars-v .shop .info-topbar ul {
  float: right;
  font-size: 0.9em;
}

.p-cars-v .shop .info-topbar ul li {
  float: left;
}

.p-cars-v .shop .divTable {
  font-size: 0.9em;
  display: table;
  width: 100%;
}

.p-cars-v .shop .divTableRow {
  display: table-row;
}

.p-cars-v .shop .divTableHeading {
  display: table-header-group;
}

.p-cars-v .shop .divTableCell, .p-cars-v .shop .divTableHead {
  display: table-cell;
  padding: 5px;
}

.p-cars-v .shop .divTableCell:first-child {
  width: 30%;
}

.p-cars-v .shop .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-cars-v .shop .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-cars-v .shop .divTableBody {
  display: table-row-group;
}

.p-cars-v .shop .store-city,
.p-cars-v .shop .store-name {
  color: #cc5f29;
}

.p-cars-v .shop .store-city:hover,
.p-cars-v .shop .store-name:hover {
  text-decoration: underline;
}

.p-cars-v .shop .info-topbar ul {
  margin-top: 5px;
}

.p-cars-v .shop .info-topbar li {
  font-size: 0.85em;
  margin-left: 10px;
}

.p-cars-v .shop .info-topbar li i.fa {
  float: left;
  background-color: inherit;
  border: 0;
}

.p-cars-v .shop .info-topbar li i.fa-facebook-square {
  color: #2c4485;
  font-size: 1.6em;
  margin-top: 3px;
}

.p-cars-v .shop .tmap {
  border: 1px solid #cccccc;
  margin-top: 20px;
  width: 100%;
  height: 300px;
}

/* jssor slider arrow navigator skin 02 css */
/*
        .jssora02l                  (normal)
        .jssora02r                  (normal)
        .jssora02l:hover            (normal mouseover)
        .jssora02r:hover            (normal mouseover)
        .jssora02l.jssora02ldn      (mousedown)
        .jssora02r.jssora02rdn      (mousedown)
        .jssora02l.jssora02lds      (disabled)
        .jssora02r.jssora02rds      (disabled)
        */
.jssora02l,
.jssora02r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("../images/a02.png") no-repeat;
  overflow: hidden;
}

.jssora02l {
  background-position: -3px -33px;
}

.jssora02r {
  background-position: -63px -33px;
}

.jssora02l:hover {
  background-position: -123px -33px;
}

.jssora02r:hover {
  background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
  background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
  background-position: -63px -33px;
}

.jssora02l.jssora02lds {
  background-position: -3px -33px;
  opacity: .3;
  pointer-events: none;
}

.jssora02r.jssora02rds {
  background-position: -63px -33px;
  opacity: .3;
  pointer-events: none;
}

/* jssor slider thumbnail navigator skin 03 css */
/*.jssort03 .p            (normal).jssort03 .p:hover      (normal mouseover).jssort03 .pav          (active).jssort03 .pdn          (mousedown)*/
.jssort03 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 77px;
}

.jssort03 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.jssort03 .w,
.jssort03 .pav:hover .w {
  position: absolute;
  width: 100px;
  height: 75px;
  border: white 1px dashed;
  box-sizing: content-box;
}

.jssort03 .pdn .w,
.jssort03 .pav .w {
  border-style: solid;
}

.jssort03 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 77px;
  background-color: #000;
  filter: alpha(opacity=45);
  opacity: .45;
  transition: opacity .6s;
  -moz-transition: opacity .6s;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
}

.jssort03 .p:hover .c,
.jssort03 .pav .c {
  filter: alpha(opacity=0);
  opacity: 0;
}

.jssort03 .p:hover .c {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

* html .jssort03 .w {
  width: 102px;
  height: 77px;
}

#jssor_1 {
  border: 1px solid red;
  background-color: black;
}

#jssor_1 img[data-u="image"] {
  width: 100%;
  height: auto;
}

/* -------------------------------- knowledge --------------------------------*/
.p-knowledge {
  /* --------------- base --------------- */
  /* --------------- tax --------------- */
  /* --------------- rate.html --------------- */
}

.p-knowledge .section-content {
  /* --------------- rate --------------- */
}

.p-knowledge .section-content .knowledge-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 0 5px;
}

.p-knowledge .section-content .knowledge-item:last-child {
  border-bottom: 0;
}

.p-knowledge .kl-taxtable {
  display: table;
  width: 100%;
  margin: 15px auto 0;
  border: 1px solid #cccccc;
}

.p-knowledge .kl-taxtable .tax-head {
  background-color: #e6e6e6;
}

.p-knowledge .kl-taxtable .divTableRow {
  display: table-row;
}

.p-knowledge .kl-taxtable .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-knowledge .kl-taxtable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-knowledge .kl-taxtable .divTableCell, .p-knowledge .kl-taxtable .divTableHead {
  border-bottom: 1px solid #cccccc;
  display: table-cell;
  padding: 3px 10px;
  line-height: 2em;
  text-align: right;
}

.p-knowledge .kl-taxtable .divTableCell:first-child, .p-knowledge .kl-taxtable .divTableHead:first-child {
  background-color: #e6e6e6;
  text-align: left;
}

.p-knowledge .kl-taxtable .divTableCell:nth-child(2), .p-knowledge .kl-taxtable .divTableHead:nth-child(2) {
  text-align: center;
}

.p-knowledge .kl-taxtable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-knowledge .kl-taxtable .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-knowledge .kl-taxtable .divTableBody {
  display: table-row-group;
}

.p-knowledge #formula {
  background-color: #e6e6e6;
  padding: 5px 10px;
  margin-top: 25px;
  line-height: 2.5em;
}

.p-knowledge #formula span {
  display: block;
  margin-right: -4px;
}

.p-knowledge #formula span.formula-1 {
  width: 100%;
}

.p-knowledge #formula span.formula-2 {
  width: 100%;
}

.p-knowledge #formula span.formula-3 {
  width: 100%;
}

.p-knowledge #formula input, .p-knowledge #formula select {
  line-height: 1.4em;
  font-size: 16px;
  padding: 2px 5px;
}

.p-knowledge #formula label, .p-knowledge #formula input {
  display: inline-block;
}

.p-knowledge #formula label {
  width: 30%;
}

.p-knowledge #formula input {
  width: 60%;
}

.p-knowledge #formula #nper {
  width: 60%;
}

.p-knowledge .kl-ratetable {
  display: table;
  width: 90%;
  margin: 5px auto;
  text-align: right;
  border: 1px solid #cccccc;
}

.p-knowledge .kl-ratetable .rate-head {
  font-weight: 900;
  background-color: #e6e6e6;
}

.p-knowledge .kl-ratetable .divTableRow {
  display: table-row;
}

.p-knowledge .kl-ratetable .divTableRow:first-child {
  font-weight: 900;
}

.p-knowledge .kl-ratetable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-knowledge .kl-ratetable .divTableCell, .p-knowledge .kl-ratetable .divTableHead {
  border-bottom: 1px solid #cccccc;
  display: table-cell;
  padding: 3px 20px;
  line-height: 2em;
}

.p-knowledge .kl-ratetable .divTableCell:first-child, .p-knowledge .kl-ratetable .divTableHead:first-child {
  width: 40%;
}

.p-knowledge .kl-ratetable .divTableCell:last-child, .p-knowledge .kl-ratetable .divTableHead:last-child {
  width: 60%;
  padding-right: 12%;
}

.p-knowledge .kl-ratetable .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-knowledge .kl-ratetable .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-knowledge .kl-ratetable .divTableBody {
  display: table-row-group;
}

/* -------------------------------- regist --------------------------------*/
.p-reg .simple_table {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .p-reg .simple_table {
    width: 100%;
  }
}

.p-reg .simple_table tr {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.p-reg .simple_table tr th {
  width: 30%;
}

.p-reg .simple_table tr th label {
  padding-left: 10%;
  letter-spacing: 1.5px;
  font-weight: 900;
  vertical-align: middle;
}

@media screen and (orientation: landscape) {
  .p-reg .simple_table tr th label {
    padding-left: 50%;
  }
}

.p-reg .simple_table tr td {
  width: 70%;
  padding: 15px;
}

.p-reg .simple_table tr td .input {
  margin-bottom: 5px;
}

.p-reg .simple_table tr td input.text_input {
  width: 50%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

@media (max-width: 480px) {
  .p-reg .simple_table tr td input.text_input {
    width: 90%;
  }
}

.p-reg .simple_table tr td input.long_text_input {
  width: 90%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-reg .simple_table tr td span.field_info {
  font-size: .8em;
  color: #808080;
}

.p-reg .simple_table tr .checkbox {
  text-align: center;
  padding-left: 0;
  margin: 0 -5px;
}

.p-reg .simple_table tr .checkbox label {
  line-height: 2.2em;
  font-size: .85em;
}

.p-reg .simple_table tr .required:after {
  content: '*';
  color: #F9817C;
}

.p-reg .simple_table a {
  text-decoration: underline;
}

.p-reg ul.buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.p-reg ul.buttons li {
  display: inline-block;
}

.p-reg ul.buttons li:first-child {
  margin-right: 40px;
}

.p-reg ul.buttons li a {
  border-radius: 3px;
  padding: 8px 30px;
}

.p-reg ul.buttons li .submit {
  color: #ffffff;
  background-color: #4173D8;
}

.p-reg ul.buttons li .submit:hover {
  background-color: #447AE5;
}

.p-reg ul.buttons li .cancel {
  background-color: #cccccc;
}

.p-reg ul.buttons li .cancel:hover {
  color: inherit;
  background-color: #D8D8D8;
}

.p-reg .showmsg {
  text-align: center;
}

.p-reg .showmsg i.fa {
  margin: 0 10px;
}

/* -------------------------------- login --------------------------------*/
.p-login .section-content h4 {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .p-login .section-content h4 {
    width: 100%;
    padding-left: 5%;
  }
}

.p-login .simple_table {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .p-login .simple_table {
    width: 100%;
  }
}

.p-login .simple_table tr {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.p-login .simple_table tr:nth-child(3), .p-login .simple_table tr:last-child {
  border-bottom: 0;
}

.p-login .simple_table tr th {
  width: 35%;
}

.p-login .simple_table tr th label {
  padding-left: 10%;
  letter-spacing: 1.5px;
  font-weight: 900;
  vertical-align: middle;
}

@media screen and (orientation: landscape) {
  .p-login .simple_table tr th label {
    padding-left: 50%;
  }
}

.p-login .simple_table tr td {
  width: 65%;
  padding: 15px;
}

.p-login .simple_table tr td .input {
  margin-bottom: 5px;
}

.p-login .simple_table tr td input.text_input {
  width: 80%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999999;
}

.p-login .simple_table tr td span.field_info {
  font-size: .8em;
  color: #808080;
}

.p-login .simple_table tr td ul {
  text-align: center;
}

@media (max-width: 480px) {
  .p-login .simple_table tr th {
    width: 30%;
    padding-left: 0;
    padding-right: 2%;
    text-align: right;
  }
  .p-login .simple_table tr td {
    width: 70%;
  }
  .p-login .simple_table tr td input.text_input {
    width: 92%;
  }
  .p-login .simple_table tr td[colspan] {
    padding: 10px;
  }
}

.p-login .simple_table tr .checkbox {
  padding-left: 208px;
}

.p-login .simple_table tr .checkbox label {
  line-height: 2.2em;
}

.p-login .simple_table tr .required:after {
  content: '*';
  color: #F9817C;
}

.p-login .simple_table a {
  text-decoration: underline;
}

.p-login ul.buttons-m {
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-login ul.buttons-m li a {
  display: block;
  width: 60%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 30px;
}

.p-login ul.buttons-m li .submit {
  color: #ffffff;
  background-color: #4173D8;
}

.p-login ul.buttons-m li .submit:hover {
  background-color: #447AE5;
}

.p-login ul.buttons-m2 li {
  display: inline-block;
}

.p-login ul.buttons-m2 li a {
  font-size: .92em;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 20px;
}

.p-login ul.buttons-m2 li .cancel {
  background-color: #cccccc;
}

.p-login ul.buttons-m2 li .cancel:hover {
  color: inherit;
  background-color: #D8D8D8;
}

.p-login ul.buttons-m2 li:nth-child(2) a {
  padding: 8px 20px;
}

.p-login ul.buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.p-login ul.buttons li {
  display: inline-block;
}

.p-login ul.buttons li:first-child {
  margin-right: 40px;
}

.p-login ul.buttons li a {
  border-radius: 3px;
  padding: 8px 30px;
}

.p-login ul.buttons li .submit {
  color: #ffffff;
  background-color: #4173D8;
}

.p-login ul.buttons li .submit:hover {
  background-color: #447AE5;
}

.p-login ul.buttons li .cancel {
  background-color: #cccccc;
}

.p-login ul.buttons li .cancel:hover {
  color: inherit;
  background-color: #D8D8D8;
}

/* -------------------------------- member --------------------------------*/
.p-member .member-item {
  margin-bottom: 20px;
}

.p-member .collection-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  color: #808080;
  border: 1px solid #999999;
  /* //PC
		display: table;
		width: 100%;
		margin: 15px auto 0;
		color: $color-g2;
		border: 1px solid $color-g3;
		.divTableRow {
			display: table-row;
			&:first-child{
				background-color: $color-g5;
			}
			&:last-child{
				.divTableCell{
					border-bottom: 0;
				}
			}
		}
		.divTableHeading {
			background-color: #EEE;
			display: table-header-group;
		}
		.divTableCell, .divTableHead {
			display: table-cell;
			font-size: .85em;
			padding: 3px 5px;
			line-height: 2em;
			border-bottom: 1px solid $color-g4;
		}
		.divTableCell:first-child{
			padding-left: 10px;
			overflow: hidden;
			max-width: 200px;
		}
		.divTableHeading {
			background-color: #EEE;
			display: table-header-group;
			font-weight: bold;
		}
		.divTableFoot {
			background-color: #EEE;
			display: table-footer-group;
			font-weight: bold;
		}
		.divTableBody {
			display: table-row-group;
		}
		a{
			// color: $color-link;
			&:hover{
				color: $color-hover;
			}
		}*/
}

.p-member .collection-table .divTableRow {
  display: table-row;
}

.p-member .collection-table .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-member .collection-table .divTableRow:first-child .divTableCell {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.p-member .collection-table .divTableRow:last-child .divTableCell {
  border-bottom: 0;
}

.p-member .collection-table .divTableBody:first-child .divTableRow:first-child .divTableCell {
  border-top: 0;
}

.p-member .collection-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-member .collection-table .divTableCell, .p-member .collection-table .divTableHead {
  display: table-cell;
  font-size: .85em;
  padding: 3px 5px;
  line-height: 2em;
  border-bottom: 1px solid #cccccc;
}

.p-member .collection-table .divTableCell:first-child {
  padding-left: 10px;
  overflow: hidden;
  max-width: 200px;
}

.p-member .collection-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-member .collection-table .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-member .collection-table .divTableBody {
  display: table-row-group;
}

.p-member .collection-table a {
  color: #414080;
  font-weight: 900;
}

.p-member .collection-table a:hover {
  color: #cc5f29;
}

.p-member .userinfo-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  color: #808080;
  border: 1px solid #999999;
}

.p-member .userinfo-table .divTableRow {
  display: table-row;
}

.p-member .userinfo-table .divTableRow:first-child {
  background-color: #e6e6e6;
}

.p-member .userinfo-table .divTableRow:first-child .divTableCell {
  border-bottom: 1px solid #999999;
}

.p-member .userinfo-table .divTableRow:last-child .divTableCell {
  border-bottom: 0;
}

.p-member .userinfo-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.p-member .userinfo-table .divTableCell, .p-member .userinfo-table .divTableHead {
  display: table-cell;
  font-size: .85em;
  padding: 3px 5px;
  line-height: 2em;
  border-bottom: 1px solid #cccccc;
}

.p-member .userinfo-table .divTableCell:first-child {
  padding-left: 10px;
  overflow: hidden;
  max-width: 200px;
  text-align: center;
  width: 22%;
  padding-left: 20px;
  overflow: hidden;
}

.p-member .userinfo-table .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.p-member .userinfo-table .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.p-member .userinfo-table .divTableBody {
  display: table-row-group;
}

.p-member .userinfo-table a {
  color: #414080;
  font-weight: 900;
}

.p-member .userinfo-table a:hover {
  color: #cc5f29;
}

.p-member .member-item > div {
  text-align: center;
}

.p-member a.edit-info {
  margin: 0 auto;
  color: #ffffff;
  background-color: #4173D8;
  border: 0;
}

.p-member a.edit-info:hover {
  background-color: #447AE5;
}

/* -------------------------------- term --------------------------------*/
.p-terms .terms-item {
  font-size: .85em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.p-terms .terms-item > p {
  padding-left: 2.2em;
}

.p-terms .terms-item ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 3.2em;
}

.p-terms .terms-item ol li {
  text-align: justify;
  line-height: 1.4em;
  padding: .2em 0;
}

.p-terms .terms-item ol ol {
  list-style-type: lower-latin;
  padding-left: 1.2em;
}

/* -------------------------------- privacy --------------------------------*/
.p-privacy .privacy-item {
  font-size: .85em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.p-privacy .privacy-item ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 3.2em;
}

.p-privacy .privacy-item ol li {
  text-align: justify;
  line-height: 1.4em;
  padding: .2em 0;
}

/* -------------------------------- store --------------------------------*/
.p-store select.location {
  height: 35px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #808080;
}

.p-store select.location option:selected {
  color: blue;
}

.p-store .store-item {
  *zoom: 1;
  font-size: .92em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.p-store .store-item:before, .p-store .store-item:after {
  display: table;
  content: '';
}

.p-store .store-item:after {
  clear: both;
}

.p-store .store-item a.store-item-l {
  float: left;
  width: 120px;
  height: 90px;
  text-align: center;
  overflow: hidden;
}

.p-store .store-item a.store-item-l img {
  max-width: 100%;
  border: 1px solid #cccccc;
}

.p-store .store-item ul.store-item-r {
  float: left;
  margin-left: 15px;
}

.p-store .store-item ul.store-item-r li {
  line-height: 1.6;
}

.p-store .store-item ul.store-item-r .store-item-city a {
  color: #cc5f29;
}

.p-store .store-item ul.store-item-r .store-item-time {
  color: #999999;
}

.p-store .store-item ul.store-item-r .store-item-tel {
  color: #808080;
}

@media (max-width: 480px) {
  .p-store .store-item:before, .p-store .store-item:after {
    display: none;
  }
  .p-store .store-item a.store-item-l {
    float: none;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .p-store .store-item a.store-item-l img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
  }
  .p-store .store-item ul.store-item-r {
    float: none;
    margin-left: 15px;
  }
  .p-store .store-item ul.store-item-r li {
    line-height: 1.6;
  }
  .p-store .store-item ul.store-item-r .store-item-time {
    color: #999999;
  }
  .p-store .store-item ul.store-item-r .store-item-tel {
    color: #808080;
  }
}

/* -------------------------------- store-views --------------------------------*/
.p-store-v select.location {
  height: 35px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #808080;
}

.p-store-v select.location option:selected {
  color: blue;
}

.p-store-v .store-item {
  *zoom: 1;
  font-size: .92em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.p-store-v .store-item:before, .p-store-v .store-item:after {
  display: table;
  content: '';
}

.p-store-v .store-item:after {
  clear: both;
}

.p-store-v .store-item a.store-item-l {
  float: left;
  width: 120px;
  height: 90px;
  text-align: center;
  overflow: hidden;
}

.p-store-v .store-item a.store-item-l img {
  max-width: 100%;
  border: 1px solid #cccccc;
}

.p-store-v .store-item ul.store-item-r {
  float: left;
  margin-left: 15px;
}

.p-store-v .store-item ul.store-item-r li {
  line-height: 1.6;
}

.p-store-v .store-item ul.store-item-r .store-item-city a {
  color: #cc5f29;
}

.p-store-v .store-item ul.store-item-r .store-item-time {
  color: #999999;
}

.p-store-v .store-item ul.store-item-r .store-item-tel {
  color: #808080;
}

@media (max-width: 480px) {
  .p-store-v .store-item:before, .p-store-v .store-item:after {
    display: none;
  }
  .p-store-v .store-item a.store-item-l {
    float: none;
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .p-store-v .store-item a.store-item-l:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-store-v .store-item a.store-item-l img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: -25%;
    border: 1px solid #cccccc;
  }
  .p-store-v .store-item ul.store-item-r {
    float: none;
    margin-left: 15px;
  }
  .p-store-v .store-item ul.store-item-r li {
    line-height: 1.6;
  }
  .p-store-v .store-item ul.store-item-r .store-item-time {
    color: #999999;
  }
  .p-store-v .store-item ul.store-item-r .store-item-tel {
    color: #808080;
  }
}

/*# sourceMappingURL=style-m.css.map */