@charset "utf-8";
body, input, select, option, textarea, button {
    font-family: "Microsoft Yahei","微软雅黑",Arial,sans-self;
    font-size: 13px;
}
body,html{
	height: 100%;
}
.clearfix:after {
    clear:both;
    content:'';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0;
}
.red{
	color: #c00e0e;
}
.container{
	position: relative;
	height: 100%;
    min-height: 610px;
}

/*header*/
.header {
    line-height: 24px;
    padding: 11px 0;
    height: 24px;
    width: 100%;
    left: 0;
    top: 0;
    min-width: 1000px;
}
.top-nav {
    float: left;
}
.top-nav li {
    float: left;
    margin-left: 20px;
}
.top-nav li a {
    color: rgba(0,0,0,.75);
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
}
.top-nav li.current a,
.top-nav li a:hover {
    color: #00a1e9;
}
.user-home{
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 12px;
}
.users{
	position: absolute;
    right: 5px;
    top: 22px;
    font-size: 12px;
}
.users a.home,
.user-home a.home{
    margin-right: 20px;
    float: left;
    color: #666;
    text-decoration: none;
}
.users a.add,
.user-home a.add{
	color: rgba(0,0,0,.75);
    margin-right: 17px;
    display: inline-block;
    color: #666\9;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
    vertical-align: top;
    text-decoration: none;
}
.users a.add:hover,
.user-home a.add:hover{
    color: #00a1e9;
}
.user-home .user-info-box{
    float: left;
    position: relative;
    margin-top: -10px;
    z-index: 1;
}
.users .user-info-box{
	float: left;
	position: relative;
    margin-top: -16px;
    z-index: 1;
}
.user-info-box .dorpmenu{
    position: absolute;
    top: 47px;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.1);
    display: none;
}
.user-info-box:hover .dorpmenu{
	display: block;
}
.user-info-box .dorpmenu .pop-arr{
    width: 10px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    background: url(../images/pop_arr.png) 0 0 no-repeat;
}
.user-info-box .dorpmenu li{
	height: 30px;
	line-height: 30px;
}
.user-info-box .dorpmenu li a{
	text-decoration: none;
	color: #666;
	padding: 0 20px;
	display: block;
}
.user-info-box .dorpmenu li:hover a{
	color: #fff;
    background-color: #00a1e9;
}
.user-info-box .user-info{
	float: left;
	line-height: 24px;
	color: #666;
	text-decoration: none;
	margin-right: 20px;
	display: block;
	padding: 10px 0;
}
.user-info-box .user-info img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-top: -3px;
	margin-right: 8px;
}
.user-info-box .user-info i{
    font-size: 12px;
}
.user-info .dorpmenu{
	position: absolute;
}
.users .msg-tips,
.user-home .msg-tips{
	color: #666;
	float: left;
	margin-right: 20px;
    position: relative;
    text-decoration: none;
}
.users .msg-tips .red,
.user-home .msg-tips .red{
	width: 16px;
    height: 16px;
    background: url(../images/hint.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    right: -8px;
}
.users .msg-tips .red{
    top: -6px;
}
.user-home .msg-tips .red{
    top: -2px;
}
.users .vip,
.user-home .vip{
	color: #f60;
	text-decoration: none;
	padding-right: 10px;
}
.user-home .vip img{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.users .vip img{
    float: left;
    margin-right: 5px;
}

/*content*/
.content {
    height: 18%;
    min-height: 110px;
    position: relative;
}
.content .logo {
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}
.content .logo img{
    width: 265px;
    height: 62px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -132px;
}
.search-box {
    margin: 0 auto;
    width: 670px;
    position: relative;
}
.search-box form{
	position: relative;
	z-index: 3;
}
.search-box .search-input{
	display: block;
}
.search-box .search-input input{
	padding: 10px 40px 10px 10px;
    width: 519px;
    height: 22px;
    border: 1px solid rgba(0,0,0,.25);
    border: 1px solid #ddd\9;
    font-size: 16px;
    color: #333;
    border-right: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    position: relative;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.search-box .search-input input:hover{
	border-color: rgba(0,0,0,.4);
}
.search-box .search-input input:focus{
	border-color: #00a1e9;
}
.search-box .btn-input{
	position: absolute;
    right: 0;
    top: 0;
}
.search-box .btn-input input{
	width: 100px;
    height: 44px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: #00a1e9;
    vertical-align: top;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}
.search-box .btn-input input:hover{
	background: #2faff0;
}
.history-tips{
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    z-index: 2;
    border: 1px solid #e8e8e8;
    width: 569px;
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    top: 43px;
    left: 0px;
    display: none;
}
.history-list{
    padding: 4px 0;
    font-size: 14px;
    line-height: 28px;
}
.history-list li{
    height: 27px;
    padding: 0 9px;
    cursor: pointer;
    zoom: 1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
    color: #333;
}
.history-list li:nth-of-type(1),
.history-list li:nth-of-type(2),
.history-list li:nth-of-type(3){
    color: #7974D2;
}
.history-list li:hover,
.history-list li.active{
    background: #f3f3f3;
}
.history-list li i{
    float: right;
    font-size: 12px;
    color: #ccc;
    display: none;
}
.history-list li:hover i{
    display: block;
}
.history-list li span{
    display: block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history-delete{
    border-top: 1px solid #eee;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    text-align: right;
    color: #666;
    font-size: 12px;
}


.search-hint{
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    z-index: 2;
    border: 1px solid #e8e8e8;
    width: 569px;
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    top: 43px;
    left: 0px;
    display: none;
}
.search-rhint{
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    z-index: 2;
    border: 1px solid #e8e8e8;
    width: 539px;
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    top: 37px;
    left: 0px;
    display: none;
}
.hint-list{
	padding: 4px 0;
	font-size: 14px;
    line-height: 28px;
}
.hint-list li{
	height: 27px;
	padding: 0 9px;
    cursor: pointer;
    zoom: 1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
    color: #333;
}
.hint-list li:hover,
.hint-list li.active{
	background: #f3f3f3;
}
.footer{
	font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    zoom: 1;
    width: 760px;
    left: 50%;
    margin-left: -380px;
    padding-bottom: 50px;
}
.app-intro{
	width: 250px;
    height: 62px;
    overflow: hidden;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    position: relative;
    vertical-align: top;
    top: 1px;
    float: left;
}
.app-intro img{
	float: left;
    margin-right: 10px;
    width: 62px;
    height: 62px;
}
.app-intro .app-con{
	overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,.7);
    text-align: left;
    padding-top: 10px;
}
.app-intro .app-con .p2{
	color: #999;
}
.about-us{
    width: 450px;
    text-align: left;
    padding-left: 18px;
    position: relative;
    float: left;
}
.about-us p{
	white-space: nowrap;
	color: #999;
}
.about-us p a{
	text-decoration: none;
	color: #999;
}

#header-box{
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100019;
    min-width: 1002px;
}
#header-box.shadow{
	box-shadow: 0 0 5px #888;
    opacity: .95;
}
.r-header{
	padding: 10px;
}
.dt-nav{
	/*overflow: hidden;*/
}
.dt-nav .logo-link{
	float: left;
	font-size: 0;
	margin-right: 10px;
	margin-top: 4px;
	text-align: center;
}
.dt-nav .logo-link img{
    /*width: 125px;
    height: 30px;*/
    width:300px;
}
.head-search{
	float: left;
	font-size: 0;
	position: relative;
}
.head-search form{
    position: relative;
    z-index: 3;
}
.rs-input{
	background: #fff;
    border: 1px solid #bbb;
    border-right: none;
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: top;
    width: 539px;
}
.rs-input .input_key{
	-webkit-appearance: none;
    background: #fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 16px/18px arial;
    height: 18px;
    margin: 10px 0 0 10px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 500px;
    z-index: 1;
    color: #333;
}
.rs-input .input_key:hover{
	border-color: rgba(0,0,0,.4);
}
.rs-input .input_key:focus{
	border-color: #00a1e9;
}
.rs-input .search-del{
	background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    display: none;
}
.head-search .dt_btn{
    -webkit-appearance: none;
    background: #00a1e9;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1px;
    outline: none;
    padding: 0;
    vertical-align: top;
    width: 90px;
}
.head-search .dt_btn:hover{
	background: #2faff0;
}
.head-search .ft_btn{
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1px;
    outline: none;
    padding: 0;
    vertical-align: top;
    width: 100px;
    margin-left: 20px;
    background: #f60;
    background: #fba141;
    background: -moz-linear-gradient(top, #fba141 0%, #fb8733 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fba141), color-stop(100%,#fb8733));
    background: -webkit-linear-gradient(top, #fba141 0%,#fb8733 100%);
    background: -o-linear-gradient(top, #fba141 0%,#fb8733 100%);
    background: -ms-linear-gradient(top, #fba141 0%,#fb8733 100%);
    background: linear-gradient(to bottom, #fba141 0%,#fb8733 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba141', endColorstr='#fb8733',GradientType=0 );
}
.head-search .ft_btn:hover{
    background: #ffa74a;
    background: -moz-linear-gradient(top, #ffa74a 0%, #fd8833 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa74a), color-stop(100%,#fd8833));
    background: -webkit-linear-gradient(top, #ffa74a 0%,#fd8833 100%);
    background: -o-linear-gradient(top, #ffa74a 0%,#fd8833 100%);
    background: -ms-linear-gradient(top, #ffa74a 0%,#fd8833 100%);
    background: linear-gradient(to bottom, #ffa74a 0%,#fd8833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa74a', endColorstr='#fd8833',GradientType=0 );
}

.sresult-box{
	padding-top: 98px;
    min-width: 1260px;
}
.sresult-filter{
	background-color: #F8F8F8;
    height: 40px;
}
.sd-search-nav {
    height: 40px;
    padding-left: 145px;
    float: left;
}
.sd-search-nav li {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 17px;
    font-size: 14px;
}
.sd-search-nav li a {
    display: inline-block;
    height: 38px;
    color: #999;
    line-height: 38px;
    text-decoration: none;
}
.sd-search-nav li a.active {
    color: #333;
    border-bottom: 2px solid #00a0ec;
}
.sd-search-nav li a:hover{
    color: #333;
}

a.sd-filter-more {
    color: #666;
    margin-left: 220px;
    text-decoration: none;
    line-height: 38px;
    display: inline-block;
    width: 68px;
    text-align: right;
}
.sd-filter-more i {
    color: #ccc;
    font-size: 12px;
}
.sd-fpages {
    min-width: 1002px;
    border-radius: 2px;
    padding: 13px 0 0 150px;
    position: relative;
    line-height: 24px;
    height: 25px;
    display: none;
}
.sd-time-filter{
    float: left;
    color: #333;
    margin-right: 23px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.sd-time-filter i{
    font-size: 12px;
    color: #ccc;
    line-height: 1;
}
.sd-time-menu-filter{
    position: absolute;
    left: -16px;
    top: 30px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding: 5px 0;
    font-size: 12px;
    line-height: 20px;
    width: 115px;
    display: none;
}
.sd-time-menu-filter a{
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    padding: 3px 0;
    text-indent: 15px;
    color: #666;
}
.sd-time-menu-filter a:hover{
    background-color: #ebebeb;
}
.sd-time-custom{
    padding: 0 15px 10px;
    position: relative;
    zoom: 1;
}
.sd-time-custom hr{
    border: 0;
    height: 0;
    border-top: 1px solid #ebebeb;
}
.sd-time-custom p{
    color: #b6b6b6;
    height: 25px;
    line-height: 25px;
    margin: 2px 0;
    white-space: nowrap;
}
.sd-time-custom p.sd-time-et{
    margin-bottom: 7px;
}
.sd-time-custom p .sd-time-input{
    display: inline-block;
    font-size: 11px;
    color: #d4d4d4;
    margin-left: 4px;
    padding: 0 2px;
    width: 68px;
    height: 18px;
    border: 1px solid #ebebeb;
    outline: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(0.9);
}
.sd-time-custom p .sd-time-input:focus{
    border: 1px solid #00a1e9;
    color: #333;
}
.sd-time-custom-error{
    margin: -5px -13px 7px 0;
    color: #3385FF;
    display: none;
}
.sd-time-custom .sd-time-submit{
    display: inline;
    padding: 4px 10px;
    margin: 0;
    color: #333;
    border: 1px solid #d8d8d8;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: 0;
    background-color: #f9f9f9;
    outline: 0;
}


.sd-fpages .sd-title {
    float: left;
    margin-right: 5px;
    color: #333;
    text-decoration: none;
    cursor: default;
}
a.sd-filter-page {
    text-decoration: none;
    color: #333;
    float: left;
    margin-right: 23px;
}
a.sd-filter-page:hover, 
a.sd-filter-page.current {
    color: #00a1e9;
}
.sd-textcss {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 38px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
a.sd-pbutton {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #00a1e9;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-left: 30px;
    font-size: 12px;
}

.sresult-container{
	overflow: hidden;
    /*min-width: 1260px;*/
}
.sresult-container .sresult-con{
	width: 540px;
	float: left;
    padding-left: 145px;
}
.sresult-con p{
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}


/*结果展示*/
 .sd-search-list {
    font-size: 14px;
    min-height: 175px;
}
.sd-filter {
    margin: 5px auto 6px;
    padding-bottom: 22px;
    padding-top: 13px;
    border-bottom: 1px dashed #eee;
}
.sd-filter .analog-radio {
    display: inline-block;
    *display: inline;
    margin-left: 5px;
}
.sd-filter .analog-radio b {
    margin-right: 0;
    vertical-align: -3px;
}
.sd-filter-content {
    border: 1px solid #eee;
    margin: 20px 0 15px;
}
.sd-result {
    float: right;
}
.sd-overview {
    background-color: #f8f8f8;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
}
.sd-list-con {
    margin-bottom: 18px;
}
.sd-list-con:hover .sd-like-share {
    display: block;
}
.sd-type-title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 2px;
}
.sd-type-title .type {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
.sd-type-title .sd-title {
    color: #0000cc;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    max-width: 486px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sd-type-title .sd-title:visited{
    color: #741274;
}
.sd-type-title .sd-vip{
    text-decoration: none;
}
.sd-type-title .sd-vip i{
    font-size: 14px;
    color: #f60;
    vertical-align: -1px;
}
.sd-quality-corpus {
    color: #13ae2f;
    float: left;
    margin-right: 4px;
    font-size: 24px;
    margin-top: 2px;
}
.sd-doc-vip {
    color:#F60;
    float: left;
    margin: 1px 4px 0 0;
    font-size: 16px;
}
.sd-type-title .sd-recom {
    float: left;
    color: #ababab;
    cursor: pointer;
    position: relative;
}
.sd-free-app {
    color: #995d33;
    font-size: 12px;
    display: none;
}
.sd-app-tips {
    padding: 15px 12px;
    width: 336px;
    border:1px solid #eee;
    background: #fff;
    position: absolute;
    z-index: 1;
    box-shadow: 3px 3px 5px #eee;
    display: none;
}
.sd-app-tips img {
    width: 100px;
    height: 100px;
    float: left;
}
.sd-app-tips .p-sucess {
    font-size: 18px;
    color: #00a1e9;
    text-align: left;
    margin-top: 25px;
}
.sd-app-tips .p-suc-tips {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 2px;
}
.sd-app-tips em {
    display: block;
    width: 8px;
    height: 15px;
    background: url(../images/sd-arror.png) no-repeat;
    position: absolute;
    top: 14px;
    left: -8px;
}
.sd-type-title .sd-like-share {
    float: right;
    color: #999;
    display: none;
}
.sd-type-title .sd-like-share li {
    float: left;
    margin-left: 16px;
    cursor: pointer;
}
.sd-type-title .sd-like-share li i {
    font-size: 14px;
}
.sd-like-share .like:hover, .sd-like-share .share:hover {
    color: #f90;
}
.sd-list-detail {

}
.sd-list-detail:after {
    clear:both;
    content:'';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0;
}

.sd-list-detail .sd-cover {
    float: left;
    margin-right: 15px;
    display: block;
    width: 120px;
    height: 81px;
    border: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 3px;
}
.sd-cover:hover .original-cover {
    display: block;
}
.sd-list-detail .original-cover {
    position: absolute;
    left: 135px;
    top: 0;
    display: none;
    width: 160px;
    height: 227px;
    border: 1px solid #efefef;
    background: #fff;
    opacity: 0.98;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
}
/*.sd-list-detail .sd-box{
 
}*/
 .sd-list-detail .sd-box .sd-con {
    line-height: 20px;
    max-height: 40px; 
    min-height: 40px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
}
 .sd-list-detail .sd-box .sd-con-cover {
    max-height: 60px; 
    min-height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
}
.sd-list-detail .sd-box .sd-intro {
    height: 17px;
    line-height: 17px;
    margin-top: 8px;
    font-size: 12px;
    color: #4e9c62;
}
.sd-list-detail .sd-box .sd-intro a {
    color: #999;
}
.sd-intro .client-open{
    margin-right: 10px;
    color: #333;
    border: 1px solid #e4e4e4;
    padding: 1px 4px;
    float: left;
    margin-top: -2px;
    cursor: pointer;
}
.sd-intro .client-open:hover{background: #f8f8f8;}
.sd-intro .client-open i{
    font-size: 14px;
    color: #007BFF;
    line-height: 18px;
}
.sd-intro .spacer{
    display: inline-block;
    margin: 0 5px;
    height: 0;
    width: 0;
    background: #4e9c62;
}
.sd-intro .sd-hot i {
    vertical-align: -2px;
    color: #ccc;
    padding: 0;
    margin-left: -2px;
}
.sd-intro .sd-hot i.current {
    color: #f90;
}
.sd-corpus {
    margin-bottom: 16px;
    margin-top: 4px;
}
.sd-corpus li {
    color: #999;
    height: 24px;
    line-height: 24px;
}
.sd-corpus li img{
    width: 14px;
    height: 14px;
    float: left;
    margin: 5px 4px 0 0;
}
.sd-corpus li a {
    color: #0000cc;
    max-width: 450px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    font-size: 12px;
}
.sd-corpus li a.more{
	color: #8d8dd3;
	text-decoration: none;
}
.sd-corpus .sd-else-page, .sd-corpus .sd-else-format {
    font-size: 12px;
    text-align: right;
    display: inline-block;
    width: 60px;
    float: right;
}
.sd-corpus .sd-else-format {
    text-align: left;
    width: 100px;
}
a.sd-task {
    background: #fff;
    border: 1px solid #00a1e9;
    color: #00a1e9;
    float: right;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    padding: 0 17px;
    border-radius: 3px;
    text-decoration: none;
}
a.sd-task:hover {
    background: #00a1e9;
    color: #fff;
}
.no_of_pages {
    position: absolute;
    padding-bottom: 3px;
    line-height: 12px;
    margin: 0px;
    padding-left: 5px;
    bottom: 0px;
    padding-right: 2px;
    display: block;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    right: 0px;
    padding-top: 3px;
}

.related-search{

}
.related-search h3{
	color: #333;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.related-search ul{
	overflow: hidden;
}
.related-search li{
	float: left;
	width: 30%;
	margin-right: 2%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.related-search li a{
	color: #0000cc;
}
#page{
	font: 14px arial;
    white-space: nowrap;
    margin: 30px 0 40px;
}
#page .pa {
	display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #e1e2e3;
    cursor: pointer;
    color: #0000cc;
}
#page .pa.current{
	color: #333;
	cursor: default;
	border: 1px solid #3388FF;
}
#page a{
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    overflow: hidden;
    margin-right: 9px;
    background: #fff;
}
#page a:hover{
	background: #F2F8FF;
}
#page a:hover span{
	border-color: #3388FF;
}
#page .s {
    height: 34px;
    padding: 0 18px;
    border: 1px solid #e1e2e3;
    color: #0000cc;
}
.sresult-side{
    width: 390px;
    border-left: 1px solid #eee;
    float: left;
    padding: 0 0 0 15px;
    position: relative;
    margin-left: 150px;
    z-index: 1;
    margin-top: 58px;
}
.guess-like{
	margin-bottom: 10px;
}
.guess-like h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 13px;
}
.guess-like h3 a{
	float: right;
	color: #999;
	font-size: 14px;
	text-decoration: none;
}
.guess-like .guess-box{
	overflow: hidden;
	margin-left: -18px;
}
.guess-like .guess-box li{
	float: left;
	width: 82px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.guess-like .guess-box li a{
	display: block;
	text-decoration: none;
}
.guess-like .guess-box li a .cover{
	display: block;
	width: 80px;
	height: 113px;
	background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
}
.guess-like .guess-box li a .title{
	display: block;
	color: #0000cc;
	height: 30px;
	line-height: 15px;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.guess-like .guess-box li a .title:hover{
    text-decoration: underline;
}
.recent-viewed{
	margin-bottom: 40px;
}
.recent-viewed h3{
	font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}
.recent-viewed h3 ul{

}
.recent-viewed ul li{
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #eee;
}
.recent-viewed ul li .page{
	float: right;
	color: #999;
}
.recent-viewed ul li img{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 11px;
    margin-right: 8px;
}
.recent-viewed ul li a{
    display: block;
    color: #0000cc;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recent-search{
	overflow: hidden;
}
.recent-search h3{
	font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.recent-search .rc-key{
	float: left;
	color: #0000cc;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.recent-search .rc-key:hover{
	text-decoration: underline;
}
.sr-footer.srf-fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.sr-footer{
	height: 50px;
	line-height: 50px;
	background: #f8f8f8;
	color: #999;
	padding-left: 165px;
}
.sr-footer a{
	color: #999;
	text-decoration: none;
}

.no-result-box{
	padding: 55px 0;
}
.no-result-box img{
	height: 70px;
	float: left;
	margin-right: 30px;
}
.no-result-box p{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.no-result-box p .red{
    max-width: 220px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.no-result-box .p{
	font-size: 13px;
}

input::-ms-clear,
input::-ms-reveal{
    display: none;
}

/*1024分辨率*/
.container-s .rs-input{
    width: 450px;
}
.container-s .rs-input .input_key{
    width: 405px;
}
.container-s a.sd-filter-more{
    margin-left: 156px;
}
.container-s a.sd-filter-page{
    margin-right: 16px;
}
.container-s .sresult-box{
    padding-top: 58px;
    min-width: 1000px;
}
.container-s .sresult-side{
    margin-left: 30px;
}
.container-s .sd-search-nav{
    padding-left: 10px;
}
.container-s .sresult-container .sresult-con{
    padding-left: 10px;
}


.hide{display: none!important;}
.supply{
    width: 670px;
    margin: 30px auto 0;
}
.supply-header{
    border-bottom: 1px solid #ddd;
    font-size: 0;
    height: 28px;
}
.supply-header li{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}
.supply-header li.active{
    color: #00a1e9;
    border-bottom: 1px solid #00a1e9;
}
.supply-header a{
	position: absolute;
	top: -6px;
}
.supply-more{
    float: right;

}
.supply-more a{
    display: block;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
}
.supply-more i{
    font-size: 14px;
}

.supply-con{
    overflow: hidden;
    margin-right: -30px;
}
.supply-con li{
    float: left;
    width: 160px;
    margin: 15px 10px 25px 0;
}
.supply-con li .supply-cover{
    border: 1px solid #ddd;
    height: 108px;
    overflow: hidden;
    border-radius: 4px;
}
/*.supply-con li .supply-cover img{
    width: 100%;
}*/
.supply-con li .supply-title{
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supply-con li .supply-title a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.supply-con li .supply-title img{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.supply-add{
    height: 108px;
    border: 1px dashed #ddd;
    background: #f5f5f5;
    position: relative;
    cursor: pointer;
}
.sup-pre{
    position: absolute;
    width: 24px;
    height: 2px;
    background: #aaa;
    top: 54px;
    left: 68px;
}
.sup-ant{
    position: absolute;
    width: 2px;
    height: 24px;
    background: #aaa;
    top: 43px;
    left: 79px;
}
.icon-suggest{
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 26px;
    margin-right: 10px;
}
.img-suggest{
    width: 16px;
    height: 16px;
    float: left;
    margin: 6px 10px 0 0;
}
.title-suggest{
	max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.head-search {margin-top:25px;}

@media screen and (max-width:480px) {
    #header-box,.sresult-box {min-width:100%;}
    .rs-input {width:60%;}
    .sresult-container .sresult-con {width:96%;padding:2%;}
    .head-search {margin-top:20px!important;}
    .sresult-side {display:none;}
    .sr-footer {width:96%;padding:2%;height:auto;}
    .sd-intro .client-open {display:none;}
    .sd-type-title .sd-title {max-width:100%;}
}
@media screen and (max-width:1300px) {
    #header-box,.sresult-box,.head-search {min-width:100%;}
    .rs-input {width:80%;}
    .sresult-container .sresult-con {width:96%;padding:2%;}
    .head-search {margin-top:20px!important;}
    .sresult-side {display:none;}
    .sr-footer {width:96%;padding:2%;height:auto;}
    .sd-intro .client-open {display:none;}
    .sd-type-title .sd-title {max-width:100%;}
    .sresult-filter {height:60px;display:none;}
    .rs-input .input_key {width:200px;}
    .head-search .dt_btn {width:50px;}
    .sr-footer {line-height:30px;}
}