﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
body {
    min-width: 320px;
    font-size: 0.3rem;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
body a,
body a:link,
body a:visited,
body a:hover,
body a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}
body input,
body select,
body option {
    outline: none;
}
body input[type="tel"],
body input[type="number"],
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body input[type="text"],
body input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}
body textarea {
    -webkit-appearance: none;
}
body ul {
    list-style: none;
}
/*去掉input=number右边箭头符号*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
* 移除原生默认样式，统一search的输入框样式*
* 删除 Safari 5 和 OS X 上的 Chrome 中的输入框上的内边距和搜索取消按钮。
*/
input{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input:focus, textarea:focus {
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
button{
    outline: none;
}
/*清除select默认样式*/
select{    
    border: 1px solid rgba(226,226,226,1);    
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: transparent;   
    padding-right: 14px;
}

#header,
#header_search,
#body,
#footer,
#footer_menu,
#header_cont,
#bottom_fixed {
    min-width: 320px;
    /*max-width: 414px;*/
}
#body {
    min-height: 6.5rem;
}
#login_img,
#cat_img {
    width: 17px;
    height: 17px;
    vertical-align: bottom;
}
#login_img {
    margin-right: 16px;
}
#cat_img {
    width: 20px;
    margin-left: 16px;
}
#footer {
    background: white;
    margin: 0px auto;
    padding: 30px 0 40px 0;
    text-align: center;
    color: #C9C9C9;
}
#footer img {
    width: 2rem;
}
#footer>p{
    font-size: 0.24rem;
}
.clear {
    clear: both;
}
.content {
    width: 95%;
    margin: 0 auto;
    max-width: 414px;
}
/*公共盒子模型*/
.borderBox{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*修改默认滚动条样式*/
::-webkit-scrollbar {
    width: 0 !important;  
    display: none !important;
}
::-webkit-scrollbar-track {
    background-color:transparent;
}

::-webkit-scrollbar-thumb {
    background-color:transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color:transparent;
}

::-webkit-scrollbar-thumb:activei {
    background-color:transparent;
}


/*清除浮动带来的影响*/
.clearboth:after{
    content: ".";
    font-size: 0; 
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.class_hide {
    display: none;
}
/* 商标查询右侧搜索条件S*/
#hide_top_search_categorys {
    width: 100%;
    height: 382px;
    overflow-y: scroll;
    margin-top: 11px;
    /*border-bottom: 1px solid #f7f7f7;*/
}
#hide_top_search_categorys .hide_categorys {
    list-style: none;
    padding: 0 20px;
}
#hide_top_search_categorys .hide_categorys li {
    text-align: left;
}
#hide_top_search_categorys .hide_categorys li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #393939;
    font-size: 14px;
    white-space: nowrap;
}
#hide_top_search_categorys .hide_categorys li label .iconfont {
    float: right;
}
#hide_top_search_categorys .hide_categorys li label .iconfont.icon-radio4 {
    color: #ff1b32;
}
#hide_top_search_categorys .hide_categorys li.divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/* 商标查询右侧搜索条件E*/
/* 专利 商标 检索和交易页面 头部搜索框S*/
#header_cont #header_search {
    height: 1.38rem;
    width: 100%;
    background-color: #f1f1f1;
    display: inline-block;
}
#header_cont #header_search .search_cont {
    height: 0.8rem;
    margin: 5% 5% 0 5%;
    background-color: #fff;    
    border-radius: 0.4rem;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
}
#header_cont #header_search .search_cont input {
    background-color: #fff;
    height: 100%;
    width: 90%;
    padding: 0 0.35rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    border: none;
    border-radius: 0.4rem;
    background-clip: padding-box;   
    outline: 0px;
    box-sizing: border-box;
}
#header_cont #header_search .deal_buy_btn{
	background: #DC0000;
    padding: 0 0.28rem;
    color: white;
    margin: 5% 0 0 0;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 20px;
    border: none;
    float: left;
}
#header_cont #header_search .search_cont input::-webkit-input-placeholder {
    color: #999;
}
#header_cont #header_search .search_cont input:-moz-placeholder {
    color: #999;
}
#header_cont #header_search .search_cont input::-moz-placeholder {
    color: #999;
}
#header_cont #header_search .search_cont input:-ms-input-placeholder {
    color: #999;
}
#header_cont #header_search .search_cont input:focus,
#header_cont #header_search .search_cont input:hover {
    border: none;
}
#header_cont #header_search .search_cont .search_top_line {
    position: absolute;
    height: 0.3rem;
    right: 1rem;
    width: 0.02rem;
    background-color: #999;
    top: 0.26rem;
}
#header_cont #header_search .search_cont .custom-select {
    position: absolute;
    right: 1.22rem;
    width:1.6rem;
    height: 100%;
    top: 0;
}
#header_cont #header_search .search_cont .custom-select #top_search_category {
    float: left;
    background-color: #eaebed;
    color: #333;
    width: 60px;
    height: 100%;
    font-size: 14px;
    border: none;
    border-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header_cont #header_search .search_cont .custom-select span {
    height: 100%;
    width: 0.18rem;
    display: inline-block;
}
#header_cont #header_search .search_cont .custom-select span.iconfont {
    color: #DA0000;
    font-size: 0.18rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
