nav {
    position: fixed !important;
    height: 60px;
    background-image: url(../images/menu_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    top: 0;
    z-index: 999;
}
nav .navbar-brand {
	margin: auto;
	transform: translateX(-10px);
}
nav .navbar-brand img {
	height: 38px;
}
.navbar-toggler {
	margin-bottom: 8px;
	outline: none;
}

[data-role="page"] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px); /* Ensure the body takes at least the full viewport height */
    margin-top: 60px;
}

/* Flex-grow to expand content section to fill remaining space */
[data-role="content"] {
    flex-grow: 1;
}

[data-role="footer"] {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #373636;
    height: 60px;
    line-height: 60px;
}
.navbar-collapse {
	background-color: #282727;
    transform: translateY(4px);
    width: 100%;
    z-index: 9999;
}
.nav-link {
	color: #fff !important;
	padding: 15px 15px !important;
}
.darkBox {
	width: 95%;
    background-color: #404040;
    margin: auto;
    padding: 0px;
    border-radius: 5px;
}
.darkBox.input-group {
    padding: 8px;
}
.searchBox input {
	background-color: #D3D3D3;
    height: 45px;
    color: #767676;
    outline: none;
}
.searchBox button {
	line-height: 43px;
    border: none;
    background-color: #404040;
    color: #fff;
    outline: none;
    padding: 0px 15px 0px 25px;
}
.hotkeyword {
	
}
.hotkeyword .title {
	text-align: center;
    font-size: 18px;
    color: #404040;
}
.hotkeyword .tags {
	list-style: none;
    display: block;
    width: 95%;
    padding: 0px;
    margin: auto;
}
.hotkeyword .tags li {
	float: left;
    padding: 5px 14px;
    border: 1px solid #707070;
    margin: 5px;
    border-radius: 10px;
}
.hotkeyword .tags li a {
	color: #707070;
	text-decoration: none;
}
.hotkeyword .tags li:hover {
	background-color: #707070;
}
.hotkeyword .tags li:hover a {
	color: #fff;
}
.owl-carousel {
	margin-bottom: 12px;
}
.menu__button {
	padding: 12px 8px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #404040;
    color: #fff;
}
.menu__dropdown-mobile--hidden{ 
	visibility: hidden;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: visibility 1.2s linear, opacity 200ms linear, max-height 200ms linear;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
    width: 95%;
    z-index: 9;
    border: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
}
.menu__dropdown-mobile--visible {
	visibility: visible;
	max-height: 500px;
	opacity: 1;
	overflow: hidden;
	transition: visibility 1s linear, opacity 200ms linear, max-height 1s linear;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
    width: 95%;
    z-index: 9;
    border: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
}
.menu__dropdown-mobile--visible div,
.menu__dropdown-mobile--hidden div {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #707070;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
}
.menu__dropdown-mobile--visible div:last-child,
.menu__dropdown-mobile--hidden div:last-child {
	border-bottom: none;
}
.productsList {
	display: inline-block;
    padding: 0px;
    margin-bottom: 2em;
}
.productsList .item {
	
}
.productsList .item .img {
	width: 100%;
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}
.productsList .item .title {
	color: #000;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
}
.productsList .item .introBtn {
	background-color: #000000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.productInfo {

}
.productInfo .title {
	font-size: 22px;
    font-weight: bold;
}
.productInfo img {
	width: 90%;
	margin: auto;
}
.productInfo .brief {
	font-size: 18px;
    line-height: 30px;
}
.productInfo .standard {
	width: 100%;
}
.productInfo .standard tr {
	border-bottom: 1px dashed #fff;
}
.productInfo .standard tr td {
	line-height: 30px;
    padding: 8px;
}
.productInfo .standard tr td:first-child {
	width: 6em;
    text-align: justify;
    background-color: #404040;
    color: #fff;
    padding: 8px 12px;
}
/*.productInfo .standard tr td:first-child:after {
	content: "";
	display: inline-block;
	width: 100%;
}*/
.productInfo .standard tr td:last-child {
	background-color: #F8F8F8;
}
.goback {
	background-color: transparent;
	border: none;
	margin: 0 auto 2em;
	display: block;
	outline: none;
}
.memberBorder {
	border-bottom: 20px solid #EBEBEB;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    height: 84px;
    position: fixed;
    z-index: 9;
}
.memberNav {
	list-style: none;
    padding: 0px;
    margin: 20px;
    width: calc(100% - 40px);
    display: flex;
	flex-wrap: wrap;
}
.memberNav li {
	display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-right: 1px solid #ccc;
}
.memberNav li:last-child {
	border: none;
}
.memberNav li a {
	color: #000000;
	text-decoration: none;
}
.memberNav li.active a {
	color: #E50914;
}
.memberNav li a:hover {
	color: #373636;
}
.memberContent {
	margin-top: 84px;
	margin-bottom: 4em;
}
.memberContent > .topTitle {
	padding: 20px 20px 10px;
}
.memberContent > .topTitle a {
	float: right;
	color: #B40F0F;
	text-decoration: underline;
}
.memberContent .form-group {
	padding: 0px 20px;
}
.memberContent .form-group label {
	width: 100%;
}
.memberContent .form-group .form-control {
	border-radius: 0px;
}
.submitBtn {
	width: calc(100% - 40px);
    margin: 25px auto;
    display: block;
    padding: 12px;
    border: none;
    background-color: #E50914;
    color: #fff;
}
.backBtn {
	width: calc(100% - 40px);
    margin: 25px auto;
    display: block;
    padding: 12px;
    border: none;
    background-color: #373636;
    color: #fff;
}
.machineList {
	list-style: none;
    padding: 0px;
}
.machineList li {
	border: 1px solid #CACACA;
    background-color: #F1F1F1;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.machineList li a {
	color: #000000;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}
.machineList li a .left {
	display: flex;
    flex: 1;
    margin: 0 auto;
}
.machineList li a .right {
	margin: 6px auto;
    font-size: 24px;
}
.machineList li:hover {
	background-color: #CACACA;
}
.addMachine {
	width: calc(100% - 30px);
    margin: auto;
    display: block;
    padding: 28px;
    border: none;
    color: #fff;
    background-color: #4C4C4C;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.addMachine:hover {
    background-color: #282727;
    color: #fff;
    text-decoration: none;
}


