@charset "utf-8";

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

li {
	list-style: none;
}

* {
	box-sizing: content-box;
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
}

dt+dd,dd,dt,ul,ol,p,span {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
/**清除浮动**/
.clear:after {
	display: block;
	clear: both;
	content: ' ';
}

.clear {
	zoom: 1;
}

header,footer {
	width: 100%;
	height: 166px;
	background-color: #313131;
}
/*****交易详情****开始****/
.sTradingInformation {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
/****sTradingInformationBox***/
.sTradingInformationBox {
	padding:15px 53px 53px;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	border-radius: 5px;
	min-height:450px;
}

.sTradingInformationNavBox {
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}

.sTradingInformationNav {
	height: 48px;
	line-height: 48px;
}

.sTradingInformationNavS,.sTradingInformationNavX,.sTradingInformationNavJ
	{
	float: left;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	margin-left: 16px;
	color: #999999;
	cursor: pointer;
}

.sTradingInformationNavS {
	margin-left: 10px;
}

.sTradingInformationNavJ {
	color: #333;
}

.sTradingInformationNavS>i,.sTradingInformationNavX>i,.sTradingInformationNavJ>i
	{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
	background: #0f9;
}
.sTradingInformationBoxHead_Wrap{
	overflow:hidden;
	border-bottom: 1px solid #dddddd;
	margin-bottom:10px;
	padding-bottom: 11px;
}
.sTradingInformation_BoxHead {
	float:left;
	font-size: 16px;
	height:38px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
}
.byTrading_WrapSearch{
	float:left;
}
.sTradingInformation_BoxHead>b {
	display: inline-block;
	width: 8px;
	height: 18px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	margin-right: 6px;
}
.zInformationMain{
	margin:2px 0px;
}

.sTradingInformationSelected {
	padding: 15px 0;
	border-bottom: 2px solid rgba(185, 185, 185, 1);
}

.sTradingInformationType {
	line-height: 32px;
}

.sTradingInformationType>dd {
	float: left;
	width: 86px;
	text-align: right;
	margin-left: 12px;
}

.sTradingInformationType>dt {
	float: left;
	width: calc(100% -         100px);
}

.sTradingInformationType>dt>ul>li {
	float: left;
	margin-left: 20px;
}
.sTradingInformationType>dt>ul>li>label {
	display: inline-flex;
}


.sTradingInformationType>dt>ul>li:nth-child(1) { /*margin-left: 0px;*/
	
}
/****自定义**复选框**/
.extractHeadIuput {
	width: 15px;
	height: 15px;
	border: 1px solid #e3e3e3;
	position: relative;
	float: left;
	margin-top: 8px;
}

.extractHeadIuput input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	opacity: 0;
	z-index: 999;
}

.inputImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*display: none;*/
	z-index: 1;
}

.inputImgPic {
	-webkit-background-size: 100%;
	background-size: 100%;
}

.extractHeadList li input {
	margin-right: 16px;
}

.inputText {
	display: inline-block;
	margin-left: 6px;
	float: left;
}

.inputText>span {
	color: red;
	font-size: 12px;
	display: inline-block;
}
/****自定义**复选框*-*结束*/
.sTradingInformationSearch {
	margin-top: 16px;
	margin-left: 36px;
	overflow: hidden;
}

.sTradingInformationSearch>input {
	border: none;
	outline: none;
	width: 250px;
	padding: 0px 10px;
	height: 32px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 17px 17px 17px 17px;
	border: solid 1px rgba(160, 160, 160, 1);
	float: left;
	font-size: 13px;
}

.sTradingInformationSearch>p {
	float: left;
	width: 83px;
	height: 32px;
	background-color: rgba(57, 57, 57, 1);
	border-radius: 16px 16px 16px 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	margin: 1px 0px;
	margin-left: 6px;
}
/*****复选框--选中状态***/
.sTradingSelectedActive .extractHeadIuput {
	border: 1px solid #000000;
}

.sTradingSelectedActive .inputText {
	color: #010101;
}
/**********交易信息列表****开始***/
.sTradingInformationList {
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: solid 1px rgba(221, 221, 221, 1);
}

.sTradingInformationList:nth-child(2n) {
	background-color: rgba(249, 249, 249, 1);
}

.xTradingInformationName {
	line-height: 22px;
}

