/* colors */
/* SP layout extra small < 320 */
/* SP layout small < 600 */
/* SP layout < (1260 -> 960) 960 */
/* intermediate zone added, 960~1400px, lower limit */
/* intermediate zone added, 960~1400px upper limit - 1 */
/* PC layout (PC layout large) >= 1400 */
/* LAYOUT */
/* for pc/sp */
@media screen and (max-width: 959px) {
  /* ---sp--- */ }

/* for pc large/pc medium */
@media screen and (min-width: 620px) and (max-width: 959px) {
  /* sp Medium */ }

@media screen and (max-width: 619px) {
  /* sp Small */ }

@media screen and (min-width: 320px) and (max-width: 619px) {
  /* sp Small moderate */ }

@media screen and (max-width: 319px) {
  /* sp XS */ }

/* for sp med/sp small/sp xs */
/* MIXINs */
/* layout mixins, pc, md, sp */
/* vertical middle for ABS position element */
/* transition */
/* fixed ratio */
/* for img background div */
/* show/hide (use .active class to switch) */
/* mask lighten */
/* add skew */
@media screen and (min-width: 620px) and (max-width: 959px) {
  html {
    /* sp Medium */ } }

@media screen and (max-width: 619px) {
  html {
    /* sp Small */ } }

body {
  background-color: #000; }
  @media screen and (min-width: 1400px) {
    body {
      padding-top: 0px !important;
      /* padding for header */
      padding-bottom: 160px !important;
      /* padding for footer */ } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    body {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      /*padding-top: 60px !important;*/
      /* padding for header */
      padding-bottom: 140px !important;
      /* padding for footer */ } }
  @media screen and (max-width: 959px) {
    body {
      /* ---sp---
      padding-top: 48px !important; */
      /* padding for header */
      padding-bottom: 180px !important;
      /* padding for footer */ } }
  @media screen and (min-width: 1400px) {
    body {
      min-width: 1240px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    body {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      min-width: 960px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    body {
      /* sp Medium */
      width: 100%; } }
  @media screen and (max-width: 619px) {
    body {
      /* sp Small */
      width: 100%; } }

.wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (min-width: 1400px) {
    .wrap {
      /* pc Large */
      width: 1240px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    .wrap {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      width: 960px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .wrap {
      /* sp Medium */
      width: 600px; } }
  @media screen and (max-width: 619px) {
    .wrap {
      /* sp Small */
      width: 100%; } }

/* header */
#header {
  z-index: 1000;
  /* position: fixed !important;*/
  top: 0;
  left: 0;
  right: 0;
  background-color: #111;
  /* sp-nav */
  /* sp-header */ }
  @media screen and (min-width: 1400px) {
    #header {
      height: 68px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #header {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      height: 60px; } }
  @media screen and (max-width: 959px) {
    #header {
      /* ---sp--- */
      height: 18px;top: -40px;} }
  #header .wrap {
    position: relative; }
    @media screen and (min-width: 1400px) {
      #header .wrap {
        width: 98% !important;
        margin-left: 10px;
        margin-right: 10px;
        height: 68px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header .wrap {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        width: auto !important;
        margin-left: 10px;
        margin-right: 10px;
        height: 60px; } }
    @media screen and (max-width: 959px) {
      #header .wrap {
        /* ---sp--- */ } }
  @media screen and (min-width: 1400px) {
    #header .nav-container {
      height: 68px;border-bottom: 1px solid #222;
      display: block !important;
      /* always show in PC */ } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #header .nav-container {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      height: 60px;
      display: block !important; } }
  @media screen and (max-width: 959px) {
    #header .nav-container {
      /* ---sp--- */
      display: none;
      position: fixed;
      z-index: 999;
      top: 48px;
      left: 0;
      right: 0;
      background-color: #000;
      overflow-x: hidden;
      overflow-y: auto; } }
  @media screen and (min-width: 1400px) {
    #header .sp-header {
      display: none !important; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #header .sp-header {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      display: none !important; } }
  @media screen and (max-width: 959px) {
    #header .sp-header {
      /* ---sp--- */
      position: relative;
      z-index: 1002;
      height: 48px;
      text-align: left; }
      #header .sp-header a.navmenu {
        display: block;
        position: absolute;
        width: 49px;
        height: 48px;
        right: 0;
        top: 0;
        bottom: 0; }
        #header .sp-header a.navmenu span {
          display: block;
          position: absolute;
          width: 28px;
          left: 7px;
          height: 2px;
          background-color: #b7b7b7;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          #header .sp-header a.navmenu span:nth-of-type(1) {
            top: 13px; }
          #header .sp-header a.navmenu span:nth-of-type(2) {
            top: 23px; }
          #header .sp-header a.navmenu span:nth-of-type(3) {
            bottom: 13px; }
        #header .sp-header a.navmenu.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          -ms-transform: translateY(10px) rotate(-45deg);
              transform: translateY(10px) rotate(-45deg); }
        #header .sp-header a.navmenu.active span:nth-of-type(2) {
          opacity: 0; }
        #header .sp-header a.navmenu.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          -ms-transform: translateY(-10px) rotate(45deg);
              transform: translateY(-10px) rotate(45deg); } }
  #header a.logo {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(https://www.honda.com.cn/history/images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 1400px) {
      #header a.logo {
        height: 68px;
        width: 58px;
        margin-right: 30px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header a.logo {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        height: 60px;
        width: 58px;
        margin-right: 30px; } }
    @media screen and (max-width: 959px) {
      #header a.logo {
        /* ---sp--- */
        height: 48px;
        width: 55px;
        margin-left: 20px; } }
  #header .nav {
    /* left nav */
    /* right nav */ }
    @media screen and (min-width: 1400px) {
      #header .nav {
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 0; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header .nav {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 0; } }
    @media screen and (max-width: 959px) {
      #header .nav {
        /* ---sp--- */
        text-align: center;
        margin: 8px auto; } }
    #header .nav a.link,
    #header .nav div.link {
      color: #fff;
      position: relative;
      -webkit-transition: margin-bottom 0.2s ease-in-out;
      transition: margin-bottom 0.2s ease-in-out; }
      @media screen and (min-width: 1400px) {
        #header .nav a.link,
        #header .nav div.link {
          display: inline-block;
          vertical-align: top;
          font-size: 13px;
          line-height: 68px;
          height: 68px;
          padding: 0 14px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #header .nav a.link,
        #header .nav div.link {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 60px;
          height: 60px;
          padding: 0 10px; } }
      @media screen and (max-width: 959px) {
        #header .nav a.link,
        #header .nav div.link {
          /* ---sp--- */
          display: block;
          font-size: 15px;
          line-height: 1.5;
          margin: 0 auto;
          padding: .5em 0; } }
      #header .nav a.link span,
      #header .nav div.link span {
        position: relative; }
      #header .nav a.link a.navpop-toggle,
      #header .nav div.link a.navpop-toggle {
        color: #fff; }
      #header .nav a.link::before,
      #header .nav div.link::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
        @media screen and (max-width: 959px) {
          #header .nav a.link::before,
          #header .nav div.link::before {
            /* ---sp--- */
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      #header .nav a.link:hover::before, #header .nav a.link.active::before,
      #header .nav div.link:hover::before,
      #header .nav div.link.active::before {
        background-color: #e20303; }
      #header .nav a.link .navpop-sp,
      #header .nav div.link .navpop-sp {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: hidden;
        height:;
        -webkit-transition: height 0.2s ease-in-out;
        transition: height 0.2s ease-in-out;
        padding-top: 34px; }
        @media screen and (min-width: 960px) and (max-width: 1399px) {
          #header .nav a.link .navpop-sp,
          #header .nav div.link .navpop-sp {
            /* -- intermediate pc -- */
            /* -- intermediate -- */
            padding-top: 30px; } }
        @media screen and (max-width: 959px) {
          #header .nav a.link .navpop-sp,
          #header .nav div.link .navpop-sp {
            /* ---sp--- */
            top: 100%;
            height: 48px;
            padding-top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
        #header .nav a.link .navpop-sp.hidden,
        #header .nav div.link .navpop-sp.hidden {
          height: 0; }
        #header .nav a.link .navpop-sp a.sublink,
        #header .nav div.link .navpop-sp a.sublink {
          display: block;
          color: #fff;
          background-color: #313131;
          font-size: 12px;
          text-align: center;
          line-height: 30px;
          height: 30px; }
          #header .nav a.link .navpop-sp a.sublink:hover,
          #header .nav div.link .navpop-sp a.sublink:hover {
            background-color: #e20303;
            -webkit-box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.25);
                    box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.25);
            color: #fff; }
          @media screen and (max-width: 959px) {
            #header .nav a.link .navpop-sp a.sublink,
            #header .nav div.link .navpop-sp a.sublink {
              /* ---sp--- */
              color: #868686;
              background-color: transparent;
              font-size: 13px;
              margin: 0 auto;
              line-height: 24px;
              height: 24px; } }
          #header .nav a.link .navpop-sp a.sublink > span,
          #header .nav div.link .navpop-sp a.sublink > span {
            display: block;
            -webkit-transform: skewX(20deg);
            -ms-transform: skewX(20deg);
            transform: skewX(20deg); }
            @media screen and (max-width: 959px) {
              #header .nav a.link .navpop-sp a.sublink > span,
              #header .nav div.link .navpop-sp a.sublink > span {
                /* ---sp--- */
                -webkit-transform: none;
                -ms-transform: none;
                transform: none; } }
    @media screen and (max-width: 959px) {
      #header .nav div.link {
        /* ---sp--- */
        margin-bottom: 0; }
        #header .nav div.link.active {
          margin-bottom: 48px; } }
    @media screen and (min-width: 1400px) {
      #header .nav.nav1 {
        left: 0;
        text-align: left; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header .nav.nav1 {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        left: 0;
        text-align: left; } }
    @media screen and (max-width: 959px) {
      #header .nav.nav1 {
        /* ---sp--- */ }
        #header .nav.nav1 a.logo {
          display: none !important; } }
    @media screen and (min-width: 1400px) {
      #header .nav.nav2 {
        right: 0;
        text-align: right; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header .nav.nav2 {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        right: 0;
        text-align: right; } }
    @media screen and (max-width: 959px) {
      #header .nav.nav2 {
        /* ---sp--- */
        margin-top: 40px;
        font-size: 0; } }
    @media screen and (min-width: 1400px) {
      #header .nav.nav2 a.link {
        font-size: 12px;
        padding: 0 12px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #header .nav.nav2 a.link {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        font-size: 12px;
        padding: 0 10px; } }
    @media screen and (max-width: 959px) {
      #header .nav.nav2 a.link {
        /* ---sp--- */
        display: inline-block;
        font-size: 14px;
        width: auto;
        line-height: 20px;
        height: 20px;
        padding: 5px 8px; } }
    #header .nav.nav2 a#search-btn > span::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      height: 100%;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: center;
      background-size: contain;
      background-image: url(https://www.honda.com.cn/history/img/search.svg); }
      @media screen and (min-width: 1400px) {
        #header .nav.nav2 a#search-btn > span::before {
          width: 16px;
          margin-right: 2px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #header .nav.nav2 a#search-btn > span::before {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 16px;
          margin-right: 2px; } }
      @media screen and (max-width: 959px) {
        #header .nav.nav2 a#search-btn > span::before {
          /* ---sp--- */
          width: 14px;
          margin-right: 2px; } }
    @media screen and (max-width: 959px) {
      #header .nav.nav2 a#phone-btn {
        /* ---sp--- */
        display: none;
        /* hide them */ } }
    #header .nav.nav2 a#phone-btn > span::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      height: 100%;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: center;
      background-size: contain;
      background-image: url(https://www.honda.com.cn/history/images/phone.png); }
      @media screen and (min-width: 1400px) {
        #header .nav.nav2 a#phone-btn > span::before {
          width: 16px;
          margin-right: 2px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #header .nav.nav2 a#phone-btn > span::before {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 16px;
          margin-right: 2px; } }
      @media screen and (max-width: 959px) {
        #header .nav.nav2 a#phone-btn > span::before {
          /* ---sp--- */
          width: 14px;
          margin-right: 2px; } }

