body{
    font-size: 14px;
}
* {
    box-sizing: border-box;
}
.lamtop {
    height: 80px;
    line-height: 80px;
    background-color: #fff;
}
.fanhuibtn {
    width: 15%;
    height: 80px;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fanhuindx {
    width: 85%;
    height: 80px;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart {
    width: 60%;
    height: auto;
}
.server {
    margin: 0px;
}
#header a, .header a {
    position: unset;
    width: 100%;
    height: auto;
}

.baojilam ul li {
    /*height: 90px;*/
    border-bottom: #ececec 1px solid;
}
#sel-goods .goods_num {
    width:18%;
    display: inline-block;
}
#sel-goods .goods_num .add, #sel-goods .goods_num .minus, #sel-goods .goods_num .goods_num_input {
    width: 20px;
    height: 25px;
    /*line-height:25px;*/
    text-align: center;
    display: inline-block;
    border: 1px solid #ececec;
    cursor: pointer;
    float: left;
    color: #9c0303;
}
#sel-goods .goods_num .goods_num_input {
    width: 20px;
    border: none;
    display: flex;
    align-items: flex-start;
    float: left;

}
#sel-goods .goods_num .goods_num_input input {
    width: 20px;
    height:25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ececec;
    display: inline-block;
    margin: 0;
    padding-block: 0;
    padding-inline: 0;
    clear: both;
    color: #9c0303;
}
.similar {
    height: 22px;
    padding: 0;
    margin: 0;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}
.top_button{
    width:25%;
    font-size:14px;
    color:#000000;
    background: #fff;
    display: inline;
    padding: 3px 5px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    /*height: 20px;*/
    margin: 0 10px;
}
#sel-goods .li_div{
    display: flex;
    background: #fff;
    height: 40px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}
#sel-goods .li_div .cat_name{
    width: 20%;
    color: #000;
    /*padding-left: 8px;*/
    overflow: hidden;
}
.clear_btn{
    /*width:8%;*/
    color: #9c0303;
    background: #f5f7fa;
    padding: 3px 10px;
}
.toggle_goods_div{
    width: 5%;
    text-align: center;
    margin-top: 5px;
}
.money_div{
    text-align: right;
    color:#9c0303 ;
    font-size: 20px;
    padding: 20px;
    background: #fff;
}
.green_button{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.bottom_button{
    font-size:14px;
    color:#fff;
    line-height:30px;
    background: #347906;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px;
    width: 33%;
    text-align: center;
}
.collect_set{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 10px;
    margin-bottom: 15px;
}
.collect_set text{
    width: 30%;
}
.collect_title{
    width: 70%;
    height: 22px;
    line-height: 22px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}
.plan_type_info{
    width: 70%;
    font-size: 10px;
    height: 3rem;
    margin-top: 1rem;
}

.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%;
}
.ubb-dddddd {
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.baojiatitle ul li {
    height: 22px;
    padding: 0;
    margin: 0;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}

.li_div i {
    float: left;
    color: #fd6911;
    width: 13px;
    font-style: normal;
}