.popupwin {
    position: fixed;
    top: 151px;
    background-color: #fff;
    border: 1px solid #3c3e44;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 999;
}

.popwin_dragbar {
    background-color: #3c3e44;
    color: #fff;
    cursor: move;
}

.btn_popup_close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/img/btn_close_pop.gif) no-repeat center center;
    margin-right: 10px;
    overflow: hidden;
}

.apps_lists {
    width: 100%;
    margin-top: 20px;
}

.apps_lists .apps_intro {
    float: left;
    width: 226px;
    height: 237px;
    background: url(/img/apps_intro_bg.png) no-repeat;
    margin: 7px;
}

.apps_lists .apps_intro .apps_icon {
    width: 118px;
    height: 114px;
    background: url(/img/apps_icon_bg.png) no-repeat;
    margin: 0 auto;
    margin-top: 33px;
}

.apps_lists .apps_intro .apps_icon img {
    margin-top: 7px;
    margin-left: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.apps_lists .apps_intro .apps_info {
    width: 190px;
    font-size: 16px;
    color: #3c2c84;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: -1px;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.apps_lists .apps_intro .apps_info div {
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #65c8e6;
    letter-spacing: 0px;
    margin-top: 5px;
}

.apps_lists .apps_intro .apps_info a {
    display: inline-block;
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #029ecf;
    letter-spacing: 0px;
}

.apps_lists .apps_intro .apps_info a:hover {
    text-decoration: underline;
}

.apps_lists .apps_blank {
    float: left;
    width: 226px;
    height: 237px;
    margin: 7px;
}

.img-responsive {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.display-7{
	font-size:calc(1rem + 1.5vw);
	font-weight:400;
	line-height:1.2
}

.display-8{
	font-size:calc(1rem + 1.5vw);
	font-weight:800;
	line-height:1.2
}

sup {
    top:-1.5em;
}

@media (min-width:1200px){.display-7{font-size:1.3rem}}
@media (min-width:1200px){.display-8{font-size:1.5rem}}