*{
  margin: 0px;
  padding:0px;
  font-family: "Microsoft Yahei", 微软雅黑, sans-serif;
}
[v-cloak] {
  display: none;
}
.ischeck{
  border-bottom: 2px solid #2d5d87;
  color: #2d5d87;
  font-weight: bold;
}
.head{
  min-height: 4rem;
  display: flex;
  align-items: center;
}
.headlogo{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.txt1{
  font-size: 1rem;
  color: #1A3783;
}
.txt2{
  font-size: 1.4rem;
  color: #2d5d87;
  margin-left: 1rem;
}
.headbar{
  display: flex;
  font-size: 1rem;
}
.linkbar{
  display: flex;
  flex: 1;
  justify-content: space-around;
}
.linkbar div{
  min-height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headbtn{
  display: flex;
}
.headbtn1{
  line-height: 0.2rem !important;
  height: 0.2rem !important;
  border-radius: 10px !important;
  padding: 0.8rem 1rem !important;
  font-size: 0.8rem !important;
}
.searchShadow{
  position: absolute;
  right: 10px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 10px;
  width: 600px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1;
}
.searchShadow .content{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.searchShadow .content .el-input__inner{
  border: none;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.searchShadow .content .searchLogo{
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.searchShadow .content .searchLogo img{
  width: 25px;
  height: 25px;
}


/*
手机端css
*/

.phonehead{
  display: flex;
  justify-content: space-between;
  margin-left: 0.5rem;
  min-height: 3rem;
}
@media (max-width: 340px)
{
  .phonehead .txt2{
    font-size: 11px;
    color: #2d5d87;
    margin-left: 0.2rem;
  }
}

@media (min-width: 340px)
{
  .phonehead .txt2{
    font-size: 13px;
    color: #2d5d87;
    margin-left: 0.2rem;
  }
}

.el-drawer__header{
  display: none !important;
}
.el-drawer__body{
  background-color: #545c64;
}
.phonelogo{
  display: flex;
  align-items: center;
}
.phonemenu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menuimg{
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

[v-cloak] {
  display: none;
}
.iconfont{
  font-size: 1.5em;
  color: lightgrey !important;
}

