/* 商品信息 */
.product__container {
    padding: 0 0 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/* 商品信息数据 */
.product__container>.product__content {
    overflow: hidden;
    background-color: #f6f6f6;
}

/* 商品信息面板 */
.product__container>.product__content>.product__list_container {
    margin: 0 auto;
    width: 880px;
}

/* 商品信息标题 */
.product__container>.product__content>.product__list_container>.list_header__container {
    height: 48px;
    width: 880px;
    border-bottom: 1px solid #dedede;
}

/* 商品名称 */
.product__container>.product__content>.product__list_container>.list_header__container>.t-hd_580 {
    float: left;
    height: 48px;
    width: 580px;
    font-size: 12px;
    line-height: 48px;
    color: #666;
}

/* 其他标题名称 */
.product__container>.product__content>.product__list_container>.list_header__container>.t-hd_100 {
    float: left;
    height: 48px;
    width: 100px;
    font-size: 12px;
    line-height: 48px;
    color: #666;
    text-align: center;
}


/* 数据列表 */
.product__container>.product__content>.product__list_container>.list_content__container {
    width: 880px;
}

/* 数据每项 */
.product__container>.product__content>.product__list_container>.list_content__container>.product__item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}

/* 名称详情 */
.product__container>.product__content>.product__list_container>.list_content__container>.product__item>.td_580 {
    float: left;
    padding-right: 150px;
    width: 430px;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    word-break: break-all;
    text-align: justify;
}

/* 其他详情 */
.product__container>.product__content>.product__list_container>.list_content__container>.product__item>.td_100 {
    float: left;
    width: 100px;
    padding-top: 6px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

/* 订单备注 */
.product__container>.remark__control {
    padding: 20px 0 0;
}

.remark__container {
    overflow: hidden;
    width: 940px;
}

/* 订单备注标题 */
.remark__container>.remark__label {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

/* 订单备注输入框区域 */
.remark__container>.remark__content {
    float: right;
    position: relative;
    z-index: 0;
    width: 868px;
    border: 1px solid #dedede;
    height: 30px;
    overflow: hidden;
}


/* 数字统计限制 */
.remark__container>.remark__content>.text-progress {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    text-align: center;
}

/* 输入框 */
.remark__container>.remark__content .remark_input {
    padding-left: 10px;
    width: 778px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    border: none;
}