* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pagination {
  margin-bottom: 20px;
}

.pagination :nth-child(3) {
  display: inline-flex;
  min-width: 30px;
  background: #F6F6F6FF;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #C4C4C4FF;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.pagination :nth-child(5) {
  display: inline-flex;
  min-width: 30px;
  background: #F6F6F6FF;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #C4C4C4FF;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}


.pagination :nth-child(4) {
  display: inline-flex;
  min-width: 30px;
  background: #BD1A2DFF;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.pagination :nth-child(3):hover {
  background-color: #F6F6F6FF;
  color: #C4C4C4FF;
}

.pagination :nth-child(5):hover {
  background-color: #F6F6F6FF;
  color: #C4C4C4FF;
}

.pagination :nth-child(4):hover {
  background-color: #BD1A2DFF !important;
  color: #fff;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.content-info {
  width: 1200px;
  margin: 0 auto;
}

.indexshixinav {
  height: 131px;
  position: fixed;
  width: 1200px;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-bottom: 3px solid #bd1a2d;
}

.indexshixinav> :first-child img {
  width: 394px;
}

.indexshixinav> :nth-child(2) img {
  width: 167px;
}

.indexshixinav::before {
  display: block;
  z-index: 9999;
  position: absolute;
  content: '';
  top: 0px;
  height: 100%;
  width: 1000px;
  background: #fff;
  border-bottom: 3px solid #bd1a2d;
  left: 0;
  transform: translate(-100%, 0);
}

.indexshixinav::after {
  display: block;
  z-index: 9999;
  position: absolute;
  content: '';
  top: 0px;
  height: 100%;
  width: 1000px;
  background: #fff;
  border-bottom: 3px solid #bd1a2d;
  right: 0;
  transform: translate(100%, 0);
}

.headerqueryinput {
  font-size: 1rem;
  outline: none;
  background-color: white;
  border-radius: 5px;
  border: none;
  height: 32px;
  width: 260px;
  padding-left: 0.3rem;
  border: 1px solid #bd1a2d;
  transition: 0.3s;
}

.headerqueryinput:focus {
  box-shadow: 0 0 5px #bd1a2d;
}

.queryInputActive {
  border-bottom: none !important;
  border-radius: 5px 5px 0 0 !important;
}

.right-box> :first-child {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-direction: row-reverse;
}

.right-box> :first-child img {
  margin-right: 17px;
}

.right-box> :first-child .line {
  margin: 0 5px;
}

.right-box> :nth-child(2) {
  display: flex;
  align-items: center;
}

.right-box> :nth-child(2) a {
  cursor: pointer;
}

.right-box> :nth-child(2)> :not(:first-child) {
  margin-left: 45px;
}

.right-box> :nth-child(2)>span:hover {
  color: #BD1A2DFF;
}

.right-box> :nth-child(2) .activeTab {
  color: #BD1A2DFF;
}

.indexshixinav .el-input {
  width: 290px !important;
}

.el-input .el-input__inner {
  height: 34px !important;
  line-height: 34px !important;
}

.el-input .el-input__inner:focus {
  border: 1px solid #BD1A2DFF;
}

.el-input .el-input-group__append {
  padding: 0px !important;
  color: #fff;

  background-color: #BD1A2DFF;
  border: 1px solid #BD1A2DFF;
}

.tips-url {
  height: 107px;
  margin: 0 auto;
  font-size: 14px;
  width: 100%;
  color: #666;
  padding-top: 18px;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.tips-url> :first-child {

}

.tips-url> :nth-child(2) {
  margin-top: 5px;

}
.tips-url> :nth-child(3) {
  margin-top: 5px;

}
.tips-url> :nth-child(2)>* {
  cursor: pointer;
}

.tips-url> :nth-child(2)>*:hover {
  color: #BD1A2D;
}

.tips-url> :nth-child(2)> :not(:first-child) {

}
.tips-url span{
  margin-left: 8px;
  margin-right: 8px;
}
.tips-url a:hover{
  color: #BD1A2D !important;
}
.search {
  width: 34px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-tabs>*:hover .secondary-menu {
  display: block;
}
.header-tabs {


  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  opacity: 0.8;
  color: #333;
  height: 70px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.header-tabs:hover {
  opacity: 1 !important;
}
.header-tabs>*:not(:first-child) {
  /* margin-left: 3em; */
}

.header-tabs>* {
  position: relative;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}

.header-tabs>* a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size:18px;

}

.header-tabs .one:hover {
  color: #bd1a2d !important;
  background-color: #fff;
}

.header-tabs>*:hover .secondary-menu {
  display: block;
}

.secondary-menu:hover {
  display: block;
}

.secondary-menu>*:hover {
  color: #bd1a2d;
}

.secondary-menu a {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
}

.secondary-menu {
  display: none;
  cursor: default;
  position: absolute;
  top: 70px;
  width: 180px;
  opacity: 0.85 !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background-color: #ffffffff;
  color: #000;
  font-size: 14px;
  padding: 16px 0 10px 0;
  box-shadow: 0 0 10px rgba(87, 87, 87, 0.2);
}

.secondary-menu div {
  cursor: pointer;
  line-height: 1.2em;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}