.bgBox {
    height: 428px;
    width: 100%;
    background-color: #373D41;
}

.bgCenter {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 50px;
}

.title {
    font-size: 26px;
    color: #F5F5F5;
    margin-bottom: 61px
}

.title_bottom {
    display: flex;
}

.left {
    width: 44%;
}

.t1 {
    display: flex;
    width: 250px;
    justify-content: space-between;
    color: #F5F5F5;
    font-size: 16px
}
.t1>div{
  cursor: pointer;
}
.t2>div{
  cursor: pointer;
}
.t3>div{
  cursor: pointer;
}

.t2 {
    display: flex;
    width: 250px;
    justify-content: space-between;
    margin: 60px 0;
    color: #F5F5F5;
    font-size: 16px
}

.t3 {
    display: flex;
    width: 250px;
    justify-content: space-between;
    color: #F5F5F5;
    font-size: 16px
}

.right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: #F5F5F5;
    font-size: 15px
}

.titler {
    font-size: 16px
}

.line {
    display: flex;
}

.img1 {
    width: 19px;
    height: 17px;
    margin-right: 26px
}
.img1>img{
    width: 100%;
    display: block;
    height: 100%;
}
.img2>img{
    width: 100%;
    display: block;
    height: 100%;
}
.img3>img{
    width: 100%;
    display: block;
    height: 100%;
}
.img2 {
    width: 19px;
    height: 14px;
    margin-right: 26px
}

.img3 {
    width: 18px;
    height: 23px;
    margin-right: 26px
}

.img4 {
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin-bottom: 17px
}

.ewm {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 8px;
    right: -50px;
    justify-content: space-around;
    align-items: center;
    font-size: 12px
}

.ewmt {
    margin-bottom: 10px
}

.bq {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    font-size: 12px;
    color: #999999
}
