@charset "utf-8";

@font-face {
    font-family: din;
    src: url("./../font/DIN-Bold.otf");
}

@keyframes back-and-forth {
    0% {
        padding-left: 16px;
    }
    25% {
        padding-left: 10px;
    }
    50% {
        padding-left: 16px;
    }
    75% {
        padding-left: 10px;
    }
    100% {
        padding-left: 16px;
    }
}

@-webkit-keyframes back-and-forth /* Safari 与 Chrome */
{
    0% {
        padding-left: 16px;
    }
    25% {
        padding-left: 10px;
    }
    50% {
        padding-left: 16px;
    }
    75% {
        padding-left: 10px;
    }
    100% {
        padding-left: 16px;
    }
}

/*公共*/
body {
    --D: 150px;
    --Colors: #971a1e;
    --swiper-theme-color: var(--Colors);
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, body, span {
    padding: 0;
    margin: 0;
    font-size: 16px;
    word-wrap: break-word
}

ul, li {
    list-style: none;
}

img {
    border: 0 none;
    transition: all .6s;
}

.row {
    --bs-gutter-y: 30px;
}

.img-list, .contact-img, .contact-map, .about-us-img {
    overflow: hidden;
}

.img-list img {
    width: 100%;
}

.item:hover img {
    transform: scale(1.1);
}

.home-but {
    color: #fff;
    width: 180px;
    display: inline-block;
    padding: 14px 30px;
    line-height: 16px;
    background-color: var(--Colors);
}

.home-but i {
    padding-left: 16px;
}

.home-but:hover {
    color: #fff;
}

.home-but:hover i {
    animation: back-and-forth 5s;
    -webkit-animation: back-and-forth 5s;
}

a {
    text-decoration: none !important;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "微软雅黑", serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

a:hover {
    color: var(--Colors);
}

.home-title h2 {
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 58px;
}

/*手机电脑切换*/
.dc-mo {
    display: none;
}

@media (max-width: 991px) {
    .dc-mo {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}

@media (min-width: 1400px) {
    .inner-content .container, .limit-content .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .row {
        width: 100%;
        margin-left: 0;
    }
}

/*导航栏*/
header {
    position: absolute;
    top: 0;
    height: 120px;
    width: 100%;
    padding: 35px 0;
    z-index: 200;
}


header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seo-h1 {
    display: none;
}

.top-logo {
    width: 220px;
    line-height: 50px;
}

.top-logo img {
    width: 100%;
}


.nav {
    height: 50px;
    width: 910px;
    text-transform: uppercase;
    background-color: #00000000;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
}

.nav-ul li {
    line-height: 50px;
}

.nav-ul a {
    color: #fff;
}


.nav-ul .nav-active a {
    color: var(--Colors);
}

.nav-ul li:hover a {
    color: var(--Colors);
}

.top-tel {
    background-color: #fff;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 22px;
    font-family: din, serif;
    text-align: center;
}

.top-tel i {
    line-height: 40px;
    display: inline-block;
    font-size: 22px;
    color: var(--Colors);
}

.top-tel .icon-tel:before {
    padding-right: 7px;
}

@media (max-width: 1400px) {
    .top-tel {
        display: none;
    }
}


@media (max-width: 999px) {
    header {
        position: unset;
        background-color: #000;
        height: 65px;
    padding: 0;
    }

    .nav {
        display: none;
    }
}

@media (max-width: 767px) {

    .top-logo {
        line-height: 60px;
    }
}

@media (max-width: 599px) {
    .top-contact {
        display: none;
    }
}

/*手机导航*/
#navToggle {
    position: relative;
    width: 30px;
    height: 20px;
    display: none;
    float: right;
}

#navToggle .line {
    background: var(--Colors);
    border-radius: 1px;
    display: block;
    height: 2px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    transform-origin: center center;
    width: 100%;
    position: absolute;
}

#navToggle .line1 {
    top: 0;
}

#navToggle .line2 {
    top: 50%;
    margin-top: -1px;
}

#navToggle .line3 {
    top: auto;
    bottom: 0;
}

#navToggle.active .line {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
}

#navToggle.active .line1 {
    transform: rotate(45deg);
}

#navToggle.active .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

