﻿.btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success[disabled] {
    background: #ddd;
}

#txtname {
    height: 50px;
    font-size: 18px !important;
}

.btn-w-180 {
    width: 180px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.main-container.js-stickybit-parent {
    position: relative;
}

.step-hide {
    display: none;
}

.step-show {
    display: block;
}

.margin-left-20 {
    margin-left: 10px !important;
}

.margin-top-2 {
    position: absolute !important;
    margin-top: 2px !important;
}

.buyfocus {
    border: 2px solid rgb(255, 102, 0) !important;
}

.txt_red {
    color: red;
}

#divtime div {
    float: left;
    margin-left: 10px;
}

a {
    text-decoration: none !important;
}

.ng-invalid {
    border: 2px solid #ff6600;
}

.expire-time-item label {
    font-weight: bold;
}

.ptype-once-container {
    padding: 1em 0;
}

.ptype-once-container .container-title {
    display: inline-block;
    text-align: right;
    width: 3.5rem;
    color: rgb(252, 104, 34);
}

.ptype-once-container .container-title-complement {
    display: inline-block;
}

.ptype-once-container .container-middle {
    padding: 5px 8px;
}

.ptype-once-container .container-middle input {
    vertical-align: middle;
}

.ptype-once-container .container-content {
    padding: 1em;
}

.ptype-once-container .no-once-ptypes-available {
    color: #ccc;
}

.ptype-once {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em;
    margin-right: 2em;
}

.ptype-once .name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0 1rem;
}

.ptype-once .quantity-selector {
    font-size: 0;
    margin-top: 10px;
    text-align: center;
}

.ptype-once .quantity-selector > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
}

.ptype-once .quantity-selector input {
    width: 2rem;
    height: 10px;
    text-align: center;
}

.ptype-once .quantity-selector .selector-control {
    border: 1px solid #ccc;
    background: #f6f6f6;
    height: 14px;
    width: 14px;
    line-height: 14px;
}

.ptype-once .current-quantity {
    text-align: center;
}

.price-line {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 100px;
    background: rgb(244, 248, 251);
    border-top: 1px solid rgb(199, 208, 215);
    width: 100%;
}

.price-line-inner {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
}

.price-line-inner > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.price-block {
}

.price-block > div {
    display: inline-block;
}

.price-block .font-primary {
    font-size: 14px;
}

.price-block .font-price {
    font-size: 24px;
    font-weight: bold;
}

.price-block .font-price-small {
    font-size: 14px;
    font-weight: bold;
}

.price-block .color-primary {
    color: rgb(166, 166, 166);
}

.price-block .color-secondary {
    color: rgb(102, 102, 102);
}

.price-block .color-price {
    color: rgb(250, 103, 33);
}

.gift-time {
    color: rgb(250, 103, 33);
}

.activity-list {
    font-size: 14px;
}

.activity-list ul {
    margin-left: 1rem;
}

.activity-list li {
    list-style-type: circle;
    font-weight: bold;
}

.buyout-agreement .rbox {
    line-height: 2.5rem;
}
.layer-confirm-diy .layui-layer-btn0 {
    border-color: #449d44 !important;
    background-color: #449d44 !important;
    border-radius: 4px;
}

.activity-flag {text-align: center; margin-top: 5px; color: red; margin-left: 55px; max-width: 1000px;}