/*
 * The author by hamph
 */
/******************************搜索悬浮start******************************/
.search-fixed{
	position: fixed;
    left: 2px;
    top: 100px;
    z-index: 19990101;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.search-float{
	position: fixed;
	bottom:0;
	overflow:hidden;
    left: 2px;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    cursor:pointer;
}
.search-fixed .search-fixed-block{
	float: left;
	background: #fb7d7d;
/* 	background: #0cb1c4; */
    padding: 10px 8px 8px 8px;
    border-radius: 3px; 
}
.float-close{
	position: absolute;
	top: 0;
	right: 0;
}
.search-float .search-float-block{
	float: left;
	background: #54C6FD;
/* 	background: #0cb1c4; */
    width:68px;
    height:222px;
    border-radius: 5px; 
}
.search-fixed .search-fixed-block img{
	width: 30px;
	display: block;
	margin: 0 auto;
}
.search-fixed .search-fixed-block span{
	display: block;
	font-size: 12px;
	text-align: center;;
	margin-top: 3px;
	cursor: pointer;
	color: #fff;
}

.search-fixed .credit-second-search{
	position: relative;
    width: 0px;
    padding: 0px;
    height: auto;
	background: rgba(0,0,0, .8);
	border-radius: 5px;
	background: url("/static/images/homepage/bg_header.jpg") no-repeat; 
	background-size: cover;
	transition: all 0.6s ease-in-out .9s;
	overflow: hidden;
	cursor: default;
}
.search-fixed .credit-second-search .search-move{
	cursor: move;
	height: 0px;
	transition: all 0.6s ease-in-out .9s;
}
.credit-second-search .search-wrapper {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto;
    transition: all 0.3s ease-in-out 1s;
}
.credit-second-search .search-wrapper .input-holder {
    overflow: hidden;
    height: 50px;
    margin: 6px 0px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: static;
    width: 0px;
    -webkit-transition: all 0.3s ease-in-out .9s;
    -moz-transition: all 0.3s ease-in-out .9s;
    transition: all 0.5s ease-in-out .9s;
}
.credit-second-search  .search-wrapper .input-holder .layui-form{
	opacity: 0;
	margin-top: 60px;
	
    -webkit-transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.credit-second-search .search-wrapper .input-holder .search-input {
    margin-left: 110px;
    width: 370px;
    height: 50px;
    padding:0px 0px 0 10px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    /* background: transparent; */
    box-sizing: border-box;
    border:none;
    outline:none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 60px;
    
    -webkit-transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all 0s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.credit-second-search .search-wrapper .input-holder .search-btn{
	vertical-align: middle;
    width: 116px;
    height: 50px;
    background: #e22323 url(../../images/homepage/icon_search.png) no-repeat 26px;
    background-position: 10px 12px;
    border: 0px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0px;
    border-radius: 0px 20px 20px 0px;
    opacity: 0;
	transition: all 0.3s ease-in-out .8s;
}
.credit-second-search .search-wrapper .input-holder .search-btn span{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    margin-left: 30px;
    cursor: pointer;
}

.credit-second-search .search-wrapper .input-holder .layui-form-select{
	position: absolute;
	z-index: 999;
	width: 110px;
}
.credit-second-search .search-wrapper .input-holder .layui-form-select .layui-input{
	height: 48px;
    margin-top: 1px;
    border-radius: 20px 0 0 20px;
    /* background: transparent; */
    background:#e22323;
    border: none;
    color: #fff;
    padding-left: 12px;
}
.credit-second-search .search-wrapper .input-holder .layui-form-selected dl{
	background: #eee;
	color: #333;
}
.credit-second-search .search-wrapper .input-holder .layui-form-select dl dd{
	text-align: left;
}
.credit-second-search .search-wrapper .input-holder .layui-form-select dl dd:hover{
	background: #f8f8f8;
}
.credit-second-search .search-wrapper .input-holder .layui-form-select dl dd.layui-this{
	background: #175973;
}
.credit-second-search .dynamic-panel{
	height: 0px;
	overflow: hidden;
	transition: all 0.5s ease-in-out .1s;
}
.credit-second-search .dynamic-panel .dynamic-panel-menu{
	border-bottom: 4px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 35px;
}
.credit-second-search .dynamic-panel .dynamic-panel-menu span{
	display: inline-block;
    height: 35px;
    line-height: 28px;
    border-bottom: 4px solid #ea3e3e;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    margin-top: -5px;
}
.credit-second-search .dynamic-panel .dynamic-panel-menu em{
	margin-top: -2px;
	display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../../images/homepage/zx_icon_red.png) 0 5px no-repeat;
}
.credit-second-search .dynamic-panel ul{
	width: 100%;
	height: 150px;
    margin: 10px 0 0 30px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
}
/************************************专栏直通车start**********************************/
.credit-second-search .dynamic-panel .zlztc{
	
}
.credit-second-search .dynamic-panel .zlztc.active{
	
}
.credit-second-search .dynamic-panel .zlztc li{
	width: 130px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    cursor: pointer;
}
.credit-second-search .dynamic-panel .zlztc li.duck_grey{
	background-color: #e8e7e7;
}
.credit-second-search .dynamic-panel .zlztc li.light_grey{
	background-color: #f3f3f3;
}
.credit-second-search .dynamic-panel .zlztc li:hover{
	background: #fff;
}
.credit-second-search .dynamic-panel .zlztc li a{
	color: #676868;
	font-size: 14px;
}
.credit-second-search .dynamic-panel .zlztc li img{
	width: 23px;
}
/************************************专栏直通车end**********************************/

/************************************检索结果start**********************************/
.credit-second-search .dynamic-panel .search-result{
	margin-top: -230px;
	transition: all .5s ease-in-out .2s;
}
.credit-second-search .dynamic-panel .search-result.active{
	margin-top: 0px;
	transition: all .5s ease-in-out .1s;
}
.credit-second-search .dynamic-panel .search-result ul{
	overflow: hidden;
}
.credit-second-search .dynamic-panel .search-result li{
	width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    color: #000;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.credit-second-search .dynamic-panel .search-result li:hover{
	text-decoration: underline;
	color: red;
}
/************************************检索结果end**********************************/
.credit-second-search .search-close{
	display: none;
}

/*******************************动画**********************************/
.credit-second-search.active{
	padding: 0px 20px 40px 20px;
	width: 600px;
	transition: all 0s ease-in-out 0s;
}
.credit-second-search.active .search-move{
	height: 40px;
	margin-left: -20px;
	transition: height 0s ease-in-out 0s;
}
.credit-second-search.active .search-wrapper {
	height: auto;
	transition: height 0s ease-in-out 0s;
}
.credit-second-search.active .search-wrapper .input-holder {
    border-radius: 30px;
    width: 535px;
    margin: 0px;
    background: rgba(226,35,35,1);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    border-radius: 20px 30px 30px 20px;
}
.credit-second-search.active .search-wrapper .input-holder .layui-form{
	opacity: 1;
	margin-top: 0px;
	transition-duration: 0.3s;
    transition-delay: 0.1s;
}
.credit-second-search.active .search-wrapper .input-holder .search-input {
    opacity: 1;
    margin-top: 0px;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}
.credit-second-search.active .search-wrapper .input-holder .search-btn{
	opacity: 1;
	transition: all 0.3s ease-in-out 0.1s;
}
.credit-second-search.active .dynamic-panel{
	height: 230px;
	transition: all 0.7s ease-in-out .6s;
}
.credit-second-search.active .search-close{
	position: absolute;
    right: 5px;
    top: 0px;
    font-size: 35px;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    display: block;
    width: 32px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}