.PriceTips{
    margin-left: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 10px 0;
    vertical-align: middle;
    position: relative;
    z-index: 999;
}
.PriceTips .tips-icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("/static/images/desktop/hk_starr/price-tips2.png");
    background-image: url("/static/images/desktop/hk_starr/IE-filter-icon.png")\0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0 ;
}
.PriceTips .tips-text{
    display: none;
    border: 1px solid #2570b7;
    width: 490px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: -150px;
    top: 44px;
    z-index: 999;
}
.en .PriceTips .tips-text .text{
    font-size: 14px;
}
.PriceTips .tips-text .text{
    font-size: 16px;
    color: #333131;
    text-align: left;
}
.PriceTips .tips-text .text a{
    color: #00305e;
    text-decoration: underline;
}
.PriceTips.blue .tips-text .text{
    color: #fff;
}
.PriceTips.blue .tips-text .text a{
    color: #fc8f01;
}
.PriceTips .tips-text .icon{
    position: absolute;
    left: 150px;
    top: -17px;
    display: inline-block;
    background: transparent;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.PriceTips.blue .tips-icon{
    background-image:  url("/static/images/desktop/hk_starr/price-tips1.png");
    background-image:  url("/static/images/desktop/hk_starr/IE-blue-icon.png")\0;
}
.PriceTips.blue .tips-text{
    background-color: #10569a;
    color: #fff;
}
.PriceTips.blue .tips-text .icon{
    border-color: transparent transparent #10569a transparent;
}