@charset "utf-8";
/* CSS Document */
.join{
	width:100%
	}
.join h2{
	font-size:18px;
	color:#007b69;
	line-height:24px;
	padding-left:10px;
	border-left:3px solid #007b69;
	margin-bottom:20px;
	text-transform:uppercase;
	}
.joinmain{
	width:100%;
	overflow:hidden;
	}
.joinmain ul{
	width:100%;
	}
.joinmain ul li{
	clear: both;
	padding:10px 0;
    overflow: hidden;
	}
.join-label{
	float:left;
	width:20%;
	height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
	text-align:right;
	margin-right:2%;
	}
.join-label:before{
	color: #f00;
    content: "* ";
    font-weight: bold;
	}
.join-info{
	display:block;
	float:left;
	width:78%;
	}
.join-put{
	display: block;
    width: 99.4%;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-indent: 1em;
    background-color: #eaedf1;
    border-radius: 0;
	outline:none;
	}
.join-radio{
	display:inline-block;
	margin:10px 5px;
	}
.joinmain ul li i{
	font-style:normal;
	color:#333;
	margin-right:10px;
	}
.verification{
	width:48%;
	}
.code{
	display:block;
	float:left;
	width:28%;
	margin-left:2%;
	text-align:center;
	}
.code img{
	max-width:100%;
	margin:auto;
	cursor:pointer;
	}
.confirm-join{
	display:inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 3px;
	color: #FFFFFF;
    background-color: #00a58b;
    -webkit-user-select: none;
	margin:20px 20px 20px 22%;
	}
.confirm-join:hover{
	background-color:#007b69;
	color:#fff;
	}
.confirm-nojoin{
	display:inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 3px;
	color: #FFFFFF;
    background-color: #3a3c3c;
    -webkit-user-select: none;
	margin:20px 20px 20px 0;
	}
.confirm-nojoin:hover{
	background-color: #262727;
	}