.tradeList ul li {
    margin: 8.35px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.tradeList ul li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.tradeList ul li:last-child {
    margin-bottom: auto;
}

.tradeList li .img {
    float: left;
    width: 72.5px;
    height: 72.5px;
}

.tradeList li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.tradeList li .info {
    margin-left: 90px;
    margin-right: 90px;
}

.tradeList li .info .infot {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradeList li .info .name {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
}

.tradeList li .price {
    color: #ff9b24;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradeList li .info .title {
    color: #ff9b24;
}

.tradeList li .info .title,
.tradeList li .info .datetime {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-top: 5px;
    font-size: 13px;
}

.tradeList li .btn {
    display: block;
    float: right;
    padding: 5px 10px;
    background-color: #ff9b24;
    color: #ffffff;
    margin-top: 22.5px;
}

.hotTradeList ul {
    margin: -7.5px -12.5px;
}

.hotTradeList ul li {
    width: 50%;
    float: left;
    padding: 6.35px 12.5px;
}

.hotTradeList li .img {
    float: left;
    width: 65px;
    height: 65px;
}

.hotTradeList li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.hotTradeList li .info {
    margin-left: 75px;
    margin-right: 70px;
}

.hotTradeList li .info .infot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotTradeList li .info .name {
    color: #494949;
    font-weight: bold;
    line-height: 20px;
}

.hotTradeList li .price {
    color: #ff9b24;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.hotTradeList li .info .title,
.hotTradeList li .info .datetime {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-top: 2.5px;
    font-size: 13px;
}

.hotTradeList li .info .title {
    color: #ff9b24;
}

.hotTradeList li .btn {
    display: block;
    float: right;
    padding: 5px 7.5px;
    background-color: #ff9b24;
    color: #ffffff;
    margin-top: 15px;
    font-size: 13px;
}

.tradeDetailSection:first-child {
    margin-top: auto;
}

.tradeDetailTop .name {
    font-size: 18px;
    color: #ff9b24;
    font-weight: bold;
    margin-bottom: 15px;
}

.tradeDetailTop .img {
    float: left;
    width: 82.5px;
    overflow: hidden;
    margin-right: 15px;
}

.tradeDetailTop .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.tradeDetailTop .img div {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.tradeDetailTop .img div span {
    margin-left: .25em;
    margin-right: .25em;
}

.tradeDetailTop .img div span.fa-android {
    color: #9ece6b;
}

.tradeDetailTop .img div span.fa-apple {
    color: #ff9b24;
}

.tradeDetailTop .info {
    margin-left: 100px;
}

.tradeDetailTop .info dl {
    margin: 5px auto;
    line-height: 22.5px;
    height: 22.5px;
}

.tradeDetailTop .info dt {
    float: left;
    width: 75px;
    margin-right: 15px;
}

.tradeDetailTop .info dl:first-child {
    margin-top: auto;
}

.tradeDetailTop .info span {
    color: #ff9b24;
}

.tradeDetailTop .amountimg {
    float: left;
    width: 45%;
    height: 5px;
    background-color: #d8d8d8;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 2.5px;
    overflow: hidden;
}

.tradeDetailTop .amountimg i {
    display: block;
    height: 100%;
    background-color: #ff9b24;
}

.tradeDetailTop .amounttext {
    float: left;
}

.tradeDetailTop .btn {
    display: block;
    float: right;
    margin-right: 150px;
    margin-top: 25px;
    color: #fff;
    background-color: #ff9b24;
    padding: 7.5px 15px;
    line-height: 1.25;
    border-radius: 3px;
}

.tradeDetailTop .QRcode {
    float: right;
    margin-right: 10px;
    margin-top: -15px;
}

.tradeDetailTop .QRcodeFixed.active .QRcode {
    position: fixed;
    z-index: 918;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.tradeDetailTop .QRcodeFixed.active .QRcode p {
    padding-bottom: 5px;
    color: #000000;
}

.tradeDetailTop .QRcodeFixed.active {
    content: '';
    display: block;
    position: fixed;
    z-index: 917;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.tradeDetailTop .QRcode span {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    width: 125px;
}

.tradeDetailTop .QRcode p {
    color: #8c8c8c;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.tradeDetailTitle {
    color: #ff9b24;
    font-size: 16px;
    padding-bottom: 10px;
}

.tradeDetailText {
    font-size: 15px;
    line-height: 1.75;
    padding: 15px;
    margin-top: -10px;
}

.tradeDetailImgs {

}

.tradeDetailImgs a {
    display: block;
    float: left;
    max-width: 50%;
    padding: 10px;
}

.tradeDetailImgs img {
    display: block;
}

.tradeDetailRelated ul {
    margin: -7.5px -12.5px;
}

.tradeDetailRelated ul li {
    width: 50%;
    float: left;
    padding: 7.5px 12.5px;
}

.tradeDetailRelated li .img {
    float: left;
    width: 52.5px;
    height: 52.5px;
}

.tradeDetailRelated li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.tradeDetailRelated li .info {
    margin-left: 65px;
    margin-right: 85px;
}

.tradeDetailRelated li .name {
    display: block;
    color: #494949;
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradeDetailRelated li .price {
    color: #ff9b24;
}

.tradeDetailRelated li .desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradeDetailRelated li a.btn {
    display: block;
    float: right;
    padding: 2.5px 10px;
    color: #ff9b24;
    border: 1px solid #ff9b24;
    border-radius: 3px;
    margin-top: 17.5px;
    line-height: 1.25;
}