[v-cloak] {
    display: none;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 0.266667vw;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-size: 15px;
    box-sizing: border-box;
}

.blank {
    width: 100%;
    height: 10px;
    background-color: #F4F6FA;
}

body {
    color: #40424D;
}

::selection,
::-moz-selection,
::-webkit-selection {
    color: #ffffff;
    background-color: #0D7AFF;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.both-stretch {
    display: flex;
    align-items: stretch;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.themeColor {
    color: #0D7AFF;
}

.redColor {
    color: #E61C43;
}

input::placeholder {
    color: #B6B6BE;
}

.iosSafeArea {
    margin-top: 15px;
    /*兼容 IOS<11.2*/
    height: constant(safe-area-inset-bottom);
    /*兼容 IOS>11.2*/
    height: env(safe-area-inset-bottom);
}

.empty-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-wrapper.mg {
    margin-top: 40px;
}

.empty-wrapper .img {
    width: 200px;
    height: 134px;
}

.empty-wrapper p {
    font-size: 14px;
    margin-top: 14px;
}

.empty-link {
    color: #0D7AFF;
    margin-top: 20px;
}

.borderPanel {
    position: relative;
}

.borderPanel::after {
    position: absolute;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    content: " ";
    pointer-events: none;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

/*--------------   页眉   --------------*/
.top-nav {
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
}

.top-nav .pull-left,
.top-nav .pull-right {
    width: auto;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-nav .pull-left {
    float: left;
}

.top-nav .pull-right {
    float: right;
}

.top-nav .pull-left img {
    width: 149px;
    height: 32px;
}

.top-nav .pull-right svg {
    color: #333333;
    margin-left: 20px;
}

.top-nav .pull-right svg:first-child {
    width: 24px;
    height: 24px;
}

.top-nav .pull-right svg:last-child {
    width: 28px;
    height: 28px;
}

.head-menu-pop {
    background-color: transparent !important;
}

.head-menu-wrapper {
    width: 100%;
    padding: 0 15px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 85px;
}

.head-menu-wrapper p {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #929393;
}

.head-menu-wrapper p:last-child {
    height: 100px;
    margin-top: 20px;
    border: none;
}

.head-menu-wrapper p a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
}

.head-menu-wrapper p svg {
    width: 18px;
    height: 18px;
}

.head-search-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

.head-search-bar svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.head-search-bar input {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    outline: none;
    background: transparent;
}

.head-search-bar input::placeholder {
    color: #ffffff;
}

.head-menu-wrapper .head-city-list {
    width: 100%;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.head-menu-wrapper .city-row {
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

.head-menu-wrapper .city-row .theme {
    color: #0D7AFF;
}

/*--------------   页脚   --------------*/

.footer {
    width: 100%;
    height: auto;
    min-height: 265.5px;
    padding: 28px 15px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #40424D;
    background-color: #F5F5F5;
}

.footer-logo {
    width: 100%;
    margin-bottom: 22px;
}

.footer-logo img {
    width: 111.73px;
    height: 24px;
}

.footer-links {
    width: 100%;
    height: auto;
}

.footer-links span {
    height: auto;
    float: left;
    display: block;
    margin-bottom: 16px;
    margin-right: 24px;
}

.footer-links a {
    font-size: 12px;
    line-height: 22px;
    color: #40424D;
    cursor: pointer;
}

.footer-links a:hover {
    color: #0D7AFF;
}

.copyright {
    padding-top: 13px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DDDDDD;
}

.copyright p {
    width: 100%;
    word-break: break-all;
    white-space: pre-wrap;
}

.copyright p.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.copyright span {
    font-size: 12px;
    line-height: 24px;
    color: #40424D;
}

.copyright a {
    font-size: 12px;
    line-height: 24px;
    color: #40424D;
    margin-left: 10px;
}

.copyright a:hover {
    color: #0D7AFF;
}

.filings-img {
    width: 14px;
    height: 14px;
    margin-right: -10px;
}

/*--------------   图片   --------------*/

.loading-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    position: relative;
}

.loading-img img {
    width: 100%;
    height: 100%;
}

.loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
}

/*-- 加载图标 --*/

.loading-spinner {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    -webkit-animation: loading-rotate .8s linear infinite;
    animation: loading-rotate .8s linear infinite;
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12)
}

.loading-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loading-dot:before {
    display: block;
    width: 4%;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

.loading-dot:first-of-type {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 1
}

.loading-dot:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    opacity: .9375
}

.loading-dot:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .875
}

.loading-dot:nth-of-type(4) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: .8125
}

.loading-dot:nth-of-type(5) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    opacity: .75
}

.loading-dot:nth-of-type(6) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6875
}

.loading-dot:nth-of-type(7) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    opacity: .625
}

.loading-dot:nth-of-type(8) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    opacity: .5625
}

.loading-dot:nth-of-type(9) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .5
}

.loading-dot:nth-of-type(10) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    opacity: .4375
}

