body::-webkit-scrollbar {
	display: none;
	overflow: -moz-scrollbars-none; 
	width: 0px; 
	background-color: transparent;
}
#app {
	height: unset !important;
	min-height: 100vh;
	padding-bottom: 4vw;
	box-sizing: border-box;
	background-color: #0144A7;
}
.pay-button{
	width: 240px;
	margin: 0 auto;
	line-height: 40px;
	border-radius: 20px;
	font-size: 26px;
	background-color: #fff;
	text-align: center;
}
/* //index */
.index-contain {
	width: 100%;
	height: 100vh;
	position: relative;
}
.index-top{
	width: 100%;
	position: relative;
	min-height: 71.3vw;
}
.index-top img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}
.record {
	position: fixed;
	bottom: 2.62rem;
	right: 0rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 200;
}
.record .my_record {
	width: 1.64rem;
	height: 1.52rem;
	background-image: url(../images/join_record.png);
	background-size: 100% 100%;
}
.to_award {
	position: fixed;
	bottom: 0.68rem;
	right: 0rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 200;
}
.to_award .award {
	width: 1.64rem;
	height: 1.6rem;
	background-image: url(../images/award.png);
	background-size: 100% 100%;
}
@keyframes mymove {
	from { top: 0px; }
	to { top: 10px; } 
}
.luckyBtn {
	width: 0.66rem;
	height: 0.73rem;
	margin-top: 0.4rem;
	margin-right: 6px;
	position: relative;
	background-image: url(../images/lucky.png);
	background-size: 100% 100%;
	/* animation: mymove .3s linear infinite alternate; */
}
.index-button {
	position: absolute;
	bottom: 1.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.7rem;
}
.index-center {
  width: calc(100% - 0.64rem);
	box-sizing: border-box;
	margin: 0rem auto 0.4rem;
	transform: translateY(-1.1rem);
}
.index-box {
	width: 100%;
	height: auto;
	background: url('../images/box_bg.png') repeat left top;
	background-size: 100% 100%;
	padding: 0.1rem 0.3rem 0.65rem 0.6rem;
	box-sizing: border-box;
	margin-bottom: 0.29rem;
	display: flex;
	flex-direction: column;
}

.index-icon {
	width: 3.84rem;
	height: 1.12rem;
	margin-bottom: 0.2rem;
}
.index-text {
	font-size: 0.3rem;
	color: #A0BBF2;
	margin-top: 0.15px;
	line-height: 0.45rem;
}

.index-intro {
	margin: 0.1rem 0.1rem;
  font-weight: 400;
	font-size: 0.2rem;
	color: #333333;;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}
.chose {
	font-size: 0.26rem;
	font-weight: bold;
	color: rgba(252, 92, 46, 1);
	line-height: 17vw;
}
.records-box {
	height: calc(100% - 0.2rem);
	overflow-y: auto;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.records-box::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.records-item{
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: flex;
	font-size: 0.3rem;
  color: #141414;
	padding: 0.2rem 0;
}

.index-text img {
	width: 100% !important;
}

.border_radi {
  overflow-y: hidden;
  background: linear-gradient( 360deg, #FFFFFF 0%, #CFE3FF 100%);
	font-size: 4vw;
	padding: 0rem 0.32rem 0.48rem;
	font-weight: 400;
	text-align: justify;
	border-radius: 0.4rem;
}
.border_radi2 {
	overflow-y: hidden;
  background: #0E489F;
	font-size: 4vw;
	padding: 0.7rem 0.4rem 0.6rem;;
	font-weight: 400;
	text-align: justify;
	border-radius: 0.4rem;
	margin-top: -0.32rem;
}
.survey_title {
	margin: 0.64rem auto 0 auto;
  text-align: center;
	color: #fff;
	font-size: 0.36rem;
	pointer-events: none;
	width: 3.84rem;
	height: 1.12rem;
}
.survey_title img {
  width: 3.84rem;
	height: 1.12rem;
}

.van-toast {
	line-height: 30px !important;
  	width: 70% !important;
}

.van-toast--html, .van-toast--text {
	/* padding: 15px 20px !important; */
	font-size: 17px !important;
}

.van-toast__text {
  font-size: 17px !important;
}

.van-dialog__confirm, .van-dialog__confirm:active {
  display: none !important;
}

.van-dialog__message {
  font-size: 18px !important;
}

.content {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.banner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
	position: relative;
}
.banner .turnplate {
	display: block;
	width: 5.24rem;
	height: 5.24rem;
	max-width: 700px;
	max-height: 700px;
	position: relative;
	margin: 0 auto;
}

.banner .turnplate canvas.item {
  width: 100%;
}

.pointer-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3
}
.banner .turnplate img.pointer {
  position: absolute;
  height: 31.5%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -60%);;
}
.sbtn {
  margin-top: 0.4rem;
	padding: 0 0.4rem;
	display:flex;
	flex-direction: row;
	justify-content: space-around
}

.sbtn-item {
	width: 1.65rem;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    font-size: 0.3rem;
    color: #FF3072;
    background-color: #fff;
    border-radius: 0.6rem;
    font-weight: bold;
}
.award-item-line {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	font-size: 0.3rem;
	text-align: center;
	color: #757575;
	margin-bottom: 0.2rem;
	align-items: center;
}
.award-item-line div{
	width: 30%;
	text-align: right;
}
.award-item-title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #E52B1A;
	text-align: center;
}
.award-tip {
	padding: 0.4rem 0;
	font-size: 0.3rem;
	color: #333;
	text-align: center;
}