#navToggle.active .line3 {
    transform: rotate(-45deg);
}

.mobileMenu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    overflow-y: auto;
    z-index: 400;
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
}

.mobileMenu ul {
    background: #fff;
}

.mobileMenu ul li {
    transform: translate3d(0, 10px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.mobileMenu.h-show ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.menu-item {
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    transition: all .5s;
}

.menu-item i {
    font-size: 30px;
    display: block;
    margin-top: 4px;
    font-style: normal;
}

.menu-item > svg {
    font-size: 30px;
}

.menu-item > a {
    font-size: 30px;
    color: #333;
    padding-left: 30px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.menu-item:hover i, .menu-item:hover a {
    color: var(--Colors);
}

.menu li.on .menu-item i {
    color: var(--Colors);
}

.menu_dl {
    display: none;
    padding-left: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.menu_dl dd a {
    font-size: 24px;
    color: #333;
    line-height: 54px;
}

.menu_dl dd img {
    margin-bottom: 10px;
}

.menu_dl dd a:hover {
    color: var(--Colors);
}

.ovh-f {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}

.menu_li .menu-item span {
    font-size: 30px;
    position: absolute;
    right: 40px;
    /* transform: rotate(-90deg); */
    transition: all 0.4s;
}

.menu_li.on .menu-item span {
    transform: rotate(90deg);
    color: var(--Colors);
}

.mobile-nav-active {
    color: var(--Colors);
}

.mobile-nav-active a {
    color: var(--Colors);
}

@media (max-width: 999px) {
    #navToggle {
        display: block;
    }
  .mobileMenu {
  	top: 65px;
        height: calc(100% - 65px);
    }
}

@media (max-width: 767px) {

    .menu-item {
        padding-left: 20px;
        height: 70px;
    }

    .menu-item i {
        font-size: 24px;
        margin-top: 4px;
    }

    .menu-item a {
        font-size: 24px;
        padding-left: 15px;
    }

    .menu-item svg {
        font-size: 24px;
    }

    .menu_li .menu-item span {
        right: 20px;
        font-size: 24px;
    }

    #navToggle {
        margin-right: 15px;
    }

    .menu_dl {
        padding-left: 68px;
    }

    .menu_dl dd a {
        font-size: 18px;
        line-height: 36px;
    }
}

@media (max-width: 599px) {
    .menu-item i {
        font-size: 18px;
        margin-top: 2px;
    }

    .mobileMenu {
        height: calc(100% - 65px);
    }

    .menu-item a {
        font-size: 18px;
    }

    .menu-item svg {
        font-size: 18px;
    }

    .menu_dl {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu_dl dd a {
        font-size: 16px;
        line-height: 32px;
    }

    .menu_li .menu-item span {
        font-size: 20px;
    }
}

/*横幅*/
#home-banner {
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 2px;
    opacity: 1;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: var(--swiper-theme-color)
}


/*首页关于我们*/
#home-about {
    padding: 100px 0;
}

#home-about .container {
    display: flex;
}

.home-about-main, .home-about-img {
    width: 50%;
}

.home-about-main {
    position: relative;
    padding-right: 100px;
}

.home-about-main p {
    line-height: 30px;
}

.home-about-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 100px);
}

@media (max-width: 1400px) {

    .home-about-main p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        overflow: hidden;
    }
}

@media (max-width: 1200px) {

    .home-about-main p {
        -webkit-line-clamp: 9;
    }
}


@media (max-width: 991px) {
	#home-about {
    padding: 50px 0;
}
.home-title h2 {
    padding-bottom: 30px;
    }
    #home-about .container {
        flex-direction: column;
    }

    .home-about-main {
        width: 100%;
    }

    .home-about-main {
        padding-right: 0;
    }

    .home-about-main p {
        line-height: 30px;
    }

    .home-about-video {
        position: unset;
        width: 100%;
        padding-top: 20px;
    }

    .home-about-img {
        display: none;
    }
}

/*首页产品*/

#home-products {padding-bottom: 100px;}
#home-products .home-title {
    text-align: center;
}

#home-products .owl-dots {
    height: 0;
}

.home-pro-list li + li {
    margin-top: 30px;
}

.product-item .img-list{
    position: relative;
}