/* nav pop */
#navpop {
  z-index: 996;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  #navpop.hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none; }
  @media screen and (min-width: 1400px) {
    #navpop {
      top: 68px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #navpop {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      top: 60px; } }
  @media screen and (max-width: 959px) {
    #navpop {
      /* ---sp--- */
      display: none !important; } }
  #navpop .wrap {
    position: relative; }
    @media screen and (min-width: 1400px) {
      #navpop .wrap {
        width: auto !important;
        margin-left: 10px;
        margin-right: 10px;
        height: 68px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #navpop .wrap {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        width: auto !important;
        margin-left: 10px;
        margin-right: 10px;
        height: 60px; } }
  #navpop .navpop-container {
    font-size: 0; }
    @media screen and (min-width: 1400px) {
      #navpop .navpop-container .navpop.navpop1 {
        padding-left: 222px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #navpop .navpop-container .navpop.navpop1 {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        padding-left: 200px; } }
    #navpop .navpop-container .navpop a.link {
      display: inline-block;
      vertical-align: top;
      color: #888;
      line-height: 20px; }
      @media screen and (min-width: 1400px) {
        #navpop .navpop-container .navpop a.link {
          font-size: 13px;
          padding: 10px 14px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #navpop .navpop-container .navpop a.link {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          font-size: 12px;
          padding: 10px 10px; } }
      #navpop .navpop-container .navpop a.link:hover {
        color: #ddd; }

