body{
	background: #faf8f5;
	width: 100%;
	background-size: 100% 100%;
    margin: 0;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: cover;*/
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/bg.png', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/bg.png', sizingMethod='scale');

}
.drop-down #selectId{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    position: absolute;
    top: 8px;
    left: -19px;
}
.drop-down{
	float: right;
	position: relative;
	margin-top: 25px;
    width: 0px;
    margin-right: 19px;
}
.drop-down a{
	font-size: 15px;
	color: #f2b9ba;
    margin-left: -60px;
	text-decoration: none;
}
.fd-all{
	width: 1191px;
	margin: 0 auto;
}

.fd-allsearch{
    display: inline-block;
    float: right;
    height: 24px;
    z-index: 9;
    position: relative;
    margin-right: 80px;
    margin-top: 22px;
}
.fd-allsearch .inp_search_all{
   background-color: #fff;
    width: 112px;
    height: 24px;
    float: left;
    border: 0.75px solid #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.fd-allsearch div{
	height: 29px;
    width: 56px;
    display: inline-block;
    background: #f8313d;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: end;
}
.fd-allsearch div img{
    margin-top: 8px;
   display: inline-block;
}
.fd-allsearch div span{
    vertical-align: -webkit-baseline-middle;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    margin-right: 8px;
}
.fd-header{
	height: 69px;
	background: url(../img/header-bg.png) no-repeat;
    background-size: 100% 100%;
}
.fd-header-content{
	width: 1191px;
	margin: 0 auto;
	height: 39px;
}
.fd-header-content-left span{
	color: #f2b9ba;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    float: left;
    margin-left: 2px;
    margin-top: 0;
}
.fd-header-content-right span{
	color: #f2b9ba;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    float: right;
    margin-top: 25px;
}
.fd-header-content-right span a{
    font-size: 14px;
}
.header-login{
	margin-right: 3px;
}
.header-login a{
    text-decoration: none;
    color: #f2b9ba;
}
.fd-header-content-center{
	display: inline-block;
	float: left;
}
.fd-header-content-center ul{
	padding: 0;
	margin: 0;
	text-align: center;
	margin-left: 19px;
}
.fd-header-content-center ul li{
	list-style: none;
	display: inline-block;
	height: 66px;
	padding: 0 8.5px;
}
.fd-header-content-center ul li a{
	text-decoration: none;
	color: #fff8ea;
	font-size: 18px;
	margin-top: 25px;
	display: inline-block;
}
.active{
    border-bottom: #fed546 3px solid;
    padding-bottom: 17px;
}
.a_search_btn {
    height: 29px;
    line-height:29px;
    width: 49px;
    display: inline-block;
    background: #f8313d;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    color: #fff;
    border: 1px solid #f8313d;
    padding-left:6px;
    cursor: pointer;
}