@charset "utf-8";

.us9 {
    background: linear-gradient(#ffffffed, #ffe7f4) !important;
    border-radius: 20px !important;
}

.us9 p {
    margin: 10px 0;
}

.usbg {
    background: url(../images/bg.jpg) fixed no-repeat;
    background-size: cover;
}

.el-header {
    height: 60px;
    box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #ea6af50f;
}

.navbar-brand {
    height: 60px;
}

.navbar-brand .el-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.navbar-brand span.cl-1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 10px 0 5px;
}

.navbar-brand span.cl-2 {
    font-weight: bold;
    font-size: 18px;
}

.nav-link {
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
}

.card {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 15px 0;
    box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #eda9c324;
    border-radius: 20px;
}

.card-header {
    border-bottom: 1px dashed #efefef;
    line-height: 40px;
}

.commodity-icon {
    height: 21px;
    border-radius: 6px;
    margin-right: 5px;
}

.bg1 {
    background-color: rgb(249, 150, 59);
}

.bg2 {
    background-color: #FFF;
}

.bg3 {
    background-color: rgb(70, 172, 200);
}

.bg4 {
    background-color: #000;
}

.zt1 {
    font-size: x-large;
}

.fw {
    font-weight: bold;
}

.el-table__header .el-table_1_column_1 .cell::before {
    content: "\f208";
    margin-right: 5px;
    font-weight: normal;
}

.el-table__header .el-table_1_column_2 .cell::before {
    content: "\f20d";
    margin-right: 5px;
    font-weight: normal;
}

.el-table__header .el-table_1_column_3 .cell::before {
    content: "\f0e7";
    margin-right: 5px;
    font-weight: normal;
}

.el-table .fa {
    display: table-cell
}

.btn {
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 2px 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
    color: grey;
}

.btn .fa {
    display: inline-block;
}

.commodity-form {
    padding: 0 50px 50px 50px;
}

.commodity_name {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ff7c7c3b;
    margin-bottom: 20px;
    color: #7a7878;
}

.share_url {
    color: #8e8eefbd;
    cursor: pointer;
    font-size: 14px;
}

.description {
    font-size: 14px;
    color: grey;
}

.description p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.seckill_end_time {
    color: #4caf50 !important;
}

.seckill_start_time {
    color: orangered !important;
}

.commodity-di .price {
    color: green;
    font-weight: bold;
    font-size: 14px !important;
}

.commodity-di .price_tips {
    color: #6772e5;
}

.delivery_way_hand {
    color: white;
    background: #ff000066;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 12px;
}

.delivery_way_auto {
    color: white;
    background: #00800078;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 12px;
}

.general input {
    display: inline-block !important;
    width: 240px;
    height: 28px;
    background: rgba(255, 255, 255) !important;
    border-radius: 5px !important;
    padding-left: 6px !important;
    border: none;
}

.general textarea {
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.general textarea:focus {
    outline: none;
}

.general input::placeholder {
    color: #6c6a6a !important;
}

.general input:focus {
    outline: none;
}


.purchase_num {
    width: 80px !important;
}

.card_count {
    color: #0fb183;
}

.card_count_general {
    color: #a5620f !important;
}

.card_count_immediately {
    color: #f16868 !important;
}


.card_count_unknown {
    color: #35b98e !important;
}

.card_count_empty {
    color: #d1d2d6 !important;
}

.purchase_count {
    display: none;
    color: #26fbdd;
}

.captcha-input {
    width: 120px !important;
}

.commodity-di .captcha {
    position: relative;
    top: -2px;
    cursor: pointer;
}

.trade_amount {
    font-weight: bold;
    color: #e72451;
}

.qq-service {
    color: #2aa2e3;
    padding: 0 4px 0 0;
    font-size: 12px;
    margin: 0 4px 0 0;
    border-radius: 5px;
}

.web-service {
    color: #ff8484;
    padding: 0 4px 0 4px;
    margin: 0;
    font-size: 12px;
    border-radius: 5px;
}

.pay-content {
    border-top: 1px dashed #ff7c7c3b;
    margin-top: 20px;
    padding-top: 10px;
}

.pay-content label {
    font-size: 16px;
    color: #bba0a3;
}

.pay-button {
    margin: 0 4px 8px 0;
    background-color: rgba(70, 166, 255, 0.42);
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 2px 5px;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
}

.pay-button:hover {
    color: white;
    background-color: rgba(227, 165, 165, 0.53);
}


.pay-button img {
    height: 22px;
    border-radius: 6px;
}

.pay_list {
    padding-top: 10px;
}

.draft_status {
    display: none;
}

.draft_status button[type=button] {
    border-radius: 5px;
    background-color: #f3b0b09e;
    color: white;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    border: none;
}

.draft_status button[type=button]:focus {
    outline: none;
}

.draft_status button[type=button]:disabled {
    background-color: rgba(239, 239, 239, 0.3);
    color: grey;
}

.draft_premium {
    color: red;
}

.draft_status table {
    margin: 10px 0 5px 0;
}

.draft_status .draftCard label {
    font-size: 14px;
    color: grey;
}


.need-login {
    margin-top: 10px;
    font-size: 14px;
    color: #ed8181;
    font-weight: bold;
}

.need-login a {
    color: #526ccb;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(246, 193, 193, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(245, 196, 196, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(236, 186, 186, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.2);
}



.w600 {
    width: 600px;
    margin: 100px auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05) !important;
}

.t1 {
    text-align: center;
}

.t1 a.a1 {
    font-size: 28px;
    color: #70b5ff;
    font-weight: bold;
}

.t1 p {
    font-size: 18px;
    margin: 20px 0;
}

.el-input-group__append .el-button {
    background: #409eff !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover {
    color: #fff;
}

.el-form-item__label {
    color: #409eff;
    font-weight: bold;
}

.fm-btn {
    width: 100px;
    margin: 0 auto;
}

.card-title {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
}

.card-block {
    padding: 10px 15px;
}

.hr-top {
    line-height: 2;
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
}

.icon img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.button-click {
    position: relative;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0 4px;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
    font-weight: bolder;
}

.button-click:hover {
    border: 1px dashed #3effb8;
}
.passId{border: none;
    box-shadow: #f0d1d4 1px 1px 1px;
    height: 18px;
    width: 130px; margin-right: 5px;}