.Popout {
    width: 414px;
}
.Popout .hd {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_top.gif") no-repeat scroll 0 0;
    height: 20px;
}
.Popout .bd {
    /*background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_repeat.gif") repeat-y scroll 0 0;*/
    overflow: hidden;
    padding: 1px 0;
}
.Popout .ft {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_btm.gif") no-repeat scroll 0 0;
    height: 15px;
}
.Popout-a {
    width: 414px;
}
.Popout-a .hd {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout2_top.gif") no-repeat scroll 0 0;
    height: 15px;
}
.Popout-a .bd {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout2_repeat.gif") repeat-y scroll 0 0;
    overflow: hidden;
}
.Popout-a .ft {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout2_btm.gif") no-repeat scroll 0 0;
    height: 15px;
}
.listTip {
    display: none;
    position: absolute;
    z-index: 1050;
    font-weight: bold;
}
.listTip {
    width: auto;
}
.listTip .hd {
    background-image: url("../../images/xy2_cbg/Popout_top.png");
}
.listTip span.stamp {
    position: absolute;
    color: red;
    border: 1px solid red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 12px;
    text-align: center;
    left: 5px;
    top: 5px;
    border-radius: 4px;
    padding: 2px 2px;
    line-height: 14px;
}
.listTip .bd {
    background-color: rgba(32, 31, 29, 0.92);
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #b9902d;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #5d4d31;
    display: flex;
}
.listTip .ft {
    background-image: url("../../images/xy2_cbg/Popout_btm.png");
}
.listTipSmall .hd {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_top.gif") no-repeat scroll 0 0;
    height: 20px;
}
.listTipSmall .bd {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_repeat.gif") repeat-y scroll 0 0;
    overflow: hidden;
    padding: 1px 0;
}
.listTipSmall .ft {
    background: rgba(0, 0, 0, 0) url("../../images/xy2_cbg/Popout_btm.gif") no-repeat scroll 0 0;
    height: 15px;
}
.largePic img {
    /*border: 1px solid #503b2a;*/
}
.largePic {
    display: inline;
    float: left;
    margin: 0 15px 15px;
}
.introText {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    line-height: 120%;
    padding: 0 20px 20px;
    width: 400px;
}
.introText .yellow {
    color: yellow;
}
.introText .green {
    color: #59cb69;
}
.introText .orange {
    color: #c58b47;
}
.introText .blue {
    color: #6bcff4;
}
.introText .purple {
    color: #8178af;
}
.introText .white {
    color: #fff;
}

.introText dl {
    padding-left: 0;
    width: 250px;
}
.introText dl dt, .introText dl dd {
    float: left;
    line-height: 150%;
}
.introText dl dt {
    color: #9f9271;
    font-weight: normal;
    width: 70px;
}
.introText dl dd {
    color: #dcca9c;
    width: 170px;
}

/*.listTip .card { background-color: rgba(30, 24, 14, 0.85); overflow: hidden; padding: 15px 0; border: 1px solid #b9902d; outline: 1px solid #5d4d31; border-radius: 0px; }*/
.listTip .card { background-color: rgba(27, 22, 14, 0.9); overflow: hidden; padding: 15px 0; border: 1px solid #b9902d; border-radius: 2px; box-shadow: 0px 0px 0px 1px #5d4d31; display: flex; }
.listTip .card .largePic img{ width: 100px; border-radius: 2px; }

.listTip .card.bigone { padding: 10px; }
.listTip .card .name { font-size: 18px; margin-bottom: 10px; }
