@charset "UTF-8";
.commonTitle {
    line-height: 60px;
}
.commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #DA0000;
    vertical-align: -5px;
}
.commonTitle div {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.commonContent {
    border-top: 2px solid #ff5837;
    margin-top: 20px;
    background: #fff url(/statics/images/familyBg.jpg) no-repeat center bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px 30px;
    background-size: 100%;
    background-attachment: fixed;
}

.adv {
    margin: 20px 0; }
.adv a {
    float: left;
    width: 294px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    border: 1px solid #ee8484; }
.adv a:nth-child(4n) {
    margin-right: 0; }
.adv a:nth-last-child(1), .adv a:nth-last-child(2), .adv a:nth-last-child(3), .adv a:nth-last-child(4) {
    margin-bottom: 0; }
.adv a img {
    display: block;
    width: 100%;
    height: 100%; }

.commonTable {
    width: 100%;
    background: #fff; }
.commonTable .th {
    font-weight: bold; }
.commonTable .td {
    font-size: 12px;
    color: #888; }
.commonTable .td a {
    color: inherit; }
.commonTable .td a:hover {
    text-decoration: underline; }
.commonTable td {
    line-height: 36px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none; }
.commonTable td .blueA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #1aace9;
    border-radius: 4px; }
.commonTable td .mixA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #a112c3; }
.commonTable td .mixA.bgred {
    background: #2aaae3; }
.commonTable td .mixA.bgviolet {
    background: #a112c3; }
.commonTable td .mixA.bgyellow {
    background: #e47c00; }
.commonTable td .mixA.bgyellow1 {
    background: #ffd737;
    color: #333; }
.commonTable td .mixA.bgblue {
    background: #008ca9; }
.commonTable td .mixA.bgorg {
    background: orange;
}

.agentqq {
    border-top: 2px solid #DA0000;
    background: #fff;
    text-align: center;
    margin-top: 20px;
    height:75px
}
.agentqq .title {
    line-height: 36px;
    font-weight: bold; }
.agentqq ul {
    border-top: 1px solid #dddddd; }
.agentqq li {
    width: 20%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.agentqq li:nth-child(5n) {
    border-right: none; }
.agentqq li a {
    display: block;
    width: 100%;
    height: 100%; }
.agentqq li img {
    vertical-align: -3px; }

.tdHover .tdHoverFlag {
    position: absolute; }

.tdHover .tdHoverP {
    display: inline-block;
    cursor: pointer;
    line-height: initial;
    color: inherit; }
.tdHover .tdHoverP.active {
    color: #2aaae3; }
.tdHover .tdHoverP.active .tdHoverSpan {
    color: #333; }
.tdHover .tdHoverP .tdHoverSpan {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: initial; }
.tdHover .tdHoverP .tdHoverSpan em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #dddddd transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    /* 三角形居中显示 */ }
.tdHover .tdHoverP .tdHoverSpan em i {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: -10px;
    left: 1px; }

.tdHoverBar .echartsBar {
    display: none;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    border-radius: 8px;
    position: absolute;
    background: #f3f3f3;
    z-index: 10; }
.tdHoverBar .echartsBar.left:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent #F3F3F3 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 20px;
    left: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }
.tdHoverBar .echartsBar.right:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent  transparent transparent #F3F3F3;
    border-style: solid;
    position: absolute;
    top: 20px;
    right: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }

.secondaryMarket {
    background: #fff;
    padding: 0 30px 30px; }
.secondaryMarket .filter {
    background: #fff;
    padding: 20px 0 6px;
    position: relative; }
.secondaryMarket .filter .icon-sale {
    position: absolute;
    right: 60px;
    top: -2px; }
.secondaryMarket .filter .filterItem {
    line-height: 30px;
    height: 30px;
    margin: 10px 0px;
}
.secondaryMarket .filter .filterItem > span {
    float: left;
    width: 75px;
}
.secondaryMarket .filter .filterItem .item a {
    color: #666;
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 16px;
    padding: 0 5px;
    border-radius: 4px;
    position: relative; }
.secondaryMarket .filter .filterItem .item a img {
    display: block;
    position: absolute;
    top: -17px;
    right: -6px; }
.secondaryMarket .filter .filterItem .item a.hot {
    color: #680809; }
.secondaryMarket .filter .filterItem .item a:hover {
    color: #fff;
    background: #ff5837; }
.secondaryMarket .filter .filterItem .item a.active {
    color: #fff;
    background: #680809; }
.secondaryMarket .filter .filterItem .item a:last-child {
    margin-right: 0; }
.secondaryMarket .filter .filterItemInput {
    line-height: 30px;
    height: 30px;
    margin-bottom: 16px;
}
.secondaryMarket .filter .filterItemInput input {
    width: 200px;
    height: 28px;
    border: 1px solid #dddddd;
    text-indent: 6px; }
.secondaryMarket .filter .filterItemInput .searchBtn {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 5px;
    width: 60px;
    height: 28px;
    color: #fff;
    background:#ff5837;
    border: 1px solid #DA0000;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.secondaryMarket .filter .filterItemInput .link {
    margin-left: 20px;
    display: inline-block;
}
.secondaryMarket .rulesLink {
    margin-bottom: 30px; }
.secondaryMarket .rulesLink a {
    color: #DA0000;
    text-decoration: underline;
    margin-right: 20px; }
.secondaryMarket .sort {
    line-height: 40px;
    border: 1px solid #e1e1e1;
    padding-right: 30px;
    position: relative;
    height: 40px;
}
.secondaryMarket .sort .lf li {
    float: left;
    width: 100px;
    text-align: center;
    border-right: 1px solid #E1E1E1;
    cursor: pointer; }
.secondaryMarket .sort .lf li em {
    display: none; }
.secondaryMarket .sort .lf li.active {
    color: #DA0000; }
.secondaryMarket .sort .lf li.active em {
    display: inline;
}
.secondaryMarket .sort .lf li.active span {
    display: none;
}
.secondaryMarket .sort .rt {
    color: #888;
    position: absolute;
    right: 20px;
}
.secondaryMarket .sort .rt span {
    color: #D60203; }
.secondaryMarket .listc {
    margin-top: 20px; }
.secondaryMarket .listc li {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
.secondaryMarket .listc li {
    padding:0px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.secondaryMarket .listc .th {
    line-height: 46px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.td {
    border-bottom: 1px dashed #dddddd;
    line-height: 35px;
    height: 70px;
}
.label{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    background: #ff5837;
    border-radius: 4px;
    padding: 0 10px;
}
.secondaryMarket .paginationWrapper {
    margin-top: 30px;
}
.list{
    border:0px solid #D60203;
    padding: 0px;
}
.pagination ul li {
    float: left;
    width: 30px;
    height: 28px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #dddddd;
    cursor: pointer;
    background: #fff;
}
.pagination{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@charset "UTF-8";
.commonTitle {
    line-height: 60px; }
.commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #DA0000;
    vertical-align: -5px; }
.commonTitle div {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold; }

.adv {
    margin: 20px 0; }
.adv a {
    float: left;
    width: 294px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    border: 1px solid #ee8484; }
.adv a:nth-child(4n) {
    margin-right: 0; }
.adv a:nth-last-child(1), .adv a:nth-last-child(2), .adv a:nth-last-child(3), .adv a:nth-last-child(4) {
    margin-bottom: 0; }
.adv a img {
    display: block;
    width: 100%;
    height: 100%; }

.commonTable {
    width: 100%;
    background: #fff; }
.commonTable .th {
    font-weight: bold; }
.commonTable .td {
    font-size: 12px;
    color: #888; }
.commonTable .td a {
    color: inherit; }
.commonTable .td a:hover {
    text-decoration: underline; }
.commonTable td {
    line-height: 36px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none; }
.commonTable td .blueA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #DA0000;
    border-radius: 4px; }
.commonTable td .mixA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #a112c3; }
.commonTable td .mixA.bgred {
    background: #2aaae3; }
.commonTable td .mixA.bgviolet {
    background: #a112c3; }
.commonTable td .mixA.bgyellow {
    background: #e47c00; }
.commonTable td .mixA.bgyellow1 {
    background: #ffd737;
    color: #333; }
.commonTable td .mixA.bgblue {
    background: #008ca9; }
.commonTable td .mixA.bgorg {
    background: orange; }

.agentqq {
    border-top: 2px solid #ff5837;
    background: #fff;
    text-align: center;
    margin-top: 20px; }
.agentqq .title {
    line-height: 36px;
    font-weight: bold; }
.agentqq ul {
    border-top: 1px solid #dddddd; }
.agentqq li {
    width: 20%;
    float: left;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.agentqq li:nth-child(5n) {
    border-right: none; }
.agentqq li a {
    display: block;
    width: 100%;
    height: 100%; }
.agentqq li img {
    vertical-align: -3px; }

.tdHover .tdHoverFlag {
    position: absolute; }

.tdHover .tdHoverP {
    display: inline-block;
    cursor: pointer;
    line-height: initial;
    color: inherit; }
.tdHover .tdHoverP.active {
    color: #DA0000; }
.tdHover .tdHoverP.active .tdHoverSpan {
    color: #333; }
.tdHover .tdHoverP .tdHoverSpan {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: initial; }
.tdHover .tdHoverP .tdHoverSpan em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #dddddd transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    /* 三角形居中显示 */ }
.tdHover .tdHoverP .tdHoverSpan em i {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: -10px;
    left: 1px; }

.tdHoverBar .echartsBar {
    display: none;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    border-radius: 8px;
    position: absolute;
    background: #f3f3f3;
    z-index: 10; }
.tdHoverBar .echartsBar.left:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent #F3F3F3 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 20px;
    left: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }
.tdHoverBar .echartsBar.right:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent  transparent transparent #F3F3F3;
    border-style: solid;
    position: absolute;
    top: 20px;
    right: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27)); }

.secondaryMarket .personCommonInput {
    margin-bottom: 18px;
    width: 100%;
    margin-left: 70px;
    height: 45px;
}
.secondaryMarket .personCommonInput > ul li {
    float: left; }
.secondaryMarket .personCommonInput .input span {
    display: inline-block;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    width: 80px;
    text-align: right; }
.secondaryMarket .personCommonInput .input input {
    width: 340px;
    height: 38px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    font-size: 16px;
    color: #666; }
.secondaryMarket .personCommonInput .input select {
    height: 38px;
    width: 220px;
    border: 1px solid #dddddd;
    outline: none;
    text-indent: 10px;
    font-size: 16px; }
.secondaryMarket .personCommonInput .input b {
    font-size: 12px;
    color: #d60203; }
.secondaryMarket .personCommonInput .input input:focus {
    border: 1px solid #DA0000; }
.secondaryMarket .personCommonInput .errorMsg {
    color: #ff6600;
    font-size: 14px;
    line-height: 38px;
    margin-left: 8px; }
.secondaryMarket .personCommonInput .Validform_right {
    color: #71b83d; }
.secondaryMarket .personCommonInput .uploadImg {
    display: inline-block;
    vertical-align: top; }
.secondaryMarket .personCommonInput .uploadImg .pic {
    width: 160px;
    height: 120px;
    border: 1px solid transparent;
    overflow: hidden;
    margin-bottom: 18px; }
.secondaryMarket .personCommonInput .uploadImg .pic img {
    display: block;
    width: 100%;
    height: 100%; }
.secondaryMarket .personCommonInput .uploadImg .upload {
    float: left;
    font-size: 16px;
    color: #fff;
    background: #DA0000;
    width: 100px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 6px; }
.secondaryMarket .personCommonInput .uploadImg .upload input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
.secondaryMarket .personCommonInput .uploadImg .tips {
    float: left;
    font-size: 12px;
    margin-left: 10px; }
.secondaryMarket .personCommonInput .uploadImg .tips p:last-child {
    color: #888; }
.secondaryMarket .personCommonInput .uploadImg .picList {
    display: inline-block;
    width: 700px;
    overflow: hidden; }
.secondaryMarket .personCommonInput .uploadImg .picList .pic {
    display: block;
    float: left;
    margin-right: 16px;
    position: relative; }
.secondaryMarket .personCommonInput .uploadImg .picList .pic .icon-deletePic {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer; }
.secondaryMarket .personCommonInput .uploadImg .picList .defautlPic .icon-deletePic {
    display: none; }
.secondaryMarket .personCommonInput .uploadImg .picList .pic:nth-child(4n) {
    margin-right: 0; }

.secondaryMarket .personCommonInput2 {
    position: relative; }
.secondaryMarket .personCommonInput2 .errorMsg {
    position: absolute;
    top: -34px;
    right: 70px; }

.secondaryMarket .price .input input {
    width: 218px; }

.secondaryMarket textarea {
    vertical-align: top;
    width: 860px;
    height: 160px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    font-size: 16px;
    padding: 12px 5px 5px 10px;
    font-family: "microsoft yahei";
    outline: none;
}
.activeAS{
    background: #ff5837 !important;
    color: #fff!important;
}

.secondaryMarket textarea:focus {
    border: 1px solid #DA0000;
}
.pageUl>li:hover{
    background: #DA0000;
    color: #fff !important;
}
.pageUl>li:hover a{
  color: #fff !important;
}


.clearfix a{
  /*color: #ffffff;*/
}

.pageUl>li:hover .pageNum{
  color: #ffffff !important;
}


.secondaryMarket .line {
    width: 1020px;
    height: 0;
    border-top: 1px solid #dddddd;
    margin: 30px auto 0; }

.secondaryMarket .submit {
    display: block;
    margin: 15px auto;
    cursor: pointer; }

.secondaryMarket .personCommonInput .input span.mianyi {
    width: 50px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px; }

.secondaryMarket .personCommonInput .input input[type=checkbox] {
    width: 18px;
    height: 18px;
    float: left; }
.contactModal{
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 23px 20px;
}
.contactModal .modalTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #DA0000;
    padding-bottom: 10px;
    border-bottom: 3px solid #DA0000;
    margin-bottom: 2px;
}
.contactModal .modalContent li {
    padding: 11px 0 15px;
    border-bottom: 1px solid #dddddd;
}
.contactModal .modalContent .tips {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    line-height: 1.8;
}
.btn1{
    background: #ff5837;
    color: #fff;
    padding: 8px;
}
.secondaryMarket .listc .list .listItem:hover li:first-child {
    color: #da0000;
    text-decoration: underline;
}
