body {
  background: #fff}

.box {
  width: 1102px;
  margin: 0 auto; }

header {
  height: 130px;
  background: #fff; }
.h-nav{
  border-radius: 4px;
  overflow: hidden;
}
.h-top {
  height: 80px;
  padding: 20px 0; }

.h-search {
  width: 320px;
  float: right; }

.h-search input {
  height: 40px;
  background: #eee;
  border: 0;
  border-radius: 20px 0 0 20px
}

.h-search .el-input-group__append {
  background: #eee;
  color: #3A90E7;
  font-size: 22px;
  border-radius: 0 20px 20px 0;
  border: 0; }

footer {
  background: #fff; }

.f-div {
  padding: 10px 0; }

.f-div strong {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: normal; }

.f-div span {
  color: #fff;
  font-size: 14px;
  display: inline-block; }

.f-line {
  background: #fff;
  height: 1px;
  overflow: hidden; }

.f-ul {
  width: 950px;
  float: left; }

.f-ul li {
  float: left;
  width: 145px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin: 5px 5px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bgw {
  background: #fff;
}
  .list img {
    border: 3px #F7F8FC solid;
    display: block;
    margin-right: 25px; }


.pagination {
  float: right; }
  .pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #3A90E7; }

.tips {
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 5px solid #3A90E7;
  width: 150px;
  border-radius: 5px;
  position: fixed;
  right: 0px;
  z-index: 100;
  background: #fff;
  bottom: 80px; }
  .tips a {
    margin: 0 auto 8px;
    width: 134px;
    height: 32px;
    cursor: pointer;
    display: flex;
    overflow: hidden; 
    align-items: center;
  }
  .tips a:nth-child(odd){
    background: #3F86FF;
    color: #fff
  }
  .tips a:nth-child(even){
    background: #C4DAFF;
    color: #3F86FF
  }

  .tips img {
    width: 20px;
    height: 20px;
    color: #fff;
    margin: 0 8px;
  }
html, body {
  height: 100%;
  line-height: 1.5;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.yiyuanPageRightList
  .title-lists
    .list{
      display: contents;
  width: auto !important;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  background-color: transparent !important;
  margin-bottom: 0 !important
}
.el-button--primary {background-color: #3A90E7 !important; border-color: #3A90E7 !important;}
