﻿.trade-box-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.trade-hide {
    display: none !important;
}

/*电脑版样式*/
.trade-pc {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -300px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.trade-pc .trade-column {
    position: relative;
}

.trade-pc .trade-header {
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-bottom: solid 1px #e6e6e6;
}

.trade-pc .trade-title {
    font-size: 18px;
}

.trade-pc .trade-tips {
    color: #999;
}

.trade-pc .trade-close {
    font-size: 18px;
    cursor: pointer;
    float: right;
    color: #999;
}

.trade-pc .trade-close:hover {
    color: #333;
}

.trade-pc .trade-search-box {
    margin: 15px auto;
    display: table;
    border: solid 1px #e6e6e6;
    background: #f0f0f0;
}

.trade-pc .trade-search-input {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
    background-color: #f0f0f0;
    outline: none;
    border: none;
    line-height: 1.428571429;
    font-size: 14px;
}

.trade-pc .trade-search-btn {
    width: auto;
    vertical-align: middle;
    display: table-cell;
}

.trade-pc .trade-search {
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: #f0f0f0;
    line-height: 1.428571429;
    font-size: 14px;
}

.trade-pc .trade-search:hover {
    color: #d9534f;
}

.trade-pc .trade-areas {
    padding: 15px 20px;
    border-top: solid 1px #e6e6e6;
}

.trade-pc .trade-areas .trade-button {
    float: right;
}

.trade-pc .trade-select-area {
    float: left;
    width: 620px;
    min-height: 65px;
    margin-bottom: 0;
}

.trade-pc .trade-select-area dd {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border: solid 1px #e6e6e6;
}

.trade-pc .trade-check-box {
    height: 350px;
    overflow-y: scroll;
    border-top: solid 1px #e6e6e6;
}

.trade-pc .trade-check-box dl {
    margin-bottom: 0;
}

.trade-pc .trade-check-box dt {
    padding: 15px 20px;
}

.trade-pc .trade-check-box dd {
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.trade-pc .trade-check-box dd span {
    color: #999;
}

.trade-pc .trade-check-box dd.on span {
    color: #d9534f;
}

.trade-pc .trade-btn {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-appearance: none;
    outline: none;
    border: solid 1px transparent;
}

.trade-pc .trade-unlimited {
    background: #f0f0f0;
    border-color: #e6e6e6;
}

.trade-pc .trade-unlimited:hover {
    background: #e6e6e6;
}

.trade-pc .trade-confirm {
    color: #fff;
    border-color: #d43f3a;
    background: #d9534f;
}

.trade-pc .trade-confirm:hover {
    background: #d43f3a;
}

/*手机版样式*/
.trade-phone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.trade-phone .trade-column {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.trade-phone .trade-fill {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

.trade-phone .trade-header {
    display: flex;
    background-color: #f0f0f0;
    line-height: 40px;
}

.trade-phone .trade-title {
    font-size: 18px;
    padding-left: 15px;
}

.trade-phone .trade-tips {
    flex: 1 1 auto;
    color: #999;
}

.trade-phone .trade-close {
    padding: 0px 15px;
    color: #e64340;
    cursor: pointer;
}

.trade-phone .trade-search-box {
    margin: 15px auto;
    display: table;
    border: solid 1px #e6e6e6;
    background: #f0f0f0;
}

.trade-phone .trade-search-input {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
    background-color: #f0f0f0;
    outline: none;
    border: none;
    line-height: 1.428571429;
    font-size: 14px;
}

.trade-phone .trade-search-btn {
    width: auto;
    vertical-align: middle;
    display: table-cell;
}

.trade-phone .trade-search {
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: #f0f0f0;
    line-height: 1.428571429;
    font-size: 14px;
}

.trade-phone .trade-search:hover {
    color: #d9534f;
}

.trade-phone .trade-areas {
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.trade-phone .trade-button {
    display: flex;
}

.trade-phone .trade-select-area {
    width: 100%;
    min-height: 90px;
    margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
}

.trade-phone .trade-select-area dd {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 12px;
    border: solid 1px #e6e6e6;
    cursor: pointer;
}

.trade-phone .trade-check-box {
    height: 100%;
    overflow-y: scroll;
    border-top: solid 1px #e6e6e6;
}

.trade-phone .trade-check-box dl {
    margin-bottom: 0;
}

.trade-phone .trade-check-box dt {
    font-size: 18px;
    padding: 15px;
}

.trade-phone .trade-check-box dd {
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.trade-phone .trade-check-box dd span {
    color: #999;
}

.trade-phone .trade-check-box dd.on span {
    color: #d9534f;
}

.trade-phone .trade-btn {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 2.55555556;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-appearance: none;
    outline: none;
    border: solid 1px transparent;
}

.trade-phone .trade-unlimited {
    background: #f0f0f0;
    border-color: #e6e6e6;
}

.trade-phone .trade-unlimited:hover {
    background: #e6e6e6;
}

.trade-phone .trade-confirm {
    color: #fff;
    border-color: #d43f3a;
    background: #d9534f;
}

.trade-phone .trade-confirm:hover {
    background: #d43f3a;
}