
.index-links-container{
  width: 100%;
  background: rgba(140, 140, 140, 1);
  margin-top: 60px;
}
.index-links{
  width: 1300px;
  margin: 0 auto;
}
.index-links-list{
  height: 56px;
  line-height: 56px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;

  margin: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
}
.index-links-item{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  /*justify-content: center;*/
  cursor: pointer;
}
.index-links-item-blank{
  margin: 0 90px;
}
.index-links-item-text{
  margin-right: 10px;
}
.index-links-item-icon{
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 1);;
}

.index-bottom-container{
  width: 100%;
  background: rgb(187, 35, 50);
}

.index-bottom{
  height: 256px;

  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;

  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;

  width: 1300px;
  margin: 0 auto;
}

.index-bottom-msg{
  display: flex;
  display: -ms-flexbox;
  position: relative;
  align-items: center;
  -ms-flex-align: center;
}
.index-bottom-msg-left{
  margin-right: 60px;
}
.index-bottom-msg-middle-1{
  margin-right: 70px;
}
.index-bottom-msg-right{
  position: absolute;
  right: 0;
}
.index-bottom-msg-right-item{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  position: relative;

  height: 65px;
  line-height: 65px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 20px;
}
.index-bottom-msg-right-item:hover{
  background: #0000001a;
}
.index-bottom-msg-right-qr{
  display: none;
  position: absolute;
  left: 0;
  bottom: 80px;
  border-radius: 4px;
  /* width: 200px; */
  /* height: 200px; */
  padding: 20px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 10px 10px rgba(44, 90, 130, 0.1);
}
.index-bottom-msg-right-item .index-bottom-msg-right-icon{
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.index-bottom-version{
  text-align: center;
  padding-top: 20px;
}
.index-links-type-list-wrapper{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.index-links-type-list{
  width: 1300px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(26, 82, 133, 0.10);
  border-top: 3px solid #BE1B2F;
  z-index: 999;

  position: absolute;
  min-height: 350px;
  display: none;
  text-align: left;
  bottom: 0;
}
.index-links-type-list-padding{
  padding: 20px;
}
.index-links-type-item{
  float: left;
  width: 19%;
  line-height: 30px;
  padding-right: 10px;
}
/*子项内容*/
/*此处需要定制化处理*/
.index-bottom-msg-right-item:hover .index-bottom-msg-right-qr{
  display: block;
}
