﻿/*------------------------------------------------------------------
Theme Name: Shuttle
Theme URL: http://codnauts.com
Author: Codnauts
Author URI: http://themeforest.net/user/codnauts
Version: 1.0
License: Regular or Extended from ThemeForest only
Plugin Licenses: GPL or MIT
Last change: first release
Primary use: App & Mobile Website 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
    0. General
    1. Typography 
    2. Colors & Backgrounds
    3. Animations
    4. Input & Form Elements
    5. Layout
    6. Toolbar
    7. Drawer
    8. Sliders
    9. Elements
    5. Animation
    6. Toolbar
    7. Sidebars
    8. Elements
/*---------------------------------------------------------------- */


/*  0. General
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements
are based on 10px sizing. So basically 1.5rem = 15px */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

/*  1. Typography
    –––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round', sans-serif;
  margin-top: 0;
  /* margin-bottom: 1rem; */
  font-weight: 400;
  color: #666666;
}
h1 { font-size: 2.4rem; line-height: 3rem; }
h2 {font-size: 16px;/* line-height: 3rem; */}
h3 {font-size: 2rem;/* line-height: 2.2rem; */}
h4 {font-size: 16px;/* line-height: 2.2rem; */}
h5 { font-size: 1.5rem; line-height: 2rem; }
h6 { font-size: 1.5rem; line-height: 2rem; }

p { margin-top: 0; }

a { color: inherit; }
a:hover { opacity: 0.95; }

a,
a:link,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
body,
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote {
  background: #f9f9f9;
  padding: 20px;
}

input,
textarea,
button,
select,
label,
.btn, 
.btn-large, 
.btn-flat {
   font-family:Microsoft YaHei;
}
.btn.transparent,
.btn-large.transparent {
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none;
}

[class^="mdi-"],
[class*="mdi-"] {
  font-family: "Ionicons";
}
i {
  font-size: 2.4rem;
  color: inherit;
}
i.big {
  font-size: 3.6rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 0rem; 
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  /* margin-bottom: 2.5rem; */
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}

.small {
  font-size: 85% !important;
  font-weight: 300;
}

.dropcap {
  float: left;
  color: #444444;
  font-size: 75px;
  font-family: 'Varela Round', sans-serif;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
}

.title.big {
  font-size: 7rem;
}

/*  2. Colors & Backgrounds
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.accent-text {
    color: #fdd835 !important;
}
.accent-color {
    background-color: #fdd835 !important;
}
.accent-border {
    border-color: #fdd835 !important;
}
.primary-text {
    color: #01acc6 !important;
}
.primary-color {
    background-color: #01acc6 !important;
}
.primary-border {
    border-color: #01acc6 !important;
}
.text-light {
    font-weight: 400;
    color: #B2B2B4;
}
.transparent {
    background-color: transparent !important;
}
.no-shadow {
  box-shadow: none;
}

/* bg */
.bg-1 {
    background: url(../img/1.jpg) no-repeat center / cover !important;
}
.bg-2 {
    background: url(../img/2.jpg) no-repeat center / cover !important;
}
.bg-3 {
    /*background: url(../images/3.jpg) no-repeat center / cover !important;*/
     background:#1e2225;
}
.bg-4 {
    background: url(../img/4.jpg) no-repeat center / cover !important;
}
.bg-5 {
    background: url(../img/5.jpg) no-repeat center / cover !important;
}
.bg-9 {
    background: url(../img/9.jpg) no-repeat center / cover !important;
}
.bg-material {
    background: url(../images/material.jpg) no-repeat center / cover !important;
}
.bg-blur {
    background: url(../img/blur.jpg) no-repeat center / cover !important;
}
.bg-opacity {
    background: url(../img/opacity.jpg) no-repeat center / cover !important;
}
.bg-gradient {
    background: -webkit-linear-gradient(135deg,#01acc6,#00555f);
    background: linear-gradient(135deg,#01acc6,#00555f);
}
.bg-shop {
    background: url(../img/shop.jpg) no-repeat center / cover !important;
}

/* Overlay */
.opacity-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(0,0,0,.5);*/
}
.opacity-overlay-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .85)), to(#000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
}
.opacity-overlay-gradient-reverse {
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, .75)), to(#333)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
}

/*  3. Animations
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.bouncein {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
#main.is-exiting .animated {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay-4 {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.delay-5 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.delay-6 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

/*  4. Input & Form Elements
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.input-field {
  margin-bottom: 10px;
}
.input-field label {
  font-size: 16px;
  top: -30px;
}
.input-field label.active {
  font-size: 18px;
}
label {
    font-size: 1.5rem;
}
input:not([type]), 
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=time], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=tel], 
input[type=number], 
input[type=search], 
textarea.materialize-textarea {
  font-size: 16px;
  /* padding-left: 8px; */
  margin-bottom: 25px;
}
/* Searchbar */
.input-field input[type=search] ~ i,
.input-field input[type=search] ~ i {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ i,
.input-field input[type=search]:focus ~ i {
    color: #444;
}
.hidden-search {
  background: transparent;
  box-shadow: none;
}
.hidden-search .input-field label.active i {
  color: #444;
}
.input-field input[type=search]:focus {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
/* Checkbox */
[type="checkbox"]+label,
[type="radio"]:not(:checked)+label, 
[type="radio"]:checked+label {
  font-size: 1.5rem;
}
[type="radio"]:checked+label:after, 
[type="radio"].with-gap:checked+label:after {
    background-color: #01acc6;
    z-index: 0;
}
[type="radio"]:checked+label:after, 
[type="radio"].with-gap:checked+label:before, 
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #01acc6;
}

.side-nav nav .input-field input[type=search] {
  padding: 0 1rem;
  margin: 0;
  border-bottom: none !important;
  box-shadow: none !important;
}
nav .input-field input[type=search] {
  height: 56px;
  padding-left: 4rem;
}
nav .input-field label i {
  color: inherit;
}

/*  5. Layout
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.relative {
  position: relative;
}
.block {
  display: block;
}
.clr {
  clear: both;
}
nav {
  background-color: #fff;
}
.page {
  padding-top: 56px;
}
.page.fullscreen {
  padding-top: 0;
  height: 100vh;
}
.page.with-tab {
  padding-top: 120px;
}
.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.valign-wrapper .valign {
    width: 100%;
}
.fixed-action-btn.horizontal ul li {
    margin: 12px 15px 0 0;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
  border: 1px solid #ddd;
  padding: 12px;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.section {
  /* padding: 30px 20px; */
  position: relative;
}
.section.featured {
  padding: 50px 20px 0;
}
.section.featured img {
  margin-top: 20px;
}
.section .heading {
  font-size: 2rem;
  margin-bottom: 0;
}
.section i.infograph {
  display: block;
  font-size: 7rem;
  height: 7rem;
  line-height: 7rem;
  margin-bottom: 1.5rem;
  color: #1c212a;
}
.section p {
  margin: 0;
}

/* Footer */
footer.page-footer {
  margin: 0;
  padding: 0;
}
.footer-icons {
  margin-top: 10px;
}
.footer-icons i {
  padding: 0 5px;
}
footer.page-footer .footer-copyright {
  font-size: 1.2rem;
}
footer.page-footer .footer-copyright i {
  font-size: inherit;
  margin: 0 3px;
}

