.border-t {
    border-top: 1px solid #F0F0F0;
}

.fr {
    float: right;
}

.color-4d {
    color: #4d4d4d;
}

.title-row {
    height: 50px;
    line-height: 50px;
}

.title-row .collect {
    display: flex;
    align-items: center;
}

.title-row .collect:hover {
    cursor: pointer;
    color:#e50614;
}

.title-row .collect:hover .iconfont {
    color: #e50614;
}

.title-row .collect1 {
    display: flex;
    align-items: center;
}

.title-row .collect1:hover {
    cursor: pointer;
    color: #e50614;
}

.title-row .collect1:hover .iconfont {
    color: #e50614;
}

.banner {
    height: 130px;
    padding: 30px 40px;
    background: url(/static/images/img07-f8feaaab72404ea97963eea7afbf9fbf.png) no-repeat;
    background-position: 50% !important;
    margin-bottom: 15px;
    position: relative;
}

.banner .sign {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(315deg, #ff6846 0%, #F5291A 100%);
    border-radius: 2px;
    text-align: center;
    margin-left: 15px;
}

.banner .icon-row {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    line-height: 64px;
    margin-right: 20px;
}

.banner .search {
    position: absolute;
    top: 25px;
    right: 40px;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.banner .search .search-item {
    display: inline-block;
    position: relative;
    width: 330px;
}

.banner .search .search-input {
    width: 250px;
    height: 35px;
    border-radius: 2px 0 0 2px;
    border: solid 1px #fff;
    padding-left: 20px;
}

.banner .search .search-button {
    width: 80px;
    height: 35px;
    position: absolute;
    top: 0px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    border: 0;
    background: #e50614;
    margin-left: -5px;
    cursor: hand;
}

.f-40 {
    font-size: 40px;
}

.white {
    color: #fff;
}

.column1 .head-down {
    margin-bottom: 15px;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.column1 .head-down:hover {
    cursor: pointer;
    color: #e50614;
}

.column1 .head-down:hover .iconfont {
    cursor: pointer;
    color: #e50614;
}

.column1 .column1-table {
    width: 100%;
    border: solid #e5e5e5;
    border-width: 1px 0px 0px 1px;
}

.column1 .column1-table tr td:first-child {
    width: 150px;
    background: #f6f7f9;
}

.column1 .column1-table tr td span {
    color: #4d4d4d;
    margin-right: 30px;
}

.column1 .column1-table tr .more-td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.column1 .column1-table tr .more-td span {
    margin-right: 10px;
}

.column1 .column1-table tr .more-td .more {
    display: flex;
    align-items: center;
    /* margin-right: 60px; */
    position: relative;
    padding: 13px 30px;
}

.column1 .column1-table tr .more-td .more.active .iconfont {
    color: #e50614;
}

.column1 .column1-table tr .more-td .more.active li {
    cursor: pointer;
    color: #333;
}

.column1 .column1-table tr .more-td .more ul li.active {
    color: #e50614;
}

.column1 .column1-table tr .more-td .more .dropdown-menu {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px;
    position: absolute;
    top: 37px;
    z-index: 999;
    min-width: 120px;
}

.column1 .column1-table tr .more-td .more .dropdown-menu li {
    padding: 5px 0;
}

.column1 .column1-table tr .more-td .more .dropdown-menu li:hover {
    cursor: pointer;
    color: #e50614;
}

.column1 .column1-table tr td .input-item {
    width: 100px;
    height: 28px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    text-align: center;
}

.column1 .column1-table tr td .more.active span {
    cursor: pointer;
    color: #e50614;
}

.column1 .column1-table tr td .more.active span {
    cursor: pointer;
    color: #e50614;
}

.column1 .column1-table tr td span:hover {
    cursor: pointer;
}

.column1 .column1-table tr td span.active {
    cursor: pointer;
    color: #e50614;
}

.column1 .column1-table td {
    border: solid #e5e5e5;
    border-width: 0px 1px 1px 0px;
    padding: 13px 30px;
    font-size: 14px;
    color: #333333;
}

.column1 .column1-table tr:last-child td {
    padding: 0;
}

.column2 {
    height: 42px;
    background-color: #f6f7f9;
    margin-top: 15px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.column2 .btn-item {
    /* display: inline-block; */
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    font-size: 14px;
    position: relative;
    display: flex;
    padding-left: 14px;
}

.column2 .btn-item:hover {
    cursor: pointer;
}

.column2 .btn-item.active {
    border: solid 1px #e50614;
    color: #e50614;
    cursor: pointer;
}

.column2 .btn-item.active .iconfont {
    color: #e50614;
}

.column2 .btn-item1 {
    /* display: inline-block; */
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    font-size: 14px;
    position: relative;
    display: flex;
    padding-left: 14px;
}

.column2 .btn-item1:hover {
    cursor: pointer;
}

.hide {
    display: none;
}

.column2 .btn-item1.active {
    border: solid 1px #e50614;
    color: #e50614;
    cursor: pointer;
}

.column2 .btn-item1.active .iconfont {
    color: #e50614;
}

.shop {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}

.shop .shop-item {
    height: 190px;
    padding: 20px 40px;
    margin-bottom: 20px;
    position: relative;
    border: solid 1px #e5e5e5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}

.shop .shop-item .good {
    width: 35%;
    border-right: 1px solid #e6e6e6;
    position: relative;
    display: inline-block;
}

.shop .shop-item .good .auth {
    padding: 4px 8px;
    color: #fff;
    background: #ff4e4e;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 2px;
}

.shop .shop-item .good img {
    width: 140px;
    height: 140px;
    float: left;
}

.ml-135 {
    margin-left: 165px;
}

.shop .shop-item .num {
    padding-left: 30px;
    width: 25%;
    height: 140px;
    /* border-right: 1px solid #e6e6e6; */
}

.shop .shop-item .title {
    display: flex;
    align-items: center;
}

.shop .shop-item .price {
    padding-left: 30px;
    width: 40%;
    height: 140px;
    border-left: 1px solid #e6e6e6;
    position: relative;
}

.shop .shop-item .price .send {
    display: inline-block;
    position: absolute;
    top: 46px;
    right: 20px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #e50614;
    color: #e50614;
    background: #fff;

}
.shop .shop-item .price .send:hover{
    background: #e50614;
    color: #fff;
}
/*弹窗样式*/
.transfer-dom {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

.modal-mask {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1008;
}

.modal-wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1008;
}

.a-modal {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 416px;
}

.modal-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
    padding: 30px;
    font-size: 14px;
}

.modal-confirm {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 6px 16px 8px;
    padding-left: 0;
    padding-right: 0;
}

.modal-confirm-head {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ff9900;
    display: none;
}

.icon-ios-help-circle {
    font-size: 28px;
    color: #ff9900;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: -0.125em;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    color: #17233d;
    font-weight: 500;
    margin-left: 0;
    font-size: 18px;
}

.modal-confirm-body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 15px;
    color: #333;
    position: relative;
    padding: 30px 0;
}

.modal-confirm-footer {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    text-align: center;
}

.btn-text {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #333;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    margin-right: 12px;
}

.btn-primary {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #fff;
    background-color: #e50614;
    border-color: #e50614;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    margin-bottom: 0;
    margin-left: 1px;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
}
.btn-primary:hover{
    border-color: #e50614;
    background: #e50614;
}
a:hover{
    color: #e50614;
    text-decoration:none;
}