.tj_popup_box{
    color: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.tj_popup_box .tj_popup_con{
    position: relative;
    width: 800px;
    height: 500px;
    /*background: #fff;*/
    margin: 200px auto auto auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 0 0 8px rgba(0,0,0,.1), 0 0 16pc hsla(0,0%,100%,.3);*/
    /*border: 5px solid hsla(0,0%,100%,.2);*/
}
.tj_popup_box .tj_popup_con .close_btn{
    width:80px;
    height:60px;
    position:absolute;
    right:0;
    top:0;
    display:block;
    z-index:100005;
    cursor: pointer;
}
.tj_popup_box .tj_popup_con .tj_banner{
    width: 800px;
    height: 500px;
}
.tj_popup_box .tj_popup_con .tj_banner .tj_img{
    display: block;
    width: 800px;
    height: 500px;
}
.tj_popup_box2 {
    position: fixed;
    z-index: 20;
    bottom: 210px;
    right: 5px;
    width: 120px;
    height: 120px;
    display:none;
}
.tj_popup_box2 .tj_icon_img{
    display: block;
    width: 120px;
    height: 120px;
    /*border-radius: 50%;*/
    cursor: pointer;
}