.invest-info-box{
	padding: 3rem 0;
}
.invest-tit-box{
	/* padding-right: 3.33%; */
}
.invest-tit-box .pub-more{
	float: right;
	margin-top: .55rem;
}
.invest-tit-box .style-tit{
	float: left;
}
.invest-tit-box .invest-buttons{
	float: right;
	margin-top: .25rem;
}
.invest-tit-box .invest-buttons a{
	margin-left: 10px;
}
.invest-buttons{
	font-size: 0;
	display: none;
}
.invest-buttons a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d70b24;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 100%;
	transition: all .3s;
}
.invest-buttons .prev{
	background-image: url('../img/invest-prev.png');
}
.invest-buttons .next{
	background-image: url('../img/invest-next.png');
}
.invest-tab{
	margin-top: 1.25rem;
	overflow: hidden;
}
.invest-tab .swiper-slide{
	width: 23.88%;
	margin-right: 1.11%;
}
.invest-tab .con-box{
	display: block;
	background-color: #f7f7f7;
	height: 10.5rem;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1.25rem .9rem;
	position: relative;
	transition: all .3s;
}

.invest-tab .tit{
	font-size: .6rem;
	line-height: .8rem;
	color: #222;
	position: relative;
	z-index: 3;
	transition: all .3s;
}
.invest-tab .time-box{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 1.25rem;
	padding: 0 .9rem;
	width: 100%;
}
.invest-tab .time-box .time{
	float: left;
	font-size: .4rem;
	line-height: .45rem;
	color: #999;
	font-family: "gilroy-regular";
}
.invest-tab .time-box .pub-more{
	float: right;
}
.invest-tab .time-box .pub-more span{
	color: #666;
}
.invest-tab .swiper-slide:first-child{
	width: 50%;
}
.invest-tab .swiper-slide:first-child .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s;
}
.invest-tab .swiper-slide:first-child .tit{
	font-size: .75rem;
	line-height: 1rem;
	color: #fff;
	width: 50%;
}
.invest-tab .swiper-slide:first-child .time-box .pub-more{
	float: left;
}

.invest-tab .swiper-slide:first-child .time-box .pub-more span{
	color: #fff;
	padding-right: 0;
	padding-left: .7rem;
	margin-left: 1rem;
}

.invest-tab .swiper-slide:first-child .time-box .pub-more span:before {
	left: 0;
	right: auto;
}
.invest-tab .swiper-slide:first-child .time-box .time{
	float: left;
	margin-left: .7rem;
	color: #fff;
}
@media(max-width: 767px){
	.invest-tab .swiper-slide:first-child .time-box .time {
		margin-left: 0;
	}
	.invest-tab .swiper-slide:first-child .time-box .pub-more span {
		padding-right: 0;
		padding-left: .7rem;
		margin-left: 0;
	}
}
.structure-box{
	padding-top: 3rem;
}
.structure-table{
	margin-top: 1.25rem;
}
.structure-table table{
	width: 100%;
}
.structure-table th,
.structure-table td{
	text-align: center;
	height: 1.25rem;
	font-size: .375rem;
	font-family: "Gilroy-Medium";
	color: #666;
	line-height: 1.25rem;
}
.structure-table th{
	background-color: #d70b24;
	color: #fff;
	font-weight: normal;
}

