.popupWin2 {
    position: fixed;
    width: 244px;
    left: 50%;
    z-index: 8888888;
    top: 50%;
    margin-left: -121px;
    margin-top: -67px;
}
.popupWin2>div {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.popupTitle2 {
    padding-left: 40px;
    margin: 0;
    background: #a16026;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.popupTitle2 .cancelBtn {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    width: 32px;
    height: 100%;
    background: url(../images/icon_popup.png) no-repeat;
    background-size: 61px auto;
}
.popupWin2 a {
    text-decoration: none;
}
.popupTitle2 span {
    font-size: 12px;
}
.popupTitle2 .titleMsg {
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 32px;
    height: 100%;
    margin-left: 2px;
    background: url(../images/icon_popup.png) no-repeat -32px 2px #a16026;
    background-size: 61px auto;
}
.popupInner2 {
    padding: 8px;
    background: #f2f2f2;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.popupWin2 .l {
    float: left;
}
.popupInner2 img {
    width: 74px;
    margin:8px 0px 6px 0px;
}
fieldset, img {
    border: 0;
    vertical-align: top;
}
.popupInner2 .dialogBtn {
    width: 150px;
    background: #fff;
    padding: 8px;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    position: relative;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin:10px 0px 10px 0px;
}
.popupInner2 .dialogBtn:before {
    border-top-color: #fff;
    bottom: -10px;
    z-index: 1;
}
.popupInner2 .dialogBtn:before, .popupInner2 .dialogBtn:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 10px;
    border: 6px solid transparent;
}
.popupWin2 .r {
    float: right;
}
.popupInner2 .dialogBtn i {
    display: block;
    color: #005c1d;
    margin: 10px 0px 0px 30px;
    text-decoration: underline;
}
.popupWin2 i {
    font-style: normal;
}
.fix:after {
    display: block;
    content: "$";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.popupInner2 .popB p {
    font-size: 14px;
    margin:10px 0px 0px -2px;
    color: #666;
}
.popupWin2 p {
    margin: 0;
}
.popupInner2 .popB .flashNo {
    display: inline-block;
    width: 18px;
    height:  18px;
    vertical-align: text-top;
    background: url(../images/zj.gif) no-repeat center center;
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-family: arial;
    animation: flash 1s infinite;
}