/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


a {
    text-decoration: none;
    font-size: 16px;
    color: #666
}

input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #999
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff
}

img {
    border: none
}

.lf {
    float: left
}

.rf {
    float: right
}

.clearFloat:after {
    content: "";
    display: block;
    clear: both
}

.contain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px
}

.contain:after {
    content: "";
    display: block;
    clear: both
}

@-webkit-keyframes arrow-move {
    0% {
        background-position: 91% center
    }

    20% {
        background-position: 92% center
    }

    40% {
        background-position: 93% center
    }

    60% {
        background-position: 92% center
    }

    80% {
        background-position: 91% center
    }

    100% {
        background-position: 90% center
    }
}

@keyframes arrow-move {
    0% {
        background-position: 91% center
    }

    20% {
        background-position: 92% center
    }

    40% {
        background-position: 93% center
    }

    60% {
        background-position: 92% center
    }

    80% {
        background-position: 91% center
    }

    100% {
        background-position: 90% center
    }
}

.search-name {
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
    line-height: 18px;
    padding-left: 10px;
    margin-top: 15px;
    border-left: 2px solid #902ce8
}

.l-nav {
    width: 220px;
    margin-top: 16px;
    background-color: #fff
}

.selected {
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden
}

.selected table {
    border-collapse: collapse;
    margin: 17px 0 0 19px
}

.selected table tr {
    height: 24px
}



.service-way:after {
    content: "";
    display: block;
    clear: both
}

.service-way p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 19px 0 0 19px
}

.service-way ul {
    margin: 17px 0 0 21px
}

.service-way ul li a {
    font-size: 14px;
    color: #666
}

.hot>p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 41px 0 0 19px
}

.hot ul:after {
    content: "";
    display: block;
    clear: both
}

.hot ul a {
    font-size: 14px;
    color: #666
}

.hot ul a:hover {
    color: #902ce8
}



.top-navbar {
    width: 960px;
    height: 50px;
    background-color: #fff;
    padding-left: 21px
}

.top-navbar .nav-list li {
    width: 34px;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    cursor: pointer
}

.active-nav-list {
    border-bottom: 2px solid #902ce8
}

.active-nav-list a {
    color: #902ce8
}

.top-navbar .nav-list li:hover {
    border-bottom: 2px solid #902ce8
}

.top-navbar .nav-list li:hover a {
    color: #902ce8
}

.page-num {
    width: 100px;
    height: 50px;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    text-align: center
}

.page-num p {
    font-size: 14px;
    color: #666
}

.page-num span {
    font-size: 14px;
    color: #902ce8
}

.equip {
    position: relative;
    width: 960px;
    height: 180px;
    margin-top: 20px;
    background: #fff;
    overflow: hidden
}

.equip:hover {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(46, 49, 48, .2);
    box-shadow: 1px 2px 5px 0px rgba(46, 49, 48, .2);
    border: solid 2px #902ce8
}

.active-equip {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(46, 49, 48, .2);
    box-shadow: 1px 2px 5px 0px rgba(46, 49, 48, .2);
    border: solid 2px #902ce8
}

.img-contain {
    width: 140px;
    height: 140px;
    margin: 20px 0px 0px 20px;
    border: 1px solid #e8e8e8
}

.active-equip .img-contain {
    margin: 18px 0 0 20px
}

.equip-info {
    max-width: 680px;
    margin: 20px 0px 0px 20px
}

.equip-info ul:after {
    content: "";
    display: block;
    clear: both
}

.equip-info ul li {
    font-size: 14px;
    color: #999
}

.equip-name {
    margin-top: 10px;
    height: 16px;
    line-height: 16px
}

.equip-name a {
    font-size: 16px;
    color: #666
}

.brand-model {
    margin-top: 18px;
    height: 14px
}

.unit-area {
    margin-top: 19px;
    height: 13px
}

.remind {
    margin-top: 20px
}

.remind a {
    display: inline-block;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #902ce8;
    background: #fff;
    border: 1px solid #902ce8;
    padding: 0 6px
}

.order-btn {
    position: absolute;
    right: 21px;
    z-index: 99;
    height: 180px
}

.order-btn p {
    font-size: 14px;
    color: #666;
    margin-top: 56px;
    text-align: center;
    line-height: 24px
}

.order-btn p span {
    font-size: 30px;
    color: #902ce8
}

.order-btn a {
    display: block;
    width: 100px;
    height: 34px;
    background-color: #902ce8;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: right
}

.per p {
    width: 70px;
    height: 48px;
    margin: 0 auto;
    text-align: right;
    margin-top: 53px
}

.per a {
    margin-top: 19px
}

.active-order-btn a {
    background-color: #902ce8 !important
}

.sel-page {
    height: 26px;
    margin: 0 auto
}

.sel-page ul {
    margin: 0 auto;
    margin-top: 20px;
    display: table;
    text-align: center
}

.sel-page ul:after {
    content: "";
    display: block;
    clear: both
}

.sel-page ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-left: 10px
}

.current-page {
    background-color: #902ce8;
    color: #fff !important
}

.spread-commend {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #902ce8;
    margin-top: 20px;
    padding-left: 32px;
    margin-bottom: 20px
}

.spread-commend p {
    font-size: 18px;
    color: #666;
    line-height: 100px
}

.spread-commend a {
    display: inline-block;
    width: 146px;
    height: 50px;
    padding-left: 59px;
    background: url(../images/commend.png) no-repeat 12% center;
    background-color: #902ce8;
    color: #fff;
    line-height: 50px;
    margin: 25px 39px 0 0
}

.spread-commend a:hover {
    color: #fff;
    background-color: rgba(136, 98, 238, 0.8)
}