.tag-c1 {
    background: #02B875;
}

.tag-c2 {
    background: #737f89;
}

.tag-c3 {
    background: #ff5e39;
}

.pull-left {
    float: left;
}

.search-bar {
    height: 70px;
    background-color: #eff3f5;
}

.search-bar .position {
    float: left;
    margin-top: 25px;
}

.search-bar .search-box {
	position: relative;
    float: right;
    width: 573px;
    height: 43px;
    margin-top: 12px;
}

.search-bar .search-box .search-bar-input {
    box-sizing: content-box;
    float: left;
    width: 480px;
    height: 41px;
    border: 1px solid #fff;
    background: #fff;
}

.search-bar .search-box .search-bar-input > input {
    height: 41px;
    width: 480px;
    text-indent: 10px;
    line-height: 41px;
}

.search-bar .search-box .search-bar-input:focus {
    border-color: #1DA1F2;
}

.search-bar .search-box .search-bar-btn {
    float: left;
    width: 91px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: #1DA1F2;
}

.search-bar .search-box .search-bar-btn:hover {
    background-color: #50b3f1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.search-bar-btn:hover {
	cursor: pointer;
}

.search-bar .search-box .search-bar-btn:active {
    background-color: #0a8bdb;
}

.search-bar .search-box .sh_his {
	position: absolute;
    top: 50px;
    width: 480px;
}

.search-main {
    width: 100%;
    overflow: hidden;
}

.search-range {
    height: 45px;
    margin-top: 20px;
    border: 1px solid #F2F2F2;
    overflow: hidden;
}

.search-range-op {
    height: 45px;
    border: 1px solid #F2F2F2;
    border-top: none;
}

.search-range-op.common-area {
    border-bottom: none;
}

.search-range-area {
    display: none;
    height: auto;
    border: 1px solid #F2F2F2;
    border-top: none;
    overflow: hidden;
}

.search-range-area .search-range-t {
    float: left;
    width: 102px;
    height: 100px;
    line-height: 45px;
    text-align: center;
    background: #F7F7F7;
}

.search-range .search-range-t, .search-range-op .search-range-t {
    float: left;
    width: 102px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #F7F7F7;
}

.search-range-area-l {
    width: 91%;
    float: left;
}

.search-range-list {
    overflow: hidden;
    height: 45px;
}

.search-range-list > li {
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 13px 20px 0 20px;
    cursor: pointer;
}

.search-range-list > li:hover .range-t, .search-range-list .li-cur .range-t, .area-common > li:hover, .area-common > .range-cur, .search-area-list .range-t:hover, .search-area-list .range-cur {
    background: #3F88D4;
    color: #fff;
}

.search-range-list > li:hover .range-c, .search-range-list .li-cur .range-c {
    border-color: #3F88D4;
    color: #3F88D4;
}

.search-range-list .range-t, .area-common > li {
    float: left;
    padding: 0 2px;
    border-radius: 2px;
}

.search-range-list .range-area {
    float: left;
}

.search-range-list .area-toggle {
    float: right;
    margin-right: 20px;
}

.search-range-list .area-up {
    display: none
}

.search-range-list .area-toggle img {
    width: 11px;
    height: 7px;
    margin-left: 5px;
    vertical-align: middle;
}

.search-range-list .range-c {
    box-sizing: content-box;
    float: left;
    height: 16px;
    margin-left: 2px;
    padding: 0 2px;
    border: 1px solid #34495E;
    border-radius: 2px;
}

.search-area-list {
    width: 940px;
    margin-left: 96px;
    float: left;
    overflow: hidden;
}

.search-area-list > li {
    float: left;
    width: 85px;
    margin: 6px 0px;
    border-radius: 2px;
}

.search-area-list > li > a {
    color: #34495e;
}

.search-area-list .range-t {
    width: auto;
    padding: 0 2px;
    border-radius: 2px;
    cursor: pointer;
}

.area-common {
    float: left;
}

.area-common > li {
    margin-right: 35px;
}

.search-main-base {
    margin-top: 25px;
}

.search-main-base .search-main-left {
    float: left;
    width: 867px;
}

