body {
	background: #f6f6f6;
}

.page {
	padding-top: 50px;
}

.page>.title {
	color: #0c9ec8;
	font-size: 30px;
	text-align: center;
}

.page>.subtitle {
	margin-top: 20px;
	color: #999;
	font-size: 16px;
	text-align: center;
	position: relative;
	font-family: 'Arial';
}

.page>.subtitle:after {
	content: '';
	height: 2px;
	display: block;
	margin: 30px auto 0;
	width: 36px;
	background: #ccc;
}

.page .menu {
	text-align: center;
}

.page .menu a {
	height: 42px;
	width: 146px;
	border: 1px solid #d4d4d4;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.page .menu a+a {
	margin-left: 40px;
}

.page .menu a:hover,
.page .menu a.active {
	background: #0c9ec8;
	border-color: #0c9ec8;
	color: #fff;
}

.page .introduce-txt {
	color: #333;
	line-height: 48px;
	padding-bottom: 100px;
}

.page .introduce-txt p {
	text-indent: 2em;

}

.page .rule-txt {
	background: #fff;
	color: #333;
	padding: 75px 40px;
}

.page .rule-txt h4 {
	font-size: 16px;
}

.page .rule-txt>div {
	margin-top: 30px;
}

.page .rule-txt p {
	line-height: 26px;
}

.page .pagination {
	text-align: center;
}

.page .pagination a {
	display: inline-block;
	border: 1px solid #d4d4d4;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	vertical-align: middle;
	background: no-repeat center center;
	color: #666;
	line-height: 48px;
}

.page .pagination a:hover {
	background-color: #0c9ec8;
	color: #fff;
}

.page .pagination a.prev {
	background-image: url(../images/arrowleft3.png);
}

.page .pagination a.next {
	background-image: url(../images/arrowright3.png);
}

.page .pagination span {
	color: #333;

}

/* 入会指南 */
.page .addAssociation-txt {
	background: #fff;
	padding: 60px 40px;
	line-height: 26px;
}

.page .addAssociation-txt p+p {
	margin-top: 30px;
}

.page .userlist .user-item {
	float: right;
	background: #fff;
	width: 580px;
	padding: 20px;
	border: 1px solid #fff;
	color: #333;
	margin-bottom: 30px;
}

.page .userlist .user-item:hover {
	border-color: #1aaed9;
}

.page .userlist .user-item:nth-child(odd) {
	float: left;
}

.page .userlist .user-item .imgbox {
	width: 186px;
	height: 240px;
	margin-right: 30px;
}

.page .userlist .user-item .imgbox img {
	display: block;
	width: 100%;
    height:100%;
}

.page .userlist .user-item .name {
	font-size: 24px;

}

