/* 整个导航 */
#header {
    width: 100%;
    /*height: 410px;*/
    /*background: url("../images/img_bg_city_sketch@1x.png") center/cover no-repeat;*/
}

.head_container {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 89;
}

/* 导航头-布局 */
.head {
    width: 100%;
    height: 70px;
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.02), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    background: url("../images/newindex_bg.png") no-repeat top center / 100% 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 头部通用样式 */
.head > a {
    color: #ffffff;
    font-size: 16px;
}

/* logo 图片 */
.head > h1 img {
    min-width: 192px;
    height: 40px;
    margin-left: 8px;
}

/* 导航项布局 */
.head > .navigation {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0 8%;
}

.navigation li {
    height: 100%;
    flex: 1;
    position: relative;
}

.navigation li a {
    display: inline-block;
    width: 100%;
    /*min-width: 95px;*/
    height: 70px;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    position: relative;
}

/* 伪元素实现鼠标经过时 & 选中时*/
.navigation a.active,
.navigation li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.navigation a.active:after,
.navigation li a:hover:after {
    width: 100%;
    font-weight: bold;
    border-bottom: 3px solid #FFF700;
    border-radius: 10px;

}

.navigation a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 8px;
    margin-left: 2px;
    background: url(../images/shopindex_icon.png) no-repeat;
    background-size: 100% 100%;
}

/* 登陆注册 */
.head > .login {
    min-width: 136px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    /*overflow: hidden;*/
}

.head > .login a {
    /* 登陆状态文字 */
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.head > .login a.login_warning {
    color: #FFF700;
}

.login a:nth-child(1) {
    display: inline-block;
    max-width: 108px;
}

/* 搜索功能 */

/*.container_search {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

.search_pannel {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*.shopindex_searchs {*/
/*    margin: 0 auto;*/
/*}*/

.shopindex_searchs,
.shopindex_hotsearch {
    width: 944px;
}

.shopindex_searchs .d_searchs_t a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px !important;
    font-size: 16px;
    letter-spacing: normal;
    padding: 0px;
    margin-bottom: 12px;
    position: relative;
    margin-right: 30px;
}

.shopindex_searchs .d_searchs_t a.hover {
    color: #FF383A;
    background: #FFFFFF;
}

.shopindex_searchs .d_searchs_t a.hover:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    left: 26px;
    bottom: -12px;
}

.shopindex_searchs .d_searchs_b {
    border: none;
    border-radius: 4px !important;
    display: flex;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.shopindex_searchs .d_searchs_b input {
    width: 800px;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px 0 98px;
    border: 1px  solid #FF383A;
    border-right: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.shopindex_searchs .d_searchs_b a {
    color: #FFFFFF;
    line-height: 60px;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
}

/* 联系 */
.communication {
    position: relative;
    z-index: 79;
}

.communication > ul {
    display: flex;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    border-radius: 4px !important;
    padding: 2px;
    background: #ffffff;
}

.communication li {
    width: 98px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px !important;
}

.communication li:hover {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
}

.com_img a {
    position: absolute;
    display: block;
    left: 0;
    top: 60px;
}

.com_img a div {
    background: #ffffff;
    display: none;
    border: 1px solid #FF383A;
    border-radius: 4px !important;
    overflow: hidden;
}

.com_img a div p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}


/* 侧边栏样式*/
.d_buy {
    /*height: 100px;*/
    height: 144px;
    padding: 22px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
    /*margin-bottom: 46px;*/
}

.d_trade {
    /*height: 100px;*/
    height: 144px;
    padding: 15px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
    /*margin-bottom: 34px;*/
}

.d_iptop {
    /*height: 132px;*/
    height: 145px;
    padding: 15px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

#iptopOrder {
    margin: 0 auto;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}


@media screen and (max-width: 1800px) {
    /* 回到顶部&底部 */
    .head > .navigation {
        padding: 0 4%;
    }
}

@media screen and (max-width: 1450px) {
    /* 回到顶部&底部 */
    .head > .navigation {
        padding: 0;
    }
}

/* 搜索改为下拉选 */
#selectSel {
    position: absolute;
    border-radius: 4px !important;
}

#content{
    width: 92px;
    height: 60px;
    line-height: 60px;
    padding-left: 18px;
    /*background: rgb(255, 255, 255);*/
    border-radius: 4px !important;
    /*border: 1px solid rgb(221, 221, 221);*/
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(51, 51, 51);
    cursor: default;
}
#selectImg{
    position: absolute;
    top:13px;
    right: 4px;
    font-size: 14px;
    cursor: default;
}
#selectItem{
    display: none;
    position: absolute;
    z-index: 9;
    border: 1px solid #eee;
    width: 120px;
    background: #fff;
    border-radius: 4px  !important;
    overflow: hidden;
    box-shadow: 0 20px 10px 0px rgba(0, 0, 0, .1);
}
#selectItem ul{
    list-style: none;
}
#selectItem ul li{
    height: 40px;
    border-radius: 4px !important;
    line-height: 40px;
    font-size: 16px;
    padding-left: 18px;
    cursor: pointer;
}
#selectItem ul li:hover{
    background-color:#F1F1F1;
}

.top_images {
    display: none;
}

.image_top {
    width: 150px;
    height: 190px;
    margin: 0 auto;
    margin-top: 30px;
}

/*.image_bottom {*/
/*    width: 100%;*/
/*    height: 68px;*/
/*    position: absolute;*/
/*    top: 172px;*/
/*    background: url("../images/img_bg_city_sketch@2x.png") no-repeat top center;*/
/*}*/
/*关注列表*/
.isPatentFollowList .shopindex_searchs .d_searchs_b input {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    width: 762px;
    border: none;
    padding: 0px;
    height: 54px;
    padding-left: 10px;
    background: transparent;
    outline:none !important;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b input::placeholder{ color: #999;}
.isPatentFollowList .shopindex_searchs .d_searchs_b input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b input::-moz-placeholder { /* Mozilla Firefox 19  */
    color: #999;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b input:-ms-input-placeholder { /* Internet Explorer 10  */
    color: #999;
}

.isPatentFollowList .shopindex_searchs .d_searchs_b a{
    border-radius: 30px !important;
    width: 120px;
    line-height: 54px;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b{
    padding: 3px;
    border: 1px solid #DDDDDD;
    border-radius: 30px !important;
    box-sizing: border-box;
    background: #F2F2F2;
    box-shadow: none;
}
.isPatentFollowList .communication > ul {
    border-radius: 30px !important;
}
.isPatentFollowList .communication li{
    border-radius: 30px !important;
    cursor: pointer;
}
.isPatentFollowList .follow_search{
    background: #fff;
    font-size: 14px;
    color: #666666;
    height: 54px;
    border-radius: 30px !important;
    line-height: 54px;
    padding: 0px 10px;
}
.isPatentFollowList .follow_search i{
    background: url(../images/follow_search.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b form{
    display: flex;
    align-items: center;
}
.isPatentFollowList .shopindex_searchs .d_searchs_b form>div,.isPatentFollowList .shopindex_searchs .d_searchs_b form>a{
    flex-shrink: 0;
}
