/*

//******************************************************************
//Copyright (C) 2018 Xinhua Daily Press Group Co,Ltd. All Rights Reserved.
//-----------------------------------------------------------------------
//系统名 ： 沈阳日报传媒集团指尖沈阳工程
//子模块 ： 底部信息条模块
//-----------------------------------------------------------------------
//版本      作者      日期           说明    参考
//1.0      庞佳       2018/05/22    新建
//1.1      王哲       2018/05/22    变更    修改底部信息条css样式

*/
@media screen and (max-width: 321px) {
    body, header, footer {
        font-size:16px
    }
}

@media screen and (min-width: 321px) and (max-width:400px) {
    body, header, footer {
        font-size:17px
    }
}

@media screen and (min-width: 400px) {
    body, header, footer {
        font-size:19px
    }
}
.uploadtip {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 1% 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.aboutword {
    margin: 0 auto;
    width: 95%;
}

.aboutword::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.uploadtip .logo {
    border-radius: 0.2rem;
    float: left;
    margin-right: 2%;
    margin-top: 1.5%;
    width: 0.88rem;
}

.uploadtip span {
    color: #fff;
    font-size: 0.4rem;
}

.uploadtip .slogan::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.uploadtip .slogan {
    display: block;
    float: left;
    height: 0.8rem;
    line-height: 0;
    text-align: left;
    width: 4.4rem;
    margin-left: 0.16rem;
}

.uploadtip .slogan span {
    display: inline-block;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.uploadtip .slogan span:first-child {
    color: #000;
    /*font-weight: bold;*/
    margin-top: 0.34rem !important;
    margin-bottom: -0.1rem;
    font-size: 0.3rem;
    margin-top: 0.2rem;
}

.uploadtip .slogan span:nth-of-type(2) {
    color: #aaa;
    font-size: 0.24rem;
    margin-top: 0.44rem;
}

.uploadtip {
    background: rgba(255, 255, 255, 1);
    /*background: rgba(0, 0, 0, 0.8);*/
    bottom: 0;
    padding: 1% 0;
    position: fixed;
    text-align: center;
    /*width: 750px;*/
    width: 100%;
}

.uploadtip .upload {
    background-color: #f93c42;
    border: none;
    color: #fff;
    display: inline-block;
    float: right;
    /*font-family: "microsoft yahei";*/
    font-size: 0.28rem;
    margin: 1.5% 1% 0 1%;
    outline: none;
    padding: 0.1rem 0.3rem;
}

.uploadtip .close {
    color: #fff;
    float: right;
    font-size: 0.46rem;
    margin-top: 1.2%;
    outline: none;
}
.open_app_logo {
    width: 0.88rem;
    height: 0.88rem;
    overflow: hidden;
    display: inline-block;
    float: left;
    border-radius: 0.36rem;
}
.open_app_now {
    background-color: rgb(14,55,117) !important;
    border-radius: 0.3rem;
}
