.main{
    background-color: white;
}
ul,li {
    padding: 0px;
    margin: 0px;
}
li {
    list-style: none;
}

/* 顶部导航 */
.nav {
    height: 120px;
    line-height: 120px;
    display: flex;
    justify-content: space-between;
}
.nav-left {
    position: relative;
}
.nav-left img {
    margin-top: 30px;
    cursor: pointer;
}
/*搜索框*/
.nav-right {
    text-align: right;
    line-height: 40px;
    padding-top: 26px;
}
.nav-right-search {
    display: inline-block;
    width: 570px;
    box-sizing: border-box;
    border: 3px solid #2A83FE;
}
.nav-right-search-input {
    display: inline-block;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 38px;
    width: 420px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
.nav-right-search-btn {
    display: inline-block;
    height: 41px;
    font-size: 18px;
    width: 120px;
    margin-right: -3px;
    text-align: center;
    background-color: #2A83FE;
    color: white;
    cursor: pointer;
}
.nav-right-hot-search {
    width: 570px;
    text-align: left;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
}
.nav-right-hot-search-one {
    cursor: pointer;
}

.nav-right-hot-search .division-line {
    padding: 0px 12px;
}

/*当前位置*/
.cur-position {
    color: #7B7B7B;
    font-size: 14px;
    padding-top: 30px;
}

/*商品信息*/
.busi-detail {
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.busi-detail-l {
    float: left;
    overflow: hidden;
}
.busi-detail-l-img {
    float: left;
}
.busi-detail-l-img-top {
    width: 420px;
    height: 420px;
}
.busi-detail-l-img-top img {
    width: 100%;
    height: 100%;
    display: block;
}
.busi-detail-l-img-bottom {
    padding-top: 22px;
    padding-left: 15px;
}
.busi-detail-l-img-bottom img {
    display: inline-block;
    vertical-align: top;
    width: 60px;height: 60px;
    margin-left: 12px;
    cursor: pointer;
}
.busi-detail-l-info {
    float: left;
    width: 480px;
    height: 420px;
    padding-left: 30px;
    position: relative;
}
.busi-detail-l-info-title {
    color: #323232;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    margin-top: -8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.busi-detail-l-info-time {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 500;
}
.busi-detail-l-info-row {
    color: #858585;
    font-size: 16px;
    padding-top: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.busi-detail-l-info-row .name {
    display: inline-block;
    width: 85px;
}
.busi-detail-l-info-row .info {
    color: #323232;
    font-size:18px;
}
.busi-detail-l-info-btns{
    position: absolute;
    bottom: 0;
}
.busi-detail-l-info-btn-one {
    display: inline-block;
    vertical-align: top;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #EE2E2C;
    margin-right: 5px;
    cursor: pointer;
}
.busi-detail-r {
    float: right;
    width: 235px;
    height: 500px;
    overflow: hidden;
    border-left: 1px solid #cccccc;
}
.busi-detail-r-ad-one {
    width: 210px;
    height: 120px;
    float: right;
    background-color: #f4f4f4;
    margin-bottom: 6px;
}
.busi-detail-r-ad-one img {
    width: 100%;
    height: 100%;
}


.busi-intro {
    margin-top: 30px;
    overflow: hidden;
}
.busi-intro-left {
    box-sizing: border-box;
    float: left;
    width: 293px;
    padding: 10px;
    background-color: white;
    border: 1px solid #DEDEDE;
}
.busi-intro-item {
    position: relative;
    height: 152px;
    margin-bottom: 20px;
    background-size: 100% auto;
}
.busi-intro-item-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.busi-intro-item-title {
    opacity: 0.9;
    background-color: #E37815;
    color: white;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.busi-intro-right {
    float: left;
    margin-left: 24px;
    width: 880px;
    background-color: white;
    border: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-bottom: 10px;
}
.busi-intro-right-title {
    line-height: 20px;
    font-size: 20px;
    color: #D01F0E;
    padding-left: 23px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}
.busi-intro-right-title-text {
    display: inline-block;
    padding: 12px 0px;
}
.busi-intro-right-title-line {
    position: absolute;
    left: 0px;
    height: 2px;
    width: 125px;
    background-color: #CF1E0D;
    bottom: -2px;
}
.busi-intro-right-text {
    padding: 27px 4px 30px 27px;
}

/*买卖列表*/
.busi-intro-right-list {
    padding: 10px;
    padding-top: 30px;
}
.business-div-one {
    box-sizing: border-box;
    width: 152px;
    height: 215px;
    background-color: white;
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    float: left;
    border: 1px solid #EEEEEE;
    margin-right: 25px;
}
.business-div-one:first-of-type {
    margin-left: 0px;
}

.business-div-one:nth-of-type(5){
    margin-right: 0px;
}
.business-div-one .one-main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.business-div-one .one-main-goods-img{
    display: block;
    vertical-align: middle;
    width: 146px;
    height: 146px;
    background-size: cover !important;
}
.business-div-one .one-main-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:13px;
    color: #323232;
    line-height: 24px;
}
.business-div-one .one-main-time {
    font-size:11px;
    color: #646464;
}
.business-div-one .one-main-bottom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    line-height: 24px;
}
.business-div-one .one-main-bottom span {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
}
.business-div-one .one-main-bottom .img-gb {
    display: inline-block;
    vertical-align: top;
    width: 12px;height: 12px;
    margin-top: 7px;
}
.business-div-one .one-main-bottom .red {
    color: #E20000;
    padding: 0px 5px;
    vertical-align: top;
}


















