/******************public*****************/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.link{
	font-size: 12px;
	text-align: left;
}
.link1{
	font-size: 12px;
	text-align: left;
}
.link2{
	font-size: 12px;
	text-align: left;
}
.link3{
	font-size: 12px;
	text-align: left;
}
.link4, .link5{
	font-size: 12px;
	text-align: left;
}
p{
	margin: 0;
	text-align: center;
	color: #595757;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	min-height: 100%;
	background: #ffffff;
	font-size: 16px;
}
.icon{
	display: block;
	position: relative;
}
.icon-triangle{
	width: 15px; 
	height: 12px;
    background: url(../images/icon.png) -10px -10px;
}
.icon-deadline{
	width: 28px; 
	height: 27px;
    background: url(../images/icon.png) -45px -10px;
}
.icon-rollout{
	width: 29px;
	height: 27px;
    background: url(../images/icon.png) -141px -10px;
}
.icon-rollinto{
	width: 28px; 
	height: 27px;
    background: url(../images/icon.png) -93px -10px;
}
.icon-shoppingcart{
	width: 31px; 
	height: 28px;
    background: url(../images/icon.png) -190px -10px;
}
.icon-fail{
	width: 81px; 
	height: 81px;
    background: url(../images/icon.png) -241px -10px;
}
.icon-success{
	width: 84px; 
	height: 84px;
    background: url(../images/icon.png) -342px -10px;
}
.btn{
	display: block;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	cursor: default;
}
.btn:active{
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0.9;
}
.btn-block{
	width: 100%;
	height: 45px;
}
.btn-red{
	background: #c1272d;
	color: #fff;
	margin: 13px auto 20px;
}
.modal{
	width: 364px;
	padding: 34px 0 0;
	margin: 0 auto;
	display: none;
}
.modal .icon{
	margin: 0 auto 15px;
}
/******************基金转换查询*****************/
h1{
	font-size: 28px;
	color: #c1272d;
	text-align: center;
	margin: 28px 0 28px;
	font-weight: normal;
}
.container{
	width: 650px;
	min-height: 740px;
	margin: 0 auto;
	padding: 24px 0;
	background: url(../images/bg.png) repeat-y;
}
.main{
	width: 508px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	background: rgba(255,255,255,0.7);
	border: #939393 solid 1px;
	border-radius: 10px;
	box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-webkit-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-moz-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-ms-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-o-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
}
.main-warp{
	width: 364px;
	margin: 0 auto;
}
.input-warp{
	width: 100%;
	height: 41px;
	margin-bottom: 7px;
	line-height: 39px;
	border: 1px solid #c1272d;
	border-radius: 5px;
	position: relative;
}
.input-warp .icon-warp{
	width: 64px;
	height: 100%;
	position: relative;
	float: left;
}
.input-warp .icon{
	position: absolute;
	top: 50%;
	left: 50%;
}
.input-warp .icon-deadline{
	margin: -14px 0 0 -14px;
}
.input-warp .icon-rollout{
	margin: -14px 0 0 -14px;
}
.input-warp .icon-rollinto{
	margin: -14px 0 0 -14px;
}
.input-warp .icon-shoppingcart{
	margin: -14px 0 0 -15px;
}
.select-warp{
	width: 298px;
	height: 100%;
	border-left: 1px solid #c1272d;
	float: right;
	position: relative;
}
.placeholder{
	color: #b0afae !important;
}
.select-warp input{
	width: 237px;
	height: 100%;
	border: 0;
	color: #626061;
	background: transparent;
	/*padding: 0 40px 0 20px;*/
	margin: 0 0 0 20px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.select-warp input::-webkit-input-placeholder{
	text-align: center;
}
.selected{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #afaeae;
}
.select-warp .icon-triangle{
	top: 50%;
	right: 10px;
	left: auto;
	margin: -6px 0 0 0;
	z-index: 9;
}
.input-warp select{
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	appearance:none;  
  	-moz-appearance:none;  
  	-webkit-appearance:none;  
}
select option{
	width: 100%;
	border: 1px solid #c1272d;
	text-align: center;
}
.cwarp{
	width: 100%;
	min-height: 100px;
	margin: 20px 0 10px;
	border: #c1272d solid 1px;
	border-radius: 10px;
}
.cwarp h2{
	margin: 12px 0;
	font-size: 20px;
	color: #c1272d;
	text-align: center;
	font-weight: normal;
}
.twarp{
	width: 100%;
	height: 49px;
	line-height: 48px;
	border-top: #c1272d solid 1px;
}
.sf{
	width: 143px;
	height: 100%;
	text-align: center;
	display: inline-block;
	border-right:#c1272d solid 1px;
}
.cf{
	width: 210px;
	height: 100%;
	text-align: right;
	padding-right: 14px;
	display: inline-block;
}
.tip{
	font-size: 16px;
	color: #595757;
}
.rule{
	margin: 20px auto;
	color: #2769ff;
	text-align: center;
	cursor: pointer;
}
.rule span{
	letter-spacing: -8px;
}
.rule-warp{
	width: 614px;
	height: 692px;
	display: none;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	border: #939393 solid 1px;
	border-radius: 10px;
	box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-webkit-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-moz-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-ms-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
	-o-box-shadow: 1px 0px 8px rgba(57,57,57,0.3);
}
.rule-content{
	width: 580px;
	height: 585px;
	padding: 0 13px;
	background: #ffffff;
	margin: 10px auto 0;
	overflow: auto;
}
.rule-content::-webkit-scrollbar{
	width: 6px;
	border-radius: 3px; 
	background-color: #d5d5d5;
}
.rule-content::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     
    background-color: #F5F5F5;  
}
.rule-content::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #c1272d;  
}  
.rule-content p,.rule-content h5{
	text-align: left;
	margin: 0;
	color: #221815;
}
.rule-content h5{
	text-align: left;
	margin-top: 15px;
	line-height: 20px;
	font-size: 14px;
}
.rule-content p{
	text-align: left;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}
.btn-warp{
	width: 366px;
	margin: 27px auto 0;
}
.select-content{
	width: 299px;
	height: 355px;
	text-align: center;
	line-height: 300px;
	font-size: 16px;
	display: none;
	padding: 4px 2px;
	max-height: 311px;
	overflow: auto;
	background: #ffffff;
	background: rgba(255,255,255,0.95);
	position: absolute;
	top: 36px;
	left: -1px;
	z-index: 10;
	border: #c1272d solid 1px;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.select-input{
	background: #ffffff !important;
	background: rgba(255,255,255,0.95) !important;
}
/*:root .select-content{
	width: 316px\9;
}*/
.select-content::-webkit-scrollbar{
	width: 6px;
	border-radius: 3px; 
	background-color: #d5d5d5;
}
.select-content::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     
    background-color: #F5F5F5;  
}
.select-content::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #c1272d;  
} 
.select-content li{
	width: 100%;
	line-height: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	cursor: default;
}
.select-content li:hover{
	background: #b3d3ff;
}
.select-on{
	background: #b3d3ff !important;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.loading{
	width: 124px;
	height: 124px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin: 0 0 0 -62px;
}
.link{
	font-size: 12px;
}
.dtip{
	display: none;
}
.link,.dtip,.tip,.tips{
	text-align: left;
	font-size: 12px;
}
.tips{
	display: none;
}