﻿/* CSS Document */
html {
    font-size: calc(10px + (24 - 16) * (100vw - 320px) / (1024 - 320));
}

body {
    padding: 0;
    margin: 0 auto;
    color: #000;
    font-family: Arial, 微软雅黑,宋体;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 1.4rem;
    background-color: white;
}

div, ul, ol, li, p, table, tr, td {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    word-break: break-all;
    word-wrap: break-word;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
}

.gap {
    margin-top: 0.5rem;
}

#max {
    display: none;
}

#min {
    display: block;
}

.bigMain {
    width: 100vw;
    min-height: 100vh;
    background-color: white;
}

.main {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.main2 {
    width: 100%;
    overflow: hidden;
}

.main img {
    width: 100%;
    height: auto;
}
.main_top {
    text-align: right;
    padding: 0.5rem 0;
    background-color: #f1f1f1;
    margin-bottom: 0.5rem;
    border-radius:0.2rem;
}

.main_top a {
    font-size: 1rem;
}

.top_right {
    padding-right: 0.5rem;
}

.top_left {
    display: none;
}

.top_right span {
    margin-left: 0.8rem;
}

.top_right a {
    color: gray;
}

.pubBT {
    padding: 0.1rem 0.7rem 0.2rem 0.7rem;
    background-color: orange;
    border-radius: 0.5rem;
}

.pubBT a {
    color: white;
}
.main_logo {
    height: 3rem;
    overflow: hidden;
    padding-left: 0.5rem;
}

.main_logo img {
    width: 12rem;
}

.main_logo span {
    display: none;
}
.main_logo_pub {
    padding: 1.5rem 0 0.6rem 0.5rem;
    overflow: hidden;
    color: gray;
    border-bottom: 0.2rem solid #e1e1e1;
}
.main_logo_pub img {
    width:12rem;
}
.main_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.3rem auto;
    background-color: dodgerblue;
    border-radius: 0.2rem;
    padding: 0.6rem 0;
    box-sizing: border-box;
}

.main_nav li {
    width: 25%;
    text-align: center;
    line-height: 2.5rem;
}

.main_nav li a {
    font-size: 1.4rem;
    color:white;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3.3rem;
    line-height: 3.3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0,255, 0.6);
    color: white;
}
.navbar a {
    text-decoration:none;
    color:white;
    font-size:1.3rem;
    font-weight:bold;
}
.topMain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color:#FFF;
    box-sizing:border-box;
}
.mainMain {
    margin-top:9.5rem;
}
.logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1rem 0 0 0;
    height:3.8rem;
}

.logo div {
    width: 50%;
    box-sizing: border-box;
}

.logo div:last-child {
    text-align: right;
    padding-top: 0.5rem;
    line-height: 2rem;
}

.logo img {
    width: 80%;
    height: auto;
    margin-left: 0.2rem;
}

.logo a {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
    background-color: lightcoral;
    border-radius: 1rem;
    color: white;
    margin-right: 0.5rem;
}

.default_biaoti {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    background-color: deepskyblue;
    padding: 0.5rem;
    color: white;
    border-radius: 0.2rem;
    margin-top:0.3rem;
}

.default_biaoti a {
    font-size: 1.2rem;
    color: white;
    font-weight: normal;
}

.listContribute {
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}

.listContribute li {
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.6rem 0.5rem;
}

.listContribute li span {
    background-color: lightskyblue;
    color: white;
    font-size: 1.1rem;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    border: 1px solid #FFF;
    border-radius: 3px;
}

.listContribute li i {
    font-style: normal;
    font-size: 1rem;
    color: gray;
}

.listContribute li i::before {
    content: " ";
}

.listContribute li:nth-child(1) span {
    background-color: #ff4d88;
}

.listContribute li:nth-child(2) span {
    background-color: #ff8533;
}

.listHouse {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0.5rem 0;
    padding-top: 0.5rem;
}

.listHouse li:first-child {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.7rem 0.3rem;
}

.listHouse li:last-child {
    width: 10rem;
    max-height: 7rem;
}

.listHouse li img {
    width: 10rem;
    max-height: 6.5rem;
    border-radius: 0.2rem;
    border:1px solid #8db4d8;
    padding:0.3rem;
    box-sizing:border-box;
}

.pubTime {
    font-size: 1.2rem;
    color: Gray;
}

.houseClass {
    color: #ff6a00;
}

.listHouse p {
    margin-top: 0.7rem;
}
.listHouse a {
    color: #004499;
}

