/* 
    头部 header 
    底部 footer 
    公用css
*/
.w {
    width: 1200px;
}

body {
    background: #f5f5f5;
    min-width: 1200px;
}
.img {
    cursor: pointer;
    border: 0;
}

::-webkit-input-placeholder {
    color: #716e6e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #716e6e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #716e6e;
}

:-ms-input-placeholder {
    color: #716e6e;
}

.header {
    border-bottom: 1px solid #ccc;
}

.loginRegistHead {
    height: 36px;
    background: #333333;
}

.loginRegistHead .headList {
    padding: 0 80px;
}



.header_top_wrap_left ul li,
.header_top_wrap_right ul li {
    float: left;
    line-height: 36px;

}

.header_top_wrap_left ul li a.new_a {
    width: 90px;
    display: block;
    text-align: center;
    color: #fff;
    transition: background 0.3s;
}

.header_top_wrap_left ul li a,
.header_top_wrap_right ul li a {
    float: left;
    font-size: 12px;
    color: #fff;
}



.header_top_wrap_right ul div.unlogin {
    float: left;
}





.hidden {
    display: none !important;
}

.header_top_wrap_right ul li.left_margin {
    margin-left: 20px;
}

.my_center {
    position: relative;
}

.headerContent {
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #ddd;
}

.headerContent .w {
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.headerContent .logoBox {
    float: left;
}
.headerContent .navList{
    float: left;
}
.headerContent .queryBox{
    float: right;
}
.headerContent .logoBox img {
    height: 25px;
    width: 140px;
}

.headerContent .logoBox a.logoCon {
    display: block;
}

.queryBox {
    position: relative;
    width: 320px;
    height: 42px;
}

.queryBox .text {

    width: 320px;
    height: 30px;
    padding: 0 10px;
    /*border: 1px solid #b9b9b9;*/
    border-radius: 6px;
    background: #fff;
    vertical-align: 2px;
}



.queryBox .queryBtn {
    position: absolute;
    top: 36%;
    right: 10px;
    transform: translate(0, -20%);
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("/img/productCenter/queryBg1.png") no-repeat;
/*http://localhost:8768/css/portal/productCenter/c_common.css*/
}

.navList {
    display: flex;
    margin-left: 200px;
}

.navList li {
    /* margin-right: 50px; */
    position: relative;
    width: 100px;
    text-align: center;
   
}

.navList li a:hover {
    font-size: 16px;
    color: #000;
}

.navList li a {
    display: inline-block;
    font-size: 14px;
    /*color: #716e6e;*/
    color: #373a36!important;
    font-family: 'Noto Sans S Chinese'!important;
    text-decoration: none;
    font-weight: 900;
}
.tab-item {
    display: none;
position: absolute;
width: 100%;
top: 42px;
font-weight: 400;
text-align: left;
/* padding-top: 1px; */
z-index: 10;
/* background: skyblue; */
background: #fff;
box-shadow: 1px 1px 1px 0px rgb(7 3 3 / 10%);
}

.tab-item ul {
    padding: 0px;!important;
}


footer {
    margin-top: 20px;
    height: 160px;
    background: #333333;
    width: 100%;
}

.footer_logo {
    padding: 28px 0 20px 0;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.footer_content p {
    color: #999;
    font-size: 10px;
    line-height: 20px;
}
