body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #fb5205;
	background-color: #d2eaff;
}
/*底部按钮*/
.box-btn {
	width: 76%;
	padding-left: 12%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.btn {
	width: 45%;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: -webkit-linear-gradient(top, #0097d8, #002f7a);
}
.secBtn {
	box-sizing: border-box;
	width: 45%;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	color: #002674;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	background: #FFFFFF;
	border: 1px solid #002674;
}
.userInfo {
	color: #FFFFFF;
	margin: 0 15px;	
	font-weight: bold;
	font-size: 13px;
	height: 10.7625vw;
	line-height: 10.7625vw;
}
/*转盘相关*/
.box-lottery {
	box-sizing: border-box;
	position: relative;
	margin: 15px auto;
	margin-bottom: 0px;
	width: 90%;
	background-image: url(../images/bg_grid.png);
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: hidden;
	height: 102.5vw;
}
.handler {
	position: absolute;
	top: 36%;
	right: 3px;
}
#lottery {
	position: relative;
	border-radius: 10px;
	margin-top: 4.5%;
	margin-left: 3%;
	margin-right: 3%;
	width: 94%;
	box-sizing: border-box;
	height: 84.6vw;
	display: flex;
}
#lottery td.active .imgbg {
	display: block;
}
#lottery img {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
#lottery td {
	box-sizing: border-box;
	position: relative;
}
#table9,
#table16 {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: fit-content;
}
#table9 .item-prize {
	width: 26.5625vw;
	height: 26.5625vw;
}
#table16 .item-prize {
	width: 19.6875vw;
	height: 19.6875vw;
}
.item-btn16 {
	width: 39.375vw;
	height: 39.375vw;
}
.imgbg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffd700;
	opacity: 0.3;
	border-radius: 8px;
	display: none;
	/* width: 26.5625vw;
	height: 26.5625vw; */
}
/*底部阴影*/
.footer-lottery {
	margin: 0px auto;
	width: 90%;
	height: 15px;
	margin-top: -8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: -webkit-linear-gradient(left, #bd6c05, #c19200, #db9707, #c19200, #bd6c05);
}
/*弹出框*/
.ng-modal-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.ng-modal-dialog {
	z-index: 1000;
	position: fixed;
	width: 88%;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	-webkit-transform: translate(-50%, -10%);
	-moz-transform: translate(-50%, -10%);
	opacity: 0;
}
.ng-modal-dialog2{
	top:-60%;
}
.ng-modal-close {
	position: absolute;
	top: 3px;
	right: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 120%;
	display: inline-block;
	font-weight: bold;
	font-family: 'arial', 'sans-serif';
}
.ng-modal-title-no,
.ng-modal-title {
	width: 100%;
	position: relative;
	top: 0.5rem
}
.ng-modal-title-no .title,
.ng-modal-title .title {
	width: 100%;
}
.ng-modal-title-no .man,
.ng-modal-title .man {
	padding-left: 20%;
	width: 60%;
}
.ng-modal-title-no .close,
.ng-modal-title .close {
	position: absolute;
	top: 18px;
	right: 12px;
	width: 26px;
}
.ng-modal-dialog-content {
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 2px solid #a17243;
	width: 85%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
}
.ng-modal-dialog-content .shortContent {
	box-sizing: border-box;
	height: 110px;
	color: #282828;
	font-size: 1.2em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	overflow-y: auto;
	width: 85vw;
}
.ng-modal-dialog-content .askQ {
	color: #282828;
	text-align: left;
	font-size: 1.2em;
	margin: 10px 15px;
}
.infoContent li {
	height: 50px;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #282828;
	font-size: 13px;
}
.infoContent .inputBtn {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #282828;
	background-color: #ebebeb;
	border: none;
	border-radius: 3px;
	padding-left: 3px;
}

.infoContent .inputBtn input{
	background-color: inherit;
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    border: 0;
	line-height: inherit;
}

.commonBox{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;}
.commonBoxFixed{width: auto; display: block; }
.commonBoxAuto{-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
.managementAddress footer{position: fixed;bottom: 0;left: 0;height: 45px;line-height: 45px;width: 100%;}
#select_contact {
}
.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#select_contact .pc-box {
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/5_arrow2.png) no-repeat right center #ebebeb;
    background-size: 12px;
    background-color: #ebebeb;
    box-sizing: border-box;
}
.pc-box input {
    line-height: 25px;
    padding-bottom: 10px;
}

