﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.row{
  padding: 0 !important;
  margin: 0 !important;
}
header{
  width: 100% !important;
  top: 0;
  z-index: 99999;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.search{
  width:20px;
  height:20px;
}
.nav-item{
  margin-right: 10px;
}
.navbar-collapse{
  margin-top: -6px;

}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  padding:0 5%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /* line-height: 60px; Vertically center the text there */
}
ul{
  margin-bottom: 0 !important;
}

.footer_list{
  display: flex;
}

.footer_list li{
  list-style-type: none;
  margin-right: 30px;
  text-align: center;
}

.footer_list li ul{
  margin-left: 0 !important;
}

.footer_list li ul li{
  margin-right: 0;
}
/* 移动端 */
.terminal{
  width: 100%;
}

.terminal li{
  width: 100%;
  display: block;
  background-color: #e5e5e5;
}
.terminal li p{
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  margin: 0 !important;
}
.terminal_show{
  font-size: 26px;
  float: right;
  margin-right: 10px;
}
.terminal_hide{
  font-size: 20px;
  float: right;
  margin-right: 12px;
  display: none;
}
.TerminalList{
  width: 100%;
  display: none;
  opacity:0;
}
.TerminalList li{
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
}
/* 移动端方块 */
.MobileNavigation{
  float: right;
  display: none;
  margin-top: 10px;
}
.square{
  width: 30px;
  height: 30px;
}
.square img{
  width: 100%;
  height: 100%;
}
.NavigationBar{
  /* display: none; */
  background-color: white;
}
.NavigationBarList{
  padding: 0 30px;
  /* display: none; */
}
.NavigationBarList li{
  margin-top: 10px;
}
.NavigationBarSearch{
  width: 20px;
  height: 20px;
}
.NavigationBarHide{
  padding: 0 45px;
  /* display: none; */
}
@media (min-width:992px) and (max-width: 1200px) {
  .terminal{
    display: none;
  }
}
@media (min-width:1200px) {
  .terminal{
    display: none;
  }
}
@media (max-width:768px) {
  .footer{
    margin-top:30px;
  }
  .footer_list{
    display: none;
  }
  .terminal{
    display: block;
  }
  .MobileNavigation{
    display: block;
  }
}
/* 平板 */
@media (min-width:768px) and (max-width:992px) {
  .footer{
    margin-top:30px;
  }
  .footer_list{
    display: none;
  }
  .terminal{
    display: block;
  }
}
.Navigation{
  margin: 0 auto;
  display: flex;
  padding: 0 10%
}
.Navigation li p{
  text-align: center;
  cursor: pointer;
}
.NavigationIntroduce{
  padding: 10px 10%;
}
.secondMobile{
  cursor: pointer;
}
.NavigationLay li{
  margin-right:5%;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    height: 115px;
    background: #e0eef7;
    width: 1300px;
    margin: auto;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

.footer div {
    text-align: center;
}