/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: rgba(243, 243, 243, 1);
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

.single-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multi-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-3-lines {
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 700;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading h2 em {
    font-style: normal;
    color: #03a4ed;
}

.section-heading h2 span {
    color: #fe3f40;
}

.main-blue-button a {
    display: inline-block;
    background-color: rgba(254, 84, 31, 1);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 12px;
    letter-spacing: 0.25px;
}

.main-red-button a {
    display: inline-block;
    background-color: #fe3f40;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
}

.main-white-button a {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #fe3f40 !important;
}

.background-header .nav li a.active {
    color: #fe3f40 !important;
}

.header-area {
    background-color: #fafafa;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 90px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
    width: 192px;
    height: 44px;
}

.header-area .main-nav .logo h4 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
    color: #fe3f40;
}

.background-header .main-nav .logo h4 {
    line-height: 80px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav #li-login {
    padding-right: 0px;
    padding-left: 40px;
}

.header-area .main-nav .nav #li-login a,
.background-header .main-nav .nav li:last-child a {
    color: #fff !important;
    padding: 0px;
    font-weight: 400;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
}

.header-area .main-nav .nav #li-login a:hover,
.header-area .main-nav .nav #li-login a.active {
    color: #fff !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
    color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #fe3f40 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #fe3f40 !important;
    opacity: 1;
}

.header-area .main-nav .nav #li-login a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    /* background-color: rgb(248, 71, 17); */
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #fe3f40 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 25px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    left: 20px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #fe3f40;
}

.header-area .main-nav .nav #li-login {
    padding: 0;
}

.header-area .main-nav .nav>li:last-child>a {
    color: white !important;
}

.header-area .main-nav .nav #li-login a:hover {
    /* color: #fe3f40 !important; */
}

.header-area .main-nav .nav li:hover li a {
    color: black !important;
}

.header-area .main-nav .nav li:active li a {
    color: black !important;
    background-color: white;
}

.header-area .main-nav .nav li:hover li:hover a {
    color: #fe3f40 !important;
    background-color: white;
}

.header-area .main-nav .nav li:hover li:active a {
    color: #fe3f40 !important;
    background-color: white;
}

.header-area .main-nav .nav li {
    /* padding:0; */
    text-align: center;
}

.header-area .main-nav .login-succ {
    height: 40px;
    line-height: 40px;
}

.header-area .main-nav #li-login {
    margin-left: 20px;
    margin-right: 10px;
}

.header-area .main-nav #lang-btn {
    width: 72px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
}

.header-area .main-nav #lang-btn img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.header-area .main-nav #lang-btn span {
    font-size: 14px;
    user-select: none;
    /* 禁止文本选择 */
    -webkit-user-select: none;
    /* 兼容 Safari 和旧版 Chrome */
    -ms-user-select: none;
    /* 兼容 IE */
}

.header-area .main-nav #lang-btn:hover {
    background-color: white;
    box-shadow: 0 0 8px #FE541F80;
    cursor: pointer;
}

.header-area .main-nav #lang-btn:active {
    background-color: #D9D9D980;
    box-shadow: none;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area {
        height: 85px;
    }

    .header-area .main-nav .nav #li-login,
    .background-header .main-nav .nav li:last-child {
        display: none;
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }

    #li-login {
        margin-left: 0px;
    }

    .header-area .main-nav {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav .menu-trigger {
        top: 30px;
    }

    .header-area .main-nav .nav {
        position: static;
    }

    .header-area .main-nav .nav li {
        display: none;
    }

    .header-area .main-nav #lang-btn {
        position: absolute;
        right: 0;
        top: 23px;
    }

    .header-area .main-nav #lang-btn:hover {
        background-color: transparent;
        box-shadow: none;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #fe3f40 !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 85px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav {
        display: flex;
        justify-content: center;
    }

    /* .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    } */

    .header-area .main-nav .logo img {
        height: 39px;
        width: auto;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    /* .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #fe3f40 !important;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #3B566E;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }

    .header-area .main-nav #li-login {
        margin-left: 0px !important;
    }

    .header-area .main-nav #li-signup a {
        color: black !important;
        border-radius: 0;
    }

    #li-login {
        margin-left: 0px;
    }

    .login-succ {
        height: 50px;
        line-height: 50px;
        background: #f7f7f7
    }

    .header-area .main-nav .nav #li-login a {
        color: black !important;
        border-radius: 0;
    }

    .header-area .main-nav .nav #li-login a:hover {
        /* color: #fe3f40 !important; */
    }
}

