/** Header 首页 --20180201 **/

#header {
    background: #fff;
    position: relative;
    border-top: 0px #2C2C2C solid;
}

#header h2 {
    float: left;
    margin: 20px 45px 30px 0;
}

#header h2 .top-logo{width: 160px;height: 48px;}

#header .search {
    margin: 25px 0 30px;
    overflow: hidden;
    *zoom: 1;
}

 #header .search-fold{
    display: none;
 }

#header .nav-wap{
    display: none;
}

#header .signIn-wap{
    display: none;
}

#header .search-panel {
    position: relative;
    float: left;
    width: 716px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border: 1px #B2B2B2 solid;
    border-radius: 4px 0 0 4px;
    border-right: none;
    background: #fff;
    margin-right: 0;
}

#header .search-panel input {
    float: right;
    margin: 9px 10px;
    width: 80%;
    height: 20px;
    line-height: 20px;
    border: 0;
    font-size: 14px;
    outline: none;
    _overflow: hidden;
}

#header .search-panel .select-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 38px;
    border-left: none;
}
#header .search-panel .select-wrap select,
#header .search-panel .select-wrap .ui-select-trigger {
    visibility: hidden;
    margin: 0;
    height: 100%;
    border: 0;
    border-left: 1px #B2B2B2 solid;
    outline: none;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 14px;
    font-family: Arial;
    background: #fff;
}

#header .search-panel .select-wrap .ui-select-trigger {
    visibility: visible;
    padding: 0 44px 0 10px;
    width: auto !important;
    min-width: 3em;
    white-space: normal;
    line-height: 38px;
    text-indent: 0;
    cursor: default;
    border-left: none;
    position: relative;
}

#header .search-panel .select-wrap .ui-select-trigger::after{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 23px;
    background: #D4D4D4;
}

#header .search-panel .select-wrap .ui-select-trigger i {
    right: 5px;
    width: 29px;
    height: 100%;
    overflow: hidden;
    background: url(../front/img/icon-select-search.png) no-repeat center center;
    cursor: pointer;
}

#header .search-submit {
    float: left;
    padding: 0 15px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font: 16px/40px 'Helvetica Neue', Helvetica, Verdana;
    background-image: linear-gradient(-141deg, #F35F5E 0%, #CC4342 100%);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    outline:none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#header .search-submit:hover{
    opacity: 0.7;
}

#header .search-submit span {
    padding-left: 22px;
    background: url(../front/img/icon-search.png) 0 50% no-repeat;
}

#header .wrapper {
    position: relative;
}

#header .wrapper a.lang {
    position: absolute;
    right: 0;
    top: 0;
    height: 21px;
    font: 12px/21px SimSun, Arial, Serif;
    color: #333;
    text-decoration: none; 
}

#header .wrapper a.lang:hover {
    color: #c91622;
    text-decoration: underline;
}

#header .ph-warp {
    color: #fefefe;
}
#header a{color:#fff;}
#header a.color-orange{color: #F5A623;}
#header a:hover{color:#E82D2C;}
#header a.header-cart{
    padding-left: 23px;
    background: url(../front/img/header-cart.png) 0 50% no-repeat;
}
#header  .ui-beacon-sub a {
    display: block;
    border: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background-color: white;
    min-width: 100px;
    white-space: nowrap !important;
    color: #666 !important;
}
#header  .ui-beacon-sub a:hover{color:#E82D2C !important;} 



/*wap版折叠效果*/
#header .fold-active{
    display: none;
 }

#header .fold-bg{
    display: none;
}

#header .fold-cont{
    display: none;
}