
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    max-width: 720px;
    min-width: 350px;
    margin: 0 auto;
}

ul, li, h5, h6, h4, h3, h2, h1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    width: 100%
}

.top, .download {
    background-color: #f7f5f5;
    overflow: hidden;
    padding-bottom: 2%
}

.top > div {
    margin: 3%
}

.top > div > div {
    float: left;
    margin: 1%;
    min-height: 6rem;
}

.top > div div:first-child {
    width: 25%
}

.top > div div:nth-child(2) {
    width: 68%
}

.top > div div:nth-child(2) h2 {
    padding-top: 2%;
    font-size: 2rem
}

.top > div div:nth-child(2) h5 {
    color: #51a32e;
    padding-top: 2%
}

.top > div div:nth-child(2) h6 {
    color: #676667;
    padding-top: 4%
}

.top > div div:nth-child(2) h6 span {
    color: #b0aeaf;
    font-weight: initial
}

.top > div div:last-child {
    float: right;
}

.top > div div:last-child img {
    width: 25%;
    float: left;
    padding-top: 2rem;
}

.top > div div:nth-child(3) span {
    width: 75%;
    font-size: 0.5rem;
    float: right;
    color: #a2a2a2;
    padding-top: 2rem;
}

body .download {
    clear: both;
    text-align: center;
    width: 100%;
    padding-bottom: 2%;
}

.download a {
    background-color: #008430;
    display: inline-block;
    width: 91%;
    height: 4rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 4rem;
}

.img_msg ul li {
    margin: 4%
}

.tex_msg {
    margin: 4%;
    font-family: auto;
    border-bottom: 1px solid #e4e0e0;
    line-height: 1.5rem;
}

.tex_msg p {
    margin: 2%
}

.heat_msg {
    margin: 4%;
    clear: both;
    overflow: auto;
}

.heat_msg > div {
    float: left
}

.heat_msg > div:first-child {
    width: 35%
}

.heat_msg > div:first-child h1 {
    padding-left: 0.5rem;
    font-size: 3rem;
}

.heat_msg > div:first-child > div {
    background-image: url("/images/star.png");
    width: 5rem;
    height: 1rem;
    background-size: 25%;
    background-position: 0 -1px;
    float: left;
}

.heat_msg > div:first-child > img {
    width: 1rem;
}

.heat_msg > div:first-child > h6 {
    clear: both;
    padding-left: 1rem;
    font-weight: 500;
    color: #969696;
}

.heat_msg > div:last-child {
    margin-top: 2rem;
    font-size: 0.5rem;
    line-height: 1.2rem;
    width: 63%;
}

.heat_msg > div:last-child ul li {
    margin: 1% 0;
    clear: both
}

.heat_msg > div:last-child ul li span {
    float: left;
    color: #d1d1d1;
}

.heat_msg > div:last-child ul li div {
    float: left;
    margin-left: 3%;
    height: 0.8rem;
    margin-top: 0.2rem;
}

.heat_msg > div:last-child ul .hot_5 {
    width: 90%;
    background-color: #78c8a1;
}

.heat_msg > div:last-child ul .hot_4 {
    width: 18%;
    background-color: #98d066;
}

.heat_msg > div:last-child ul .hot_3 {
    width: 4%;
    background-color: #ffd658;
}

.heat_msg > div:last-child ul .hot_2 {
    width: 9%;
    background-color: #ffab58;
}

.heat_msg > div:last-child ul .hot_1 {
    width: 2%;
    background-color: #ff7b58;
}

.user_msg {
    margin: 4%;
    clear: both;
    background-color: #f5f5f5;
    border-radius: .5rem;
    overflow: auto;
}

.user_msg > ul > li {
    width: 100%;
    clear: both
}

.user_msg > ul > li > img {
    float: left;
    width: 10%;
    margin: 4%
}

.user_msg > ul > li > div {
    float: left;
    width: 74%;
    margin-top: 3%;
}

.user_msg > ul > li > div h5 {
    color: #606060
}

.user_msg > ul > li > div h6 {
    color: #848484;
    font-weight: inherit
}

.user_msg > ul > li > div .start_user {
    background-image: url("/images/star__.png");
    width: 3rem;
    height: 0.7rem;
    background-size: 25%;
    margin: 0.3rem 0;
}

.user_msg > ul > li:last-child h6 {
    padding-bottom: 2%
}
