@charset "utf-8";
/* ==========================================================================
   kabocup.com  |  深圳市卡博杯业有限公司
   style.css  --  base / layout / header / nav / footer
   所有静态资源统一存放于站点根目录 /skin/ 下
   ========================================================================== */

/* ---------- reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  background: #f4f1ec;
  overflow-x: hidden;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-size: 100%; }
ul, ol, li { list-style: none; }
img { border: 0; vertical-align: middle; max-width: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #333; text-decoration: none; transition: color .25s, background-color .25s; }
a:hover { color: #c8452e; }
input, button, select, textarea { font-family: inherit; font-size: 100%; outline: none; }
em, i { font-style: normal; }
.clearfix::after, .clear::after { content: ""; display: block; clear: both; height: 0; overflow: hidden; }
.fl { float: left; }
.fr { float: right; }

/* ---------- common ---------- */
.w1200 { width: 1200px; margin: 0 auto; max-width: 100%; }
.main { width: 1200px; margin: 0 auto; max-width: 100%; }
.mt10 { margin-top: 10px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; }
.pb30 { padding-bottom: 30px; } .pt30 { padding-top: 30px; }
.tac { text-align: center; }
.accent { color: #c8452e; }
.hide { display: none !important; }

/* section title */
.ititle { text-align: center; padding: 12px 0 6px; }
.ititle p {
  font-size: 26px; line-height: 1.1; color: #dfe6ee; letter-spacing: 4px;
  text-transform: uppercase; font-weight: 700;
}
.ititle span { display: block; font-size: 30px; color: #1c2430; margin-top: -18px; letter-spacing: 4px; }
.ititle em { display: block; width: 60px; height: 3px; background: #c8452e; margin: 16px auto 0; }

/* ==========================================================================
   Top bar
   ========================================================================== */
.top-main { background: #fff; }
.top-1 { background: #1c2430; color: #b9c2cc; font-size: 13px; line-height: 38px; }
.top-1 a { color: #b9c2cc; }
.top-1 a:hover { color: #fff; }
.top-1 .fr > span { margin-left: 18px; }
.top-1 .fr i { color: #c8452e; font-weight: bold; }

/* logo + hotline */
.top-2 { padding: 22px 0; }
.top-logo { display: flex; align-items: center; }
.top-logo > a { display: flex; align-items: center; flex: 0 0 auto; }
.top-logo .logo-mark {
  width: 58px; height: 58px; flex: 0 0 58px; border-radius: 14px; background: #1c2430;
  display: block; position: relative;
}
.top-logo .logo-mark span {
  position: absolute; left: 0; top: 0; width: 58px; height: 58px;
  display: block; color: #fff; font-size: 22px; font-weight: 700;
  line-height: 58px; text-align: center; letter-spacing: -1px;
}
.top-logo .logo-txt { display: block; margin-left: 14px; }
.top-logo .logo-name { display: block; font-size: 24px; font-weight: 700; color: #1c2430; letter-spacing: 1px; line-height: 1.3; }
.top-logo .logo-slogan { display: block; font-size: 12px; color: #98a2ad; letter-spacing: 1px; }
.logo_xian { width: 1px; height: 46px; background: #e4ded6; margin: 0 22px; }
.logo_biaoti { font-size: 15px; color: #1c2430; font-weight: bold; line-height: 1.6; }
.logo_miaosu { font-size: 13px; color: #8b939c; }
.top-tel { text-align: right; }
.top-tel p { font-size: 13px; color: #98a2ad; }
.top-tel h2 { font-size: 30px; color: #c8452e; font-weight: 700; letter-spacing: 1px; line-height: 1.25; }
.top-tel span { font-size: 13px; color: #8b939c; }

/* ==========================================================================
   Main navigation
   ========================================================================== */
.top-3 { background: #1c2430; }
.top-menu { display: flex; }
.top-menu > li { position: relative; flex: 1 1 auto; text-align: center; }
.top-menu > li > a {
  display: block; padding: 0 10px; height: 76px; color: #fff;
  font-size: 16px; line-height: 1.15; padding-top: 17px;
}
.top-menu > li > a .top-menu-ywdaohang {
  display: block; font-size: 11px; color: #8593a2; letter-spacing: 1px;
  text-transform: uppercase; line-height: 1.5; font-weight: normal;
}
.top-menu > li > a:hover,
.top-menu > li.on > a { background: #c8452e; color: #fff; text-decoration: none; }
.top-menu > li > a:hover .top-menu-ywdaohang,
.top-menu > li.on > a .top-menu-ywdaohang { color: rgba(255,255,255,.75); }
.top-menu .submenu {
  position: absolute; left: 50%; top: 76px; transform: translateX(-50%);
  min-width: 158px; background: #fff; box-shadow: 0 8px 24px rgba(15,22,30,.14);
  padding: 6px 0; z-index: 60; display: none; border-top: 3px solid #c8452e;
}
.top-menu > li.has-sub:hover .submenu { display: block; }
.top-menu .submenu li { text-align: center; }
.top-menu .submenu li a {
  display: block; padding: 9px 18px; font-size: 14px; color: #333; white-space: nowrap;
}
.top-menu .submenu li a:hover { background: #f7f3ee; color: #c8452e; }

/* search in nav row */
.top-search { background: #f4f1ec; border-bottom: 1px solid #e6e0d8; }
.top-search .main { display: flex; align-items: center; height: 54px; }
.top-search .hot { font-size: 13px; color: #8b939c; flex: 1 1 auto; overflow: hidden; white-space: nowrap; }
.top-search .hot b { color: #1c2430; }
.top-search .hot a { color: #6b7480; margin-left: 12px; }
.top-search .hot a:hover { color: #c8452e; }
.top-search form { display: flex; height: 32px; }
.top-search form input[type=text] {
  width: 220px; height: 32px; border: 1px solid #ddd6cd; border-right: 0;
  padding: 0 12px; background: #fff; font-size: 13px; color: #333;
}
.top-search form input[type=submit] {
  width: 62px; height: 32px; border: 0; background: #c8452e; color: #fff;
  cursor: pointer; font-size: 13px;
}
.top-search form input[type=submit]:hover { background: #a83a25; }

/* ==========================================================================
   Page banner (list pages)
   ========================================================================== */
.pagebn {
  height: 260px; position: relative; overflow: hidden;
  background: #22303f url(/skin/images/ny_banner.jpg) center center no-repeat;
  background-size: cover;
}
.pagebn::after { content: ""; position: absolute; inset: 0; background: rgba(18,26,36,.55); }
.pagebn .main { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.pagebn h2 { font-size: 32px; letter-spacing: 3px; color: #fff; }
.pagebn p { font-size: 13px; color: #b9c2cc; letter-spacing: 1px; text-transform: uppercase; }

/* breadcrumb */
.posnav { background: #efeae3; border-bottom: 1px solid #e4ded6; font-size: 13px; color: #7b848f; }
.posnav .main { padding: 13px 0; }
.posnav a { color: #7b848f; }
.posnav a:hover { color: #c8452e; }
.posnav span, .posnav em { color: #1c2430; }

/* ==========================================================================
   Footer
   ========================================================================== */
.foot { background: #1c2430; color: #98a2ad; padding: 46px 0 0; font-size: 13px; }
.foot-top { display: flex; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid #2b3644; }
.foot-nav { flex: 1 1 200px; }
.foot h3 { font-size: 15px; color: #fff; margin-bottom: 16px; letter-spacing: 1px; }
.foot-nav ul li { line-height: 2.1; }
.foot-nav ul li a { color: #98a2ad; }
.foot-nav ul li a:hover { color: #fff; }
.foot-contact { flex: 1 1 340px; }
.foot-contact p { line-height: 2.1; }
.foot-contact p b { color: #dfe6ee; font-weight: normal; }
.foot-contact .tel { font-size: 24px; color: #c8452e; font-weight: 700; letter-spacing: 1px; }
.foot-qr { flex: 0 0 230px; text-align: center; }
.foot-qr img { width: 124px; height: 124px; background: #fff; padding: 5px; border-radius: 6px; }
.foot-qr p { margin-top: 8px; }
.foot-link { padding: 16px 0; border-bottom: 1px solid #2b3644; }
.foot-link span { color: #dfe6ee; }
.foot-link a { color: #98a2ad; margin-right: 14px; }
.foot-link a:hover { color: #fff; }
.foot-bottom { padding: 18px 0 26px; text-align: center; line-height: 2; }
.foot-bottom a { color: #98a2ad; }
.foot-bottom a:hover { color: #fff; }

/* back to top */
.backtop {
  position: fixed; right: 22px; bottom: 96px; width: 46px; height: 46px;
  background: #1c2430; color: #fff; border-radius: 8px; text-align: center;
  line-height: 46px; cursor: pointer; z-index: 90; display: none; font-size: 20px;
}
.backtop:hover { background: #c8452e; color: #fff; }

/* mobile bottom bar */
.mb-bar { display: none; }
.mb-nav-toggle { display: none; }

/* ==========================================================================
   Buttons / pagination
   ========================================================================== */
.btn {
  display: inline-block; padding: 11px 34px; background: #c8452e; color: #fff;
  font-size: 14px; border: 0; cursor: pointer; border-radius: 3px;
}
.btn:hover { background: #a83a25; color: #fff; }
.btn-ghost { background: transparent; border: 1px solid #7b848f; color: #dfe6ee; }
.btn-ghost:hover { background: #c8452e; border-color: #c8452e; color: #fff; }

.pagebar { padding: 30px 0 10px; }
.pagination { display: flex; justify-content: center; flex-wrap: wrap; }
.pagination a {
  background: #fff; border: 1px solid #e0d9d0; color: #5a636e; font-size: 13px;
  padding: 7px 13px; margin: 0 4px 8px; border-radius: 3px;
}
.pagination a:hover { color: #fff; background: #c8452e; border-color: #c8452e; }
.pagination a.page-num-current { color: #fff; background: #c8452e; border-color: #c8452e; }
.pagebar .tac { text-align: center; color: #98a2ad; padding: 20px 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 1240px) {
  .w1200, .main { width: 100%; padding-left: 15px; padding-right: 15px; }
  .top-menu > li > a { padding-left: 6px; padding-right: 6px; font-size: 15px; }
}

@media screen and (max-width: 980px) {
  .top-1 .fr, .logo_xian, .logo_biaoti, .logo_miaosu { display: none; }
  .top-2 { padding: 14px 0; }
  .top-logo .logo-name { font-size: 19px; }
  .top-tel h2 { font-size: 20px; }
  .top-tel p, .top-tel span { display: none; }
  .top-search .hot { display: none; }
  .top-search .main { justify-content: center; }
  .top-search form input[type=text] { width: 100%; }
  .top-search form { flex: 1 1 auto; max-width: 420px; }

  /* hamburger nav */
  .mb-nav-toggle {
    display: block; position: absolute; right: 15px; top: 22px;
    width: 40px; height: 34px; cursor: pointer; z-index: 95;
  }
  .mb-nav-toggle i { display: block; height: 3px; background: #1c2430; margin: 6px 0; border-radius: 2px; }
  .top-3 { position: relative; }
  .top-menu {
    display: block; position: fixed; left: 0; top: 0; bottom: 0; width: 250px;
    background: #1c2430; z-index: 99; transform: translateX(-100%);
    transition: transform .28s; overflow-y: auto; padding-top: 14px;
  }
  .top-menu.open { transform: translateX(0); }
  .top-menu > li { text-align: left; }
  .top-menu > li > a { height: auto; padding: 13px 20px; font-size: 15px; }
  .top-menu > li > a .top-menu-ywdaohang { display: inline; font-size: 11px; margin-left: 6px; }
  .top-menu .submenu {
    position: static; transform: none; display: block; box-shadow: none;
    background: #16202b; border-top: 0; padding: 4px 0;
  }
  .top-menu .submenu li { text-align: left; }
  .top-menu .submenu li a { color: #98a2ad; padding: 8px 34px; }
  .top-menu .submenu li a:hover { background: #c8452e; color: #fff; }
  .mb-mask {
    position: fixed; inset: 0; background: rgba(10,15,20,.5); z-index: 98; display: none;
  }
  .mb-mask.open { display: block; }

  .pagebn { height: 180px; }
  .pagebn h2 { font-size: 22px; }

  .foot-top { display: block; }
  .foot-nav, .foot-contact, .foot-qr { margin-bottom: 24px; }
  .foot-qr { text-align: left; }
}

@media screen and (max-width: 640px) {
  body { font-size: 13px; }
  .top-tel { display: none; }
  .ititle p { font-size: 20px; }
  .ititle span { font-size: 22px; margin-top: -13px; }
  .pagebn { height: 140px; }
  .mb-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; height: 52px;
    background: #fff; border-top: 1px solid #e6e0d8; z-index: 80;
  }
  .mb-bar a {
    flex: 1; text-align: center; font-size: 12px; color: #5a636e;
    display: flex; flex-direction: column; justify-content: center; line-height: 1.5;
  }
  .mb-bar a i { font-size: 16px; }
  .mb-bar a.act { color: #c8452e; }
  body { padding-bottom: 52px; }
  .backtop { bottom: 66px; right: 12px; width: 40px; height: 40px; line-height: 40px; }
}