/* footer */
#footer {
  z-index: 800;
  position: absolute;
  background-color: #111; }
  @media screen and (min-width: 1400px) {
    #footer {
      height: 160px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #footer {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      height: 140px; } }
  @media screen and (max-width: 959px) {
    #footer {
      /* ---sp--- */
      height: 180px; } }
  #footer .wrap {
    position: relative;
    background: url(https://www.honda.com.cn/history/images/logo-footer.png) no-repeat; }
    @media screen and (min-width: 1400px) {
      #footer .wrap {
        height: 160px;
        background-position: 0 40%;
        background-size: auto 48px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #footer .wrap {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        height: 140px;
        background-position: 0 40%;
        background-size: auto 48px; } }
    @media screen and (max-width: 959px) {
      #footer .wrap {
        /* ---sp--- */
        height: 180px;
        background-position: 50% 30px;
        background-size: 279px auto; } }
  #footer .nav {
    position: absolute;
    font-size: 0; }
    @media screen and (min-width: 1400px) {
      #footer .nav {
        bottom: 20px;
        left: 0; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #footer .nav {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        bottom: 16px;
        left: 0; } }
    @media screen and (max-width: 959px) {
      #footer .nav {
        /* ---sp--- */
        bottom: 70px;
        left: 1%;
        right: 1%;
        text-align: center; } }
    #footer .nav a.icon-link {
      text-indent: -9999px;
      display: inline-block;
      vertical-align: bottom;
      border-radius: 50%;
      background-color: #888;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 62.5% 62.5%;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      @media screen and (min-width: 1400px) {
        #footer .nav a.icon-link {
          width: 16px;
          height: 16px;
          margin-right: 4px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #footer .nav a.icon-link {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 16px;
          height: 16px;
          margin-right: 4px; } }
      @media screen and (max-width: 959px) {
        #footer .nav a.icon-link {
          /* ---sp--- */
          width: 28px;
          height: 28px;
          margin-left: 12px; }
          #footer .nav a.icon-link:first-child {
            margin-left: 0; } }
      #footer .nav a.icon-link.weixin {
        background-image: url(https://www.honda.com.cn/history/img/icon-weixin.png); }
      #footer .nav a.icon-link.weibo {
        background-image: url(https://www.honda.com.cn/history/img/icon-weibo.png); }
      #footer .nav a.icon-link:hover {
        background-color: #aaa; }
      #footer .nav a.icon-link:active {
        background-color: #ddd; }
    #footer .nav a.link {
      display: inline-block;
      vertical-align: bottom;
      color: #666;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      @media screen and (min-width: 1400px) {
        #footer .nav a.link {
          font-size: 12px;
          line-height: 16px;
          margin-right: 24px; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #footer .nav a.link {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          font-size: 11px;
          line-height: 16px;
          margin-right: 24px; } }
      @media screen and (max-width: 959px) {
        #footer .nav a.link {
          /* ---sp--- */
          font-size: 13px;
          line-height: 1;
          padding: 0 1em;
          margin: 7px 0; }
          #footer .nav a.link:last-child {
            border-right: none;
            padding-right: 0; } }
      #footer .nav a.link:hover {
        color: #aaa; }
      #footer .nav a.link:active {
        color: #ddd; }
  #footer .copyright {
    position: absolute;
    color: #666; }
    #footer .copyright a {
      color: #666; }
      #footer .copyright a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 1400px) {
      #footer .copyright {
        bottom: 20px;
        right: 0;
        text-align: right;
        font-size: 12px;
        line-height: 16px; }
        #footer .copyright br {
          display: none; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #footer .copyright {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        bottom: 16px;
        right: 0;
        text-align: right;
        font-size: 11px;
        line-height: 16px; }
        #footer .copyright br {
          display: none; } }
    @media screen and (max-width: 959px) {
      #footer .copyright {
        /* ---sp--- */
        bottom: 12px;
        left: 1%;
        right: 1%;
        text-align: center;
        font-size: 11px;
        line-height: 1.2; } }

