﻿
@media screen and (max-width: 321px) {
    body, header, footer {
        font-size:17px
    }
}

@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:17px
    }
}
.uploadtip {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 1% 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.uploadtip_share {
    top: 0px;
    height: 3rem;
    background: white;
}

.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: 100%;
    line-height: 0;
    text-align: left;
    /* width: 65%; */
    width: 60%;
    margin-left: 10px;
}

.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: 10px !important;
    margin-bottom: 10px;
    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 .slogan .title{
    font-family: fzzcysjw !important;
    font-size: 16px !important;
    line-height: 0.2rem !important;
    color: black !important;
}

.uploadtip .slogan .content{
    display: block !important;
    font-size: 14px !important;
    color: rgb(153, 153, 153) !important;
    line-height: 0.5rem !important;
}

.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: 2rem;
    height: 2rem;
    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;
}

.open_app_now.open_app_now_btn {
    color: #fff !important;
    font-size: 1rem;
    padding: 4px 0 0 0;
    height: 80%;
    width: 18%;
    background-color: #EB362B !important;
    border-radius: 16px;
}

/* 20210518wyy */
.uploadtip.uploadtip_share {
    top: 0px;
    height: 3rem;
    background: white;
}

.height_100 {
	height: 100%;
}

.open_app_logo.share_open_app_logo {
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
}

.open_app_logo.share_logo_img {
	border-radius: 0px;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 0.1rem;
	margin-top: 0.1rem;
}

.app_comment {
    box-sizing: inherit;
}

.app_comment .app_hot_comment {
    margin-left: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

.app_reading {
    box-sizing: inherit;
}

.app_reading .app_reading_comment {
    margin-left: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

.end_line {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 10pt;
}