.hidden{display:none!important;}
/*首页--kv*/
.kv {
	width: 100%;
	height: 1060px;
	min-width: 1200px;
	background: url(../images/c_kv2.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.kv .wrap{
	position:relative;
	z-index:20;
}
.kv .yy {
	display: block;
	width: 344px;
	height: 164px;
	overflow: hidden;
	position: absolute;
	right: 170px;
	top: 588px;
}
.kv .video.video1{
	display: none;
}
.kv .video{
	width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -960px;
    object-fit: cover;
    z-index: 11;
}
.kv .yy:hover {
	opacity: .9;
}

.kv .play {
	display: block;
	width: 123px;
	height: 123px;
	background:url(../images/play3.png) no-repeat center;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
	position: absolute;
	top: 426px;
    left: 547px;
	cursor: pointer;
}

.kv .enter {
	display: block;
	width: 142px;
	height: 38px;
	position: absolute;
	right: 5px;
	top: 20px;
}

.kv .enter:hover {
	opacity: .9;
}

@keyframes vGo {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

@-webkit-keyframes vGo {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

/*首页抽奖*/
.lottery{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 892px;
	margin-top: -130px;
	background: url(../images/c_nlottery_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.lottery .title{
	width: 287px;
	height: 82px;
	margin: 0 auto;
	margin-top: 100px;
}
.lottery_box{
	position: relative;
	overflow: hidden;
	margin-top: -25px;
}
.lottery_box:before{
	position:absolute;
	left:0;
	top:0.5rem;
	display:inline-block;
	content:"";
	width:1485px;
	height:690px;
	background: url(../images/c_nlottery_bg1.png);
	background-size: 100% 100%
}
.lottery_box .lottery_out_box{
	position: relative;
	margin: 0 auto;
	width: 1485px;
	height: 700px;
}
.lottery_box .lottery_inner_box{
	position: absolute;
	top:50%;
	left:50%;
	margin: -285px auto auto -345px;
	width:622px;
	height:622px;
	overflow: hidden;
}
.lottery_box .wheelcanvas{
	position: relative;
	width:622px;
	height:622px;
	background: url(../images/c_nlottery_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.lottery_box .pointer{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -84.5px auto auto -78.5px;
	width: 161px;
	height: 165px;
	background: url(../images/c_nlottery_bg3.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
}
.lottery_box .lottery_num{
	display:none;
	width:9.0625rem;
	height:1.40625rem;
	line-height:1.40625rem;
	margin:0 auto;
	margin-top: 0.625rem;
	font-size:0.9375rem;
	font-weight:600;
	color:#6b55e2;
	text-align:center;
	background:#fff;
	border-radius:30px;
}
.lottery_box .lottery_num>span{
	margin:0 0.3125rem;
	font-size:1.0625rem;
	color:#ff9c00;
}
.lottery_name{
	width: 275px;
	height: 461px;
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: 285px;
}
.lottery_name>img{
	display: block;
	position: relative;
	margin:8px auto 0;
}
.lottery_name .lottery_md{
	width: 275px;
	height: 418px;
	position: absolute;
	top: 60px;
	left: 0;
	overflow: hidden;
	background:url("../images/c_nlottery_bg4.png");
}
.lottery_name .lottery_list{
	width: 210px;
	height: 342px;
	margin: 0 auto;
	margin-top: 45px;
	overflow: hidden;
}
.lottery_name .lottery_list ul{
	width: 210px;
	height: 342px;
	margin: 0 auto;
}
.lottery_name .lottery_list ul p{
	text-align: left;
	color:#A47DFF;
	font-size: 20px;
	top:50%;
	position: relative;
}
.lottery_name .lottery_list ul p.no_data{
	text-align: center;
}
.lottery_name .lottery_list ul li{
	position: relative;
	margin-bottom: 29px;
}
.lottery_name .lottery_list ul li:after{
	display: block;
	content: '';
	clear:both;
}
.lottery_name .lottery_list ul li .lp_img{
	width:38px;
	height:38px;
	float: left;
	border:1px solid #854bff;
}
.lottery_name .lottery_list ul li .lp_img img{
	width: 38px;
	height: 35px;
	top: 1.5px;
	position: relative;
}
.lottery_name .lottery_list ul li .lp_yh_info{
	width:143px;
	/*height:38px;*/
	float: right;
}
.lottery_name .lottery_list ul li .lp_yh_info p{
	color: #C7B7DE;
	font-size: 14px;
}
.lottery_name .lottery_list ul li .lp_yh_info span{
	color: #854bff;
	font-size: 14px;
	font-weight: bolder;
	margin-left: 10px;
	text-align: left;
}
.lottery_name .lottery_list .price_no {
	position: absolute;
	margin-left: -100px;
	width: 200px;
	top: 100px;
	left: 50%;
	color: #A47DFF;
	text-align: center;
}
/*首页--游戏特色*/
.second {
	width: 100%;
	height: 1004px;
	min-width: 1200px;
	background: url(../images/second.png) no-repeat center;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.second .title{
	width: 242px;
	height: 82px;
	margin: 0 auto;
	margin-top: 100px;
}
.second .s_banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	margin-top:-45px;
}

.second .s_banner ul {
	margin-top: 200px;
}

.c_wrap {
	width: 1505px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 80px;
}

.second .s_banner ul li .show_img {
	display: block;
	width: 648px;
	height: 383px;
	margin-left: 255px;
	cursor: pointer;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}

.second .s_banner ul li .show_img i {
	display: block;
	width: 608px;
	height: 344px;
	background-color: rgba(110, 83, 209, .75);
	position: absolute;
	left: 14px;
	top: 12px;
}

.second .s_banner ul li.swiper-slide-active .show_img {
	display: none;
}

.second .s_banner ul li.swiper01 .show_b_img {
	width: 902px;
	height: 503px;
	background: url(../images/bk1.png) no-repeat center;
	display: none;
	position: relative;
}

.second .s_banner ul li.swiper02 .show_b_img {
	width: 902px;
	height: 503px;
	background: url(../images/bk2.png) no-repeat center;
	display: none;
	position: relative;
}

.second .s_banner ul li.swiper03 .show_b_img {
	width: 902px;
	height: 503px;
	background: url(../images/bk3.png) no-repeat center;
	display: none;
	position: relative;
}

.second .s_banner ul li.swiper04 .show_b_img {
	width: 902px;
	height: 503px;
	background: url(../images/bk4.png) no-repeat center;
	display: none;
	position: relative;
}

.second .s_banner ul li.swiper05 .show_b_img {
	width: 902px;
	height: 503px;
	background: url(../images/bk5.png) no-repeat center;
	display: none;
	position: relative;
}

.second .s_banner ul li.swiper-slide-active .show_b_img {
	display: block;
	margin-left: -190px;
	transform: translate3d(0px, -50px, 0px) rotateX(0deg) rotateY(0deg);
}

.second .s_banner ul li.swiper01 .show_b_img img:nth-child(1) {
	display: block;
	width: 981px;
	height: 591px;
	position: absolute;
	left: -61px;
	top: -96px;
}

.second .s_banner ul li.swiper01 .show_b_img img:nth-child(2) {
	display: block;
	width: 355px;
	height: 280px;
	position: absolute;
	left: 297px;
	bottom: 0;
}

.second .s_banner ul li.swiper02 .show_b_img img:nth-child(1) {
	display: block;
	width: 470px;
	height: 603px;
	position: absolute;
	left: -120px;
	top: -109px;
}

.second .s_banner ul li.swiper02 .show_b_img img:nth-child(2) {
	display: block;
	width: 391px;
	height: 189px;
	position: absolute;
	right: 48px;
	bottom: 27px;
}

.second .s_banner ul li.swiper03 .show_b_img img:nth-child(1) {
	display: block;
	width: 432px;
	height: 609px;
	position: absolute;
	left: 0;
	top: -114px;
}

.second .s_banner ul li.swiper03 .show_b_img img:nth-child(2) {
	display: block;
	width: 382px;
	height: 189px;
	position: absolute;
	right: 48px;
	bottom: 27px;
}

.second .s_banner ul li.swiper04 .show_b_img img:nth-child(1) {
	display: block;
	width: 748px;
	height: 660px;
	position: absolute;
	left: -232px;
	top: -129px;
}

.second .s_banner ul li.swiper04 .show_b_img img:nth-child(2) {
	display: block;
	width: 382px;
	height: 190px;
	position: absolute;
	right: 48px;
	bottom: 27px;
}

.second .s_banner ul li.swiper05 .show_b_img img:nth-child(1) {
	display: block;
	width: 932px;
	height: 615px;
	position: absolute;
	left: -232px;
	top: -120px;
}

.second .s_banner ul li.swiper05 .show_b_img img:nth-child(2) {
	display: block;
	width: 382px;
	height: 193px;
	position: absolute;
	right: 48px;
	bottom: 27px;
}

.second .s_banner ul li .show_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.second .swiper-button-prev {
	left: 5%;
	margin-top: 114px;
	width: 185px;
	height: 40px;
	background: url(../images2/c_prev.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.second .swiper-button-prev:hover {
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0px);
}

.second .swiper-button-prev:hover,
.second .swiper-button-next:hover {
	opacity: .9;
}

.second .swiper-button-next {
	right: 5%;
	margin-top: 114px;
	width: 185px;
	height: 40px;
	background: url(../images2/c_next.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.second .swiper-button-next:hover {
	transform: translate(20px, 0);
	-webkit-transform: translate(20px, 0px);
}

.second .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	/* IE 9 */
	-moz-transform: translate(-50%);
	/* Firefox */
	-webkit-transform: translate(-50%);
	/* Safari 和 Chrome */
	-o-transform: translate(-50%);
	/* Opera */
}

.second .swiper-pagination-bullet {
	width: 85px;
	height: 5px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.second .swiper-pagination-bullet-active {
	position: relative;
	top: 0;
	width: 85px;
	height: 5px;
	background: url(../images2/c_bullet1.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	display: inline-block;
}

.bottom {
	width: 100%;
	height: 564px;
	min-width: 1200px;
	background: url(../images/bottom.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
}

.rule_info {
	color: #E4E1F0;
	width: 1024px;
	position: relative;
	margin-top: 90px;
	line-height: 30px;
	margin-left: 52px;
}

.rule_info h3 {
	color: #ffeeb6;
	font-size: 22px;
	line-height: 30px;
	font-weight: bolder;
	margin-bottom: 24px;
}

.rule_info em {
	color: #F2D06E;
}

.bottom ul {
	width: 1256px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -628px;
	font-weight: 600;
}

.bottom ul li {
	float: left;
	height: 182px;
	width: 374px;
	background: url(../images2/info_li.png) no-repeat center;
	position: relative;
}

.bottom ul li+li {
	margin-left: 67px;
}

.bottom ul li .f_code {
	display: block;
	width: 140px;
	height: 140px;
	float: left;
	margin: 11px 42px 0 22px;
}

.bottom ul li:nth-child(3) .li_t_txt {
	text-indent: 42px;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 39px;
	top: 10px;
}

.bottom ul li:nth-child(3) .li_t_txt2 {
	width: 100%;
	height: 53px;
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 18px;
}

.bottom ul li:nth-child(3) .li_t_txt2:nth-child(2) {
	top: 83px;
}

.bottom ul li:nth-child(3) .li_t_txt2 p:nth-child(1) {
	margin-left: -28px;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_img {
	width: 24px;
	height: 25px;
	position: absolute;
	float: left;
	top: 11px;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_img img {
	position: absolute;
	top: 0;
	left: 0;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_yh_info {
	float: right;
	width: 174px;
	text-align: center;
	padding-right: 9px;
	position: absolute;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_yh_info p:nth-child(1) {
	padding-right: 5px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding-left: 21px;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_yh_info p:nth-child(2) {
	padding-right: 5px;
	color: #F2D06E;
	font-size: 16px;
	text-decoration-line: underline;
	text-align: left;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_yh_info p:nth-child(1) em {
	float: right;
	width: 76px;
	position: absolute;
	right: -17px;
}

.bottom ul li:nth-child(3) .li_t_txt2 .lp_yh_info p em {
	right: 7px;
}

.bottom ul li:nth-child(3) .li_t_txt2 span {
	font-size: 14px;
	color: #b590f5;
	margin-left: 10px;
}

.bottom ul li:nth-child(3) .li_t_txt2 p:nth-child(2) {
	font-size: 14px;
	margin-top: 0;
}

.bottom ul li:nth-child(3) .li_t_txt2 p:nth-child(2) .f_img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.bottom ul li:nth-child(3) .li_t_txt2 em {
	width: 220px;
	height: 463px;
	background-color: transparent;
	position: absolute;
	right: -19px;
	top: -20px;
	z-index: 20;
	color: #fff;
	padding-top: 20px;
	font-style: normal;
}

.bottom ul li:nth-child(3) .li_t_txt2:nth-child(1) em {
	right: -19px;
}

.bottom ul li .li_txt {
	float: left;
	margin-top: 55px;
}

.bottom ul li .li_txt p {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	font-weight: 400;
}

.bottom ul li .li_txt p:nth-child(2) {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	width: 100%;
}

.bottom ul li .li_txt .lp_img {
	width: 24px;
	height: 25px;
	float: left;
}

.bottom ul li .li_txt .lp_img {
	width: 24px;
	height: 25px;
	float: left;
}

.bottom ul li .li_txt p .f_img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.bottom ul li .li_txt p em {
	display: block;
	float: left;
}

.float {
	width: 226px;
	height: 305px;
	background-color: transparent;
	position: fixed;
	right: 0px;
	top: 45%;
	transform: translate(0,-30%);
	-webkit-transform: translate(0,-30%);
	padding-top: 36px;
	z-index: 20;
	transition: all .5s;
	-webkit-transition: all .5s;
	overflow: hidden;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

.float .down_ewm {
	width: 142px;
	height: 142px;
	position: absolute;
	left: 15px;
	top: 394px;
	margin-top: -76px;
}

.float .down_ewm i {
	display: block;
	width: 157px;
	height: 22px;
	background: url(../images2/line_c1ebad4.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1px;
	left: -9px;
	z-index: 5;
	animation: vSmall 4s linear infinite;
	-webkit-animation: vSmall 4s linear infinite;
	-moz-animation: vSmall 4s linear infinite;
	-o-animation: vSmall 4s linear infinite;
}

@keyframes vSmall {
	0% {
		transform: translateY(120px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(120px);
	}
}

@-webkit-keyframes vSmall {
	0% {
		transform: translateY(120px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(120px);
	}
}

@-moz-keyframes vSmall {
	0% {
		transform: translateY(120px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(120px);
	}
}

@-o-keyframes vSmall {
	0% {
		transform: translateY(120px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(120px);
	}
}

.float .down_ewm img {
	width: 141px;
	height: 141px;
	position: absolute;
}

.float .down_ewm p {
	width: 141px;
	font-size: 16px;
	text-align: center;
	color: #a981fd;
	position: absolute;
	bottom: -28px;
	font-weight: bold;
}

.float.active .down_ewm p {
	color: #fff;
}

.float ul {
	width: 100%;
}

.float ul li {
	width: 100%;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	color: #8F73F0;
	margin-bottom: 10px;
}

.float ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
}

.float ul li a em {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #694bdd;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.float.active li,
.float.active li a,
.float.active li a b,
.float.active li a span {
	color: #fff;
}

.float.active li a em {
	background-color: #fff;
}

.float ul li.active,
.float ul li:hover {
	background: url(../images2/float_li.png) no-repeat;
	background-size: 100% 100%;
}


/*.float ul li:hover a b,.float ul li.active a b,.float ul li:hover a span,.float ul li.active a span{
	color: #fff;
}*/

.float.active ul li:hover a b,
.float.active ul li.active a b,
.float.active ul li:hover a span,
.float.active ul li.active a span {
	color: #694bdd;
}

.float.active ul li:hover a em,
.float.active ul li.active a em {
	background-color: #694bdd;
}

.float ul li a img {
	display: block;
	width: 38px;
	height: 42px;
	float: left;
	margin: 4px 8px 0 3px;
}

.float ul li a span {
	color: #694bdd;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	width: 50px;
}

.float ul li a b {
	width: 100px;
	text-align: right;
	line-height: 37px;
	color: #a981fd;
	font-style: normal;
	display: inline-block;
	outline: none;
	font-weight: 400;
}
.tc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:201;
	display: none;
}
.close{
	display: block;
	width:44px;
	height:44px;
	position:absolute;
	right:7px;
	top:10px;
	cursor: pointer;
}
.tc .login{
	width:611px;
	height:524px;
	background:url(../images/tc.png) no-repeat center;
	background-size:100% 100%;
	margin:0 auto 0;
	position:relative;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.tc .login .c_login{
	width:432px;
	overflow: hidden;
	margin:102px auto 0;
}
.tc .login .c_login .select_ul{
	width:100%;
	height:37px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.tc .login .c_login .select_ul li:nth-child(1){
	width:107px;
	height:100%;
	position:relative;
	overflow: hidden;
	margin-right:32px;
}
.tc .login .c_login .select_ul li:nth-child(2){
	width:72px;
	height:100%;
	position:relative;
	overflow: hidden;
}
.tc .login .c_login .select_ul li.active img:nth-child(1){
	display: none;
}
.tc .login .c_login .select_ul li img{
	display: block;
	width:100%;
	height:100%;
}
.tc .login .c_login .s_put{
	width:100%;
	height:70px;
	background:url(../images/put.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin-top:16px;
}
.tc .login .c_login .s_put .phone{
	width:100%;
	height:100%;
	background:none;
	outline:none;
	border:none;
	line-height:70px;
	color:#999;
	font-size:24px;
	text-indent:14px;
}
.tc .login .c_login .s_put .t_yzm{
	width:276px;
	height:100%;
	background:none;
	outline:none;
	border:none;
	line-height:70px;
	color:#999;
	font-size:24px;
	text-indent:14px;
	float:left;
}
.tc .login .c_login .s_put .captcha{
	width:150px;
	height:60px;
	float:left;
	margin:5px 0 0 0;
	line-height:60px;
	color:#F15F03;
	font-size:24px;
	text-align: center;
	cursor: pointer;
}
.tc .login .c_login .s_put .captcha img{
	display: block;
	width:100%;
	height:100%;
}
.tc .login .c_login .s_put .yzm{
	width:276px;
	height:100%;
	background:none;
	outline:none;
	border:none;
	line-height:70px;
	color:#999;
	font-size:24px;
	text-indent:14px;
	float:left;
}
.tc .login .c_login .s_put .g_code{
	width:150px;
	height:60px;
	float:left;
	background:#e0d5ff;
	border:none;
	outline:none;
	margin:5px 0 0 0;
	line-height:60px;
	color:#fff;
	font-size:22px;
	text-align: center;
	cursor: pointer;
}
.tc .login .c_login .yy{
	display: block;
	width:216px;
	height:53px;
	margin:28px auto 0;
	cursor: pointer;
}
.m_tc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:201;
	display: none;
}
.m_tc .message{
	width:611px;
	height:341px;
	background:url(../images/mess.png) no-repeat center;
	background-size:100% 100%;
	margin:0 auto 0;
	position:relative;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.m_tc .message p{
	text-align: center;
	color:#fff;
}
.m_tc .c_message p:nth-child(1){
	font-weight:bold;
	font-size:28px;
	margin-top:50px;
}
.m_tc .c_message p:nth-child(2){
	font-size:22px;
	margin-top:60px;
}
.m_tc .c_message p:nth-child(2) span{
	text-decoration: underline;
}
.m_tc .c_message .sure{
	display: block;
	width:216px;
	height:53px;
	margin:60px auto 0;
	cursor: pointer;
}
.m_tc .tc_code{
	width:76px;
	overflow: hidden;
	position:absolute;
	right:18px;
	top:208px;
}
.m_tc .tc_code img{
	display: block;
	width:76px;
	height:76px;
}
.m_tc .tc_code p{
	font-size:12px;
	color:#fff;
	margin-top:8px;
	text-align: center;
}
.m_tc .copy{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 81px;
	height: 35px;
	margin: 0px 0 0 15px;
	background: url(../images/c_ncopy.png);
	background-size: 100% 100%;
	vertical-align: sub;
}
.m_tc2 .c_message2 p:nth-child(2){
	color: #ffd927;
}
.m_tc2 .c_message2 p:nth-child(3) span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #878788;
	background: #fff;
	border-radius: 5px;
	padding: 0 25px;
}
.m_tc2 .c_message2 p:nth-child(3){
	margin-top: 10px;
}
.m_tc2 .c_message2 p:nth-child(3) span b{
	font-weight:inherit;
}
.m_tc .c_message2 p:nth-child(2) {
	font-size: 22px;
	margin-top: 30px;
}