/*电脑端样式 - 开始*/
html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	/*min-width: 1250px;*/
}
.pc-service-header{
	top: 0;
	width: 100%;
	position: absolute;
	border: 0px;
	background: #fff;
}
.content {
	display: flex;
	background: #fff;
	min-height: 100%;
	width: 90%;
	margin: 0 5%;
	padding-top: 80px;
}
.embed-content{
	background: #ffffff;
}
.content .main-content {
	/*margin-left: 180px;*/
	flex: 1;
	max-width: calc(100% - 200px);
}
.pc-service-footer{
	border: 0px;
	width: 100%;
	background: #fff;
}
.panel{
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
.main-content{
	padding: 10px 20px;
	min-height: 500px;
}
.header-panel{
	margin-left: 10px;
	padding-bottom: 15px;
	/*background: #ECEEF4;*/
	margin-top: 10px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.panel-title{
	font-size: 16px;
	font-weight: bolder;
}
.asset-panel-list .title{
	font-size: 14px;
}
.font-small{
	font-size: 12px;
}
.font-mid{
	font-size: 14px;
}
.font-big{
	font-size: 18px;
}
.title-bolder{
	font-weight: bolder;
}
.header-badge{
	width: 6px;
	height: 39px;
	/*background: #9297A7;*/
	position: absolute;
	left: 4px;
}
.btn-custom{
	background-image: linear-gradient(-90deg, #4B73EB 0%, #7094FF 100%);
	width: 90px;
	border-radius: 5px;
	border: 0;
	color: #fff;
}
.btn-custom:active:focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover{
	border:0;
	background-image: linear-gradient(-90deg, #4B73EB 0%, #7094FF 100%);
	outline: none;
	color: #fff;
}
.btn-href{
	background-color: inherit;
	border-color: #4B73EB;
	color: #4B73EB;
	border-radius: 18px;
	padding: 4px 8px;
}

.btn-href:hover, .btn-href:focus{
	background-color: inherit;
	border-color: #4B73EB;
	color: #4B73EB;
	outline: none;
}
.btn-reset{
	width: 90px;
	background-color: #b6c2c9;
	border-radius: 5px;
	border: 0;
	color: #fff;
}

.btn-reset:hover, .btn-reset:focus, .btn-reset:active, .btn-reset:active:focus{
	background-color: #b6c2c9;
	color: #fff;
	border: 0;
	outline: none;
}

.asset-panel{
	/*background-image: linear-gradient(90deg, #5C7FE5 0%, #5F5BB6 100%);*/
	border: 0;
	color: #333;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-size: 30px;
}
.badge-warning{
	background-color: #ffb606;
	margin-bottom:5px;
}

.label-right{
	text-align: right;
	color: #777777;
	padding-bottom: 5px;
}

.label-left{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.nav-tabs>li>a{
	color: #777777;
}
/*电脑端样式 - 结束*/

/*菜单样式-开始*/
.pc-menu{
	min-width:180px;
	text-align:center;
	margin-bottom: 0;
	background: #fff;
	border-radius: 0px;
	color: #ffffff;
	padding: 10px 0px;
	min-height: 450px;
	height: 100%;
	/*position: fixed;*/
	flex: 0 0 180px;
	border-right: 1px solid #ddd;
	box-shadow: none;
}
#pcMainContent .table-striped>thead{
	background: #f5f5f5;
	border-top: 2px solid #d80d20;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background: #fff;
}
.list-group-item{
	border: 0px;
	background-color: inherit;
	color: #333;
	padding: 10px 0px;
}
.list-group-item:hover{
	/*background: rgb(227,33,67);*/
	/*color: #ffffff*/
}
.list-group-item.active, .list-group-item.active:focus{
	background: url("../../../images/investorservice/menu-left-bg.png") no-repeat;
	background-size: cover;
	color: #ffffff
}
.list-group-item span{
	cursor: pointer;
}

.list-group-item i{
	margin-right:5px;
}
.list-group-item .list-badge{
	position: absolute;
	width: 6px;
	/*background: #9FABBE;*/
	height: 38px;
	top: 1px;
	display: none;
}
/*菜单样式-结束*/


/*手机端样式 - 开始*/
.mobile-menu{
	min-width: 80px;
	padding: 10px 5px;
	text-align:center;
	display:inline-block;
	position: absolute;
}
.mobile-menu .btn-link{
	padding: 6px 5px
}
.mobile-menu .list-group-item{
	padding: 7px 5px
}
.mobile-main-content{
	display:inline-block;
	margin-left:80px;
}
/*手机端样式 - 结束*/

/*加载动画样式-开始*/
.process-content{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
	opacity: 0.5;
	display: none;
	background-color: #ccc;
}
.process-icon{
	position: absolute;
	top: 40%;
	left: 48%;
	font-size: 60px;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}
/*加载动画样式-结束*/

/*密码强度样式-开始*/
.password-tips {
	margin-top: 5px;
	height: 22px;
}
.password-tips span {
	float: left;
	width: 40px;
	height: 20px;
	color: #fff;
	overflow:hidden;
	background: #D7D9DD;
	line-height:20px;
	text-align: center;
}
.password-tips #left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 43px;
}
.password-tips #right{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 43px;
}
.password-tips .s1 {
	background: #CA6464;
}/*红色*/
.password-tips .s2 {
	background: #EAB559;
}/*黄色*/
.password-tips .s3 {
	background: #599D7C;
}/*绿色*/
/*密码强度样式-结束*/

/*重写botstrapValidator 样式 - 开始*/
@media (min-width: 300px){
	.form-horizontal .control-label{
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}
.form-horizontal .has-feedback .form-control-feedback{
	right: -13px;
}

.form-group{
	margin-bottom: 8px;
}

#networkServiceDiv  .form-control-feedback{
	left: 245px;
	top: -7px;
}

#complianceInvestorDiv .form-control-feedback{
	left: 261px;
	top: -7px;
}
/*重写botstrapValidator 样式 - 结束*/

.list-item{
	padding: 15px 15px 0px 15px;
	color: #000000;
	background: #fff;
	border-bottom: 1px dashed #ccc;
}
.list-item:hover{
	background: #fdf7f9;
	color: rgb(227,33,67);
}
.list-item-body{
	margin-top: 0px;
	text-align: center;
}
/*产品详情页面-开始*/
.btn-tab{
	margin-left: 5px;
	border: 1px solid;
	color: #777777;
	border-radius: 0;
	padding: 3px 7px;
	background: #fff;
}
.btn-tab.active {
	margin-left: 5px;
	border: 1px solid #4B73EB;
	border-radius: 0;
	padding: 3px 7px;
	background: #4B73EB;
	color: #fff;
}
.btn-tab-group{
	position: absolute;
	right: 10px;
	top: 5px;
}
/*产品详情页面-开始*/

/*重要提示模态框*/
#materialStatementBody p{
	margin: 0;
}
#materialStatementBody{
	min-height: 200px;
	overflow: auto;
}

