.stockCode{
    width: 100%;
    background: url("../image/stockCode.png") no-repeat center;
    background-size: cover;
    height: 386px;
    position: relative;
  min-width: 1200px;
}
.stockCode.stockCode .button_group{
    /*margin-top: 50px;*/
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}

.stockCode.stockCode .button_group button{
    width: 167px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    cursor: pointer;
    border: none;
    margin: 0 5px;
}

.stockCode.stockCode .button_group button:hover{
    background: #7E0015;
    color: #fff;
}