@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	height: 100%;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	width: 100%;
}

html,
body {
	min-height: 100%;
	position: relative;
	font-size: 0.2rem;
	background: #fff;
	box-sizing: border-box;
}

input,
textarea {
	-webkit-appearance: none;
}
/**
 * border1px手机端解决方法    
 */


.wrapper {
	width: 7.5rem;
	height: 47rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section {
	width: 100%;
	transition: all 0.3s ease;
}
.home {
	height: 6.8rem;
}
.home .nav {
	width: 1.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 0.2rem;
	margin-left: 6rem;
}
.nav .item {
	width: 1.32rem;
	height: 0.54rem;
}
.nav .item a {
	display: block;
	width: 1.32rem;
	height: 0.54rem;
}
.nav .item .load {
	background: url(../img/nav1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item .loadout {
	background: url(../img/nav1_logout.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.account {
	background: url(../img/account.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.98rem;
	height: 0.57rem;
	line-height: 0.57rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 0.17rem;
	color: #ffc1ca;
	margin: 5rem auto 0;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.account div {
	width: 23%;
	height: 0.2rem;
	border-right: 0.01rem solid #a27beb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.account div:first-child {
	width: 23%;
}
.account div:nth-child(2) {
	width: 27%;
}
.account div:nth-child(3) {
	width: 23%;
}
.account div:nth-child(4) {
	width: 27%;
	border-right: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.1rem;
}
.account div:nth-child(4) span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.account div span {
	color: #fff;
}
/*集结*/
.gather {
	height: 7.98rem;
	box-sizing: border-box;
	padding-top: 2.06rem;
}
.gather .progress{
	width: 6.9rem;
	height: 0.22rem;
	background: #2480dc;
    box-sizing: border-box;
    border: 0.01rem solid #fff;
    margin: 0 auto;
}
.progress-con{
	width: 6.07rem;
	height: 1.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0 auto;
}
.progress-con .progress-con-block{
	width: 1.58rem;
	height: 1.56rem;
	margin-top: -1.3rem;
}
.progress-con .progress-con-block img{
	width: 1.58rem;
	height: 1.56rem;
}
.gather .progress .progress-line{
	background: #fffd70;
	width: 100%;
	height: 0.2rem;
	margin-top: -1.56rem;
}
.gather .gather-main {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
    padding: 0 0.58rem;
}
.gather .gather-block {
	width: 1.87rem;
	height: 0.51rem;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
}
.gather .btn-gather {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.gather .btn-gathered {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling_ed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.gather .btn-ungather {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling_un.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.gather .gather-btn {
	width: 2.56rem;
	height: 0.86rem;
	margin: 0.2rem auto 0;
}
.gather .gather-info {
	width: 2.56rem;
	height: 0.86rem;
	margin: 0.1rem auto 0;
}
.gather .gather-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 7rem;
	height: 1.2rem;
	margin: 0.24rem auto 0;
}
.gather-list .gather-member{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
	width: 1.166rem;
	height: 1.2rem;
	position: relative;
	box-sizing: border-box;
}
.gather-member .gather-captain{
	background: url(../img/captain.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 0.51rem;
	height: 0.34rem;
	position: absolute;
	top: -0.1rem;
    right: 0.1rem;
}
.gather-member .gather-tou{
	width: 0.74rem;
	height: 0.74rem;
	background: url(../img/gather-imgblock.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0rem auto 0;
}
.gather-member .gather-tou img{
	width: 0.56rem;
	height: 0.56rem;
}
.gather-member p{
	color: #4a3a7b;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.16rem;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*计数器*/
.jishu{
	margin: 3.96rem auto 0;
}
.jishu .js-gift{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 5.6rem;
	height: auto;
	margin: 0 auto 0;
}
.js-le, .js-ri{
	width: 2rem;
	height: 1.7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.js-le .js-imgblock img{
	width: 0.98rem;
	height: 0.67rem;
}
.js-ri .js-imgblock img{
	width: 0.71rem;
	height: 0.92rem;
}
.js-le, .js-ri p{
	color: #2b1965;
	font-weight: bold;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.22rem;
}
.js-imgblock{
	width: 1.38rem;
	height: 1.38rem;
	background: url(../img/js-imgblock.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.counter-container{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2rem;
    height: 0.36rem;
    margin: 0.2rem auto 0;
}
.counter-btn{
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.decrease-btn img{
	width: 0.19rem;
	height: 0.07rem;
}
.increase-btn img{
	width: 0.25rem;
	height: 0.25rem;
}
.counter-input-container{
	width: 1rem;
	height: 0.36rem;
}
.counter-input {
    width: 1rem;
	height: 0.36rem;
	line-height: 0.36rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.1rem;
    color: #002a5f;
    background-color: #f4f3de;
    transition: all 0.3s ease;
}
.js-tip{
	color: #ff0000;
	line-height: 0.2rem;
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.12rem auto 0.2rem;
	text-align: center;
}
.buy{
	width: 1.53rem;
	height: 0.51rem;
	margin: 0rem auto 0;
}
.buy img{
	width: 1.53rem;
	height: 0.51rem;
}
.btn-libao-ling{
	display: block;
	background: url(../img/ling.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 1.53rem;
	height: 0.51rem;
}
.libao{
    margin-top: 3.5rem;
}
.libao-block{
	width: 5.4rem;
	height: 1.35rem;
	box-sizing: border-box;
	background: #e3eeff;
	border: 0.03rem solid #4a95e6;
    border-radius: 0.15rem;
    margin-left: 1.3rem;
    margin-bottom: 0.24rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.libao-block .libao-le{
	width: 1.58rem;
	height: 1.56rem;
	position: absolute;
	top: -0.12rem;
	left: -0.8rem;
}
.libao-le img{
	width: 1.58rem;
	height: 1.56rem;
}
.libao-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 2.9rem;
	height: 1.2rem;
	margin-left: 0.76rem;
}
.libao-scon{
	width: 1.45rem;
    height: 1.2rem;
	text-align: center;
	display: flex;
    flex-direction: column;
	justify-content: space-evenly;
    align-items: center;
}

.libao-buyimgblock{
	width: 0.91rem;
    height: 0.91rem;
    background: url(../img/buy-imgblock.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.libao-scon img{
	max-width: 0.7rem;
	max-height: 0.7rem;
}
.libao-scon p{
	color: #4a3a7b;
	font-weight: bold;
	line-height: 0.14rem;
	font-size: 0.14rem;
	width: 1.46rem;
}
.btn-libao-linged{
	display: block;
	background: url(../img/ling_ed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 1.53rem;
	height: 0.51rem;
}
.btn-libao-lingun{
	display: block;
	background: url(../img/ling_buyun.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 1.53rem;
	height: 0.51rem;
}
.rule{
	background: url(../img/rule.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 7.02rem;
	height: 8.55rem;
	margin: 2.2rem auto 0;
}



.winpop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
	justify-content: center;
	align-items: center;
}

.winpop .winpop_block.winpop-ewm-content {
	background: url(../img/winpop-sidebar.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.41rem;
	height: 9.04rem;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.winpop .winpop_block.winpop-gailv-content {
	background: url(../img/winpop-gailv.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.41rem;
	height: 9.04rem;
	position: relative;
}

.winpop-ewm-content .ewm-gzh {
	width: 2.8rem;
	height: 3.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.ewm-gzh img:first-child {
	width: 1.89rem;
	height: 0.75rem;
}

.ewm-gzh img:last-child {
	width: 2.8rem;
	height: 2.81rem;
}

.winpop-ewm-content .ewm-wx {
	width: 2.8rem;
	height: 3.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.ewm-wx img:first-child {
	width: 2.28rem;
	height: 0.76rem;
}
.ewm-wx img:last-child {
	width: 2.8rem;
	height: 2.81rem;
}
.closeBtn {
	width: 0.36rem;
	height: 0.36rem;
	background: url(../img/btn_close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0.2rem;
    right: 0.2rem;
}

.winpop .winpop-wrap {
	padding: 0rem 0 0 0;
	overflow: hidden;
	width: 6.92rem;
	height: 5.94rem;
	background: url(../img/winpop-loadbg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}

.code_form {
	padding: 1.38rem 0.69rem 0 1.33rem;
}

.code_form_a {}

.code_form li {
	margin-bottom: 0.27rem;
	position: relative;
}

.code_form li input {
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	padding: 0;
	outline: none;
	border: none;
	color: #a1a1a1;
	font-size: 0.28rem;
	background: transparent;
}

.code_form li .code {
	width: 2.12rem;
	height: 0.67rem;
	position: absolute;
	right: 0;
	top: 0;
}

.code_form li .code {
	color: #6255d6;
	font-size: 0.28rem;
	width: 1.6rem;
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	margin-top: 0.09rem;
	border: 0.01rem solid #6255d6;
}

.winpop-btn {
	width: 2.8rem;
	height: 0.88rem;
	margin: 0.4rem auto 0;
}

.winpop-btn a.btn {
	width: 2.8rem;
	height: 0.88rem;
	display: block;
}

.download {
	width: 5.6rem;
	height: 0.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.24rem auto 0;
}

.download p {
	color: #1f1f1f;
	font-size: 0.22rem;
}

.download .download-android {
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/android.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.download .download-ios {
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/ios.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeInUpSmall;
	-webkit-animation-duration: 0.3s;
}

.winpop .winpop-wrap .winpop-close {
	height: 0.43rem;
	width: 0.43rem;
	background: url(../img/close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.23rem;
	top: 0.23rem;
	cursor: pointer;
}

.winpop-own,
.winpop-other,
.winpop-yqm {
	background: #FFFFFF;
	border-radius: 0.3rem;
}

.winpop .winpop_close {
	width: 0.45rem;
	height: 0.45rem;
	position: absolute;
	right: 0.33rem;
	top: 0.4rem;
	background: url("../img/close.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.winpop-load-block {
	width: 6.92rem;
	height: 7.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}

.load-tip {
	width: 5.61rem;
	height: 1.57rem;
	background: url("../img/load-tip.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.winpop-naomal-content{
	width: 6.5rem;
	min-height: 3.5rem;
	box-sizing: border-box;
	text-align: center;
	background: #d3fbc0;
	border-radius: 0.4rem;
	border: 0.05rem solid #2a80d3;
	padding-bottom: 0.36rem;
	position: relative;
	color: #3d3d3e;
	font-size: 0.28rem;
	font-weight: bold;
}
.cre-p1{
	margin-top: 0.32rem;
}

.cre-p2{
	width: 5.42rem;
	margin: 0.24rem auto 0.3rem;
}
.create-input{
	width: 5rem;
	height: 0.7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;    
	margin: 0 auto;
}
.create-input .create-name{
	border: 0.02rem solid #a2a3a1;
	box-sizing: border-box;
	width: 3.76rem;
	height: 0.7rem;
	margin: 0 auto;
	font-size: 0.28rem;
	background: #fff;
    line-height: 0.66rem;
    padding-left: 0.2rem;
    text-align: left;
}
.create-btn{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/create.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.36rem auto 0;
	cursor: pointer;
}
.success-p1{
	margin-top: 0.32rem;
}
.success-con{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.48rem auto 0;
	width: 6rem;
	height: 0.36rem;
	text-align: center;
}
.success-con .success-copy{
	width: 0.31rem;
	height: 0.29rem;
	margin-left: 0.2rem;
	cursor: pointer;
}
.success-btn{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/confirm.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.36rem auto 0;
	cursor: pointer;
}
.success-con p{
	
}
.apply-input{
	width: 1.66rem;
	border: none;
	border-bottom: 0.02rem solid #000;
	text-align: left;
	box-sizing: border-box;
	padding-left: 0.04rem;
	color: #3D3D3E;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.28rem;
	background: transparent;
}
.apply-chaxun{
	width: 0.86rem;
	height: 0.35rem;
	background: url(../img/apply-btn.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-left: 0.18rem;
	cursor: pointer;
}
.apply-name{
	height: 0.28rem;
	line-height: 0.28rem;
	margin: 0.4rem auto 0.2rem;
}
.apply-name p{
	display: none;
}
.apply-btn{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/apply.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.36rem auto 0;
	cursor: pointer;
}
.winpop-info-con{
	width: 5rem;
	margin: 0.56rem auto 0;
}
.winpop-info-con table{
	width: 5rem;
	height: auto;
	color: #3D3D3E;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	margin: 0rem auto 0;
	box-sizing: border-box;
}
.winpop-info-con table th{
	text-align: center;
	border: 1px solid #2980d0;
}
.winpop-info-con table th:nth-child(1){
	width: 25%;
}
.winpop-info-con table th:nth-child(2){
	width: 50%;
}
.winpop-info-con table th:nth-child(3){
	width: 25%;
}
.winpop-info-con table tr{
	height: 0.4rem;
	line-height: 0.4rem;
	box-sizing: border-box;
}
.winpop-info-con table tr td{
	border: 1px solid #2980d0;
	box-sizing: border-box;
}
.winpop-info2-con{
	width: 6.2rem;
	margin: 0.6rem auto 0;
	font-size: 0.2rem;
	display: inline-grid;
}        
.winpop-info2-con table{
	width: 6.2rem;
	display: block;
	min-height: auto;
	color: #3D3D3E;
	font-weight: bold;
	text-align: center;
	margin: 0rem auto 0;
	box-sizing: border-box;
}
.winpop-info2-con table th{
	text-align: center;
	border: 1px solid #2980d0;
	font-size: 0.2rem;
}
.winpop-info2-con table th:nth-child(1){
	width: 10%;
}
.winpop-info2-con table th:nth-child(2){
	width: 10%;
}
.winpop-info2-con table th:nth-child(3){
	width: 30%;
}
.winpop-info2-con table th:nth-child(4){
	width: 30%;
}
.winpop-info2-con table th:nth-child(5){
	width: 20%;
}
.winpop-info2-con table tr td .info2-tdspe{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.winpop-info2-con table tr td .red{
	color: #a10000;
}
.winpop-info2-con table tr td .green{
	color: #1d8800;
}
.winpop-info2-con table tr{
	height: 0.4rem;
	line-height: 0.4rem;
	box-sizing: border-box;
}
.winpop-info2-con table tr td{
	border: 1px solid #2980d0;
	box-sizing: border-box;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       