.listHouse p > span {
    margin-right: 0.6rem;
    font-size: 1.2rem;
    display: inline-block;
    max-width: 16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listHouse b {
    font-weight:normal;
    font-size:1rem;
    color:gray;
}
.jiage {
    color: red;
}

.listTakeJob {
    padding-top: 0.5rem;
}

.listTakeJob li {
    width: 100%;
    padding: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-image: url('/Images/job.png');
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: 0.6rem 0.8rem;
}

.refreshTime {
    color: gray;
    font-size: 1rem;
    padding-left: 0.5rem;
}

.zhiWei {
    font-size: 1.4rem;
    display: block;
    color: black;
    line-height: 2.5rem;
    box-sizing:border-box;
    margin-left:2rem;
    color:#004499;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.comName {
    display: inline-block;
    color: #333;
    font-size: 1.3rem;
    line-height: 2.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listMarket {
    width: 100%;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #666;
    font-size:1rem;
}

.listMarket li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listMarket a {
    font-size:1.2rem;
    color:#444;
}

.listMarket > span {
    font-size: 1.2rem;
    color: Gray;
}

.listMarket p {
    display: flex;
    flex-wrap: nowrap;
    justify-content:flex-start;
    width: 100%;
    overflow: hidden;
}

.listMarket p > span {
    display: inline-block;
    margin-right:1rem;
}

.listMarket p img {
    max-width: 9rem;
    max-height: 6rem;
    border-radius:0.2rem;
}

.listBianMin, .BianMinRecom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listBianMin li, .BianMinRecom li {
    width: 46.5%;
    padding: 0.5rem;
    border-radius: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 0.3rem 0;
    font-size: 1.2rem;
    color: white;
    line-height: 2rem;
    position: relative;
}

.listBianMin li > span, .BianMinRecom li > span {
    display: none;
}

.listBianMin li > a, .BianMinRecom li > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg_LanSe {
    background-color: #0099FF;
}

.bg_HongSe {
    background-color: #CC3333;
}

.bg_LvSe {
    background-color: #339933;
}

.bg_ZiSe {
    background-color: #9966CC;
}

.bg_HuangSe {
    background-color: #FF9966;
}

.bg_HuiSe {
    background-color: #999933;
}

.bg_QingSe {
    background-color: #66CC99;
}

.bg_ TuSe {
    background-color: #666600;
}

.BianMinRecom li {
    background-color: dodgerblue;
    line-height: 2rem;
}

.listFriend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.listFriend > li {
    width: 50%;
    overflow: hidden;
    margin-top: 0.1rem;
}

.listFriend img {
    width: 99%;
    height: 7rem;
    border-radius: 0.2rem;
}

.nicheng {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 55%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: aliceblue;
}
/*版权信息*/
.sitebottom {
    line-height: 2rem;
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin-top:1.5rem;
    color: #666;
    font-size: 1rem;
    background-color:#f9f9f9;
}

.sitebottom a {
    font-size: 1rem;
    color: #666;
}
.vipad {
    font-size:0;
}
.vipad p {
    margin-top:0.2rem;
}
.vipad img {
    width:100%;
    height:3.5rem;
    border-radius:0.2rem;
}
.weiZhi, .weiZhi a {
    font-size: 1rem;
    color: gray;
    line-height: 2.6rem;
    background-color: aliceblue;
    padding-left: 0.5rem;
    border-radius: 0.2rem;
    margin-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*分页按钮*/
.paging {
    width: 99%;
    display: inline;
    line-height: 5rem;
}

.paging span {
    border: 0.1rem solid #ccc;
    border-radius: 0.3rem;
    padding:0.4rem 0.8rem 0.4rem 0.6rem;
    text-align: center;
    font-family: 微软雅黑;
    margin-right: 0.3rem;
}

.paging a {
    font-size: 1rem;
}
.paging_center {
    text-align:center;
}
/*展示页底部*/
.sitebottom {
    padding:1rem 0;
    line-height: 2rem;
    text-align: center;
    width: 98%;
    overflow: hidden;
    color: #666;
    font-size: 1rem;
    background-color:#f1f1f1;
    border-radius:0.3px;
    margin-bottom:2.2rem;
}
/*移动端分享图*/
#fximg {
    display: none;
}

#show_gzh {
    text-align: center;
}

#show_gzh img {
    margin-top:1rem;
    width: 60%;
}
#show_gzh p {
    font-size: 1rem;
    color: gray;
    text-align:left;
    padding-left:0.6rem;
    box-sizing:border-box;
    line-height:2rem;
}