﻿body {
    min-height: 100vh;
	overscroll-behavior: none;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttf');
}

* {
    font-family:"Segoe UI",  'Times New Roman','Arial‌', Georgia, "Georgia", "Helvetica Neue", Helvetica,Arial,sans-serif !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    /* 英文单词禁止中间换行，保持完整 */
    word-break: keep-all !important;
    /* 中文单词禁止中间换行，保持完整 */
    word-wrap: break-word !important;
}
a:focus,
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
nav.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    height: 80px;
    float: unset;
}

.navbar-inverse {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.navbar-default .navbar-nav > li {
    color: #666;
}

.navbar-nav > li.active {
    background: rgba(237, 108, 0, 0.1);
    color: #ed6c00;
}
nav .navbar-nav > li > a {
    line-height: 50px;
    color: inherit;
}

.navbar-brand img {
    max-height: 30px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.navbar-right .btn {
    margin: 15px 0;
}

.main-container,
.main-container > .container {
    min-height: calc(100vh - 138px);
}

.main-container .padding-top {
    padding-top: 80px;
}

.footer {
    background: url(../images/index/bg.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
}

.footer .container ul {
    margin: 0;
}

.footer-nav {
    vertical-align: middle;
    width: 100%;
    white-space: nowrap
}

.footer-nav > ul,
.footer-nav > div,
.footer-nav > ul > div {
    display: inline-block;
}

.footer-nav > ul {
    width: 100%;
}
.footer-nav > div{
width: 100px;
}

.footer .container ul li {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.footer .container ul li a {
    color: inherit;
    font-size: 12px;
    display: block;
}

.footer .container img {
    width: 80px;
}

.footer .container ul li {
    margin-right: 20px;
    cursor: pointer;
}
.footer .container ul li img {
    width: 50px;
}
.footer .container ul li:nth-child(2){
    
width: calc(100% - 102px);
    
text-align: right;
}

.copyright {
    color: #fff;
    margin-top: 14px;
    margin-left: 20px;
}

.btn {
    border-radius: unset !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto #ed6c00;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn.btn-primary {
    background: #ed6c00;
    border-color: #ed6c00;
    margin-left: 15px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/* 兼容IE10+的基本样式 */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* IE10-11的特定调整 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swiper-slide {
        display: inline-block !important;
        float: left !important;
    }

    .swiper-wrapper {
        transform: none !important;
    }
}

.nav.nav-pills.nav-stacked {
    border-right: 1px solid #dadada;
}

.nav-pills > li > a {
    color: #212352;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: rgba(237, 108, 0, 0.1);
    color: #ed6c00;
}

#cookiePermissions.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#cookiePermissions.in .modal-body {
    line-height: 1.5em;
}

.fill-info {
    background: #fff;
    padding: 12px 24px 24px;
    border-radius: 5px;
    min-height: 60vh;
}

/* .wangeditor-container > div:nth-child(2) {
    min-height: 520px !important;
} */


.w-e-text-container{
  height: unset !important;
}

.main-content-container{
  display: none;
}
/* 骨架效果样式 */
.skeleton {
  background: linear-gradient(90deg, #f5f5f5 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.skeleton-container {
  position: relative;
  min-height: 30vh;
}

.skeleton-paragraph {
  height: 28px;
  margin-bottom: 12px;
  width: 100%;
}

.skeleton-paragraph.short {
  width: 70%;
}

.skeleton-paragraph.medium {
  width: 85%;
}

.skeleton-image {
  height: 200px;
  margin-bottom: 20px;
  width: 100%;
}

.ads.text-right,
.content-loaded .skeleton-container {
  display: none;
}


.navbar-right a{
	display: inline-block;
}
@media (max-width: 768px) {
.collapse.in{
	background: #fff;
	color: #333 !important;
}

.navbar-toggle {
	margin-top: 20px;
	border-color:  #68676c !important;

}
.navbar-toggle .icon-bar{
	background: #68676c !important;
}
.collapse.in li>a{
	color: #333 !important;
}
.navbar-toggle{
	z-index: 999999
}
 
.navbar-right a .btn{
margin-left: 0 !important;
}
}