.close {
	position: absolute;
	bottom: 2.5rem;
	right: 0;
}
.ruleContent {
	line-height: 1.8;
	height: 190px;
	max-height: 190px;
	overflow: auto;
	background: #fff;
	width: 80%;
	margin: auto;
	color: #282828;
}
#Orientationchange {
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	color: #fff;
	line-height: 3rem;
	font-size: 24px;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.contentAsk {
	color: #725043;
}
.contentAsk .icon-checked {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/icon_default.png);
}
.contentAsk li.active .icon-checked {
	background-image: url(../images/icon_right.png);
}
.contentAsk li.right .icon-checked {
	background-image: url(../images/icon_right.png);
}
.contentAsk li.error .icon-checked {
	background-image: url(../images/icon_error.png);
}
.icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 16px;
	background: #dfdfdf;
	display: inline-block;
}
.contentAsk li.active .icon {
	color: #FFFFFF;
	background: #37c544;
}
.contentAsk li.right .icon {
	color: #FFFFFF;
	background: #37c544;
}
.contentAsk li.error .icon {
	color: #FFFFFF;
	background: #ff0000;
}
.contentAsk li {
	color: #8b5540;
	font-size: 1.2em;
	margin: 20px 15px;
	position: relative;
}
.tab {
	box-sizing: border-box;
	width: 100%;
	background: #f2f2f2;
	font-size: 0;
	height: 36px;
	padding-left: 12%;
	padding-right: 12%;
}
.tab span {
	display: inline-block;
	height: 36px;
	width: 50%;
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	color: #636666;
	padding: 6px;
}
.tab span.on {
	border-bottom: 2px solid #004893;
	color: #004893;
}
::-webkit-scrollbar {
	width: 0px;
}
.tips {
	color: #b2b2b2;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
}
.allList {
	background: #fff;
	width: 80%;
	margin: auto;
	height: 230px;
	overflow: auto;
}
.allList div {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.5rem;
	color: #3e3e3e;
}
.allList .info {
	color: #3e3e3e;
}
.allList .time {
	color: #999999;
}
/* 活动规则 */
.rule {
	width: 90%;
	margin: 0 auto;
}
.rule span {
	text-decoration: underline
}
.rule img {
	height: 35px;
	display: block;
	margin: 10px auto
}
.rule .desc {
	height: 6em;
	line-height: 2em;
	overflow: hidden;
}
/*分享通用*/
.shareMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 98;
}
.shareTipsImg {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 99;
}
/* 没有活动页面 */
.noActivity {
	width: 80%;
	margin: 10% auto;
}
.noActivity img {
	width: 100%;
}
.noActivity .content {
	font-size: 1.5em;
	text-align: center;
	margin-top: 20px;
}
.followBox {
	position: fixed;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .7);
}
.followBox_close {
	width: 40px;
	height: 60px;
	background: url("../images/close.png") no-repeat center center;
	background-size: 20px 20px;
}
.followBox_text {
	display: -webkit-box;
	-webkit-box-flex: 1;
	height: 60px;
}
.followBox_btn {
	width: 70px;
	height: 28px;
	line-height: 28px;
	margin: 15px 10px 0 0;
	background: #ff6d93;
	border: 1px solid #ff6f94;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.followBox_desc {
	padding-top: 10px;
	color: #fff;
}
/*签到模块*/
.box-signin {
	box-sizing: border-box;
	width: 100%;
	background-image: url(../images/bg_little.png);
	background-size: 100%;
	font-size: 0;
	overflow: hidden;
	transition: all .2s linear;
	height: 36.4vw;
}
.box-outer {
	padding-top: 10%;
	text-align: center;
}
.footer-btn {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
	overflow: hidden;
}
.footer-btn .btn-item {
	width: 120px;
	height: 32px;
}
.footer-btn .btn-item.btn1 {
	background: url(../images/btn_record.png);
	background-size: 100% 100%;
}
.footer-btn .btn-item.btn2 {
	background: url(../images/btn_rule.png);
	background-size: 100% 100%;
}
.btn-item .btn-img {
	width: 18px;
	vertical-align: middle;
}
.ctrl-collapse {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 96px;
	height: 25px;
	background-image: url(../images/collapse.png);
	background-size: 100% 100%;
	padding-top: 8px;
	margin-top: -4px;
	font-size: 12px;
	color: #000000;
}
.iconup {
	padding-top: 0;
}
.iconup.down {
	transform: rotate(180deg);
}
.iconup.left {
	transform: rotate(90deg);
}
.signin-tips {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.prd-more {
	background: #FFFFFF;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #565a5a;
}
.icon-level {
	width: 16px;
	vertical-align: text-top;
}
.icon-go {
	width: 7px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.icon-status {
	width: 135px;
	margin-top: 8px;
}
input:disabled{
	color:black!important;
	-webkit-text-fill-color:black; 
	-webkit-opacity:1; 
	opacity: 1; 
}
.slidInderaction{
	width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
}

#huadonglunbo {
	height: 26.5625vw;
}
.label{font-family: '宋体';}
.questionImg p {
	width: 110px;
	height: 110px;
}