body {
    position: relative;
    background: #fff;
}

.details-container {
    position: relative;
    width: 100%;
    min-height: 800px;
    padding: 0 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #edf0f3;
    background: #fcfeff;
	color: #000;
}

.details-container .details-hd {
    position: relative;
    height: 82px;
    line-height: 82px;
    padding-top: 15px;
}

.details-container .details-hd h1 {
    font-size: 24px;
    color: #bd3c1d;
    text-align: center;
    font-weight: bold;
}

.details-container .details-hd .time {
    position: absolute;
    right: 6px;
    bottom: 8px;
    font-size: 12px;
    color: #a8a8a8;
    line-height: 12px;
}

.details-container .details-bd {
    border-top: 1px solid #beb6a7;
    padding: 45px 0; /* min-height: 1040px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* overflow-y: auto; */ /* overflow-x: hidden; */
}

.details-container .details-bd div {
	font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 5px;
}

.details-container .details-bd p {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 5px;
}

.details-container .details-bd span {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 5px;
}

.details-container .details-bd li {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 5px;
}

.details-container ul, .details-container ol {
	list-style: disc;
    padding-left: 30px;
}

.details-container .details-bd .pic {
    padding: 12px 0;
}

.details-container .details-bd .pic img {
    vertical-align: top;
}

.details-container .details-bd .bt-text {
    padding-top: 36px;
}

.box-txt p.nodent {
    text-indent: 0
}

.box-txt .alight {
    color: #f00;
}

.box-txt strong {
    font-weight: bold;
}

.box-txt h4 {
    padding-top: 10px;
    font-weight: bold;
    color: #000;
}

.box-txt img {
    display: block;
    max-width: 100%;
	height: auto!important
}

.main .content-wrap .center .box-txt .center {
    text-align: center;
    width: auto;
}

.box-txt table {
    width: 560px;
    margin: 30px auto 0;
    border-top: 1px solid #bd3c1d;
    border-left: 1px solid #bd3c1d;
}

.box-txt table td {
    text-align: center;
    border-bottom: 1px solid #bd3c1d;
    border-right: 1px solid #bd3c1d;
}

.box-txt table thead td {
    background-color: #bd3c1d;
    color: #ffffff;
    font-weight: bold;
}

.box-txt table tbody td {
    background-color: #ffffff;
}

.details-container .details-footer {
    position: absolute;
    bottom: 12px;
    right: 30px;
}

.details-container .details-footer .share {
    float: left;
    position: relative;
    width: 140px;
    height: 36px;
    line-height: 36px;
}

/* .details-container .details-footer .share .cyou_share{top: 0 !important;} */
.details-container .details-footer .share .cyou_share span {
    font-size: 16px !important;
    color: #272727;
    line-height: 36px;
}

.details-container .details-footer .scrolltop {
    float: left;
    background: url(../../images/layout/page-scrolltop.png) no-repeat;
    width: 78px;
    height: 30px;
    cursor: pointer;
}

.cms_content_video {
    margin: 0 auto;
    width: 500px;
    height: 380px;
}

.download-tab {
    width: 100%;
    border-bottom: 1px solid #beb6a7;
    padding-top: 10px;
    margin-bottom: 4px;
}

.download-tab .list {
    position: relative;
    font-size: 20px;
    color: #38486b;
    font-weight: bold;
    padding: 9px 4px;
    float: left;
    margin-right: 30px;
}

.download-tab .list::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    content: '';
    background: #964736;
    display: none;
}

.main {
    position: relative;
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
}

.main .nav-menu {
    position: fixed;
    /*z-index: 4;*/
    height: 60px;
    background: hsl(0deg 0% 0% / 70%);
}

.main .content-wrap {
    position: relative;
    z-index: 1;
    min-height: 2384px;
    padding-top: 660px;
    padding-bottom: 72px;
    box-sizing: border-box;
}

.main .content-wrap::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    /*background: url(../../images/layout/ny-bg.webp) 50% 0 no-repeat;*/
    width: 1920px;
    height: 1388px;
    margin-left: -960px;
    z-index: -1;
}

.main .content-wrap .center {
    position: relative;
    z-index: 2;
    width: 1100px;
}

.main .content-wrap .page-left {
    width: 300px;
}

.main .content-wrap .page-right {
    width: 790px;
}

.main .content-wrap .page-right .bar-title {
    position: relative;
    background: url(../../images/layout/page-bar.jpg) no-repeat;
    width: 790px;
    height: 68px;
}

.main .content-wrap .page-right .bar-title h3 {
    padding-left: 28px;
    font-size: 26px;
    color: #ffe5bf;
    line-height: 67px;
}

.main .content-wrap .page-right .bar-title .crumbs {
    position: absolute;
    top: 0;
    right: 28px;
    height: 100%;
    line-height: 67px;
    color: #ffe5bf;
    font-size: 12px;
}

.main .content-wrap .page-right .bar-title .crumbs a {
    color: #ffe5bf;
}

.main .content-wrap .page-right .bar-title .crumbs a:hover {
    text-decoration: underline;
}

.main .content-wrap .page-right .list-container {
    width: 100%;
    min-height: 1194px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #edf0f3;
    background: #fcfeff;
}

.main .bg-group {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}

.main .bg-group .bg-hd {
    background: url(../../images/layout/header-bg.jpg) no-repeat;
    width: 1920px;
    height: 1110px;
}

.main .bg-group .bg-bd {
    background: url(../../images/layout/ny-bg.jpg) no-repeat;
    width: 1920px;
    height: 263px;
}

.main .text h1 {
    display: none;
}

.main .cont-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .cont-row .col-l-def {
    float: left;
}