.page .userlist .user-item .info {
	text-indent: 2em;
	line-height: 28px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page .userlist .user-item .show {
	width: 118px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	background: #d8d8d8;
	display: block;
	margin-top: 20px;
}

.page .userlist .user-item:hover .show {
	background: #0c9ec8;
}

.bread {
	color: #666;
	line-height: 60px;
}

.bread a {
	color: #666;
}

.userDetails {
	background: #fff;
	padding: 40px 30px;
	line-height: 36px;
	color: #333;
}

.userDetails>img {
	display: block;
	margin: 0 auto;
}

.userDetails p {
	text-indent: 2em;
}

.userDetails .title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.articlepage {
	color: #999;
	text-align: center;
	padding: 30px 0;
}

.articlepage a {
	color: #999;
}

.articlepage a+a {
	margin-left: 50px;
}

.newslist .newsitem {
	width: 580px;
	float: right;
	background: #fff;
	padding: 30px 20px;
	border: 2px solid transparent;
	margin-bottom: 30px;
}

.newslist .newsitem:hover {
	border-bottom-color: #0c9ec8;
}

.newslist .newsitem:nth-child(odd) {
	float: left;
}

.newslist .newsitem .time {
	background: #dadada;
	color: #666;
	height: 98px;
	width: 100px;
	padding-left: 20px;
	padding-top: 30px;
	margin-right: 20px;
}

.newslist .newsitem .time p:first-child {
	font-size: 22px;
	margin-bottom: 5px;

}

.newslist .newsitem .title {
	font-size: 16px;
	color: #333;
}

.newslist .newsitem .title+p {
	color: #666;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 10px;
}

.newsdetails {
	background: #fff;
	padding: 40px 60px;
}

.newsdetails>.title {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.newsdetails>.time {
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}

.newsdetails p {
	line-height: 28px;
	color: #666;
	/*margin-top: 40px;*/
	text-indent: 2em;
}

.newsdetails img {
	display: block;
	margin: 0 auto;
}

.activelist .activeitem {
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #666;
}

.activelist .activeitem .imgbox {
	width: 340px;
	margin-right: 35px;
}

.activelist .activeitem .imgbox img {
	width: 100%;
}

.activelist .activeitem .title {
	font-size: 20px;
	color: #333;
}

.activelist .activeitem p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}

.activelist .activeitem .time {
	color: #999;
	margin: 10px 0 20px;
}

.activelist .activeitem:hover p,
.activelist .activeitem:hover .time,
.activelist .activeitem:hover .title {
	color: #0c9ec8;
}

.activelist .activeitem+.activeitem {
	margin-top: 15px;
}
.activedetails{
	background: #fff;
}
.memberbox {
	background: #fff;
	padding: 20px 30px;
}

.memberbox .filterbar .title {
	color: #333;
}

.memberbox .filterbar .title .tag {
	margin-left: 8px;
}

.memberbox .filterbar .title .tag {
	display: inline-block;
	line-height: 30px;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	padding: 0 8px;
}

.memberbox .filterbar .title .tag span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.memberbox .filterbar .tag i {
	display: inline-block;
	height: 30px;
	width: 10px;
	background: url(../images/close.png) no-repeat center center;
	vertical-align: middle;
}

.memberbox .filterbar .filterlist {
	border: 1px solid #e0e0e0;
}

.memberbox .filterbar .filterlist li {
	height: 50px;
	padding: 0 20px;
}

.memberbox .filterbar .filterlist li label {
	margin-right: 10px;
}

.memberbox .filterbar .name {
	border: none;
}

.memberbox .filterbar .btn {
	font-size: 13px;
	background: #2d92ee;
	display: block;
	border-radius: 8px;
	line-height: 28px;
	width: 120px;
	color: #fff;
	margin: 10px auto;
}

.memberbox .filterbar .time {
	border: 1px solid #e0e0e0;
	height: 28px;
	width: 126px;
	border-radius: 5px;
	padding-left: 8px;
}

.memberbox .filterbar .time+span {
	margin: 0 8px;
}

.memberbox .filterbar .filterlist li+li {
	border-top: 1px solid #e0e0e0;
}

.memberbox .filterbar .filterlist li .tag {
	cursor: pointer;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
}

.memberbox .filterbar .filterlist li .tag.active {
	background: #2d92ee;
	color: #fff;
}

.memberbox .filterbar .filterlist li .tag+.tag {
	margin-left: 30px;
}

.table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	color: #333;
	line-height: 52px;
}

.table tr th {
	font-weight: normal;
	background: #f6f6f6;
}

.table tr:nth-child(odd) td {
	background: #f6f6f6;
}

.memberimglist li {
	float: left;
	margin-right: 40px;

}

.memberimglist li a {
	color: #333;
	display: block;
	text-align: center;
}

.memberimglist li a .imgbox {
	width: 266px;
	height: 170px;
	border: 3px solid #fff;
	margin-bottom: 25px;
}

.memberimglist li p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}

.memberimglist li a .imgbox img {
	display: block;
	width: 100%;
	height: 100%;
}

.memberimglist li:nth-child(n+5) {
	margin-top: 45px;
}

.memberimglist li a .imgbox p{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.memberimglist li:nth-child(4n) {
	margin-right: 0;
}

/* ���� */
.downloadlist {
	background: #fff;
	padding: 30px;
}

.downloadlist .dowmload-item {
	background: #f2f2f2;
	height: 55px;
	color: #030000;
	padding-left: 40px;
	position: relative;
}

.downloadlist .dowmload-item .time {
	color: #999;
	vertical-align: middle;
	margin-right: 30px;
}

.downloadlist .dowmload-item .btn {
	display: inline-block;
	height: 55px;
	width: 55px;
	vertical-align: middle;
	background: #d9d9d9 url(../images/down.png) no-repeat center center;
}

.downloadlist .dowmload-item:hover .btn {
	background-color: #0c9ec8;
}

.downloadlist .dowmload-item:before {
	content: '';
	width: 3px;
	height: 16px;
	position: absolute;
	display: block;
	background: #0c9ec8;
	left: 25px;
	top: 19px
}

.downloadlist .dowmload-item+.dowmload-item {
	margin-top: 20px;
}

.input-group input[type=text],
.input-group .input-row select {
	height: 40px;
	width: 247px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding-left: 10px;
}

.input-group .input-row {
	margin-bottom: 20px;
}

.input-group .input-row label.tilte {
	color: #666;
	width: 10em;
	text-align: right;
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
}

.input-group .input-row textarea {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	width: 490px;
	height: 130px;
	/* padding: 5px 10px; */
	box-sizing: border-box;
	resize: none;
}

.input-group .input-row .radboxlabel {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	width: 100px;
	text-align: center;
}

.input-group .input-row .radiobox {
	position: relative;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-right: 15px;
}

.input-group .input-row .radiobox .icon {
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background: #ebebeb;
	position: relative;
}

.input-group .input-row .radiobox input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.input-group .input-row .radiobox input:checked+.icon:after {
	content: '';
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background: #b3b3b3;
	top: 3px;
	left: 3px;
	position: absolute;
}

.input-group input[type=submit] ,.input-group input[type=button]{
	display: inline-block;
	border: none;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	width: 490px;
	background: #0c9ec8;cursor:pointer;
}

.input-group .input-row .sendcode {
	color: #666;
}

.signup {
	border-top: 1px solid #ebebeb;
	padding-top: 65px;
	margin-top: 55px;
}

.signup>.title {
	width: 390px;
	padding-top: 200px;
}

.signup>.title p {
	font-size: 24px;
	color: #999;
}

.signup>.title p:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #0c9ec8;
}

