<style>
	.versionSelectDiv{
		border-top:0px solid #F00;
		border-bottom:1px solid rgba(221, 221, 221, 1);
		border-left:0px solid #F00;
		border-right:0px solid #F00;
	}
	
	.versionSelect{
		border:0px solid #F00;
		width:206px;
		height:36px;
		margin-bottom : 10px;
		font-size:14px;
		padding-left:5px;
		/*appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background: url("./img/left.svg") no-repeat scroll right 0.03rem transparent;
		background-size: 0.13rem 0.26rem;
		padding-right: 0.14rem;
		transform: rotate(90deg);*/
	}
</style>