.search-main-base .search-main-left .l-top {
    width: 100%;
    height: 52px;
    background: #f7f7f7;
    overflow: hidden;
}

.search-main-base .search-main-left .l-top .order-list {
    overflow: hidden;
    float: left;
    margin-top: 10px;
}

.search-main-base .search-main-left .l-top .page-count {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    line-height: 25px;
}

.page-cur {
    float: left;
    margin-right: 12px;
}

.page-prev, .page-next {
    width: 30px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    text-align: center;
    float: left;
    cursor: pointer;
    background: #fff;
    font-family: serif;
    font-size: 18px;
    color: #999;
}

.page-prev {
    border-right: none;
}

.page-prev.page-dis, .page-next.page-dis {
    cursor: not-allowed;
    background: #f7f7f7;
    color: #e5e5e5;
}

.search-main-base .search-main-left .l-top .order-list > li {
    box-sizing: content-box;
    float: left;
    height: 32px;
    margin-left: 23px;
    padding: 0 17px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

.search-main-base .search-main-left .l-top .order-list > li:hover, .search-main-base .search-main-left .l-top .order-list .order-cur {
    color: #3f88d4;
    border-color: #3f88d4;
}

.search-main-base .search-main-left .search-result .search-result-count {
    margin-top: 15px;
}

.search-main-base .search-main-left .search-result .search-result-list {
    overflow: hidden;
}

.search-main-base .search-main-left .search-result .search-result-list > li {
    min-height: 130px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
}

/*无结果*/
.search-no-result {
    height: 600px;
    overflow: hidden;
}

.search-no-result .search-no-result-pic {
    width: 328px;
    height: 145px;
    margin: 150px auto 0 auto;
}

.search-no-result .search-no-result-t {
    margin-top: 25px;
    text-align: center;
}

.search-more {
    position: relative;
    margin-top: 25px;
    margin-bottom: 60px;
}

.search-more .search-more-btn {
    width: 497px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background: #3f88d4;
}

.search-more .search-more-area-cont {
    display: none;
    position: absolute;
    bottom: 55px;
    width: 497px;
    height: 302px;
    border: 1px solid #bfbfbf;
    background: #fff;
    box-shadow: 0 0 4px #bfbfbf;
}

.search-more .search-more-area {

}

.search-more-area .com-area {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    background: #eff3f5;
    color: #3f88d4;
    font-weight: bold;
    overflow: hidden;
}

.search-more-area .all-area {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    color: #3f88d4;
    overflow: hidden;
}

.search-more-area .com-area > li, .search-more-area .all-area > li {
    float: left;
    text-align: center;
    margin: 0 12px;
}

.search-more-area .com-area > li > a {
    font-weight: bold;
}

.search-more-area .com-area > li > a, .search-more-area .all-area > li > a {
    padding: 2px 5px;
    cursor: pointer;
    color: #3f88d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.search-more-area .com-area > li > a:hover, .search-more-area .all-area > li > a:hover, .search-more .search-more-area .area-cur {
    background: #3f88d4;
    color: #fff;
}

.search-more-area .com-area > .area-h, .search-more-area .all-area > .area-h {
    width: 80px;
    margin: 0;
    font-weight: bold;
}

.area-arr {
    height: 10px;
    margin-top: 5px;
    *margin-top: -1px;
    text-align: center;
}

.area-arr > img {
    height: 10px;
    width: 13px;
    vertical-align: top;
}

.comp-img {
    width: 85px;
    height: 85px;
    margin-top: 16px;
    float: left;
}

.comp-img > img {
    width: 85px;
}

.com-content {
    float: left;
    width: 750px;
    margin-top: 16px;
    margin-left: 15px;
}

.com-content .com-name > a > em, .com-content .com-des em {
    color: #e3324a;
    font-style: normal;
}

.com-content .com-name > a:hover > em {
    color: #ff5e39;
}

.com-content .com-name .com-tag {
    margin-left: 13px;
    line-height: 20px;
    padding: 3px 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    vertical-align: text-bottom;
}

.com-content .com-name-old, .com-content .com-ind {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
}

.com-content .com-name-old > span, .com-content .com-ind > span {
    padding: 2px 10px;
    background: #f7f7f7;
    border-radius: 2px;
}

.com-content .com-name-old > span > a {
    color: #e3324a;
}

.com-content .com-des {
    overflow: hidden;
    margin-top: 8px;
    color: #666;
    letter-spacing: 1px;
}

.com-content .com-des > span {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    padding: 0 10px;
    margin-right: 8px;
    background: #f7f7f7;
    border-radius: 2px;
}

.search-main-base .search-main-left .search-result {
    min-height: 600px;
}

.search-main-base .search-main-left .search-result .search-result-page {
    height: 33px;
    margin-top: 42px;
    margin-bottom: 75px;
}

.search-main-base .search-main-left .search-result .search-result-page > a {
    display: inline-block;
    float: left;
}

.search-main-base .search-main-left .search-result .search-result-page > a > span {
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #e5e5e5;
    line-height: 32px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    margin: 0 3px;
    background: #f7f7f7;
}

.search-main-base .search-main-left .search-result .search-result-page .page-p {
    float: left;
    display: block;
    height: 32px;
    width: 90px;
    border: 1px solid #e5e5e5;
    line-height: 32px;
    text-align: center;
    color: #666666;
    margin: 0 3px;
    background: #f7f7f7;
}

.page-dis {
    cursor: not-allowed;
    color: #cccccc !important;
    background: #fff !important;
}

.search-main-base .search-main-left .search-result .search-result-page > a > span:hover, .search-main-base .search-main-left .search-result .search-result-page > a > .page-cur {
    border-color: #3f88d4;
    background: #3f88d4;
    color: #fff;
}

.search-main-base .search-main-right {
    float: left;
    box-sizing: content-box;
    width: 230px;
    margin-left: 30px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
}

.search-main-base .search-main-right .search-his-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.search-main-base .search-main-right .search-his-list {
    margin-top: 12px;
}

.search-main-base .search-main-right .search-his-list > li {
    overflow: hidden;
    margin-bottom: 10px;
}

.search-main-base .search-main-right .search-his-list .his-com-pic {
    float: left;
    height: 53px;
    width: 53px;
}

.search-main-base .search-main-right .search-his-list .his-com-pic > img {
    height: 53px;
    width: 53px;
}

.search-main-base .search-main-right .search-his-list .his-com-content {
    float: left;
    width: 168px;
    margin-left: 8px;
    line-height: 22px;
}

.pop-back {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    background-color: #000000;
}

.pop-no-result {
    display: none;
    z-index: 1001;
    position: fixed;
    width: 434px;
    height: 288px;
    top: 50%;
    margin-top: -144px;
    left: 50%;
    margin-left: -217px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pop-close {
    height: 12px;
    width: 12px;
    margin-top: 12px;
    margin-right: 12px;
    float: right;
    cursor: pointer;
}

.pop-close > img {
    width: 12px;
    height: 12px;
}

.pop-no-result .no-result-pic {
    height: 100px;
    width: 236px;
    margin: 50px auto 0 auto;
}

.pop-no-result .no-result-t {
    margin-top: 30px;
    text-align: center;
}

.pop-no-result .no-result-return {
    margin-top: 25px;
    text-align: center;
}

.pop-no-result .no-result-return span {
    color: #3f88d4;
}

.pop-area {
    display: none;
    z-index: 1001;
    position: fixed;
    width: 497px;
    height: 350px;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -248px;
    background: #fff;
}

.pop-area-top {
    height: 53px;
    background: #3f88d4;
    color: #fff;
    text-indent: 10px;
    line-height: 64px;
}

/*进度条*/
.process-bar {
    width: 543px;
    height: 600px;
    margin: 190px auto 0 auto;
    overflow: hidden;
}

.process-line {

}

.process-line {
    position: relative;
    width: 543px;
    height: 24px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.process-line .item1 {
    position: absolute;
    height: 24px;
    width: 543px;
    background: #f7f7f7;
    color: #666666;
    line-height: 24px;
}

.process-line .item2 {
    position: absolute;
    width: 0px;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.process-line .item2 .act {
    width: 543px;
    height: 24px;
    line-height: 24px;
}

.loading_tips {
    margin-top: 25px;
}
.index-cont {
    width: 1170px;
    margin: 0 auto;
}