.goods_list {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
}

/* 商品图部分 */

.goods_list .goods_list_item {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.goods_list .goods_list_item .goods_item_left {
    width: 430px;
    height: 100%;
}

.goods_list .goods_list_item .goods_item_left .goods_pic {
    width: 430px;
    height: 430px;
    border: 1px solid #e8e8e8;
    position: relative;
}
.goods_list .goods_list_item .goods_item_left .goods_pic .goods_ping {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    background: #A09E9C;
    align-items: center;
    justify-content: center;
}
.sale_price_f{
    color: var(--themeColor);
    font-size: 20px;
}

.goods_item_left .goods_pic .goods_ping .goods_ping_search {
    width: 15px;
    height: 15px;
}

.goods_list .goods_list_item .goods_item_left .goods_album {
    width: 430px;
    height: 100%;
}

.card-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    color: #666a73;
}

.card-carousel {
    display: flex;
    justify-content: center;
    width: 350px;
}
.card-carousel--overflow-container {
    overflow: hidden;
}
.card-carousel--nav__left, .card-carousel--nav__right {
    display: inline-block;
    width: 15px;
    height: 6px;
    padding: 7px;
    box-sizing: border-box;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    cursor: pointer;
    margin: 0 10px;
    transition: transform 150ms linear;
}
.card-carousel--nav__left[disabled], .card-carousel--nav__right[disabled] {
    opacity: 0.2;
    border-color: black;
}
.card-carousel--nav__left {
    transform: rotate(-135deg);
}
.card-carousel--nav__left:active {
    transform: rotate(-135deg) scale(0.9);
}
.card-carousel--nav__right {
    transform: rotate(45deg);
}
.card-carousel--nav__right:active {
    transform: rotate(45deg) scale(0.9);
}
.card-carousel-cards {
    display: flex;
    transition: transform 150ms ease-out;
    transform: translatex(0px);
}
.card-carousel-cards .card-carousel--card {
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
    background-color: #fff;
    border-radius: 4px;
    z-index: 3;
    margin-bottom: 2px;
}
.card-carousel-cards .card-carousel--card:first-child {
    margin-left: 0;
}
.card-carousel-cards .card-carousel--card:last-child {
    margin-right: 0;
}
.card-carousel-cards .card-carousel--card img {
    vertical-align: bottom;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: opacity 150ms linear;
    user-select: none;
}
.card-carousel-cards .card-carousel--card img:hover {
    opacity: 0.5;
}
.card-carousel-cards .card-carousel--card--footer {
    border-top: 0;
    padding: 7px 15px;
}
.card-carousel-cards .card-carousel--card--footer p {
    padding: 3px 0;
    margin: 0;
    margin-bottom: 2px;
    font-size: 19px;
    font-weight: 500;
    color: #2c3e50;
    user-select: none;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 300;
    padding: 6px;
    background: rgba(40, 44, 53, 0.06);
    display: inline-block;
    position: relative;
    margin-left: 4px;
    color: #666a73;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent rgba(40, 44, 53, 0.06) transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: white;
    box-shadow: -0px -0px 0px #004977;
}

.card-carousel--card-img {
    width: 70px !important;
    height: 70px !important;
}

.goods_list .goods_list_item .goods_item_right {
    width: 730px;
    height: 100%;
    padding-top: 13px;
}

.goods_list_item .goods_item_right .goods_item_right_title {
    width: 730px;
    max-height: 47px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
}