.main .cont-row .col-r-def {
    float: right;
}

.pop-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    display: none;
}

.pop-mask.show {
    display: block;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    display: none;
}

.popup.show {
    display: block;
}

.popup .close {
    position: absolute;
    right: -70px;
    top: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup .close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.media-container {
    width: 100%;
    min-height: 1194px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #edf0f3;
    background: #fcfeff;
}
.main-logo {
    width: 300px;
    height: 169px;
}

.main-logo a {
    width: 100%;
    height: 160px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-size: cover;
	background-position: center;
}

.footer-custom {
    min-width: 1200px;
    width: 100%;
    border-top: 4px solid #0c154e;
    padding: 20px 0;
    font-size: 18px;
    font-weight: normal;
    color: #585b69;
    text-align: center;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #d9d9d9;
}

::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #fff;
}

.custom-left-bar {
    margin-bottom: 16px;
}

.custom-left-bar .bar-title {
    position: relative;
    background: url(../../images/layout/side-bar-head.jpg) no-repeat;
    width: 100%;
    height: 76px;
}

.custom-left-bar .bar-title h3 {
    font-size: 26px;
    color: #ffe5bf;
    line-height: 75px;
    text-align: center;
}

.custom-left-bar-content {
    padding: 10px 30px;
    box-sizing: border-box;
    border: 1px solid #edf0f3;
    background: #fcfeff;
}

.custom-left-bar-content a {
    padding: 10px 0;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.custom-left-bar-content a:before {
	content: ">";
	padding-right: 10px;
	text-decoration: none!important;
}

.custom-left-bar-content a:hover {
    color: #710100;
	text-decoration: underline!important;
}

.posts__list li {
    padding: 15px 0;
    display: block;
    font-size: 14px;
    color: #bd3c1d;
    font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #ddd
}

.posts__list li:last-child {
	border-bottom: none
}

.posts__list li a {
	color: #bd3c1d;
}
.posts__list li:hover a {
    color: #2c3c5a;
}

.posts__list .posts__post-cate {
	color: #7a3c26
}

.posts__list .posts__post-date {
	flex: none;
	padding-left: 20px;
	color: #ddd
}

.box-txt a {
	color: #bd3c1d;
	text-decoration: underline;
}
.box-txt a:hover {
    color: #2c3c5a;
}

.box-txt .form-group {
	padding: 10px;
	display: flex;
	align-items: center;
}

.box-txt .form-group label {
	width: 210px;
    display: inline-block;
	text-align: right;
    padding-right: 15px;
}

.box-txt .form-group input{
	padding: 10px;
    width: 250px;
}

.box-txt .form-group select {
	padding: 10px;
    width: 264px;
}

.box-txt .btn {
    position: relative;
    background: url(../../images/layout/side-bar-head.jpg) no-repeat;
    width: 300px;
    height: 76px;
	text-align: center;
	font-size: 26px;
    color: #ffe5bf;
    line-height: 75px;
	border: none;
}

.box-txt .btn:hover {
    filter: brightness(120%);
}

.text-center {
	text-align: center;
}

.btn {
	cursor: pointer
}
.dmg-register-form .text-danger {
	color: red;
	padding-left: 235px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}

.custom-left-bar-sub-box {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: solid 1px #bd3c1d;
}

.custom-left-bar-sub-box ul li {
	padding: 10px 0;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.custom-left-bar-sub-box ul li a {
	padding: 0;
}

.custom-left-bar-sub-box-title {
	padding: 10px 0;
	font-size: 14px;
    color: #000;
    font-weight: bold;
}
.content_is table {
	width: 100%;
}
.content_is th, .content_is td{
	padding: 10px 15px;
}
.content_is th {
	font-size: 16px;
    color: #fff;
    background-color: #992915;
    border: solid 1px #fcfeff !important;
}
.content_is td {
	font-size: 14px;
}


/*custom sidebar*/
.custom-left-bar-content-has-sub .has-sub {
    color: #fff;

}

.custom-left-bar-content-has-sub .has-sub a {
    cursor: pointer;
    padding: 15px 15px 15px 30px;
    display: block;
    background-color: #bd3c1d;
}

.custom-left-bar-content-has-sub .has-sub.open > a, .custom-left-bar-content-has-sub .has-sub > a:hover {
    background-color: #6587c6;
}

.custom-left-bar-content-has-sub .has-sub > a:before {
    width: 15px;
    display: inline-block;
    content: "+";
    padding-right: 10px;
    line-height: 14px;
    text-decoration: none!important;
}

.custom-left-bar-content-has-sub .has-sub.open > a:before {
    content: "-";
    font-size: 20px;
}


.custom-left-bar-content-has-sub .has-sub ul a {
    color: #fff;
    padding: 15px 15px 15px 55px;
    background-color: #31405f
}

.custom-left-bar-content-has-sub .has-sub ul a:hover, .custom-left-bar-content-has-sub .has-sub ul li.active a {
    background-color: #28354f
}
.unlock-body select {
    width: 100%;
    height: 30px;
    margin: 20px 0;
    background-color: #bd3c1d;
    border: unset;
    color: white;
}
.unlock-body select:hover, .unlock-body select:focus {
    border: unset;
}
.unlock-body .modal-footer {
    text-align: center;
}
.unlock-body .modal-footer button {
    cursor: pointer;
    background: url(../../images/layout/side-bar-head.jpg) no-repeat;
    border: unset;
    height: 40px;
    width: 40%;
    background-size: cover;
    color: #ffe5af;
    text-transform: uppercase;
}
.unlock-body .modal-footer button:hover, .unlock-body .modal-footer button:focus {
    border: unset;
}
#unlock-modal .modal-block {
    height: max-content;
}

