.price-tips-module{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 22px;
    height: 22px;
    z-index: 999;
    position: relative;
    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 ;
}
.price-tips-module .module-content{
    display: none;
    width: auto;
    padding: 5px 0;
    background: #fff;
    position: absolute;
    left: -130px;
    top: 30px;
    border: 1px solid #e2e4e5;
}
.triangle-icon-box{
    width: 100%;
    height: 5px;
    position: relative;
}
.price-tips-module .triangle-icon{
    position: absolute;
    left: 130px;
    top: -23px;
    display: inline-block;
    background: transparent;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.price-tips-module .module-content .item{
    width: 100%;
    box-sizing: border-box;
    padding: 2px 20px;
    list-style: none;
    font-size: 0;
    color: #333;
    text-align: left;
    white-space: nowrap;
}
.price-tips-module .module-content .text,
.price-tips-module .module-content .val{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
    white-space: nowrap;
}
.price-tips-module .module-content .val{
    padding-left: 10px;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: left;
}
.price-tips-module.blue{
    background-image:  url("/static/images/desktop/hk_starr/price-tips1.png");
    background-image:  url("/static/images/desktop/hk_starr/IE-blue-icon.png")\0;
}
.price-tips-module.blue .module-content{
    background-color: #10569a;
}
.price-tips-module.blue .module-content .item{
    color: #fff;
}
.price-tips-module.blue .triangle-icon{
    border-color: transparent transparent #10569a transparent;
}