.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;
    background: var(--themeColor);
    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;
}

.agora-detail{
    padding-bottom: 20px;
}

.agora-detail > .view{
    flex-wrap: wrap;
}

.agora-detail .view-right{
    width: 226px !important;
}

.agora-detail .view-right .service{
	width: 226px;
	height: 270px;
	background: #FFFFFF;
}

.agora-detail .view-right .service > .title{
	color: #555;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 20px 16px;
}

.agora-detail .view-right .service > img{
	width: 164px;
	height: 164px;
	padding: 0 31px;
}

.agora-detail .view-right .service > .text{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-top: 8px;
	text-align: center;
}

.agora-detail .view-right .recommend-product{
	width: 226px;
	background: #FFFFFF;
	margin-top: 20px;
}

.agora-detail .view-right .recommend-product > .title{
	display: flex;
	align-items: center;
	padding: 18px 20px 0;
}

.agora-detail .view-right .recommend-product > .title > .text{
	font-size: 16px;
	color: #555555;
	line-height: 24px;
}

.agora-detail .view-right .recommend-product > .title > .more{
	margin-left: auto;
	color: #007BFF;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

.agora-detail .view-right .recommend-product > .product-list{
	padding: 30px 20px;
}

.agora-detail .view-right .recommend-product .product-item{
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
}

.agora-detail .view-right .recommend-product .product-item:last-child{
	margin-bottom: 0;
}

.agora-detail .view-right .recommend-product .product-item > img{
	width: 61px;
	height: 61px;
	margin-right: 8px;
	border-radius: 4px;
}

.agora-detail .view-right .recommend-product .product-item .title{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	width: 110px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.agora-detail .view-right .recommend-product .product-item .download-number{
	line-height: 18px;
	color: #999999;
	font-size: 12px;
	margin-top: 12px;
}

.agora-detail .view-right .recommend-product .product-item .price{
	line-height: 24px;
	color: #F75444;
	font-size: 14px;
	margin-top: 12px;
}

.agora-detail .view-right .welfare-product{
	width: 226px;
	background: #FFFFFF;
	margin-top: 20px;
    /* margin-bottom: 20px; */
}

.agora-detail .view-right .welfare-product > .title{
	display: flex;
	align-items: center;
	padding: 18px 20px 0;
}

.agora-detail .view-right .welfare-product > .title > .text{
	font-size: 16px;
	color: #555555;
	line-height: 24px;
}

.agora-detail .view-right .welfare-product > .title > .more{
	margin-left: auto;
	color: #007BFF;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

.agora-detail .view-right .welfare-product > .product-list{
	padding: 30px 20px;
}

.agora-detail .view-right .welfare-product .product-item{
	display: flex;
	margin-bottom: 18px;
	cursor: pointer;
}

.agora-detail .view-right .welfare-product .product-item:last-child{
	margin-bottom: 0;
}

.agora-detail .view-right .welfare-product .product-item > img{
	width: 68px;
	height: 68px;
	margin-right: 8px;
	border-radius: 4px;
}

.agora-detail .view-right .welfare-product .product-item .title{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	width: 110px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.agora-detail .view-right .welfare-product .product-item .download-number{
	line-height: 18px;
	color: #999999;
	font-size: 12px;
	margin-top: 12px;
}


.agora-detail .view-right .welfare-product .product-item .price{
	line-height: 24px;
	color: #F75444;
	font-size: 16px;
	margin-top: 4px;
}

.agora-detail .view-right .welfare-product .product-item .download{
	display: flex;
	align-items: center;
	height: 18px;
	font-size: 12px;
	color: #C1C1C1;
	margin-top: 2px;
}

.agora-detail .view-right .welfare-product .product-item .download > img{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.agora-detail .ad-view{
	padding-top: 20px;
}

.agora-detail .ad-view > img{
	width: 100%;
}

.agora-detail .app-plugin-radio{
    display: flex;
    align-items: center;
}
.agora-detail .app-plugin-radio .radio-item{
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 60px;
    cursor: pointer;
}
.agora-detail .app-plugin-radio .radio-item > img{
    width: 22px;
    height: 22px;
}
.agora-detail .app-plugin-radio .radio-active{
    color: #007BFF;
}
.agora-detail .app-pluggable-list{
    display: flex;
    flex-wrap: wrap;
}
.agora-detail .app-pluggable-item{
	display: flex;
	align-items: center;
	width: 279px;
	height: 100px;
	border: 1px solid #EEEEEE;
    margin: 20px 35px 0 0;
	padding: 0 16px;
	cursor: pointer;
}

.agora-detail .app-pluggable-item:nth-child(3n){
	margin-right: 0px;
}

.agora-detail .app-pluggable-item > img{
	width: 65px !important;
	height: 65px;
	border-radius: 4px;
	margin-right: 10px;
}

.agora-detail .app-pluggable-item .title{
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin-bottom: 6px;
}

.agora-detail .app-pluggable-item .price{
	font-size: 16px;
	line-height: 22px;
	color: #F75444;
	display: flex;
	align-items: center;
}

.agora-detail .app-pluggable-item .original-price{
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	margin-left: 2px;
	text-decoration: line-through;
}

.agora-detail .view-left .info .common{
	align-items: flex-start !important;
}

.agora-detail .view-left .info .common > .text{
	line-height: 26px;
}

.agora-detail .breadcrumb{
    height: 65px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 15px solid #F4F8FB;
    padding-left: 56px;
    padding-right: 26px;
    width: 1200px;
}

.spec_active {
    border: 1px solid #F75444;
}
.log-list .content p {
    line-height: 25px;
}
.agora-detail{
    background-color: #F4F6F8;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.agora-detail .view{
    width: 1200px;
    display: flex;
}

.agora-detail .view-left{
    width: 948px;
    background-color: #fff;
    border-right: 26px solid #F4F6F8;
    box-sizing: content-box;
}

.agora-detail .view-left .product{
    padding: 40px 40px 50px;
    background-color: #fff;
    display: flex;
}

.agora-detail .view-left .product .picture{
    width: 360px;
    margin-right: 30px;
}

.agora-detail .view-left .product .picture .center{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 262px;
}

.agora-detail .view-left .product .picture .banner{
    width: 360px;
    height: 360px;
    margin-bottom: 16px;
}

.agora-detail .view-left .product .picture .switch{
    display: flex;
    align-items: center;
}

.agora-detail .view-left .product .picture .switch .icon-left{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    cursor: pointer;
}

.agora-detail .view-left .product .picture .switch .icon-right{
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 4px;
}

.agora-detail .view-left .product .picture .switch .list{
    display: flex;
    align-items: center;
    max-width: 330px;
    overflow: hidden;
}

.agora-detail .view-left .product .picture .switch .list > img{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin-right: 6px;
    cursor: pointer;
    -webkit-user-drag: none;
}

.agora-detail .view-left .product .picture .switch .list > .select{
    border: 1px solid #2473F1;
    /* padding: 1px; */
}

.agora-detail .view-left .product .info{
    width: 480px;
}

.agora-detail .view-left .product .info .title{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold ;
    padding-top: 8px;
}

.agora-detail .view-left .product .info .subtitle{
    display: flex;
    margin-bottom: 26px;
}

.agora-detail .view-left .product .info .subtitle .text{
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}

.agora-detail .view-left .product .info .buy-total{
    color: #333333;
    font-size: 14px;
    margin-left: auto;
    flex: none;
    white-space: nowrap;
}

.agora-detail .view-left .product-price{
    background-color: #F2F8FF;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 10px;
}

.agora-detail .view-left .product-price .price{
    display: flex;
    align-items: center;
    line-height: 22px;
}

.agora-detail .view-left .product-price .text{
    width: 80px;
    font-size: 14px;
    color: #999999;
    flex: none;
}

.agora-detail .view-left .product-price .content{
    font-size: 20px;
    color: #F75444;
    position: relative;
    padding-left:10px;
}

.agora-detail .view-left .product-price .content .symbol{
    position: absolute;
    left: -3px;
    font-size: 14px;
    top: 6px;
}

.agora-detail .view-left .info .meal .option{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.agora-detail .view-left .info .meal .option > div{
    min-width: 74px;
    padding: 0 16px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
    border: 1px solid #DFDFDF;
    margin-right: 11px;
    cursor: pointer;
    margin-bottom: 10px;
}

.agora-detail .view-left .info .meal .option > .select{
    border-color: #F75444;
    color: #F75444;
}

.agora-detail .view-left .info .common{
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding-left: 10px;
}

.agora-detail .view-left .info .common > .text{
    font-size: 14px;
    color: #999999;
    width: 80px;
    flex: none;
}

.agora-detail .view-left .info .common > .content{
    font-size: 14px;
    color: #666666;
}

.agora-detail .view-left .info .button-group{
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding-left: 10px;
}

.agora-detail .view-left .info .button-group > div{
    width: 135px;
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.agora-detail .view-left .info .button-group .pay{
    background: #007BFF;
    margin-right: 16px;
}

.agora-detail .view-left .info .button-group .check{
    background: #FF8E1F;
}

.agora-detail .view-left .product .button-group .operate{
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
}

.agora-detail .view-left .product .button-group .operate > div{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.agora-detail .view-left .product .button-group .operate .collection{
    margin-right: 20px;
}

.agora-detail .view-left .product .button-group .operate .collection > img,
.agora-detail .view-left .product .button-group .operate .share > img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.agora-detail .view-left .summary{
    background-color: #fff;
    border-top: 20px solid #F4F6F8;
    margin-bottom: 40px;
}

.agora-detail .view-left .summary > .content > .rich-text img{
    width: 100%;
}

.agora-detail .view-left .summary .switch{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}

.agora-detail .view-left .summary .switch > div{
    height: 55px;
    display: flex;
    align-items: center;
    margin-right: 40px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.agora-detail .view-left .summary .switch > .select{
    border-bottom: 1px solid #2473F1;
    color: #2473F1;
}

.agora-detail .view-left .summary > .content{
    min-height:  260px;
    padding: 20px;
}

.agora-detail .view-left .summary > .content > .log-list{
    padding: 30px;
}

.agora-detail .view-left .summary > .content > .log-list > .item{
    display: flex;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version{
    width: 225px;
    border-right: 1px solid #DCDFE6;
    padding-right: 28px;
    margin-right: 28px;
    position: relative;
}

.agora-detail .view-left .summary > .content > .log-list > .item:nth-last-child(2) > .version{
    border: none;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version > .title{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.agora-detail .view-left .summary > .content > .log-list > .item:first-child > .version .new{
    display: flex;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version .new{
    width: 42px;
    height: 20px;
    background: #007BFF;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version .text{
    color: #333333;
    font-size: 20px;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version .date{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.agora-detail .view-left .summary > .content > .log-list > .item:first-child > .version .round{
    background-color: #007BFF;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .version .round{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #DCDFE6;
    position: absolute;
    right: -8px;
    top: 0;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content{
    padding: 24px;
    background-color: #F7F7F7;
    border-radius: 8px;
    border-top-left-radius: 0;
    margin-bottom: 50px;
    width: 100%;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content > div{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content > div:last-child{
    margin-bottom: 0;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content > div > .symbol{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    margin-right: 8px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    padding: 0 7px;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content > div > .symbol > img{
    width: 12px;
    margin-right: 2px;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content > div > .text{
    font-size: 14px;
    color: #333;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content .majorization{
    background-color: #FBAD15;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content .renovate{
    background-color: #53C41A;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content .add{
    background-color: #518DF5;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content .operate{
    display: flex;
    align-items: center;
    color: #007BFF;
    font-size: 14px;
    cursor: pointer;
}

.agora-detail .view-left .summary > .content > .log-list > .item > .content .operate > img{
    width: 12px;
    margin-left: 7px;
}

.agora-detail .view-left .summary > .content > .app-introduce > .platform{
    margin-top: 8px;
}

.agora-detail .view-left .summary > .content > .app-introduce > .common{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.agora-detail .view-left .summary > .content > .app-introduce > .common .text{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    width: 80px;
    flex: none;
}

.agora-detail .view-left .summary > .content > .app-introduce > .common .content{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}








.agora-detail .view-right{
    width: 100%;
}

.agora-detail .view-right .company{
    background-color: #fff;
    padding: 19px 20px 36px;
    color: #555;
}

.agora-detail .view-right .company .title{
    font-size: 14px;
}

.agora-detail .view-right .company .tel,
.agora-detail .view-right .company .mail{
    margin-top: 15px;
    font-size: 12px;
}

.agora-detail .view-right .company .line{
    margin: 20px 0;
    background-color: #eee;
    height: 1px;
}

.agora-detail .view-right .company .time-title{
    font-size: 12px;
}

.agora-detail .view-right .company .time{
    height: 44px;
    display: flex;
    align-items: center;
    color:#007BFF;
    font-size: 18px;
    font-weight: bold;
}

.agora-detail .view-right .company .qq{
    display: flex;
    align-items: center;
}

.agora-detail .view-right .company .qq .text{
    margin-right: 10px;
}

.agora-detail .view-right .company .qq .qq-button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 4px;
    background-color: #E9F2FF;
    color: #007BFF;
    font-size: 12px;
    padding: 0 8px;
    cursor: pointer;
}

.agora-detail .view-right .company .qq-button > img{
    width: 14px;
    margin-right: 3px;
}

.agora-detail .view-right .unit{
    padding: 19px 20px 36px;
    margin-top: 20px;
    background-color: #fff;
}

.agora-detail .view-right .unit .title{
    display: flex;
    align-items: center;
}

.agora-detail .view-right .unit .title .text{
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.agora-detail .view-right .unit .title .more{
    margin-left: auto;
    color: #007BFF;
    font-size: 14px;
    cursor: pointer;
}

.agora-detail .view-right .unit .list .item{
    margin-top: 26px;
    display: flex;
    align-items: center;
}

.agora-detail .view-right .unit .list .item > img{
    width: 50px;
    height: 50px;
    margin-right: 6px;
    border-radius: 8px;
}

.agora-detail .view-right .unit .list .item .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 42px;
}

.agora-detail .view-right .unit .list .item .content .title{
    font-size: 14px;
    color: #333;
}

.agora-detail .view-right .unit .list .item .content .price{
    display: flex;
    align-items: flex-end;
}

.agora-detail .view-right .unit .list .item .content .price .current{
    color: #F75444;
    font-size: 13px;
    margin-right: 4px;
}

.agora-detail .view-right .unit .list .item .content .price .before{
    color: #999999;
    font-size: 12px;
    text-decoration:line-through;
}

.agora-detail .view-right .similar-product{
    padding: 19px 20px 24px;
    margin-top: 20px;
    background-color: #fff;
}

.agora-detail .view-right .similar-product > .title{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.agora-detail .view-right .similar-product .title .text{
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.agora-detail .view-right .similar-product .title .more{
    margin-left: auto;
    color: #007BFF;
    font-size: 14px;
    cursor: pointer;
}

.agora-detail .view-right .similar-product .list > .item{
    margin-bottom: 20px;
    cursor: pointer;
}

.agora-detail .view-right .similar-product .list > .item:last-child{
    margin-bottom: 0;
}

.agora-detail .view-right .similar-product .list > .item > img{
    width: 100%;
    height: 186px;
}

.agora-detail .view-right .similar-product .list > .item > .title{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.agora-detail .qrcode-box{
    display: flex;
    justify-content: center;
}

.agora-detail .qrcode-box img{
    max-width: 100% !important;
}

.agora-detail .appliance{
    background-color: #F8F8F8;
    width: 100%;
    padding: 0 24px;
    margin-top: 40px;
}

.agora-detail .appliance > .product{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E7ED;
    background-color: #F8F8F8;
    padding: 28px 0;
}

.agora-detail .appliance .product .text{
    color: #999999;
    font-size: 14px;
    margin-right: 26px;
}

.agora-detail .appliance .product > img{
    width: 52px;
    height: 52px;
}

.agora-detail .appliance .product .content{
    margin-left: 16px;
}

.agora-detail .appliance .product > .content > .title{
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.agora-detail .appliance .content .price{
    color: #999999;
    font-size: 14px;
    margin-top: 12px;
}

.agora-detail .appliance .buy{
    color: #007BFF;
    font-size: 14px;
    margin-left: auto;
    cursor: pointer;
}

.agora-detail .appliance .buy > img{
    width: 12px;
    margin-left: 2px;
}

.agora-detail .appliance .appliance-subtitle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 14px;
    color: #999999;
}

.agora-detail .appliance .appliance-subtitle > div{
    color: #F75444;
    font-size: 14px;
}

.agora-detail .view-left .product .info .subtitle .text{
    line-height: 18px;
}
