@media screen and (min-width:751px) {
	.content{
		flex: 1;
	}
	/* 首页 */
	.container{
		width: 100%;
		overflow: auto;
		margin: 2.5% auto 20px;
	}
	.index{
		flex-wrap: wrap;
		justify-content:space-between;
		align-items:center;
	}
	.index .part{
		width: 48.5%;
		padding: 15px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		margin-bottom: 20px;
	}
	.index .part:nth-child(2){
		padding: 0;
		background: none;
	}
	.index .part .sm_part{
		width: 48.5%;
		padding: 15px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		margin-bottom: 26px;
	}
	.index .part .partTitle{
		font-weight: bold;
		font-size: 18px;
		color: white;
		margin-bottom: 20px;
	}
	.index .part:nth-child(2) .partTitle{
		font-weight:400;
		font-size: 15px;
	}
	.index .part .userInfo{
		width: 100%;
		color: white;
		line-height: 30px;
		font-weight: bold;
	}
	.index .part .userInfo .base{
		flex: 1;
	}
	.index .part .userInfo .userImg{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.index .part .userInfo .userImg img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.index .part .userInfo span{
		font-weight: 400;
		flex: 1;
		font-size: 14px;
	}
	.index .val{
		font-weight: bold;
		color: white;
		font-size: 20px;
	}
	.index .noticLine{
		color: white;
		font-size: 14px;
		line-height: 28px;
		margin-right: 10px;
		cursor: pointer;
	}
	.index .noticLine .time{
		color: #B2B2B2;
	}
	.index .noticLine .tit{
		flex: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.noticDetail,.email{
		width: 50%;
		height:80%;
		overflow: auto;
		background: white;
		border-radius: 5px;
	}
	.noticDetail::-webkit-scrollbar,
	.email::-webkit-scrollbar{
	    display: none;
	}
	.noticDetail .toastTit,
	.email .toastTit{
		padding: 12px;
		box-sizing: border-box;
		background: #F3F3F3;
		font-weight: bold;
	}
	.noticDetail .noticContent,
	.email .noticContent{
		padding: 14px 20px;
		box-sizing: border-box;
	}
	.noticDetail .noticContent .title,
	.email .noticContent .title{
		text-align: center;
		font-weight: bold;
	}
	.noticDetail .desc,
	.email .desc{
		padding: 10px;
		border-radius: 5px;
		background: #F3F3F3;
		margin: 10px auto 20px;
	}
	.noticDetail .agree,
	.email .agree{
		cursor: pointer;
		margin: 0 auto;
		width: max-content;
		padding: 12px 80px;
		border-radius: 5px;
		color: white;
		font-size: 14px;
		background: #35A4F9;
		font-weight: bold;
	}
	/* 注册账户 */
	.regist{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
	}	
	.regist .registTit{
		font-size: 24px;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 90px 0 60px;
	}
	.regist .forms{
		width: 55%;
		margin: 0 auto;
	}
	.regist .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.regist .forms .formLine .lineTit{
		width: 100px;
		color: white;
	}
	.regist .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.regist .forms .formLine .line input{
		color: white;
	}
	.regist .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto 125px;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	/* 存款管理 */
	.deposit{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding-top: 80px;
	}
	.deposit .titles{
		width: 40%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.deposit .titles .active{
		color: white;
	}
	.deposit .account{
		width: 35%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.deposit .forms{
		width: 60%;
		margin: 0 auto;
	}
	.deposit .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.deposit .forms .formLine .lineTit{
		width: 85px;
		color: white;
	}
	.deposit .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.deposit .forms .formLine .line span{
		color: white;
	}
	.deposit .forms .formLine .line input{
		color: white;
	}
	.deposit .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.deposit .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.deposit .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.deposit .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.deposit .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.deposit .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.deposit .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.deposit .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.deposit .pageTool ul{
		list-style: none;
	}
	.deposit .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.deposit .pageTool ul li a{
		display: block;
		color: white;
	}
	.deposit .pageTool ul .active{
		background: #35A4F9;
	}
	/* 取款管理 */
	.draw{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding-top: 80px;
	}
	.draw .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.draw .titles .active{
		color: white;
	}
	.draw .account{
		width: 35%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.draw .forms{
		width: 60%;
		margin: 0 auto;
	}
	.draw .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.draw .forms .formLine .lineTit{
		width: 120px;
		color: white;
	}
	.draw .forms .twoLine .lineTit{
		margin-bottom:10px;
	}
	.draw .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.draw .forms .twoLine .line{
		width: 100%;
		padding: 0;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.draw .forms .twoLine .line table{
		width: 100%;
		border: none;
	}
	.draw .forms .twoLine .line table tr{
		border-bottom: 1px solid #0175D3;
	}
	.draw .forms .twoLine .line table th,
	.draw .forms .twoLine .line table td{
		width: 50%;
		text-align: center;
		color: white;
		padding: 14px 0;
	}
	.draw .forms .formLine .line span{
		color: white;
	}
	.draw .forms .formLine .line input{
		color: white;
	}
	.draw .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.draw .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.draw .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.draw .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.draw .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.draw .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.draw .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.draw .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.draw .pageTool ul{
		list-style: none;
	}
	.draw .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.draw .pageTool ul li a{
		display: block;
		color: white;
	}
	.draw .pageTool ul .active{
		background: #35A4F9;
	}
	/* 配套管理 */
	.match{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.match .titles{
		width: 60%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.match .titles .active{
		color: white;
	}
	.match .account{
		width: 42%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.match .toast{
		color: #999999;
		margin: 10px 0;
		text-align: center;
	}
	.match .toast .special{
		color: #FFAD1E;
	}
	.match .forms{
		width: 60%;
		margin: 0 auto;
	}
	.match .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.match .forms .formLine .lineTit{
		width: 80px;
		color: white;
	}
	.match .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.match .forms .formLine .line span{
		color: white;
	}
	.match .forms .formLine .line input{
		color: white;
	}
	.match .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.match .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.match .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.match .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.match .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.match .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.match .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.match .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.match .pageTool ul{
		list-style: none;
	}
	.match .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.match .pageTool ul li a{
		display: block;
		color: white;
	}
	.match .pageTool ul .active{
		background: #35A4F9;
	}
	/* 转账管理 */
	.transfer{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.transfer .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.transfer .titles .active{
		color: white;
	}
	.transfer .account{
		width: 35%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.transfer .toast{
		color: #999999;
		margin: 10px 0;
		text-align: center;
	}
	.transfer .toast .special{
		color: #FFAD1E;
	}
	.transfer .forms{
		width: 60%;
		margin: 0 auto;
	}
	.transfer .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.transfer .forms .formLine .lineTit{
		width: 89px;
		color: white;
	}
	.transfer .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.transfer .forms .formLine .line span{
		color: white;
	}
	.transfer .forms .formLine .line input{
		color: white;
	}
	.transfer .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.transfer .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.transfer .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.transfer .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.transfer .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.transfer .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.transfer .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.transfer .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.transfer .pageTool ul{
		list-style: none;
	}
	.transfer .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.transfer .pageTool ul li a{
		display: block;
		color: white;
	}
	.transfer .pageTool ul .active{
		background: #35A4F9;
	}
	/* 转换管理 */
	.transform{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.transform .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.transform .titles .active{
		color: white;
	}
	.transform .account{
		width: 35%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.transform .toast{
		color: #999999;
		margin: 10px 0;
		text-align: center;
	}
	.transform .toast .special{
		color: #FFAD1E;
	}
	.transform .forms{
		width: 60%;
		margin: 0 auto;
	}
	.transform .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.transform .forms .formLine .lineTit{
		width: 85px;
		color: white;
	}
	.transform .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.transform .forms .formLine .line span{
		color: white;
	}
	.transform .forms .formLine .line input{
		color: white;
	}
	.transform .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.transform .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.transform .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.transform .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.transform .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.transform .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.transform .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.transform .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.transform .pageTool ul{
		list-style: none;
	}
	.transform .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.transform .pageTool ul li a{
		display: block;
		color: white;
	}
	.transform .pageTool ul .active{
		background: #35A4F9;
	}
	/* 保险明细 */
	.insurance{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.insurance .titles{
		width: 50%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.insurance .titles .active{
		color: white;
	}
	.insurance .account{
		width: 34%;
		margin: 20px auto 28px;
		padding: 10px 8px;
		border-radius: 5px;
		color: white;
		background:rgba(128,235,255, 0.5)
	}
	.insurance .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.insurance .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.insurance .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.insurance .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.insurance .history .hisOne .smallImg{
		width: 80px;
		height: 80px;
		overflow: hidden;
		margin: 0 10px;
	}
	.insurance .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.insurance .pageTool ul{
		list-style: none;
	}
	.insurance .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.insurance .pageTool ul li a{
		display: block;
		color: white;
	}
	.insurance .pageTool ul .active{
		background: #35A4F9;
	}
	.insurance .forms{
		width: 60%;
		margin: 0 auto;
	}
	.insurance .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.insurance .forms .formLine .lineTit{
		width: 90px;
		color: white;
	}
	.insurance .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.insurance .forms .formLine .line span{
		color: white;
	}
	.insurance .forms .formLine .line input{
		color: white;
	}
	.insurance .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.insurance .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.insurance .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	/* 收益明细 */
	.profit{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.profit .account{
		width: 45%;
		margin: 20px auto 28px;
		padding: 15px 0;
		border-radius: 5px;
		color: white;
		font-size: 14px;
		text-align: center;
		background:rgba(128,235,255, 0.5)
	}
	.profit .account .part .count{
		font-size:20px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.profit .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.profit .titles .active{
		color: white;
	}
	.profit .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.profit .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.profit .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.profit .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.profit .history .hisOne .smallImg{
		width: 80px;
		height: 80px;
		overflow: hidden;
		margin: 0 10px;
	}
	.profit .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.profit .pageTool ul{
		list-style: none;
	}
	.profit .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.profit .pageTool ul li a{
		display: block;
		color: white;
	}
	.profit .pageTool ul .active{
		background: #35A4F9;
	}
	.profit .timeFW{
		width: 70%;
		margin: 0 auto;
		color: white;
	}
	.profit .timeFW .time{
		width: 40%;
		border: 1px solid #35A4F9;
		margin: 0 15px;
		padding:8px 5px;
		box-sizing: border-box;
		border-radius: 4px;
	}
	.profit .timeFW .time input{
		color: white;
		text-align: center;
	}
	.profit .btn_one{
		width: 13%;
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 6px 0;
		display: block;
		font-weight: bold;
		margin: 10px auto;
	}
	/* 组织 */
	.organization{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.organization .account{
		width: 80%;
		margin: 20px auto 28px;
		padding: 15px 0;
		border-radius: 5px;
		color: white;
		font-size: 14px;
		text-align: center;
		background:rgba(128,235,255, 0.5)
	}
	.organization .account .part .count{
		font-size:20px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.organization .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	.organization .titles .active{
		color: white;
	}
	.organization .history{
		width: 80%;
		margin: 20px auto;
		border: 1px solid #35A4F9;
		border-radius: 4px;
		color: white;
		background: #00082A;
		padding:15px;
		box-sizing: border-box;
	}
	.organization .history .hisOne{
		width: 100%;
		padding: 15px 0;
		line-height: 26px;
		border-bottom: 1px solid #35A4F9;
	}
	.organization .history .hisOne .loading{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #04C43E;
	}
	.organization .history .hisOne .finish{
		font-size: 14px;
		padding:0 5px;
		border-radius: 5px;
		background: #35A4F9;
	}
	.organization .history .hisOne .smallImg{
		width: 80px;
		height: 80px;
		overflow: hidden;
		margin: 0 10px;
	}
	.organization .pageTool{
		width: 50%;
		margin: 20px auto;
		font-size: 13px;
	}
	.organization .pageTool ul{
		list-style: none;
	}
	.organization .pageTool ul li{
		cursor: pointer;
		width: 15px;
		display: inline-block;
		text-align: center;
		line-height: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.organization .pageTool ul li a{
		display: block;
		color: white;
	}
	.organization .pageTool ul .active{
		background: #35A4F9;
	}
	.organization .btn_one{
		width: 13%;
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 6px 0;
		display: block;
		font-weight: bold;
		margin: 10px auto;
	}
	/* 修改登录密码 */
	.loginPwd{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.loginPwd .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: white;
		font-weight: bold;
		cursor: pointer;
	}
	.loginPwd .toast{
		width: 60%;
		color: #999999;
		font-size: 14px;
		line-height: 24px;
		margin: 20px auto;
	}
	.loginPwd .toast .special{
		color: #FFAD1E;
	}
	.loginPwd .forms{
		width: 60%;
		margin: 0 auto;
	}
	.loginPwd .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.loginPwd .forms .formLine .lineTit{
		width: 100px;
		color: white;
	}
	.loginPwd .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.loginPwd .forms .formLine .line span{
		color: white;
	}
	.loginPwd .forms .formLine .line input{
		color: white;
	}
	.loginPwd .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.loginPwd .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.loginPwd .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	/* 修改登录密码 */
	.material{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
	}
	.material .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: white;
		font-weight: bold;
		cursor: pointer;
	}
	.material .toast{
		width: 60%;
		color: #999999;
		font-size: 14px;
		line-height: 24px;
		margin: 20px auto;
	}
	.material .toast .special{
		color: #FFAD1E;
	}
	.material .forms{
		width: 60%;
		margin: 0 auto;
	}
	.material .forms .formLine{
		width: 100%;
		margin-bottom: 24px;
	}
	.material .forms .formLine .lineTit{
		width: 95px;
		color: white;
	}
	.material .forms .formLine .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
		background: #00082A;
	}
	.material .forms .formLine .line span{
		color: white;
	}
	.material .forms .formLine .line input{
		color: white;
	}
	.material .forms .formLine .lineVal{
		margin-left: 10px;
		color: white;
	}
	.material .forms .formLine .lineVal .code{
		width: 150px;
		margin-bottom: 10px;
	}
	.material .forms .lineVals{
		flex: 1;
	}
	.material .forms .lineVals .quhao{
		width: 40px!important;
		flex: none;
		margin-right: 10px;
	} 
	.material .forms .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 40%;
		font-weight: bold;
	}
	.material .xieyi{
		margin: 0 auto;
		font-size: 14px;
		color: #999999;
	}
	.material .xieyi .status{
		width: 14px;
		height: 14px;
		margin-right: 10px;
	}
	.material .xieyi a{
		color: #FCEEC0;
	}
	/* 分享链接 */
	.share{
		background: rgba(0, 0, 0, 0.7);
		border-radius: 8px;
		padding: 80px 0;
		color: white;
		text-align: center;
	}
	.share .titles{
		width: 45%;
		margin: 0 auto;
		font-size: 24px;
		color: white;
		font-weight: bold;
		cursor: pointer;
	}
	.share .shareIcon{
		width: 200px;
		margin: 20px auto;
	}
	.share .btn_one{
		border-radius: 5px;
		text-align: center;
		color: white;
		background: #35A4F9;
		padding: 10px 0;
		margin: 16px auto;
		display: block;
		width: 30%;
		font-weight: bold;
	}
}