body{
    font-size: 14px;
}
* {
    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%;
}
.diy-box-list{
    width: 100%;
    height: auto;
    margin: 8px auto;
    border-bottom: 0;
}
.diy-box[data-v-993a9a50] {
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
    transition: box-shadow .45s ease;
    margin-bottom: 20px;
    cursor: pointer;
    float: left;
    position: relative;
    width: 50%;
}
.diy-box img[data-v-993a9a50] {
    width: 100%;
    height: 150px;
}
.diy-box .type-ab[data-v-993a9a50] {
    position: absolute;
    top: 19px;
    right: -27px;
    background-color: #17ace3;
    color: #fff;
    padding: 0 24px;
    height: 25px;
    line-height: 25px;
    transform: rotate(45deg);
}
.diy-box .diy-box-name[data-v-993a9a50] {
    background-color: #3791ed;
    color: #fff;
    width:100%;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    overflow: hidden;
}
.diy-box-list:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.diy-box-list:after, .diy-box-list:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}