/* sidebar */
#sidebar {
  position: fixed;
  z-index: 900;
  top: 50%;
  right: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #222;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @media screen and (min-width: 1400px) {
    #sidebar {
      padding: 16px 5px; } }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    #sidebar {
      /* -- intermediate pc -- */
      /* -- intermediate -- */
      padding: 12px 3px; } }
  @media screen and (max-width: 959px) {
    #sidebar {
      /* ---sp--- */
      padding: 6px;
      opacity: .8;
      -webkit-transform: translate(116px, -50%);
      -ms-transform: translate(116px, -50%);
      transform: translate(116px, -50%);
      top: 90%; }
      #sidebar.active {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  #sidebar a.icon-link {
    opacity: .8;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    @media screen and (min-width: 1400px) {
      #sidebar a.icon-link {
        display: block;
        width: 40px;
        height: 40px;
        background-size: 24px; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #sidebar a.icon-link {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        display: block;
        width: 32px;
        height: 32px;
        background-size: 18px; } }
    @media screen and (max-width: 959px) {
      #sidebar a.icon-link {
        /* ---sp--- */
        display: inline-block;
        vertical-align: top;
        width: 36px;
        height: 36px;
        background-size: 18px; } }
    @media screen and (min-width: 1400px) {
      #sidebar a.icon-link.toggle {
        display: none !important; } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      #sidebar a.icon-link.toggle {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        display: none !important; } }
    @media screen and (max-width: 959px) {
      #sidebar a.icon-link.toggle {
        /* ---sp--- */
        background-image: url(https://www.honda.com.cn/history/img/icon-w-toggle.png);
        margin-right: 8px; } }
    #sidebar a.icon-link.honda {
      background-image: url(https://www.honda.com.cn/history/img/icon-w-honda.png); }
    #sidebar a.icon-link.weixin {
      background-image: url(https://www.honda.com.cn/history/img/icon-w-weixin.png); }
    #sidebar a.icon-link.weibo {
      background-image: url(https://www.honda.com.cn/history/img/icon-w-weibo.png); }
    #sidebar a.icon-link:hover {
      opacity: 1; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        #sidebar a.icon-link:hover {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        #sidebar a.icon-link:hover {
          /* ---sp--- */ } }

/* weixin popup */
.weixin-pop {
  display: none;
  z-index: 900;
  position: fixed;
  top: -50%;
  bottom: -50%;
  right: 0;
  left: 0; }
  .weixin-pop.active {
    display: block; }
  .weixin-pop a.mask {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8; }
  .weixin-pop .weixin-pop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1400px) {
      .weixin-pop .weixin-pop-img {
        width: 300px;
        height: auto;
        margin-top: 34px;
        /* for header */ } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      .weixin-pop .weixin-pop-img {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        width: 250px;
        height: auto;
        margin-top: 26px;
        /* for header */ } }
    @media screen and (max-width: 959px) {
      .weixin-pop .weixin-pop-img {
        /* ---sp--- */
        width: 70%;
        auto: auto;
        margin-top: 24px;
        /* for header */ } }
    .weixin-pop .weixin-pop-img img.img {
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (min-width: 1400px) {
        .weixin-pop .weixin-pop-img img.img {
          width: 100%;
          height: auto; }
          .weixin-pop .weixin-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .weixin-pop .weixin-pop-img img.img {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 100%;
          height: auto; }
          .weixin-pop .weixin-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (max-width: 959px) {
        .weixin-pop .weixin-pop-img img.img {
          /* ---sp--- */
          width: 100%;
          height: auto; }
          .weixin-pop .weixin-pop-img img.img.pc {
            display: none !important; } }
    .weixin-pop .weixin-pop-img table {
      width: 100%;
      background-color: #e0e0e0;
      color: #666;
      border: solid 1px white; }
      .weixin-pop .weixin-pop-img table thead tr, .weixin-pop .weixin-pop-img table thead th, .weixin-pop .weixin-pop-img table thead td {
        background-color: black;
        color: white; }
      .weixin-pop .weixin-pop-img table tr, .weixin-pop .weixin-pop-img table th, .weixin-pop .weixin-pop-img table td {
        text-align: center;
        padding: 10px;
        border: solid 1px #eee; }
    .weixin-pop .weixin-pop-img a.close {
      display: block;
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: white;
      border: solid 1px black; }
      .weixin-pop .weixin-pop-img a.close::before {
        content: 'x';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0;
        padding: 3px;
        color: black;
        text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .weixin-pop .weixin-pop-img a.close {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .weixin-pop .weixin-pop-img a.close {
          /* ---sp--- */ } }

/* contact popup */
.contact-pop {
  z-index: 900;
  display: none;
  position: fixed;
  top: -50%;
  bottom: -50%;
  right: 0;
  left: 0; }
  .contact-pop.active {
    display: block; }
  .contact-pop a.mask {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8; }
  .contact-pop .contact-pop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1400px) {
      .contact-pop .contact-pop-img {
        font-size: 1.25em;
        width: 70%;
        height: auto;
        margin-top: 34px;
        /* for header */ } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      .contact-pop .contact-pop-img {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        font-size: 1.25em;
        width: 70%;
        height: auto;
        margin-top: 26px;
        /* for header */ } }
    @media screen and (max-width: 959px) {
      .contact-pop .contact-pop-img {
        /* ---sp--- */
        width: 100%;
        font-size: 0.9em;
        height: auto;
        margin-top: 24px;
        /* for header */ } }
    .contact-pop .contact-pop-img img.img {
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (min-width: 1400px) {
        .contact-pop .contact-pop-img img.img {
          width: 100%;
          height: auto; }
          .contact-pop .contact-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .contact-pop .contact-pop-img img.img {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 100%;
          height: auto; }
          .contact-pop .contact-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (max-width: 959px) {
        .contact-pop .contact-pop-img img.img {
          /* ---sp--- */
          height: 100%;
          width: auto; }
          .contact-pop .contact-pop-img img.img.pc {
            display: none !important; } }
    .contact-pop .contact-pop-img table {
      width: 100%;
      background-color: #e0e0e0;
      color: #666;
      border: solid 1px white; }
      .contact-pop .contact-pop-img table thead tr, .contact-pop .contact-pop-img table thead th, .contact-pop .contact-pop-img table thead td {
        background-color: black;
        color: white; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .contact-pop .contact-pop-img table thead {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .contact-pop .contact-pop-img table thead {
          /* ---sp--- */ }
          .contact-pop .contact-pop-img table thead td {
            padding: 10px 40px; } }
      .contact-pop .contact-pop-img table tr, .contact-pop .contact-pop-img table th, .contact-pop .contact-pop-img table td {
        text-align: center;
        padding: 10px;
        border: solid 1px #eee; }
    .contact-pop .contact-pop-img a.close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: white;
      border: solid 1px black; }
      .contact-pop .contact-pop-img a.close::before {
        content: 'x';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0;
        padding: 3px;
        color: black;
        text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .contact-pop .contact-pop-img a.close {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .contact-pop .contact-pop-img a.close {
          /* ---sp--- */ } }

/* phone popup */
.phone-pop {
  z-index: 900;
  display: none;
  position: fixed;
  top: -50%;
  bottom: -50%;
  right: 0;
  left: 0; }
  .phone-pop.active {
    display: block; }
  .phone-pop a.mask {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8; }
  .phone-pop .phone-pop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1400px) {
      .phone-pop .phone-pop-img {
        font-size: 1.25em;
        width: 40%;
        max-width: 450px;
        height: auto;
        margin-top: 34px;
        /* for header */ } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      .phone-pop .phone-pop-img {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        font-size: 1.25em;
        width: 50%;
        max-width: 450px;
        height: auto;
        margin-top: 26px;
        /* for header */ } }
    @media screen and (max-width: 959px) {
      .phone-pop .phone-pop-img {
        /* ---sp--- */
        width: 90%;
        max-width: 400px;
        font-size: 0.9em;
        height: auto;
        margin-top: 24px;
        /* for header */ } }
    .phone-pop .phone-pop-img img.img {
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (min-width: 1400px) {
        .phone-pop .phone-pop-img img.img {
          width: 100%;
          height: auto; }
          .phone-pop .phone-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .phone-pop .phone-pop-img img.img {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 100%;
          height: auto; }
          .phone-pop .phone-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (max-width: 959px) {
        .phone-pop .phone-pop-img img.img {
          /* ---sp--- */
          height: 100%;
          width: auto; }
          .phone-pop .phone-pop-img img.img.pc {
            display: none !important; } }
    .phone-pop .phone-pop-img table {
      width: 100%;
      background-color: #e0e0e0;
      color: #666;
      border: solid 1px white; }
      .phone-pop .phone-pop-img table thead tr, .phone-pop .phone-pop-img table thead th, .phone-pop .phone-pop-img table thead td {
        background-color: black;
        color: white;
        padding: 1em 0; }
        .phone-pop .phone-pop-img table thead tr .phone-pop-content, .phone-pop .phone-pop-img table thead th .phone-pop-content, .phone-pop .phone-pop-img table thead td .phone-pop-content {
          display: inline-block;
          width: auto; }
          .phone-pop .phone-pop-img table thead tr .phone-pop-content p, .phone-pop .phone-pop-img table thead th .phone-pop-content p, .phone-pop .phone-pop-img table thead td .phone-pop-content p {
            text-align: left; }
            .phone-pop .phone-pop-img table thead tr .phone-pop-content p span, .phone-pop .phone-pop-img table thead th .phone-pop-content p span, .phone-pop .phone-pop-img table thead td .phone-pop-content p span {
              padding-right: 3em; }
          .phone-pop .phone-pop-img table thead tr .phone-pop-content p.line, .phone-pop .phone-pop-img table thead th .phone-pop-content p.line, .phone-pop .phone-pop-img table thead td .phone-pop-content p.line {
            margin-bottom: 1em; }
          .phone-pop .phone-pop-img table thead tr .phone-pop-content div, .phone-pop .phone-pop-img table thead th .phone-pop-content div, .phone-pop .phone-pop-img table thead td .phone-pop-content div {
            text-align: right; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .phone-pop .phone-pop-img table thead {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .phone-pop .phone-pop-img table thead {
          /* ---sp--- */ }
          .phone-pop .phone-pop-img table thead td {
            padding: 10px 40px; } }
      .phone-pop .phone-pop-img table tr, .phone-pop .phone-pop-img table th, .phone-pop .phone-pop-img table td {
        text-align: center;
        padding: 10px;
        border: solid 1px #eee; }
    .phone-pop .phone-pop-img a.close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: white;
      border: solid 1px black; }
      .phone-pop .phone-pop-img a.close::before {
        content: 'x';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0;
        color: black;
        text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .phone-pop .phone-pop-img a.close {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .phone-pop .phone-pop-img a.close {
          /* ---sp--- */ } }

/* drive popup */
.drive-pop, .driveok-pop {
  display: none;
  z-index: 900;
  position: fixed;
  top: -50%;
  bottom: -50%;
  right: 0;
  left: 0; }
  .drive-pop.active, .driveok-pop.active {
    display: block; }
  .drive-pop a.mask, .driveok-pop a.mask {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8; }
  .drive-pop .drive-pop-img, .driveok-pop .drive-pop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1400px) {
      .drive-pop .drive-pop-img, .driveok-pop .drive-pop-img {
        width: 70%;
        height: auto;
        margin-top: 34px;
        /* for header */ } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      .drive-pop .drive-pop-img, .driveok-pop .drive-pop-img {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        width: 70%;
        height: auto;
        margin-top: 26px;
        /* for header */ } }
    @media screen and (max-width: 959px) {
      .drive-pop .drive-pop-img, .driveok-pop .drive-pop-img {
        /* ---sp--- */
        width: 100%;
        height: auto;
        margin-top: 12px;
        /* for header */ } }
    .drive-pop .drive-pop-img img.img, .driveok-pop .drive-pop-img img.img {
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (min-width: 1400px) {
        .drive-pop .drive-pop-img img.img, .driveok-pop .drive-pop-img img.img {
          width: 100%;
          height: auto; }
          .drive-pop .drive-pop-img img.img.sp, .driveok-pop .drive-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .drive-pop .drive-pop-img img.img, .driveok-pop .drive-pop-img img.img {
          /* -- intermediate pc -- */
          /* -- intermediate -- */
          width: 100%;
          height: auto; }
          .drive-pop .drive-pop-img img.img.sp, .driveok-pop .drive-pop-img img.img.sp {
            display: none !important; } }
      @media screen and (max-width: 959px) {
        .drive-pop .drive-pop-img img.img, .driveok-pop .drive-pop-img img.img {
          /* ---sp--- */
          height: 100%;
          width: auto; }
          .drive-pop .drive-pop-img img.img.pc, .driveok-pop .drive-pop-img img.img.pc {
            display: none !important; } }
    .drive-pop .drive-pop-img table, .driveok-pop .drive-pop-img table {
      width: 100%;
      background-color: #e0e0e0;
      color: #666;
      border: solid 1px white; }
      .drive-pop .drive-pop-img table thead tr, .drive-pop .drive-pop-img table thead th, .drive-pop .drive-pop-img table thead td, .driveok-pop .drive-pop-img table thead tr, .driveok-pop .drive-pop-img table thead th, .driveok-pop .drive-pop-img table thead td {
        background-color: black;
        color: white; }
      .drive-pop .drive-pop-img table tr, .drive-pop .drive-pop-img table th, .drive-pop .drive-pop-img table td, .driveok-pop .drive-pop-img table tr, .driveok-pop .drive-pop-img table th, .driveok-pop .drive-pop-img table td {
        text-align: center;
        padding: 12px;
        border: solid 1px #eee; }
        @media screen and (min-width: 960px) and (max-width: 1399px) {
          .drive-pop .drive-pop-img table tr, .drive-pop .drive-pop-img table th, .drive-pop .drive-pop-img table td, .driveok-pop .drive-pop-img table tr, .driveok-pop .drive-pop-img table th, .driveok-pop .drive-pop-img table td {
            /* -- intermediate pc -- */
            /* -- intermediate -- */ } }
        @media screen and (max-width: 959px) {
          .drive-pop .drive-pop-img table tr, .drive-pop .drive-pop-img table th, .drive-pop .drive-pop-img table td, .driveok-pop .drive-pop-img table tr, .driveok-pop .drive-pop-img table th, .driveok-pop .drive-pop-img table td {
            /* ---sp--- */
            padding: 6px; } }
      .drive-pop .drive-pop-img table input[type=input],
      .drive-pop .drive-pop-img table input[type=number], .driveok-pop .drive-pop-img table input[type=input],
      .driveok-pop .drive-pop-img table input[type=number] {
        width: 50%; }
      .drive-pop .drive-pop-img table select, .driveok-pop .drive-pop-img table select {
        width: 25%; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .drive-pop .drive-pop-img table, .driveok-pop .drive-pop-img table {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .drive-pop .drive-pop-img table, .driveok-pop .drive-pop-img table {
          /* ---sp--- */
          width: 100%; }
          .drive-pop .drive-pop-img table th, .driveok-pop .drive-pop-img table th {
            width: 40px; }
          .drive-pop .drive-pop-img table input[type=input],
          .drive-pop .drive-pop-img table input[type=number], .driveok-pop .drive-pop-img table input[type=input],
          .driveok-pop .drive-pop-img table input[type=number] {
            width: 80%; }
          .drive-pop .drive-pop-img table select, .driveok-pop .drive-pop-img table select {
            width: 70%;
            background-color: white; } }
    .drive-pop .drive-pop-img input[type=submit], .driveok-pop .drive-pop-img input[type=submit] {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px;
      text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .drive-pop .drive-pop-img input[type=submit], .driveok-pop .drive-pop-img input[type=submit] {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .drive-pop .drive-pop-img input[type=submit], .driveok-pop .drive-pop-img input[type=submit] {
          /* ---sp--- */
          background-color: white; } }
    .drive-pop .drive-pop-img a.close, .driveok-pop .drive-pop-img a.close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: white;
      border: solid 1px black; }
      .drive-pop .drive-pop-img a.close::before, .driveok-pop .drive-pop-img a.close::before {
        content: 'x';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0;
        padding: 3px;
        color: black;
        text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .drive-pop .drive-pop-img a.close, .driveok-pop .drive-pop-img a.close {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .drive-pop .drive-pop-img a.close, .driveok-pop .drive-pop-img a.close {
          /* ---sp--- */
          top: 1px;
          right: 1px; } }
  .drive-pop label.error, .driveok-pop label.error {
    display: block;
    color: red;
    font-size: 12px; }
  .drive-pop .input-verifycode, .driveok-pop .input-verifycode {
    max-width: 100px; }

#wechat-qrcode-modal {
  position: absolute;
  text-align: center;
  /*background-color: white;*/
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: 0 auto; }

#wechat-qrcode-modal p {
  border: solid 1px black;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  background-color: white; }

#wechat-qrcode-modal img {
  /*margin: 0 auto;*/ }

.iw-modalOverlay {
  background: #000;
  opacity: .8; }

/* prize popup */
.prize-pop, .prizeok-pop {
  display: none;
  z-index: 900;
  position: fixed;
  top: -50%;
  bottom: -50%;
  right: 0;
  left: 0; }
  .prize-pop.active, .prizeok-pop.active {
    display: block; }
  .prize-pop a.mask, .prizeok-pop a.mask {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8; }
  .prize-pop .prize-pop-img, .prizeok-pop .prize-pop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #404040;
    background-image: url(https://www.honda.com.cn/history/img/footer-prizepopup-bg.png);
    background-position: top right;
    background-size: cover; }
    @media screen and (min-width: 1400px) {
      .prize-pop .prize-pop-img, .prizeok-pop .prize-pop-img {
        width: 400px;
        height: auto;
        margin-top: 34px;
        /* for header */ } }
    @media screen and (min-width: 960px) and (max-width: 1399px) {
      .prize-pop .prize-pop-img, .prizeok-pop .prize-pop-img {
        /* -- intermediate pc -- */
        /* -- intermediate -- */
        width: 400px;
        height: auto;
        margin-top: 26px;
        /* for header */ } }
    @media screen and (max-width: 959px) {
      .prize-pop .prize-pop-img, .prizeok-pop .prize-pop-img {
        /* ---sp--- */
        width: 90%;
        height: auto;
        margin-top: 12px;
        /* for header */ } }
    .prize-pop .prize-pop-img .prize-pop-caption, .prizeok-pop .prize-pop-img .prize-pop-caption {
      padding: 26px 0 20px 0;
      text-align: center;
      font-size: 22px;
      color: white;
      font-weight: 400;
      letter-spacing: 2px;
      border-bottom: solid 2px #ff2840; }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img .prize-pop-caption, .prizeok-pop .prize-pop-img .prize-pop-caption {
          /* ---sp--- */
          padding: 1em 0 0.5em 0;
          font-size: 1.2em; } }
    .prize-pop .prize-pop-img table, .prizeok-pop .prize-pop-img table {
      width: 94%;
      margin: 0 3%;
      color: #666;
      text-align: left;
      border: solid 0px transparent; }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img table, .prizeok-pop .prize-pop-img table {
          /* ---sp--- */
          margin: 0.5em 0 0 0; } }
      .prize-pop .prize-pop-img table tr, .prize-pop .prize-pop-img table th, .prize-pop .prize-pop-img table td, .prizeok-pop .prize-pop-img table tr, .prizeok-pop .prize-pop-img table th, .prizeok-pop .prize-pop-img table td {
        padding: 20px 12px 5px 12px;
        border: solid 0px transparent; }
        @media screen and (min-width: 960px) and (max-width: 1399px) {
          .prize-pop .prize-pop-img table tr, .prize-pop .prize-pop-img table th, .prize-pop .prize-pop-img table td, .prizeok-pop .prize-pop-img table tr, .prizeok-pop .prize-pop-img table th, .prizeok-pop .prize-pop-img table td {
            /* -- intermediate pc -- */
            /* -- intermediate -- */ } }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table tr, .prize-pop .prize-pop-img table th, .prize-pop .prize-pop-img table td, .prizeok-pop .prize-pop-img table tr, .prizeok-pop .prize-pop-img table th, .prizeok-pop .prize-pop-img table td {
            /* ---sp--- */
            padding: 0.2em 0.5em; } }
      .prize-pop .prize-pop-img table td.prize-col-left, .prizeok-pop .prize-pop-img table td.prize-col-left {
        width: 60%; }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table td.prize-col-left, .prizeok-pop .prize-pop-img table td.prize-col-left {
            /* ---sp--- */
            width: 50%; } }
      .prize-pop .prize-pop-img table td.prize-col-right, .prizeok-pop .prize-pop-img table td.prize-col-right {
        width: 40%; }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table td.prize-col-right, .prizeok-pop .prize-pop-img table td.prize-col-right {
            /* ---sp--- */
            width: 50%; } }
      .prize-pop .prize-pop-img table label.prize-label, .prizeok-pop .prize-pop-img table label.prize-label {
        display: block;
        color: rgba(255, 255, 255, 0.4);
        font-size: 16px;
        padding-left: 10px; }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table label.prize-label, .prizeok-pop .prize-pop-img table label.prize-label {
            /* ---sp--- */
            font-size: 1em;
            padding-left: 0.5em; } }
      .prize-pop .prize-pop-img table input[type=input],
      .prize-pop .prize-pop-img table input[type=number], .prizeok-pop .prize-pop-img table input[type=input],
      .prizeok-pop .prize-pop-img table input[type=number] {
        margin: 10px 0;
        width: 90%;
        width: calc(100% - 20px);
        border-radius: 20px;
        height: 40px;
        background: black;
        color: white;
        border: none;
        padding: 0 10px;
        -webkit-appearance: none;
        -o-appearance: none;
        -moz-appearance: none;
             appearance: none; }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table input[type=input],
          .prize-pop .prize-pop-img table input[type=number], .prizeok-pop .prize-pop-img table input[type=input],
          .prizeok-pop .prize-pop-img table input[type=number] {
            /* ---sp--- */
            width: 90%;
            width: calc(100% - 1em);
            height: 2.5em;
            border-radius: 1.25em;
            padding: 0 0.5em;
            margin: 0.2em 0; } }
      .prize-pop .prize-pop-img table .prize-input-radio, .prizeok-pop .prize-pop-img table .prize-input-radio {
        height: 44px;
        padding: 14px 0 0 0;
        max-width: 100%; }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img table .prize-input-radio, .prizeok-pop .prize-pop-img table .prize-input-radio {
            /* ---sp--- */
            height: 2em; } }
        .prize-pop .prize-pop-img table .prize-input-radio label, .prizeok-pop .prize-pop-img table .prize-input-radio label {
          display: inline-block;
          cursor: pointer;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .prize-pop .prize-pop-img table .prize-input-radio label input, .prizeok-pop .prize-pop-img table .prize-input-radio label input {
            visibility: hidden; }
          .prize-pop .prize-pop-img table .prize-input-radio label input + i, .prizeok-pop .prize-pop-img table .prize-input-radio label input + i {
            color: red;
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 20px;
            border: solid 4px #202020;
            background-clip: padding-box;
            margin-left: -0.5em;
            margin-right: -0.2em;
            position: relative;
            vertical-align: middle; }
          .prize-pop .prize-pop-img table .prize-input-radio label input:checked + i, .prizeok-pop .prize-pop-img table .prize-input-radio label input:checked + i {
            border: solid 4px #202020;
            background: red; }
            .prize-pop .prize-pop-img table .prize-input-radio label input:checked + i::after, .prizeok-pop .prize-pop-img table .prize-input-radio label input:checked + i::after {
              content: '\2713';
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              color: white;
              font-size: 16px;
              line-height: 16px; }
          .prize-pop .prize-pop-img table .prize-input-radio label span, .prizeok-pop .prize-pop-img table .prize-input-radio label span {
            display: inline-block;
            vertical-align: middle;
            line-height: 20px; }
      .prize-pop .prize-pop-img table select, .prizeok-pop .prize-pop-img table select {
        width: 25%; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .prize-pop .prize-pop-img table, .prizeok-pop .prize-pop-img table {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img table, .prizeok-pop .prize-pop-img table {
          /* ---sp--- */
          width: 100%; }
          .prize-pop .prize-pop-img table select, .prizeok-pop .prize-pop-img table select {
            width: 70%; } }
    .prize-pop .prize-pop-img .prize-pop-button, .prizeok-pop .prize-pop-img .prize-pop-button {
      text-align: center;
      border-bottom: solid 1px #7a7a7a;
      padding: 20px 0 30px 0; }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img .prize-pop-button, .prizeok-pop .prize-pop-img .prize-pop-button {
          /* ---sp--- */
          padding: 0.5em 0 1em; } }
      .prize-pop .prize-pop-img .prize-pop-button input[type=submit], .prizeok-pop .prize-pop-img .prize-pop-button input[type=submit] {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 5px;
        text-align: center;
        color: white;
        background: #d6d5d5;
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(60deg, #d6d5d5 6%, #9e9e9e 25%, #9e9e9e 75%, #d6d5d5 92%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-linear-gradient(30deg, #d6d5d5 6%, #9e9e9e 25%, #9e9e9e 75%, #d6d5d5 92%);
        background: linear-gradient(60deg, #d6d5d5 6%, #9e9e9e 25%, #9e9e9e 75%, #d6d5d5 92%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d5', endColorstr='#d6d5d5',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        border: solid 1px #bababa;
        -webkit-box-shadow: 1px 1px 1px 1px #bababa;
        box-shadow: 1px 1px 1px 1px #bababa; }
        @media screen and (min-width: 960px) and (max-width: 1399px) {
          .prize-pop .prize-pop-img .prize-pop-button input[type=submit], .prizeok-pop .prize-pop-img .prize-pop-button input[type=submit] {
            /* -- intermediate pc -- */
            /* -- intermediate -- */ } }
        @media screen and (max-width: 959px) {
          .prize-pop .prize-pop-img .prize-pop-button input[type=submit], .prizeok-pop .prize-pop-img .prize-pop-button input[type=submit] {
            /* ---sp--- */
            width: 6em;
            height: 2em;
            font-size: 1em; } }
        .prize-pop .prize-pop-img .prize-pop-button input[type=submit]:disabled, .prizeok-pop .prize-pop-img .prize-pop-button input[type=submit]:disabled {
          color: #333;
          opacity: 0.7; }
    .prize-pop .prize-pop-img .prize-pop-footer, .prizeok-pop .prize-pop-img .prize-pop-footer {
      padding: 15px 12px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 11px; }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img .prize-pop-footer, .prizeok-pop .prize-pop-img .prize-pop-footer {
          /* ---sp--- */
          padding: 1em 0.5em; } }
      .prize-pop .prize-pop-img .prize-pop-footer b, .prizeok-pop .prize-pop-img .prize-pop-footer b {
        font-size: 14px;
        font-weight: 400; }
      .prize-pop .prize-pop-img .prize-pop-footer ul, .prizeok-pop .prize-pop-img .prize-pop-footer ul {
        list-style-type: square;
        list-style-position: outside;
        margin-left: 14px;
        color: white; }
        .prize-pop .prize-pop-img .prize-pop-footer ul li, .prizeok-pop .prize-pop-img .prize-pop-footer ul li {
          color: rgba(255, 255, 255, 0.7); }
          .prize-pop .prize-pop-img .prize-pop-footer ul li span.para-li, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para-li {
            display: block;
            font-size: 0;
            position: relative; }
            .prize-pop .prize-pop-img .prize-pop-footer ul li span.para-li span, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para-li span {
              font-size: 11px; }
          .prize-pop .prize-pop-img .prize-pop-footer ul li span.para-title, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para-title {
            display: inline-block;
            width: 18%;
            width: calc( 0% + 60px);
            word-break: keep-all;
            white-space: nowrap; }
          .prize-pop .prize-pop-img .prize-pop-footer ul li span.para, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para {
            display: inline-block;
            vertical-align: top;
            width: 81%;
            width: calc( 100% - 60px); }
            @media screen and (max-width: 959px) {
              .prize-pop .prize-pop-img .prize-pop-footer ul li span.para, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para {
                /* ---sp--- */ }
                .prize-pop .prize-pop-img .prize-pop-footer ul li span.para.para-para2, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para.para-para2 {
                  display: block;
                  width: auto; } }
          @media screen and (max-width: 959px) {
            .prize-pop .prize-pop-img .prize-pop-footer ul li span.para1, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para1 {
              /* ---sp--- */
              display: block; } }
          .prize-pop .prize-pop-img .prize-pop-footer ul li span.para2, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para2 {
            display: block; }
            @media screen and (max-width: 959px) {
              .prize-pop .prize-pop-img .prize-pop-footer ul li span.para2, .prizeok-pop .prize-pop-img .prize-pop-footer ul li span.para2 {
                /* ---sp--- */
                display: block; } }
    .prize-pop .prize-pop-img a.close, .prizeok-pop .prize-pop-img a.close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: white;
      border: solid 1px black; }
      .prize-pop .prize-pop-img a.close::before, .prizeok-pop .prize-pop-img a.close::before {
        content: 'x';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0;
        padding: 3px;
        color: black;
        text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1399px) {
        .prize-pop .prize-pop-img a.close, .prizeok-pop .prize-pop-img a.close {
          /* -- intermediate pc -- */
          /* -- intermediate -- */ } }
      @media screen and (max-width: 959px) {
        .prize-pop .prize-pop-img a.close, .prizeok-pop .prize-pop-img a.close {
          /* ---sp--- */
          top: 1px;
          right: 1px; } }

.prizeok-pop .prize-pop-img table {
  color: white;
  padding: 0;
  margin: 0;
  width: 100%; }
  .prizeok-pop .prize-pop-img table tr {
    text-align: center; }
  .prizeok-pop .prize-pop-img table th {
    padding: 20px 0;
    border-bottom: solid 1px red; }
  .prizeok-pop .prize-pop-img table td {
    padding: 20px 0 20px 0; }

/* ================================ default style ================================ */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  /* -ms-word-break: break-all;
		word-break: break-all; */
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body,
table,
input, textarea, select, option {
  font-family: 'Ë¼Ô´ºÚÌå¼òÌå', Arial, Helvetica, sans-serif !important;
  line-height: 1.44;
  /* font-size: 10px; */ }

body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a, a:link {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover {
  text-decoration: none; }

a:hover, a:active, a:visited {
  color: #000;
  outline: 0; }

/* ================================ normalize ================================ */
/* normalize Texts */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: 0em; }

/* normalize Contents */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

/* normalize Forms */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

a, button, select, li, span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number'],
input[type='file'],
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  resize: vertical; }

input[type='file'] {
  resize: none; }

textarea[readonly] {
  resize: none; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

.checkbox-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-left: .25em;
  cursor: pointer; }

/* normalize table
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; } */

/* -------- clearfix -------- */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; }

/* ================================ LAYOUT ================================ */
body {
  min-height: 100%; }

#header, #main {
  position: relative;}

#footer {
  position: absolute;
  width: 100%;
  right: 0;
  bottom:;
  left: 0; }

#header:after, #main:after, #footer:after, #header-bar:after {
  display: block;
  content: " ";
  height: 0;
  visibility: hidden;
  clear: both; }

/* colors */
/* SP layout extra small < 320 */
/* SP layout small < 600 */
/* SP layout < (1260 -> 960) 960 */
/* intermediate zone added, 960~1400px, lower limit */
/* intermediate zone added, 960~1400px upper limit - 1 */
/* PC layout (PC layout large) >= 1400 */
/* LAYOUT */
/* for pc/sp */
@media screen and (max-width: 959px) {
  /* ---sp--- */ }

/* for pc large/pc medium */
@media screen and (min-width: 620px) and (max-width: 959px) {
  /* sp Medium */ }

@media screen and (max-width: 619px) {
  /* sp Small */ }

@media screen and (min-width: 320px) and (max-width: 619px) {
  /* sp Small moderate */ }

@media screen and (max-width: 319px) {
  /* sp XS */ }

/* for sp med/sp small/sp xs */
/* MIXINs */
/* layout mixins, pc, md, sp */
/* vertical middle for ABS position element */
/* transition */
/* fixed ratio */
/* for img background div */
/* show/hide (use .active class to switch) */
/* mask lighten */
/* add skew */