/* Hero */
.none {
    display: none;
}
.hero-material {
    height: 212px;
    position: relative;
    z-index: 1;
}
.hero-material .parallax {
    height: 100%;
}
.hero-material .parallax img {
    display: block;
}
.banner-title {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    left: 33px;
    bottom: 30px;
    color: #fff;
    line-height: auto;
    margin-left: 9px;
    padding-left: 30px;
    text-transform: none;
    letter-spacing: normal;
    z-index: 9;
}
.banner {
    height: 300px;
    margin-top: 56px;
    position: relative;
}
.banner .parallax {
    height: 100%;
}
.nav-material {
    height: 56px;
    position: fixed;
    z-index: 2;
    top: 0px;
    background: none;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.nav-material {
    background: none;
}
.box-shad-none {
    box-shadow: none;
}
.nav-material.smaller {
    height: 56px;
}
.nav-material.smaller span {
    bottom: 15px;
}
.hero-material .floating-button {
    position: absolute;
    bottom: -25px;
    right: 20px;
}
.nav-material.nav-bg {
    background-color: #01acc6;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.subtitle {
    position: absolute;
    left: 73px;
    bottom: 71px;
    color: #fff;
    opacity: 0.6;
}
.btn-floating.btn-large i {
    font-size: 2.4rem;
    line-height: 60px;
}

/* Page Header */
.hero-header {
    position: relative;
    z-index: 1;
}
.hero-header .floating-button {
    position: absolute;
    bottom: -27px;
    right: 20px;
    z-index: 2;
}
.floating-button.scrollable-fab.scrolled-down {
    position: fixed;
    bottom: 20px;
}
.hero-header .hero-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
}

/* Hero Big */
.hero-header.hero-big {
  text-align: center;
  padding-top: 100px;
}
.hero-header.hero-big .media-top-object {
  margin-bottom: 0;
}
.hero-header.hero-big .hero-author {
  padding: 20px;
  position: relative;
  z-index: 2;
}
.hero-header.hero-big .card-feedback {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.hero-header.hero-big .card-feedback i {
    font-size: 1.5rem;
}
.hero-header.hero-big .media-body > span {
  margin-bottom: 8px;
}

/*  6. Toolbar
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Drag Trigger */
.drag-target {
    width: 25px !important;
    top: 56px;
}
/* Toolbar */
#toolbar {
    width: 100%;
    height: 56px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    display: flex; 
    transition: all .25s ease-in-out;
}
#toolbar.with-tab {
  height: 112px;
  flex-wrap: wrap;
}
#toolbar.with-tab .open-left,
#toolbar.with-tab .open-right,
#toolbar.with-tab .title {
  height: 56px;
}
#toolbar.with-tab a.active i {
  color: #fff;
}
#toolbar .tabs {
  margin-bottom: 10px;
}
#toolbar .tabs .tab a {
  color: #fff;
}
#toolbar .tabs .tab a.active {
  color: #fff;
}
#toolbar .tabs .indicator {
  background-color: #fff;
}
#toolbar.nav-material {
  justify-content: space-between;
}
#toolbar.nav-material .title {
  margin-left: 16px;
  text-align: left;
  color: #fff;
}
#toolbar.nav-material i {
  color: #fff;
}
#toolbar.transparent {
    background-color: transparent !important;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.open-left {
    flex: 0 0 56px;
    line-height: 56px;
    text-align: center;
    position: relative;
}
.open-right {
    flex: 0 0 56px;
    line-height: 56px;
    text-align: center;
    position: relative;
}
#toolbar i {
    color: #fff;
}
#toolbar .title {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 56px;
    text-align: center;
    margin: 0;
    flex-grow: 2;
}
#toolbar.left-only .title {
    text-align: left;
    margin-left: 16px;
}
#toolbar.right-only .title {
    text-align: left;
    margin-left: 16px;
}
#toolbar.transparent i,
#toolbar.transparent .title {
  color: #222;
}
#toolbar.no-title {
  justify-content: space-between;
}
.heads-up {
  transform: translateY(-212px);
  transform: translate3d(0,-212px,0);
}

/*  7. Drawer
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.side-nav {
  border: none;
}
.side-nav a:hover {
  background: transparent;
}
.sidenav-avatar {
  width: 100%;
  height: 158px; /* 16:9 aspect ratio if sidebar have 280px width */ 
  position: relative;
}
.sidenav-avatar .opacity-overlay-gradient {
  opacity: 0.5;
}
.sidenav-avatar .bottom .avatar {
  width: auto;
  height: 40px;
  margin: 0 0 10px 30px;
}
.side-nav .dropdown-button {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0 16px 0 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.side-nav .dropdown-content.active {
  z-index: 999;
}
.side-nav .dropdown-content i {
  margin-top: 1px;
}
.sidenav-header {
  width: 100%;
  position: relative;
  overflow: auto;
}
.sidenav-header form {
  margin-bottom: 0;
}
.sidenav-header .input-field {
  height: 56px;
  padding: 0 30px;
}
.side-nav .collapsible-header {
  line-height: initial;
  height: auto;
  padding: 18px 30px 17px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
.side-nav .collapsible-header.active {
    color: #01acc6;
}
.side-nav .collapsible-header i {
  margin-top: -2px;
}
.side-nav li {
  line-height: inherit;
      border-top: 1px solid #eee;
}
.side-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: initial;
  height: auto;
  padding: 18px 30px 17px;
}
.side-nav li a i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: inherit;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
  top: -2px;
  position: relative;
}
.side-nav .collapsible-body li a, 
.side-nav.fixed .collapsible-body li a {
  line-height: initial;
  height: auto;
  padding: 16px 30px 15px 72px;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333;
}
.side-nav li.active,
.side-nav .collapsible-header:hover, 
.side-nav.fixed .collapsible-header:hover {
  background-color: transparent;
  /*color: #01acc6;*/
}

/* Sidebar Chat */
.chat-sidebar {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
}
.chat-img img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    position: relative;
    flex: 1;
}
.chat-img .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 35px;
    left: 22px;
}
.chat-message {
    flex: 1;
    font-size: 12px;
}
.chat-message p {
    margin: 0;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #444;
}
.chat-message .small {
    display: block;
}

/* badge */
.side-nav span.more {
    min-width: auto;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 2px;
    color: initial;
    margin: 2px 0 0;
    padding: 0;
    opacity: 0.3;
    position: absolute;
    right: 15px;
    box-sizing: border-box;
}
.side-nav span.more i {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.side-nav .collapsible-header.active span.more i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*  8. Sliders
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Paginations */
.swiper-pagination.swiper-pagination-progress {
  bottom: 0;
  top: auto;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #01acc6;
  opacity: 0.9;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #01acc6;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  width: auto;
  height: auto;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 20px;
  width: auto;
  height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 20px;
}
/* Sliders */
.swiper-slide .bottom {
  padding: 20px 20px 40px !important;
}
/* Slider Sliced */
.slider-sliced .swiper-slide {
    width: 100%;
    /*height: 100vh;*/
    height: 300px;
    background-color: transparent;
    overflow: hidden;
}
.slider-sliced .valign {
  padding: 0 0 40px;
}
.slider-sliced .valign p {
  font-weight: 100;
}
.slider-sliced .slider-bottom-right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 10%;
}
.slider-sliced .slider-bottom-right:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-left: 768px solid rgba(255, 255, 255, 0);
    -moz-transform: scale(.9999);
}
.slider-sliced .slider-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 10%;
}
.slider-sliced .slider-bottom-left:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-right: 768px solid rgba(255, 255, 255, 0);
    -moz-transform: scale(.9999);
}
.slider-sliced .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
/* Slider Steps */
.slider-steps {
    width: 100%;
    height: 100vh;
}
.slider-steps img {
  width: 50%;
  margin: 0 auto 30px;
}
.slider-steps .valign-wrapper {
    height: 100%;
}
.slider-steps .valign {
    margin-top: -100px;
    width: 100%;
}
.steps-controllers {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.steps .swiper-pagination {
  margin-bottom: 60px;
}
.steps .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}
/* Drawer */
.swiper-container.slider-drawer {
    height: calc(100vh - 56px);
}
.slider-drawer .swiper-slide {
    width: calc(100% - 16px) !important;
    height: calc(100vh - 112px);
    overflow: hidden;
    margin: 8px 8px 32px;
    padding: 16px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.92);
}
.slider-drawer .drawer-pagination {
    position: fixed;
    bottom: 6px;
}
.slider-drawer .swiper-pagination-bullet-active {
    background: #fff;
}
.slider-drawer .row .col {
  text-align: center;
}
.slider-drawer .row .col span {
    font-size: 0.7em;
    display: block;
}
.slider-drawer .row .col i {
    font-size: 40px;
}
.grandparent {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}
.grandparent .row {
  flex: 0 0 100%;
  flex-wrap: wrap;
  align-items: center;
}
.child {
    margin-bottom: 0;
} 
/* Testimonial */
.testimonials {
  margin: 30px 0;
  padding: 30px 40px;
}
.testimonials .avatar {
  margin: 40px auto 10px;
  width: 72px;
  height: 72px;
}
.testimonials .testimonial {
  padding: 20px;
  border-radius: 6px;
  background: #01acc6;
  color: #fff;
  position: relative;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-style: italic;
}
.swiper-slide.swiper-slide-active .testimonial {
  opacity: 1;
}
.testimonials .testimonial:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #01acc6;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -12px;
  left: 50%;
  margin-left: -15px;
}