.product-title {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: var(--Colors);
}

.product-title h3 {
    width: 100%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}


.product-item:hover .product-title {
    display: block;
}

@media (max-width: 991px) {
   #home-products {padding-bottom: 50px;}
}

/*首页招商加盟*/
#home-join {
    padding: 100px 0 60px;
    height: 828px;
    background-image: url("./../img/home-join-bg.jpg");
    background-position: center top;
}

#home-join .home-title {
    color: #fff;
    text-align: center;
}

.join-item {
    text-align: center;
    padding: 64px 40px;
    background-color: #fff;
}

.home-join-icon {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--Colors);
}

.join-item .home-join-icon img {
    width: 75px;
    padding-top: 30px;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.home-join-main {
    padding-top: 34px;
}

.home-join-main h3 {
    font-size: 30px;
    line-height: 30px;
    color: #111;
}

.home-join-main p {
    padding-top: 34px;
    color: #444;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.join-item:hover {
    background-color: var(--Colors);
}

.join-item:hover .home-join-icon {
    background-color: #fff;
}

.join-item:hover .home-join-icon img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.join-item:hover h3 {
    color: #fff;
}

.join-item:hover p {
    color: #fff;
}

.home-join-but {
    padding-top: 60px;
    text-align: center;
}

#home-store {
    padding: 100px 0;
}

/*首页门店展示*/
.home-store-top {
    display: flex;
    justify-content: space-between;
}

.home-store-top .home-title h2 {
    padding-bottom: 0;
}

.home-store-item {
    position: relative;
}

.home-store-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    color: #fff;
    display: none;
    text-align: center;
}

.home-store-item:hover .home-store-title {
    display: block;
}

.home-store-title div {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.home-store-list {
    padding-top: 60px;
}

.home-store-item h3 {
    font-size: 36px;
    line-height: 1;
}

.home-store-item p {
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    text-transform: uppercase;
}

.home-store-owl .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.home-store-owl button.owl-dot span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    border: 2px solid #fff;
}

.home-store-owl button.owl-dot {
    width: 22px;
}

.home-store-owl button.owl-dot.active {
    width: 62px;
}

.home-store-owl button.owl-dot.active span {
    width: 56px;
    background-color: #fff;
}

.home-store-owl .owl-nav {
    position: absolute;
    bottom: 80px;
    width: var(--D);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
	#home-store {
    padding: 50px 0;
   }

.home-store-top {
    flex-direction: column;
}
.home-store-top .home-title h2 {
    padding-bottom: 30px;
}

.home-store-list {
    padding-top: 30px;
}

.home-store-owl .owl-dots {
   bottom: 0;
}

.home-store-owl .owl-nav {
    bottom: 0;

}

}


/*新闻中心*/
#home-news {
    padding: 100px 0;
    background-color: #f0f0f4;
}

#home-news .home-title {
    text-align: center;
}

.home-news-recommend {
    display: flex;
    justify-content: space-between;
}

.home-news-recommend li:hover img {
    transform: scale(1.1);
}

.home-news-recommend li:hover p {
    color: #222;
}

.home-news-recommend1 {
    width: 660px;
}

.home-news-recommend2 {
    width: 330px;
}

.home-news-recommend3 {
    width: 350px;
}

.home-news-recommend1 h3 {
    font-size: 24px;
    line-height: 1;
    padding-top: 58px;
}

