.c-adress strong {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-bottom: 4px;
    position: relative;
    width: 70px;
}
.c-adress strong::before {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -152px 0;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: -4px;
    width: 12px;
}
.c-adress p {
    color: #999;
    font-size: 13px;
    line-height: 18px;
}

.float-panel {
    font-size: 12px;
}

.c-nav-menu li a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 0 35px;
}

.advisory {
    margin-right: 0px;
}

.c-fixed-menu li.fixed-service {
    background-position: -43px -82px;
}

.buyTip {
    line-height: 50px;
}

.buyTip {
    color: #7abd54;
    font-size: 24px;
    padding: 50px 0;
    text-align: center;
}


.buyTipInner {
    margin: 0 auto;
    padding-top: 30px;
}
.buyTip img {
    float: left;
    margin-right: 10px;
}

html body .grayBT {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    padding: 1px 10px;
}

html body .buyTip a {
    font-size: 17px;
    padding: 6px 30px;
}

html body .redBT {
    background: #e03033 none repeat scroll 0 0;
    border: 1px solid #c5272c;
    color: #fff;
    padding: 1px 10px;
}

html body .buyTip a {
    font-size: 17px;
    padding: 6px 30px;
}