/*调整特殊标签在模态框的样式，对于重要声明，bootstrap的blockquote标签的默认字体是17px*/
.modal-body blockquote{
	font-size: 14px;
}

/*产品年化指数 - 开始*/
.rate-header{
	background-color: #efefef;
	padding: 5px 0px;
	min-height: 20px;
}

.rate-body-odd{
	padding: 5px 0px;
}

.rate-body-even{
	padding: 5px 0px;
	background-color: #efefef;
}
/*产品年化指数 - 结束*/

.sticky{
	position: fixed;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 100;
}

/*弹出层*/
#popBox {
	background-color: #fff;
	z-index: 11;
	width: auto;
	height: auto;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-180px,-200px);
	padding:10px;
	color: rgb(0,0,0);
}

#popBox .close{
	border-radius: 50%;
	font-size: 20px;
	text-align: right;
	padding: 5px;
	background-color: #F8F8F8;
}

/*关闭按钮*/
#popBox .close a {
	text-decoration: none;
	color: #2D2C3B;
}
#tanchu,.yuyuetouzi{
	border: 2px solid #2f528f;
	background: #4472c4;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	padding: 5px 20px;
	text-decoration: none;
}
.pop-content{
	padding: 10px;
}
.pop-submits{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 20px auto 0px;
	color: #fff;
	text-align: center;
}
.submitss{
	text-align: center;
}
.guanzhu{
	margin-top: 20px;
	text-align: center;
}
.guanzhu img{
	width: 150px;
	height: auto;
}
.asset-panel {
	/*display: flex;*/
}
.asset-panel-list{
	display: inline-block;
	width: 280px;
	padding: 15px 20px;
	border: 1px solid #ddd;
	text-align: center;
	/*flex: 1;*/
}

.pc-tooltip{
	display: inline-block;
	margin-left: 3px;
}