.xTradingInformationName>p {
	float: left;
	color: #666666;
}

.xTradingInformationName>em {
	float: left;
	background-color: red;
	color: #fff;
	width: 22px;
	height: 22px;
	margin-left: 60px;
}

.xTradingInformationName>i {
	font-style: normal;
	float: right;
	color: #999999;
}

.xTradingInformationList {
	line-height: 22px;
}

.xTradingInformationList>ol>li {
	float: left;
	color: #999999;
	margin-left: 60px;
	font-size: 12px;
}

.xTradingInformationList>ol>li:nth-child(1) {
	margin-left: 0px;
}

.xRegion,.xRegionType,.xRegionState {
	display: inline-block;
}

.xRegion {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2774d6;
}

.xRegionType {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2774d6;
}

.xRegionStateIng {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #00c6a3;
}

.xRegionStateIngEnd {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ff7800;
}

/**********交易信息列表****结束***/

/**<!--*** 分页开始 ***-->**/
.sCommentsPage {
	text-align: center;
	lighting-color: #fff;
	margin-top: 24px;
}

.sCommentsPage>dl {
	background-color: #fff;
	padding: 35px 0px;
}

.sCommentsPage a {
	text-decoration: none;
	color: #858585;
}

.sCommentsPageDetail {
	display: inline-block;
	overflow: hidden;
}