.loading-dot:nth-of-type(11) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    opacity: .375
}

.loading-dot:nth-of-type(12) {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: .3125
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loading-img-null {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
}

.loading-img-null img {
    width: 100%;
    height: 100%;
}

/*--------------   按钮   --------------*/

button {
    border: none;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    cursor: pointer;
}

button.clickable::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    background-color: #000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}

button.clickable:active:before {
    opacity: 0.1;
}

.collect-btn {
    width: 90px;
    height: 32px;
    color: #ffffff;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #0D7AFF;
    border: 1px solid #0D7AFF;
}

.collect-btn.plain {
    color: #0D7AFF;
    background-color: #ffffff;
    border: 1px solid #0D7AFF;
}

.collect-btn svg {
    width: 10px;
    height: 10px;
}

.set-btn {
    width: 90px;
    height: 32px;
    color: #E61C43;
    font-size: 15px;
    line-height: 32px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #E61C43;
}

.theme-btn {
    padding: 5.5px 30px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    border-radius: 4px;
    background-color: #0D7AFF;
    border: 1px solid #0D7AFF;
}

.theme-btn.plain {
    color: #0D7AFF;
    border: 1px solid #0D7AFF;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.3s;
    box-sizing: border-box;
}

.disable-btn {
    padding: 5.5px 30px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    border-radius: 4px;
    background-color: #AAAAAA;
    border: 1px solid #AAAAAA;
}

.getMore-btn {
    padding: 8px 40px 8px 21px;
    font-size: 8px;
    line-height: 13.5px;
    border-radius: 4px;
    background-color: #F4F6FA;
}

.getMore-btn em {
    position: relative;
    height: 100%;
}

.getMore-btn em:before,
.getMore-btn em:after {
    content: '';
    display: block;
    position: absolute;
    top: 55%;
    z-index: 99;
    background: #40424D;
    transition: all .3s ease;
}

.getMore-btn em:before {
    right: -14px;
    width: 8px;
    height: 1.3px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
    transform: scale(0.96, 0.8) rotate(50deg);
}

.getMore-btn em:after {
    right: -19px;
    width: 8px;
    height: 1.3px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
    transform: scale(0.96, 0.8) rotate(-50deg);
}

/*--------------   步进器   --------------*/

.stepper {
    display: flex;
    flex-direction: row;
}

.stepper-minus,
.stepper-plus {
    width: 32px;
    height: 32px;
    background-color: #F4F6FA;
    position: relative;
    cursor: pointer;
}

.stepper-minus::before,
.stepper-plus::before,
.stepper-plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: " ";
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.stepper-minus::before,
.stepper-plus::before {
    width: 50%;
    height: 1px;
}

.stepper-plus::after {
    width: 1px;
    height: 50%;
}

.stepper-minus:active,
.stepper-plus:active {
    opacity: 0.5;
}

.stepper-minus.disabled,
.stepper-plus.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.stepper-input {
    width: 90px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 9px;
    border: 1px solid #DDDDDD;
    outline: none;
    text-align: center;
}

/*--------------   商品   --------------*/

.product-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.product {
    width: calc((100vw - 45px) / 2);
    height: auto;
    float: left;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.product-list .product:nth-child(2n) {
    margin-right: 0;
}

.product-img {
    width: calc((100vw - 45px) / 2);
    height: calc((100vw - 45px) / 2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.product-img img {
    object-fit: cover;
}

.product-info {
    width: 100%;
    height: 98.5px;
    padding: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #F4F6FA;
}

.product-name {
    width: 100%;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    color: #40424D;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-data {
    width: 100%;
    height: 14px;
    font-size: 12px;
    line-height: 16.5px;
    color: #40424D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 8px 0;
}

.product-operate {
    width: 100%;
}

.product-price {
    color: #E61C43;
    font-size: 15px;
    line-height: 21px;
    float: left;
}

.product-collect {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    color: #AAAAAA;
}

.product-collect.active {
    color: #FF9933;
}

.product-collect svg {
    width: 16px;
    height: 16px;
}

/* 商品导航 */
.page-mian {
    width: 100%;
    min-height: calc(100vh - 55px);
}

.goodsAction {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    padding: 6.5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-top: 1px solid #DDDDDD;
    padding-bottom: calc(6.5px + constant(safe-area-inset-bottom));
    padding-bottom: calc(6.5px + env(safe-area-inset-bottom));
}

.action-btn {
    width: 24px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.action-btn img {
    width: 24px;
    height: 24px;
}

.action-btn span {
    white-space: nowrap;
    font-size: 12px;
}

.action-btn-list {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.action-btn-list .theme-btn {
    width: 112.5px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 12px;
}

.action-btn-list .theme-btn:last-child {
    margin: 0;
}

/* 商品 */
.goods-specs {
    padding: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(15px + constant(safe-area-inset-bottom));
    padding-bottom: calc(15px + env(safe-area-inset-bottom));
}

.goods-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goods-column.border {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.goods-img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
}

.goods-img img {
    object-fit: cover;
}

.goods-info {
    width: calc(100% - 110px);
    height: auto;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.goods-tit {
    width: 100%;
    height: 21px;
    color: #35353E;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.goods-data {
    width: 100%;
    height: 16.5px;
    color: #35353E;
    font-size: 12px;
    line-height: 16.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}

.goods-price {
    width: 100%;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.goods-total {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.specs-tit {
    margin: 24px 0;
    color: #35353E;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.specs-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    margin-top: -12px;
    border-bottom: 1px solid #DDDDDD;
}

.specs-img-wrapper {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    margin-right: 12px;
    border-radius: 4px;
    overflow: hidden;
}

.specs-img-wrapper.active {
    transition: all 0.3s;
    border: 1px solid #0D7AFF;
}

.specs-img {
    width: 100%;
    height: 100%;
}

.specs-img img {
    object-fit: cover;
}

.goods-num {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.specs-surplus {
    color: #B6B6BE;
    font-size: 12px;
    line-height: 16.5px;
}

.order-num {
    position: absolute;
    bottom: 27px;
    right: 0;
}

.cell {
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cell::after {
    position: absolute;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    content: " ";
    pointer-events: none;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.cell.noborder::after {
    display: none;
}

.cell .cell-tit,
.cell .cell-val {
    font-size: 15px;
    line-height: 17.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cell .cell-val {
    justify-content: flex-end;
}

.cell .cell-val input {
    width: calc(100% - 15px);
    text-align: right;
}

.cell-icon-left {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.cell .cell-tit.bold,
.cell-val.redColor {
    font-weight: 600;
}

.cell-tit.bold .cell-icon-left {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.cell input {
    width: calc(100% - 90px);
    border: none;
    outline: none;
}

.cell input.text-right {
    text-align: right;
}

.cell-input-i {
    padding-top: 0;
    padding-bottom: 0;
}

.cell-input-i .cell-tit,
.cell-input-i input {
    padding: 20px 0;
}

.cell-input-c .cell-tit,
.cell-input-i .cell-tit {
    width: 80px;
    flex-shrink: 0;
}

.cell-input-c input,
.cell-input-i input {
    width: calc(100% - 200px);
}

.cell-input-c.haveicon input,
.cell-input-i.haveicon input {
    width: calc(100% - 130px);
}

.cell .cell-val.link {
    color: #B6B6BE;
}

.cell .cell-val.link .van-icon {
    font-size: 12px;
    margin-left: 8px;
}

.cell-btn {
    flex-shrink: 0;
    width: 100px;
    height: 17px;
    position: relative;
}

.cell-input-i .cell-btn {
    height: 40px;
}

.cell-btn button {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100px;
    height: 40px;
}

.cell-btn .van-count-down {
    text-align: right;
    color: #B6B6BE !important;
}

.cell-input-c.haveicon .cell-btn {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cell-icon-right {
    width: 20px;
    height: 12.5px;
}

.cell-tip {
    font-size: 12px;
    line-height: 24px;
    color: #B6B6BE;
    padding: 0 15px;
    margin-top: -10px;
}

.bb {
    position: relative;
}

.bb:after {
    position: absolute;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    content: " ";
    pointer-events: none;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

/* tab */
.van-tabs--line .van-tabs__wrap {
    height: 53px !important;
}

.van-tabs__wrap {
    border-bottom: 1px solid #DDDDDD !important;
}

.van-tab {
    color: #B6B6BE !important;
}

.van-tab__text {
    color: #B6B6BE !important;
    font-size: 15px !important;
    line-height: 21px !important;
}

.van-tab--active .van-tab__text {
    color: #40424D !important;
}

.van-tabs__line {
    background-color: #0D7AFF !important;
}

/* 动态 */
.dynamic-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dynamic-row {
    width: 100%;
    height: 91px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    margin-top: 20px;
    cursor: pointer;
}

.dynamic-img {
    width: 121.5px;
    height: 91px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
}

.dynamic-img img {
    object-fit: cover;
}

.dynamic-info {
    width: calc(100% - 121.5px);
    height: 91px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dynamic-tit {
    color: #1D1D20;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
}

.dynamic-content {
    width: 100%;
    height: 33px;
    font-size: 12px;
    line-height: 16.5px;
    margin: 8px 0 11px 0;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamic-date {
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.getMore {
    margin: 0 auto;
    width: 90px;
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border-radius: 4px;
    background-color: #F4F6FA;
}

.van-submit-bar {
    z-index: 98 !important;
}

/*上传*/
.upload-row {
    padding: 20px 15px 12px 15px;
    position: relative;
}

.upload-row.noborder .upload-row::after {
    display: none;
}

.upload-row::after {
    position: absolute;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    content: " ";
    pointer-events: none;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.upload-row .cell-tit {
    margin-bottom: 20px;
}

.upload-tip {
    font-size: 12px;
    line-height: 20px;
    color: #B6B6BE;
}