/*  9. Elements
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Avatar */
.avatar {
    width: 40px;
    height: 40px;
   /* border-radius: 50%;*/
}
.avatar.small {
  width: 32px;
  height: 32px;
}
.avatar.big {
  width: 62px;
  height: 62px;
}
.avatar.big.center {
  margin: 0 auto 10px;
}
.unknow-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}
.unknow-avatar span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}
.avatar.with-letter span {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: block;
}

/* Media Object */
.media-top-object {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;*/
  
}
.media-top-object.middle {
  align-items: center;
}
.media-top-object .media-left {
  display: block;
}
.media-top-object .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
 
}
.media-top-object .media-body p {
  margin: 0;
}
.media-top-object .media-body span {
  display: block;
}

.media-top-object.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Social Share */
.project-social-share {
    position: absolute;
    right: 0;
    top: -4px;
}
.project-social-share i {
    margin-left: 10px;
}
.social-share-author {
    position: relative;
    margin: 0;
    padding: 0;
}
.social-share-author .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.social-share-author span {
    padding-left: 38px;
    padding-top: 4px;
    display: block;
}
.project-author.social-share-author {
    margin: 0 20px 20px;
}

/* Share Counter */
.share-counter {
  display: flex;
  align-items: center;
}
.share-counter > div {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 0 20px;
  margin: 20px 0;
}
.share-counter > div:last-child {
  border: none;
}
.share-counter > div h3,
.share-counter > div p {
  margin: 0;
}

/* Music Player */
.player-info {
    padding: 24px 20px;
}
.player-info h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.player-info span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.85;
}
.player-controllers {
    padding: 20px;
    display: flex;
}
.player-controllers i {
    color: #ffffff;
    flex-grow: 1;
}
.upnext {
    padding: 20px;
}
.next-song {
    padding: 20px 0;
    position: relative;
}
.next-song span:first-child {
    margin-right: 16px;
}
.next-song i {
    position: absolute;
    right: 0;
    top: 12px;
}

/* Masonry and Filters */
/* Masonry */
.grid {
  margin: 0;
}
.grid-item {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 1px;
}
/* Filter */
.controls button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: transparent;
    color: inherit;
    border-radius: 2px;
    cursor: pointer;
    color: inherit;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in
}
.controls button.active {
    background: #01acc6;
    color: #fff;
    border-color: #01acc6;
}
.controls label {
    margin-right: 8px;
}
.mix,
.gap {
    float: left;
    width: 50%;
    margin: 0;
}
.mix {
    display: none;
    padding: 1px;
}
.mix figure {
    display: none;
}
#filter.grid .mix {
    width: 50%;
}
#filter .mix {
    width: 100%;
}

/* Card */
.card {
  margin: 0.5rem; /*1rem 1rem 1.5rem 1rem*/
}
.card.fullscreen {
  margin: 0.5rem 0 1rem;
}
.card h5,
.card h4,
.card h3,
.card h2 {
  margin: 0 0 5px;
}
.card-feedback {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
}
.card-feedback .card-users,
.card-feedback .card-share {
  display: flex;
  align-items: center;
}
.card-feedback span {
  margin-right: 15px;
}
.card-feedback .card-share span {
  margin-right: 0;
}
.card-feedback i {
  font-size: 2.2rem;
  margin-right: 5px;
}
.card-author {
  padding: 0 20px 1px;
}
.goodslist .card-author {
  padding: 0 10px 10px;

}
.goodslist .media-body 
{
      height:40px;
  overflow:hidden;
}
/* Gallery Card */
.grid-item.gallery-item-card {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 6px 12px;
    width: calc(50% - 12px);
}
.gallery-item-header {
    padding: 10px 20px;
    position: relative;
}
.gallery-item-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.gallery-item-header span {
    display: block;
    font-size: 14px;
}

/* Comments */
.comments {
  border-top: 1px solid #ccc;
  padding: 20px;
} 

/* Event */
.event-header {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
}
.event-header .title {
  margin: 25px 0 0;
}
.event-header .event-category {
  border: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 16px;
}
.event-header .bottom {
  bottom: 40px;
}

/* Newsletter */
.newsletter {
  margin-top: 25px;
}
.newsletter .btn {
  display: block;
}
.newsletter .input-field label {
  left: 0;
}
.newsletter .input-field input {
  text-align: center;
}

/* Progress Bar */
.progress {
  margin: 0;
}

/* tabs */
.side-nav .tabs {
  border-top: 1px solid #eee;
}
.tabs {
  background-color: transparent;
}
.tabs .tab a,
.tabs .tab a:hover {
    color: #01acc6;
    opacity: 0.6;
   
}
.tabs .tab a.active {
    color: #01acc6;
    opacity: 1;
}
.tabs .indicator {
   /* background-color: #01acc6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 auto;*/
        background-color: #01acc6;
    width: 100px;
    height: 2px;
    /* border-radius: 50%; */
    margin: 0 auto;
}

