body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.alc {
  align-items: center;
}
.fw {
  flex-wrap: wrap;
}
.asb {
  align-content: space-between;
}
a {
  text-decoration: none;
}
.top {
  width: 100%;
  height: 600px;
  background: url(../imgs/marketReport/topBg.png) no-repeat;
  background-size: 100% 100%;
}
.title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.subtitle {
  font-size: 18px;
  color: #5F5C5C;
}
.content {
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 20px;
  z-index: 99;
  /* margin-bottom: 50px; */
  /* background-color: aqua; */
}
.content-box1 {
  height: 368px;
  /* background-color: rgb(153, 235, 135); */
}
.box1-right {
  margin-right: 25px;
  width: 580px;
  height: 368px;
}
.box1-left{
  width: 595px;
  height: 368px;
  /* background-color: antiquewhite; */
}
.bigImg{
  width: 580px;
  height: 368px;
}
.Play2{
  width: 59px;
  height: 59px;
  position: relative;
  left: calc(50% - 30px);
  bottom: calc(50% + 30px);
}
.box1-text{
  width: 580px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  bottom: 111px;
}
.box1-text span{
  font-size: 22px;
  color: #FFFFFF;
  margin-left: 26px;
}
.box1-item{
  position: relative;
}
.smallImg{
  width: 182px;
  height: 116px;
}
.Play3{
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  bottom: 82px;
}
.Play4{
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  bottom: 55px;
}
.news {
  /* flex: 1; */
  display: flex;
  padding-bottom: 10px;
  /* align-items: center; */
  border-bottom: solid 1px #cd0200;
}
.news :first-child {
  font-weight: bold;
  font-size: 32px;
  color: #b80000;
  line-height: 48px;
  background: linear-gradient(-67deg, #a80200 0%, #ff1e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-01 {
  position: relative;
  margin-bottom: 30px;
}
.title-01 img {
  /* padding-top: 69px; */
  width: 1200px;
  height: 40px;
}
.title-01 a {
  position: absolute;
  color: #999999;
  right: 34px;
  font-size: 14px;
  bottom: 5px;

}
.content-box2 {
  /* height: 356px; */
  text-align: center;
}
.content-box3 {
  margin-top: 30px;
  height: 630px;
}
.box3-box {
  width: 581px;
  height: 454px;
  /* background-color: aquamarine; */
}
.box3-box img {
  width: 577px;
  height: 40px;
}
.title-02 {
  /* margin-bottom: 25px; */
}
.dot{
  width: 9px;
  height: 9px;
  background: url('../imgs/marketReport/dot.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 8px;
}
.more {
  font-size: 20px;
  color: #000;
}
.box3-box02 {
  width: 100%;
  height: 384px;
  /* background-color: #fff; */
}
.box3-box02 img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.box3-box02 div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box3-box02 p {
  font-size: 18px;
  color: #231606;
}
.title-03 {
  height: 82px;
  /* background-color: #767373; */
}
.title-03 img {
  width: 1140px;
  height: 44px;
}
.content-box4 {
  margin-top: 40px;
  height: 540px;
  width: 100%;
}
.box4-box {
  /* width: 575px;
  height: 100%; */
}
.box4-box img {
  width: 183px;
  height: 126px;
  margin-right: 20px;
}
.box4-title {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
.box4-content {
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.box4-box span {
  font-size: 14px;
  color: #71BC91;
}
.bottomBg {
    z-index: 1;
  position: absolute;
  top: 2298px;
  /* bottom: 0px; */
  width: 100%;
  height: 622px;
  background: url(../imgs/threeSummers/bottomBg.png) no-repeat;
  /* background-color: aquamarine; */
  background-size: 100% 100%;
}
.bottom {
  height: 198px;
  background-color: #f3f4f7;
  /* margin-top: 44px; */
}
.bottom p {
  margin: 0;
}
.bottom-01 {
  margin-top: 30px;
}
.bottom-01 a {
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
.bottom-01 span {
  margin: 0 20px;
}
.bottom-02 {
  color: #474747;
  font-size: 14px;
}
.bottom img {
  margin-right: 12px;
  width: 18px;
  height: 20px;
}

.poster_box{
  width: 100%;
  height: 100%;
}