.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.body-top{
    /*width:1437px;*/
    height:67px;
    background:rgba(47,47,62,1);
    margin-left: 50px;
    margin-top: 20px;
}

.body-left{
    margin-left: 50px;
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,179,0,1);
    line-height:67px;
}

.body-right{
    font-size: 20px;
    line-height: 67px;
    color:rgba(255,179,0,1);
}

.body-bottom{
    margin-left: 50px;
    /*height:565px;*/
    background:rgba(255,255,255,1);
    border:1px solid rgba(45,62,80,1);
}

.body-bottom-message{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    /*height:255px;*/
    border:1px solid rgba(193,193,193,1);
}


.body-bottom-img{
}

.body-bottom-img > img {
    /*width:210px;*/
    /*height:210px;*/
}

.body-bottom-detail{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(45,62,80,1);
    line-height:30px;
}

.search-body {
    background-color: #fff;
}

.search-container {
    padding-right: 10%;
    padding-left: 12%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .search-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .search-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .search-container {
        width: 100%;
    }
}

.head-body {
    padding-top: 87px;
    font-size: 20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 28px;
}

.message {
    /*height: 580px;*/
    border-left: 1px solid rgba(193, 193, 193, 0.47);
    padding-left: 18%;
    padding-top: 15%;
}

.message-title {
    /*font-family: MicrosoftYaHei;*/
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.9px;
    color: #2d3e50;

}

.message-buttom {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
    flex-wrap: wrap;
}

.message-buttom-1 {
    width: 45px;
    height: 26px;
    background-color: #006633;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-buttom-2 {
    width: 96px;
    height: 26px;
    background-color: #d7d7d7;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #2d3e50;
    text-align: center;
}

.message-buttom-3 {
    margin-left: 10px;
    width: 90px;
    height: 26px;
    background-color: #ff6666;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-buttom-4 {
    width: 54px;
    height: 26px;
    background-color: #cccc99;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #2d3e50;
    text-align: center;
}

.message-buttom-5 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #66cc33;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-buttom-6 {
    width: 117px;
    height: 26px;
    background-color: #999999;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #2d3e50;
    text-align: center;
}

@media (max-width: 785px) {
    .message-buttom-1 {
        margin-left: 5%;
        width: 45px;
        height: 26px;
        background-color: #006633;
        /*font-family: MicrosoftYaHei;*/
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #ffffff;
        text-align: center;
    }

    .message-buttom-2 {

        width: 96px;
        height: 26px;
        background-color: #d7d7d7;
        /*font-family: MicrosoftYaHei;*/
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #2d3e50;
        text-align: center;
    }

    .message-buttom-3 {
        width: 90px;
        height: 26px;
        background-color: #ff6666;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #ffffff;
        text-align: center;
    }

    .message-buttom-4 {
        margin-right: 5%;
        width: 54px;
        height: 26px;
        background-color: #cccc99;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #2d3e50;
        text-align: center;
    }

    .message-buttom-5 {
        width: 45px;
        height: 26px;
        background-color: #66cc33;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #ffffff;
        text-align: center;
    }

    .message-buttom-6 {
        width: 117px;
        height: 26px;
        background-color: #999999;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #2d3e50;
        text-align: center;
    }
}

.message-detail {
    /*font-family: MicrosoftYaHei;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0.1px;
    color: #555555;
    margin-top: 38px;
}

.message-detail-1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1px;
    color: #999999;
}

.message-detail-2 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #0078ff;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-detail-3 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #fcbd00;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-detail-4 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #41fe02;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-detail-5 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #ff3300;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-detail-6 {
    margin-left: 10px;
    width: 45px;
    height: 26px;
    background-color: #ff007a;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
}

.message-detail-1-1 {
    margin-left: 10px;
    width: 97px;
    height: 26px;
    border: solid 1px #ffb300;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0;
    color: #ffb300;
    text-align: center;
}

.message-detail-1-2 {
    text-decoration: underline;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0.1px;
    color: #ffb300;
}

.room-number {
    display: flex;
    flex-direction: row;

}

.number-box {
    width: 79px;
    height: 31px;
    border-radius: 6px;
    border: solid 1px #999999;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
    margin-left: 5px;
}

.subtraction {
    width: 30px;
    height: 31px;
    border-radius: 6px;
    border: solid 1px #999999;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
    cursor: pointer
}

.addition {
    width: 30px;
    height: 31px;
    border-radius: 6px;
    border: solid 1px #999999;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
    margin-left: 5px;
    cursor: pointer
}

.message-detail-1-3 {
    width: 94px;
    height: 41px;
    background-color: #ffb300;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #fefefe;
}

.message-detail-1-4 {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #2d3e50;
    text-align: center;
}

.search-body-border {
    margin-top: 50px;
    border-top: 1px solid rgba(193, 193, 193, .2);
    height: 150px;
}



.product-search-container {
    padding-right: 10%;
    padding-left: 12%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(225, 225, 225, .2);

}

@media (min-width: 768px) {
    .product-search-container {
        width: 750px;
        background: rgba(225, 225, 225, .2);
    }
}

@media (min-width: 992px) {
    .product-search-container {
        width: 970px;
        background: rgba(225, 225, 225, .2);

    }
}

@media (min-width: 1200px) {
    .product-search-container {
        width: 100%;
        background: rgba(225, 225, 225, .2);
    }
}

.head-body-detail {
    display: flex;
    flex-direction: row;
    border-bottom: 4px solid rgba(255, 179, 0, 1);
    /*background-color: #fff;*/

}

.head-body-bottom-1 {
    width: 100%;
    background: rgba(255, 179, 0, 1);
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.head-body-bottom-2 {
    width: 100%;
    background: rgba(225, 225, 225,);
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.head-body-bottom-1 > span {
    font-size: 25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(254, 254, 255, 1);
    line-height: 64px;
}

.head-body-bottom-2 > span {
    font-size: 25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(45, 62, 80, 1);
    line-height: 64px;
}

.head-body-bottom-2 > a {
    font-size: 25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(45, 62, 80, 1);
    line-height: 64px;
}

.animal-search-active {
    background-color: #FFB300;
}

.num {
    width: 24px;
    height: 17px;
    background: rgba(255, 102, 102, 1);
    border-radius: 4px;
    font-size: 12px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
    text-align: center;
}


.product-num {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 785px) {
    .product-num {

        display: flex;
        flex-direction: column;
        align-items: center;
    }
}