.common-market-container{
    background: #FFFFFF;
    border: 1px solid rgba(240,240,240,1);
    border-radius: 6px;
    float: left;
    padding: 14px 16px;
    margin: 0 0 8px 14px;
}
/**
行情指数
*/
.market-index-container{
    max-width: 368px;
    min-width: 288px;
    width: calc(36% - 24px);
}

.market-index-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 12px 0;
}

.stock-market-main .stock-left-panel .index-text,
.market-index-main .index-text{
    font-size: 28px;
    text-align: justify;
    font-weight: 400;
    line-height: 34px;
    margin-left: 0;
}

.stock-market-main .stock-left-panel .change-value,
.market-index-main .change-value{
    font-size: 16px;
    text-align: right;
    font-weight: 400;
    margin-right: 0;
}

.stock-market-main .stock-left-panel .change-percent,
.market-index-main .change-percent{
    font-size: 16px;
    text-align: right;
    font-weight: 400;
    margin-right: 0;
    margin-left: 20px;
}

/**
股票行情
*/
.stock-market-container{
    max-width: 368px;
    min-width: 288px;
    width: calc(36% - 24px);
}

.stock-market-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 14px 0 16px 0;
}

.stock-market-main .stock-left-panel{
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.stock-market-main .stock-left-panel .change-wrapper{
    display: flex;
    flex-direction: row;
    margin-top: 6px;
}

.stock-market-main .stock-right-panel{
    display: flex;
    flex-direction: column;
    margin-right: 0;
    gap: 6px;
}

.stock-market-main .stock-right-panel .row-item{
    display: flex;
    flex-direction: row;
    margin-left: 0;
}

.stock-market-main .stock-right-panel .row-item .label-text{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    font-weight: 400;
    width: 48px;
    word-break: keep-all;
}

.stock-market-main .stock-right-panel .row-item .value-text{
    font-size: 12px;
    color: #333333;
    text-align: right;
    line-height: 14px;
    font-weight: 400;
    word-break: keep-all;
}

.stock-market-main .upward-text,
.market-index-main .upward-text{
    color: #E93533;
}

.stock-market-main .downward-text,
.market-index-main .downward-text{
    color: #00B076;
}

.stock-market-main .no-change-text,
.market-index-main .no-change-text{
    color: #333333;
}

.index-or-stock-header{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.index-or-stock-header .stock-name{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.index-or-stock-header .stock-code{
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    margin-left: 6px;
    margin-right: 0;
}

.index-or-stock-header .stock-img{
    width: 16px;
    height: 16px;
    margin: 0 0 0 6px;
}

.index-or-stock-header .stock-time{
    font-size: 12px;
    color: #999999;
    text-align: right;
    font-weight: 400;
    margin-right: 0;
}

.index-or-stock-footer.common-text{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    font-weight: 400;
}

.index-or-stock-footer .app-text{
    color: #333333;
}

/**
产品信息
*/
.product-info-container{
    max-width: 368px;
    min-width: 120px;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    background: #f6f6f6;
}

.product-info-callback-url {
    background: #49a6fc;
    color: white;
    min-height: 36px;
    border: none;
    word-break: break-all;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    margin: 16px 0 0 0;
    line-height: 36px;
}

.product-info-container .question-container{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.product-info-container .question-container .question-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px 0;
    border-bottom: 0.5px solid #e6e6e6;
}

/*.product-info-container .question-container .question-item:last-child{
    border-bottom: none;
}*/

.product-info-container .question-container .question-no{
    cursor: pointer;
    color: #333;
    border-bottom: none;
    margin: 0;
}

.product-info-container .question-container .question-title{
    margin: 0;
    cursor: pointer;
    color: #333;
    padding: 0;
    word-break: break-all;
    text-decoration: none;
    border-bottom: none;
}

.product-info-container .question-container .lines1{
    lines: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}