#header_cont #header_search .search_cont .custom-select span#top_search_select {
    width: 1.3rem;
    color: #DA0000;
    background-color: #fff;
    height: 0.8rem;
    font-size: 0.31rem;
    line-height: 0.8rem;
}
#header_cont #header_search .search_cont .search_icon {
    position: absolute;
    right: 0.4rem;    
    top: 0.2rem;
    width: 0.39rem;
    height: 0.39rem;


}
#header_cont #header_search .search_cont .search_icon img {
    height: 65%;
    margin-top: 13.5%;
}
#header_cont #header_about {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eaebed;
    height: 44px;
    position: relative;
}
.bg_line {
    height: 11px;
    width: 100%;
    background-color: #f4f4f4;
}
.no_more_face,
.data_loading {
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    color: #bfbfbf;
    font-size: 16px;
    margin-bottom: .2rem;
    margin-top: 0.15rem;
    background-color: #fff;
}
.no_more_face.red_underline a,
.data_loading.red_underline a {
    color: red;
    text-decoration: underline;
    font-size: 14px;
}
.search_container_wrap1{
    padding-bottom: 1.17rem;
    background-color: #fff;
}
.search_container_wrap1.search_page_style{
    padding-bottom: 0;
    background-color: #F4F4F4;
}
#search_container {
    width: 100%;
    background-color: #F4F4F4;
}
.search_container_wrap1.search_page_style.bestPage{
    background-color: #FFFFFF;   
}
.bestPage #search_container{   
    width: 90%;     
    background-color: transparent;
}
/*交易、检索列表页面*/
.goods_list_item {
    padding: 0.25rem 0.16rem 0.25rem 0.16rem;
    display: flex;
    display: block;
    display: -webkit-box;
    position: relative;
    background-color: #fff;
    overflow: hidden;   
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0.15rem;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods_list_item.top_border {
    border-top: 1px solid #eaebed;
}
.goods_list_item .li_img_wap {
    position: relative;
    width: 2.15rem;
    height:2.15rem;
    /*border:1px solid red;*/
}
.goods_list_item .li_img_wap .li_special_icons {
    position: absolute;
    left: 0.09rem;
    z-index: 1;
}
.goods_list_item .li_img_wap .li_special_icons span {
    font-size: 0.23rem;
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;   
    display: inline-block;
}
.goods_list_item .li_img_wap .li_img {
    max-width: 2.15rem;
    max-height: 2.2rem;
    position: absolute;
    background-color: #f7f7f7;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.goods_list_item .li_info {
    margin-top: 0.15rem;
    margin-left: 0.26rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0;
}
.goods_list_item .li_info .lii_name {
    font-size: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    color: #242424;
    word-break: break-all;
    word-wrap: break-word;
}
.goods_list_item .li_info .lii_cate {
    margin-top: 1px;
    white-space: nowrap;
}
.goods_list_item .li_info .lii_similars {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:0.6rem;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 0.3rem !important;
}
.goods_list_item .li_info .lii_cate,
.goods_list_item .li_info .lii_similars {
    font-size: 0.22rem;   
    line-height: 0.24rem;
    margin-top: 0.2rem;   
    color: #666;
    white-space: normal;;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.17rem;
}
.goods_list_item .li_info .lii_contact_seller {
    float: right;
    width: 1.33rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #FF0000;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.24rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}
.goods_list_item .li_info .icon-aixin2,
.goods_list_item .li_info .icon-aixin1 {
    z-index: 10;
    position: absolute;
    top: 6px;
    right: 0px;
    padding: 8px 0 8px 8px;
    font-size: 22px;
    width: 30px;
}
.goods_list_item .li_info .icon-aixin1 {
    color: #b5b5b5;
}
.goods_list_item .li_info .icon-aixin2 {
    color: #DA0000;
}
.ipt-wrap{
    position: relative;
}
.clearIpt-ico{
    position: absolute;
    right: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/index/clearIpt-ico.png) no-repeat right center;
    background-size: 1rem 1rem;
}
/*留言S*/
.msg_div {
    padding: 0.28rem 0;
    background: #EEEEEE;
    text-align: center;
    margin: 0 auto;
}
.msg_div .msg_input {
    height: 0.66rem;
    line-height: 0.33rem;
    border: 0;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.28rem;
    padding: 0 0.28rem;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.28rem;
}
.msg_div .msg_btn {
    background: #DC0000;
    padding: 0 0.28rem;
    color: white;
    margin: 0 auto;
    width: 80%;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 20px;
    border: none;
}
.msg_div>p:last-child{
    font-size: 0.22rem;
    padding:0 0.28rem;
    color: #A6A5A5;
}
.msg_div .ver_code_btn{
	background: #ff8a00;
    width:30%;
}
.msg_div .ver_btn{
	background: #449d44;
    width:30%;
}
.msg_div .dis_color{
	background: #c0c0c0;
}
/*留言E*/
/*颜色*/
.bgColorblue{
    background-color: #2B3D63 !important;
}

/*分页*/
.pageId {
    text-align: center;
    padding-right: 18px;
    background-color: #fff;
    font-size: 14px;
    padding-top: 6px;
}
.pagination {
	margin-top:0px;
}
/*S 表格下载*/
.common-wrap{
	width: 100%;
}
.common-wrap .top-tit{
	border-bottom: 1px dashed #ddd;
	text-align: center;
	height: 1.2rem;
}
.common-wrap .top-tit > span{
	display: inline-block;
	padding: 6px 60px;
	background-color: #487395;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    margin-top: 20px;
}
.common-wrap .top-tit > small{
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-left: 15px;
	vertical-align: bottom;
}

.list-content{
	background-color: #f9f9f9;
	padding-left: 65px;
	padding-right: 65px;
}
.list-content ul:after{
	content: '';
	clear: both;
	font-size: 0;
	height: 0;
	display: block;
	zoom: 1;
}
.list-content ul li{
	float: left;
	width: 280px;
	height: 40px;
	background-color: #fff;
	margin: 5px 0 5px 0;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ddd;
	list-style-type:none;
}
.list-content ul li.mr0{
	margin-right: 0;
}
.list-content ul li > a{
	color: #333;
}
.list-content ul li > a:hover{
	color: #5f94e2;
	text-decoration: underline;
}

.onekey-down{
	background-color: #487395;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
}
.onekey-down > a{
	color: #487395;
}
.btn-keydown{
	display: inline-block;
	padding: 4px 30px;
	background-color: #fff;
	text-align: center;
	margin-left: 15px;
}
/*E 表格下载*/

/*业务分类S*/
.bt-content {
	background-color: #fff;
}

.bt-content ul {
	overflow: hidden;
}

.bt-content ul li {
	width: 24.6%;
	height: 2rem;
	float: left;
	display: block;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	text-align: center;
	font-size: 0.12rem;
}

.bt-content ul li:nth-child(4n) {
	border-right: none;
	width: 25%;
}

.btc-img {
	height: 0.5rem;
	padding-top: 0.35rem;
	box-sizing: border-box;
}

.btc-img img {
	height: 0.6rem;
	width: 0.76rem;
}

.btc-text {
    font-size: 0.12rem;
    color: #333;
    padding-top: 0.5rem;
}

.btc-btn a {
	width: 2.65rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	display: block;
	margin: 0 auto;
	background-color: #ff8f2b;
	border-radius: 2px;
	font-size: 0.15rem;
	color: #fff;
	margin-top: 0.2rem;
}
/*业务分类 E*/

/*筛选 S*/
.cover_filter {
    width: 0;
    position: fixed;
    height: 100%;
    z-index: 100002;
    overflow: hidden;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cover_filter .layer_bar {
    width: 20%;
    height: 100%;
    float: left;
    background-color: #000;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.cover_filter .layer_filter {
    width: 80%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
}
.cover_filter .layer_filter .layer_title {
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    padding-left: 15px;
    color: #0d0d0d;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.cover_filter .layer_filter .m-sift {
    width: 100%;
    overflow: hidden;
}
.cover_filter .layer_filter .m-sift .sift-row {
    padding: 0 0 10px 3%;
    border-bottom: 1px solid #f4f4f4;
}
.cover_filter .layer_filter .m-sift .sift-row.sift-row-expand .row-body {
    height: auto;
}
.cover_filter .layer_filter .m-sift .sift-row.sift-row-expand .row-body.h70 {
    height: auto;
}
.cover_filter .layer_filter .m-sift .sift-row.sift-row-expand .row-body.h100 {
    height: auto;
}
.cover_filter .layer_filter .m-sift .sift-row.sift-hide {
    display: none;
}
.cover_filter .layer_filter .m-sift .sift-row .layer_filter_title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 10px 0 0;
    color: #4b4b4b;
}
.cover_filter .layer_filter .m-sift .sift-row .layer_filter_title .iconfont {
    float: right;
    font-size: 18px;
    color: #bababa;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body {
    height: 30px;
    overflow: hidden;
    margin-right: -2%;
    margin-top: 3px;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body.h70 {
    height: 70px;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body.h100 {
    height: 112px;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body .sift-item {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    line-height: 28px;
    height: 28px;
    width: 29%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 7px 10px 0;
    text-align: center;
    background: #f2f2f2;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body .sift-item.sift-item-selected {
    background:  #DA0000;
    color: #fff;
}
.cover_filter .layer_filter .m-sift .sift-row .row-body .sift-item.sift-item-cate {
    height: auto;
    line-height: normal;
    padding: 4px 0;
}
.cover_filter .layer_filter .layer_bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}
.cover_filter .layer_filter .layer_bottom .layer_reset {
    background-color: rgba(218,0,0,0.4);
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 50%;
    float: left;
}
.cover_filter .layer_filter .layer_bottom .layer_search {
    background-color: #DA0000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 50%;
    float: right;
}
#do-filter-fixed {
    border-bottom: 1px solid #eaebed;
    z-index: 10;
}
#do-filter-fixed.filter-bar {
    height: 0.9rem;
    background-color: #fff;
    color: #999;
    font-size: 0.31rem;
    line-height: 0.9rem;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
#do-filter-fixed .sift {
    float: right;
    position: relative;
    width: 1.95rem;
    text-align: center;
    border-left: 1px solid #eaebed;
    color: #474646;
    margin-left: -1px;
    font-size: 0.31rem;
    height: 0.9rem;
}
.iconfont.icon-shaixuan{
    font-size: 0.31rem;
}
#do-filter-fixed .sift span i {
    color: #474646;
}
#do-filter-fixed .sift.sift_fix_bar {
    color: #DA0000;
}
#do-filter-fixed .sift.sift_fix_bar i {
    color: #DA0000;
}
#do-filter-fixed .sort-tab {
    padding-right: 1.95rem;
    font-size: 0;   
}
#do-filter-fixed .sort-tab li {
    color: #727272;
    width: 33%; 
    /*border:1px solid red;*/
    display: inline-block;
    height: 0.9rem;
    font-size: 0.31rem;
    text-align: center;
    line-height: 0.9rem;
    position: relative;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#do-filter-fixed .sort-tab li.price .price_order_i {
    width: 7px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
}
#do-filter-fixed .sort-tab li.price i {
    font-size: 10px;
    margin-left: 2px;
}
#do-filter-fixed .sort-tab li.selected span {
    color: #DA0000;
}

