.taobao {
    background-color: #fff;
    padding: 0 205px 51px;
}
.hide{
    display: none;
}

.taobao .taobao_daohan {
    font-size: 12px;
    color: #212121;
    padding: 19px 0 15px;
}

.taobao .taobao_box {
    display: flex;
    margin-bottom: 40px;
}

.taobao .taobao_box .taobao_box_left {
    width: 280px;
    height: 329px;
    border: 1px solid #F3F3F3;
}

.taobao .taobao_box .taobao_box_left img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.taobao .taobao_box .taobao_box_left {}

.taobao .taobao_box .taobao_box_right {
    width: 479px;
    margin-left: 28px;
}

.taobao .taobao_box .taobao_box_right>h2 {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    padding: 10px 0 19px;
}

.taobao .taobao_box .taobao_box_right>p {
    font-size: 12px;
    color: #BDB8B6;
    line-height: 17px;
    margin-bottom: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.taobao .taobao_box_right .taobao_box_price {
    margin-bottom: 30px;
    height: 104px;
    /* background-color: #ccc; */
    background: url(../newimages/taobao2.png) no-repeat center;
    position: relative;
}
.taobao .taobao_box_right .taobao_box_price ul{
   padding: 0px 0 0 14px;
}
.taobao .taobao_box_right .taobao_box_price li{
    font-size: 12px;
    color: #999999;
    /* line-height: 32px; */
    display: flex;
    align-items: center;
}
.taobao .taobao_box_right .taobao_box_price li:first-child{
   padding-top: 8px;
}
.taobao .taobao_box_right .taobao_box_price li em{
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    
    margin-left: 17px;

}
.taobao .taobao_box_right .taobao_box_price li:nth-child(1) em{
    text-decoration: line-through;
}
.taobao .taobao_box_right .taobao_box_price li:nth-child(2) em{
    font-size: 20px;
    font-weight: bold;
    color: #FC4C02;
    line-height: 32px;
}
.taobao .taobao_box_right .taobao_box_price li:last-child{
    font-size: 14px;
    color: #212121;
    margin-top: 7px;
}
.taobao .taobao_box_right .taobao_price1{
  /* width: 96px;
  height: 126px; */
  width: 100px;
    height: 130px;
  background: url(../newimages/taobao3.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
    top: -14px;
    right: 74px;
}
.taobao .taobao_box_right .taobao_price1 .p1{
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding-top: 13px;
}
.taobao .taobao_box_right .taobao_price1 .p2{
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 6px 0 6px;
}
.taobao .taobao_box_right .taobao_price1 .p3{
    /* font-size: 24px; */
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.taobao .taobao_box_right .taobao_box_btn {
    width: 142px;
    height: 46px;
    background: #FC4C02;
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.taobao .taobao_hd{
    height: 40px;
    line-height: 40px;
    padding-left: 19px;
    background: #FFEDE5;
    font-size: 16px;

color: #212121;
margin-bottom: 16px;
}
.taobao .taobao_list{
    margin-bottom: 40px;
    position: relative;
}
.taobao .taobao_list .taobao_item{
    background: #F5F5F5;
    padding: 55px 0 20px 28px;
    height: 645px;
    overflow-y: scroll;
    
}
/* 套餐选择列表 */
.taobao_item{
 /* position: relative; */
}
.taobao_item .taobao_item_dd{
    width: 139px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    color: #FCF6F3;
    background: url(../newimages/taobao4.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);

}
.taobao_item ul{
    display: flex;
    flex-wrap: wrap;
}
.taobao_item ul li{
    width: 228px;
    height: 294px;
    background: #FFFFFF;
    padding: 20px 0 0;
    margin-right: 25px;
    margin-bottom: 20px;
}
.taobao_item ul li:nth-child(3n){
    margin-right: 0;
}
.taobao_item .taobao_item_img{
    width: 120px;
    height: 120px;
    margin: 0px auto 9px;
}
.taobao_item .taobao_item_img a{
    display: block;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
}
.taobao_item .taobao_item_img img{
   
}
.taobao_item .taobao_item_title{
 padding: 0 20px 0px 16px;
}
.taobao_item .taobao_item_title a{
    font-size: 16px;
    color: #212121;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    line-height: 21px;
    word-break: break-all;
}
.taobao_item .taobao_item_title a:hover{
    color: var(--main-color);
}
.taobao_item .taobao_item_price{
   margin: 20px 19px;
}
.taobao_item .taobao_item_price>p{
    font-size: 20px;
    font-weight: 700;
    color: #FC4C02;
}
.taobao_item .taobao_item_price>p em{
    font-size: 14px;
    font-weight: normal;
    color: #FC4C02;
}
.taobao_item .taobao_item_bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.taobao_item .taobao_item_left{
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #FC4C02;
    box-sizing: border-box;
    font-size: 14px;
    color: #FC4C02;
    text-align: center;
    cursor: pointer;
}
.taobao_item_right{
    display: flex;
}
.taobao_item_right em{
    width: 30px;
    height: 32px;
    display: inline-block;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}
.taobao_item_right .cut-btn{
    position: relative;
}
.taobao_item_right .cut-btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: var(--mainFontColor);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.taobao_item_right .cut-btn1:after {
    background-color: #D2D2D2!important;
}

.taobao_item_right .inputnum{
    width: 50px;
    height: 32px;
    border: 1px solid #D2D2D2;
    border-left-width: 0;
    border-right-width: 0;
    text-align: center;
    box-sizing: border-box;
}
.taobao_item_right .add-btn{

}
/* 弹出更换套包产品 */
.taobao_popup .taobao_mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99; 
}
.taobao_popup .taobao_popupBox{
    background: #F5F5F5;
    width: 1100px;
    height: 564px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.taobao_popup .popupBox_hd{
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: url(../newimages/taobao5.png) no-repeat center;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
}
.taobao_popup .popupBox_itemA{
    height: 490px;
    overflow-y: scroll;
}
.taobao_popup .popupBox_item{
    padding: 20px 0px 0px 18px;
    display: flex;
    flex-wrap: wrap;
}
.taobao_popup .popupBox_item li{
    width: 340px;
    height: 142px;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    padding: 11px 15px 11px 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.pop_active{
    border: 1px solid #FC4C02;
}
.pop_active .taobao_sanjiao{
   display: block;
}
.taobao_popup .popupBox_item li .taobao_sanjiao{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
}
.taobao_popup .popupBox_item li .item_left{
    width: 120px;
   height: 120px;
   margin-right: 10px;
}
.taobao_popup .popupBox_item li .item_left img{
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.taobao_popup .popupBox_item li .item_right{
    width: 200px;

}
.taobao_popup .popupBox_item li .item_right h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #212121;
margin-top: 4px;
margin-bottom: 5px;
height: 38px;
    word-break: break-all;

}
.taobao_popup .popupBox_item li .item_right .item_right_price{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 10px;
}
.taobao_popup .popupBox_item li .item_right .item_right_price em{
    font-size: 20px;
    font-weight: bold;
    color: #FC4C02;
    margin-left: 11px;
}
.taobao_popup .popupBox_btn{
    height: 60px;
    background: #fff;
    box-shadow: 0px -2px 16px 0px rgba(79,69,67,0.1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.taobao_popup .popupBox_btn .popupBox_btn1{
    width: 92px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C9C9C9;
    margin-right: 20px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.taobao_popup .popupBox_btn .popupBox_btn2{
    width: 92px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    background: #FC4C02;
    margin-right: 20px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;

}

