body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.logo {
    width: 100%;
    height: 80px;
    border-bottom: 1px #eeeeee solid;
}

.content {
    width: 100%;
    background-color: #f6f6f6;
}

.logo .logo-content {
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}

.logo .logo-content .logo-content-left {
    width: 700px;
    height: 100%;
    float: left;
    background-color: #fff;
}

.logo .logo-content .logo-content-left div {
    height: 100%;
    line-height: 80px;
    float: left;
}

.logo .logo-content .logo-content-right {
    height: 100%;
    float: right;
}

.logo .logo-content .logo-content-right button {
    margin-top: 40px;
}

.logo .logo-content .logo-content-right .login,
.logo .logo-content .logo-content-right .register {
    width: 100px;
    float: right;
    text-align: center;
    color: #ffffff;
    border: 1px #cccccc solid;
}

.logo .logo-content .logo-content-left img {
    max-width: 220px;
    max-height: 60px;
}

.logo .logo-content .logo-content-left span {
    margin-top: 28px;
    font-size: 20px;
    float: left;
}

.logo .logo-content .logo-content-left .line {
    width: 1px;
    height: 50%;
    margin: 20px 20px;
    float: left;
    background-color: #cccccc;
}

.navigation .navigation-content {
    margin: 0px auto;
    width: 1255px;
    height: 100%;
    background-color: #C27948;
}

.content .content-mid {
    margin: 0px auto;
    padding-bottom: 50px;
    width: 1200px;
    overflow: hidden;
}

.content .content-mid .mid-GPS {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #F6F6F6;
}

.content .content-mid .mid-top {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 300px;
    background-color: #ffffff;
}

.content .content-mid .mid-top .mid-top-img {
    position: relative;
    padding: 30px;
    width: 415px;
    height: 235px;
    float: left;
}

.content .content-mid .mid-top .mid-top-img img {
    width: 100%;
    height: 100%;
}

.content .content-mid .mid-top .mid-top-title {
    padding-top: 30px;
    float: left;
    width: 60%;
    height: 35px;
    line-height: 25px;
    color: #333;
    font-size: 1.5em;
}

.content .content-mid .mid-top .mid-top-remarks {
    margin: 10px auto;
    width: 58%;
    height: 60px;
    float: left;
    color: #6f6f6f;
    overflow: hidden;
    font-size: 14px;
}

.content .content-mid .mid-top .mid-top-tagBtn {
    margin-bottom: 15px;
    width: 58%;
    float: left;
}

.content .content-mid .mid-top .mid-top-price {
    width: 58%;
    height: 25px;
    line-height: 25px;
    color: #ff7c4e;
    margin-bottom: 10px;
    float: left;
}

.content .content-mid .mid-top .mid-top-status {
    width: 58%;
    height: 45px;
    line-height: 42px;
    float: left;
}

.content .content-mid .mid-detail {
    width: 78%;
    height: auto;
    background-color: #ffffff;
    float: left;
}

.content .content-mid .mid-detail .details-container-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

.content .content-mid .mid-detail .details-container-left .container-title {
    height: 52px;
    width: 100%;
    border-bottom: 1px #eee solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content .content-mid .mid-detail .details-container-left .container-title li {
    height: 100%;
    line-height: 52px;
    text-align: center;
    width: 140px;
    color: #333;
    font-size: 16px;
    border-top: solid 2px transparent;
    cursor: pointer;
}
.content .content-mid .mid-detail .details-container-left .container-title li.click-this {
    color: #5FB878;
    border-top: solid 2px #5FB878;
}

.content .content-mid .mid-detail .details-container-left .container-box {
    min-height: 400px;
}
.content .content-mid .mid-detail .details-container-left .container-box .combo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 0;
}
.content .content-mid .mid-detail .details-container-left .container-box .combo li {
    width: 25%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-style: solid;
    border-color: #eee;
    border-width: 0 1px 1px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}
.content .content-mid .mid-detail .details-container-left .container-box .combo li:nth-child(4n) {
    border-right: none;
}
.content .content-mid .mid-detail .details-container-left .container-box .combo li i{
    font-size: 20px;
    color: #444;
}

.content .content-mid .mid-related {
    margin-bottom: 25px;
    width: 20%;
    height: auto;
    background-color: #ffffff;
    float: right;
}

.content .content-mid .mid-related .right-tip {
    font-size: 16px;
    height: 36px;
    line-height: 32px;
    border-bottom: 1px solid #dfdee0;
    margin: 0 10px;
}

.col-blue {
    color: #01AAED;
}

.content .content-mid .mid-related .right-content {
    margin-top: 20px;
}

.content .content-mid .mid-related .right-content .item-content .item-c-tab {
    margin: 0 2px 20px 5px;
}

.item-content .item-c-tab {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    height: 210px;
    margin-bottom: 15px;
    padding: 10px 7px 10px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    cursor: pointer;
    border-radius: 2px;
}

.item-content .item-c-tab:hover {
    border-color: #ddd;
    -webkit-box-shadow: 1px 1px 2px 1px #ECECEC;
    box-shadow: 1px 1px 2px 1px #ECECEC
}

.item-content .item-c-tab:hover img {
    /*-webkit-filter: brightness(.9);
    filter: brightness(.9);*/
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.item-content .item-c-tab .item-c-img-b {
    width: 215px;
    height: 120px;
    overflow: hidden;
}

.item-content .item-c-tab img {
    width: 215px;
    height: 120px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.item-content .item-c-tab .item-c-tab-tt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    min-height: 40px;
    padding: 3px 0 0 0;
    font-size: 14px;
}

.item-content .item-c-tab .item-c-tab-tt a {
    color: #333;
}

.item-content .item-c-tab .item-c-tab-tt a:hover {
    color: #666;
}

.item-content .item-c-tab .item-c-tab-bottom {
    font-size: 12px;
    color: #e85308;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tail {
    width: 100%;
}

.tail .up {
    width: 100%;
    height: 60px;
    border-bottom: 1px #cccccc solid;
}

.tail .up .upContent,
.tail .down .downContent {
    margin: 0px auto;
    width: 600px;
    text-align: center;
}

.tail .up .upContent span {
    line-height: 60px;
}

.tail .down .downContent p {
    padding: 20px;
}

.tail .down .downContent img {
    margin-bottom: 9px;
}

.contact{
    background: url("/Public/Home/img/agentIndex/mp1.png");
    background-size: contain;
    color: #ffffff;
    display: none;
    width: 800px;
    height: 500px;
    font-family: sans-serif;
}
.contact .contact-ewm{
    position: relative;
    width: 145px;
    top: 35%;
    left: 20%;
    float: left;
}
.contact .contact-ewm img{
    width: 100%;
}

.contact p{
    position: relative;
    line-height: 25px;
    font-size: 14px;
    float: right;
    width: 51%;
    top: 16%;
    right: 5%;
}
.contact .website_name{
    height: 40px;
    top: 15.5%;
    font-size: 32px;
}