.manage-box{
	padding: 3rem 0 0;
}
.manage-box .manage-tab{
	margin-top: 1.25rem;
	overflow: hidden;
}
.manage-box .manage-tab .swiper-slide{
	width: 31.11%;
	margin-right: 3.33%;
}
.manage-box .manage-tab .swiper-slide:last-child{
	margin-right: 0;
}
.manage-box .manage-tab .con-box{
	display: block;
}
.manage-box .manage-tab .img{
	border-radius: 6px;
	overflow: hidden;
}
.manage-box .manage-tab img{
	width: 100%;
	transition: all .3s;
}
.manage-box .manage-tab .tit{
	font-size: .6rem;
	line-height: .7rem;
	color: #222;
	margin-top: .8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.manage-box .manage-tab .pub-more{
	margin-top: .7rem;
}
.manage-box .manage-tab .pub-more span{
	padding-right: .7rem;
}
.stock-box{
	padding-top: 3rem;
}
.stock-wrap{
	padding: 3rem 6.67% 2.75rem;
	background-color: #d70b24;
	border-radius: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/stock-bg.png');
}
.stock-wrap .stock-text-box{
	float: right;
	width: 50%;
}
.stock-wrap .style-tit{
	color: #fff;
}
.stock-wrap .data-box{
	margin-top: 1.6rem;
}
.stock-wrap .data-box .top-box{
	border-top: 2px solid #fff;
	position: relative;
}
.stock-wrap .data-box .left{
	padding: .6rem 0;
	float: left;
}
.stock-wrap .data-box .left .code{
	font-size: .55rem;
	line-height: .6rem;
	color: #fff;
}
.stock-wrap .data-box .left .code span{
	font-weight: bold;
}
.stock-wrap .data-box .left .price-box{
	margin-top: .1rem;
	font-size: 0;
}
.stock-wrap .data-box .left .sp{
	font-size:.45rem;
	line-height: .5rem;
	color:#fff;
	margin:0 5px;
	display:inline-block;
}
.stock-wrap .data-box .left .sp2{
	margin: 0;
}
.stock-wrap .data-box .left .price-box .num,
.stock-wrap .data-box .left .price-box .unit{
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	font-family: arial;
	font-weight: bold;
}
.stock-wrap .data-box .left .price-box .num{
	font-size: 1.25rem;
	line-height: 1.6rem;
	
}
.stock-wrap .data-box .left .price-box .unit{
	font-size: .4rem;
	line-height: .5rem;
	margin-left: .25rem;
}
.stock-wrap .data-box .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 3.875rem;
	height: 100%;
	border-left: 2px solid #fff;
}
.stock-wrap .data-box .right ul{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: .8rem;
	box-sizing: border-box;
	width: 100%;
}
.stock-wrap .data-box .right li{
	
	margin-bottom: .1rem;
	font-size: 0;
	white-space: nowrap;
}
.stock-wrap .data-box .right li:last-child{
	margin-bottom: 0;
}
.stock-wrap .data-box .right li .tit,
.stock-wrap .data-box .right li .price{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .4rem;
	color: #fff;
	vertical-align: top;
}
.stock-wrap .data-box .right li .price{
	margin-left: 1.25rem;
}
.stock-wrap .data-list{
	padding: .6rem 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.stock-wrap .data-list .tit{
	font-size: .375rem;
	line-height: .4rem;
	color: #fff;
}
.stock-wrap .data-list .num{
	font-size: .75rem;
	line-height: .8rem;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	margin-top: .1rem;
}
.stock-wrap .time{
	font-size: .35rem;
	line-height: .4rem;
	color: #fff;
	margin-top: 1.6rem;
}
.message-box{
	padding: 3rem 0;
}
.message-box .style-tit{
	float: left;
}
.message-box .message-right{
	float: right;
	width: 50%;
}
.message-box .message-right .inp{
	float: left;
	width: 27.77%;
	margin-right: 1.11%;
	position: relative;
}
.message-box .message-right .select-inp{
	margin-right: 0;
	width: 42.24%;
	z-index: 3;
}
.message-box .message-right .message-inp{
	margin-right: 0;
	width: 100%;
}
.message-tit{
	font-size: .45rem;
	line-height: .5rem;
	color: #222;
}
.message-tit span{
	color: #d70b24;
}
.message-box .message-right input[type=text]{
	margin-top: .4rem;
	width: calc(100% - 1rem);
	padding: .375rem .5rem;
	font-size: .375rem;
	height: .5rem;
	background-color: #f8f8f8;
	color: #999;
	border-radius: 4px;
}
.message-box .message-right .select{
	margin-top: .4rem;
	position: relative;
}
.message-box .message-right .select-tit{
	font-size: .375rem;
	color: #333;
	font-size: .375rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 4px;
	background-color: #f8f8f8;
	display: block;
	padding: 0 .8rem;
	position: relative;
}

.message-box .message-right .select-tit:before{
	content: "";
	position: absolute;
	right: .5rem;
	top: 50%;
	margin-top: -2px;
	width: 9px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../img/select-arrow.png');
}
.message-box .message-right .select .sub{
	position: absolute;
	left: 0;
	top: 1.25rem;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display: none;
}
.message-box .message-right .select .sub a{
	display: block;
	font-size: .375rem;
	height: 1.25rem;
	line-height: 1.25rem;
	padding: 0 .8rem;
	border-bottom: 1px solid #f5f5f5;
	color: #666;
	background-color: #fff;
	transition: all .3s;
}
.message-box .message-right .message-inp{
	margin: 1.2rem 0 1rem;
}
.message-box .message-right textarea{
	font-size: .375rem;
	line-height: .5rem;
	color: #999;
	padding: .25rem .5rem;
	height: 3.25rem;
	background-color: #f8f8f8;
	width: calc(100% - 1rem);
	border-radius: 4px;
	margin-top: .4rem;
}
.message-box .message-right .check-tit{
	float: left;
	font-size: .375rem;
	line-height: 1.25rem;
	color: #666;
}
.message-box .message-right .check-inp{
	margin-bottom: 0; 
	width: 45.56%;
}
.message-box .message-right .check-inp input[type=text]{
	float: left;
	margin: 0 0 0 3.9%;
	width: 24.39%;
}
.message-box .message-right .check-inp img{
	float: right;
	width: 36.5853%;
	height: 1.25rem;
	border-radius: 4px;
}
.message-box .message-right .btns{
	float: right;
	font-size: 0;
}
.message-box .message-right .btns input{
	width: 4.5rem;
	height: 1.25rem;
	border-radius: 4px;
	background-color: #eee;
	color: #666;
	font-size: .375rem;
	margin-left: .4rem;
	transition: all .3s;
}
.pdf-box{
	padding: 3rem 0;
	background-color: #f7f7f7;
}
.pdf-wrap{
	position: relative;
}
.pdf-wrap .invest-tit-box{
	float: left;
}
.pdf-wrap .style-tit{
	float: left;
}
.pdf-wrap .pdf-tab{
	float: right;
	width: 73.88%;
	overflow: hidden;
}
.pdf-wrap .pdf-tab .swiper-slide{
	width: 32.33%;
	margin-right: 1.5%;
}
.pdf-wrap .pdf-tab .swiper-slide:last-child{
	margin-right: 0;
}
.pdf-wrap .pdf-tab .con-box{
	display: block;
	background-color: #fff;
	padding: 1.25rem 1rem;
	border-radius: 6px;
	height: 10.5rem;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
}

.pdf-wrap .pdf-tab .time{
	font-size: .5rem;
	line-height: .6rem;
	font-family: "gilroy-regular";
	color: #d70b24;
	transition: all .3s;
}
.pdf-wrap .pdf-tab .tit{
	font-size: .6rem;
	line-height: .8rem;
	color: #222;
	margin-top: .2rem;
	transition: all .3s;
}
.pdf-wrap .pdf-tab .bottom-box{
	position: absolute;
	left: 0;
	bottom: 1.25rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1rem;
}
.pdf-wrap .pdf-tab .download-btn{
	float: left;
	font-size: .375rem;
	line-height: .75rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .325rem;
	background-image: url('../img/download-btn.png');
	padding-left: .5rem;
	color: #666;
	transition: all .3s;
}
.pdf-wrap .pdf-tab .pdf-icon{
	float: right;
	width: .75rem;
	height: .75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/pdf-icon.png');
	transition: all .3s;
}
.pdf-wrap .pdf-tab .pdf-icon img{
	width: 100%;
}

/* .pdf-wrap .invest-buttons{
	position: absolute;
	left: 0;
	bottom: 0;
}
.pdf-wrap .invest-buttons a{
	margin-right: 10px;
} */
.pdf-box .pub-more{
	position: absolute;
	left: 0;
	bottom: 0;
}
.pdf-box .pub-more span{
	padding-right: .7rem;
}
.invest-list{
	padding: 3rem 0;
	margin: 0;
}
.invest-list .row{
	margin: 0 -.25rem;
}
.invest-list .item{
	box-sizing: border-box;
	padding: 0 .25rem;
	margin-bottom: .5rem;
}

.invest-list .page-box{
	margin-top: 2.35rem;
}

@media (max-width: 1366px){
	.message-box .message-right{
		width: 65%;
	}
	.message-box .message-right .check-inp img{
		width: 35%;
	}
}