#search_container.searchhtml{
    width: 100%;
    background:rgba(244,244,244,1); 
}
/* 筛选 E*/
/* 交易流程 S*/
.img_cont {
    width: 100%;
    text-align: center;
    padding: 0 0.44rem;
    margin-bottom: 0.53rem;

}
.img_cont.img_cont1{
    padding: 0 0.3rem;
    margin-top: 0.45rem;
}
.img_cont:last-child{
    margin-bottom: 0;
}
.img_cont img {
    width: 100%;
    vertical-align: middle;
}
/* 交易流程 E*/
/* 分页S*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li{display:inline}  
.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}  
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}  
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}  
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:3;color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7;
}  
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}  
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}  
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}  
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}  
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}  
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}  
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}  
.pager{
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
}  
.pager li{
	display:inline;
}  
.pager li>a,.pager li>span{
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
}  
.pager li>a:focus,.pager li>a:hover{
	text-decoration:none;
	background-color:#eee;
}  
.pager .next>a,.pager .next>span{
	float:right;
}  
.pager .previous>a,.pager .previous>span{
	float:left;
}  
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
}
.pageJump{
	display:inline-block;
	padding-left:0;
	margin:20px 10px;
	border-radius:4px;
	vertical-align:top;
}
.pageJump .button,.pageJump input{
	font-size:16px;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pageJump input{
	width:20px;
}
.pageJump-lg .button,.pageJump-lg input{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}
.pageJump-sm .button,.pageJump-sm input{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}
.dataTables_info{
	padding-top:28px;
	white-space:nowrap;
}
/* 分页E*/