.w1200 {
  width: 1200px;
  margin: 0 auto;
}

#F0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

#F0-1 h1 {
  font-size: 28px;
  display: inline;
  font-weight: normal;
  margin-right: 10px;
}

#F0-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

#F0-1 .tag {
  color: #fff;
  padding: 4px 8px;
  margin-right: 10px;
  border-radius: 5px;
}

#F0-1 .tag0 {
  background: #5F94FF;
}

#F0-1 .tag1 {
  background: #FB9252;
}

#F0-2 {
  display: flex;
  flex-wrap: wrap;
}

#F0-2 .share_btn {
  margin-left: 20px;
}

#F1 {
  display: flex;
  flex-wrap: wrap;
}

#f1-1 {
  width: 600px;
}

#f1-2 {
  flex: 1;
}
#f1-2 a {
    padding-left: 1rem!important;
}
#F2 {
  clear: both;
  display: flex;
  justify-content: space-between;
}

#F2-1 {
  width: 800px;
}

h3 {}

.listBox .img {
  width: 100px;
  height: 100px;
  padding: 0 10px;
}

#F2-2>div {
  width: 360px;

  height: 300px;
}

.f3-1 {
  height: 120px;
  background-size: 100% 100px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f3-1 ul {
  padding: 20px;
  color: #fff;
}

.f3-1-2 a {
  display: block;
  text-align: center;
}

.f3-1-2-1 {
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 100px;
  color: #ff4128;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.f3-1-2-2 {
  line-height: 30px;
  font-size: 12px;
  color: rgb(204, 202, 202);
}

.f3-1-1-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.f3-1-1-1-1 {
  display: block;
  background-color: #fff;
  padding: 7px 10px;
  margin-right: 15px;
  border-radius: 10px;
  color: #FF7C10;
}

.f3-1-1-1-2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 550;
}

.f3-1-1 h3 {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}

.num {
  font-weight: 700;
}