/* add donwload banner */
.download-banner {
    display: none !important;
    background: #fff;
    border: 0px;
    margin: 0px;
    position: fixed;
    padding: 5px 5px 5px 25px;
    top: 0px;
    left: 0px;
    opacity: .85;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}

.download-banner h2,
.download-banner p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.download-banner h2 {
    margin-bottom: 10px;
}

.download-banner .intro {
    position: relative;
    padding-left: 105px;
    border-bottom: 1px solid #ccc;
    border: 0px;
    margin: 0px;
    min-height: 100px;
}

.download-banner .logo {
    position: absolute;
    top: 0;
    left: 0;
}

.download-banner .align-right { 
    text-align: right;
}

.download-banner .btn-close {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(http://assets.dxycdn.com/app/drugs/css/ui/images/dialog-close.png) no-repeat center;
    border: 0px;
    overflow: hidden;
    text-indent: -999em;
}

.big-btn { 
    display: inline-block;
    border: 1px solid #2E0F5D;
    background: #7d67b8 url(http://assets.dxycdn.com/app/mobile/images/button-bg.png) repeat-x scroll top left;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#917fc6), color-stop(100%,#8474bd));
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1em;
}

.big-btn span {
    display: inline-block;
    padding: .5em 1em;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: #af97d5 #000 #502f84 #000;
    cursor: pointer;
}