@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-shadow: none;
	box-shadow: none;
}

*:focus,
*:hover,
*:active,
*:visited {
	border: none;
	outline: none;
	box-shadow: none;
}

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
	height: 100%;
	vertical-align: middle;
}

body {
	width: 100%;
	font-family: 'Microsoft YaHei', '微软雅黑';
	color: #333;
	overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}



em,
i {
	font-style: normal;
}

img {
	border: none;
	max-width: 100%;
}

input,
img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	outline: 0;
	color: #333;
}

/*input,*/
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	vertical-align: middle;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 !important;
}

input::-webkit-input-placeholder {
	color: #B1B1B1;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
	height: auto;
	overflow: hidden;
}

.margin_top20 {
	margin-top: 20px !important;
}

.margin_top60 {
	margin-top: 60px;
}

.margin_top100 {
	margin-top: 100px;
}

.margin_top120 {
	margin-top: 120px;
}

.margin_top140 {
	margin-top: 140px;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.bor_bn {
	border-bottom: none !important;
}

.green {
	color: #17964C !important;
	display: inline-block !important;
	font-weight: bold;
}

.red {
	color: #C92626 !important;
	display: inline-block !important;
	font-weight: bold;
}

.clearfix {
	clear: both;
	height: auto;
	overflow: hidden;
}

.page {
	width: 100%;
	/*position: relative;*/
	background-image: url("../img/bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*首页*/
.bgColorEFFDFF{
	background-color: #EFFDFF;
}
.main {
	font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
	color: #303030;
	-webkit-font-smoothing: antialiased;
}

.main {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.banner {
	position: relative;
}

	.banner > img {
		display: block;
		margin: 0 auto;
		height: 330px;
		/* width: 1920px; */
		position: relative;
		/* max-width: 1920px;*/
	}

	.banner > button {
		width: 140px;
		height: 40px;
		background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
		border-radius: 2px;
		outline: none;
		border: none;
		position: absolute;
		left: calc((100% - 1200px)/2);
		top: 240px;
		font-size: 20px;
		font-weight: 400;
		color: #000028;
	}
.subject {
	width: 1200px;
	margin: 45px auto 0;
}
.subject .SignIn-box{
   height: 180px;
}
.subject .SignIn-box img{
	width: 600px;
}
.subject .SignIn-box .SignIn-list{
	list-style: none;
	display: flex;
	justify-content:space-between;
	margin: 20px 0;
	width: 820px;
	float: left;
}
.subject .SignIn-box .SignIn-list li{
	background: url("../img/qiandao1.png");
	background-size:100% 100%;
    width: 100px;
	height: 120px;
	position: relative;
}
.subject .SignIn-box .SignIn-list li.backprize{
	background: url("../img/qiandao2.png");
	background-size:100% 100%;
}
	.subject .SignIn-box .SignIn-list li.backprize.choose {
		background: url("../img/qiandao-done.png");
		background-size: 100% 100%;
	}
.subject .SignIn-box .SignIn-list li p{
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 14px;
	font-size: 14px;
	color: #000028;
}
.subject .SignIn-box .SignIn-list .choose{
	background: url("../img/qiandao-done2.png");
	background-size:100% 100%;
}
.subject .SignIn-box .SignIn-list .choose:first-child,.subject .SignIn-box .SignIn-list .choose:last-child{
	background: url("../img/qiandao-done.png");
	background-size:100% 100%;
}
	.subject .SignIn-box button {
		width: 130px;
		height: 60px;
		background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
		border-radius: 10px;
		color: #000028;
		font-size: 20px;
		border: none;
		float: right;
		margin-top: 50px;
		margin-right: 25px;
	}
	.subject .SignIn-box .SignIn-box-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.subject .SignIn-box button.sharebtn {
		width: 150px;
		height: 60px;
		background: linear-gradient(90deg, #FF6925 0%, #FF9529 100%);
		color: #FFF;
		font-size: 16px;
		line-height: 22px;
	}

			.subject .SignIn-box  button.sharebtn > img {
				width: 20px;
				vertical-align: middle;
				position: relative;
				top: -2px;
				margin-right: 4px;
			}
.content2 {
	padding: 25px 0;
	width: 100%;
	display: flex;
	justify-content:space-between;
}

.decorate-img {
	font-size: 0;
	margin-left: -20px;
	width: 392px;
	height: 280px;
}
.word {
	font-size: 16px;
	font-weight: 500;
	color: #315360;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 44px;
}
/*.content .word {
	width: 700px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 37px;
}

.content .word h3 {
	height: 42px;
	font-size: 32px;
	line-height: 42px;
	color: #0D9797;
	margin-bottom: 28px;
}

.content .word p {
	font-size: 14px;
	color: #303030;
	line-height: 38px;
	margin-bottom: 8px;
}

.content .word p span {
	color: #0D9797;
	font-weight: bolder
}

.content .word .operation {
	width: 145px;
	height: 166px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-radius: 4px;
}

.content .word .operation p {
	text-align: center;
	line-height: 18px;
	color: #5E5E5E;
	font-size: 12px;
}

.content .word .operation img {
	width: 136px;
	height: 136px;
}*/

.goto {
	text-align: center;
	margin-bottom: 74px
}

.goto a {
	display: inline-block;
	width: 194px;
	border-radius: 30px;
	opacity: 0.94;
	border: 1px solid #0099B5;
	line-height: 58px;
	font-size: 24px;
	color: #0099B4;
	text-align: center
}

.explain {
	height: 150px;
	background: url("../img/rookie.png") no-repeat center;
	margin-bottom: 68px;
	padding-left: 362px;
	color: #1CA6BD
}

.explain h4 {
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	padding-top: 27px;
}

.explain p {
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	padding-top: 10px;
}

.explain a {
	color: #FFAC00;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	padding-top: 5px;
	display: inline-block
}

.lists-rules {
	padding-bottom: 70px;
	height: 440px;
	width: 100%;
	display: flex;
	justify-content:space-between;
}

.lists-rules .comm {
	width: 590px;
	height: 334px;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-top: 82px;
}

.lists-rules .comm h3 {
	text-align: center;
	background-image: url("../img/title.png");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 24px;
	color: #fff;
	height: 60px;
	line-height: 48px;
	margin-top: -40px;
}

.lists-rules .rules h3 {
	font-size: 16px;
}

.lists {
	padding: 0 19px 11px;
	box-sizing: border-box
}

.lists table {
	width: 100%;
	height: 100%;
	margin-top: 9px;
	font-size: 14px;
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.lists table thead th {
	background-color: #E6F5FF;
	border-bottom: 2px solid #97D0E9;
	height: 48px;
	line-height: 48px;
	color: #446E7F
}

.lists table thead th:first-child {
	border-radius: 6px 0 0 0;
}

.lists table thead th:last-child {
	border-radius: 0 6px 0 0;
}

.lists .list-tbody {
	height: 240px;
	overflow: hidden;
}

.lists .list-tbody table {
	margin-top: 0
}

.lists table tbody {
	color: #416B7C;
	transform: translateY(0);
}

.lists table tbody td {
	height: 48px;
}

.lists table tr td:first-child {
	/*width: 30%*/
	width: 200px;
}

.lists table tr td:nth-child(2) {
	width: 40%
}

.lists table tr td:last-child {
	width: 30%
}

.rules {
	color: #416B7C;
	font-size: 14px;
}

.rules ul {
	margin-left: 44px;
	padding-top: 19px;
	list-style: none;
}

.rules li {
	line-height: 26px;
	margin-bottom: 8px;
}

.rules li span {
	display: inline-block;
	width: 88%;
	vertical-align: top
}

/*Answer*/
.Question-page{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.Question .Question-title{
	width: 738px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.Question h4{
	font-size: 20px;
	margin-bottom: 45px;
}
.Question ul {
	list-style: none;
}

.Question ul li {
	margin-bottom: 30px;
	font-size: 16px;
}

.Question ul li img,
.Question ul li input {
	margin-right: 20px;
}

.Question>a {
	background: none;
	border-radius: 30px;
	width: 175px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 100;
	border: 1px #0099B5 solid;
	display: block;
	text-align: center;
	color: #0099B4 !important;
}

.Question>a:hover {
	opacity: 0.90;
}
.Question .button-box{
   padding-bottom: 120px;
}
.button-box button{
	width: 175px;
    height: 42px;
    border-radius: 4px;
    font-size: 16px;
	color: #fff;
	border: none;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.button-box button .button-tips{
	position: absolute;
	top: 60px;
	border: 1px solid #E0E0E0;
	color: #000028;
	width: 490px;
	padding: 12px 20px;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	z-index: 4;
	display: none;
}
.button-box button .code-tips{
	position: absolute;
	top: -245px;
	left: -35px;
	width: 246px !important;
	height: 246px;
	background: url("../img/cd-tips.png");
	background-size: 100% 100%;
	color: #000028;
	width: 490px;
	padding: 20px 30px;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	z-index: 4;
	text-align: center;
	display: none; 
}
.rigth-code .right-tips{
	right: 0 ;
	width: 310px !important;
	z-index: 10;
	background: #fff;
}
.button-box button .code-tips p{
	text-align: center;
    font-size: 13px;
	margin-top: 16px;
}
.button-box button .code-tips img{
	width: 100px;
	height: 100px;
	background: #E0E0E0;
	margin-top: 10px;
}
.button-box >.prime{
    background: linear-gradient(129deg, #50BEBE 0%, #06A1A1 45%, #0099B0 73%, #0099CB 100%);
	border:1px #50BEBE solid;
}
.button-box >.prime:hover{
	opacity: 0.9;
}
.button-box >.prime:hover .button-tips,.button-box >.ghost:hover .code-tips,.rigth-code .ghost:hover .button-tips{
	display: block;
}
.button-box >.ghost{
    background: #fff;
	color: #009999;
	border: 1px #009999 solid;
}
.button-box >.ghost:hover{
	background: #f9f9f9;
}
.rigth-code{
	position: absolute;
	right: 0;
	top: 236px;
	width: 230px;
}
.rigth-code p{
	font-size: 14px;
	line-height: 28px;
}
.rigth-code img{
	width: 170px;
    height: 170px;
	margin: 10px 0;
}

.Answer {
	width: 730px;
	padding: 14px 24px;
	background: #f1f1f1;
	border-radius: 4px;
	margin-bottom: 60px;
}

.Answer>p>span {
	font-size: 16px;
	color: #575757;
	display: block;
}

.Answer>p {
	font-size: 16px !important;
	color: #575757;
	line-height: 32px;
	margin: 0;
}

.bg-qiu {
	position: absolute;
	right: -300px;
	top: -50px;
	height: 120%;
}

/*checkbox*/
.mgc {
	position: relative;
	width: 16px;
	height: 16px;
	background-clip: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -.15px .6px 0 0;
	vertical-align: text-bottom;
	border-radius: 3px;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.mgc:checked:after {
	content: '';
	display: block;
	height: 4px;
	width: 7px;
	border: 0 solid #333;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 3px;
	left: 3px
}

.mgc:disabled {
	opacity: .65
}

.mgc:focus {
	outline: none;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff
}

.mgc:checked {
	background-color: #fff;
	border-color: #d7d7d7;
}

.mgc:checked:after {
	border-color: #414141
}

.mgc-success {
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.mgc-success:checked {
	background-color: #50BEBE;
	border-color: #5cb85c;
}

.mgc-success:checked:after {
	border-color: #fff
}

.mgc-circle {
	border-radius: 50%
}

/*抽奖*/
.Congratulation {
	background: url("../img/Congratulation.png") no-repeat center;
}

.prize {
	width: 460px;
	height: 460px;
	margin: 80px 370px;
}

.zi {
	margin: 0 !important;
	font-size: 16px !important;
	color: #0D9797 !important;
	line-height: 30px !important;
}

/*弹窗*/
.sw {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 2;
}

.currency {
	width: 700px;
	height: 550px;
	border-radius: 4px;
	background: #fff;
	margin: 160px auto;
	position: relative;
}

.Congratulation-c {
	left: 50%;
	margin-left: -77px;
	position: absolute;
	top: -75px;
}

.close {
	right: 20px;
	top: 20px;
	position: absolute;
	cursor: pointer;
}

.pop-main {
	width: 100%;
	text-align: center;
}

.zi-yu {
	font-size: 30px;
	margin-top: 40px;
	font-weight: 100;
}

.yellow {
	color: #D5A00D;
}

.blue {
	color: #41A3FF;
}

.tonyi {
	font-size: 12px;
	margin-top: 30px;
}

.btn_p {
	background-image: linear-gradient(-129deg, #50BEBE 0%, #06A1A1 45%, #0099B0 73%, #0099CB 100%);
	border-radius: 4px;
	width: 175px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: 100;
	display: block;
	text-align: center;
	color: #fff !important;
	margin: 40px auto;
}

.contact {
	margin-top: 20px;
}

.contact input {
	height: 34px;
	line-height: 34px;
	text-indent: 10px;
	border-radius: 4px;
	border: 1px solid #D8D8D8;
	font-size: 12px;
}

.name {
	width: 130px;
	margin-right: 5px;
}

.phone {
	width: 170px;
}

.address {
	width: 310px;
	margin-top: 10px;
}
.dia {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.dia-sharebox {
	width: 600px;
	height: 400px;
	background: url(../img/dialog-bg.png) no-repeat top center;
	background-size: 100%;
	background-color: #FFFFFF;
	padding: 32px 40px 20px;
	position: relative;
}

	.dia-sharebox .dia-close {
		width: 26px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 9;
		cursor: pointer;
	}

.dia-sharebox-top h3 {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 34px;
	margin-bottom: 8px;
}

.dia-sharebox-top p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-bottom: 20px;
}

.dia-sharebox-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dia-sharebox-btm-codebox {
}

.dia-sharebox-btm-code {
	width: 196px;
	height: 196px;
	background: #E8E8E8;
	padding: 20px;
	margin-bottom: 8px;
}

.dia-sharebox-btm-codebox img {
	width: 100%;
	height: 100%;
}

.dia-sharebox-btm-codebox > p {
	font-size: 14px;
	font-weight: 400;
	color: #000028;
	line-height: 26px;
	text-align: center;
}

.dia-sharebox-btm > p {
	font-size: 16px;
	font-weight: 400;
	color: #000028;
	line-height: 26px;
}
.activity {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.activity-item {
	position: relative;
	flex: 1;
	width: 408px;
	height: 430px;
	background: url(../img/act-bg.png) no-repeat center top;
	background-size: 100% 100%;
	padding-top: 25px;
	background-color: #EFFDFF;
	/* box-shadow: 0px 3px 6px 1px rgba(22,153,153,0.16);
	border-radius: 10px 6px 6px 6px; */
	opacity: 1;
}

	.activity-item .img-tit, .activity-item .img-cont {
		display: block;
		margin: 0 auto;
	}

	.activity-item:nth-child(1) .img-tit {
		margin-bottom: 37px;
	}

	.activity-item:nth-child(2) .img-tit {
		margin-bottom: 30px;
	}

	.activity-item:nth-child(3) .img-tit {
		margin-bottom: 46px;
	}

	.activity-item:nth-child(1) .img-cont {
		margin-bottom: 20px;
	}

	.activity-item:nth-child(2) .img-cont {
		margin-bottom: 17px;
	}

	.activity-item:nth-child(3) .img-cont {
		margin-bottom: 13px;
	}


	.activity-item > p {
		font-size: 16px;
		font-weight: 500;
		color: #416B7C;
		line-height: 24px;
		/* text-align: center; */
		margin-bottom: 6px;
	}

	.activity-item:nth-child(1) > p {
		/*margin-left: 38px;*/
	}

	.activity-item:nth-child(2) > p {
		margin-left: 44px;
	}

	.activity-item:nth-child(3) > p {
		/*margin-left: 35px;*/
	}

	.activity-item > button {
		position: absolute;
		left: 50%;
		bottom: -14px;
		transform: translateX(-50%);
		z-index: 2;
		width: 199px;
		height: 57px;
		background: linear-gradient(51deg, #50BEBE 0%, #06A1A1 45%, #0099B0 73%, #0099CB 100%);
		border-radius: 31px 31px 31px 31px;
		font-size: 18px;
		font-weight: 500;
		color: #FFFFFF;
		border: none;
		outline: none;
		cursor: pointer;
	}