/*电脑端样式 - 开始*/
html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	/*min-width: 1250px;*/
}
.pc-service-header{
	top: 0;
	width: 100%;
	position: absolute;
	border: 0px;
	background: #fff;
}
.content {
	display: flex;
	background: #f4f4f4;
	min-height: 100%;
	width: 100%;
	/*margin: 0 5%;*/
	padding-top: 80px;
	/*max-width: 1600px;*/
	margin:  0 auto;
	justify-content: space-around;
}
.embed-content{
	background: #f4f4f4;
	max-width: 1600px;
	margin:  0 auto;
}
.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-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: 5px;
}
.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;
}
ol,ul{
	padding: 0;
	margin: 0;
 }
.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{
	margin-top: 20px;
}
.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-content .no-data{
	text-align: center;
	height: 300px;
	background: #fff;
	width: 100%;
	font-size: 24px;
	letter-spacing: 1px;
	color: #777;
	line-height: 300px;
}
.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;
}
.product-type-wrap{
	margin: 20px 0 10px 0;
	padding-bottom: 4px;
}
.product-type-wrap .desc{
	padding: 6px 20px;
	color: #777;
	background: #d7d7d7;
	font-size: 14px;
	border-radius: 3px 3px 0 0;
	margin-left: 5px;
	cursor: pointer;
}
.product-type-wrap .desc.active{
	background: #fff;
}
.flex-space-between{
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.flex-space-end{
	display: flex;
	justify-content: end;
}
.product-list-content .list-item{
	padding: 15px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
.product-list-content .list-item .name-wrap .left-wrap{
	display: flex;
	align-items: flex-start;
	min-width: 400px;
}
.product-list-content .list-item .name-wrap .right-wrap{
	display: flex;
	align-items: flex-start;
}
.product-list-content .list-item .name-wrap span{
	padding: 3px 10px;
	font-size: 12px;
	margin-left: 10px;
}
.product-list-content .list-item .name-wrap .name{
	display: inline-block;
	max-width: 80%;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 0;
	text-align: justify;
	font-weight: bolder;
}
.product-list-content .list-item .name-wrap .risk{
	background: #fbb179;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.product-list-content .list-item .name-wrap .type{
	background: #77d1a2;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.product-list-content .list-item .name-wrap .strategy{
	background: #00a2af;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.product-list-content .list-item .name-wrap .state{
	background: #008cec;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.product-list-content .list-item .name-wrap .hold{
	background: #f82b7e;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
	white-space: nowrap;
}
.flex-wrap{
	display: flex;
}
.flex-item{
	flex: 1;
}
.product-list-content .list-item .mind-wrap{
	margin: 20px;
	border-bottom: 1px solid #ccc;
}
.product-list-content .list-item .bottom-wrap .date-wrap{
	display: flex;
	align-items: center;
	background: #f2f2f2;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 12px;
	margin-right: 150px;
}
.product-list-content .list-item .bottom-wrap .date-wrap .date{
	white-space: nowrap;
}
.icon-buy{
	padding: 3px;
	color: #fff;
	border-radius: 50%;
	margin-left: 5px;
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 20px;
	text-align: center;
}
.product-list-content .list-item  .btn-select{
	padding: 5px 30px;
	border: 1px solid #02a7f0;
	color: #02a7f0;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
}
.product-list-content .list-item  .btn-select i{
	margin-right: 5px;
}
.product-list-content .list-item .value{
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	max-width: 240px;
	word-break: break-word;
}
.product-list-content .font-gray{
	color: #999;
	font-size: 18px;
}
.pagination-wrap{
	text-align: center;
	margin-top: 40px;
}
.flex-align-center{
	display: flex;
	align-items: center;
}
.product-list-content .list-item .direction{
	margin: 3px;
	color: #333;
}
.flex-direction-column{
	display: flex;
	flex-direction: column;
	align-items: baseline!important;
}
.text-align-center{
	text-align: center;
}
.product-list-content .list-item .not-match{
	font-size: 16px;
	padding: 10px;
	letter-spacing: 1px;
}
.group-company-wrap{
	margin: 10px 0;
	padding: 10px;
}
.company-select-wrap{
	position: relative;
	cursor: pointer;
}
.company-select-wrap .selected-company{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 3px 10px;
	min-width: 280px;
	position: relative;
}
.company-select-wrap .selected-company .company-name{
	margin: 0;
	max-width: 260px;
}
.icon-jt{
	position: absolute;
	right: 5px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #c0c4cc;
}
.icon-jt-rotate{
	animation:rotate 0.2s linear 0.1s 1 alternate forwards;
	/* Firefox: */
	-moz-animation:rotate 0.2s linear 0.1s 1 alternate forwards;
	/* Safari and Chrome: */
	-webkit-animation:rotate 0.2s linear 0.1s 1 alternate forwards;
	/* Opera: */
	-o-animation:rotate 0.2s linear 0.1s 1 alternate forwards;
}
.company-select-wrap .company-list{
	position: absolute;
	top: 28px;
	left: 0;
	width: 280px;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin-top: 3px;
	padding: 5px;
	max-height: 90px;
	overflow-y: auto;
}
.company-select-wrap .company-list .company-list-wrap{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.company-select-wrap .company-list .company-list-wrap li{
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
}
.company-select-wrap .company-list .company-list-wrap li:hover{
	background-color: #f5f7fa;
}
.white-bg{
	background: #fff;
}
.padding-wrap{
	padding: 10px;
}
.positive{
	font-size: 18px;
	font-weight: bolder;
	color: #FF0D0D!important;
}
.negative{
	font-size: 18px;
	font-weight: bolder;
	color: #02A67B!important;
}
.loading-wrap mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 999;
}
.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
	z-index: 1001;
}
.loading div {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #3498db;
	border-radius: 50%;
	animation: bounce 0.6s infinite alternate;
}
.loading div:nth-child(2) {
	animation-delay: 0.2s;
}
.loading div:nth-child(3) {
	animation-delay: 0.4s;
}

/*产品详情*/
.fund-detail-wrap{
	min-width: 700px;
}
.fund-detail-wrap .breadcrumb .desc{
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
.fund-detail-wrap .breadcrumb .active{
	font-size: 14px;
	color: #333;
	font-weight: bolder;
	cursor: pointer;
}
.fund-detail-wrap  .detail-basic-wrap{
	padding: 15px 10px;
	margin-bottom: 20px;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap span{
	padding: 3px 10px;
	margin-left: 10px;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap .name{
	display: inline-block;
	max-width: 60%;
	font-size: 24px;
	color: #333;
	letter-spacing: 1px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 0;
	text-align: justify;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap .risk{
	background: #fbb179;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap .type{
	background: #77d1a2;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap .strategy{
	background: #00a2af;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.fund-detail-wrap  .detail-basic-wrap .name-wrap .state{
	background: #008cec;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px;
}
.fund-detail-wrap  .detail-basic-wrap .date-wrap{
	display: inline-block;
	align-items: center;
	background: #f2f2f2;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fund-detail-wrap  .detail-basic-wrap .mind-wrap{
	margin: 10px;
}
.fund-detail-wrap  .detail-basic-wrap .mind-wrap .value{
	font-size: 18px;
	color: #333;
	font-weight: bolder;
}
.fund-detail-wrap  .detail-basic-wrap .mind-wrap .font-gray{
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
	margin-top: 10px;
}
.fund-detail-wrap  .detail-basic-wrap .stock-mind-wrap{
	display: flex;
}
.fund-detail-wrap  .detail-basic-wrap .stock-mind-wrap .stock-top-item-wrap{
	min-width: 380px;
}
.fund-detail-wrap  .detail-basic-wrap .stock-mind-wrap .btn-wrap{
	margin-left: 50px;
}
.fund-detail-wrap  .detail-basic-wrap .btn-wrap{
	margin-left: 50px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: end;
}
.fund-detail-wrap  .detail-basic-wrap .btn-wrap .btn{
	display: block;
	width: 150px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 10px;
}
.fund-detail-wrap  .detail-basic-wrap .btn-wrap .btn:last-child{
	margin-bottom: 0;
}
.fund-detail-wrap .echarts-wrap{
	padding: 10px;
	margin-bottom: 10px;
}
.fund-detail-wrap .echarts-wrap .echarts-type-wrap span{
	font-size: 16px;
	color: #999;
	padding-bottom: 10px;
	margin-right: 20px;
	cursor: pointer;
}
.fund-detail-wrap .echarts-wrap .echarts-type-wrap span.active{
	position: relative;
	font-size: 16px;
	color: #333;
	font-weight: bolder;
}
.fund-detail-wrap .echarts-wrap .echarts-type-wrap span.active:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	display: block;
	content: " ";
	width: 50px;
	height: 4px;
	border-radius: 6px;
}

.fund-detail-wrap .echarts-wrap .date-type-wrap span{
	font-size: 14px;
	color: #999;
	padding: 5px 10px;
	cursor: pointer;
}
.margin-wrap{
	margin: 10px;
}
.fund-detail-wrap .echarts-detail-data{
	margin-left: 10px;
	margin-right: 10px;
}
.fund-detail-wrap .echarts-detail-data .detail-item{
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
}
.fund-detail-wrap .echarts-detail-data .detail-item .desc{
	margin-bottom: 5px;
}
.fund-detail-wrap .echarts-detail-data .detail-item .value{
	min-height: 20px;
	margin-bottom: 0;
}
.fund-detail-wrap .echarts-detail-data .tips-desc{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap{
	margin: 10px 0;
	text-align: center;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap .icon-round{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap .desc-item label{
	font-size: 14px;
	color: #333;
	margin-left: 5px;
	font-weight: normal;
	margin-right: 5px;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap .icon-buy{
	background: #386FFF;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap .icon-sell{
	background: #FF1700;
}
.fund-detail-wrap .echarts-detail-data .charts-desc-wrap .icon-buy-sell{
	background: #C4C4C4;
}
.fund-detail-wrap .data-table-wrap{
	margin: 10px 0;
	padding: 10px;
}
.fund-detail-wrap .data-table-wrap span{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	margin-right: 20px;
	cursor: pointer;
}
.fund-detail-wrap .data-table-wrap span.active{
	position: relative;
	font-size: 16px;
	color: #333;
	font-weight: bolder;
}
.fund-detail-wrap .product-data-table .product-header span{
	background: #f2f2f2;
	padding: 8px 10px;
	border-right: 1px solid #dadada;
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999;
}
.fund-detail-wrap .product-data-table .product-header span:first-child{
	border-left: 1px solid #dadada;
}
.fund-detail-wrap .product-data-table .product-detail{
	max-height: 200px;
	overflow: auto;
}
.fund-detail-wrap .product-data-table .product-detail li>div{
	padding: 5px 10px;
	border: 1px solid #dadada;
	border-top: none;
	border-right: none;
}
.fund-detail-wrap .product-data-table .product-detail li>div:last-child{
	border-right: 1px solid #dadada;
}
li{
	list-style: none;
}
.desc-href{
	display: block;
	color:#4B73EB;
	cursor: pointer;
}
.text-align-left{
	text-align: left;
}
.flex-half{
	flex: 2;
}
.fund-detail-wrap .table-data{
	margin: 15px;
}
.fund-detail-wrap .table-data .table-data-detail{
	border-bottom:1px solid #dadada;
}
.fund-detail-wrap .table-data .table-data-detail .table-header{
	border-top: 1px solid #dadada;
	background: #f2f2f2;
}
.fund-detail-wrap .table-data .table-data-detail .table-header span{
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999;
	padding: 8px 10px;
	border-right: 1px solid #dadada;
	font-weight: normal;
}
.fund-detail-wrap .table-data .table-data-detail .table-header label{
	font-size: 16px;
	font-weight: normal;
}
.fund-detail-wrap .table-data .table-data-detail .table-header span:first-child{
	border-left: 1px solid #dadada;
}
.fund-detail-wrap .data-table-wrap .table-detail{
	max-height: 200px;
	overflow: auto;
}
.fund-detail-wrap .data-table-wrap .table-detail li:nth-child(even){
	background: #f7f5fa;
}
.fund-detail-wrap .table-data-detail .table-detail li span{
	padding: 5px 10px;
	margin-right: 0;
	border-right: 1px solid #dadada;
}
.fund-detail-wrap .table-data-detail .table-detail li span:first-child{
	border-left: 1px solid #dadada;
}
.fund-detail-wrap .table-desc{
	margin: 10px 15px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.fund-detail-wrap .common-wrap{
	margin-bottom: 20px;
}
.fund-detail-wrap .common-wrap .title{
	position: relative;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-left: 5px;
}
.fund-detail-wrap .common-wrap .sec-title{
	position: relative;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-left: 10px;
	font-weight: bolder;
}
.fund-detail-wrap .common-wrap .line-x{
	height: 2px;
	background: #dadada;
	border-radius: 6px;
	margin: 0 20px;
}
.fund-detail-wrap .common-wrap .desc{
	font-size: 14px;
	text-align: justify;
	color: #999;
	padding: 0 15px;
}
.fund-detail-wrap .flex-wrap-column{
	display: flex;
	flex-direction: column;
}
.fund-detail-wrap .flex-wrap-row{
	display: flex;
	flex-direction: row;
}
.fund-detail-wrap .custom-table{
	margin: 10px 15px;
	/*border-top: 1px solid #dadada;*/
	/*border-right: 1px solid #dadada;*/
}
.fund-detail-wrap .custom-table > div.odd{
	background: #f7faff;
}
.fund-detail-wrap  .custom-title{
	flex: 0 0 140px;
	margin-bottom: 0;
	padding: 5px 20px;
	border: 1px solid #dadada;
	/*border-top: none;*/
	/*border-right: none;*/
	color: #999;
}
.fund-detail-wrap .custom-desc{
	flex: 1;
	margin-bottom: 0;
	padding: 5px 10px;
	border: 1px solid #dadada;
	border-left: none;
	/*border-top: none;*/
	/*border-right: none;*/
}
.flex-wrap-center{
	display: flex;
	align-items: center;
}
.fund-detail-wrap .echarts-data-bg{
	padding: 10px;
	margin: 10px 0;
}
.fund-detail-wrap .line{
	display: inline-block;
	width: 15px;
	height: 3px;
	border-radius: 6px;
	margin-bottom: 4px;
}
.fund-detail-wrap .icon-sell-color{
	background: #FF1700;
}
.fund-detail-wrap .icon-buy-color{
	background: #386FFF;
}
.fund-detail-wrap .icon-his-color{
	background: rgba(157, 195, 230, 0.6);
}
.positive-color{
	color: #FF0D0D!important;
}
.negative-color{
	color: #02A67B!important;
}
.margin-top-zero{
	margin-top: 0!important;
}
.margin-top{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
#topFieldsWrap{
	min-width: 380px;
}
.fund-detail-wrap .btn-select {
	padding: 5px 30px;
	border: 1px solid #02a7f0;
	color: #02a7f0;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
}
.fund-detail-wrap .btn-select i {
	margin-right: 5px;
}
.fund-detail-wrap .more-desc-btn{
	white-space: nowrap;
	margin: 0 10px;
	color: #4B73EB;
	cursor: pointer;
}
.toast-wrap .mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 399;
}
.toast-wrap .toast-content{
	position: fixed;
	border-radius: 12px;
	z-index: 899;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #F5F5F5;
	padding: 20px 0 0 0;
}
.toast-wrap .invest-strategy-wrap{
	padding: 20px 10px 10px 10px;
}
.common-toast-wrap .toast-content,.common-toast-wrap .mask{
	z-index: 999;
}
.toast-wrap .toast-content .toast-desc{
	padding: 0 20px;
}
.common-toast-wrap .btn-confirm-wrap .cancel-btn{
	font-size: 16px;
	color: #333;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.common-toast-wrap .confirm-content-wrap .toast-desc{
	padding-bottom: 20px;
}
.toast-wrap .table-wrap{
	width: 500px;
	padding: 20px 10px;
	border-radius: 6px;
	max-height: 300px;
	overflow-y: auto;
}
.toast-wrap .title{
	font-size: 16px;
	color: #333;
	font-weight: bolder;
}
.toast-wrap .table-wrap .table-list-header span{
	border: 1px solid #ccc;
	background: #F5F5F5;
	padding: 5px 10px;
}
.toast-wrap .table-wrap .table-list-header span:first-child,.toast-wrap .table-wrap .table-list li span:first-child{
	border-right: none;
}
.toast-wrap .table-wrap .table-list li span{
	border: 1px solid #ccc;
	border-top: none;
	padding: 5px 10px;
}
.toast-wrap .common-title{
	font-size: 18px;
	text-align: center;
}
.toast-wrap .common-desc{
	font-size: 16px;
	max-width: 300px;
}
.toast-wrap .common-toast-wrap{
	z-index: 999;
}
.common-toast-wrap .close-btn{
	font-size: 16px;
	color: #1989fa;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.fund-detail-wrap .table-header .icon-question{
	position: relative;
	top: 3px;
}
/*资产列表*/
.asset-list-wrap .page-title{
	font-size: 16px;
	font-weight: bolder;
}
.asset-list-wrap .top-data-wrap{
	margin: 20px 0 10px 0;
}
.asset-list-wrap .top-data-wrap .top-data-item{
	display: inline-block;
	width: 180px;
	padding: 15px 20px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	margin-right: 10px;
	margin-bottom: 20px;
}
.asset-list-wrap .top-data-wrap .top-data-item .num{
	font-size: 16px;
	font-weight: bolder;
}
.asset-list-wrap .top-data-wrap .top-data-item .flex-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.asset-list-wrap .top-data-wrap .top-data-item .desc-wrap .desc{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.asset-list-wrap .top-data-wrap .top-data-item i{
	margin-left: 5px;
}
.asset-list-wrap  .asset-hold-title{
	margin: 10px 0;
	align-items: center;
}
.asset-list-wrap  .asset-hold-title .title{
	font-size: 16px;
	color: #333;
}
.asset-list-wrap .asset-hold-title .line{
	flex: 1;
	height: 1px;
	margin-bottom: 0;
	margin-left: 5px;
	opacity: 0.3;
}
.asset-list-wrap .asset-hold-list .list-item{
	padding: 0 15px;
	margin-bottom: 20px;
}
.asset-list-wrap .asset-hold-list .mind-wrap{
	border-bottom: 1px solid #dadada;
	margin: 20px 0;
	flex-wrap: wrap;
}
.asset-list-wrap .asset-hold-list .mind-wrap .flex-item{
	flex:0 0 180px;
}
.asset-list-wrap .asset-hold-list .mark-wrap{
	margin-top: 10px;
}
.asset-list-wrap .asset-hold-list .asset-list-left{
	flex: 1;
	padding: 15px 10px;
}
.asset-list-wrap .asset-hold-list .asset-list-right{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 182px;
	border-left: 2px solid #dadada;
}
.asset-list-wrap .asset-hold-list .asset-list-left .name-wrap .name{
	display: inline-block;
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	letter-spacing: 1px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 0;
	text-align: justify;
	cursor: pointer;
}
.asset-list-wrap .asset-hold-list .asset-list-right .buy-btn{
	display: block;
	width: 150px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 5px 10px 15px;
	text-align: center;
	cursor: pointer;
}
.asset-list-wrap .asset-hold-list .asset-list-right .sell-btn{
	display: block;
	width: 150px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 5px 10px 15px;
	text-align: center;
	cursor: pointer;
}
.asset-list-wrap .asset-hold-list .asset-list-left .mind-wrap .value{
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	max-width: 240px;
	word-break: break-word;
}
.asset-list-wrap .asset-hold-list .asset-list-left .mind-wrap .font-gray{
	color: #999;
	font-size: 18px;
}
.asset-list-wrap .asset-hold-list .asset-list-left .mind-wrap .font-gray i{
	margin-left: 5px;
}
.asset-list-wrap .asset-hold-list .name-wrap .left-wrap{
	display: flex;
	align-items: flex-start;
	min-width: 400px;
}
.asset-list-wrap .asset-hold-list .name-wrap .risk{
	background: #F8F2E7;
	color: #FF0D0D;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 10px;
}
.asset-list-wrap .asset-hold-list .name-wrap .type {
	background: #F8F2E7;
	color: #C78B4C;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 10px;
}
.asset-list-wrap .asset-hold-list .name-wrap .strategy {
	background: #F8F2E7;
	color: #C78B4C;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 10px;
}
.asset-list-wrap .asset-hold-list .name-wrap .state {
	background: #F8F2E7;
	color: #C78B4C;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 10px;
}
.asset-tip{
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.toast-buy-wrap .toast-sell-content{
	width: 500px;
	background: #fff;
}
.toast-buy-wrap .image-upload-wrap{
	flex-wrap: wrap;
}
.toast-buy-wrap .image-upload-list li{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	padding: 5px;
	background: #dadada;
	margin-right: 10px;
}
.toast-buy-wrap .image-upload-list li img{
	display: inline-block;
	width: 70px;
	height: auto;
	max-height: 70px;
}
.toast-buy-wrap .image-upload-list .icon-delete{
	position: absolute;
	right: -5px;
	top: -3px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.toast-wrap .toast-sell-content .title-wrap{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}
.toast-wrap .toast-sell-content .title-wrap .title{
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	padding-left: 20px;
}
.toast-wrap .toast-sell-content .title-wrap .close-btn{
	font-size: 26px;
	color: rgba(0,0,0,.2);
	padding-right: 20px;
	line-height: 22px;
	cursor: pointer;
}
.toast-wrap .toast-sell-content .item-list{
	padding: 10px 20px;
}
.toast-wrap .toast-sell-content .item-list .item-list-i{
	margin-bottom: 5px;
}
.toast-wrap .toast-sell-content .item-list .item-list-i .desc{
	color: #777;
	font-size: 14px;
	flex: 0 0 130px;
	line-height: 24px;
}
.toast-wrap .toast-sell-content .item-list .item-list-i .value{
	color: #333;
	font-size: 14px;
	flex: 1;
	text-align: right;
	line-height: 24px;
}
.toast-wrap .toast-sell-content .item-list .item-list-i select{
	border: none;
}
.toast-wrap .toast-sell-content .item-list .item-list-i .value input{
	border: none;
	text-align: right;
	padding: 3px 5px;
}
.toast-wrap .openday-select-wrap{
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
}
.toast-wrap .openday-select-item-wrap{
	flex: 1;
	margin-right: 5px;
}
.toast-wrap .openday-select{
	position: absolute;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	background: #fff;
	z-index: 999;
	top: 35px;
	right: 0;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.toast-wrap .openday-select li {
	cursor: pointer;
	padding: 3px 5px;
}
.toast-wrap .openday-select li:hover{
	background-color: #f5f7fa;
}
.toast-wrap .icon-select-drop svg{
	transform: rotate(180deg);
}
.toast-wrap  .reservation-btn{
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bolder;
	margin-top: 20px;
	cursor: pointer;
}
.toast-wrap .client-btn{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bolder;
	cursor: pointer;
}
.toast-wrap .redeem-desc{
	font-weight: bolder;
}

.redeem-btn{
	border-radius: 6px;
	padding: 5px 10px;
	cursor: pointer;
	margin-left: 10px;
}
.customer-service-wrap .title{
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.customer-service-wrap .wx-code-wrap img{
	display: block;
	width: 150px;
	height: auto;
	margin: 10px auto;
}
.customer-service-wrap .tip-desc{
	margin: 0 20px 20px 20px;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 0.5px;
	max-width: 270px;
}
.customer-service-wrap .service-list{
	padding: 5px 40px;
}
.customer-service-wrap .service-list .desc{
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}
.investor-statement-wrap .investor-statement-content-wrap{
	position: fixed;
	width: 70%;
	height: 80%;
	margin: 0 auto;
	top: 10%;
	left: 15%;
	background: #fff;
	padding: 10px 20px 30px 20px;
	z-index: 499;
	color: #333;
	border-radius: 4px;
	text-align: left;
}
.investor-statement-wrap .investor-statement-content-wrap .statement-content-wrap{
	max-height: 90%;
	overflow: auto;
}
.investor-statement-wrap .close-btn{
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}
.investor-statement-wrap .close-btn .btn-sure{
	padding: 10px 100px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	cursor: pointer;
}
.warning-confirm-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
	padding: 40px 120px;
}
.warning-confirm-wrap .title{
	margin-bottom: 20px;
	text-align: center;
}
.warning-confirm-wrap .desc{
	font-size: 14px;
	color: #777;
	letter-spacing: 0.5px;
	text-align: justify;
}
.warning-confirm-wrap .check-desc{
	display: inline;
	font-size: 14px;
	color: #777;
	font-weight: bolder;
	letter-spacing: 0.5px;
}
.warning-confirm-wrap .sure-btn{
	width: 360px;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 40px auto;
	color: #fff;
	cursor: pointer;
}

.icon-question{
	cursor: pointer;
}
.margin-right-10{
	margin-right: 10px;
}
@keyframes bounce {
	to {
		transform: translateY(-20px);
	}
}

@keyframes rotate{
	0%   {transform: rotate(0deg)}
	50%  {transform: rotate(90deg)}
	100% {transform: rotate(180deg)}
}
@-moz-keyframes rotate{
	0%   {transform: rotate(0deg)}
	50%  {transform: rotate(90deg)}
	100% {transform: rotate(180deg)}
}
@-webkit-keyframes rotate{
	0%   {transform: rotate(0deg)}
	50%  {transform: rotate(90deg)}
	100% {transform: rotate(180deg)}
}
@-o-keyframes rotate{
	0%   {transform: rotate(0deg)}
	50%  {transform: rotate(90deg)}
	100% {transform: rotate(180deg)}
}