.search-box {
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 125;
	flex-direction: column;
	display: flex;
	padding-top: 22vw;
}

.dialog {
	margin: 0px 3.86vw;
	height: 130vw;
}

.dialog_content{
	height: 100%;
	padding: 4.13vw 0;
	background: white;
	box-sizing: border-box;
	border-radius: 9px;
}
.dialog_info {
	height: 100%;
	padding: 0 6.26vw;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 4vw;
	font-weight: 400;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: scroll;
	border-radius: 9px;
}
.model-box {
	/* background: url('../images/record_bg.png');
	background-size: 100% 100%; */
}
@media screen and (min-width:450px){
	.model-box {
		margin-top: 40px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 750px;
    margin: 0 auto;
		padding: 15px !important;
		border-radius: 25px !important;
	}
	.model-box-title img {
		width: 253px !important;
		height: unset !important;
	}
	.tip {
		padding: 20px !important;
		font-size: 25px !important;
	}
	.close {
		width: 40px !important;
    height: 40px !important; 
	}
	.model-box-content {
		height: 100% !important;
		padding: 20px !important;
		border-radius: 25px !important;
	}
	.dialog {
		margin: 0 auto;
		width: 750px;
	}
	.banner .turnplate {
		width: 2.24rem;
		height: 2.24rem;
	}
	.sbtn-item {
		width: 1rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.16rem;
	}
}
.start-box{
  display: flex;
  align-items: center;
  width: 6.72rem;
  /* height: 100px; */
  margin: 0 auto;
  color: #fff;
  font-size: .32rem;
  padding-bottom: 0.3rem;
}
.start-box .name{
  display: block;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: .16rem;
}
.qy_name {
  width: 6.72rem;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 0.5rem;
  padding-top: 0.3rem;
}
.qy_name img {
  width: 0.36rem;
  height: 0.31rem;
}
.qy_name span {
  font-size: .26rem;
  margin-left: 0.2rem;
}
.start-box .edit{
  display: block;
  margin-left: .18rem;
  width: .28rem;
  height: .32rem;
  background-image: url(../images/edit_icon.png);
  background-size: 100% 100%;
}
.start-box .start{
  display: block;
  margin-left: .16rem;
  width: 3.03rem;
  height: 0.77rem;
  background-size: 100% 100%;
}

.verify-modal{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .62);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
	z-index: 9999;
}

.verify-modal .close-img{
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin-top: 0.28rem;
  background-image: url(../../commom/img/close.png);
  background-size: 100% 100%;
}

.verify-modal .modal-body{
  background-color: #fff;
  box-sizing: border-box;
  width: 6.42rem;
  padding: 0.48rem;
  border-radius: 0.16rem;
	margin-top: 1rem;
}

.verify-modal .modal-body input{ 
  font-size: 0.32rem;
  height: 0.88rem;
  line-height: 0.88rem;
  padding: 0 0.32rem;
  width: calc(100% - 0.64rem);
  background:#ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 0.44rem;
	margin-bottom: 0.24rem;
	float: right;
}
.verify-modal .modal-body .el-input input {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.verify-modal .modal-body input::-moz-placeholder{
  font-size: 0.32rem;
  color: rgba(102, 102, 102, .5);
}
.verify-modal .modal-body input::-ms-input-placeholder{
  font-size: 0.32rem;
  color: rgba(102, 102, 102, .5);
}
.verify-modal .modal-body input::-webkit-input-placeholder{ 
  font-size: 0.32rem;
  color: rgba(102, 102, 102, .5);
}

.verify-modal .modal-body .btns{
  display: flex;
	flex-direction: row;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.verify-modal .modal-body .btns .btn{
  width: 2.51rem;
  height: .8rem;
  background: #0144A7;
  border-radius: .44rem;
  color: #fff;
  font-size: .36rem;
  line-height: .86rem;
  text-align: center;
  font-weight: bold;
}

.verify-modal .modal-body .btns .btn2{
  background: #fff;
	color: #0144A7;
	border: 1px solid #0144A7;
}

.verify-modal .modal-body .tips{
  color: #666666;
  font-size: .28rem;
  line-height: .32rem;
	margin-top: 0.24rem;
}
.model-title {
	font-size: 0.36rem;
	font-weight: 600;
	color: #222;
	text-align: center;
	margin-bottom: 0.24rem;
}
.select-box {
	display: flex;
	position: relative;
	margin-top: 0.24rem;
	font-size: 0.32rem;
  height: 0.88rem;
  line-height: 0.88rem;
  padding: 0 0.32rem;
  width: calc(100% - 0.64rem);
  background:#ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 0.44rem;
	margin-bottom: .24rem;
}
.input-right-icon {
	position: absolute;
	right: 0.32rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.32rem;
	height: 0.32rem;
}
.picker-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ddd;
	box-shadow: 0.1rem 0.1rem 0.04rem #eee;
}
.el-popper {
	z-index: 9999 !important;
}
.el-autocomplete {
	display: flex;
}
.van-toast {
	z-index: 10000 !important;
}
.el-scrollbar > .el-scrollbar__bar {
	opacity: 1 !important;
}
.sponsor {
	font-size: 13px;
	color: #A0BBF2;
	margin-left: 15px;
	padding-top: 20px;
	position: absolute;
}