html, body {
    margin: 0;
    padding: 0;
}

html::-webkit-scrollbar {
    display: none;
}

body{
    margin: 0px auto;
    width: 850px;
}

.itembody {
    margin-bottom: 25px;
    font-size: 18px;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /*margin-bottom�ĸ�ֵ����footer�߶�*/
}

.push,
#footer {
    height: 60px;
    clear: both;
}

#header {
    padding: 10px;
    font-size: 45px;
    text-align: center;
    /*background-image: url("../img/header.jpg");*/
    background-color: aquamarine;
    background-repeat: no-repeat;
    background-size: cover;
}

#left {
    width: 18%;
    float: left;
    margin-right: 2%;
    background: orange;
}


#right {
    width: 18%;
    float: left;
    background: yellow;
}

#footer {
    background: #f6c;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

input {
    outline: none;
    -webkit-box-shadow: none;
    -webkit-text-fill-color: none;
}


/*�����ʽ*/
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(159, 188, 186, 0.5);
    table-layout: fixed;
}

td, th {
    border: 1px solid rgba(165, 165, 165, 1);
    padding: 8px 25px;
    text-align: center;
}

th {
    background-color: rgba(209, 89, 75, 1);
    color: #fff;
    text-shadow: 0px 0px 3px rgba(159, 188, 186, 1);
    letter-spacing: 9px;
}

thead > tr > th:nth-child(2) {
    width: 90px;
}

thead > tr > th:nth-child(3) {
    width: 180px;
}

tr:hover td {
    color: rgba(209, 89, 75, 1);
    background-color: rgba(0, 0, 0, 0.1);
}

.price {
    text-align: center;
}

.autov {
    width: 5px;
}

.itemhide {
    display: none;
}