/* Chat */
.chat .message p {
    margin-bottom: 0;
    font-size: 14px;
}
.chat span {
    font-size: 12px;
}
.chat ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.chat ul li > img {
    float: left;
}
.chat ul li .message {
    margin-left: 55px;
    position: relative;
    padding: 12px 16px;
    border-radius: 4px;
}
.chat ul li .message.first {
    border-top-right-radius: 20px;
}
.chat ul li .message.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chat ul li.message-left {
    margin-bottom: 36px;
}
.chat ul li.message-right .message.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
}
.chat ul li.message-right > img {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-right .message {
    margin-right: 55px;
    margin-left: 0;
    margin-bottom: 2px;
    background-color: #f1f1f1 !important;
}
.chat ul li.message-left > img {
    margin-right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-left .message {
    background-color: #f0f8ff;
    margin-bottom: 2px;
}
.message-right > span,
.message-left > span {
    margin-bottom: 20px;
    display: block;
}
.message-left > span {
    margin-left: 55px;
}
.photo-add {
    margin-top: 8px;
}
.photo-add .square-user {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    float: left;
}
.chat-day {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* ToDo */
.choose-date p {
    margin: 0;
    padding: 10px 0;
}
.choose-date p:first-child {
    padding-top: 0;
}
.choose-date p i {
    margin-right: 25px;
    position: relative;
    font-size: 26px;
    top: 3px;
}
.todo input[type="checkbox"]:checked + label {
    text-decoration: line-through;
    color: #9e9e9e;
}
.todo input[type="checkbox"] + label {
    color: inherit;
}
.todo .todo-element {
    position: relative;
    margin: 0;
    padding: 20px;
    border-top: 1px solid #eee;
}
.todo .todo-element:first-child {
  border-top: none;
}
.todo .todo-element:last-child {
    border-bottom: 1px solid #eee;
}
.todo .todo-element span {
    display: block;
    margin-left: 35px;
    font-size: 14px;
    color: #9e9e9e;
}
.todo .todo-element img {
    position: absolute;
    width: 25px;
    height: auto;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}

/* Notification */
.notification {
    padding: 10px 17px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}
.notification p {
    margin-bottom: 0;
}
.notification span {
    font-size: 12px;
}
.close-notification {
    position: absolute;
    top: 2px;
    right: 12px;
}
.notification-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.notification-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.notification-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.notification-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* Tweet */
.twitter {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tweet {
    margin-bottom: 20px;
}
.tweet h3 {
    font-size: 12px;
    margin: 0 0 5px;
    opacity: 0.4;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tweet h3:hover {
    opacity: 1;
}
.tweet p {
    font-size: 12px;
}
.tweet p a {
    font-size: 12px;
    display: inline;
    height: auto;
    line-height: normal;
    padding: 0;
}

/* Facebook */
.facebook {
    padding: 10px 0;
}
.face-notification {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
.face-notification img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.face-notification div {
    flex: 1;
    font-size: 12px;
}
.face-notification p {
    margin: 0;
    font-size: 14px;
    color: #444;
    font-family: 'Varela Round', sans-serif;
}
.face-notification div .small {
    display: block;
}

/* Product */
.product.half {
  width: 50%;
  padding: 10px;
  float: left;
}
.product-info {
  text-align: center;
  padding: 10px 20px;
}
.product-description {
  border-top: 1px solid #eee;
}
.product-variation {
  padding: 0 20px 20px;
}
.product-variation h5 {
  margin-bottom: 1rem;
}
.sizes .size {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sizes .size:hover {
    border: 1px solid #01acc6;
    background-color: #01acc6;
    color: #fff;
}
.rating {
    margin: 0;
}
.rating i {
    opacity: 0.15;
    display: inline-block;
    font-size: 1.2rem;
}
.rating i.active {
    opacity: 0.9;
    color: #fdd835;
}

/* Checkout */
.checkout-header {
    box-shadow: none;
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0 0;
    background-color: #fafafa;
}
.checkout-header .collapsible-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #fafafa;
}
.checkout-header .checkout-price {
    font-size: 18px;
}
.checkout-header .collapsible-body {
    padding: 20px;
}
.checkout-header .collapsible-body .checkout-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.checkout-image {
    width: 64px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.checkout-product-title {
    flex: 1;
}
.checkout-product-title,
.checkout-product-title:last-child {
    margin-bottom: 0;
}
.checkout-product-title h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout-product-title h6 .right {
    font-weight: 400;
}
.checkout-header .input-field {
    display: flex;
}
.checkout-header .discount input {
    flex: 1;
}
.checkout-header .discount .btn {
    margin-left: 10px;
}
.discount {
    padding: 20px 0;
}
.subtotal {
    padding: 10px 0 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subtotal h6 {
    font-size: 16px;
}
.subtotal span {
    margin: 0;
    padding: 0;
    display: block;
}
.total {
    padding: 20px 0 0;
}
.total h4 {
  margin-bottom: 0;
}
.form-inputs {
    padding: 20px;
}
.form-inputs h4 {
    margin-bottom: 25px;
}
.shipping-address {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.form-inputs .remember {
    margin: 20px 0;
}

/* Follow us */
.follow-us {
    opacity: 0.6;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.follow-us i {
    font-size: inherit;
}
.follow-us:hover {
    opacity: 1;
}

/* Login & Signup */
.tool-login,
.tool-signup {
    position: absolute;
    top: 0;
    height: 180px !important;
}
.login-avatar,
.signup-avatar {
    border-radius: 50%;
    border: 4px solid;
    height: 140px;
    width: 140px;
    margin: 30px auto 0;
}
.login-avatar i {
    font-size: 80px;
    line-height: 140px;
    text-align: center;
    display: block;
}
.login-form,
.signup-form {
    padding: 20px;
    margin: 20px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 99;
}
.login-form h1,
.signup-form h1 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
}
.login-form input,
.signup-form input {
  margin-bottom: 30px;
}

/* Lockscreen */
.clock h2 {
    font-size: 48px;
    font-weight: 100;
    padding-top: 120px;
    margin-bottom: 5px;
    color: #ffffff;
}
.clock span {
    color: #ffffff;
    opacity: 0.7;
}
.collection.notify {
    border: none;
    margin: 0;
    padding: 20px;
}
.collection.notify .collection-item {
    padding: 0;
    border-radius: 2px;
    margin-bottom: 5px;
}
.notify-header {
    padding: 10px 20px 10px 65px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.notify-header img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.notify-author span {
    display: block;
    font-size: 14px;
}
.notify-author span.truncate {
    margin: 7px 0 3px;
    opacity: 0.85;
}
.notify-author span.small {
    opacity: 0.5;
    text-align: right;
    margin-top: 10px;
    display: block;
}
.unlock {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    margin: 0 auto;
    border: 2px solid transparent;
}
.unlock:hover {
    border: 2px solid #fff;
}

/* Chat */
.chat .message p {
    margin-bottom: 0;
    font-size: 14px;
}
.chat span {
    font-size: 12px;
}
.chat ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.chat ul li > img {
    float: left;
}
.chat ul li .message {
    margin-left: 55px;
    position: relative;
    padding: 12px 16px;
    border-radius: 4px;
}
.chat ul li .message.first {
    border-top-right-radius: 20px;
}
.chat ul li .message.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chat ul li.message-left {
    margin-bottom: 36px;
}
.chat ul li.message-right .message.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
}
.chat ul li.message-right > img {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-right .message {
    margin-right: 55px;
    margin-left: 0;
    margin-bottom: 2px;
    background-color: #f1f1f1 !important;
}
.chat ul li.message-left > img {
    margin-right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-left .message {
    background-color: #f0f8ff;
    margin-bottom: 2px;
}
.message-right > span,
.message-left > span {
    margin-bottom: 20px;
    display: block;
}
.message-left > span {
    margin-left: 55px;
}
.photo-add {
    margin-top: 8px;
}
.photo-add .square-user {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    float: left;
}
.chat-day {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Calendar */
.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar td,
.calendar th {
    padding: 0;
}
.calendar {
    text-align: center;
    padding: 0 20px 20px;
}
.calendar thead {
    color: #fff;
    opacity: 0.9;
    border: none;
}
.calendar tbody {
    color: #fff;
}
.calendar tbody td:hover {
    background-color: rgba(255, 255, 255, .2);
}
.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: calc(13vw - 16px);
    height: calc(13vw - 16px);
    line-height: calc(13vw - 18px);
    margin: 5px;
}
.calendar .prev-month,
.calendar .next-month {
    opacity: 0.4;
}
.current-day {
    background: #fff;
}
.calendar tbody td.current-day:hover {
    background-color: rgba(255, 255, 255, 1);
}
.event {
    cursor: pointer;
    position: relative;
}
.event:after {
    background: #fff;
    border-radius: 50%;
    bottom: 3px;
    display: block;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0px 0 0 -2px;
    position: absolute;
    width: 4px;
}
.event.current-day:after {
    background: #fff;
}
/* Activity */
.activity {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.activity p {
    margin: 0;
}
.activity-time span,
.activity-time i {
    vertical-align: middle;
    margin-right: 5px;
}
.activity-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    margin: 20px 0 0;
}
.activity-type.second-type {
    right: 50px;
}
.activity-type i {
    font-size: 24px;
    color: #fff;
}

/* Charts */
.card.chart {
  padding: 20px;
  margin: 20px;
}
.c-widget {
    display: flex;
    align-items: center;
}
.c-widget-figure {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.c-widget-body {
    flex: 1;
}
.legend {
    margin-bottom: 20px;
}
.legend h5.uppercase {
    margin-top: 0;
}
.legend p {
    margin-bottom: 0;
}
span.data-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

/* News */
.news .media-top-object {
  padding: 10px 10px 0;
  border-bottom: 1px solid #eee;
 margin: 1rem;
  background: #fff;
}
.news .media-top-object:last-child {
  border-bottom: none;
}
.news .media-body a {
  color: #666;
  font-weight: 400;
   font-size: 1.5rem;
}
.news .news-title {
    font-size: 1.6rem;
    margin: 0 0 5px;
    line-height: 1.3;
}
.news .media-left {
  /*width: 33%;*/
  margin-right: 0;
  padding-bottom:10px;
}
.news .news-channel {
    font-size: 12px;
}
.news .news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #9e9e9e;
}
.news-main {
    position: relative;
}
.top-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
}
.top-news-title a {
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}
.top-news-channel {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    color: #fff;
}
.top-news-category {
    float: right;
    font-size: 85%;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
}
.news .card-feedback {
  margin: 0;
  padding: 10px 0 8px;
  border: none;
}
.news .card-feedback i {
  font-size: 1.5rem;
}

/* Shop */
.shop-banner {
    width: 50%;
    float: left;
    position: relative;
}
.shop-banner.full {
  width: 100%;
  float: left;
  position: relative;
}
.shop-banner h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.2rem;
}
.shop-banner p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.6rem;
}
.shop-banner .opacity-overlay {
  border: 1px solid #fff;
}

/* Modal */
.modal.features .row:last-child {
  margin-bottom: 0;
}
.modal.features .col {
  text-align: center;
}
.modal.features .col i {
  font-size: 3.2rem;
}
.modal.features .col p {
  font-size: 1.2rem;
  margin: 0;
}
.app-section {
	padding: 30px 0 35px 0;
}

.app-pages {
	margin-top: 50px;
}

.app-title {
	margin-bottom: 20px;
	text-align: center;
}

.app-title .line {
	height: 2px;
	width: 30px;
	background: #363636;
	margin: 3px auto;
}

.app-title p {
	margin: 2px 0;
}

.app-title h4 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pages-title {
	margin-bottom: 30px;
	text-align: center;
}

.pages-title h3 {
	font-size: 22px;
	font-weight: 600;
}

.app-bg-dark {
	background: #f9f9f9;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.app-bg-color {
	background: #80d6cf;
	color: #fff;
}

.app-bg-color h6 {
	color: #fff;
}

.app-bg-color .owl-theme .owl-controls .owl-page span {
	background: #fff;
	width: 10px;
	height: 10px;
}

.app-bg-color .app-title h4 {
	color: #fff;
}
.button {
	border: 0px solid #777;
	color: #fff;
	padding: 6px 14px;
	border-radius: 3px;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	width:200px; background:#d00; 
}
.who-we-are .button {
    margin-top: 10px;
}

/*===================
	section, title and bg
===================*/
.app-section {
	padding: 30px 0 35px 0;
}

.app-pages {
	margin-top: 50px;
}

.app-title {
	margin-bottom: 20px;
	text-align: center;
}

.app-title .line {
	height: 2px;
	width: 30px;
	background: #363636;
	margin: 3px auto;
}

.app-title p {
	margin: 2px 0;
}

.app-title h4 {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pages-title {
	margin-bottom: 30px;
	text-align: center;
}

.pages-title h3 {
	font-size: 22px;
	font-weight: 600;
}

.app-bg-dark {
	background: #f6f6f6;
	overflow:hidden;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.app-bg-color {
	background: #80d6cf;
	color: #fff;
}

.app-bg-color h6 {
	color: #fff;
}

.app-bg-color .owl-theme .owl-controls .owl-page span {
	background: #fff;
	width: 10px;
	height: 10px;
}

.app-bg-color .app-title h4 {
	color: #fff;
}
/*===================
	offers
===================*/
.offers {
	text-align: left;
	padding: 30px 0 35px ;
}

.offers .row:last-child {
	margin-bottom: 0;
}

.offers .entry {
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 3px 1px -2px transparent;
	padding: 10px;
	background: #fff;
}

.offers .entry h5 {
	font-weight: 500;
}

.offers i {
	color: #555;
	text-align: center;
	padding: 20px 0 4px;
	line-height: 11px;
	border-radius: 10px;
	font-size: 24px;
	margin: 0 auto;
	margin-bottom: 17px;
}

.offers .entry span {
	text-align: right;
	display: block;
}

.offers span i {
	margin-bottom: 0;
	padding: 0;
	color: #555;
	display: none;
}
.valign h2
{
    margin-bottom:0px;
     height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 font-size: 16px;
}
.index_button 
{
    text-align:center;
}
.slider-sliced .valign p
{
    margin-bottom:0px;
     height: 48px;
    overflow: hidden;


}
.index_news h4
{
    color:#fff;
}
.index_news .line
{
        background: #fff;
}
.index_news 
{
    position: relative;
    top: 40px;
    left: 10%;
        text-align: left;
}
.index_news .line
{
        background: #fff;
        margin:inherit;
}

/*footer {
	background: #171717;
	text-align: center;
	padding: 30px 0 0;
}


footer h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

footer .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

footer .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
}

footer .icon-social .facebook {
	background: #3b5998;
}

footer .icon-social .twitter {
	background: #00aced;
}

footer .icon-social .google {
	background: #dd4b39;
}

footer .icon-social .instagram {
	background: #517fa6;
}

footer .icon-social .rss {
	background: #fe7e00;

}

footer ul li a {
	color: #fff;
}

footer .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

footer .tel-fax-mail ul li {
	padding: 4px 0;
}

footer .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

footer .ft-bottom {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	border-top: 1px solid #232323;
}*/
.icon-social i
{
    font-size: 2.0rem;
}
footer .icon-social .facebooks {
    background: #3b5998;
}
.swiper-containers {
   /* width: 90%;*/
    /*height: 430px;*/
        overflow: hidden;
            margin: 0 auto;
    position: relative;
}  
.swiper-containers .swiper-pagination
{
        position:initial;
            margin-top: 10px;
}
.container1 p
{
    margin-bottom:0px;
    line-height: 18px;
        height: 36px;
    overflow: hidden;
        font-size: 85% !important;
    font-weight: 300;
}
.container1 h5
{
    padding-top:10px;
    margin-bottom:5px;
    height:34px;
    overflow:hidden;
}
.goods_heights
{
        width: 100%;
        height: 47px;
        overflow:hidden;
        background:#ccc;
}
.collapsiblees .faq-collapsible
{
    
    text-align:left;
    
}
.collapsiblees .faq-collapsible
{
    
    text-align:left;
    
}
.collapsiblees .faq-collapsible i
{
        margin-right: 0px;
    float:right;
    
}
.collapsiblees .collapsible-header
{
        padding: 0;
}
.collapsiblees .collapsible-body
{
    box-sizing: border-box;
    border-bottom:none;
}
.collapsiblees .collapsible-body p {
    /* margin: 0; */
    /* padding: 1rem 0; */
    /* text-align:left; */
}
.collapsiblees {
    margin: 0.1rem 0 0 0;
}
.product-description
{
        margin: 0px 20px;
}
body .product-description .p-p
{
        padding: 20px 0px;
}
.product-r h5
{
     margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}
.product-r .active
{
    margin-bottom:20px;
}
.product-r .entry p
{
    line-height:20px;
        line-height: 20px;
    margin: 0px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
}
.user-date i
{
    font-size:14px;
}
.newsdetail ul
{
    margin-bottom: 0;
}
.newsdetail h5
{
    margin-bottom: 1rem;
}
.portfolio-item-full-width .time
{
        margin-bottom: 0;
            font-size: 12px;
}
.newsdetail .portfolio-item-full-width h4
{
    margin-bottom: 0;
        font-size: 14px;
}
.portfolio-item-full-width .time i
{
       font-size:14px;
}
.newsdetail .collapsible-header
{
        margin: 0 20px;
}
.portfolio-item-full-width p
{
        line-height: 20px;      
}
.decoration {
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 15px;
    display: block;
    clear: both;
}

.portfolio-item-full-width .des
{
       margin-bottom:15px;
           height: 40px;
    overflow: hidden;
        font-size: 12px;
}
.News_list01-d1_c1 li{
	background: #fff;
	border-bottom:1px solid #cfcfcf;
}
.News_list01-d1_c1 li div{
	height:47px;
	display:block;
	/* padding:0 20px 0 10px; */
	/* background: url(../images/z3g_arrow_white.png) no-repeat 100% 50%; */
}
.News_list01-d1_c1 li h3{
	padding:7px 0 0 0;
	color:#000;
	vertical-align:middle;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
}
.News_list01-d1_c1 li h3 strong,
.News_list01-d1_c1 li h3 img{
	vertical-align:middle;
	line-height:15px;/*火狐*/
}
.News_list01-d1_c1 li h3 img{
	max-width:32px;
	max-height:16px;
	margin-left:2px;
}
.News_list01-d1_c1 li h3 span.name{
	height:15px;
	line-height:15px;
	font-size: 12px;
	display:block;/*火狐*/
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
	margin-top: 8px;
	font-weight: normal;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.News_list01-d1_c1 li .time{
	line-height:18px;
	color:#999;
	font-size:12px;
}
.News_list01-d1_c1 li.touch{
	border-bottom:1px solid #a1131d;
	background:#a1131d;

	-moz-box-shadow:-2px 5px 5px #871018 inset;
	-webkit-box-shadow:-2px 5px 5px #871018 inset;
	box-shadow:-2px 5px 5px #871018 inset;
}
.News_list01-d1_c1 li .js_gotoNewsDetail
{
    /* background:url(../images/down.png)  no-repeat 91% 60% ; */
    /* padding: 0 50px 0 10px; */
}
.newsTitle
{
    margin-bottom:0;
}
/*工作机会*/
.sec-job{padding:30px 0 60px;background: #fff;}
.job-item{margin-bottom: 10px;}
.job-item.open .job-le{background:#099ef4;}
.job-item.open .job-le:after{opacity: 0;}
.job-hea{width: 100%;height:30px;line-height:30px;cursor: pointer;}
.job-le{float: left;width:30px;height:30px;position: relative;background: #666;}
.job-le:before{content: '';width:16px;height:2px;position: absolute;top:50%;left: 50%;margin-left:-8px;margin-top:-1px;background: #fff;}
.job-le:after{content: '';height: 16px;width:2px;position: absolute;top:50%;left: 50%;margin-left:-1px;margin-top:-8px;background: #fff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.job-ri {
    padding-left: 40px;
    background: #dfdfdf;

    line-height:30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.job-hea
{
     background: #dfdfdf;
}
.job-z {
    float: left;
    padding: 0 15px;
}
.job-d {
    float: right;
    padding: 0 15px;
    color: #666;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.job-cont{display: none;background: #f8f8f8;}
.job-pad{padding:20px .3rem 40px .3rem;}
.job-b {
    position: relative;
}
.job-c-z p{margin-bottom:6px;}
.job-c-z ol{margin-left: 15px;}
.job-c-z li{color: #666;line-height: 1.7;}
.job-line{
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    margin:20px 0 25px;
}
body .job-pad .btn-send{
	margin-top: 30px;
	color: #fff;line-height: 25px;padding:0 15px;background: #099ef4;border:1px solid #099ef4;border-radius: 5px;display: inline-block;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.btn-send:hover{background: transparent;color: #099ef4;}
.open .job-hea{background: #666;color:#fff;}
.job-item.open .job-d{color: #fff;}
.job-c-z
{
    padding: 0 10px;
}
.join-bg { height: 550px; }
.moretom {
    display: block;
    width: 161px;
    /*box-shadow: 0 0 40px -20px #131212;*/
    height: 45px;
    text-align: center;
    /*background: #fff;*/
    color: #282828;
    line-height: 45px;
    margin: 26px auto 40px;
    font-size: 12px;
        clear: both;
}
.zhiw{overflow:hidden;margin-bottom:80px;}
.zhiw li{margin-bottom:18px;background: #fff;padding:20px;border:1px solid #ebebeb;}
.zpzw{cursor:pointer;overflow:hidden;transition:.5s;color: #9e9e9e;font-size:14px;line-height:24px;}

.zpzw span{float:left;width:70%;padding-bottom:5px;display: block;font-size:18px;line-height: 24px;color: #353535;}
.zpzw b{width:70px;text-align:right;font-weight:normal;float: right;color: #9e9e9e;font-size: 13px;font-family: Microsoft YaHei;}
.zpzw p{float: left;width: 100%;    height: 24px; overflow:hidden; margin-bottom:0;}
.zwyq{overflow:hidden;display:none;margin:15px 0 0px 0;position: relative;width:100%;}
.zwyq div{float:left;border-top:1px solid #e2e2e2;font-size:14px;color:#9e9e9e;line-height:24px;width:100%;    padding: 15px 0px 0px;}
.zwyq div span{padding:30px 0 15px 0;font-size: 18px;color: #535353;display: block;}
body .tj a{transition:.5s;display:block;background-color:#e10413;font-size:12px;line-height:30px;border-radius:18px;width:105px;height:30px;text-align:center;color: #fff;}
.tj a:hover{background-color: #bf080a;}
.list_card {
    overflow: hidden;
    padding: 30px 20px;
    font-size: 14px;
}
.zpzw i
{
    float:right;
        line-height: 24px;
        font-size:14px;
}
.pages a {
    width: 36px;
    height: 36px;
    background: f8f8f8;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Microsoft YaHei;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}
body .pages .on 
{
    background: #e42a4f;
} 
#shcLoc { display:none; margin-top:-1px; height:auto;}
#shcLoc:after {content:"";display:block;overflow:hidden;position:absolute;top:50px;left:0;right:0;bottom:0;background:rgba(0,0,0,0.85)}
#shcLoc .cont_menu {overflow:hidden;overflow-y:auto;position:relative;z-index:100;width:100%;max-height:100%;background-color:#313131;}
#shcLoc .box_menu {overflow:hidden;padding:0 27px}
#shcLoc .box_menu .tit_menu.depth1 {display:block;overflow:hidden;width:100%;margin-top:23px;padding-bottom:4px;border-bottom:2px solid #444;font-weight:bold;font-size:16px; color:#fff; font-weight:normal;padding-bottom: 12px;}
#shcLoc .box_menu .list_nav.depth2 {overflow:hidden;width:100%;    margin-top: 10px;
    padding-bottom: 20px;}
#shcLoc .box_menu .list_nav.depth2>li {overflow:hidden;width:100%;    line-height: 40px;}
#shcLoc .box_menu .list_nav.depth2>li:first-child {margin-top:0}
#shcLoc .box_menu .list_nav.depth2>li>.tit_menu {display:block;overflow:hidden;width:100%; border-bottom:1px solid #444; }
#shcLoc .box_menu .list_nav.depth2>li>.tit_menu>a {display:inline-block;position:relative;padding-right:19px;font-size:14px;vertical-align:top; color:#c4c4c4; font-weight:normal;    width: 100%;}
#shcLoc .box_menu .list_nav.depth2>li>.tit_menu>a.on { color:#f00;width: 100%;}
#shcLoc .box_menu .list_nav.depth2>li>.tit_menu i{    font-size: 14px;content:"";display:block;position:absolute;top: 50%;right: 15px;width:9px;height:10px;margin-top:-5px;    line-height: 10px;background-size:9px 20px; float:right;}
#shcLoc .box_menu .list_nav.depth2>li.on>.tit_menu  i{background-position:0 0}
#shcLoc .box_menu .list_nav.depth2>li.blank>.tit_menu>a {padding-right:0}
#shcLoc .box_menu .list_nav.depth2>li.blank>.tit_menu i{background:none}
#shcLoc .box_menu .list_nav.depth2 .info_sub {display:none;overflow:hidden;margin-top:6px;background-color:#313131}
#shcLoc .box_menu .list_nav.depth2>li.on .info_sub {display:none}
#shcLoc .box_menu .list_nav.depth3 {overflow:hidden;margin-top:11px;padding:0 15px 11px}
#shcLoc .box_menu .list_nav.depth3>li {overflow:hidden;width:100%;margin-top:12px}
#shcLoc .box_menu .list_nav.depth3>li:first-child {margin-top:0}
#shcLoc .box_menu .list_nav.depth3>li>a {display:block;position:relative;overflow:hidden;font-size:14px;color:#6f6f6f}
#shcLoc .box_menu .list_nav.depth3>li.on>a {padding-left:11px;font-weight:bold;color:#0098c2}
#shcLoc .box_menu .list_nav.depth3>li.on>a:before {content:"";display:block;overflow:hidden;position:absolute;top:50%;left:0;width:5px;height:10px;margin-top:-5px;background:url(../images/ico_arrow_type1.png) no-repeat 0 0;background-size:5px 10px}
#shcHead {position:relative;height:40px;background-color:#1e6ec3;z-index:80;}
#shcHead .box_header {position:relative;z-index:10;margin-top: -1px;}
#shcHead .tit_head {    overflow: hidden;
    position: relative;
    width: 100%;
    height: 34px;
    padding: 7px 0 0 30px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;}
#shcHead .tit_head .btn_location {display:inline-block;position:relative;padding-right:15px;color:#fff;vertical-align:top; float:left;}
#shcHead .tit_head .btn_location:after {content:"";display:block;position:absolute;top:50%;right:0;width:9px;height:5px;background:url(../images/ico_arrow_location.png) no-repeat 50% 0;background-size:9px 20px;transform:translate(0, -50%);-webkit-transform:translate(0, -50%)}
#shcHead .tit_head .btn_location.on:after {background-position:50% -10px}
#shcHead .tit_head .inner_tit {display:inline-block;overflow:hidden;max-width:198px;height:28px;vertical-align:top; font-size:14px; font-weight:normal; color:#fff;}
@media only screen and (min-width:360px) {
	#shcHead .tit_head .inner_tit {max-width:230px}
}
#shcHead .btn_menu {overflow:hidden;position:absolute;top:50%;left:39px;width:32px;height:32px;background:url(/conts/images/common/ico_header_menu.png) no-repeat 50% 50%;background-size:24px 24px;color:transparent !important;transform:translate(0, -50%);-webkit-transform:translate(0, -50%)}
#shcHead .btn_search {overflow:hidden;position:absolute;top:50%;right:9px;width:32px;height:32px;background:url(/conts/images/common/ico_header_search.png) no-repeat 50% 50%;background-size:24px 24px;color:transparent !important;transform:translate(0, -50%);-webkit-transform:translate(0, -50%)}
#shcHead .btn_search.on {background-image:url(/conts/images/common/ico_header_search_on.png)}
#shcHead .btn_back {overflow:hidden;position:absolute;top:50%;left:5px;width:32px;height:32px;background:url(/conts/images/common/ico_header_back.png) no-repeat 50% 50%;background-size:24px 24px;color:transparent !important;transform:translate(0, -50%);-webkit-transform:translate(0, -50%)}
.white-text #logo img
{
    width:auto;
    height:35px;
    display:inherit;
}
.white-text #logo 
{
    text-align:center;
}
.goodslist
{
    padding:30px 15px;
}
.timenew i
{
    font-size:14px;
    padding-right:5px;
}
.pagebody h3
{
    margin-bottom:0px;
}
.newslist .media-top-object
{
   /* margin: 1rem;*/
}


/*kefu*/
/*.kefu{    margin: auto;width: 307px;}
.kefu li{width:60px;height:45px;background-color: rgba(0,0,0,0.6);margin-bottom:2px;text-align: center; line-height: 40px;display: flex;align-items: center;
    justify-content: center;transition: .5s;    margin-right: 1px; float: left;}
.click_show{background: url(../images/pori_395.png) no-repeat center;background-size: contain;}
.click_show2{background:url(../images/pori_394.png) no-repeat center;background-size: contain;}
.kefu .hide_li{transform: scale(1);}
.kefu .on{transform: scale(0);}

.kefu  li a{height:60px;width:45px;display: block}*/
.kf {
    position: fixed;
        right: 20px;
    bottom: -6px;
    transform: translateY(-50%);
    z-index: 11;
}
.kf.bot{bottom: 1rem;}
.kf span {
    width: 40px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    text-align: center;
/*    padding-top: .55rem;*/
    display: block;
    transition: all 0.5s;
    float: left;
    margin-right: 3px;
}
.kf span.span1 
{
    width: 117px;
    border: none;
    cursor: pointer;
    margin-right: 3px;
    line-height: 35px;
    padding-left: 20px;
    background: #3080e8 url(../images/kfh.png)no-repeat 8px center;
    background-size: 24px;
}
.kf span a {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 35px;
    color: #fff;
}
.kf .span2>a 
{
        display: block;
    height: 35px;
}
.kf span.span2 {

    border-radius: 4px;
    background: #fff url(/mobile/ctmon/images/up.png)no-repeat center;
    padding: 0;
}
.kf span.span3 {
    background: #fff url(../images/potop_03.png)no-repeat center;
    background-size: 70%;
}

/*-------*/

.code1{    position: absolute;
    left: 0px;
    display: none;
    color: #3d51cc;
    padding: 10px;
    box-sizing: border-box;
    top: -95px;}
.code1 img{display: block;width:82px;}
.back{background:url(../images/potop_03.png)  rgba(61,81,204,0.5) no-repeat center;}
/*kefu over*/
.media-top-object .media-body
{
    padding-left: 10px;
}
.submitbutton
{
    width:100%;
}
footer {
  background: #1e2225;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  
}
.footer_nav {
  padding: 13px 16px 20px 16px;  margin:0px;
}
.footer_nav > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
  padding-left: 20px;
  border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
}
.footer_nav > li > a {
  display: block;
  color: #e0e0e0;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.footer_nav2 {
  padding-left: 20px;
  display: none;
  padding-top: 12px;
}
.footer_nav2 > li > a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: #b7b7b7;
  line-height: 20px;
}
.footer_nav li i {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 16px;
  background: url(../images/jia.png) no-repeat center;
  background-size: cover;
  z-index: 4;
      font-size: 16px;
}
.footer_nav > .on i {
  background: url(../images/jian.png) no-repeat center;
}
.footer_font {
  font-size: 13px;
  color: #b7b7b7;
  line-height: 22px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  font-weight: lighter;
}
.footer_font a,
.footer_font p {
  font-size: 13px;
  color: #b7b7b7;
  line-height: 22px;
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.footer_font a:hover {
  color: #fff;
}
.footer_font p
{
    margin-bottom:0px;
}
.newdet_tit1 {
        font-size: 0.28rem;
        color: #333333;
        line-height: 25px;
        margin-top:20px;
}
.new_timedet {
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
    padding-bottom: 13px;
    border-bottom: solid #eaeaea 1px;
    margin-bottom: 13px;
}
.new_timedet i
{
    font-size:14px;
}
.biaoqian_new {
  overflow: hidden;
  border: solid #f1f1f1 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
.biaoqian_new a {
  display: block;
  width: 33%;
  overflow: hidden;
  transition: .5s;
  text-overflow: ellipsis;
  float: left;
  flex-grow: 1;
  height: 22px;
  white-space: nowrap;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}
.biaoqian_new a:first-child {
  padding-left: 25px;
  background: url(../images/newdetimgl_03.png) no-repeat left;
  background-size: 20px;
}
.biaoqian_new a:last-child {
  padding-right: 25px;
  background: url(../images/newdetrh_03.jpg) no-repeat right;
  background-size: 20px;
  text-align: right;
}
.biaoqian_new a:nth-of-type(2) {
  background: url(../images/newpre_03.png) no-repeat center;
  background-size: 15px;
}
.collapsible-header
{
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
}
.kufuul 
{
    text-align:center;
        position: fixed;
    bottom: 0px;
    z-index: 82;
    width: 100%;
}
.card-content i
{
    font-size:16px;
    margin-right:5px;
}
.ztmc{overflow:hidden;background:white;margin-top:10px}
.ztmc ul
{
    margin: 0;
}
.ztmc .h2{    margin: 0;font-size:16px;height:50px;line-height:50px;color:#333;text-indent:10px;box-shadow:0 -1px 0 0 #ddd inset;position:relative}
.ztmc>.h2>a{text-indent:0;display:block;position:absolute;right:10px;top:10px;width:30px;height:30px;line-height:30px;text-align:center;color:#999;border-radius:50%;}
.ztmc .h2 a i{margin:0;    font-size: 16px;}
.ztmc_list li{width:50%;padding:1px;box-sizing:border-box;float:left;box-shadow:1px 1px 0 0 #eee;text-align:left;position:relative}
.ztmc_list li div.img{text-align:center;overflow:hidden;/* height:180px; */box-sizing:border-box;/*background:#f6f6f6;*/padding:5px }
.ztmc_list li div.img img{max-width:100%;}
.prolist_info{background:#fff;padding:10px;padding-top:0;overflow:hidden}
.ztmc_list li h4{font-size:14px;color:#333;margin:10px auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ztmc_list li p{    font-size: 13px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin-bottom: auto;}
.ztmc_list li p.red{font-size:14px;height:20px;line-height:20px;float:left}
.ztmc_list li p.grey{font-size:12px;height:20px;line-height:20px;color:#ccc;text-decoration:line-through;}
.ztmc_list li a.add{position:absolute;right:6px;bottom:6px;border:1px solid #17ce71;border-radius:3px;height:20px;line-height:20px;text-align:center}
.ztmc_list li a.add i{color:#17ce71;font-size:12px!important}
.entry p
{
    /* margin:20px; */
}
.index_more
{
    margin-bottom:30px;
}

#certify  {
	width: 100%;
	position:relative;
}
#certify .swiper-container 
{
        padding-top: 30px;
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 250px;
	
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	
}




#certify .swiper-button-prev {
	left: 30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}



#certify .swiper-button-next {
	right: 30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .news .media-top-object
{
    margin:0px;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
#certify .swiper-pagination span
{
    margin-right:5px;
}
.goodslists .moretom
{
    clear:both;
    margin-top:20px;
}
.goodslists ul
{
         overflow: hidden;
             border-bottom: 1px solid #eee;
}
.jtdt{
	padding-top: 30px;

}
.jtdt .jtdt-list{
	display: block;
	padding-left: 10px;
	padding-right:10px;
	width: 100%;
	    padding-bottom: 15px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	-webkit-box-shadow: #eee 0px 0px 20px;
   -moz-box-shadow: #eee 0px 0px 20px;
   box-shadow: #eee 0px 0px 20px;
   position: relative;
}
.jtdt .jtdt-list:last-child{
	/*margin-bottom: .3rem;*/
}
.jtdt .jtdt-list h1{
	font-size: 14px;
	color: #444;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	height:30px;
	overflow:hidden;
}

.jtdt .jtdt-list .j-l-font{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow-y: auto;
	margin: .25rem 0 .3rem 0;
}
.jtdt .jtdt-list .j-l-font::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #d6d6d6;
}
.jtdt .jtdt-list .j-l-font::-webkit-scrollbar-thumb {
    background: #1f2226;
}
.jtdt .jtdt-list .a{
	width: 100px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: solid 1px #dcdcdc;
	font-size: 14px;
	color: #999999;
}
.jtdt .jtdt-list .rili{
	position: absolute;
	right: 25px;
	top: 0;
	width: 52px;
	text-align: center;
	height: 64px;
	background: url(../images/news-bg.png) no-repeat left top;
	background-size:100%;
}
.jtdt .jtdt-list .rili h4{
	margin: 0 5px;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: white;
	text-align: center;
	margin-top: 20px;
	border-bottom: solid 1px #fff;
	font-family: phoneFont;
}
.jtdt .jtdt-list .rili span{
	line-height: 12px;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	font-family: Microsoft YaHei;
}
/*.jtdt .jtdt-list:hover .rili{
	background: url(../images/rili-h.png) no-repeat left top;
}
.jtdt .jtdt-list:hover .a{
	background: #EA8411;
	color: white;
	border: solid 1px #EA8411;
}*/
.jtdt .jtdt-list .j-l-pic{
	width: 100%;

}
.jtdt .jtdt-list .j-l-pic img{
	width: 100%;

}
.news-info{
	
	padding-top: .64rem;
}
.news-info h1{
	font-size: .28rem;
	color: #444;
	line-height: .28rem;
	margin-bottom: .3rem;
}
.news-info .time{
	font-size: .22rem;
	color: #999999;
	line-height: .26rem;
	padding-left: .4rem;
	background: url(../images/time.png) no-repeat left center;
	background-size: .26rem;
}
.news-info .info-share{
	padding-left: 0;
	margin-top: .37rem;
	margin-bottom: .55rem;
}
.news-info p{
	line-height: .36rem;
	color: #777;
	font-size: .22rem;
}
.news-info img{
	width: 5.8rem;
	height: 4.2rem;
}
.news-info .next{
	margin-bottom: .64rem;
}
.news-info .tuijian{
	padding: .48rem .35rem .2rem .48rem;
	background: #fafafa;
	border: solid 1px #ebebeb;
	margin-bottom: .72rem;
}
.news-info .tuijian h1{
	font-size: .26rem;
	color: #333;
	line-height: .42rem;
	padding-left: .6rem;
	margin-bottom: .45rem;
	background: url(../images/tuijian.png) no-repeat left center;
	background-size: .44rem .42rem;
}
.tuijian .tj-list{
	display: block;
	margin-bottom: .45rem;
}
.tuijian .tj-list h2{
	font-size: .26rem;
	color: #333;
	line-height: 24px;
	margin-bottom: .15rem;
}
.tuijian .tj-list span{
	font-size: .2rem;
	color: #999999;
	line-height: .2rem;
}
.clearfix {
    zoom: 1;
}
.main {
    /*width: 95%;*/
    margin: 0 auto;
}
       .h2 .product>li
       {   
    float: left;
    border-right: 1px solid #cecaca;
    width: 20%;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    text-indent: initial;
    overflow:hidden;
       }
       .h2 .product>li:nth-last-child(1)
       {
    border-right: none;
       }
.pagebody{ font-size:15px; line-height:33px;}
.pagebody p{ font-size:15px; line-height:33px;}
.pagebody p img{ width:100%;}
.pagebody strong{ margin-right:20px;}


DIV.black {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;PADDING-BOTTOM: 10px; MARGIN: 0px auto 25px auto; COLOR: #a0a0a0; PADDING-TOP: 10px;  TEXT-ALIGN: center
}
DIV.black A {
	BORDER: #c00 1px solid;   COLOR: #000; MARGIN-RIGHT: 3px; font-size:14px; font-family: "宋体";  TEXT-DECORATION: none; border-radius:50px; padding:6px 10px;}
DIV.black A:hover {
	BORDER: #f0f0f0 1px solid; background:#c00;  COLOR: #ffffff;  font-size:14px; font-family: "宋体"; BACKGROUND-COLOR: #c00; border-radius:50px;padding:6px 10px;}
DIV.black A:active {
	BORDER: #f0f0f0 1px solid; font-size:14px; font-family: "宋体";COLOR: #ffffff; BACKGROUND-COLOR: #c00; border-radius:50px; padding:6px 10px;}

DIV.black SPAN.current {
	BORDER: #c00 1px solid; font-size:14px; font-family: "宋体";PADDING: 5px; FONT-WEIGHT: bold;  COLOR: #ffffff; MARGIN-RIGHT: 3px;  BACKGROUND-COLOR: #c00; border-radius:50px; padding:6px 10px;}

DIV.black SPAN.disabled {
	BORDER: #c00 1px solid; PADDING-RIGHT: 5px; font-size:14px; font-family: "宋体";PADDING-LEFT: 5px; PADDING-BOTTOM: 2px;  COLOR: #000; MARGIN-RIGHT: 3px; PADDING-TOP: 2px;  border-radius:50px; border-radius:50px; padding:6px 10px;
}