@charset "utf-8";
/* CSS Document */

.dx-wrap {
	min-width:300px;
	max-width:620px;
	padding: 10px;
	margin: 0 auto;
}
.btn
{
	width:225px;
	margin:15px auto;
	}
.btn-c
{
	width:73px;
	border:1px solid #0a83e8;
	background:#fff;
	color:#0a83e8;
	text-align:center;
	line-height:40px;
	font-size:16px;
	position:relative;
	float:left;
	}
.c-left
{
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	}
.c-middle
{
	border-top:1px solid #0a83e8;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #0a83e8;
	}
.c-right
{
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	}
.active
{
	background:#0a83e8;
	color:#fff;
	}
.active:after
{
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	position:absolute;
	right:25px;
	bottom:-21px;
	}
.dx-list
{
	width:80%;
	margin:20px 5%;
	padding:20px 5%;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.dx-title
{
	line-height:40px;
	font-size:16px;
	}
.dx-input input
{
	width:93%;
	height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #dcdcdc;
	line-height:40px;
	padding:0 2.5%;
	font-size:16px;
	color:#a0a0a0;
	}
.dx-btn
{
	width:90%;
	padding:0 5%;
	margin:120px 0;
	}
.dx-btn a
{
	width:100%;
	height:50px;
	line-height:50px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	background-color:#0a83e8;
	}