.sCommentsPageDetail>ol>li>a {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.sCommentsPageDetail>ol>li {
	float: left;
	margin: 0px 2px;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
}

.sCommentsPageDetail>ol .sCommentsPageActive a {
	background: #6f6f6f;
	color: #fff;
}

.sCommentsPagePoint {
	display: inline-block;
	width: 30px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.sCommentsPagePoint>a {
	display: block;
	position: absolute;
	top: -6px;
	left: 0px;
	width: 30px;
	height: 20px;
	line-height: 20px;
}

.sCommentsPageEnd {
	width: 54px;
	display: inline-block;
}

.sCommentsPageEnd>ol>li {
	float: left;
	margin: 0px 2px;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
}

.sCommentsPageEnd>ol>li>a {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.sCommentsPageRightBtn,.sCommentsPageLeftBtn {
	cursor: pointer;
	display: inline-block;
	background: #00ff00;
	text-align: center;
	height: 22px;
	width: 22px;
}
/**<!--*** 分页结束 ***-->**/
.zInformationMain>input {
	float: left;
	width: 308px;
	height: 32px;
	padding: 0px 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 17px 17px 17px 17px;
	border: solid 1px rgba(160, 160, 160, 1);
	outline: none;
	font-size:13px;
}

.zInformationMainSearch1,.zInformationMainSearch2 {
	float: left;
	padding: 0px 25px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	background-color:rgb(255, 81, 81);
	border-radius: 16px 16px 16px 16px;
	margin: 1px 0px;
	margin-left: 14px;
	cursor: pointer;
}
.zInformationMainSelectBox {
	padding: 0px 15px;
}

.zInformationMainSelect {
	float: left;
	margin-left: 16px;
}

.zInformationMainSelectBox>dl {
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.zInformationMainSelectBox>dl>dd {
	float: left;
}

.zInformationMainSelectBox>dl>dt {
	float: left;
}

.zInformationMainList>dl>dt {
	padding-left: 15px;
	border-bottom: 1px solid #dddddd;
}

.zInformationMainList>dl>dt>a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.zInformationMainList>dl>dt:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.zInformationMainList>dl>dt:nth-child(1) {
	background-color: #f9f9f9;
	border-top: 1px solid #dddddd;
}

.zInformationMainSelectMain>li {
	float: left;
	margin-left: 20px;
}

.zInformationMainSelectMain>li:nth-child(1) {
	margin-left: 0px;
}

/************详细信息表格*****/
.sInformationDetailListHead {
	padding: 15px;
	background-color: #fff;
}

.sInformationDetailListHead>h5 {
	width: 100%;
	text-align: center;
	line-height: 22px;
	margin: 15px 0px 10px;
	font-size: 18px;
}

.sInformationDetailListHead>p {
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: #666666;
}

.sInformationDetailList {
	padding: 0px 36px;
	background-color: #fff;
	overflow: hidden;
}

.sInformationDetailList>p {
	width: 100%;
	color: #666666;
}

.sInformationDetailListMainTable {
	padding: 15px;
}

.sInformationDetailListMainTable>table {
	width: 100%;
}

.sInformationDetailListMainTable>table tr td {
	vertical-align: middle;
	border: 1px solid #e3e3e3;
	padding: 8px 15px;
	text-align: left;
	color: #666666;
}

.sInformationDetailListMainTable>table tr .sInformationLeftName {
	text-align: right;
	width: 136px;
	background-color: #f5f5f5;
}

.sJiaoYiDetailLayer {
	padding: 15px 15px 0px 15px;
}

.sJiaoYiDetail>dt:nth-child(1) {
	margin-left: 0px;
}

.sJiaoYiDetail>dt {
	margin-left: 10px;
	float: left;
	padding: 15px;
	line-height: 22px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 16px;
}

.sJiaoYiDetail>dt>span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	font-family: ﻿MicrosoftYaHei;
	font-size: 30px;
	font-stretch: normal;
	letter-spacing: 0px;
}

.sXiangMuLayer {
	padding: 15px;
}

.sXiangMuLayer table {
	width: 100%;
	margin-bottom:15px;
}

.sXiangMuLayer>table tr td,.sXiangMuLayer>table tr th {
	vertical-align: middle;
	border: 1px solid #e3e3e3;
	padding: 8px 15px;
	color: #666666;
}

.sXiangMuLayer>table tr th {
	background-color: #f5f5f5;
	/*font-weight: normal;*/
}

.sXiangMuName {
	width: 520px;
	text-align: left;
}
.sXiangMuName>a{
	color:#666;
}

.sZhaoBiaoren {
	text-align: center;
}

.sZhaoQian {
	text-align: right;
}

.sZhaoTime {
	text-align: center;
}
/*****分页*****/
.sXiangMuLayerPage {
	padding: 0px 15px;
	overflow: hidden;
	clear: both;
}

.sXiangMuLayerPage .sCommentsPage>dl {
	margin: 0px;
	padding: 0px;
	float: right;
}

.sInformationDetailListMain {
	padding: 15px;
}

.sInformationDetailList>p {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 5px;
	height: 22px;
	line-height: 22px;
}

.sInformationDetailListMainCon {
	background-color: #f9f9f9;
	padding: 10px 15px;
	color: #666666;
	border: 1px solid #dddddd;
	background-color: rgba(249, 249, 249, 1);
	border: solid 1px rgba(221, 221, 221, 1);
}
/****信用信息****/
.annoListType{
	
}
.sTradingInformationSelectedBtoList {
	margin-top: 10px;
	padding: 0px 5px;
}

.notFoundInfo {
	width: 100%;
	text-align: center;
	height: 200px;
	line-height: 200px;
	color: #666;
	font-size: 16px;
}

.sTradingInformationSelectedBtoList .xCreditList:nth-child(1) {
	border-top: 1px solid #dddddd;
}

.sTradingInformationSelectedBtoList .xCreditList:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.xCreditList {
	padding: 15px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #dddddd;
}

.xCreditListTitle,.xCreditListText {
	float: left;
	color: #666;
}

.xCreditListTitle { /* width: 60px; */
	text-align: center;
	color: #666;
}

.xCreditListTime {
	float: right;
	width: 120px;
	text-align: center;
	color: #666;
}
/***自定义单选框***/
/*隐藏自带的单选框*/
.icheck-radio>input {
	display: none;
}
/*为容器设置felx布局 */
.icheck-radio {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ 无前缀不兼容safari，这个必须*/
	display: -moz-box; /* Firefox 17- 没必要*/
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ 现在版本都50+了,这个可以删除了*/
	display: -ms-flexbox; /* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.icheck-radio {
	cursor: pointer;
	/*字与选框平行对齐*/
	-webkit-box-align: center; /*box布局的垂直居中属性*/
	align-items: center; /*flex布局的垂直居中属性*/
	-webkit-align-items: center; /*safari*/
}

.icheck-media {
	position: relative; /*重要，伪类生成的原点，设置绝对定位以其自身为参照，所以自身设置相对定位*/
	width: 15px;
	height: 15px;
	margin-right: 5px;
	color: #fff;
	border: 1px solid #bfbfbf; /*未选中时的灰色边框线*/
}

.icheck-radio .icheck-media {
	border-radius: 50%;
}
/*鼠标悬停，border变色*/
.icheck-radio:hover .icheck-media {
	border-color: #52c03b;
	/*鼠标悬停时的border变成绿色*/
}
/*伪类画中心原点*/
.icheck-radio .icheck-media:after {
	content: "";
	/*使用绝对定位 让圆点居中与单选框*/
	position: absolute;
	top: 4px;
	left: 4px;
	/*圆点大小*/
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #52c03b; /*圆点绿色背景*/
	/*scale(0)将原点缩小为0，实现隐藏*/
	-webkit-transform: scale(0); /*safair*/
	-moz-transform: scale(0);
	-ms-transform: scale(0); /*ie9*/
	transform: scale(0) /*ie10+*/;
	/*过渡效果*/
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

.icheck-radio>input:checked+.icheck-media {
	border-color: #52c03b; /*圆心边框变为绿色*/
	background: #fff;
}

.icheck-radio>input:checked+.icheck-media:after {
	/*选中后 原本缩小为0倍而隐藏的原点 ， 变回1倍正常大小显示*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/***自定义单选框  结束***/

/**************监管信息****开始*****/
.sRegulatory {
	
}

.sRegulatoryNavWhole {
	padding: 0px 15px;
	height: 42px;
}

.sRegulatoryNav {
	margin-bottom: -1px;
	margin-top: 15px;
}

.sRegulatoryNav>li {
	float: left;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #dddddd;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 6px;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.sRegulatoryNav .sRegulatoryActive {
	padding-bottom: 1px;
	margin-bottom: -2px;
	border-bottom: none;
	background-color: #28487e;
	color: white;
}

.sRegulatoryNavLine {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.sRegulatoryMain {
	padding: 0px 15px;
}

.sRegulatoryMainHeaderDetail {
	padding: 15px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0px 20px;
	line-height: 20px;
}

.sRegulatoryMainFew {
	line-height: 22px;
	padding: 15px;
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #dddddd;
}
.sRegulatoryMainFew:hover {
	color: #333;
}
.sRegulatoryMainFew>p {
	float: left;
	width: 980px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
}

.sRegulatoryMainFew>span {
	float: right;
	width: 120px;
	text-align: center;
}

.sRegulatoryMainFewLayer .sRegulatoryMainFew:nth-child(1) {
	border-top: 1px solid #dddddd;
}

.sRegulatoryMainFewLayer>a:nth-child(2n) {
	background-color: #f9f9f9;
}

.sRegulatoryMain {
	display: none;
}

.sRegulatoryMainActive {
	display: block;
}
/**************监管信息****结束*****/

/**************监管信息详情****开始*****/
.regulatoryDetailTable {
	padding: 45px;
}

.regulatoryDetailTable table {
	width: 100%;
}

.regulatoryDetailTable table tr td {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #dddddd;
	padding: 8px 15px;
}

.regulatoryDetailTable table tr .regulatoryDetailTableLeftName {
	text-align: right;
	background-color: #f5f5f5;
	width: 200px;
}

/**************监管信息详情****结束*****/

/**************信用信息详情****开始*****/
.sIllegal {
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 20px 0px 0px;
	min-height:480px;
}

.sIllegal>h5 {
	font-size: 18px;
	width: 100%;
	text-align: center;
	line-height: 24px;
}

.sIllegal .sIllegalRelease {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

.sIllegalLayer {
	padding: 45px;
}

.sIllegalLayer table {
	width: 100%;
}

.sIllegalLayer table tr td {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #dddddd;
	padding: 8px 15px;
	color: #666666;
	line-height: 22px;
}

.sIllegalLayer table tr .sIllegalLeftName {
	text-align: right;
	background-color: #f5f5f5;
	width: 200px;
	vertical-align: top;
}

.sIllegalLeftInport {
	color: #0a7ef6;
}

.sBlacklist {
	margin-top: 20px;
}

.sIllegalLimitColor>p {
	color: #eceef2
}
.sInformationNotes{
	color:#ff1212;
	margin-top:10px;
}
.gQualificationLayer>p.sInformationNotes{
	color:#ff1212;
	margin:10px 0 0 15px;
}
/**************信用信息详情****结束*****/