.memberdetails {
	background: #fff;
	padding: 30px;
}

.memberdetails .imgbox {
	width: 185px;
	margin-right: 35px;
	float: left;
}

.memberdetails .imgbox+div {
	width: 910px;
	float: left;
	color: #333;
	padding-top: 15px;
}

.memberdetails .imgbox+div .title {
	font-size: 22px;
	font-weight: bold;
}

.memberdetails .imgbox+div .title span {
	font-weight: normal;
	font-size: 14px;
	color: #999;
}

.memberdetails .imgbox+div p {
	line-height: 28px;
	margin-top: 25px;
	text-indent: 2em;

}

.memberdetails .input-group {
	margin-left: 220px;
}

.memberdetails .input-group .title {
	font-size: 18px;
	font-weight: bold;
}

.memberdetails .input-group .title img,
.memberdetails .input-group .title span {
	vertical-align: middle;
}

.memberdetails .input-group input[type=text],
.memberdetails .input-group .input-row select {
	width: 270px;
}

.memberdetails .input-group input[type=text].selectdatetime {
	background: url(../images/time.png) no-repeat 235px center;
}

.win {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
    z-index: 11111;
}
.paymoney,.paysuccess{
	display: none;
}
.paymoney>div {
	position: absolute;
	background: #fff;
	width: 404px;
	left: 50%;
	transform: translateX(-50%);
	top: 125px;
}

.win>div .close {
	position: absolute;
	top: -45px;
	right: -45px;
}

.paymoney>div .paymoney-hd {
	color: #fff;
	background: #40ad34;
	text-align: center;
	padding: 30px 0;
}

.paymoney>div .paymoney-hd p:first-child {
	font-size: 16px;
	margin-bottom: 20px;
}

.paymoney>div .paymoney-hd p:first-child span {
	font-size: 28px;
}


.paymoney .paymoney-bd {
	padding: 45px 0;
	text-align: center;
}

.paymoney .paymoney-bd .qr {
	border: 2px solid #e6e6e6;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto;
	display: inline-block;
}

.paymoney .paymoney-bd p {
	color: #333;
	font-size: 18px;
	padding-top: 25px;
}

.paymoney .paymoney-bd p img,
.paymoney .paymoney-bd p span {
	vertical-align: middle;
}
.paysuccess>div{
	background: url(../images/win.png) no-repeat center center;
	width: 486px;height: 394px;
	left: 49%;
	transform: translateX(-40%);
	top: 125px;
	position: absolute;
	text-align: center;
}
.paysuccess .paysuccess-hd{
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.paysuccess .paysuccess-hd img{
	display: block;
	margin: 0 auto 20px;}

.paysuccess .paysuccess-bd{
	color: #333;
    padding-top: 90px;
}.paysuccess .paysuccess-bd p:first-child{
	font-size: 18px;
}
.ordersearch{
	background: #fff;
	text-align: center;
	padding: 80px 0 90px;
}.ordersearch .title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.ordersearch .divform{
	width: 521px;
	margin: 40px auto;
}.ordersearch .divform>div{
	margin-top: 15px;
}
.ordersearch .divform>div input{

	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	font-size: 16px;
}.ordersearch .divform .sendcode{
	display: block;
	height: 42px;
	width: 108px;
	background: #d91111;
	color: #fff;
	line-height: 42px;
	border-radius: 5px;
	margin-left: 25px;
}.ordersearch .divform input[type=button]{
	display: block;
	border: none;
	background: #0c9ec8;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-radius: 10px;
	margin-top: 30px;cursor:pointer;
}
.ordersearch .orderlist{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}.ordersearch .orderlist tr th{
	background: #eee;
	color: #333;
}
.ordersearch .orderlist tr th,.ordersearch .orderlist tr td{
	height: 50px;
}.ordersearch .orderlist tr td{
	border-bottom: 1px solid #ddd;
	color: #666;
}