.home-news-recommend p {
    padding-top: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-news-recommend2 h3 {
    font-size: 18px;
    padding-top: 25px;
}

.home-news-recommend2 p {
    padding-top: 12px;
    line-height: 20px;
}

.home-news-recommend2 li + li {
    padding-top: 30px;
}

.home-news-recommend3 span {
    color: #888;
    line-height: 1;
}

.home-news-recommend3 h3 {
    font-size: 18px;
    padding-top: 8px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.home-news-recommend3 li + li {
    padding-top: 30px;
}

.new-info {
    display: flex;
    height: 59px;
    line-height: 59px;
    justify-content: space-between;
    border-bottom: 1px dashed;
}
.new-info h3 {
    width: calc(100% - 95px);
    line-height: 59px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1400px) {
    .home-news-recommend {
        flex-wrap: wrap;
    }

    .home-news-recommend3 {
        width: 100%;
        padding-top: 30px;
    }

    .home-news-recommend3 span {
        float: right;
        line-height: 30px;
    }

    .home-news-recommend3 h3 {
        float: left;
        line-height: 30px;
    }

    .home-news-recommend3 li {
        height: 30px;
    }

    .home-news-recommend3 li + li {
        padding-top: 0;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .home-news-recommend ul {
        width: 100%;
    }

    .home-news-recommend2 {
        padding-top: 30px;
    }

    .home-news-recommend2 h3 {
        font-size: 24px;
        line-height: 1;
        padding-top: 58px;
    }
}

@media (max-width: 991px) {
#home-news {
    padding: 50px 0;
    }

    .home-news-recommend3 h3 {
    width: calc(100% - 90px)
}
}



/*底部*/

footer {
    background-color: #0d0d0d;
}

footer dt {
    color: #fff;
    font-size: 18px;
    padding-bottom: 28px;
}

footer a, footer p {
    color: #808080;
}

footer dd, footer li p {
    line-height: 38px;
}

footer a:hover {
    color: #fff;
}

.footer-list {
    display: flex;
    padding: 100px 0 40px;
    justify-content: space-between;
}

.footer-logo .img-list {
    margin-bottom: 60px;
}

footer h4 {
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
    font-family: din, serif;
}

.footer-products {
    display: flex;
}

.footer-products dl + dl {
    padding-left: 20px;
    padding-top: 24px;
}

.footer-code p {
    padding-top: 20px;
    text-align: center;
}

.footer-links {
    line-height: 60px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-line {
    border-top: 1px solid #616161;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    line-height: 100px;
    justify-content: space-between;
}


@media (max-width: 1200px) {
    .footer-list li {
        display: none;
    }

    .footer-list .footer-contact, .footer-list .footer-code {
        display: list-item;
    }

    .footer-links {
        padding-top: 0;
    }

    .footer-list .footer-logo {
    display: list-item;
}

    .footer-list {
    padding: 50px 0 40px;
    justify-content: center;
}

.footer-logo .img-list {
    margin-bottom: 30px;
}


.footer-copyright {
    line-height: 1;
}

}

@media (max-width: 769px) {
    .footer-list .footer-code {
        display: none;
    }


}


/*内页统一样式*/
/*内页横幅*/
.inner-banner img {
    width: 100%;
}

.inner-breadcrumb {
    display: none;
    height: 70px;
    line-height: 70px;
    background-color: #f9f9fc;
    box-shadow: 0 1px 1px -1px #5E5E5E;
}

.inner-breadcrumb .container {
    display: flex;
    justify-content: space-between;
}


.inner-breadcrumb {
    line-height: 70px;
}


@media (max-width: 991px) {
    .inner-breadcrumb {
        display: none;
    }
}


/*分页*/
.page {
    padding-top: 36px;
    text-align: center;
}

.page span {
    margin-right: 10px;
}

.page span:last-child {
    margin-right: 0;
}

.page span a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 24px;
    border: 1px solid #c9c9c9;

}

.page span a:hover, .page span .page-on {
    color: #ffffff;
    background-color: var(--Colors);
    border: 1px solid var(--Colors);
}

/*内页最低高度*/
.inner-content {
    padding: 60px 0;
    min-height: calc(100vh - 705px);
}

/*页面布局*/
.inner-content-left {
    width: 270px;
}

.inner-content-right {
    width: 1080px;
}

.inner-content .container {
    display: flex;
    justify-content: space-between;
}


@media (min-width: 1400px) {
    .inner-content .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width: 1400px) {
    .inner-content-right {
        width: calc(100% - 320px);
    }
}

@media (max-width: 991px) {
	.inner-content {
    padding: 30px 0;
}
    .inner-content .container {
        flex-direction: column;
    }

    .inner-content-left {
        width: 100%;
        padding-bottom: 60px;
    }

    .inner-content-right {
        width: 100%;
    }
}

/*左侧菜单*/
.inner-menu-name {
    text-align: center;
    position: relative;
    background-color: var(--Colors);
}

.inner-menu-name h2 {
    font-size: 30px;
    color: #fff;
    line-height: 107px;
    font-weight: bold;
}

.inner-menu-name span {
    left: 50%;
    width: 100%;
    bottom: 22px;
    font-size: 40px;
    line-height: 0.9;
    color: #FFFFFF07;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.inner-menu ul, .inner-left-contact-info {
    border: 1px solid #d9d9d9;
    border-top: 1px solid #f0f0f4;
    background-color: #f0f0f4;
}

.inner-menu li a {
    width: 100%;
    color: #444;
    line-height: 56px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.inner-menu li.on, .inner-menu li:hover {
    border-top: 1px solid #d9d9d9;
    background-color: var(--Colors);
}

.inner-menu li.on a, .inner-menu li:hover a {
    color: #fff;
}

.inner-menu li a:after {
    font-family: "iconfont", serif !important;
    content: "\ee88";
    position: absolute;
    line-height: 56px;
    top: 0;
    right: 30px;
}

.inner-menu li.on a:after {
    color: #fff;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.inner-menu li + li {
    border-top: 1px solid #d9d9d9;
}

.inner-left-contact {
    padding-top: 50px;
}

.inner-left-contact-info {
    padding: 28px;
    color: #444;
}

.inner-left-contact-info p + p {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .inner-menu-name h2 {
        line-height: 70px;
    }

    .inner-menu-column {
        display: none;
    }

    .on .inner-menu-column {
        display: block;
    }

    .inner-menu-name h2:after {
        font-family: "iconfont", serif !important;
        content: "\e60b";
        position: absolute;
        line-height: 70px;
        top: 0;
        right: 30px;
    }

    .on .inner-menu-name h2:after {
        content: "\e6a7";
        font-weight: 50;
    }

    .inner-left-contact {
        display: none;
    }
}


/*关于我们*/

.about-main p {
    padding-top: 40px;
    color: #444;
    line-height: 2;
    text-indent: 2em;
}

/*合作案例*/

.projects-list li .product-list-info {
    height: 54px;
    padding: 15px 22px;
    text-align: center;
}

/*新闻中心*/
.inner-content .no-menu {
    display: block;
}

.inner-news-list .new-item + .new-item {
    padding-top: 30px;
}


/*联系我们*/


.contact-us {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
}

.contact-us:hover {
    color: #fff;
    background-color: var(--Colors);
}

.contact-info {
    width: 550px;
    text-align: center;
    padding: 40px 0 30px;
}

.contact-info h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--Colors);
    padding-bottom: 40px;
}

.contact-us:hover h2 {
    color: #fff;
}


.contact-info div {
    display: inline-block;
    text-align: left;
}

.contact-info p {
    line-height: 32px;
}

.contact-img img, .contact-map img {
    max-width: 100%;
}

.contact-img:hover img {
    transform: scale(1.1);
}

.contact-map {
    padding-top: 50px;
}

.contact-map:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .contact-us {
        flex-direction: column;
        background-color: #fff;
    }

    .contact-us:hover {
        background-color: #fff;
    }


    .contact-us:hover .contact-info {
        color: #fff;
        background-color: var(--Colors);
    }


    .contact-info {
        width: 100%;
        background-color: #eee;
        margin-bottom: 30px;
    }

    .contact-img img {
        width: 100%;
    }

    .contact-map {
        padding-top: 30px;
    }
}

/*详情页*/
.inner-title {
    text-align: right;
}

.inner-title h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bolder;
    text-align: center;
}

.inner-title span {
    line-height: 50px;
    padding-right: 50px;
}

.inner-title span::before {
    content: '';
    width: 16px;
    height: 16px;
    padding-right: 26px;
    background-image: url(./../img/time.png);
    background-repeat: no-repeat;
}

.inner-main {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.alone .inner-main {
    border-bottom: 0;
}

.inner-main img {
    max-width: 100%;
}

.inner-main p {
    line-height: 30px;
}

.bottom-navigation {
    padding-top: 30px;
}

.bottom-navigation p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-navigation p + p {
    padding-top: 15px;
}

@media (max-width: 761px) {
    .inner-title {
        padding: 0 20px;
    }

    .bottom-navigation {
        padding: 30px 20px 0;
    }

    .inner-main {
        padding: 0 20px 30px;
    }
}
