ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  background: #fff;
}

.nav_bg {
  background: url('/imgae/nav_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 200px;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  position: relative;
}

.nav_logo {
  width: 487px;
}

.form-control {
  background: rgba(255, 255, 255, 0.85);
}

.input-group-text {
  background: rgba(255, 255, 255, 0.85);
}

.nav_input_btn {
  width: 66px;
  height: 35px;
  line-height: 35px;
  background: #2A83E9;
  display: inline-block;

  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.input-group-text img {
  width: 15px;
}

.input-group {
  width: 330px;
}

.nav_list {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 0px 23px ;
  position: relative;
}

.nav_list li {
  margin-right: 44px;
  min-width: 100px;
  text-align: left;
  position: relative;
}
.nav_list li:first-child {
  margin-right: 0;
}

.li-menu {
  position: absolute;
  left: -25px;
  background: #0044ae;
  z-index: 999;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}

.menu-item {
  width: 124px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.menu-item:hover {
  background: #00307c;
}


.arrow {
  width: 12px;
  margin-left: 8px;
}

.currentTab {
  width: 2em;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  bottom: 6px;
}

.text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mylabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mylabel_text {
  font-size: 30px;
  font-weight: bold;
  color: #1A51BB;
  padding-left: 10px;
  border-left: 6px solid #1A51BB;
  line-height: 1;
}

.mylabel_more {
  font-size: 16px;
  font-weight: 400;
  color: #114497;
  cursor: pointer;
}

/* 底部信息 */
.bottom {
  padding-top: 45px;
  padding-bottom: 50px;
  background: #343E4E;
  border: 1px solid #525252;
  position: relative;
}

.img_bottom {
  width: 620px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bottomMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
}

.bottomMainInfo {
  flex-grow: 1;
}

.bottomLogo {
  width: 383px;
  height: 42px;
}

.bottomDivider {
  width: 383px;
  height: 1px;
  background: #F8F7F7;
  opacity: 0.17;
  margin: 27px 0;
}

.qrcodeBox {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.qrcode {
  width: 103px;
  height: 103px;
  margin-bottom: 10px;
}

.version {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: #343E4E;
}

.fixedButton {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50);
  width: 66px;
  height: 134px;
  border-radius: 33px;
  background: url('/imgae/bg_fixedbutton.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding-top: 55px;
  cursor: pointer;
  z-index: 99;
}