/*加载动画-开始*/
.demo1 {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #68b2ce;
	float: left;
	margin: 0 3px;
	animation: demo1 linear 1s infinite;
	-webkit-animation: demo1 linear 1s infinite;
}
.demo1:nth-child(1){
	animation-delay:0s;
}
.demo1:nth-child(2){
	animation-delay:0.15s;
}
.demo1:nth-child(3){
	animation-delay:0.3s;
}
.demo1:nth-child(4){
	animation-delay:0.45s;
}
.demo1:nth-child(5){
	animation-delay:0.6s;
}
@keyframes demo1
{
	0%,60%,100% {transform: scale(1);}
	30% {transform: scale(2.5);}
}
@-webkit-keyframes demo1
{
	0%,60%,100% {transform: scale(1);}
	30% {transform: scale(2.5);}
}
.demo1 {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #68b2ce;
	float: left;
	margin: 0 3px;
	animation: demo1 linear 1s infinite;
	-webkit-animation: demo1 linear 1s infinite;
}
.demo1:nth-child(1){
	animation-delay:0s;
}
.demo1:nth-child(2){
	animation-delay:0.15s;
}
.demo1:nth-child(3){
	animation-delay:0.3s;
}
.demo1:nth-child(4){
	animation-delay:0.45s;
}
.demo1:nth-child(5){
	animation-delay:0.6s;
}
@keyframes demo1
{
	0%,60%,100% {transform: scale(1);}
	30% {transform: scale(2.5);}
}
@-webkit-keyframes demo1
{
	0%,60%,100% {transform: scale(1);}
	30% {transform: scale(2.5);}
}
/*加载动画结束*/
#customerpreorder{
	width: 100%;
}
.table-striped a{
	color: #333;
}
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner{
	height: auto;
	min-height: 40px;
	overflow: unset;
	white-space: pre-line;
}
.fa-info-circle{
	color: #d80d20;
}
.in-block{
	display: inline-block;
}
.transaction-record .card {
	margin: 10px 0 20px;
}
.transaction-record .select-wrap{
	margin-right: 20px;
}
.transaction-record .select-wrap .select-title{
	font-size: 14px;
	color: #333;
	padding-right: 5px;
}
.operation-btn-wrap .btn:nth-child(2n){
	margin-left: 10px;
}
.pagination>.active>a{
	background-color: #d80d20;
	border-color: #d80d20;
}
.pagination>li>a, .pagination>li>span{
	color: #333;
}
.basic-wrap{
	padding: 10px 20px;
	border: 1px solid #ddd;
}
#pcMainContent .basic-wrap{
	padding: 10px 20px;
	border: 1px solid #ddd;
	width: 440px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.basic-wrap .modify-basic-wrap{
	color: #fff;
	background: #d80d20;
	padding: 6px 10px;
}
.basic-wrap .list-wrap{
	height: auto;
	min-height: 30px;
	line-height: 30px;
}
#pcMainContent .basic-wrap .list-wrap {
	display: flex;
}
.basic-wrap .list-wrap .basic-title {
	width: 100px;
	flex: 0 0 100px;
}
.basic-wrap .list-wrap span.label-left{
	display: inline-block;
	min-width: 100px;
}
.modal-title {
	font-size: 18px;
}
#orderListDiv .fixed-table-container,#assetsTable .fixed-table-container,#mytodoListDiv .fixed-table-container{
	height: 600px;
}
.modal-content-wrap{
	padding: 0;
}
.report-list-wrap .tab-select-wrap .select-title-list .title{
	display: inline-block;
	padding: 3px 15px;
	cursor: pointer;
}
.report-list-wrap .tab-select-wrap .select-title-list .title:nth-child(2n+1){
	margin-right: 10px;
}
.report-list-wrap .tab-select-wrap .select-title-list .title.active{
	border-bottom: 2px solid #d80d20;
	font-weight: bolder;
}
.report-list-wrap .select-content-list{
	margin: 20px 0 10px;
}
.report-list-wrap .select-content-list .select-menu-list > li{
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.report-list-wrap .select-content-list .select-menu-list > li.active{
	color: #d80d20;
	font-weight: bolder;
}
.report-card-wrap ul.card-list,.select-content-list ul.select-menu-list{
	padding-left: 0;
}
.report-card-wrap .card-list-i{
	padding: 10px 0 15px;
	border-bottom: 1px solid #ddd;
	list-style: none;
}
.report-card-wrap .card-list-i .type-wrap{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bolder;
}
.report-card-wrap .card-list-i .type-wrap .report-name > a{
	color: #333;
	font-size: 16px;
	font-weight: bolder;
	cursor: pointer;
}
.report-card-wrap .card-list-i .type-wrap .type-name{
	color: #d80d20;
	margin-right: 5px;
}
.report-card-wrap .card-list-i .product-name{
	margin-bottom: 5px;
	margin-top: 10px;
}
.report-card-wrap .card-list-i .product-name > a{
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.report-card-wrap .card-list-i .date{
	color: #666;
}
.report-card-wrap .card-list-i .down-wrap{
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.report-card-wrap .files-list > a{
	color: #333!important;
	line-height: 22px;
	font-weight: bolder;
}
.report-card-wrap .card-list-i .down-wrap .download-btn{
	color: #d80d20;
	cursor: pointer;
}
.report-card-wrap .card-list-i .download-btn > a{
	color: #d80d20;
}
.product-content-wrap{
	margin-bottom: 20px;
}
.product-content-wrap .tab-select-wrap{
	display: flex;
	margin-top: 20px;
}
.product-content-wrap .product-search-wrap{
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-left: 50px;
	padding: 5px 8px;
	display: flex;
	box-sizing: border-box;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	align-items: center;
}
.product-content-wrap .product-search-wrap input{
	border: 0;
	outline:none;
}
.product-content-wrap .product-search-wrap .search-btn{
	line-height: 12px;
	cursor: pointer;
}
.new-product-container{
	padding: 0;
	border: none;
}
.product-type-select-wrap{
	display: flex;
}
.product-type-select-wrap .type-title{
	flex: 0 0 100px;
	font-size: 14px;
	color: #333;
}
.product-type-select-wrap .type-list-i{
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin: 0 40px 10px 0;
	cursor: pointer;
}
.product-type-select-wrap .type-list-i.active{
	color: #d80d20;
	font-weight: bolder;
}
.product-list-content .fund-list-item:hover{
	background: #fff;
}
.product-list-content .product-list-name{
	font-size: 16px;
	font-weight: bolder;
	cursor: pointer;
}
.product-list-content .product-list-name .product-badge-state{
	color: #333;
	background: #fff;
	margin-left: 10px;
	font-size: 12px;
}
.product-list-wrap{
	margin-top: 30px;
}
.product-list-wrap .list-item-header{
	margin-top: 15px;
	margin-bottom: 20px;
}
.product-list-wrap .list-item-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.product-list-content .btn-follow{
	font-size: 14px;
	cursor: pointer;
	color: #d80d20;
}
.product-list-content .btn-unfollow{
	color: #333;
}
.product-list-wrap .list-item-body .col-xs-3{
	padding-left: 0;
}
.product-list-wrap .list-item-body .list-item-value,.product-list-wrap .list-item-body .list-item-label{
	text-align: left;
	color: #333;
}
.product-list-wrap .list-item-body .list-item-down,.product-list-wrap .list-item-body .list-item-up{
	text-align: left;
	font-weight: bolder;
}
.product-list-wrap .list-item-body .list-item-value{
	color: #d80d20;
	font-weight: bolder;
}
.product-list-wrap .list-item-body .list-item-label{
	padding-bottom: 0;
	margin-bottom: 0;
}
.product-list-wrap .list-item-body{
	min-height: auto;
	height: auto;
	margin-bottom: 15px;
}
.product-list-content .fund-list-item .list-wrap > .focus-wrap{
	position: absolute;
	right: 0;
	text-align: right;
	font-weight: bolder;
}
.product-list-content .fund-list-item .list-wrap > .focus-wrap > a{
	color: #d80d20;
}
#customerInfoForm .form-group .control-label{
	white-space: nowrap;
}
.eligibility-wrap .card-wrap .card-list-i .card-line{
	line-height: 26px;
}
.report-card-wrap .nodate-desc{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 30px 0;
}
/*滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 8px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 10px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 5px;
}
.hold-desc{
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
	padding: 1px 5px;
}
.hold-desc-none{
	display: none;
}

.modal-item{
	padding: 5px 10px;
}

.modal-item-header{
	width: 5px;
	height: 12px;
	display: inline-block;
	margin-right: 3px;
}

.modal-item-content{
	margin-left: 15px;
	margin-bottom: 10px;
}

.modal-item-textarea{
	border: 0;
	width: calc(100% - 20px);
	resize: none;
	outline: none;
}