body{
    font-size: 12px;
}
* {
    box-sizing: border-box;
}
.lamtop {
    height: 5rem;
    background-color: #fff;
}
.fanhuibtn {
    width: 15%;
    height: 5rem;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fanhuindx {
    width: 85%;
    height: 5rem;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart {
    width: 60%;
    height: auto;
}

#header a, .header a {
    position: unset;
    width: 100%;
    height: auto;
}
.top_button{
    width:33%;
    font-size:0.9rem;
    color:#000000;
    background: #fff;
    display: inline;
    padding: 0.1rem 0.5rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    /*height:1.2rem;*/
    margin: 0 0.5rem;
}

.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #ffffff;
}
.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}
.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
}
.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon-loan {
    background-image: url(../images/index.png);
}
.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #3b4048;
    padding-top: 2px;
}
.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #d0011b;
}
.icon-credit {
    background-image: url(../images/cate.png);
}

.icon-me {
    background-image: url(../images/me.png);
}
.aui-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.tjmainct ul li .contentd {
    width: 95%;
    height: 240px;
    background: #fff;
    margin: 0px auto;
}
.tjmainct {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background: #f5f5f5;
    overflow: hidden;
}
.tjmainct ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}
.tjmainct ul li {
    width: 50%;
    height: 240px;
    float: left;
    margin-bottom: 10px;
}
.tjmainct ul li .contentd {
    width: 95%;
    height: 240px;
    background: #fff;
    margin: 0px auto;
}
.tupick {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    overflow: hidden;
}
.tupick img {
    width: 160px;
    height: 160px;
}
.namewenz {
    width:90%;
    height: 48px;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 12px;
    overflow: hidden;
}
.namewenz {
    height: 40px;
    line-height: 20px;
    font-size: 0.8rem;
    margin: 5px auto;
}
.jiaweis {

    color: #D9271D;

    text-indent: 10px;
}
.min {
    font-size: 0.8rem;
}
.max {
    font-weight: bold;
    margin-left: -3px;
    font-size: 1rem;
}
.goods_recommend {
    color: #fc5f01;
    background: #fff;
    display: inline-block;
    float: right;
    border: 1px solid #fc5f01;
    border-radius: 5px;
    text-indent: 0px;
    padding: 0 2px;
    margin-right: 2px;
}