.product-wrap .purchase-type{
    width: 760px;
    height: 40px;
    background: #F5F5F5;
    box-sizing: border-box;
    position: relative;
}
.product-wrap .purchase-type .purchase-item{
    width: 90px;
    height: 40px;
    display:inline-block;
    font-size: 16px;
    text-align: center;
    line-height:40px;
    cursor: pointer;
    border-left: 1px solid #F5F5F5;
}
.product-wrap .purchase-type .purchase-item.on{
    background: #FFFFFF;
    color: #E60012;
    border-top: 2px solid #E60012;
}

.product-wrap .purchase-type .si-phone-code{ position:absolute; top:10px; right:20px; z-index:8;}
.product-wrap .purchase-type .qrcode-wrap{ text-align:right;}
.product-wrap .purchase-type .qrcode-wrap .qrcode_tit{ color:#8c8c8c; line-height:24px; cursor:pointer;}
.product-wrap .purchase-type .qrcode-wrap .qrcode_tit .iconfont{ display:inline-block; vertical-align:middle; margin:-1px 0 0 5px; font-size:15px;}
.product-wrap .purchase-type .qrcode-wrap .qrcode_pop{ position:relative; z-index:99; right:-20px;top:-3px; width: 180px; height: auto;background-color: #fff;box-shadow: 0px 2px 10px rgb(204, 204, 204);text-align: center; margin-top:8px; display:none;}
/* .product-wrap .purchase-type .qrcode-wrap .qrcode_pop:before{ content: '';position: absolute;display: block;top: -10px;left: 50%;margin-left: -5px;width: 0;height: 0;line-height: 0;font-size: 0;border-width: 5px;border-style: solid;border-color: #fbfbfb #fbfbfb #fff;} */
.product-wrap .purchase-type .qrcode-wrap:hover .qrcode_pop{ display:block;}
.phoneWay:hover .tooltipBox{
    display: block;
}
.tooltipBox {
    display: none;
    padding: 10px;
    position: absolute;
    background: #fce6e8;
    border-radius: 10px;
    left: 150px;
}
.tooltipBox .icon-l {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;    
    bottom: 0;
    box-sizing: border-box;
    margin: auto;
    border: none;

    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fce6e8;
}
