@charset "UTF-8";

/* 顶部导航条 */
.site-topbar{background:#333; color:#b0b0b0; font-size:12px; height:40px;}
.site-topbar a{color:#b0b0b0;}
.site-topbar a:hover{color:#FFFFFF;}
.site-topbar .split{color:#424242; margin:0 0.5em;}

.site-topbar .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    left: 147px;
}


.site-topbar .topbar-cart, .site-topbar .topbar-info{float:right; height:40px; position:relative; line-height:40px;right:100px}
.site-topbar .topbar-cart{width:120px; margin-left:15px;right:100px}
.site-topbar .cart-mini{display:block; height:40px; line-height:40px; text-align:center; color:#b0b0b0; background:#424242;}
.site-topbar .cart-menu{position:absolute; top:40px; right:0; width:316px; padding:15px 0 0; color:#424242; background:#FFFFFF; -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15); box-shadow:0 2px 10px rgba(0,0,0,0.15); display:none;}
.site-topbar .cart-menu .loading{margin:5px 20px 20px; text-align:center; padding: 20px 0;}

/* 站点头部 */
.site-header{height:100px;}
.site-header .header-logo{float:left; width:62px; margin-top:22px;}
.site-header .logo{position:relative; display:block; width:175px; height:55px; overflow:hidden; }
.site-header .logo:before{background:url("../img/logo.png") no-repeat 50% 50%; position:absolute; top:0; left:0; width:175px; height:55px; content:"";}

.site-header .header-nav{float:left; width:850px;}
.site-header .nav-list{float:left; width:820px; height:88px; margin:12px 0 0 30px; font-size:16px;}
.site-header .nav-category{float:left; width:127px; margin-right:15px;}
.site-header .nav-category .link-category{visibility:hidden; display:block; padding:26px 0 38px; color:#333;}
.site-header .nav-item{float:left;}
.site-header .nav-item .link{display:block; padding:26px 10px 38px; color:#333;}
.site-header .nav-item .link:hover{color:#f10215;}

.site-header .header-search{float:right; width:296px; margin-top:25px;}
.site-header .search-form{position:relative; width: 296px;height: 50px;}
.site-header .search-text{position:absolute; top:0; right:51px; width:223px; padding:0 10px; border:1px solid #e0e0e0; font-size:14px; line-height:48px;outline: 0;}
.site-header .search-btn{position:absolute; top:0; right:0; width:52px; height:50px; border:1px solid #e0e0e0; font-size:24px; line-height:24px; background:#fff; color:#616161; outline:0; cursor:pointer; transition:all 0.3s;}
.site-header .search-btn:hover{background:#f10215; color:#FFF;}
.site-header .search-hot-words{position:absolute; top:14px; right:62px; text-align:right;}
.site-header .search-hot-words a{display:inline-block; margin-left:5px; padding:0 5px; background:#EEEEEE; color:#757575; transition:all 0.3s;}
.site-header .search-hot-words a:hover{background:#f10215; color:#FFF;}
.searchbox{
    position: relative;
    z-index: 1;
    clear: both;
    width: 450px;
    height: 30px;
    margin: 20px auto 40px;
    border: 2px solid #1890ff;
    border-radius: 30px;
    margin-left: 330px;
};
.mod_select {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
};
.select_box {
    position: relative;
    width: 98px;
    height: 36px;
};
.select_txt {
    display: inline-block;
    width: 98px;
    height: 36px;
    padding-left: 28px;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
};
.select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
};
.option {
    display: none;
    position: absolute;
    top: 40px;
    left: -2px;
    width: 100px;
    background-color: #fff;
    border: 2px solid #1890ff;
    border-top: 0;
};
.option li {
    padding-left: 28px;
    font-size: 16px;
    line-height: 2;
    cursor: pointer;
};
.import {
    width: 60px;
    height: 30px;
    margin-left: 120px;
    padding-left: 20px;
    border: none;
    outline: none;

};
.btn-search {
    position: absolute;
    right: 0;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #1890ff;
    border: 0;
}
.city-picker-span{
    border:none !important;
    background-color: #fff0 !important;
}
.city-picker-span > .arrow {
    background:none !important;
}
.city-picker-dropdown{
    top: 6% !important;
    left: 150px;

}
.city-picker-span > .title > span {
    color: #b0b0b0 !important;
    font-size: 12px !important;
}
};
.title-a{
    padding-left: 15px;
    color: #757575;
    line-height: 40px;
};
.city-picker-span > .title > span {
    color: #b0b0b0 !important;
    font-size: 12px !important;
}
.search-button {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 30px;
    color: #fff;
    background-color: #1890ff;
    border: 0;
    border-radius: 0px 10px 10px 0px;

}
.search-input {
    width: 300px;
    margin-left: 60px;
    padding-left: 10px;
    border: none;
    outline: none;
    height: 30px;


}