﻿* {
    margin: 0;
    padding: 0
}

/* footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    border-top: 1px solid #d4dee4;
    z-index: 999;
    height: 64px;
    font-family: "Microsoft YaHei", tahoma, Verdana, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: content-box;
}

footer ul {
    display:block;
}

footer li {
    list-style: none;
    margin: 13px auto;
    float: left;
    width: 33.3%;
    /*width: 50%;*/
    text-align: center;
}

footer li img {
    height: 23px;
    width: 23px;
    margin: 0 auto;
}

footer li div {
    color: #848484;
    font-size: 15px;
}

.get_more {
    width: 100%;
    padding: 0 0 10px 0;
    color: #979797;
    text-align: center;
    clear: both;
    overflow: hidden;
}

/*优惠券提示*/
.bt_box1 {
    position: fixed;
    bottom: 76px;
    right: 20px;
    z-index: 888;
}

.bt_box1 p {
    display: block;
    color: #333333;
}

.bt_box1 span {
    font-size: 16px;
    color: #e54847;
}

.bt_box2 {
    float: right;
    position: relative;
    width: 120px;
    height: 42px;
    line-height: 36px;
    border-radius: 6px;
    border: 1px solid #fea7a7;
    background: #faeded;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    padding: 2px 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .0)
}

.bt_box2:before, .bt_box2:after {
    position: absolute;
    content: '';
    border: 8px solid;
}

.bt_box2:before {
    right: 40px;
    bottom: -16px;
    border-color: #fea7a7 transparent transparent transparent;
}

.bt_box2:after {
    right: 40px;
    bottom: -15px;
    border-color: #faeded transparent transparent transparent;
}

.bt_box2 .tpp-btn-primary {
    background-image: -webkit-linear-gradient(45deg, #d35255, #c83c3f);
    background-image: linear-gradient(45deg, #d35255, #c83c3f);
    box-shadow: 0 0 2px #c83c3f;
}

.bt_box2 .tpp-btn {
    float: right;
    border: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 120px;
}