/* @media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
} */

/* Overlay  */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    transition: opacity 0.5s;
}

.overlay.active {
    display: block;
}

/* 
  ---------------------------------------------
  drawer Style
  --------------------------------------------- 
  */

.drawer {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000;
}

.drawer ul {
    list-style-type: none;
    padding: 0;
}

.drawer ul li {
    padding: 8px 16px;
    text-align: left;
}

.drawer ul li a {
    padding: 13px 16px;
    color: #f1f1f1;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 14px;
}

.drawer ul li a:hover {
    background-color: #555;
    border-radius: 8px;
}

.close-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

.drawer.active {
    width: 250px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fe3f40;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fe3f40;
    border-radius: 50%;
}

/* 
---------------------------------------------
main Style
--------------------------------------------- 
*/
main {
    margin-top: 150px;
    margin-bottom: 64px;
    min-height: calc(100vh - 135px);
    box-sizing: border-box;
}

main .container {
    min-height: calc(100vh - 349px);
    display: flex;
    flex-direction: column;
}

main .back {
    width: 105px;
    height: 62px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: 10px 17px;
    margin-bottom: 24px;
    cursor: pointer;
}

main .category-navigation {
    display: none;
}

main .back img {
    width: 10px;
    object-fit: cover;
    margin-right: 10px;
    opacity: 0.5;
}

main .content {
    flex: 1;
    border-radius: 24px;
    background-color: #FFF;
}

main .content .show {
    max-width: 900px;
    padding: 0 20px;
    margin: 64px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-all;
}

main .content .show h4 {
    /* height: 37px; */
    line-height: 37px;
    /* font-size: 26px; */
    margin-bottom: 10px;
}

main .content .show ul li {
    list-style-type: disc;
    /* 实心圆点 */
    margin-left: 20px;
    /* 缩进，让圆点和文字分开 */
}

main .content .show ul li strong{
    color: black;
}

main .content .show .date {
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 48px;
}

main .content .show img {
    margin: 10px 0;
}

.max-h-500 {
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.max-h-500 img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

main .content .show h2 {
    margin: 40px 0 20px;
}

main .content .show h3 {
    margin: 30px 0 10px;
}

main .content .show p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

main .content .line {
    width: 580px;
    transform: translateX(-50%);
    height: 1px;
    scale: 0.5;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 26px;
}

main .content .other .item {
    display: flex;
    height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
}

main .content .other .item:hover .title,
main .content .other .item:hover .date {
    color: #FD743A;
}

main .content .other .item img {
    width: 2px;
    height: 24px;
}

main .content .other .item .title {
    margin: 0 32px 0 16px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    max-width: 300px;
}

main .content .other .item .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
    background-color: rgba(31, 35, 38, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    text-align: center;
    margin: 30px 0px 45px 0px;
    color: #FFF;
}

footer p a {
    color: rgba(253, 116, 58, 1);
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 992px) {
    body {
        background-color: #FFFFFF;
    }

    main {
        margin-top: 116px;
        margin-bottom: 40px;
    }

    main .content .show {
        margin-bottom: 0;
    }

    main .back {
        display: none;
    }

    main .category-navigation {
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        background-color: #F2F2F2;
        border-radius: 8px;
        cursor: pointer;
    }

    main .category-navigation a {
        flex: 1;
    }

    main .category-navigation .item {
        flex: 1;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #888A8C;
    }

    main .category-navigation .item.active {
        background-color: rgba(254, 84, 31, 1);
        color: #FFF;
        border-radius: 8px;
    }

    main .content .show {
        margin-top: 0;
    }

    main .content .show h4 {
        font-size: 16px;
        line-height: 24px;
        /* height: 24px; */
        margin-bottom: 8px;
    }

    main .content .show p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    main .content .show img {
        margin-bottom: 16px;
    }

    main .content .show .date {
        margin-bottom: 16px;
        font-size: 14px;
    }

    main .content .show {
        padding: 0;
    }

    main .content .other .item .title {
        font-size: 14px;
        max-width: 150px;
    }
}