html,
body {
    min-width: 100%;
	height: 100%;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	overflow-y: hidden;
}
.wt_main_page {
	height: 100%;
}


@media only screen and (min-width: 769px) {
	.wt_mobile_only{
		display: none !important;
	}
}


.navbar-brand {
    height: auto;
}

.navbar {
    border: none;
    border-radius: 0;
    margin: 0;
	min-height:30px;
}

/*
 * ------------------------------------------------------------------
 *  
 * Header
 *  
 */

.wt_nav_header {
    background: var(--background-color-header-navbar);
    padding: 0px 0px ;
}
.wt_nav_header_container{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 0;
	padding-right:0;
}
.wt_header_flex_container {
    display: flex;
	height: 60px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding:0;
}

.wt_header_logo_title_search_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	align-self: stretch;
	width: 100%;
	
}
.wt_header_button_logo {
	display: flex;
	padding: 16px 20px ;
	height: 60px;
	width: 50%;
}

/*
 * ------------------------------------------------------------------
 * Header --- LOGO
 */
.wt_header_logo{
    text-align: left;
	display: inline-block;
	border-right: var(--border-normal);;
	padding-right: 16px;
}

.wt_header_logo a{
    display: inline-block;
}
.wt_header_logo img{
    height: 20px;
}
.wt_logo{
    display:inline-block;
    vertical-align:baseline;
	justify-content: center;
	font-size: 20px;
}
.wt_header_title {
	text-align: left;
	display: inline-block;
	padding-left: 16px;
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color-header);
	width: calc(100% - 165px - 16px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.wt_header_title a{
	color: var(--font-color-header) !important;
}

/*
 * ------------------------------------------------------------------
 * Header --- Search
 */
.wt_search_content {
	width: calc(100% - 50% - 300px);
	min-width: 90px;
	display: flex;
	justify-content: right;
	position: relative;
}	
#searchForm{
    margin:14px 0 14px 0;
	width: 100%;
	text-align: right;
}

.wt_search_textfield {
    display:inline-block;
	background: rgba(255,255,255,0.2);
    border: var(--border-header-search);
    border-radius: 5px;
    padding: 6px 32px 6px 8px;
    height: 32px;
	width: 100%;
    position: relative;
	line-height: 20px;
	color: var(--font-color-header-search-input);
}

#searchForm input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
  color: var(--font-color-header-search-input);
}
 
#searchForm input:-moz-placeholder { /* Firefox 18- */
  color: var(--font-color-header-search-input);
  opacity: 1; /* 修复老版本Firefox的不透明度问题 */
}
 
#searchForm input::-moz-placeholder { /* Firefox 19+ */
  color: var(--font-color-header-search-input);
  opacity: 1; /* 修复Firefox的不透明度问题 */
}
 
#searchForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--font-color-header-search-input);
}

.wt_search_button{
    display: inline-block;
    position:absolute;
    right:0;
    float:right;
    width: 2.8em;
    height: 32px;
    border: solid 1px var(--background-color-header-navbar);
    border-radius: 0 5px 5px 0;
    border-left: 0;
    padding: 0.25em;
	margin:14px 0 14px 0;
    top: 0;
    background: rgba(255,255,255,0);
}
.wt_search_button>span{
    display: none;
}
.wt_search_button:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/搜索@2x-1.png");
	background-size: 20px 20px;
	position: relative;
    top: 1px;
}
/*
 * ------------------------------------------------------------------
 * Header --- Langue  QRcode  download
 */
.wt_header_langue {
    display: inline-block;
	text-align: right;
    padding: 16px 0px 16px 0px;
	width: auto;
	color: var(--font-color-header);
}
.wt_header_langue:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../images/语言@2x.png");
	background-size: 18px 18px;
	position: relative;
    top: 4px;
}
.wt_header_langue:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/下拉@2x.png");
	background-size: 14px 14px;
	position: relative;
}
.wt_header_langue select:hover{
	cursor: pointer;
}
/* .wt_langue_top_menu_select {
	background: var(--background-color-header-navbar);
	border: none;
} */
.wt_header_QRcode {
    display: inline-block;
	text-align: right;
    padding: 16px 0px 16px 0px;
	width: auto;
	color: var(--font-color-header);
	
}
.wt_header_QRcode:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/手机阅读@2x.png");
	background-size: 20px 20px;
	position: relative;
    top: 4px;
}
.wt_header_QRcode span:hover{
	cursor: pointer;
}

.wt_header_download{
	display: inline-block;
    text-align: right;
    padding: 16px 20px 16px 0px;
	width: auto;
	color: var(--font-color-header);
}
.wt_header_download a {
	color: var(--font-color-header) !important;
}
.wt_header_download a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/PDF下载@2x.png");
	background-size: 20px 20px;
	position: relative;
    top: 4px;
}
.wt_download_top_menu_button{
    display: inline-block;
	cursor: pointer;
}


.wt_header_download img{
    width: 20px;
}

.wt_header_download .icon-bar{
    width: 18px;
}

.wt_header_download a .wt_download_white{
    display: inline;
}

.wt_header_download a .wt_download_black{
    display: none;
}

.wt_header_download a:hover .wt_download_white{
    display: inline;
}

.wt_header_download a:hover .wt_download_black{
    display: none;
}

.wt_header_download a:focus .wt_download_white{
    display: inline;
}

.wt_header_download a:focus .wt_download_black{
    display: none;
}





/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
.wt_footer {
    color: var(--font-color-copyright);
    background-color: var(--background-color-footer);
    position: fixed;
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    padding: 5px;
    left: 0;
    bottom: 0;
    margin-top: 0px;
    width: 100%;
    height: var(--nav-footer-height);
    min-height: 30px;
    z-index: 100;
}
.wt_footer .footer-container{
    margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
}

