@charset "UTF-8";
.topTabNav{
    width: 1200px;
    margin: 0 auto;
}
.tabNav{
    width: 900px;
    float: left;
}
.tabNav>li{
    float: left;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}
.tabNav>li:hover{
    background-color: red;
    color: #ffffff;
}
.navActive{
    background-color: red;
    color: #ffffff;
}
.navSeach{
    width: 300px;
    float: left;
    position: relative;
    top: 5px;
}
.navSeachInput{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding:0 30px 0 5px;
}
.searchBtn{
    text-align: center;
    width: 55px;
    height: 30px;
    position: absolute;
    background-color: red;
    right: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}
#other{
    display: none;
}
.shopMsgBox{
    box-sizing: border-box;
    /*border: 1px solid #999999;*/
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
}
.shopMsgBox>div{
    float: left;
}
.shopMsgBox>.shopName{
   padding: 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.shopMsgBox>div.shopContact{
    float: right;
    line-height: 48px;
    width: 400px;
    text-align: right;
}
.maginline{
    display: inline-block;
    margin: 0px 2em;
}
.top-btn-style {
     width: 105px;
     height: 33px;
     line-height: 33px;
     margin-left: 21px;
}


