html, body {
    height: calc(100% - 2px);
    margin: 1px auto;
    width: 100%;
    min-width: 1250px;
    font-size: 14px !important;
    font-family: "Tahoma", sans-serif;
}

main {
    width: 96%;
    margin: 5px auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

form {
    margin: 0;
    padding: 10px 15px;
}

.fitem {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.fitem-50 {
    float: left;
    margin-bottom: 5px;
    width: 50%;
}

.fitem-25 {
    float: left;
    margin-bottom: 5px;
    width: 25%;
}

a {
    cursor: pointer;
}

.fitem .content {
    display: inline-block;
    width: 210px !important;
    height: 25px !important;
    line-height: 25px;
    text-align: right;
    font-weight: bold;
}

.ftitle {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #444;
    color: #444;
    float: left;
}

.effect {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal normal bold 80px/normal "Creepster", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: 1px 1px 0 #2ecc71, -1px -1px 0 #2ecc71, 1px -1px 0 #2ecc71, -1px 1px 0 #2ecc71;
    -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.item-list {
    height: 190px;
    text-align: center;
}

.item {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    float: left;
    width: calc(16.6666% - 5px);
    height: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.item .f_price {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 10px;
    background-color: #38b8e6;
    color: #ffffff;
}

.item .f_stores {
    float: left;
    width: calc(100% - 6px);
    text-align: center;
    height: 10px;
    line-height: 10px;
    padding: 3px;
    color: #38b8e6;
    font-size: 10px;
}
.item .f_stores div {
    float: none !important;
    display: inline-block !important;
}
.item .f_stores div:first-child:after, .item .f_stores div:nth-child(2):after {
    content: "|";
    margin: 0 5px;
}


.item .f_store_number {
    display: block;
    width: 100%;
    text-align: left;
}

.item .f_store_number:last-child {
    margin-bottom: 0;
}

.item:nth-child(6) {
    margin-right: 0;
}

.item img {
    width: 100%;
    height: 135px;
}

.item .content {
    float: left;
    width: 100%;
    height: calc(100% - 146px);
}

.item .content .f_name {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    font-size: 13px;
}

.item-bill {
    display: inline-block;
    height: 70px;
    width: calc(33.33% - 6px);
    margin-top: 3px;
    border: 1px dotted #00bbee;
}

.btn {
    background-color: #c4c4c4;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 3px;

}

.btn-export {
    background-color: deepskyblue;
}

.btn-order {
    background-color: #ffa8a8;
}

.select-bill-create {
    width: 566px;
    height: 35px;
}

.select-bill-create .select-bill {
    padding: 10px 0;
    float: left;
    width: 110px;
    text-align: center;
    background-color: #2bbbad;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin-right: 4px;
    cursor: pointer;
}

.select-bill-create .select-bill:last-child {
    margin-right: 0;
}

.select-bill-create .active {
    outline: 1px dotted orange;
    background-color: #ffa8a8;
    -webkit-transition: 0.5s all; /* Safari */
    transition: 0.5s all;
}

menu {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #38b8e6;
}

.menu-main {
    height: 40px;
    background-color: #38b8e6;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    width: 95%;
    margin: auto;
}

.menu-main a {
    color: #ffffff;
    display: inline-block;
    height: 100%;
    padding: 0 20px 0 0;
}

.menu-main i {
    padding-left: 5px;
}

.menu-main .menu-left {
    float: left;
}

.menu-main .menu-right {
    float: right;
}

.menu-main .menu-right a {

}

.menu-main .menu-left a {

}

.dropdown {
    text-align: center;
    width: 140px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}

.dropdown .menu-item {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #dddddd;
    padding: 3px 15px 3px 0;
}

.dropdown .menu-item i {
    padding-right: 5px;
}

.dropdown-toggle {
    text-align: left;
    display: none;
    position: absolute;
    width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #38b8e6;
    left: 0;
    z-index: 10;
}

.dropdown:hover .dropdown-toggle {
    display: block;
}

.menu-sell {
    height: 30px;
    background-color: #38b8e6;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
}

.menu-sell a {
    color: #ffffff;
    display: inline-block;
    height: 100%;
    padding: 0 20px;
}

.menu-sell .menu-left {
    float: left;
}

.menu-sell .menu-right {
    float: right;
}

.menu-sell .menu-right a {

}

.menu-sell .menu-left a {

}