.goods_list_item .goods_item_right .goods_item_right_desc  {
    width: 730px;
    max-height: 40px;
    font-size: 14px;
    text-align: left;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.goods_list_detail {
    width: 730px;
    padding: 16px 15px 5px 15px;
    background: #f5f3ef;
}

.goods_sale_price {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

.goods_sale_price_top {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

.goods_sale_price_address {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.goods_sale_price_address .left_title {
    width: 85px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods_sale_price_top .left_title {
    width: 68px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    /*letter-spacing: 7px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    text-align: justify;
    text-align-last: justify;
}

.goods_sale_price .left_title {
    width: 65px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    /*letter-spacing: 7px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    text-align: justify;
    text-align-last: justify;
}

.goods_sale_price .left_desc {
    font-size: 14px;
    text-align: left;
    color: #666666;
}
.left_desc-aaa{
    margin-left: -3px;
}

.freight_btn {
    width: 58px;
    height: 20px;
    background: linear-gradient(#fe2c30 0%, #ff8559 100%);
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.left_title_address .el-input__inner {
    height: 30px !important;
    line-height: 30px !important;
}

.goods_sale_price_goods {
    margin-left: -6px;
    margin-top: -14px;
    height: 30px;
    width: 457px;
}

.sale_price {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--themeColor);
}

.sale_price_yuan {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    text-align: left;
    color: #999999;
}

.total_item_line {
    width: 1px;
    height: 30px;
    background: #dddddd;
    margin: 0 10px;
}

.goods_sale_price_total {
    width: 150px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #666666;
}

.total_item_title {
    width: 100%;
    text-align: center;
}

.total_item_num {
    width: 100%;
    color: #333333;
    text-align: center;
    margin-top: 3px;
}

.goods_sale_price_total .total_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.goods_service {
    width: 100%;
    height: 40px;
    display: flex;
    border-top: 1px dashed #dddddd;
}

.goods_service .left_title {
    width: 85px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods_service_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.goods_service_shuo {
    margin-top: 5px;
    width: 100%;
    display: flex;
    /*padding: 10px 0;*/
    /*padding-bottom: 5px;*/
    border-top: 1px dashed #dddddd;
}

.goods_service_shuo .left_title {
    width: 85px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods_service_title_shuo {
    /*width: 100%;*/
    display: flex;
    color: #666666;
    font-size: 14px;
    letter-spacing: 2px;
    align-items: center;
    /*margin-left: 10px;*/
    line-height: 18px;
}

.goods_service_title_desc {
    margin-right: 20px;
    height: 14px;
    opacity: 1;
    font-size: 14px;
    text-align: left;
    color: #666666;
    line-height: 14px;
}

.goods_list_space {
    background: #ffffff;
    /*margin-top: 10px;*/
}

.goods_space {
    margin-bottom: 5px;
    display: flex;
}

.goods_space .left_title {
    width: 85px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dark_item {
    cursor: pointer;
}

.goods_two_num {
    margin-bottom: 0 !important;
}

.left_title_two {
    width: 78px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.goods_space_colour_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 600px;
}

.goods_space_color {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #dddddd;
}

.goods_space_color_image {
    width: 40px;
    height: 40px;
}

.goods_space_txt {
    height: 28px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.goods_space_txt_active {
    border: 1px solid var(--default-color);
}

.immediately_purchase {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.purchase_left {
    width: 430px;
    height: 30px;
    display: flex;
    align-items: center;
}

.purchase_right {
    width: 730px;
    height: 50px;
    margin-top: 35px;
    display: flex;
    padding-left: 15px;
}

.purchase_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: left;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
}

.purchase_item_icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.purchase_item_btn {
    width: 168px;
    height: 50px;
    opacity: 1;
    background-color: #ffeae9;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
}
.purchase_item_btn-1{
    width: 168px;
    height: 50px;
    opacity: 1;
    background-color: #fff2eb;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
}
.purchase_item_btn-2{
    width: 168px;
    height: 50px;
    opacity: 1;
    background-color: #eafffb;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
}
.purchase_item_btn-3{
    width: 168px;
    height: 50px;
    opacity: 1;
    background-color: #e7f3ff;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
}
.purchase_item_btn-4{
    width: 168px;
    height: 50px;
    opacity: 1;
    background-color: #f2efff;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
}

.purchase_item_shop_car {
    width: 168px;
    height: 50px;
    background: var(--themeColor);
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item_shop_car {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

/* 商品图部分 */

/* 商品属性部分 */
.goods_list_attr {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.goods_left_recommend {
    width: 210px;
    height: 100%;
    border: 1px solid #dddddd;
    padding-bottom: 10px;
}

.recommend_title {
    width: 208px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 25px;
}

.recommend_goods_item {
    width: 190px;
    margin: 0 auto 25px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    border-bottom: 1px dashed #DDDDDD;
}

.recommend_goods_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.recommend_goods_item_image {
    width: 160px !important;
    height: 160px !important;
}

.recommend_goods_item_name {
    margin-top: 10px;
    width: 160px;
    max-height: 40px;
    opacity: 1;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.recommend_goods_item_price {
    margin-top: 5px;
    width: 160px;
    height: 20px;
    opacity: 1;
    font-size: 14px;
    text-align: left;
    color: #e1251b;
    line-height: 24px;
    margin-bottom: 10px;
}

.goods_right_attr {
    width: 980px;
}

.goods_detail_title {
    width: 980px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    margin-bottom: 25px;
}

.detail_title_desc {
    width: 104px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    cursor: pointer;
}

.desc_active {
    background: var(--themeColor);
    color: #ffffff;
}

.goods_detail_center {
    width: 100%;
    height: 100%;
}

.attr_title_desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed #dddddd;
}

.attr_name_title {
    padding-left: 20px;
    width: 200px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    color: #333333;
}

.attr_name_content {
    width: 730px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    color: #999999;
}

.goods_evaluate_score {
    width: 100%;
    display: flex;
}

.evaluate_score_item {
    width: 144px;
    height: 100px;
    border-right: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.evaluate_score_praise {
    width: 100%;
    height: 14px;
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin-top: 10px;
}

.evaluate_score_number {
    width: 100%;
    height: 40px;
    font-size: 36px;
    text-align: center;
    color: #e1251b;
    line-height: 40px;
}

.evaluate_score_list {
    width: 835px;
    padding: 0 20px;
}

.score_explain {
    width: 100%;
    height: 14px;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}

.score_explain_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.score_explain_btn {
    padding: 5px 10px;
    height: 26px;
    background: #fedfdd;
    border-radius: 13px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.explain_active {
    background: #E1251B;
    color: #ffffff;
}

.goods_evaluate_sort {
    width: 100%;
    height: 54px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.evaluate_sort_title{
    width: 90px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #999999;
}

.sort_title_txt {
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.title_txt_active {
    color: #E1251B;
}

.sort_title_txt_icon {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.goods_evaluate_center {

}

.evaluate_center_item {
    width: 100%;
    padding: 30px 0;
    display: flex;
    border-bottom: 1px dashed #dddddd;
}

.center_item_left {
    width: 88px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.item_left_portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.item_left_portrait_img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}

.item_left_name {
    width: 100%;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.center_item_right {
    width: 890px;
    height: 100%;
}

.center_item_right_stars {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.center_item_right_content {
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}

.center_item_right_pic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.item_right_pic {
    width: 140px;
    height: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.item_right_pic:nth-child(6n) {
    margin-right: 0;
}

.right_pic_item {
    width: 100% !important;
    height: 100% !important;
}

.center_item_right_space {
    width: 100%;
    opacity: 1;
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 25px;
}

.center_item_right_space span {
    margin-right: 10px;
}

.center_item_right_space_date {

}

.center_item_right_follow {
    width: 100%;
    margin-top: 20px;
}

.follow_up_evaluation{
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #333333;
}

.follow_up_evaluation_text {
    color: #e1251b;
    margin-right: 10px;
}

.follow_up_evaluation_date{
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 20px;
}

/*倒计时*/
.goods_list_item_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px;
    background: var(--themeColor);
}

.goods_list_item_title_left {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
}

.goods_clock_item {
    width: 26px;
    height: 26px;
}

.goods_clock_item_title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 10px;
}

.goods_list_item_title_right {
    width: 290px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.clock_title_right {
    width: 140px;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    margin-right: 5px;
}

.clock_title_bg {
    width: 24px;
    height: 24px;
    background: var(--themeColor);
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}

.clock_title_icon {
    width: 10px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.clock_title_icon_txt {
    width: 100px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.clock_title_day {
    width: 18px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

/* 商品属性部分 */

.goods_detail_center_content {
    width: 100%;
    height: 100%;
}

/* 倒计时 */
.count-down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* 倒计时 */

.disabled {
    opacity: 0.5;
}

/*
* 商品图片放大镜
*/

#magnifier {
    position: relative;
    width: 430px;
    height: 530px;
}
.small-box {
    position: relative;
    width: 428px;
    height: 428px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.small-box table td{
    width: 428px;
    height: 428px;}
.small-box img {
    /*width: auto;*/
    /*height: auto;*/
    height: 428px;
    width: 428px;
}
.small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa;
    background: #fede4f;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
}
.thumbnail-box {
    position: relative;
    width: 100%;
}
.thumbnail-box .btn {
    position: absolute;
    top: 58%;
    width: 20px;
    height: 20px;
    margin-top: -16px;
}
.thumbnail-box .btn-prev {
    left: 0;
    background: url(../../image/left.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled{background: url(../../image/left.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .btn-next {
    right: 0;
    background: url(../../image/right.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled{background: url(../../image/right.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .list {
    overflow: hidden;
    width: 400px;
    margin: 0 auto;
}
.thumbnail-box .wrapper {
    width: 100000px;
}
.thumbnail-box .list .item {
    float: left;
    margin: 0 5px;
}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {
    border: 1px solid #a9a9a9;
    width: 68px;
    height: 68px;
}
.thumbnail-box .list .item-cur img {
    border: 1px solid var(--themeColor);
}
.big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 540px;
    height: 540px;
    border: 1px solid #e4e4e4;
    z-index: 999999;
}
.big-box img {
    display: block;
}

.navigation_top_goods_list {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.navigation_goods_list {
    width: 1200px;
    height: 40px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.navigation_goods_item {
    height: 20px;
    font-size: 12px;
    text-align: left;
    color: #333333;
    line-height: 20px;
}

.navigation_goods_img {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.no-evaluate-list{
    text-align: center;
}
.width-aaa{
    margin-right: 25px;
    width: 62px;
    text-align: justify;
    text-align-last: justify;
    line-height: 40px;
    color: #666666;
}
.width-bbb{
    margin-right: 25px;
    width: 62px;
    text-align: justify;
    text-align-last: justify;
    line-height: 28px;
    color: #666666;
}
